@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&family=Noto+Serif+JP:wght@200;300;400;500;600;700&family=Shippori+Mincho:wght@400display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap");
@font-face {
  font-family: "Shippori Mincho";
  src: url(../css/ShipporiMincho-Bold.ttf);
  font-display: block; /* or block, swap, fallback, optional */
}
@font-face {
  font-family: "Noto Serif JP";
  src: url(../css/NotoSerifJP-Regular.otf), url(../css/NotoSerifJP-light.otf), url(../css/NotoSerifJP-Bold.otf);
  font-style: normal;
  font-display: block; /* or block, swap, fallback, optional */
}
.handlink, div.blog_form, #contents {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
}
@media screen and (max-width: 1200px) {
  .handlink, div.blog_form, #contents {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.title1 article {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
}
@media screen and (max-width: 1200px) {
  .title1 article {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@keyframes rightshrink {
  0% {
    background-position: 0% 100%;
  }
  100% {
    background-position: -100% 100%;
  }
}

.spanh span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  transition: 0.2s 0.2s;
}
.spanh span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00833e;
  translate: 101%;
  transition: 1s cubic-bezier(0, 0, 0.2, 1);
}
.spanh span.hide {
  color: rgba(0, 131, 62, 0);
}
.spanh span.hide::after {
  translate: -101%;
}

.spanh {
  padding-block: 50px;
}
.spanh h2 {
  line-height: 2.5;
  color: #333;
}
.spanh span {
  display: block;
  font-weight: 700;
}

.fa-solid.fa-arrow-right-long {
  font-family: "Font Awesome 5 Pro";
}
.fa-solid.fa-arrow-right-long::before {
  content: "\f178";
}

.fa-note-sticky {
  font-family: "Font Awesome 5 Pro";
}
.fa-note-sticky::before {
  content: "\f249";
}

.fa-light.fa-envelope {
  font-family: "Font Awesome 5 Pro";
}
.fa-light.fa-envelope::before {
  content: "\f0e0";
}

.fa-solid.fa-phone {
  font-family: "Font Awesome 5 Pro";
  scale: -1 1;
}

.fa-user-pen {
  font-family: "Font Awesome 5 Pro";
}
.fa-user-pen::before {
  content: "\f4ff";
}

.fa-phone.fa-solid {
  font-family: "Font Awesome 5 Pro";
}
.fa-phone.fa-solid::before {
  content: "\f095";
}

.fa-circle-exclamation {
  font-family: "Font Awesome 5 Pro";
  margin: 0 10px;
}
.fa-circle-exclamation::before {
  content: "\f06a";
}

.fa-arrow-right {
  font-family: "Font Awesome 5 Pro";
  margin: 0 10px;
}
.fa-arrow-right::before {
  content: "\f061";
}

.fa-angles-up {
  font-family: "Font Awesome 5 Pro";
  font-weight: inherit;
  color: inherit;
}
.fa-angles-up::before {
  content: "\f102";
}

/*================== プラポリ一体型お問い合わせSCSS =================*/
#main .policy {
  text-align: left;
}
#main .policy-text {
  font-size: 18px;
}
#main .policy-trriger, #main .policy_link {
  color: #00833e;
  cursor: pointer;
  text-decoration: underline;
}

.policy-desc {
  letter-spacing: 0.02em;
}

.policy-trriger {
  pointer-events: all;
}

.policy-wrap {
  display: flex;
  opacity: 0;
  z-index: -1;
  transition: 0.3s;
  position: fixed;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  line-height: 2;
  background-color: rgba(0, 0, 0, 0.2);
  overscroll-behavior: none;
  cursor: pointer;
  letter-spacing: 0.02em;
}
.policy-wrap.active {
  display: flex;
  opacity: 1;
  z-index: 10;
}
.policy-wrap h3 {
  border-left: 6px solid #00833e;
  color: #111;
  padding-left: 10px;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: left;
}
.policy-wrap p {
  margin: 10px 0 25px;
  color: #111;
  line-height: 2;
}
.policy-wrap > div {
  position: relative;
  padding: 20px;
  max-width: 1000px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #00833e;
  height: 60vh;
  overflow-y: scroll;
  width: 95%;
}
.policy-wrap > div a {
  position: absolute;
  top: -4px;
  right: -4px;
  font-size: 2.4rem;
  font-weight: bold;
}

.btn, .btn_reflect {
  display: flex;
  justify-content: center;
  overflow: hidden;
  z-index: 1;
}
.btn::after, .btn_reflect::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

.btn_reflect {
  place-content: unset;
}
.btn_reflect::after {
  content: "";
  display: block;
  font-family: "Font Awesome 5 Pro";
  content: "\f178";
  top: 0;
  right: 0;
  width: 15%;
  font-weight: 900;
}
.btn_reflect:before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  transition: all 0.3s ease;
}

.btn3d {
  --prog:0px;
  bottom: var(--prog);
  right: var(--prog);
  perspective: 250px;
  perspective-origin: 200% 500%;
  overflow: visible;
  transition: 0.2s;
  transform-style: preserve-3d;
  transform: rotateX(0deg) rotate(0deg);
}
.btn3d:before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 0 0;
  rotate: x -90deg;
  height: var(--prog);
  transition: 0.2s;
  background-color: #111;
}
.btn3d:after {
  content: "";
  display: block;
  position: absolute;
  top: 0%;
  left: 100%;
  transform-origin: 0 0;
  rotate: y 90deg;
  height: 100%;
  width: var(--prog);
  transition: 0.2s;
  background-color: #111;
}
.btn3d.active {
  --prog:5px;
}
.btn3d:active {
  --prog:0px;
}

@keyframes poyooon {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  10% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  40% {
    transform: scale(1.2, 0.8) translate(0%, 15%);
  }
  50% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  60% {
    transform: scale(0.9, 1.2) translate(0%, -100%);
  }
  75% {
    transform: scale(0.9, 1.2) translate(0%, -20%);
  }
  85% {
    transform: scale(1.2, 0.8) translate(0%, 15%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes poyooon2 {
  0% {
    transform: scale(1, 1);
  }
  2% {
    transform: scale(1.05, 0.95);
  }
  10% {
    transform: scale(1.1, 0.9);
  }
  12% {
    transform: scale(1, 1);
  }
  15% {
    transform: scale(0.95, 1.1);
  }
  18% {
    transform: scale(0.95, 1.1);
  }
  21% {
    transform: scale(1.1, 0.9);
  }
  25% {
    transform: scale(1, 1);
  }
  28% {
    transform: scale(0.98, 1.02);
  }
  32% {
    transform: scale(0.98, 1.02);
  }
  36% {
    transform: scale(1.02, 0.97);
  }
  40% {
    transform: scale(1, 1);
  }
}
@keyframes pururun {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  10% {
    transform: scale(1, 1) translate(10%, 0%) skew(-10deg, 0deg);
  }
  60% {
    transform: scale(1, 1) translate(20%, 0%) skew(-20deg, 0deg);
  }
  70% {
    transform: scale(1, 1) translate(-15%, 0%) skew(15deg, 0deg);
  }
  80% {
    transform: scale(1, 1) translate(15%, 0%) skew(-15deg, 0deg);
  }
  80% {
    transform: scale(1, 1) translate(5%, 0%) skew(-5deg, 0deg);
  }
  90% {
    transform: scale(1, 1) translate(-5%, 0%) skew(5deg, 0deg);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes purun {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes puyon {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  40% {
    transform: scale(0.95, 1.2) translate(0%, -10%);
  }
  50% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  60% {
    transform: scale(0.95, 1.05) translate(0%, -3%);
  }
  70% {
    transform: scale(1.05, 0.95) translate(0%, 3%);
  }
  80% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes step {
  0% {
    translate: 100%;
  }
  100% {
    translate: 0%;
  }
}
@keyframes UpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-50%);
  }
}
@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-50%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.UpMove {
  animation: UpAnime 0.5s forwards;
}

.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
    display: block;
    visibility: visible;
    z-index: 999;
  }
  100% {
    opacity: 0;
    display: none;
    visibility: hidden;
    z-index: -1;
  }
}
@keyframes sk-cubemove {
  25% {
    transform: translateX(40px) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translateX(40px) translateY(40px) rotate(-179deg);
  }
  50.1% {
    transform: translateX(40px) translateY(40px) rotate(-180deg);
  }
  75% {
    transform: translateX(0px) translateY(40px) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes sidetoside {
  0% {
    translate: 125% 0;
  }
  50% {
    translate: -425% 0;
  }
  100% {
    translate: 125% 0;
  }
}
@keyframes turn {
  0% {
    rotate: y 90deg;
  }
  10% {
    rotate: y 0deg;
  }
  40% {
    rotate: y 0deg;
  }
  50% {
    rotate: y -90deg;
  }
  60% {
    rotate: y -180deg;
  }
  90% {
    rotate: y -180deg;
  }
  100% {
    rotate: y -270deg;
  }
}
@keyframes big {
  0% {
    scale: 0.5;
  }
  20% {
    scale: 30;
  }
  50% {
    scale: 30;
  }
  100% {
    scale: 0;
  }
}
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  min-height: 0vw;
  border: none;
  background-color: unset;
}

* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5% !important;
  min-height: 100%;
}

body {
  counter-reset: number 0;
  overflow: hidden;
  min-height: 100%;
  line-height: 1.6;
  font-size: 16px;
  font-style: normal;
  margin: 0;
  color: #333;
  text-align: center;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-weight: unset;
}

img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

img.imgL {
  max-width: 100%;
  margin: unset;
}

img.imgR {
  max-width: 100%;
  margin: unset;
}

li {
  list-style: none;
}

small {
  font-size: 80%;
}

input[type=button] {
  cursor: pointer;
  padding: 5px 10px;
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
}

#main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
  width: 100%;
}
@media screen and (max-width: 834px) {
  #main {
    display: block;
  }
}

#col_main {
  width: 100% !important;
}

h2.mail.title {
  display: none !important;
}

a.itext {
  width: auto !important;
  height: auto !important;
}

.form_wrap.confirm {
  margin-top: 40px;
}
.form_wrap.confirm dl:last-of-type dt, .form_wrap.confirm dl:last-of-type dd {
  border-bottom: 1px solid #ddd;
}

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}

table {
  table-layout: auto;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  table {
    table-layout: fixed;
  }
}
.tlfix table {
  table-layout: fixed;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

u {
  text-decoration: line-through;
}

hr {
  border: none;
  height: 0;
  border-bottom: 2px dashed #fff;
  margin-bottom: 10px;
}

u {
  text-decoration: underline;
}

.mincho {
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "メイリオ", "游ゴシック", YuGothic, "Lato", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 640px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px;
  }
}
header#global_header {
  min-width: auto;
}

footer#global_footer {
  min-width: auto;
}

.img100 img {
  max-width: 100% !important;
  width: 100% !important;
}

.tdscl {
  overflow-x: scroll;
}
.tdscl table {
  table-layout: fixed;
  width: 1850px;
}

.mt72 {
  margin-top: 72px;
}

.flex {
  display: flex;
}

.mx1000 {
  max-width: 1000px !important;
}

.btnwrap {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 640px) {
  .btnwrap {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 640px) {
  .btnwrap :where(.box) {
    width: 100%;
  }
}
.btnwrap :where(.btn) {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  overflow: hidden;
}
.btnwrap :where(.btn) i {
  font-size: 28px;
}
.btnwrap :where(span) {
  display: block;
}

.titlebg {
  background: no-repeat center top;
  display: grid;
  place-items: center;
}

.sns_inner div.sns_list {
  border: none;
}
.sns_inner div.sns_list .slick-slide {
  padding: 0 10px;
}
.sns_inner div.sns_list > div {
  display: block;
  border: none;
}
.sns_inner div.sns_list > div div.sns_photo {
  padding: 0;
  width: 100%;
}
.sns_inner div.sns_list > div div.sns_photo a {
  display: block;
  padding: 0 0 100%;
  position: relative;
  overflow: hidden;
}
.sns_inner div.sns_list > div div.sns_photo a:hover img {
  scale: 1.1;
}
.sns_inner div.sns_list > div div.sns_photo a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100% !important;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
  transform-origin: center center;
}
.sns_inner div.sns_list > div .sns_text {
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  display: none;
}
.sns_inner div.sns_list > div div.sns_text ul {
  display: flex;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sns_inner div.sns_list > div div.sns_text p,
.sns_inner div.sns_list > div div.sns_text .caption {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

section .sns_inner div.sns_text {
  display: none;
}

#main div.blog_form {
  max-width: 800px;
  max-height: 210px;
  overflow-x: hidden;
  overflow-y: scroll;
}
#main div.blog_form .blog_photo {
  display: none;
}
#main div.blog_form .blog_text:is(div) {
  display: flex;
  width: 100%;
  padding: 0;
  line-height: 1.875;
  padding: 20px 0;
}
#main div.blog_form .blog_date:is(div) {
  width: 20%;
  font-size: 16px;
  font-weight: bold;
}
#main div.blog_form .more {
  display: none;
}
#main div.blog_form div.blog_list > div {
  border-bottom: 1px solid #ccc;
}
#main div.blog_form div.blog_list h3 {
  width: 80%;
  margin-bottom: 0px;
}
#main div.blog_form div.blog_list h3 span {
  font-size: 16px;
  font-weight: bold;
}
#main div.blog_form::-webkit-scrollbar-thumb {
  border-radius: 5px;
}

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

@media screen and (max-width: 640px) {
  .spnone {
    display: none;
  }
}

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

.db1000 {
  display: none;
}
@media only screen and (max-width: 1000px) {
  .db1000 {
    display: block;
  }
}

.db1200 {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .db1200 {
    display: block;
  }
}

.dis {
  display: none;
}

@media only screen and (min-width: 640px) {
  .pcnone {
    display: none !important;
  }
}

@media screen and (max-width: 640px) {
  .spnone {
    display: none !important;
  }
}

.tdpd10 td {
  padding: 10px !important;
}

.title1 {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}

.link_contact {
  display: block;
  padding: 20px;
  border: 1px solid #fff;
}

.link_tel {
  display: block;
}
.link_tel span {
  font-size: 13px;
  font-family: "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.imgRT {
  position: absolute;
  top: -20px;
  right: 35px;
  z-index: 1;
}
@media only screen and (max-width: 1000px) {
  .imgRT {
    right: 20px;
    top: -20px;
  }
}

.imgLB {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
}
@media only screen and (max-width: 1000px) {
  .imgLB {
    left: 0;
  }
}

