@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
/***************************

foundation/base.scss

***************************/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-all;
  word-wrap: break-word;
}

/**************************************/
/* -------------------------------------------
* 【rem単位の設定】
* 16pxを1remとした時の、1px分の計算用ベース
* padding: calc(24 * var(--px)); →24px相当
* font-size: calc(32 * var(--px)); → 32px相当
* ------------------------------------------- */
:root {
  --px: calc(1rem / 16);
}

/* -------------------------------------------
 * フォントサイズのroot
 * -------------------------------------------*/
:root {
  /* --- 1 to 10 --- */
  --f1: calc(1 * var(--px));
  --f2: calc(2 * var(--px));
  --f3: calc(3 * var(--px));
  --f4: calc(4 * var(--px));
  --f5: calc(5 * var(--px));
  --f6: calc(6 * var(--px));
  --f7: calc(7 * var(--px));
  --f8: calc(8 * var(--px));
  --f9: calc(9 * var(--px));
  --f10: calc(10 * var(--px));
  /* --- 11 to 20 --- */
  --f11: calc(11 * var(--px));
  --f12: calc(12 * var(--px));
  --f13: calc(13 * var(--px));
  --f14: clamp(calc(13 * var(--px)), calc(14 / 1680 * 100vw), calc(14 * var(--px)));
  --f15: clamp(calc(14 * var(--px)), calc(15 / 1680 * 100vw), calc(15 * var(--px)));
  --f16: clamp(calc(14 * var(--px)), calc(16 / 1680 * 100vw), calc(16 * var(--px)));
  --f17: clamp(calc(14 * var(--px)), calc(17 / 1680 * 100vw), calc(17 * var(--px)));
  --f18: clamp(calc(16 * var(--px)), calc(18 / 1680 * 100vw), calc(18 * var(--px)));
  --f19: clamp(calc(18 * var(--px)), calc(19 / 1680 * 100vw), calc(19 * var(--px)));
  --f20: clamp(calc(18 * var(--px)), calc(20 / 1680 * 100vw), calc(20 * var(--px)));
  /* --- 21 to 30 --- */
  --f21: clamp(calc(20 * var(--px)), calc(21 / 1680 * 100vw), calc(21 * var(--px)));
  --f22: clamp(calc(20 * var(--px)), calc(22 / 1680 * 100vw), calc(22 * var(--px)));
  --f23: clamp(calc(20 * var(--px)), calc(23 / 1680 * 100vw), calc(23 * var(--px)));
  --f24: clamp(calc(20 * var(--px)), calc(24 / 1680 * 100vw), calc(24 * var(--px)));
  --f25: clamp(calc(20 * var(--px)), calc(25 / 1680 * 100vw), calc(25 * var(--px)));
  --f26: clamp(calc(20 * var(--px)), calc(26 / 1680 * 100vw), calc(26 * var(--px)));
  --f27: clamp(calc(20 * var(--px)), calc(27 / 1680 * 100vw), calc(27 * var(--px)));
  --f28: clamp(calc(20 * var(--px)), calc(28 / 1680 * 100vw), calc(28 * var(--px)));
  --f29: clamp(calc(20 * var(--px)), calc(29 / 1680 * 100vw), calc(29 * var(--px)));
  --f30: clamp(calc(20 * var(--px)), calc(30 / 1680 * 100vw), calc(30 * var(--px)));
  /* --- 31 to 40 --- */
  --f31: clamp(calc(21 * var(--px)), calc(31 / 1680 * 100vw), calc(31 * var(--px)));
  --f32: clamp(calc(21 * var(--px)), calc(32 / 1680 * 100vw), calc(32 * var(--px)));
  --f33: clamp(calc(21 * var(--px)), calc(33 / 1680 * 100vw), calc(33 * var(--px)));
  --f34: clamp(calc(21 * var(--px)), calc(34 / 1680 * 100vw), calc(34 * var(--px)));
  --f35: clamp(calc(21 * var(--px)), calc(35 / 1680 * 100vw), calc(35 * var(--px)));
  --f36: clamp(calc(21 * var(--px)), calc(36 / 1680 * 100vw), calc(36 * var(--px)));
  --f37: clamp(calc(21 * var(--px)), calc(37 / 1680 * 100vw), calc(37 * var(--px)));
  --f38: clamp(calc(21 * var(--px)), calc(38 / 1680 * 100vw), calc(38 * var(--px)));
  --f39: clamp(calc(21 * var(--px)), calc(39 / 1680 * 100vw), calc(39 * var(--px)));
  --f40: clamp(calc(23 * var(--px)), calc(40 / 1680 * 100vw), calc(40 * var(--px)));
  /* --- 41 to 50 --- */
  --f41: clamp(calc(23 * var(--px)), calc(41 / 1680 * 100vw), calc(41 * var(--px)));
  --f42: clamp(calc(23 * var(--px)), calc(42 / 1680 * 100vw), calc(42 * var(--px)));
  --f43: clamp(calc(23 * var(--px)), calc(43 / 1680 * 100vw), calc(43 * var(--px)));
  --f44: clamp(calc(23 * var(--px)), calc(44 / 1680 * 100vw), calc(44 * var(--px)));
  --f45: clamp(calc(23 * var(--px)), calc(45 / 1680 * 100vw), calc(45 * var(--px)));
  --f46: clamp(calc(23 * var(--px)), calc(46 / 1680 * 100vw), calc(46 * var(--px)));
  --f47: clamp(calc(23 * var(--px)), calc(47 / 1680 * 100vw), calc(47 * var(--px)));
  --f48: clamp(calc(23 * var(--px)), calc(48 / 1680 * 100vw), calc(48 * var(--px)));
  --f49: clamp(calc(23 * var(--px)), calc(49 / 1680 * 100vw), calc(49 * var(--px)));
  --f50: clamp(calc(30 * var(--px)), calc(50 / 1680 * 100vw), calc(50 * var(--px)));
  /* --- 51 to 60 --- */
  --f51: clamp(calc(30 * var(--px)), calc(51 / 1680 * 100vw), calc(51 * var(--px)));
  --f52: clamp(calc(30 * var(--px)), calc(52 / 1680 * 100vw), calc(52 * var(--px)));
  --f53: clamp(calc(30 * var(--px)), calc(53 / 1680 * 100vw), calc(53 * var(--px)));
  --f54: clamp(calc(30 * var(--px)), calc(54 / 1680 * 100vw), calc(54 * var(--px)));
  --f55: clamp(calc(30 * var(--px)), calc(55 / 1680 * 100vw), calc(55 * var(--px)));
  --f56: clamp(calc(30 * var(--px)), calc(56 / 1680 * 100vw), calc(56 * var(--px)));
  --f57: clamp(calc(30 * var(--px)), calc(57 / 1680 * 100vw), calc(57 * var(--px)));
  --f58: clamp(calc(30 * var(--px)), calc(58 / 1680 * 100vw), calc(58 * var(--px)));
  --f59: clamp(calc(30 * var(--px)), calc(59 / 1680 * 100vw), calc(59 * var(--px)));
  --f60: clamp(calc(30 * var(--px)), calc(60 / 1680 * 100vw), calc(60 * var(--px)));
  /* --- 61 to 70 --- */
  --f61: clamp(calc(30 * var(--px)), calc(61 / 1680 * 100vw), calc(61 * var(--px)));
  --f62: clamp(calc(30 * var(--px)), calc(62 / 1680 * 100vw), calc(62 * var(--px)));
  --f63: clamp(calc(30 * var(--px)), calc(63 / 1680 * 100vw), calc(63 * var(--px)));
  --f64: clamp(calc(30 * var(--px)), calc(64 / 1680 * 100vw), calc(64 * var(--px)));
  --f65: clamp(calc(30 * var(--px)), calc(65 / 1680 * 100vw), calc(65 * var(--px)));
  --f66: clamp(calc(30 * var(--px)), calc(66 / 1680 * 100vw), calc(66 * var(--px)));
  --f67: clamp(calc(30 * var(--px)), calc(67 / 1680 * 100vw), calc(67 * var(--px)));
  --f68: clamp(calc(30 * var(--px)), calc(68 / 1680 * 100vw), calc(68 * var(--px)));
  --f69: clamp(calc(30 * var(--px)), calc(69 / 1680 * 100vw), calc(69 * var(--px)));
  --f70: clamp(calc(30 * var(--px)), calc(70 / 1680 * 100vw), calc(70 * var(--px)));
  /* --- 71 to 80 --- */
  --f71: clamp(calc(30 * var(--px)), calc(71 / 1680 * 100vw), calc(71 * var(--px)));
  --f72: clamp(calc(30 * var(--px)), calc(72 / 1680 * 100vw), calc(72 * var(--px)));
  --f73: clamp(calc(30 * var(--px)), calc(73 / 1680 * 100vw), calc(73 * var(--px)));
  --f74: clamp(calc(30 * var(--px)), calc(74 / 1680 * 100vw), calc(74 * var(--px)));
  --f75: clamp(calc(30 * var(--px)), calc(75 / 1680 * 100vw), calc(75 * var(--px)));
  --f76: clamp(calc(30 * var(--px)), calc(76 / 1680 * 100vw), calc(76 * var(--px)));
  --f77: clamp(calc(30 * var(--px)), calc(77 / 1680 * 100vw), calc(77 * var(--px)));
  --f78: clamp(calc(30 * var(--px)), calc(78 / 1680 * 100vw), calc(78 * var(--px)));
  --f79: clamp(calc(30 * var(--px)), calc(79 / 1680 * 100vw), calc(79 * var(--px)));
  --f80: clamp(calc(30 * var(--px)), calc(80 / 1680 * 100vw), calc(80 * var(--px)));
  /* --- 81 to 90 --- */
  --f81: clamp(calc(30 * var(--px)), calc(81 / 1680 * 100vw), calc(81 * var(--px)));
  --f82: clamp(calc(30 * var(--px)), calc(82 / 1680 * 100vw), calc(82 * var(--px)));
  --f83: clamp(calc(30 * var(--px)), calc(83 / 1680 * 100vw), calc(83 * var(--px)));
  --f84: clamp(calc(30 * var(--px)), calc(84 / 1680 * 100vw), calc(84 * var(--px)));
  --f85: clamp(calc(30 * var(--px)), calc(85 / 1680 * 100vw), calc(85 * var(--px)));
  --f86: clamp(calc(30 * var(--px)), calc(86 / 1680 * 100vw), calc(86 * var(--px)));
  --f87: clamp(calc(30 * var(--px)), calc(87 / 1680 * 100vw), calc(87 * var(--px)));
  --f88: clamp(calc(30 * var(--px)), calc(88 / 1680 * 100vw), calc(88 * var(--px)));
  --f89: clamp(calc(30 * var(--px)), calc(89 / 1680 * 100vw), calc(89 * var(--px)));
  --f90: clamp(calc(30 * var(--px)), calc(90 / 1680 * 100vw), calc(90 * var(--px)));
  /* --- 91 to 100 --- */
  --f91: clamp(calc(30 * var(--px)), calc(91 / 1680 * 100vw), calc(91 * var(--px)));
  --f92: clamp(calc(30 * var(--px)), calc(92 / 1680 * 100vw), calc(92 * var(--px)));
  --f93: clamp(calc(30 * var(--px)), calc(93 / 1680 * 100vw), calc(93 * var(--px)));
  --f94: clamp(calc(30 * var(--px)), calc(94 / 1680 * 100vw), calc(94 * var(--px)));
  --f95: clamp(calc(30 * var(--px)), calc(95 / 1680 * 100vw), calc(95 * var(--px)));
  --f96: clamp(calc(30 * var(--px)), calc(96 / 1680 * 100vw), calc(96 * var(--px)));
  --f97: clamp(calc(30 * var(--px)), calc(97 / 1680 * 100vw), calc(97 * var(--px)));
  --f98: clamp(calc(30 * var(--px)), calc(98 / 1680 * 100vw), calc(98 * var(--px)));
  --f99: clamp(calc(30 * var(--px)), calc(99 / 1680 * 100vw), calc(99 * var(--px)));
  --f100: clamp(calc(30 * var(--px)), calc(100 / 1680 * 100vw), calc(100 * var(--px)));
  /* --- 101 to 110 --- */
  --f101: clamp(calc(30 * var(--px)), calc(101 / 1680 * 100vw), calc(101 * var(--px)));
  --f102: clamp(calc(30 * var(--px)), calc(102 / 1680 * 100vw), calc(102 * var(--px)));
  --f103: clamp(calc(30 * var(--px)), calc(103 / 1680 * 100vw), calc(103 * var(--px)));
  --f104: clamp(calc(30 * var(--px)), calc(104 / 1680 * 100vw), calc(104 * var(--px)));
  --f105: clamp(calc(30 * var(--px)), calc(105 / 1680 * 100vw), calc(105 * var(--px)));
  --f106: clamp(calc(30 * var(--px)), calc(106 / 1680 * 100vw), calc(106 * var(--px)));
  --f107: clamp(calc(30 * var(--px)), calc(107 / 1680 * 100vw), calc(107 * var(--px)));
  --f108: clamp(calc(30 * var(--px)), calc(108 / 1680 * 100vw), calc(108 * var(--px)));
  --f109: clamp(calc(30 * var(--px)), calc(109 / 1680 * 100vw), calc(109 * var(--px)));
  --f110: clamp(calc(30 * var(--px)), calc(110 / 1680 * 100vw), calc(110 * var(--px)));
  /* --- 111 to 120 --- */
  --f111: clamp(calc(30 * var(--px)), calc(111 / 1680 * 100vw), calc(111 * var(--px)));
  --f112: clamp(calc(30 * var(--px)), calc(112 / 1680 * 100vw), calc(112 * var(--px)));
  --f113: clamp(calc(30 * var(--px)), calc(113 / 1680 * 100vw), calc(113 * var(--px)));
  --f114: clamp(calc(30 * var(--px)), calc(114 / 1680 * 100vw), calc(114 * var(--px)));
  --f115: clamp(calc(30 * var(--px)), calc(115 / 1680 * 100vw), calc(115 * var(--px)));
  --f116: clamp(calc(30 * var(--px)), calc(116 / 1680 * 100vw), calc(116 * var(--px)));
  --f117: clamp(calc(30 * var(--px)), calc(117 / 1680 * 100vw), calc(117 * var(--px)));
  --f118: clamp(calc(30 * var(--px)), calc(118 / 1680 * 100vw), calc(118 * var(--px)));
  --f119: clamp(calc(30 * var(--px)), calc(119 / 1680 * 100vw), calc(119 * var(--px)));
  --f120: clamp(calc(30 * var(--px)), calc(120 / 1680 * 100vw), calc(120 * var(--px)));
}

