@charset "UTF-8";
/*************************************************
  reset 2025.06
**************************************************/
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -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;
  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;
}

abbr[title] {
  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;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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;
}

[type=number] {
  -moz-appearance: textfield;
  appearance: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 400;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  word-break: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/*************************************************
imageをいつでも親の横100%表示にする
**************************************************/
img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}
.btn-block {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 1rem;
}
.btn-block.cl {
  flex-direction: column;
  row-gap: 3.6231884058vw;
}
@media print, screen and (min-width: 769px) {
  .btn-block.cl {
    row-gap: 1.3383152174vw;
  }
}
.btn-block .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/*************************************************
/ Font / Font Opotion
/**************************************************/
.ft-serif {
  font-family: "游明朝", YuMincho, "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
}

.ft-serif.semi, .ft-serif .semi {
  font-weight: 600;
}

.ft-serif.ebold, .ft-serif .ebold {
  font-weight: 800;
}

/* KoburinaGoStd W6-83pv-RKSJ-H の代替 */
.attention {
  color: red;
}

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.t-bold {
  font-weight: 700;
}

.t-under {
  text-decoration: underline;
  display: inline;
}

.t-palt {
  font-feature-settings: "palt";
}

.t-ellipsis {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  white-space: normal;
}

/*段落*/
.para > *:not(:last-child) {
  margin-bottom: 1em;
}

/*************************************************
  ※リスト
**************************************************/
.attention-lists > li {
  position: relative;
}
.attention-lists > li::before {
  content: "※";
}
.attention-lists {
  font-weight: 400;
  line-height: 1.3913;
  font-size: 1.0260416667vw;
}
@media print, screen and (min-width: 769px) {
  .attention-lists {
    font-size: 23px;
  }
}
@media screen and (max-width: 768px) {
  .attention-lists {
    font-size: 2.7777777778vw;
  }
}

/*ドットリスト*/
.dot-lists > li {
  position: relative;
}
.dot-lists > li::before {
  content: "・";
}

.note-lists > li {
  position: relative;
}
.note-lists > li::before {
  content: "※";
}
.note-lists.asta > li::before {
  content: "＊";
}

