@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700;900&family=Noto+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Alfa+Slab+One&display=swap");
.pagehead {
  padding-top: 108px;
}
@media screen and (max-width: 834px) {
  .pagehead {
    padding-top: 70px;
  }
}

.card_wrap, #contents {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
@media only screen and (max-width: 1200px) {
  .card_wrap, #contents {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.desc h3, .desc div {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 1200px) {
  .desc h3, .desc div {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.fa-solid.fa-phone {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  scale: -1 1;
  display: flex;
  align-items: center;
}

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

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

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

.fa-solid.fa-phone {
  max-height: 21px;
}

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

.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;
}
.policy-wrap.active {
  display: flex;
  opacity: 1;
  z-index: 10;
}
.policy-wrap h3 {
  border-left: 4px solid #6ebd9e;
  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 #6ebd9e;
  height: 60vh;
  overflow-y: scroll;
  width: 95%;
}
.policy-wrap > div a {
  position: absolute;
  top: -4px;
  right: -4px;
  font-size: 2.4rem;
  font-weight: bold;
}

.fcb {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fcs {
  display: flex;
  align-items: center;
  justify-content: start;
}

.fce {
  display: flex;
  align-items: center;
  justify-content: end;
}

.fcc {
  display: flex;
  align-items: center;
  justify-content: center;
}

.fsb {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.fss {
  display: flex;
  align-items: start;
  justify-content: start;
}

.fse {
  display: flex;
  align-items: start;
  justify-content: end;
}

.fsc {
  display: flex;
  align-items: start;
  justify-content: center;
}

.feb {
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.fes {
  display: flex;
  align-items: end;
  justify-content: start;
}

.fee {
  display: flex;
  align-items: end;
  justify-content: end;
}

.fec {
  display: flex;
  align-items: end;
  justify-content: center;
}

.fcbc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}

.fcsc {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
}

.fcec {
  display: flex;
  align-items: center;
  justify-content: end;
  flex-direction: column;
}

.fccc {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.fsbc {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-direction: column;
}

.fssc {
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: column;
}

.fsec {
  display: flex;
  align-items: start;
  justify-content: end;
  flex-direction: column;
}

.fscc {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
}

.febc {
  display: flex;
  align-items: end;
  justify-content: space-between;
  flex-direction: column;
}

.fesc {
  display: flex;
  align-items: end;
  justify-content: start;
  flex-direction: column;
}

.feec {
  display: flex;
  align-items: end;
  justify-content: end;
  flex-direction: column;
}

.fecc {
  display: flex;
  align-items: end;
  justify-content: center;
  flex-direction: column;
}

.fcbw {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.fcsw {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
}

.fcew {
  display: flex;
  align-items: center;
  justify-content: end;
  flex-wrap: wrap;
}

.fccw {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.fsbw {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.fssw {
  display: flex;
  align-items: start;
  justify-content: start;
  flex-wrap: wrap;
}

.fsew {
  display: flex;
  align-items: start;
  justify-content: end;
  flex-wrap: wrap;
}

.fscw {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-wrap: wrap;
}

.febw {
  display: flex;
  align-items: end;
  justify-content: space-between;
  flex-wrap: wrap;
}

.fesw {
  display: flex;
  align-items: end;
  justify-content: start;
  flex-wrap: wrap;
}

.feew {
  display: flex;
  align-items: end;
  justify-content: end;
  flex-wrap: wrap;
}

.fecw {
  display: flex;
  align-items: end;
  justify-content: center;
  flex-wrap: wrap;
}

.btn, .btn_reflect {
  display: grid;
  grid-auto-flow: column;
  place-content: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #111;
  background-color: #fff;
  padding: 20px 0;
  line-height: 30px;
}
.btn i, .btn_reflect i {
  font-size: 20px;
  margin: auto 8px;
}
.btn::after, .btn_reflect::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  font-family: "Font Awesome 5 Pro";
  content: "\f054";
  top: 0;
  right: 0;
  width: 15%;
  display: grid;
  place-items: center;
  font-weight: 900;
}

.btn_reflect {
  place-content: unset;
}
.btn_reflect i {
  font-size: 20px;
  margin: auto 8px;
}
.btn_reflect::after {
  content: "";
}
.btn_reflect:before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #d9f8ec;
  transition: all 0.3s ease;
}
.btn_reflect:hover {
  opacity: 0.8;
}
.btn_reflect:hover:before {
  left: 0;
  width: 100%;
}
.btn_reflect:active {
  top: 2px;
}
@media screen and (max-width: 834px) {
  .btn_reflect.isactive:before {
    left: 0;
    width: 100%;
  }
}

.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 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;
  }
}
.mv_text:has(svg) {
  position: absolute;
  z-index: 1;
  bottom: 30px;
  width: 100%;
}
@media only screen and (min-width: 834px) {
  .mv_text:has(svg) {
    bottom: 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .mv_text:has(svg) .svgSample1 {
    margin-left: clamp(-60px, 50% - 50vw, 0px);
  }
}
.mv_text:has(svg) .svgSample1 svg {
  width: 100%;
  height: 100%;
}
.mv_text:has(svg) .svgSample1 text {
  font-weight: 700;
  stroke: #6ebd9e;
  stroke-width: 11px;
  fill: #ffffff;
  letter-spacing: 0px;
  text-anchor: start;
  paint-order: stroke;
  stroke-linejoin: round;
  font-size: 76px;
}
.mv_text:has(svg) .svgSample1 text:nth-child(1) {
  y: "10%";
}
.mv_text:has(svg) .svgSample1 text:nth-child(3) {
  y: "90%";
  y: calc(50% - 150px);
}
@media only screen and (min-width: 1200px) {
  .mv_text:has(svg) .svgSample1 text {
    font-size: 46px;
  }
}

*, *::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 {
  min-height: 100%;
}

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

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: #6ebd9e;
  border-radius: 5px;
  box-shadow: inset 0 0 1px 2px #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, 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: 400;
}

.box {
  overflow: unset !important;
}

body {
  counter-reset: number 0;
  overflow-x: hidden;
  min-height: 100%;
  line-height: 1.6;
  font-weight: 400;
  font-size: 16px;
  font-family: "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0;
  color: #333;
}

button, a, span, p {
  font-size: 16px;
  color: inherit;
}

dd, dt {
  font-size: 14px;
}

a, button {
  text-decoration: none;
  transition: 0.3s;
  backface-visibility: hidden;
  overflow: hidden;
}
a:is(:link, :visited, :hover, :active), button:is(:link, :visited, :hover, :active) {
  color: inherit;
}

header a:not(.btn):hover, footer a:not(.btn):hover {
  opacity: 1;
  scale: 1.02;
}
header a:is(.btn):hover, footer a:is(.btn):hover {
  opacity: 1;
  scale: 1.05;
}

h1, h2, h3 {
  font-weight: 700;
  text-align: center;
}
h1 span, h2 span, h3 span {
  font-weight: 700;
  display: block;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 22px;
}

img {
  max-width: 100%;
  object-fit: cover;
}

li {
  list-style: none;
}

b, strong {
  font-weight: 900;
}

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

.annot {
  display: none !important;
}

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

@media screen and (max-width: 834px) {
  .bp1000none {
    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;
}

.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: 1px dashed #B3B3B3;
}

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

.center {
  text-align: center;
}

.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: 834px) {
  .brsp {
    display: block;
  }
}

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

.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% !important;
}

.form_simple.form_wrap:not(._recruit) {
  border: none;
}
.form_simple.form_wrap:not(._recruit)::-webkit-scrollbar {
  background-color: rgb(150, 150, 150);
}
.form_simple.form_wrap:not(._recruit)::-webkit-scrollbar-thumb {
  background-color: #6ebd9e;
  border-radius: 5px;
  box-shadow: inset 3px 3px 3px rgba(255, 255, 255, 0.2);
}
.form_simple.form_wrap:not(._recruit) dl, .form_simple.form_wrap:not(._recruit) dt, .form_simple.form_wrap:not(._recruit) dd {
  border: none;
  background-color: unset;
}
.form_simple.form_wrap:not(._recruit) dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 10px;
}
.form_simple.form_wrap:not(._recruit) dl:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .form_simple.form_wrap:not(._recruit) dl {
    flex-direction: column;
  }
}
.form_simple.form_wrap:not(._recruit) dt {
  width: 20%;
  align-items: left;
  justify-content: flex-start;
  padding-left: 0;
}
.form_simple.form_wrap:not(._recruit) dd {
  width: 80%;
  padding-left: 0;
}
@media screen and (max-width: 640px) {
  .form_simple.form_wrap:not(._recruit) dt, .form_simple.form_wrap:not(._recruit) dd {
    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, .card_wrap.hbtb ul {
  display: flex;
  margin: auto;
  justify-content: center;
  gap: 40px;
}
.card_wrap .box, .card_wrap.hbtb ul .box, .card_wrap li, .card_wrap.hbtb ul li {
  flex-grow: 1;
  width: calc(50% - 20px);
}
@media screen and (max-width: 834px) {
  .card_wrap .box, .card_wrap.hbtb ul .box, .card_wrap li, .card_wrap.hbtb ul li {
    width: 100%;
  }
}
.card_wrap .box img, .card_wrap li img, .card_wrap.hbtb ul li img {
  padding: 0;
  width: 100%;
}
.card_wrap.hbtb ul {
  flex-wrap: wrap;
}
.card_wrap.hbtb h3, .card_wrap.hbtb h5 {
  font-size: clamp(20px, 2.2vw, 22px);
  position: relative;
  margin-top: 60px;
  padding: 10;
  padding: 14px 10px 14px 10px;
  text-align: right;
  font-weight: 700;
  border: 4px solid #dc0802;
  border-left: none;
  border-top: none;
  border: none;
  box-sizing: content-box;
  box-shadow: inset -4px -4px 0 0 #dc0802;
  font-family: "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.card_wrap.hbtb span {
  font-family: "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: absolute;
  bottom: 100%;
  left: 0;
  font-size: 20px;
  padding: 10px;
  background-color: #dc0802;
  color: #fff;
  padding: 5px 10px;
  font-size: clamp(15px, 2vw, 18px);
  display: block;
  width: 100%;
  text-align: left;
}

.base {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 1400px) {
  .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: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 1200px) {
  .sppd {
    padding-left: 0;
    padding-right: 0;
  }
}

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

#loader {
  overscroll-behavior-y: contain;
  width: 100%;
  height: 100vh;
  z-index: 999;
  overflow-y: auto;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  transition: 0.5s;
  overflow-y: scroll;
  overscroll-behavior-y: none;
  opacity: 1;
}
#loader.loaded {
  overscroll-behavior-y: auto;
  animation: fadeOut 1s forwards;
}
#loader::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}
#loader .svgW {
  animation: none;
  mix-blend-mode: unset;
  z-index: 100;
  width: 20%;
  position: absolute;
  bottom: 10%;
  left: 0%;
  right: unset;
  transform-origin: center;
  translate: 500%;
  scale: 1 1;
  transition: 0s;
}
#loader .svgW svg path.st0 {
  opacity: 0.6;
}