.ul_wrap ul {
  flex-wrap: wrap;
  justify-content: space-between;
}
.ul_wrap li {
  position: relative;
  width: calc(33.3333333333% - 20px);
  margin-bottom: 20px;
  transition: 0.6s;
  border-radius: 16px;
}
@media only screen and (max-width: 1000px) {
  .ul_wrap li {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 640px) {
  .ul_wrap li {
    width: 100%;
  }
}
.ul_wrap li a {
  overflow: visible;
  position: relative;
  transition: 0.3s;
}
.ul_wrap article {
  display: grid;
  border-radius: 16px;
  overflow: hidden;
}
.ul_wrap .imgW {
  position: relative;
  width: 100%;
  grid-row: 1;
  grid-column: 1;
}
.ul_wrap .imgW::before {
  content: "";
  display: block;
  padding-top: 42%; /* 比率を指定 */
}
.ul_wrap img {
  width: 100% !important;
  position: absolute;
  top: -25%;
  bottom: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.ul_wrap article > div:not(:has(img)) {
  grid-row: 1;
  grid-column: 1;
  z-index: 1;
  margin: 10px;
  border: 10px solid #fff;
  border-radius: 16px;
  box-sizing: content-box;
}
.ul_wrap article > div:not(:has(img)):after {
  font-family: "Font Awesome 5 Pro";
  content: "\f061";
  font-weight: 700;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #fff;
  display: grid;
  place-items: center;
  position: absolute;
  bottom: 10px;
  right: 19px;
  border-radius: 5px 0 5px 0;
}
.ul_wrap .spanW {
  margin-left: -1px;
}
.ul_wrap .spanW span {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 0.25em;
  margin-top: 20px;
  min-width: 170px;
  border-radius: 5px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  background-color: #fff;
  border-radius: 0 5px 5px 0;
}

.bg_tile {
  margin-bottom: 0;
  background-size: 16px 16px;
  background-position: 50% 50%;
  background-image: repeating-linear-gradient(90deg, #fff, #fff 1.4px, transparent 1.6px, transparent 16px), repeating-linear-gradient(0deg, #fff, #fff 1.4px, #edeff1 1.6px, #edeff1 16px);
}

.hshadow {
  z-index: 1;
  position: relative;
  translate: var(--prog) var(--prog);
  transition: 0.6s;
  opacity: 0;
  --prog:4px;
}
.hshadow.active {
  --prog:-4px;
  opacity: 1;
  filter: drop-shadow(4px 4px 0px rgba(51, 51, 51, 0.2));
}
.hshadow h2 {
  -webkit-text-stroke: #333;
  -webkit-text-stroke-width: 0.04em;
  -webkit-text-fill-color: transparent;
  paint-order: fill;
  letter-spacing: 0.1em;
}
.hshadow span {
  -webkit-text-stroke-width: 0;
  -webkit-text-fill-color: #333;
}

.ul_column {
  display: contents;
}
.ul_column ul {
  flex-grow: 1;
}
@media screen and (max-width: 834px) {
  .ul_column ul {
    flex-wrap: nowrap;
    max-height: unset;
  }
}

.chalk {
  display: block;
  width: var(--cha);
  writing-mode: vertical-lr;
  height: -moz-max-content;
  height: max-content;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 40px;
  line-height: 0.8;
}

.char {
  font-size: 110px;
  line-height: 0.8;
  display: inline-block;
  min-height: 24px;
  transform-origin: center left;
}
@media screen and (max-width: 640px) {
  .char {
    font-size: 80px;
  }
}

#main .ul_column li {
  list-style-type: decimal-leading-zero;
  border-bottom: 1px solid #ddd;
  padding: 0;
}
#main .ul_column li:last-child {
  list-style-position: unset;
  padding: 0px;
  border-bottom: none;
  margin-top: auto;
}
@media screen and (max-width: 834px) {
  #main .ul_column li:last-child {
    bottom: 50px;
  }
}
#main .ul_column li::marker {
  list-style-type: decimal-leading-zero !important;
  color: #333;
  margin-right: 10px;
  font-size: 18px;
}
#main .ul_column li:has(.btn) {
  background: none;
}
#main .ul_column li a:not(.btn) {
  margin-left: 10px;
  font-size: 18px;
  color: #00833e;
  padding: 21px;
  padding-left: 0;
  padding-right: 10px;
  display: inline-block;
  width: calc(100% - 45px);
}
#main .ul_column li .btn {
  color: #00833e;
  width: 300px;
  height: 70px;
  margin: 0;
  margin-top: 40px;
  font-weight: 500;
}

.bg01 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.slash h2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.slash h2::before, .slash h2::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 50px;
  background-color: #777;
  margin-left: 10px;
  margin-right: 24px;
  margin-bottom: -5px;
}
.slash h2::before {
  rotate: -15deg;
}
.slash h2::after {
  rotate: 15deg;
}
.brsp {
  display: none;
}
@media screen and (max-width: 640px) {
  .brsp {
    display: block;
  }
}

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

.br1000 {
  display: none;
}
@media only screen and (max-width: 1000px) {
  .br1000 {
    display: block;
  }
}

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

@media screen and (max-width: 640px) {
  .mt60sp {
    margin-top: 60px !important;
  }
}

@media screen and (max-width: 640px) {
  .mt0sp {
    margin-top: 0px !important;
  }
}

.br48 {
  display: none;
}
@media only screen and (max-width: 480px) {
  .br48 {
    display: block;
  }
}

#main .itcenter {
  display: flex;
}
#main .itcenter .imgW img {
  height: auto;
}

.itcenter {
  display: flex;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
.itcenter > * {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .itcenter > * {
    width: 100%;
  }
}
.itcenter img {
  width: 100%;
}

.bg_diagonal {
  z-index: 1;
  position: relative;
  margin-block: 240px;
}
.bg_diagonal_before {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  rotate: -10deg;
  scale: 2 1.4;
}
@media only screen and (max-width: 1400px) {
  .bg_diagonal {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 640px) {
  .bg_diagonal {
    margin-block: 120px;
  }
}

.bg100 {
  margin-right: calc(50% - 50vw) !important;
  margin-left: calc(50% - 50vw) !important;
  max-width: unset !important;
  min-width: unset !important;
}

.card3, .ulcard3 ul {
  display: flex;
  max-width: 1200px;
  margin-inline: auto;
}
.card3 :where(.box, li), .ulcard3 ul :where(.box, li) {
  width: 33.3333333333%;
}
.card3 img, .ulcard3 ul img {
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.card2, .ulcard2 ul {
  display: flex;
  max-width: 1200px;
  margin-inline: auto;
}
.card2 :where(.box, li), .ulcard2 ul :where(.box, li) {
  width: 50%;
}
.card2 img, .ulcard2 ul img {
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.overimg a, .overimg .box {
  display: grid;
}
.overimg a > *, .overimg .box > * {
  grid-area: 1/1;
}

.base {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (min-width: 1200px) {
  .base {
    padding-left: 0;
    padding-right: 0;
  }
}

.FbtnW {
  justify-content: center;
  gap: 30px;
  padding-top: 30px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 834px) {
  .FbtnW {
    gap: 60px;
    padding-top: 60px;
    padding-bottom: 120px;
  }
}
.FbtnW .box {
  width: 100%;
  max-width: 300px;
  overflow: visible !important;
}

.sppd {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 1200px) {
  .sppd {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.fixBG {
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.dl_wrap {
  margin-top: 30px;
}
.dl_wrap dl, .dl_wrap dt, .dl_wrap dd {
  padding: 0 !important;
  border: none !important;
  background: none !important;
}
.dl_wrap dl:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px !important;
  border-bottom: 1px solid #ddd !important;
}
.dl_wrap dt {
  width: 150px !important;
  justify-content: flex-start !important;
}
.dl_wrap dd {
  width: 80% !important;
}
.dl_wrap dl:first-of-type {
  border-bottom: 1px solid #ddd;
}
.dl_wrap span {
  padding: 3px 10px;
  color: #fff;
  border-radius: 5px;
  background: #78b4e6;
}

.sns_text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*マウスストーカー*/
.cursor,
.follower {
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  display: none;
}
@media only screen and (min-width: 834px) {
  .cursor,
  .follower {
    display: block;
  }
}

.cursor {
  width: 50px;
  height: 50px;
  background-color: #999;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  transition: scale ease 0.3s, opacity 0.3s;
  text-align: center;
  scale: 3;
  opacity: 0.001;
}
.cursor.is-active {
  opacity: 1;
  scale: 1;
}

.follower {
  display: none;
}
.follower span {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  transform: scale(0);
}
.follower.is-active {
  transform: scale(1);
}

#stalker {
  pointer-events: none;
  position: fixed;
  perspective: 20vw;
  fill: none;
  stroke: rgba(204, 204, 204, 0);
  stroke-width: 2px;
  border-radius: 50%;
  --oi: 100px;
  --dot: 10px;
  top: calc(var(--oi) / -2);
  left: calc(var(--oi) / -2);
  width: var(--oi);
  height: var(--oi);
  scale: 1;
  transition: all 0s;
  transition-timing-function: ease-out;
  z-index: 999;
}
#stalker .stalker-inner {
  width: 100%;
  height: 100%;
  background-color: rgba(204, 204, 204, 0);
  border-radius: 50%;
  scale: 1;
  transition: 0.4s;
}
@media only screen and (min-width: 834px) {
  #stalker .stalker-inner {
    background-color: rgba(204, 204, 204, 0.3333333333);
  }
}
#stalker .stalker-inner.hov {
  background: rgba(0, 0, 0, 0.4666666667);
  scale: 0.7;
  opacity: 1;
}
#stalker .stalker-inner.down {
  scale: 0.5;
  transition: 0.2s;
}
#stalker .stalker-inner.up {
  background: #fff;
  animation: big 1s forwards ease-in-out;
}

#loading {
  position: fixed;
  width: 100%;
  top: 50%;
}
#loading #percent {
  text-align: center;
}
#loading #percent-text {
  font-size: 32px;
}
#loading #gauge {
  width: 0px;
  height: 5px;
  background: #ff0000;
}

.flex_fix {
  justify-content: center;
  row-gap: 1vmin;
  -moz-column-gap: 1%;
       column-gap: 1%;
  max-width: 1200px;
  margin: 0 auto;
}

.flex_stretch {
  margin-bottom: -100px !important;
}
.flex_stretch .box {
  flex: 1 1 450px;
}
.flex_stretch img {
  width: 100%;
}

.text_right .box, .text_left .box {
  display: flex;
  align-items: start;
}
@media screen and (max-width: 640px) {
  .text_right .box, .text_left .box {
    flex-direction: column;
  }
}
.text_right img, .text_left img {
  width: 35% !important;
  -o-object-fit: contain;
     object-fit: contain;
  flex: 1 1 224px;
  display: block;
}
@media screen and (max-width: 640px) {
  .text_right img, .text_left img {
    width: 100% !important;
  }
}
.text_right h3, .text_left h3 {
  position: relative;
}
.text_right h3::before, .text_left h3::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 10px;
  height: 2px;
  background-color: brown;
}

.text_left .box {
  flex-direction: row-reverse;
}
@media screen and (max-width: 640px) {
  .text_left .box {
    flex-direction: column;
  }
}

.img-op img {
  border: 5px solid #fff;
  box-shadow: 0 0 20px rgba(102, 102, 102, 0.1333333333);
}

.first30 td:first-child {
  width: 30%;
}

.first_eee td:first-child {
  background-color: #eee;
}

.circle_dt.form_wrap dl, .circle_dt.form_wrap dt, .circle_dt.form_wrap dd {
  border: none;
  background: none;
}
.circle_dt.form_wrap dt {
  width: 20%;
  min-width: 200px;
  text-align: center;
  color: #fff;
  z-index: 1;
  align-items: center;
  padding: 50px 0;
  position: relative;
}
.circle_dt.form_wrap dt:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100px;
  height: 100px;
  z-index: -1;
  border-radius: 50%;
  background-color: lightblue;
}
.circle_dt.form_wrap dt:after {
  content: "";
  position: absolute;
  display: block;
  top: 100px;
  right: 0;
  left: 0;
  margin: auto;
  width: 5px;
  height: 50px;
  background-color: lightblue;
}
.circle_dt.form_wrap dd {
  display: flex;
  align-items: center;
}

:root {
  --space:40px;
  --spacelg:80px;
  --spacesm:20px;
  --widemg: calc(50vw - clamp(0px,calc(50vw - 0px),600px));
  --head:164px;
  --nav:80px;
  --wid:112px;
  --pad:clamp(6px,1.4vw,20px);
  --fz:clamp(10px,1vw,14px);
  --fzs:clamp(10px,.9vw,12px);
  --btn:50px;
  --rad:2px;
}
@media screen and (max-width: 834px) {
  :root {
    --pad:20px;
    --fz:14px;
    --fzs:12px;
    --head:130px;
  }
}

table td, table th {
  word-break: unset;
}

* {
  transition: 0.4s;
}

html {
  scrollbar-gutter: stable;
  overflow-x: hidden;
}

html:has(.header_nav.show, .nav.show, .policy-wrap.active) {
  overflow: hidden;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, u, center, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-weight: 400;
  letter-spacing: 0.02em;
}

h2 {
  font-size: clamp(24px, 3.2vw, 32px);
  font-weight: 600;
}

h3 {
  font-size: clamp(20px, 3.2vw, 32px);
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  h3 {
    font-size: 20px;
  }
}

h5 {
  font-size: clamp(20px, 2.4vw, 24px);
  font-weight: 600;
}

body {
  width: 100vw;
  width: 100dvw;
  overflow-x: hidden;
  font-size: 18px;
  font-weight: 400;
  font-family: "Noto Serif JP", "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: #111;
}

#contents {
  background-color: unset;
}

section {
  position: relative;
}

a {
  text-decoration: none;
  transition: 0.4s;
}

a:is(:link, :visited, :hover, :active) {
  color: currentColor;
}

.btn {
  font-size: 18px;
  border-radius: 0px;
  font-weight: 500;
  font-size: 24px;
  position: relative;
  z-index: 1;
  background-color: saddlebrown;
  width: 100%;
  max-width: 400px;
  height: 70px;
  display: flex;
  align-items: center;
  font-size: 20px;
}
.btn:is(a) {
  color: #fff;
}
.btn::before {
  content: "";
  margin-right: 0.5em;
  transition: 0.4s;
}
.btn::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0.2);
  opacity: 0;
  transition: 0.4s;
}
.btn:hover::after {
  opacity: 1;
}
.btn:hover:before {
  translate: 0% 0;
}