/*************************************************
/  全体
/**************************************************/
body.ennichi {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Arial, "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-display: optional;
  font-weight: 400;
  font-style: normal;
  background-color: #fff;
  color: #007254;
  line-height: 2.1;
  text-align: left;
  background-color: #007254;
  position: relative;
  font-size: 3.6231884058vw;
}
@media print, screen and (min-width: 769px) {
  body.ennichi {
    font-size: 1.3383152174vw;
  }
}
body.ennichi br.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  body.ennichi br.sp {
    display: block;
  }
  body.ennichi br.pc {
    display: none;
  }
}
body.ennichi .para > *:not(:last-child) {
  margin-bottom: 1em;
}
body.ennichi {
  /********  SP wrap **********************************/
}
body.ennichi .sp_wrap {
  position: relative;
  background-color: #fff;
  z-index: 100;
  overflow: hidden;
}
@media print, screen and (min-width: 769px) {
  body.ennichi .sp_wrap {
    border-right: 0.3623188406vw solid #fff;
    border-left: 0.3623188406vw solid #fff;
    margin-left: auto;
    margin-right: calc(-12px + 10.3125vw);
    width: 36.9375vw;
  }
}
body.ennichi .sp_wrap {
  /********  loading **********************************/
}
body.ennichi .sp_wrap .loading {
  display: none;
}
body.ennichi .sp_wrap._loading {
  height: 100dvh;
}
body.ennichi .sp_wrap._loading .loading {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 1;
  transition: opacity 0.5s 0.6s;
}
body.ennichi .sp_wrap._loading .loading._start {
  opacity: 0;
}
body.ennichi .sp_wrap .loader {
  width: fit-content;
  font-weight: bold;
  font-family: monospace;
  font-size: 30px;
  background: radial-gradient(circle closest-side, #000 94%, rgba(0, 0, 0, 0)) right/calc(200% - 1em) 100%;
  animation: l24 1s infinite alternate linear;
}
body.ennichi .sp_wrap .loader::before {
  content: "Loading...";
  line-height: 1em;
  color: rgba(0, 0, 0, 0);
  background: inherit;
  background-image: radial-gradient(circle closest-side, #fff 94%, #000);
  -webkit-background-clip: text;
  background-clip: text;
}
@keyframes l24 {
  100% {
    background-position: left;
  }
}
body.ennichi {
  /******** pc_wrap **********************************/
}
body.ennichi .pc_wrap {
  display: none;
  background-image: url(../img/bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media print, screen and (min-width: 769px) {
  body.ennichi .pc_wrap {
    display: block;
    position: fixed;
    z-index: 50;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    background-color: #007254;
    /******** タイトル **********************************/
  }
  body.ennichi .pc_wrap .title-box {
    position: absolute;
    top: 10%;
    right: calc(100% - 36.9375vw + 12px - 5vw);
    max-width: 43vw;
    height: 80%;
    aspect-ratio: 548/730;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 3vw;
  }
  body.ennichi .pc_wrap {
    /******** slider **********************************/
  }
}
@media print, screen and (min-width: 769px) and (max-width: 1400px) {
  body.ennichi .pc_wrap .title-box {
    right: calc(100% - 36.9375vw + 12px - 10vw);
  }
}
@media print, screen and (min-width: 769px) {
  body.ennichi .pc_wrap .title-box .logo {
    position: relative;
    width: 100%;
    aspect-ratio: 548/423;
  }
  body.ennichi .pc_wrap .title-box .logo > * {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  body.ennichi .pc_wrap .title-box .logo > *.brend {
    mix-blend-mode: overlay;
  }
  body.ennichi .pc_wrap .title-box .logo > *:nth-child(1) {
    z-index: 1;
  }
  body.ennichi .pc_wrap .title-box .logo > *:nth-child(2) {
    z-index: 2;
  }
  body.ennichi .pc_wrap .title-box .logo_text {
    letter-spacing: 0.3em;
    aspect-ratio: 294/70;
    opacity: 0;
    width: 100%;
  }
  body.ennichi .pc_wrap .title-box .btn-block {
    width: 75.0853242321%;
    position: relative;
    top: 15dvh;
    opacity: 0;
    aspect-ratio: 440/40;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
  }
  body.ennichi .pc_wrap .title-box .btn-block .btn {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
  }
  body.ennichi .pc_wrap .title-box .btn-block .btn:nth-child(1) {
    background-image: url(../img/pc_btn_link2.svg);
    width: 35.6818181818%;
  }
  body.ennichi .pc_wrap .title-box .btn-block .btn:nth-child(1):hover {
    background-image: url(../img/pc_btn_link2_on.svg);
  }
  body.ennichi .pc_wrap .title-box .btn-block .btn:nth-child(2) {
    background-image: url(../img/pc_btn_link1.svg);
    width: 43.6363636364%;
  }
  body.ennichi .pc_wrap .title-box .btn-block .btn:nth-child(2):hover {
    background-image: url(../img/pc_btn_link1_on.svg);
  }
  body.ennichi .pc_wrap .title-box._start .logo > * {
    animation-name: fadeIn;
    animation-duration: 0.8s;
    animation-timing-function: linear;
    transform-origin: center bottom;
    animation-fill-mode: forwards;
  }
  body.ennichi .pc_wrap .title-box._start .logo_text {
    opacity: 1;
    animation: fadeIn 0.8s linear forwards;
  }
  body.ennichi .pc_wrap .title-box._start .btn-block {
    opacity: 1;
    top: 0;
    animation: slideFadeIn 0.8s linear forwards;
  }
  body.ennichi .pc_wrap .slider_box {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(10.3125vw - 12px);
    height: 100dvh;
  }
  body.ennichi .pc_wrap .slider_box .slider {
    position: absolute;
    top: 27.4%;
    left: 31.1688311688%;
    width: 5px;
    height: 64%;
    border-radius: 3px;
    background-color: #fff;
  }
  body.ennichi .pc_wrap .slider_box .slider .slider_handle {
    display: block;
    position: absolute;
    top: 0;
    left: -5px;
    width: 15px;
    height: 8.875%;
    cursor: pointer;
  }
  body.ennichi .pc_wrap .slider_box .slider .slider_handle .slider_v {
    display: block;
    position: absolute;
    top: 0;
    left: 5px;
    width: 5px;
    height: 100%;
    border-radius: 3px;
    background-color: #FFF100;
  }
}
body.ennichi {
  /********  overlay **********************************/
}
body.ennichi #overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 96vh;
  height: 100dvh;
  width: 100%;
  background: #fff;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  transition: opacity 1s;
  opacity: 1;
}
body.ennichi #overlay.loaded {
  opacity: 0;
  pointer-events: none;
}
body.ennichi #overlay::after {
  content: "";
  display: inline-block;
}
body.ennichi #overlay.loadlogo::after {
  width: 20vw;
  height: 20vw;
  background: url(/common/images/logo.png) center center no-repeat;
  background-size: contain;
}
body.ennichi {
  /*************************************************
  /Link
  /*************************************************/
}
body.ennichi a {
  color: #000000;
  display: inline-block;
}
body.ennichi a:hover {
  text-decoration: underline;
}
@media (hover: hover) {
  body.ennichi .btn {
    transition: transform 0.4s ease-out;
  }
  body.ennichi .btn:hover {
    transform: scale(1.1);
  }
}
body.ennichi button {
  display: block;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  body.ennichi a[href^="tel:"] {
    pointer-events: none;
  }
}
body.ennichi .btn {
  border-radius: 50%;
  width: 100%;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  overflow: hidden;
  background-color: initial;
  border-radius: initial;
  text-indent: -100vw;
  padding: 0;
}
body.ennichi .btn.dlapp {
  background-image: url(../img/btn_dlapp.png);
  aspect-ratio: 480/80;
  filter: drop-shadow(7px 7px 5px rgba(10, 94, 82, 0.5));
}
body.ennichi .btn.dlapp.white {
  background-image: url(../img/btn_dlapp_white.png);
}
body.ennichi .btn.dlapp:hover {
  opacity: 0.8;
}
body.ennichi .btn.hl-btn:nth-child(1) {
  width: 39.1044776119%;
  aspect-ratio: 262/96;
  background-image: url(../img/btn_link2.svg);
}
body.ennichi .btn.hl-btn:nth-child(2) {
  width: 48.6567164179%;
  aspect-ratio: 326/96;
  background-image: url(../img/btn_link1.svg);
}
body.ennichi .btn.hl-btn_pc {
  width: 47.3457675753%;
  aspect-ratio: 330/50;
  filter: drop-shadow(7px 7px 5px rgba(10, 94, 82, 0.5));
}
body.ennichi {
  /*************************************************
  / animation
  /**************************************************/
}
@keyframes fadeInZoom {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slideFadeIn {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  70% {
    opacity: 1;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
body.ennichi {
  /*************************************************
  /  header
  /*************************************************/
}
body.ennichi ._st #header {
  animation: fadeBlueIn 1.2s ease-out forwards;
  position: relative;
  overflow: hidden;
}
@keyframes fadeSlide {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeBlueIn {
  to {
    opacity: 1;
    filter: blur(0);
  }
}
body.ennichi #header {
  opacity: 0;
  filter: blur(10px);
  position: relative;
  width: 100%;
  aspect-ratio: 828/1401;
  background-image: url(../img/kv_bg.webp);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}
body.ennichi #header .kv_title {
  width: 89.61352657%;
  aspect-ratio: 742/572;
  position: absolute;
  top: 23.5546038544%;
  left: 1.8115942029%;
}
body.ennichi #header .kv_title > * {
  position: absolute;
  top: 0;
  left: 0;
}
body.ennichi #header .kv_title > *.brend {
  mix-blend-mode: overlay;
}
body.ennichi #header .kv_title > *:nth-child(1) {
  z-index: 2;
}
body.ennichi #header .kv_title > *:nth-child(2) {
  z-index: 1;
}
body.ennichi #header .kv_title {
  /*animationプロパティここから*/
}
body.ennichi #header .kv_title > * {
  opacity: 0;
}
body.ennichi #header .kv_title._start > * {
  animation-name: fadeIn;
  animation-duration: 0.8s;
  animation-timing-function: linear;
  transform-origin: center bottom;
  animation-fill-mode: forwards;
}
body.ennichi #header .kv_title._start > *:nth-child(1), body.ennichi #header .kv_title._start > *:nth-child(2) {
  animation-delay: 0s;
}
body.ennichi #header .kv_title._start > *:nth-child(3) {
  animation-delay: 0.3s;
}
body.ennichi #header .kv_title._start > *:nth-child(4) {
  animation-delay: 0.6s;
}
body.ennichi #header .kv_title._start > *:nth-child(5), body.ennichi #header .kv_title._start > *:nth-child(6) {
  animation-delay: 0.9s;
}
body.ennichi #header .kv_text {
  width: 53.1400966184%;
  position: absolute;
  left: 10.7487922705%;
  bottom: 22.0556745182%;
  /*animationプロパティここから*/
  opacity: 0;
}
body.ennichi #header .kv_text._start {
  animation-name: slideFadeIn;
  animation-duration: 0.8s;
  animation-delay: 1.2s;
  animation-timing-function: linear;
  transform-origin: center bottom;
  animation-fill-mode: forwards;
}
body.ennichi {
  /*************************************************
  /  footer
  /*************************************************/
}
body.ennichi #footer {
  line-height: 1.8;
  padding-top: 14.4927536232%;
  background-color: #fff;
  font-weight: 500;
  font-size: 2.89852657vw;
}
@media print, screen and (min-width: 769px) {
  body.ennichi #footer {
    font-size: 1.0706432518vw;
  }
}
body.ennichi #footer .l-container {
  padding: 0 1.6rem;
}
body.ennichi #footer .bn_instagram {
  padding-left: 7.7295%;
  padding-right: 7.7295%;
  width: 100%;
  margin-bottom: 2em;
  display: block;
}
body.ennichi #footer .note-lists {
  padding-left: 7.7295%;
  padding-right: 7.7295%;
  margin-bottom: 3rem;
  font-size: 3.3816425121vw;
}
@media print, screen and (min-width: 769px) {
  body.ennichi #footer .note-lists {
    font-size: 1.2490942029vw;
  }
}
body.ennichi #footer .note-lists li {
  text-indent: -1.1em;
  padding-left: 1.1em;
}
body.ennichi #footer .siteFooter__upper {
  display: flex;
  flex-direction: column-reverse;
}
body.ennichi #footer .siteFooter__brandHeader {
  margin-bottom: 1.5rem;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  text-align: center;
  font-size: 3.3816183575vw;
}
@media print, screen and (min-width: 769px) {
  body.ennichi #footer .siteFooter__brandHeader {
    font-size: 1.2490852808vw;
  }
}
body.ennichi #footer .siteFooter__brandList {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  width: 100%;
}
body.ennichi #footer .siteFooter__brandLink {
  flex-direction: 1;
  width: 30%;
}
body.ennichi #footer .siteFooter__logowrap {
  margin: 2.5rem 0 0;
  width: 100%;
  text-align: center;
  padding: 1.5rem 0 0;
  border-top: 0.1rem solid #e3e3e3;
}
body.ennichi #footer .siteFooter__logolink {
  display: block;
  margin: 0 auto;
  max-width: 235px;
}
body.ennichi #footer .siteFooter__companyInfo {
  margin-top: 1rem;
}
body.ennichi #footer .siteFooter__copyright {
  margin-top: 2.5rem;
  padding: 0.8rem 0;
  background-color: #000;
  color: #fff;
  line-height: 1.5;
  text-align: center;
}
body.ennichi {
  /*************************************************
  /  main
  /*************************************************/
  /********  headline **********************************/
}
body.ennichi .s_headline {
  position: relative;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
body.ennichi .s_headline .txt {
  font-weight: 500;
  letter-spacing: 0.2em;
  font-feature-settings: "palt";
  text-align: center;
  margin-top: 3.6231884058vw;
  font-size: 3.6231884058vw;
}
@media print, screen and (min-width: 769px) {
  body.ennichi .s_headline .txt {
    margin-top: 1.3383152174vw;
    font-size: 1.3383152174vw;
  }
}
body.ennichi .s_headline_btn-block {
  padding-left: 9.1787439614%;
  padding-right: 9.1787439614%;
  justify-content: space-between;
  column-gap: 10.5072463768vw;
  margin-bottom: 9.4202898551vw;
}
@media print, screen and (min-width: 769px) {
  body.ennichi .s_headline_btn-block {
    column-gap: 3.8811141304vw;
    margin-bottom: 3.4796195652vw;
  }
}
body.ennichi {
  /******** 背景 **********************************/
  /******** セクション共通 **********************************/
}
body.ennichi .section {
  position: relative;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}
body.ennichi .section .sec_header .s_headline_logo {
  width: 56.038647343%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 0;
}
body.ennichi .section .sec_header .s_headline_logo img {
  margin-bottom: 0.5em;
}
body.ennichi .section .sec_body > .content {
  padding-left: 7.729468599%;
  padding-right: 7.729468599%;
  padding-top: 9.0579710145vw;
  font-size: 3.6231884058vw;
}
@media print, screen and (min-width: 769px) {
  body.ennichi .section .sec_body > .content {
    padding-top: 3.3457880435vw;
    font-size: 1.3383152174vw;
  }
}
body.ennichi {
  /******** sec_1  **********************************/
}
body.ennichi .section.sec_1 {
  background-image: url(../img/ct_bg1.webp);
}
body.ennichi .section.sec_1 .sec_header {
  aspect-ratio: 828/1408;
  padding-top: 9.4202898551vw;
}
@media print, screen and (min-width: 769px) {
  body.ennichi .section.sec_1 .sec_header {
    padding-top: 3.4796195652vw;
  }
}
body.ennichi .section.sec_1 .sec_header .txt {
  line-height: 2.5;
}
body.ennichi .section.sec_1 .content {
  background-image: url(../img/ct_bg2.webp);
  background-position: center top -5px;
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 828/2270;
}
@media screen and (min-width: 769px) {
  body.ennichi .section.sec_1 .content {
    aspect-ratio: 828/2260;
  }
}
body.ennichi .section.sec_1 .info-block {
  line-height: 2.4333;
}
body.ennichi .section.sec_1 .info-block-title.cl {
  display: flex;
  flex-direction: row-reverse;
}
body.ennichi .section.sec_1 .info-block-title.cl span {
  width: 1.1em;
  line-height: 1.1;
  text-align: right;
}
body.ennichi .section.sec_1 .info-block-title.cl span > span {
  width: 0.3em;
  height: 0.3em;
  display: block;
  margin-left: auto;
  line-height: 0;
}
body.ennichi .section.sec_1 .info-block-title span {
  display: inline-block;
}
body.ennichi .section.sec_1 .info-block-title span.ft-normal {
  display: block;
  line-height: 1.2;
  font-size: 4.8309178744vw;
}
@media print, screen and (min-width: 769px) {
  body.ennichi .section.sec_1 .info-block-title span.ft-normal {
    font-size: 1.7844202899vw;
  }
}
body.ennichi .section.sec_1 .info-block-title span.ft-large {
  display: block;
  line-height: 1.2;
  font-weight: 600;
  font-size: 11.1111111111vw;
}
@media print, screen and (min-width: 769px) {
  body.ennichi .section.sec_1 .info-block-title span.ft-large {
    font-size: 4.1041666667vw;
  }
}
body.ennichi .section.sec_1 .line-1 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
body.ennichi .section.sec_1 .line-1 .info-block-title .ft-large {
  margin-top: 0.3em;
}
body.ennichi .section.sec_1 .line-1 .text {
  margin-top: 1em;
}
body.ennichi .section.sec_1 .line-2 {
  margin-top: 3em;
  position: relative;
}
body.ennichi .section.sec_1 .line-2 .img {
  position: absolute;
}
body.ennichi .section.sec_1 .line-2 .img.line-2-img2 {
  width: 60.2985074627%;
  aspect-ratio: 404/420;
  right: -9.552238806%;
  top: 0;
}
body.ennichi .section.sec_1 .line-2 .img.line-2-img1 {
  width: 40.8955223881%;
  aspect-ratio: 274/274;
  left: 0;
  top: 21.7391304348vw;
}
@media print, screen and (min-width: 769px) {
  body.ennichi .section.sec_1 .line-2 .img.line-2-img1 {
    top: 8.0298913043vw;
  }
}
body.ennichi .section.sec_1 .line-2 .text {
  margin-top: 42.270531401vw;
}
@media print, screen and (min-width: 769px) {
  body.ennichi .section.sec_1 .line-2 .text {
    margin-top: 15.6136775362vw;
  }
}
body.ennichi .section.sec_1 .line-2 .text2 {
  text-align: right;
}
body.ennichi .section.sec_1 .line-2 .text2 span {
  display: inline-block;
  text-align: left;
}
body.ennichi .section.sec_1 .line-3 {
  margin-top: 3em;
  position: relative;
}
body.ennichi .section.sec_1 .line-3 .info-block-title {
  flex-direction: column;
  align-items: center;
  width: 1em;
}
body.ennichi .section.sec_1 .line-3 .info-block-title .ft-large {
  margin-top: 0.2em;
}
body.ennichi .section.sec_1 .line-3 .line-3-img1 {
  width: 93.1343283582%;
  aspect-ratio: 624/440;
  position: absolute;
  top: 0;
  right: -9.552238806%;
}
body.ennichi .section.sec_1 .line-3 .text {
  margin-top: 3em;
}
body.ennichi .section.sec_1 .swiper_images {
  position: relative;
  width: 100%;
  overflow: visible;
  background-color: #cddec6;
}
body.ennichi .section.sec_1 .swiper_images .swiper-wrapper {
  transition-timing-function: linear;
}
body.ennichi .section.sec_1 .swiper_images .swiper-slide {
  overflow: visible;
  overflow: hidden;
}
body.ennichi {
  /******** sec_2  **********************************/
}
body.ennichi .section.sec_2 {
  background-color: #cddec6;
  padding-top: 19.4444444444vw;
}
@media print, screen and (min-width: 769px) {
  body.ennichi .section.sec_2 {
    padding-top: 7.1822916667vw;
  }
}
body.ennichi .section.sec_2 .s_headline_logo {
  width: 83.5820895522%;
}
body.ennichi .section.sec_2 .sec_header .txt {
  line-height: 2.1;
}
body.ennichi .section.sec_2 .swiper {
  overflow: visible;
}
body.ennichi .section.sec_2 .swiper_images {
  padding-top: 9.6618357488vw;
}
@media print, screen and (min-width: 769px) {
  body.ennichi .section.sec_2 .swiper_images {
    padding-top: 3.5688405797vw;
  }
}
body.ennichi .section.sec_2 .swiper-slide {
  position: relative;
  transition: transform 0.3s ease;
  cursor: pointer;
  transform: translateY(14.3719806763vw);
}
@media print, screen and (min-width: 769px) {
  body.ennichi .section.sec_2 .swiper-slide {
    transform: translateY(5.3086503623vw);
  }
}
body.ennichi .section.sec_2 .swiper-slide.swiper-slide-active {
  transform: translateY(0vw);
}
@media print, screen and (min-width: 769px) {
  body.ennichi .section.sec_2 .swiper-slide.swiper-slide-active {
    transform: translateY(0vw);
  }
}
body.ennichi .section.sec_2 .swiper-slide.swiper-slide-active p {
  display: block !important;
}
body.ennichi .section.sec_2 .swiper-slide p.text {
  display: none;
  margin-top: 0.5em;
  line-height: 1.55;
}
body.ennichi .section.sec_2 .swiper-slide p.text span {
  display: block;
  font-size: 3.5024154589vw;
}
body.ennichi .section.sec_2 .swiper-slide p.text span.ft-small {
  font-size: 3.0193236715vw;
  margin-top: 0.5em;
}
@media print, screen and (min-width: 769px) {
  body.ennichi .section.sec_2 .swiper-slide p.text span {
    font-size: 1.2937047101vw;
  }
  body.ennichi .section.sec_2 .swiper-slide p.text span.ft-small {
    font-size: 1.1152626812vw;
  }
}
body.ennichi .section.sec_2 .swiper-slide p.num {
  display: none;
  position: absolute;
  right: -1.5em;
  top: -1.5em;
  width: 1em;
}
body.ennichi .section.sec_2 .bottombox {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 1em;
  margin-top: 14.3719806763vw;
}
@media print, screen and (min-width: 769px) {
  body.ennichi .section.sec_2 .bottombox {
    margin-top: 5.3086503623vw;
  }
}
body.ennichi .section.sec_2 .swiper-pagination {
  position: relative;
  width: auto;
  display: inline-block;
  text-align: center;
  line-height: 1;
}
body.ennichi .section.sec_2 .swiper-pagination-bullet {
  opacity: 1;
  width: 5px;
  height: auto;
  aspect-ratio: 1/1;
  background-color: rgba(0, 114, 84, 0.35);
}
body.ennichi .section.sec_2 .swiper-pagination-bullet-active {
  background-color: #007254;
}
body.ennichi .section.sec_2 .swiper-button-next,
body.ennichi .section.sec_2 .swiper-button-prev {
  margin-top: 0;
  width: 12.2857142857%;
  aspect-ratio: 86/78;
  border-radius: 50%;
  background-image: url(../img/ico_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border: none;
  transition: transform 0.4s ease-out;
  position: relative;
}
body.ennichi .section.sec_2 .swiper-button-next:hover,
body.ennichi .section.sec_2 .swiper-button-prev:hover {
  background-image: url(../img/ico_arrow_on.svg);
}
body.ennichi .section.sec_2 .swiper-button-next svg,
body.ennichi .section.sec_2 .swiper-button-prev svg {
  display: none;
}
body.ennichi .section.sec_2 .swiper-button-next {
  transform: translate(50%, 0);
}
body.ennichi .section.sec_2 .swiper-button-next:hover {
  transform: translate(50%, 0) scale(1.2);
}
body.ennichi .section.sec_2 .swiper-button-prev {
  transform: translate(-50%, 0) scale(-1, 1);
}
body.ennichi .section.sec_2 .swiper-button-prev:hover {
  transform: translate(-50%, 0) scale(-1.2, 1.2);
}
@media print, screen and (min-width: 769px) {
  body.ennichi .section.sec_2 .modal_content {
    width: 36.9375vw;
  }
}
body.ennichi .section.sec_2 {
  /*********************************
  staff modal
  **********************************/
}
body.ennichi .section.sec_2 .staff_block {
  padding-bottom: 8em;
}
body.ennichi .section.sec_2 .staff_block .staff_prof {
  padding-left: 5.4347826087%;
  padding-right: 5.4347826087%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2em;
  margin-top: 3.1400966184vw;
}
@media print, screen and (min-width: 769px) {
  body.ennichi .section.sec_2 .staff_block .staff_prof {
    margin-top: 1.1598731884vw;
  }
}
body.ennichi .section.sec_2 .staff_block .staff_prof .img {
  width: 60.298102981%;
  aspect-ratio: 445/586;
  margin-left: 1em;
}
body.ennichi .section.sec_2 .staff_block .staff_prof .title {
  display: flex;
  flex-direction: row-reverse;
  column-gap: 0.5em;
  line-height: 1.3;
  margin-right: 0.5em;
  font-size: 5.6763285024vw;
}
@media print, screen and (min-width: 769px) {
  body.ennichi .section.sec_2 .staff_block .staff_prof .title {
    font-size: 2.0966938406vw;
  }
}
body.ennichi .section.sec_2 .staff_block .staff_prof .title span {
  width: 1em;
  text-align: center;
  display: block;
}
body.ennichi .section.sec_2 .staff_block .staff_prof .title span .spin {
  transform: rotate(90deg);
}
body.ennichi .section.sec_2 .staff_block .staff_prof .title span.mtem {
  margin-top: 2.5em;
}
body.ennichi .section.sec_2 .staff_block .staff_prof .title span.mtem1 {
  margin-top: 1em;
}
body.ennichi .section.sec_2 .staff_block .staff_prof .title span.mtem0-5 {
  margin-top: 0.5em;
}
body.ennichi .section.sec_2 .staff_block .staff_prof .title span.kuten {
  width: 0.5em;
  height: 0.5em;
  line-height: 0;
  margin-left: auto;
}
body.ennichi .section.sec_2 .staff_block .staff_prof .title.col3 {
  margin-right: 0;
}
body.ennichi .section.sec_2 .staff_block .staff_prof .name {
  width: 100%;
  margin-top: 1em;
  font-size: 4.347826087vw;
}
@media print, screen and (min-width: 769px) {
  body.ennichi .section.sec_2 .staff_block .staff_prof .name {
    font-size: 1.6059782609vw;
  }
}
body.ennichi .section.sec_2 .staff_block .staff_prof .place {
  line-height: 1;
  display: flex;
  align-items: center;
  letter-spacing: 0.2em;
  font-size: 3.6231884058vw;
}
@media print, screen and (min-width: 769px) {
  body.ennichi .section.sec_2 .staff_block .staff_prof .place {
    font-size: 1.3383152174vw;
  }
}
body.ennichi .section.sec_2 .staff_block .staff_prof .text {
  margin-top: 2em;
}
body.ennichi .section.sec_2 .staff_block .staff_work_place {
  padding-left: 5.4347826087%;
  padding-right: 5.4347826087%;
  margin-top: 2em;
  font-size: 3.8647342995vw;
}
@media print, screen and (min-width: 769px) {
  body.ennichi .section.sec_2 .staff_block .staff_work_place {
    font-size: 1.4275362319vw;
  }
}
body.ennichi .section.sec_2 .staff_block .staff_work_place > * + * {
  margin-top: 2em;
}
body.ennichi .section.sec_2 .text {
  text-align: justify;
  letter-spacing: 0.02em;
}
body.ennichi .section.sec_2 .floor {
  letter-spacing: 0.1em;
  border-radius: 1em;
  border: 1px solid #007254;
  padding: 0.3em 0.7em;
  display: inline-flex;
  line-height: 1;
  align-items: center;
  margin-left: 0.5em;
  font-size: 3.1400966184vw;
}
@media print, screen and (min-width: 769px) {
  body.ennichi .section.sec_2 .floor {
    font-size: 1.1598731884vw;
  }
}
body.ennichi .section.sec_2 .floor .ico {
  width: 0.8em;
  margin-right: 0.2em;
}
body.ennichi .section.sec_2 .staff-osampo-way-block {
  background-color: #e3ddd4;
  position: relative;
  padding-top: 12.077294686vw;
}
@media print, screen and (min-width: 769px) {
  body.ennichi .section.sec_2 .staff-osampo-way-block {
    padding-top: 4.4610507246vw;
  }
}
body.ennichi .section.sec_2 .staff-osampo-way-block::before {
  content: "";
  display: block;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 23.1884057971%;
  aspect-ratio: 192/183;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
body.ennichi .section.sec_2 .staff-osampo-way-block .staff-osampo-inner {
  padding-left: 5.4347826087%;
  padding-right: 5.4347826087%;
  padding-bottom: 3em;
  position: relative;
}
body.ennichi .section.sec_2 .staff-osampo-way-block > * + *,
body.ennichi .section.sec_2 .staff-osampo-way-block .staff-osampo-inner > * + * {
  margin-top: 1.5em;
}
body.ennichi .section.sec_2 .staff-osampo-way-block .text {
  letter-spacing: 0;
  padding-bottom: 0 !important;
  font-size: 3.8647342995vw;
}
@media print, screen and (min-width: 769px) {
  body.ennichi .section.sec_2 .staff-osampo-way-block .text {
    font-size: 1.4275362319vw;
  }
}
body.ennichi .section.sec_2 .staff-osampo-way-block .ttl-osampo {
  text-align: center;
  letter-spacing: 0.298em;
  font-size: 5.193236715vw;
}
@media print, screen and (min-width: 769px) {
  body.ennichi .section.sec_2 .staff-osampo-way-block .ttl-osampo {
    font-size: 1.9182518116vw;
  }
}
body.ennichi .section.sec_2 .staff-osampo-way-block .ttl-osampo span {
  position: relative;
  z-index: 0;
}
body.ennichi .section.sec_2 .staff-osampo-way-block .ttl-osampo span::before {
  content: "";
  position: absolute;
  width: calc(100% - 0.2em);
  height: 1em;
  background-color: #a9c905;
  top: 0.3em;
  left: 0;
  z-index: -1;
}
body.ennichi .section.sec_2 .staff-osampo-way-block .place {
  display: flex;
  align-items: center;
  column-gap: 0.5em;
  line-height: 1;
}
body.ennichi .section.sec_2 .staff-osampo-way-block .place .name {
  font-size: 3.6231884058vw;
}
@media print, screen and (min-width: 769px) {
  body.ennichi .section.sec_2 .staff-osampo-way-block .place .name {
    font-size: 1.3383152174vw;
  }
}
body.ennichi .section.sec_2 #staff1 .img9 {
  margin-top: -8.5748792271vw;
}
@media print, screen and (min-width: 769px) {
  body.ennichi .section.sec_2 #staff1 .img9 {
    margin-top: -3.1673460145vw;
  }
}
body.ennichi .section.sec_2 #staff1 .staff-osampo-way-block::before {
  background-image: url(../img/title_my-osampo-way1.png);
  top: -13.2850241546vw;
}
@media print, screen and (min-width: 769px) {
  body.ennichi .section.sec_2 #staff1 .staff-osampo-way-block::before {
    top: -4.9071557971vw;
  }
}
body.ennichi .section.sec_2 #staff2 .staff-osampo-way-block::before {
  background-image: url(../img/title_my-osampo-way2.png);
  top: -13.2850241546vw;
}
@media print, screen and (min-width: 769px) {
  body.ennichi .section.sec_2 #staff2 .staff-osampo-way-block::before {
    top: -4.9071557971vw;
  }
}
body.ennichi .section.sec_2 #staff3 .staff-osampo-way-block::before {
  background-image: url(../img/title_my-osampo-way3.png);
  top: -11.5942028986vw;
}
@media print, screen and (min-width: 769px) {
  body.ennichi .section.sec_2 #staff3 .staff-osampo-way-block::before {
    top: -4.2826086957vw;
  }
}