.spinner {
  position: relative;
  width: 100%;
  height: calc(100% + 0.5px);
  overflow-y: scroll;
  pointer-events: all;
  position: relative;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}
.spinner::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

.cube1, .cube2 {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 40px;
  right: 40px;
  margin: auto;
  animation: sk-cubemove 1.8s infinite ease-in-out;
}

.cube2 {
  animation-delay: -0.9s;
}

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

.header {
  background: no-repeat center/cover;
  z-index: 100;
  position: fixed;
  transition: 0.5s;
  overscroll-behavior-y: contain;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: end;
  padding: 20px 0;
}
.header.active {
  background-color: #fff;
  height: auto;
}
@media screen and (max-width: 834px) {
  .header {
    padding: 10px 0;
  }
}
.header a {
  transform-origin: top;
  display: grid;
  place-items: center;
  align-content: center;
}
.header a:focus, .header button:focus {
  outline: 2px solid rgba(221, 221, 221, 0.4666666667);
}
.header_logo {
  margin-right: auto;
  padding-left: 2%;
  height: 100%;
}
.header_logo a {
  box-shadow: unset;
  width: 230px;
}
@media screen and (max-width: 834px) {
  .header_logo a {
    width: 165px;
  }
}
.header_logo img {
  width: 100%;
}
.header_links {
  display: contents;
}
.header_links a {
  order: 1;
}
@media screen and (max-width: 834px) {
  .header_links a {
    order: unset;
  }
}
.header_links span {
  text-transform: uppercase;
}
.header_links span, .header_links .burger .burger_text {
  font-size: 14px;
}
.header_contact:is(a) {
  background-color: #6ebd9e;
  padding: 22px 4%;
  margin-right: 1.5%;
  border-radius: 999px;
  color: #fff;
}
@media screen and (max-width: 834px) {
  .header_contact:is(a) {
    padding: 12px 5%;
  }
}
@media only screen and (max-width: 480px) {
  .header_contact:is(a) {
    display: none;
  }
}
.header * {
  z-index: 1;
}
.header:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
}
.header_nav {
  display: contents;
}
@media screen and (max-width: 834px) {
  .header_nav {
    display: block;
    z-index: -1;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    translate: 0 0;
    transition: 0.4s;
    visibility: hidden;
    width: 100%;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    -ms-overflow-style: none; /* IE, Edge 対応 */
    scrollbar-width: none; /* Firefox 対応 */
  }
  .header_nav::-webkit-scrollbar {
    /* Chrome, Safari 対応 */
    display: none;
  }
}
.header_nav.show {
  opacity: 1;
  visibility: visible;
  translate: 0 100%;
}
.header_ul {
  display: contents;
}
.header_ul a {
  font-weight: 500;
  line-height: 1;
  padding: 25px 2%;
  border-radius: 100px;
  will-change: scale;
}
.header_ul a:not(first-child) {
  margin-left: -1%;
}
.header_ul a:hover {
  box-shadow: inset 0 0 10px 5px rgba(221, 221, 221, 0.4666666667);
}
.header_ul a._contact {
  display: none;
  visibility: hidden;
  background-color: #6ebd9e;
  color: #fff;
}
@media screen and (max-width: 834px) {
  .header_ul {
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px 40px;
    background-color: #fff;
  }
  .header_ul a {
    width: 80%;
    margin-top: 10px;
    padding: 20px 0px;
    margin-left: auto;
    margin-right: auto;
  }
  .header_ul a:not(first-child) {
    margin-left: auto;
  }
}
@media only screen and (max-width: 480px) {
  .header_ul a._contact {
    display: grid;
    visibility: visible;
  }
}
.header_ul span {
  font-size: 12px;
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  color: #333;
}
.header li {
  display: contents;
}
.header .header_list {
  display: contents;
}
@media only screen and (min-width: 834px) {
  .header .header_list {
    display: flex;
    flex-direction: column;
    position: relative;
    flex-grow: 1;
  }
}
.header .header_btn {
  position: relative;
}
.header .header_btn::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: #333;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.3s;
  clip-path: polygon(0 0, 100% 0, 50% 80%);
}
.header .header_btn[aria-pressed=true]::after {
  clip-path: polygon(0 80%, 100% 80%, 50% 0%);
}

