@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat+Alternates:ital,wght@0,300;0,500;0,700;1,300;1,500;1,700&family=Montserrat:wght@300;500;700&family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Rajdhani:wght@300;400;500;700&display=swap");
#contents, div.blog_form {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0;
}
@media only screen and (max-width: 1400px) {
  #contents, div.blog_form {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#main .blog_text h3, #main .blog_text h3 span, #main .blog_text .detail {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#main .tbl_scroll tr:first-child td {
  position: relative;
}
#main .tbl_scroll tr:first-child td:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.1333333333);
  z-index: 1;
  clip-path: polygon(0 0, 0 100%, 100% 0);
}

.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: #000;
  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 #000;
  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 #000;
  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;
  position: absolute;
  width: 100%;
  height: 100%;
  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 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;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -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;
  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, b, 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%;
  object-fit: contain;
  display: block;
}

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

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

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

div.blog_form {
  max-width: 800px;
  max-height: 210px;
  overflow: scroll;
}
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;
}
div.blog_form .blog_date:is(div) {
  width: 20%;
  font-size: 16px;
  font-weight: bold;
}
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;
}
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;
  }
}

.disnone {
  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;
}

.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: 1400px;
  margin: 0 auto;
}
.itcenter > * {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .itcenter > * {
    width: 100%;
  }
}
.itcenter img {
  width: 100%;
}

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

.card_wrap, .ul_wrap ul {
  display: flex;
  max-width: 1400px;
  margin: auto;
}

.base {
  width: 100%;
  max-width: 1400px;
  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;
  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;
  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:140px;
  --wid:112px;
  --pad:40px;
}
@media only screen and (max-width: 1000px) {
  :root {
    --head:100px;
  }
}
@media screen and (max-width: 834px) {
  :root {
    --pad:20px;
    --wid:60px;
  }
}
@media screen and (max-width: 640px) {
  :root {
    --head:80px;
  }
}

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

::-webkit-scrollbar {
  width: 12px;
}
@media only screen and (max-width: 480px) {
  ::-webkit-scrollbar {
    width: 2px;
  }
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #fff;
}

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

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

h1 {
  font-size: 40px;
}

h2 {
  font-size: 28px;
}

h2 span {
  font-size: clamp(60px, 12vw, 120px);
}

h3 {
  font-size: 24px;
}
@media screen and (max-width: 640px) {
  h3 {
    font-size: 20px;
  }
}

body {
  width: 100vw;
  width: 100dvw;
  font-size: 16px;
  font-weight: 300;
  font-family: "Montserrat", "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #fff;
}

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: 300;
  letter-spacing: 0.06em;
}

#contents {
  background-color: unset;
}

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

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

.btn {
  font-size: 18px;
  height: 70px;
  border-radius: 0px;
  height: 100px;
  font-weight: 500;
  font-size: 24px;
  color: #000;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0);
  position: relative;
  z-index: 1;
}
.btn::after {
  content: "\f178";
  margin-left: 20px;
  font-weight: 300;
  transition: 0.4s;
}
.btn::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.2);
  opacity: 0;
  transition: 0.4s;
}
.btn:hover::before {
  opacity: 1;
}
.btn:hover:after {
  translate: 30% 0;
}

.pan1 {
  margin-top: 20px;
  margin-bottom: 72px;
}
.pan1 + div {
  margin-top: 80px;
}
.pan1 ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 1400px;
}
.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;
  font-weight: 500;
}
.pan1 ul li:not(:first-child) a {
  font-weight: 300;
  background: none;
}
.pan1 ul a:any-link {
  color: #000;
  font-weight: 600;
  text-decoration: underline #000;
  text-decoration-thickness: 1px;
}
.pan1 ul a:any-link {
  color: #fff;
  font-weight: 300;
  text-decoration: none;
}

hr {
  margin: 10px 0;
}

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

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

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