div[id*=anc] {
  scroll-margin-top: 80px;
}

.pan1 {
  margin-top: 20px;
  margin-bottom: 80px;
}
.pan1 + div {
  margin-top: 80px;
}
.pan1 ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
}
.pan1 ul li {
  margin-right: 10px;
}
.pan1 ul li:not(:first-child) {
  margin-left: 10px;
  pointer-events: none;
}
.pan1 ul li:not(:first-child) a {
  text-decoration: none;
  color: currentColor;
}
.pan1 ul li:not(:first-child) a {
  background: none;
}
.pan1 ul a:-moz-any-link {
  color: #111;
  text-decoration: underline #00833e;
  text-decoration-thickness: 1px;
}
.pan1 ul a:any-link {
  color: #111;
  -webkit-text-decoration: underline #00833e;
          text-decoration: underline #00833e;
  text-decoration-thickness: 1px;
}
.pan1 ul a:-moz-any-link {
  text-decoration: none;
}
.pan1 ul a:any-link {
  text-decoration: none;
}

hr {
  margin: 10px 0;
}

i {
  font-weight: 900;
  font-family: "Font Awesome 5 Pro";
}

/***************新着情報(ブログ機能用)***************************/
@media screen and (max-width: 640px) {
  .blog_box2 {
    padding: 10px;
  }
}
.blog_box2 div.blog_list {
  border: 0 !important;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row !important;
}

.blog_box2 div.blog_list > div {
  position: relative;
  border-bottom: 0px !important;
  flex-direction: column !important;
  width: 33.3333%;
}

.blog_box2 div.blog_list > div:hover {
  background: #e7dbbf;
  color: #fff;
  transition: 0.5s !important;
}

.blog_box2 div.blog_list > div:hover a {
  color: #fff !important;
  transition: 0.5s !important;
}

@media screen and (max-width: 640px) {
  .blog_box2 div.blog_list > div {
    width: 50%;
    flex-direction: row !important;
    margin: 0;
  }
}
@media screen and (max-width: 834px) {
  .blog_box2 div.blog_list > div {
    flex-direction: column !important;
  }
}
.blog_box2 .blog_date {
  color: #9a866e !important;
  font-weight: bold;
  display: inline-block;
  padding-right: 20px;
}

.blog_box2 .blog_text h3 {
  display: block;
  font-weight: bold;
  margin: 0 !important;
}

.blog_box2 .blog_text h3 a {
  color: #333333 !important;
  font-weight: bold;
}

.blog_box2 .blog_text h3 a:hover {
  opacity: 1 !important;
  color: #fff !important;
  transition: 0s !important;
}

.blog_box2 .blog_text h3 a:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.blog_box2 .blog_photo {
  width: 100% !important;
  padding: 0 !important;
}

.blog_box2 .blog_photo img {
  width: 100% !important;
  height: 200px !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media screen and (max-width: 834px) {
  .blog_box2 .blog_photo img {
    height: 200px !important;
  }
}
@media screen and (max-width: 640px) {
  .blog_box2 .blog_photo img {
    height: 150px !important;
  }
}
@media screen and (max-width: 834px) {
  .blog_box2 .blog_photo {
    width: 35% !important;
  }
}
@media screen and (max-width: 834px) {
  .blog_box2 .blog_photo {
    width: 100% !important;
    text-align: center;
  }
}
.blog_box2 div.detail {
  margin-top: 10px !important;
}

.blog_box2 div.detail .b_price {
  text-align: right !important;
  font-weight: bold !important;
}

.blog_box2 div.blog_text {
  width: 100% !important;
}

.blog_box2 .blog_text {
  padding: 0 !important;
  padding: 20px !important;
}

@media screen and (max-width: 834px) {
  .blog_box2 .blog_text {
    padding: 10px !important;
  }
}
body {
  background-color: unset;
  background-size: cover;
}
body * {
  color: #111;
}

div.blog_list h3, div.blog_list div.blog_text {
  font-size: unset;
}

section aside {
  width: 24%;
  padding: 0 10px;
}

section div#contents {
  width: 74%;
}

.blog {
  max-width: 1200px;
  margin-inline: auto;
}

.blog #contents h1 {
  font-size: clamp(20px, 3.6vw, 32px) !important;
  color: #fff !important;
  line-height: 1;
  padding-block: var(--pad) !important;
  border-bottom: 2px solid #fff;
  margin-block: var(--pad);
  position: relative;
  z-index: 1;
  --wid:112px;
}
.blog #contents h1:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.2);
  width: var(--wid);
  height: 100%;
  z-index: -1;
  -webkit-clip-path: polygon(100% 100%, 0% 100%, 0% 0%);
          clip-path: polygon(100% 100%, 0% 100%, 0% 0%);
}
@media screen and (max-width: 834px) {
  .blog #contents h1 {
    --pad:20px;
    --wid:60px;
  }
}

.blog #contents h2 {
  color: #fff !important;
  line-height: 1;
  padding: var(--pad) !important;
  border-bottom: 2px solid #fff;
  margin-block: var(--pad);
  position: relative;
  z-index: 1;
  --wid:112px;
}
.blog #contents h2 span {
  font-size: clamp(20px, 3.6vw, 32px) !important;
}
.blog #contents h2:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.2);
  width: var(--wid);
  height: 100%;
  z-index: -1;
  -webkit-clip-path: polygon(100% 100%, 0% 100%, 0% 0%);
          clip-path: polygon(100% 100%, 0% 100%, 0% 0%);
}
@media screen and (max-width: 834px) {
  .blog #contents h2 {
    --pad:20px;
    --wid:60px;
  }
}

section div#contents > dl {
  overflow: auto;
}

aside ul li a {
  background-color: rgba(255, 255, 255, 0);
  transition: 0.4s;
  box-shadow: 0 0px 1px 1px #fff;
  border-radius: 0;
}

aside ul li a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

input[type=text], input[type=password], textarea, select {
  border-radius: 0;
}

aside div#search button {
  width: 22px;
}

aside nav > a {
  background-color: rgba(255, 255, 255, 0);
  box-shadow: 0 0px 1px 1px #fff;
  border-radius: 0;
}
aside nav > a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.blog #calendar #form_calendar {
  color: #fff;
  box-shadow: none;
  background: transparent;
}

#calendar #form_calendar div.head span,
#calendar #form_calendar th {
  color: #fff;
}

#calendar #form_calendar td.holiday label {
  color: #fff;
}

td.open {
  background-color: #e7dbbf;
  color: #000;
}

td.close {
  background-color: rgba(223, 112, 0, 0.4);
}

td.other {
  background: transparent !important;
}

section div#contents article ul li a {
  display: block;
  background-color: #ececec;
  padding: 5px 10px;
  border-radius: 4px;
  color: #333;
  margin: 0 10px 20px 0;
}

section div#contents article ul li a {
  border-radius: 0;
  border: 1px solid #fff;
  background-color: unset;
  text-decoration: none;
  color: #fff;
}

section.blog div#contents *, section.blog aside * {
  color: #111;
  border-color: #111;
}
section.blog div#contents article img, section.blog div#contents section div#contents article video, section.blog aside article img, section.blog aside section div#contents article video {
  margin: 10px !important;
}
@media screen and (max-width: 834px) {
  section.blog div#contents article img, section.blog div#contents section div#contents article video, section.blog aside article img, section.blog aside section div#contents article video {
    margin: 10px 0 10px 0 !important;
  }
}
section.blog div#contents .category a, section.blog div#contents ul a, section.blog aside .category a, section.blog aside ul a {
  box-shadow: 0 0px 1px 1px #111;
}
section.blog div#contents div.date, section.blog aside div.date {
  border-radius: 0;
  border: 2px solid #111;
  background-color: unset;
  color: #111;
}
section.blog div#contents #calendar #form_calendar td:hover, section.blog aside #calendar #form_calendar td:hover {
  background: unset !important;
}
section.blog div#contents #calendar #form_calendar td.open, section.blog aside #calendar #form_calendar td.open {
  background: #e7dbbf;
}
section.blog div#contents #calendar #form_calendar td.close, section.blog aside #calendar #form_calendar td.close {
  background: #aaa;
}
section.blog div#contents #calendar #form_calendar td.blog label, section.blog aside #calendar #form_calendar td.blog label {
  display: inline-block;
  height: 22px;
  aspect-ratio: 1/1;
  line-height: 22px;
  background: #fff;
  border-radius: 999px;
  top: 0;
  left: 0;
}
section.blog div#contents #calendar #form_calendar dl.open, section.blog div#contents #calendar #form_calendar dl.close, section.blog aside #calendar #form_calendar dl.open, section.blog aside #calendar #form_calendar dl.close {
  display: flex;
  padding-left: 5px;
}
section.blog div#contents #calendar #form_calendar dl.open label, section.blog div#contents #calendar #form_calendar dl.close label, section.blog aside #calendar #form_calendar dl.open label, section.blog aside #calendar #form_calendar dl.close label {
  display: block;
  width: 40px;
  height: 20px;
  background-color: #e7dbbf;
  margin-bottom: 5px;
}
section.blog div#contents #calendar #form_calendar dl.close label, section.blog aside #calendar #form_calendar dl.close label {
  background-color: #aaa;
}
section.blog div#contents #calendar #form_calendar span, section.blog div#contents #calendar #form_calendar th, section.blog aside #calendar #form_calendar span, section.blog aside #calendar #form_calendar th {
  color: #111;
}

header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
}

