@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: "kozuka-gothic-pr6n", sans-serif;
  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;
}
@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 {
  position: relative;
  width: 100%;
  max-width: 88.4rem;
  height: 18.4rem;
  margin: 0 auto;
  display: block;
  box-sizing: border-box;
  text-decoration: none;
  background: linear-gradient(90deg, rgb(111, 229, 212) 0%, rgb(92, 204, 203) 13%, rgb(52, 154, 184) 41%, rgb(23, 118, 171) 67%, rgb(6, 96, 163) 87%, rgb(0, 88, 160) 100%);
  border-radius: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
}
@media (max-width: 768px) {
  .Btn {
    max-width: 34.8rem;
    height: 8.78rem;
    border-radius: 6.4rem;
    padding: 1.28rem 0.96rem;
    width: 100%;
  }
}
.Btn:hover {
  opacity: 0.7;
}
.Btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  width: 3.3rem;
  height: 3.3rem;
  background: url(../images/btn_allow.png) no-repeat center/contain;
}
@media (max-width: 768px) {
  .Btn::before {
    width: 2.11rem;
    height: 2.11rem;
    right: 1.28rem;
  }
}
.Btn__min {
  font-size: 2.7rem;
  color: #fff;
  margin-bottom: 2rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .Btn__min {
    font-size: 1.13rem;
    margin-bottom: 0.8rem;
    line-height: 1.4;
  }
}
.Btn__number {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 768px) {
  .Btn__number {
    gap: 0.32rem;
  }
}
.Btn__number img {
  width: 8.2rem;
  height: 5.3rem;
}
@media (max-width: 768px) {
  .Btn__number img {
    width: 3.65rem;
    height: 2.5rem;
  }
}
.Btn__number__muryou {
  margin: 0 0.5rem;
}
@media (max-width: 768px) {
  .Btn__number__muryou {
    margin: 0 0.32rem;
  }
}
.Btn__number__muryou .min {
  font-size: 2rem;
  color: #fff;
  line-height: 2.5rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .Btn__number__muryou .min {
    font-size: 0.9rem;
    line-height: 1rem;
  }
}
.Btn__number__muryou .big {
  font-size: 3rem;
  color: #fff;
  line-height: 3.5rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .Btn__number__muryou .big {
    font-size: 1.22rem;
    line-height: 2rem;
  }
}
.Btn__number .tel {
  font-size: 7.2rem;
  color: #FFFF00;
  font-weight: bold;
}
@media (max-width: 768px) {
  .Btn__number .tel {
    font-size: 3rem;
    line-height: 1.2;
  }
}

.Cv__container__btn {
  max-width: 88.4rem;
  width: 100%;
  margin: 0 auto;
  padding: 4rem 0;
  display: block;
}
.Cv__container__btn:hover {
  opacity: 0.7;
}
.Cv__container__btn img {
  width: 100%;
}

.Fv__container .p-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 8rem;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  color: #343434;
  text-align: center;
  width: 100%;
}
.Fv__container .p-container .title {
  font-size: 60px;
  font-weight: 400;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .Fv__container .p-container .title {
    font-size: 24px;
    line-height: 30.09px;
    margin-top: 4rem;
    margin-bottom: 2rem;
  }
}
.Fv__container .p-container__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.5rem;
}
.Fv__container .p-container__inner img {
  width: 240px;
}
@media (max-width: 768px) {
  .Fv__container .p-container__inner img {
    width: 180px;
  }
}
.Fv__container .p-container__inner .koukasen {
  width: auto;
  height: 38px;
}
@media (max-width: 768px) {
  .Fv__container .p-container__inner .koukasen {
    height: 30px;
  }
}
.Fv__container .p-container .sub-title-bihada {
  background-color: #FFADAE;
  font-style: italic;
  clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
  width: fit-content;
  margin: 0 auto;
  padding: 0 28px 0 12px;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .Fv__container .p-container .sub-title-bihada {
    margin-bottom: 2rem;
    text-wrap: nowrap;
  }
}
.Fv__container .p-container .sub-title-bihada p {
  font-size: 74px;
  font-weight: 400;
  font-family: "Yu Mincho", "游明朝", "YuMincho", serif;
  padding: 10px 20px;
  text-shadow: rgba(255, 255, 255, 0.5960784314) 1px 1px 6px, rgba(255, 255, 255, 0.5960784314) -1px 1px 6px, rgba(255, 255, 255, 0.5960784314) 1px -1px 6px, rgba(255, 255, 255, 0.5960784314) -1px -1px 6px;
}
@media (max-width: 768px) {
  .Fv__container .p-container .sub-title-bihada p {
    font-size: 52px;
  }
}
.Fv__container .p-container .bihada-detailfirst {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 12%;
  font-size: 20px;
}
@media (max-width: 768px) {
  .Fv__container .p-container .bihada-detailfirst {
    display: none;
  }
}
.Fv__container .p-container .bihada-detailfirst-sp {
  display: none;
}
@media (max-width: 768px) {
  .Fv__container .p-container .bihada-detailfirst-sp {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    letter-spacing: 12%;
    font-size: 14px;
    line-height: 28px;
  }
}
.Fv__container .p-container .margin-container {
  margin-bottom: 2rem;
}
.Fv__container .p-container .bihada-detailsecond {
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: 4px;
  font-size: 28px;
}
@media (max-width: 768px) {
  .Fv__container .p-container .bihada-detailsecond {
    display: none;
  }
}
.Fv__container .p-container .bihada-detailsecond .color {
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: 12%;
  font-size: 28px;
  color: #FFADAE;
}
.Fv__container .p-container .bihada-detailsecond .line {
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: 12%;
  font-size: 28px;
  border-bottom: dashed 2px #FFADAE;
  padding-bottom: 4px;
}
.Fv__container .p-container .bihada-detailsecond-sp {
  display: none;
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: 4px;
  font-size: 28px;
  text-shadow: rgba(255, 255, 255, 0.5960784314) 1px 1px 6px, rgba(255, 255, 255, 0.5960784314) -1px 1px 6px, rgba(255, 255, 255, 0.5960784314) 1px -1px 6px, rgba(255, 255, 255, 0.5960784314) -1px -1px 6px;
}
@media (max-width: 768px) {
  .Fv__container .p-container .bihada-detailsecond-sp {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    line-height: 28px;
  }
}
.Fv__container .p-container .bihada-detailsecond-sp .color {
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 12%;
  font-size: 14px;
  line-height: 28px;
  color: #FFADAE;
  text-shadow: rgba(255, 255, 255, 0.5960784314) 1px 1px 6px, rgba(255, 255, 255, 0.5960784314) -1px 1px 6px, rgba(255, 255, 255, 0.5960784314) 1px -1px 6px, rgba(255, 255, 255, 0.5960784314) -1px -1px 6px;
}
.Fv__container .p-container .bihada-detailsecond-sp .back-color {
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 12%;
  font-size: 14px;
  line-height: 28px;
  background-color: #FFADAE;
  color: #FFF;
  padding-left: 4px;
  text-shadow: none;
}
.Fv__container .p-container .bihada-detailsecond-sp .line {
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 12%;
  border-bottom: dashed 2px #FFADAE;
  padding-bottom: 2px;
  text-shadow: rgba(255, 255, 255, 0.5960784314) 1px 1px 6px, rgba(255, 255, 255, 0.5960784314) -1px 1px 6px, rgba(255, 255, 255, 0.5960784314) 1px -1px 6px, rgba(255, 255, 255, 0.5960784314) -1px -1px 6px;
}

