@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&family=Noto+Sans+JP:wght@400;700&family=Roboto:wght@400;700&display=swap");
.f_btns, .f_main, .cont, .bg100 > .r_edge, .bg100 > .r_edge_popup, .art800 article, .h1-tx article, .h2-tx article, #contents, .bgin {
  max-width: 100%;
  width: 1200px;
  margin-inline: auto;
}
@media only screen and (max-width: 1300px) {
  .f_btns, .f_main, .cont, .bg100 > .r_edge, .bg100 > .r_edge_popup, .art800 article, .h1-tx article, .h2-tx article, #contents, .bgin {
    padding-inline: 20px;
  }
}

.title2 h1 span > span, .title2 h2 span > span, .title2 h3 span > span, .title2.nohead div, #contents .card4.overimg div, u {
  position: relative;
}
.title2 h1 span > span::before, .title2 h2 span > span::before, .title2 h3 span > span::before, .title2.nohead div::before, #contents .card4.overimg div::before, u::before {
  content: "";
  display: inline-block;
  background-color: #777;
  z-index: 1;
}

.title2.__estimate, .fl4058, .fl.__area {
  position: relative;
  z-index: 1;
}
.title2.__estimate::before, .fl4058::before, .fl.__area::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #777;
  z-index: 1;
}

.title1, .bgbfgr {
  position: relative;
  z-index: 1;
}
.title1::after, .bgbfgr::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #777;
  z-index: 1;
}

@keyframes rightgrow {
  0% {
    background-position-x: 203%;
  }
  100% {
    background-position-x: 100%;
  }
}
.f_link, .pan1 a,
.blog_text a > :is(span, .detail),
.f_clearfix .itext,
.h_link, .h_btn {
  background: linear-gradient(currentColor, currentColor);
  transition: background 0.4s ease;
  background-repeat: no-repeat;
  background-position: -103% 100%;
  background-size: 200% 1px;
}
.f_link:hover, .pan1 a:hover,
.blog_text a > :hover:is(span, .detail),
.f_clearfix .itext:hover,
.h_link:hover, .h_btn:hover {
  background-position: 0% 100%;
  animation: rightgrow 0.4s ease;
}
@keyframes rightgrow {
  0% {
    background-position: 203% 100%;
  }
  100% {
    background-position: 100% 100%;
  }
}
@media only screen and (max-width: 1000px) {
  .f_link, .pan1 a,
  .blog_text a > :is(span, .detail),
  .f_clearfix .itext,
  .h_link, .h_btn {
    background-position: 0% 100%;
    animation: rightgrow 0.4s ease;
  }
}

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

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

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

.sns-i_stop div.sns_list > div .sns_text *, .sns-i_stop3 div.sns_list > div .sns_text * {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fa-calculator::before {
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", "Font Awesome 5 Brand", "Font Awesome 5 Duotone";
  content: "\f1ec";
  font-weight: 900;
  margin-inline: 0.5em;
}

.chevron-right::after {
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", "Font Awesome 5 Brand", "Font Awesome 5 Duotone";
  content: "\f054";
  font-weight: 900;
}

.circle-arrow-right::after {
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", "Font Awesome 5 Brand", "Font Awesome 5 Duotone";
  font-weight: 900;
  content: "\f0a9";
}

.fa-solid.fa-arrow-right-long::before {
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", "Font Awesome 5 Brand", "Font Awesome 5 Duotone";
  font-weight: 900;
  content: "\f178";
}

.fa-note-sticky::before {
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", "Font Awesome 5 Brand", "Font Awesome 5 Duotone";
  font-weight: 900;
  content: "\f249";
}

.fa-envelope::before, .btn-g::before {
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", "Font Awesome 5 Brand", "Font Awesome 5 Duotone";
  content: "\f0e0";
  margin-inline: 0.5em;
  font-weight: 900;
  color: inherit;
}

.fa-phone::before, .f_btns .box:nth-of-type(2) a::before {
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Free", "Font Awesome 5 Brand", "Font Awesome 5 Duotone";
  content: "\f095";
  scale: -1 1;
  margin-inline: 0.5em;
  color: inherit;
  font-weight: 900;
}

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

.fa-circle-exclamation::before {
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", "Font Awesome 5 Brand", "Font Awesome 5 Duotone";
  font-weight: 900;
  content: "\f06a";
}

.fa-arrow-right::before {
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", "Font Awesome 5 Brand", "Font Awesome 5 Duotone";
  font-weight: 900;
  content: "\f061";
}

.fa-arrow-right-af::after {
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", "Font Awesome 5 Brand", "Font Awesome 5 Duotone";
  font-weight: 900;
  content: "\f061";
}

.fa-angles-up::before {
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", "Font Awesome 5 Brand", "Font Awesome 5 Duotone";
  font-weight: 900;
  content: "\f102";
}

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

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

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

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

@keyframes listslide {
  0% {
    transform: scale(1);
    opacity: 0;
    z-index: -1;
  }
  7% {
    opacity: 1;
    z-index: 1;
  }
  16% {
    opacity: 1;
    z-index: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 1;
    z-index: 1;
  }
  57% {
    opacity: 1;
    z-index: -1;
  }
  67% {
    opacity: 0;
    z-index: -1;
  }
  74% {
    transform: scale(1.2);
  }
  100% {
    opacity: 0;
    z-index: -1;
  }
}
@keyframes slidescale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes slowtrans {
  0% {
    translate: 0 0;
  }
  100% {
    translate: calc(-1 * (50vw - clamp(0px, 50vw, 720px)));
  }
}
@keyframes slowscale {
  0% {
    scale: 0 1;
    transform-origin: left;
  }
  50% {
    scale: 1 1;
    transform-origin: left;
  }
  50.1% {
    scale: 1 1;
    transform-origin: right;
  }
  100% {
    scale: 0 1;
    transform-origin: right;
  }
}
@keyframes slowscale2 {
  0% {
    scale: 0.5 1;
    transform-origin: left;
  }
  25% {
    scale: 1 1;
    transform-origin: left;
  }
  25.1% {
    scale: 1 1;
    transform-origin: right;
  }
  50% {
    scale: 0.5 1;
    transform-origin: right;
  }
  75% {
    scale: 0 1;
    transform-origin: right;
  }
  75.1% {
    scale: 0 1;
    transform-origin: left;
  }
  100% {
    scale: 0.5 1;
    transform-origin: left;
  }
}
@keyframes slowpos {
  0% {
    background-position-x: 50%;
  }
  75% {
    background-position-x: -100%;
  }
  75.1% {
    background-position-x: 100%;
  }
  100% {
    background-position-x: 50%;
  }
}
@keyframes poyooon {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  10% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  40% {
    transform: scale(1.2, 0.8) translate(0%, 15%);
  }
  50% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  60% {
    transform: scale(0.9, 1.2) translate(0%, -100%);
  }
  75% {
    transform: scale(0.9, 1.2) translate(0%, -20%);
  }
  85% {
    transform: scale(1.2, 0.8) translate(0%, 15%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes poyooon2 {
  0% {
    transform: scale(1, 1);
  }
  2% {
    transform: scale(1.05, 0.95);
  }
  10% {
    transform: scale(1.1, 0.9);
  }
  12% {
    transform: scale(1, 1);
  }
  15% {
    transform: scale(0.95, 1.1);
  }
  18% {
    transform: scale(0.95, 1.1);
  }
  21% {
    transform: scale(1.1, 0.9);
  }
  25% {
    transform: scale(1, 1);
  }
  28% {
    transform: scale(0.98, 1.02);
  }
  32% {
    transform: scale(0.98, 1.02);
  }
  36% {
    transform: scale(1.02, 0.97);
  }
  40% {
    transform: scale(1, 1);
  }
}
@keyframes pururun {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  10% {
    transform: scale(1, 1) translate(10%, 0%) skew(-10deg, 0deg);
  }
  60% {
    transform: scale(1, 1) translate(20%, 0%) skew(-20deg, 0deg);
  }
  70% {
    transform: scale(1, 1) translate(-15%, 0%) skew(15deg, 0deg);
  }
  80% {
    transform: scale(1, 1) translate(15%, 0%) skew(-15deg, 0deg);
  }
  80% {
    transform: scale(1, 1) translate(5%, 0%) skew(-5deg, 0deg);
  }
  90% {
    transform: scale(1, 1) translate(-5%, 0%) skew(5deg, 0deg);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes purun {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes puyon {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  40% {
    transform: scale(0.95, 1.2) translate(0%, -10%);
  }
  50% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  60% {
    transform: scale(0.95, 1.05) translate(0%, -3%);
  }
  70% {
    transform: scale(1.05, 0.95) translate(0%, 3%);
  }
  80% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes step {
  0% {
    translate: 100%;
  }
  100% {
    translate: 0%;
  }
}
@keyframes UpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-50%);
  }
}
@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-50%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.UpMove {
  animation: UpAnime 0.5s forwards;
}

.DownMove {
  animation: DownAnime 0.5s forwards;
}

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

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

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

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

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

.clearfix:after {
  visibility: visible;
}

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

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

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

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

div.blog_list {
  border: none;
}

div.sns_list div.sns_text, div.blog_list div.blog_text {
  width: 100%;
  padding: 0px;
  font-size: inherit;
}

div.sns_list ul li a, div.blog_list ul li a {
  display: block;
  font-size: inherit;
  line-height: inherit;
  margin-right: 0.2em;
}

div.detail, div.detail2 {
  margin-top: unset;
}

#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-bottom: 2px solid var(--tx);
}

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

.form_wrap.confirm, .form_wrap.message, .form_wrap.entry {
  margin-top: var(--head) !important;
  margin-inline: auto;
}

p.annot {
  width: 1000px;
  margin-inline: auto !important;
}

div.submit {
  margin-block: 0;
}
div.submit button {
  margin-block: 0;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}
html:has(.policy-wrap.active) {
  overflow: hidden;
}

:root {
  --contout:calc(50% - 50vw + calc(var(--bar) / 2));
  --contoutsp:calc(100% - 100vw + calc(var(--bar) / 2));
  --in90:calc(50vw - clamp(0px,calc(50vw - 20px),864px));
  --inwide:calc(50vw - clamp(0px,calc(50vw - 20px),768px));
  --incont:calc(50vw - clamp(0px,calc(50vw - 20px),600px));
  --in800:calc(50vw - clamp(0px,calc(50vw - 20px),400px));
  --barhalf:calc(var(--bar) / 2);
  --base:1200px;
  --bk:#111;
  --wh:#fff;
  --whtr:#fff8;
  --mc:#111;
  --mctr:#1118;
  --bc:#eee;
  --bctr:#eee8;
  --gr:#eee;
  --grtr:#eee8;
  --tx:#111;
  --ac:#5cdee3;
  --actr:#5cdee388;
  --sc:#ff0600;
  --fzxs:12px;
  --fzs:14px;
  --fz:16px;
  --fzm:clamp(16px, 2vw, 20px);
  --fzl:clamp(20px, 2.4vw, 26px);
  --fzll:clamp(26px,5.6vw,56px);
  --fzllm:clamp(44px,8vw,80px);
  --fzlll:clamp(56px,10vw,100px);
  --fzllen:clamp(36px,4.4vw,44px);
  --fzllll:clamp(44px,6vw,80px);
  --bs:4px 4px 0px var(--mctr);
  --bsgr:5px 5px 0px var(--gr);
  --bsbtn:5px 5px 0px var(--gr),inset 5px 5px 0px var(--wh);
  --bsb:4px 4px 0px var(--actr);
  --bsw:4px 4px 0px var(--wh);
  --bslg:8px 8px 0px var(--mctr);
  --bs2:4px 4px 0px var(--mctr),0px 0px 2px var(--mctr);
  --boshw:4px 4px 0px #fff;
  --boshbl:0 0 10px #11111108;
  --head:110px;
  --headout:100px;
}
@media screen and (max-width: 834px) {
  :root {
    --head:60px;
  }
}
body {
  overflow-x: hidden;
  font-size: 14px;
  font-weight: 400;
  font-family: "Lato", "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  line-height: 2.55;
  letter-spacing: 0.02em;
  color: var(--tx);
  font-style: normal;
}

html, 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, 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: inherit;
  vertical-align: unset;
}

.clearfix div {
  line-height: 2;
}

#contents_wrap, section.blog {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  #contents_wrap, section.blog {
    padding-right: 0;
  }
}

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

h1, h2, h3 {
  font-weight: 400;
  line-height: 1.27;
}

.blog h1 {
  font-size: clamp(20px, 2.4vw, 28px);
  font-weight: 700;
}

h2 {
  font-size: var(--fzll);
  font-weight: 900;
}

u {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  color: var(--mc);
}
u:before {
  width: 40px;
  height: 1px;
  margin-right: 1em;
  background-color: var(--mc);
}

.btn, #contents .__links li a, .btn-g, .btn-ac, .btn-s-bk, .btn-s, .btn-lg, .btn-wh {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 130px;
  aspect-ratio: 1;
  max-width: 100%;
  padding-inline: 2.2em;
  border-radius: 999px;
  border: 1px solid var(--tx);
  font-size: 13px;
  box-shadow: var(--bsbtn);
  background-color: var(--gr);
  --bsbtn:5px 5px 0px var(--gr),inset 5px 5px 0px var(--wh);
  will-change: scale;
}
.btn.__eng, #contents .__links li a.__eng, .__eng.btn-g, .__eng.btn-ac, .__eng.btn-s-bk, .__eng.btn-s, .__eng.btn-lg, .__eng.btn-wh {
  font-size: var(--fzen);
  letter-spacing: 0.06em;
}
.btn.__gr, #contents .__links li a.__gr, .__gr.btn-g, .__gr.btn-ac, .__gr.btn-s-bk, .__gr.btn-s, .__gr.btn-lg, .__gr.btn-wh {
  background-color: var(--gr);
}
.btn i, #contents .__links li a i, .btn-g i, .btn-ac i, .btn-s-bk i, .btn-s i, .btn-lg i, .btn-wh i {
  margin-right: 0.5em;
}
.btn br, #contents .__links li a br, .btn-g br, .btn-ac br, .btn-s-bk br, .btn-s br, .btn-lg br, .btn-wh br {
  display: none;
}
.btn:is(a), #contents .__links li a:is(a), .btn-g:is(a), .btn-ac:is(a), .btn-s-bk:is(a), .btn-s:is(a), .btn-lg:is(a), .btn-wh:is(a) {
  color: var(--tx);
}
.btn:hover, #contents .__links li a:hover, .btn-g:hover, .btn-ac:hover, .btn-s-bk:hover, .btn-s:hover, .btn-lg:hover, .btn-wh:hover {
  scale: 1.1;
  --gr:var(--grtr);
  box-shadow: 20px 20px 0px var(--gr), inset 20px 20px 0px var(--whtr);
}
.btn.mc:is(a), #contents .__links li a.mc:is(a), .mc.btn-g:is(a), .mc.btn-ac:is(a), .mc.btn-s-bk:is(a), .mc.btn-s:is(a), .mc.btn-lg:is(a), .mc.btn-wh:is(a) {
  --wh:var(--mc);
  --tx:#fff;
}