.header_link {
  background-image: linear-gradient(#fff, #fff);
}
@media screen and (max-width: 834px) {
  .header_link {
    background-image: none;
  }
}

.header {
  width: 100vw;
  width: 100dvw;
  max-width: 1920px;
  height: var(--head);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #000;
}
.header * {
  font-weight: 700;
}
.header i {
  margin-right: 0.5em;
}
.header:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
}
.header * {
  z-index: 1;
}
.header_logowrap {
  margin-right: auto;
}
.header_logo:is(a) {
  font-size: 26px;
  margin-inline: 20px;
  display: grid;
  place-items: center;
  align-content: center;
  color: #000;
}
.header_logospan {
  width: 100%;
  font-size: 12px;
  text-align: left;
  color: #111;
}
.header_logoimg {
  width: 100%;
}
.header_nav {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: end;
  flex-wrap: wrap;
  max-width: 80%;
  padding: 20px;
  height: 100%;
  flex-grow: 1;
}
@media only screen and (max-width: 1200px) {
  .header_nav {
    padding-left: 20px;
  }
}
@media screen and (max-width: 834px) {
  .header_nav {
    padding-left: 0px;
    width: 100%;
    background-color: transparent;
  }
  .header_nav.show {
    pointer-events: all;
  }
}
@media screen and (max-width: 640px) {
  .header_nav {
    padding: 15px;
    padding-left: 0;
  }
}
.header .focus_trap {
  height: 100%;
}
.header_ul {
  display: flex;
  align-items: center;
  justify-content: end;
  width: 100%;
}
.header_ul.show {
  translate: 0% 0;
  visibility: visible;
}
.header_ul span {
  font-size: 12px;
  display: block;
}
.header_list {
  height: 100%;
  display: grid;
  place-items: center;
  padding-inline: 2%;
}
.header_list._btn {
  height: 44px;
  padding-bottom: 20px;
  margin-bottom: -20px;
}
.header_link:is(a), .header_btn:is(a), .header_btn:is(button) {
  line-height: unset;
  width: max-content;
  font-size: 16px;
  display: flex;
  align-items: center;
  color: #fff;
}
@media only screen and (max-width: 1200px) {
  .header_link:is(a), .header_btn:is(a), .header_btn:is(button) {
    padding: 0 clamp(6px, 0.66vw, 15px);
  }
}
@media screen and (max-width: 834px) {
  .header_link:is(a), .header_btn:is(a), .header_btn:is(button) {
    padding: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 24px;
  }
  .header_link:is(a) span, .header_btn:is(a) span, .header_btn:is(button) span {
    margin-left: 1em;
  }
}
.header_items {
  display: flex;
  justify-content: end;
  width: 840px;
  max-width: 100%;
  height: 50%;
}
.header_items .btn::after {
  display: none;
}
.header_items i {
  font-size: 22px;
}
.header_items a {
  height: unset;
  font-size: 13px;
  display: flex;
  align-items: center;
}
.header_items span {
  font-size: 12px;
}
.header_itemwrap {
  padding-inline: 0px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 33.3333333333%;
}
.header_dl {
  display: flex;
  text-align: left;
  padding-inline: 2em;
}
.header .__dlwrap {
  border: none;
}
.header_dt {
  width: 75px;
}
.header_dd {
  width: 140px;
}
.header_contact:is(a), .header_tel:is(a) {
  color: #fff;
  border-radius: 0;
  height: 100%;
  width: 280px;
}
.header_contact:is(a) i, .header_tel:is(a) i {
  font-size: 24px;
}
.header_contact:is(a) span, .header_tel:is(a) span {
  font-size: 20px;
}
.header_tel:is(a) {
  color: #fff;
}
.header_contact:is(a) {
  letter-spacing: 0.4em;
}
.header_btn {
  position: relative;
  line-height: normal;
  color: #000;
}
.header_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;
  clip-path: polygon(0 0, 100% 0, 50% 60%);
}
.header_burger {
  order: 1;
  place-items: center;
  display: none;
  width: calc(var(--head) - 40px);
  height: calc(var(--head) - 40px);
  background-color: #fff;
  flex-shrink: 0;
}
@media only screen and (max-width: 1000px) {
  .header_burger {
    display: grid;
  }
}
@media screen and (max-width: 640px) {
  .header_burger {
    width: calc(var(--head) - 30px);
    height: calc(var(--head) - 30px);
  }
}
.header_svg {
  width: 80%;
  height: 80%;
  stroke: #000;
}
.header_svg .burger_text {
  font-size: 12px;
  color: #000;
}
.header_svg path {
  transition: 0.3s;
  stroke-width: 6%;
  stroke-linecap: round;
}
.header_svg text {
  font-size: 12px;
  fill: #fff;
  stroke: #fff;
  stroke-width: 0.04em;
}
@media only screen and (max-width: 1200px) {
  .header_nav {
    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_contact:is(a) {
    gap: 0;
    flex-direction: row;
    padding-bottom: 5px;
    padding-right: 0;
  }
  .header_contact:is(a) span {
    font-size: 20px;
  }
  .header_tel:is(a) {
    display: flex;
    align-items: center;
  }
  .header_contact:is(a), .header_tel:is(a) {
    padding-inline: 20px;
  }
  .header_contact:is(a) i, .header_tel:is(a) i {
    margin-right: 6px;
  }
  .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%;
  }
  .header_nav.show .focus_trap {
    z-index: -1;
  }
  .header_btn {
    pointer-events: all;
    display: none;
  }
  .header_btn::after {
    display: none;
  }
  .header_ul {
    position: absolute;
    top: var(--head);
    left: 0;
    flex-direction: column;
    justify-content: start;
    z-index: 1;
    align-items: flex-start;
    width: 100vw;
    background: url(../images/home/bg.jpg);
    height: calc(100vh - var(--head));
    right: 0%;
    transition: 0.4s;
    padding-inline: 20px;
    display: block;
    overflow: scroll;
    translate: 100% 0;
  }
  .header_ul::-webkit-scrollbar {
    width: 2px;
    height: 0px;
  }
  .header_list {
    height: unset;
    padding: 16px 0px;
    border: none;
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ddd !important;
    padding: 0 !important;
    min-height: 50px;
  }
  .header_list._btn {
    padding: 16px 0px;
    border: none;
    margin-bottom: unset;
    height: unset;
    display: flex;
    flex-direction: column;
  }
  .header_link:is(a), .header_btn:is(a), .header_btn:is(button) {
    padding: 0 clamp(6px, 0.66vw, 15px);
    padding: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 24px;
    height: 50px;
  }
  .header_link:is(a) span, .header_btn:is(a) span, .header_btn:is(button) span {
    margin-left: 1em;
  }
  .header_contact:is(a), .header_tel:is(a) {
    width: unset;
  }
  .header_items {
    height: 100%;
  }
}
@media screen and (max-width: 834px) {
  .header {
    padding: 0px 0;
    flex-wrap: wrap;
  }
  .header_contact:is(a), .header_tel:is(a) {
    padding: 0px;
    width: calc(var(--head) - 40px);
    letter-spacing: 0;
  }
  .header_contact:is(a) i, .header_tel:is(a) i {
    margin-right: 0px;
  }
  .header_contact:is(a) span, .header_tel:is(a) span {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .header_logo:is(a) {
    margin-inline: 10px;
    margin-right: 0;
  }
  .header_items {
    width: 100%;
  }
  .header_ul {
    width: 100%;
  }
  .header_list, .header .accordion_list {
    padding: 10px 0px;
  }
  .header span:not(.btnwrap span) {
    font-size: 10px;
  }
  .header_list._btn {
    height: unset;
    width: 100%;
  }
  .header_link:is(a), .header_btn:is(a), .header_btn:is(button) {
    font-size: 16px;
  }
  .header_contact:is(a), .header_tel:is(a) {
    height: 100%;
    flex-direction: row;
    row-gap: 0px;
    padding-inline: 0;
    width: calc(var(--head) - 20px);
    width: calc(var(--head) - 30px);
    height: calc(var(--head) - 30px);
  }
}

.header_accordion {
  transition: 0.3s;
  transform-origin: top;
  visibility: hidden;
  position: absolute;
  top: calc(100% - 0px);
  left: unset;
  z-index: -100;
  rotate: x 90deg;
  height: 0;
}
.header_accordion .accordion_ul {
  background-color: #000;
}
.header_accordion .accordion_link {
  padding: 10px;
  display: block;
}
.header_accordion.__new {
  width: 100%;
  left: 0;
}
.header_accordion.__new + .drawer_toggle {
  border-top: 1px solid #fff;
}
.header_accordion.__new .accordion {
  width: 100%;
}
.header_accordion.__new .accordion_ul {
  display: flex;
  flex-wrap: wrap;
  padding-inline: 1%;
  background-color: #000;
}
.header_accordion.__new .accordion_list {
  width: 14.2857142857%;
  padding: 1%;
  padding-top: 0;
}
.header_accordion.__new .accordion_link {
  padding: 0%;
  color: #000;
}
.header_accordion.__new .accordion_link img {
  margin-top: -19px;
  display: block;
}
@media only screen and (max-width: 1000px) {
  .header_accordion {
    position: unset;
    width: 100%;
  }
  .header_accordion .accordion {
    width: 100%;
  }
  .header_accordion .accordion_ul {
    background-color: unset;
  }
  .header_accordion .accordion_link {
    text-align: left;
    padding-inline: 0;
    width: fit-content;
    text-decoration: underline;
    text-underline-offset: 2px;
  }
  .header_accordion.__new .accordion_ul {
    padding-inline: 0%;
    background-color: unset;
  }
  .header_accordion.__new .accordion_list {
    width: 14.2857142857%;
    padding: 1%;
  }
}
@media screen and (max-width: 834px) {
  .header_accordion.__new .accordion_ul {
    padding-inline: 0%;
    background-color: unset;
  }
  .header_accordion.__new .accordion_list {
    width: 20%;
    padding: 1%;
  }
  .header_accordion.__new .accordion_link {
    width: unset;
  }
}
@media screen and (max-width: 640px) {
  .header_accordion .accordion_list {
    padding-block: 0;
  }
  .header_accordion .accordion_link {
    font-size: 16px;
  }
}
.header_accordion.show {
  visibility: visible;
  rotate: x 0deg;
}
.header_accordion.show .accordion_list {
  opacity: 1;
}
@media screen and (max-width: 834px) {
  .header_accordion.show {
    visibility: visible;
    opacity: 1;
    rotate: x 0deg;
  }
}

.drawer_toggle {
  display: none;
  text-align: center;
  border: none;
  font-size: 18px;
  padding: 20px 10px;
  position: absolute;
  top: 0px;
  right: 0px;
  color: #111;
  background-color: rgba(255, 255, 255, 0.2);
  height: 50px !important;
  width: 50px;
  border: 1px solid #fff;
  border-bottom: none;
  border-top: none;
}
@media only screen and (max-width: 1000px) {
  .drawer_toggle {
    display: block;
    pointer-events: all;
  }
}
.drawer_toggle:after, .drawer_toggle:before {
  content: "";
  display: block;
  width: 2px;
  height: 12px;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #fff;
  transition: 0.4s;
}
.drawer_toggle::before {
  content: "";
  width: 12px;
  height: 2px;
}
.drawer_toggle[aria-expanded=true] {
  border-bottom: 1px solid #fff;
}
.drawer_toggle[aria-expanded=true]::after {
  rotate: -90deg;
}

.pagehead {
  padding-top: var(--head);
  position: relative;
  overflow: hidden;
}

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 {
  position: relative;
}

.mv_text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  min-height: calc(100vh - var(--head));
  min-height: calc(100dvh - var(--head));
  min-width: 100%;
  padding-top: calc(60vmin - var(--head));
}
@media only screen and (max-width: 1000px) {
  .mv_text {
    aspect-ratio: 1/1;
    min-height: unset;
  }
}
@media screen and (max-width: 834px) {
  .mv_text {
    padding-top: calc(80vmin - var(--head));
  }
}
.mv_text h1 {
  font-size: clamp(16px, 4vw, 40px);
  text-align: right;
  line-height: 1.2;
}
.mv_text h1 span {
  display: block;
  font-size: clamp(20px, 12vw, 120px);
  letter-spacing: normal;
}