/* -------------------------------------------
* カラー変数
* -------------------------------------------*/
:root {
  --black: #443f3a;
  --brown: #867868;
  --green: #7ec15c;
  --dark-green: #22a576;
  --text-green: #13a575;
  --base-green: #67b08b;
  --light-grren: #c4da5d;
  --main-white: #ffffff;
  --base-white: #f9f7f5;
  --gray: #ccc;
  --gold: #a79479;
}

/* -------------------------------------------
* フォントファミリー
* -------------------------------------------*/
:root {
  --ja: "Zen Kaku Gothic New", sans-serif;
  --en: "Work Sans", sans-serif;
  --cinzel: "Cinzel", serif;
}

/* -------------------------------------------
* フォントウェイト
* -------------------------------------------*/
:root {
  --fwel: 200;
  --fwl: 300;
  --fwn: 400;
  --fwm: 500;
  --fwsb: 600;
  --fwb: 700;
}

html {
  font-size: 100%;
  -webkit-tap-highlight-color: transparent;
  font-family: sans-serif;
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-padding-top: calc(100 * var(--px));
  scroll-behavior: smooth;
  color: var(--black);
  background-color: var(--main-white);
}

body {
  font-family: var(--ja);
  font-weight: normal;
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: 1;
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  display: block;
}