em, span {
  font-size: inherit;
  font-weight: inherit;
}

h3 {
  font-size: var(--fzl);
}

h5 {
  font-size: var(--fzl);
}

#contents {
  background-color: unset;
  text-align: left;
  background-color: unset;
}

a {
  text-decoration: none;
  transition: 0.6s;
}
a:is(:link, :visited, :hover, :active) {
  color: var(--tx);
}

.btn-wh {
  --tx:#fff;
  mix-blend-mode: color-dodge;
  background-color: transparent;
}
.btn-wh span {
  --wh:#000;
}
.btn-wh:hover {
  background-color: #000;
  mix-blend-mode: unset;
  --tx:#fff;
  color: #fff !important;
  border-color: #000;
}
.btn-wh:hover span {
  background-color: #000;
}

.btn-lg {
  width: unset;
  height: unset;
  position: relative;
}
.btn-lg span {
  padding: 1em 3.5em;
  font-size: var(--fzm);
  line-height: 1;
  display: grid;
  place-items: center;
}
@media only screen and (max-width: 1000px) {
  .btn-lg span {
    padding-inline: 1.5em;
  }
}
.btn-lg span:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  transition: 0.6s;
  opacity: 0;
  background-color: var(--ac);
}
.btn-lg:hover span:nth-child(2) {
  opacity: 1;
}

.btn-s {
  width: 226px;
  height: 50px;
}
.btn-s-bk {
  width: 226px;
  height: 50px;
}

.btn-ac {
  font-size: 28px;
  padding-inline: 30px;
  background-color: var(--ac);
  will-change: filter;
}
.btn-ac:is(a) {
  color: var(--wh);
  font-style: normal;
  border: none;
}
.btn-ac:before {
  content: "";
  display: inline-block;
  mask: url(/images/home/mail.png) no-repeat center/contain;
  -webkit-mask: url(/images/home/mail.png) no-repeat center/contain;
  background-color: #fff;
  width: 1.16em;
  height: 0.75em;
  margin-right: 0.5em;
}
.btn-ac:after {
  display: none;
}
.btn-ac:hover {
  filter: brightness(110%);
}

.cardbtn .btn:after, .cardbtn #contents .__links li a:after, #contents .__links li .cardbtn a:after, .cardbtn .btn-g:after, .cardbtn .btn-wh:after, .cardbtn .btn-lg:after, .cardbtn .btn-s:after, .cardbtn .btn-s-bk:after, .cardbtn .btn-ac:after {
  content: "";
  width: 32px;
  margin-left: 0.5em;
  transition: 0.4s;
  background-color: var(--tx2);
  mask: url(/images/common/arrow-lg.svg) no-repeat center/contain;
  -webkit-mask: url(/images/common/arrow-lg.svg) no-repeat center/contain;
  background-image: none;
}

.btn-g {
  background-color: var(--ac);
}
.btn-g:is(a) {
  color: var(--wh);
}

.im img {
  width: 100%;
  margin: 0;
}

.im .imgC {
  margin: 0px auto 0px auto;
  display: block;
}

div[id*=anc], div[class*=anc], #contents_wrap {
  scroll-margin-top: var(--head);
}

.pan1 {
  margin-top: 3%;
  margin-bottom: 6%;
  margin-top: 36px;
  margin-bottom: 112px;
}
@media screen and (max-width: 834px) {
  .pan1 {
    margin-bottom: 72px;
  }
}
.pan1 + div {
  margin-top: 72px;
}
.pan1 ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  justify-content: flex-end;
}
.pan1 ul li {
  margin-right: 10px;
}
.pan1 ul li:not(:first-child) {
  margin-left: 10px;
  pointer-events: none;
}
.pan1 ul li:not(:first-child) a {
  text-decoration: none;
  color: currentColor;
}
.pan1 ul li:not(:first-child) a {
  background: none;
}
.pan1 ul a:-moz-any-link {
  color: var(--mc);
  text-decoration-thickness: 1px;
}
.pan1 ul a:any-link {
  color: var(--mc);
  text-decoration-thickness: 1px;
}
.pan1.col-wh * {
  color: #fff !important;
}

section .sns_list {
  flex-direction: row;
}

hr {
  margin-block: var(--space);
}

i {
  font-weight: 900;
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Free", "Font Awesome 6 Brand", "Font Awesome 6 Duotone";
  color: inherit;
}

.mfp-wrap {
  top: 0 !important;
  left: 0;
  width: 100%;
  height: 100% !important;
  z-index: 1043;
  position: fixed !important;
  outline: none !important;
}

.a_under a {
  text-decoration: underline;
}

.privacy-policy {
  text-decoration: underline;
}

#main .faq-01, #main .faq-02 {
  flex-direction: column;
  padding-bottom: 20px;
  border-bottom: 3px solid #249191;
  margin-top: 40px;
}
#main .faq-01 .box, #main .faq-02 .box {
  margin-top: 20px;
}
#main .faq-01 .box > *, #main .faq-02 .box > * {
  min-width: 0;
}
#main .faq-01 .box:first-child, #main .faq-02 .box:first-child {
  margin-top: 0;
}
#main .faq-01 .box:first-child div::before, #main .faq-02 .box:first-child div::before {
  content: "Q";
  color: #249191;
}
#main .faq-01 .box:last-child div::before, #main .faq-02 .box:last-child div::before {
  content: "A";
  color: #249191;
  background-color: #249191;
  color: #fff;
}
#main .faq-01 .box > div, #main .faq-02 .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, #main .faq-02 .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 #249191;
}

#main .faq-02 {
  border-bottom: 2px solid var(--tx);
}
#main .faq-02 .box:first-child div::before {
  content: "Q";
  background-color: var(--sc);
  color: var(--mc);
}
#main .faq-02 .box:last-child div::before {
  content: "A";
  color: var(--ac);
  background-color: var(--sc);
}
#main .faq-02 .box > div::before {
  border: none;
  border-radius: 4px;
}

.itext-art {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .itext-art {
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
}
.itext-art::after {
  display: none;
}
.itext-art.__rev {
  flex-direction: row-reverse;
}
@media screen and (max-width: 640px) {
  .itext-art.__rev {
    flex-direction: column-reverse;
  }
}
.itext-art > * {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .itext-art > * {
    width: 100%;
  }
}
.itext-art img {
  width: 100% !important;
  height: auto !important;
}
.itext-art.f_as {
  align-items: flex-start;
}

section .pt0, body.blog #contents .pt0 {
  padding-top: 0%;
}
section .pt4, body.blog #contents .pt4 {
  padding-top: 4%;
}
section .pt5, body.blog #contents .pt5 {
  padding-top: 5%;
}
section .pt6, body.blog #contents .pt6 {
  padding-top: 6%;
}
section .pt8, body.blog #contents .pt8 {
  padding-top: 8%;
}
section .pt10, body.blog #contents .pt10 {
  padding-top: 10%;
}
section .pb0, body.blog #contents .pb0 {
  padding-bottom: 0%;
}
section .pb5, body.blog #contents .pb5 {
  padding-bottom: 5%;
}
section .pb6, body.blog #contents .pb6 {
  padding-bottom: 6%;
}
section .pb8, body.blog #contents .pb8 {
  padding-bottom: 8%;
}
section .pb10, body.blog #contents .pb10 {
  padding-bottom: 10%;
}
section .pdb0, body.blog #contents .pdb0 {
  padding-block: 0%;
}
section .pdb5, body.blog #contents .pdb5 {
  padding-block: 5%;
}
section .pdb6, body.blog #contents .pdb6 {
  padding-block: 6%;
}
section .pdb8, body.blog #contents .pdb8 {
  padding-block: 8%;
}
section .mgb0, body.blog #contents .mgb0 {
  margin-block: 0%;
}
section .mgb5, body.blog #contents .mgb5 {
  margin-block: 5%;
}
section .mgb6, body.blog #contents .mgb6 {
  margin-block: 6%;
}
section .mgb8, body.blog #contents .mgb8 {
  margin-block: 8%;
}
section .mgb10, body.blog #contents .mgb10 {
  margin-block: 10%;
}
section .mgb12, body.blog #contents .mgb12 {
  margin-block: 12%;
}
section .art_pdi0 article, body.blog #contents .art_pdi0 article {
  padding-inline: 0%;
}
section .art_pd0 article, body.blog #contents .art_pd0 article {
  padding: 0%;
}
section .mt0, body.blog #contents .mt0 {
  margin-top: 0%;
}
section .mt2, body.blog #contents .mt2 {
  margin-top: 2%;
}
section .mt4, body.blog #contents .mt4 {
  margin-top: 4%;
}
section .mt5, body.blog #contents .mt5 {
  margin-top: 5%;
}
section .mt6, body.blog #contents .mt6 {
  margin-top: 6%;
}
section .mt8, body.blog #contents .mt8 {
  margin-top: 8%;
}
section .mt10, body.blog #contents .mt10 {
  margin-top: 10%;
}
section .mt12, body.blog #contents .mt12 {
  margin-top: 12%;
}
section .mt15, body.blog #contents .mt15 {
  margin-top: 15%;
}
section .mb0, body.blog #contents .mb0 {
  margin-bottom: 0%;
}
section .mb2, body.blog #contents .mb2 {
  margin-bottom: 2%;
}
section .mb3, body.blog #contents .mb3 {
  margin-bottom: 3%;
}
section .mb4, body.blog #contents .mb4 {
  margin-bottom: 4%;
}
section .mb5, body.blog #contents .mb5 {
  margin-bottom: 5%;
}
section .mb6, body.blog #contents .mb6 {
  margin-bottom: 6%;
}
section .mb8, body.blog #contents .mb8 {
  margin-bottom: 8%;
}
section .mb10, body.blog #contents .mb10 {
  margin-bottom: 10%;
}
section .mb12, body.blog #contents .mb12 {
  margin-bottom: 12%;
}
section .mb40, body.blog #contents .mb40 {
  margin-bottom: 40px;
}
section .nmb10, body.blog #contents .nmb10 {
  margin-bottom: -10%;
}
@media only screen and (max-width: 1200px) {
  section .bs_pdi0, body.blog #contents .bs_pdi0 {
    padding-inline: 0;
  }
}
section .color2 *, body.blog #contents .color2 * {
  color: var(--tx2) !important;
}
section .color3 *, body.blog #contents .color3 * {
  color: var(--tx3) !important;
}
section .w1200, body.blog #contents .w1200 {
  width: 1200px;
  max-width: 100%;
  margin-inline: auto;
}
section .inwide, body.blog #contents .inwide {
  padding-right: var(--inwide);
}
section .nowrap h3, section .nowrap h2, section .nowrap h1, body.blog #contents .nowrap h3, body.blog #contents .nowrap h2, body.blog #contents .nowrap h1 {
  white-space: nowrap;
}
section .nowrap-span :not(span), body.blog #contents .nowrap-span :not(span) {
  white-space: nowrap;
}

.bg100 > .r_edge article, .bg100 > .r_edge > div, .bg100 > .r_edge_popup article, .bg100 > .r_edge_popup > div {
  z-index: 1;
}

.u_bgi u {
  text-decoration: none;
  background: linear-gradient(to right, #fda140, #70c46f) no-repeat center 90%/100% 10px;
}

.u_bgi article > div {
  font-size: 16px;
}
.u_bgi article > div u {
  font-size: 24px;
}

.art800 article {
  max-width: 800px;
}

.h1-tx article, .h2-tx article {
  display: flex;
  align-items: center;
}
.h1-tx article > *, .h2-tx article > * {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .h1-tx article > *, .h2-tx article > * {
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .h1-tx article, .h2-tx article {
    flex-direction: column;
    align-items: flex-start;
    padding-inline: 0;
    row-gap: 40px;
  }
}

.brnone br, .nobr br {
  display: none;
}

@media screen and (max-width: 640px) {
  #contents .form_wrap.form_h3 {
    padding: 0;
  }
}
#contents .form_wrap.form_h3 dl {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #888;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-bottom: 10px;
  flex-direction: column;
  flex-direction: row !important;
  padding: 1em 0;
  display: block;
}
#contents .form_wrap.form_h3 dl:not(:last-child) {
  margin-bottom: 20px;
}
#contents .form_wrap.form_h3 dl {
  background-color: unset;
}
#contents .form_wrap.form_h3 dl:last-of-type dt, #contents .form_wrap.form_h3 dl:last-of-type dd {
  border-bottom: none;
}
#contents .form_wrap.form_h3 dt, #contents .form_wrap.form_h3 dd {
  line-height: 1.6;
  padding: 20px 10px 20px 0;
  border: none;
  background-color: unset;
  width: 100%;
  padding: 0;
}
#contents .form_wrap.form_h3 dt {
  display: block;
  color: var(--txgr);
  font-weight: 700;
  font-size: 130%;
  letter-spacing: 0.25em;
  padding-bottom: 0.25em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 834px) {
  #contents .form_wrap.form_h3 dt {
    padding-bottom: 0;
    text-decoration: underline !important;
    text-decoration-color: inherit;
  }
}
#contents .form_wrap.form_h3 dd {
  width: 80%;
  padding-left: 0;
  flex-grow: 1;
  width: 100%;
}
#contents .form_wrap.form_h3::-webkit-scrollbar {
  background-color: transparent;
  width: 4px;
  height: 0;
}
#contents .form_wrap.form_h3::-webkit-scrollbar-thumb {
  background-color: #249191;
  border-radius: 99px;
  box-shadow: inset 3px 3px 3px rgba(255, 255, 255, 0.2);
}

.gcen {
  display: grid;
  place-items: center;
  place-content: center;
}

.mt72 {
  margin-top: 72px;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
  margin-block: 140px;
  grid-template-columns: repeat(2, 50%);
  place-content: center;
}

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

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