.slide {
  display: flex;
  flex-direction: column;
}
.slide img {
  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) {
  .slide img {
    aspect-ratio: 1/1;
    min-height: unset;
  }
}
.slide .slick-slide {
  position: relative;
  background-color: rgba(237, 109, 0, 0.4);
}

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

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

.card7 {
  justify-content: space-evenly;
  padding-inline: 2%;
  margin-block: 80px;
}
.card7 .box {
  width: 16%;
  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 {
    flex: unset;
    width: 29.3333333333%;
    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;
  }
}

.makerstext {
  color: #000;
  line-height: 2;
}

.hti {
  display: flex;
  flex-direction: row-reverse;
  align-items: end;
  margin-block: 10%;
  margin-top: 360px;
  --pad:80px;
}
.hti > * {
  width: 50%;
}
.hti article {
  background-color: rgba(0, 0, 0, 0.6666666667);
  padding: var(--pad);
  width: calc(50% + var(--pad) * 2);
  margin-left: calc(-1 * var(--pad));
  z-index: 1;
  height: fit-content;
  mix-blend-mode: luminosity;
}
.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 {
  flex: 1;
  margin-right: calc(50% - 50vw);
  margin-left: -160px;
  background-color: rgba(237, 109, 0, 0.4);
}
.hti img {
  height: auto !important;
  opacity: 0.7;
  width: 100% !important;
  filter: brightness(120%);
  margin-left: -2px;
}
@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 img {
    margin-left: 0px;
  }
  .hti article {
    width: 100%;
    padding-inline: 0;
  }
}