.bihada {
  margin-top: 8rem;
}
.bihada .point_container {
  width: 420px;
  height: 527px;
  margin: 0 auto 8rem;
}
@media (max-width: 768px) {
  .bihada .point_container {
    width: 312px;
    height: auto;
  }
}
.bihada .point_container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bihada .section {
  position: relative;
}
@media (max-width: 768px) {
  .bihada .section {
    display: none;
  }
}
.bihada .section .filter {
  position: relative;
  width: 600px;
  height: 240px;
}
.bihada .section .filter img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bihada .section .filter::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(to right, transparent, white);
}
.bihada .section .filter::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(to right, transparent, white);
}
.bihada .section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bihada .section .section-number {
  position: absolute;
  width: 84px;
  height: 84px;
  background-color: #FFADAE;
  font-size: 40px;
  color: #FFF;
  border-radius: 50%;
  text-align: center;
  font-weight: 400;
  line-height: 84px;
  font-family: "Optima", serif;
  top: 50%;
  left: 113px;
  transform: translate(-50%, -50%);
}
.bihada .section .section-title {
  display: flex;
  flex-direction: column;
  position: absolute;
  align-items: start;
  top: 50%;
  left: 60%;
  transform: translate(-50%, -50%);
}
.bihada .section .section-title p {
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 700;
  line-height: 32px;
  font-size: 32px;
  text-wrap: nowrap;
  letter-spacing: 6px;
  text-align: left;
  padding-top: 10px;
}
.bihada .section .section-title .letter {
  display: inline-block;
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 700;
  text-wrap: nowrap;
  letter-spacing: 6px;
  line-height: 40px;
  font-size: 40px;
  background: linear-gradient(transparent 70%, #FFADAE 70%);
  letter-spacing: -0.3em;
}
.bihada .section .section-title .indent {
  display: inline-block;
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 700;
  text-wrap: nowrap;
  letter-spacing: 6px;
  line-height: 40px;
  font-size: 40px;
  background: linear-gradient(transparent 70%, #FFADAE 70%);
  text-indent: -10px;
}
.bihada .section .section-title .emphasis {
  display: inline-block;
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 700;
  text-wrap: nowrap;
  letter-spacing: 6px;
  line-height: 40px;
  font-size: 40px;
  background: linear-gradient(transparent 70%, #FFADAE 70%);
}
.bihada .section-sp {
  position: relative;
  display: none;
  margin-left: -2rem;
  margin-top: 10rem;
}
@media (max-width: 768px) {
  .bihada .section-sp {
    display: block;
  }
}
.bihada .section-sp .filter {
  position: relative;
  width: 218px;
  height: 140px;
}
.bihada .section-sp .filter img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bihada .section-sp .filter::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(to right, transparent, white);
}
.bihada .section-sp .filter::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(to right, transparent, white);
}
.bihada .section-sp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bihada .section-sp .section-number {
  position: absolute;
  width: 84px;
  height: 84px;
  background-color: #FFADAE;
  font-size: 40px;
  color: #FFF;
  border-radius: 50%;
  text-align: center;
  font-weight: 400;
  line-height: 84px;
  font-family: "Optima", serif;
  top: 50%;
  left: 113px;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .bihada .section-sp .section-number {
    width: 49px;
    height: 49px;
    font-size: 24px;
    line-height: 49px;
    left: 40px;
  }
}
.bihada .section-sp .section-title {
  display: flex;
  flex-direction: column;
  position: absolute;
  align-items: start;
  top: 50%;
  left: 60%;
  transform: translate(-50%, -50%);
}
.bihada .section-sp .section-title p {
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 600;
  line-height: 20px;
  font-size: 20px;
  text-wrap: nowrap;
  text-align: left;
  padding-top: 10px;
  letter-spacing: 4px;
}
.bihada .section-sp .section-title .letter {
  display: inline-block;
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 600;
  text-wrap: nowrap;
  line-height: 24px;
  font-size: 24px;
  letter-spacing: -0.3em;
  background: linear-gradient(transparent 70%, #FFADAE 70%);
}
.bihada .section-sp .section-title .indent {
  display: inline-block;
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 600;
  text-wrap: nowrap;
  line-height: 24px;
  font-size: 24px;
  text-indent: -10px;
  background: linear-gradient(transparent 70%, #FFADAE 70%);
}
.bihada .section-sp .section-title .emphasis {
  display: inline-block;
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 600;
  text-wrap: nowrap;
  line-height: 24px;
  font-size: 24px;
  text-indent: 4px;
  background: linear-gradient(transparent 70%, #FFADAE 70%);
}
.bihada .link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
  padding-top: 3rem;
  margin-bottom: 12rem;
}
.bihada .link .link-content {
  width: 48%;
  padding-top: 4rem;
}
@media (max-width: 768px) {
  .bihada .link .link-content {
    width: 100%;
  }
}
.bihada .link .link-content .link-title {
  background-color: #FFADAE;
  border-radius: 10px 10px 0 0;
  border: 1px solid #FFADAE;
  width: fit-content;
  padding: 10px 24px;
}
.bihada .link .link-content .link-title p {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
}
.bihada .link .link-content .link-detail {
  border-radius: 0 10px 10px 10px;
  border: 1px solid #FFADAE;
  padding: 20px;
  padding-bottom: 43px;
  height: calc(100% - 80px);
  position: relative;
}
.bihada .link .link-content .link-detail p {
  color: #343434;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 2px;
}
.bihada .link .link-content .link-detail div {
  width: fit-content;
  position: absolute;
  bottom: 30px;
  right: 18px;
}
.bihada .link .link-text-container {
  width: 100%;
}
.bihada .link .link-text-container .link-text {
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 500;
  line-height: 32px;
  font-size: 16px;
  letter-spacing: 10%;
}
@media (max-width: 768px) {
  .bihada .link .link-text-container .link-text {
    font-size: 14px;
    line-height: 28px;
  }
}
.bihada .link .link-text-container .link-container {
  width: 100%;
  text-align: center;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .bihada .link .link-text-container .link-container {
    margin-top: 2rem;
    margin-bottom: 0;
  }
}
.bihada .breadcrumbs__item--current {
  color: #FFADAE;
}

.Fv__container .p-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 8rem;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  color: #343434;
  text-align: center;
  width: 100%;
}
.Fv__container .p-container .title {
  font-size: 60px;
  font-weight: 400;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .Fv__container .p-container .title {
    font-size: 24px;
    line-height: 30.09px;
    margin-top: 4rem;
    margin-bottom: 2rem;
  }
}
.Fv__container .p-container__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.5rem;
}
.Fv__container .p-container__inner img {
  width: 240px;
}
@media (max-width: 768px) {
  .Fv__container .p-container__inner img {
    width: 180px;
  }
}
.Fv__container .p-container__inner .koukasen {
  width: auto;
  height: 38px;
}
@media (max-width: 768px) {
  .Fv__container .p-container__inner .koukasen {
    height: 30px;
  }
}
.Fv__container .p-container .sub-title-kogao {
  background-color: #F7B6CC;
  font-style: italic;
  clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
  width: fit-content;
  margin: 0 auto;
  padding: 0 28px 0 12px;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .Fv__container .p-container .sub-title-kogao {
    margin-bottom: 2rem;
    text-wrap: nowrap;
  }
}
.Fv__container .p-container .sub-title-kogao p {
  font-size: 74px;
  font-weight: 400;
  font-family: "Yu Mincho", "游明朝", "YuMincho", serif;
  padding: 10px 20px;
  text-shadow: rgba(255, 255, 255, 0.5960784314) 1px 1px 6px, rgba(255, 255, 255, 0.5960784314) -1px 1px 6px, rgba(255, 255, 255, 0.5960784314) 1px -1px 6px, rgba(255, 255, 255, 0.5960784314) -1px -1px 6px;
}
@media (max-width: 768px) {
  .Fv__container .p-container .sub-title-kogao p {
    font-size: 52px;
  }
}
.Fv__container .p-container .kogao-detailfirst {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 40px;
  font-size: 20px;
  letter-spacing: 4px;
}
@media (max-width: 768px) {
  .Fv__container .p-container .kogao-detailfirst {
    display: none;
  }
}
.Fv__container .p-container .kogao-detailfirst-sp {
  display: none;
}
@media (max-width: 768px) {
  .Fv__container .p-container .kogao-detailfirst-sp {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    letter-spacing: 4px;
    font-size: 14px;
    line-height: 28px;
  }
}
.Fv__container .p-container .margin-container {
  margin-bottom: 2rem;
}
.Fv__container .p-container .kogao-detailsecond {
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: 4px;
  font-size: 28px;
}
@media (max-width: 768px) {
  .Fv__container .p-container .kogao-detailsecond {
    display: none;
  }
}
.Fv__container .p-container .kogao-detailsecond .color {
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: 12%;
  font-size: 28px;
  color: #F7B6CC;
}
.Fv__container .p-container .kogao-detailsecond .letter {
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: -0.3em;
  font-size: 28px;
}
.Fv__container .p-container .kogao-detailsecond .line {
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: 12%;
  font-size: 28px;
  border-bottom: dashed 2px #F7B6CC;
  padding-bottom: 4px;
}
.Fv__container .p-container .kogao-detailsecond-sp {
  display: none;
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: 4px;
  font-size: 28px;
  text-shadow: rgba(255, 255, 255, 0.5960784314) 1px 1px 6px, rgba(255, 255, 255, 0.5960784314) -1px 1px 6px, rgba(255, 255, 255, 0.5960784314) 1px -1px 6px, rgba(255, 255, 255, 0.5960784314) -1px -1px 6px;
}
@media (max-width: 768px) {
  .Fv__container .p-container .kogao-detailsecond-sp {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    line-height: 28px;
  }
}
.Fv__container .p-container .kogao-detailsecond-sp .color {
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 12%;
  font-size: 14px;
  line-height: 28px;
  color: #F7B6CC;
  text-shadow: rgba(255, 255, 255, 0.5960784314) 1px 1px 6px, rgba(255, 255, 255, 0.5960784314) -1px 1px 6px, rgba(255, 255, 255, 0.5960784314) 1px -1px 6px, rgba(255, 255, 255, 0.5960784314) -1px -1px 6px;
}
.Fv__container .p-container .kogao-detailsecond-sp .letter {
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: -0.3em;
  text-shadow: rgba(255, 255, 255, 0.5960784314) 1px 1px 6px, rgba(255, 255, 255, 0.5960784314) -1px 1px 6px, rgba(255, 255, 255, 0.5960784314) 1px -1px 6px, rgba(255, 255, 255, 0.5960784314) -1px -1px 6px;
}
.Fv__container .p-container .kogao-detailsecond-sp .line {
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 12%;
  border-bottom: dashed 2px #F7B6CC;
  padding-bottom: 2px;
  text-shadow: rgba(255, 255, 255, 0.5960784314) 1px 1px 6px, rgba(255, 255, 255, 0.5960784314) -1px 1px 6px, rgba(255, 255, 255, 0.5960784314) 1px -1px 6px, rgba(255, 255, 255, 0.5960784314) -1px -1px 6px;
}

.kogao {
  margin-top: 8rem;
}
.kogao .section {
  position: relative;
}
@media (max-width: 768px) {
  .kogao .section {
    display: none;
  }
}
.kogao .section .filter {
  position: relative;
  width: 600px;
  height: 240px;
}
.kogao .section .filter img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.kogao .section .filter::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(to right, transparent, white);
}
.kogao .section .filter::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(to right, transparent, white);
}
.kogao .section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.kogao .section .section-number {
  position: absolute;
  width: 84px;
  height: 84px;
  background-color: #F7B6CC;
  font-size: 40px;
  color: #FFF;
  border-radius: 50%;
  text-align: center;
  font-weight: 400;
  line-height: 84px;
  font-family: "Optima", serif;
  top: 50%;
  left: 113px;
  transform: translate(-50%, -50%);
}
.kogao .section .section-title {
  display: flex;
  flex-direction: column;
  position: absolute;
  align-items: start;
  top: 50%;
  left: 60%;
  transform: translate(-50%, -50%);
}
.kogao .section .section-title p {
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 700;
  line-height: 32px;
  font-size: 32px;
  text-wrap: nowrap;
  letter-spacing: 6px;
  text-align: left;
  padding-top: 10px;
}
.kogao .section .section-title .emphasis {
  display: inline-block;
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 700;
  text-wrap: nowrap;
  letter-spacing: 6px;
  line-height: 40px;
  font-size: 40px;
  background: linear-gradient(transparent 70%, #F7B6CC 70%);
}
.kogao .section-sp {
  position: relative;
  display: none;
  margin-left: -2rem;
  margin-top: 10rem;
}
@media (max-width: 768px) {
  .kogao .section-sp {
    display: block;
  }
}
.kogao .section-sp .filter {
  position: relative;
  width: 218px;
  height: 140px;
}
.kogao .section-sp .filter img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.kogao .section-sp .filter::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(to right, transparent, white);
}
.kogao .section-sp .filter::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(to right, transparent, white);
}
.kogao .section-sp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.kogao .section-sp .section-number {
  position: absolute;
  width: 84px;
  height: 84px;
  background-color: #F7B6CC;
  font-size: 40px;
  color: #FFF;
  border-radius: 50%;
  text-align: center;
  font-weight: 400;
  line-height: 84px;
  font-family: "Optima", serif;
  top: 50%;
  left: 113px;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .kogao .section-sp .section-number {
    width: 49px;
    height: 49px;
    font-size: 24px;
    line-height: 49px;
    left: 40px;
  }
}
.kogao .section-sp .section-title {
  display: flex;
  flex-direction: column;
  position: absolute;
  align-items: start;
  top: 50%;
  left: 60%;
  transform: translate(-50%, -50%);
}
.kogao .section-sp .section-title p {
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 600;
  line-height: 20px;
  font-size: 20px;
  text-wrap: nowrap;
  text-align: left;
  padding-top: 10px;
  letter-spacing: 4px;
}
.kogao .section-sp .section-title .emphasis {
  display: inline-block;
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 600;
  text-wrap: nowrap;
  line-height: 24px;
  font-size: 24px;
  text-indent: 4px;
  background: linear-gradient(transparent 70%, #F7B6CC 70%);
}
.kogao .link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
  padding-top: 3rem;
  margin-bottom: 12rem;
}
.kogao .link .link-content {
  width: 48%;
  padding-top: 4rem;
}
@media (max-width: 768px) {
  .kogao .link .link-content {
    width: 100%;
  }
}
.kogao .link .link-content .link-title {
  background-color: #F7B6CC;
  border-radius: 10px 10px 0 0;
  border: 1px solid #F7B6CC;
  width: fit-content;
  padding: 10px 24px;
}
.kogao .link .link-content .link-title p {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
}
.kogao .link .link-content .link-detail {
  border-radius: 0 10px 10px 10px;
  border: 1px solid #F7B6CC;
  padding: 20px;
  padding-bottom: 43px;
  height: calc(100% - 80px);
  position: relative;
}
.kogao .link .link-content .link-detail p {
  color: #343434;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 2px;
}
.kogao .link .link-content .link-detail div {
  width: fit-content;
  position: absolute;
  bottom: 30px;
  right: 18px;
}
.kogao .breadcrumbs__item--current {
  color: #F7B6CC;
}