.sns-i_stop div.sns_list {
  border: none;
}
.sns-i_stop div.sns_list .slick-slide {
  padding: 0 10px;
  position: relative;
}
.sns-i_stop div.sns_list div.sns_date {
  position: absolute;
  top: 0;
  left: 10px;
  padding: 10px;
  color: #fcf6f0;
}
.sns-i_stop div.sns_list > div {
  display: block;
  border: none;
  overflow: visible;
}
.sns-i_stop div.sns_list > div div.sns_photo {
  padding: 0;
  width: 100%;
  overflow: hidden;
}
.sns-i_stop div.sns_list > div div.sns_photo a {
  display: block;
  position: relative;
  overflow: hidden;
}
.sns-i_stop div.sns_list > div div.sns_photo a:hover img {
  scale: 1.04;
}
.sns-i_stop div.sns_list > div div.sns_photo a img {
  height: 100% !important;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.4s;
  transform-origin: center center;
  aspect-ratio: 1/1;
  border-radius: var(--rad);
}
.sns-i_stop div.sns_list > div .sns_text {
  width: 100%;
  height: 100px;
  overflow: hidden;
  display: none;
}
.sns-i_stop div.sns_list > div .sns_text * {
  margin-bottom: 4px;
  font-size: 14px !important;
  line-height: 1.6;
}
.sns-i_stop div.sns_list > div div.sns_text ul {
  display: flex;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fcf6f0;
}
.sns-i_stop div.sns_list > div div.sns_text p,
.sns-i_stop div.sns_list > div div.sns_text .caption {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sns-i_stop3 .slick-next {
  right: 25px;
  top: 40%;
}
.sns-i_stop3 .slick-next:before {
  font-size: 30px;
  opacity: 1;
}
.sns-i_stop3 .slick-prev {
  z-index: 100;
  left: 15px;
  top: 40%;
}
.sns-i_stop3 .slick-prev:before {
  opacity: 1;
  font-size: 30px;
}
.sns-i_stop3 div.sns_list {
  border: none;
}
.sns-i_stop3 div.sns_list .slick-slide {
  padding: 0 10px;
  position: relative;
}
.sns-i_stop3 div.sns_list div.sns_date {
  position: absolute;
  top: 0;
  left: 10px;
  padding: 10px;
  color: #fcf6f0;
  text-shadow: 0 0 2px var(--tx), 0 0 2px var(--tx), 0 0 2px var(--tx), 0 0 2px var(--tx);
  -webkit-backdrop-filter: opacity(1);
          backdrop-filter: opacity(1);
}
.sns-i_stop3 div.sns_list > div {
  display: block;
  border: none;
  overflow: visible;
}
.sns-i_stop3 div.sns_list > div div.sns_photo {
  padding: 0;
  width: 100%;
  overflow: hidden;
}
.sns-i_stop3 div.sns_list > div div.sns_photo a {
  display: block;
  position: relative;
  overflow: hidden;
}
.sns-i_stop3 div.sns_list > div div.sns_photo a:hover img {
  scale: 1.04;
}
.sns-i_stop3 div.sns_list > div div.sns_photo a img {
  height: 100% !important;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.4s;
  transform-origin: center center;
  aspect-ratio: 1/1;
  border-radius: var(--rad);
}
.sns-i_stop3 div.sns_list > div .sns_text {
  width: 100%;
  height: 100px;
  overflow: hidden;
}
.sns-i_stop3 div.sns_list > div .sns_text * {
  margin-bottom: 4px;
  font-size: 14px !important;
  line-height: 1.6;
}
.sns-i_stop3 div.sns_list > div div.sns_text ul {
  display: flex;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--mc);
}
.sns-i_stop3 div.sns_list > div div.sns_text p,
.sns-i_stop3 div.sns_list > div div.sns_text .caption {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#contents .slick-list {
  width: 100%;
}

.insta3 .sns_list {
  flex-direction: inherit !important;
  border: none !important;
  flex-wrap: wrap;
}
.insta3 .sns_list .sns_text {
  width: 100%;
  height: 80px;
  overflow: hidden;
}
.insta3 .sns_list .sns_text * {
  margin-bottom: 4px;
  font-size: 14px !important;
  line-height: 1.6;
}
.insta3 .sns_list .sns_text ul {
  display: flex;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.insta3 .sns_list .sns_text ul a {
  color: var(--mc) !important;
  text-decoration: underline;
}
.insta3 .sns_list .sns_text ul::after {
  content: "…";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  padding-inline: 0.5em;
  -webkit-backdrop-filter: blur(110px);
          backdrop-filter: blur(110px);
}
.insta3 .sns_list .sns_text .sns_date {
  color: #fcf6f0;
  font-size: 1.2em;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0px;
  padding: 10px;
  background-color: #fff;
  color: var(--mc);
}
.insta3 .sns_list .sns_text .caption {
  overflow: hidden;
  height: 3em !important;
  position: relative;
}
.insta3 .sns_list .square-inner {
  position: relative;
  display: block;
}
.insta3 .sns_list .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.insta3 .sns_list .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100% !important;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
  transform-origin: center center;
  aspect-ratio: 6/5;
}
.insta3 .sns_list .sns_photo {
  width: 100% !important;
  padding: 0 !important;
  border-radius: 6px 0 6px 0;
  overflow: hidden;
}
.insta3 .sns_list .sns_photo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
  transform-origin: center center;
  aspect-ratio: 6/5;
}
.insta3 .sns_list > div {
  border: none !important;
  display: block;
  flex-direction: column;
  width: 32%;
  margin: 0.5%;
  position: relative;
}
@media screen and (max-width: 834px) {
  .insta3 .sns_list > div {
    width: 49%;
  }
}
@media only screen and (max-width: 480px) {
  .insta3 .sns_list > div {
    width: 100%;
    margin: 0 auto 15px auto;
  }
}

.top_insta_t_5 .sns_list {
  width: 100%;
  flex-direction: inherit !important;
  border: none !important;
  flex-wrap: wrap;
}
.top_insta_t_5 .sns_list .sns_text {
  width: 100%;
  height: 100px;
}
.top_insta_t_5 .sns_list .sns_text ul {
  display: none;
}
.top_insta_t_5 .sns_list .sns_text .sns_date {
  color: #fcf6f0;
  font-size: 1.2em;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0px;
  padding: 10px;
  background-color: #fff;
  color: #fcf6f0;
  border-radius: 6px 0 6px 0;
}
.top_insta_t_5 .sns_list .sns_text .caption {
  color: #535d60;
  line-height: 1.5em;
}
.top_insta_t_5 .sns_list .square-inner {
  position: relative;
  display: block;
}
.top_insta_t_5 .sns_list .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.top_insta_t_5 .sns_list .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100% !important;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
  transform-origin: center center;
  aspect-ratio: 6/5;
}
.top_insta_t_5 .sns_list .sns_photo {
  width: 100% !important;
  padding: 0 !important;
  border-radius: 6px 0 6px 0;
  overflow: hidden;
}
.top_insta_t_5 .sns_list .sns_photo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
  transform-origin: center center;
  aspect-ratio: 6/5;
}
.top_insta_t_5 .sns_list > div {
  border: none !important;
  display: block;
  flex-direction: column;
  width: 24%;
  margin: 0.5%;
  position: relative;
}
@media screen and (max-width: 834px) {
  .top_insta_t_5 .sns_list > div {
    width: 49%;
  }
}
@media screen and (max-width: 640px) {
  .top_insta_t_5 .sns_list > div {
    width: 49%;
  }
}
@media only screen and (max-width: 480px) {
  .top_insta_t_5 .sns_list > div {
    width: 100%;
    margin: 0 auto 15px auto;
  }
}

#main .qa * {
  color: var(--tx);
}
#main .qa dl {
  display: block !important;
  margin: 15px 0;
  background: #fcf6f0;
  padding: 15px;
}
#main .qa dt {
  width: 100% !important;
  border: none !important;
  flex-direction: row !important;
  align-items: center;
  justify-content: flex-start;
  background-color: #fcf6f0;
}
#main .qa dt:after {
  font-family: "Font Awesome 5 pro";
  content: "\f13a"; /*アイコンのユニコード*/
  font-size: 2em; /*サイズ*/
  font-weight: bold;
  z-index: 1;
  cursor: pointer;
  color: #fff;
  display: inline-block;
  margin-left: auto;
}
@media screen and (max-width: 834px) {
  #main .qa dt {
    padding-right: 45px !important;
  }
}
#main .qa dd {
  width: 100% !important;
  border: none !important;
  padding: 15px 0 15px 60px !important;
  position: relative;
}
#main .qa dd span {
  font-size: 1.25em;
  font-weight: bold;
}
#main .qa dt:before {
  content: "Q";
  display: inline-block;
  line-height: 36px;
  padding: 0em;
  background-color: #fff;
  font-weight: bold;
  width: 40px;
  text-align: center;
  height: 40px;
  border-radius: 50%;
  font-size: 2em;
  color: inherit;
  margin-right: 10px;
}
#main .qa dd:before {
  content: "A";
  display: inline-block;
  line-height: 36px;
  padding: 0em;
  color: white;
  background-color: #fcf6f0;
  font-weight: bold;
  width: 40px;
  text-align: center;
  height: 40px;
  margin-inline: 7px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
  color: inherit;
  font-size: 2em;
  margin-right: 10px;
}

.cont_01 {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
  padding: 15px;
}
@media only screen and (max-width: 834px) {
  .cont_01 {
    display: block;
  }
  .cont_01 .flxL {
    width: 100% !important;
    text-align: center;
  }
  .cont_01 .flxR {
    width: 100% !important;
    margin-top: 15px;
  }
}
.cont_01 .flxL {
  width: 25%;
}
.cont_01 .flxR {
  width: 70%;
}

.dl_cont dt {
  display: block !important;
  width: 100% !important;
  border: none !important;
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  background: #f7f7f7 !important;
  padding: 10px;
  display: inline-block;
}
.dl_cont dd {
  display: block !important;
  width: 100% !important;
  border: none !important;
}
.dl_cont dl {
  display: block !important;
}

.cont_02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cont_02 .img {
  width: 25%;
}
.cont_02 .txt {
  width: 70%;
}
@media only screen and (max-width: 834px) {
  .cont_02 {
    display: block;
  }
  .cont_02 .img {
    width: 100% !important;
    text-align: center;
  }
  .cont_02 .txt {
    width: 100% !important;
    margin-top: 15px;
  }
}

.cont_03 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
}
.cont_03 .flxL {
  width: 25%;
}
.cont_03 .flxR {
  width: 70%;
}
.cont_03 .flxR .prof_name {
  font-size: 1.7em;
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  background: #f7f7f7;
  padding: 10px;
}
.cont_03 .flxR .prof_name span {
  font-size: 18px;
  margin-left: 10px;
}
.cont_03 .flxR .prof_yakushoku {
  font-size: 1.25em;
}
.cont_03 .flxR .dl_cont2 {
  font-size: 14px;
}
.cont_03 .flxR .dl_cont2 dt {
  flex-direction: inherit !important;
  border: none !important;
}
.cont_03 .flxR .dl_cont2 dd {
  border: none !important;
  border-bottom: 1px solid #ccc !important;
}
@media only screen and (max-width: 834px) {
  .cont_03 {
    display: block;
  }
  .cont_03 .flxL {
    width: 100% !important;
    text-align: center;
  }
  .cont_03 .flxR {
    width: 100% !important;
    margin-top: 15px;
  }
}

.cont_04 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .cont_04 {
    display: block;
  }
  .cont_04 .flxL {
    width: 100% !important;
  }
  .cont_04 .flxR {
    width: 100% !important;
  }
}
.cont_04 .flxL {
  width: 48%;
}
.cont_04 .flxR {
  width: 48%;
}

.cont_05 {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 834px) {
  .cont_05 {
    display: block;
  }
  .cont_05 .dl_pro {
    width: 100% !important;
  }
}
.cont_05 .dl_pro {
  width: 49%;
}

.cont_06 {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 1000px) {
  .cont_06 .flxR {
    width: 22%;
  }
  .cont_06 .flxL {
    width: 75%;
  }
}
@media only screen and (max-width: 834px) {
  .cont_06 {
    display: block;
  }
  .cont_06 .flxL {
    width: 100% !important;
  }
  .cont_06 .flxR {
    width: 100% !important;
  }
}
@media only screen and (max-width: 1000px) {
  .cont_06 {
    display: block;
  }
  .cont_06 .flxL {
    width: 100% !important;
  }
  .cont_06 .flxR {
    width: 100% !important;
  }
}
.cont_06 .flxL {
  width: 58%;
}
.cont_06 .flxR {
  width: 40%;
}

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

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

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

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

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

