@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Noto+Serif+JP:wght@200&display=swap");
.title2 article > div, .a_bnr article > div, .title2.nohead div, .a_bnr.nohead div, #contents .card4.overimg div {
  position: relative;
}
.title2 article > div::before, .a_bnr article > div::before, .title2.nohead div::before, .a_bnr.nohead div::before, #contents .card4.overimg div::before {
  content: "bf";
  display: inline-block;
  background-color: #777;
  z-index: 1;
}

#contents .card2.pages div u, #contents .card3 h3, .card4 h3, .card2 h3, #contents .card3 h5, .card4 h5, .card2 h5, #contents .card3.btngif li:has(a) u, .card4.btngif li:has(a) u, .card2.btngif li:has(a) u, #contents .card3.txbtn, .card4.txbtn, .card2.txbtn, #contents .card3.txbtn li:has(u) u, .card4.txbtn li:has(u) u, .card2.txbtn li:has(u) u, .r_edge span, .itext-art.pages span, .bg_sub {
  position: relative;
  z-index: 1;
}
#contents .card2.pages div u::before, #contents .card3 h3::before, .card4 h3::before, .card2 h3::before, #contents .card3 h5::before, .card4 h5::before, .card2 h5::before, #contents .card3.btngif li:has(a) u::before, .card4.btngif li:has(a) u::before, .card2.btngif li:has(a) u::before, #contents .card3.txbtn::before, .card4.txbtn::before, .card2.txbtn::before, #contents .card3.txbtn li:has(u) u::before, .card4.txbtn li:has(u) u::before, .card2.txbtn li:has(u) u::before, .r_edge span::before, .itext-art.pages span::before, .bg_sub::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #777;
  z-index: 1;
}

.f_pagetop, .a_bnr a.itext, .i-art2 a.itext, .r_edge span, .itext-art.pages span, .bg_main:not(.art800) .btn, .bg_tool:not(.art800) .btn, .i-art b {
  position: relative;
  z-index: 1;
}
.f_pagetop::after, .a_bnr a.itext::after, .i-art2 a.itext::after, .r_edge span::after, .itext-art.pages span::after, .bg_main:not(.art800) .btn::after, .bg_tool:not(.art800) .btn::after, .i-art b::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #777;
  z-index: 1;
}

.__shift li .imgW, .l_half .imgW {
  position: relative;
}
.__shift li .imgW:after, .l_half .imgW:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  --c:#fff2;
  --c1:#fff4;
  --c2:#fff6;
  visibility: unset;
  pointer-events: none;
}
.__shift li .imgW:after, .l_half .imgW:after {
  background: linear-gradient(-70deg, var(--c), var(--c2) 20%, var(--c1) 40%, var(--c) 60%, var(--c1) 80%, var(--c2) 100%) no-repeat center/cover;
}

#main div.blog_form {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
}

.bg100 .sns-i_stop3, .f_main, .cont, .reason_h, .service_h, .news, #contents .card3.txbtn ul, .card4.txbtn ul, .card2.txbtn ul, #contents .bginner .card3, #contents .bginner .card4, #contents .bginner .card2, .bg_main:not(.art800) article, .bg_tool:not(.art800) article, .bg100 .i-art.__info, .itext-art, .bg100 > .r_edge, .bg100 > .r_edge_popup, .art800 article, .h1-tx article, .h2-tx article, #contents {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
}
@media only screen and (max-width: 1300px) {
  .bg100 .sns-i_stop3, .f_main, .cont, .reason_h, .service_h, .news, #contents .card3.txbtn ul, .card4.txbtn ul, .card2.txbtn ul, #contents .bginner .card3, #contents .bginner .card4, #contents .bginner .card2, .bg_main:not(.art800) article, .bg_tool:not(.art800) article, .bg100 .i-art.__info, .itext-art, .bg100 > .r_edge, .bg100 > .r_edge_popup, .art800 article, .h1-tx article, .h2-tx article, #contents {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 640px) {
  .bg100 .sns-i_stop3, .f_main, .cont, .reason_h, .service_h, .news, #contents .card3.txbtn ul, .card4.txbtn ul, .card2.txbtn ul, #contents .bginner .card3, #contents .bginner .card4, #contents .bginner .card2, .bg_main:not(.art800) article, .bg_tool:not(.art800) article, .bg100 .i-art.__info, .itext-art, .bg100 > .r_edge, .bg100 > .r_edge_popup, .art800 article, .h1-tx article, .h2-tx article, #contents {
    padding-inline: 14px;
  }
}

@keyframes rightgrow {
  0% {
    background-position-x: 203%;
  }
  100% {
    background-position-x: 100%;
  }
}
.pan1 a, .h_droplink {
  background: linear-gradient(currentColor, currentColor);
  transition: background 0.4s ease;
  background-repeat: no-repeat;
  background-position: -103% 100%;
  background-size: 200% 1px;
}
.pan1 a:hover, .h_droplink: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) {
  .pan1 a, .h_droplink {
    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: fit-content;
  position: relative;
  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 *, #main div.blog_form div.blog_list h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.circle-arrow-right::after, #contents .card3 .btn::after, .card4 .btn::after, .card2 .btn::after, #contents .card3.btngif li:has(a) a::after, .card4.btngif li:has(a) a::after, .card2.btngif li:has(a) a::after, .a_bnr a.itext::after, .i-art2 a.itext::after {
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", "Font Awesome 5 Brand", "Font Awesome 5 Duotone";
  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";
  content: "\f178";
}

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

.fa-envelope::before, #contents .card3.txbtn li:nth-child(3) a::before, .card4.txbtn li:nth-child(3) a::before, .card2.txbtn li:nth-child(3) a::before, .h_contact:is(a)::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, .art800.bg_main div .btn:first-of-type::before, .h_tel:is(a)::before, .btn-w::before {
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 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";
  content: "\f4ff";
}

.fa-phone.fa-solid::before, .art800.bg_main div .fa-solid.btn:first-of-type::before, .fa-solid.h_tel:is(a)::before, .fa-solid.btn-w::before {
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", "Font Awesome 5 Brand", "Font Awesome 5 Duotone";
  content: "\f095";
}

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

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

.fa-arrow-right-af::after, .f_pagetop::after, .bg_main:not(.art800) .btn::after, .bg_tool:not(.art800) .btn::after {
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", "Font Awesome 5 Brand", "Font Awesome 5 Duotone";
  content: "\f061";
}

.fa-angles-up::before {
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", "Font Awesome 5 Brand", "Font Awesome 5 Duotone";
  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 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 fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
    visibility: hidden;
    z-index: -1;
  }
}
@keyframes sk-cubemove {
  25% {
    transform: translateX(40px) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translateX(40px) translateY(40px) rotate(-179deg);
  }
  50.1% {
    transform: translateX(40px) translateY(40px) rotate(-180deg);
  }
  75% {
    transform: translateX(0px) translateY(40px) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes sidetoside {
  0% {
    translate: 125% 0;
  }
  50% {
    translate: -425% 0;
  }
  100% {
    translate: 125% 0;
  }
}
@keyframes turn {
  0% {
    rotate: y 90deg;
  }
  10% {
    rotate: y 0deg;
  }
  40% {
    rotate: y 0deg;
  }
  50% {
    rotate: y -90deg;
  }
  60% {
    rotate: y -180deg;
  }
  90% {
    rotate: y -180deg;
  }
  100% {
    rotate: y -270deg;
  }
}
@keyframes big {
  0% {
    scale: 0.5;
  }
  20% {
    scale: 30;
  }
  50% {
    scale: 30;
  }
  100% {
    scale: 0;
  }
}
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  min-height: 0vw;
  border: none;
  background-color: unset;
}

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

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

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

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

img {
  max-width: 100%;
  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;
  }
}

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

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

:root {
  --contout:calc(50% - 50vw);
  --barhalf:calc(var(--barwid) / 2);
  --bk:#111;
  --wh:#fff;
  --tx:#111;
  --tx2:#0c3b2c;
  --txtr:#11111188;
  --mc:#0c3b2c;
  --mc2:#359893;
  --mctr:#0c3b2caa;
  --sc:#fcf6f0;
  --ac:#aa9a5f;
  --ac2:#fccd9a;
  --actr:#aa9a5faa;
  --txgr:#aaa;
  --space:40px;
  --spacelg:80px;
  --spacesm:20px;
  --head:85px;
  --logo:267px;
  --btn:45px;
  --bosh:4px 4px 0px 0px var(--mc);
  --bslg:8px 8px 0px 0px var(--mc);
  --boshw:4px 4px 0px 0px #fff;
  --boshbl:0 0 10px 10px #11111104;
  --cir:calc(var(--head) / 3 * 5);
  --mvh:700px;
  --fzxs:clamp(10px,1vw,12px);
  --fzs:clamp(12px,1vw,14px);
  --fz:clamp(14px,2.2vw,22px);
  --fzm:clamp(18px, 3.6vw, 36px);
  --fzl:clamp(24px,4.6vw,46px);
  --fzxl:clamp(28px,5.5vw,66px);
  --fzlminus:calc(-1 * var(--fzl));
  --rad:4px;
  --rad2:8px;
  --rad4:16px;
  --logoH:calc(var(--head) + 55px );
  --nav:80px;
  --pad:clamp(6px,1.4vw,20px);
}
@media only screen and (max-width: 1200px) {
  :root {
    --head:80px;
  }
}
@media screen and (max-width: 640px) {
  :root {
    --head:60px;
  }
}

body {
  overflow-x: hidden;
  font-size: 14px;
  font-weight: 400;
  font-family: "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6;
  letter-spacing: 0em;
  color: var(--tx);
  font-weight: 400;
  font-style: normal;
}

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

#contents_wrap {
  position: relative;
  z-index: 1;
}

footer#global_footer {
  min-width: 100% !important;
  color: #333;
  border-radius: 0 0 8px 8px;
  background-color: #fff;
}

h1 {
  font-size: var(--fzxl);
}

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

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

h1, h2, h3 {
  font-weight: 900;
  line-height: 1.3;
}
h1 span, h2 span, h3 span {
  display: block;
}

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

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

#contents {
  background-color: unset;
}

section {
  position: relative;
}

a {
  text-decoration: none;
  transition: 0.4s;
}
a:is(:link, :visited, :hover, :active) {
  color: currentColor;
  color: inherit;
}

.btnwrap div {
  display: inline-flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 640px) {
  .btnwrap div {
    flex-wrap: wrap;
  }
}