.header .burger {
  place-items: center;
  display: none;
  padding: 0 2%;
}
@media screen and (max-width: 834px) {
  .header .burger {
    display: grid;
  }
}
.header .burger_svg {
  stroke: #dc0802;
  width: 46px;
  transition: 0.3s;
}
.header .burger_text {
  font-size: 16px;
}
.header .burger path {
  transition: 0.3s;
  stroke-width: 36%;
}
.header .burger text {
  font-size: 16px;
  font-weight: 600;
  fill: #fff;
  stroke: #fff;
  stroke-width: 0.04em;
}
.header .burger.active svg {
  rotate: 45deg;
}

.pagehead {
  position: relative;
}

.mv_text {
  position: absolute;
  z-index: 1;
  bottom: 15%;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  justify-content: flex-start;
  max-width: 1200px;
  width: 100%;
  padding: 0;
  text-align: left;
}
@media only screen and (max-width: 1200px) {
  .mv_text {
    bottom: 8%;
  }
}
@media screen and (max-width: 834px) {
  .mv_text {
    bottom: 10%;
  }
}
.mv_head, .title1.hspan span {
  font-size: clamp(28px, 5.6vw, 50px);
  display: inline;
  padding: 5px 20px;
  background: #6ebd9e;
  color: #fff;
  line-height: 2;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  filter: blur(500px) contrast(3);
}
.mv_head.isactive, .title1.hspan span.isactive {
  animation: blur 3s forwards cubic-bezier(0, 1, 0, 1);
}
@keyframes blur {
  0% {
    filter: blur(500px) contrast(3);
  }
  50% {
    filter: blur(0px) contrast(1);
  }
  100% {
    filter: blur(0px) contrast(1);
  }
}
.mv_imgW {
  height: 100%;
}
.mv_imgW img {
  width: 100%;
  height: 100% !important;
}
@media screen and (max-width: 834px) {
  .mv_imgW img {
    height: 65vh !important;
    object-position: top;
  }
}

body {
  opacity: 0;
}

a:not(.btn):hover {
  text-decoration: underline;
}

#main .form_wrap.form_simple:not(._recruit) dl {
  padding: 0;
  margin: 0;
  border-bottom: 2px dashed #6ebd9e;
}
@media screen and (max-width: 640px) {
  #main .form_wrap.form_simple:not(._recruit) dl {
    flex-direction: row !important;
  }
}
#main .form_wrap.form_simple:not(._recruit) dt, #main .form_wrap.form_simple:not(._recruit) dd {
  font-weight: 500;
  padding: 25px 10px 20px;
}
#main .form_wrap.form_simple:not(._recruit) dt {
  width: 20% !important;
  align-items: left;
  justify-content: flex-start;
  flex-grow: 1;
}
#main .form_wrap.form_simple:not(._recruit) dd {
  width: 80% !important;
  flex-grow: 1;
}
@media screen and (max-width: 640px) {
  #main .form_wrap.form_simple:not(._recruit) dd {
    width: 70% !important;
  }
}

.formbg.form_wrap.form_simple {
  max-height: 400px;
}
.formbg.form_wrap.form_simple::-webkit-scrollbar-thumb {
  background-color: #6ebd9e;
  border-radius: 5px;
}
.formbg.form_wrap.form_simple::-webkit-scrollbar {
  background-color: #fff;
}
.formbg.form_wrap.form_simple dl {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  padding: 0 100px;
  border: none;
  margin-bottom: 0;
}
.formbg.form_wrap.form_simple dd, .formbg.form_wrap.form_simple dt {
  padding: 25px 15px;
  margin: 0;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 640px) {
  .formbg.form_wrap.form_simple dt, .formbg.form_wrap.form_simple dd {
    width: 100%;
  }
}