.dis {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg100 {
  margin-left: calc(50% - 50vw + var(--bar) / 2);
  margin-right: calc(50% - 50vw + var(--bar) / 2);
}
@media only screen and (max-width: 1200px) {
  .bg100 {
    margin-left: -20px;
    margin-right: -20px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.f_link, .pan1 a,
.blog_text a > :is(span, .detail),
.f_clearfix .itext,
.h_link, .h_btn {
  color: var(--tx);
  background-image: linear-gradient(var(--mc), var(--mc));
}

.f_link, .pan1 a,
.blog_text a > :is(span, .detail),
.f_clearfix .itext,
.h_link, .h_btn {
  background: linear-gradient(currentColor, currentColor);
  transition: background 0.4s ease;
  background-repeat: no-repeat;
  background-position: -103% 100%;
  background-size: 200% 1px;
}
.f_link:hover, .pan1 a:hover,
.blog_text a > :hover:is(span, .detail),
.f_clearfix .itext:hover,
.h_link:hover, .h_btn:hover {
  background-position: 0% 100%;
  animation: rightgrow 0.4s ease;
}
@keyframes rightgrow {
  0% {
    background-position: 203% 100%;
  }
  100% {
    background-position: 100% 100%;
  }
}
@media only screen and (max-width: 1000px) {
  .f_link, .pan1 a,
  .blog_text a > :is(span, .detail),
  .f_clearfix .itext,
  .h_link, .h_btn {
    background-position: 0% 100%;
    animation: rightgrow 0.4s ease;
  }
}

.h.active .h_link:is(a) {
  background-size: 200% 100%;
  mix-blend-mode: difference;
  background-image: linear-gradient(var(--mctr), var(--mctr));
  padding: 5px 10px;
  transition: background 0.4s, color 0.4s;
}
.h.active .h_link:is(a):hover {
  color: #fff !important;
}
@media only screen and (max-width: 1000px) {
  .h.active .h_link:is(a) {
    background-position: 0% 100%;
    animation: rightgrow 0.4s ease;
    color: #fff !important;
  }
}

.f_link {
  background-image: linear-gradient(var(--wh), var(--wh));
}

.h {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.h * {
  z-index: 1;
  color: var(--tx);
}
.h *:link:not(.h_tel) {
  color: var(--tx);
}
.h_inner {
  position: relative;
  margin-inline: auto;
  transition: 0.4s;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.h_logo {
  display: grid;
  place-items: center;
  padding: 14px;
  z-index: 10;
}
@media screen and (max-width: 640px) {
  .h_logo {
    width: unset;
  }
}
.h_logoimg {
  max-width: 204px;
  transition: 0.4s;
}
@media screen and (max-width: 834px) {
  .h_logoimg {
    max-width: 123px;
  }
}
.h_right {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
.h_items {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: unset;
  position: fixed;
  top: unset;
  bottom: 0;
  right: 0;
  height: 100%;
  writing-mode: vertical-lr;
  padding: unset;
}
.h_items .btn::after {
  display: none;
}
@media only screen and (max-width: 1300px) {
  .h_items {
    align-items: flex-end;
  }
}
@media screen and (max-width: 834px) {
  .h_items {
    writing-mode: unset;
    width: 100%;
    height: unset;
    gap: 4px;
  }
}
@media screen and (max-width: 640px) {
  .h_items {
    width: 100%;
  }
}
.h_items-s {
  font-size: 12px;
  --tx: #666;
  margin-right: 1.5em;
}
@media only screen and (max-width: 1000px) {
  .h_items-s {
    display: none;
  }
}
.h_tel:is(a), .h_reserve:is(a), .h_sns:is(a) {
  text-transform: uppercase;
  font-weight: 700;
  display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(238, 238, 238, 0.4);
  width: 40px;
  padding-inline: 1em;
  font-size: 20px;
  height: -moz-fit-content;
  height: fit-content;
  width: 60px;
}
.h_tel:is(a):hover, .h_reserve:is(a):hover, .h_sns:is(a):hover {
  background-color: #fff;
}
.h_tel:is(a) i::before, .h_reserve:is(a) i::before, .h_sns:is(a) i::before {
  margin-top: 0;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 1300px) {
  .h_tel:is(a), .h_reserve:is(a), .h_sns:is(a) {
    width: 40px;
    opacity: 0.6;
  }
  .h_tel:is(a):hover, .h_reserve:is(a):hover, .h_sns:is(a):hover {
    opacity: 1;
  }
}
@media screen and (max-width: 834px) {
  .h_tel:is(a), .h_reserve:is(a), .h_sns:is(a) {
    width: unset;
    height: 50px;
    padding-inline: 1.5em;
    opacity: 1;
  }
}
@media screen and (max-width: 640px) {
  .h_tel:is(a), .h_reserve:is(a), .h_sns:is(a) {
    flex: 1;
    padding-inline: 4px;
  }
  .h_tel:is(a) i::before, .h_reserve:is(a) i::before, .h_sns:is(a) i::before {
    margin-inline: 2px;
  }
}
.h_reserve:is(a) {
  order: -1;
}
.h_tel:is(a) {
  background-color: var(--ac);
  border: 1px solid var(--ac);
}
.h_tel:is(a) span {
  font-size: 10px;
  color: var(--tx2);
  display: block;
}
.h_tel:is(a):before {
  margin-right: 5px;
}
.h_tel:is(a):hover {
  background-color: var(--wh) !important;
  --tx:var(--ac)!important;
}
.h_contact:is(a) {
  background-color: var(--mc);
  border: 1px solid var(--mc);
}
.h_contact:is(a):hover {
  background-color: var(--wh) !important;
  --tx:var(--mc)!important;
}
.h_LINE:is(a) {
  background-color: #fff;
  border: 1px solid var(--mc);
  --tx:var(--mc);
}
@media screen and (max-width: 640px) {
  .h_LINE:is(a) {
    background-image: none;
  }
}
.h_LINE:is(a):hover {
  background-color: var(--mc) !important;
  --tx:#fff!important;
}
.h_burger {
  place-items: center;
  width: 60px;
  aspect-ratio: 1;
  display: grid;
}
@media screen and (max-width: 834px) {
  .h_burger {
    position: fixed;
    top: 0;
    right: 0;
  }
}
.h_burger .h_svg {
  stroke: var(--mc);
  width: 75%;
}
.h_burger .burger_text {
  font-size: 12px;
  color: #249191;
  font-weight: 400;
}
.h_burger path {
  transition: 0.4s;
  stroke-width: 4px;
  stroke-linecap: round;
}
.h_burger text {
  font-size: 12px;
  fill: #fff;
  stroke: #fff;
  stroke-width: 0.04em;
}
.h_blog:is(a), .h_twitter:is(a) {
  font-size: 14px;
  background-color: unset;
}
.h_blog:is(a)::before, .h_blog:is(a) i::before, .h_twitter:is(a)::before, .h_twitter:is(a) i::before {
  color: var(--txgr);
}
.h_blog:is(a):hover::before, .h_blog:is(a):hover i::before, .h_twitter:is(a):hover::before, .h_twitter:is(a):hover i::before {
  color: var(--tx);
  background: none;
}
.h_blog:is(a) {
  font-family: "Noto Serif JP", "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media only screen and (max-width: 1000px) {
  .h_twitter:is(a) {
    padding-right: 1.5em;
  }
}
@media screen and (max-width: 640px) {
  .h_twitter:is(a) {
    padding: 0em;
  }
}
.h_fix {
  transition: 0.4s;
  position: fixed;
  bottom: 0;
  right: 0;
  flex-direction: column;
  width: unset;
  margin: unset;
  padding: 10px;
  gap: 1em;
}
.h_fix .btn::after {
  display: none;
}
@media only screen and (max-width: 1400px) {
  .h_fix {
    padding-inline: 0;
  }
}
@media screen and (max-width: 640px) {
  .h_fix {
    width: 100%;
    flex-direction: row;
  }
  .h_fix div.box {
    width: 50%;
  }
  .h_fix a {
    padding: 0;
    border-radius: 4px;
  }
}
.h_focus {
  width: 100%;
  height: 0;
}
.h_nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 10;
  line-height: 1;
}
.h_ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
  transition: none;
  height: var(--head);
}
.h_ul.show {
  opacity: 1;
  visibility: visible;
}
.h_ul.show .h_drop {
  visibility: visible;
}
.h_list {
  position: relative;
  display: grid;
  place-items: center;
  padding-inline: 1vw;
  padding-block: 1em;
  text-transform: uppercase;
  font-weight: 700;
}
.h_list.__sub {
  display: none;
  visibility: hidden;
}
@media only screen and (max-width: 1000px) {
  .h_list {
    padding-inline: 0px;
    justify-content: start;
  }
}
@media screen and (max-width: 640px) {
  .h_list._btn {
    width: 100%;
  }
}
.h.active .h_nav {
  z-index: -1;
  position: fixed;
  height: calc(100vh + 1px);
  top: 0;
  display: block;
  width: 100%;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  background-color: #fff;
  transition: 0.4s;
}
.h.active .h_nav::-webkit-scrollbar {
  width: 0px;
}
.h.active .h_ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  z-index: -1;
  min-height: calc(100% + 1px);
  padding: 60px;
  width: var(--base);
  max-width: 100%;
  align-items: flex-end;
  margin-inline: auto;
  transition: none;
  pointer-events: all;
}
@media screen and (max-width: 640px) {
  .h.active .h_ul {
    justify-content: flex-start;
  }
}
.h.active .h_ul.show .__sub {
  display: grid;
  visibility: visible;
}
.h.active .h_list {
  padding-block: 1em;
  border: none;
  height: unset;
}
@media screen and (max-width: 640px) {
  .h.active .h_list {
    padding-block: 0.5em;
  }
}
.h.active .h_list._btn {
  height: unset;
  position: relative;
}
.h.active .h_list.__drop {
  display: block;
  height: unset;
}
.h.active .h_link:is(a), .h.active .h_btn:is(a) {
  text-align: left;
  font-size: clamp(26px, 4vw, 40px);
  letter-spacing: 0.04em;
  transition: font-size none;
}
.h.active #loader {
  opacity: 1;
  visibility: visible;
  background-color: unset;
}
.h.active #loader .fv_h * {
  color: rgba(136, 136, 136, 0.2666666667);
}
@media only screen and (max-width: 1000px) {
  .h_nav {
    z-index: -1;
    position: absolute;
    height: calc(100vh - var(--head) + 1px);
    top: calc(100% - 1px);
    display: block;
    width: 100%;
    overflow-y: scroll;
    pointer-events: none;
  }
  .h_nav.show {
    visibility: visible;
    overscroll-behavior-y: contain;
  }
  .h_nav::-webkit-scrollbar {
    width: 0px;
  }
  .h_items {
    pointer-events: all;
  }
  .h_ul {
    flex-direction: column;
    justify-content: start;
    z-index: -1;
    min-height: calc(100% + 1px);
    padding-inline: var(--head);
    padding-top: var(--head);
    padding-bottom: 90px;
    width: 100%;
    display: block;
    background-color: #fff;
    opacity: 0;
  }
  .h_ul.show .__sub {
    display: grid;
    visibility: visible;
  }
}
@media only screen and (max-width: 1000px) and (max-width: 640px) {
  .h_ul {
    padding: calc(var(--head) / 2);
  }
}
@media only screen and (max-width: 1000px) {
  .h_list {
    padding-block: 1.5em;
    border: none;
    height: unset;
  }
}
@media only screen and (max-width: 1000px) {
  .h_list._btn {
    height: unset;
    position: relative;
  }
}
@media only screen and (max-width: 1000px) {
  .h_list.__drop {
    display: block;
    height: unset;
  }
}
@media only screen and (max-width: 1000px) {
  .h_link:is(a), .h_btn:is(a) {
    text-align: left;
    font-size: clamp(18px, 2vw, 20px);
    letter-spacing: 0.04em;
  }
}
@media only screen and (max-width: 1000px) {
  .h_linkspan {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1000px) {
  .h_btn.__drop {
    flex-shrink: 0;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
  }
}
@media only screen and (max-width: 1000px) {
  .h_drop {
    position: static !important;
    height: 0;
    transition: 0.4s;
    transition-delay: 0.3s;
    overflow: hidden;
  }
  .h_drop.show {
    transition-delay: 0s;
  }
  .h_drop.show .h_dropul {
    translate: 0 0%;
    transition-delay: 0.3s;
  }
}
@media only screen and (max-width: 1000px) {
  .h_dropul {
    display: flex;
    flex-wrap: wrap;
    translate: 0 -100%;
    transition: 0.4s;
    transition-delay: 0s;
    transform-origin: top;
    padding-top: 1em;
  }
}
@media only screen and (max-width: 1000px) {
  .h_droplist {
    padding-left: 0em;
    padding-right: 2em;
    padding-block: 1em;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media only screen and (max-width: 1000px) {
  .h_droplink {
    padding: 0;
  }
}
@media only screen and (max-width: 1000px) {
  .h_dropbtn {
    display: block;
  }
}
.loader {
  width: 100%;
  height: 100vh;
  background-color: #eee;
  z-index: 2000;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  justify-content: center;
  align-items: center;
  padding-inline: var(--incont);
  text-align: left;
  pointer-events: none;
  transition: 0.3s;
}
.loader .fv_h div {
  font-size: var(--fzlll);
  font-size: clamp(0px, 13.5vw, 159px);
  letter-spacing: 0.06em;
  line-height: 1;
  order: -1;
}
.loader .fv_h div span {
  display: inline-block;
}
.loader .fv_h p, .loader .fv_h h1, .loader .fv_h h2, .loader .fv_h h3 {
  font-size: var(--fzl);
  font-weight: 700;
}
.loader .fv_h p {
  display: none;
}
.loader .fv_h::after {
  display: none;
}
.loader.loaded {
  opacity: 0;
  visibility: hidden;
}
.loader.loaded .fv_h span {
  translate: 0 0%;
  color: rgba(136, 136, 136, 0.2666666667);
}

body.index .loader {
  transition: 0.8s;
}
body.index .loader .fv_h div span {
  opacity: 0;
  animation: fadeleft 1s forwards;
  display: inline-block;
}
body.index .loader .fv_h div span:nth-child(1) {
  animation-delay: calc(0.1s * 1);
}
body.index .loader .fv_h div span:nth-child(2) {
  animation-delay: calc(0.1s * 2);
}
body.index .loader .fv_h div span:nth-child(3) {
  animation-delay: calc(0.1s * 3);
}
body.index .loader .fv_h div span:nth-child(4) {
  animation-delay: calc(0.1s * 4);
}
body.index .loader .fv_h div span:nth-child(5) {
  animation-delay: calc(0.1s * 5);
}
body.index .loader .fv_h div span:nth-child(6) {
  animation-delay: calc(0.1s * 6);
}
body.index .loader .fv_h div span:nth-child(7) {
  animation-delay: calc(0.1s * 7);
}
body.index .loader .fv_h div span:nth-child(8) {
  animation-delay: calc(0.1s * 8);
}
body.index .loader .fv_h div span:nth-child(9) {
  animation-delay: calc(0.1s * 9);
}
@keyframes fadeleft {
  0% {
    opacity: 0;
    translate: 100% 0;
  }
  100% {
    opacity: 1;
    translate: 0% 0;
  }
}
body.index .loader .fv_h p, body.index .loader .fv_h h1, body.index .loader .fv_h h2, body.index .loader .fv_h h3 {
  font-size: var(--fzl);
  font-weight: 700;
  opacity: 0;
  line-height: 1.27;
}
@keyframes fadeup {
  0% {
    opacity: 0;
    translate: 0% 100%;
  }
  100% {
    opacity: 1;
    translate: 0% 0;
  }
}

body {
  transition: 0.3s;
  opacity: 0;
}

.h, .fv, .f_logo {
  font-family: "Roboto", "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}

.h_items-s:hover, .sns_text a:hover {
  opacity: 0.6;
}

body:where(.index) section > * {
  margin-bottom: 10%;
}
body:where(.index) section > *:last-child {
  margin-bottom: 0;
}

body:where(:not(.index)) section > *, body:where(:not(.index)) :where(.w1000) > *, body:where(:not(.index)) section > form > * {
  margin-bottom: 6%;
}
body:where(:not(.index)) section > *:last-child, body:where(:not(.index)) :where(.w1000) > *:last-child, body:where(:not(.index)) section > form > *:last-child {
  margin-bottom: 0;
}

.fv {
  position: relative;
  height: 100vh !important;
  height: 100dvh !important;
  overflow: hidden;
  position: relative;
  padding-inline: var(--incont);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.fv #video_area, .fv #bg-video-head {
  height: 100% !important;
}
.fv video {
  width: 100%;
  height: 100% !important;
  max-width: unset;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1000px) {
  .fv {
    height: 80vh !important;
    height: 80dvh !important;
  }
}
@media screen and (max-width: 834px) {
  .fv {
    height: 65vh !important;
    height: 65dvh !important;
  }
}
@media screen and (max-width: 640px) {
  .fv {
    height: 50vh !important;
    height: 50dvh !important;
  }
}
.fv_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
}
.fv_video ul {
  position: relative;
  overflow: hidden;
  transition: 0.6s;
}
.fv_video img {
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 100%;
  height: 100vh !important;
  height: 100dvh !important;
}
@media screen and (max-width: 834px) {
  .fv_video img {
    height: 80vh !important;
    height: 80dvh !important;
  }
}
.fv_h article {
  display: flex;
  flex-direction: column;
}
.fv_h div {
  font-size: var(--fzlll);
  line-height: 1;
  order: -1;
  opacity: 0;
  animation: fadeleft02 1s forwards;
}
@keyframes fadeleft02 {
  0% {
    opacity: 0;
    translate: 14% 0;
  }
  100% {
    opacity: 1;
    translate: 0% 0;
  }
}
.fv_h h1, .fv_h h2, .fv_h h3 {
  font-size: var(--fzl);
  font-weight: 700;
  opacity: 0;
  animation: fadeup 1s 1s forwards;
}
@keyframes fadeup {
  0% {
    opacity: 0;
    translate: 0% 100%;
  }
  100% {
    opacity: 1;
    translate: 0% 0;
  }
}
.fv_slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
}
@media screen and (max-width: 834px) {
  .fv_slide {
    height: 80%;
  }
}
.fv_slide ul {
  position: relative;
  overflow: hidden;
  transition: 0.6s;
}
.fv_slide img {
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 100%;
  height: 100vh !important;
  height: 100dvh !important;
}
@media screen and (max-width: 834px) {
  .fv_slide img {
    height: 80vh !important;
    height: 80dvh !important;
  }
}
.fv_tx {
  color: #fff;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .fv_tx {
    flex-direction: column-reverse;
  }
}
.fv_label {
  display: grid;
  place-items: center;
  margin-inline: 1.5vmax;
  translate: 0% -33%;
  max-width: 50%;
}
.fv_label > * {
  grid-area: 1/1;
  margin: 0;
  text-align: center;
}
.fv_label img {
  width: 200px;
}
.fv_label div {
  rotate: 10deg;
  font-size: 24px;
}
@media screen and (max-width: 834px) {
  .fv_label {
    translate: 50% 0%;
    rotate: -10deg;
  }
}
@media only screen and (max-width: 480px) {
  .fv_label {
    margin: 1.5vmax;
    translate: 33% 0%;
    rotate: -10deg;
  }
}
.fv_name {
  display: grid;
  place-items: center;
}
.fv_name > * {
  grid-area: 1/1;
  margin: 0;
  text-align: center;
}
.fv_name div {
  display: grid;
  place-items: center;
  font-size: var(--fzllll);
  color: var(--sc);
  margin-right: 1em;
}
.fv_ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 834px) {
  .fv_ul {
    align-items: center;
    justify-content: center;
    gap: 2%;
  }
}
.fv_ul ul {
  display: contents;
}
.fv_ul li {
  overflow: visible !important;
  filter: drop-shadow(var(--bslg));
  margin-bottom: 1em;
}
.fv_ul .box, .fv_ul li a {
  display: grid;
  place-items: center;
  background-color: var(--mc);
  width: 160px;
  margin-right: 20px;
  aspect-ratio: 1;
  transform: skewX(-20deg);
  transform-origin: left bottom;
  color: #fff;
}
@media only screen and (max-width: 1200px) {
  .fv_ul .box, .fv_ul li a {
    width: 120px;
  }
}
@media screen and (max-width: 640px) {
  .fv_ul .box, .fv_ul li a {
    width: 100px;
  }
}
.fv_ul .box span, .fv_ul li a span {
  transform: skewX(20deg);
  text-align: center;
}
@media screen and (max-width: 834px) {
  .fv_ul .box:not(:first-child), .fv_ul li a:not(:first-child) {
    margin-left: 2%;
  }
}
@media only screen and (max-width: 1200px) {
  .fv_ul {
    margin-bottom: 3%;
  }
}
.fv.pages {
  height: unset !important;
  height: unset !important;
  aspect-ratio: 3/1;
  margin-bottom: 0;
}
@media screen and (max-width: 834px) {
  .fv.pages {
    height: unset !important;
    height: unset !important;
    aspect-ratio: 3/2;
  }
}
.fv.pages_slide img {
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 100%;
  aspect-ratio: 3/1;
}
@media screen and (max-width: 834px) {
  .fv.pages_slide img {
    aspect-ratio: 3/2;
  }
}

.sns-01 {
  max-width: 100%;
  margin-inline: auto;
  height: 360px;
  overflow-y: scroll;
  border-block: 1px solid #ccc;
}
.sns-01.noscr {
  height: unset;
  max-height: unset;
  overflow: unset;
}
@media only screen and (max-width: 480px) {
  .sns-01 {
    max-height: 60vh;
  }
}
.sns-01 div.sns_list {
  border: none;
  flex-direction: column;
}
.sns-01 div.sns_list > div {
  border: none;
  border-bottom: 1px dashed #ccc;
  padding-block: 2%;
  flex-direction: row;
  overflow: hidden;
}
@media only screen and (max-width: 480px) {
  .sns-01 div.sns_list > div {
    flex-direction: column;
  }
}
.sns-01 div.sns_list > div div.sns_photo {
  padding: 0;
  width: 15%;
}
.sns-01 div.sns_list > div div.sns_photo img {
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 834px) {
  .sns-01 div.sns_list > div div.sns_photo {
    width: 30%;
  }
}
@media only screen and (max-width: 480px) {
  .sns-01 div.sns_list > div div.sns_photo {
    width: 100%;
  }
}
.sns-01 div.sns_list > div div.sns_text {
  padding: 0 0 0 2%;
  font-size: var(--fzs);
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 834px) {
  .sns-01 div.sns_list > div div.sns_text {
    width: 70%;
  }
}
@media only screen and (max-width: 480px) {
  .sns-01 div.sns_list > div div.sns_text {
    width: 100%;
    padding: 0;
    margin-top: 16px;
  }
}
.sns-01 div.sns_list > div div.sns_text div.sns_date {
  font-size: var(--fz);
  color: var(--gr);
  padding: 0.2em 0.8em;
  border: 1px solid var(--gr);
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0.4em;
}
.sns-01 div.sns_list > div div.sns_text ul {
  margin-top: auto;
}
.sns-01 div.sns_list > div div.sns_text ul a {
  color: var(--gr);
  margin-right: 0.5em;
  margin-top: 1em;
  font-size: var(--fzxs);
  border: 1px solid var(--gr);
  display: inline-block;
  padding: 0.2em 0.8em;
}
@media screen and (max-width: 640px) {
  .sns-01.noscr div.sns_list > div {
    flex-direction: column;
  }
}
.sns-01.noscr div.sns_list > div div.sns_photo {
  width: 30%;
}
.sns-01.noscr div.sns_list > div div.sns_photo img {
  aspect-ratio: unset;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 640px) {
  .sns-01.noscr div.sns_list > div div.sns_photo {
    width: 100%;
    max-width: 350px;
  }
}
.sns-01.noscr div.sns_list > div div.sns_text {
  padding: 0 0 0 2%;
  font-size: var(--fz);
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 640px) {
  .sns-01.noscr div.sns_list > div div.sns_text {
    width: 100%;
    padding: 0;
    margin-top: 16px;
  }
}
.sns-01.noscr div.sns_list > div div.sns_text div.sns_date {
  font-size: var(--fz);
  color: var(--gr);
  padding: 0.2em 0.8em;
  border: 1px solid var(--gr);
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0.6em;
}
.sns-01.noscr div.sns_list > div div.sns_text ul a {
  color: var(--gr);
  margin-right: 0.5em;
  font-size: 14px;
  border: 1px solid var(--gr);
  display: inline-block;
  padding: 0.2em 0.8em;
}

.fl {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1000px) {
  .fl .title2 .btn {
    float: right;
  }
}
.fl4058 {
  padding-bottom: 10%;
  margin-bottom: 0;
  gap: 20px 2%;
}
.fl4058 > :where(:first-child) {
  width: 40%;
}
.fl4058 > :where(:last-child) {
  width: 58%;
}
.fl4058:before {
  z-index: -1;
  margin-inline: var(--contout);
  width: 100vw;
  height: 66%;
  top: unset;
  bottom: 0;
  background-color: var(--bc);
}
@media only screen and (max-width: 1000px) {
  .fl4058 {
    gap: 20px;
  }
  .fl4058 > * {
    width: 100%;
    flex: unset !important;
  }
  .fl4058 .edge-r {
    width: calc(100% + 30px);
  }
}
@media only screen and (max-width: 1000px) {
  .fl4058 .title2 div {
    float: right;
  }
}
.fl5840 {
  padding-bottom: 10%;
  margin-bottom: 0;
  gap: 20px 2%;
}
.fl5840 > :where(:first-child) {
  width: 58%;
}
.fl5840 > :where(:last-child) {
  width: 40%;
}
@media only screen and (max-width: 1000px) {
  .fl5840 {
    gap: 20px;
  }
  .fl5840 > * {
    width: 100%;
    flex: unset !important;
  }
}
@media only screen and (max-width: 1000px) {
  .fl5840 .title2 div {
    float: right;
  }
}
.fl5840 img {
  height: auto !important;
}
.fl37 {
  margin-bottom: 0;
  gap: 20px 2%;
}
.fl37 > :where(:first-child) {
  width: 30%;
}
.fl37 > :where(:last-child) {
  width: 68%;
}
@media only screen and (max-width: 1000px) {
  .fl37 {
    gap: 20px;
  }
  .fl37 > * {
    width: 100%;
    flex: unset !important;
  }
}
@media only screen and (max-width: 1000px) {
  .fl37 .title2 div {
    float: right;
  }
}
.fl37 img {
  height: auto !important;
}
.fl.__area {
  background: no-repeat center/cover;
  justify-content: center;
  padding-block: 6%;
  padding-inline: 20px;
}
.fl.__area:before {
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.8);
}
.fl.__area .title2 {
  margin-bottom: 0;
  min-width: 20%;
}
.fl.__area .title2 h2, .fl.__area .title2 h3 {
  margin-bottom: 0;
}
.fl.__area .title2 div {
  line-height: 2.4;
}
@media screen and (max-width: 834px) {
  .fl.__area {
    gap: 20px;
  }
  .fl.__area > * {
    width: 100%;
    flex: unset !important;
  }
}
.fl.__partnar, .fl .__topics {
  padding-bottom: 0;
}
.fl.__partnar:before, .fl .__topics:before {
  display: none;
}