.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%;
  clip-path: inset(0);
  background-color: rgba(237, 109, 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;
  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;
  clip-path: polygon(100% 100%, 100% 1%, 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: 2/1;
  }
}

.news, .form_news {
  max-width: 1000px;
  margin-inline: auto;
}

#contents .form_news {
  max-width: 1000px;
  margin-inline: auto;
  max-height: 540px;
  overflow: scroll;
  display: block;
}
#contents .form_news::-webkit-scrollbar {
  width: 12px;
  height: 0px;
}
@media only screen and (max-width: 480px) {
  #contents .form_news::-webkit-scrollbar {
    width: 2px;
  }
}
#contents .form_news::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.2);
}
#contents .form_news::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #fff;
}
#contents .form_news dl {
  border-bottom: 1px solid #fff;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
}
#contents .form_news dt, #contents .form_news dd {
  padding-left: 0;
}
#contents .form_news dt {
  font-size: 28px;
  width: 180px;
  color: #fff;
  display: inline-block;
  width: 100%;
  background-color: unset !important;
  border: none;
}
#contents .form_news dd {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  background-color: unset !important;
  width: 100%;
  border: none;
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
}

#main .blog_list {
  max-height: 540px;
  overflow: scroll;
  display: block;
}
#main .blog_list::-webkit-scrollbar {
  width: 12px;
  height: 0px;
}
@media only screen and (max-width: 480px) {
  #main .blog_list::-webkit-scrollbar {
    width: 2px;
  }
}
#main .blog_list::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.2);
}
#main .blog_list::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #fff;
}
#main .blog_list > div {
  border-bottom: 1px solid #fff;
  margin-bottom: 40px;
}
#main .blog_photo {
  display: none;
}
#main .blog_date {
  font-size: 28px;
  width: 180px;
  color: #fff;
}
#main .blog_date, #main .blog_text > ul.clearfix {
  order: -1;
  display: inline-block;
}
#main .blog_text {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
}
#main .blog_text > ul.clearfix {
  width: calc(100% - 180px);
}
#main .blog_text > ul.clearfix li {
  height: 100%;
}
#main .blog_text > ul.clearfix a {
  display: flex;
  align-items: center;
  font-size: 16px;
  height: 100%;
  padding-inline: 1em;
  border: 1px solid #fff;
}
#main .blog_text h3 {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 20px;
}
#main .blog_text h3 a {
  display: block;
  padding-bottom: 20px;
}
#main .blog_text h3 span {
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  #main .blog_text h3 span {
    display: block;
  }
}
#main .blog_text .detail {
  margin: 0;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 300;
}

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