.Fv__container .p-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 8rem;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  color: #343434;
  text-align: center;
  width: 100%;
}
.Fv__container .p-container .title {
  font-size: 60px;
  font-weight: 400;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .Fv__container .p-container .title {
    font-size: 24px;
    line-height: 30.09px;
    margin-top: 4rem;
    margin-bottom: 2rem;
  }
}
.Fv__container .p-container__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.5rem;
}
.Fv__container .p-container__inner img {
  width: 240px;
}
@media (max-width: 768px) {
  .Fv__container .p-container__inner img {
    width: 180px;
  }
}
.Fv__container .p-container__inner .koukasen {
  width: auto;
  height: 38px;
}
@media (max-width: 768px) {
  .Fv__container .p-container__inner .koukasen {
    height: 30px;
  }
}
.Fv__container .p-container .sub-title-tarumi {
  background-color: #B6D6D8;
  font-style: italic;
  clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
  width: fit-content;
  margin: 0 auto;
  padding: 0 28px 0 12px;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .Fv__container .p-container .sub-title-tarumi {
    margin-bottom: 2rem;
    text-wrap: nowrap;
  }
}
.Fv__container .p-container .sub-title-tarumi p {
  font-size: 74px;
  font-weight: 400;
  font-family: "Yu Mincho", "游明朝", "YuMincho", serif;
  padding: 10px 20px;
  text-shadow: rgba(255, 255, 255, 0.5960784314) 1px 1px 6px, rgba(255, 255, 255, 0.5960784314) -1px 1px 6px, rgba(255, 255, 255, 0.5960784314) 1px -1px 6px, rgba(255, 255, 255, 0.5960784314) -1px -1px 6px;
}
@media (max-width: 768px) {
  .Fv__container .p-container .sub-title-tarumi p {
    font-size: 52px;
  }
}
.Fv__container .p-container .tarumi-detailfirst {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 4px;
  font-size: 20px;
}
@media (max-width: 768px) {
  .Fv__container .p-container .tarumi-detailfirst {
    display: none;
  }
}
.Fv__container .p-container .tarumi-detailfirst-sp {
  display: none;
}
@media (max-width: 768px) {
  .Fv__container .p-container .tarumi-detailfirst-sp {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    letter-spacing: 4px;
    font-size: 14px;
    line-height: 28px;
  }
}
.Fv__container .p-container .margin-container {
  margin-bottom: 2rem;
}
.Fv__container .p-container .tarumi-detailsecond {
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: 4px;
  font-size: 28px;
}
@media (max-width: 768px) {
  .Fv__container .p-container .tarumi-detailsecond {
    display: none;
  }
}
.Fv__container .p-container .tarumi-detailsecond .color {
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: 12%;
  font-size: 28px;
  color: #B6D6D8;
}
.Fv__container .p-container .tarumi-detailsecond .letter {
  font-family: "YuGothic", sans-serif;
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: -0.3em;
  font-size: 28px;
}
.Fv__container .p-container .tarumi-detailsecond .line {
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: 12%;
  font-size: 28px;
  border-bottom: dashed 2px #B6D6D8;
  padding-bottom: 4px;
}
.Fv__container .p-container .tarumi-detailsecond-sp {
  display: none;
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: 4px;
  font-size: 28px;
  text-shadow: rgba(255, 255, 255, 0.5960784314) 1px 1px 6px, rgba(255, 255, 255, 0.5960784314) -1px 1px 6px, rgba(255, 255, 255, 0.5960784314) 1px -1px 6px, rgba(255, 255, 255, 0.5960784314) -1px -1px 6px;
}
@media (max-width: 768px) {
  .Fv__container .p-container .tarumi-detailsecond-sp {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    line-height: 28px;
  }
}
.Fv__container .p-container .tarumi-detailsecond-sp .color {
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 12%;
  font-size: 14px;
  line-height: 28px;
  color: #B6D6D8;
  text-shadow: rgba(255, 255, 255, 0.5960784314) 1px 1px 6px, rgba(255, 255, 255, 0.5960784314) -1px 1px 6px, rgba(255, 255, 255, 0.5960784314) 1px -1px 6px, rgba(255, 255, 255, 0.5960784314) -1px -1px 6px;
}
.Fv__container .p-container .tarumi-detailsecond-sp .letter {
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: -0.3em;
  text-shadow: rgba(255, 255, 255, 0.5960784314) 1px 1px 6px, rgba(255, 255, 255, 0.5960784314) -1px 1px 6px, rgba(255, 255, 255, 0.5960784314) 1px -1px 6px, rgba(255, 255, 255, 0.5960784314) -1px -1px 6px;
}
.Fv__container .p-container .tarumi-detailsecond-sp .line {
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 12%;
  border-bottom: dashed 2px #B6D6D8;
  padding-bottom: 2px;
  text-shadow: rgba(255, 255, 255, 0.5960784314) 1px 1px 6px, rgba(255, 255, 255, 0.5960784314) -1px 1px 6px, rgba(255, 255, 255, 0.5960784314) 1px -1px 6px, rgba(255, 255, 255, 0.5960784314) -1px -1px 6px;
}

.tarumi {
  margin-top: 8rem;
}
.tarumi .section {
  position: relative;
}
@media (max-width: 768px) {
  .tarumi .section {
    display: none;
  }
}
.tarumi .section .filter {
  position: relative;
  width: 600px;
  height: 240px;
}
.tarumi .section .filter img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tarumi .section .filter::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(to right, transparent, white);
}
.tarumi .section .filter::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(to right, transparent, white);
}
.tarumi .section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tarumi .section .section-number {
  position: absolute;
  width: 84px;
  height: 84px;
  background-color: #B6D6D8;
  font-size: 40px;
  color: #FFF;
  border-radius: 50%;
  text-align: center;
  font-weight: 400;
  line-height: 84px;
  font-family: "Optima", serif;
  top: 50%;
  left: 113px;
  transform: translate(-50%, -50%);
}
.tarumi .section .section-title {
  display: flex;
  flex-direction: column;
  position: absolute;
  align-items: start;
  top: 50%;
  left: 60%;
  transform: translate(-50%, -50%);
}
.tarumi .section .section-title p {
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
  font-weight: 700;
  line-height: 32px;
  font-size: 32px;
  text-wrap: nowrap;
  letter-spacing: 6px;
  text-align: left;
  padding-top: 10px;
}
.tarumi .section .section-title .emphasis {
  display: inline-block;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
  font-weight: 700;
  text-wrap: nowrap;
  letter-spacing: 6px;
  line-height: 40px;
  font-size: 40px;
  background: linear-gradient(transparent 70%, #B6D6D8 70%);
}
.tarumi .section-sp {
  position: relative;
  display: none;
  margin-left: -2rem;
  margin-top: 10rem;
}
@media (max-width: 768px) {
  .tarumi .section-sp {
    display: block;
  }
}
.tarumi .section-sp .filter {
  position: relative;
  width: 218px;
  height: 140px;
}
.tarumi .section-sp .filter img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tarumi .section-sp .filter::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(to right, transparent, white);
}
.tarumi .section-sp .filter::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(to right, transparent, white);
}
.tarumi .section-sp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tarumi .section-sp .section-number {
  position: absolute;
  width: 84px;
  height: 84px;
  background-color: #B6D6D8;
  font-size: 40px;
  color: #FFF;
  border-radius: 50%;
  text-align: center;
  font-weight: 400;
  line-height: 84px;
  font-family: "Optima", serif;
  top: 50%;
  left: 113px;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .tarumi .section-sp .section-number {
    width: 49px;
    height: 49px;
    font-size: 24px;
    line-height: 49px;
    left: 40px;
  }
}
.tarumi .section-sp .section-title {
  display: flex;
  flex-direction: column;
  position: absolute;
  align-items: start;
  top: 50%;
  left: 60%;
  transform: translate(-50%, -50%);
}
.tarumi .section-sp .section-title p {
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 600;
  line-height: 20px;
  font-size: 20px;
  text-wrap: nowrap;
  text-align: left;
  padding-top: 10px;
  letter-spacing: 4px;
}
.tarumi .section-sp .section-title .emphasis {
  display: inline-block;
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 600;
  text-wrap: nowrap;
  line-height: 24px;
  font-size: 24px;
  text-indent: 4px;
  background: linear-gradient(transparent 70%, #B6D6D8 70%);
}
.tarumi .link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
  padding-top: 3rem;
  margin-bottom: 12rem;
}
.tarumi .link .link-content {
  width: 48%;
  padding-top: 4rem;
}
@media (max-width: 768px) {
  .tarumi .link .link-content {
    width: 100%;
  }
}
.tarumi .link .link-content .link-title {
  background-color: #B6D6D8;
  border-radius: 10px 10px 0 0;
  border: 1px solid #B6D6D8;
  width: fit-content;
  padding: 10px 24px;
}
.tarumi .link .link-content .link-title p {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
}
.tarumi .link .link-content .link-detail {
  border-radius: 0 10px 10px 10px;
  border: 1px solid #B6D6D8;
  padding: 20px;
  padding-bottom: 43px;
  height: calc(100% - 80px);
  position: relative;
}
.tarumi .link .link-content .link-detail p {
  color: #343434;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 2px;
}
.tarumi .link .link-content .link-detail div {
  width: fit-content;
  position: absolute;
  bottom: 30px;
  right: 18px;
}