.edge-r {
  margin-left: unset;
  margin-right: calc(50% - 50vw) !important;
  flex: 1;
  gap: 10px 1%;
}
.edge-r .box:first-child img {
  border-radius: 10px 0 0 10px;
}

.leftout {
  max-width: unset !important;
  margin-left: var(--contout);
  padding-left: var(--incont);
  padding-right: 3%;
  border-radius: 0 10px 10px 0;
  padding-block: 6%;
}
.leftout h1, .leftout h2, .leftout h3 {
  margin-bottom: 0.4em;
  margin-right: 0.4em;
  font-size: var(--fzll);
  font-weight: 700;
}
.leftout div {
  line-height: 3;
}

.rightout {
  max-width: unset !important;
  margin-right: var(--contout);
  padding-right: var(--incont);
  padding-left: 3%;
  border-radius: 10px 0 0 10px;
  padding-block: 6%;
}
.rightout h1, .rightout h2, .rightout h3 {
  margin-bottom: 0.4em;
  margin-right: 0.4em;
}
.rightout div {
  line-height: 3;
}

.fb-tx {
  font-size: var(--fzm);
}
.fb-tx .box {
  width: 100%;
  background-color: #fff;
  padding: 0.8em;
  margin-bottom: 0.4em;
  border-radius: 4px;
}

.it, .ti, .ti-a, .it-a {
  display: flex;
}
.it:after, .ti:after, .ti-a:after, .it-a:after {
  display: none !important;
}
.it > *, .ti > *, .ti-a > *, .it-a > * {
  width: 50%;
}
.it > :has(img), .ti > :has(img), .ti-a > :has(img), .it-a > :has(img) {
  flex: 1;
}
.it img, .ti img, .ti-a img, .it-a img {
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
  width: 100% !important;
  height: auto !important;
}
.it > :not(:has(img)), .ti > :not(:has(img)), .ti-a > :not(:has(img)), .it-a > :not(:has(img)) {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .it > *, .ti > *, .ti-a > *, .it-a > * {
    width: 100%;
  }
  .it > * img, .ti > * img, .ti-a > * img, .it-a > * img {
    min-height: 100%;
  }
  .it > :not(:has(img)), .ti > :not(:has(img)), .ti-a > :not(:has(img)), .it-a > :not(:has(img)) {
    height: 100%;
    width: 100%;
  }
}
.it.pages, .ti.pages, .ti-a.pages, .it-a.pages {
  gap: 20px 2%;
}
.it.pages .im, .it.pages .itext, .ti.pages .im, .ti.pages .itext, .ti-a.pages .im, .ti-a.pages .itext, .it-a.pages .im, .it-a.pages .itext {
  flex: unset;
  max-width: 40%;
  align-self: flex-end;
}
@media screen and (max-width: 640px) {
  .it.pages .im, .it.pages .itext, .ti.pages .im, .ti.pages .itext, .ti-a.pages .im, .ti-a.pages .itext, .it-a.pages .im, .it-a.pages .itext {
    max-width: 100%;
  }
}
.it.pages > div, .ti.pages > div, .ti-a.pages > div, .it-a.pages > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 2;
}
.it.pages > div .btn, .ti.pages > div .btn, .ti-a.pages > div .btn, .it-a.pages > div .btn {
  margin-top: auto;
}
@media screen and (max-width: 834px) {
  .it.pages > div .btn, .ti.pages > div .btn, .ti-a.pages > div .btn, .it-a.pages > div .btn {
    margin-top: 20px;
  }
}
@media screen and (max-width: 640px) {
  .it.pages > div .btn, .ti.pages > div .btn, .ti-a.pages > div .btn, .it-a.pages > div .btn {
    align-self: flex-end;
  }
}
@media screen and (max-width: 834px) {
  .it.pages, .ti.pages, .ti-a.pages, .it-a.pages {
    flex-direction: column-reverse;
  }
}