.first {
  position: relative;
}

.tblafter {
  margin-top: 20px;
  margin-bottom: 40px;
}
.tblafter div span {
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .tblafter div span {
    font-size: 16px;
  }
}

.bnr {
  margin: 8% auto;
  display: flex;
  justify-content: center;
  --pad:150px;
}
@media only screen and (min-width: 834px) {
  .bnr {
    flex-wrap: nowrap;
  }
}
.bnr a.itext {
  width: 100% !important;
  max-width: 1000px;
  position: relative;
  margin-right: 0;
  clip-path: inset(0);
}
.bnr a.itext:hover > div {
  scale: 1.02 1;
}
.bnr a.itext:hover img {
  scale: 1.02;
}
.bnr img {
  aspect-ratio: 50/17;
  width: 100% !important;
  object-fit: cover;
  object-position: 0 30%;
  transition: 0.4s;
}
.bnr div {
  transition: 0.4s;
  transform-origin: left;
  will-change: scale;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50% - 10px);
  height: 100%;
  background-color: #000;
  font-size: 40px;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  padding-right: var(--pad);
  display: grid;
  place-content: center end;
  clip-path: polygon(0 0, 0 100%, calc(100% - var(--pad)) 100%, 100% 50%, calc(100% - var(--pad)) 0%);
}
.bnr div::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f35a";
  font-size: 64px;
  margin-top: 20px;
}
.bnr :where(div[class*=box]) {
  position: relative;
  width: 100%;
}
.bnr :where(div[class*=box]) img {
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
  transition: 0.3s;
}
.bnr :where(div[class*=box]) div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: grid;
  place-items: center;
  pointer-events: none;
  color: #fff;
  text-shadow: 0 0 10px #000;
  font-size: clamp(22px, 2.8vw, 26px);
}
@media only screen and (max-width: 1000px) {
  .bnr {
    --pad:100px;
  }
  .bnr div {
    width: 50%;
    font-size: 32px;
    place-content: center center;
  }
  .bnr div::after {
    font-family: "Font Awesome 5 Pro";
    content: "\f35a";
    font-size: 64px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 834px) {
  .bnr {
    --pad:50px;
  }
  .bnr div {
    font-size: 26px;
  }
  .bnr div::after {
    font-size: 32px;
    margin-top: 0;
  }
}
@media screen and (max-width: 640px) {
  .bnr {
    --pad:25px;
  }
  .bnr div {
    font-size: 16px;
  }
  .bnr div::after {
    font-size: 32px;
    margin-top: 0;
  }
}

#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: #000;
  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;
  }
}