.nav_list {
  background: linear-gradient(#fff, #fff), linear-gradient(#FFF, #FFF);
  transition: background 0.3s ease;
  background-repeat: no-repeat, no-repeat;
  background-position: -103% 100%, 203% 0%;
  background-size: 200% 1px, 200% 1px;
}
.nav_list:hover {
  background-position: 0% 100%, 0% 0%;
  animation: bothgrow 0.3s ease;
}
@keyframes bothgrow {
  0% {
    background-position: 203% 100%, -100% 0%;
  }
  100% {
    background-position: 100% 100%, 100% 0%;
  }
}
@media screen and (max-width: 834px) {
  .nav_list:hover, .nav_list:active, .nav_list:focus {
    background-position: 0% 100%, 0% 0%;
    animation: bothgrow 0.3s ease;
  }
}

.footer_link, .pan1 a,
.blog_text a > :is(span, .detail),
.footer_clearfix .itext {
  background: linear-gradient(#111, #111);
  transition: background 0.3s ease;
  background-repeat: no-repeat;
  background-position: -103% 100%;
  background-size: 200% 1px;
}
.footer_link:hover, .pan1 a:hover,
.blog_text a > :is(span, .detail):hover,
.footer_clearfix .itext:hover {
  background-position: 0% 100%;
  animation: rightgrow 0.3s ease;
}
@keyframes rightgrow {
  0% {
    background-position: 203% 100%;
  }
  100% {
    background-position: 100% 100%;
  }
}
@media screen and (max-width: 834px) {
  .footer_link, .pan1 a,
  .blog_text a > :is(span, .detail),
  .footer_clearfix .itext {
    background-position: 0% 100%;
    animation: rightgrow 0.3s ease;
  }
}

.header {
  width: 100vw;
  width: 100dvw;
  max-width: 1920px;
  height: calc(var(--head));
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 6px solid #00833e;
  padding-inline: 1.4vw;
}
.header a, .header button {
  color: #111;
}
.header * {
  z-index: 1;
  font-size: var(--fz);
}
.header_left {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.header_h1 {
  font-weight: 500;
  font-family: "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  height: 50px;
}
.header_h1 span {
  font-size: clamp(10px, 1.4vw, 14px);
  display: inline-block;
}
.header_logoimg {
  padding-bottom: var(--pad);
  height: 100% !important;
}
.header_right {
  line-height: 26px;
  max-width: 49%;
}
.header_right > * {
  border-bottom: 1px solid #ccc;
}
.header_address {
  padding-block: 8px;
  text-align: left;
}
.header_dl {
  display: flex;
  align-items: center;
}
.header_dt {
  background-color: #00833e;
  font-size: var(--fzs);
  color: #fff;
  padding-inline: calc(var(--pad) * 0.6);
  margin-right: 1em;
  margin-block: 8px;
  text-align: center;
}
.header_dd {
  margin-right: 1em;
}
.header_dd:last-child {
  margin-right: 0;
}
.header_tel:is(a) {
  border: none;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-block: 16px;
  margin-left: auto;
}
@media only screen and (max-width: 1000px) {
  .header_tel:is(a) {
    padding-right: var(--pad);
  }
}
@media only screen and (max-width: 1200px) {
  .header_nav {
    width: -moz-fit-content;
    width: fit-content;
  }
  .header_items {
    z-index: 100;
    pointer-events: all;
    width: unset;
  }
  .header_itemwrap {
    width: unset;
    height: 100%;
  }
  .header_itemwrap:has(.header_dl) {
    display: none;
  }
  .header_itemwrap div {
    width: 100%;
    height: 100%;
  }
  .header_list {
    padding-inline: 1%;
  }
}
@media only screen and (max-width: 1000px) {
  .header .focus_trap {
    width: 100%;
    height: calc(100vh - var(--head));
    background-color: transparent;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
  }
  .header_logowrap {
    max-width: 30%;
  }
  .header_nav {
    justify-content: end;
    width: 70%;
  }
}
@media screen and (max-width: 834px) {
  .header_left {
    flex-direction: row-reverse;
    align-items: center;
  }
  .header_h1 {
    height: unset;
    font-size: clamp(10px, 2vw, 14px) !important;
  }
  .header_logo {
    margin: 0;
    max-width: calc(50% - 1.4vw);
  }
  .header_logoimg {
    padding-block: 6px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 640px) {
  .header_h1 {
    margin-top: 40px;
  }
}

.mv {
  position: relative;
  overflow: hidden;
}
.mv_inner {
  height: 100%;
}
@media screen and (max-width: 834px) {
  .mv_inner {
    aspect-ratio: 1/1;
    max-height: unset;
  }
}
.mv_slide {
  height: 100%;
}
.mv_slide img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100% !important;
  max-height: calc(100vh - var(--head) - var(--nav));
  aspect-ratio: 5/2;
}
@media screen and (max-width: 834px) {
  .mv_slide img {
    aspect-ratio: 1/1;
    max-width: unset !important;
  }
}
.mv_text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  height: 100%;
  width: 100%;
  max-height: calc(100vh - var(--head) - var(--nav));
  aspect-ratio: 5/2;
}
@media only screen and (max-width: 1400px) {
  .mv_text {
    height: unset;
  }
}
@media screen and (max-width: 834px) {
  .mv_text {
    aspect-ratio: 1/1;
    max-height: unset;
  }
}
.mv_text div {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  margin-block: auto;
  height: 100%;
  writing-mode: vertical-rl;
  line-height: 1.75;
  color: #00833e;
  display: flex;
  align-items: end;
  justify-content: center;
}
.mv_text div span {
  width: 33.3vw;
  max-width: 480px;
  aspect-ratio: 1/1;
  font-size: clamp(12px, 2.22vw, 32px);
  font-family: "Shippori Mincho", "Noto Serif JP", "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #00833e;
  border-radius: 999px;
  background-color: #fff;
  display: grid;
  place-items: center;
  margin-left: -30px;
  text-align: left;
  background: url(../images/home/mvtexbg.png) no-repeat center/cover;
}
@media only screen and (max-width: 1400px) {
  .mv_text div span {
    margin-left: 20px;
  }
}
@media screen and (max-width: 834px) {
  .mv_text div span {
    width: 60vw;
    height: 60vw;
    max-width: unset;
    font-size: clamp(14px, 3.6vw, 32px);
  }
}
@media screen and (max-width: 640px) {
  .mv_text div span {
    width: 80vw;
    height: 80vw;
    max-width: unset;
    margin: unset;
    margin-left: -15%;
    margin-bottom: 0%;
  }
}

.nav {
  height: var(--nav);
}
.nav_ul {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  width: 100dvw;
  background-color: #00833e;
  height: var(--nav);
  padding-block: 20px;
  position: relative;
}
.nav_ul.show {
  visibility: visible;
}
.nav.scroll .nav_ul {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  width: 100dvw;
  z-index: 1000;
  background-color: #8b4513;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.nav_list {
  height: 40px;
  display: grid;
  place-items: center;
  font-size: clamp(12px, 1.6vw, 20px);
  padding-inline: 1.25em;
  border-left: 1px solid #fff;
  flex-shrink: 1;
}
.nav_list.nav_logowrap {
  display: none;
}
.nav_list:last-child {
  border-right: 1px solid #fff;
}
.nav_list._btn {
  height: 44px;
  padding-bottom: 20px;
  margin-bottom: -20px;
}
.nav_link:is(a) {
  color: #fff;
  font-size: inherit;
  width: -moz-fit-content;
  width: fit-content;
}
.nav_logo {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  display: none;
}
.nav_logoimg {
  margin-inline: auto;
  margin-block: 16px;
}
.nav_items {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 999;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #df7000;
  flex-direction: column;
  display: flex;
  justify-content: center;
}
.nav_items .btn::after {
  display: none;
}
.nav_items i {
  font-size: 22px;
}
.nav_items a {
  height: unset;
  font-size: 13px;
  display: flex;
  align-items: center;
}
.nav_items span {
  font-size: 12px;
}
.nav_contact:is(a) {
  color: #fff;
  font-size: 23px;
  writing-mode: vertical-rl;
  width: var(--btn);
  height: 260px;
  display: flex;
  justify-content: center;
}
.nav_contact:is(a)::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f0e0";
  color: #fff;
  font-weight: 900;
  margin-bottom: 0.5em;
}
.nav_contact:is(a)::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0.2);
  opacity: 0;
  transition: 0.4s;
}
.nav_contact:is(a):hover::after {
  opacity: 1;
}
.nav_tel:is(a) {
  width: 260px;
  height: var(--btn);
  justify-content: center;
  display: none;
}
.nav_tel:is(a)::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0.2);
  opacity: 0;
  transition: 0.4s;
}
.nav_tel:is(a):hover::after {
  opacity: 1;
}
.nav_btn {
  position: relative;
  line-height: normal;
  color: #000;
}
.nav_btn::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.3s;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 60%);
          clip-path: polygon(0 0, 100% 0, 50% 60%);
}
.nav_burger {
  place-items: center;
  display: none;
  width: var(--btn);
  height: var(--btn);
  background-color: #8b4513;
}
.nav_svg {
  width: 80%;
  height: 80%;
  stroke: #fff;
}
.nav_svg .burger_text {
  font-size: 12px;
  color: #00833e;
}
.nav_svg path {
  transition: 0.3s;
  stroke-width: 6%;
  stroke-linecap: round;
}
.nav_svg text {
  font-size: 12px;
  fill: #fff;
  stroke: #fff;
  stroke-width: 0.04em;
}
@media screen and (max-width: 834px) {
  .nav {
    height: 0;
    --btn:50px;
  }
  .nav_cont {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: unset;
    background-color: #00833e;
    flex-direction: column;
    display: flex;
    background: url(../images/home/greetingbg.png) no-repeat center/cover, url(../images/home/bg.jpg) no-repeat center/cover;
    padding: var(--spacesm);
    padding-right: 60px;
    translate: -100% 0;
    transition: 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition-delay: 0s;
    z-index: 100;
  }
  .nav.show .nav_cont {
    translate: 0 0;
    transition-delay: 0s;
  }
  .nav_items {
    translate: 0% 0;
    top: unset;
    height: var(--btn);
    height: 100vh;
    height: 100dvh;
    flex-direction: row-reverse;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: unset;
    position: fixed;
    margin: 0;
    max-width: unset !important;
    pointer-events: none;
  }
  .nav_items > * {
    pointer-events: all;
  }
  .nav_burger {
    display: grid;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1000;
  }
  .nav_contact:is(a) {
    writing-mode: unset;
    width: 260px;
    height: var(--btn);
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #8b4513;
    width: 50%;
    font-size: 16px;
  }
  .nav_contact:is(a)::before {
    margin-bottom: unset;
    margin-right: 0.5em;
  }
  .nav_tel:is(a) {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    width: 50%;
  }
  .nav_tel:is(a) img {
    max-width: 160px;
  }
  .nav_ul {
    flex-grow: 1;
    width: 100%;
    background-color: unset;
    flex-wrap: wrap;
    padding-top: 0;
  }
  .nav_list {
    width: calc((100% - 40px) / var(--child));
    width: calc(100% / var(--child));
    height: 100%;
    display: block;
    padding: 0;
    border: none;
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
  .nav_list:last-child {
    border-right: none;
  }
  .nav.show .nav_link:is(a) {
    translate: 0% 0;
    transition-delay: 0;
  }
  .nav_list:nth-child(1) .nav_link:is(a) {
    transition-delay: 0s;
  }
  .nav.show .nav_list:nth-child(1) .nav_link:is(a) {
    transition-delay: calc(.3s + .04s * 1);
  }
  .nav.show .nav_link:is(a) {
    translate: 0% 0;
    transition-delay: 0;
  }
  .nav_list:nth-child(2) .nav_link:is(a) {
    transition-delay: 0s;
  }
  .nav.show .nav_list:nth-child(2) .nav_link:is(a) {
    transition-delay: calc(.3s + .04s * 2);
  }
  .nav.show .nav_link:is(a) {
    translate: 0% 0;
    transition-delay: 0;
  }
  .nav_list:nth-child(3) .nav_link:is(a) {
    transition-delay: 0s;
  }
  .nav.show .nav_list:nth-child(3) .nav_link:is(a) {
    transition-delay: calc(.3s + .04s * 3);
  }
  .nav.show .nav_link:is(a) {
    translate: 0% 0;
    transition-delay: 0;
  }
  .nav_list:nth-child(4) .nav_link:is(a) {
    transition-delay: 0s;
  }
  .nav.show .nav_list:nth-child(4) .nav_link:is(a) {
    transition-delay: calc(.3s + .04s * 4);
  }
  .nav.show .nav_link:is(a) {
    translate: 0% 0;
    transition-delay: 0;
  }
  .nav_list:nth-child(5) .nav_link:is(a) {
    transition-delay: 0s;
  }
  .nav.show .nav_list:nth-child(5) .nav_link:is(a) {
    transition-delay: calc(.3s + .04s * 5);
  }
  .nav.show .nav_link:is(a) {
    translate: 0% 0;
    transition-delay: 0;
  }
  .nav_list:nth-child(6) .nav_link:is(a) {
    transition-delay: 0s;
  }
  .nav.show .nav_list:nth-child(6) .nav_link:is(a) {
    transition-delay: calc(.3s + .04s * 6);
  }
  .nav.show .nav_link:is(a) {
    translate: 0% 0;
    transition-delay: 0;
  }
  .nav_list:nth-child(7) .nav_link:is(a) {
    transition-delay: 0s;
  }
  .nav.show .nav_list:nth-child(7) .nav_link:is(a) {
    transition-delay: calc(.3s + .04s * 7);
  }
  .nav.show .nav_link:is(a) {
    translate: 0% 0;
    transition-delay: 0;
  }
  .nav_list:nth-child(8) .nav_link:is(a) {
    transition-delay: 0s;
  }
  .nav.show .nav_list:nth-child(8) .nav_link:is(a) {
    transition-delay: calc(.3s + .04s * 8);
  }
  .nav.show .nav_link:is(a) {
    translate: 0% 0;
    transition-delay: 0;
  }
  .nav_list:nth-child(9) .nav_link:is(a) {
    transition-delay: 0s;
  }
  .nav.show .nav_list:nth-child(9) .nav_link:is(a) {
    transition-delay: calc(.3s + .04s * 9);
  }
  .nav.show .nav_link:is(a) {
    translate: 0% 0;
    transition-delay: 0;
  }
  .nav_list:nth-child(10) .nav_link:is(a) {
    transition-delay: 0s;
  }
  .nav.show .nav_list:nth-child(10) .nav_link:is(a) {
    transition-delay: calc(.3s + .04s * 10);
  }
  .nav_link:is(a) {
    writing-mode: vertical-rl;
    color: #111;
    font-size: 18px;
    height: 100%;
    width: calc(100% - 0px);
    display: grid;
    place-items: center;
    translate: 102% 0;
    background: linear-gradient(#111, #111) no-repeat 0 0/1px 100%;
  }
  .nav_list:last-child .nav_link:is(a) {
    border-right: 1px solid #111;
  }
  .nav .header_right {
    max-width: unset;
  }
  .nav .header_address {
    text-align: center;
  }
  .nav .header_dl {
    justify-content: center;
  }
  .nav .header_tel {
    margin-inline: auto;
    padding: 0;
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (max-width: 640px) {
  .nav_cont {
    padding-right: var(--spacesm);
    padding-top: 60px;
  }
  .nav.show .nav_cont {
    translate: 0 0;
    transition-delay: 0s;
  }
  .nav_items {
    translate: 0% 0;
    bottom: unset;
    right: 0%;
    flex-direction: row-reverse;
    max-width: 50%;
  }
  .nav .header_dt {
    writing-mode: vertical-rl;
    height: 70px;
    padding-inline: unset;
  }
}
@media only screen and (max-width: 480px) {
  .nav_items {
    max-width: 100%;
    width: 100%;
    justify-content: space-between;
  }
  .nav_contact:is(a) {
    padding-inline: 20px;
  }
}

body {
  display: none;
}

div.box:has(.btn), .btnwrap > div, .btn-lg {
  transition: 0.4s;
  will-change: scale;
}
div.box:has(.btn):hover, .btnwrap > div:hover, .btn-lg:hover {
  scale: 1.01;
}

.boxcolumn span {
  transition: translate 0.4s, opacity 0.4s;
  will-change: opacity;
}
.boxcolumn span.hide {
  opacity: 0;
  translate: 0% -25%;
}

.iht.thick .imgW, .truck, .card_wrap .box:nth-child(odd), .boxcolumn article, .bnr {
  transition: 0.4s;
}
.iht.thick .imgW.hide, .truck.hide, .card_wrap .box:nth-child(odd).hide, .boxcolumn article.hide, .bnr.hide {
  opacity: 0;
  translate: -10% 0;
}

.card_wrap.__recruit .box, .boxcolumn.__recruit .box, .boxcolumn.__case .box, .boxcolumn.__voice .box, .faq-01 {
  transition: 0.4s;
}
.card_wrap.__recruit .box.hide, .boxcolumn.__recruit .box.hide, .boxcolumn.__case .box.hide, .boxcolumn.__voice .box.hide, .faq-01.hide {
  opacity: 0;
  translate: 0 10%;
}

section > .header_slide {
  display: none;
}

header .header_slide {
  display: flex;
  flex-direction: column;
}
header .header_slide img {
  -o-object-fit: cover;
     object-fit: cover;
  min-height: calc(100vh - var(--head));
  min-height: calc(100dvh - var(--head));
  max-height: calc(100vh - var(--head));
  max-height: calc(100dvh - var(--head));
  min-width: 100%;
  opacity: 0.6;
  filter: contrast(150%);
}
@media only screen and (max-width: 1000px) {
  header .header_slide img {
    aspect-ratio: 1/1;
    min-height: unset;
  }
}
header .header_slide .slick-slide {
  position: relative;
  background-color: rgba(223, 112, 0, 0.4);
}

.bgmain {
  padding-top: 64px;
  padding-bottom: 80px;
}
.bgmain .title2 {
  margin-top: 0;
}
.bgmain h2 {
  color: #fff;
}

.flex {
  align-items: center;
  flex-wrap: wrap;
  padding-block: 80px;
  padding-inline: 20px;
  row-gap: 80px;
}
@media screen and (max-width: 834px) {
  .flex {
    row-gap: 0;
  }
}
.flex > * {
  width: 50%;
  max-width: calc(1200px / 2);
}
@media screen and (max-width: 834px) {
  .flex > * {
    width: 100%;
  }
}
.flex .titlebg {
  height: -moz-fit-content !important;
  height: fit-content !important;
  place-items: start center;
}
.flex .titlebg h2 {
  line-height: 100px;
}
.flex article > div {
  line-height: 2.4;
  font-size: 18px;
  font-weight: 300;
}
.flex .imgW {
  padding-left: 40px;
}
@media screen and (max-width: 834px) {
  .flex .imgW {
    padding-left: 0;
  }
}
.flex .imgW img {
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 7/5;
  height: auto !important;
}
.flex .imgW.__mbmmp img {
  mix-blend-mode: multiply;
  padding-left: 0;
  padding-right: 40px;
}
@media screen and (max-width: 834px) {
  .flex .imgW.__mbmmp img {
    order: 1;
    padding-right: 0;
  }
}
@media screen and (max-width: 834px) {
  .flex .imgW.__mbmmp {
    order: 1;
  }
}
.flex .btn {
  margin-top: 34px;
}
.flex.handwrap {
  background: no-repeat center/cover;
  justify-content: center;
}
.flex.handwrap .clearfix div {
  width: 100%;
  max-width: 400px;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .flex.handwrap .clearfix div {
    margin-inline: auto;
  }
}
@media screen and (max-width: 834px) {
  .flex.handwrap .title2 {
    margin-top: 0;
  }
}

.greetingbg {
  background: no-repeat right top/cover;
  justify-content: center;
  padding-bottom: 120px;
  padding-inline: 20px;
}
.greetingbg .flex {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 0;
  padding-block: 120px;
}
@media screen and (max-width: 834px) {
  .greetingbg .flex {
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
.greetingbg .tatamiL, .greetingbg .tatamiR {
  height: 400px !important;
  background-repeat: no-repeat;
}
.greetingbg .tatamiL {
  padding-left: 5.25%;
}
.greetingbg .tatamiL img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100% !important;
}
.greetingbg .tatamiR {
  margin-block: 0;
  place-items: center;
  padding-right: 5.25%;
}

.handlink {
  display: flex;
  padding-inline: clamp(0px, 5%, 60px);
  background: no-repeat center/cover;
}
.handlink .imgW {
  width: 44%;
}
.handlink .imgW img {
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.handlink article {
  display: grid;
  place-items: center;
  place-content: center;
  width: 56%;
  position: relative;
}
.handlink h2 {
  color: #8b4513;
  font-size: clamp(20px, 4vw, 36px);
  font-weight: 900;
  -webkit-text-stroke: #8b4513;
  -webkit-text-stroke-width: 0;
  position: relative;
  z-index: 1;
  line-height: 2;
}
.handlink h2:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  right: 0;
  bottom: 0;
  color: #00833e;
  -webkit-text-stroke: #fff;
  -webkit-text-stroke-width: 8px;
  z-index: -1;
  font-size: inherit;
  font-weight: inherit;
}
.handlink div {
  --sw:3px;
  line-height: 2;
  font-weight: 900;
  font-size: clamp(14px, 2.4vw, 20px);
  color: #00833e;
  font-family: "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-shadow: #fff 0 0 var(--sw), #fff 0 0 var(--sw), #fff 0 0 var(--sw), #fff 0 0 var(--sw), #fff 0 0 var(--sw), #fff 0 0 var(--sw), #fff 0 0 var(--sw), #fff 0 0 var(--sw), #fff 0 0 var(--sw), #fff 0 0 var(--sw), #fff 0 0 var(--sw), #fff 0 0 var(--sw), #fff 0 0 var(--sw), #fff 0 0 var(--sw), #fff 0 0 var(--sw), #fff 0 0 var(--sw), #fff 0 0 var(--sw), #fff 0 0 var(--sw), #fff 0 0 var(--sw), #fff 0 0 var(--sw), #fff 0 0 var(--sw), #fff 0 0 var(--sw);
}
.handlink .btn {
  text-shadow: none;
  margin-top: 1em;
}
@media screen and (max-width: 834px) {
  .handlink .btn {
    font-size: 16px;
    height: 48px;
  }
}
@media screen and (max-width: 640px) {
  .handlink {
    display: grid;
  }
  .handlink > * {
    grid-area: 1/1;
    width: 100% !important;
    gap: 20px;
  }
  .handlink .btn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .handlink .btn {
    width: 100%;
  }
}

.title2 {
  margin-top: 64px;
  margin-bottom: 48px;
  font-family: "Noto Serif JP", "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 640px) {
  #main .title2 {
    height: 100px;
  }
}

.ulcard3 ul, .ulcard2 ul {
  max-width: unset;
  flex-wrap: wrap;
}
.ulcard3 a, .ulcard2 a {
  height: 500px;
}
.ulcard3 .imgW, .ulcard2 .imgW {
  height: 100%;
  z-index: 0;
}
.ulcard3 img, .ulcard2 img {
  height: 100% !important;
}
.ulcard3 article, .ulcard2 article {
  display: grid;
  place-items: center;
  place-content: center;
  z-index: 1;
}
.ulcard3 article::after, .ulcard2 article::after {
  --cir:80px;
  font-family: "Font Awesome 5 Pro";
  content: "\f061";
  color: #fff;
  display: grid;
  place-items: center;
  width: var(--cir);
  height: var(--cir);
  border-radius: 999px;
  border: 1px solid #fff;
  transition: 0.8s;
}
.ulcard3 a:hover article::after, .ulcard2 a:hover article::after {
  box-shadow: 0 0 500px 500px rgba(0, 131, 62, 0.2);
}
.ulcard3 a:hover .imgW, .ulcard2 a:hover .imgW {
  scale: 1.04;
}
.ulcard3 span, .ulcard2 span {
  display: block;
  writing-mode: vertical-rl;
  font-size: clamp(32px, 4vw, 40px);
  font-weight: 700;
  color: #fff;
  padding-bottom: 1em;
}
@media screen and (max-width: 834px) {
  .ulcard3 article::after, .ulcard2 article::after {
    --cir:60px;
  }
}
@media screen and (max-width: 640px) {
  .ulcard3 li, .ulcard2 li {
    width: 100%;
  }
  .ulcard3 a, .ulcard2 a {
    aspect-ratio: unset;
    height: unset;
  }
  .ulcard3 img, .ulcard2 img {
    aspect-ratio: unset;
  }
  .ulcard3 span, .ulcard2 span {
    writing-mode: unset;
    padding-bottom: 0.5em;
  }
}
.ulcard3.__pages ul, .__pages.ulcard2 ul {
  max-width: unset;
  flex-wrap: wrap;
}
.ulcard3.__pages a, .__pages.ulcard2 a {
  height: 500px;
}
.ulcard3.__pages .imgW, .__pages.ulcard2 .imgW {
  height: 100%;
}
.ulcard3.__pages img, .__pages.ulcard2 img {
  height: auto !important;
  aspect-ratio: 4/3;
}
.ulcard3.__pages article, .__pages.ulcard2 article {
  display: grid;
  place-items: center;
  place-content: center;
}
.ulcard3.__pages article::after, .__pages.ulcard2 article::after {
  display: none;
}
.ulcard3.__pages li, .__pages.ulcard2 li {
  display: flex;
  flex-direction: column;
}
.ulcard3.__pages span, .__pages.ulcard2 span {
  flex-grow: 1;
  writing-mode: unset;
  font-weight: 400;
  color: #111;
  background-color: #e7dbbf;
  text-align: center;
  font-size: 24px;
  padding: 1em;
  font-size: clamp(12px, 1.5vw, 24px);
}
@media screen and (max-width: 640px) {
  .ulcard3.__pages li, .__pages.ulcard2 li {
    width: 100%;
    margin-bottom: 20px;
  }
  .ulcard3.__pages a, .__pages.ulcard2 a {
    aspect-ratio: unset;
    height: unset;
  }
  .ulcard3.__pages img, .__pages.ulcard2 img {
    aspect-ratio: unset;
    margin-bottom: 0px;
  }
  .ulcard3.__pages span, .__pages.ulcard2 span {
    writing-mode: unset;
    font-size: 16px;
    text-align: left;
  }
}

.ulcard2 {
  margin-inline: auto;
}
.ulcard2 + .title2 {
  margin-top: 120px;
}
.ulcard2 ul {
  gap: 3vw;
  justify-content: center;
  flex-wrap: nowrap;
}
@media screen and (max-width: 834px) {
  .ulcard2 ul {
    flex-wrap: wrap;
  }
  .ulcard2 ul li {
    min-width: 100%;
    width: unset;
  }
  .ulcard2 ul .imgW {
    width: 100%;
  }
}
.ulcard2 li {
  max-width: calc(50% - 1.5vw);
}
.ulcard2 a {
  height: 220px;
  align-items: end;
  width: 100%;
}
.ulcard2 article {
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #00833e;
  padding-inline: 20px;
}
.ulcard2 article::after {
  content: url(../images/home/arrow.png);
  display: grid;
  place-items: center;
  border: none;
}
@media screen and (max-width: 834px) {
  .ulcard2 article::after {
    margin-right: 20px;
  }
}
.ulcard2 a:hover article {
  height: 100%;
  background-color: rgba(0, 131, 62, 0.4);
}
.ulcard2 a:hover article::after {
  box-shadow: none;
}
.ulcard2 a:hover .imgW {
  scale: 1;
}
.ulcard2 div {
  height: 56px;
  display: flex;
  align-items: center;
  writing-mode: unset;
  font-size: clamp(20px, 2.4vw, 24px);
  font-weight: 600;
  padding-bottom: 0em;
  color: #fff;
}
.ulcard2.__pages ul {
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 3vw;
}
@media screen and (max-width: 640px) {
  .ulcard2.__pages ul {
    flex-wrap: wrap;
  }
  .ulcard2.__pages ul li {
    max-width: unset;
  }
  .ulcard2.__pages ul .imgW {
    width: 100%;
  }
}
.ulcard2.__pages li {
  width: calc(50% - 1.5vw);
  display: block;
}
.ulcard2.__pages li span {
  background-color: #e7dbbf;
  text-align: center;
  line-height: 2;
  font-size: clamp(18px, 2.4vw, 24px);
  padding: 1em;
}
@media screen and (max-width: 640px) {
  .ulcard2.__pages li span {
    text-align: left;
  }
}
.ulcard2.__pages li b {
  margin-top: 10px;
}
.ulcard2.__pages a {
  height: unset;
}
.ulcard2.__pages img {
  height: unset !important;
}
.ulcard2.__pages article {
  height: unset !important;
  display: block;
  align-items: center;
  justify-content: space-between;
  background-color: unset;
  padding-inline: 0px;
}
.ulcard2.__pages article::after {
  display: none;
}
.ulcard2.__pages h5 {
  display: block;
  font-size: 24px;
  background-color: #e7dbbf;
  border-left: 8px solid #00833e;
  padding: 1em !important;
  color: #8b4513;
  margin-bottom: 1em;
}
.ulcard2.__pages div {
  height: unset;
  display: flex;
  align-items: center;
  writing-mode: unset;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 0em;
  color: #111;
}
.ulcard2.__pages li > b {
  display: inline-block;
  width: 50%;
}
.ulcard2.__type li {
  width: 30%;
}
.ulcard2.__type li:has(img) {
  width: 66%;
  max-width: unset;
}
.ulcard2.__type li:has(img) img {
  aspect-ratio: unset;
}
.ulcard2.__type article::after {
  display: none;
}

.box_news:is(#contents div) {
  padding: clamp(20px, 10vw, 100px);
  background-color: #fff;
  overflow-y: scroll;
  flex-wrap: nowrap;
}
.box_news:is(#contents div) .box {
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
  padding-bottom: 2em;
  margin-bottom: 2em;
  border-bottom: 1px solid #ddd;
  flex-shrink: 0;
}
.box_news:is(#contents div) .imgW {
  width: 20%;
}
.box_news:is(#contents div) h3 {
  font-size: clamp(16px, 1.8vw, 20px);
  margin-block: 0.5em;
}
.box_news:is(#contents div) article {
  width: 76%;
}
.box_news:is(#contents div) article div, .box_news:is(#contents div) article time {
  font-size: 14px;
}
@media screen and (max-width: 834px) {
  .box_news:is(#contents div) {
    padding: 20px;
  }
  .box_news:is(#contents div) .imgW {
    width: 26%;
  }
  .box_news:is(#contents div) article {
    width: 70%;
  }
}
@media screen and (max-width: 640px) {
  .box_news:is(#contents div) {
    max-height: 60vh;
  }
  .box_news:is(#contents div) .box > * {
    width: 100%;
  }
}

#main .form_wrap.form_simple {
  max-height: 320px;
  overflow: scroll;
}
@media screen and (max-width: 640px) {
  #main .form_wrap.form_simple {
    padding: 0;
    max-height: 460px;
  }
}
#main .form_wrap.form_simple dl {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 640px) {
  #main .form_wrap.form_simple dl {
    flex-direction: row !important;
    padding: 1em 0;
    display: block;
  }
}
#main .form_wrap.form_simple dt, #main .form_wrap.form_simple dd {
  font-family: "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.6;
  padding: 28px 10px;
}
@media screen and (max-width: 640px) {
  #main .form_wrap.form_simple dt, #main .form_wrap.form_simple dd {
    padding: 0;
  }
}
#main .form_wrap.form_simple dt {
  align-items: left;
  justify-content: flex-start;
  flex-grow: 1;
}
@media screen and (max-width: 640px) {
  #main .form_wrap.form_simple dt {
    width: 100%;
    width: -moz-fit-content;
    width: fit-content;
    padding-bottom: 0.25em;
    margin-bottom: 0.5em;
  }
}
#main .form_wrap.form_simple dd {
  flex-grow: 1;
}
@media screen and (max-width: 640px) {
  #main .form_wrap.form_simple dd {
    width: 100%;
  }
}
#main .form_wrap.form_simple dl:last-of-type dt {
  border-bottom: none;
}