.ti, .ti-a {
  flex-direction: row-reverse;
  gap: 20px 2%;
}
.ti.__staff, .ti-a.__staff {
  flex-direction: row;
  gap: 20px 2%;
}
@media screen and (max-width: 834px) {
  .ti.__staff, .ti-a.__staff {
    flex-direction: column;
  }
}
.ti.__staff > :has(img), .ti-a.__staff > :has(img) {
  max-width: 40%;
}
@media screen and (max-width: 834px) {
  .ti.__staff > :has(img), .ti-a.__staff > :has(img) {
    align-self: flex-end;
  }
}
@media screen and (max-width: 640px) {
  .ti.__staff > :has(img), .ti-a.__staff > :has(img) {
    max-width: 100%;
  }
}
.ti.__staff > :not(:has(img)), .ti-a.__staff > :not(:has(img)) {
  flex: 1;
}
.ti.__staff b, .ti-a.__staff b {
  font-size: var(--fzm);
}
.ti.__staff h2, .ti-a.__staff h2 {
  font-size: var(--fzm);
}
.ti.__staff b, .ti.__staff h2, .ti.__staff h3, .ti-a.__staff b, .ti-a.__staff h2, .ti-a.__staff h3 {
  border-bottom: 1px solid var(--sc);
  line-height: 1.5;
}
.ti.__staff .fb-tx > .box:not(:last-child), .ti-a.__staff .fb-tx > .box:not(:last-child) {
  margin-bottom: 10px;
}
.ti.__staff .fb-tx h3, .ti-a.__staff .fb-tx h3 {
  font-size: clamp(18px, 2vw, 20px);
}

.it, .ti, .ti-a, .it-a {
  align-items: center;
  padding-top: 0;
}
.it.mask01, .it.mask02, .ti.mask01, .ti.mask02, .ti-a.mask01, .ti-a.mask02, .it-a.mask01, .it-a.mask02 {
  transition: 0.4s;
}
.it.mask01 article:hover .bar, .it.mask02 article:hover .bar, .ti.mask01 article:hover .bar, .ti.mask02 article:hover .bar, .ti-a.mask01 article:hover .bar, .ti-a.mask02 article:hover .bar, .it-a.mask01 article:hover .bar, .it-a.mask02 article:hover .bar {
  scale: 1.15 1;
}
.it.mask01 .itext:hover, .it.mask02 .itext:hover, .ti.mask01 .itext:hover, .ti.mask02 .itext:hover, .ti-a.mask01 .itext:hover, .ti-a.mask02 .itext:hover, .it-a.mask01 .itext:hover, .it-a.mask02 .itext:hover {
  opacity: 0.7;
}
.it.mask01 .bar, .it.mask02 .bar, .ti.mask01 .bar, .ti.mask02 .bar, .ti-a.mask01 .bar, .ti-a.mask02 .bar, .it-a.mask01 .bar, .it-a.mask02 .bar {
  position: relative;
  transition: 0.6s;
  transform-origin: right;
}
.it.mask01 .bar::after, .it.mask02 .bar::after, .ti.mask01 .bar::after, .ti.mask02 .bar::after, .ti-a.mask01 .bar::after, .ti-a.mask02 .bar::after, .it-a.mask01 .bar::after, .it-a.mask02 .bar::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--tx);
  position: absolute;
  right: -4px;
  bottom: 0;
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 0% 0%);
          clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 0% 0%);
}
.it > :has(img), .ti > :has(img), .ti-a > :has(img), .it-a > :has(img) {
  flex: 1;
}
.it img, .ti img, .ti-a img, .it-a img {
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
  width: 100% !important;
  height: auto !important;
}
.it > :not(:has(img)), .ti > :not(:has(img)), .ti-a > :not(:has(img)), .it-a > :not(:has(img)) {
  position: relative;
  z-index: 1;
}
.it .box, .ti .box, .ti-a .box, .it-a .box {
  max-width: 100%;
}
.it .box:has(.btn), .ti .box:has(.btn), .ti-a .box:has(.btn), .it-a .box:has(.btn) {
  overflow: visible !important;
}
.it .box .btn, .ti .box .btn, .ti-a .box .btn, .it-a .box .btn {
  margin-top: 60px;
  font-size: var(--fzen);
}
@media screen and (max-width: 834px) {
  .it .box .btn, .ti .box .btn, .ti-a .box .btn, .it-a .box .btn {
    height: 50px;
  }
}
.it article > div, .ti article > div, .ti-a article > div, .it-a article > div {
  font-size: var(--fzm);
}
@media screen and (max-width: 834px) {
  .it, .ti, .ti-a, .it-a {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .it > :not(:has(img)), .ti > :not(:has(img)), .ti-a > :not(:has(img)), .it-a > :not(:has(img)) {
    justify-self: flex-end;
    padding-inline: 0px;
  }
  .it > :not(:has(img)) *:is(.bg01 *):after, .ti > :not(:has(img)) *:is(.bg01 *):after, .ti-a > :not(:has(img)) *:is(.bg01 *):after, .it-a > :not(:has(img)) *:is(.bg01 *):after {
    background-color: #000;
  }
}

.ti-a > :not(:has(img)), .it-a > :not(:has(img)) {
  padding-left: 0;
}

.it > :has(img) {
  margin-left: var(--contout);
}
@media screen and (max-width: 834px) {
  .it > :has(img) {
    margin-left: -40px;
    width: calc(100% + 40px);
  }
}

.mask01 .im, .mask01 .itext, .mask01 .box > a {
  position: relative;
  z-index: 10;
  pointer-events: all;
}
.mask01 .im, .mask01 .itext::after, .mask01 .box > a::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  background-color: unset;
  border: 2px solid var(--tx);
}
@media screen and (max-width: 834px) {
  .mask01:not(.card4, .card4-2) .im, .mask01:not(.card4, .card4-2) .itext {
    width: 60%;
    align-self: flex-end;
  }
}
.mask01.card4 .box {
  overflow: visible !important;
}
.mask01.card4 .im, .mask01.card4 .itext::after, .mask01.card4 .box > a::after {
  top: 5px;
  left: 5px;
}

.mask02 .im, .mask02 .itext {
  position: relative;
  pointer-events: all;
  z-index: 1;
}
.mask02 .im, .mask02 .itext::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  background-color: unset;
  border: 2px solid var(--tx);
}

.bar {
  display: inline-block;
  width: 60px;
  height: 4px;
  background-color: var(--tx);
  border-radius: 2px;
  position: relative;
}

.bgbfgr {
  padding-left: var(--incont);
  padding-block: 6%;
}
.bgbfgr:after {
  left: unset;
  right: 0;
  width: 20%;
  z-index: -1;
  background-color: #fff;
  height: calc(100% + 2px);
  top: -1px;
}

.sns_slide4 {
  translate: -10px;
}
.sns_slide4 .slick-slide {
  padding-inline: 10px;
  position: relative;
}
.sns_slide4 .slick-list {
  overflow: hidden;
}
.sns_slide4 .sns_list {
  width: 100%;
  flex-direction: inherit !important;
  border: none !important;
  flex-wrap: wrap;
}
.sns_slide4 .sns_list > div {
  border: none;
  display: block;
  flex-direction: column;
  position: relative;
}
.sns_slide4 .sns_list .sns_photo {
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.sns_slide4 .sns_list .sns_photo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
  transform-origin: center center;
  aspect-ratio: 1/1;
}
.sns_slide4 .sns_list .sns_text {
  height: 113.5px;
  width: 100%;
  overflow: hidden;
  padding: 0px;
  display: none;
}
.sns_slide4 .sns_list .sns_date {
  color: inherit;
  font-size: 18px;
  line-height: 1;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.sns_slide4 .sns_list .caption {
  color: inherit;
  font-size: 14px;
  line-height: 21px;
  height: 42px;
  overflow: hidden;
  margin-bottom: 3.5px;
}
.sns_slide4 .sns_list .sns_text ul {
  white-space: nowrap;
  overflow: hidden;
}
.sns_slide4 .sns_list .sns_text ul li {
  display: contents;
}
.sns_slide4 .sns_list .sns_text ul a {
  display: inline-block;
  background-color: var(--sc);
  color: var(--tx);
  font-size: 12px;
  padding: 0.2em 0.4em;
  vertical-align: super;
}

#contents .form_wrap.form_simple {
  margin-inline: auto;
  max-width: 100%;
  position: relative;
  overflow-y: scroll;
  font-size: clamp(14px, 1.6vw, 16px);
}
#contents .form_wrap.form_simple.noscr {
  overflow: unset;
  height: unset !important;
}
#contents .form_wrap.form_simple a {
  text-decoration: underline;
  color: var(--sc);
}
#contents .form_wrap.form_simple.pages {
  width: 100%;
  max-height: unset;
  overflow-y: unset;
}
#contents .form_wrap.form_simple dl {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-bottom: 10px;
}
#contents .form_wrap.form_simple dl:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  #contents .form_wrap.form_simple dl {
    flex-direction: column;
    flex-direction: row !important;
    padding: 1em 0;
    display: block;
  }
}
#contents .form_wrap.form_simple dl {
  background-color: unset;
}
#contents .form_wrap.form_simple dl:last-of-type dt, #contents .form_wrap.form_simple dl:last-of-type dd {
  border-bottom: none;
}
#contents .form_wrap.form_simple dt, #contents .form_wrap.form_simple dd {
  line-height: 1.6;
  padding: 20px 10px 20px 0;
  border: none;
  background-color: unset;
}
@media screen and (max-width: 640px) {
  #contents .form_wrap.form_simple dt, #contents .form_wrap.form_simple dd {
    width: 100%;
    padding: 0;
  }
}
#contents .form_wrap.form_simple dt {
  align-items: left;
  justify-content: flex-start;
  flex-grow: 1;
  width: 20%;
  padding-left: 0;
  color: var(--mc);
  font-weight: 400;
}
@media screen and (max-width: 834px) {
  #contents .form_wrap.form_simple dt {
    width: 100%;
    width: -moz-fit-content;
    width: fit-content;
    padding-bottom: 0.25em;
    margin-bottom: 0.5em;
  }
}
#contents .form_wrap.form_simple dd {
  width: 80%;
  padding-left: 0;
  flex-grow: 1;
}
@media screen and (max-width: 640px) {
  #contents .form_wrap.form_simple dd {
    width: 100%;
  }
}
#contents .form_wrap.form_simple dl > * {
  padding-top: 0;
}
#contents .form_wrap.form_simple::-webkit-scrollbar {
  background-color: transparent;
  width: 6px;
  height: 0;
}
#contents .form_wrap.form_simple::-webkit-scrollbar-thumb {
  background-color: #ddd;
}
@media screen and (max-width: 834px) {
  #contents .form_wrap.form_simple dt {
    padding-bottom: 0;
    text-decoration: underline !important;
    text-decoration-color: inherit;
  }
  #contents .form_wrap.form_simple dt, #contents .form_wrap.form_simple dd {
    width: 100% !important;
  }
}

.tbl_calendar {
  margin-inline: auto;
}
@media only screen and (max-width: 480px) {
  .tbl_calendar {
    margin-inline: -20px;
    width: calc(100% + 40px) !important;
  }
}
.tbl_calendar td {
  width: 14.2857142857%;
}
.tbl_calendar_day td, .tbl_calendar_top td {
  width: 14.2857142857%;
}
.tbl_calendar .month div {
  font-weight: 700;
  font-size: var(--fzm);
  line-height: 1.3;
}
.tbl_calendar .month span {
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  .tbl_calendar .month {
    text-align: left !important;
  }
}
.tbl_calendar tr:has(td.week) {
  border-bottom: 3px solid #666;
}
.tbl_calendar .week {
  color: #999;
}
.tbl_calendar td:not(.month, .week) {
  border-bottom: 3px solid #fff !important;
  min-height: 79px;
  height: 100%;
}
.tbl_calendar td:not(.month, .week) div {
  font-size: 14px;
  min-height: 56px;
  height: 100%;
}
.tbl_calendar tr td:not(.month, .week):first-child {
  background-color: #FFEAEA;
  border-bottom: 3px solid #fff !important;
}
.tbl_calendar tr td:not(.month, .week):last-child {
  background-color: #E6FFFF;
}

.tbl_calendar_top {
  margin-inline: auto;
  margin-bottom: 0;
}
@media only screen and (max-width: 480px) {
  .tbl_calendar_top {
    margin-inline: -20px;
    width: calc(100% + 40px) !important;
  }
}
.tbl_calendar_top td {
  width: 14.2857142857%;
}
.tbl_calendar_top .month div {
  font-weight: 700;
  font-size: var(--fzm);
  line-height: 1.3;
}
.tbl_calendar_top .month span {
  font-size: 14px;
}
.tbl_calendar_top tr:has(td.week) {
  border-bottom: 3px solid #666;
}
.tbl_calendar_top .week {
  color: #999;
}
.tbl_calendar_day {
  margin-inline: auto;
}
@media only screen and (max-width: 480px) {
  .tbl_calendar_day {
    margin-inline: -20px;
    width: calc(100% + 40px) !important;
  }
}
.tbl_calendar_day td:not(.month, .week) {
  border-bottom: 3px solid #fff !important;
  min-height: 79px;
}
.tbl_calendar_day td:not(.month, .week) div {
  font-size: 14px;
  min-height: 56px;
}
.tbl_calendar_day tr td:not(.month, .week):first-child {
  background-color: #FFEAEA;
  border-bottom: 3px solid #fff !important;
}
.tbl_calendar_day tr td:not(.month, .week):last-child {
  background-color: #E6FFFF;
}

div[class*=letter-0] {
  position: relative;
}
div[class*=letter-0]:before {
  position: absolute;
  line-height: 1;
  font-weight: 900;
  color: #eee;
  pointer-events: none;
}
@media only screen and (max-width: 480px) {
  div[class*=letter-0]:before {
    scale: 0.7;
  }
}

