@charset "UTF-8";
body {
  color: #fff;
}
.sp-br {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-br {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pc-br {
    display: none;
  }
}
*,
:before,
:after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  margin: 0;
}
html {
  line-height: 1.5;
  color: #333;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
  font-family: "Noto Serif JP", sans-serif;
}
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;
}
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;
}
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;
}
.swiper {
  width: 100%;
  height: 100%;
}
.swiper .swiper-wrapper {
  width: 100%;
}
.swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: auto;
}
.swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-button-prev,
.swiper-button-next {
  width: 50px;
  height: 50px;
  background: #9fc321;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: 0 2px 8px #00000014;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .swiper-button-prev,
  .swiper-button-next {
    transform: translateY(0);
  }
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 10px;
  color: #fff;
}
.swiper-button-prev {
  left: -28px;
}
@media screen and (max-width: 767px) {
  .swiper-button-prev {
    left: -24px;
  }
}
.swiper-button-next {
  right: -28px;
}
@media screen and (max-width: 767px) {
  .swiper-button-next {
    right: -24px;
  }
}
.l-cta {
  width: 100%;
  background: url(../img/bg-cta.jpg) no-repeat center center/cover;
}
.l-cta .l-cta__container {
  width: 100%;
  padding-top: 66px;
}
@media screen and (max-width: 767px) {
  .l-cta .l-cta__container {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}
.c-header {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 3px 6px #00000029;
}
.c-header .c-header__container {
  width: 100%;
  background-color: #fff;
  padding: 27px 20px 24px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-header .c-header__container {
    padding: 22px 18px 18px;
  }
}
.c-header .c-header__container .c-header__logo-wrapper {
  max-width: 161px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .c-header .c-header__container .c-header__logo-wrapper {
    max-width: 112px;
  }
}
.c-header .c-header__container .c-header__logo-wrapper .c-header__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.c-fv {
  width: 100%;
  height: 100%;
}
.c-fv .c-fv__container {
  width: 100%;
  height: 100%;
  position: relative;
}
.c-fv .c-fv__container .c-fv__img-wrapper {
  width: 100%;
  height: 100%;
}
.c-fv .c-fv__container .c-fv__img-wrapper .c-fv__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-fv .c-fv__container .c-fv__banner {
  position: absolute;
  top: 7.9%;
  left: 4%;
  width: 40.2%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .c-fv .c-fv__container .c-fv__banner {
    width: 94%;
    top: 0%;
    left: 50%;
    margin-left: 2%;
    transform: translate(-50%);
  }
}
.c-fv .c-fv__container .c-fv__banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-treat-bg {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-treat-bg {
    display: none;
  }
}
.c-treat-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-cta-button {
  display: block;
  max-width: 1080px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-cta-button {
    max-width: 347px;
  }
}
.c-cta-button picture {
  width: 100%;
  height: 100%;
}
.c-cta-button img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-gallery {
  width: 100%;
  margin-top: -65px;
  position: relative;
  z-index: 2;
}
.c-gallery .c-gallery__container {
  display: flex;
  justify-content: center;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  gap: 16px;
  padding: 0 20px 90px;
}
@media screen and (max-width: 767px) {
  .c-gallery .c-gallery__container {
    padding: 0 20px 35px;
  }
}
@media screen and (max-width: 767px) {
  .c-gallery .c-gallery__container {
    flex-wrap: wrap;
  }
}
.c-gallery .c-gallery__container .c-gallery__img-wrapper {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 4px 10px #00000026;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .c-gallery .c-gallery__container .c-gallery__img-wrapper {
    max-width: unset;
  }
  .c-gallery .c-gallery__container .c-gallery__img-wrapper:nth-of-type(1),
  .c-gallery .c-gallery__container .c-gallery__img-wrapper:nth-of-type(3) {
    flex-basis: 40%;
    flex-grow: 1;
  }
  .c-gallery .c-gallery__container .c-gallery__img-wrapper:nth-of-type(2) {
    order: -1;
    flex-grow: 1;
  }
}
.c-gallery .c-gallery__container .c-gallery__img-wrapper img {
  width: 100%;
  height: 100%;
  box-shadow: 0 4px 10px #00000026;
}
.c-feature-heading {
  max-width: 602px;
  width: 100%;
}
.c-feature-heading .c-feature-heading__img {
  width: 100%;
  height: auto;
}
.c-treat-title {
  max-width: 310px;
  width: 100%;
}
.c-treat-title .c-treat-title__img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.c-bg-section {
  width: 100%;
}
.c-bg-section .c-bg-section__container {
  width: 100%;
  position: relative;
}
.c-bg-section .c-bg-section__container .c-bg-section__img-wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  max-height: 1200px;
}
@media screen and (max-width: 767px) {
  .c-bg-section .c-bg-section__container .c-bg-section__img-wrapper {
    height: 620px;
  }
}
@media screen and (max-width: 499px) {
  .c-bg-section .c-bg-section__container .c-bg-section__img-wrapper {
    height: 500px;
  }
}
.c-bg-section .c-bg-section__container .c-bg-section__img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-bg-section .c-bg-section__container .c-bg-section__overlay-group {
  top: min(140px, 6vw);
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 900px;
  width: max(900px, 60vw);
  width: 100%;
}
@media screen and (max-width: 991px) {
  .c-bg-section .c-bg-section__container .c-bg-section__overlay-group {
    max-width: 85%;
  }
}
@media screen and (max-width: 767px) {
  .c-bg-section .c-bg-section__container .c-bg-section__overlay-group {
    top: 0;
    left: 0;
    right: 0;
    justify-content: center;
    bottom: 0;
    margin: auto;
  }
}
.c-bg-section .c-bg-section__container .c-bg-section__overlay-group .c-bg-section__heading {
  width: 70%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .c-bg-section .c-bg-section__container .c-bg-section__overlay-group .c-bg-section__heading {
    width: 100%;
  }
}
.c-bg-section .c-bg-section__container .c-bg-section__overlay-group .c-bg-section__heading img {
  width: 100%;
  height: 100%;
}
.c-bg-section .c-bg-section__container .c-bg-section__overlay-group .c-bg-section__title {
  margin-top: -0.7vw;
  width: 40%;
}
@media screen and (max-width: 767px) {
  .c-bg-section .c-bg-section__container .c-bg-section__overlay-group .c-bg-section__title {
    width: 80%;
    margin-top: -7vw;
    max-width: 440px;
  }
}
.c-bg-section .c-bg-section__container .c-bg-section__overlay-group .c-bg-section__title img {
  width: 100%;
  height: auto;
}
.c-bg-section .c-bg-section__container .c-bg-section__overlay-group .c-germoglio-fv--pc {
  margin-top: 1vw;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-bg-section .c-bg-section__container .c-bg-section__overlay-group .c-germoglio-fv--pc {
    display: none;
  }
}
.c-bg-section
  .c-bg-section__container
  .c-bg-section__overlay-group
  .c-germoglio-fv--pc
  .c-germoglio-fv-overlay {
  position: relative;
  z-index: 2;
  background: #365b3fa6;
  border-radius: 6px;
  padding: 25px 50px 32px;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-bg-section
    .c-bg-section__container
    .c-bg-section__overlay-group
    .c-germoglio-fv--pc
    .c-germoglio-fv-overlay {
    padding: 11px 10px 16px;
  }
}
.c-bg-section
  .c-bg-section__container
  .c-bg-section__overlay-group
  .c-germoglio-fv--pc
  .c-germoglio-fv-lead {
  color: #fff;
  font-size: clamp(1.2rem, 2.2vw, 2rem);
  font-weight: 600;
  border-bottom: 1px dotted #fff;
  padding-bottom: 12px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-bg-section
    .c-bg-section__container
    .c-bg-section__overlay-group
    .c-germoglio-fv--pc
    .c-germoglio-fv-lead {
    font-size: 20px;
    padding-bottom: 6px;
  }
}
.c-bg-section
  .c-bg-section__container
  .c-bg-section__overlay-group
  .c-germoglio-fv--pc
  .c-germoglio-fv-title {
  color: #fff;
  font-size: clamp(1.5rem, 3.9vw, 3.5rem);
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.1;
  padding-top: 12px;
}
@media screen and (max-width: 767px) {
  .c-bg-section
    .c-bg-section__container
    .c-bg-section__overlay-group
    .c-germoglio-fv--pc
    .c-germoglio-fv-title {
    display: flex;
    flex-direction: column;
  }
}
.c-bg-section
  .c-bg-section__container
  .c-bg-section__overlay-group
  .c-germoglio-fv--pc
  .c-germoglio-fv-title
  .c-germoglio-fv-title-lg {
  font-size: 40px;
}
.c-bg-section
  .c-bg-section__container
  .c-bg-section__overlay-group
  .c-germoglio-fv--pc
  .c-germoglio-fv-subtitle {
  display: inline-block;
  font-size: clamp(1rem, 1.8vw, 1.625rem);
  font-weight: 400;
  margin-left: 16px;
  vertical-align: middle;
}
.c-bg-section
  .c-bg-section__container
  .c-bg-section__overlay-group
  .c-germoglio-fv--pc
  .c-germoglio-fv-catch {
  color: #fff;
  font-size: clamp(1rem, 1.5vw, 1.5rem);
  margin-top: 18px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .c-bg-section
    .c-bg-section__container
    .c-bg-section__overlay-group
    .c-germoglio-fv--pc
    .c-germoglio-fv-catch {
    margin-top: 8px;
  }
}
.c-bg-section .c-bg-section__container .c-bg-section__overlay-group .c-germoglio-fv--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-bg-section .c-bg-section__container .c-bg-section__overlay-group .c-germoglio-fv--sp {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    margin-top: 16px;
    overflow: hidden;
  }
}
.c-bg-section
  .c-bg-section__container
  .c-bg-section__overlay-group
  .c-germoglio-fv--sp
  .c-germoglio-fv-overlay {
  position: relative;
  z-index: 2;
  background: #365b3fa6;
  border-radius: 6px;
  padding: 25px 50px 32px;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-bg-section
    .c-bg-section__container
    .c-bg-section__overlay-group
    .c-germoglio-fv--sp
    .c-germoglio-fv-overlay {
    padding: 11px 10px 16px;
  }
}
@media screen and (max-width: 499px) {
  .c-bg-section
    .c-bg-section__container
    .c-bg-section__overlay-group
    .c-germoglio-fv--sp
    .c-germoglio-fv-overlay {
    padding: 11px 10px 14px;
  }
}
.c-bg-section
  .c-bg-section__container
  .c-bg-section__overlay-group
  .c-germoglio-fv--sp
  .c-germoglio-fv-lead {
  color: #fff;
  font-size: clamp(1.2rem, 2.2vw, 2rem);
  font-weight: 600;
  border-bottom: 1px dotted #fff;
  padding-bottom: 12px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-bg-section
    .c-bg-section__container
    .c-bg-section__overlay-group
    .c-germoglio-fv--sp
    .c-germoglio-fv-lead {
    font-size: 20px;
    padding-bottom: 6px;
  }
}
.c-bg-section
  .c-bg-section__container
  .c-bg-section__overlay-group
  .c-germoglio-fv--sp
  .c-germoglio-fv-title {
  color: #fff;
  font-size: clamp(1.5rem, 3.9vw, 3.5rem);
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.1;
  padding-top: 12px;
}
@media screen and (max-width: 767px) {
  .c-bg-section
    .c-bg-section__container
    .c-bg-section__overlay-group
    .c-germoglio-fv--sp
    .c-germoglio-fv-title {
    display: flex;
    gap: 11px;
    flex-direction: column;
  }
}
.c-bg-section
  .c-bg-section__container
  .c-bg-section__overlay-group
  .c-germoglio-fv--sp
  .c-germoglio-fv-subtitle {
  display: inline-block;
  font-size: clamp(1rem, 1.8vw, 1.625rem);
  font-weight: 400;
  margin-left: 16px;
  vertical-align: middle;
}
.c-bg-section
  .c-bg-section__container
  .c-bg-section__overlay-group
  .c-germoglio-fv--sp
  .c-germoglio-fv-catch {
  color: #fff;
  font-size: clamp(1rem, 1.5vw, 1.5rem);
  margin-top: 18px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .c-bg-section
    .c-bg-section__container
    .c-bg-section__overlay-group
    .c-germoglio-fv--sp
    .c-germoglio-fv-catch {
    margin-top: 8px;
  }
}
@media screen and (max-width: 767px) {
  .c-germoglio-fv--pc {
    display: none;
  }
  .c-germoglio-fv--sp {
    display: block;
  }
}
.c-germoglio-section {
  max-width: 1320px;
  margin: max(-340px, -12vw) auto 0;
  padding: 49px 16px 135px;
  background: #f3f3f3f5;
  border-radius: 16px;
  box-shadow: 0 4px 24px #0000000f;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .c-germoglio-section {
    margin-top: -100px;
  }
}
@media screen and (max-width: 991px) {
  .c-germoglio-section {
    margin-top: -20px;
  }
}
@media screen and (max-width: 767px) {
  .c-germoglio-section {
    padding-top: 0;
    padding-bottom: 90px;
  }
}
.c-germoglio-section .c-germoglio-section__lead {
  text-align: center;
  padding-top: 28px;
  padding-bottom: 26px;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  background-color: #e1e3ce;
}
@media screen and (max-width: 767px) {
  .c-germoglio-section .c-germoglio-section__lead {
    background-color: unset;
    padding-bottom: 0;
  }
}
.c-germoglio-section .c-germoglio-section__lead .c-germoglio-section__text {
  line-height: 1.9;
}
.c-germoglio-section .c-germoglio-section__lead .c-germoglio-section__text--lead {
  font-size: 20px;
  font-weight: 700;
  color: #244b25;
}
@media screen and (max-width: 767px) {
  .c-germoglio-section .c-germoglio-section__lead .c-germoglio-section__text--lead {
    font-size: 16px;
  }
}
.c-germoglio-section .c-germoglio-section__text--desc {
  color: #244b25;
  font-size: 21px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-germoglio-section .c-germoglio-section__text--desc {
    font-size: 18px;
  }
}
.c-germoglio-section .c-germoglio-section__desc {
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 70px;
  margin-bottom: 43px;
  width: calc(100% + 20px);
  position: relative;
  left: -10px;
}
@media screen and (max-width: 767px) {
  .c-germoglio-section .c-germoglio-section__desc {
    gap: 4px;
    align-items: flex-end;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.c-germoglio-section .c-germoglio-section__desc .c-germoglio-section__desc-wrapper {
  width: 40px;
}
@media screen and (max-width: 767px) {
  .c-germoglio-section .c-germoglio-section__desc .c-germoglio-section__desc-wrapper {
    width: 36px;
  }
}
.c-germoglio-section .c-germoglio-section__desc .c-germoglio-section__desc-wrapper img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.c-germoglio-section__interviews {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}
.c-germoglio-section__interview {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 15px #00000014;
  padding: 24px 34px 40px 42px;
  flex: 1 1 320px;
  max-width: 560px;
  width: 100%;
  display: flex;
}
@media screen and (max-width: 767px) {
  .c-germoglio-section__interview {
    padding: 24px 20px 20px;
  }
}
.c-germoglio-section__interview--01 {
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .c-germoglio-section__interview--01 {
    flex-direction: column;
    align-items: flex-start;
    gap: unset;
  }
}
.c-germoglio-section__interview-icon {
  max-width: 119px;
  width: 100%;
  height: auto;
}
.c-germoglio-section__interview-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-germoglio-section__interview-body {
  flex: 1;
}
.c-germoglio-section__interview-title {
  font-size: 13px;
  color: #738971;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2.9;
}
.c-germoglio-section__interview-heading {
  font-size: 1.1rem;
  font-weight: 700;
  color: #244b25;
  padding-bottom: 10px;
  border-bottom: 1px dashed #9fc320;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-germoglio-section__interview-heading {
    margin-bottom: 12px;
  }
}
.c-germoglio-section__interview-text {
  font-size: 18px;
  color: #313131;
  line-height: 1.5;
  padding-top: 16px;
}
@media screen and (max-width: 767px) {
  .c-germoglio-section__interview-text {
    padding-top: unset;
  }
}
.c-germoglio-section__interview-text-A {
  font-size: 20px;
  color: #244b25;
  font-weight: 700;
}
.c-germoglio-section__interview-name {
  color: #244b25;
  font-weight: 700;
  text-align: center;
}
.c-germoglio-section__interview-name .c-germoglio-section__interview-name-company {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .c-germoglio-section__interview-name .c-germoglio-section__interview-name-company {
    font-size: 14px;
  }
}
.c-germoglio-section__interview-name .c-germoglio-section__interview-name-name {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .c-germoglio-section__interview-name .c-germoglio-section__interview-name-name {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .c-germoglio-section__interview--01 {
    flex-direction: column;
    align-items: flex-start;
  }
  .c-germoglio-section__interview--01 .c-germoglio-section__interview-body {
    display: contents;
  }
  .c-germoglio-section__interview--01 .c-germoglio-section__interview-title {
    order: 1;
  }
  .c-germoglio-section__interview--01 .c-germoglio-section__interview-heading {
    order: 2;
  }
  .c-germoglio-section__interview--01 .c-germoglio-section__interview-icon-wrapper {
    order: 3;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 21px;
    width: 100%;
  }
  .c-germoglio-section__interview--01 .c-germoglio-section__interview-text {
    order: 4;
  }
}
.c-kitchen-type-section {
  background: url(../img/bg-type.jpg) no-repeat top center/cover;
  padding: 0;
  text-align: center;
}
.c-kitchen-type-section__inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 10px 0 56px;
}
.c-kitchen-type-section__title {
  max-width: 170px;
  width: 100%;
  margin: 0 auto 24px;
  height: auto;
}
.c-kitchen-type-section__title img {
  width: 100%;
  height: 100%;
}
.c-kitchen-type-section__heading {
  font-size: 34px;
  text-align: center;
  margin-top: -20px;
  margin-bottom: 80px;
  color: #313131;
}
@media screen and (max-width: 767px) {
  .c-kitchen-type-section__heading {
    font-size: 28px;
  }
}
.c-kitchen-type-section__type-en {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  color: #bcd2b0;
  opacity: 0.5;
  margin-bottom: -18px;
  letter-spacing: 0.1em;
}
.c-kitchen-type-section__title {
  font-size: 32px;
  font-weight: 600;
  color: #313131;
  margin-bottom: 0;
}
.c-kitchen-type-section__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 48px;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .c-kitchen-type-section__cards {
    gap: 64px;
    grid-template-columns: repeat(1, 1fr);
    width: fit-content;
    margin: 48px auto auto;
  }
}
.c-kitchen-type-card {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 4px 24px #00000014;
  padding: 48px 20px 25px;
  max-width: 360px;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-kitchen-type-card {
    padding: 20px 20px 25px;
  }
}
.c-kitchen-type-card__badge {
  position: absolute;
  top: -41px;
  left: 50%;
  transform: translate(-50%);
  width: 82px;
  height: 82px;
  background: #cad54a;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px #0000000f;
  z-index: 2;
  color: #333;
  font-family: "Noto Serif JP", serif;
}
.c-kitchen-type-card__badge-type {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.1;
}
.c-kitchen-type-card__badge-num {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.1;
  margin-top: 2px;
}
.c-kitchen-type-card__main {
  margin-top: 24px;
  width: 100%;
}
.c-kitchen-type-card__title {
  font-size: 20px;
  font-weight: 600;
  height: 60px;
  line-height: 1.5;
  color: #9fc321;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  white-space: nowrap;
}
.c-kitchen-type-card__divider {
  border: none;
  border-top: 2px dotted #b2c800;
  margin-top: 16px;
  margin-bottom: 20px;
  width: 100%;
}
.c-kitchen-type-card__sub {
  font-size: 15px;
  color: #888;
  margin-bottom: 12px;
}
.c-kitchen-type-card__img {
  max-width: 100%;
  height: auto;
  margin-bottom: 9px;
}
.c-kitchen-type-card__img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  margin: 0 auto;
}
.c-kitchen-type-card__desc {
  font-size: 15px;
  color: #313131;
  text-align: left;
  line-height: 1.7;
}
.c-kitchen-type-section__footer {
  margin: 40px auto 0;
  padding: 0 20px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.c-kitchen-type-section__footer-inner {
  display: flex;
  border-radius: 5px;
  align-items: center;
  background: #e1e3ce;
  justify-content: space-between;
  gap: 16px;
  padding: 10px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-kitchen-type-section__footer-inner {
    flex-direction: column;
    max-width: 360px;
    gap: 0;
    align-items: center;
  }
}
.c-kitchen-type-section__footer-left-icon {
  max-width: 124px;
  width: 100%;
  height: auto;
}
.c-kitchen-type-section__footer-left-icon img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .c-kitchen-type-section__footer-left-icon {
    display: none;
  }
}
.c-kitchen-type-section__footer-right-icon {
  max-width: 106px;
  width: 100%;
  height: auto;
}
.c-kitchen-type-section__footer-right-icon img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .c-kitchen-type-section__footer-right-icon {
    display: none;
  }
}
.c-kitchen-type-section__footer-top-icon {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-kitchen-type-section__footer-top-icon {
    width: 100%;
    height: auto;
    display: block;
    min-height: 50px;
  }
  .c-kitchen-type-section__footer-top-icon img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}