.card_wrap {
  gap: 2.8vw;
}
@media only screen and (max-width: 1200px) {
  .card_wrap {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 640px) {
  .card_wrap {
    flex-direction: column;
    gap: 20px;
  }
}
.card_wrap .box {
  background-color: #fff;
  padding: 40px;
  width: 45%;
  border-radius: 8px;
}
@media screen and (max-width: 834px) {
  .card_wrap .box {
    width: 100%;
    padding: 3vw;
    padding-bottom: 20px;
  }
}
.card_wrap article {
  display: flex;
  flex-direction: column;
}
.card_wrap h3 {
  order: -1;
  text-align: left;
  margin-bottom: 10px;
}
@media only screen and (max-width: 480px) {
  .card_wrap h3 {
    word-break: keep-all;
    padding: 10px;
  }
}
.card_wrap .imgW {
  position: relative;
  width: 100%;
}
.card_wrap .imgW::before {
  content: "";
  display: block;
  padding-top: 56%; /* 比率を指定 */
}
.card_wrap img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 8px;
}
.card_wrap._clinic {
  gap: 2vw;
  padding: 0;
  flex-wrap: nowrap !important;
  margin-bottom: 100px;
}
@media screen and (max-width: 834px) {
  .card_wrap._clinic {
    flex-wrap: wrap !important;
    gap: 20px;
    margin-bottom: 60px !important;
  }
}
.card_wrap._clinic .box {
  padding: 0px;
  width: 25%;
  border-radius: 0px;
}
@media screen and (max-width: 834px) {
  .card_wrap._clinic .box {
    width: 48%;
  }
}
@media only screen and (max-width: 480px) {
  .card_wrap._clinic .box {
    width: 100%;
  }
}
.card_wrap._clinic .map {
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .card_wrap._clinic .map {
    margin-bottom: 0;
  }
}
.card_wrap._clinic .map::before {
  content: "";
  display: block;
  padding-top: 90%;
}
@media only screen and (max-width: 480px) {
  .card_wrap._clinic .map::before {
    padding-top: 50%;
  }
}
.card_wrap._clinic .map iframe {
  width: 100% !important;
  height: 100% !important;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.card_wrap._clinic a, .card_wrap._clinic h3 {
  text-align: center;
  margin: 0;
  display: block;
  font-size: 20px;
  word-break: normal;
}
.card_wrap._clinic a {
  font-size: 12px;
  text-decoration: underline;
}

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

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

.btn {
  max-width: 320px;
  max-height: 70px;
  border: 2px solid #6ebd9e;
  font-weight: 500;
}
.btn span {
  font-weight: 500;
}
.btn::after {
  content: "\f0a9";
  color: #6ebd9e;
}
@media screen and (max-width: 834px) {
  .btn {
    width: 80%;
    margin: 0 auto;
  }
}

.itcenter {
  flex-direction: row-reverse;
}
@media screen and (max-width: 834px) {
  .itcenter {
    flex-direction: column;
    padding-bottom: 60px !important;
  }
}
.itcenter div:not(:has(img)) {
  line-height: 2.4;
  padding-right: 30px;
}
@media screen and (max-width: 834px) {
  .itcenter div:not(:has(img)) {
    padding-right: 0;
    padding-top: 30px;
    max-width: 600px;
  }
}
.itcenter img {
  display: block;
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
}
.itcenter .imgW {
  box-shadow: 10px 10px 0 0 #6ebd9e;
  border-radius: 8px;
  overflow: hidden;
  max-width: 600px;
  opacity: 0.01;
  translate: 10px 10px;
  transition: 0.6s;
}
.itcenter.isactive .imgW {
  opacity: 1;
  translate: 0px 0px;
}
.itcenter .btn_reflect:before {
  transition: 0.3s;
}

@media screen and (max-width: 640px) {
  .bgmain {
    padding: 60px 0 !important;
  }
}
.bgmain h2 {
  color: #fff;
}
.bgmain h2 span {
  color: #fff;
}

@media screen and (max-width: 640px) {
  .bgmain2 {
    padding: 60px 0 !important;
  }
}

@media screen and (max-width: 640px) {
  .greencounter {
    height: 50px !important;
  }
}

.title_02 h2 {
  line-height: 1.6;
}
.title_02 h2 span {
  font-size: 14px;
  display: block;
  font-weight: 500;
}
.title_02 div span {
  display: inline-block;
  font-size: clamp(15px, 2vw, 18px);
  word-wrap: break-word;
}

@media only screen and (min-width: 834px) {
  .imgText,
.imgTitle {
    display: flex;
  }
}
.imgText :where(div[class*=img]),
.imgTitle :where(div[class*=img]) {
  min-width: 50%;
}
.imgText :where(div[class*=title], div[class*=text]),
.imgTitle :where(div[class*=title], div[class*=text]) {
  display: flex;
  align-items: center;
  padding: 0 30px;
}

****************** topここまで以降テンプレ************************* .hspan:not(:has(h1, p)) {
  transform-origin: top;
  scale: 1.3;
  opacity: 0.01;
  transition: 0.4s;
}
****************** topここまで以降テンプレ************************* .hspan:not(:has(h1, p)).isactive {
  scale: 1;
  opacity: 1;
}
****************** topここまで以降テンプレ************************* .hspan h2 {
  font-size: clamp(24px, 4.8vw, 40px);
}
****************** topここまで以降テンプレ************************* .hspan span {
  font-size: 14px;
  font-weight: 500;
  color: #6ebd9e;
}

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

.hbtb {
  font-family: "Impact", "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.hbtb.clearfix article {
  display: grid;
  align-content: center;
}
.hbtb h2 {
  font-size: clamp(27px, 3.2vw, 32px);
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  line-height: 1;
  font-weight: 700;
  font-family: "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0 auto;
  width: auto;
  padding: 15px 20px;
}
@media only screen and (min-width: 640px) {
  .hbtb h2 {
    padding: 15px 40px;
  }
}
.hbtb h3, .hbtb h5 {
  font-size: 51px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  line-height: 1;
}
.hbtb span {
  font-size: 14px;
  font-weight: 700;
}

.desc h3, .desc div {
  max-width: 1000px;
  margin: 0 auto;
  line-height: 2.6;
}

.boxgrid .box, .error_text .box {
  position: relative;
  display: contents;
}
@media only screen and (min-width: 834px) {
  .boxgrid .box, .error_text .box {
    display: flex;
    height: 600px;
    position: sticky;
    top: clamp(0px, 14vh, 110px);
  }
}
.boxgrid .box:nth-child(even), .error_text .box:nth-child(even) {
  flex-direction: row-reverse;
}
.boxgrid img, .error_text img {
  position: sticky;
  height: calc(100vh - 25vw);
  object-fit: cover;
  overflow: hidden;
  width: 100%;
  top: clamp(0px, 14vh, 110px);
}
@media only screen and (min-width: 640px) {
  .boxgrid img, .error_text img {
    top: clamp(0px, 14vh, 110px);
  }
}
@media only screen and (min-width: 834px) {
  .boxgrid img, .error_text img {
    height: 100%;
  }
}
.boxgrid article, .error_text article {
  z-index: 1;
  display: grid;
  align-content: center;
  padding: 120px 0px;
  top: clamp(0px, 14vh, 110px);
}
@media only screen and (min-width: 640px) {
  .boxgrid article, .error_text article {
    top: clamp(0px, 14vh, 110px);
  }
}
@media only screen and (min-width: 834px) {
  .boxgrid article, .error_text article {
    width: 100%;
  }
}
@media only screen and (min-width: 834px) {
  .boxgrid .box:nth-child(odd) article, .error_text .box:nth-child(odd) article {
    margin-left: -100px;
    padding-left: 50px;
    clip-path: polygon(100% 100%, 100% 0, 50px 0, 50px calc(50% - 90px), 0px 50%, 50px calc(50% + 90px), 50px 100%);
  }
  .boxgrid .box:nth-child(odd) img, .error_text .box:nth-child(odd) img {
    padding-right: 50px;
  }
  .boxgrid .box:nth-child(even) article, .error_text .box:nth-child(even) article {
    margin-right: -100px;
    padding-right: 50px;
    clip-path: polygon(0% 100%, 0% 0, calc(100% - 50px) 0, calc(100% - 50px) calc(50% - 90px), 100% 50%, calc(100% - 50px) calc(50% + 90px), calc(100% - 50px) 100%);
  }
  .boxgrid .box:nth-child(even) img, .error_text .box:nth-child(even) img {
    padding-left: 50px;
  }
}
.boxgrid h3, .error_text h3 {
  padding: 15px 0px;
  margin: 0 20px;
}
@media only screen and (min-width: 640px) {
  .boxgrid h3, .error_text h3 {
    padding: 15px 40px;
    margin: 0 auto;
  }
}
.boxgrid article div, .error_text article div {
  width: 90%;
  max-width: 550px;
  margin: 30px auto 0 auto;
  text-align: center;
  line-height: 2.6;
  font-weight: 500;
}
.boxgrid .btn, .error_text .btn {
  width: 80%;
  max-width: 300px;
  margin: 0 auto;
  margin-top: 30px;
}

.about {
  background-color: #baddfb;
}
.about::before {
  content: "";
  display: block;
  width: 50%;
  max-width: 720px;
  height: 100%;
  position: absolute;
  inset: 0;
  margin: auto;
  background-color: #98bedf;
}
.about_title {
  margin: 0 auto;
  z-index: 1;
  position: relative;
  padding: 80px 0;
  background-color: transparent !important;
  line-height: 2;
}
.about_title article {
  background-color: #fff;
  padding: clamp(30px, 5vw, 60px);
  padding: 60px 20px;
}
@media only screen and (min-width: 834px) {
  .about_title article {
    padding: 60px 90px;
  }
}
.about_title article::after {
  content: "";
  display: block;
  width: 90px;
  height: 90px;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  position: absolute;
  top: 80px;
  right: 0;
  margin: auto;
  background-color: #6ebd9e;
  z-index: 1;
}
@media only screen and (min-width: 640px) {
  .about_title article::after {
    width: 120px;
    height: 120px;
  }
}
.about_title span {
  display: inline-block;
  color: #333;
}
.about_title h2 span {
  font-weight: 900;
  font-size: clamp(22px, 2.6vw, 26px);
  color: #333;
  display: inline-block;
}
.about_title .sm {
  color: #6ebd9e;
  display: block;
  font-size: 14px;
  font-weight: 700;
}

.blog_wrap {
  padding: 30px 100px 60px;
  background-color: #fff;
  max-width: 1000px;
}
@media only screen and (max-width: 1200px) {
  .blog_wrap {
    width: calc(100% - 40px);
    padding: 30px 40px 60px;
  }
}
@media screen and (max-width: 640px) {
  .blog_wrap {
    padding: 20px 5px;
  }
}
.blog_wrap .blog_list {
  display: block;
  border: none;
  overflow-y: scroll;
  max-height: 310px;
}
.blog_wrap .blog_list::-webkit-scrollbar-thumb {
  background-color: #6ebd9e;
  border-radius: 500px;
}
.blog_wrap .blog_list::-webkit-scrollbar {
  background-color: #fff;
  width: 6px;
}
@media screen and (max-width: 834px) {
  .blog_wrap .blog_list::-webkit-scrollbar {
    width: 8px;
  }
}
.blog_wrap .blog_list > div {
  display: contents;
}
.blog_wrap .blog_list .blog_photo {
  display: none;
}
.blog_wrap .blog_list .blog_text {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  border: none;
  padding: 0;
  margin: 0;
  border-bottom: 2px dashed #6ebd9e;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .blog_wrap .blog_list .blog_text {
    border-bottom: none;
  }
}
@media screen and (max-width: 640px) {
  .blog_wrap .blog_list .blog_text {
    flex-direction: column;
  }
}
.blog_wrap .blog_list .blog_date {
  width: 20%;
  align-items: left;
  justify-content: flex-start;
  padding-left: 10px;
  color: #555;
  font-size: 16px;
}
.blog_wrap .blog_list h3 {
  text-align: left;
  width: 80%;
  padding-left: 0;
  margin: 0;
}
.blog_wrap .blog_list h3 span {
  font-size: 16px;
  text-align: left;
  font-weight: 500;
}
.blog_wrap .blog_list h3::before {
  top: unset;
  bottom: 1px;
  height: 90%;
  border-radius: 10px;
}
.blog_wrap .blog_list .blog_date, .blog_wrap .blog_list h3 {
  margin: 0;
  font-weight: 500;
  padding: 25px 10px 20px 20px;
}
@media screen and (max-width: 640px) {
  .blog_wrap .blog_list .blog_date, .blog_wrap .blog_list h3 {
    width: 100%;
    border-bottom: 2px dashed #6ebd9e;
    padding: 15px 10px;
  }
}
.blog_wrap .blog_list .blog_date a, .blog_wrap .blog_list h3 a {
  color: #6ebd9e;
}
.blog_wrap .blog_list .blog_date a:hover, .blog_wrap .blog_list h3 a:hover {
  text-decoration: underline;
}
.blog_wrap .blog_list .blog_date span, .blog_wrap .blog_list h3 span {
  color: #6ebd9e;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  .blog_wrap .blog_list .blog_date {
    width: 100%;
    border-bottom: 2px dashed rgba(119, 119, 119, 0.4666666667);
    border-bottom: none;
  }
}

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