.letter-01:before {
  content: "B";
  font-size: 800px;
  bottom: -45%;
  left: var(--contout);
  left: calc(var(--contout) - 5%);
  transform-origin: left;
}
.letter-02:before {
  content: "O";
  font-size: 400px;
  bottom: -25%;
  left: 50%;
  translate: -50%;
}
@media screen and (max-width: 834px) {
  .letter-02:before {
    bottom: -35%;
  }
}
.letter-03:before {
  content: "T";
  font-size: 400px;
  bottom: -12%;
  left: 46%;
  translate: -50%;
}
@media screen and (max-width: 834px) {
  .letter-03:before {
    left: 20%;
  }
}
.letter-04:before {
  content: "T";
  font-size: 550px;
  bottom: -30%;
  left: 60%;
  translate: -50%;
}
@media screen and (max-width: 834px) {
  .letter-04:before {
    z-index: 100;
    bottom: -40%;
    opacity: 0.6;
  }
}
.letter-05:is(div):before {
  content: "O";
  font-size: 400px;
  bottom: -10%;
  left: var(--contout);
  left: calc(var(--contout) - 2%);
  color: #fff;
  transform-origin: bottom;
}
@media screen and (max-width: 834px) {
  .letter-05:is(div):before {
    z-index: 100;
    opacity: 0.5;
  }
}
.letter-06:before {
  content: "M";
  font-size: 500px;
  top: 100%;
  right: -15%;
}
@media screen and (max-width: 834px) {
  .letter-06:before {
    opacity: 0.5;
  }
}
.letter-07:before {
  content: "S";
  font-size: 400px;
  top: 50%;
  translate: 0 -50%;
  left: -5%;
}
@media screen and (max-width: 834px) {
  .letter-07:before {
    top: 15%;
    opacity: 0.3;
  }
}

.card {
  display: flex;
  margin-inline: auto;
}
.card:after {
  display: none;
}
.card ul {
  display: contents;
}
.card .box, .card li {
  flex: 1;
  z-index: 1;
}
.card a {
  display: block;
  height: 100%;
}
.card img {
  width: 100% !important;
}

.bg01 {
  padding-block: 10%;
}
.bg01 * {
  color: #fff;
}
.bg01 .title2.i-art h1, .bg01 .title2.i-art h2, .bg01 .title2.i-art h3 {
  font-family: "ackaisyo", "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.bg01 .title2.i-art h1:after, .bg01 .title2.i-art h2:after, .bg01 .title2.i-art h3:after {
  background-color: #fff;
}

.bg01 {
  background-repeat: no-repeat;
  background-position-y: 100%;
  background-size: cover;
}

.w1000 {
  width: 1000px;
  max-width: 100%;
  margin-inline: auto;
}

@media only screen and (max-width: 1000px) {
  .card5 {
    padding-inline: 0%;
  }
  .card5 li {
    width: 32.5%;
    flex: unset;
  }
}
@media screen and (max-width: 834px) {
  .card5 li {
    width: 49.5%;
  }
}
@media only screen and (max-width: 480px) {
  .card5 li {
    width: 100%;
  }
}

.hashbr .btn {
  position: relative;
}
.hashbr .btn span {
  display: grid;
  place-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.6s;
}
.hashbr .btn span:nth-child(2) {
  opacity: 0;
  background-color: var(--ac);
}
.hashbr .btn:hover span:nth-child(2) {
  opacity: 1;
}

.float-r {
  float: right;
}

.insta_photo {
  max-height: 396px;
  overflow-y: scroll;
}
.insta_photo::-webkit-scrollbar {
  width: 0px;
}
.insta_photo .sns_list {
  flex-direction: inherit !important;
  border: none !important;
  flex-wrap: wrap;
}
.insta_photo .sns_list .sns_text {
  width: 100%;
  height: 80px;
  overflow: hidden;
  display: none;
}
.insta_photo .sns_list .sns_text * {
  margin-bottom: 4px;
  font-size: 14px !important;
  line-height: 1.6;
}
.insta_photo .sns_list .sns_text ul {
  display: flex;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.insta_photo .sns_list .sns_text ul a {
  color: var(--mc) !important;
  text-decoration: underline;
}
.insta_photo .sns_list .sns_text ul::after {
  content: "…";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  padding-inline: 0.5em;
  -webkit-backdrop-filter: blur(110px);
          backdrop-filter: blur(110px);
}
.insta_photo .sns_list .sns_text .sns_date {
  color: #fcf6f0;
  font-size: 1.2em;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0px;
  padding: 10px;
  background-color: #fff;
  color: var(--mc);
}
.insta_photo .sns_list .sns_text .caption {
  overflow: hidden;
  height: 3em !important;
  position: relative;
}
.insta_photo .sns_list .square-inner {
  position: relative;
  display: block;
}
.insta_photo .sns_list .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.insta_photo .sns_list .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100% !important;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
  transform-origin: center center;
  aspect-ratio: 6/5;
}
.insta_photo .sns_list .sns_photo {
  width: 100% !important;
  padding: 0 !important;
  overflow: hidden;
}
.insta_photo .sns_list .sns_photo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
  transform-origin: center center;
  aspect-ratio: 1;
}
.insta_photo .sns_list > div {
  border: none !important;
  display: block;
  flex-direction: column;
  width: 32%;
  margin: 0.5%;
  position: relative;
}
@media screen and (max-width: 834px) {
  .insta_photo .sns_list > div {
    width: 49%;
  }
}
@media only screen and (max-width: 480px) {
  .insta_photo .sns_list > div {
    width: 100%;
    margin: 0 auto 15px auto;
  }
}

.bg01 {
  background-color: var(--bc);
  padding-inline: var(--incont);
}

#contents .card4.overimg {
  gap: 4.66%;
}
#contents .card4.overimg li {
  flex: unset;
  width: 21.5%;
}
@media screen and (max-width: 834px) {
  #contents .card4.overimg li {
    flex-basis: 46%;
  }
}
#contents .card4.overimg li a {
  width: 100%;
}
#contents .card4.overimg article {
  height: -moz-fit-content;
  height: fit-content;
  align-self: end;
  padding-right: 5%;
}
#contents .card4.overimg div {
  background-color: var(--mc);
  color: #fff;
  height: -moz-fit-content;
  height: fit-content;
  flex-direction: row;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-inline: 10px;
  padding-block: unset;
  line-height: 1;
  height: 50px;
  font-size: clamp(14px, 2vw, 20px);
  border-radius: 0 8px 0 0;
}
#contents .card4.overimg div:before {
  width: 7px;
  height: 7px;
  background-color: #fff;
  content: "";
  line-height: 1;
  border-radius: 999px;
  margin-right: 7px;
}
#contents .card4.overimg img {
  aspect-ratio: 1/1;
}
#contents .card4.overimg.__links {
  gap: 1.3%;
  flex-wrap: wrap;
  justify-content: flex-start;
  border-radius: 0 8px 0 8px;
  margin-top: 6%;
}
#contents .card4.overimg.__links li {
  flex-basis: 24%;
  flex-grow: 0;
  box-shadow: none;
  transition: 0.4s;
}
@media screen and (max-width: 834px) {
  #contents .card4.overimg.__links li {
    flex-basis: 49%;
  }
}
#contents .card4.overimg.__links img {
  aspect-ratio: 2/1;
  -o-object-fit: contain;
     object-fit: contain;
}

.js-once, .js-box .box, .js-box li, .js-box-re .box {
  transition: 0.8s;
  transform: translate3d(0 0 0);
}
.js-once.hide, .js-box .box.hide, .js-box li.hide, .js-box-re .box.hide {
  translate: 8px 8px;
  opacity: 0;
}

footer#global_footer {
  min-width: 100% !important;
  background-color: unset;
  margin-top: 10%;
}

