@charset "UTF-8";
:root {
  /* fonts */
  --font-main: "Zen Kaku Gothic New", sans-serif;
  --font-sub: "Zen Old Mincho", serif;
  --font-accent: "Cormorant Garamond", serif;
  --font-tel: "Lato", sans-serif;
  /* colors */
  --color-main-100: #3f7124;
  --color-main-200: #e8efe4;
  --color-main-300: #cedfc5;
  --color-main-400: #659949;
  --color-main-500: #000;
  --color-accent-100: #ce2919;
  --color-accent-200: #000;
  --color-txt-100: #333333;
  --color-txt-200: #f8f5f0;
  --color-txt-300: #0d0d0d;
  --color-txt-400: #000;
  --color-border-100: #b5b5ae;
  --color-border-200: #000;
  --color-line-100: #06c755;
  --color-base-100: #f7f7f7;
  --color-base-200: #edf3ea;
  --color-base-300: #000;
  --color-base-400: #000;
  --color-base-500: #000;
  --color-white: #ffffff;
  --color-white-rgb: 255 255 255;
  --color-black: #000000;
  --color-black-rgb: 0 0 0;
  /* font-weights */
  --font-thin: 100;
  --font-exlight: 200;
  --font-light: 300;
  --font-normal: 400;
  --font-medium: 500;
  --font-semibold: 600;
  --font-bold: 700;
  --font-exbold: 800;
  --font-black: 900;
}
@media (min-width: 768px) {
  :root {
    /* font-size ---------------------------------------------*/
    --font-size-10: 10px;
    --font-size-11: 11px;
    --font-size-12: 12px;
    --font-size-13: 13px;
    --font-size-14: 14px;
    --font-size-15: 15px;
    --font-size-16: 16px;
    --font-size-17: 17px;
    --font-size-18: 18px;
    --font-size-19: 19px;
    --font-size-20: 20px;
    --font-size-21: 21px;
    --font-size-22: 22px;
    --font-size-23: 23px;
    --font-size-24: 24px;
    --font-size-25: 25px;
    --font-size-26: 26px;
    --font-size-27: 27px;
    --font-size-28: 28px;
    --font-size-29: 29px;
    --font-size-30: 30px;
    --font-size-31: 31px;
    --font-size-32: 32px;
    --font-size-33: 33px;
    --font-size-34: 34px;
    --font-size-35: 35px;
    --font-size-36: 36px;
    --font-size-37: 37px;
    --font-size-38: 38px;
    --font-size-39: 39px;
    --font-size-40: 40px;
    --font-size-41: 41px;
    --font-size-42: 42px;
    --font-size-43: 43px;
    --font-size-44: 44px;
    --font-size-45: 45px;
    --font-size-46: 46px;
    --font-size-47: 47px;
    --font-size-48: 48px;
    --font-size-49: 49px;
    --font-size-50: 50px;
    --font-size-51: 51px;
    --font-size-52: 52px;
    --font-size-53: 53px;
    --font-size-54: 54px;
    --font-size-55: 55px;
    --font-size-56: 56px;
    --font-size-57: 57px;
    --font-size-58: 58px;
    --font-size-59: 59px;
    --font-size-60: 60px;
    --font-size-61: 61px;
    --font-size-62: 62px;
    --font-size-63: 63px;
    --font-size-64: 64px;
    --font-size-65: 65px;
    --font-size-66: 66px;
    --font-size-67: 67px;
    --font-size-68: 68px;
    --font-size-69: 69px;
    --font-size-70: 70px;
    --font-size-71: 71px;
    --font-size-72: 72px;
    --font-size-73: 73px;
    --font-size-74: 74px;
    --font-size-75: 75px;
    --font-size-76: 76px;
    --font-size-77: 77px;
    --font-size-78: 78px;
    --font-size-79: 79px;
    --font-size-80: 80px;
    --font-size-81: 81px;
    --font-size-82: 82px;
    --font-size-83: 83px;
    --font-size-84: 84px;
    --font-size-85: 85px;
    --font-size-86: 86px;
    --font-size-87: 87px;
    --font-size-88: 88px;
    --font-size-89: 89px;
    --font-size-90: 90px;
    --font-size-91: 91px;
    --font-size-92: 92px;
    --font-size-93: 93px;
    --font-size-94: 94px;
    --font-size-95: 95px;
    --font-size-96: 96px;
    --font-size-97: 97px;
    --font-size-98: 98px;
    --font-size-99: 99px;
    --font-size-100: 100px;
    --font-size-101: 101px;
    --font-size-102: 102px;
    --font-size-103: 103px;
    --font-size-104: 104px;
    --font-size-105: 105px;
    --font-size-106: 106px;
    --font-size-107: 107px;
    --font-size-108: 108px;
    --font-size-109: 109px;
    --font-size-110: 110px;
    --font-size-111: 111px;
    --font-size-112: 112px;
    --font-size-113: 113px;
    --font-size-114: 114px;
    --font-size-115: 115px;
    --font-size-116: 116px;
    --font-size-117: 117px;
    --font-size-118: 118px;
    --font-size-119: 119px;
    --font-size-120: 120px;
    --font-size-121: 121px;
    --font-size-122: 122px;
    --font-size-123: 123px;
    --font-size-124: 124px;
    --font-size-125: 125px;
    --font-size-126: 126px;
    --font-size-127: 127px;
    --font-size-128: 128px;
    --font-size-129: 129px;
    --font-size-130: 130px;
    --font-size-131: 131px;
    --font-size-132: 132px;
    --font-size-133: 133px;
    --font-size-134: 134px;
    --font-size-135: 135px;
    --font-size-136: 136px;
    --font-size-137: 137px;
    --font-size-138: 138px;
    --font-size-139: 139px;
    --font-size-140: 140px;
    --font-size-141: 141px;
    --font-size-142: 142px;
    --font-size-143: 143px;
    --font-size-144: 144px;
    --font-size-145: 145px;
    --font-size-146: 146px;
    --font-size-147: 147px;
    --font-size-148: 148px;
    --font-size-149: 149px;
    --font-size-150: 150px;
    --font-size-151: 151px;
    --font-size-152: 152px;
    --font-size-153: 153px;
    --font-size-154: 154px;
    --font-size-155: 155px;
    --font-size-156: 156px;
    --font-size-157: 157px;
    --font-size-158: 158px;
    --font-size-159: 159px;
    --font-size-160: 160px;
    --font-size-161: 161px;
    --font-size-162: 162px;
    --font-size-163: 163px;
    --font-size-164: 164px;
    --font-size-165: 165px;
    --font-size-166: 166px;
    --font-size-167: 167px;
    --font-size-168: 168px;
    --font-size-169: 169px;
    --font-size-170: 170px;
    --font-size-171: 171px;
    --font-size-172: 172px;
    --font-size-173: 173px;
    --font-size-174: 174px;
    --font-size-175: 175px;
    --font-size-176: 176px;
    --font-size-177: 177px;
    --font-size-178: 178px;
    --font-size-179: 179px;
    --font-size-180: 180px;
    --font-size-181: 181px;
    --font-size-182: 182px;
    --font-size-183: 183px;
    --font-size-184: 184px;
    --font-size-185: 185px;
    --font-size-186: 186px;
    --font-size-187: 187px;
    --font-size-188: 188px;
    --font-size-189: 189px;
    --font-size-190: 190px;
    --font-size-191: 191px;
    --font-size-192: 192px;
    --font-size-193: 193px;
    --font-size-194: 194px;
    --font-size-195: 195px;
    --font-size-196: 196px;
    --font-size-197: 197px;
    --font-size-198: 198px;
    --font-size-199: 199px;
    --font-size-200: 200px;
    --cmn-radius-xl: 100px;
    --cmn-radius-md: 60px;
    --cmn-radius-smd: 40px;
    --cmn-radius-sm: 30px;
    --cmn-radius-xs: 20px;
  }
}
@media (max-width: 767px) {
  :root {
    --cmn-radius-xl: 12.6491106407vw;
    --cmn-radius-md: 8.6232986871vw;
    --cmn-radius-smd: 6.3621658301vw;
    --cmn-radius-sm: 5.1274440768vw;
    --cmn-radius-xs: 2.2493653008vw;
    /* font-size ---------------------------------------------*/
    --font-size-10: 2.6666666667vw;
    --font-size-11: 2.6666666667vw;
    --font-size-12: 2.7785701336vw;
    --font-size-13: 2.9575752696vw;
    --font-size-14: 3.1335733077vw;
    --font-size-15: 3.3068247038vw;
    --font-size-16: 3.4775515601vw;
    --font-size-17: 3.6459453113vw;
    --font-size-18: 3.8121725102vw;
    --font-size-19: 3.9763792612vw;
    --font-size-20: 4.138694672vw;
    --font-size-21: 4.2992335798vw;
    --font-size-22: 4.4580987314vw;
    --font-size-23: 4.6153825467vw;
    --font-size-24: 4.7711685589vw;
    --font-size-25: 4.925532603vw;
    --font-size-26: 5.0785438042vw;
    --font-size-27: 5.2302654059vw;
    --font-size-28: 5.380755469vw;
    --font-size-29: 5.5300674663vw;
    --font-size-30: 5.6782507901vw;
    --font-size-31: 5.8253511892vw;
    --font-size-32: 5.9714111458vw;
    --font-size-33: 6.1164702039vw;
    --font-size-34: 6.2605652548vw;
    --font-size-35: 6.4037307876vw;
    --font-size-36: 6.54599911vw;
    --font-size-37: 6.6874005427vw;
    --font-size-38: 6.8279635917vw;
    --font-size-39: 6.9677151021vw;
    --font-size-40: 7.1066803947vw;
    --font-size-41: 7.2448833882vw;
    --font-size-42: 7.3823467095vw;
    --font-size-43: 7.5190917923vw;
    --font-size-44: 7.6551389661vw;
    --font-size-45: 7.7905075371vw;
    --font-size-46: 7.9252158611vw;
    --font-size-47: 8.05928141vw;
    --font-size-48: 8.1927208322vw;
    --font-size-49: 8.3255500075vw;
    --font-size-50: 8.457784098vw;
    --font-size-51: 8.5894375938vw;
    --font-size-52: 8.7205243555vw;
    --font-size-53: 8.851057653vw;
    --font-size-54: 8.9810502017vw;
    --font-size-55: 9.1105141951vw;
    --font-size-56: 9.2394613352vw;
    --font-size-57: 9.3679028613vw;
    --font-size-58: 9.4958495755vw;
    --font-size-59: 9.6233118672vw;
    --font-size-60: 9.7502997357vw;
    --font-size-61: 9.8768228107vw;
    --font-size-62: 10.0028903723vw;
    --font-size-63: 10.1285113686vw;
    --font-size-64: 10.2536944331vw;
    --font-size-65: 10.3784479003vw;
    --font-size-66: 10.5027798202vw;
    --font-size-67: 10.6266979728vw;
    --font-size-68: 10.7502098806vw;
    --font-size-69: 10.8733228209vw;
    --font-size-70: 10.996043837vw;
    --font-size-71: 11.1183797494vw;
    --font-size-72: 11.2403371656vw;
    --font-size-73: 11.3619224897vw;
    --font-size-74: 11.4831419311vw;
    --font-size-75: 11.6040015135vw;
    --font-size-76: 11.7245070822vw;
    --font-size-77: 11.8446643123vw;
    --font-size-78: 11.9644787153vw;
    --font-size-79: 12.0839556461vw;
    --font-size-80: 12.2031003093vw;
    --font-size-81: 12.3219177654vw;
    --font-size-82: 12.4404129362vw;
    --font-size-83: 12.5585906105vw;
    --font-size-84: 12.6764554492vw;
    --font-size-85: 12.79401199vw;
    --font-size-86: 12.9112646525vw;
    --font-size-87: 13.0282177422vw;
    --font-size-88: 13.1448754548vw;
    --font-size-89: 13.2612418805vw;
    --font-size-90: 13.3773210073vw;
    --font-size-91: 13.4931167252vw;
    --font-size-92: 13.6086328293vw;
    --font-size-93: 13.7238730232vw;
    --font-size-94: 13.8388409223vw;
    --font-size-95: 13.9535400566vw;
    --font-size-96: 14.0679738738vw;
    --font-size-97: 14.1821457417vw;
    --font-size-98: 14.2960589516vw;
    --font-size-99: 14.4097167198vw;
    --font-size-100: 14.5231221908vw;
    --font-size-101: 14.6362784395vw;
    --font-size-102: 14.7491884729vw;
    --font-size-103: 14.8618552331vw;
    --font-size-104: 14.9742815984vw;
    --font-size-105: 15.0864703861vw;
    --font-size-106: 15.1984243536vw;
    --font-size-107: 15.310146201vw;
    --font-size-108: 15.4216385723vw;
    --font-size-109: 15.532904057vw;
    --font-size-110: 15.6439451921vw;
    --font-size-111: 15.7547644636vw;
    --font-size-112: 15.8653643074vw;
    --font-size-113: 15.9757471116vw;
    --font-size-114: 16.0859152172vw;
    --font-size-115: 16.1958709197vw;
    --font-size-116: 16.3056164702vw;
    --font-size-117: 16.4151540771vw;
    --font-size-118: 16.5244859065vw;
    --font-size-119: 16.6336140841vw;
    --font-size-120: 16.7425406959vw;
    --font-size-121: 16.8512677893vw;
    --font-size-122: 16.9597973742vw;
    --font-size-123: 17.0681314239vw;
    --font-size-124: 17.1762718763vw;
    --font-size-125: 17.2842206343vw;
    --font-size-126: 17.3919795674vw;
    --font-size-127: 17.4995505119vw;
    --font-size-128: 17.6069352722vw;
    --font-size-129: 17.7141356214vw;
    --font-size-130: 17.8211533021vw;
    --font-size-131: 17.9279900271vw;
    --font-size-132: 18.0346474803vw;
    --font-size-133: 18.1411273172vw;
    --font-size-134: 18.2474311659vw;
    --font-size-135: 18.3535606272vw;
    --font-size-136: 18.4595172759vw;
    --font-size-137: 18.565302661vw;
    --font-size-138: 18.6709183064vw;
    --font-size-139: 18.7763657116vw;
    --font-size-140: 18.881646352vw;
    --font-size-141: 18.9867616797vw;
    --font-size-142: 19.0917131241vw;
    --font-size-143: 19.196502092vw;
    --font-size-144: 19.3011299686vw;
    --font-size-145: 19.4055981178vw;
    --font-size-146: 19.5099078823vw;
    --font-size-147: 19.6140605847vw;
    --font-size-148: 19.7180575275vw;
    --font-size-149: 19.8218999939vw;
    --font-size-150: 19.9255892476vw;
    --font-size-151: 20.0291265341vw;
    --font-size-152: 20.1325130801vw;
    --font-size-153: 20.2357500947vw;
    --font-size-154: 20.3388387694vw;
    --font-size-155: 20.4417802786vw;
    --font-size-156: 20.5445757798vw;
    --font-size-157: 20.6472264141vw;
    --font-size-158: 20.7497333063vw;
    --font-size-159: 20.8520975657vw;
    --font-size-160: 20.954320286vw;
    --font-size-161: 21.0564025455vw;
    --font-size-162: 21.1583454081vw;
    --font-size-163: 21.2601499227vw;
    --font-size-164: 21.3618171241vw;
    --font-size-165: 21.4633480333vw;
    --font-size-166: 21.5647436572vw;
    --font-size-167: 21.6660049894vw;
    --font-size-168: 21.7671330104vw;
    --font-size-169: 21.8681286877vw;
    --font-size-170: 21.968992976vw;
    --font-size-171: 22.0697268177vw;
    --font-size-172: 22.1703311427vw;
    --font-size-173: 22.2708068693vw;
    --font-size-174: 22.3711549037vw;
    --font-size-175: 22.4713761406vw;
    --font-size-176: 22.5714714636vw;
    --font-size-177: 22.6714417448vw;
    --font-size-178: 22.7712878456vw;
    --font-size-179: 22.8710106167vw;
    --font-size-180: 22.970610898vw;
    --font-size-181: 23.0700895193vw;
    --font-size-182: 23.1694473002vw;
    --font-size-183: 23.2686850501vw;
    --font-size-184: 23.3678035688vw;
    --font-size-185: 23.4668036465vw;
    --font-size-186: 23.5656860636vw;
    --font-size-187: 23.6644515916vw;
    --font-size-188: 23.7631009926vw;
    --font-size-189: 23.8616350196vw;
    --font-size-190: 23.9600544171vw;
    --font-size-191: 24.0583599207vw;
    --font-size-192: 24.1565522574vw;
    --font-size-193: 24.254632146vw;
    --font-size-194: 24.3526002968vw;
    --font-size-195: 24.4504574121vw;
    --font-size-196: 24.5482041862vw;
    --font-size-197: 24.6458413055vw;
    --font-size-198: 24.7433694489vw;
    --font-size-199: 24.8407892873vw;
    --font-size-200: 24.9381014844vw;
  }
}