.c-kitchen-type-section__footer-bottom-icon {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-kitchen-type-section__footer-bottom-icon {
    width: 100%;
    height: 100%;
    display: block;
    min-height: 62px;
  }
  .c-kitchen-type-section__footer-bottom-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
.c-kitchen-type-section__footer-text {
  font-size: 26px;
  color: #313131;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-kitchen-type-section__footer-text {
    font-size: 20px;
    white-space: nowrap;
    line-height: 1.9;
  }
}
.c-kitchen-type-section__footer-dot-text {
  position: relative;
}
.c-kitchen-type-section__footer-dot-text:before {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translate(-50%);
  width: 5px;
  height: 5px;
  background: #018757;
  border-radius: 50%;
}
.c-kitchen-type-section__footer-text-sub {
  font-size: 18px;
  color: #313131;
  font-weight: 400;
  margin-top: 4px;
  text-align: center;
  line-height: 1.9;
}
.c-kitchen-type-section__footer-text-sub-highlight {
  font-size: 20px;
  background: #018757;
  color: #fff;
  border-radius: 2px;
  padding: 2px 7px;
  font-weight: 600;
  display: inline-block;
  opacity: 0.6;
}
.c-kitchen-type-section__footer-highlight {
  background: #b2e3b2;
  color: #388e3c;
  border-radius: 6px;
  padding: 0 8px;
  font-weight: 700;
}
.c-case-section {
  background: url(../img/bg-case.jpg) no-repeat top center/cover;
  padding: 64px 0 0;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-case-section {
    padding: 0;
  }
}
.c-case-section__inner {
  max-width: 1192px;
  margin: 0 auto;
  padding: 0 16px 48px;
}
@media screen and (max-width: 1280px) {
  .c-case-section__inner {
    padding: 0 30px 48px;
  }
}
.c-case-section__title {
  margin: 0 auto 12px;
  max-width: 171px;
  width: 100%;
}
.c-case-section__title img {
  width: 100%;
  height: auto;
  display: block;
}
.c-case-section__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 12px;
}
.c-case-section__heading-text {
  font-size: 28px;
  font-weight: 600;
  color: #313131;
  margin-bottom: 4px;
  letter-spacing: 0.04em;
  text-shadow: 0 2px 4px rgba(255, 255, 255, 0.5);
}
.c-case-section__heading-text .c-case-section__heading-jigajisan {
  height: 35px;
  width: auto;
  margin-bottom: 1px;
  object-fit: contain;
}
.c-case-section__heading-underline {
  max-width: 125px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
.c-case-section__desc {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin: 24px 0 32px;
}
@media screen and (max-width: 767px) {
  .c-case-section__desc {
    width: calc(100% + 32px);
    position: relative;
    gap: 2px;
    left: -16px;
  }
}
.c-case-section__desc-wrapper {
  width: 41px;
  height: 59px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-case-section__desc-wrapper img {
  width: 100%;
  height: auto;
}
.c-case-section__desc-text {
  font-size: 18px;
  color: #313131;
  font-weight: 500;
  line-height: 1.7;
  margin: 0 12px;
}
@media screen and (max-width: 767px) {
  .c-case-section__desc-text {
    margin: 0 8px;
  }
}
.c-case-section__swiper-wrapper {
  max-width: none;
  margin-left: 0;
  overflow: visible;
  position: relative;
}
.c-case-section__swiper {
  overflow: visible;
}
.c-case-section__swiper-slide {
  width: 100%;
  height: auto;
}
.c-case-section__swiper-slide .c-case-section__swiper-slide-inner {
  box-shadow: 0 4px 10px #00000026;
  border-radius: 5px;
  overflow: hidden;
}
.c-case-section__swiper-slide .c-case-section__swiper-slide-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-case-section__swiper-slide.c-case-section__swiper-slide-slim {
  padding-top: 2.3%;
  position: relative;
}
@media screen and (max-width: 991px) {
  .c-case-section__swiper-slide.c-case-section__swiper-slide-slim {
    padding-top: 3.4%;
  }
}
@media screen and (max-width: 499px) {
  .c-case-section__swiper-slide.c-case-section__swiper-slide-slim {
    padding-top: 6.9%;
  }
}
.c-case-section__swiper-slide.c-case-section__swiper-slide-slim
  .c-case-section__swiper-slide-inner {
  background-color: #faf9f7;
  border-radius: 0 5px 5px;
  width: 100%;
  height: 100%;
}
.c-case-section__swiper-slide.c-case-section__swiper-slide-slim img {
  position: absolute;
  bottom: 0;
  border-radius: 5px;
  left: 0;
  width: 100%;
  height: auto;
}
.c-case-section__box {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 4px 24px #00000014;
  max-width: 1192px;
  margin: 48px auto 0;
  padding: 32px 32px 24px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c-case-section__box {
    padding: 16px 28px 18px;
  }
}
.c-case-section__box-title {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background: #7d9d0c99;
  padding: 6px 25px 8px 14px;
  border-radius: 4px;
  margin-bottom: 12px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .c-case-section__box-title {
    font-size: 18px;
    text-align: center;
  }
}
.c-case-section__box-desc {
  font-size: 18px;
  color: #313131;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .c-case-section__box-desc {
    font-size: 16px;
  }
}
.c-footer {
  background: #4c4f43;
  width: 100%;
}
.c-footer__inner {
  max-width: 100vw;
  margin: 0 auto;
  text-align: center;
  padding: 22px 0;
}
.c-footer__text {
  color: #fff;
  font-size: 12px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  .c-footer__text {
    font-size: 10px;
  }
}
.u-mt-minus-20 {
  margin-top: -20px;
}
.u-mt-minus-40 {
  margin-top: -40px;
}