/*********************************
 Animations
**********************************/
._f_in_bt {
  position: relative;
  top: 15dvh;
  opacity: 0;
  transition: top 0.8s, opacity 1.2s;
}
._f_in_bt._start {
  opacity: 1;
  top: 0;
}

._f_in_scale {
  position: relative;
  opacity: 0;
  transition: top 0.5s, opacity 0.5s, transform 0.5s;
  transform: scale(0.5);
}
._f_in_scale._start {
  opacity: 1;
  top: 0;
  transform: scale(1);
}

:root {
  /* ===== 設定値 ===== */
  --prlx-max-offset: 120px;
}

/* 親 */
._prlximg {
  position: relative;
}

/* 枠 */
._prlximg__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

/* 動かす画像 */
._prlximg__target {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  will-change: transform;
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

/*********************************
 btn_page_top
**********************************/
.btn_page_top {
  display: inline-block;
  position: fixed;
  bottom: 12px;
  right: 12px;
  opacity: 0;
  transition: opacity 0.5s ease-out;
  z-index: 100;
  width: 9.0579710145vw;
}
@media screen and (min-width: 769px) {
  .btn_page_top {
    width: 3.3457880435vw;
    right: calc(-12px + 10.3125vw + 12px);
  }
}
.btn_page_top a {
  display: inline-block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-image: url(../img/ico_arrow.svg);
  background-position: left 56% center;
  background-repeat: no-repeat;
  background-size: 14%;
  background-color: #FFF100 !important;
  transition: transform 0.4s ease-out;
}
.btn_page_top a:hover {
  transform: scale(1.1);
}
.btn_page_top._show {
  opacity: 1;
}
.btn_page_top._show a {
  pointer-events: all;
}

/*********************************
 Cookie banner
**********************************/
.cookie__banner {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 99;
  background: #fff;
  max-width: 420px;
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid #b3d99c;
  transition: all 0.8s ease;
  opacity: 0;
  visibility: hidden;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .cookie__banner {
    left: 16px;
    right: 16px;
    bottom: 16px;
    margin: auto;
  }
}
.cookie__banner.is-active {
  transition: all 0.8s ease;
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
.cookie__banner .cookie__inner {
  padding: 22px 19px;
}
@media screen and (max-width: 768px) {
  .cookie__banner .cookie__inner {
    padding: 20px 15px 25px;
  }
}
.cookie__banner .cookie__text {
  line-height: 1.75;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .cookie__banner .cookie__text {
    font-size: 12px;
    line-height: 1.45;
  }
}
.cookie__banner .cookie__link {
  color: #000;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .cookie__banner .cookie__link .cookie__link:hover {
    text-decoration: none;
  }
}
.cookie__banner .cookie__btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .cookie__banner .cookie__btns .cookie__btns {
    gap: 20px;
  }
}
.cookie__banner .cookie__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 184px;
  width: 100%;
  height: 46px;
  text-decoration: underline;
  border-radius: 23px;
  border: 1px solid transparent;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.5s ease;
}
@media screen and (max-width: 768px) {
  .cookie__banner .cookie__btn:hover {
    border: 1px solid #b3d99c;
    background: linear-gradient(90deg, #fd0 0%, #b3d99c 100%);
    text-decoration: none;
    transition: all 0.5s ease;
  }
  .cookie__banner .cookie__btn.cookie__btn-agree {
    border: 1px solid #b3d99c;
    text-decoration: none;
  }
}

/*********************************
 modal
**********************************/
.modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 500;
}

.modal._open {
  display: flex;
}

.modal_content {
  background-color: #cddec6;
  position: relative;
  max-height: 100vh;
  max-height: 100dvh;
  overflow-y: scroll;
  overflow-y: auto;
  /* Firefox */
  scrollbar-width: none;
  /* IE / Edge (Legacy) */
  -ms-overflow-style: none;
  /* iOS */
  -webkit-overflow-scrolling: touch;
}
.modal_content::-webkit-scrollbar {
  display: none;
}
.modal_content {
  padding-top: 10.8695652174vw;
}
@media print, screen and (min-width: 769px) {
  .modal_content {
    padding-top: 4.0149456522vw;
  }
}

.modal_close {
  position: fixed;
  top: 0.5em;
  right: 0.5em;
  background: none;
  border: none;
  font-size: 1.2rem;
  background-color: #fff !important;
  padding: 0.1em;
  border-radius: 50%;
  cursor: pointer;
  aspect-ratio: 1/1;
  width: 1.6em;
  text-align: center;
  line-height: 1;
  z-index: 10;
}
@media print, screen and (min-width: 769px) {
  .modal_close {
    right: calc(50% - 36.9375vw / 2 + 0.5em);
  }
}
/*# sourceMappingURL=style.css.map */