.btn, #contents .__links li a, .btn-g, .btn-w {
  border-radius: 999px;
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 50px;
  width: 200px;
  font-size: var(--fzs);
  max-width: 100%;
  background-color: var(--mc);
  flex: 1;
}
.btn br, #contents .__links li a br, .btn-g br, .btn-w br {
  display: none;
}
.btn:is(a), #contents .__links li a:is(a), .btn-g:is(a), .btn-w:is(a) {
  color: #fff;
  will-change: scale;
}
.btn:is(a):hover, #contents .__links li a:is(a):hover, .btn-g:is(a):hover, .btn-w:is(a):hover {
  background-color: var(--mctr);
  scale: 1.02;
}
.btn:before, #contents .__links li a:before, .btn-g:before, .btn-w:before {
  display: inline-block;
  margin-inline: 0.5em;
  transition: 0.4s;
  color: inherit;
}
.btn + a, #contents .__links li a + a, .btn-g + a, .btn-w + a {
  margin-left: 20px;
}
.btn small, #contents .__links li a small, .btn-g small, .btn-w small {
  font-size: 12px;
}

.btn-w {
  background-color: var(--wh);
  border: 1px solid var(--mc);
}
.btn-w:is(a) {
  color: var(--mc);
}
.btn-w:is(a):hover {
  color: #fff;
  background-color: var(--mc);
  scale: 1;
}

.btn-g {
  background-color: var(--ac);
}
.btn-g:is(a) {
  color: var(--wh);
}
.btn-g:is(a):hover {
  color: #111;
  background-color: var(--actr);
  scale: 1;
}

.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%;
}
.pan1 + div {
  margin-top: 6%;
}
.pan1 ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  justify-content: center;
}
.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:any-link {
  color: var(--mc);
  text-decoration-thickness: 1px;
}

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

i {
  font-weight: 900;
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", "Font Awesome 5 Brand", "Font Awesome 5 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;
}

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

.i-art {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.i-art.__rev {
  flex-direction: row-reverse;
}
.i-art > * {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .i-art > * {
    width: 100%;
  }
}
.i-art img {
  width: 100% !important;
  height: auto !important;
}

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

#contents .pt0 {
  padding-top: 0;
}
#contents .pt4 {
  padding-top: 4;
}
#contents .pt6 {
  padding-top: 6;
}
#contents .pt8 {
  padding-top: 8;
}
#contents .pt10 {
  padding-top: 10;
}
#contents .pb0 {
  padding-bottom: 0;
}
#contents .pb4 {
  padding-bottom: 4;
}
#contents .pb6 {
  padding-bottom: 6;
}
#contents .pb8 {
  padding-bottom: 8;
}
#contents .pb10 {
  padding-bottom: 10;
}
#contents .pdb0 {
  padding-block: 0%;
}
#contents .pdb4 {
  padding-block: 4%;
}
#contents .pdb6 {
  padding-block: 6%;
}
#contents .pdb8 {
  padding-block: 8%;
}
#contents .mgb0 {
  margin-block: 0%;
}
#contents .mgb4 {
  margin-block: 4%;
}
#contents .mgb6 {
  margin-block: 6%;
}
#contents .mgb8 {
  margin-block: 8%;
}
#contents .mgb10 {
  margin-block: 10%;
}
#contents .mgb12 {
  margin-block: 12%;
}
#contents .art_pdi0 article {
  padding-inline: 0%;
}
#contents .art_pd0 article {
  padding: 0%;
}
#contents .mt0 {
  margin-top: 0%;
}
#contents .mt4 {
  margin-top: 4%;
}
#contents .mt6 {
  margin-top: 6%;
}
#contents .mt8 {
  margin-top: 8%;
}
#contents .mt10 {
  margin-top: 10%;
}
#contents .mb0 {
  margin-bottom: 0%;
}
#contents .mb4 {
  margin-bottom: 4%;
}
#contents .mb6 {
  margin-bottom: 6%;
}
#contents .mb8 {
  margin-bottom: 8%;
}
#contents .mb10 {
  margin-bottom: 10%;
}
#contents .mb12 {
  margin-bottom: 12%;
}
#contents .nmb10 {
  margin-bottom: -10%;
}
@media only screen and (max-width: 1200px) {
  #contents .bs_pdi0 {
    padding-inline: 0;
  }
}

.l_edge, .r_edge {
  display: flex;
}
@media screen and (max-width: 834px) {
  .l_edge, .r_edge {
    flex-direction: column;
  }
}
.l_edge > *, .r_edge > * {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .l_edge > *, .r_edge > * {
    width: 100%;
  }
}
.l_edge .im, .r_edge .im {
  flex: 1 0;
  margin-left: calc(50% - 50vw) !important;
}
.l_edge .im img, .r_edge .im img {
  width: 100% !important;
  object-fit: cover;
  margin: 0;
}
.l_edge.f_as, .f_as.r_edge {
  align-items: flex-start;
}

.r_edge {
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 834px) {
  .r_edge {
    flex-direction: column-reverse;
  }
}
.r_edge .im {
  margin-left: unset !important;
  margin-right: calc(50% - 50vw) !important;
}

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

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

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

.boxcolumn article {
  height: 100%;
}
.boxcolumn .box:nth-child(1) h3::before {
  content: "1";
}
.boxcolumn .box:nth-child(2) h3::before {
  content: "2";
}
.boxcolumn .box:nth-child(3) h3::before {
  content: "3";
}
.boxcolumn .box:nth-child(4) h3::before {
  content: "4";
}
.boxcolumn .box:nth-child(5) h3::before {
  content: "5";
}
.boxcolumn .box:nth-child(6) h3::before {
  content: "6";
}
.boxcolumn .box:nth-child(7) h3::before {
  content: "7";
}
.boxcolumn .box:nth-child(8) h3::before {
  content: "8";
}
.boxcolumn .box:nth-child(9) h3::before {
  content: "9";
}
.boxcolumn span {
  display: block;
}
.boxcolumn .imgW {
  height: 100%;
}
.boxcolumn img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  min-width: 100%;
}
@media only screen and (max-width: 1000px) {
  .boxcolumn .box {
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .boxcolumn > div {
    flex-direction: row-reverse;
    flex-wrap: wrap;
    height: unset;
  }
  .boxcolumn article, .boxcolumn .imgW {
    width: 100%;
  }
  .boxcolumn article {
    min-height: 150px;
  }
  .boxcolumn article::before {
    font-size: 30px;
  }
}
@media screen and (max-width: 640px) {
  .boxcolumn article {
    min-height: unset;
  }
  .boxcolumn article > div {
    font-size: 19px;
    margin-bottom: 10px;
  }
}

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

@media screen and (max-width: 640px) {
  .box_bfaf {
    flex-direction: column !important;
  }
}
.box_bfaf .box {
  border-radius: 8px;
}
.box_bfaf .box div {
  font-size: var(--fzm);
  text-align: center;
  background-color: var(--sc);
}
.box_bfaf .box:nth-child(1) {
  flex: 1;
}
.box_bfaf .box:nth-child(2) {
  width: 10%;
}
.box_bfaf .box:nth-child(2) .im {
  height: 100%;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 640px) {
  .box_bfaf .box:nth-child(2) {
    width: 100%;
    margin-block: 6%;
  }
  .box_bfaf .box:nth-child(2) .im {
    rotate: 90deg;
  }
}
.box_bfaf .box:nth-child(3) {
  flex: 1;
}

#main div.blog_form {
  max-height: unset;
  overflow-x: hidden;
  overflow-y: scroll;
}
#main div.blog_form .blog_list {
  max-height: 225px;
}
#main div.blog_form .blog_photo {
  display: none;
}
#main div.blog_form .blog_text:is(div) {
  display: flex;
  width: 100%;
  padding: 0;
  line-height: 1.875;
  padding: 20px 0;
}
#main div.blog_form .blog_text:is(div) ul a {
  line-height: unset;
  margin-right: unset;
}
@media screen and (max-width: 834px) {
  #main div.blog_form .blog_text:is(div) {
    flex-wrap: wrap;
  }
}
#main div.blog_form .blog_date:is(div) {
  width: 10%;
  padding: 10px;
}
#main div.blog_form .more {
  display: none;
}
#main div.blog_form div.blog_list > div {
  border-bottom: 1px solid #ccc;
  flex-shrink: 0;
}
#main div.blog_form div.blog_list h3 {
  width: 80%;
  margin-bottom: 0px;
  order: 1;
}
#main div.blog_form div.blog_list h3 span {
  font-weight: bold;
}
#main div.blog_form::-webkit-scrollbar-thumb {
  border-radius: 5px;
}
#main div.blog_form::-webkit-scrollbar {
  height: 0;
}

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