/* display ------------------------------------------------- */
.block {
  display: block;
}

.inblock {
  display: inline-block;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* flex-direction ------------------------------------------------- */
.fd-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.fd-row-rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.fd-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.fd-col-rev {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

/* align-items ------------------------------------------------- */
.items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

/* justify-content ------------------------------------------------- */
.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.justify-btw {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

.text-start {
  text-align: start;
}

.text-end {
  text-align: end;
}

html {
  font-family: var(--font-main);
}

body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  word-break: normal;
  font-optical-sizing: auto;
  overflow-wrap: anywhere;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0.7;
}

iframe {
  border: none;
}

.logo a,
.logo img {
  display: block;
}

@media (min-width: 768px) {
  body {
    width: 100%;
    min-width: 1280px;
    position: relative;
  }
  .inner {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
  }
  .inbox {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
  }
  .pc-none {
    display: none !important;
  }
}
@media (max-width: 767px) {
  body {
    width: 100%;
    min-width: 350px;
    position: relative;
  }
  .inbox,
  .inner {
    max-width: 768px;
    width: 100%;
    padding: 0 5.3333333333vw;
    margin: 0 auto;
  }
  .sp-none {
    display: none !important;
  }
  .logo .logo-item {
    display: block;
    line-height: 1;
  }
}
/* PC時のタップコールを無効 ---------------------------------------------*/
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/*==========================================
PC
===========================================*/
/*==========================================
SP
===========================================*/
.btn {
  display: block;
  font-family: var(--font-main);
  position: relative;
  z-index: 1;
}

.btn-main-100 {
  display: block;
  position: relative;
  z-index: 1;
  text-align: center;
  font-family: var(--font-main);
  font-size: var(--font-size-18);
  font-weight: var(--font-bold);
  letter-spacing: 0.05em;
  color: var(--color-txt-200);
  line-height: 1;
  width: 220px;
  padding: calc((46px - (var(--font-size-18))) / 2) 10px;
  background: var(--color-main-100);
}
.btn-main-100 .btn-cont {
  display: inline-block;
  position: relative;
  z-index: 1;
  translate: 11px;
}
.btn-main-100 .btn-cont::before {
  content: "";
  position: absolute;
  z-index: -1;
  aspect-ratio: 19/14;
  width: 19px;
  left: -27px;
  top: 50%;
  translate: -100% -50%;
  background: url(/img/common/mail-icon.png) no-repeat;
  background-size: contain;
}

.btn-main-200 {
  display: block;
  position: relative;
  z-index: 1;
  text-align: center;
  font-family: var(--font-main);
  font-size: var(--font-size-18);
  font-weight: var(--font-bold);
  letter-spacing: 0.05em;
  line-height: 1;
  color: var(--color-txt-200);
  width: 272px;
  padding: calc((60px - (var(--font-size-18))) / 2) 10px;
  background: var(--color-main-100);
}
.btn-main-200::before {
  content: "";
  position: absolute;
  z-index: -1;
  aspect-ratio: 16/16;
  width: 16px;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(/img/common/arw.png) no-repeat;
  background-size: contain;
}

.btn-white-100 {
  display: block;
  position: relative;
  z-index: 1;
  text-align: center;
  font-family: var(--font-main);
  font-size: var(--font-size-18);
  font-weight: var(--font-bold);
  letter-spacing: 0.05em;
  line-height: 1;
  color: var(--color-main-100);
  width: 320px;
  padding: calc((60px - (var(--font-size-18))) / 2) 10px;
  background: var(--color-white);
  border-bottom: 5px solid var(--color-main-100);
}
.btn-white-100::before {
  content: "";
  position: absolute;
  z-index: -1;
  aspect-ratio: 14/14;
  width: 14px;
  right: 15px;
  top: calc(50% + 2px);
  translate: 0 -50%;
  background: url(/img/common/exlink-icon.png) no-repeat;
  background-size: contain;
}
.btn-white-100 .btn-cont {
  translate: 0 -5px;
}

.btn-footer {
  display: block;
  position: relative;
  z-index: 1;
  text-align: center;
  font-family: var(--font-main);
  font-size: var(--font-size-22);
  font-weight: var(--font-bold);
  letter-spacing: 0.05em;
  line-height: 1;
  color: var(--color-white);
  width: 320px;
  padding: calc((91px - (var(--font-size-22))) / 2) 10px;
  background: url(/img/top/official-site-btn-bg.png) no-repeat center center/cover;
}
.btn-footer::before {
  content: "";
  position: absolute;
  z-index: -1;
  aspect-ratio: 14/14;
  width: 14px;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(/img/common/exlink-icon02.png) no-repeat;
  background-size: contain;
}

.ttl, .ttl-temp {
  font-family: var(--font-sub);
  font-size: var(--font-size-38);
  font-weight: var(--font-bold);
  line-height: 1.1578947368;
  letter-spacing: 0.12em;
  color: var(--color-txt-100);
}

.ttl-sv {
  font-family: var(--font-main);
  font-size: var(--font-size-38);
  font-weight: var(--font-medium);
  line-height: 1;
  letter-spacing: 0.05em;
  color: var(--color-white);
}

.ttl-temp {
  line-height: 1.5789473684;
}

.sub-ttl, .top-intro-subttl .main {
  font-family: var(--font-sub);
  font-size: var(--font-size-34);
  font-weight: var(--font-bold);
  line-height: 1.2941176471;
  letter-spacing: 0.12em;
  color: var(--color-txt-100);
}

.txt, .top-lead-txt, .top-intro-txt, .kinds-txt, .contact-main-txt {
  font-family: var(--font-main);
  font-size: var(--font-size-17);
  font-weight: var(--font-medium);
  line-height: 2.3529411765;
  letter-spacing: 0.08em;
  color: var(--color-txt-100);
}

.txt-news-date, .top-news-item .date, .detail .date {
  font-family: var(--font-main);
  font-size: var(--font-size-15);
  font-weight: var(--font-medium);
  letter-spacing: 0.075em;
  color: var(--color-txt-100);
  line-height: 1;
}

.txt-news-tag, .top-news-item .tag, .detail .tag {
  font-family: var(--font-main);
  font-size: var(--font-size-14);
  font-weight: var(--font-medium);
  letter-spacing: 0.075em;
  color: var(--color-txt-100);
  line-height: 1;
}

.txt-news-ttl, .top-news-item-ttl {
  font-family: var(--font-main);
  font-size: var(--font-size-16);
  font-weight: var(--font-medium);
  letter-spacing: 0.075em;
  color: var(--color-txt-100);
}

.txt-hd-nav, .header .nav-list {
  font-family: var(--font-main);
  font-size: var(--font-size-16);
  font-weight: var(--font-bold);
  letter-spacing: 0.05em;
  line-height: 1;
  color: var(--color-txt-100);
}

.txt-hd-nav-sub {
  font-family: var(--font-sub);
  font-size: var(--font-size-14);
  font-weight: var(--font-medium);
  letter-spacing: 0.08em;
  line-height: 1;
  color: var(--color-main-100);
  text-transform: uppercase;
}

.txt-ft-nav, .footer .nav-item {
  font-family: var(--font-main);
  font-size: var(--font-size-16);
  font-weight: var(--font-medium);
  line-height: 1;
  letter-spacing: 0.05em;
  color: var(--color-txt-300);
}

.txt-ft-nav-sm {
  font-family: var(--font-main);
  font-size: var(--font-size-16);
  font-weight: var(--font-medium);
  line-height: 1.875;
  letter-spacing: 0.05em;
  color: var(--color-txt-100);
}

/*電話アイコンと番号 -------------------------------------------*/
.tel {
  font-family: var(--font-tel);
  font-size: var(--font-size-22);
  font-weight: var(--font-black);
  letter-spacing: 0.05em;
  line-height: 1;
  color: var(--color-txt-100);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.tel-num {
  --icon-width: 16;
  --icon-height: 16;
  display: block;
  line-height: 1;
  padding-left: calc(8px + var(--icon-width) * 1px);
  position: relative;
  z-index: 1;
}
.tel-num::before {
  content: "";
  position: absolute;
  z-index: -1;
  aspect-ratio: var(--icon-width)/var(--icon-height);
  width: calc(var(--icon-width) * 1px);
  left: 0;
  top: calc(50% + 0px);
  translate: 0 -50%;
  background: url(/img/common/tel-icon.png) no-repeat;
  background-size: contain;
}
.tel .tel-svg img {
  display: block;
}

.tel-lg {
  font-family: var(--font-tel);
  font-size: var(--font-size-48);
  font-weight: var(--font-black);
  letter-spacing: 0.05em;
  line-height: 1;
  color: var(--color-txt-100);
}
.tel-lg .tel-num {
  --icon-width: 34;
  --icon-height: 34;
  display: block;
  line-height: 1;
  padding-left: calc(20px + var(--icon-width) * 1px);
  position: relative;
  z-index: 1;
}
.tel-lg .tel-num::before {
  content: "";
  position: absolute;
  z-index: -1;
  aspect-ratio: var(--icon-width)/var(--icon-height);
  width: calc(var(--icon-width) * 1px);
  left: 0;
  top: calc(50% + 3px);
  translate: 0 -50%;
  background: url(/img/common/tel-icon02.png) no-repeat;
  background-size: contain;
}

/*site-map ---------------------------------------------*/
.site-map {
  --color-site-map: var(--color-txt-100);
  padding: var(--cmn-pd-md) 0;
}
.site-map-list {
  font-size: 18px;
  color: var(--color-site-map);
}
.site-map-item {
  border-bottom: 1px solid var(--color-site-map);
  font-weight: var(--font-medium, 500);
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  line-height: 1.7;
}
.site-map-link {
  display: block;
  padding: 2% 0 2% 3%;
  position: relative;
  z-index: 1;
}
.site-map-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23202931' viewBox='0 0 16 16'%3E%3Cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.site-map-item:has(.dropdown-menu) .site-map-link {
  padding: 2% 0 1% 3%;
}
.site-map-item:has(.dropdown-menu) .site-map-link::before {
  top: 59%;
}
.site-map .dropdown-menu__list {
  padding-left: 3%;
  padding-bottom: 1%;
}
.site-map .dropdown-menu__link {
  display: block;
  padding: 1% 0 1% 3%;
  position: relative;
  z-index: 1;
  font-size: 16px;
}
.site-map .dropdown-menu__link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: inline-block;
  width: 0.9rem;
  height: 0.9rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23202931' viewBox='0 0 16 16'%3E%3Cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*404 ---------------------------------------------*/
.notfound {
  --color-notfound-txt: var(--color-txt-100);
  --color-notfound-link: var(--color-main-100);
  padding: var(--cmn-pd-md) 0;
}
.notfound-txt {
  font-weight: var(--font-medium, 500);
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0;
  color: var(--color-notfound-txt);
}
.notfound-txt a {
  color: var(--color-notfound-link);
  text-decoration: underline;
}

/*bread-clumb ---------------------------------------------*/
.bread-clumb {
  --bread-clumb-height: 60px;
  --color-bread-clumb: var(--color-txt-100);
  --color-bread-clumb-current: var(--color-main-100);
  padding: calc((var(--bread-clumb-height) - 23.8px) / 2) 0;
  overflow: hidden;
  position: absolute;
  z-index: 2;
  width: 100%;
  max-width: 1080px;
  left: calc(50% - 540px);
}
.bread-clumb-list {
  overflow: hidden;
}
.bread-clumb-item {
  font-size: 14px;
  line-height: 1.7;
  color: var(--color-bread-clumb);
  white-space: nowrap;
}
.bread-clumb-item:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
.bread-clumb-item:not(:last-child) {
  padding-right: 1.07em;
  margin-right: 1.07em;
  position: relative;
  z-index: 1;
}
.bread-clumb-item:not(:last-child)::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0.71em;
  height: 0.71em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23222222' viewBox='0 0 16 16'%3E%3Cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.bread-clumb .current {
  color: var(--color-bread-clumb-current);
}

/*privacy ---------------------------------------------*/
.privacy {
  --color-privacy: var(--color-txt-100);
  padding: var(--cmn-pd-md) 0;
}
.privacy .ttl02 {
  font-size: 24px;
  font-family: var(--font-main);
  padding-bottom: 10px;
  margin-bottom: 15px;
  color: var(--color-privacy);
  font-weight: var(--font-bold, bold);
  border-bottom: 1px solid var(--color-privacy);
}
.privacy .privacy-box {
  font-size: 16px;
  line-height: 1.75;
  color: var(--color-privacy);
}
.privacy .privacy-box:not(:last-child) {
  margin-bottom: 70px;
}

/*contact ---------------------------------------------*/
#contact {
  --color-contact-main: var(--color-main-100);
  --color-contact-required-mark-txt: var(--color-txt-100);
  --color-contact-required-mark-bg: var(--color-white);
  --color-contact-th-bg: var(--color-main-100);
  --color-contact-th-txt: var(--color-txt-100);
  --color-contact-td-bg: #fff;
  --color-contact-disabled-bg: #ccc;
  --color-contact-disabled-txt: #777;
  padding: var(--cmn-pd-md) 0;
}
#contact table {
  width: 100%;
  margin-bottom: 16px;
  border-collapse: collapse;
}
#contact table tr td {
  font-size: 15px;
  padding: 10px;
  vertical-align: middle;
  text-align: left;
  font-weight: 400;
  border: 1px solid var(--color-contact-td-border);
  background: var(--color-contact-td-bg);
}
#contact table tr th {
  font-size: 15px;
  padding: 10px;
  vertical-align: middle;
  text-align: left;
  font-weight: 400;
  border: 1px solid var(--color-contact-th-border);
  width: 30%;
  color: var(--color-contact-th-txt);
  background: var(--color-contact-th-bg);
}
#contact table .required-mark {
  color: var(--color-contact-required-mark-txt);
  font-size: 13px;
  border-radius: 0;
  background: var(--color-contact-required-mark-bg);
}
#contact label[for=agree] a {
  color: var(--color-contact-main);
  padding-bottom: 2px;
  border-bottom: 1px solid var(--color-contact-main);
}
#contact .contact-btn.contact-submits-wrap button[type=button],
#contact input[type=button],
#contact input[type=submit],
#contact button[type=button] {
  color: #fff;
  background: var(--color-contact-main);
  font-size: 16px;
  border: unset;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
  padding: 1em 2em;
  border-radius: 2px;
  margin: 0 4px;
}
#contact .contact-btn.contact-submits-wrap button[type=button]:hover,
#contact input[type=button]:hover,
#contact input[type=submit]:hover,
#contact button[type=button]:hover {
  opacity: 0.7;
}
#contact .contact-btn.contact-submits-wrap button[type=button][disabled],
#contact input[type=button][disabled],
#contact input[type=submit][disabled],
#contact button[type=button][disabled] {
  color: var(--color-contact-disabled-txt);
  background: var(--color-contact-disabled-bg);
  opacity: 0.7;
}
#contact .contact-submits-wrap button[name=back] {
  color: #444;
  background: #fff;
  border: 1px solid #444;
}