/*========= ナビゲーションのための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; /*ドットボタンの現在地表示の色*/
}

/* @media (max-width: 768px) {
  .Header_blank {
    height: 6rem;
  }
}

.Header {
  background-color: #0058A0;
  top: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .Header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }
}
.Header__container {
  display: flex;
  padding: 1rem 0;
  max-width: 90rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .Header__container {
    padding: 0;
    align-items: center;
    padding-left: 1rem;
  }
}
.Header__container__left {
  width: 50%;
  box-sizing: border-box;
  padding-right: 1.5rem;
}
@media (max-width: 768px) {
  .Header__container__left {
    width: 40%;
    padding-right: 0;
  }
}
.Header__container__left__dis {
  font-size: 1.1rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .Header__container__left__dis {
    display: none;
  }
}
.Header__container__left__wrap {
  color: #fff;
  display: flex;
  align-items: center;
}
.Header__container__left__wrap__logo {
  font-size: 3.2rem;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  line-height: 3rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .Header__container__left__wrap__logo {
    font-size: 2.2rem;
    margin-right: 0.5rem;
    line-height: 2.6rem;
  }
}
.Header__container__left__wrap__logo span {
  font-size: 3.2rem;
  color: #FBDA47;
  font-weight: bold;
}
@media (max-width: 768px) {
  .Header__container__left__wrap__logo span {
    font-size: 2.2rem;
    line-height: 2.6rem;
    margin-right: 0.5rem;
  }
}
.Header__container__left__wrap__bag {
  display: flex;
  flex-wrap: wrap;
  width: 24rem;
}
@media (max-width: 768px) {
  .Header__container__left__wrap__bag {
    display: none;
  }
}
.Header__container__left__wrap__bag__box img {
  width: 100%;
  border-radius: 0.5rem;
}
.Header__container__left__wrap__bag__box--01 {
  width: 70%;
  padding-right: 1rem;
  margin-bottom: 0.5rem;
  box-sizing: border-box;
}
.Header__container__left__wrap__bag__box--02 {
  width: 30%;
}
.Header__container__left__wrap__bag__box--03 {
  width: 100%;
}
.Header__container__right {
  width: 50%;
  box-sizing: border-box;
  padding-left: 1.5rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .Header__container__right {
    width: 60%;
    padding-left: 0;
    padding-left: 0;
  }
}
.Header__container__right__wrap__head {
  display: flex;
  align-items: flex-end;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .Header__container__right__wrap__head {
    display: none;
  }
}
.Header__container__right__wrap__head__dis {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.8rem;
  font-weight: bold;
}
.Header__container__right__wrap__head__box {
  font-size: 1.1rem;
  line-height: 1.3rem;
  color: #fff;
  background-color: #f15a24;
  width: fit-content;
  height: fit-content;
  border-radius: 1rem;
  font-weight: 900;
  padding: 0.4rem 1rem 0.2rem 1rem;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .Header__container__right__wrap {
    display: flex;
    align-items: center;
  }
}
.Header__container__right__wrap__food__tel {
  display: flex;
  align-items: center;
  text-decoration: none;
}
@media (max-width: 768px) {
  .Header__container__right__wrap__food__tel {
    margin-right: 0.2rem;
  }
}
.Header__container__right__wrap__food__tel img {
  width: 4.2rem;
  height: 2.7rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .Header__container__right__wrap__food__tel img {
    width: 2.2rem;
    height: 1.7rem;
    margin-right: 0.5rem;
  }
}
.Header__container__right__wrap__food__tel__muryou {
  margin-right: 0.5rem;
}
@media (max-width: 768px) {
  .Header__container__right__wrap__food__tel__muryou {
    display: none;
  }
}
.Header__container__right__wrap__food__tel__muryou .min {
  font-size: 1.2rem;
  color: #fff;
}
@media (max-width: 768px) {
  .Header__container__right__wrap__food__tel__muryou .min {
    font-size: 0.7rem;
  }
}
.Header__container__right__wrap__food__tel__muryou .big {
  font-size: 1.8rem;
  color: #fff;
}
@media (max-width: 768px) {
  .Header__container__right__wrap__food__tel__muryou .big {
    font-size: 1.2rem;
  }
}
.Header__container__right__wrap__food__tel__number {
  font-size: 2.6rem;
  color: #ccff03;
  font-size: 3.6rem;
  line-height: 3rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .Header__container__right__wrap__food__tel__number {
    font-size: 1.8rem;
    line-height: 1.8rem;
    padding-top: 0.4rem;
  }
}
.Header__container__right__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 8rem;
  height: 8rem;
  background-color: #ccff03;
  text-decoration: none;
}
@media (max-width: 768px) {
  .Header__container__right__btn {
    width: 6rem;
    height: 6rem;
  }
}
.Header__container__right__btn:hover {
  opacity: 0.7;
}
.Header__container__right__btn img {
  width: 1.6rem;
  height: 2.1rem;
  margin-bottom: 0.5rem;
}
.Header__container__right__btn__text {
  font-size: 1.2rem;
  color: #0058A0;
  text-align: center;
  line-height: 1.4rem;
  font-weight: bold;
} */

.Fv {
  position: relative;
  width: 100%;
  min-height: 40rem;
  aspect-ratio: 120/40;
  height: 100%;
}
@media (max-width: 768px) {
  .Fv {
    min-height: 35rem;
  }
}
.Fv img {
  width: 100%;
}
.Fv::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/fv_bg_people.png) no-repeat 2rem -10rem/cover;
}
@media (max-width: 768px) {
  .Fv::before {
    display: none;
  }
}
.Fv::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/fv_bg_nami.png) no-repeat 0 -9rem/cover;
}
@media (max-width: 768px) {
  .Fv::after {
    display: none;
  }
}
.Fv__container {
  position: relative;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 1rem 2rem 1rem 4rem;
  display: flex;
}
@media (max-width: 768px) {
  .Fv__container {
    display: none;
  }
}
.Fv__container__left {
  width: 62%;
}
.Fv__container__left img {
  width: 100%;
}
.Fv__container__right {
  width: 38%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}
.Fv__container__right__dis {
  width: 81%;
}
.Fv__container__right__dis img {
  width: 100%;
}
.Fv__container__right__sannkan {
  width: 81%;
}
.Fv__container__right__sannkan img {
  width: 100%;
}

.Price img {
  width: 95%;
  margin: 0 auto;
}
.Price__container {
  width: 100%;
  margin: 0 auto;
  max-width: 110rem;
  display: flex;
  align-items: center;
  padding: 0 0 2rem 0;
  margin-top: -2rem;
  z-index: 10;
  position: relative;
}
@media (max-width: 768px) {
  .Price__container {
    display: none;
  }
}
.Price__container__left {
  display: flex;
  width: 47%;
  margin-top: 2rem;
  justify-content: space-between;
}
.Price__container__left__sagyou .sagyou {
  text-shadow: 2px 3px 10px rgba(104, 104, 104, 0.4);
  color: #0058A0;
  font-size: 1.6rem;
  font-weight: bold;
}
.Price__container__left__sagyou .big {
  color: #0058A0;
  font-size: 3.2rem;
  text-shadow: 2px 3px 10px rgba(104, 104, 104, 0.4);
  font-weight: bold;
}
.Price__container__left__sagyou .big .min {
  font-size: 2.2rem;
  text-shadow: 2px 3px 10px rgba(104, 104, 104, 0.4);
  color: #0058A0;
  font-weight: bold;
}
.Price__container__left__box {
  box-sizing: border-box;
  background-color: #f15a24;
  border: 0.2rem solid #fff;
  padding: 1rem;
  border-radius: 1rem;
  width: fit-content;
  box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.45);
}
.Price__container__left__box .min-white {
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
}
.Price__container__left__box .big-yellow {
  font-size: 4rem;
  color: #FFFF00;
  font-weight: bold;
  font-style: italic;
}
.Price__container__left__box .min-yellow {
  font-size: 2rem;
  color: #FFFF00;
  font-weight: bold;
  font-style: italic;
}
.Price__container__allow {
  width: 5.2rem;
  margin: 0rem 1.5rem;
  margin-top: 2rem;
}
.Price__container__allow img {
  width: 100%;
}
.Price__container__right {
  width: 53%;
}
.Price__container__right img {
  width: 100%;
}