.insta4 .slick-slide {
  padding-inline: 10px;
}
@media screen and (max-width: 640px) {
  .insta4 .slick-slide {
    padding-inline: 10px;
  }
}
.insta4 .slick-slide .sns_photo {
  transition: box-shadow 0.8s, scale 1.6s;
  transform-origin: center bottom;
}
.insta4 .slick-list {
  overflow: visible;
}
@media only screen and (max-width: 480px) {
  .insta4 .slick-list {
    translate: -33%;
  }
}
.insta4 .slick-track {
  gap: 0.5%;
}
.insta4 .sns_list {
  width: 100%;
  flex-direction: inherit !important;
  border: none !important;
  flex-wrap: wrap;
}
.insta4 .sns_list .sns_text {
  width: 100%;
  height: 100px;
  display: none;
}
.insta4 .sns_list .sns_text ul {
  display: none;
}
.insta4 .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;
}
.insta4 .sns_list .sns_text .caption {
  color: #535d60;
  line-height: 1.5em;
}
.insta4 .sns_list .square-inner {
  position: relative;
  display: block;
}
.insta4 .sns_list .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.insta4 .sns_list .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100% !important;
  width: 100%;
  object-fit: cover;
  transition: 0.3s;
  transform-origin: center center;
}
.insta4 .sns_list .sns_photo {
  width: 100% !important;
  padding: 0 !important;
  overflow: hidden;
}
.insta4 .sns_list .sns_photo img {
  width: 100%;
  object-fit: cover;
  transition: 0.3s;
  transform-origin: center center;
  aspect-ratio: 1/1;
}
.insta4 .sns_list > div {
  border: none !important;
  display: block;
  flex-direction: column;
  width: 24%;
  margin: 0.5%;
  position: relative;
}
@media screen and (max-width: 834px) {
  .insta4 .sns_list > div {
    width: 49%;
  }
}
@media screen and (max-width: 640px) {
  .insta4 .sns_list > div {
    width: 49%;
  }
}
@media only screen and (max-width: 480px) {
  .insta4 .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%;
  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%;
  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: 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;
  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: 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-right: calc(50% - 50vw) !important;
  margin-left: calc(50% - 50vw) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pan1 a {
  color: var(--tx);
}

.loader {
  width: 100%;
  height: 100vh;
  background-color: #fcf6f0;
  z-index: 2000;
  position: fixed;
  top: 0;
  left: 0;
  place-items: center;
  transition: 1s;
  display: grid;
  opacity: 0;
  visibility: hidden;
  display: none;
}
.loader_logo {
  width: 360px;
  mix-blend-mode: luminosity;
  animation: blurin 1.2s ease-out;
}
@keyframes blurin {
  0% {
    opacity: 0;
    filter: blur(50px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}

header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 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 > :is(span, .detail):hover,
.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_ul.show .h_link, .h_ul.show .h_btn {
  background-position: 0% 100%;
  animation: rightgrow 0.4s ease;
}
.h_ul.show .h_link::after, .h_ul.show .h_btn::after {
  display: none;
}

@media only screen and (max-width: 1000px) {
  .f_link {
    background-position: 0% 100%;
    animation: rightgrow 0.4s ease;
  }
}

.h_droplink {
  background-image: none;
}
@media only screen and (max-width: 1200px) {
  .h_droplink {
    background-image: linear-gradient(var(--ac), var(--ac));
    background-position: 0% 100%;
    animation: rightgrow 0.4s ease;
  }
}

.h {
  height: var(--head);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.4s;
  background: no-repeat center/cover;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.h:before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.4s;
}
.h.scroll {
  background-color: #fff;
}
.h:has(.h_nav.show) .h_logo {
  scale: 1;
}
.h * {
  z-index: 1;
}
.h_logo {
  margin-right: auto;
  width: 267px;
  height: var(--head);
  display: grid;
  place-items: center;
  align-content: center;
  background-color: #fff;
  padding: 20px;
  transition: 0.6s;
  z-index: 10;
}
@media screen and (max-width: 640px) {
  .h_logo {
    width: 188px;
    padding: 10px;
  }
}
.h_items {
  order: 1;
  display: flex;
  align-items: center;
  width: unset;
  margin: unset;
  padding-inline: 6px;
  margin-right: 10px;
}
.h_items .btn::after {
  display: none;
}
.h_items * {
  font-weight: 700;
}
@media only screen and (max-width: 1400px) {
  .h_items {
    padding-inline: 0;
  }
}
@media screen and (max-width: 640px) {
  .h_items {
    width: 100%;
  }
}
.h_tel:is(a), .h_contact:is(a) {
  width: 180px;
  height: var(--btn);
  line-height: var(--btn);
  margin-inline: 4px;
}
@media only screen and (max-width: 1000px) {
  .h_contact:is(a) {
    padding-right: 1.5em;
  }
}
@media screen and (max-width: 640px) {
  .h_contact:is(a) {
    padding: 0em;
  }
}
.h_focus {
  width: 100%;
  height: 0;
}
.h_nav {
  --tx:#fff;
  display: flex;
  align-items: center;
  letter-spacing: 0.02em;
  z-index: 10;
  margin-right: 20px;
}
.h_ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.h_ul.show {
  opacity: 1;
  visibility: visible;
}
.h_ul.show .h_drop {
  visibility: visible;
}
.h_list {
  position: relative;
  display: grid;
  place-items: center;
  margin-left: clamp(4px, 1vw, 2em);
}
.h_list.__sub {
  display: none;
  visibility: hidden;
}
@media only screen and (max-width: 1200px) {
  .h_list {
    padding-inline: 0px;
    justify-content: start;
  }
}
@media screen and (max-width: 640px) {
  .h_list._btn {
    width: 100%;
  }
}
.h_link:is(a), .h_btn:is(a) {
  line-height: 1.4;
  color: var(--tx);
  font-weight: 700;
  font-size: 16px;
  transition: 0.6s;
}
@media only screen and (max-width: 1200px) {
  .h_link:is(a), .h_btn:is(a) {
    font-size: 18px;
    color: var(--mc);
  }
}
.h_btn:is(a) {
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .h_btn:is(a) {
    pointer-events: all;
  }
}
.h_btn:is(a)::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: currentColor;
  position: absolute;
  top: 140%;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.4s;
  clip-path: polygon(0 0, 100% 0, 50% 80%);
}
@media only screen and (max-width: 1200px) {
  .h_btn:is(a)::after {
    display: none;
  }
}
.h_burger {
  place-items: center;
  display: none;
  width: 80px;
  height: 80px;
}
@media only screen and (max-width: 1200px) {
  .h_burger {
    display: grid;
    width: var(--head);
    height: var(--head);
  }
}
.h_burger .h_svg {
  stroke: #fff;
  width: clamp(20px, 3.4vw, 26px);
  width: 50%;
}
.h_burger .burger_text {
  font-size: 12px;
  color: #249191;
  font-weight: 500;
}
.h_burger path {
  transition: 0.4s;
  stroke-width: 10%;
  stroke-linecap: round;
}
.h_burger text {
  font-size: 12px;
  fill: #fff;
  stroke: #fff;
  stroke-width: 0.04em;
}
.h.scroll .h_nav, .h.active .h_nav {
  --tx:#111;
}
.h.scroll .h_svg, .h.active .h_svg {
  stroke: #111;
}
.h_drop {
  transition: 0.4s;
  position: absolute;
  top: 100%;
  transform-origin: top;
  visibility: hidden;
  transition: 0.4s;
  transform-origin: top;
  visibility: hidden;
  position: absolute;
  top: calc(100% + 16px);
  left: unset;
  z-index: -100;
  height: 0;
  rotate: x 90deg;
}
@media only screen and (max-width: 1200px) {
  .h_drop {
    rotate: unset;
    top: 0;
  }
}
@media only screen and (max-width: 1000px) {
  .h_drop {
    position: relative;
    width: 100%;
  }
}
.h_drop.show {
  visibility: visible;
  rotate: x 0deg;
}
@media only screen and (max-width: 1200px) {
  .h_drop.show {
    visibility: visible;
    opacity: 1;
    rotate: x 0deg;
  }
  .h_drop.show_dropul {
    height: 100vh;
  }
}
.h_drop.show_droplist {
  opacity: 1;
}
.h_dropbtn {
  display: none;
  text-align: center;
  border: none;
  font-size: 18px;
  padding: 20px 10px;
  position: absolute;
  top: 0px;
  right: 0px;
  color: #111;
  background-color: #249191;
  height: 50px !important;
  width: 50px;
}
@media only screen and (max-width: 1200px) {
  .h_dropbtn {
    display: block;
  }
}
.h_dropbtn:after, .h_dropbtn:before {
  content: "";
  display: block;
  width: 2px;
  height: 12px;
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #fff;
  transition: 0.4s;
}
.h_dropbtn::before {
  content: "";
  width: 12px;
  height: 2px;
}
.h_dropbtn[aria-expanded=true]::after {
  rotate: -90deg;
}
.h_dropul {
  width: 100%;
  overflow: hidden;
}
.h_droplist {
  position: relative;
  transition: 0.4s;
  transform-origin: 20px;
  width: 100%;
}
.h_droplist:nth-child(1) {
  transition-delay: 0s;
}
.h_droplist:nth-child(2) {
  transition-delay: 0.03s;
}
.h_droplist:nth-child(3) {
  transition-delay: 0.06s;
}
.h_droplist:nth-child(4) {
  transition-delay: 0.09s;
}
.h_droplist:nth-child(5) {
  transition-delay: 0.12s;
}
.h_droplist:nth-child(6) {
  transition-delay: 0.15s;
}
.h_droplist:nth-child(7) {
  transition-delay: 0.18s;
}
.h_droplist:nth-child(8) {
  transition-delay: 0.21s;
}
.h_droplist:nth-child(9) {
  transition-delay: 0.24s;
}
.h_droplist:nth-child(10) {
  transition-delay: 0.27s;
}
.h_droplist:nth-child(11) {
  transition-delay: 0.3s;
}
.h_droplist:nth-child(12) {
  transition-delay: 0.33s;
}
.h_droplist:nth-child(13) {
  transition-delay: 0.36s;
}
.h_droplist:nth-child(14) {
  transition-delay: 0.39s;
}
.h_droplist:nth-child(15) {
  transition-delay: 0.42s;
}
.h_droplist:nth-child(16) {
  transition-delay: 0.45s;
}
.h_droplist:nth-child(17) {
  transition-delay: 0.48s;
}
.h_droplist:nth-child(18) {
  transition-delay: 0.51s;
}
.h_droplist:nth-child(19) {
  transition-delay: 0.54s;
}
.h_droplist:nth-child(20) {
  transition-delay: 0.57s;
}
.h_droplink {
  width: max-content;
  position: relative;
  left: 50%;
  translate: -50%;
  padding-inline: 2em;
  padding-block: 1em;
  line-height: 1.4;
  display: block;
  font-weight: 700;
  font-size: 16px;
}
.h_droplink:is(a) {
  color: var(--tx);
}
.h.scroll {
  background-color: #fff;
}
.h.scroll .h_dropul {
  background-color: #fff;
}
.h.active {
  background-color: #fff;
}
@media only screen and (max-width: 1200px) {
  .h_nav {
    z-index: -1;
    position: absolute;
    height: calc(100vh + 1px);
    height: calc(100dvh + 1px);
    top: calc(100% - 1px);
    top: 0;
    left: 50%;
    display: block;
    width: 50%;
    overflow-y: scroll;
    visibility: hidden;
  }
  .h_nav.show {
    visibility: visible;
    overscroll-behavior-y: contain;
  }
  .h_nav::-webkit-scrollbar {
    width: 0px;
  }
  .h_ul {
    flex-direction: column;
    justify-content: start;
    z-index: -1;
    min-height: calc(100% + 1px);
    transition: 0.4s;
    padding-inline: var(--head);
    padding-top: calc(var(--head) * 2);
    padding-bottom: 90px;
    width: 100%;
    display: block;
    background-color: #fff;
    opacity: 0;
  }
  .h_ul.show .__sub {
    display: grid;
    visibility: visible;
  }
  .h_list {
    padding: 16px 0px;
    border: none;
  }
  .h_list._btn {
    height: unset;
    position: relative;
  }
  .h_list.__drop {
    display: block;
    text-align: left;
    height: unset;
    padding-bottom: 0;
  }
  .h_btn.__drop {
    flex-shrink: 0;
    display: inline-block;
    margin-bottom: 16px;
  }
  .h_drop {
    position: static !important;
    height: unset;
  }
  .h_dropul {
    display: flex;
    flex-wrap: wrap;
  }
  .h_droplist {
    padding-right: 2em;
    padding-block: 16px;
    width: fit-content;
  }
  .h_droplink {
    padding: 0;
    font-size: 18px;
  }
}
@media screen and (max-width: 834px) {
  .h_items {
    position: fixed;
    bottom: 0px;
    right: 0px;
    padding: 16px;
  }
  .h_items.hide .h_tel:is(a), .h_items.hide .h_contact:is(a) {
    opacity: 0;
    visibility: hidden;
  }
  .h_contact:is(a) {
    padding-right: 0;
  }
  .h_burger {
    position: fixed;
    top: 0;
    right: 0;
  }
  .h_nav {
    width: 100%;
    left: 0;
  }
  .h_ul {
    padding-inline: var(--head);
    padding-top: calc(var(--head) * 2);
    padding-bottom: 90px;
    width: 100%;
    display: block;
    background-color: #fff;
    opacity: 0;
  }
  .h_ul.show .__sub {
    display: grid;
    visibility: visible;
  }
}
@media screen and (max-width: 640px) {
  .h_items {
    width: 100%;
    margin: 0;
  }
  .h_tel:is(a), .h_contact:is(a) {
    width: 50%;
  }
  .h_list, .h .drop_list {
    padding: 10px 0px;
  }
  .h span:not(.btn_wrap span) {
    font-size: 10px;
  }
  .h_list._btn {
    height: unset;
    position: relative;
  }
}

body {
  opacity: 0;
  visibility: hidden;
}

#contents .bginner .card3 img, #contents .bginner .card4 img, #contents .bginner .card2 img {
  border-radius: 8px;
  border: 2px solid #fff;
  box-shadow: var(--boshw);
}

.i-art, #contents .card3.btngif li:not(:has(a)), .card4.btngif li:not(:has(a)), .card2.btngif li:not(:has(a)), #contents .card3.btngif li:has(a) a, .card4.btngif li:has(a) a, .card2.btngif li:has(a) a {
  border-radius: 8px;
  border: 2px solid var(--mc);
  box-shadow: var(--bosh);
}