@media screen and (max-width: 834px) {
  .desc div {
    width: fit-content;
    text-align: left !important;
    margin-inline: auto;
  }
}

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

.fa-light.fa-envelope {
  margin: 11px 6px auto;
}

.map_wrap {
  position: relative;
  margin-bottom: 0px;
}
.map_wrap::before {
  content: "";
  display: block;
  padding-top: 35%;
}
@media screen and (max-width: 834px) {
  .map_wrap::before {
    padding-top: 50%;
  }
}
@media screen and (max-width: 834px) {
  .map_wrap::before {
    padding-top: 75%;
  }
}
.map_wrap iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

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

.footer {
  background-color: #000;
  padding-top: 80px;
  padding-inline: 20px;
}
.footer_main {
  text-align: left;
  color: #fff;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1400px;
  margin-inline: auto;
}
.footer_nav {
  margin-bottom: 80px;
}
.footer_ul {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #ddd;
  padding-top: 2em;
}
.footer_list {
  padding-right: 2em;
  margin-bottom: 1em;
}
.footer_list:has(.__blank) {
  padding-right: 1.6em;
}
@media screen and (max-width: 834px) {
  .footer_list {
    padding-right: 1.4em;
  }
}
.footer_p {
  font-weight: 700;
  color: #bbb;
  font-size: 18px;
}
.footer_link {
  font-size: 14px;
}
.footer_bottom {
  display: flex;
  align-items: end;
  width: 100%;
  margin-bottom: 80px;
}
@media only screen and (max-width: 1200px) {
  .footer_bottom {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 834px) {
  .footer_bottom {
    flex-direction: column;
    align-items: center;
  }
}
.footer_logo {
  font-size: 26px;
}
.footer_logospan {
  font-size: 12px;
  display: block;
  margin-bottom: 20px;
}
.footer_info {
  text-align: left;
  line-height: 2;
  margin-left: 40px;
}
@media screen and (max-width: 834px) {
  .footer_info {
    text-align: center;
    margin-left: 0px;
  }
}
@media screen and (max-width: 834px) {
  .footer_address {
    margin-top: 20px;
  }
}
.footer_copy {
  display: block;
  max-width: 1000px;
  margin-left: auto;
  margin-top: 20px;
}
@media screen and (max-width: 834px) {
  .footer_copy {
    margin-left: unset;
  }
}

.__blank:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f148";
  font-size: 12px;
  display: inline-block;
  margin-left: 0.4em;
  margin-bottom: 0.2em;
}

.__nowrap {
  width: 100%;
  padding-left: 0;
}

.__second, .__pl0 {
  padding-left: 0;
}