.Trouble {
  background-color: #E3F4FF;
  position: relative;
  z-index: 0;
  margin-top: 2rem;
  padding-bottom: 25rem;
}
@media (max-width: 768px) {
  .Trouble {
    padding-bottom: 12rem;
    margin-top: 1.28rem;
    box-sizing: border-box;
  }
}
.Trouble__bg::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 15rem;
  background-color: #fff;
  z-index: 1;
}
@media (max-width: 768px) {
  .Trouble__bg::before {
    height: 9.6rem;
  }
}
.Trouble::before {
  position: absolute;
  top: 15rem;
  left: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  border-top: 20rem solid #fff;
  z-index: 1;
}
@media (max-width: 768px) {
  .Trouble::before {
    top: 9.6rem;
    border-top: 12.8rem solid #fff;
  }
}
.Trouble__container {
  position: relative;
  z-index: 3;
  max-width: 91.5rem;
  width: 100%;
  margin: 0 auto;
  padding: 3rem 2rem 0;
}
@media (max-width: 768px) {
  .Trouble__container {
    max-width: 100%;
    padding: 1.92rem 1.28rem 0;
    box-sizing: border-box;
  }
}
.Trouble__container__ttl {
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .Trouble__container__ttl {
    margin-bottom: 1.92rem;
  }
}
.Trouble__container__ttl .text {
  font-size: 4.6rem;
  width: fit-content;
  margin: 0 auto;
  display: block;
  position: relative;
  font-weight: bold;
  line-height: 6rem;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .Trouble__container__ttl .text {
    font-size: 2.34rem;
    line-height: 3.84rem;
    margin-bottom: 0.24rem;
  }
}
.Trouble__container__ttl .text::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1rem;
  left: 0;
  width: 100%;
  height: 0.8rem;
  background: linear-gradient(90deg, rgb(111, 229, 212) 0%, rgb(92, 204, 203) 13%, rgb(52, 154, 184) 41%, rgb(23, 118, 171) 67%, rgb(6, 96, 163) 87%, rgb(0, 88, 160) 100%);
}
@media (max-width: 768px) {
  .Trouble__container__ttl .text::before {
    height: 0.51rem;
    bottom: 0rem;
  }
}
.Trouble__container__ttl .text .big {
  font-size: 9.6rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .Trouble__container__ttl .text .big {
    font-size: 4.14rem;
  }
}
.Trouble__container__dis {
  font-size: 1.8rem;
  line-height: 3rem;
  text-align: center;
  margin-bottom: 4rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .Trouble__container__dis {
    font-size: 1.15rem;
    line-height: 1.92rem;
    margin-bottom: 2.56rem;
  }
}
.Trouble__container__dis span {
  font-size: 2.4rem;
  color: #0058A0;
  font-weight: bold;
}
@media (max-width: 768px) {
  .Trouble__container__dis span {
    font-size: 1.54rem;
  }
}
.Trouble__container__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 89.5rem;
  width: 100%;
  gap: 3rem;
  box-sizing: border-box;
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  .Trouble__container__wrap {
    gap: 1.92rem;
    margin-bottom: 3.2rem;
  }
}
.Trouble__container__wrap__item {
  border-radius: 2rem;
  width: calc(33.333% - 2rem);
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 6px 6px 20px 0px rgba(0, 0, 0, 0.4);
}
@media (max-width: 768px) {
  .Trouble__container__wrap__item {
    width: calc(50% - 0.96rem);
    border-radius: 0.64rem;
  }
}
.Trouble__container__wrap__item__ttl {
  background-color: #0058A0;
  width: 100%;
  border-radius: 1rem 1rem 0 0;
  position: relative;
}
@media (max-width: 768px) {
  .Trouble__container__wrap__item__ttl {
    border-radius: 0.64rem 0.64rem 0 0;
  }
}
.Trouble__container__wrap__item__ttl h3 {
  color: #fff;
  font-size: 3rem;
  text-align: center;
  font-weight: 600;
  padding: 2rem 0 0 0;
  letter-spacing: 0.4rem;
}
@media (max-width: 768px) {
  .Trouble__container__wrap__item__ttl h3 {
    font-size: 1.62rem;
    padding: 1.28rem 0 0 0;
    letter-spacing: 0.16rem;
  }
}
.Trouble__container__wrap__item__ttl::after {
  content: "";
  position: absolute;
  bottom: -2.9rem;
  left: 0;
  width: 100%;
  height: 3rem;
  background-color: #0058A0;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media (max-width: 768px) {
  .Trouble__container__wrap__item__ttl::after {
    bottom: -1.86rem;
    height: 1.92rem;
  }
}
.Trouble__container__wrap__item__img img {
  width: 100%;
}
.Trouble__container__wrap__item__text {
  padding: 1rem;
}
@media (max-width: 768px) {
  .Trouble__container__wrap__item__text {
    padding: 0.64rem;
  }
}
.Trouble__container__wrap__item__text__dis {
  list-style-position: inside;
  border-bottom: 0.1rem solid #B3B3B3;
  padding-bottom: 1rem;
}
@media (max-width: 768px) {
  .Trouble__container__wrap__item__text__dis {
    padding-bottom: 0.64rem;
  }
}
.Trouble__container__wrap__item__text__dis li {
  font-size: 1.4rem;
  line-height: 2rem;
  list-style-type: none;
  font-weight: bold;
}
@media (max-width: 768px) {
  .Trouble__container__wrap__item__text__dis li {
    font-size: 0.85rem;
    line-height: 1.28rem;
  }
}
.Trouble__container__wrap__item__text__price {
  text-align: center;
  padding-top: 1rem;
}
@media (max-width: 768px) {
  .Trouble__container__wrap__item__text__price {
    padding-top: 0.64rem;
  }
}
.Trouble__container__wrap__item__text__price .big {
  font-size: 4.4rem;
  line-height: 5.6rem;
  font-weight: bold;
  color: #f15a24;
}
@media (max-width: 768px) {
  .Trouble__container__wrap__item__text__price .big {
    font-size: 2.82rem;
    line-height: 3.58rem;
  }
}
.Trouble__container__wrap__item__text__price .min {
  color: #f15a24;
  font-size: 1.4rem;
  line-height: 1.9rem;
}
@media (max-width: 768px) {
  .Trouble__container__wrap__item__text__price .min {
    font-size: 0.9rem;
    line-height: 1.22rem;
  }
}
.Trouble__container__cyuuryaku {
  font-size: 1.3rem;
  line-height: 1.9rem;
  letter-spacing: 0rem;
  text-align: center;
}
@media (max-width: 768px) {
  .Trouble__container__cyuuryaku {
    font-size: 1.1rem;
    line-height: 1.62rem;
  }
}

.Trouble__nami {
  position: relative;
}
.Trouble__nami::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -15rem;
  width: 100%;
  height: 51rem;
  background: url(../images/trouble_bg.png) no-repeat bottom center/cover;
  z-index: 4;
}
@media (max-width: 768px) {
  .Trouble__nami::after {
    bottom: -9.6rem;
    height: 32.64rem;
  }
}

.Case {
  margin-top: -12rem;
  position: relative;
}
@media (max-width: 768px) {
  .Case {
    margin-top: -8rem;
    padding-bottom: 3rem;
  }
}
.Case::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/case_bg.png) no-repeat top center/cover;
  z-index: -1;
}
.Case__container {
  max-width: 104.3rem;
  position: relative;
  margin: 0 auto;
  padding: 0 2rem;
  z-index: 10;
}
@media (max-width: 768px) {
  .Case__container {
    padding: 0 1.5rem;
  }
}
.Case__container::before {
  content: "";
  display: block;
  position: absolute;
  top: -5rem;
  left: -6rem;
  width: 700px;
  height: 180px;
  background: url(../images/case_accent.png) no-repeat center/contain;
}
@media (max-width: 768px) {
  .Case__container::before {
    width: 300px;
    height: 80px;
    top: -3rem;
    left: -2rem;
  }
}
.Case__container__ttl {
  margin-top: 10rem;
  position: relative;
  text-align: center;
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  .Case__container__ttl {
    margin-top: 7rem;
    margin-bottom: 3rem;
  }
}
.Case__container__ttl::before {
  content: "";
  display: block;
  position: absolute;
  top: -10rem;
  left: 50%;
  transform: translateX(-50%);
  width: 10rem;
  height: 10rem;
  background: url(../images/case_icon.png) no-repeat center/contain;
}
@media (max-width: 768px) {
  .Case__container__ttl::before {
    width: 7rem;
    height: 7rem;
    top: -7rem;
  }
}
.Case__container__ttl .text {
  color: #fff;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
  font-weight: bold;
}
.Case__container__ttl .text_01 {
  font-size: 3.9rem;
  line-height: 5.3rem;
}
@media (max-width: 768px) {
  .Case__container__ttl .text_01 {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
}
.Case__container__ttl .text_02 {
  font-size: 5.6rem;
  line-height: 7.6rem;
}
@media (max-width: 768px) {
  .Case__container__ttl .text_02 {
    font-size: 3.2rem;
    line-height: 4.6rem;
  }
}
.Case__container__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .Case__container__wrap {
    gap: 2rem;
    margin-bottom: 3rem;
  }
}
.Case__container__wrap__item {
  border-radius: 2rem;
  width: calc(33.333% - 2rem);
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
}
@media (max-width: 768px) {
  .Case__container__wrap__item {
    width: calc(50% - 1rem);
    border-radius: 0.64rem;
    border-radius: 0.8rem;
    margin: 0 auto;
  }
}
.Case__container__wrap__item__ttl {
  background-color: #0058A0;
  width: 100%;
  border-radius: 1rem 1rem 0 0;
  position: relative;
}
@media (max-width: 768px) {
  .Case__container__wrap__item__ttl {
    border-radius: 0.8rem 0.8rem 0 0;
  }
}
.Case__container__wrap__item__ttl h3 {
  color: #fff;
  font-size: 3rem;
  text-align: center;
  font-weight: bold;
  padding: 2rem 0 0 0;
  letter-spacing: 0.4rem;
}
@media (max-width: 768px) {
  .Case__container__wrap__item__ttl h3 {
    font-size: 1.8rem;
    padding: 1.5rem 0 0 0;
    letter-spacing: 0.1rem;
  }
}
.Case__container__wrap__item__ttl::after {
  content: "";
  position: absolute;
  bottom: -2.9rem;
  left: 0;
  width: 100%;
  height: 3rem;
  background-color: #0058A0;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media (max-width: 768px) {
  .Case__container__wrap__item__ttl::after {
    bottom: -1.9rem;
    height: 2rem;
  }
}
.Case__container__wrap__item__img img {
  width: 100%;
}
.Case__container__wrap__item__text {
  padding: 1.5rem;
}
@media (max-width: 768px) {
  .Case__container__wrap__item__text {
    padding: 1rem;
  }
}
.Case__container__wrap__item__text__dis {
  list-style-position: inside;
  border-bottom: 0.1rem solid #000;
  padding-bottom: 1rem;
}
@media (max-width: 768px) {
  .Case__container__wrap__item__text__dis {
    padding-bottom: 0.8rem;
  }
}
.Case__container__wrap__item__text__dis li {
  font-size: 1.2rem;
  line-height: 2rem;
  list-style-type: none;
}
@media (max-width: 768px) {
  .Case__container__wrap__item__text__dis li {
    font-size: 1.1rem;
    line-height: 1.8rem;
  }
}
.Case__container__wrap__item__text__price {
  text-align: center;
  margin-bottom: 1rem;
  padding-top: 1rem;
}
@media (max-width: 768px) {
  .Case__container__wrap__item__text__price {
    margin-bottom: 0.8rem;
    padding-top: 0.8rem;
  }
}
.Case__container__wrap__item__text__price .big {
  font-size: 4.4rem;
  line-height: 5.6rem;
  font-weight: bold;
  color: #f15a24;
}
@media (max-width: 768px) {
  .Case__container__wrap__item__text__price .big {
    font-size: 2.82rem;
    line-height: 3.58rem;
  }
}
.Case__container__wrap__item__text__price .min {
  color: #f15a24;
  font-size: 1.4rem;
  line-height: 1.9rem;
}
@media (max-width: 768px) {
  .Case__container__wrap__item__text__price .min {
    font-size: 0.9rem;
    line-height: 1.22rem;
  }
}
.Case__container__wrap__item__text__acc {
  font-size: 1.3rem;
  line-height: 1.9rem;
}
@media (max-width: 768px) {
  .Case__container__wrap__item__text__acc {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }
}