/*complete ---------------------------------------------*/
.complete {
  --color-complete-txt: var(--color-txt-100);
  --color-complete-link: var(--color-main-100);
  padding: var(--cmn-pd-md) 0;
}
.complete-box {
  font-weight: var(--font-medium, 500);
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0;
  color: var(--color-complete-txt);
}
.complete-box a {
  display: inline-block;
  margin-top: 20px;
  color: var(--color-complete-link);
  text-decoration: underline;
}

.pagenation {
  --color-pagenation-def-txt: var(--color-txt-100);
  --color-pagenation-border: var(--color-txt-100);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
  gap: 20px;
  font-size: 16px;
}
.pagenation li {
  font-family: var(--font-main);
  font-weight: var(--font-medium);
  color: var(--color-pagenation-def-txt);
  line-height: 1;
  width: 30px;
  height: 30px;
  text-align: center;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagenation a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 7px 0;
}
.pagenation .current::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 20px;
  height: 2px;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: var(--color-pagenation-border);
}

.tag-change {
  --color-tag-change-def-txt: #b3b3b3;
  --color-tag-change-def-bg: #eee;
  --color-tag-change-current-txt: var(--color-white);
  --color-tag-change-current-bg: var(--color-main-100);
  --tag-change-border-radius: 3px;
  --tag-change-margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 7px;
  margin-bottom: var(--tag-change-margin-bottom);
}
.tag-change li {
  font-family: var(--font-main);
  font-weight: var(--font-medium);
  font-size: 16px;
  line-height: 1;
  letter-spacing: auto;
  border-radius: var(--tag-change-border-radius);
  color: var(--color-tag-change-def-txt);
  background: var(--color-tag-change-def-bg);
}
.tag-change li a {
  display: block;
  padding: 12px 26px;
}
.tag-change .current {
  color: var(--color-tag-change-current-txt);
  background: var(--color-tag-change-current-bg);
}
.tag-change a {
  display: block;
  width: 100%;
  text-align: center;
}