.tx-lg {
  width: fit-content;
  max-width: 100%;
  margin-inline: auto;
  font-size: clamp(16px, 2vw, 22px);
  white-space: nowrap;
  margin-block: 3%;
}

body.index section > * {
  margin-bottom: 12%;
}

.mv {
  position: relative;
  aspect-ratio: 2/1;
}
@media screen and (max-width: 834px) {
  .mv {
    aspect-ratio: 1;
  }
}
@media only screen and (max-width: 480px) {
  .mv {
    aspect-ratio: 2/3;
  }
}
.mv_slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  background-color: #fff;
  height: 100%;
  padding-left: calc(var(--logo) + var(--barhalf));
}
@media screen and (max-width: 834px) {
  .mv_slide {
    padding-left: 0;
  }
}
.mv_slide * {
  height: 100%;
}
.mv_slide .slick-slider {
  transition: 0.6s;
  clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);
}
.mv_slide .slick-slider.close {
  clip-path: polygon(100% 0%, 100% 100%, 100% 100%, 100% 0%);
}
.mv_slide .slick-slider.open {
  transition: 0s;
  clip-path: polygon(0% 0%, 0% 100%, 0% 100%, 0% 0%);
}
.mv_slide li {
  animation: slidescale 16s cubic-bezier(0.5, 0, 0.5, 1) 0s infinite alternate;
}
@keyframes slidescale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.mv_slide img {
  object-fit: cover;
  width: 100% !important;
  aspect-ratio: 2/1;
}
@media screen and (max-width: 834px) {
  .mv_slide img {
    aspect-ratio: 1;
  }
}
.mv_slide.pages img {
  aspect-ratio: 4/1;
}
@media screen and (max-width: 834px) {
  .mv_slide.pages img {
    aspect-ratio: 5/2;
  }
}
.mv_tx {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
.mv_h1 {
  line-height: 1;
  margin-bottom: 2%;
}
.mv_h1 article > * {
  margin-bottom: 2%;
  font-weight: 900;
}
.mv_h1 div {
  font-size: var(--fz);
}
.mv_circle {
  margin-bottom: 8%;
}
.mv_circle .box {
  display: grid;
  place-items: center;
  border: 1px solid var(--mc);
  border-radius: 999px;
  width: 15%;
  aspect-ratio: 1;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .mv_circle .box {
    width: 24%;
  }
}
.mv_circle .box div {
  font-weight: 700;
  color: var(--mc);
  font-size: clamp(10px, 1.4vw, 14px);
}
.mv_circle .box:not(:first-child) {
  margin-left: -2%;
}
@media screen and (max-width: 834px) {
  .mv_circle .box:not(:first-child) {
    margin-left: 2%;
  }
}
@media only screen and (max-width: 1200px) {
  .mv_circle {
    margin-bottom: 3%;
  }
}
.mv .mv_scr {
  width: var(--scr);
  padding-top: 35%;
  position: fixed;
  left: 36px;
  transition: 0.4s;
}
.mv .mv_scr.hide {
  opacity: 0;
  visibility: hidden;
}
@media only screen and (max-width: 1200px) {
  .mv .mv_scr {
    display: none;
  }
}
.mv .mv_scr-tx {
  text-align: left;
  writing-mode: vertical-lr;
  font-weight: 700;
  position: relative;
  color: var(--mc);
  font-size: 12px;
}
.mv .mv_scr-tx::after {
  content: "";
  display: inline-block;
  background-color: var(--mc);
  height: 90px;
  width: 1px;
  translate: -50% 0;
}
.mv .mv_scr-tx::before {
  content: "";
  display: inline-block;
  background-color: var(--wh);
  position: relative;
  z-index: 10;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  translate: 0% 49px;
  animation: scr 2.4s cubic-bezier(0.2, 0.6, 0.8, 1) infinite;
}
@keyframes scr {
  0% {
    translate: 0% 49px;
  }
  100% {
    translate: 0% 139px;
  }
}

.h2-fzm h2 {
  letter-spacing: -0.02em;
  font-size: clamp(18px, 2.8vw, 36px);
}

.title2 u, .a_bnr u {
  text-decoration: none;
  background-color: var(--mc);
  color: #fff;
  border-radius: 4px;
  padding-inline: 0.5em;
  position: relative;
  z-index: -2;
  margin-right: 0.5em;
}
.title2 article, .a_bnr article {
  display: flex;
  flex-direction: column;
}
.title2 article > div, .a_bnr article > div {
  order: -1;
  font-weight: 900;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  color: var(--mc);
}
.title2 article > div:before, .a_bnr article > div:before {
  content: "";
  background-color: var(--mc);
  height: 1px;
  width: 3em;
  margin-right: 0.7em;
}
.title2.__left h1, .title2.__left h2, .title2.__left h3, .a_bnr.__left h1, .a_bnr.__left h2, .a_bnr.__left h3 {
  width: unset;
  margin-right: auto;
}
.title2.noline div:before, .a_bnr.noline div:before {
  display: none;
}
.title2.nohead, .a_bnr.nohead {
  padding-top: 0;
}
.title2.nohead div, .a_bnr.nohead div {
  font-weight: 900;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  color: var(--mc);
}
.title2.nohead div:before, .a_bnr.nohead div:before {
  content: "";
  background-color: var(--mc);
  height: 1px;
  width: 3em;
  margin-right: 0.7em;
}

.title2 {
  padding-top: 6%;
  margin-bottom: 3%;
}
.title2.underline h1, .title2.underline h2, .title2.underline h3 {
  border-bottom: 1px solid var(--ac);
  line-height: 1.6;
}

.l_edge {
  display: flex;
}
@media only screen and (max-width: 1000px) {
  .l_edge {
    flex-direction: column-reverse;
  }
}
.l_edge > * {
  width: 50%;
}
@media only screen and (max-width: 1000px) {
  .l_edge > * {
    width: 100%;
  }
}
.l_edge .im {
  flex: 1 0;
  margin-left: calc(50% - 50vw) !important;
}
.l_edge .im img {
  width: 100% !important;
  object-fit: cover;
  margin: 0;
}
.l_edge.f_as {
  align-items: flex-start;
}

.about {
  align-items: center;
}
.about_img {
  flex: 1 0;
  margin-left: calc(50% - 50vw) !important;
  padding-right: 6.66%;
}
.about_img .im {
  display: contents;
}
.about_img img {
  object-fit: contain;
  height: auto !important;
}
@media only screen and (max-width: 1000px) {
  .about_img img {
    object-fit: cover;
    aspect-ratio: 3/2;
  }
}
.about_tx {
  height: fit-content;
}
.about_div {
  line-height: 2.7;
}
.about .btnwrap {
  margin-block: 10%;
}

.reason {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 1000px) {
  .reason {
    flex-wrap: wrap;
    padding-inline: clamp(14px, 2vw, 20px);
    gap: 2%;
  }
}
.reason_h {
  width: 30%;
}
@media only screen and (max-width: 1000px) {
  .reason_h {
    width: 49%;
  }
}
.reason_h article {
  width: fit-content;
  margin-inline: auto;
}
@media only screen and (max-width: 1000px) {
  .reason_h article {
    margin-left: 0;
  }
}
.reason_h h2 {
  font-size: clamp(24px, 3.6vw, 46px);
}
@media only screen and (max-width: 1000px) {
  .reason_h h2 {
    font-size: clamp(24px, 4.6vw, 46px);
  }
}
.reason_box {
  width: 70%;
  gap: 1%;
}
@media only screen and (max-width: 1000px) {
  .reason_box {
    display: contents !important;
  }
}
.reason_box .box {
  flex: 1;
}
@media only screen and (max-width: 1000px) {
  .reason_box .box {
    width: 49%;
    flex: unset;
    margin-bottom: 2%;
  }
}
.reason_box img {
  aspect-ratio: 1;
  object-fit: cover;
}
.reason_box h3 {
  padding-top: 15px;
  line-height: 1.5;
}
.reason_box h3 span:nth-child(1) {
  font-size: 14px;
  color: var(--mc);
}
.reason_box h3 span:nth-child(2) {
  font-size: clamp(16px, 2vw, 20px);
  margin-bottom: 10px;
}
.reason_box article {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.reason_box article > div {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-grow: 1;
}
.reason_box .btn {
  margin-top: 20px;
  margin-inline: auto;
  display: flex;
  flex: unset;
}

.service {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .service {
    display: grid;
  }
}
.service > * {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .service > * {
    width: 100%;
    grid-area: 1/1;
  }
}
.service_img {
  height: 100%;
}
.service_img .im {
  flex: 1 0;
  height: 100%;
}
.service_img .im img {
  width: 100% !important;
  object-fit: cover;
  margin: 0;
}
@media screen and (max-width: 834px) {
  .service_img .im img {
    height: 100% !important;
  }
}
.service_img.left .im {
  margin-right: -9%;
}
.service_img.left img {
  transition: 0.6s;
  clip-path: polygon(0% 0%, 0% 100%, 0% 100%, 0% 0%);
}
.service_img.left.show img {
  clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 82% 0%);
}
.service_img.right .im {
  margin-left: -9%;
}
.service_img.right img {
  transition: 0.6s;
  clip-path: polygon(100% 0%, 100% 100%, 100% 100%, 100% 0%);
}
.service_img.right.show img {
  clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 18% 0%);
}
.service_tx {
  width: 50%;
  z-index: 1;
  max-width: 600px;
  margin-right: calc(50vw - clamp(0px, 50vw, 600px));
}
.service_tx > * {
  width: 90%;
  margin-left: auto;
  padding-inline: 10px;
}
@media screen and (max-width: 834px) {
  .service_tx {
    width: 70%;
    background-color: rgba(255, 255, 255, 0.5333333333);
    padding-block: 6%;
    padding-right: 14px;
  }
}
.service_tx.__second {
  margin-left: calc(50vw - clamp(0px, 50vw, 600px));
  margin-right: 0;
}
.service_tx.__second > * {
  margin-left: unset;
  margin-right: auto;
}
@media screen and (max-width: 834px) {
  .service_tx.__second {
    place-self: center end;
  }
  .service_tx.__second > * {
    margin-left: auto;
    margin-right: unset;
  }
}
.service_h {
  padding-top: 0;
  margin-bottom: 3%;
  margin-right: 0;
}
.service_div {
  line-height: 2.7;
}
.service .btnwrap {
  margin-top: 52px;
}