.footer_main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 80px;
  max-width: 1000px;
}
@media screen and (max-width: 834px) {
  .footer_main {
    flex-direction: column;
    padding-top: 60px;
  }
}
.footer_logo {
  display: grid;
  place-items: center;
}
@media screen and (max-width: 834px) {
  .footer_logo {
    margin-right: auto;
  }
}
.footer_logo a {
  display: block;
  width: 100%;
  max-width: 230px;
}
@media screen and (max-width: 834px) {
  .footer_nav {
    width: 100%;
    margin-left: auto;
  }
}
.footer_nav ul {
  display: flex;
}
@media screen and (max-width: 834px) {
  .footer_nav ul {
    width: 100%;
    justify-content: end;
  }
}
@media screen and (max-width: 640px) {
  .footer_nav ul {
    justify-content: space-between;
  }
}
.footer_nav a, .footer_nav button {
  display: grid;
  align-content: center;
  font-weight: 500;
  line-height: 1;
  padding: 25px 15px;
  border-radius: 100px;
  will-change: scale;
}
@media screen and (max-width: 640px) {
  .footer_nav a, .footer_nav button {
    padding: 25px 0;
  }
}
.footer_nav a:hover, .footer_nav button:hover {
  box-shadow: inset 0 0 10px 5px rgba(221, 221, 221, 0.4666666667);
}
.footer_nav span {
  font-size: clamp(14px, 1.6vw, 16px);
}
.footer_card {
  max-width: 1000px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 2%;
  margin: 50px auto 80px;
}
@media screen and (max-width: 834px) {
  .footer_card {
    flex-wrap: wrap;
    margin: 10px auto 50px;
    justify-content: center;
    gap: 20px;
  }
}
.footer_cardul {
  display: contents;
}
.footer_cardli {
  text-align: left;
  border-bottom: 1px solid #6ebd9e;
  font-size: 14px;
  line-height: 3;
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .footer_cardli {
    line-height: 1.6;
    width: 45%;
  }
}
.footer_address {
  line-height: 1.6;
  margin-bottom: 1em;
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .footer_address {
    margin-top: 1em;
  }
}
.footer_copy {
  display: block;
  font-weight: 500;
  background-color: #6ebd9e;
  font-size: 12px;
  padding: 15px;
  color: #fff;
}