.page-btn {
  --color-page-btn-txt: var(--color-txt-100);
  --color-page-btn-border: var(--color-main-100);
  --color-page-btn-mt: 72px;
  --color-page-btn-pt: 48px;
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: 72px;
  padding-top: 48px;
  text-align: center;
  border-top: 1px solid var(--color-page-btn-border);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.page-btn .left,
.page-btn .mid,
.page-btn .right {
  font-size: 16px;
  font-family: var(--font-main);
  color: var(--color-page-btn-txt);
  font-weight: var(--font-medium);
}
.page-btn .left {
  position: relative;
  z-index: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  grid-column: 1/2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.page-btn .left a {
  position: relative;
  z-index: 1;
  padding-left: 30px;
}
.page-btn .left a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 18px;
  height: 6px;
  border-bottom: 1px solid var(--color-page-btn-txt);
  border-right: 1px solid var(--color-page-btn-txt);
  -webkit-transform: scale(-1, 1) skew(30deg) translateY(-50%);
          transform: scale(-1, 1) skew(30deg) translateY(-50%);
}
.page-btn .right {
  position: relative;
  z-index: 1;
  grid-column: 3/4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.page-btn .right a {
  position: relative;
  z-index: 1;
  padding-right: 30px;
}
.page-btn .right a::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 18px;
  height: 6px;
  border-bottom: 1px solid var(--color-page-btn-txt);
  border-right: 1px solid var(--color-page-btn-txt);
  -webkit-transform: skew(30deg) translateY(-50%);
          transform: skew(30deg) translateY(-50%);
}
.page-btn .mid {
  grid-column: 2/3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.news {
  --news-margin-right: 25px;
}
.news .news-item-img {
  overflow: hidden;
  position: relative;
  z-index: 1;
  aspect-ratio: 16/9;
  aspect-ratio: 4/3;
  width: 200px;
  margin-right: var(--news-margin-right);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.news .news-item-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.detail {
  --color-news-detail: var(--color-txt-100);
  --fontsize-news-detail: 28px;
  --font-weight-news-detail: var(--font-medium);
  --news-detail-margin-bottom: 20px;
}
.detail-ttl {
  font-size: var(--fontsize-news-detail);
  font-weight: var(--font-weight-news-detail);
  color: var(--color-news-detail);
  margin-bottom: var(--news-detail-margin-bottom);
  line-height: 1.5;
}

/*common ---------------------------------------------*/
.cmn-txt-mb {
  margin-bottom: 1em;
}

/*AOS ---------------------------------------------*/
/* アニメーション発火前のスタイル */
[data-aos=fade-up] {
  -webkit-transform: translateY(30px) !important;
          transform: translateY(30px) !important;
  opacity: 0;
}

/* アニメーション発火時のスタイル */
[data-aos=fade-up].aos-animate {
  -webkit-transform: translateY(0px) !important;
          transform: translateY(0px) !important;
  opacity: 1;
}

/* アニメーション発火前のスタイル */
[data-aos=zoom-out] {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/* アニメーション発火時のスタイル */
[data-aos=zoom-out].aos-animate {
  -webkit-transform: scale(1);
          transform: scale(1);
}

/*header ---------------------------------------------*/
.header {
  width: 100%;
  height: 142px;
  z-index: 2;
  padding: 25px 80px 0;
}
.header-wrap {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header .logo {
  margin-top: 14px;
}
.header-info {
  gap: 38px;
  margin-bottom: 24px;
}
.header .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.header .nav-item {
  position: relative;
  z-index: 1;
}
.header .current {
  color: var(--color-main-100);
}

/*mv ---------------------------------------------*/
.mv {
  width: 100%;
  height: 592px;
  position: relative;
  z-index: 1;
  background-color: var(--color-white);
  overflow: hidden;
}
.mv-catch {
  position: absolute;
  top: 116px;
  right: calc(50% + 133px + 109px);
  translate: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 70px;
  gap: clamp(3.125rem, 0.625rem + 3.13vw, 4.375rem);
}
.mv-img01 {
  position: absolute;
  z-index: -1;
  width: 477px;
  top: 220px;
  left: max(50% - 960px, -250px);
  border-radius: var(--cmn-radius-md) 0 var(--cmn-radius-md) 0;
  overflow: hidden;
}
.mv-img02 {
  position: absolute;
  z-index: -2;
  width: 952px;
  top: 0;
  right: max(50% - 960px, -250px);
  border-radius: var(--cmn-radius-xl) 0 var(--cmn-radius-xl) 0;
  overflow: hidden;
}

/*top-lead ---------------------------------------------*/
.top-lead {
  padding-top: 140px;
  padding-bottom: 45px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.top-lead-txtarea {
  width: 100%;
  max-width: 625px;
  margin-left: auto;
}
.top-lead-ttl {
  font-family: var(--font-sub);
  font-size: var(--font-size-38);
  font-weight: var(--font-bold);
  letter-spacing: 0.12em;
  color: var(--color-txt-100);
  position: relative;
  z-index: 1;
  padding-right: 137px;
}
.top-lead-ttl::before {
  content: "";
  position: absolute;
  z-index: -1;
  aspect-ratio: 111/111;
  width: 111px;
  right: 0;
  bottom: 0;
  background: url(/img/top/top-lead-ill01.png) no-repeat;
  background-size: contain;
}
.top-lead-ttl .ttl-deco {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-bottom: 30px;
  padding-left: 92px;
  padding-right: 18px;
}
.top-lead-ttl .ttl-deco::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 11px;
  left: 0;
  bottom: 0;
  background: url(/img/common/pat01.png) repeat-x;
}
.top-lead-ttl .ttl-deco::after {
  content: "";
  position: absolute;
  z-index: -1;
  aspect-ratio: 64/58;
  width: 64px;
  left: 0;
  top: 0;
  background: url(/img/common/torii.png) no-repeat;
  background-size: contain;
}
.top-lead-ttl .lg {
  font-size: var(--font-size-46);
}
.top-lead-txt {
  margin-top: 36px;
  padding-left: 92px;
}
.top-lead-img {
  position: absolute;
  z-index: -1;
  top: 72px;
  left: calc(50% - 806px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 0 var(--cmn-radius-md) 0 var(--cmn-radius-md);
  overflow: hidden;
}
.top-lead-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*top-map ---------------------------------------------*/
.top-map {
  padding-bottom: 374px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.top-map-wrap {
  width: 100%;
  position: relative;
  z-index: 1;
}
.top-map-ttl {
  font-family: var(--font-accent);
  font-size: var(--font-size-150);
  font-weight: var(--font-semibold);
  letter-spacing: 0.1em;
  line-height: 1;
  color: var(--color-main-200);
  margin-bottom: 206px;
}
.top-map-body {
  width: 100%;
  position: relative;
  z-index: 1;
}
.top-map-list {
  padding: 36px 46px 36px 36px;
  -webkit-box-shadow: -14.1px 14.1px 0 0 var(--color-main-300);
          box-shadow: -14.1px 14.1px 0 0 var(--color-main-300);
  border: solid 1px var(--color-main-300);
  background: var(--color-white);
  position: relative;
  z-index: 1;
  gap: 26px;
}
.top-map-list::before {
  content: "";
  position: absolute;
  z-index: -1;
  aspect-ratio: 29/39;
  width: 29px;
  right: 0;
  top: 125px;
  translate: 100%;
  background: url(/img/top/arw-fukidasi.png) no-repeat;
  background-size: contain;
}
.top-map-item {
  font-family: var(--font-main);
  font-size: var(--font-size-18);
  font-weight: var(--font-medium);
  letter-spacing: 0.08em;
  line-height: 1;
  color: var(--color-txt-100);
}
.top-map-item .star {
  color: var(--color-accent-100);
}
.top-map-item .num {
  color: var(--color-accent-100);
  font-weight: var(--font-bold);
}
.top-map-img01 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: absolute;
  z-index: -1;
  top: -265px;
  right: 0px;
  width: 750px;
}
.top-map-img01 img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*top-intro ---------------------------------------------*/
.top-intro {
  padding-top: 59px;
  padding-bottom: 200px;
  margin-bottom: 120px;
  position: relative;
  z-index: 1;
  overflow-x: clip;
}
.top-intro::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 1620px;
  height: 100%;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  background: var(--color-main-200);
}
.top-intro-ttl {
  font-family: var(--font-sub);
  font-size: var(--font-size-38);
  font-weight: var(--font-bold);
  line-height: 1;
  letter-spacing: 0.12em;
  color: var(--color-txt-100);
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
  padding-top: 91px;
}
.top-intro-ttl::before {
  content: "";
  position: absolute;
  z-index: -1;
  aspect-ratio: 132/45;
  width: 132px;
  top: 0;
  left: 50%;
  translate: -50%;
  background: url(/img/top/top-intro-ttl-deco.png) no-repeat;
  background-size: contain;
}
.top-intro-list {
  width: 100%;
  position: relative;
  z-index: 1;
  gap: 170px;
}
.top-intro-item {
  width: 100%;
  position: relative;
  z-index: 1;
}
.top-intro-item::before {
  content: "";
  position: absolute;
  z-index: -1;
  translate: 0 100%;
  background-size: contain;
}
.top-intro-item:first-child .top-intro-txtarea {
  padding-right: 100px;
}
.top-intro-item:not(:first-child) {
  padding: 0 100px;
}
.top-intro-item:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.top-intro-item:nth-child(odd)::before {
  left: calc(50% - 143px);
  bottom: 45px;
}
.top-intro-item:nth-child(odd) .top-intro-img {
  margin-right: 97px;
}
.top-intro-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.top-intro-item:nth-child(even)::before {
  left: calc(50% - 163px);
  bottom: 35px;
}
.top-intro-item:nth-child(even) .top-intro-img {
  margin-left: 104px;
}
.top-intro-item:nth-of-type(1)::before {
  aspect-ratio: 270/306;
  height: 306px;
  background: url(/img/top/top-intro-ill02.png) no-repeat;
}
.top-intro-item:nth-of-type(1)::after {
  content: "";
  position: absolute;
  z-index: -1;
  aspect-ratio: 173/145;
  width: 173px;
  top: 0;
  right: 123px;
  background: url(/img/top/top-intro-ill01.png) no-repeat;
  background-size: contain;
}
.top-intro-item:nth-of-type(2)::before {
  aspect-ratio: 310/300;
  width: 310px;
  background: url(/img/top/top-intro-ill03.png) no-repeat;
}
.top-intro-item:nth-of-type(3)::before {
  aspect-ratio: 372/301;
  width: 372px;
  background: url(/img/top/top-intro-ill04.png) no-repeat;
}
.top-intro-item:nth-of-type(4)::before {
  aspect-ratio: 272/300;
  left: calc(50% - 120px);
  width: 272px;
  background: url(/img/top/top-intro-ill05.png) no-repeat;
}
.top-intro-item:nth-of-type(5)::before {
  aspect-ratio: 295/301;
  width: 295px;
  background: url(/img/top/top-intro-ill06.png) no-repeat;
}
.top-intro-item:nth-of-type(6)::before {
  aspect-ratio: 311/300;
  width: 311px;
  background: url(/img/top/top-intro-ill07.png) no-repeat;
}
.top-intro-item:nth-of-type(7)::after {
  content: "";
  position: absolute;
  z-index: -1;
  aspect-ratio: 149/106;
  width: 149px;
  right: 68px;
  bottom: -53px;
  background: url(/img/top/top-intro-ill08.png) no-repeat;
  background-size: contain;
}
.top-intro-txtarea {
  width: 100%;
  margin-top: 61px;
}
.top-intro-subttl {
  display: inline-block;
  padding-bottom: 24px;
  padding-left: 5px;
  padding-right: 15px;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.top-intro-subttl::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 8px;
  left: 0;
  bottom: 0;
  background: url(/img/common/pat02.png) repeat-x;
}
.top-intro-subttl .sub {
  font-family: var(--font-sub);
  font-size: var(--font-size-14);
  font-weight: var(--font-black);
  line-height: 1;
  letter-spacing: 0.2em;
  color: var(--color-main-100);
  margin-bottom: 20px;
}
.top-intro-subttl .color {
  color: var(--color-main-100);
}
.top-intro-txt {
  margin-top: 34px;
  margin-bottom: 36px;
}
.top-intro-address {
  font-family: var(--font-main);
  font-size: var(--font-size-17);
  font-weight: var(--font-medium);
  line-height: 1;
  letter-spacing: 0.12em;
  color: var(--color-txt-100);
  position: relative;
  z-index: 1;
  padding-left: 31px;
  margin-bottom: 51px;
}
.top-intro-address::before {
  content: "";
  position: absolute;
  z-index: -1;
  aspect-ratio: 17/21;
  width: 17px;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  background: url(/img/common/mappin-icon.png) no-repeat;
  background-size: contain;
}
.top-intro-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.top-intro-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-intro-imgab01 {
  position: absolute;
  z-index: -1;
  width: 150px;
  right: calc(50% - 640px + 173px);
  top: -150px;
  border-radius: 0 var(--cmn-radius-sm) 0 var(--cmn-radius-sm);
  overflow: hidden;
}
.top-intro-imgab01 img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-intro-imgab02 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: absolute;
  z-index: -1;
  top: -450px;
  right: calc(50% - 640px);
  width: 150px;
  border-radius: 0 var(--cmn-radius-sm) 0 var(--cmn-radius-sm);
  overflow: hidden;
}
.top-intro-imgab02 img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-intro-ttl-english {
  position: absolute;
  z-index: -1;
  bottom: -56px;
  right: 0;
  font-family: var(--font-accent);
  font-size: var(--font-size-150);
  font-weight: var(--font-semibold);
  line-height: 1;
  letter-spacing: 0.1em;
  color: rgba(63, 113, 36, 0.2);
}

/*top-links ---------------------------------------------*/
.top-links {
  padding: 120px 0;
  background: var(--color-base-100);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.top-links-wrap {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.top-links-box {
  display: block;
  width: 100%;
}
.top-links-img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.top-links-img::before {
  content: "";
  position: absolute;
  aspect-ratio: 179/223;
  width: 179px;
  bottom: calc(46 / 323 * 100% * -1);
  right: calc(90 / 1080 * 100% * -1);
  background: url(/img/top/gosyuin.png) no-repeat;
  background-size: contain;
}
.top-links-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*news ---------------------------------------------*/
.top-news {
  padding-top: 120px;
  padding-bottom: 160px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.top-news-heading {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 108px;
}
.top-news-ttl {
  font-family: var(--font-sub);
  font-size: var(--font-size-38);
  font-weight: var(--font-bold);
  line-height: 1;
  letter-spacing: 0.12em;
  color: var(--color-txt-100);
  margin-bottom: 100px;
}
.top-news-list {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-top: 16px;
}
.top-news-item {
  width: 100%;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid var(--color-border-100);
}
.top-news-item:first-child .top-news-item-body {
  padding-top: 0;
}
.top-news-item-body {
  width: 100%;
  height: 100%;
  padding-top: 35px;
  padding-bottom: 35px;
  position: relative;
  z-index: 1;
}
.top-news-item-details {
  width: 100%;
}
.top-news-item-ttl {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-bottom: 22px;
}
.top-news-item .date {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 22px;
}
.top-news-item .tag-list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  margin-left: auto;
}
.top-news-item .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-news-item .tag::before {
  content: "#";
  font-size: inherit;
  color: var(--color-main-100);
}

/*footer ---------------------------------------------*/
.footer {
  margin-top: 90px;
  padding-top: 240px;
  overflow-x: clip;
  position: relative;
  z-index: 1;
  background: var(--color-base-100);
}
.footer-img {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  border-radius: var(--cmn-radius-smd) 0 var(--cmn-radius-smd) 0;
  overflow: hidden;
  width: 1620px;
  translate: 0 -50%;
}
.footer-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer-logo {
  display: block;
  margin-bottom: 63px;
}
.footer-main {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 94px;
}
.footer-links {
  width: 100%;
  max-width: 35%;
  gap: 38px;
}
.footer-nav {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.footer .nav-list {
  width: 100%;
  display: grid;
  grid-template-rows: repeat(3, auto);
  grid-auto-flow: column;
  gap: 35px 72px;
}
.footer .nav-item {
  position: relative;
  z-index: 1;
  padding-left: 20px;
}
.footer .nav-item::before {
  content: "";
  position: absolute;
  z-index: -1;
  aspect-ratio: 6/9;
  width: 6px;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  background: url(/img/common/arw02.png) no-repeat;
  background-size: contain;
}
.footer .nav-item a {
  display: block;
}
.footer .current {
  color: var(--color-main-100);
}
.footer .copy {
  display: block;
  width: 100%;
  font-family: var(--font-main);
  font-size: var(--font-size-12);
  font-weight: var(--font-medium);
  letter-spacing: 0.05em;
  color: var(--color-white);
  position: relative;
  z-index: 1;
  padding: 8px 0;
  text-align: center;
}
.footer .copy::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100vw;
  height: 100%;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  background: var(--color-main-100);
}

/*==========================================
sv
===========================================*/
.sv {
  height: 400px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.sv-wrap {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  position: relative;
  z-index: 1;
}
.sv-img {
  width: 1080px;
  height: 100%;
  border-radius: var(--cmn-radius-xl) 0 var(--cmn-radius-xl) 0;
  overflow: hidden;
  margin-left: auto;
}
.sv-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sv-ttl {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  padding-left: 111px;
}
.sv-ttl::before {
  content: "";
  position: absolute;
  z-index: -1;
  aspect-ratio: 111/111;
  width: 111px;
  left: 0;
  bottom: 0;
  background: url(/img/common/sv-ill01.png) no-repeat;
  background-size: contain;
}
.sv-ttl .ttl-deco {
  display: inline-block;
  padding: 29px 70px 29px 59px;
  background: var(--color-white);
  border-radius: 0 var(--cmn-radius-sm) 0 0;
  font-family: var(--font-sub);
  font-size: var(--font-size-42);
  font-weight: var(--font-bold);
  letter-spacing: 0.12em;
  line-height: 1;
  color: var(--color-txt-100);
}

/*==========================================
deity
===========================================*/
/*main-deity ---------------------------------------------*/
.main-deity {
  padding-top: 152px;
  padding-bottom: 109px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.main-deity-ttl {
  font-family: var(--font-sub);
  font-size: var(--font-size-38);
  font-weight: var(--font-bold);
  line-height: 1;
  letter-spacing: 0.12em;
  color: var(--color-txt-100);
  position: relative;
  z-index: 1;
  padding-top: 91px;
}
.main-deity-ttl::before {
  content: "";
  position: absolute;
  z-index: -1;
  aspect-ratio: 132/45;
  width: 132px;
  top: 0;
  left: 50%;
  translate: -50%;
  background: url(/img/top/top-intro-ttl-deco.png) no-repeat;
  background-size: contain;
}
.main-deity-ttl {
  margin-bottom: 80px;
}
.main-deity .table-wrapper {
  width: 100%;
  border-radius: var(--cmn-radius-xs);
  position: relative;
  z-index: 1;
}
.main-deity .table-wrapper::before {
  content: "";
  position: absolute;
  z-index: -1;
  aspect-ratio: 59/146;
  width: 59px;
  top: 0;
  right: 102px;
  translate: 0 -100%;
  background: url(/img/deity/main-deity-ill01.png) no-repeat;
  background-size: contain;
}
.main-deity-table {
  width: 100%;
}
.main-deity-row {
  width: 100%;
}
.main-deity-row:first-child th {
  border-radius: var(--cmn-radius-xs) 0 0 0;
  background: var(--color-main-100);
  font-family: var(--font-main);
  font-size: var(--font-size-20);
  font-weight: var(--font-bold);
  line-height: 1;
  letter-spacing: 0.12em;
  color: var(--color-white);
  padding: calc((100px - (var(--font-size-20))) / 2) 30px;
}
.main-deity-row:first-child td {
  border-radius: 0 var(--cmn-radius-xs) 0 0;
  background: var(--color-main-100);
  font-family: var(--font-main);
  font-size: var(--font-size-20);
  font-weight: var(--font-bold);
  line-height: 1;
  letter-spacing: 0.12em;
  color: var(--color-white);
  padding: calc((100px - (var(--font-size-20))) / 2) 30px;
  border-left: 1px solid var(--color-white);
}
.main-deity-row:last-child th {
  border-radius: 0 0 0 var(--cmn-radius-xs);
}
.main-deity-row:last-child td {
  border-radius: 0 0 var(--cmn-radius-xs) 0;
}
.main-deity-row:not(:last-child) th,
.main-deity-row:not(:last-child) td {
  border-bottom: 1px solid var(--color-white);
}
.main-deity-row:nth-child(odd):not(:first-child) th {
  background-color: #659949;
}
.main-deity-row:nth-child(odd):not(:first-child) td {
  background-color: var(--color-base-200);
}
.main-deity-row:nth-child(even):not(:first-child) th {
  background-color: #76a65c;
}
.main-deity-row:nth-child(even):not(:first-child) td {
  background-color: var(--color-base-100);
}
.main-deity-header {
  font-family: var(--font-main);
  font-size: var(--font-size-17);
  font-weight: var(--font-bold);
  line-height: 1.7647058824;
  letter-spacing: 0.08em;
  color: var(--color-white);
  width: 400px;
  padding: 21px 30px;
}
.main-deity-data {
  font-family: var(--font-main);
  font-size: var(--font-size-15);
  font-weight: var(--font-medium);
  line-height: 2;
  letter-spacing: 0.08em;
  color: var(--color-txt-100);
  padding: 21px 30px;
}

/*blessings ---------------------------------------------*/
.blessings {
  padding-bottom: 140px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.blessings-ttl {
  font-family: var(--font-sub);
  font-size: var(--font-size-38);
  font-weight: var(--font-bold);
  line-height: 1;
  letter-spacing: 0.12em;
  color: var(--color-txt-100);
  position: relative;
  z-index: 1;
  padding-top: 91px;
}
.blessings-ttl::before {
  content: "";
  position: absolute;
  z-index: -1;
  aspect-ratio: 132/45;
  width: 132px;
  top: 0;
  left: 50%;
  translate: -50%;
  background: url(/img/top/top-intro-ttl-deco.png) no-repeat;
  background-size: contain;
}
.blessings-ttl {
  margin-bottom: 80px;
}
.blessings .table-wrapper {
  width: 100%;
  border-radius: var(--cmn-radius-xs);
  position: relative;
  z-index: 1;
}
.blessings .table-wrapper::before {
  content: "";
  position: absolute;
  z-index: -1;
  aspect-ratio: 104/141;
  width: 104px;
  top: 0;
  left: 137px;
  translate: 0 -100%;
  background: url(/img/deity/blessings-ill01.png) no-repeat;
  background-size: contain;
}
.blessings-table {
  width: 100%;
}
.blessings-row {
  width: 100%;
}
.blessings-row:first-child th {
  border-radius: var(--cmn-radius-xs) 0 0 0;
  background: var(--color-main-100);
  font-family: var(--font-main);
  font-size: var(--font-size-20);
  font-weight: var(--font-bold);
  line-height: 1;
  letter-spacing: 0.12em;
  color: var(--color-white);
  padding: calc((100px - (var(--font-size-20))) / 2) 30px;
}
.blessings-row:first-child td {
  border-radius: 0 var(--cmn-radius-xs) 0 0;
  background: var(--color-main-100);
  font-family: var(--font-main);
  font-size: var(--font-size-20);
  font-weight: var(--font-bold);
  line-height: 1;
  letter-spacing: 0.12em;
  color: var(--color-white);
  padding: calc((100px - (var(--font-size-20))) / 2) 30px;
  border-left: 1px solid var(--color-white);
}
.blessings-row:last-child th {
  border-radius: 0 0 0 var(--cmn-radius-xs);
}
.blessings-row:last-child td {
  border-radius: 0 0 var(--cmn-radius-xs) 0;
}
.blessings-row:not(:last-child) th,
.blessings-row:not(:last-child) td {
  border-bottom: 1px solid var(--color-white);
}
.blessings-row:nth-child(odd):not(:first-child) th {
  background-color: #659949;
}
.blessings-row:nth-child(odd):not(:first-child) td {
  background-color: var(--color-base-200);
}
.blessings-row:nth-child(even):not(:first-child) th {
  background-color: #76a65c;
}
.blessings-row:nth-child(even):not(:first-child) td {
  background-color: var(--color-base-100);
}
.blessings-header {
  font-family: var(--font-main);
  font-size: var(--font-size-17);
  font-weight: var(--font-bold);
  line-height: 1.7647058824;
  letter-spacing: 0.08em;
  color: var(--color-white);
  width: 400px;
  padding: 21px 30px;
}
.blessings-data {
  font-family: var(--font-main);
  font-size: var(--font-size-15);
  font-weight: var(--font-medium);
  line-height: 2;
  letter-spacing: 0.08em;
  color: var(--color-txt-100);
  padding: 21px 30px;
}

/*==========================================
prayer
===========================================*/
/*kinds ---------------------------------------------*/
.kinds {
  padding-top: 244px;
  padding-bottom: 103px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.kinds-list {
  width: 100%;
  position: relative;
  z-index: 1;
  gap: 120px;
}
.kinds-item {
  width: 100%;
}
.kinds-item:nth-of-type(1) .kinds-ttl::after {
  content: "";
  position: absolute;
  z-index: -1;
  aspect-ratio: 111/111;
  width: 111px;
  right: 12px;
  bottom: -7px;
  background: url(/img/prayer/kinds-ill01.png) no-repeat;
  background-size: contain;
}
.kinds-item:nth-of-type(2) .kinds-ttl::after {
  content: "";
  position: absolute;
  z-index: -1;
  aspect-ratio: 71/106;
  width: 71px;
  right: 47px;
  bottom: -5px;
  background: url(/img/prayer/kinds-ill02.png) no-repeat;
  background-size: contain;
}
.kinds-item:nth-of-type(3) .kinds-ttl::after {
  content: "";
  position: absolute;
  z-index: -1;
  aspect-ratio: 134/99;
  width: 134px;
  right: 0px;
  bottom: -3px;
  background: url(/img/prayer/kinds-ill03.png) no-repeat;
  background-size: contain;
}
.kinds-item:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.kinds-item:nth-child(odd) .kinds-img {
  margin-right: 49px;
}
.kinds-item:nth-child(odd) .kinds-txtarea {
  padding-right: 100px;
}
.kinds-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.kinds-item:nth-child(even) .kinds-img {
  margin-left: 57px;
}
.kinds-item:nth-child(even) .kinds-txtarea {
  padding-left: 100px;
}
.kinds-txtarea {
  width: 100%;
  padding-top: 75px;
}
.kinds-ttl {
  width: 100%;
  font-family: var(--font-sub);
  font-size: var(--font-size-38);
  font-weight: var(--font-bold);
  letter-spacing: 0.12em;
  color: var(--color-txt-100);
  padding-bottom: 29px;
  position: relative;
  z-index: 1;
}
.kinds-ttl::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: calc(100% - 149px);
  height: 11px;
  left: 0;
  bottom: 0;
  background: url(/img/common/pat01.png) repeat-x;
}
.kinds-txt {
  margin-top: 37px;
}
.kinds-txt .txt-mb {
  margin-bottom: 2em;
}
.kinds-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 0 var(--cmn-radius-md) 0 var(--cmn-radius-md);
  overflow: hidden;
}
.kinds-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.kinds-box {
  width: 100%;
  background-color: var(--color-main-200);
  padding: 50px;
  margin-top: 50px;
  display: grid;
  grid-template-columns: 261px 1fr;
  grid-template-rows: repeat(2, 1fr);
  justify-items: start;
  gap: 10px 0;
}
.kinds-box-head {
  font-family: var(--font-sub);
  font-size: var(--font-size-24);
  font-weight: var(--font-bold);
  letter-spacing: 0.12em;
  line-height: 1;
  color: var(--color-txt-100);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-column: 1/2;
  grid-row: 1/3;
  align-self: center;
}
.kinds-box-desc01 {
  font-family: var(--font-main);
  font-size: var(--font-size-24);
  font-weight: var(--font-medium);
  line-height: 1;
  letter-spacing: 0.08em;
  color: var(--color-txt-100);
  grid-column: 2/3;
  grid-row: 1/2;
}
.kinds-box-desc01 .bg {
  display: inline-block;
  font-weight: var(--font-bold);
  color: var(--color-white);
  background-color: #6185c2;
  padding: calc((38px - (var(--font-size-24))) / 2) 18px;
  margin-right: 36px;
}
.kinds-box-desc02 {
  font-family: var(--font-main);
  font-size: var(--font-size-24);
  font-weight: var(--font-medium);
  line-height: 1;
  letter-spacing: 0.08em;
  color: var(--color-txt-100);
  grid-column: 2/3;
  grid-row: 2/3;
}
.kinds-box-desc02 .bg {
  display: inline-block;
  font-weight: var(--font-bold);
  color: var(--color-white);
  background-color: #c86d85;
  padding: calc((38px - (var(--font-size-24))) / 2) 18px;
  margin-right: 36px;
}

/*bad-year ---------------------------------------------*/
.bad-year {
  padding-bottom: 140px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.bad-year-wrap {
  width: 100%;
  padding: 80px;
  background-color: #f6f6f6;
}
.bad-year-ttl {
  font-family: var(--font-sub);
  font-size: var(--font-size-30);
  font-weight: var(--font-bold);
  letter-spacing: 0.12em;
  line-height: 1;
  color: var(--color-txt-100);
  text-align: center;
  margin-bottom: 79px;
}
.bad-year .table-wrapper {
  width: 100%;
  position: relative;
  z-index: 1;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.bad-year .table-wrapper:not(:last-child) {
  margin-bottom: 10px;
}
.bad-year .table-wrapper.woman .bad-year-subttl {
  background-color: #c86d85;
}
.bad-year .table-wrapper.woman .bad-year-row:not(:last-child) td {
  border-bottom: 2px solid #edd0d8;
}
.bad-year .table-wrapper.woman .bad-year-header {
  background-color: #edd0d8;
}
.bad-year-subttl {
  font-family: var(--font-main);
  font-size: var(--font-size-17);
  font-weight: var(--font-bold);
  letter-spacing: 0.12em;
  color: var(--color-white);
  text-align: center;
  background-color: #6185c2;
  width: 230px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-right: 2px solid var(--color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bad-year-table {
  width: 100%;
}
.bad-year-row {
  width: 100%;
}
.bad-year-row:not(:last-child) th {
  border-bottom: 2px solid var(--color-white);
}
.bad-year-row:not(:last-child) td {
  border-bottom: 2px solid #bbc8de;
}
.bad-year-header {
  font-family: var(--font-main);
  font-size: var(--font-size-17);
  font-weight: var(--font-bold);
  letter-spacing: 0.12em;
  color: var(--color-txt-100);
  text-align: center;
  width: 230px;
  vertical-align: middle;
  background-color: #bbc8de;
}
.bad-year-data {
  font-family: var(--font-main);
  font-size: var(--font-size-17);
  font-weight: var(--font-bold);
  line-height: 1.7647058824;
  letter-spacing: 0.08em;
  color: var(--color-txt-100);
  padding: 23px 30px;
  vertical-align: middle;
  background-color: var(--color-white);
}

/*==========================================
event
===========================================*/
/*schedule ---------------------------------------------*/
.schedule {
  padding-top: 152px;
  padding-bottom: 109px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.schedule::before {
  content: "";
  position: absolute;
  z-index: -1;
  aspect-ratio: 260/139;
  width: 260px;
  top: 175px;
  right: calc(50% - 423px);
  background: url(/img/event/schedule-ill01.png) no-repeat;
  background-size: contain;
}
.schedule::after {
  content: "";
  position: absolute;
  z-index: -1;
  aspect-ratio: 270/219;
  width: 270px;
  bottom: 0;
  right: calc(50% - 640px);
  background: url(/img/event/schedule-ill02.png) no-repeat;
  background-size: contain;
}
.schedule-ttl {
  font-family: var(--font-sub);
  font-size: var(--font-size-38);
  font-weight: var(--font-bold);
  line-height: 1;
  letter-spacing: 0.12em;
  color: var(--color-txt-100);
  position: relative;
  z-index: 1;
  padding-top: 91px;
}
.schedule-ttl::before {
  content: "";
  position: absolute;
  z-index: -1;
  aspect-ratio: 132/45;
  width: 132px;
  top: 0;
  left: 50%;
  translate: -50%;
  background: url(/img/top/top-intro-ttl-deco.png) no-repeat;
  background-size: contain;
}
.schedule-ttl {
  margin-bottom: 83px;
}
.schedule-list {
  width: 100%;
  position: relative;
  z-index: 1;
}
.schedule-list::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 15px;
  height: calc(100% - 250px);
  left: 125px;
  top: 50%;
  translate: -50% -50%;
  background: url(/img/event/decoline.png) repeat-y;
  background-size: contain;
}
.schedule-item {
  width: 100%;
}
.schedule-item:not(:last-child) .schedule-txtarea::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background: url(/img/event/tenten-line.png) no-repeat;
  background-size: contain;
}
.schedule-subttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 250px;
  max-width: 250px;
  margin-right: 55px;
  font-family: var(--font-sub);
  font-weight: var(--font-bold);
  color: var(--color-main-100);
  letter-spacing: 0.12em;
}
.schedule-subttl::before {
  content: "";
  position: absolute;
  z-index: -1;
  aspect-ratio: 250/250;
  width: 250px;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  background: url(/img/event/ellipse.png) no-repeat;
  background-size: contain;
}
.schedule-subttl .sub {
  font-size: var(--font-size-18);
  line-height: 1.5;
}
.schedule-subttl .main {
  font-size: var(--font-size-30);
  line-height: 1.6666666667;
}
.schedule-txtarea {
  width: 100%;
  min-height: 315px;
  padding: 50px 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  position: relative;
  z-index: 1;
}
.schedule-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 77px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.schedule-check .check-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 25px;
}
.schedule-check .check {
  font-family: var(--font-main);
  font-size: var(--font-size-20);
  font-weight: var(--font-medium);
  line-height: 1;
  letter-spacing: 0.08em;
  color: var(--color-txt-100);
}

/*==========================================
access
===========================================*/
/*maps ---------------------------------------------*/
.maps {
  padding-top: 152px;
  padding-bottom: 227px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.maps::before {
  content: "";
  position: absolute;
  z-index: -1;
  aspect-ratio: 233/181;
  width: 233px;
  right: calc(50% - 640px);
  bottom: 0;
  background: url(/img/access/maps-ill01.png) no-repeat;
  background-size: contain;
}
.maps-ttl {
  font-family: var(--font-sub);
  font-size: var(--font-size-38);
  font-weight: var(--font-bold);
  line-height: 1.1578947368;
  line-height: 1;
  letter-spacing: 0.12em;
  color: var(--color-txt-100);
  position: relative;
  z-index: 1;
  padding-top: 91px;
}
.maps-ttl::before {
  content: "";
  position: absolute;
  z-index: -1;
  aspect-ratio: 132/45;
  width: 132px;
  top: 0;
  left: 50%;
  translate: -50%;
  background: url(/img/top/top-intro-ttl-deco.png) no-repeat;
  background-size: contain;
}
.maps-ttl {
  margin-bottom: 100px;
}
.maps-list {
  width: 100%;
  position: relative;
  z-index: 1;
  gap: 100px;
}
.maps-item {
  width: 100%;
}
.maps-txtarea {
  width: 100%;
}
.maps-subttl {
  width: 100%;
  font-family: var(--font-sub);
  font-size: var(--font-size-32);
  font-weight: var(--font-bold);
  line-height: 1;
  letter-spacing: 0.12em;
  color: var(--color-white);
  text-align: center;
  padding: calc((80px - (var(--font-size-32))) / 2) 0;
  border-radius: var(--cmn-radius-sm) 0 var(--cmn-radius-sm) 0;
  background-color: var(--color-main-100);
  margin-bottom: 37px;
}
.maps-txt {
  font-family: var(--font-main);
  font-size: var(--font-size-17);
  font-weight: var(--font-medium);
  line-height: 2.5882352941;
  letter-spacing: 0.08em;
  color: var(--color-txt-100);
}
.maps iframe {
  display: block;
  border: none;
  width: 100%;
  height: 360px;
  margin-top: 31px;
}

/*==========================================
contact
===========================================*/
/*contact ---------------------------------------------*/
.contact-main {
  padding-top: 152px;
  padding-bottom: 188px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.contact-main-ttl {
  font-family: var(--font-sub);
  font-size: var(--font-size-38);
  font-weight: var(--font-bold);
  line-height: 1;
  letter-spacing: 0.12em;
  color: var(--color-txt-100);
  position: relative;
  z-index: 1;
  padding-top: 91px;
}
.contact-main-ttl::before {
  content: "";
  position: absolute;
  z-index: -1;
  aspect-ratio: 132/45;
  width: 132px;
  top: 0;
  left: 50%;
  translate: -50%;
  background: url(/img/top/top-intro-ttl-deco.png) no-repeat;
  background-size: contain;
}
.contact-main-ttl {
  margin-bottom: 87px;
}
.contact-main-txt {
  text-align: center;
  margin-bottom: 70px;
}

/*contact-form ---------------------------------------------*/
.contact-form-ttl {
  font-family: var(--font-sub);
  font-size: var(--font-size-38);
  font-weight: var(--font-bold);
  line-height: 1;
  letter-spacing: 0.12em;
  color: var(--color-txt-100);
  position: relative;
  z-index: 1;
  padding-top: 91px;
}
.contact-form-ttl::before {
  content: "";
  position: absolute;
  z-index: -1;
  aspect-ratio: 132/45;
  width: 132px;
  top: 0;
  left: 50%;
  translate: -50%;
  background: url(/img/top/top-intro-ttl-deco.png) no-repeat;
  background-size: contain;
}
.contact-form-ttl {
  background: var(--color-main-200);
  padding-top: 146px;
  padding-bottom: 70px;
}
.contact-form-ttl::before {
  content: "";
  position: absolute;
  z-index: -1;
  aspect-ratio: 132/45;
  width: 132px;
  top: 55px;
  left: 50%;
  translate: -50%;
  background: url(/img/top/top-intro-ttl-deco.png) no-repeat;
  background-size: contain;
}
.contact-form-ttl::after {
  content: "";
  position: absolute;
  z-index: -3;
  width: 1720px;
  height: 100%;
  top: 0;
  left: 50%;
  translate: -50%;
  background: var(--color-main-200);
}

#contact-form {
  position: relative;
  z-index: 1;
  padding-bottom: 140px;
  margin-bottom: 140px;
}
#contact-form::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 1720px;
  height: 100%;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  background: var(--color-main-200);
}

/*==========================================
news
===========================================*/
.news .top-news-item-ttl {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.detail .meta {
  margin-bottom: 70px;
}
.detail .date {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 32px;
}
.detail .tag-list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
.detail .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.detail .tag::before {
  content: "#";
  font-size: inherit;
  color: var(--color-main-100);
}

.complete,
.notfound,
.privacy,
.site-map,
.news,
.detail {
  padding: 150px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.complete-ttl,
.notfound-ttl,
.privacy-ttl,
.site-map-ttl,
.news-ttl {
  font-family: var(--font-sub);
  font-size: var(--font-size-38);
  font-weight: var(--font-bold);
  line-height: 1;
  letter-spacing: 0.12em;
  color: var(--color-txt-100);
  position: relative;
  z-index: 1;
  padding-top: 91px;
}
.complete-ttl::before,
.notfound-ttl::before,
.privacy-ttl::before,
.site-map-ttl::before,
.news-ttl::before {
  content: "";
  position: absolute;
  z-index: -1;
  aspect-ratio: 132/45;
  width: 132px;
  top: 0;
  left: 50%;
  translate: -50%;
  background: url(/img/top/top-intro-ttl-deco.png) no-repeat;
  background-size: contain;
}
.complete-ttl,
.notfound-ttl,
.privacy-ttl,
.site-map-ttl,
.news-ttl {
  margin-bottom: 87px;
}

#contact {
  overflow: hidden;
  --color-contact-main: var(--color-main-400);
  --color-contact-required-mark-txt: var(--color-txt-100);
  --color-contact-required-mark-bg: var(--color-white);
  --color-contact-th-bg: var(--color-main-400);
  --color-contact-th-txt: var(--color-white);
  --color-contact-td-bg: #fff;
  --color-contact-disabled-bg: #ccc;
  --color-contact-disabled-txt: #777;
}

.bread-clumb {
  --bread-clumb-height: 160px;
  --color-bread-clumb: var(--color-txt-100);
  --color-bread-clumb-current: var(--color-main-100);
}