.form_simple.form_wrap {
  border: none;
}
.form_simple.form_wrap::-webkit-scrollbar {
  background-color: transparent;
  width: 4px;
  height: 0;
}
.form_simple.form_wrap::-webkit-scrollbar-thumb {
  background-color: #00833e;
  border-radius: 99px;
  box-shadow: inset 3px 3px 3px rgba(255, 255, 255, 0.2);
}
.form_simple.form_wrap dl, .form_simple.form_wrap dt, .form_simple.form_wrap dd {
  border: none;
  background-color: unset;
}
.form_simple.form_wrap dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 10px;
}
.form_simple.form_wrap dl:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .form_simple.form_wrap dl {
    flex-direction: column;
  }
}
.form_simple.form_wrap dt {
  width: 20%;
  align-items: left;
  justify-content: flex-start;
  padding-left: 0;
}
.form_simple.form_wrap dd {
  width: 80%;
  padding-left: 0;
}
@media screen and (max-width: 640px) {
  .form_simple.form_wrap dt, .form_simple.form_wrap dd {
    width: 100%;
  }
}

.handlink2 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
}
.handlink2 > * {
  width: 50%;
  max-width: 600px;
}
.handlink2 .imgW {
  padding-right: 48px;
}
.handlink2 img {
  mix-blend-mode: multiply;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto !important;
}
.handlink2 .btn {
  margin-inline: auto;
}

.sns_inner {
  margin-top: 120px;
}