.form_wrap.confirm, .form_wrap.message, .form_wrap:not(.form_news, .form_common) {
  color: #111;
  font-weight: 400;
}
.form_wrap.confirm p, .form_wrap.confirm li, .form_wrap.message p, .form_wrap.message li, .form_wrap:not(.form_news, .form_common) p, .form_wrap:not(.form_news, .form_common) li {
  color: #111;
  font-weight: 400;
}

#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 {
  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(237, 109, 0, 0.4);
}

.card7.__newbike {
  padding-inline: 0%;
  justify-content: start;
  align-items: center;
}
.card7.__newbike .box {
  width: 18%;
  margin-inline: 1%;
  margin-bottom: 2%;
}
@media screen and (max-width: 834px) {
  .card7.__newbike .box {
    width: 29.3333333333%;
  }
}
.card7.__newbike a::after {
  display: none;
}
.card7.__newbike img {
  width: 100% !important;
}

.titletext {
  --wid:112px;
  --pad:40px;
  margin-block: var(--pad);
}
.titletext:has(h3) {
  --pad:20px;
  --wid:60px;
}
.titletext:has(h3) h3 {
  margin-top: 40px;
  font-size: clamp(18px, 3.6vw, 24px) !important;
}
.titletext h2, .titletext h3 {
  font-size: clamp(20px, 3.6vw, 32px) !important;
  color: #fff !important;
  line-height: 1;
  padding: var(--pad) !important;
  border-bottom: 2px solid #fff;
  margin-block: var(--pad);
  position: relative;
  z-index: 1;
}
.titletext h2:before, .titletext h3: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;
  clip-path: polygon(100% 100%, 0% 99%, 0% 1%);
}
.titletext.__shop img {
  margin-left: 20px;
  margin-bottom: 20px;
  max-width: 60%;
  height: auto !important;
}
@media screen and (max-width: 834px) {
  .titletext {
    --pad:20px;
    --wid:60px;
  }
  .titletext img {
    width: 100% !important;
    max-width: 100%;
  }
  .titletext.__shop img {
    margin-left: 10px;
    margin-bottom: 10px;
  }
}

#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;
}
#main .tbl_normal.col3.trfirst tr:first-child {
  background-color: rgba(255, 255, 255, 0.2);
}
#main .tbl_normal.col3.trfirst tr:nth-child(2) {
  background-color: unset;
}

#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: #ed6d00;
  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;
}

#contents .tbl_image3 {
  margin-bottom: 60px;
}
#contents .tbl_image3 tr {
  display: flex;
  gap: var(--spacesm);
  margin-bottom: var(--spacesm);
}
#contents .tbl_image3 td {
  display: block;
  width: 33.3333333333%;
  clip-path: inset(0);
  padding: 0 !important;
  border: none;
}
#contents .tbl_image3 a {
  overflow: hidden;
}
#contents .tbl_image3 a img {
  width: 100% !important;
  max-width: 100% !important;
  will-change: scale;
  transition: 0.4s;
}
#contents .tbl_image3 a img:hover {
  scale: 1.02;
}
@media screen and (max-width: 640px) {
  #contents .tbl_image3 tr {
    flex-direction: column;
  }
  #contents .tbl_image3 td {
    width: 100%;
    aspect-ratio: 3/2;
    overflow: hidden;
  }
  #contents .tbl_image3 a, #contents .tbl_image3 img {
    height: auto !important;
  }
}

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

.hbtn {
  margin-block: 40px;
}
.hbtn h2 {
  margin-bottom: var(--pad);
}
@media screen and (max-width: 834px) {
  .hbtn h2 {
    font-size: var(--pad);
  }
}
.hbtn > div, .hbtn article > div {
  display: flex;
  justify-content: center;
}
.hbtn > div .btn, .hbtn article > div .btn {
  width: 50%;
  display: flex;
  align-items: center;
  background-color: #000;
  padding: 10px;
}
@media screen and (max-width: 640px) {
  .hbtn > div, .hbtn article > div {
    flex-direction: column;
    gap: var(--spacesm);
  }
  .hbtn > div .btn, .hbtn article > div .btn {
    width: 100%;
    font-size: 20px;
    height: 70px;
    flex-grow: 1;
  }
}