.f {
  --tx:#fff;
  background-color: #111;
}
.f_sub {
  background-color: var(--mc);
}
.f_btns {
  display: flex;
  align-items: center;
  padding-block: 4.2%;
}
.f_btns .box {
  text-align: left;
}
.f_btns .box u:before {
  background-color: #fff;
}
.f_btns .box b:first-letter {
  color: #fff;
}
@media only screen and (max-width: 1000px) {
  .f_btns .box {
    width: 100% !important;
  }
}
.f_btns .box:nth-of-type(1) {
  width: 45%;
}
.f_btns .box:nth-of-type(1) * {
  color: #fff;
}
.f_btns .box:nth-of-type(1) article {
  text-align: left;
}
@media only screen and (max-width: 1000px) {
  .f_btns .box:nth-of-type(1) article {
    text-align: center;
  }
}
.f_btns .box:nth-of-type(1) h3 {
  font-size: var(--fzl);
}
.f_btns .box:nth-of-type(1) u {
  color: #fff;
  --tx:#fff;
}
.f_btns .box:nth-of-type(1) u.hide {
  color: rgba(255, 255, 255, 0.1333333333);
}
@media only screen and (max-width: 1200px) {
  .f_btns .box:nth-of-type(1) {
    padding-left: 0;
  }
}
.f_btns .box:nth-of-type(2) {
  width: 55%;
}
.f_btns .box:nth-of-type(2) div {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}
@media only screen and (max-width: 480px) {
  .f_btns .box:nth-of-type(2) div {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.f_btns .box:nth-of-type(2) a {
  color: var(--wh);
  display: inline-flex;
  align-content: center;
  font-size: var(--fzen);
  letter-spacing: 0.06em;
  width: 280px;
  max-width: 50%;
  min-width: unset;
  border: 1px solid #fff;
}
.f_btns .box:nth-of-type(2) a:before {
  margin-right: 10px;
  font-weight: 900;
}
.f_btns .box:nth-of-type(2) a:nth-of-type(2) {
  background-color: var(--sc);
  color: #fff;
  border: none;
}
.f_btns .box:nth-of-type(2) a:nth-of-type(2):before {
  content: "\f0e0";
  font-size: 15px;
}
@media only screen and (max-width: 1000px) {
  .f_btns .box:nth-of-type(2) a {
    max-width: unset;
  }
}
.f_btns .box:nth-of-type(2) span {
  display: block;
  width: 100%;
  color: var(--tx);
  font-size: 11px;
}
@media only screen and (max-width: 1200px) {
  .f_btns .box:nth-of-type(2) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1000px) {
  .f_btns {
    flex-direction: column;
    gap: 20px;
  }
}
.f_main {
  padding-block: 72px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-direction: column;
}
.f_info {
  line-height: 1.8;
}
.f_logo {
  font-size: clamp(30px, 4vw, 40px);
  line-height: 1;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0.06em;
}
.f_logo img {
  max-width: 213px;
}
.f_logospan {
  font-size: 12px;
  display: block;
  margin-bottom: 20px;
}
.f_address, .f_p {
  font-size: 14px;
  color: #fff;
  line-height: 2;
  margin-top: 1em;
  margin-bottom: 2em;
}
.f_right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 800px;
}
.f_ul {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0.75em 0;
  margin-bottom: 3em;
}
@media only screen and (max-width: 1000px) {
  .f_ul {
    justify-content: center;
  }
}
.f_list {
  padding-inline: 1.2em;
}
@media screen and (max-width: 834px) {
  .f_list {
    padding: 0 0.7em;
  }
}
.f_link {
  text-transform: uppercase;
}
.f iframe {
  display: block;
}
.f_copy {
  text-align: center;
  display: block;
  font-size: 12px;
  color: #fff;
}
@media only screen and (max-width: 1000px) {
  .f_main {
    flex-direction: column;
  }
  .f_left {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .f_info * {
    text-align: right;
  }
  .f_right {
    align-items: center;
  }
  .f_map {
    width: 100%;
  }
  .f_map iframe {
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .f_copy {
    height: 90px;
  }
}
@media screen and (max-width: 640px) {
  .f_main {
    padding-bottom: 80px;
  }
  .f_logo {
    margin-inline: auto;
  }
  .f_left {
    flex-direction: column;
    margin-bottom: 30px;
    width: 100%;
  }
  .f_info * {
    text-align: center;
  }
  .f_right {
    width: 100%;
  }
}

:is(section, form) > .fv_h {
  translate: 0 0%;
}
:is(section, form) > .fv_h article {
  display: flex;
  flex-direction: column;
}
:is(section, form) > .fv_h div, :is(section, form) > .fv_h h1 {
  font-size: var(--fzllm);
  line-height: 1;
  font-weight: 400;
}
:is(section, form) > .fv_h div {
  color: #eee;
}

.pan1 {
  position: relative;
  z-index: 1;
}

.title1 {
  padding-bottom: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  padding-top: calc(var(--head));
  margin-bottom: -84px;
  padding-inline: var(--incont);
  background: no-repeat center/cover;
}
.title1:after {
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.6666666667);
}
@media screen and (max-width: 640px) {
  .title1 {
    margin-bottom: 0;
  }
}

.title2 {
  margin-bottom: 40px;
  padding-top: 1.5em;
}
.title2 h1, .title2 h2, .title2 h3 {
  font-weight: 700;
}
.title2 h1 span, .title2 h2 span, .title2 h3 span {
  position: relative;
}
.title2 h1 span > span, .title2 h2 span > span, .title2 h3 span > span {
  position: absolute;
  top: -1.5em;
  left: 0;
  font-size: var(--fzs);
  display: block;
  color: var(--mc);
}
.title2 h1 span > span:before, .title2 h2 span > span:before, .title2 h3 span > span:before {
  content: "";
  width: 30px;
  height: 1px;
  background-color: var(--mc);
  margin-block: 0.4em;
  margin-right: 0.5em;
  display: inline-block;
}
.title2 h2 {
  font-size: clamp(26px, 4vw, 40px);
}
.title2.small h2 {
  font-size: var(--fzl);
}
.title2.__nohash {
  padding-top: 0;
}
.title2.__estimate {
  padding-inline: 20px;
  background: no-repeat center/cover;
  justify-content: center;
  padding-block: 6%;
}
.title2.__estimate:before {
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.8);
}
.title2.h-pt0 h1, .title2.h-pt0 h2, .title2.h-pt0 h3 {
  padding-top: 0;
}
.title2:is(.bgmc > .title2) {
  --tx:var(--wh);
  --mc:var(--wh);
}
.title2.first-bk h1:first-letter, .title2.first-bk h2:first-letter, .title2.first-bk h3:first-letter {
  color: var(--tx);
}
.title2.__jp h1, .title2.__jp h2, .title2.__jp h3 {
  font-size: clamp(24px, 2.6vw, 28px);
  font-weight: 700;
  font-family: "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.4;
}
.title2.pages h1:after, .title2.pages h2:after, .title2.pages h3:after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background-color: var(--tx2);
}
.title2.__02 {
  margin-left: var(--contout);
}
.title2.__02 h1, .title2.__02 h2, .title2.__02 h3 {
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 2.5em;
  padding-left: var(--incont);
  font-weight: 400;
}
.title2.__05 {
  margin-left: var(--contout);
  margin-bottom: 6%;
}
.title2.__05 h1, .title2.__05 h2, .title2.__05 h3 {
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 2.5em;
  padding-left: var(--inwide);
  font-weight: 400;
  padding-bottom: 0.4em;
  margin-bottom: 1em;
}
@media screen and (max-width: 834px) {
  .title2.__05 h1, .title2.__05 h2, .title2.__05 h3 {
    padding-right: 0.5em;
  }
}
.title2.__05 h1 span, .title2.__05 h2 span, .title2.__05 h3 span {
  font-size: 110%;
  margin-bottom: 0.2em;
  display: inline-block;
}
.title2.__05 div {
  padding-left: var(--inwide);
  font-weight: 400;
}
.title2.__05.__rev {
  margin-left: unset;
  margin-right: var(--contout);
}
.title2.__05.__rev article > * {
  padding-right: unset;
  padding-left: 2.5em;
  padding-left: unset;
  padding-right: var(--inwide);
  margin-left: auto;
}
.title2.__03 h1 span, .title2.__03 h2 span, .title2.__03 h3 span {
  display: inline-block;
  padding-left: 2em;
  font-weight: 400;
}
.title2.__04 * {
  color: #fff;
}
.title2.__04 h1, .title2.__04 h2, .title2.__04 h3 {
  border-bottom: none;
  background-color: var(--sc);
  padding: 1em 2em;
  line-height: 1;
  align-items: center;
  display: flex;
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .title2.__04 h1, .title2.__04 h2, .title2.__04 h3 {
    padding-inline: 20px;
  }
}
.title2.__04 span {
  display: inline-block;
  padding-left: 2em;
  font-weight: 400;
}
.title2.__bn h1, .title2.__bn h2, .title2.__bn h3 {
  border-bottom: none;
  font-weight: 400;
  margin-bottom: 0;
}
.title2.div-flex div {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.title2.div-flex .btn {
  margin-top: auto;
}
.title2.__left h1, .title2.__left h2, .title2.__left h3 {
  width: unset;
  margin-right: auto;
}
.title2.noline div:before {
  display: none;
}
.title2.nohead {
  padding-top: 0;
}
.title2.nohead div {
  font-weight: 900;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  color: var(--mc);
}
.title2.nohead div:before {
  content: "";
  background-color: var(--mc);
  height: 1px;
  width: 3em;
  margin-right: 0.7em;
}

.tx, .tx2 {
  padding: 1em;
}
.tx a, .tx2 a {
  text-decoration: underline;
  text-decoration-color: #0000ff;
}
.tx h1, .tx h2, .tx h3, .tx2 h1, .tx2 h2, .tx2 h3 {
  border-bottom: 1px solid var(--tx);
  padding-block: 0.5em;
  margin-bottom: 0.5em;
  font-weight: 700;
}
.tx h1, .tx h2, .tx2 h1, .tx2 h2 {
  font-size: var(--fzm);
}
.tx h3, .tx2 h3 {
  font-size: var(--fzm);
}

.tx2 article > div {
  padding: 1em;
}

.w1000 > * {
  margin-bottom: 4%;
}
.w1000 .tx, .w1000 .tx2 {
  padding: 0;
}

.floatouter {
  padding: 1em;
  width: 46%;
  margin-inline: 2%;
  margin-bottom: 4%;
}
@media screen and (max-width: 834px) {
  .floatouter {
    width: 46% !important;
  }
}
@media screen and (max-width: 640px) {
  .floatouter {
    width: 100% !important;
    margin-inline: 0%;
  }
}
.floatouter .title2 {
  padding-top: 0;
  margin-bottom: 16px;
}
.floatouter .tx {
  background-color: #fff;
}

body:not(.index) #contents .form_wrap.form_simple {
  overflow: unset;
  height: unset !important;
  margin-inline: auto;
  max-width: 100%;
  position: relative;
  font-size: clamp(14px, 1.6vw, 16px);
}
body:not(.index) #contents .form_wrap.form_simple:not(:last-child) {
  margin-bottom: 2em;
}
body:not(.index) #contents .form_wrap.form_simple a {
  text-decoration: underline;
  color: var(--sc);
}
body:not(.index) #contents .form_wrap.form_simple dl {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-bottom: 0px;
}
body:not(.index) #contents .form_wrap.form_simple dl:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  body:not(.index) #contents .form_wrap.form_simple dl {
    flex-direction: column;
    flex-direction: row !important;
    padding: 1em 0;
    display: block;
  }
  body:not(.index) #contents .form_wrap.form_simple dl:not(:last-child) {
    margin-bottom: 0px;
  }
}
body:not(.index) #contents .form_wrap.form_simple dl {
  background-color: unset;
}
body:not(.index) #contents .form_wrap.form_simple dl:last-of-type dt, body:not(.index) #contents .form_wrap.form_simple dl:last-of-type dd {
  border-bottom: none;
}
body:not(.index) #contents .form_wrap.form_simple dl:not(:has(dd)) {
  border-bottom: none;
}
body:not(.index) #contents .form_wrap.form_simple dl:not(:has(dd)) dt {
  align-items: flex-end;
  font-size: 14px;
}
body:not(.index) #contents .form_wrap.form_simple dt, body:not(.index) #contents .form_wrap.form_simple dd {
  line-height: 1.6;
  padding: 20px 10px 20px 0;
  border: none;
  background-color: unset;
}
@media screen and (max-width: 640px) {
  body:not(.index) #contents .form_wrap.form_simple dt, body:not(.index) #contents .form_wrap.form_simple dd {
    width: 100%;
    padding: 0;
  }
}
body:not(.index) #contents .form_wrap.form_simple dt {
  align-items: left;
  justify-content: flex-start;
  flex-grow: 1;
  width: unset;
  padding-left: 0;
  color: var(--mc);
  font-weight: 400;
}
@media screen and (max-width: 834px) {
  body:not(.index) #contents .form_wrap.form_simple dt {
    width: 100%;
    width: -moz-fit-content;
    width: fit-content;
    padding-bottom: 0.25em;
    margin-bottom: 0.5em;
  }
}
body:not(.index) #contents .form_wrap.form_simple dd {
  width: unset;
  padding-left: 0;
  flex-grow: 1;
  text-align: right;
}
@media screen and (max-width: 640px) {
  body:not(.index) #contents .form_wrap.form_simple dd {
    width: 100%;
  }
}
body:not(.index) #contents .form_wrap.form_simple.access dt {
  width: 20%;
}
body:not(.index) #contents .form_wrap.form_simple.access dd {
  width: 80%;
  text-align: left;
}
body:not(.index) #contents .form_wrap.form_simple dl > * {
  padding-top: 0;
}
body:not(.index) #contents .form_wrap.form_simple::-webkit-scrollbar {
  background-color: transparent;
  width: 6px;
  height: 0;
}
body:not(.index) #contents .form_wrap.form_simple::-webkit-scrollbar-thumb {
  background-color: #ddd;
}
@media screen and (max-width: 834px) {
  body:not(.index) #contents .form_wrap.form_simple dt {
    padding-bottom: 0;
    text-decoration: underline !important;
    text-decoration-color: inherit;
  }
  body:not(.index) #contents .form_wrap.form_simple dt, body:not(.index) #contents .form_wrap.form_simple dd {
    width: 100% !important;
  }
}

.card4, .card4-2 {
  gap: 20px 1.3%;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.card4 .box, .card4 li, .card4-2 .box, .card4-2 li {
  flex-basis: 24%;
  flex-grow: 0;
  background-color: var(--bc);
  border-radius: 4px;
}
@media screen and (max-width: 834px) {
  .card4 .box, .card4 li, .card4-2 .box, .card4-2 li {
    flex-basis: 49%;
  }
}
@media only screen and (max-width: 480px) {
  .card4 .box, .card4 li, .card4-2 .box, .card4-2 li {
    flex-basis: 100%;
  }
}
.card4 .box:not(:has(h3)), .card4-2 .box:not(:has(h3)) {
  background-color: unset;
}
.card4 article, .card4-2 article {
  display: contents;
}
.card4 h3, .card4 .box:not(:has(h3)) > div, .card4-2 h3, .card4-2 .box:not(:has(h3)) > div {
  display: block;
  background-color: var(--mctr);
  color: #fff;
  padding: 0.5em;
  line-height: 1.5;
  font-weight: 400;
  margin-top: -3.7em;
  z-index: 1;
  position: relative;
  text-align: right;
  border-radius: 4px;
  font-size: 16px;
}
.card4 h3 span, .card4 .box:not(:has(h3)) > div span, .card4-2 h3 span, .card4-2 .box:not(:has(h3)) > div span {
  display: block;
}
.card4 h3 b, .card4 .box:not(:has(h3)) > div b, .card4-2 h3 b, .card4-2 .box:not(:has(h3)) > div b {
  font-size: 1.2em;
}
.card4 h3:before, .card4 .box:not(:has(h3)) > div:before, .card4-2 h3:before, .card4-2 .box:not(:has(h3)) > div:before {
  display: none;
}
.card4 article > div, .card4-2 article > div {
  padding: 1em;
}
.card4 .im img, .card4-2 .im img {
  -o-object-fit: cover;
     object-fit: cover;
}
.card4 div:not(.box) a, .card4-2 div:not(.box) a {
  position: absolute;
  top: 0%;
  left: 0;
  display: grid;
  place-items: center;
  padding-inline: 10px;
}
.card4.__links li, .card4-2.__links li {
  min-width: 21%;
  flex-grow: 0;
}
.card4.__links img, .card4-2.__links img {
  aspect-ratio: 2/1;
  -o-object-fit: contain;
     object-fit: contain;
}

.card4-2 h3, .card4-2 .box:not(:has(h3)) > div {
  background-color: unset;
  color: unset;
  padding: unset;
  line-height: 1.5;
  font-weight: 400;
  margin-top: -3.7em;
  z-index: 1;
  position: relative;
  text-align: right;
  border-radius: unset;
}
.card4-2 h3 span, .card4-2 .box:not(:has(h3)) > div span {
  display: block;
}
.card4-2 h3:before, .card4-2 .box:not(:has(h3)) > div:before {
  display: none;
}

.mapwrap {
  margin-inline: auto;
}

.card3 {
  gap: 20px 2%;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.card3 .box, .card3 li {
  flex-basis: 32%;
  flex-grow: 0;
  background-color: var(--bc);
  border-radius: 4px;
}
@media screen and (max-width: 834px) {
  .card3 .box, .card3 li {
    flex-basis: 49%;
  }
}
@media only screen and (max-width: 480px) {
  .card3 .box, .card3 li {
    flex-basis: 100%;
  }
}
.card3 .box:not(:has(h3)) {
  background-color: unset;
}
.card3 article {
  display: contents;
}
.card3 .im img, .card3 a img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100% !important;
}
.card3 div:not(.box) a {
  position: absolute;
  top: 0%;
  left: 0;
  display: grid;
  place-items: center;
  padding-inline: 10px;
}
.card3.__links li {
  min-width: 21%;
  flex-grow: 0;
}
.card3.__links img {
  aspect-ratio: 2/1;
  -o-object-fit: contain;
     object-fit: contain;
}

.card2 {
  gap: 20px 2%;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.card2 .box, .card2 li {
  flex-basis: 49%;
  flex-grow: 0;
  background-color: var(--bc);
  border-radius: 4px;
}
@media screen and (max-width: 834px) {
  .card2 .box, .card2 li {
    flex-basis: 49%;
  }
}
@media only screen and (max-width: 480px) {
  .card2 .box, .card2 li {
    flex-basis: 100%;
  }
}
.card2 .box:not(:has(h3)) {
  background-color: unset;
}
.card2 article {
  display: contents;
}
.card2 .im img, .card2 a img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100% !important;
}
.card2 div:not(.box) a {
  position: absolute;
  top: 0%;
  left: 0;
  display: grid;
  place-items: center;
  padding-inline: 10px;
}
.card2.__links li {
  min-width: 21%;
  flex-grow: 0;
}
.card2.__links img {
  aspect-ratio: 2/1;
  -o-object-fit: contain;
     object-fit: contain;
}

.card4-2.border .box, .card3.border .box, .card2.border .box {
  overflow: visible !important;
  position: relative;
}
.card4-2.border .box > a, .card3.border .box > a, .card2.border .box > a {
  overflow: visible !important;
  height: 100% !important;
}
.card4-2.border .box::after, .card3.border .box::after, .card2.border .box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  background-color: unset;
  border: 2px solid var(--tx);
  top: 4px;
  left: 4px;
  border-color: #888;
  mix-blend-mode: screen;
  pointer-events: none;
}

div[class*=letter-0]:before {
  filter: blur(100px);
  transition: 2s cubic-bezier(0, 0.5, 0.5, 1);
}
div[class*=letter-0].show:before {
  filter: blur(0px);
}

.ti .im, .it .im {
  opacity: 0;
  translate: 0 20%;
  transition: 1.6s 0.4s cubic-bezier(0, 0.3, 0.3, 1);
}
.ti article, .it article {
  opacity: 0;
  translate: 0 -20%;
  transition: 1.6s cubic-bezier(0, 0.3, 0.3, 1);
}
.ti.show .im, .it.show .im {
  opacity: 1;
  translate: 0%;
}
.ti.show article, .it.show article {
  opacity: 1;
  translate: 0%;
}

body.index .title2 {
  opacity: 0;
  translate: 0 -40%;
  transition: 1.6s cubic-bezier(0, 0.3, 0.3, 1);
}
body.index .title2.show {
  opacity: 1;
  translate: 0%;
}

.h-under h1, .h-under h2, .h-under h3 {
  text-decoration: underline;
  text-underline-offset: -0.05em;
  text-decoration-color: var(--mc);
  text-decoration-style: double;
  text-decoration-thickness: 3px;
}

.tx-lg div {
  font-size: clamp(16px, 1.8vw, 20px);
  line-height: 2;
}

.bgtx canvas {
  transition: opacity 0.5s;
}
.bgtx:hover canvas {
  opacity: 1 !important;
}

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

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

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

.mfp-figure .mfp-title {
  display: 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: #249191;
}

.policy_last {
  padding-bottom: 60px;
}

.error_text div {
  font-size: clamp(18px, 2vw, 20px);
}
.error_text a {
  display: flex;
  margin-inline: auto;
}

.policy_contents h2 {
  font-size: clamp(20px, 2.8vw, 28px);
  border-bottom: 1px solid var(--mc);
}