.htspan {
  margin-block: 240px;
  position: relative;
  margin-bottom: 480px;
}
.htspan article {
  width: 50%;
}
.htspan h2 {
  font-size: clamp(28px, 6vw, 60px);
  margin-bottom: 1em;
}
.htspan div {
  line-height: 3;
}
.htspan span {
  font-size: clamp(200px, 30vw, 300px);
  font-weight: 400;
  line-height: 0.6;
  letter-spacing: 0;
  font-family: "Rajdhani", sans-serif;
  color: #a65612;
  color: hsl(24, 80%, 24%);
  position: absolute;
  right: 0;
  bottom: 0;
  transform-origin: right;
  scale: 0.66 1;
  text-align: right;
  z-index: -1;
  white-space: nowrap;
  mix-blend-mode: plus-lighter;
}
@media screen and (max-width: 640px) {
  .htspan span {
    white-space: unset;
  }
}
@media only screen and (max-width: 1400px) {
  .htspan article {
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .htspan {
    margin-top: 120px;
    margin-bottom: 240px;
  }
}

.title3 {
  margin-top: 8%;
  margin-bottom: 20px;
  color: #fff;
}
.title3 h2 {
  margin-bottom: 0px;
  line-height: 1.3;
  display: inline-block;
  display: block;
}
.title3 span {
  display: block;
  scale: 0.72 1;
}
.title3 i {
  margin-right: 8px;
}
.title3 div {
  color: #fff;
  letter-spacing: 0.06em;
}
.title3.__makers h2 {
  color: #000;
}
.title3.__left span {
  transform-origin: left;
}
.title3.__right span {
  transform-origin: right;
}
.title3.__news {
  max-width: 1000px;
  margin-inline: auto;
  margin-bottom: 80px;
}
.title3.__schedule {
  color: #000;
}
@media screen and (max-width: 834px) {
  .title3 {
    margin-bottom: 0;
  }
}

.card7 {
  justify-content: space-evenly;
  padding-inline: 2%;
  margin-block: 80px;
}
.card7 .box {
  width: 10.2857142857%;
  margin-inline: 2%;
  margin-bottom: 1%;
  transition: 0.4s;
  will-change: scale;
}
.card7 .box:hover {
  scale: 1.05;
}
@media screen and (max-width: 834px) {
  .card7 .box {
    width: 16%;
    margin-bottom: 2%;
  }
}
.card7 a {
  position: relative;
}
.card7 a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  --wid:2px;
  box-shadow: inset 0 0 0 var(--wid) #fff, inset 0 0 0 var(--wid) #fff, inset 0 0 0 var(--wid) #fff, 0 0 0 var(--wid) #fff, 0 0 0 var(--wid) #fff, 0 0 0 var(--wid) #fff;
}
.card7 a:has(img[src*=".png"])::after {
  box-shadow: none;
}
@media only screen and (max-width: 1400px) {
  .card7 {
    padding-inline: 0px;
  }
}

.hti {
  display: flex;
  flex-direction: row-reverse;
  margin-block: 10%;
  margin-top: 360px;
  --pad:80px;
}
.hti > * {
  width: 50%;
}
.hti article {
  padding: var(--pad);
  width: calc(50% + var(--pad) * 2);
  margin-left: calc(-1 * var(--pad));
  z-index: 1;
  height: -moz-fit-content;
  height: fit-content;
}
.hti h2 {
  display: block;
  color: #fff;
}
.hti span {
  line-height: 0.8;
  margin-bottom: 30px;
  white-space: nowrap;
}
.hti article > div {
  line-height: 3;
  margin-top: 60px;
}
.hti .btn {
  width: 300px;
  height: 100px;
  border: 1px solid #fff;
  border-radius: 0;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  margin-top: 60px;
}
.hti .btn:after {
  content: "\f178";
  display: inline;
  position: static;
  margin-left: 1em;
  font-weight: 300;
}
.hti .imgW {
  margin-left: -160px;
}
.hti img {
  height: auto !important;
  width: 100% !important;
}
@media only screen and (max-width: 1200px) {
  .hti {
    --pad:40px;
  }
}
@media screen and (max-width: 834px) {
  .hti {
    flex-direction: column-reverse;
    margin-top: 240px;
    padding: 0;
  }
  .hti .imgW {
    width: unset;
    margin-left: 0px;
    margin-top: -90px;
  }
  .hti article {
    width: 100%;
    padding-inline: 0;
  }
}

.clbgimg .imgW {
  background-color: rgba(223, 112, 0, 0.4);
}
.clbgimg img {
  opacity: 0.7;
  filter: brightness(120%);
}

.rightedge .imgW {
  flex: 1;
  margin-right: calc(50% - 50vw);
}
.rightedge .imgW img {
  width: 100% !important;
}

.leftedge .imgW {
  flex: 1;
  margin-left: calc(50% - 50vw);
}
.leftedge .imgW img {
  width: 100% !important;
}

.card3 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-block: 80px;
}
@media screen and (max-width: 834px) {
  .card3 ul {
    padding-inline: 0;
  }
}
@media only screen and (max-width: 480px) {
  .card3 ul {
    padding-inline: 20px;
  }
}
.card3 li {
  width: 29.3333333333%;
  margin-inline: 0%;
  margin-bottom: 3%;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  background-color: rgba(223, 112, 0, 0.4);
  border: 1px solid #000;
}
@media screen and (max-width: 834px) {
  .card3 li {
    width: 46%;
  }
}
@media only screen and (max-width: 480px) {
  .card3 li {
    width: 100%;
  }
}
.card3 img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.6;
  filter: contrast(150%) brightness(80%);
  transition: inherit;
}
.card3 a {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 5/3;
  font-size: clamp(18px, 2.2vw, 26px);
  font-weight: 400;
  transform-origin: right bottom;
  will-change: scale;
  transition: 0.4s;
}
.card3 a::after {
  --tri:120px;
  --tripad:30px;
  font-family: "Font Awesome 5 Pro";
  content: "\f178";
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: var(--tri);
  height: var(--tri);
  background-color: #000;
  -webkit-clip-path: polygon(100% 100%, 100% 0%, 0% 100%);
          clip-path: polygon(100% 100%, 100% 0%, 0% 100%);
  display: grid;
  place-items: end;
  padding-right: var(--tripad);
  padding-bottom: calc(var(--tripad) / 2);
  transform-origin: right bottom;
  transition: inherit;
  will-change: scale;
}
@media only screen and (max-width: 1000px) {
  .card3 a::after {
    --tri:60px;
    --tripad:10px;
  }
}
@media only screen and (max-width: 480px) {
  .card3 a::after {
    --tri:100px;
    --tripad:20px;
  }
}
.card3 a:hover {
  scale: 1.02;
}
.card3 a:hover img {
  opacity: 1;
  filter: contrast(100%) brightness(80%);
}
.card3 a:hover:after {
  scale: 1.1;
}
@media only screen and (max-width: 480px) {
  .card3 a {
    aspect-ratio: unset;
  }
}

.news {
  max-width: 800px;
  margin-inline: auto;
  padding-bottom: 150px;
}

#main .sns_list {
  flex-direction: row;
}

#main #form_calendar {
  max-width: 1000px;
  padding-bottom: 20px;
}
#main #form_calendar span, #main #form_calendar th, #main #form_calendar label {
  color: #000;
}
@media screen and (max-width: 640px) {
  #main #form_calendar th, #main #form_calendar .close > span {
    font-size: 10px;
  }
}
#main #form_calendar .open.level1 span {
  border: 3px solid #df7000;
}

#main .btnwrap {
  justify-content: space-between;
  margin-top: 12%;
}
#main .btnwrap .box {
  width: 480px;
  height: 160px;
  max-width: 48%;
  margin-bottom: 6%;
}
#main .btnwrap .btn {
  height: 160px;
  flex-direction: column;
  font-size: 26px;
  line-height: 1.6;
  background-color: #00833e;
  color: #fff;
}
#main .btnwrap .btn span {
  letter-spacing: 0.02em;
}
@media screen and (max-width: 640px) {
  #main .btnwrap {
    justify-content: center;
  }
  #main .btnwrap .box {
    max-width: unset;
  }
}

div.blog_form {
  max-width: 800px;
  max-height: 210px;
  overflow: scroll;
  margin-bottom: var(--spacelg);
}
@media screen and (max-width: 640px) {
  div.blog_form {
    padding: 0;
  }
}
div.blog_form .blog_photo {
  display: none;
}
div.blog_form .blog_text:is(div) {
  display: flex;
  width: 100%;
  padding: 0;
  line-height: 1.875;
  padding: 20px 0;
  flex-wrap: wrap;
}
div.blog_form .blog_date:is(div) {
  width: 20%;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  div.blog_form .blog_date:is(div) {
    width: 100%;
  }
}
div.blog_form div.blog_list h3 {
  width: 80%;
  margin-bottom: 0px;
}
div.blog_form div.blog_list h3 span {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  div.blog_form div.blog_list h3 {
    width: 100%;
  }
}
div.blog_form::-webkit-scrollbar-thumb {
  border-radius: 5px;
}
div.blog_form::-webkit-scrollbar {
  width: 8px;
  background-color: #fff;
}

div.blog_list {
  border: none;
}
div.blog_list > div {
  display: block;
}

footer#global_footer {
  min-width: 100% !important;
  color: #333;
}

.footer {
  margin-top: 150px;
}
.footer * {
  font-size: 14px;
  color: #111;
}
.footer_contact {
  background: no-repeat center/cover;
  justify-content: center;
  height: 300px;
  margin-block: 0;
}
@media screen and (max-width: 834px) {
  .footer_contact {
    height: unset !important;
  }
}
.footer_contact .titlebg {
  margin-bottom: 0;
  margin-top: 0;
  height: unset;
  margin-bottom: 48px;
}
.footer_contact .titlebg h2 {
  margin-bottom: 0;
  font-size: clamp(24px, 3.2vw, 32px);
  background: url(../images/home/title.png) no-repeat center;
}
@media screen and (max-width: 834px) {
  .footer_contact .titlebg {
    max-width: unset;
  }
}
@media screen and (max-width: 640px) {
  .footer_contact {
    height: unset !important;
    gap: 3vw;
  }
}
@media screen and (max-width: 834px) {
  .footer_contact .clearfix {
    margin-inline: auto;
  }
}
.footer_contact .clearfix a.itext {
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin-left: 0;
}
@media screen and (max-width: 834px) {
  .footer_contact .clearfix a.itext {
    margin-inline: auto;
  }
}
.footer_contact .clearfix img {
  margin-left: 0;
  margin-bottom: 30px;
  width: 100%;
  max-width: 400px;
}
.footer_contact .clearfix .btn {
  color: #fff;
  font-size: 20px;
}
.footer_contact .clearfix .btn::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f0e0";
  font-weight: 900;
  font-size: 23px;
}
@media screen and (max-width: 834px) {
  .footer_contact .clearfix .btn {
    margin-inline: auto;
  }
}
.footer_main {
  padding-top: 100px;
  padding-bottom: 30px;
  text-align: center;
  background-color: unset !important;
  color: #fff;
}
@media screen and (max-width: 834px) {
  .footer_main {
    padding-bottom: 50px;
  }
}
.footer_logo a {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-bottom: 40px;
  display: grid;
  place-items: center;
  align-content: center;
}
.footer_address {
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  line-height: 2;
  margin-bottom: 30px;
}
.footer_nav {
  margin-bottom: 60px;
}
.footer_nav * {
  font-size: 16px;
}
.footer_ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.footer_list {
  padding: 0 18px;
  margin-bottom: 10px;
}
@media screen and (max-width: 834px) {
  .footer_list {
    padding: 0 0.7em;
  }
}
.footer_copy {
  background-color: #8b4513;
  text-align: center;
  color: #fff;
  line-height: 40px;
}

#main .title1.pages {
  position: absolute;
  top: 0;
  left: 0;
  height: calc(50vh - var(--head));
  width: 100%;
  display: grid;
  place-items: center;
}
#main .title1.pages h1 {
  margin: auto;
  font-size: clamp(26px, 4vw, 40px);
}
@media screen and (max-width: 834px) {
  #main .title1.pages {
    aspect-ratio: 5/2;
    height: unset;
  }
}

.slide_pages {
  display: flex;
  flex-direction: column;
}
.slide_pages img {
  -o-object-fit: cover;
     object-fit: cover;
  min-height: unset;
  max-height: calc(50vh - var(--head));
  max-height: calc(50dvh - var(--head));
  min-width: 100%;
  opacity: 0.6;
  filter: contrast(150%);
}
@media screen and (max-width: 834px) {
  .slide_pages img {
    aspect-ratio: 5/2;
    max-height: unset;
  }
}
.slide_pages .slick-slide {
  position: relative;
  background-color: rgba(223, 112, 0, 0.4);
}

.title1 {
  height: calc(50vh - var(--head));
  display: grid;
  place-items: center;
  overflow: hidden;
}
.title1 h1 {
  margin-right: auto;
  font-size: clamp(12px, 2.22vw, 32px);
  width: -moz-fit-content;
  width: fit-content;
  min-width: 33.3vw;
  aspect-ratio: 1/1;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: url(../images/home/mvtexbg.png) no-repeat center/cover;
  color: #00833e;
  font-family: "Shippori Mincho", "Noto Serif JP", "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 834px) {
  .title1 h1 {
    width: 60vw;
    height: 60vw;
    max-width: unset;
    font-size: clamp(16px, 3.2vw, 32px);
  }
}
@media screen and (max-width: 834px) {
  .title1 h1 {
    width: 60vw;
    height: 60vw;
    max-width: unset;
    font-size: clamp(16px, 3.6vw, 32px);
  }
}
@media screen and (max-width: 640px) {
  .title1 h1 {
    width: 70vw;
    height: 70vw;
    max-width: unset;
    margin-left: auto;
  }
}
@media screen and (max-width: 834px) {
  .title1 {
    aspect-ratio: 5/2;
    height: unset;
  }
}