aside div#search button {
  position: absolute;
  top: unset;
  bottom: -5px;
  margin: auto;
  right: 5px;
  width: 28px;
  height: 28px;
  border: none;
  background: url(../img/search.png) no-repeat;
  background-size: 22px;
  background-position: center center;
  text-indent: -9999px;
}

section.blog div.wrap aside #calendar #form_calendar table tbody tr td.open {
  background-color: #d9f8ec;
}

div#form_calendar table tbody tr td.open {
  background: rgba(120, 220, 255, 0.56);
}

div#form_calendar table tbody tr td {
  border: none;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  text-align: center;
  position: relative;
}

section.blog div.wrap aside #calendar #form_calendar table tbody tr td.close {
  background-color: rgba(204, 204, 204, 0.7);
}

div#form_calendar table tbody tr td.close {
  background: rgba(255, 180, 240, 0.56);
}

section.blog div.wrap aside #calendar #form_calendar dl.open {
  align-items: center;
  margin-bottom: 16px;
}

div#form_calendar dl.open, div#form_calendar dl.close {
  display: flex;
  font-size: 12px;
}

section.blog div.wrap aside #calendar #form_calendar dl.open dt {
  display: flex;
  justify-content: center;
  align-items: center;
}

section.blog div.wrap aside #calendar #form_calendar dl.open label {
  background-color: #d9f8ec;
}

div#form_calendar dl.open label {
  background: rgba(120, 220, 255, 0.56);
}

div#form_calendar dl.close label {
  background: rgba(204, 204, 204, 0.7);
}

div#form_calendar dl.open label, div#form_calendar dl.close label {
  display: inline-block;
  margin-right: 10px;
  width: 30px;
  height: 20px;
  font-size: 12px;
}

section div#contents article div.date {
  line-height: 30px;
  color: #fff;
  padding: 5px 10px;
  margin-bottom: 10px;
  background-color: rgba(220, 8, 0, 0.4666666667);
  border-radius: 5px;
  display: inline-block;
}

@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: 10px;
  display: inline-block;
}
section.blog div#contents h1 {
  text-align: left;
}
section.blog div#contents h1 span.translate,
section.blog div#contents h2 span.translate {
  display: inline;
  padding: 5px 10px;
  text-align: left;
  font-size: clamp(20px, 4vw, 32px);
  background: #6ebd9e;
  color: #fff;
  line-height: 2.2;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
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;
}

.fukidashi {
  align-items: flex-end;
}
@media screen and (max-width: 834px) {
  .fukidashi {
    flex-direction: column-reverse;
    padding-bottom: 0 !important;
    align-items: center;
    margin-top: 40px !important;
  }
}
.fukidashi article {
  position: relative;
  padding: 40px;
  padding-top: 0;
  width: 100%;
  border: 4px solid #ff87d0;
  border-radius: 40px;
  clip-path: polygon(100% -10%, 0% -10%, 0% 100%, 100% 100%, 100% calc(50% + 70px), 98% calc(50% + 70px), 98% calc(50% - 50px), 100% calc(50% - 50px));
}
@media screen and (max-width: 640px) {
  .fukidashi article {
    padding: 0 20px 20px;
  }
}
@media screen and (max-width: 834px) {
  .fukidashi article {
    clip-path: polygon(100% 100%, 100% -10%, 0% -10%, 0% 100%, calc(50% - 50px) 100%, calc(50% - 50px) 98%, calc(50% + 50px) 98%, calc(50% + 50px) 100%);
  }
}
.fukidashi h2 {
  margin-top: -60px;
  z-index: 1;
  position: relative;
  background-color: #fff;
  display: inline-block;
  padding: 0 20px;
  font-size: clamp(23px, 4vw, 40px);
}
@media screen and (max-width: 834px) {
  .fukidashi h2 {
    padding: 0 10px;
    translate: 0 -5px;
  }
}
.fukidashi div:not(:has(img)) {
  padding: 10px 0 0;
}
.fukidashi .imgW {
  box-shadow: none;
  margin-bottom: -40px;
  padding: 40px 40px 0;
  position: relative;
  overflow: visible;
  z-index: 1;
  translate: 0px 10px;
}
.fukidashi .imgW::before, .fukidashi .imgW::after {
  content: "";
  display: block;
  position: absolute;
  left: -4px;
  width: 100px;
  height: 100px;
  border: 4px solid #ff87d0;
}
.fukidashi .imgW::before {
  bottom: calc(50% - 2px);
  border-radius: 0 0 0 50px;
  clip-path: polygon(0 10%, 50% 40%, 50% 100%, 0 100%);
}
.fukidashi .imgW::after {
  top: calc(50% - 2px);
  border-radius: 50px 0 0 0;
  clip-path: polygon(0 90%, 50% 90%, 50% 0%, 0 0%);
}
@media screen and (max-width: 834px) {
  .fukidashi .imgW {
    translate: 10px 0px;
  }
  .fukidashi .imgW::before, .fukidashi .imgW::after {
    left: unset;
    top: -4px;
  }
  .fukidashi .imgW::before {
    bottom: unset;
    right: calc(50% - 2px);
    border-radius: 0 50px 0 0;
    clip-path: polygon(10% 0%, 40% 50%, 100% 50%, 100% 0%);
  }
  .fukidashi .imgW::after {
    left: calc(50% - 2px);
    border-radius: 50px 0 0 0;
    clip-path: polygon(0% 0%, 0% 50%, 60% 50%, 60% 0%);
  }
}