.work_h {
  padding-top: 0;
}
.work_h article > div {
  justify-content: center;
  margin-bottom: 10px;
}
.work_h article > div:before {
  display: none;
}

.news {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  max-width: 1000px;
}
@media screen and (max-width: 834px) {
  .news {
    flex-direction: column;
    padding-inline: 0%;
  }
}
.news_h {
  padding-top: 0;
}

.form_simple.form_wrap.noscr {
  overflow: unset;
  max-height: unset;
}

#contents .form_wrap.form_simple {
  width: 70%;
  max-height: 230px;
  overflow-y: scroll;
}
#contents .form_wrap.form_simple.pages {
  width: 100%;
  max-height: unset;
  overflow-y: unset;
}
@media screen and (max-width: 834px) {
  #contents .form_wrap.form_simple {
    width: 100%;
  }
}
#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(--tx2);
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  #contents .form_wrap.form_simple dt {
    width: 100%;
    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;
  border-radius: 99px;
}
@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;
  }
}

.about_img img {
  transition: 0.6s;
  clip-path: polygon(0% 0%, 0% 100%, 0% 100%, 0% 0%);
}
.about_img.show img {
  clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);
}

.reason_box {
  transition: 0.6s;
  clip-path: polygon(100% 0%, 100% 100%, 100% 100%, 100% 0%);
}
.reason_box.show {
  clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);
}

.title2:not(.contact_h) article {
  transition: 0.6s;
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
}
.title2:not(.contact_h).show article {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.card2, .card3, .card4, .card5 {
  display: flex;
  margin-inline: auto;
}
.card2:after, .card3:after, .card4:after, .card5:after {
  display: none;
}
.card2 ul, .card3 ul, .card4 ul, .card5 ul {
  display: contents;
}
.card2 .box, .card2 li, .card3 .box, .card3 li, .card4 .box, .card4 li, .card5 .box, .card5 li {
  width: 100%;
  flex: 1;
  z-index: 1;
}
.card2 img, .card3 img, .card4 img, .card5 img {
  width: 100% !important;
  object-fit: cover;
}

#contents .card3, .card4, .card2 {
  display: flex;
  flex-wrap: wrap;
  gap: 4.6%;
  padding-bottom: 3%;
}
#contents .card3:last-child, .card4:last-child, .card2:last-child {
  margin-bottom: 0;
}
#contents .card3 .box, #contents .card3 li, .card4 .box, .card4 li, .card2 .box, .card2 li {
  border-radius: var(--rad2);
  margin-bottom: 3%;
  background-color: unset;
  position: relative;
}
@media screen and (max-width: 834px) {
  #contents .card3 .box:first-child, #contents .card3 li:first-child, .card4 .box:first-child, .card4 li:first-child, .card2 .box:first-child, .card2 li:first-child {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 640px) {
  #contents .card3 .box, #contents .card3 li, .card4 .box, .card4 li, .card2 .box, .card2 li {
    flex-basis: 100%;
  }
}
#contents .card3 article, .card4 article, .card2 article {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#contents .card3 article div, .card4 article div, .card2 article div {
  padding-block: 1em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}
#contents .card3 h3, .card4 h3, .card2 h3 {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.75em;
  line-height: 1;
  border-radius: 0 0 8px 0;
}
#contents .card3 h3:before, .card4 h3:before, .card2 h3:before {
  width: 0.7em;
  height: 1em;
  border-radius: 4px;
  top: 0.5em;
  left: 0.5em;
  z-index: -1;
  background-color: var(--actr);
}
#contents .card3 h5, .card4 h5, .card2 h5 {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.75em;
  line-height: 1;
  border-radius: 0 0 8px 0;
}
#contents .card3 h5:before, .card4 h5:before, .card2 h5:before {
  width: 0.7em;
  height: 1em;
  border-radius: 4px;
  top: 0.5em;
  left: 0.5em;
  z-index: -1;
  background-color: var(--actr);
}
#contents .card3 .btn, .card4 .btn, .card2 .btn {
  margin-top: 1em;
  max-width: 100%;
}
#contents .card3 .btn:after, .card4 .btn:after, .card2 .btn:after {
  font-size: 16px;
  position: absolute;
  right: 1em;
}
#contents .card3 img, .card4 img, .card2 img {
  aspect-ratio: 3/2;
  border-radius: var(--rad2);
}
#contents .card3.btngif, .card4.btngif, .card2.btngif {
  align-items: center;
  margin-block: 6%;
}
#contents .card3.btngif li:has(a), .card4.btngif li:has(a), .card2.btngif li:has(a) {
  height: fit-content;
  overflow: visible !important;
  max-width: 33.33%;
}
@media screen and (max-width: 834px) {
  #contents .card3.btngif li:has(a), .card4.btngif li:has(a), .card2.btngif li:has(a) {
    max-width: unset;
  }
}
#contents .card3.btngif li:has(a) a, .card4.btngif li:has(a) a, .card2.btngif li:has(a) a {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 160px;
  width: 360px;
  max-width: 100%;
  font-size: 20px;
  margin-inline: auto;
  background-color: #fff;
  color: var(--mc);
}
#contents .card3.btngif li:has(a) a br, .card4.btngif li:has(a) a br, .card2.btngif li:has(a) a br {
  display: none;
}
@media screen and (max-width: 640px) {
  #contents .card3.btngif li:has(a) a, .card4.btngif li:has(a) a, .card2.btngif li:has(a) a {
    width: unset;
  }
}
#contents .card3.btngif li:has(a) a:after, .card4.btngif li:has(a) a:after, .card2.btngif li:has(a) a:after {
  font-size: 16px;
  position: absolute;
  right: 1em;
}
#contents .card3.btngif li:has(a) a:is(a), .card4.btngif li:has(a) a:is(a), .card2.btngif li:has(a) a:is(a) {
  color: var(--mc);
}
#contents .card3.btngif li:has(a) a:hover::after, .card4.btngif li:has(a) a:hover::after, .card2.btngif li:has(a) a:hover::after {
  translate: 0% 0;
}
#contents .card3.btngif li:has(a) img, .card4.btngif li:has(a) img, .card2.btngif li:has(a) img {
  width: unset !important;
  height: auto !important;
  margin-bottom: 10px;
}
#contents .card3.btngif li:has(a) u, .card4.btngif li:has(a) u, .card2.btngif li:has(a) u {
  display: block;
  width: fit-content;
  line-height: 1.2;
  text-decoration: none;
}
#contents .card3.btngif li:has(a) u:before, .card4.btngif li:has(a) u:before, .card2.btngif li:has(a) u:before {
  top: unset;
  bottom: 0;
  z-index: -1;
  height: 0.4em;
  border-radius: 4px;
  background-color: var(--ac);
  opacity: 0.6;
}
#contents .card3.btngif li:not(:has(a)), .card4.btngif li:not(:has(a)), .card2.btngif li:not(:has(a)) {
  border: none;
}
#contents .card3.btngif img, .card4.btngif img, .card2.btngif img {
  border-radius: unset;
}
#contents .card3.txbtn, .card4.txbtn, .card2.txbtn {
  align-items: center;
  padding-top: 6%;
  padding-bottom: 3%;
  justify-content: end;
}
#contents .card3.txbtn:before, .card4.txbtn:before, .card2.txbtn:before {
  background-color: rgba(255, 255, 255, 0.7333333333);
}
#contents .card3.txbtn ul, .card4.txbtn ul, .card2.txbtn ul {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
@media only screen and (max-width: 1000px) {
  #contents .card3.txbtn ul, .card4.txbtn ul, .card2.txbtn ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}
#contents .card3.txbtn li, .card4.txbtn li, .card2.txbtn li {
  flex-grow: 0;
}
#contents .card3.txbtn li a span, .card4.txbtn li a span, .card2.txbtn li a span {
  margin-right: 10px;
}
#contents .card3.txbtn li:has(u), .card4.txbtn li:has(u), .card2.txbtn li:has(u) {
  font-size: var(--fzl);
  color: var(--mc);
  overflow: visible;
  flex-grow: 1;
}
@media only screen and (max-width: 1000px) {
  #contents .card3.txbtn li:has(u), .card4.txbtn li:has(u), .card2.txbtn li:has(u) {
    flex-basis: 100%;
  }
}
#contents .card3.txbtn li:has(u) u, .card4.txbtn li:has(u) u, .card2.txbtn li:has(u) u {
  display: block;
  width: fit-content;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}