a:hover {
  opacity: 0.6;
}

a:active,
a:hover {
  outline-width: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  text-align: left;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0;
}

figcaption,
figure,
main,
picture,
i {
  display: block;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

img {
  border-style: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: none;
}

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

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

::-webkit-file-upload-button {
  -webkit-appearance: none;
  font: inherit;
}

[hidden] {
  display: none;
}

address {
  font-style: normal;
}

figure {
  margin: 0;
}

table {
  border-collapse: collapse;
}

/***************************

layout/_header.scss

***************************/
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: calc(23 * var(--px)) 0;
  background-color: var(--main-white);
}
@media screen and (max-width: 1100px) {
  .header .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: calc(20 * var(--px));
  }
}
.header-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: calc(32 * var(--px));
}
@media screen and (max-width: 1100px) {
  .header-logo {
    position: relative;
    z-index: 101;
  }
}

.gnav {
  width: calc(100% - 231 * var(--px));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  gap: calc(20 * var(--px));
}
@media screen and (max-width: 1100px) {
  .gnav {
    position: fixed;
    z-index: 100;
    width: 100vw;
    height: 100dvh;
    top: 0;
    left: 0;
    background-color: var(--base-white);
    padding: 5%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 0;
    pointer-events: none;
    transition: 0.5s;
  }
  .gnav.active {
    opacity: 1;
    pointer-events: all;
  }
}
.gnav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: calc(30 * var(--px));
}
@media screen and (max-width: 1300px) {
  .gnav-list {
    gap: 1em;
  }
}
@media screen and (max-width: 1100px) {
  .gnav-list {
    width: 100%;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: calc(10 * var(--px));
  }
}
@media screen and (max-width: 1100px) {
  .gnav-item {
    width: 100%;
  }
}
.gnav-link {
  font-size: var(--f16);
  line-height: 1.5;
}
@media screen and (max-width: 1100px) {
  .gnav-link {
    width: 100%;
    padding: calc(18.5 * var(--px)) calc(28.5 * var(--px));
    background-color: var(--main-white);
    border-radius: calc(7 * var(--px));
    -webkit-border-radius: calc(7 * var(--px));
  }
}
.gnav-link:hover {
  opacity: 1;
  color: var(--dark-green);
}
@media screen and (max-width: 1100px) {
  .gnav .c-btn {
    margin: calc(25 * var(--px)) auto calc(32 * var(--px));
  }
}

