@charset "UTF-8";
body {
  background-color: #ece6dc;
  color: #3f342d;
  font-family:
    Montserrat Alternates,
    Zen Kaku Gothic New,
    Noto Sans JP,
    sans-serif;
  letter-spacing: 0.05em;
}
.under-pc-br {
  display: none;
}
@media screen and (max-width: 1260px) {
  .under-pc-br {
    display: block;
  }
}
.under-tab-br {
  display: none;
}
@media screen and (max-width: 991px) {
  .under-tab-br {
    display: block;
  }
}
.pc-br {
  display: block;
}
@media screen and (max-width: 1260px) {
  .pc-br {
    display: none;
  }
}
.tab-br {
  display: block;
}
@media screen and (max-width: 991px) {
  .tab-br {
    display: none;
  }
}
.sp-br {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-br {
    display: block;
  }
}
.xsp-br {
  display: none;
}
@media screen and (max-width: 499px) {
  .xsp-br {
    display: block;
  }
}
*,
:before,
:after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  margin: 0;
}
html {
  line-height: 2;
  color: #333;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
}
main {
  display: block;
}
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}
pre {
  font-family: monospace, monospace;
  font-size: inherit;
}
address {
  font-style: inherit;
}
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
a:hover {
  filter: brightness(0.9);
}
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img,
embed,
object,
iframe {
  vertical-align: bottom;
}
img {
  height: auto;
  object-fit: contain;
  width: 100%;
}
button,
input,
optgroup,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}
[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
select::-ms-expand {
  display: none;
}
option {
  padding: 0;
}
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
label[for] {
  cursor: pointer;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[contenteditable] {
  outline: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption {
  text-align: left;
}
td,
th {
  vertical-align: top;
  padding: 0;
}
th {
  text-align: left;
  font-weight: 700;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
.l-header {
  position: relative;
  z-index: 40;
}
.c-case-study {
  background-image: url(../img/case-study-bg.jpg);
  background-size: cover;
  background-position: 50% 0%;
  background-repeat: no-repeat;
  padding: 100px 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-case-study {
    background-image: url(../img/case-study-bg-sp.jpg);
    padding: 40px 0 55px;
    background-position: 40% 100%;
  }
}
.c-case-study .c-case-study__inner {
  margin: auto;
  max-width: 770px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.c-case-study .c-case-study__inner .c-case-study__title-group {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.c-case-study .c-case-study__inner .c-case-study__title-group .c-case-study__title-icon {
  height: auto;
  object-fit: contain;
  width: 86px;
}
@media screen and (max-width: 767px) {
  .c-case-study .c-case-study__inner .c-case-study__title-group .c-case-study__title-icon {
    width: 74px;
  }
}
.c-case-study .c-case-study__inner .c-case-study__title-group .c-case-study__title {
  font-size: 33px;
  font-weight: 500;
  margin-top: 25px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-case-study .c-case-study__inner .c-case-study__title-group .c-case-study__title {
    font-size: 26px;
    margin-top: 30px;
  }
}
.c-case-study .c-case-study__inner .c-case-study__title-group .c-case-study__text {
  color: #33373e;
  font-family:
    Zen Kaku Gothic New,
    sans-serif;
  font-size: 20px;
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-case-study .c-case-study__inner .c-case-study__title-group .c-case-study__text {
    font-size: 15px;
    margin-top: 30px;
  }
}
.c-case-study-carousel {
  background-color: #ece6dc;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.c-case-study-carousel .c-case-study-carousel__inner {
  background-color: #4f8788;
  width: 100%;
  height: 100%;
  border-radius: 0 70px 70px 0;
  padding: 166px 0 110px 120px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-case-study-carousel .c-case-study-carousel__inner {
    padding: 137px 25px 54px 30px;
  }
}
.c-case-study-carousel .c-case-study-carousel__inner .c-case-study-carousel__title {
  color: #559394;
  font-size: 117px;
  font-weight: 400;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  top: 12px;
  left: -16px;
}
@media screen and (max-width: 767px) {
  .c-case-study-carousel .c-case-study-carousel__inner .c-case-study-carousel__title {
    font-size: 77px;
    top: 26px;
    left: -10px;
  }
}
@media screen and (max-width: 499px) {
  .c-case-study-carousel .c-case-study-carousel__inner .c-case-study-carousel__title {
    left: 50%;
    transform: translate(-50%);
  }
}
.c-embla {
  position: relative;
}
.c-embla__viewport {
  overflow: hidden;
  padding-bottom: 20px;
}
.c-embla__container {
  display: flex;
  touch-action: pan-y pinch-zoom;
}
.c-embla__slide {
  min-width: 0;
  margin-left: 45px;
  min-width: 500px;
  max-width: 500px;
}
@media screen and (max-width: 767px) {
  .c-embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 25px;
  }
}
.c-embla__slide-wrapper {
  max-width: 500px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-embla__slide-wrapper {
    min-width: 320px;
    max-width: 100%;
    margin: 0 auto;
  }
}
.c-embla__slide-img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  filter: drop-shadow(0 4px 8px rgba(85, 85, 85, 0.3));
}
.c-embla__buttons {
  display: flex;
  width: 100%;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.c-embla__button {
  touch-action: manipulation;
  display: inline-flex;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  padding: 0;
  margin: 0;
  width: 65px;
  height: 65px;
  z-index: 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #bfa06b;
}
@media screen and (max-width: 767px) {
  .c-embla__button {
    width: 47px;
    height: 47px;
  }
}
.c-embla__button--prev {
  position: relative;
  left: -32.5px;
}
@media screen and (max-width: 767px) {
  .c-embla__button--prev {
    left: -23.5px;
  }
}
.c-embla__button--next {
  position: relative;
  right: 55px;
}
@media screen and (max-width: 767px) {
  .c-embla__button--next {
    right: -23.5px;
  }
}
.c-embla__button__svg {
  width: 20%;
  height: 20%;
  fill: #fff;
}
.c-presents {
  padding: 60px 28px 84px;
  position: relative;
  max-width: 1400px;
  overflow-x: hidden;
  overflow-y: visible;
  margin: auto;
}
@media screen and (max-width: 991px) {
  .c-presents {
    padding: 106px 8px 75px;
    max-width: 520px;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .c-presents {
    max-width: 400px;
  }
}
.c-presents .c-presents__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.c-presents .c-presents__inner .c-presents__bg-text {
  font-size: 160px;
  font-weight: 400;
  line-height: 1.2;
  color: #f5eee3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -65%);
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .c-presents .c-presents__inner .c-presents__bg-text {
    font-size: 81px;
    transform: translate(-50%, -10%);
  }
}
.c-presents .c-presents__inner .c-presents__left {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .c-presents .c-presents__inner .c-presents__left {
    top: 10px;
    left: 16px;
    transform: translateY(0);
  }
}
@media screen and (max-width: 767px) {
  .c-presents .c-presents__inner .c-presents__left {
    left: -30px;
  }
}
.c-presents .c-presents__inner .c-presents__left .c-presents__left-img-wrapper {
  max-width: 415px;
  width: 100%;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 991px) {
  .c-presents .c-presents__inner .c-presents__left .c-presents__left-img-wrapper {
    max-width: 160px;
  }
}
.c-presents .c-presents__inner .c-presents__left .c-presents__left-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.c-presents .c-presents__inner .c-presents__center {
  position: relative;
  z-index: 1;
}
.c-presents .c-presents__inner .c-presents__center .c-presents__center-contents {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 499px) {
  .c-presents .c-presents__inner .c-presents__center .c-presents__center-contents {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.c-presents
  .c-presents__inner
  .c-presents__center
  .c-presents__center-contents
  .c-presents__center-text-decoration {
  max-width: 22px;
  width: 100%;
}
.c-presents
  .c-presents__inner
  .c-presents__center
  .c-presents__center-contents
  .c-presents__center-text-decoration
  img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.c-presents
  .c-presents__inner
  .c-presents__center
  .c-presents__center-contents
  .c-presents__center-text {
  font-size: 23px;
  font-weight: 500;
  font-family:
    Zen Kaku Gothic New,
    sans-serif;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .c-presents
    .c-presents__inner
    .c-presents__center
    .c-presents__center-contents
    .c-presents__center-text {
    font-size: 20px;
  }
}
.c-presents
  .c-presents__inner
  .c-presents__center
  .c-presents__center-contents
  .c-presents__center-big-text {
  font-size: 40px;
  font-weight: 700;
  font-family:
    Zen Kaku Gothic New,
    sans-serif;
  line-height: 2;
  letter-spacing: 0.05em;
  white-space: nowrap;
  text-align: center;
  word-wrap: break-word;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .c-presents
    .c-presents__inner
    .c-presents__center
    .c-presents__center-contents
    .c-presents__center-big-text {
    font-size: 33px;
  }
}
.c-presents
  .c-presents__inner
  .c-presents__center
  .c-presents__center-contents
  .c-presents__center-btn-link {
  max-width: 518px;
  width: 100%;
  display: block;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .c-presents
    .c-presents__inner
    .c-presents__center
    .c-presents__center-contents
    .c-presents__center-btn-link {
    max-width: 360px;
  }
}
.c-presents
  .c-presents__inner
  .c-presents__center
  .c-presents__center-contents
  .c-presents__center-btn-link
  img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.c-presents
  .c-presents__inner
  .c-presents__center
  .c-presents__center-contents
  .c-presents__center-btn-link
  .c-presents__center-btn {
  display: block;
}
.c-presents .c-presents__inner .c-presents__right {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-40%);
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .c-presents .c-presents__inner .c-presents__right {
    top: 30px;
    right: 0;
    transform: translateY(0);
  }
}
.c-presents .c-presents__inner .c-presents__right .c-presents__right-img-wrapper {
  max-width: 300px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .c-presents .c-presents__inner .c-presents__right .c-presents__right-img-wrapper {
    max-width: 160px;
  }
}
.c-presents .c-presents__inner .c-presents__right .c-presents__right-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.c-top-presents {
  background-color: #4f8788;
  width: 100%;
  height: 100%;
}
.c-top-presents .c-top-presents__inner {
  background-color: #ece6dc;
  border-radius: 70px 0 0 70px;
}
.c-bottom-presents,
.c-information {
  background-color: #ece6dc;
  width: 100%;
  height: 100%;
}
.c-information .c-information__bg {
  background-color: #4f8788;
  border-radius: 0 70px 70px;
  padding-top: 112px;
  padding-bottom: -112px;
}
@media screen and (max-width: 767px) {
  .c-information .c-information__bg {
    padding-top: 48px;
  }
}
.c-information .c-information__bg .c-information__inner {
  background-color: #fff;
  border-radius: 50px;
  padding: 130px 16px 120px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-information .c-information__bg .c-information__inner {
    padding: 97px 16px 90px;
  }
}
.c-information .c-information__bg .c-information__inner .c-information__bg-text {
  font-size: 148px;
  font-weight: 400;
  line-height: 1.2;
  color: #f6f6f6;
  position: absolute;
  top: 62px;
  left: 50%;
  transform: translate(-50%);
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .c-information .c-information__bg .c-information__inner .c-information__bg-text {
    font-size: 61px;
    font-weight: 400;
    line-height: 1.2;
    top: 60px;
  }
}
.c-information .c-information__bg .c-information__inner .c-information__top-contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
}
.c-information
  .c-information__bg
  .c-information__inner
  .c-information__top-contents
  .c-information__top-title {
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  color: #bfa06b;
}
@media screen and (max-width: 767px) {
  .c-information
    .c-information__bg
    .c-information__inner
    .c-information__top-contents
    .c-information__top-title {
    font-size: 13px;
  }
}
.c-information
  .c-information__bg
  .c-information__inner
  .c-information__top-contents
  .c-information__top-big-text {
  font-size: 40px;
  font-weight: 700;
  font-family:
    Zen Kaku Gothic New,
    sans-serif;
  line-height: 1.5;
  color: #333;
  text-align: center;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .c-information
    .c-information__bg
    .c-information__inner
    .c-information__top-contents
    .c-information__top-big-text {
    font-size: 30px;
    line-height: 1.7;
    margin-top: 20px;
  }
}
.c-information
  .c-information__bg
  .c-information__inner
  .c-information__top-contents
  .c-information__top-text {
  font-size: 18px;
  font-weight: 400;
  font-family:
    Zen Kaku Gothic New,
    sans-serif;
  line-height: 2;
  color: #333;
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .c-information
    .c-information__bg
    .c-information__inner
    .c-information__top-contents
    .c-information__top-text {
    font-size: 16px;
    margin-top: 30px;
  }
}
.c-information .c-information__bg .c-information__inner .c-information__center-contents {
  max-width: 1210px;
  width: 100%;
  margin: 56px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .c-information .c-information__bg .c-information__inner .c-information__center-contents {
    max-width: 360px;
    height: 480px;
    position: relative;
  }
}
.c-information
  .c-information__bg
  .c-information__inner
  .c-information__center-contents
  .c-information__center-contents-item {
  max-width: 370px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-information
    .c-information__bg
    .c-information__inner
    .c-information__center-contents
    .c-information__center-contents-item.first {
    max-width: 236px;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-information
    .c-information__bg
    .c-information__inner
    .c-information__center-contents
    .c-information__center-contents-item.first
    .c-information__center-contents-item-bg
    .c-information__center-contents-item-img-wrapper {
    max-width: 172px;
  }
}
@media screen and (max-width: 767px) {
  .c-information
    .c-information__bg
    .c-information__inner
    .c-information__center-contents
    .c-information__center-contents-item.second {
    max-width: 172px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-25%);
  }
}
@media screen and (max-width: 767px) {
  .c-information
    .c-information__bg
    .c-information__inner
    .c-information__center-contents
    .c-information__center-contents-item.second
    .c-information__center-contents-item-bg
    .c-information__center-contents-item-img-wrapper {
    max-width: 135px;
  }
}
@media screen and (max-width: 767px) {
  .c-information
    .c-information__bg
    .c-information__inner
    .c-information__center-contents
    .c-information__center-contents-item.third {
    max-width: 182px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-information
    .c-information__bg
    .c-information__inner
    .c-information__center-contents
    .c-information__center-contents-item.third
    .c-information__center-contents-item-bg
    .c-information__center-contents-item-img-wrapper {
    max-width: 132px;
  }
}
.c-information
  .c-information__bg
  .c-information__inner
  .c-information__center-contents
  .c-information__center-contents-item
  .c-information__center-contents-item-bg {
  width: 100%;
  aspect-ratio: 1/1;
  background-color: #f6f6f6;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-information
  .c-information__bg
  .c-information__inner
  .c-information__center-contents
  .c-information__center-contents-item
  .c-information__center-contents-item-bg
  .c-information__center-contents-item-img-wrapper {
  max-width: 269px;
  width: 100%;
  aspect-ratio: 1/1;
  box-shadow: 0 10px 15px #0000001a;
}
.c-information
  .c-information__bg
  .c-information__inner
  .c-information__center-contents
  .c-information__center-contents-item
  .c-information__center-contents-item-title {
  font-size: 23px;
  font-weight: 500;
  font-family:
    Zen Kaku Gothic New,
    sans-serif;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: center;
  color: #33373e;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .c-information
    .c-information__bg
    .c-information__inner
    .c-information__center-contents
    .c-information__center-contents-item
    .c-information__center-contents-item-title {
    display: none;
  }
}
.c-information .c-information__bg .c-information__inner .c-information__point {
  max-width: 1210px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 156px auto 0;
  height: 480px;
}
@media screen and (max-width: 991px) {
  .c-information .c-information__bg .c-information__inner .c-information__point {
    flex-direction: column-reverse;
    gap: 68px;
    margin-top: 65px;
    height: auto;
  }
}
.c-information
  .c-information__bg
  .c-information__inner
  .c-information__point
  .c-information__point-img-contents {
  width: 50%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 991px) {
  .c-information
    .c-information__bg
    .c-information__inner
    .c-information__point
    .c-information__point-img-contents {
    width: 100%;
    height: 60vw;
  }
}
.c-information
  .c-information__bg
  .c-information__inner
  .c-information__point
  .c-information__point-img-contents
  .c-information__point-img-wrapper {
  max-width: 600px;
  width: 100%;
  height: 100%;
}
.c-information
  .c-information__bg
  .c-information__inner
  .c-information__point
  .c-information__point-img-contents
  .c-information__point-img-wrapper
  img {
  width: calc(100% + 100px);
  height: calc(100% + 180px);
  object-fit: contain;
  position: absolute;
  top: 0;
  left: -100px;
}
@media screen and (max-width: 991px) {
  .c-information
    .c-information__bg
    .c-information__inner
    .c-information__point
    .c-information__point-img-contents
    .c-information__point-img-wrapper
    img {
    left: 50%;
    transform: translate(-56%);
  }
}
.c-information
  .c-information__bg
  .c-information__inner
  .c-information__point
  .c-information__point-text-contents {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-information
    .c-information__bg
    .c-information__inner
    .c-information__point
    .c-information__point-text-contents {
    width: 100%;
  }
}
.c-information
  .c-information__bg
  .c-information__inner
  .c-information__point
  .c-information__point-text-contents
  .c-information__point-text-contents-bg-text {
  font-size: 148px;
  font-weight: 400;
  line-height: 1.2;
  color: #f6f6f6;
  position: absolute;
  bottom: -50px;
  right: -30px;
  z-index: 0;
}
@media screen and (max-width: 991px) {
  .c-information
    .c-information__bg
    .c-information__inner
    .c-information__point
    .c-information__point-text-contents
    .c-information__point-text-contents-bg-text {
    right: -200px;
  }
}
@media screen and (max-width: 767px) {
  .c-information
    .c-information__bg
    .c-information__inner
    .c-information__point
    .c-information__point-text-contents
    .c-information__point-text-contents-bg-text {
    font-size: 89px;
    bottom: -70px;
    right: -16px;
  }
}
.c-information
  .c-information__bg
  .c-information__inner
  .c-information__point
  .c-information__point-text-contents
  .c-information__point-text-wrapper {
  max-width: 550px;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-information
    .c-information__bg
    .c-information__inner
    .c-information__point
    .c-information__point-text-contents
    .c-information__point-text-wrapper {
    max-width: 520px;
    margin: 0 auto;
  }
}
.c-information
  .c-information__bg
  .c-information__inner
  .c-information__point
  .c-information__point-text-contents
  .c-information__point-text-wrapper
  .c-information__point-title {
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  color: #bfa06b;
}
@media screen and (max-width: 767px) {
  .c-information
    .c-information__bg
    .c-information__inner
    .c-information__point
    .c-information__point-text-contents
    .c-information__point-text-wrapper
    .c-information__point-title {
    font-size: 13px;
  }
}
.c-information
  .c-information__bg
  .c-information__inner
  .c-information__point
  .c-information__point-text-contents
  .c-information__point-text-wrapper
  .c-information__point-big-text {
  font-size: 35px;
  font-weight: 500;
  font-family:
    Zen Kaku Gothic New,
    sans-serif;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #333;
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .c-information
    .c-information__bg
    .c-information__inner
    .c-information__point
    .c-information__point-text-contents
    .c-information__point-text-wrapper
    .c-information__point-big-text {
    font-size: 24px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 499px) {
  .c-information
    .c-information__bg
    .c-information__inner
    .c-information__point
    .c-information__point-text-contents
    .c-information__point-text-wrapper
    .c-information__point-big-text {
    font-size: 6vw;
  }
}
.c-information
  .c-information__bg
  .c-information__inner
  .c-information__point
  .c-information__point-text-contents
  .c-information__point-text-wrapper
  .c-information__point-text-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .c-information
    .c-information__bg
    .c-information__inner
    .c-information__point
    .c-information__point-text-contents
    .c-information__point-text-wrapper
    .c-information__point-text-list {
    margin-top: 30px;
    gap: 20px;
  }
}
.c-information
  .c-information__bg
  .c-information__inner
  .c-information__point
  .c-information__point-text-contents
  .c-information__point-text-wrapper
  .c-information__point-text-list
  .c-information__point-text {
  font-size: 20px;
  font-weight: 500;
  font-family:
    Zen Kaku Gothic New,
    sans-serif;
  line-height: 1.8;
  letter-spacing: 0.05em;
  display: flex;
  align-items: start;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .c-information
    .c-information__bg
    .c-information__inner
    .c-information__point
    .c-information__point-text-contents
    .c-information__point-text-wrapper
    .c-information__point-text-list
    .c-information__point-text {
    font-size: 16px;
  }
}
.c-information
  .c-information__bg
  .c-information__inner
  .c-information__point
  .c-information__point-text-contents
  .c-information__point-text-wrapper
  .c-information__point-text-list
  .c-information__point-text
  img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  margin-top: 8px;
}
.c-decoration-letters-title {
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 0;
}
.c-decoration-letters-title .c-decoration-letters-title__bg-text {
  color: #f5eee3;
  font-size: 148px;
  position: absolute;
  white-space: nowrap;
  text-align: center;
  line-height: 1;
  bottom: 20px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .c-decoration-letters-title .c-decoration-letters-title__bg-text {
    font-size: 100px;
  }
}
@media screen and (max-width: 499px) {
  .c-decoration-letters-title .c-decoration-letters-title__bg-text {
    bottom: 45px;
  }
}
.c-decoration-letters-title .c-decoration-letters-title__text {
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .c-decoration-letters-title .c-decoration-letters-title__text {
    font-size: 13px;
  }
}
.c-decoration-letters-title .c-decoration-letters-title__title {
  font-size: 35px;
  font-weight: 500;
  text-align: center;
  font-family:
    Zen Kaku Gothic New,
    sans-serif;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .c-decoration-letters-title .c-decoration-letters-title__title {
    font-size: 30px;
  }
}
.c-footer {
  align-items: flex-end;
  background-color: #4f8788;
  display: flex;
  height: 188px;
  justify-content: center;
  padding: 14px 24px;
  width: 100%;
}
.c-footer .c-footer__copyright {
  color: #fff;
  font-size: 11px;
  text-align: center;
}
.c-flow {
  background-color: #ece6dc;
  position: relative;
  padding-bottom: 60px;
  padding-top: 120px;
  overflow-x: hidden;
}
.c-flow .c-flow__inner {
  max-width: 1280px;
  padding-left: 40px;
  padding-right: 40px;
  margin: auto;
}
@media screen and (max-width: 991px) {
  .c-flow .c-flow__inner {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media screen and (max-width: 767px) {
  .c-flow .c-flow__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.c-flow .c-flow__step {
  display: grid;
  gap: 64px 50px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 110px;
}
@media screen and (max-width: 991px) {
  .c-flow .c-flow__step {
    grid-template-columns: repeat(2, 1fr);
    margin-left: auto;
    margin-right: auto;
    max-width: 720px;
  }
}
@media screen and (max-width: 767px) {
  .c-flow .c-flow__step {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 499px) {
  .c-flow .c-flow__step {
    gap: 80px;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 64px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.c-flow .c-flow__step .c-flow__step-item {
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
}
.c-flow .c-flow__step .c-flow__step-item .c-flow__step-item-img-wrapper {
  position: relative;
}
.c-flow .c-flow__step .c-flow__step-item .c-flow__step-item-img-wrapper .c-flow__step-item-img {
  border-radius: 16px;
  height: auto;
  overflow: hidden;
  object-fit: contain;
  width: 100%;
}
.c-flow .c-flow__step .c-flow__step-item .c-flow__step-item-img-wrapper .c-flow__step-item-number {
  height: auto;
  object-fit: contain;
  position: absolute;
  top: -30px;
  left: -30px;
  width: 60px;
}
.c-flow .c-flow__step .c-flow__step-item:not(:last-child):after {
  display: none;
}
@media screen and (max-width: 499px) {
  .c-flow .c-flow__step .c-flow__step-item:not(:last-child):after {
    content: "";
    display: block;
    background-image: url(../img/flow-dotted.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 40px;
    position: absolute;
    background-position: 50% 50%;
    transform: rotate(90deg);
    bottom: -60px;
    margin: auto;
    width: 40px;
    right: 0;
    left: 0;
  }
}
.c-flow .c-flow__step .c-flow__step-item:not(:last-child) .c-flow__step-item-img-wrapper:after {
  content: "";
  background-image: url(../img/flow-dotted.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 40px;
  position: absolute;
  background-position: 50% 50%;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  right: -45px;
}
@media screen and (max-width: 499px) {
  .c-flow .c-flow__step .c-flow__step-item:not(:last-child) .c-flow__step-item-img-wrapper:after {
    display: none;
  }
}
.c-flow .c-flow__step .c-flow__step-item .c-flow__step-item-title {
  font-family:
    Zen Kaku Gothic New,
    sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-top: 32px;
  height: 72px;
  display: flex;
  align-items: center;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .c-flow .c-flow__step .c-flow__step-item .c-flow__step-item-title {
    margin-top: 25px;
  }
}
@media screen and (max-width: 499px) {
  .c-flow .c-flow__step .c-flow__step-item .c-flow__step-item-title {
    height: auto;
  }
}
.c-flow .c-flow__step .c-flow__step-item .c-flow__step-item-text {
  font-family:
    Zen Kaku Gothic New,
    sans-serif;
  font-size: 15px;
  font-weight: 500;
  margin-top: 32px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .c-flow .c-flow__step .c-flow__step-item .c-flow__step-item-text {
    margin-top: 20px;
  }
}
.c-fv {
  align-items: flex-start;
  background-color: #ece6dc;
  display: flex;
  gap: 40px;
  height: max(48vw, 700px);
  padding-bottom: 32px;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 0;
}
@media screen and (max-width: 991px) {
  .c-fv {
    gap: 32px;
  }
}
@media screen and (max-width: 499px) {
  .c-fv {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
    gap: 0;
  }
}
.c-fv .c-fv__main {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  height: 100%;
  flex-shrink: 0;
  min-width: 600px;
  position: relative;
  width: 60%;
  z-index: 0;
}
@media screen and (max-width: 991px) {
  .c-fv .c-fv__main {
    min-width: unset;
    width: 65%;
  }
}
@media screen and (max-width: 991px) {
  .c-fv .c-fv__main {
    width: 100%;
  }
}
.c-fv .c-fv__main .c-fv__main-bg-text {
  color: #f5eee3;
  font-size: 10vw;
  line-height: 1;
  position: absolute;
  right: -10%;
  top: -2%;
  text-align: right;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .c-fv .c-fv__main .c-fv__main-bg-text {
    font-size: 100px;
    right: -2%;
    top: 3%;
  }
}
@media screen and (max-width: 499px) {
  .c-fv .c-fv__main .c-fv__main-bg-text {
    font-size: 80px;
    right: -5%;
    top: 5%;
  }
}
.c-fv .c-fv__main .c-fv__main-text-img-wrapper {
  margin-top: 23px;
  padding-left: 60px;
  width: 234px;
}
@media screen and (max-width: 991px) {
  .c-fv .c-fv__main .c-fv__main-text-img-wrapper {
    padding-left: 32px;
  }
}
@media screen and (max-width: 767px) {
  .c-fv .c-fv__main .c-fv__main-text-img-wrapper {
    padding-left: 15px;
  }
}
@media screen and (max-width: 499px) {
  .c-fv .c-fv__main .c-fv__main-text-img-wrapper {
    width: 174px;
  }
}
.c-fv .c-fv__main .c-fv__main-title {
  font-size: 38px;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 5px;
  padding-left: 60px;
}
@media screen and (max-width: 991px) {
  .c-fv .c-fv__main .c-fv__main-title {
    font-size: 32px;
    padding-left: 32px;
  }
}
@media screen and (max-width: 767px) {
  .c-fv .c-fv__main .c-fv__main-title {
    font-size: 25px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 499px) {
  .c-fv .c-fv__main .c-fv__main-title {
    margin-top: 4px;
  }
}
.c-fv .c-fv__main .c-fv__main-lg-title {
  font-size: 45px;
}
@media screen and (max-width: 991px) {
  .c-fv .c-fv__main .c-fv__main-lg-title {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .c-fv .c-fv__main .c-fv__main-lg-title {
    font-size: 31px;
  }
}
.c-fv .c-fv__main .c-fv__main-img-wrapper {
  border: 1px solid #ffffff;
  border-radius: 0 30px 30px 0;
  box-shadow: 0 15px 20px #bcb7ae4d;
  margin-top: 21px;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .c-fv .c-fv__main .c-fv__main-img-wrapper {
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 499px) {
  .c-fv .c-fv__main .c-fv__main-img-wrapper {
    height: 315px;
    margin-top: 8px;
  }
}
.c-fv .c-fv__main .c-fv__main-img-wrapper .c-fv__main-img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  object-position: 50% 58%;
}
.c-fv .c-fv__sub {
  border: 1px solid #ffffff;
  border-radius: 0 0 0 30px;
  box-shadow: 0 15px 20px #bcb7ae4d;
  height: auto;
  overflow: hidden;
  width: max(28vw, 410px);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-fv .c-fv__sub {
    display: none;
  }
}
.c-fv .c-fv__sub .c-fv__sub-img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  transform: scale(1.29);
  transform-origin: 42% 61%;
}
.c-fv .c-fv__cta {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 450px;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .c-fv .c-fv__cta {
    bottom: 0;
    width: 400px;
  }
}
@media screen and (max-width: 499px) {
  .c-fv .c-fv__cta {
    position: relative;
    bottom: unset;
    margin-top: -20px;
    right: unset;
    width: calc(100% + -0px);
  }
}
.c-fv .c-fv__annotion {
  align-items: center;
  display: flex;
  bottom: 120px;
  gap: 16px;
  left: 20px;
  transform: rotate(90deg);
  transform-origin: 0% 100%;
  position: absolute;
}
@media screen and (max-width: 499px) {
  .c-fv .c-fv__annotion {
    right: 4px;
    transform-origin: 100% 0;
    bottom: unset;
    left: unset;
    top: 470px;
  }
}
.c-fv .c-fv__annotion .c-fv__annotion-text {
  font-size: 14px;
  color: #bfa06b;
  text-transform: capitalize;
}
@media screen and (max-width: 499px) {
  .c-fv .c-fv__annotion .c-fv__annotion-text {
    font-size: 12px;
  }
}
.c-fv .c-fv__annotion .c-fv__annotion-mark-wrapper {
  height: 1px;
  width: 40px;
  overflow-x: hidden;
  overflow-y: visible;
  position: relative;
}
.c-fv .c-fv__annotion .c-fv__annotion-mark-wrapper .c-fv__annotion-bg {
  height: 0.5px;
  background-color: #bfa06b;
  border-radius: 100vh;
  width: 100%;
}
.c-fv .c-fv__annotion .c-fv__annotion-mark-wrapper .c-fv__annotion-mark {
  background-color: #bfa06b;
  border-radius: 100vh;
  bottom: 0.5px;
  height: 1px;
  margin: auto;
  position: absolute;
  top: 0;
  width: 100%;
  animation-name: annotaionAnime;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  display: block;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
}
@keyframes annotaionAnime {
  0% {
    transform: translate(-40px);
  }
  75% {
    transform: translate(40px);
  }
  to {
    transform: translate(40px);
  }
}
.c-header {
  background-color: #fff;
  box-shadow: 0 10px 15px #bcb7ae29;
  display: flex;
  justify-content: center;
  padding: 20px;
  width: 100%;
}
.c-header .c-header__inner {
  max-width: 1200px;
}
.c-header .c-header__inner a {
  display: block;
}
.c-header .c-header__inner .c-header__logo {
  height: auto;
  object-fit: contain;
  width: 160px;
}
@media screen and (max-width: 767px) {
  .c-header .c-header__inner .c-header__logo {
    width: 124px;
  }
}
.u-bg-beige {
  background-color: #f5eee3;
}
.u-color-main {
  color: #4f8788;
}
.u-font-gothic {
  font-family:
    Noto Sans JP,
    sans-serif;
}
.u-font-noto-serif {
  font-family: "Noto Serif JP", sans-serif;
}
.u-font-blod {
  font-weight: 700;
}
.u-display,
.u-display-pc-none {
  display: block;
}
@media screen and (max-width: 1260px) {
  .u-display-pc-none {
    display: none;
  }
}
.u-display-pc {
  display: none;
}
@media screen and (max-width: 1260px) {
  .u-display-pc {
    display: block;
  }
}
.u-display-tab-none {
  display: block;
}
@media screen and (max-width: 991px) {
  .u-display-tab-none {
    display: none;
  }
}
.u-display-tab {
  display: none;
}
@media screen and (max-width: 991px) {
  .u-display-tab {
    display: block;
  }
}
.u-display-sp-none {
  display: block;
}
@media screen and (max-width: 767px) {
  .u-display-sp-none {
    display: none;
  }
}
.u-display-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-display-sp {
    display: block;
  }
}
.u-display-msp-none {
  display: block;
}
@media screen and (max-width: 639px) {
  .u-display-msp-none {
    display: none;
  }
}
.u-display-msp {
  display: none;
}
@media screen and (max-width: 639px) {
  .u-display-msp {
    display: block;
  }
}
.u-display-xsp-none {
  display: block;
}
@media screen and (max-width: 499px) {
  .u-display-xsp-none {
    display: none;
  }
}
.u-display-xsp {
  display: none;
}
@media screen and (max-width: 499px) {
  .u-display-xsp {
    display: block;
  }
}
.u-mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.js-dynamic-height {
  height: 100vh;
  height: calc(var(--dynamic-height, 1vh) * 100);
}