.Reason {
  background: url(../images/reason_bg.png) no-repeat center/cover;
  position: relative;
}
.Reason::before {
  content: "";
  display: block;
  position: absolute;
  top: 4rem;
  right: 2rem;
  width: 10rem;
  height: 100rem;
  background: url(../images/reason_text.png) no-repeat center/contain;
}
@media (max-width: 768px) {
  .Reason::before {
    top: 2.56rem;
    right: 1.28rem;
    width: 6.4rem;
    height: 64rem;
  }
}
.Reason__container {
  max-width: 110rem;
  width: 100%;
  margin: 0 auto;
  padding: 10rem 0 10rem 0;
}
@media (max-width: 768px) {
  .Reason__container {
    max-width: 76.8rem;
    padding: 6.4rem 1.28rem 3rem 1.28rem;
    box-sizing: border-box;
  }
}
.Reason__container__ttl {
  margin-bottom: 7rem;
}
@media (max-width: 768px) {
  .Reason__container__ttl {
    margin-bottom: 4.48rem;
  }
}
.Reason__container__ttl h2 {
  font-size: 3.7rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: 3rem;
  line-height: 7rem;
  position: relative;
}
@media (max-width: 768px) {
  .Reason__container__ttl h2 {
    font-size: 2.37rem;
    padding-bottom: 1rem;
    line-height: 4.48rem;
  }
}
.Reason__container__ttl h2::after {
  content: "";
  display: block;
  position: absolute;
  top: -7rem;
  left: 50%;
  transform: translateX(-50%);
  width: 6rem;
  height: 6rem;
  background: url(../images/reason_icon.png) no-repeat center/contain;
}
@media (max-width: 768px) {
  .Reason__container__ttl h2::after {
    top: -4.6rem;
    width: 3.84rem;
    height: 3.84rem;
  }
}
.Reason__container__ttl h2 .box {
  background-color: #0058a0;
  color: #ffda46;
  font-size: 3.7rem;
  padding: 0.7rem 1rem 0.3rem 1rem;
  margin-right: 1rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
}
@media (max-width: 768px) {
  .Reason__container__ttl h2 .box {
    font-size: 2.37rem;
    padding: 0.45rem 0.64rem 0.19rem 0.64rem;
    margin-right: 0.64rem;
    letter-spacing: 0.13rem;
  }
}
.Reason__container__ttl h2 .big {
  font-size: 5.6rem;
  font-weight: bold;
  line-height: 7rem;
}
@media (max-width: 768px) {
  .Reason__container__ttl h2 .big {
    font-size: 3.2rem;
    line-height: 4.48rem;
  }
}
.Reason__container__ttl h2:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 0.8rem;
  background: linear-gradient(90deg, rgb(111, 229, 212) 0%, rgb(92, 204, 203) 13%, rgb(52, 154, 184) 41%, rgb(23, 118, 171) 67%, rgb(6, 96, 163) 87%, rgb(0, 88, 160) 100%);
}
@media (max-width: 768px) {
  .Reason__container__ttl h2:before {
    bottom: -0.64rem;
    width: 128px;
    height: 0.51rem;
  }
}
.Reason__container__wrap {
  max-width: 110rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .Reason__container__wrap {
    max-width: 76.8rem;
  }
}
.Reason__container__wrap__item {
  display: flex;
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  .Reason__container__wrap__item {
    flex-direction: column !important;
    margin-bottom: 3.2rem;
  }
}
.Reason__container__wrap__item:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .Reason__container__wrap__item:nth-child(even) .Reason__container__wrap__item__img {
    margin-bottom: -1rem !important;
  }
}
.Reason__container__wrap__item:nth-child(even) .Reason__container__wrap__item__img img {
  right: auto;
  left: 0;
}
@media (max-width: 768px) {
  .Reason__container__wrap__item:nth-child(even) .Reason__container__wrap__item__img img {
    position: relative;
    left: auto !important;
    top: 0;
    right: auto;
    width: 100%;
  }
}
.Reason__container__wrap__item:nth-child(even) .Reason__container__wrap__item__text {
  margin-left: 0;
  margin-right: -6rem;
  padding: 6rem 8rem 6rem 4rem;
}
@media (max-width: 768px) {
  .Reason__container__wrap__item:nth-child(even) .Reason__container__wrap__item__text {
    margin-right: 0;
    padding: 3.84rem 2.56rem;
    margin-top: 0;
  }
}
.Reason__container__wrap__item__img {
  width: 45%;
  position: relative;
  z-index: 4;
}
@media (max-width: 768px) {
  .Reason__container__wrap__item__img {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.Reason__container__wrap__item__img img {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 768px) {
  .Reason__container__wrap__item__img img {
    position: relative;
    right: auto;
    top: 0;
    width: 100%;
  }
}
.Reason__container__wrap__item__text {
  background-color: #fff;
  padding: 6rem 4rem 6rem 8rem;
  position: relative;
  z-index: 3;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
  width: 55%;
  box-sizing: border-box;
  margin-top: 10rem;
  margin-left: -6rem;
}
@media (max-width: 768px) {
  .Reason__container__wrap__item__text {
    width: 100%;
    padding: 3.84rem 2.56rem;
    margin-top: -3.84rem;
    margin-left: 0;
  }
}
.Reason__container__wrap__item__text span {
  width: 12rem;
  height: 12rem;
  position: absolute;
  top: 3rem;
  left: 6rem;
  z-index: 0;
}
@media (max-width: 768px) {
  .Reason__container__wrap__item__text span {
    width: 7.68rem;
    height: 7.68rem;
    top: 1.92rem;
    left: 3.84rem;
  }
}
.Reason__container__wrap__item__text span img {
  width: 100%;
}
.Reason__container__wrap__item__text h3 {
  color: #0058a0;
  font-size: 3rem;
  line-height: 4rem;
  border-left: 1rem solid #0058a0;
  font-weight: bold;
  position: relative;
  padding: 1rem 0;
  padding-left: 1rem;
  z-index: 1;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .Reason__container__wrap__item__text h3 {
    font-size: 1.92rem;
    line-height: 2.56rem;
    border-left: 0.64rem solid #0058a0;
    padding: 0.64rem 0;
    padding-left: 0.64rem;
    margin-bottom: 1.28rem;
  }
}
.Reason__container__wrap__item__text p {
  font-size: 1.8rem;
  line-height: 2.6rem;
  position: relative;
  z-index: 1;
  font-weight: 500;
}
@media (max-width: 768px) {
  .Reason__container__wrap__item__text p {
    font-size: 1.15rem;
    line-height: 1.66rem;
  }
}
.Reason__container__wrap__item__text span {
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .Reason__container__wrap__item__text span {
    font-size: 1.02rem;
  }
}

.Area {
  position: relative;
}
.Area::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -7rem;
  left: 0;
  width: 100%;
  height: 56rem;
  background: url(../images/area_bg.png) no-repeat bottom center/cover;
  z-index: -1;
}
@media (max-width: 768px) {
  .Area::before {
    bottom: -4.48rem;
    height: 35.84rem;
  }
}
.Area__container {
  max-width: 110rem;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 16rem;
}
@media (max-width: 768px) {
  .Area__container {
    max-width: 76.8rem;
    padding: 0 1.28rem 10.24rem;
    box-sizing: border-box;
  }
}
.Area__container .Btn {
  margin-top: -3rem;
}
@media (max-width: 768px) {
  .Area__container .Btn {
    margin-top: -1.92rem;
  }
}
.Area__container__head {
  padding-top: 4rem;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .Area__container__head {
    padding-top: 2.56rem;
    margin-bottom: 1.92rem;
  }
}
.Area__container__head__title {
  text-align: center;
  margin-bottom: 2rem;
  position: relative;
}
@media (max-width: 768px) {
  .Area__container__head__title {
    margin-bottom: 1.28rem;
    padding-top: 4rem;
  }
}
.Area__container__head__title::before {
  content: "";
  display: block;
  position: absolute;
  top: 6rem;
  left: -1rem;
  width: 22rem;
  height: 11rem;
  background: url(../images/area_acc_01.png) no-repeat center/contain;
}
@media (max-width: 768px) {
  .Area__container__head__title::before {
    top: -0.84rem;
    left: -0.64rem;
    width: 12.08rem;
    height: 5.04rem;
    z-index: 0;
  }
}
.Area__container__head__title::after {
  content: "";
  display: block;
  position: absolute;
  top: -3rem;
  right: -1rem;
  width: 42rem;
  height: 42rem;
  background: url(../images/area_acc_02.png) no-repeat center/contain;
}
@media (max-width: 768px) {
  .Area__container__head__title::after {
    top: -1.92rem;
    right: -0.64rem;
    width: 17.88rem;
    height: 17.88rem;
    z-index: -1;
  }
}
.Area__container__head__title .text {
  text-align: center;
  position: relative;
  line-height: 9rem;
}
@media (max-width: 768px) {
  .Area__container__head__title .text {
    line-height: 5.76rem;
  }
}
.Area__container__head__title .text::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0rem;
  left: 0;
  width: 100%;
  height: 0.8rem;
  background: linear-gradient(90deg, rgb(111, 229, 212) 0%, rgb(92, 204, 203) 13%, rgb(52, 154, 184) 41%, rgb(23, 118, 171) 67%, rgb(6, 96, 163) 87%, rgb(0, 88, 160) 100%);
}
@media (max-width: 768px) {
  .Area__container__head__title .text::before {
    height: 0.51rem;
  }
}
.Area__container__head__title .text__01 {
  font-size: 6.6rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .Area__container__head__title .text__01 {
    font-size: 4rem;
  }
}
.Area__container__head__title .text__01 span {
  font-size: 4.6rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .Area__container__head__title .text__01 span {
    font-size: 2.64rem;
  }
}
.Area__container__head__title .text__02 {
  font-size: 4.6rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .Area__container__head__title .text__02 {
    font-size: 2.54rem;
  }
}
.Area__container__head__dis {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  line-height: 2.8rem;
}
@media (max-width: 768px) {
  .Area__container__head__dis {
    font-size: 1rem;
    line-height: 1.79rem;
  }
}
.Area__container__head__dis span {
  font-size: 2.4rem;
  color: #0058a0;
  font-weight: bold;
}
@media (max-width: 768px) {
  .Area__container__head__dis span {
    font-size: 1.54rem;
  }
}
.Area__container__content {
  max-width: 77.6rem;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 0rem;
}
@media (max-width: 768px) {
  .Area__container__content {
    max-width: 100%;
  }
}
.Area__container__content__ttl {
  font-size: 3.1rem;
  line-height: 3.6rem;
  color: #0058a0;
  font-weight: bold;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .Area__container__content__ttl {
    font-size: 1.98rem;
    line-height: 2.3rem;
    margin-bottom: 1.28rem;
  }
}
.Area__container__content__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .Area__container__content__wrap {
    gap: 1.28rem;
    margin-bottom: 2rem;
  }
}
.Area__container__content__wrap__item {
  width: calc(50% - 2rem);
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .Area__container__content__wrap__item {
    width: 100%;
    margin-bottom: 0;
  }
}
.Area__container__content__wrap__item__ttl {
  font-size: 1.9rem;
  line-height: 2.2rem;
  color: #fff;
  background-color: #0058a0;
  padding: 0.8rem 1rem 0.5rem 1rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .Area__container__content__wrap__item__ttl {
    font-size: 1.22rem;
    line-height: 1.41rem;
    padding: 0.61rem 0.64rem 0.32rem 0.64rem;
  }
}
.Area__container__content__wrap__item__text {
  padding: 1rem;
}
@media (max-width: 768px) {
  .Area__container__content__wrap__item__text {
    padding: 0.64rem;
  }
}
.Area__container__content__wrap__item__text span {
  font-size: 1.9rem;
  line-height: 2.2rem;
  font-weight: 500;
  padding: 0rem 1rem;
  margin: 0.5rem 0;
  display: inline-block;
}
@media (max-width: 768px) {
  .Area__container__content__wrap__item__text span {
    font-size: 1.22rem;
    line-height: 1.41rem;
    padding: 0rem 0.64rem;
    margin: 0.32rem 0;
  }
}
.Area__container__content__wrap__item__text span:not(:nth-child(4n+1)) {
  border-left: 1px solid #000;
}
.Area__container__text {
  max-width: 62.1rem;
  width: 100%;
  margin-left: auto;
}
@media (max-width: 768px) {
  .Area__container__text {
    max-width: 100%;
    margin: 0 auto;
  }
}
.Area__container__text img {
  width: 100%;
}