@media only screen and (max-width: 1000px) {
  #contents .card3.txbtn li:has(u) u, .card4.txbtn li:has(u) u, .card2.txbtn li:has(u) u {
    margin-inline: auto;
  }
}
#contents .card3.txbtn li:has(u) u:before, .card4.txbtn li:has(u) u:before, .card2.txbtn li:has(u) u:before {
  top: unset;
  bottom: 0;
  z-index: -1;
  height: 0.4em;
  border-radius: 4px;
  background-color: var(--ac);
  opacity: 0.6;
}
#contents .card3.txbtn li:has(a), .card4.txbtn li:has(a), .card2.txbtn li:has(a) {
  height: fit-content;
  padding-right: 4px;
  padding-bottom: 4px;
  flex: 0 1 320px;
  margin-left: 3%;
  overflow: visible !important;
}
#contents .card3.txbtn li:has(a) a, .card4.txbtn li:has(a) a, .card2.txbtn li:has(a) a {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  width: 320px;
  max-width: 96%;
  font-size: clamp(14px, 2vw, 20px);
  margin: 0%;
  border-radius: 999px;
  border: none;
}
#contents .card3.txbtn li:has(a) a br, .card4.txbtn li:has(a) a br, .card2.txbtn li:has(a) a br {
  display: none;
}
#contents .card3.txbtn li:has(a) a:after, .card4.txbtn li:has(a) a:after, .card2.txbtn li:has(a) a:after {
  display: none;
}
#contents .card3.txbtn li:has(a) a:is(a), .card4.txbtn li:has(a) a:is(a), .card2.txbtn li:has(a) a:is(a) {
  color: #fff;
}
#contents .card3.txbtn li:has(a) img, .card4.txbtn li:has(a) img, .card2.txbtn li:has(a) img {
  width: unset !important;
  height: auto !important;
}
#contents .card3.txbtn img, .card4.txbtn img, .card2.txbtn img {
  border-radius: unset;
}
#contents .card3.txbtn li:nth-child(2) a, .card4.txbtn li:nth-child(2) a, .card2.txbtn li:nth-child(2) a {
  background-color: var(--mc);
}
#contents .card3.txbtn li:nth-child(3) a, .card4.txbtn li:nth-child(3) a, .card2.txbtn li:nth-child(3) a {
  background-color: var(--ac);
  font-weight: 400;
}

#contents .bginner .card3, #contents .bginner .card4, #contents .bginner .card2 {
  padding-bottom: 3%;
}
#contents .bginner .card3 .box, #contents .bginner .card3 li, #contents .bginner .card4 .box, #contents .bginner .card4 li, #contents .bginner .card2 .box, #contents .bginner .card2 li {
  background-color: unset;
}
#contents .bginner .card3 article div, #contents .bginner .card4 article div, #contents .bginner .card2 article div {
  color: #fff;
}
#contents .bginner .card3 h3, #contents .bginner .card3 h5, #contents .bginner .card4 h3, #contents .bginner .card4 h5, #contents .bginner .card2 h3, #contents .bginner .card2 h5 {
  background-color: #fff;
  color: var(--mc);
  border-top-left-radius: 8px;
}
#contents .bginner .card3 h3:before, #contents .bginner .card3 h5:before, #contents .bginner .card4 h3:before, #contents .bginner .card4 h5:before, #contents .bginner .card2 h3:before, #contents .bginner .card2 h5:before {
  background-color: var(--actr);
}
#contents .bginner .card3 .im, #contents .bginner .card4 .im, #contents .bginner .card2 .im {
  padding-right: 4px;
}
#contents .bginner .card3 img, #contents .bginner .card4 img, #contents .bginner .card2 img {
  border-radius: 8px;
  border: none;
  box-shadow: var(--boshw);
}

#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: fit-content;
  align-self: end;
  padding-right: 5%;
}
#contents .card4.overimg div {
  background-color: var(--mc);
  color: #fff;
  height: fit-content;
  flex-direction: row;
  display: flex;
  align-items: center;
  justify-content: 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;
  object-fit: contain;
}

.a_bnr {
  margin-block: 6%;
  display: grid;
  width: unset;
  max-width: 100%;
  margin-inline: auto;
  border: 10px solid var(--mc);
  border-radius: 16px;
  overflow: hidden;
  color: #fff;
}
.a_bnr > * {
  grid-area: 1/1;
}
.a_bnr a.itext {
  margin-right: 0;
}
.a_bnr a.itext:after {
  width: 80px;
  height: 80px;
  background-color: unset;
  bottom: 5px;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: var(--fzl);
  transition: 0.4s;
  transform: translate3d(0 0 0);
  mix-blend-mode: overlay;
}
.a_bnr .im {
  width: 60%;
  margin-left: auto;
  border-radius: 8px;
  overflow: hidden;
  transform-origin: right;
  transition: 0.4s;
  height: 100%;
}
.a_bnr img {
  min-width: 100%;
  min-height: 100%;
  margin-right: 0;
  object-fit: cover;
}
.a_bnr:hover .im {
  scale: 1.06;
}
.a_bnr:hover a.itext:after {
  scale: 1.4;
}
.a_bnr article {
  width: 60%;
  margin-right: auto;
  pointer-events: none;
  background-color: rgba(17, 17, 17, 0.0666666667);
  padding: 4%;
  display: grid;
  place-content: center;
  position: relative;
  z-index: 2;
  border-radius: 8px;
}
.a_bnr h1, .a_bnr h2, .a_bnr h3 {
  margin-inline: unset;
  margin-bottom: 2%;
}
@media screen and (max-width: 640px) {
  .a_bnr .im, .a_bnr article {
    width: 100%;
    transform-origin: center;
  }
}

.i-art2 {
  margin-block: 6%;
  display: grid;
  width: unset;
  max-width: 100%;
  margin-inline: auto;
  border-radius: 16px;
  overflow: hidden;
  color: var(--mc);
}
.i-art2 > * {
  grid-area: 1/1;
}
.i-art2 a.itext {
  margin-right: 0;
}
.i-art2 a.itext:after {
  width: 80px;
  height: 80px;
  background-color: unset;
  bottom: 5px;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: var(--fzl);
  transition: 0.4s;
  transform: translate3d(0 0 0);
  mix-blend-mode: overlay;
}
.i-art2 .im {
  margin-right: auto;
  width: 60%;
  border-radius: 8px;
  overflow: hidden;
  transform-origin: right;
  transition: 0.4s;
}
.i-art2 img {
  width: 100% !important;
  height: auto !important;
  margin-right: 0;
}
.i-art2 article {
  margin-left: auto;
  width: 60%;
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0.5333333333);
  padding: 4%;
  display: grid;
  place-content: center;
  position: relative;
  z-index: 2;
  border-radius: 8px;
}
.i-art2 article div {
  text-shadow: 2px 0 #fff;
}
.i-art2 h1, .i-art2 h2, .i-art2 h3 {
  margin-inline: unset;
}
.i-art2.__rev .im {
  margin-right: unset;
  margin-left: auto;
}
.i-art2.__rev article {
  margin-left: unset;
  margin-right: auto;
}
@media screen and (max-width: 640px) {
  .i-art2 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
  }
  .i-art2 .im, .i-art2 article {
    width: 100%;
    transform-origin: center;
  }
}

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

.__shift li .imgW, .l_half .imgW {
  overflow: hidden;
}

.bg100 > .r_edge span {
  background-color: #fff;
}

.r_edge {
  margin-block: 12%;
  align-items: center;
}
.r_edge h2 {
  margin-bottom: 0.5em;
}
.r_edge div {
  padding-right: 8%;
}
.r_edge span {
  background-color: var(--sc);
  width: 100%;
  line-height: 1.6;
  padding: 1em;
  padding-left: 1.6em;
  display: inline-block;
  margin-block: 12px;
}
.r_edge span::before, .r_edge span::after {
  width: 1em;
  height: 1em;
  background-color: var(--mc);
}
.r_edge span::before {
  top: -2px;
  left: -2px;
}
.r_edge span::after {
  top: unset;
  left: unset;
  bottom: -2px;
  right: -2px;
}
.r_edge span i::before {
  content: url(/images/home/check.png);
  margin-right: 0.5em;
  display: inline-block;
}
.r_edge img {
  border-radius: var(--rad4) 0 0 var(--rad4);
}
@media screen and (max-width: 834px) {
  .r_edge div {
    padding-right: 0;
  }
}
.r_edge.noimg article {
  width: 100%;
}
.r_edge.noimg div {
  padding-right: 0;
}

.itext-art.pages img {
  border-radius: 8px;
}
.itext-art.pages span {
  background-color: var(--sc);
  width: 100%;
  line-height: 1.6;
  padding: 1em;
  padding-left: 1.6em;
  display: inline-block;
  margin-block: 12px;
}
.itext-art.pages span br {
  display: none;
}
.itext-art.pages span::before, .itext-art.pages span::after {
  width: 1em;
  height: 1em;
  background-color: var(--mc);
}
.itext-art.pages span::before {
  top: -2px;
  left: -2px;
}
.itext-art.pages span::after {
  top: unset;
  left: unset;
  bottom: -2px;
  right: -2px;
}
.itext-art.pages span i::before {
  content: url(/images/home/check.png);
  margin-right: 0.5em;
  display: inline-block;
}