#contents .tbl_tximg {
  border: 4px solid #00833e;
  border-radius: var(--rad);
  padding: 20px;
  position: relative;
  margin-bottom: 40px;
}
#contents .tbl_tximg table td {
  border: none;
  line-height: 2;
}
#contents .tbl_tximg h3 {
  width: 100%;
  color: #00833e;
  position: relative;
  font-weight: 700;
  line-height: 2;
  --circle:40px;
  display: flex;
  align-items: center;
  border-bottom: 4px solid #00833e;
  margin-bottom: 1em;
}
#contents .tbl_tximg h3 span {
  width: var(--circle);
  height: var(--circle);
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  background-color: #00833e;
  border-radius: 999px;
  text-align: center;
  line-height: var(--circle);
  margin-right: 10px;
}
#contents .tbl_tximg .text div {
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 20px;
}
#contents .tbl_tximg .text div b {
  line-height: 2;
  display: block;
  padding: 10px;
  margin-right: 20px;
  font-weight: 400;
}
#contents .tbl_tximg td:has(img) img {
  width: 100%;
  border-radius: var(--rad);
}
#contents .tbl_tximg .btns div {
  display: flex;
  margin-bottom: 20px;
  border-radius: var(--rad);
  overflow: hidden;
}
#contents .tbl_tximg .btns div > * {
  width: 50%;
}
#contents .tbl_tximg .btns div a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  color: #00833e;
  font-size: 18px;
  font-weight: 700;
  gap: 1em;
  padding-inline: 1em;
  border: 2px solid #00833e;
}
#contents .tbl_tximg .btns div a:last-child {
  border-left: none;
}
#contents .tbl_tximg .btns div a::after {
  content: "▲";
  rotate: 90deg;
}
@media screen and (max-width: 834px) {
  #contents .tbl_tximg .btns div a {
    gap: 0.5em;
    padding-inline: 0.5em;
  }
}
#contents .tbl_tximg tr:has(.arrow) {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 60px;
}
#contents .tbl_tximg tr:has(.arrow) .arrow {
  padding: 0;
  padding-top: 20px;
}
#contents .tbl_tximg tr:has(.arrow) img {
  padding-right: 0;
}
#contents .tbl_tximg .multi img {
  padding-inline: 5px;
}
#contents .tbl_tximg .multi:first-child {
  translate: -5px;
}
#contents .tbl_tximg .multi:nth-child(3) {
  translate: 5px;
}
@media screen and (max-width: 640px) {
  #contents .tbl_tximg {
    padding: 10px;
  }
  #contents .tbl_tximg table td {
    display: block;
    padding: 0;
  }
  #contents .tbl_tximg .text div {
    margin-block: 10px;
  }
  #contents .tbl_tximg .text div b {
    margin-right: 0;
  }
  #contents .tbl_tximg .btns div {
    flex-wrap: wrap;
  }
  #contents .tbl_tximg .btns div > * {
    width: 100%;
  }
  #contents .tbl_tximg .btns div a {
    margin-bottom: 5px;
    border: 2px solid #00833e;
    border-radius: var(--rad);
  }
  #contents .tbl_tximg .btns div a:last-child {
    border: 2px solid #00833e;
  }
  #contents .tbl_tximg .multi img {
    padding-inline: 0px;
  }
  #contents .tbl_tximg .multi:first-child {
    translate: 0px;
  }
  #contents .tbl_tximg .multi:nth-child(3) {
    translate: 0px;
  }
}

.boxcolumn {
  gap: 2vw;
  --num:96px;
}
.boxcolumn .box {
  width: calc(50% - 1vw);
  border: 4px solid #00833e;
  border-radius: var(--rad);
}
.boxcolumn article {
  min-height: 200px;
  display: block;
  height: 100%;
}
.boxcolumn h3 {
  font-size: clamp(20px, 3.2vw, 28px);
  font-weight: 600;
  display: flex;
  align-items: center;
  padding-right: 0.5em;
  color: #00833e;
}
.boxcolumn h3::before {
  content: "";
  width: var(--num);
  height: var(--num);
  min-width: var(--num);
  display: grid;
  place-items: center;
  background-color: #00833e;
  color: #fff;
  border-radius: 0 0 var(--rad) 0;
  margin-right: 0.5em;
  align-self: flex-start;
}
.boxcolumn .box:nth-child(1) h3::before {
  content: "1";
}
.boxcolumn .box:nth-child(2) h3::before {
  content: "2";
}
.boxcolumn .box:nth-child(3) h3::before {
  content: "3";
}
.boxcolumn .box:nth-child(4) h3::before {
  content: "4";
}
.boxcolumn .box:nth-child(5) h3::before {
  content: "5";
}
.boxcolumn .box:nth-child(6) h3::before {
  content: "6";
}
.boxcolumn .box:nth-child(7) h3::before {
  content: "7";
}
.boxcolumn .box:nth-child(8) h3::before {
  content: "8";
}
.boxcolumn .box:nth-child(9) h3::before {
  content: "9";
}
.boxcolumn article > div {
  line-height: 2;
  padding: 1vw;
}
.boxcolumn span {
  display: block;
}
.boxcolumn .imgW {
  height: 100%;
}
.boxcolumn img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--rad);
  height: 100%;
  width: 100%;
  min-width: 100%;
}
@media only screen and (max-width: 1000px) {
  .boxcolumn .box {
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .boxcolumn {
    --circle:72px;
  }
  .boxcolumn > div {
    flex-direction: row-reverse;
    flex-wrap: wrap;
    height: unset;
  }
  .boxcolumn article, .boxcolumn .imgW {
    width: 100%;
  }
  .boxcolumn article img, .boxcolumn .imgW img {
    aspect-ratio: 2/1;
  }
  .boxcolumn article {
    min-height: 150px;
  }
  .boxcolumn article::before {
    font-size: 30px;
  }
}
@media screen and (max-width: 640px) {
  .boxcolumn {
    --circle:48px;
  }
  .boxcolumn article {
    min-height: unset;
  }
  .boxcolumn article > div {
    font-size: 19px;
    margin-bottom: 10px;
  }
}

.txsub div {
  color: #8b4513;
  font-size: clamp(18px, 2.4vw, 24px);
}

#contents .tbl_img5, #contents .tbl_img3 {
  margin-bottom: 60px;
}
#contents .tbl_img5 tr, #contents .tbl_img3 tr {
  display: flex;
  gap: var(--spacesm);
  margin-bottom: var(--spacesm);
}
#contents .tbl_img5 td, #contents .tbl_img3 td {
  display: block;
  width: 20%;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  padding: 0 !important;
  border: none;
}
#contents .tbl_img5 td div, #contents .tbl_img3 td div {
  padding-block: 1em;
}
#contents .tbl_img5 a, #contents .tbl_img3 a {
  overflow: hidden;
}
#contents .tbl_img5 a img, #contents .tbl_img3 a img {
  will-change: scale;
  transition: 0.4s;
}
#contents .tbl_img5 a img:hover, #contents .tbl_img3 a img:hover {
  scale: 1.02;
}
#contents .tbl_img5 {
  margin-bottom: 60px;
}
#contents .tbl_img5 tr {
  display: flex;
  gap: var(--spacesm);
  margin-bottom: var(--spacesm);
}
#contents .tbl_img5 td {
  display: block;
  width: 20%;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  padding: 0 !important;
  border: none;
}
@media screen and (max-width: 834px) {
  #contents .tbl_img5 tr {
    flex-wrap: wrap;
  }
  #contents .tbl_img5 td {
    width: calc(33.3333333333% - 20px);
    aspect-ratio: unset !important;
    overflow: hidden;
  }
  #contents .tbl_img5 a, #contents .tbl_img5 img {
    width: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (max-width: 480px) {
  #contents .tbl_img5 tr {
    flex-direction: column;
  }
  #contents .tbl_img5 td {
    width: 100%;
    aspect-ratio: 3/2;
    overflow: hidden;
  }
  #contents .tbl_img5 a, #contents .tbl_img5 img {
    height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#contents .tbl_img5 a {
  overflow: hidden;
}
#contents .tbl_img5 a img {
  will-change: scale;
  transition: 0.4s;
}
#contents .tbl_img5 a img:hover {
  scale: 1.02;
}
#contents .tbl_img3 td {
  width: 33.3333333333%;
}
#contents .tbl_img3 td div {
  padding-block: 1em;
}
@media screen and (max-width: 640px) {
  #contents .tbl_img3 tr {
    justify-content: center;
    flex-wrap: wrap;
  }
  #contents .tbl_img3 td {
    width: 46%;
    aspect-ratio: unset !important;
    overflow: hidden;
  }
}
@media only screen and (max-width: 480px) {
  #contents .tbl_img3 tr {
    flex-direction: column;
  }
  #contents .tbl_img3 td {
    width: 100%;
    aspect-ratio: unset !important;
    overflow: hidden;
  }
  #contents .tbl_img3 a, #contents .tbl_img3 img {
    height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #contents .tbl_img3 a, #contents .tbl_img3 img {
    width: 100% !important;
  }
}

.popup td {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
.popup a {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  display: block;
}
.popup a img {
  will-change: scale;
  transition: 0.4s;
}
.popup a img:hover {
  scale: 1.02;
}

.mapwrap a {
  display: block;
  color: #00833e;
  text-decoration: underline;
}

section div.form_wrap dl dt {
  background-color: #e7dbbf;
}

section div.form_wrap dl dd {
  background-color: unset;
}

.titletext, .tximg {
  --wid:112px;
  --pad:40px;
  margin-block: 40px;
}
.titletext h3, .tximg h3 {
  color: #8b4513;
  line-height: 1;
  padding: 1em !important;
  margin-block: var(--pad);
  width: -moz-fit-content;
  width: fit-content;
  background-color: #e7dbbf;
  border-left: 8px solid #00833e;
  font-size: 24px;
  margin-bottom: 1em;
}
.titletext:not(:has(img)) h3, .tximg:not(:has(img)) h3 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.titletext:not(:has(img)) h3 span, .tximg:not(:has(img)) h3 span {
  font-size: 80%;
}
.titletext div, .tximg div {
  line-height: 2;
}
.titletext span, .tximg span {
  color: red;
  font-weight: 600;
}
.titletext .imgR, .tximg .imgR {
  margin-left: 20px;
  margin-bottom: 20px;
  max-width: 60%;
  height: auto !important;
}
.titletext .imgC, .tximg .imgC {
  margin-bottom: 20px;
  height: auto !important;
}
.titletext .btn, .tximg .btn {
  margin-inline: auto;
  margin-top: 20px;
}
.titletext.__shop img, .tximg.__shop img {
  margin-left: 20px;
  margin-bottom: 20px;
  max-width: 60%;
  height: auto !important;
}
@media screen and (max-width: 834px) {
  .titletext, .tximg {
    --pad:20px;
    --wid:60px;
  }
  .titletext article, .tximg article {
    display: flex;
    flex-direction: column;
  }
  .titletext h3, .tximg h3 {
    width: unset;
  }
  .titletext img, .tximg img {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 10px;
    float: none;
    order: 1;
    margin: 0 !important;
    margin-top: 20px !important;
  }
  .titletext.__shop img, .tximg.__shop img {
    margin-left: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 640px) {
  .titletext.h3span h3, .tximg.h3span h3 {
    flex-direction: column;
    padding-bottom: 0.3em !important;
  }
  .titletext.h3span span, .tximg.h3span span {
    font-size: 50%;
    margin-left: auto;
    line-height: 2;
  }
}

#contents .tbl_normal div {
  font-weight: 500;
}

#main .tbl_normal.col3 {
  margin-bottom: 40px;
}
#main .tbl_normal.col3 tr:first-child {
  background-color: rgba(255, 255, 255, 0.1);
}
#main .tbl_normal.col3 tr:nth-child(2) {
  background-color: rgba(255, 255, 255, 0.2);
}
#main .tbl_normal.col3 td {
  width: 33.3333333333%;
  border: 1px solid #fff;
  padding: 10px;
}

#contents .floatwrap {
  --wid:120px;
  --pad:40px;
}
#contents .floatwrap > div:first-child img {
  margin-bottom: var(--pad);
}
#contents .floatwrap .titletext:not(.__custom) {
  display: flex;
  align-items: center;
  margin-bottom: var(--pad);
  margin-top: 0;
}
#contents .floatwrap .titletext:not(.__custom) img {
  margin-right: 20px;
}
#contents .floatwrap .titletext:not(.__custom) div {
  font-size: 26px;
}
#contents .floatwrap .titletext.__custom {
  margin-top: 0;
}
#contents .floatwrap .titletext.__custom > div > div {
  background-color: rgba(255, 255, 255, 0.2);
  padding: clamp(10px, 2vw, 20px);
  line-height: 2;
}
#contents .floatwrap .titletext.__custom span {
  color: red;
  font-size: clamp(20px, 2.4vw, 24px);
}
#contents .floatwrap .titletext.__custom a:not(.btn) {
  color: #df7000;
  text-decoration: underline;
}
#contents .floatwrap .titletext.__custom .btn {
  margin-top: var(--pad);
}
#contents .floatwrap .tbl_normal {
  margin-bottom: var(--pad);
}
#contents .floatwrap .tbl_normal tr:first-child {
  background-color: #000;
}
#contents .floatwrap .tbl_normal td {
  border: 1px solid #fff;
  padding: 10px;
}
#contents .floatwrap .tbl_normal td:not(td[colspan]) {
  width: 33.3333333333%;
}
#contents .floatwrap .tbl_normal + div {
  margin-bottom: var(--pad);
}
#contents .floatwrap .btn {
  height: unset;
  background-color: #000;
  font-size: 26px;
  font-weight: 300;
  padding-block: 16px;
  padding-inline: 10px;
  border-radius: 0;
}
#contents .floatwrap .btn::after {
  font-weight: 300;
  margin-left: 1em;
}
@media screen and (max-width: 834px) {
  #contents .floatwrap {
    --pad:20px;
  }
  #contents .floatwrap > * {
    max-width: 100%;
    width: 100%;
  }
  #contents .floatwrap .titletext:not(.__custom) img {
    max-width: 20%;
    margin-right: 10px;
  }
  #contents .floatwrap .titletext:not(.__custom) div {
    font-size: var(--pad);
  }
  #contents .floatwrap .tbl_normal td {
    padding: 0px;
  }
  #contents .floatwrap .col4.__wrap tr {
    display: flex;
    flex-wrap: wrap;
  }
  #contents .floatwrap .col4.__wrap td[colspan] {
    width: 100%;
    padding: 10px;
  }
  #contents .floatwrap .col4.__wrap td:not(td[colspan]) {
    display: block;
    width: 50%;
    padding: 10px;
  }
  #contents .floatwrap .btn {
    font-size: var(--pad);
    margin-bottom: var(--pad);
  }
}
#contents .floatwrap img {
  width: 100%;
  height: auto !important;
  margin-bottom: 40px !important;
}

.__border {
  background-color: rgba(255, 255, 255, 0.2);
  padding: var(--spacesm);
  border: 1px solid #a65612;
}
.__border h3 {
  display: inline-block;
  vertical-align: bottom;
}
.__border span {
  background-color: #000;
  display: block;
  padding: var(--spacesm);
  margin-top: var(--spacesm);
}

.overscroll {
  overflow: scroll;
  max-height: 400px;
}
.overscroll div {
  line-height: 2;
}