.iconh h2, section.blog div#contents .clearfix h3 {
  color: #fff;
  background-color: #6ebd9e;
  border-radius: 0 100px 100px 0;
  padding: 5px 0;
  padding-left: clamp(44px, 8vw, 64px);
  padding-right: clamp(20px, 4vw, 32px);
  border-radius: 100px;
  font-size: clamp(20px, 4vw, 32px);
  background: url(../images/home/icondrug03.svg), linear-gradient(to right, #fff, #fff 50px, #6ebd9e 50.1px);
  background-size: 60px 100%, 100% 100%;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 0 0.3vmax #6ebd9e;
}
@media screen and (max-width: 640px) {
  .iconh h2, section.blog div#contents .clearfix h3 {
    background-image: url(../images/home/icondrug03.svg), linear-gradient(to right, #fff, #fff 35px, #6ebd9e 35.1px);
    background-size: 40px 100%, 100% 100%;
    word-break: keep-all;
  }
}

.iconh {
  background-color: #fff !important;
  margin: 60px 0 40px;
}
@media screen and (max-width: 640px) {
  .iconh {
    margin: 40px 0 40px;
  }
}
.iconh article {
  display: flex;
  align-items: center;
}
.iconh img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.iconh .imgW {
  border-radius: 100px 0 0 100px;
  box-shadow: inset 0 0 0 0.3vmax #6ebd9e;
  margin-right: -2px;
}
.anctext {
  margin: 20px 0 40px 0;
  display: flex;
}
.anctext div {
  display: flex;
  align-items: center;
  justify-content: end;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 10px;
  padding: 20px;
  gap: 20px;
}
@media screen and (max-width: 640px) {
  .anctext div {
    flex-direction: column;
  }
}
.anctext p {
  margin-right: auto;
}
.anctext .btn {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .anctext .btn {
    margin: 0 auto;
  }
}
.anctext .btn::after {
  rotate: 90deg;
}

.title1 {
  display: grid;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  display: grid;
  align-items: center;
  letter-spacing: 0.4em;
  line-height: 1;
  height: 400px;
}
.title1._blog {
  background: url(../images/pagetop/page01.jpg) no-repeat center bottom/cover;
}
@media screen and (max-width: 834px) {
  .title1 {
    height: 300px !important;
  }
}
@media screen and (max-width: 640px) {
  .title1 {
    height: 150px !important;
  }
}
.title1 article {
  display: flex;
  justify-content: center;
  position: relative;
}
.title1 img {
  translate: 0 -65%;
}
.title1.hspan span {
  font-size: clamp(24px, 4.8vw, 50px);
  background-color: #fff;
  color: #333;
  font-weight: 700;
}
.title1.hspan span:nth-child(2) {
  font-size: clamp(14px, 2vw, 20px);
  font-weight: 400;
}
.title1.isactive span {
  animation: blur 3s forwards cubic-bezier(0, 1, 0, 1);
}
.title1 div {
  font-size: clamp(22px, 2.8vw, 26px);
  font-family: "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: block;
  font-weight: 500;
  color: #fff;
}

.form_wrap.form_simple._recruit {
  border: none;
}
.form_wrap.form_simple._recruit dl, .form_wrap.form_simple._recruit dt, .form_wrap.form_simple._recruit dd {
  border: none;
  background-color: unset;
}
.form_wrap.form_simple._recruit dl {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  padding-bottom: 10px;
  border-bottom: 2px dashed #6ebd9e;
}
.form_wrap.form_simple._recruit dl:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .form_wrap.form_simple._recruit dl {
    flex-direction: row;
  }
}
.form_wrap.form_simple._recruit dt {
  width: 20% !important;
  align-items: left;
  justify-content: flex-start;
  flex-grow: 1;
}
.form_wrap.form_simple._recruit dd {
  width: 80% !important;
  flex-grow: 1;
}
@media screen and (max-width: 640px) {
  .form_wrap.form_simple._recruit dd {
    width: 70% !important;
  }
}

.sns .title_01 {
  background: url(../images/top/mv1.jpg) no-repeat center bottom/cover;
}
.sns .title_01 img {
  width: 60px;
}
.sns #media .row .box h3 {
  font-weight: normal;
  text-align: left;
  font-size: clamp(14px, 1.8vw, 16px);
}
.sns #media .row .box p {
  font-family: "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: clamp(14px, 1.8vw, 16px);
}

.pan1 {
  padding: 30px 0px;
}
@media screen and (max-width: 640px) {
  .pan1 {
    padding-bottom: 0;
  }
}
.pan1 ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  color: #333;
}
.pan1 ul li {
  margin-right: 10px;
}
.pan1 ul li:not(:first-child) {
  margin-left: 10px;
}
.pan1 ul a:any-link {
  color: #6ebd9e;
  text-decoration: none;
  font-weight: 700;
}

.flexul_wrap ul {
  flex-wrap: wrap;
}
.flexul_wrap.hbtb ul {
  flex-wrap: wrap;
}
.flexul_wrap.hbtb h3, .flexul_wrap.hbtb h5 {
  font-family: "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: clamp(20px, 2.2vw, 24px);
  position: relative;
  margin: 20px 0 60px;
  padding: 10;
  padding: 14px 10px 14px 10px;
  text-align: left;
  font-weight: 700;
  border: 4px solid #dc0802;
  border-left: none;
  border-top: none;
  border: none;
  box-sizing: content-box;
  box-shadow: inset 4px 4px 0 0 #dc0802;
  line-height: 1.5;
}
.flexul_wrap.hbtb span {
  font-family: "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: absolute;
  top: 100%;
  right: 0;
  font-size: clamp(20px, 2.2vw, 24px);
  padding: 10px;
  background-color: #dc0802;
  color: #fff;
  padding: 5px 10px;
  font-weight: normal;
  display: block;
  width: 100%;
  text-align: right;
}
.flexul_wrap article div {
  text-align: left;
}
.flexul_wrap article {
  overflow: hidden;
}
.flexul_wrap img {
  transition: 0.3s;
  transform-origin: bottom;
}
.flexul_wrap a:hover img {
  scale: 1.1;
}
.flexul_wrap ul li article > h5 {
  display: block;
}

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

.attention {
  padding: 30px 0;
}
.attention article {
  max-width: 1200px;
  padding: 20px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.7333333333);
  backdrop-filter: blur(2px);
}
.attention article h3, .attention article div {
  color: #000;
  max-width: unset;
}
.attention article h3 {
  font-size: 24px;
}

:where(.shop, .sale, .saleNew, .saleSecond, .parts, .custom, .service, .contact) .FbtnW {
  padding-bottom: 60px;
}
@media only screen and (min-width: 834px) {
  :where(.shop, .sale, .saleNew, .saleSecond, .parts, .custom, .service, .contact) .FbtnW {
    padding-bottom: 90px;
  }
}
:where(.shop, .sale, .saleNew, .saleSecond, .parts, .custom, .service, .contact) .hbtb:not(.card_wrap, .flexul_wrap) {
  margin: 60px auto;
}
:where(.shop, .sale, .saleNew, .saleSecond, .parts, .custom, .service, .contact) .hbtb:not(.card_wrap, .flexul_wrap) h2 {
  border: 4px solid #dc0802;
  border-left: none;
  border-top: none;
}
:where(.shop, .sale, .saleNew, .saleSecond, .parts, .custom, .service, .contact) .hbtb:not(.card_wrap, .flexul_wrap) article {
  width: 100%;
  padding: 0 20px;
  max-width: 1200px;
  margin: 0 auto;
}
:where(.shop, .sale, .saleNew, .saleSecond, .parts, .custom, .service, .contact) .hbtb:not(.card_wrap, .flexul_wrap) h3 {
  border: 4px solid #dc0802;
  border-right: none;
  border-top: none;
  font-size: clamp(24px, 2.4vw, 28px);
  font-weight: 700;
  width: auto;
  padding: 15px 15px;
  margin-right: auto;
}