.bg_main, .bg_tool {
  padding-block: 4%;
  padding-inline: 20px;
  background: no-repeat center/cover;
}
.bg_main article, .bg_tool article {
  background-color: #fff;
  border-radius: var(--rad2);
  padding: 4%;
}
@media screen and (max-width: 640px) {
  .bg_main article, .bg_tool article {
    padding-inline: 0;
  }
}
.bg_main h3 b, .bg_tool h3 b {
  color: var(--mc);
}
.bg_main div, .bg_tool div {
  display: flex;
  justify-content: center;
  gap: 20px 6%;
  flex-wrap: wrap;
  margin-top: 1.5em;
}
.bg_main div p, .bg_tool div p {
  width: 100%;
  margin-bottom: 1.5em;
}
.bg_main div > br, .bg_tool div > br {
  display: none;
}
.bg_main.art800 div .btn, .bg_tool.art800 div .btn {
  height: 50px;
  width: 240px;
  margin: unset;
}
.bg_main.notitle h1, .bg_main.notitle h2, .bg_main.notitle h3, .bg_tool.notitle h1, .bg_tool.notitle h2, .bg_tool.notitle h3 {
  display: none;
}
.bg_main.notitle a u, .bg_tool.notitle a u {
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
  .bg_main.notitle article, .bg_tool.notitle article {
    padding-inline: 0 !important;
  }
}
.bg_main:not(.art800) article, .bg_tool:not(.art800) article {
  background-color: unset;
}
.bg_main:not(.art800) .btn, .bg_tool:not(.art800) .btn {
  height: clamp(50px, 11vw, 160px);
  height: 160px;
  width: 440px;
  max-width: 46%;
  margin: unset;
  background-color: #fff;
  color: var(--tx);
  font-size: var(--fzm);
  font-weight: 900;
  border-radius: var(--rad2);
}
.bg_main:not(.art800) .btn em, .bg_tool:not(.art800) .btn em {
  color: var(--mc);
}
.bg_main:not(.art800) .btn:after, .bg_tool:not(.art800) .btn:after {
  width: 2.5em;
  height: 2.5em;
  background-color: var(--mc);
  border-radius: var(--rad2) 0 var(--rad2) 0;
  font-size: 45%;
  line-height: 2.5em;
  color: #fff;
  transform-origin: right bottom;
  transition: 0.4s;
}
.bg_main:not(.art800) .btn:hover:after, .bg_tool:not(.art800) .btn:hover:after {
  scale: 1.2;
}
.bg_main.art_pd0 article div, .bg_tool.art_pd0 article div {
  display: block;
}

.art800.bg_main div .btn:first-of-type {
  background-color: #fff;
  color: var(--mc);
  font-size: 26px;
  font-weight: 900;
}
.art800.bg_main div .btn:first-of-type::before {
  margin-inline: 0.5em;
  font-size: 22px;
}
.art800.bg_main div .btn:nth-of-type(2) {
  background-color: var(--ac);
  border-radius: 999px;
  font-size: 14px;
}
.art800.bg_tool div .btn {
  background-color: #fff;
  border: 1px solid var(--mc);
  color: var(--mc);
  font-size: 16px;
  font-weight: 500;
}
.art800.bg_tool div .btn:hover {
  background-color: var(--mc);
  color: #fff;
}

.bg_sub > * {
  position: relative;
  z-index: 1;
}
.bg_sub:before {
  height: 11.25%;
  top: unset;
  bottom: 0;
  background-color: #fff;
}

.sns-i_stop {
  margin-bottom: 6%;
}
.sns-i_stop + div {
  margin-bottom: 12%;
}

.bg100 .i-art.__info {
  padding-block: 4%;
}

.bg100 .i-art.__info {
  padding-block: 4%;
}

@media screen and (max-width: 834px) {
  .i-art.__info.nogrid {
    display: flex;
  }
  .i-art.__info.nogrid .im {
    width: 40%;
  }
  .i-art.__info.nogrid article {
    width: 55%;
    background-color: unset !important;
  }
}
@media screen and (max-width: 640px) {
  .i-art.__info.nogrid {
    flex-direction: column-reverse;
  }
  .i-art.__info.nogrid .im, .i-art.__info.nogrid article {
    width: 100%;
  }
}
.i-art.__info.nogrid article, .i-art.__info.nogrid > div {
  display: grid;
  place-items: center;
}
.i-art.__info.nogrid article > br, .i-art.__info.nogrid > div > br {
  display: none;
}
@media screen and (max-width: 834px) {
  .i-art.__info.nogrid article, .i-art.__info.nogrid > div {
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7333333333);
  }
}

.i-art {
  margin-bottom: 6%;
}
@media screen and (max-width: 834px) {
  .i-art {
    display: grid;
  }
  .i-art > * {
    grid-area: 1/1;
    height: 100%;
  }
  .i-art > * img {
    min-height: 100%;
    object-fit: cover;
  }
}
.i-art img {
  border-radius: var(--rad2);
}
.i-art article, .i-art > div {
  display: grid;
  place-items: center;
}
.i-art article > br, .i-art > div > br {
  display: none;
}
@media screen and (max-width: 834px) {
  .i-art article, .i-art > div {
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7333333333);
    border-radius: 8px;
  }
}
.i-art b {
  background-color: var(--mc);
  color: #fff;
  padding: 0.5em;
  min-width: 67%;
  text-align: center;
  border-radius: var(--rad);
  margin-bottom: 1em;
}
.i-art b::after {
  width: 44px;
  height: 10px;
  bottom: unset;
  top: calc(100% - 1px);
  left: 0;
  margin: auto;
  clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
  background-color: var(--mc);
}
.i-art h2::first-letter {
  color: var(--mc);
}
.i-art dl {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-bottom: 10px;
  width: fit-content;
  max-width: 75%;
  background-color: unset;
}
.i-art dl > br {
  display: none;
}
.i-art dl:last-of-type dt, .i-art dl:last-of-type dd {
  border-bottom: none;
}
.i-art dl:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .i-art dl {
    flex-direction: column;
    flex-direction: row !important;
    padding: 1em 0;
    display: block;
  }
}
.i-art dt, .i-art dd {
  line-height: 1.6;
  padding: 20px 10px 20px 0;
  border: none;
  background-color: unset;
}
@media screen and (max-width: 640px) {
  .i-art dt, .i-art dd {
    width: 100%;
    padding: 0;
  }
}
.i-art dt {
  align-items: left;
  justify-content: flex-start;
  flex-grow: 1;
  width: 20%;
  padding-left: 0;
  color: var(--txgr);
  font-weight: 700;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 640px) {
  .i-art dt {
    color: var(--tx);
    width: 100%;
    width: fit-content;
    padding-bottom: 0.25em;
    margin-bottom: 0.5em;
  }
}
.i-art dd {
  width: 80%;
  padding-inline: 0;
  flex-grow: 1;
}
@media screen and (max-width: 640px) {
  .i-art dd {
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .i-art dt {
    padding-bottom: 0;
    text-decoration: underline !important;
    text-decoration-color: inherit;
  }
  .i-art dt, .i-art dd {
    width: 100% !important;
  }
}
.i-art.__info dl, .i-art.__info h2 {
  width: 100%;
  max-width: unset;
}
@media screen and (max-width: 834px) {
  .i-art.__info dl, .i-art.__info h2 {
    width: 75%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 834px) {
  .i-art.__info dl {
    display: flex;
    flex-direction: row !important;
  }
  .i-art.__info dl dt {
    width: 20% !important;
  }
  .i-art.__info dl dd {
    width: 80% !important;
  }
}

.i-art {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
}
.i-art.__rev {
  flex-direction: row-reverse;
}
@media screen and (max-width: 834px) {
  .i-art.__rev {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 834px) {
  .i-art {
    flex-direction: column-reverse;
  }
}
.i-art > * {
  width: unset;
}
@media screen and (max-width: 834px) {
  .i-art > * {
    width: 100%;
  }
}
.i-art img {
  width: 100% !important;
  height: auto !important;
}
.i-art .im {
  width: 40%;
}
.i-art article {
  width: 60%;
  padding: 1.5%;
  padding-top: 2%;
}
@media screen and (max-width: 834px) {
  .i-art .im, .i-art article {
    width: 100%;
  }
}

.itext-art {
  justify-content: space-between;
}
.itext-art article > * {
  margin-bottom: 24px;
}
.itext-art .itext {
  width: 40% !important;
}
.itext-art .itext img {
  aspect-ratio: 1/1;
  object-fit: cover;
  margin: 0;
}
@media screen and (max-width: 640px) {
  .itext-art .itext {
    width: 100% !important;
  }
}

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

.f {
  color: var(--mc);
}
.f_pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 10vmax;
  max-width: 100px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  background-color: var(--mc);
  border-radius: 999px;
}
.f_pagetop a {
  max-width: 75%;
}
@media only screen and (max-width: 1000px) {
  .f_pagetop {
    width: 8vmax;
    bottom: 70px;
  }
}
.f_pagetop:after {
  background-color: unset;
  display: grid;
  place-items: center;
  font-size: clamp(16px, 3vw, 30px);
  color: #fff;
  rotate: -90deg;
  pointer-events: none;
  transition: 0.4s;
}
.f_pagetop:hover a, .f_pagetop:hover:after {
  scale: 1.1;
}
.f .contact {
  overflow: hidden;
  position: relative;
}
.f .contact > * {
  color: #111;
}
.f .contact_bgimg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.f .contact_bgimg img {
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
  opacity: 0.6;
}
.f .contact_tx {
  padding-block: 5%;
  padding-bottom: 6%;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 640px) {
  .f .contact_tx {
    padding-block: 12%;
  }
}
.f .contact_h {
  padding-top: 0;
  margin-bottom: 2%;
}
.f .contact_h div {
  justify-content: center;
  margin-bottom: 10px;
}
.f .contact_div {
  line-height: 2.7;
}
.f .contact .btnwrap {
  margin-top: 2%;
}
.f .contact .btnwrap div {
  padding-inline: 10px;
}
.f .contact .btnwrap .btn-w, .f .contact .btnwrap .btn-g {
  overflow: visible;
}
@media only screen and (max-width: 480px) {
  .f .contact .btnwrap .btn-w, .f .contact .btnwrap .btn-g {
    max-width: 47%;
  }
}
.f .contact .btnwrap small {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  color: #111;
  font-weight: 700;
}
.f_main {
  padding-block: 6%;
  text-align: left;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (max-width: 1000px) {
  .f_main {
    padding-bottom: 60px;
  }
}
.f_info {
  line-height: 1.8;
}
.f_logo {
  font-size: 26px;
  line-height: 1.6;
  display: block;
  width: fit-content;
  margin-bottom: 6%;
}
.f_logospan {
  font-size: 12px;
  display: block;
  margin-bottom: 20px;
}
.f_address, .f_p {
  font-size: 12px;
}
.f_right {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: space-between;
  padding-right: 10px;
}
.f_nav {
  margin-bottom: 30px;
  display: flex;
}
.f_ul {
  display: flex;
  flex-wrap: wrap;
}
.f_list {
  position: relative;
  padding-left: 2em;
}
.f_link:is(a), .f_btn:is(a) {
  line-height: 1.25;
  display: flex;
  font-weight: 700;
  color: var(--bk);
}
.f_linkspan {
  font-size: 13px;
  color: var(--ac);
}
@media screen and (max-width: 834px) {
  .f_linkspan {
    display: none;
  }
}
.f iframe {
  display: block;
}
.f_copy {
  text-align: center;
  font-size: 12px;
  width: 100%;
  display: block;
  background-color: var(--mc);
  color: #fff;
  height: 40px;
  line-height: 40px;
  margin-inline: var(--contout);
}
@media only screen and (max-width: 1000px) {
  .f_map {
    width: 100%;
  }
  .f_map iframe {
    width: 100%;
  }
  .f_main {
    flex-direction: column;
    padding-bottom: 80px;
  }
  .f_logo {
    margin-inline: auto;
  }
  .f_left {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    flex-direction: column;
    margin-bottom: 30px;
    width: 100%;
  }
  .f_info * {
    text-align: center;
  }
  .f_right {
    padding-right: 0;
  }
  .f_ul {
    width: 100%;
    justify-content: center;
  }
  .f_list {
    padding: 0.5em 3vw;
  }
}
@media only screen and (max-width: 480px) {
  .f_link {
    font-size: 14px;
  }
}

#contents div.form_wrap.confirm, .form_wrap.message {
  padding-top: var(--head);
  margin-top: var(--head) !important;
  color: #111;
  font-weight: 400;
}
#contents div.form_wrap.confirm p, #contents div.form_wrap.confirm li, .form_wrap.message p, .form_wrap.message li {
  color: #111;
  font-weight: 400;
}

#contents .card3.__flow li:not(:has(img)), #contents .card2.pages li, #contents .card4.pages li {
  border-radius: 8px;
  border: 2px solid var(--mc);
  box-shadow: var(--bosh);
}