.__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::-webkit-scrollbar {
  width: 12px;
  height: 0px;
}
@media only screen and (max-width: 480px) {
  .overscroll::-webkit-scrollbar {
    width: 2px;
  }
}
.overscroll div {
  line-height: 2;
}

.boxcolumn {
  --wid:112px;
  margin-bottom: 40px;
}
.boxcolumn .box {
  display: flex;
  align-items: center;
  min-height: var(--wid);
  margin-bottom: 40px;
  position: relative;
}
.boxcolumn article {
  padding-left: calc(var(--wid) + 20px);
}
.boxcolumn h3 {
  margin-bottom: 24px;
  color: #ed6d00;
  font-weight: 500;
}
.boxcolumn article > div span {
  position: absolute;
  left: 0;
  width: var(--wid);
  height: var(--wid);
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: -1;
  clip-path: polygon(99% 0%, 0% 99%, 0% 0%);
  color: #ed6d00;
  font-size: 24px;
  font-weight: 700;
  padding: 10px;
}
@media screen and (max-width: 834px) {
  .boxcolumn {
    --pad:20px;
    --wid:60px;
  }
  .boxcolumn .box {
    min-height: calc(var(--wid) * 2);
  }
  .boxcolumn article > div span {
    height: calc(var(--wid) * 2);
    height: 100%;
    padding: 5px;
  }
}

#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;
    object-fit: cover;
  }
}

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

.annot {
  color: #ed6d00;
}

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

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

section div#contents {
  width: 74%;
}

.blog {
  max-width: 1400px;
}

.blog #contents h1 {
  font-size: clamp(20px, 3.6vw, 32px) !important;
  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 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;
  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;
  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;
}

dl.open, dl.close {
  display: flex;
  padding-left: 5px;
}
dl.open label, dl.close label {
  display: block;
  width: 40px;
  height: 20px;
  background-color: #fff;
  margin-right: 5px;
}

dl.close label {
  background-color: rgba(237, 109, 0, 0.4);
}

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

td.close {
  background-color: rgba(237, 109, 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 div.date {
  border-radius: 0;
  border: 1px solid #fff;
  background-color: unset;
}

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

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

#main .tbl_normal.__recruit {
  background-color: transparent;
  border-radius: 8px;
}
@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;
}

#main .faq-01 {
  flex-direction: column;
  padding-bottom: 20px;
  border-bottom: 3px solid #000;
  margin-top: 40px;
}
#main .faq-01 .box {
  margin-top: 20px;
}
#main .faq-01 .box > * {
  min-width: 0;
}
#main .faq-01 .box:first-child {
  margin-top: 0;
}
#main .faq-01 .box:first-child div::before {
  content: "Q";
  color: #000;
}
#main .faq-01 .box:last-child div::before {
  content: "A";
  color: #000;
  background-color: #000;
  color: #fff;
}
#main .faq-01 .box > div {
  flex: 1;
  position: relative;
  padding-left: 100px;
  font-size: 16px;
  display: flex;
  align-items: center;
  height: 80px;
}
#main .faq-01 .box > div::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  line-height: 1.4;
  font-size: 2em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: 3px solid #000;
}

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

img.mfp-img {
  min-width: 50vw;
}
@media screen and (max-width: 834px) {
  img.mfp-img {
    min-width: 84vw;
  }
}

.policy_contents {
  margin: var(--space) 0;
}
.policy_contents h2 {
  font-size: 22px;
}

.error_text .btn {
  width: 350px;
  max-width: 80%;
  margin: 40px auto;
  background-color: #000;
  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;
  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;
}

#main .tbl_scroll article {
  height: 500px;
  overflow-y: scroll;
}
@media screen and (max-width: 640px) {
  #main .tbl_scroll article {
    overflow-y: auto;
    height: unset;
  }
}
#main .tbl_scroll td {
  width: 16.6666666667%;
  vertical-align: middle;
  padding: 10px;
  /* border: 1px solid #ccc; */
  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: #000;
  z-index: 1;
}
#main .tbl_scroll .fixed01.fixed02 {
  z-index: 2;
}
@media screen and (max-width: 640px) {
  #main .tbl_scroll {
    font-size: 12px;
  }
}

section div.form_wrap dl:last-of-type dd {
  border-bottom: none;
}

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

.fa.fa-info-circle {
  color: #000;
}

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