section.shop .boxgrid {
  font-family: "Impact", "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-bottom: 0;
}
section.shop .boxgrid article {
  display: grid;
  align-content: center;
}
section.shop .boxgrid h3, section.shop .boxgrid h5 {
  border: none;
  font-size: 51px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  line-height: 1;
  font-weight: 500;
}
section.shop .boxgrid span {
  font-size: 14px;
  font-weight: 700;
}

.texL {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 90px auto;
  padding: 0 20px;
}
@media only screen and (min-width: 640px) {
  .texL {
    flex-wrap: nowrap;
  }
}
.texL div {
  padding: 40px;
  width: 100%;
  max-width: 460px;
  font-size: 18px;
}
.texL img {
  width: 100%;
  max-width: 460px;
  padding: 0 10px;
  margin: 0;
}
@media only screen and (min-width: 640px) {
  .texL img {
    width: 50%;
  }
}

section.one .FbtnW .btn:after {
  rotate: 90deg;
}

.entry.form_wrap {
  border-radius: 5px;
  border: 1px solid #ccc;
  transition: 0.5s;
}
.entry.form_wrap:focus-within {
  box-shadow: 0 0 0 100vmax rgba(0, 0, 0, 0.2);
}
.entry.form_wrap dl {
  flex-wrap: wrap;
}
.entry.form_wrap dt {
  align-items: center;
  flex-direction: row;
  padding: 8px;
  font-size: clamp(15px, 2vw, 18px);
  width: 100% !important;
}
@media only screen and (min-width: 640px) {
  .entry.form_wrap dt {
    width: 20% !important;
  }
}
.entry.form_wrap dd {
  padding: 2% 2%;
  font-size: clamp(15px, 2vw, 18px);
  width: 100% !important;
}
@media only screen and (min-width: 640px) {
  .entry.form_wrap dd {
    width: 80% !important;
  }
}
.entry.form_wrap label {
  margin-left: 10px;
}

.contact_linkW a {
  width: max-content;
  display: block;
}
.contact_linkW a p {
  font-family: "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.contact_linkW a p:first-of-type {
  font-size: 32px;
  color: #dc0802;
  display: inline;
  font-family: "Impact", "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.05em;
}

.error_text .btn {
  background-color: #fff;
  color: #000;
  font-weight: 700;
  width: 80%;
  max-width: 300px;
  margin: 0 auto;
  margin-top: 30px;
}

.fa.fa-info-circle {
  color: #6ebd9e;
}

.bnr {
  margin: 60px auto;
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 834px) {
  .bnr {
    flex-wrap: nowrap;
  }
}
.bnr :where(div[class*=box]) {
  position: relative;
  border-radius: 5px;
  width: 100%;
  flex: 1 1 262px;
  max-height: 200px;
}
.bnr :where(div[class*=box]):nth-child(n+5) {
  max-width: 265.5px;
}
.bnr :where(div[class*=box]) a {
  max-width: 100%;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #98bedf;
  overflow: hidden;
}
.bnr :where(div[class*=box]) a:hover img {
  scale: 1.1;
}
.bnr :where(div[class*=box]) img {
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
  height: 100% !important;
  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 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;
  }
}
.circle_dt.form_wrap {
  padding: 0 0 20px 60px;
  position: relative;
}
.circle_dt.form_wrap:before {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 100%;
  left: 20px;
  background-color: #45aee5;
}
.circle_dt.form_wrap dl,
.circle_dt.form_wrap dt,
.circle_dt.form_wrap dd {
  border: none;
  background: none;
}
.circle_dt.form_wrap dl {
  border-bottom: 1px solid rgba(51, 51, 51, 0.4666666667);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.circle_dt.form_wrap dt {
  width: 15%;
  min-width: 90px;
  color: #45aee5;
  z-index: 1;
  justify-content: start;
  padding: 8px;
  position: relative;
}
.circle_dt.form_wrap dt:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: -47px;
  margin: auto;
  width: 16px;
  height: 16px;
  z-index: 1;
  border-radius: 50%;
  background-color: #45aee5;
}
.circle_dt.form_wrap dt:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: -47px;
  margin: auto;
  width: 25px;
  height: 2px;
  background-color: #666;
}
.circle_dt.form_wrap dd {
  display: flex;
  align-items: center;
  padding: 8px;
}

#c31.fsc {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 24px;
}
#c31.fsc .box {
  max-width: 220px;
}
#c31.fsc img {
  width: 100%;
}

.link_ul ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.link_ul li {
  flex: 1 1 172px;
}
.link_ul li:last-child {
  max-width: calc(50% - 5px);
}

.btn_a {
  margin: 40px auto;
  display: block;
  padding: 10px 0;
  width: 100%;
  margin: 0 auto;
  border-radius: 0px;
  background-color: #183765;
  color: #fff;
  font-size: 16px;
  text-align: center;
  position: relative;
  font-size: clamp(15px, 2vw, 18px);
  font-family: "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.btn_a::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  font-family: "Font Awesome 5 Pro";
  content: "\f054";
  top: 0;
  right: 0;
  width: 20%;
  display: grid;
  place-items: center;
}

.link_tel_wrap {
  margin: 1%;
}
.link_tel_wrap a {
  color: #1b1b1b;
  font-size: clamp(24px, 2.8vw, 30px);
  font-family: "din-2014", "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
}
.link_tel_wrap span {
  font-size: 14px;
}
.link_tel_wrap i {
  margin-right: 5px;
  color: #fff;
  background: #457ae5;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

._contact a {
  color: #5387f0;
  font-size: 15px;
}

.contact_desc {
  padding: 20px;
  line-height: 30px;
}
.contact_desc span {
  display: inline;
}
.contact_desc a {
  color: #98bedf;
}

.imgbg.imgbg_single {
  width: 100%;
  max-width: 1000px;
}
.imgbg.imgbg_single a {
  max-width: 1000px;
  width: 100%;
  height: 200px;
  backdrop-filter: blur(5px);
  text-shadow: 1px 1px 0px #fff;
}

.policy_last {
  padding-bottom: 60px;
}

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