body:not(.index) section > * {
  margin-bottom: 3%;
}
body:not(.index) section > *:last-child {
  margin-bottom: 6%;
}

.pages.mv {
  aspect-ratio: 3/1;
}
@media screen and (max-width: 834px) {
  .pages.mv {
    aspect-ratio: 5/2;
  }
}
@media screen and (max-width: 640px) {
  .pages.mv {
    aspect-ratio: 2/1;
  }
}
.pages.mv_slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  background-color: #fff;
  height: 100%;
  padding-left: calc(var(--logo) + var(--barhalf));
}
@media screen and (max-width: 834px) {
  .pages.mv_slide {
    padding-left: 0;
  }
}
.pages.mv_slide * {
  height: 100%;
}
.pages.mv_slide .slick-slider {
  transition: 0.6s;
  clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);
}
.pages.mv_slide .slick-slider.close {
  clip-path: polygon(100% 0%, 100% 100%, 100% 100%, 100% 0%);
}
.pages.mv_slide .slick-slider.open {
  transition: 0s;
  clip-path: polygon(0% 0%, 0% 100%, 0% 100%, 0% 0%);
}
.pages.mv_slide li {
  animation: slidescale 16s cubic-bezier(0.5, 0, 0.5, 1) 0s infinite alternate;
}
@keyframes slidescale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.pages.mv_slide img {
  object-fit: cover;
  width: 100% !important;
  aspect-ratio: 3/1;
}
@media screen and (max-width: 834px) {
  .pages.mv_slide img {
    aspect-ratio: 5/2;
  }
}
@media screen and (max-width: 640px) {
  .pages.mv_slide img {
    aspect-ratio: 2/1;
  }
}
.pages.mv_tx {
  justify-content: center;
  padding-top: var(--head);
}
.pages.mv_h1 {
  line-height: 1;
  margin-bottom: 0%;
}
.pages.mv_h1 article > * {
  margin-bottom: 0%;
  font-weight: 900;
}
.pages.mv_h1 div {
  font-size: var(--fz);
}

.title3 {
  margin-top: 6%;
  margin-bottom: 3%;
  max-width: 1000px;
  margin-inline: auto;
}
.title3 article {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.title3 article h1, .title3 article h2, .title3 article h3 {
  margin-top: 10px;
  font-weight: 700;
}
.title3 article > div {
  font-size: var(--fzxl);
  font-size: clamp(36px, 10vw, 100px);
  order: -1;
  font-weight: 100;
  color: var(--mc);
  border-bottom: 1px solid var(--ac);
  font-family: "Noto Serif JP", "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.title3.__left h1, .title3.__left h2, .title3.__left h3 {
  width: unset;
  margin-right: auto;
}
.title3.noline div:before {
  display: none;
}

@media screen and (max-width: 640px) {
  .box_bfaf {
    flex-direction: column !important;
  }
}
.box_bfaf img {
  width: 100% !important;
}
.box_bfaf .box {
  border-radius: 8px;
  display: flex;
  flex-direction: column;
}
.box_bfaf .box div {
  font-size: var(--fzm);
  text-align: center;
  background-color: var(--sc);
}
.box_bfaf .box:nth-child(1) {
  flex: 1;
}
.box_bfaf .box:nth-child(2) {
  width: 10%;
}
.box_bfaf .box:nth-child(2) .im {
  height: 100%;
  display: grid;
  place-items: center;
}
.box_bfaf .box:nth-child(2) .im img {
  width: unset !important;
}
@media screen and (max-width: 640px) {
  .box_bfaf .box:nth-child(2) {
    width: 100%;
    margin-block: 6%;
  }
  .box_bfaf .box:nth-child(2) .im {
    rotate: 90deg;
  }
}
.box_bfaf .box:nth-child(3) {
  flex: 1;
}

.p-contact span {
  font-family: "Noto Serif JP", "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  vertical-align: bottom;
  margin-right: 0.5em;
}
.p-contact .btn, .p-contact .btn-w, .p-contact .btn-g {
  font-size: var(--fz);
  width: unset;
  padding-inline: 20px;
}

.txbtn u, .btngif u {
  background-color: unset;
  padding-inline: unset;
  color: unset;
  margin-right: unset;
}

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

#contents .card4.pages {
  gap: 1.3%;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#contents .card4.pages li {
  flex-basis: 24%;
  flex-grow: 0;
  border-radius: 0 8px 0 8px;
}
@media screen and (max-width: 834px) {
  #contents .card4.pages li {
    flex-basis: 49%;
  }
}
#contents .card4.pages article {
  height: fit-content;
  align-self: end;
  padding-right: 2%;
}
#contents .card4.pages h5 {
  display: block;
  background-color: var(--mc);
  color: #fff;
  position: static;
  padding: 0.5em;
  text-align: center;
  height: fit-content;
  line-height: 1.2;
  font-size: clamp(14px, 2vw, 20px);
  border-radius: 0 8px 0 0;
}
#contents .card4.pages h5 span {
  display: block;
}
#contents .card4.pages h5:before {
  display: none;
}
#contents .card4.pages div {
  font-size: var(--fzs);
  padding: 0.5em;
}
#contents .card4.pages img {
  aspect-ratio: 1/1;
}
#contents .card4.pages.__links li {
  min-width: 21%;
  flex-grow: 0;
}
#contents .card4.pages.__links img {
  aspect-ratio: 2/1;
  object-fit: contain;
}

#contents .card2.pages {
  gap: 2%;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#contents .card2.pages li {
  flex-basis: 49%;
  flex-grow: 0;
  border-radius: 0 8px 0 8px;
}
@media only screen and (max-width: 480px) {
  #contents .card2.pages li {
    flex-basis: 100%;
  }
}
#contents .card2.pages article {
  height: 100%;
  align-self: end;
  padding-right: 2%;
  padding-bottom: 2%;
}
#contents .card2.pages h5 {
  display: block;
  background-color: var(--mc);
  color: #fff;
  position: static;
  padding: 0.5em;
  text-align: center;
  height: fit-content;
  line-height: 1.2;
  font-size: var(--fzm);
  border-radius: 0 0 8px 0;
}
#contents .card2.pages h5 span {
  display: block;
}
#contents .card2.pages h5:before {
  display: none;
}
#contents .card2.pages div {
  font-size: var(--fzs);
  padding-left: 2%;
  justify-content: flex-start;
}
#contents .card2.pages div u {
  color: var(--mc);
  font-size: var(--fzm);
  background-color: unset;
  padding-inline: 0;
  line-height: 1.4;
  margin-bottom: 0.5em;
  text-decoration: none;
}
#contents .card2.pages div u:before {
  top: unset;
  bottom: 0;
  z-index: -1;
  height: 0.4em;
  border-radius: 4px;
  background-color: var(--ac);
  opacity: 0.6;
}
#contents .card2.pages .im {
  order: 1;
}
#contents .card2.pages img {
  aspect-ratio: 3/2;
  object-fit: contain;
}
#contents .card2.pages.__links li {
  min-width: 21%;
  flex-grow: 0;
}
#contents .card2.pages.__links img {
  aspect-ratio: 2/1;
  object-fit: contain;
}

.flowwrap {
  margin-bottom: 6%;
}
.flowwrap > *:first-child {
  margin-top: 0;
  padding-top: 0;
}
.flowwrap > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

#contents .card3.__flow {
  align-items: center;
  margin-block: 1%;
  padding-bottom: 0;
  gap: 2%;
  flex-wrap: nowrap;
}
#contents .card3.__flow li {
  display: grid;
  place-items: center;
  margin-block: 0;
  min-height: 84px;
  background-color: var(--mctr);
  flex: 1;
}
#contents .card3.__flow li:has(img) {
  background-color: unset;
  font-size: clamp(10px, 1.5vw, 16px);
}
#contents .card3.__flow li:has(img) img {
  min-height: 32px;
}
#contents .card3.__flow li:not(:has(img)) {
  color: #fff;
}
#contents .card3.__flow img {
  width: unset !important;
}
#contents .card3.__flow li:nth-child(2) {
  box-shadow: none;
  flex: unset;
  width: 30%;
}
#contents .card3.__flow li:nth-child(2):has(+ li) {
  width: 10%;
  flex: unset;
}
@media only screen and (max-width: 1000px) {
  #contents .card3.__flow li:nth-child(2):has(+ li) {
    width: 20%;
    flex: unset;
  }
}

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

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

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

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