.Flow__container {
  max-width: 101rem;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 10rem;
}
@media (max-width: 768px) {
  .Flow__container {
    max-width: 76.8rem;
    padding: 0 1.28rem 6.4rem;
    box-sizing: border-box;
  }
}
.Flow__container__head {
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  .Flow__container__head {
    margin-bottom: 3.2rem;
  }
}
.Flow__container__head__title {
  font-size: 5.6rem;
  line-height: 7.6rem;
  font-weight: bold;
  position: relative;
  text-align: center;
  margin-bottom: 6rem;
}
@media (max-width: 768px) {
  .Flow__container__head__title {
    font-size: 3.58rem;
    line-height: 4.86rem;
    margin-bottom: 3.84rem;
  }
}
.Flow__container__head__title::before {
  content: "";
  display: block;
  position: absolute;
  top: -6rem;
  left: 50%;
  transform: translateX(-50%);
  width: 5rem;
  height: 5rem;
  background: url(../images/flow_icon.png) no-repeat center/contain;
}
@media (max-width: 768px) {
  .Flow__container__head__title::before {
    top: -3.84rem;
    width: 3.2rem;
    height: 3.2rem;
  }
}
.Flow__container__head__title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 0.8rem;
  background: linear-gradient(90deg, rgb(111, 229, 212) 0%, rgb(92, 204, 203) 13%, rgb(52, 154, 184) 41%, rgb(23, 118, 171) 67%, rgb(6, 96, 163) 87%, rgb(0, 88, 160) 100%);
}
@media (max-width: 768px) {
  .Flow__container__head__title::after {
    bottom: -0.64rem;
    width: 128px;
    height: 0.51rem;
  }
}
.Flow__container__head__dis {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.9rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .Flow__container__head__dis {
    font-size: 1.15rem;
    line-height: 2.26rem;
  }
}
.Flow__container__head__dis span {
  font-size: 2.4rem;
  color: #0058a0;
  font-weight: bold;
}
@media (max-width: 768px) {
  .Flow__container__head__dis span {
    font-size: 1.54rem;
  }
}
.Flow__container__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 4rem 1rem;
  margin-bottom: 6rem;
}
@media (max-width: 768px) {
  .Flow__container__wrap {
    gap: 2.56rem 0.64rem;
    margin-bottom: 3.84rem;
  }
}
.Flow__container__wrap__item {
  width: calc(33.333% - 4rem);
  border-radius: 1.5rem;
  border: 0.2rem solid #0058a0;
  box-shadow: 6px 6px 20px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  .Flow__container__wrap__item {
    width: calc(50% - 1.5rem);
    border-radius: 0.96rem;
    border: 0.13rem solid #0058a0;
  }
}
.Flow__container__wrap__item:nth-child(2), .Flow__container__wrap__item:nth-child(3), .Flow__container__wrap__item:nth-child(5), .Flow__container__wrap__item:nth-child(6) {
  position: relative;
}
.Flow__container__wrap__item:nth-child(2)::before, .Flow__container__wrap__item:nth-child(3)::before, .Flow__container__wrap__item:nth-child(5)::before, .Flow__container__wrap__item:nth-child(6)::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -4rem;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  background: url(../images/flow_allow.png) no-repeat center/contain;
}
@media (max-width: 768px) {
  .Flow__container__wrap__item:nth-child(2)::before, .Flow__container__wrap__item:nth-child(3)::before, .Flow__container__wrap__item:nth-child(5)::before, .Flow__container__wrap__item:nth-child(6)::before {
    left: -2.56rem;
    width: 1.92rem;
    height: 1.92rem;
    display: none;
  }
}
.Flow__container__wrap__item:nth-child(2), .Flow__container__wrap__item:nth-child(4), .Flow__container__wrap__item:nth-child(6), .Flow__container__wrap__item:nth-child(8) {
  position: relative;
}
.Flow__container__wrap__item:nth-child(2)::after, .Flow__container__wrap__item:nth-child(4)::after, .Flow__container__wrap__item:nth-child(6)::after, .Flow__container__wrap__item:nth-child(8)::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -2rem;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  background: url(../images/flow_allow.png) no-repeat center/contain;
  display: none;
}
@media (max-width: 768px) {
  .Flow__container__wrap__item:nth-child(2)::after, .Flow__container__wrap__item:nth-child(4)::after, .Flow__container__wrap__item:nth-child(6)::after, .Flow__container__wrap__item:nth-child(8)::after {
    left: -2.56rem;
    width: 1.92rem;
    height: 1.92rem;
    display: block;
  }
}
@media (max-width: 768px) {
  .Flow__container__wrap__item:nth-child(even)::before {
    display: none;
  }
}
.Flow__container__wrap__item__head {
  background: #0058a0;
  padding: 1rem 2rem;
  border-radius: 1.4rem 1.4rem 0 0;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .Flow__container__wrap__item__head {
    padding: 0.64rem 1.28rem;
    border-radius: 0.93rem 0.93rem 0 0;
  }
}
.Flow__container__wrap__item__head span:first-child {
  background-color: #fff;
  border-radius: 50%;
  font-size: 2.4rem;
  color: #0058a0;
  width: 3.1rem;
  height: 3.1rem;
  display: block;
  text-align: center;
  font-weight: bold;
  margin-right: 1rem;
  line-height: 3.1rem;
  font-family: Helvetica, Arial, sans-serif;
}
@media (max-width: 768px) {
  .Flow__container__wrap__item__head span:first-child {
    font-size: 1.54rem;
    width: 1.98rem;
    height: 1.98rem;
    margin-right: 0.64rem;
    line-height: 1.98rem;
  }
}
.Flow__container__wrap__item__head span:nth-child(2) {
  color: #fff;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 2.9rem;
}
@media (max-width: 768px) {
  .Flow__container__wrap__item__head span:nth-child(2) {
    font-size: 1rem;
    line-height: 1.86rem;
    padding-top: 0.2rem;
  }
}
.Flow__container__wrap__item__img img {
  width: 100%;
}
.Flow__container__wrap__item__text {
  padding: 1rem 2rem;
  background-color: #fff;
  border-radius: 0 0 1.5rem 1.5rem;
  height: 7rem;
}
@media (max-width: 768px) {
  .Flow__container__wrap__item__text {
    padding: 0.64rem 1.28rem;
    border-radius: 0 0 0.96rem 0.96rem;
    height: 5.48rem;
  }
}
.Flow__container__wrap__item__text p {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.7rem;
}
@media (max-width: 768px) {
  .Flow__container__wrap__item__text p {
    font-size: 0.8rem;
    line-height: 1.09rem;
  }
}

.Faq {
  position: relative;
  background-color: #e3f4ff;
  z-index: 2;
}
.Faq::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  border-top: 20rem solid #fff;
  z-index: 3;
}
@media (max-width: 768px) {
  .Faq::before {
    border-top: 12.8rem solid #fff;
  }
}
.Faq::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -20rem;
  left: 0;
  width: 100%;
  height: 56rem;
  background: url(../images/area_bg.png) no-repeat bottom center/cover;
  z-index: 3;
}
@media (max-width: 768px) {
  .Faq::after {
    bottom: -12.8rem;
    height: 35.84rem;
  }
}
.Faq__container {
  padding: 0rem 0 8rem 0;
  position: relative;
  z-index: 4;
}
@media (max-width: 768px) {
  .Faq__container {
    padding: 0 1.28rem 5.12rem;
  }
}
.Faq__container__ttl {
  font-size: 4.7rem;
  line-height: 6.4rem;
  font-weight: bold;
  position: relative;
  text-align: center;
  margin-bottom: 8rem;
}
@media (max-width: 768px) {
  .Faq__container__ttl {
    font-size: 3.01rem;
    line-height: 4.1rem;
    margin-bottom: 5.12rem;
  }
}
.Faq__container__ttl::before {
  content: "Question";
  display: block;
  position: absolute;
  color: #999999;
  font-size: 2.5rem;
  top: -6rem;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .Faq__container__ttl::before {
    font-size: 1.6rem;
    top: -3.84rem;
  }
}
.Faq__container__ttl::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -3rem;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 0.8rem;
  background: linear-gradient(90deg, rgb(111, 229, 212) 0%, rgb(92, 204, 203) 13%, rgb(52, 154, 184) 41%, rgb(23, 118, 171) 67%, rgb(6, 96, 163) 87%, rgb(0, 88, 160) 100%);
}
@media (max-width: 768px) {
  .Faq__container__ttl::after {
    bottom: -1.92rem;
    width: 128px;
    height: 0.51rem;
  }
}
.Faq__container__content {
  max-width: 95.3rem;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .Faq__container__content {
    max-width: 100%;
  }
}
.Faq__container__content .Item {
  border-radius: 2rem;
  border: 0.2rem solid #0058a0;
  margin-bottom: 4rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .Faq__container__content .Item {
    border-radius: 1.28rem;
    border: 0.13rem solid #0058a0;
    margin-bottom: 2.56rem;
  }
}
.Faq__container__content .Item__q {
  background: #0058a0;
  padding: 3rem 3rem 3rem 9rem;
  position: relative;
}
@media (max-width: 768px) {
  .Faq__container__content .Item__q {
    padding: 1.92rem 1.92rem 1.92rem 5.76rem;
    border-radius: 1.28rem 1.28rem 0 0;
  }
}
.Faq__container__content .Item__q::before {
  content: "Q";
  display: block;
  position: absolute;
  top: 50%;
  left: 3rem;
  transform: translateY(-50%);
  width: 4.8rem;
  height: 4.8rem;
  color: #0058a0;
  background: #fff;
  border-radius: 50%;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  line-height: 5.2rem;
}
@media (max-width: 768px) {
  .Faq__container__content .Item__q::before {
    left: 1.92rem;
    width: 3.07rem;
    height: 3.07rem;
    font-size: 1.92rem;
    line-height: 3.33rem;
  }
}
.Faq__container__content .Item__q h3 {
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 768px) {
  .Faq__container__content .Item__q h3 {
    font-size: 1.28rem;
    line-height: 1.8rem;
  }
}
.Faq__container__content .Item__a {
  position: relative;
  background-color: #fff;
  border-radius: 0 0 2rem 2rem;
  padding: 2.5rem 3rem 2.5rem 9rem;
}
@media (max-width: 768px) {
  .Faq__container__content .Item__a {
    border-radius: 0 0 1.28rem 1.28rem;
    padding: 1.6rem 1.92rem 1.6rem 5.76rem;
  }
}
.Faq__container__content .Item__a::before {
  content: "A";
  display: block;
  position: absolute;
  top: 50%;
  left: 3rem;
  transform: translateY(-50%);
  width: 4.8rem;
  height: 4.8rem;
  color: #fff;
  background: #0058a0;
  border-radius: 50%;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  line-height: 5.2rem;
}
@media (max-width: 768px) {
  .Faq__container__content .Item__a::before {
    left: 1.92rem;
    width: 3.07rem;
    height: 3.07rem;
    font-size: 1.92rem;
    line-height: 3.33rem;
  }
}
.Faq__container__content .Item__a p {
  font-size: 1.5rem;
  line-height: 2.1rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .Faq__container__content .Item__a p {
    font-size: 1.1rem;
    line-height: 1.74rem;
  }
}
.Faq__container__content .Item__a span {
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .Faq__container__content .Item__a span {
    font-size: 0.8rem;
    line-height: 1.2rem;
  }
}