.toggle {
  display: none;
}
@media screen and (max-width: 1100px) {
  .toggle {
    display: block;
    position: relative;
    padding: 0;
    width: calc(40 * var(--px));
    aspect-ratio: 1;
    background-color: var(--green);
    border-width: 0;
    border-radius: 100vmax;
    -webkit-border-radius: 100vmax;
    z-index: 101;
  }
  .toggle.active .toggle-bar {
    top: auto;
  }
  .toggle.active .toggle-bar:first-child {
    display: none;
  }
  .toggle.active .toggle-bar:nth-child(2) {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .toggle.active .toggle-bar:nth-child(3) {
    -webkit-transform: translate(-50%, 50%) rotate(-45deg);
    transform: translate(-50%, 50%) rotate(-45deg);
  }
}
.toggle-bar {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  width: calc(18.5 * var(--px));
  height: 1px;
  background-color: var(--main-white);
  outline: 1px solid transparent;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  transition-property: background-color, transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  transform: translateX(-50%);
}
.toggle-bar:nth-child(2) {
  top: calc(50% - 4px);
}
.toggle-bar:nth-child(3) {
  top: calc(50% + 4px);
}

/***************************

layout/_footer.scss

***************************/
.footer {
  margin-top: calc(120 * var(--px));
  padding-bottom: calc(80 * var(--px));
  background-color: var(--gold);
}
@media screen and (max-width: 834px) {
  .footer {
    margin-top: calc(60 * var(--px));
  }
}
.footer-head img {
  width: 100%;
}
.footer-main {
  max-width: calc(1410 * var(--px));
  width: 90%;
  margin: 0 auto;
  padding-top: calc(60 * var(--px));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: calc(30 * var(--px));
  color: var(--main-white);
}
@media screen and (max-width: 834px) {
  .footer-main {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-main .c-catch {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 834px) {
  .footer-cont {
    margin: 0 auto;
  }
}
.footer-cont .c-route {
  margin: calc(10 * var(--px)) 0 calc(20 * var(--px));
}
.footer-cont .c-treat__tb-cap {
  margin: calc(20 * var(--px)) 0 calc(30 * var(--px));
}
.footer-logo {
  margin-bottom: calc(20 * var(--px));
}

.sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(90 * var(--px));
}
@media screen and (max-width: 1100px) {
  .sitemap {
    gap: calc(40 * var(--px));
  }
}
@media screen and (max-width: 834px) {
  .sitemap {
    margin: 0 auto;
  }
}
.sitemap-item {
  font-size: var(--f16);
}
.sitemap-item:not(:first-of-type) {
  margin-top: calc(20 * var(--px));
}
.sitemap-link:hover {
  opacity: 1;
  color: var(--dark-green);
}
.sitemap-dtl__item {
  margin-top: calc(20 * var(--px));
  font-size: var(--f14);
}
.sitemap-dtl__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: calc(10 * var(--px));
}
.sitemap-dtl__link:hover {
  opacity: 1;
  color: var(--dark-green);
}
.sitemap-dtl__link:hover .c-arw {
  transform: translateX(calc(5 * var(--px)));
}
.sitemap-dtl__link .c-arw {
  background-color: var(--light-grren);
}

.copy {
  margin: calc(-1em - 16 * var(--px)) auto 0;
  display: block;
  width: 90%;
  font-family: var(--en);
  font-size: var(--f12);
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 1100px) {
  .copy {
    margin-top: calc(30 * var(--px));
  }
}

/***************************

object/object/project/_mv.scss

***************************/
.top-fv__swiper img {
  border-radius: calc(10 * var(--px));
  -webkit-border-radius: calc(10 * var(--px));
}
.top-fv__btm {
  margin-top: calc(35 * var(--px));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: calc(25 * var(--px));
}
@media screen and (max-width: 834px) {
  .top-fv__btm {
    margin-top: calc(20 * var(--px));
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: calc(15 * var(--px));
  }
}
.top-fv__btm .c-btn {
  width: 30%;
}
@media screen and (max-width: 834px) {
  .top-fv__btm .c-btn {
    width: auto;
    margin: 0 auto;
  }
}
.top-fv__news {
  max-width: calc(1175 * var(--px));
  width: 80%;
  padding: calc(15 * var(--px)) calc(45 * var(--px)) calc(15 * var(--px)) calc(60 * var(--px));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: calc(10 * var(--px));
  background-color: var(--base-white);
  border-radius: calc(10 * var(--px));
  -webkit-border-radius: calc(10 * var(--px));
}
@media screen and (max-width: 1200px) {
  .top-fv__news {
    padding: calc(15 * var(--px)) calc(20 * var(--px));
  }
}
@media screen and (max-width: 834px) {
  .top-fv__news {
    width: 100%;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: calc(20 * var(--px));
  }
}
.top-fv__news-ttl {
  position: relative;
  min-width: fit-content;
  padding-left: calc(40 * var(--px));
  font-size: var(--f18);
}
@media screen and (max-width: 834px) {
  .top-fv__news-ttl {
    padding-left: calc(35 * var(--px));
  }
}
.top-fv__news-ttl::before {
  position: absolute;
  content: "";
  width: calc(26 * var(--px));
  aspect-ratio: 1;
  top: -2px;
  left: 0;
  z-index: 1;
  background: url(../img/common/icp-info_green.webp) no-repeat center center/cover;
}
@media screen and (max-width: 834px) {
  .top-fv__news-ttl::before {
    top: -4px;
  }
}
.top-fv__news-dd {
  margin-left: calc(28 * var(--px));
  padding-left: calc(37 * var(--px));
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: calc(10 * var(--px));
  border-left: 1px solid var(--gray);
  line-height: 1.5;
}
@media screen and (max-width: 1200px) {
  .top-fv__news-dd {
    margin-left: calc(20 * var(--px));
    padding-left: calc(20 * var(--px));
    border-top: 1px solid var(--gray);
    border-left-width: 0;
  }
}
@media screen and (max-width: 834px) {
  .top-fv__news-dd {
    margin-left: 0;
    margin-top: calc(10 * var(--px));
    padding-left: 0;
    padding-top: calc(10 * var(--px));
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.top-bnr {
  width: 90%;
  margin: calc(130 * var(--px)) auto 0;
}
@media screen and (min-width: 835px) {
  .top-bnr .swiper-wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: calc(35 * var(--px));
  }
  .top-bnr .swiper-slide {
    width: 100%;
    max-width: fit-content;
  }
  .top-bnr .swiper-slide:nth-of-type(4), .top-bnr .swiper-slide:nth-of-type(5), .top-bnr .swiper-slide:nth-of-type(6) {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  .top-bnr {
    width: 100%;
    margin-top: calc(50 * var(--px));
  }
  .top-bnr .swiper-wrapper {
    padding-bottom: calc(30 * var(--px));
  }
  .top-bnr .swiper-slide {
    padding: 0 0.9rem;
  }
  .top-bnr .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #d9d9d9;
  }
  .top-bnr .swiper-pagination-bullet-active {
    width: 7px;
    height: 7px;
    background: #7ec15c;
  }
  .top-bnr .swiper-horizontal > .swiper-pagination-bullets, .top-bnr .swiper-pagination-bullets.swiper-pagination-horizontal, .top-bnr .swiper-pagination-custom, .top-bnr .swiper-pagination-fraction {
    bottom: 0;
  }
}
@media screen and (max-width: 450px) {
  .top-bnr .swiper-slide {
    padding: 0 0.45rem;
  }
}
.top-bnr img {
  width: 100%;
  border-radius: calc(10 * var(--px));
  -webkit-border-radius: calc(10 * var(--px));
}

/***************************

object/object/project/_doctor.scss

***************************/
.top-doctor {
  margin-top: calc(90 * var(--px));
}
@media screen and (max-width: 834px) {
  .top-doctor {
    margin-top: calc(42 * var(--px));
  }
}
.top-doctor__box {
  padding: calc(90 * var(--px)) 0;
  border-radius: calc(20 * var(--px));
  -webkit-border-radius: calc(20 * var(--px));
  overflow: hidden;
  background: url(../img/top/doctor-bg.webp) no-repeat center center/cover;
}
@media screen and (max-width: 834px) {
  .top-doctor__box {
    padding: 0 0 calc(38 * var(--px));
    background-image: url(../img/top/doctor-bg_sp.webp);
    background-position: top center;
    border-radius: calc(10 * var(--px));
    -webkit-border-radius: calc(10 * var(--px));
  }
}
.top-doctor__cont {
  max-width: calc(1117 * var(--px));
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .top-doctor__cont {
    margin-top: 78vw;
  }
}
@media screen and (max-width: 395px) {
  .top-doctor__cont {
    margin-top: 88vw;
  }
}
@media screen and (min-width: 835px) {
  .top-doctor__cont .c-txt {
    max-width: calc(360 * var(--px));
  }
}

/***************************

object/object/project/_about.scss

***************************/
.top-about {
  margin-top: calc(100 * var(--px));
  padding-top: calc(100 * var(--px));
  background: url(../img/top/about_bg.webp) no-repeat top center/50% auto;
}
@media screen and (max-width: 834px) {
  .top-about {
    margin-top: calc(60 * var(--px));
    padding-top: 0;
  }
}
.top-about__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: calc(30 * var(--px));
}
@media screen and (max-width: 834px) {
  .top-about__main {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}
@media screen and (min-width: 835px) {
  .top-about__cont {
    order: 2;
    text-align: center;
  }
  .top-about__cont .c-btn {
    margin-top: calc(50 * var(--px));
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 835px) and (min-width: 835px) {
  .top-about__cont .c-btn {
    margin-top: calc(50 * var(--px)) !important;
  }
}
@media screen and (max-width: 834px) {
  .top-about__cont {
    margin-bottom: calc(30 * var(--px));
    width: 100%;
  }
}
.top-about__cont .c-ttl {
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}
@media screen and (max-width: 834px) {
  .top-about__cont .c-txt br {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .top-about__lft {
    max-width: calc(370 * var(--px));
    width: 30%;
    margin-left: -5%;
    padding-top: calc(100 * var(--px));
    order: 1;
  }
  .top-about__lft .top-about__img:last-of-type {
    position: relative;
    z-index: -1;
    margin-top: calc(-30 * var(--px));
    margin-left: 35%;
  }
}
@media screen and (max-width: 834px) {
  .top-about__lft {
    margin-top: calc(30 * var(--px));
    margin-left: -2%;
    width: 55%;
  }
  .top-about__lft .top-about__img:first-of-type {
    position: relative;
    z-index: 3;
    width: 80%;
  }
  .top-about__lft .top-about__img:last-of-type {
    position: relative;
    z-index: 2;
    margin: calc(-20 * var(--px)) 0 0 40%;
    width: fit-content;
  }
}
@media screen and (min-width: 835px) {
  .top-about__rht {
    margin-right: -5%;
    order: 3;
  }
}
@media screen and (max-width: 834px) {
  .top-about__rht {
    position: relative;
    z-index: 1;
    margin: -55vw -1% 12vw auto;
    width: 49%;
    text-align: right;
  }
}
@media screen and (max-width: 770px) {
  .top-about__rht {
    margin-top: -60vw;
    margin-bottom: 14vw;
  }
}
.top-about__img img {
  border-radius: calc(10 * var(--px));
  -webkit-border-radius: calc(10 * var(--px));
}
.top-about .c-feature {
  margin-top: calc(90 * var(--px));
}
@media screen and (max-width: 834px) {
  .top-about .c-feature {
    margin-top: calc(45 * var(--px));
  }
}

/***************************

object/object/project/_menu.scss

***************************/
.top-menu {
  margin-top: calc(110 * var(--px));
  padding-top: calc(110 * var(--px));
  padding-bottom: calc(100 * var(--px));
  background-color: var(--base-white);
}
@media screen and (max-width: 834px) {
  .top-menu {
    margin-top: calc(60 * var(--px));
    padding-top: calc(60 * var(--px));
    padding-bottom: calc(60 * var(--px));
  }
}
.top-menu__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: calc(30 * var(--px));
}
@media screen and (max-width: 834px) {
  .top-menu__flex {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}
.top-menu__flex .c-hg {
  min-width: fit-content;
}
.top-menu__cont {
  max-width: calc(1025 * var(--px));
  width: 100%;
}
.top-menu__head {
  margin-top: calc(20 * var(--px));
  margin-bottom: calc(65 * var(--px));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: calc(30 * var(--px));
}
@media screen and (max-width: 834px) {
  .top-menu__head {
    margin-top: 0;
    margin-bottom: calc(30 * var(--px));
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.top-menu__head .c-txt {
  max-width: calc(660 * var(--px));
}
.top-menu__head .c-txt + .c-btn {
  margin-top: 0;
}
.top-menu__special {
  max-width: calc(1500 * var(--px));
  width: 90%;
  margin: calc(87 * var(--px)) auto 0;
  padding: calc(90 * var(--px)) 0;
  background: url(../img/top/special_bg.webp) no-repeat top left/cover;
  border-radius: calc(20 * var(--px));
  -webkit-border-radius: calc(20 * var(--px));
}
@media screen and (max-width: 834px) {
  .top-menu__special {
    margin-top: calc(40 * var(--px));
    padding: calc(30 * var(--px)) 0;
    border-radius: calc(10 * var(--px));
    -webkit-border-radius: calc(10 * var(--px));
  }
}
.top-menu__special-ttl {
  margin: 0 auto calc(30 * var(--px));
  padding: calc(5 * var(--px)) calc(35 * var(--px)) calc(10 * var(--px));
  width: fit-content;
  font-size: var(--f35);
  font-weight: var(--fwn);
  color: var(--main-white);
  line-height: 1.5;
  text-align: center;
  background: url(../img/top/special-ttl_bg.webp) no-repeat center center/100% auto;
}
@media screen and (max-width: 834px) {
  .top-menu__special-ttl {
    margin-bottom: calc(20 * var(--px));
    background-position: bottom center;
  }
}
.top-menu__list {
  margin-top: calc(65 * var(--px));
}
@media screen and (max-width: 834px) {
  .top-menu__list {
    margin-top: calc(30 * var(--px));
  }
}
.top-menu__item {
  position: relative;
  padding: calc(55 * var(--px)) 7.7% calc(60 * var(--px));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: calc(30 * var(--px));
  background-color: var(--main-white);
  background-repeat: no-repeat;
  border-radius: calc(20 * var(--px));
  -webkit-border-radius: calc(20 * var(--px));
}
@media screen and (max-width: 834px) {
  .top-menu__item {
    padding: calc(30 * var(--px)) 5%;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: calc(10 * var(--px));
    -webkit-border-radius: calc(10 * var(--px));
  }
}
.top-menu__item:first-of-type {
  padding-top: calc(86 * var(--px));
  background-image: url(../img/top/special01_bg.webp);
  background-position: bottom right;
  background-size: 45% auto;
}
@media screen and (max-width: 834px) {
  .top-menu__item:first-of-type {
    padding-top: calc(30 * var(--px));
    background-size: 80%;
  }
}
.top-menu__item:last-of-type {
  background-image: url(../img/top/special02_bg.webp);
  background-position: bottom 0 left 40%;
  background-size: 30% auto;
}
.top-menu__item:last-of-type .top-menu__item-img {
  bottom: calc(-62 * var(--px));
}
@media screen and (max-width: 834px) {
  .top-menu__item:last-of-type .top-menu__item-img {
    bottom: calc(-30 * var(--px));
    background-size: 80%;
  }
}
@media screen and (min-width: 835px) {
  .top-menu__item:nth-of-type(odd) {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 835px) {
  .top-menu__item:nth-of-type(odd) .top-menu__item-ttl {
    left: 7.7%;
  }
}
@media screen and (min-width: 835px) {
  .top-menu__item:nth-of-type(even) .top-menu__item-ttl {
    right: 7.7%;
  }
}
.top-menu__item:not(:first-of-type) {
  margin-top: calc(53 * var(--px));
}
@media screen and (max-width: 834px) {
  .top-menu__item:not(:first-of-type) {
    margin-top: calc(30 * var(--px));
  }
}
.top-menu__item-cont {
  position: relative;
  z-index: 3;
  max-width: calc(480 * var(--px));
}
@media screen and (max-width: 1100px) {
  .top-menu__item-cont {
    width: 70%;
  }
}
@media screen and (max-width: 834px) {
  .top-menu__item-cont {
    max-width: 100%;
    width: 100%;
  }
}
.top-menu__item-img {
  position: relative;
  z-index: 3;
  width: 50%;
}
@media screen and (max-width: 834px) {
  .top-menu__item-img {
    width: 100%;
  }
}
.top-menu__item-img img {
  width: 100%;
}
.top-menu__item-ttl {
  position: absolute;
  z-index: 1;
  top: calc(50 * var(--px));
  font-size: var(--f80);
  font-family: var(--cinzel);
  font-weight: var(--fwn);
  color: #e0f3db;
}
@media screen and (max-width: 834px) {
  .top-menu__item-ttl {
    position: relative;
    top: auto;
    margin-left: 0;
    margin-right: auto;
  }
}
@media screen and (max-width: 450px) {
  .top-menu__item-ttl {
    font-size: 8vw;
  }
}
.top-menu__item-ttl::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 80%;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
.top-menu__item-txt01 {
  margin-top: calc(20 * var(--px));
  font-size: var(--f20);
  font-weight: var(--fwm);
  line-height: 1.5;
}
.top-menu__item-txt02 {
  margin: calc(10 * var(--px)) 0 calc(20 * var(--px));
  width: fit-content;
  font-size: var(--f32);
  font-weight: var(--fwm);
  color: var(--dark-green);
  line-height: 1.5;
  border-bottom: 1px solid var(--black);
}
.top-menu__item-add {
  position: absolute;
  top: calc(-23 * var(--px));
  right: 0;
  transform: translateX(50%);
  z-index: 3;
}
@media screen and (max-width: 1100px) {
  .top-menu__item-add {
    transform: translateX(80%);
  }
}
@media screen and (max-width: 834px) {
  .top-menu__item-add {
    transform: translateX(0);
  }
}
@media screen and (max-width: 720px) {
  .top-menu__item-add {
    top: calc(-80 * var(--px));
  }
}
@media screen and (max-width: 580px) {
  .top-menu__item-add {
    width: 50%;
    right: -7%;
    z-index: 2;
  }
}
@media screen and (max-width: 470px) {
  .top-menu__item-add {
    top: calc(-120 * var(--px));
  }
}

/***************************

object/object/project/_equipment.scss

***************************/
.top-equip {
  position: relative;
  margin-top: calc(125 * var(--px));
}
@media screen and (max-width: 834px) {
  .top-equip {
    margin-top: calc(60 * var(--px));
  }
}
.top-equip::before {
  position: absolute;
  content: "";
  width: calc(788 * var(--px));
  aspect-ratio: 788/753;
  top: calc(-64 * var(--px));
  right: 5%;
  z-index: -1;
  background: url(../img/top/equipment_bg.webp) no-repeat center center/cover;
}
@media screen and (max-width: 834px) {
  .top-equip::before {
    width: 80%;
    top: auto;
    bottom: 0;
  }
}
@media screen and (max-width: 450px) {
  .top-equip::before {
    bottom: 10%;
  }
}
.top-equip__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: calc(30 * var(--px));
}
@media screen and (max-width: 834px) {
  .top-equip__flex {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.top-equip__cont {
  max-width: calc(390 * var(--px));
}
@media screen and (max-width: 834px) {
  .top-equip__cont {
    max-width: 100%;
  }
}
.top-equip__img {
  max-width: 70%;
}
@media screen and (max-width: 834px) {
  .top-equip__img {
    max-width: 100%;
  }
}
.top-equip__img img {
  border-radius: calc(20 * var(--px));
  -webkit-border-radius: calc(20 * var(--px));
}
@media screen and (max-width: 834px) {
  .top-equip__img img {
    border-radius: calc(10 * var(--px));
    -webkit-border-radius: calc(10 * var(--px));
  }
}

.top-slider {
  margin-top: calc(45 * var(--px));
  margin-bottom: calc(140 * var(--px));
}
@media screen and (max-width: 834px) {
  .top-slider {
    margin-top: calc(40 * var(--px));
    margin-bottom: calc(60 * var(--px));
  }
}
.top-slider li {
  padding: 0 calc(10 * var(--px));
}
@media screen and (max-width: 834px) {
  .top-slider li {
    padding: 0 calc(5 * var(--px));
  }
}
.top-slider img {
  min-width: calc(322 * var(--px));
  border-radius: calc(15 * var(--px));
  -webkit-border-radius: calc(15 * var(--px));
}
@media screen and (max-width: 834px) {
  .top-slider img {
    min-width: calc(200 * var(--px));
  }
}
@media screen and (max-width: 450px) {
  .top-slider img {
    min-width: calc(150 * var(--px));
    border-radius: calc(5 * var(--px));
    -webkit-border-radius: calc(5 * var(--px));
  }
}

/***************************

object/component/_heading.scss

***************************/
.c-hg {
  margin-bottom: calc(40 * var(--px));
}
@media screen and (max-width: 834px) {
  .c-hg {
    margin-bottom: calc(25 * var(--px));
  }
}
.c-hg .c-catch {
  margin-top: calc(20 * var(--px));
}

.c-ttl {
  position: relative;
  padding-left: calc(26 * var(--px));
  font-family: var(--en);
  font-size: var(--f16);
  font-weight: var(--fwn);
  color: var(--text-green);
}
.c-ttl::before {
  position: absolute;
  content: "";
  width: calc(12 * var(--px));
  aspect-ratio: 12/9;
  top: 50%;
  left: 0;
  z-index: 1;
  transform: translateY(-50%);
  background: url(../img/common/c-ttl_deco.webp) no-repeat center center/cover;
}

.c-catch {
  font-size: var(--f32);
  line-height: 1.5;
}

/***************************

object/component/_box.scss

***************************/
main {
  margin-top: calc(100 * var(--px));
}

.inner {
  max-width: calc(1300 * var(--px));
  width: 90%;
  margin: 0 auto;
}
.inner.--l {
  max-width: 94%;
}
.inner.--s {
  max-width: calc(1100 * var(--px));
}

.sp {
  display: none;
}
@media screen and (max-width: 450px) {
  .sp {
    display: inline-block;
  }
}

.tab {
  display: none;
}
@media screen and (max-width: 834px) {
  .tab {
    display: block;
  }
}

@media screen and (max-width: 834px) {
  .tab-no {
    display: none;
  }
}

.radius10 {
  border-radius: 10px;
  -webkit-border-radius: 10px;
}

.radius60 {
  border-radius: 60px;
  -webkit-border-radius: 60px;
}
@media screen and (max-width: 500px) {
  .radius60 {
    border-radius: 30px;
    -webkit-border-radius: 30px;
  }
}

.radius100vmax {
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
}

/*////////////////////////

fade

////////////////////////*/
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.anime-fade {
  position: relative;
  z-index: 2;
  opacity: 0;
}
.anime-fade.start {
  opacity: 1;
  animation: anime-fade 0.5s ease;
}

@keyframes anime-fade {
  0% {
    transform: translateY(3rem);
  }
  50% {
    transform: translateY(-1rem);
  }
  100% {
    transform: stranslateY(0);
  }
}
.anime-poyoyon {
  position: relative;
  z-index: 2;
  opacity: 0;
}
.anime-poyoyon.start {
  opacity: 1;
  animation: poyoyon 0.5s ease;
}

@keyframes poyoyon {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1.1);
  }
}
/***************************

object/component/_button.scss

***************************/
.c-btn {
  width: calc(210 * var(--px));
  height: calc(70 * var(--px));
  padding: calc(10 * var(--px)) calc(18 * var(--px)) calc(10 * var(--px)) calc(22 * var(--px));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  background-color: var(--green);
  border: 1px solid var(--green);
  border-radius: calc(10 * var(--px));
  -webkit-border-radius: calc(10 * var(--px));
}
@media screen and (max-width: 834px) {
  .c-btn {
    margin-left: auto;
    margin-right: auto;
    height: calc(52.5 * var(--px));
    border-radius: calc(5 * var(--px));
    -webkit-border-radius: calc(5 * var(--px));
  }
}
.c-btn:hover {
  opacity: 1;
  background-color: var(--main-white);
}
.c-btn:hover .c-btn__txt {
  color: var(--green);
}
.c-btn:hover .c-arw {
  border-color: var(--green);
}
.c-btn__txt {
  font-size: var(--f16);
  font-weight: var(--fwm);
  color: var(--main-white);
  transition: 0.5s;
}
.c-btn__blank {
  width: calc(180 * var(--px));
  height: calc(50 * var(--px));
  padding: calc(10 * var(--px)) calc(16 * var(--px)) calc(10 * var(--px)) calc(18 * var(--px));
}
@media screen and (max-width: 834px) {
  .c-btn__blank {
    width: calc(175 * var(--px));
    height: calc(45 * var(--px));
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.c-btn__anchor {
  max-width: calc(380 * var(--px));
  width: auto;
  color: var(--main-white);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--dark-green);
  gap: calc(13 * var(--px));
  background-color: var(--dark-green);
}
.c-btn__anchor:hover {
  color: var(--dark-green);
}
.c-btn__anchor:hover .c-btn__anchor-ico::before {
  opacity: 1;
}
.c-btn__anchor-ico {
  position: relative;
}
.c-btn__anchor-ico::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: url(../img/common/ico-arw_calender_green.webp) no-repeat center center/cover;
  opacity: 0;
  transition: 0.3s;
}
.c-btn__long {
  width: fit-content;
  height: calc(50 * var(--px));
}
@media screen and (max-width: 834px) {
  .c-btn__long {
    height: calc(45 * var(--px));
  }
}

.c-txt + .c-btn {
  margin-top: calc(30 * var(--px));
}
@media screen and (max-width: 834px) {
  .c-txt + .c-btn {
    margin-top: calc(20 * var(--px));
  }
}

.c-arw {
  width: calc(20 * var(--px));
  min-width: calc(20 * var(--px));
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
  background-color: var(--main-white);
  transition: 0.5s;
  border: 1px solid transparent;
}
.c-arw.--green {
  background-color: var(--green);
}

/***************************

object/component/_parts.scss

***************************/
.c-route {
  position: relative;
  padding-left: calc(20 * var(--px));
  font-size: var(--f14);
  line-height: 1.5;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.c-route::before {
  position: absolute;
  content: "";
  width: calc(14 * var(--px));
  aspect-ratio: 14/18;
  top: 0;
  left: 0;
  z-index: 1;
  background: url(../img/common/ico-map_green.webp) no-repeat center center/cover;
}
.c-route.--white::before {
  background-image: url(../img/common/ico-map_white.webp);
}

.c-feature {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--base-green);
  border-radius: calc(20 * var(--px));
  -webkit-border-radius: calc(20 * var(--px));
}
@media screen and (max-width: 834px) {
  .c-feature {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.c-feature::before {
  position: absolute;
  content: "";
  width: calc(277 * var(--px));
  aspect-ratio: 277/167;
  top: calc(-167 * var(--px));
  right: calc(58 * var(--px));
  z-index: 1;
  background: url(../img/common/feature-img.webp) no-repeat center center/cover;
}
@media screen and (max-width: 834px) {
  .c-feature::before {
    width: calc(119 * var(--px));
    top: calc(-72 * var(--px));
    right: 5%;
  }
}
.c-feature__ttl {
  width: calc(102 * var(--px));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .c-feature__ttl {
    width: 100%;
  }
}
.c-feature__ttl span {
  position: relative;
  display: block;
  width: fit-content;
  padding-top: calc(42 * var(--px));
  font-size: var(--f28);
  color: var(--main-white);
  writing-mode: vertical-rl;
}
@media screen and (max-width: 834px) {
  .c-feature__ttl span {
    padding: calc(19 * var(--px)) calc(22 * var(--px)) calc(14 * var(--px));
    writing-mode: horizontal-tb;
  }
}
.c-feature__ttl span::before {
  position: absolute;
  content: "";
  width: calc(25 * var(--px));
  aspect-ratio: 1;
  top: 0;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  background: url(..//img/common/ico-check_flower_green.webp) no-repeat center center/cover;
}
@media screen and (max-width: 834px) {
  .c-feature__ttl span::before {
    width: calc(12 * var(--px));
    top: 55%;
    left: 0;
    transform: translate(0, -50%);
  }
}
.c-feature__cont {
  padding: calc(40 * var(--px));
  width: calc(100% - 102 * var(--px));
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 834px) {
  .c-feature__cont {
    padding: calc(20 * var(--px));
    width: 100%;
    border-left-width: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
}
.c-feature__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: calc(23 * var(--px)) calc(25 * var(--px));
}
@media screen and (max-width: 834px) {
  .c-feature__list {
    grid-template-columns: repeat(1, 1fr);
    gap: calc(20 * var(--px));
  }
}
.c-feature__item {
  padding: calc(40 * var(--px)) 5%;
  line-height: 1.5;
  background-color: var(--main-white);
  border-radius: calc(5 * var(--px));
  -webkit-border-radius: calc(5 * var(--px));
}
@media screen and (max-width: 834px) {
  .c-feature__item {
    padding: calc(15 * var(--px)) 5%;
  }
}
.c-feature__item-ttl {
  font-size: var(--f18);
  font-weight: var(--fwn);
  color: var(--text-green);
  text-align: center;
}
.c-feature__txt {
  margin-top: calc(5 * var(--px));
  font-size: var(--f24);
  text-align: center;
}

.c-menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 630px) {
  .c-menu {
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-menu__link {
  padding: calc(20 * var(--px)) calc(35 * var(--px)) calc(30 * var(--px)) calc(30 * var(--px));
  border-right: 1px solid #d9d2c9;
  border-bottom: 1px solid #d9d2c9;
  height: 100%;
}
@media screen and (max-width: 834px) {
  .c-menu__link {
    padding: calc(15 * var(--px));
  }
}
@media screen and (max-width: 450px) {
  .c-menu__link {
    padding: calc(10 * var(--px));
  }
}
.c-menu__link:hover {
  opacity: 1;
}
.c-menu__link:hover .c-arw {
  transform: translateX(calc(5 * var(--px)));
}
.c-menu__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: calc(10 * var(--px));
}
.c-menu__ttl {
  min-height: calc(55 * var(--px));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: calc(10 * var(--px));
}
@media screen and (max-width: 834px) {
  .c-menu__ttl {
    min-height: calc(50 * var(--px));
  }
}
@media screen and (max-width: 450px) {
  .c-menu__ttl {
    min-height: calc(40 * var(--px));
  }
}
.c-menu__ttl-txt {
  min-width: fit-content;
  font-size: var(--f24);
  font-weight: var(--fwn);
}
@media screen and (max-width: 834px) {
  .c-menu__ico {
    max-width: calc(40 * var(--px));
  }
}
@media screen and (max-width: 450px) {
  .c-menu__ico {
    max-width: calc(30 * var(--px));
    width: 16%;
  }
}
.c-menu__txt {
  margin-top: calc(10 * var(--px));
  font-size: var(--f16);
  color: var(--brown);
  line-height: 1.5;
}
.c-menu__dtl {
  margin-top: calc(10 * var(--px));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: calc(6 * var(--px)) calc(5 * var(--px));
}
.c-menu__dtl-item {
  padding: calc(6 * var(--px)) calc(8 * var(--px));
  font-size: var(--f14);
  color: var(--text-green);
  background-color: var(--main-white);
  border: 1px solid #d8d2c9;
  border-radius: calc(4 * var(--px));
  -webkit-border-radius: calc(4 * var(--px));
}

.c-slider {
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-slider__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-slider__list:first-of-type {
  animation: slide01_r 200s -100s infinite linear;
}
.c-slider__list:last-of-type {
  animation: slide02_r 200s infinite linear;
}

@keyframes slide01_r {
  from {
    transform: translate(100%, 0);
  }
  to {
    transform: translate(-100%, 0);
  }
}
@keyframes slide02_r {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(-200%, 0);
  }
}
.top-c {
  margin-top: calc(80 * var(--px));
}
@media screen and (max-width: 834px) {
  .top-c {
    margin-top: calc(30 * var(--px));
  }
}
.top-c + .top-c .inner {
  border-top: 2px dotted var(--gray);
}
.top-c .inner {
  position: relative;
  padding-top: calc(80 * var(--px));
  display: grid;
  grid-template-columns: calc(163 * var(--px)) 74.6%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: calc(30 * var(--px));
}
@media screen and (max-width: 1120px) {
  .top-c .inner {
    display: block;
  }
}
@media screen and (max-width: 834px) {
  .top-c .inner {
    padding-top: calc(30 * var(--px));
  }
}
@media screen and (min-width: 1121px) {
  .top-c .c-link {
    position: absolute;
    top: calc(180 * var(--px));
    left: 0;
    z-index: 1;
  }
}
@media screen and (max-width: 1120px) {
  .top-c .c-link {
    margin: calc(40 * var(--px)) auto 0;
    width: fit-content;
  }
}
@media screen and (max-width: 834px) {
  .top-c .c-link {
    margin-top: calc(30 * var(--px));
  }
}

.c-time {
  min-width: 5.5em;
  font-family: var(--en);
  color: #969594;
}
.c-time.--column {
  font-size: var(--f12);
}
.c-time.--news {
  font-size: var(--f16);
}

.c-column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(55 * var(--px));
}
@media screen and (max-width: 834px) {
  .c-column {
    gap: calc(30 * var(--px));
  }
}
@media screen and (max-width: 600px) {
  .c-column {
    grid-template-columns: repeat(1, 1fr);
  }
}
.c-column__link {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: calc(30 * var(--px));
}
@media screen and (max-width: 450px) {
  .c-column__link {
    gap: calc(20 * var(--px));
  }
}
.c-column__link:hover {
  opacity: 1;
}
.c-column__link:hover .c-column__link-ttl {
  color: var(--dark-green);
}
.c-column__link:hover .c-column__cate {
  color: var(--main-white);
  background-color: var(--text-green);
}
.c-column__link-ttl {
  font-size: var(--f18);
  font-weight: var(--fwn);
  line-height: 1.66;
  transition: 0.5s;
}
.c-column__tumn {
  width: calc(150 * var(--px));
  aspect-ratio: 1;
}
@media screen and (max-width: 834px) {
  .c-column__tumn {
    width: 40%;
  }
}
.c-column__tumn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: calc(5 * var(--px));
  -webkit-border-radius: calc(5 * var(--px));
}
.c-column__cont {
  width: calc(100% - 180 * var(--px));
}
@media screen and (max-width: 834px) {
  .c-column__cont {
    width: 70%;
  }
}
.c-column__catetime {
  margin-top: calc(10 * var(--px));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: calc(10 * var(--px));
}
@media screen and (max-width: 834px) {
  .c-column__catetime {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.c-column__cate {
  min-width: fit-content;
  padding: calc(5 * var(--px)) calc(9 * var(--px));
  font-size: var(--f12);
  color: var(--text-green);
  border: 1px solid var(--gray);
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
  transition: 0.5s;
}

.c-news__link {
  padding: calc(30 * var(--px)) 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: calc(27 * var(--px));
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 834px) {
  .c-news__link {
    gap: calc(20 * var(--px));
  }
}
@media screen and (max-width: 600px) {
  .c-news__link {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: calc(10 * var(--px));
  }
}
.c-news__link:hover {
  opacity: 1;
}
.c-news__link:hover .c-news__link-ttl {
  color: var(--dark-green);
}
.c-news__link:hover .c-news__cate {
  color: var(--text-green);
  background-color: var(--main-white);
  border-color: var(--text-green);
}
.c-news__link-ttl {
  font-size: var(--f16);
  font-weight: var(--fwn);
  line-height: 1.5;
  transition: 0.5s;
}
@media screen and (max-width: 600px) {
  .c-news__link-ttl {
    width: 100%;
  }
}
.c-news__link .c-time {
  margin-top: 0.3em;
}
.c-news__cate {
  min-width: fit-content;
  padding: calc(5 * var(--px)) calc(9 * var(--px));
  font-size: var(--f12);
  color: var(--main-white);
  background-color: var(--text-green);
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
  border: 1px solid transparent;
  transition: 0.5s;
}

.c-access {
  margin: calc(140 * var(--px)) 0 calc(120 * var(--px));
}
@media screen and (max-width: 834px) {
  .c-access {
    margin: calc(60 * var(--px)) 0;
  }
}
.c-access__inner {
  position: relative;
  padding: calc(70 * var(--px)) 5.7%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: calc(30 * var(--px));
  background-color: var(--base-white);
  border-radius: calc(20 * var(--px));
  -webkit-border-radius: calc(20 * var(--px));
}
@media screen and (min-width: 835px) {
  .c-access__inner {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 834px) {
  .c-access__inner {
    padding-bottom: calc(30 * var(--px));
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.c-access__inner::before {
  position: absolute;
  content: "";
  width: calc(358 * var(--px));
  aspect-ratio: 358/117;
  top: calc(-30 * var(--px));
  right: 5%;
  z-index: 1;
  background: url(../img/common/access-deco.webp) no-repeat center center/cover;
}
@media screen and (max-width: 1260px) {
  .c-access__inner::before {
    top: calc(-60 * var(--px));
  }
}
@media screen and (max-width: 834px) {
  .c-access__inner::before {
    max-width: calc(358 * var(--px));
    width: 50%;
    top: calc(-30 * var(--px));
  }
}
@media screen and (max-width: 600px) {
  .c-access__inner::before {
    width: 60%;
  }
}
@media screen and (max-width: 450px) {
  .c-access__inner::before {
    width: 76%;
  }
}
.c-access__cont {
  width: 100%;
}
@media screen and (min-width: 835px) {
  .c-access__cont {
    max-width: calc(430 * var(--px));
  }
}
.c-access__map {
  max-width: calc(620 * var(--px));
  width: 57%;
  aspect-ratio: 620/540;
  border-radius: calc(20 * var(--px));
  -webkit-border-radius: calc(20 * var(--px));
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .c-access__map {
    width: 100%;
  }
}
.c-access__map iframe {
  width: 100%;
  height: 100%;
}
.c-access .c-catch {
  font-size: var(--f28);
}
.c-access .c-txt {
  margin: calc(30 * var(--px)) 0 calc(10 * var(--px));
}
.c-access .c-tel {
  margin: calc(20 * var(--px)) 0 calc(18 * var(--px));
  font-size: var(--f14);
}
.c-access .c-treat {
  margin-top: calc(30 * var(--px));
}

.c-tel {
  font-family: var(--en);
}
.c-tel span {
  font-size: 1.6em;
}

.c-treat__tb {
  width: 100%;
  font-size: var(--f15);
}
.c-treat__tb-cap {
  font-size: var(--f14);
  text-align: left;
  line-height: 2;
  caption-side: bottom;
}
.c-treat__tb-cap .fc-green {
  color: #22a87a;
}
.c-treat__tb tr {
  border-top: 1px solid #ddd;
}
.c-treat__tb tr:last-child {
  border-bottom: 1px solid #ddd;
}
.c-treat__tb-th {
  width: calc(110 * var(--px));
  min-width: calc(110 * var(--px));
  padding: calc(20 * var(--px)) calc(20 * var(--px)) calc(20 * var(--px)) 0;
  font-weight: var(--fwn);
  text-align: left;
}
.c-treat__tb-th.--en {
  font-size: 1.06em;
}
.c-treat__tb-td01 {
  width: calc(45 * var(--px));
}
.c-treat__tb-td02 {
  color: var(--text-green);
}

/***************************

object/utility/_background.scss

***************************/
/***************************

object/utility/_link.scss

***************************/
.c-link {
  min-width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: calc(11 * var(--px));
}
.c-link__txt {
  position: relative;
  color: var(--text-green);
}
.c-link__txt::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: var(--text-green);
  transition: 0.5s;
}
.c-link:hover {
  opacity: 1;
}
.c-link:hover .c-link__txt::before {
  opacity: 0;
}
.c-link:hover .c-arw {
  background-color: var(--main-white);
  border-color: var(--green);
  transform: translateX(5px);
}
.c-link:hover .c-arw::before {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.c-link .c-arw {
  position: relative;
  width: calc(30 * var(--px));
  background-color: var(--green);
}
.c-link .c-arw::before {
  position: absolute;
  content: "";
  width: 9px;
  aspect-ratio: 9/5;
  top: 50%;
  left: 50%;
  z-index: 1;
  background: url(../img/common/ico-arw_right_green.webp) no-repeat center center/cover;
  transition: 0.5s;
  transform: translate(-50%, -50%);
  opacity: 0;
}

/***************************

object/utility/_text.scss

***************************/
.tac {
  text-align: center;
}

.fc-white {
  color: var(--main-white);
}

.fwn {
  font-weight: var(--fwn);
}

.c-txt {
  font-size: var(--f16);
  line-height: 1.875;
}
.c-txt + .c-txt {
  margin-top: 1em;
}
.c-txt__bg span {
  display: block;
  width: fit-content;
  padding: calc(10 * var(--px));
  font-size: var(--f16);
  font-weight: var(--fwm);
}
.c-txt__bg span:not(:first-of-type) {
  margin-top: calc(5 * var(--px));
}
.c-txt__bg.--green span {
  color: var(--main-white);
  background-color: var(--base-green);
}

/***************************

object/utility/_font.scss

***************************/
.en {
  font-family: var(--en);
}