#main .tbl_image2 {
  margin-top: var(--pad);
  margin-bottom: 60px;
}
#main .tbl_image2 tr {
  display: flex;
  gap: var(--spacesm);
  margin-bottom: var(--spacesm);
}
#main .tbl_image2 td {
  display: block;
  width: 50%;
}
@media screen and (max-width: 834px) {
  #main .tbl_image2 tr {
    flex-direction: column;
  }
  #main .tbl_image2 td {
    width: 100%;
    overflow: hidden;
  }
  #main .tbl_image2 a, #main .tbl_image2 img {
    height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

#main .form_wrap.entry {
  margin-block: 30px;
  color: #000;
  font-weight: 500;
}

.annot {
  color: #df7000;
}

.titletext.img100 {
  margin-block: 40px;
}
.titletext.img100 img {
  margin-bottom: var(--pad);
}

#main .tbl_normal.col4, #main .tbl_normal.col2 {
  margin-bottom: 40px;
}
#main .tbl_normal.col4 tr:first-child, #main .tbl_normal.col2 tr:first-child {
  background-color: rgba(255, 255, 255, 0.1);
}
#main .tbl_normal.col4 td, #main .tbl_normal.col2 td {
  width: 25%;
  border: 1px solid #fff;
  padding: 10px;
}
#main .tbl_normal.col4 td:not(td[colspan]), #main .tbl_normal.col2 td:not(td[colspan]) {
  width: 25%;
}
#main .tbl_normal.col4 tr:not(:first-child) td:nth-child(odd), #main .tbl_normal.col2 tr:not(:first-child) td:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 480px) {
  #main .tbl_normal.col4.__wrap tr, #main .tbl_normal.col2.__wrap tr {
    display: flex;
    flex-wrap: wrap;
  }
  #main .tbl_normal.col4.__wrap td[colspan], #main .tbl_normal.col2.__wrap td[colspan] {
    width: 100%;
    padding: 10px;
  }
  #main .tbl_normal.col4.__wrap td:not(td[colspan]), #main .tbl_normal.col2.__wrap td:not(td[colspan]) {
    display: block;
    width: 100%;
    padding: 10px;
  }
}

#main .tbl_normal.col2 td {
  width: 50%;
}
#main .tbl_normal.col2.hokan tr {
  background-color: unset;
}
#main .tbl_normal.col2.hokan td:not(td[colspan]) {
  width: 80%;
  background-color: unset;
}
#main .tbl_normal.col2.hokan td:not(td[colspan]):first-child {
  width: 20%;
  background-color: rgba(255, 255, 255, 0.2);
}

#main .tbl_normal.col5 {
  margin-bottom: 40px;
}
#main .tbl_normal.col5 tr:first-child {
  background-color: rgba(255, 255, 255, 0.1);
}
#main .tbl_normal.col5 tr:nth-child(2) {
  background-color: rgba(255, 255, 255, 0.2);
}
#main .tbl_normal.col5 td {
  width: 20%;
  border: 1px solid #fff;
  padding: 10px;
}
#main .tbl_normal.col5 td[colspan] {
  width: 100%;
}

.slide_custom {
  margin-bottom: 140px;
}
.slide_custom .slick-slide img {
  width: 100% !important;
}
.slide_custom .slick-dots {
  bottom: unset;
  top: 103%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.slide_custom .slick-dots li {
  width: 23%;
  margin: 0;
  height: auto !important;
}
.slide_custom .slick-prev {
  left: 10px;
  z-index: 1;
}
.slide_custom .slick-next {
  right: 10px;
}
.slide_custom .slick-prev:before, .slide_custom .slick-next:before {
  color: #000;
}

#main .form_common {
  margin-block: 40px;
}
@media screen and (max-width: 834px) {
  #main .form_common dl {
    flex-direction: column;
  }
}
#main .form_common dl dt, #main .form_common dl dd {
  padding: 16px;
  border: none;
  background-color: transparent;
}
@media screen and (max-width: 834px) {
  #main .form_common dl dt, #main .form_common dl dd {
    width: 100%;
  }
}
#main .form_common dl dt {
  border-bottom: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 834px) {
  #main .form_common dl dt {
    background-color: unset;
    border: none;
    padding: 16px 0 0;
    font-weight: 700;
  }
}
#main .form_common dl dd {
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 834px) {
  #main .form_common dl dd {
    padding: 8px 0 16px;
  }
}

#main .policy_link {
  color: #fff;
}

#main .tbl_normal td {
  padding: 0;
  border: none;
}

.title_01 {
  height: 300px;
}
.title_01:after {
  display: none;
}
.title_01 article {
  height: 100%;
  position: relative;
  background-color: #fb8a14;
  padding-left: 18%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .title_01 {
    height: 180px;
  }
}
.title_01 img {
  max-height: 700px;
  min-height: 100%;
  max-width: unset;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media only screen and (max-width: 1200px) {
  .title_01 img {
    max-width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .title_01 img {
    aspect-ratio: 3/2;
  }
}
@media screen and (max-width: 640px) {
  .title_01 img {
    aspect-ratio: 1/1;
  }
}
.title_01 h1 {
  position: absolute;
  z-index: 2;
  bottom: 14%;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  justify-content: flex-start;
  width: 100%;
  max-width: 1240px;
  padding: 0;
  text-align: left;
  color: #fff;
  font-size: clamp(18px, 3vw, 30px);
  line-height: 1.6;
}
@media only screen and (max-width: 1400px) {
  .title_01 h1 {
    padding: 0 20px;
  }
}
@media screen and (max-width: 834px) {
  .title_01 h1 {
    font-size: 22px;
  }
}
.title_01_head {
  font-size: inherit;
  display: block;
  margin: auto;
  line-height: 1.24;
  font-family: "Roboto", "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-weight: 700;
  font-size: clamp(60px, 11vw, 110px);
}
.title_01 span {
  font-size: inherit;
  display: block;
  margin: auto;
  line-height: 1.24;
  font-family: "Roboto", "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: clamp(60px, 11vw, 110px);
}

.bgmain .tbl_normal.__recruit td {
  width: 33.3333333333%;
  font-size: 32px;
  line-height: 0.8;
  height: 120px;
}
.bgmain .tbl_normal.__recruit td.cell1 {
  border-left: none;
  border-top: none;
  font-size: 24px;
}
.bgmain .tbl_normal.__recruit td.cell2 {
  border-right: none;
  border-top: none;
  font-size: 32px;
  color: #00833e;
}
.bgmain .tbl_normal.__recruit td.cellimg {
  display: flex;
  align-items: start;
  width: 100%;
  border: none !important;
  padding: 0 !important;
}
.bgmain .tbl_normal.__recruit tr:first-child .cell2 {
  border-top: none;
}
.bgmain .tbl_normal.__recruit tr:last-child .cell2 {
  border-bottom: none;
}

#main .tbl_normal.__recruit {
  background-color: transparent;
  border-radius: var(--rad);
}
@media screen and (max-width: 834px) {
  #main .tbl_normal.__recruit {
    padding: 0px;
  }
  #main .tbl_normal.__recruit td {
    display: grid;
    place-items: center;
  }
  #main .tbl_normal.__recruit img {
    max-height: 50vh;
  }
  #main .tbl_normal.__recruit .cell1, #main .tbl_normal.__recruit .cell2, #main .tbl_normal.__recruit .cell3 {
    font-size: 24px;
    line-height: 1.2;
    width: 50%;
    border-left: none;
    border-top: none;
  }
  #main .tbl_normal.__recruit .cell1 span, #main .tbl_normal.__recruit .cell2 span, #main .tbl_normal.__recruit .cell3 span {
    font-size: 12px;
    display: block;
  }
  #main .tbl_normal.__recruit .cell2.bdt {
    border-top: 1px solid #ddd !important;
  }
}
#main .tbl_normal.__company .cell1 {
  width: 33.3333333333%;
}
#main .tbl_normal.__company .cell2 {
  color: #111;
}

.policy-wrap h2 {
  font-size: 26px;
}

.ulcard span {
  letter-spacing: 0.02em;
}

.fcb div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .fcb div {
    flex-direction: column;
  }
}

.policy_contents {
  margin: var(--space) 0;
}
.policy_contents h2 {
  font-size: 22px;
  display: block;
  background-color: #e7dbbf;
  border-left: 8px solid #00833e;
  padding: 0.5em !important;
}

hr {
  height: 0;
  border-bottom: 1px dashed rgba(0, 170, 221, 0.7333333333);
  margin: 8px 0;
}

.error_text .btn {
  width: 350px;
  max-width: 80%;
  margin: 40px auto;
  background-color: #00833e;
  color: #fff;
  font-weight: 500;
}

.mfp-figure .mfp-title {
  display: none;
}

@media screen and (max-width: 834px) {
  .pages a {
    text-decoration: underline;
  }
}

@media screen and (max-width: 640px) {
  section.blog div#contents article {
    margin-bottom: 20px;
  }
}
section.blog div#contents article ul {
  display: flex;
  justify-content: end;
}
section.blog div#contents article ul li {
  float: none;
  list-style: none;
  margin-top: 20px;
  display: inline-block;
}
section.blog div#contents article ul li a {
  text-decoration: underline;
}
section.blog div#contents .clearfix h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: clamp(20px, 3vw, 26px);
}
section.blog div#contents .tate article {
  display: flex;
  flex-direction: column;
}
section.blog div#contents .tate h3 {
  order: -1;
  display: inline-block;
}
section.blog div#contents .tate div {
  margin-bottom: 20px;
}
section.blog div#contents .imglast article {
  display: flex;
  flex-direction: column;
}
section.blog div#contents .imglast .imgW {
  order: 1;
}
section.blog div#contents .imglast div {
  margin-bottom: 20px;
}
section.blog div#contents .yoko {
  display: flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 640px) {
  section.blog div#contents .yoko {
    flex-wrap: wrap;
  }
}
section.blog div#contents .yoko article {
  width: 100%;
}
section.blog div#contents .yoko .imgW {
  order: 1;
  width: 100%;
}
section.blog div#contents .yoko .imgW img {
  max-width: 100% !important;
  height: auto !important;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
section.blog div#contents .yoko div {
  margin-bottom: 20px;
}

aside .pages a {
  text-align: left;
}

section.blog #contents h1 {
  text-align: left;
}

.clearfix:after {
  display: none;
}

.contact_block {
  padding: 40px 0;
  margin-top: 80px;
  position: relative;
  perspective: 1000px;
  perspective-origin: 45% 45%;
}
.contact_block div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: grid;
  place-content: center;
  font-size: 20px;
  text-align: center;
}
.contact_block div b:nth-child(1) {
  font-size: 40px;
}
.contact_block img:nth-child(2) {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 60px !important;
  height: 64px !important;
  transform: translateZ(0px);
  transition: 1s ease;
}
.contact_block img:nth-child(2).hide {
  transform: translateZ(500px);
  opacity: 0.01;
}

.pdfbtn .btn {
  display: inline-flex;
  margin-inline: unset;
}

#main .tbl_scroll {
  margin-top: 48px;
}
#main .tbl_scroll td:first-child:not([colspan]) {
  background-color: #e7dbbf;
}
#main .tbl_scroll td.spanbr span {
  color: red;
  font-size: 140%;
}
#main .tbl_scroll.col4.left14 td:is(:first-child, :nth-child(4)) {
  text-align: left;
}
#main .tbl_scroll.col4.left14 td:is(:nth-child(2), :nth-child(3)) {
  text-align: right;
}
#main .tbl_scroll.first10 td:first-child {
  width: 10%;
}
#main .tbl_scroll.second10 td:is(:nth-child(2)) {
  width: 10%;
}
#main .tbl_scroll.tr1 tr:first-child {
  background-color: #00833e;
}
#main .tbl_scroll.tr1 tr:first-child td {
  background-color: #00833e;
}
#main .tbl_scroll.tr1 tr:first-child div, #main .tbl_scroll.tr1 tr:first-child span {
  color: #fff;
}
#main .tbl_scroll.tr12 tr:first-child {
  background-color: #00833e;
}
#main .tbl_scroll.tr12 tr:first-child td {
  background-color: #00833e;
}
#main .tbl_scroll.tr12 tr:first-child div, #main .tbl_scroll.tr12 tr:first-child span {
  color: #fff;
}
#main .tbl_scroll.head {
  margin-top: 68px;
}
#main .tbl_scroll.head tr:first-child .head {
  font-size: 24px;
  background-color: #e7dbbf;
  padding: 1em !important;
  box-shadow: unset;
  background: #e7dbbf linear-gradient(#00833e, #00833e) no-repeat 0 0/8px 100%;
}
#main .tbl_scroll.head tr:first-child .head div {
  color: #8b4513;
  display: flex;
  justify-content: space-between;
}
#main .tbl_scroll.head tr:first-child .head div span {
  color: inherit;
}

#main .h3span + .tbl_scroll {
  margin-top: 0;
}

@media screen and (max-width: 640px) {
  #main .tbl_scroll article {
    overflow-y: auto;
    height: unset;
  }
}
#main .tbl_scroll td {
  padding: 10px;
  border: none !important;
  box-shadow: inset 0 0 0 1px #ccc;
}
#main .tbl_scroll tr:first-child td {
  text-align: center;
  height: 50px;
}
#main .tbl_scroll tr td.fixed01 {
  position: sticky;
  top: 0;
  left: 0;
  color: #fff;
  background-color: #00833e;
  z-index: 1;
}
#main .tbl_scroll .fixed01.fixed02 {
  z-index: 2;
}
@media screen and (max-width: 640px) {
  #main .tbl_scroll {
    font-size: 12px;
  }
}

.news {
  background-color: transparent;
}

.mfp-figure .mfp-title {
  font-size: clamp(20px, 2.2vw, 22px);
}
.mfp-figure .mfp-title span {
  font-size: inherit;
  margin-left: 1em;
}

.htext {
  margin-top: 20px;
  margin-bottom: 40px;
}
.htext article {
  overflow: hidden;
}
.htext h2 {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 8px;
  margin-bottom: 12px;
}

body.contact .clearfix a {
  color: #00833e;
}

.fa.fa-info-circle {
  color: #00833e;
}

@media screen and (max-width: 640px) {
  section form div.form_wrap:not(._recruit) dl {
    flex-direction: column;
  }
  section form div.form_wrap:not(._recruit) dl dt {
    width: 100% !important;
    border-right: 1px solid #ddd;
    border-bottom: none;
  }
  section form div.form_wrap:not(._recruit) dl dd {
    width: 100% !important;
    height: auto !important;
  }
}
.policy_last {
  padding-bottom: 60px;
}

.error_text div {
  color: #333;
  margin: 0 auto;
  padding: 20px;
  font-size: clamp(18px, 2vw, 20px);
}