.Voice__container {
  padding-bottom: 0rem;
  padding-top: 10rem;
}
@media (max-width: 768px) {
  .Voice__container {
    padding: 6.4rem 1.28rem 0;
  }
}
.Voice__container__ttl {
  font-size: 4.7rem;
  line-height: 6.4rem;
  font-weight: bold;
  position: relative;
  text-align: center;
  margin-bottom: 8rem;
  z-index: 10;
}
@media (max-width: 768px) {
  .Voice__container__ttl {
    font-size: 3.01rem;
    line-height: 4.1rem;
    margin-bottom: 5.12rem;
  }
}
.Voice__container__ttl::before {
  content: "";
  display: block;
  position: absolute;
  top: -5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 5rem;
  height: 5rem;
  background: url(../images/voice_icon.png) no-repeat center/contain;
}
@media (max-width: 768px) {
  .Voice__container__ttl::before {
    top: -3.2rem;
    width: 3.2rem;
    height: 3.2rem;
  }
}
.Voice__container__ttl::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -3rem;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 0.8rem;
  background: linear-gradient(90deg, rgb(111, 229, 212) 0%, rgb(92, 204, 203) 13%, rgb(52, 154, 184) 41%, rgb(23, 118, 171) 67%, rgb(6, 96, 163) 87%, rgb(0, 88, 160) 100%);
}
@media (max-width: 768px) {
  .Voice__container__ttl::after {
    bottom: -1.92rem;
    width: 128px;
    height: 0.51rem;
  }
}
.Voice__container__content {
  max-width: 97.8rem;
  width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 2rem;
}
@media (max-width: 768px) {
  .Voice__container__content {
    flex-direction: column;
    gap: 2.56rem;
  }
}
.Voice__container__content__item {
  width: calc(33.333% - 2rem);
}
@media (max-width: 768px) {
  .Voice__container__content__item {
    width: 100%;
    margin: 0 auto;
  }
}
.Voice__container__content__item__img {
  width: 100%;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .Voice__container__content__item__img {
    margin-bottom: 0.64rem;
  }
}
.Voice__container__content__item__img img {
  width: 100%;
}
.Voice__container__content__item__ttl {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2.3rem;
  margin-bottom: 1rem;
  color: #0058a0;
}
@media (max-width: 768px) {
  .Voice__container__content__item__ttl {
    font-size: 1.15rem;
    line-height: 1.47rem;
    margin-bottom: 0.64rem;
  }
}
.Voice__container__content__item__wrap {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .Voice__container__content__item__wrap {
    gap: 0.64rem;
    margin-bottom: 0.64rem;
    flex-wrap: wrap;
  }
}
.Voice__container__content__item__wrap span {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2.4rem;
  padding: 0.4rem 1rem 0.2rem 1rem;
  border-radius: 2rem;
  letter-spacing: 0.2rem;
}
@media (max-width: 768px) {
  .Voice__container__content__item__wrap span {
    font-size: 1.02rem;
    line-height: 1.54rem;
    padding: 0.26rem 0.64rem 0.13rem 0.64rem;
    border-radius: 1.28rem;
    letter-spacing: 0.13rem;
  }
}
.Voice__container__content__item__wrap .purple {
  background-color: #93278f;
}
.Voice__container__content__item__wrap .blue {
  background-color: #29abe2;
}
.Voice__container__content__item__wrap .gray {
  background-color: #999999;
}
.Voice__container__content__item__wrap .green {
  background-color: #39b54a;
}
.Voice__container__content__item__text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.3rem;
}
@media (max-width: 768px) {
  .Voice__container__content__item__text {
    font-size: 0.96rem;
    line-height: 1.47rem;
  }
}

/* .Footer {
  background-color: #0058A0;
}
.Footer__container {
  max-width: 100.53rem;
  width: 100%;
  margin: 0 auto;
  padding: 10rem 0;
}
@media (max-width: 768px) {
  .Footer__container {
    max-width: 100%;
    padding: 6.4rem 1.28rem;
    box-sizing: border-box;
  }
}
.Footer__container__flex {
  display: flex;
}
@media (max-width: 768px) {
  .Footer__container__flex {
    flex-direction: column;
    gap: 1.2rem;
  }
}
.Footer__container__flex__left {
  width: 50%;
}
@media (max-width: 768px) {
  .Footer__container__flex__left {
    width: 100%;
  }
}
.Footer__container__flex__left__logo {
  font-size: 4rem;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
@media (max-width: 768px) {
  .Footer__container__flex__left__logo {
    font-size: 2.56rem;
  }
}
.Footer__container__flex__left__logo span {
  font-size: 4rem;
  color: #FBDA47;
  font-weight: bold;
}
@media (max-width: 768px) {
  .Footer__container__flex__left__logo span {
    font-size: 2.56rem;
  }
}
.Footer__container__flex__left__content {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .Footer__container__flex__left__content {
    margin-top: 0.64rem;
    margin-bottom: 1.28rem;
  }
}
.Footer__container__flex__left__content__wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.Footer__container__flex__left__content__wrap .min {
  font-size: 2rem;
  color: #fff;
  line-height: 2.4rem;
  font-weight: bold;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .Footer__container__flex__left__content__wrap .min {
    font-size: 1.28rem;
    line-height: 1.54rem;
    margin-right: 0.64rem;
  }
}
.Footer__container__flex__left__content__wrap .box {
  background-color: #fff;
  color: #0058A0;
  padding: 0.8rem 1rem 0.4rem 1rem;
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .Footer__container__flex__left__content__wrap .box {
    padding: 0.51rem 0.64rem 0.26rem 0.64rem;
    font-size: 1.28rem;
  }
}
.Footer__container__flex__left__content__tel {
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .Footer__container__flex__left__content__tel {
    margin-top: 0.64rem;
    flex-wrap: wrap;
  }
}
.Footer__container__flex__left__content__tel img {
  width: 5.2rem;
  height: 3.7rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .Footer__container__flex__left__content__tel img {
    width: 3.33rem;
    height: 2.37rem;
    margin-right: 0.64rem;
  }
}
.Footer__container__flex__left__content__tel__muryou {
  margin-right: 0.5rem;
}
@media (max-width: 768px) {
  .Footer__container__flex__left__content__tel__muryou {
    margin-right: 0.32rem;
  }
}
.Footer__container__flex__left__content__tel__muryou .min {
  font-size: 1.3rem;
  color: #fff;
}
@media (max-width: 768px) {
  .Footer__container__flex__left__content__tel__muryou .min {
    font-size: 0.83rem;
  }
}
.Footer__container__flex__left__content__tel__muryou .big {
  font-size: 2rem;
  color: #fff;
}
@media (max-width: 768px) {
  .Footer__container__flex__left__content__tel__muryou .big {
    font-size: 1.28rem;
  }
}
.Footer__container__flex__left__content__tel__number {
  color: #fff;
  font-size: 5.2rem;
  line-height: 5.2rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .Footer__container__flex__left__content__tel__number {
    font-size: 3.33rem;
    line-height: 3.33rem;
  }
}
.Footer__container__flex__right {
  width: 50%;
}
@media (max-width: 768px) {
  .Footer__container__flex__right {
    width: 100%;
  }
}
.Footer__container__flex__right .footer-nav {
  padding-left: 20rem;
}
@media (max-width: 768px) {
  .Footer__container__flex__right .footer-nav {
    padding-left: 0;
  }
}
.Footer__container__flex__right .footer-nav li {
  position: relative;
  padding-left: 1.5rem;
  list-style-type: none;
}
.Footer__container__flex__right .footer-nav li::before {
  content: "-";
  font-size: 2rem;
  color: #fff;
  position: absolute;
  left: 0rem;
  top: 50%;
  transform: translateY(-50%);
}
.Footer__container__flex__right .footer-nav li a {
  color: #fff;
  text-decoration: none;
  font-size: 1.5rem;
  line-height: 2.5rem;
}
@media (max-width: 768px) {
  .Footer__container__flex__right .footer-nav li a {
    font-size: 1.2rem;
  }
}
.Footer__container__copy {
  font-size: 1.6rem;
  color: #fff;
  max-width: 100rem;
  margin: 0 auto;
  width: 100%;
  font-weight: 200;
}
@media (max-width: 768px) {
  .Footer__container__copy {
    font-size: 1.02rem;
    margin-top: 2.56rem;
    text-align: center;
  }
} */