@charset "UTF-8";
/* =================================
Variable
================================= */
/* =================================
Mixin
================================= */
/* =================================
Reset
================================= */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, address, code, em, img, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, form, label, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
table th {
  font-style: normal;
  font-weight: normal;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  overflow: auto;
}

body {
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  background: #fff;
  color: #333;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
}
img.wmax {
  width: 100%;
  max-width: inherit;
}
@media (max-width: 768px) {
  img.sp-wmax {
    width: 100%;
    max-width: inherit;
  }
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: all 0.3s;
}
a:hover, a:focus {
  opacity: 0.7;
}

ul,
ol {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

sup {
  font-size: 8px;
  vertical-align: top;
}

sub {
  font-size: 8px;
  vertical-align: bottom;
}

/* Form elements */
button,
input,
select,
textarea {
  font-family: inherit;
  vertical-align: middle;
  font-size: 16px;
  line-height: 1.5;
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

input[type=text],
input[type=button],
input[type=submit],
input[type=password],
input[type=email],
input[type=url],
input[type=tel] {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: none;
  background: #f5f3f0;
  font-size: 16px;
  padding: 0 0.7em;
}

input[type=radio],
input[type=checkbox] {
  margin-right: 0.5em;
  margin-bottom: 3px;
  vertical-align: middle;
}

button,
input[type=button],
input[type=submit],
input[type=reset] {
  display: inline-block;
  width: auto;
  background: none;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

select {
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  border: 1px solid #000;
  padding: 0 10px;
  cursor: pointer;
}

textarea {
  width: 100%;
  height: 220px;
  border: none;
  background: #f5f3f0;
  padding: 0.5em 0.7em;
}

/* Switching */
@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
/* Fontsize */
.f10 {
  font-size: 10px;
}

.f11 {
  font-size: 11px;
}

.f12 {
  font-size: 12px;
}

.f13 {
  font-size: 13px;
}

.f14 {
  font-size: 14px;
}

.f15 {
  font-size: 15px;
}

.f16 {
  font-size: 16px;
}

.f17 {
  font-size: 17px;
}

.f18 {
  font-size: 18px;
}

.f19 {
  font-size: 19px;
}

.f20 {
  font-size: 20px;
}

.f21 {
  font-size: 21px;
}

.f22 {
  font-size: 22px;
}

.f23 {
  font-size: 23px;
}

.f24 {
  font-size: 24px;
}

.f25 {
  font-size: 25px;
}

.f26 {
  font-size: 26px;
}

.f27 {
  font-size: 27px;
}

.f28 {
  font-size: 28px;
}

.f29 {
  font-size: 29px;
}

.f30 {
  font-size: 30px;
}

.f31 {
  font-size: 31px;
}

.f32 {
  font-size: 32px;
}

.f33 {
  font-size: 33px;
}

.f34 {
  font-size: 34px;
}

.f35 {
  font-size: 35px;
}

.f36 {
  font-size: 36px;
}

.f37 {
  font-size: 37px;
}

.f38 {
  font-size: 38px;
}

.f39 {
  font-size: 39px;
}

.f40 {
  font-size: 40px;
}

.f41 {
  font-size: 41px;
}

.f42 {
  font-size: 42px;
}

.f43 {
  font-size: 43px;
}

.f44 {
  font-size: 44px;
}

.f45 {
  font-size: 45px;
}

.f46 {
  font-size: 46px;
}

.f47 {
  font-size: 47px;
}

.f48 {
  font-size: 48px;
}

.f49 {
  font-size: 49px;
}

.f50 {
  font-size: 50px;
}

.f51 {
  font-size: 51px;
}

.f52 {
  font-size: 52px;
}

.f53 {
  font-size: 53px;
}

.f54 {
  font-size: 54px;
}

.f55 {
  font-size: 55px;
}

.f56 {
  font-size: 56px;
}

.f57 {
  font-size: 57px;
}

.f58 {
  font-size: 58px;
}

.f59 {
  font-size: 59px;
}

.f60 {
  font-size: 60px;
}

/* Margin and padding */
.p0 {
  padding: 0px;
}

.pt0 {
  padding-top: 0px;
}

.pr0 {
  padding-right: 0px;
}

.pb0 {
  padding-bottom: 0px;
}

.pl0 {
  padding-left: 0px;
}

.m0 {
  margin: 0px;
}

.mt0 {
  margin-top: 0px;
}

.mr0 {
  margin-right: 0px;
}

.mb0 {
  margin-bottom: 0px;
}

.ml0 {
  margin-left: 0px;
}

.p5 {
  padding: 5px;
}

.pt5 {
  padding-top: 5px;
}

.pr5 {
  padding-right: 5px;
}

.pb5 {
  padding-bottom: 5px;
}

.pl5 {
  padding-left: 5px;
}

.m5 {
  margin: 5px;
}

.mt5 {
  margin-top: 5px;
}

.mr5 {
  margin-right: 5px;
}

.mb5 {
  margin-bottom: 5px;
}

.ml5 {
  margin-left: 5px;
}

.p10 {
  padding: 10px;
}

.pt10 {
  padding-top: 10px;
}

.pr10 {
  padding-right: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.pl10 {
  padding-left: 10px;
}

.m10 {
  margin: 10px;
}

.mt10 {
  margin-top: 10px;
}

.mr10 {
  margin-right: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.ml10 {
  margin-left: 10px;
}

.p15 {
  padding: 15px;
}

.pt15 {
  padding-top: 15px;
}

.pr15 {
  padding-right: 15px;
}

.pb15 {
  padding-bottom: 15px;
}

.pl15 {
  padding-left: 15px;
}

.m15 {
  margin: 15px;
}

.mt15 {
  margin-top: 15px;
}

.mr15 {
  margin-right: 15px;
}

.mb15 {
  margin-bottom: 15px;
}

.ml15 {
  margin-left: 15px;
}

.p20 {
  padding: 20px;
}

.pt20 {
  padding-top: 20px;
}

.pr20 {
  padding-right: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.pl20 {
  padding-left: 20px;
}

.m20 {
  margin: 20px;
}

.mt20 {
  margin-top: 20px;
}

.mr20 {
  margin-right: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.ml20 {
  margin-left: 20px;
}

.p25 {
  padding: 25px;
}

.pt25 {
  padding-top: 25px;
}

.pr25 {
  padding-right: 25px;
}

.pb25 {
  padding-bottom: 25px;
}

.pl25 {
  padding-left: 25px;
}

.m25 {
  margin: 25px;
}

.mt25 {
  margin-top: 25px;
}

.mr25 {
  margin-right: 25px;
}

.mb25 {
  margin-bottom: 25px;
}

.ml25 {
  margin-left: 25px;
}

.p30 {
  padding: 30px;
}

.pt30 {
  padding-top: 30px;
}

.pr30 {
  padding-right: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.pl30 {
  padding-left: 30px;
}

.m30 {
  margin: 30px;
}

.mt30 {
  margin-top: 30px;
}

.mr30 {
  margin-right: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.ml30 {
  margin-left: 30px;
}

.p35 {
  padding: 35px;
}

.pt35 {
  padding-top: 35px;
}

.pr35 {
  padding-right: 35px;
}

.pb35 {
  padding-bottom: 35px;
}

.pl35 {
  padding-left: 35px;
}

.m35 {
  margin: 35px;
}

.mt35 {
  margin-top: 35px;
}

.mr35 {
  margin-right: 35px;
}

.mb35 {
  margin-bottom: 35px;
}

.ml35 {
  margin-left: 35px;
}

.p40 {
  padding: 40px;
}

.pt40 {
  padding-top: 40px;
}

.pr40 {
  padding-right: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.pl40 {
  padding-left: 40px;
}

.m40 {
  margin: 40px;
}

.mt40 {
  margin-top: 40px;
}

.mr40 {
  margin-right: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.ml40 {
  margin-left: 40px;
}

.p45 {
  padding: 45px;
}

.pt45 {
  padding-top: 45px;
}

.pr45 {
  padding-right: 45px;
}

.pb45 {
  padding-bottom: 45px;
}

.pl45 {
  padding-left: 45px;
}

.m45 {
  margin: 45px;
}

.mt45 {
  margin-top: 45px;
}

.mr45 {
  margin-right: 45px;
}

.mb45 {
  margin-bottom: 45px;
}

.ml45 {
  margin-left: 45px;
}

.p50 {
  padding: 50px;
}

.pt50 {
  padding-top: 50px;
}

.pr50 {
  padding-right: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.pl50 {
  padding-left: 50px;
}

.m50 {
  margin: 50px;
}

.mt50 {
  margin-top: 50px;
}

.mr50 {
  margin-right: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.ml50 {
  margin-left: 50px;
}

.p60 {
  padding: 60px;
}

.pt60 {
  padding-top: 60px;
}

.pr60 {
  padding-right: 60px;
}

.pb60 {
  padding-bottom: 60px;
}

.pl60 {
  padding-left: 60px;
}

.m60 {
  margin: 60px;
}

.mt60 {
  margin-top: 60px;
}

.mr60 {
  margin-right: 60px;
}

.mb60 {
  margin-bottom: 60px;
}

.ml60 {
  margin-left: 60px;
}

.p70 {
  padding: 70px;
}

.pt70 {
  padding-top: 70px;
}

.pr70 {
  padding-right: 70px;
}

.pb70 {
  padding-bottom: 70px;
}

.pl70 {
  padding-left: 70px;
}

.m70 {
  margin: 70px;
}

.mt70 {
  margin-top: 70px;
}

.mr70 {
  margin-right: 70px;
}

.mb70 {
  margin-bottom: 70px;
}

.ml70 {
  margin-left: 70px;
}

.p80 {
  padding: 80px;
}

.pt80 {
  padding-top: 80px;
}

.pr80 {
  padding-right: 80px;
}

.pb80 {
  padding-bottom: 80px;
}

.pl80 {
  padding-left: 80px;
}

.m80 {
  margin: 80px;
}

.mt80 {
  margin-top: 80px;
}

.mr80 {
  margin-right: 80px;
}

.mb80 {
  margin-bottom: 80px;
}

.ml80 {
  margin-left: 80px;
}

.p90 {
  padding: 90px;
}

.pt90 {
  padding-top: 90px;
}

.pr90 {
  padding-right: 90px;
}

.pb90 {
  padding-bottom: 90px;
}

.pl90 {
  padding-left: 90px;
}

.m90 {
  margin: 90px;
}

.mt90 {
  margin-top: 90px;
}

.mr90 {
  margin-right: 90px;
}

.mb90 {
  margin-bottom: 90px;
}

.ml90 {
  margin-left: 90px;
}

.p100 {
  padding: 100px;
}

.pt100 {
  padding-top: 100px;
}

.pr100 {
  padding-right: 100px;
}

.pb100 {
  padding-bottom: 100px;
}

.pl100 {
  padding-left: 100px;
}

.m100 {
  margin: 100px;
}

.mt100 {
  margin-top: 100px;
}

.mr100 {
  margin-right: 100px;
}

.mb100 {
  margin-bottom: 100px;
}

.ml100 {
  margin-left: 100px;
}

.p120 {
  padding: 120px;
}

.pt120 {
  padding-top: 120px;
}

.pr120 {
  padding-right: 120px;
}

.pb120 {
  padding-bottom: 120px;
}

.pl120 {
  padding-left: 120px;
}

.m120 {
  margin: 120px;
}

.mt120 {
  margin-top: 120px;
}

.mr120 {
  margin-right: 120px;
}

.mb120 {
  margin-bottom: 120px;
}

.ml120 {
  margin-left: 120px;
}

.p150 {
  padding: 150px;
}

.pt150 {
  padding-top: 150px;
}

.pr150 {
  padding-right: 150px;
}

.pb150 {
  padding-bottom: 150px;
}

.pl150 {
  padding-left: 150px;
}

.m150 {
  margin: 150px;
}

.mt150 {
  margin-top: 150px;
}

.mr150 {
  margin-right: 150px;
}

.mb150 {
  margin-bottom: 150px;
}

.ml150 {
  margin-left: 150px;
}

.p200 {
  padding: 200px;
}

.pt200 {
  padding-top: 200px;
}

.pr200 {
  padding-right: 200px;
}

.pb200 {
  padding-bottom: 200px;
}

.pl200 {
  padding-left: 200px;
}

.m200 {
  margin: 200px;
}

.mt200 {
  margin-top: 200px;
}

.mr200 {
  margin-right: 200px;
}

.mb200 {
  margin-bottom: 200px;
}

.ml200 {
  margin-left: 200px;
}

.p05em {
  padding: 0.5em;
}

.pt05em {
  padding-top: 0.5em;
}

.pr05em {
  padding-right: 0.5em;
}

.pb05em {
  padding-bottom: 0.5em;
}

.pl05em {
  padding-left: 0.5em;
}

.m05em {
  margin: 0.5em;
}

.mt05em {
  margin-top: 0.5em;
}

.mr05em {
  margin-right: 0.5em;
}

.mb05em {
  margin-bottom: 0.5em;
}

.ml05em {
  margin-left: 0.5em;
}

.p1em {
  padding: 1em;
}

.pt1em {
  padding-top: 1em;
}

.pr1em {
  padding-right: 1em;
}

.pb1em {
  padding-bottom: 1em;
}

.pl1em {
  padding-left: 1em;
}

.m1em {
  margin: 1em;
}

.mt1em {
  margin-top: 1em;
}

.mr1em {
  margin-right: 1em;
}

.mb1em {
  margin-bottom: 1em;
}

.ml1em {
  margin-left: 1em;
}

.p15em {
  padding: 1.5em;
}

.pt15em {
  padding-top: 1.5em;
}

.pr15em {
  padding-right: 1.5em;
}

.pb15em {
  padding-bottom: 1.5em;
}

.pl15em {
  padding-left: 1.5em;
}

.m15em {
  margin: 1.5em;
}

.mt15em {
  margin-top: 1.5em;
}

.mr15em {
  margin-right: 1.5em;
}

.mb15em {
  margin-bottom: 1.5em;
}

.ml15em {
  margin-left: 1.5em;
}

.p2em {
  padding: 2em;
}

.pt2em {
  padding-top: 2em;
}

.pr2em {
  padding-right: 2em;
}

.pb2em {
  padding-bottom: 2em;
}

.pl2em {
  padding-left: 2em;
}

.m2em {
  margin: 2em;
}

.mt2em {
  margin-top: 2em;
}

.mr2em {
  margin-right: 2em;
}

.mb2em {
  margin-bottom: 2em;
}

.ml2em {
  margin-left: 2em;
}

.p25em {
  padding: 2.5em;
}

.pt25em {
  padding-top: 2.5em;
}

.pr25em {
  padding-right: 2.5em;
}

.pb25em {
  padding-bottom: 2.5em;
}

.pl25em {
  padding-left: 2.5em;
}

.m25em {
  margin: 2.5em;
}

.mt25em {
  margin-top: 2.5em;
}

.mr25em {
  margin-right: 2.5em;
}

.mb25em {
  margin-bottom: 2.5em;
}

.ml25em {
  margin-left: 2.5em;
}

.p3em {
  padding: 3em;
}

.pt3em {
  padding-top: 3em;
}

.pr3em {
  padding-right: 3em;
}

.pb3em {
  padding-bottom: 3em;
}

.pl3em {
  padding-left: 3em;
}

.m3em {
  margin: 3em;
}

.mt3em {
  margin-top: 3em;
}

.mr3em {
  margin-right: 3em;
}

.mb3em {
  margin-bottom: 3em;
}

.ml3em {
  margin-left: 3em;
}

.p35em {
  padding: 3.5em;
}

.pt35em {
  padding-top: 3.5em;
}

.pr35em {
  padding-right: 3.5em;
}

.pb35em {
  padding-bottom: 3.5em;
}

.pl35em {
  padding-left: 3.5em;
}

.m35em {
  margin: 3.5em;
}

.mt35em {
  margin-top: 3.5em;
}

.mr35em {
  margin-right: 3.5em;
}

.mb35em {
  margin-bottom: 3.5em;
}

.ml35em {
  margin-left: 3.5em;
}

.p4em {
  padding: 4em;
}

.pt4em {
  padding-top: 4em;
}

.pr4em {
  padding-right: 4em;
}

.pb4em {
  padding-bottom: 4em;
}

.pl4em {
  padding-left: 4em;
}

.m4em {
  margin: 4em;
}

.mt4em {
  margin-top: 4em;
}

.mr4em {
  margin-right: 4em;
}

.mb4em {
  margin-bottom: 4em;
}

.ml4em {
  margin-left: 4em;
}

.p45em {
  padding: 4.5em;
}

.pt45em {
  padding-top: 4.5em;
}

.pr45em {
  padding-right: 4.5em;
}

.pb45em {
  padding-bottom: 4.5em;
}

.pl45em {
  padding-left: 4.5em;
}

.m45em {
  margin: 4.5em;
}

.mt45em {
  margin-top: 4.5em;
}

.mr45em {
  margin-right: 4.5em;
}

.mb45em {
  margin-bottom: 4.5em;
}

.ml45em {
  margin-left: 4.5em;
}

.p5em {
  padding: 5em;
}

.pt5em {
  padding-top: 5em;
}

.pr5em {
  padding-right: 5em;
}

.pb5em {
  padding-bottom: 5em;
}

.pl5em {
  padding-left: 5em;
}

.m5em {
  margin: 5em;
}

.mt5em {
  margin-top: 5em;
}

.mr5em {
  margin-right: 5em;
}

.mb5em {
  margin-bottom: 5em;
}

.ml5em {
  margin-left: 5em;
}

.p6em {
  padding: 6em;
}

.pt6em {
  padding-top: 6em;
}

.pr6em {
  padding-right: 6em;
}

.pb6em {
  padding-bottom: 6em;
}

.pl6em {
  padding-left: 6em;
}

.m6em {
  margin: 6em;
}

.mt6em {
  margin-top: 6em;
}

.mr6em {
  margin-right: 6em;
}

.mb6em {
  margin-bottom: 6em;
}

.ml6em {
  margin-left: 6em;
}

.p7em {
  padding: 7em;
}

.pt7em {
  padding-top: 7em;
}

.pr7em {
  padding-right: 7em;
}

.pb7em {
  padding-bottom: 7em;
}

.pl7em {
  padding-left: 7em;
}

.m7em {
  margin: 7em;
}

.mt7em {
  margin-top: 7em;
}

.mr7em {
  margin-right: 7em;
}

.mb7em {
  margin-bottom: 7em;
}

.ml7em {
  margin-left: 7em;
}

.p8em {
  padding: 8em;
}

.pt8em {
  padding-top: 8em;
}

.pr8em {
  padding-right: 8em;
}

.pb8em {
  padding-bottom: 8em;
}

.pl8em {
  padding-left: 8em;
}

.m8em {
  margin: 8em;
}

.mt8em {
  margin-top: 8em;
}

.mr8em {
  margin-right: 8em;
}

.mb8em {
  margin-bottom: 8em;
}

.ml8em {
  margin-left: 8em;
}

.p9em {
  padding: 9em;
}

.pt9em {
  padding-top: 9em;
}

.pr9em {
  padding-right: 9em;
}

.pb9em {
  padding-bottom: 9em;
}

.pl9em {
  padding-left: 9em;
}

.m9em {
  margin: 9em;
}

.mt9em {
  margin-top: 9em;
}

.mr9em {
  margin-right: 9em;
}

.mb9em {
  margin-bottom: 9em;
}

.ml9em {
  margin-left: 9em;
}

.p10em {
  padding: 10em;
}

.pt10em {
  padding-top: 10em;
}

.pr10em {
  padding-right: 10em;
}

.pb10em {
  padding-bottom: 10em;
}

.pl10em {
  padding-left: 10em;
}

.m10em {
  margin: 10em;
}

.mt10em {
  margin-top: 10em;
}

.mr10em {
  margin-right: 10em;
}

.mb10em {
  margin-bottom: 10em;
}

.ml10em {
  margin-left: 10em;
}

@media (max-width: 768px) {
  .sp-p0 {
    padding: 0px !important;
  }
  .sp-pt0 {
    padding-top: 0px !important;
  }
  .sp-pr0 {
    padding-right: 0px !important;
  }
  .sp-pb0 {
    padding-bottom: 0px !important;
  }
  .sp-pl0 {
    padding-left: 0px !important;
  }
  .sp-m0 {
    margin: 0px !important;
  }
  .sp-mt0 {
    margin-top: 0px !important;
  }
  .sp-mr0 {
    margin-right: 0px !important;
  }
  .sp-mb0 {
    margin-bottom: 0px !important;
  }
  .sp-ml0 {
    margin-left: 0px !important;
  }
  .sp-p5 {
    padding: 5px !important;
  }
  .sp-pt5 {
    padding-top: 5px !important;
  }
  .sp-pr5 {
    padding-right: 5px !important;
  }
  .sp-pb5 {
    padding-bottom: 5px !important;
  }
  .sp-pl5 {
    padding-left: 5px !important;
  }
  .sp-m5 {
    margin: 5px !important;
  }
  .sp-mt5 {
    margin-top: 5px !important;
  }
  .sp-mr5 {
    margin-right: 5px !important;
  }
  .sp-mb5 {
    margin-bottom: 5px !important;
  }
  .sp-ml5 {
    margin-left: 5px !important;
  }
  .sp-p10 {
    padding: 10px !important;
  }
  .sp-pt10 {
    padding-top: 10px !important;
  }
  .sp-pr10 {
    padding-right: 10px !important;
  }
  .sp-pb10 {
    padding-bottom: 10px !important;
  }
  .sp-pl10 {
    padding-left: 10px !important;
  }
  .sp-m10 {
    margin: 10px !important;
  }
  .sp-mt10 {
    margin-top: 10px !important;
  }
  .sp-mr10 {
    margin-right: 10px !important;
  }
  .sp-mb10 {
    margin-bottom: 10px !important;
  }
  .sp-ml10 {
    margin-left: 10px !important;
  }
  .sp-p15 {
    padding: 15px !important;
  }
  .sp-pt15 {
    padding-top: 15px !important;
  }
  .sp-pr15 {
    padding-right: 15px !important;
  }
  .sp-pb15 {
    padding-bottom: 15px !important;
  }
  .sp-pl15 {
    padding-left: 15px !important;
  }
  .sp-m15 {
    margin: 15px !important;
  }
  .sp-mt15 {
    margin-top: 15px !important;
  }
  .sp-mr15 {
    margin-right: 15px !important;
  }
  .sp-mb15 {
    margin-bottom: 15px !important;
  }
  .sp-ml15 {
    margin-left: 15px !important;
  }
  .sp-p20 {
    padding: 20px !important;
  }
  .sp-pt20 {
    padding-top: 20px !important;
  }
  .sp-pr20 {
    padding-right: 20px !important;
  }
  .sp-pb20 {
    padding-bottom: 20px !important;
  }
  .sp-pl20 {
    padding-left: 20px !important;
  }
  .sp-m20 {
    margin: 20px !important;
  }
  .sp-mt20 {
    margin-top: 20px !important;
  }
  .sp-mr20 {
    margin-right: 20px !important;
  }
  .sp-mb20 {
    margin-bottom: 20px !important;
  }
  .sp-ml20 {
    margin-left: 20px !important;
  }
  .sp-p25 {
    padding: 25px !important;
  }
  .sp-pt25 {
    padding-top: 25px !important;
  }
  .sp-pr25 {
    padding-right: 25px !important;
  }
  .sp-pb25 {
    padding-bottom: 25px !important;
  }
  .sp-pl25 {
    padding-left: 25px !important;
  }
  .sp-m25 {
    margin: 25px !important;
  }
  .sp-mt25 {
    margin-top: 25px !important;
  }
  .sp-mr25 {
    margin-right: 25px !important;
  }
  .sp-mb25 {
    margin-bottom: 25px !important;
  }
  .sp-ml25 {
    margin-left: 25px !important;
  }
  .sp-p30 {
    padding: 30px !important;
  }
  .sp-pt30 {
    padding-top: 30px !important;
  }
  .sp-pr30 {
    padding-right: 30px !important;
  }
  .sp-pb30 {
    padding-bottom: 30px !important;
  }
  .sp-pl30 {
    padding-left: 30px !important;
  }
  .sp-m30 {
    margin: 30px !important;
  }
  .sp-mt30 {
    margin-top: 30px !important;
  }
  .sp-mr30 {
    margin-right: 30px !important;
  }
  .sp-mb30 {
    margin-bottom: 30px !important;
  }
  .sp-ml30 {
    margin-left: 30px !important;
  }
  .sp-p35 {
    padding: 35px !important;
  }
  .sp-pt35 {
    padding-top: 35px !important;
  }
  .sp-pr35 {
    padding-right: 35px !important;
  }
  .sp-pb35 {
    padding-bottom: 35px !important;
  }
  .sp-pl35 {
    padding-left: 35px !important;
  }
  .sp-m35 {
    margin: 35px !important;
  }
  .sp-mt35 {
    margin-top: 35px !important;
  }
  .sp-mr35 {
    margin-right: 35px !important;
  }
  .sp-mb35 {
    margin-bottom: 35px !important;
  }
  .sp-ml35 {
    margin-left: 35px !important;
  }
  .sp-p40 {
    padding: 40px !important;
  }
  .sp-pt40 {
    padding-top: 40px !important;
  }
  .sp-pr40 {
    padding-right: 40px !important;
  }
  .sp-pb40 {
    padding-bottom: 40px !important;
  }
  .sp-pl40 {
    padding-left: 40px !important;
  }
  .sp-m40 {
    margin: 40px !important;
  }
  .sp-mt40 {
    margin-top: 40px !important;
  }
  .sp-mr40 {
    margin-right: 40px !important;
  }
  .sp-mb40 {
    margin-bottom: 40px !important;
  }
  .sp-ml40 {
    margin-left: 40px !important;
  }
  .sp-p45 {
    padding: 45px !important;
  }
  .sp-pt45 {
    padding-top: 45px !important;
  }
  .sp-pr45 {
    padding-right: 45px !important;
  }
  .sp-pb45 {
    padding-bottom: 45px !important;
  }
  .sp-pl45 {
    padding-left: 45px !important;
  }
  .sp-m45 {
    margin: 45px !important;
  }
  .sp-mt45 {
    margin-top: 45px !important;
  }
  .sp-mr45 {
    margin-right: 45px !important;
  }
  .sp-mb45 {
    margin-bottom: 45px !important;
  }
  .sp-ml45 {
    margin-left: 45px !important;
  }
  .sp-p50 {
    padding: 50px !important;
  }
  .sp-pt50 {
    padding-top: 50px !important;
  }
  .sp-pr50 {
    padding-right: 50px !important;
  }
  .sp-pb50 {
    padding-bottom: 50px !important;
  }
  .sp-pl50 {
    padding-left: 50px !important;
  }
  .sp-m50 {
    margin: 50px !important;
  }
  .sp-mt50 {
    margin-top: 50px !important;
  }
  .sp-mr50 {
    margin-right: 50px !important;
  }
  .sp-mb50 {
    margin-bottom: 50px !important;
  }
  .sp-ml50 {
    margin-left: 50px !important;
  }
  .sp-p60 {
    padding: 60px !important;
  }
  .sp-pt60 {
    padding-top: 60px !important;
  }
  .sp-pr60 {
    padding-right: 60px !important;
  }
  .sp-pb60 {
    padding-bottom: 60px !important;
  }
  .sp-pl60 {
    padding-left: 60px !important;
  }
  .sp-m60 {
    margin: 60px !important;
  }
  .sp-mt60 {
    margin-top: 60px !important;
  }
  .sp-mr60 {
    margin-right: 60px !important;
  }
  .sp-mb60 {
    margin-bottom: 60px !important;
  }
  .sp-ml60 {
    margin-left: 60px !important;
  }
  .sp-p70 {
    padding: 70px !important;
  }
  .sp-pt70 {
    padding-top: 70px !important;
  }
  .sp-pr70 {
    padding-right: 70px !important;
  }
  .sp-pb70 {
    padding-bottom: 70px !important;
  }
  .sp-pl70 {
    padding-left: 70px !important;
  }
  .sp-m70 {
    margin: 70px !important;
  }
  .sp-mt70 {
    margin-top: 70px !important;
  }
  .sp-mr70 {
    margin-right: 70px !important;
  }
  .sp-mb70 {
    margin-bottom: 70px !important;
  }
  .sp-ml70 {
    margin-left: 70px !important;
  }
  .sp-p80 {
    padding: 80px !important;
  }
  .sp-pt80 {
    padding-top: 80px !important;
  }
  .sp-pr80 {
    padding-right: 80px !important;
  }
  .sp-pb80 {
    padding-bottom: 80px !important;
  }
  .sp-pl80 {
    padding-left: 80px !important;
  }
  .sp-m80 {
    margin: 80px !important;
  }
  .sp-mt80 {
    margin-top: 80px !important;
  }
  .sp-mr80 {
    margin-right: 80px !important;
  }
  .sp-mb80 {
    margin-bottom: 80px !important;
  }
  .sp-ml80 {
    margin-left: 80px !important;
  }
  .sp-p90 {
    padding: 90px !important;
  }
  .sp-pt90 {
    padding-top: 90px !important;
  }
  .sp-pr90 {
    padding-right: 90px !important;
  }
  .sp-pb90 {
    padding-bottom: 90px !important;
  }
  .sp-pl90 {
    padding-left: 90px !important;
  }
  .sp-m90 {
    margin: 90px !important;
  }
  .sp-mt90 {
    margin-top: 90px !important;
  }
  .sp-mr90 {
    margin-right: 90px !important;
  }
  .sp-mb90 {
    margin-bottom: 90px !important;
  }
  .sp-ml90 {
    margin-left: 90px !important;
  }
  .sp-p100 {
    padding: 100px !important;
  }
  .sp-pt100 {
    padding-top: 100px !important;
  }
  .sp-pr100 {
    padding-right: 100px !important;
  }
  .sp-pb100 {
    padding-bottom: 100px !important;
  }
  .sp-pl100 {
    padding-left: 100px !important;
  }
  .sp-m100 {
    margin: 100px !important;
  }
  .sp-mt100 {
    margin-top: 100px !important;
  }
  .sp-mr100 {
    margin-right: 100px !important;
  }
  .sp-mb100 {
    margin-bottom: 100px !important;
  }
  .sp-ml100 {
    margin-left: 100px !important;
  }
  .sp-p120 {
    padding: 120px !important;
  }
  .sp-pt120 {
    padding-top: 120px !important;
  }
  .sp-pr120 {
    padding-right: 120px !important;
  }
  .sp-pb120 {
    padding-bottom: 120px !important;
  }
  .sp-pl120 {
    padding-left: 120px !important;
  }
  .sp-m120 {
    margin: 120px !important;
  }
  .sp-mt120 {
    margin-top: 120px !important;
  }
  .sp-mr120 {
    margin-right: 120px !important;
  }
  .sp-mb120 {
    margin-bottom: 120px !important;
  }
  .sp-ml120 {
    margin-left: 120px !important;
  }
  .sp-p150 {
    padding: 150px !important;
  }
  .sp-pt150 {
    padding-top: 150px !important;
  }
  .sp-pr150 {
    padding-right: 150px !important;
  }
  .sp-pb150 {
    padding-bottom: 150px !important;
  }
  .sp-pl150 {
    padding-left: 150px !important;
  }
  .sp-m150 {
    margin: 150px !important;
  }
  .sp-mt150 {
    margin-top: 150px !important;
  }
  .sp-mr150 {
    margin-right: 150px !important;
  }
  .sp-mb150 {
    margin-bottom: 150px !important;
  }
  .sp-ml150 {
    margin-left: 150px !important;
  }
  .sp-p200 {
    padding: 200px !important;
  }
  .sp-pt200 {
    padding-top: 200px !important;
  }
  .sp-pr200 {
    padding-right: 200px !important;
  }
  .sp-pb200 {
    padding-bottom: 200px !important;
  }
  .sp-pl200 {
    padding-left: 200px !important;
  }
  .sp-m200 {
    margin: 200px !important;
  }
  .sp-mt200 {
    margin-top: 200px !important;
  }
  .sp-mr200 {
    margin-right: 200px !important;
  }
  .sp-mb200 {
    margin-bottom: 200px !important;
  }
  .sp-ml200 {
    margin-left: 200px !important;
  }
  .sp-p05em {
    padding: 0.5em !important;
  }
  .sp-pt05em {
    padding-top: 0.5em !important;
  }
  .sp-pr05em {
    padding-right: 0.5em !important;
  }
  .sp-pb05em {
    padding-bottom: 0.5em !important;
  }
  .sp-pl05em {
    padding-left: 0.5em !important;
  }
  .sp-m05em {
    margin: 0.5em !important;
  }
  .sp-mt05em {
    margin-top: 0.5em !important;
  }
  .sp-mr05em {
    margin-right: 0.5em !important;
  }
  .sp-mb05em {
    margin-bottom: 0.5em !important;
  }
  .sp-ml05em {
    margin-left: 0.5em !important;
  }
  .sp-p1em {
    padding: 1em !important;
  }
  .sp-pt1em {
    padding-top: 1em !important;
  }
  .sp-pr1em {
    padding-right: 1em !important;
  }
  .sp-pb1em {
    padding-bottom: 1em !important;
  }
  .sp-pl1em {
    padding-left: 1em !important;
  }
  .sp-m1em {
    margin: 1em !important;
  }
  .sp-mt1em {
    margin-top: 1em !important;
  }
  .sp-mr1em {
    margin-right: 1em !important;
  }
  .sp-mb1em {
    margin-bottom: 1em !important;
  }
  .sp-ml1em {
    margin-left: 1em !important;
  }
  .sp-p15em {
    padding: 1.5em !important;
  }
  .sp-pt15em {
    padding-top: 1.5em !important;
  }
  .sp-pr15em {
    padding-right: 1.5em !important;
  }
  .sp-pb15em {
    padding-bottom: 1.5em !important;
  }
  .sp-pl15em {
    padding-left: 1.5em !important;
  }
  .sp-m15em {
    margin: 1.5em !important;
  }
  .sp-mt15em {
    margin-top: 1.5em !important;
  }
  .sp-mr15em {
    margin-right: 1.5em !important;
  }
  .sp-mb15em {
    margin-bottom: 1.5em !important;
  }
  .sp-ml15em {
    margin-left: 1.5em !important;
  }
  .sp-p2em {
    padding: 2em !important;
  }
  .sp-pt2em {
    padding-top: 2em !important;
  }
  .sp-pr2em {
    padding-right: 2em !important;
  }
  .sp-pb2em {
    padding-bottom: 2em !important;
  }
  .sp-pl2em {
    padding-left: 2em !important;
  }
  .sp-m2em {
    margin: 2em !important;
  }
  .sp-mt2em {
    margin-top: 2em !important;
  }
  .sp-mr2em {
    margin-right: 2em !important;
  }
  .sp-mb2em {
    margin-bottom: 2em !important;
  }
  .sp-ml2em {
    margin-left: 2em !important;
  }
  .sp-p25em {
    padding: 2.5em !important;
  }
  .sp-pt25em {
    padding-top: 2.5em !important;
  }
  .sp-pr25em {
    padding-right: 2.5em !important;
  }
  .sp-pb25em {
    padding-bottom: 2.5em !important;
  }
  .sp-pl25em {
    padding-left: 2.5em !important;
  }
  .sp-m25em {
    margin: 2.5em !important;
  }
  .sp-mt25em {
    margin-top: 2.5em !important;
  }
  .sp-mr25em {
    margin-right: 2.5em !important;
  }
  .sp-mb25em {
    margin-bottom: 2.5em !important;
  }
  .sp-ml25em {
    margin-left: 2.5em !important;
  }
  .sp-p3em {
    padding: 3em !important;
  }
  .sp-pt3em {
    padding-top: 3em !important;
  }
  .sp-pr3em {
    padding-right: 3em !important;
  }
  .sp-pb3em {
    padding-bottom: 3em !important;
  }
  .sp-pl3em {
    padding-left: 3em !important;
  }
  .sp-m3em {
    margin: 3em !important;
  }
  .sp-mt3em {
    margin-top: 3em !important;
  }
  .sp-mr3em {
    margin-right: 3em !important;
  }
  .sp-mb3em {
    margin-bottom: 3em !important;
  }
  .sp-ml3em {
    margin-left: 3em !important;
  }
  .sp-p35em {
    padding: 3.5em !important;
  }
  .sp-pt35em {
    padding-top: 3.5em !important;
  }
  .sp-pr35em {
    padding-right: 3.5em !important;
  }
  .sp-pb35em {
    padding-bottom: 3.5em !important;
  }
  .sp-pl35em {
    padding-left: 3.5em !important;
  }
  .sp-m35em {
    margin: 3.5em !important;
  }
  .sp-mt35em {
    margin-top: 3.5em !important;
  }
  .sp-mr35em {
    margin-right: 3.5em !important;
  }
  .sp-mb35em {
    margin-bottom: 3.5em !important;
  }
  .sp-ml35em {
    margin-left: 3.5em !important;
  }
  .sp-p4em {
    padding: 4em !important;
  }
  .sp-pt4em {
    padding-top: 4em !important;
  }
  .sp-pr4em {
    padding-right: 4em !important;
  }
  .sp-pb4em {
    padding-bottom: 4em !important;
  }
  .sp-pl4em {
    padding-left: 4em !important;
  }
  .sp-m4em {
    margin: 4em !important;
  }
  .sp-mt4em {
    margin-top: 4em !important;
  }
  .sp-mr4em {
    margin-right: 4em !important;
  }
  .sp-mb4em {
    margin-bottom: 4em !important;
  }
  .sp-ml4em {
    margin-left: 4em !important;
  }
  .sp-p45em {
    padding: 4.5em !important;
  }
  .sp-pt45em {
    padding-top: 4.5em !important;
  }
  .sp-pr45em {
    padding-right: 4.5em !important;
  }
  .sp-pb45em {
    padding-bottom: 4.5em !important;
  }
  .sp-pl45em {
    padding-left: 4.5em !important;
  }
  .sp-m45em {
    margin: 4.5em !important;
  }
  .sp-mt45em {
    margin-top: 4.5em !important;
  }
  .sp-mr45em {
    margin-right: 4.5em !important;
  }
  .sp-mb45em {
    margin-bottom: 4.5em !important;
  }
  .sp-ml45em {
    margin-left: 4.5em !important;
  }
  .sp-p5em {
    padding: 5em !important;
  }
  .sp-pt5em {
    padding-top: 5em !important;
  }
  .sp-pr5em {
    padding-right: 5em !important;
  }
  .sp-pb5em {
    padding-bottom: 5em !important;
  }
  .sp-pl5em {
    padding-left: 5em !important;
  }
  .sp-m5em {
    margin: 5em !important;
  }
  .sp-mt5em {
    margin-top: 5em !important;
  }
  .sp-mr5em {
    margin-right: 5em !important;
  }
  .sp-mb5em {
    margin-bottom: 5em !important;
  }
  .sp-ml5em {
    margin-left: 5em !important;
  }
  .sp-p6em {
    padding: 6em !important;
  }
  .sp-pt6em {
    padding-top: 6em !important;
  }
  .sp-pr6em {
    padding-right: 6em !important;
  }
  .sp-pb6em {
    padding-bottom: 6em !important;
  }
  .sp-pl6em {
    padding-left: 6em !important;
  }
  .sp-m6em {
    margin: 6em !important;
  }
  .sp-mt6em {
    margin-top: 6em !important;
  }
  .sp-mr6em {
    margin-right: 6em !important;
  }
  .sp-mb6em {
    margin-bottom: 6em !important;
  }
  .sp-ml6em {
    margin-left: 6em !important;
  }
  .sp-p7em {
    padding: 7em !important;
  }
  .sp-pt7em {
    padding-top: 7em !important;
  }
  .sp-pr7em {
    padding-right: 7em !important;
  }
  .sp-pb7em {
    padding-bottom: 7em !important;
  }
  .sp-pl7em {
    padding-left: 7em !important;
  }
  .sp-m7em {
    margin: 7em !important;
  }
  .sp-mt7em {
    margin-top: 7em !important;
  }
  .sp-mr7em {
    margin-right: 7em !important;
  }
  .sp-mb7em {
    margin-bottom: 7em !important;
  }
  .sp-ml7em {
    margin-left: 7em !important;
  }
  .sp-p8em {
    padding: 8em !important;
  }
  .sp-pt8em {
    padding-top: 8em !important;
  }
  .sp-pr8em {
    padding-right: 8em !important;
  }
  .sp-pb8em {
    padding-bottom: 8em !important;
  }
  .sp-pl8em {
    padding-left: 8em !important;
  }
  .sp-m8em {
    margin: 8em !important;
  }
  .sp-mt8em {
    margin-top: 8em !important;
  }
  .sp-mr8em {
    margin-right: 8em !important;
  }
  .sp-mb8em {
    margin-bottom: 8em !important;
  }
  .sp-ml8em {
    margin-left: 8em !important;
  }
  .sp-p9em {
    padding: 9em !important;
  }
  .sp-pt9em {
    padding-top: 9em !important;
  }
  .sp-pr9em {
    padding-right: 9em !important;
  }
  .sp-pb9em {
    padding-bottom: 9em !important;
  }
  .sp-pl9em {
    padding-left: 9em !important;
  }
  .sp-m9em {
    margin: 9em !important;
  }
  .sp-mt9em {
    margin-top: 9em !important;
  }
  .sp-mr9em {
    margin-right: 9em !important;
  }
  .sp-mb9em {
    margin-bottom: 9em !important;
  }
  .sp-ml9em {
    margin-left: 9em !important;
  }
  .sp-p10em {
    padding: 10em !important;
  }
  .sp-pt10em {
    padding-top: 10em !important;
  }
  .sp-pr10em {
    padding-right: 10em !important;
  }
  .sp-pb10em {
    padding-bottom: 10em !important;
  }
  .sp-pl10em {
    padding-left: 10em !important;
  }
  .sp-m10em {
    margin: 10em !important;
  }
  .sp-mt10em {
    margin-top: 10em !important;
  }
  .sp-mr10em {
    margin-right: 10em !important;
  }
  .sp-mb10em {
    margin-bottom: 10em !important;
  }
  .sp-ml10em {
    margin-left: 10em !important;
  }
}
/* Text Utilities */
.t-left {
  text-align: left;
}

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.inblock {
  display: inline-block;
}

.underline {
  text-decoration: underline;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* Youtube */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* Horizontal scrolling for table */
@media (max-width: 768px) {
  .tablewrap {
    verflow: auto;
    white-space: nowrap;
    position: relative;
    padding-bottom: 15px;
  }
  .tablewrap table {
    width: 100%;
  }
}
/* Tel link */
a[href*="tel:"] {
  pointer-events: none;
}
@media (max-width: 768px) {
  a[href*="tel:"] {
    text-decoration: none;
    pointer-events: auto;
    cursor: default;
  }
}

/* Indent */
.t-ind1 {
  padding-left: 1em;
  text-indent: -1em;
}

.t-ind15 {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.t-ind2 {
  padding-left: 2em;
  text-indent: -2em;
}

/*----------------------------
	basic setup
-----------------------------*/
/* font */
/* color */
/*----------------------------
body
-----------------------------*/
body {
  overflow: clip;
  color: #000;
  text-align: center;
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
@media (max-width: 768px) {
  body {
    aspect-ratio: auto;
  }
}

/*----------------------------
assets settings
-----------------------------*/
a {
  color: #000;
  text-decoration: none;
}

.underline {
  text-decoration: underline;
}

.inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .inner {
    padding: 0 20px;
  }
}

.anc-wrap {
  position: relative;
}

.anc {
  position: absolute;
  top: -60px;
  left: 0;
  display: block;
  height: 0;
}

.sec-title,
.sec-title-en {
  font-size: 30px;
  line-height: 1.6;
  font-weight: bold;
  display: inline-block;
  padding-top: 10px;
  position: relative;
  overflow: hidden;
}
.sec-title.op1,
.sec-title-en.op1 {
  opacity: 1 !important;
}
.sec-title:before,
.sec-title-en:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 2px;
  display: block;
  background: #e60012;
}
.sec-title.move-active span,
.sec-title-en.move-active span {
  animation: subtitle2 1s;
}
.sec-title span,
.sec-title-en span {
  letter-spacing: 0.1em;
  display: inline-block;
  overflow: clip;
}
.sec-title.move-active:before,
.sec-title-en.move-active:before {
  animation: subtitle2before 1s;
}
@keyframes subtitle2before {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .sec-title,
  .sec-title-en {
    font-size: 24px;
    line-height: 1.4;
  }
}

.sec-title-ja {
  color: #999;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.05em;
  display: block;
  margin-top: 2px;
}

.sec-title-en {
  font-family: "Outfit", sans-serif;
}

.btn-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 18px;
  color: #000;
  padding-left: 33px;
  position: relative;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .btn-more {
    font-size: 16px;
  }
}
.btn-more::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  display: block;
  width: 23px;
  height: 23px;
  background: url(../img/ic-arrow.svg) center no-repeat;
  transition: all 0.4s;
}
.btn-more:hover:before {
  left: 5px;
}

.tb1 {
  font-weight: 500;
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  margin-top: 30px;
}
.tb1 tr {
  border-bottom: 1px solid #bebbb9;
}
.tb1 tr:first-child {
  border-top: 1px solid #bebbb9;
}
.tb1 th {
  color: #fff;
  font-weight: bold;
  padding: 13px 20px;
  width: 220px;
  vertical-align: top;
  white-space: nowrap;
  background: #7d7873;
  position: relative;
}
@media (max-width: 768px) {
  .tb1 th {
    display: block;
    width: auto;
    padding: 12px 12px;
  }
}
.tb1 th:before, .tb1 th:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 10px;
  display: block;
  background: #fff;
}
@media (max-width: 768px) {
  .tb1 th:before, .tb1 th:after {
    height: 5px;
  }
}
.tb1 th:before {
  top: 0;
}
.tb1 th:after {
  bottom: 0;
}
.tb1 td {
  padding: 14px 20px;
  line-height: 1.8;
  vertical-align: top;
}
@media (max-width: 768px) {
  .tb1 td {
    padding: 5px 12px 12px;
    display: block;
    width: auto;
  }
}

.zenkaku {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.outfit {
  font-family: "Outfit", sans-serif;
}

/* FadeUp */
.move.move-active.FadeIn {
  animation: FadeIn 1s;
  opacity: 0;
}

@keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.move.move-active.FadeUp {
  animation: FadeUp 1s;
  opacity: 0;
}

@keyframes FadeUp {
  0% {
    transform: translateY(60px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.move.move-active.FadeLeft {
  animation: FadeLeft 2.5s;
  opacity: 0;
}

@keyframes FadeLeft {
  0% {
    transform: translateX(60px);
    opacity: 0;
  }
  50% {
    transform: translateX(60px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.move.move-active.FadeRight {
  animation: FadeRight 2s;
}

@keyframes FadeRight {
  0% {
    transform: translateX(-60px);
    opacity: 0;
  }
  50% {
    transform: translateX(-60px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/* movelist */
ul li.movelist {
  opacity: 0;
}

ul li:nth-child(1).movelist.movelist-active {
  animation: fadeInAnime 1.5s ease-out 0s 1 forwards;
}

ul li:nth-child(2).movelist.movelist-active {
  animation: fadeInAnime 1.5s ease-out 0.1s 1 forwards;
}

ul li:nth-child(3).movelist.movelist-active {
  animation: fadeInAnime 1.5s ease-out 0.2s 1 forwards;
}

ul li:nth-child(4).movelist.movelist-active {
  animation: fadeInAnime 1.5s ease-out 0.3s 1 forwards;
}

ul li:nth-child(5).movelist.movelist-active {
  animation: fadeInAnime 1.5s ease-out 0.4s 1 forwards;
}

ul li:nth-child(6).movelist.movelist-active {
  animation: fadeInAnime 1.5s ease-out 0.5s 1 forwards;
}

ul li:nth-child(7).movelist.movelist-active {
  animation: fadeInAnime 1.5s ease-out 0.6s 1 forwards;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* ローディング画面 */
#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading-inner {
  text-align: center;
  display: flex;
  align-items: center;
}
.loading-inner .logo {
  opacity: 0;
  transform: translateX(-30px);
  animation: logoFade 0.5s ease forwards;
}
.loading-inner .en {
  opacity: 0;
  transform: translateY(10px);
  animation: textFade 0.5s ease forwards;
  animation-delay: 0.3s;
  margin-left: 10px;
}

/* アニメーション */
@keyframes logoFade {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes textFade {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ローディング消す時 */
#loading.fadeout {
  opacity: 0;
  transition: 0.8s;
  pointer-events: none;
}

/* 画像の動き */
.scale-fade img {
  transform: scale(1.1);
  opacity: 0.6;
  transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1), opacity 1s ease;
}

.scale-fade.active img {
  transform: scale(1);
  opacity: 1;
}

/*----------------------------
header
-----------------------------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  height: 100px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.1s;
}
@media (max-width: 768px) {
  header {
    padding: 0 15px;
    height: 60px;
  }
}
header.active {
  height: 60px;
}
header.active .logo img {
  width: 150px;
  transition: all 0.5s;
}
@media (max-width: 768px) {
  header.active .logo img {
    width: auto;
  }
}
header .logo {
  margin: 0;
}
header .logo a {
  display: block;
}
header .logo a:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  header .logo a img {
    height: 32px;
  }
}
header .header-right {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 768px) {
  header nav {
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 20px 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 999;
  }
}
header nav ul {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  header nav ul {
    flex-direction: column;
    gap: 0;
  }
}
@media (max-width: 768px) {
  header nav ul li {
    width: 100%;
  }
}
header nav ul li a {
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #000;
  padding: 5px 30px;
  position: relative;
  display: block;
  transition: color 0.3s;
}
@media (max-width: 1070px) {
  header nav ul li a {
    padding: 5px 20px;
  }
}
@media (max-width: 950px) {
  header nav ul li a {
    padding: 5px;
  }
}
@media (max-width: 768px) {
  header nav ul li a {
    padding: 15px 30px;
    border-bottom: 1px solid #eee;
  }
}
header nav ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  /*
  background: $red;
  */
  transition: width 0.3s;
}
@media (max-width: 768px) {
  header nav ul li a::after {
    display: none;
  }
}
header nav ul li a:hover {
  color: #e60012;
  opacity: 1;
}
header nav ul li a:hover::after {
  width: 100%;
}
header nav ul li.active a {
  color: #e60012;
}
header nav ul li.header-sns a {
  border-bottom: none;
}
header nav ul li.header-sns a::after {
  content: none;
}
header .header-sns a {
  color: #000;
  font-size: 18px;
}
header .header-sns a:hover {
  color: #e60012;
  opacity: 1;
}
header .spmenu {
  display: none;
  cursor: pointer;
  width: 30px;
  height: 22px;
  position: relative;
  margin: 0;
}
@media (max-width: 768px) {
  header .spmenu {
    display: block;
    position: absolute;
    top: 17px;
    right: 17px;
  }
}
header .spmenu span {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #000;
  transition: all 0.3s;
}
header .spmenu span:nth-child(1) {
  top: 0;
}
header .spmenu span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
header .spmenu span:nth-child(3) {
  bottom: 0;
}
header .spmenu.active span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
header .spmenu.active span:nth-child(2) {
  opacity: 0;
}
header .spmenu.active span:nth-child(3) {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}

body.open {
  overflow: hidden;
}

/*----------------------------
main visual slider
-----------------------------*/
.mv-slider {
  margin-top: 70px;
  position: relative;
}
@media (max-width: 768px) {
  .mv-slider {
    margin-top: 60px;
  }
}
.mv-slider .slick-slide img {
  width: 100%;
  height: 800px;
  object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  .mv-slider .slick-slide img {
    height: 240px;
  }
}
.mv-slider .slide-content {
  position: relative;
}
.mv-slider .slide-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  color: #fff;
  z-index: 10;
}
.mv-slider .slide-text p {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.875;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}
@media (max-width: 768px) {
  .mv-slider .slide-text p {
    font-size: 18px;
    line-height: 1.6;
  }
}
.mv-slider .slick-dots {
  bottom: 20px;
}
.mv-slider .slick-dots li button::before {
  color: #fff;
  font-size: 10px;
  opacity: 0.6;
}
.mv-slider .slick-dots li.slick-active button::before {
  opacity: 1;
  color: #fff;
}
.mv-slider .slick-prev,
.mv-slider .slick-next {
  z-index: 10;
  width: 40px;
  height: 40px;
}
.mv-slider .slick-prev::before,
.mv-slider .slick-next::before {
  font-size: 30px;
}
.mv-slider .slick-prev {
  left: 20px;
}
.mv-slider .slick-next {
  right: 20px;
}

/*----------------------------
intro section
-----------------------------*/
.sec-intro {
  padding: 110px 0 120px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .sec-intro {
    padding: 50px 0;
  }
}
.sec-intro .intro-bg-text {
  position: absolute;
  font-size: 120px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.04);
  pointer-events: none;
  letter-spacing: -0.02em;
  line-height: 1;
}
@media (max-width: 768px) {
  .sec-intro .intro-bg-text {
    font-size: 60px;
  }
}
.sec-intro .intro-bg-text.left {
  left: -240px;
  top: -25px;
}
@media (max-width: 768px) {
  .sec-intro .intro-bg-text.left {
    position: static;
    padding-right: 20vw;
    display: block;
  }
}
.sec-intro .intro-bg-text.right {
  right: -240px;
  bottom: -25px;
}
@media (max-width: 768px) {
  .sec-intro .intro-bg-text.right {
    position: static;
    padding-left: 20vw;
    display: block;
  }
}
.sec-intro .inner {
  text-align: left;
  display: flex;
  align-items: center;
  gap: 60px;
}
@media (max-width: 768px) {
  .sec-intro .inner {
    flex-direction: column;
    gap: 30px;
  }
}
.sec-intro .intro-text {
  text-align: center;
  flex: 1;
  position: relative;
  z-index: 1;
}
.sec-intro .intro-text li {
  font-size: 21px;
  font-weight: bold;
  line-height: 2.2;
  color: #000;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .sec-intro .intro-text li {
    font-size: 15px;
  }
}

/*----------------------------
instagram section
-----------------------------*/
.sec-instagram {
  padding: 20px 0 40px;
  background: #f5f5f5;
}
@media (max-width: 768px) {
  .sec-instagram {
    padding: 40px 0;
  }
}
.sec-instagram .inner {
  text-align: left;
}
.sec-instagram .insta-grid {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .sec-instagram .insta-grid {
    gap: 2%;
  }
}
.sec-instagram .insta-grid .insta-item {
  max-width: 200px;
}
@media (max-width: 768px) {
  .sec-instagram .insta-grid .insta-item {
    width: 32%;
    margin-bottom: 1.8vw;
    position: relative;
    overflow: hidden;
  }
}
.sec-instagram .insta-grid .insta-item img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  display: block;
  transition: transform 0.4s;
}
.sec-instagram .insta-grid .insta-item a img:hover {
  transform: scale(1.04);
}
.sec-instagram .insta-more {
  text-align: right;
  margin-top: 15px;
}

/*----------------------------
business field section
-----------------------------*/
.sec-business {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .sec-business {
    padding: 50px 0;
  }
}
.sec-business .business-lead {
  margin-top: 80px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 768px) {
  .sec-business .business-lead {
    font-size: 14px;
  }
}
.sec-business .business-lead .business-item {
  margin-bottom: 20px;
}
.sec-business .business-lead .business-item h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 6px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .sec-business .business-lead .business-item h3 {
    font-size: 14px;
  }
}
.sec-business .business-lead .business-body {
  color: #000;
  line-height: 2;
  margin-top: 20px;
}
.sec-business .business-images {
  text-align: right;
  display: flex;
  gap: 20px;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .sec-business .business-images {
    flex-direction: column;
    gap: 15px;
  }
}
.sec-business .business-images .business-img-item {
  flex: 1;
}
.sec-business .business-images .business-img-item figure {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.sec-business .business-images .business-img-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  transition: transform 0.4s;
}
.sec-business .business-images .business-img-item .business-img-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 15px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  font-size: 13px;
}
.sec-business .business-images .business-img-item .business-img-caption::before {
  content: ">";
  width: 18px;
  height: 18px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
}

/*----------------------------
our team section
-----------------------------*/
.sec-team {
  padding: 80px 0;
  background: url(../img/sec-team-bg.svg) center bottom/110vw auto no-repeat;
}
@media (max-width: 768px) {
  .sec-team {
    padding: 50px 0;
  }
}
.sec-team .inner {
  position: relative;
}
.sec-team .team-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 60px;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .sec-team .team-inner {
    flex-direction: column;
    gap: 30px;
  }
}
.sec-team .team-visual {
  flex: 0 0 380px;
  position: absolute;
  top: 40px;
  left: -140px;
  width: 690px;
}
@media (max-width: 768px) {
  .sec-team .team-visual {
    display: none;
  }
}
.sec-team .team-visual .team-img-main {
  width: 690px;
  object-fit: cover;
  display: block;
  border-radius: 4px;
}
.sec-team .team-visual .team-logo-badge {
  position: absolute;
  bottom: -20px;
  right: 20px;
  width: 100px;
  height: 100px;
  background: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}
@media (max-width: 768px) {
  .sec-team .team-visual .team-logo-badge {
    width: 80px;
    height: 80px;
    right: 10px;
    bottom: -15px;
  }
}
.sec-team .team-visual .team-logo-badge img {
  width: 100%;
}
.sec-team .team-text {
  text-align: left;
  width: 500px;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .sec-team .team-text {
    width: auto;
  }
}
.sec-team .team-text p {
  line-height: 2;
  color: #000;
  margin-bottom: 15px;
}
.sec-team .team-text .team-btns {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  margin-top: 60px;
  flex-wrap: wrap;
}

/*----------------------------
news section
-----------------------------*/
.sec-news {
  padding: 80px 0 130px;
}
@media (max-width: 768px) {
  .sec-news {
    padding: 50px 0;
  }
}
.sec-news .news-list {
  font-weight: 500;
  margin-top: 30px;
  text-align: left;
  background: #f5f3f0;
  border-radius: 10px;
  padding: 35px 55px;
}
@media (max-width: 768px) {
  .sec-news .news-list {
    padding: 5px 20px;
  }
}
.sec-news .news-list .news-item {
  padding: 15px 0;
  border-bottom: 1px solid #fff;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .sec-news .news-list .news-item {
    padding: 10px 0;
    flex-direction: column;
    gap: 5px;
  }
}
.sec-news .news-list .news-item:last-of-type {
  border-bottom: none;
}
.sec-news .news-list .news-item .news-date {
  white-space: nowrap;
  flex: 0 0 100px;
}
.sec-news .news-list .news-item .news-body {
  color: #000;
  line-height: 1.7;
}

/*----------------------------
contact banner section
-----------------------------*/
.sec-contact-banner {
  position: relative;
  overflow: hidden;
}
.sec-contact-banner .contact-banner-inner {
  display: flex;
}
@media (max-width: 768px) {
  .sec-contact-banner .contact-banner-inner {
    flex-direction: column;
  }
}
.sec-contact-banner .contact-banner-inner div {
  width: 33.33%;
  width: 0.3333333333;
}
@media (max-width: 768px) {
  .sec-contact-banner .contact-banner-inner div {
    width: auto;
  }
}

/*----------------------------
footer
-----------------------------*/
footer {
  background: #fff;
  padding: 80px 0 0;
  border-top: 1px solid #000;
}
@media (max-width: 768px) {
  footer {
    padding: 40px 0 0;
  }
}
footer .footer-logo {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  footer .footer-logo {
    margin-bottom: 20px;
  }
}
footer .footer-nav {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  footer .footer-nav {
    margin-bottom: 30px;
  }
}
footer .footer-nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
footer .footer-nav ul li a {
  font-size: 18px;
  color: #000;
  display: block;
  padding: 0 34px;
}
footer .footer-nav ul li a:hover {
  color: #e60012;
  opacity: 1;
}
@media (max-width: 768px) {
  footer .footer-nav ul li a {
    padding: 0 20px;
  }
}
footer .copyright {
  font-size: 16px;
  color: #fff;
  text-align: center;
  background: #231815;
  padding: 15px;
}
@media (max-width: 768px) {
  footer .copyright {
    padding: 10px;
  }
}

/*----------------------------
page top button
-----------------------------*/
.pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
  width: 44px;
  height: 44px;
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  cursor: pointer;
  transition: background 0.3s;
}
@media (max-width: 768px) {
  .pagetop {
    bottom: 15px;
    right: 15px;
    width: 36px;
    height: 36px;
  }
}
.pagetop:hover {
  background: #e60012;
}
.pagetop::before {
  content: "▲";
  font-size: 12px;
}

/*--------------------------------------------------------------------
	Sub-page settings
---------------------------------------------------------------------*/
/*----------------------------
page hero (共通)
-----------------------------*/
.page-hero {
  margin-top: 70px;
  position: relative;
  height: 200px;
  overflow: hidden;
  background: #ccc;
}
@media (max-width: 768px) {
  .page-hero {
    margin-top: 60px;
    height: 140px;
  }
}
.page-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.85);
}

.page-hero-title {
  margin-top: -40px;
  margin-bottom: 100px;
  text-align: center;
  position: relative;
  z-index: 9;
  display: inline-block;
  overflow: hidden;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  animation: main-visual 1.2s;
}
@media (max-width: 768px) {
  .page-hero-title {
    margin-top: -20px;
    margin-bottom: 40px;
  }
}
@keyframes main-visual {
  0% {
    transform: translate(-200%, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
.page-hero-title div {
  display: block;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  animation: main-visual-span 1.2s;
}
@keyframes main-visual-span {
  0% {
    transform: translate(200%, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
.page-hero-title div {
  display: block;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  animation: main-visual-span 1.2s;
}
.page-hero-title .move-active span {
  animation: subtitle2 1s;
}
@keyframes subtitle2 {
  0% {
    transform: translateY(60px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.page-hero-title .move-active:after {
  animation: subtitle2after 1s;
}
@keyframes subtitle2after {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.page-hero-title h1 {
  font-size: 60px;
  font-weight: bold;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.1;
}
@media (max-width: 768px) {
  .page-hero-title h1 {
    font-size: 30px;
  }
}
.page-hero-title h1 .first-letter {
  color: #e60012;
  font-style: normal;
}
.page-hero-title .page-title-ja {
  font-size: 18px;
  display: block;
  margin-top: 8px;
  letter-spacing: 0.2em;
}

/*----------------------------
about us page
-----------------------------*/
.sec-company-overview {
  padding: 0 0 60px;
}
@media (max-width: 768px) {
  .sec-company-overview {
    padding: 0 0 40px;
  }
}
.sec-company-overview .sec-title {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .sec-company-overview .sec-title {
    margin-bottom: 20px;
  }
}
.sec-company-overview .tb1 th {
  width: 180px;
}
@media (max-width: 768px) {
  .sec-company-overview .tb1 th {
    width: auto;
  }
}

.sec-clients {
  padding: 60px 0;
}
@media (max-width: 768px) {
  .sec-clients {
    padding: 40px 0;
  }
}
.sec-clients .clients-box {
  font-weight: 500;
  background: #f5f3f0;
  border-radius: 2px;
  padding: 40px;
  text-align: left;
  line-height: 2;
  color: #000;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .sec-clients .clients-box {
    padding: 20px;
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .sec-clients .clients-box br {
    display: none;
  }
}

.sec-access {
  padding: 60px 0 170px;
}
@media (max-width: 768px) {
  .sec-access {
    padding: 40px 0;
  }
}
.sec-access .access-map {
  margin-top: 30px;
  width: 100%;
  height: 400px;
  background: #ddd;
  overflow: hidden;
}
@media (max-width: 768px) {
  .sec-access .access-map {
    height: 250px;
  }
}
.sec-access .access-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.sec-access .access-detail {
  display: flex;
  gap: 60px;
  margin-top: 80px;
  text-align: left;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .sec-access .access-detail {
    flex-direction: column;
    gap: 15px;
  }
}
.sec-access .access-detail .access-imgs {
  display: flex;
  gap: 10px;
  flex: 0 0 auto;
}
.sec-access .access-detail .access-imgs img {
  width: 150px;
  object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  .sec-access .access-detail .access-imgs img {
    width: 120px;
  }
}
.sec-access .access-detail .access-text {
  line-height: 2;
}
.sec-access .access-detail .access-text p {
  margin-bottom: 4px;
}
.sec-access .access-detail .access-text ul li {
  padding-left: 1em;
  position: relative;
}
.sec-access .access-detail .access-text ul li::before {
  content: "・";
  position: absolute;
  left: 0;
}

/*----------------------------
our features page
-----------------------------*/
.sec-features-lead {
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .sec-features-lead {
    margin-bottom: 40px;
  }
}
.sec-features-lead h2 {
  font-size: 30px;
  font-weight: bold;
  color: #000;
}
@media (max-width: 768px) {
  .sec-features-lead h2 {
    font-size: 22px;
  }
}

.sec-features-main {
  padding: 60px 0 1px;
  background: #f5f3f0;
}
@media (max-width: 768px) {
  .sec-features-main {
    padding: 40px 0;
  }
}
.sec-features-main .features-heading {
  text-align: center;
  margin-bottom: 50px;
}
.sec-features-main .features-heading h2 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.33;
}
@media (max-width: 768px) {
  .sec-features-main .features-heading h2 {
    font-size: 20px;
  }
}
.sec-features-main .features-heading h2 strong {
  font-size: 48px;
  font-weight: 900;
}
@media (max-width: 768px) {
  .sec-features-main .features-heading h2 strong {
    font-size: 26px;
  }
}
.sec-features-main .features-body {
  text-align: left;
  line-height: 2.2;
  color: #000;
  margin: 0 auto 40px;
}
.sec-features-main .features-imgs {
  display: flex;
  gap: 20px;
  margin-bottom: -100px;
}
@media (max-width: 768px) {
  .sec-features-main .features-imgs {
    justify-content: center;
    flex-wrap: wrap;
    gap: 2%;
    margin-bottom: -80px;
  }
}
.sec-features-main .features-imgs .features-img-item {
  overflow: hidden;
}
@media (max-width: 768px) {
  .sec-features-main .features-imgs .features-img-item {
    width: 32%;
    margin-bottom: 10px;
  }
}
.sec-features-main .features-imgs .features-img-item img {
  width: 100%;
  object-fit: cover;
  display: block;
}

.sec-features-total {
  padding: 220px 0 60px;
}
@media (max-width: 768px) {
  .sec-features-total {
    padding: 120px 0 30px;
  }
}
.sec-features-total .total-heading {
  text-align: center;
  margin: 0 auto 90px;
}
@media (max-width: 768px) {
  .sec-features-total .total-heading {
    margin-bottom: 50px;
  }
}
.sec-features-total .total-heading p {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .sec-features-total .total-heading p {
    font-size: 18px;
  }
}
.sec-features-total .total-heading p em {
  color: #e60012;
  font-style: normal;
}
.sec-features-total .total-heading p span {
  font-size: 36px;
}
@media (max-width: 768px) {
  .sec-features-total .total-heading p span {
    font-size: 24px;
  }
}
.sec-features-total .total-heading p strong {
  font-size: 48px;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .sec-features-total .total-heading p strong {
    font-size: 30px;
  }
}
.sec-features-total .concept-circle {
  max-width: 800px;
  margin: 0 auto 100px;
}
@media (max-width: 768px) {
  .sec-features-total .concept-circle {
    margin-bottom: 50px;
  }
}
.sec-features-total .features-desc {
  text-align: left;
  line-height: 2;
  color: #000;
  max-width: 1080px;
  margin: 0 auto;
}
.sec-features-total .features-desc p {
  margin-bottom: 20px;
}
.sec-features-total .features-desc .feature-point {
  margin-bottom: 8px;
}
.sec-features-total .features-desc .feature-point::before {
  content: "★ ";
  color: #000;
}

.sec-dezatoku-banner {
  padding: 40px 0 110px;
  text-align: center;
}
@media (max-width: 768px) {
  .sec-dezatoku-banner {
    padding: 20px 0 50px;
  }
}
.sec-dezatoku-banner .dezatoku-lead {
  color: #000;
}
.sec-dezatoku-banner .dezatoku-arrow {
  margin-bottom: 10px;
  letter-spacing: 0.3em;
}
.sec-dezatoku-banner .dezatoku-img {
  display: inline-block;
  max-width: 500px;
  width: 100%;
}
.sec-dezatoku-banner .dezatoku-img img {
  width: 100%;
}

/*----------------------------
business field page
-----------------------------*/
.sec-business-category {
  padding: 20px 0 30px;
}
@media (max-width: 768px) {
  .sec-business-category {
    padding: 10px 0 20px;
  }
}
.sec-business-category#event {
  padding-top: 60px;
  padding-bottom: 90px;
}
@media (max-width: 768px) {
  .sec-business-category#event {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
.sec-business-category .sec-title {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .sec-business-category .sec-title {
    margin-bottom: 40px;
  }
}

.business-slider {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .business-slider {
    margin-bottom: 50px;
  }
}

.business-service-boxes {
  display: flex;
  gap: 15px;
  border-left: 1px solid #e60012;
  margin-bottom: 45px;
}
@media (max-width: 768px) {
  .business-service-boxes {
    flex-direction: column;
    gap: 10px;
    border-left: none;
    border-top: 1px solid #e60012;
  }
}
.business-service-boxes .service-box {
  flex: 1;
  border-right: 1px solid #e60012;
  padding: 0 10px;
  min-height: 108px;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .business-service-boxes .service-box {
    border-right: none;
    border-bottom: 1px solid #e60012;
    min-height: inherit;
    padding: 10px;
  }
}
.business-service-boxes .service-box h3 {
  font-size: 21px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 8px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .business-service-boxes .service-box h3 {
    font-size: 18px;
  }
}
.business-service-boxes .service-box h3 small {
  font-size: 18px;
}
@media (max-width: 768px) {
  .business-service-boxes .service-box h3 small {
    font-size: 16px;
  }
}
.business-service-boxes .service-box p, .business-service-boxes .service-box li {
  font-size: 16px;
  color: #000;
  line-height: 1.7;
}
.business-service-boxes .service-box ul li {
  padding-left: 0;
}

.business-desc-box {
  background: #f5f3f0;
  padding: 30px 40px;
  text-align: left;
  margin-top: 45px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .business-desc-box {
    padding: 20px;
  }
}
.business-desc-box p {
  font-size: 14px;
  line-height: 2;
  color: #000;
  margin-bottom: 8px;
}
.business-desc-box .jisseki-title {
  font-weight: bold;
  font-size: 21px;
  margin-bottom: 10px;
}
.business-desc-box ul li {
  line-height: 1.8;
  padding-left: 1em;
  position: relative;
  color: #000;
}
.business-desc-box ul li::before {
  content: "・";
  position: absolute;
  left: 0;
}

/*----------------------------
business balloon page
-----------------------------*/
.sec-balloon-intro {
  padding: 40px 0 60px;
}
@media (max-width: 768px) {
  .sec-balloon-intro {
    padding: 30px 0 60px;
  }
}
.sec-balloon-intro .balloon-intro-inner {
  position: relative;
  width: fit-content;
  padding: 0 3%;
  margin: 120px auto 135px;
}
@media (max-width: 768px) {
  .sec-balloon-intro .balloon-intro-inner {
    margin: 40px auto 70px;
  }
}
.sec-balloon-intro .balloon-left-img {
  position: absolute;
  top: -30px;
  right: 105%;
  width: 70%;
}
@media (max-width: 768px) {
  .sec-balloon-intro .balloon-left-img {
    display: none;
  }
}
.sec-balloon-intro .balloon-left-img img {
  width: 100%;
  display: block;
}
.sec-balloon-intro .balloon-center-text {
  flex: 1;
  text-align: center;
}
.sec-balloon-intro .balloon-center-text p {
  font-size: 21px;
  font-weight: bold;
  line-height: 2.2;
  color: #000;
}
@media (max-width: 768px) {
  .sec-balloon-intro .balloon-center-text p {
    font-size: 16px;
  }
}
.sec-balloon-intro .balloon-right-img {
  position: absolute;
  top: 20px;
  left: 105%;
  width: 70%;
}
@media (max-width: 768px) {
  .sec-balloon-intro .balloon-right-img {
    display: none;
  }
}
.sec-balloon-intro .balloon-right-img img {
  width: 100%;
  display: block;
}

.balloon-features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .balloon-features-grid {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 60px;
  }
}
.balloon-features-grid .balloon-feature-box {
  border-radius: 10px;
  border: 1px solid #e60012;
  padding: 20px 25px;
  text-align: left;
}
@media (max-width: 768px) {
  .balloon-features-grid .balloon-feature-box {
    padding: 15px 20px;
  }
}
.balloon-features-grid .balloon-feature-box h3 {
  font-size: 30px;
  line-height: 1.4;
  font-weight: bold;
  color: #e60012;
  margin-bottom: 12px;
  position: relative;
}
@media (max-width: 768px) {
  .balloon-features-grid .balloon-feature-box h3 {
    font-size: 24px;
  }
}
.balloon-features-grid .balloon-feature-box h3 span {
  padding: 0 0.3em;
  display: block;
  position: relative;
  z-index: 2;
}
.balloon-features-grid .balloon-feature-box h3:before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0.1em;
  left: 0;
  width: 100%;
  height: 0.6em;
  background: #f5f3f0;
  border-radius: 98px;
}
.balloon-features-grid .balloon-feature-box ul li {
  line-height: 1.8;
  color: #000;
  padding-left: 1em;
  position: relative;
}
.balloon-features-grid .balloon-feature-box ul li::before {
  content: "・";
  position: absolute;
  left: 0;
}

.balloon-course-box {
  display: flex;
  gap: 30px;
  align-items: center;
  background: #f5f3f0;
  padding: 40px;
  margin-bottom: 20px;
  text-align: left;
}
@media (max-width: 768px) {
  .balloon-course-box {
    flex-direction: column;
    gap: 15px;
    padding: 20px;
  }
}
.balloon-course-box .course-img {
  flex: 0 0 32.6%;
}
@media (max-width: 768px) {
  .balloon-course-box .course-img {
    flex: none;
    width: 100%;
  }
}
.balloon-course-box .course-img img {
  width: 100%;
  display: block;
}
.balloon-course-box .course-text {
  flex: 1;
}
.balloon-course-box .course-text h3 {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 10px;
}
.balloon-course-box .course-text p {
  line-height: 1.9;
  color: #000;
}

.sec-balloon-price {
  padding: 40px 0 80px;
}
@media (max-width: 768px) {
  .sec-balloon-price {
    padding: 30px 0 50px;
  }
}
.sec-balloon-price .sec-title {
  margin-bottom: 10px;
}
.sec-balloon-price .tb1 ul li {
  padding-left: 1em;
  position: relative;
}
.sec-balloon-price .tb1 ul li::before {
  content: "・";
  position: absolute;
  left: 0;
}
.sec-balloon-price .price-note {
  text-align: left;
  margin-top: 12px;
  margin-bottom: 80px;
}
.sec-balloon-price .back-link {
  margin-top: 40px;
  text-align: center;
}
.sec-balloon-price .back-link a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #000;
}
.sec-balloon-price .back-link a::before {
  content: ">";
  width: 22px;
  height: 22px;
  border: 1px solid #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
}
.sec-balloon-price .back-link a:hover {
  color: #e60012;
  opacity: 1;
}
.sec-balloon-price .back-link a:hover::before {
  border-color: #e60012;
}

/*----------------------------
privacy / site policy pages
-----------------------------*/
.sec-policy-content {
  padding: 60px 0 100px;
}
@media (max-width: 768px) {
  .sec-policy-content {
    padding: 40px 0 60px;
  }
}
.sec-policy-content .policy-block {
  margin: 0 auto 90px;
  text-align: center;
}
@media (max-width: 768px) {
  .sec-policy-content .policy-block {
    margin-bottom: 80px;
  }
}
.sec-policy-content .policy-block .sec-title {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .sec-policy-content .policy-block .sec-title {
    margin-bottom: 20px;
  }
}
.sec-policy-content .policy-block .sec-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #e60012;
}
.sec-policy-content .policy-block p {
  line-height: 2.25;
  color: #000;
  text-align: center;
}
@media (max-width: 768px) {
  .sec-policy-content .policy-block p {
    line-height: 1.8;
  }
}
@media (max-width: 768px) {
  .sec-policy-content .policy-block p br {
    display: none;
  }
}
.sec-policy-content .policy-block .policy-sign {
  margin-top: 30px;
  text-align: center;
}
.sec-policy-content .policy-text-block {
  margin: 0 auto 90px;
  text-align: left;
}
@media (max-width: 768px) {
  .sec-policy-content .policy-text-block {
    margin-bottom: 50px;
  }
}
.sec-policy-content .policy-text-block .sec-title {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .sec-policy-content .policy-text-block .sec-title {
    margin-bottom: 20px;
  }
}
.sec-policy-content .policy-text-block p {
  line-height: 2;
  color: #000;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .sec-policy-content .policy-text-block p {
    line-height: 1.8;
    margin-bottom: 15px;
  }
}
.sec-policy-content .policy-text-block ul {
  margin-top: 10px;
}
.sec-policy-content .policy-text-block ul li {
  line-height: 1.9;
  color: #000;
  padding-left: 1em;
  position: relative;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .sec-policy-content .policy-text-block ul li {
    margin-bottom: 15px;
  }
}
.sec-policy-content .policy-text-block ul li::before {
  content: "・";
  position: absolute;
  left: 0;
}
.sec-policy-content .browser-table {
  width: 100%;
  max-width: 540px;
  margin: 35px auto 20px;
  border-collapse: collapse;
}
.sec-policy-content .browser-table th, .sec-policy-content .browser-table td {
  border-bottom: 1px solid #ddd;
  padding: 10px 15px;
  text-align: left;
}
.sec-policy-content .browser-table th {
  font-weight: bold;
}
.sec-policy-content .browser-table tr:first-child th, .sec-policy-content .browser-table tr:first-child td {
  border-top: 1px solid #ddd;
}
.sec-policy-content .privacy-policies {
  margin: 0 auto;
  text-align: center;
}

/* ----------------------------------------
  contact1 : ページヒーロー
---------------------------------------- */
.contact1 {
  margin-top: 100px;
  position: relative;
  height: 200px;
  overflow: hidden;
  background: #ccc;
}
@media (max-width: 768px) {
  .contact1 {
    margin-top: 60px;
    height: 140px;
  }
}
.contact1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.9);
}

/* ----------------------------------------
  contact2 : ページタイトル
---------------------------------------- */
.contact2 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .contact2 {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}
.contact2 h1 {
  font-size: 46px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.1;
}
@media (max-width: 768px) {
  .contact2 h1 {
    font-size: 30px;
  }
}
.contact2__first {
  color: #e60012;
}
.contact2__ja {
  display: block;
  font-size: 13px;
  color: #999;
  margin-top: 6px;
  letter-spacing: 0.2em;
}

/* ----------------------------------------
  contact3 : フォームセクション全体
---------------------------------------- */
.contact3 {
  padding: 20px 0 160px;
}
@media (max-width: 768px) {
  .contact3 {
    padding: 10px 0 60px;
  }
}

/* ----------------------------------------
  contact4 : フォームヘッダー（見出し・リード）
---------------------------------------- */
.contact4 {
  text-align: center;
  margin-bottom: 50px;
}
.contact4 .sec-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .contact4 .sec-title {
    margin-bottom: 30px;
  }
}
.contact4__title {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding-bottom: 14px;
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .contact4__title {
    font-size: 18px;
  }
}
.contact4__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 2px;
  background: #e60012;
}
.contact4__lead {
  font-weight: 500;
  line-height: 2.26;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .contact4__lead {
    text-align: left;
  }
}

/* ----------------------------------------
  contact5 : 必須注記テキスト
---------------------------------------- */
.contact5 {
  font-weight: 500;
  text-align: left;
  margin-bottom: 15px;
}

/* ----------------------------------------
  contact6 : フォーム本体
---------------------------------------- */
/* ----------------------------------------
  contact7 : カテゴリーチェックボックス行
---------------------------------------- */
.contact7 {
  display: flex;
  align-items: stretch;
  border-top: 2px solid #bebbb9;
  border-bottom: 2px solid #bebbb9;
}
@media (max-width: 768px) {
  .contact7 {
    flex-direction: column;
  }
}
.contact7__label {
  background: #7d7873;
  color: #fff;
  font-weight: bold;
  text-align: left;
  padding: 10px 16px;
  flex: 0 0 220px;
  line-height: 1.6;
  margin: 10px 0;
}
@media (max-width: 768px) {
  .contact7__label {
    flex: none;
    width: 100%;
    flex-direction: row;
    gap: 6px;
    padding: 10px 14px;
    text-align: left;
    justify-content: flex-start;
  }
}
.contact7__required {
  color: #fff;
  margin-left: 4px;
}
.contact7__input {
  flex: 1;
  padding: 14px 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 768px) {
  .contact7__input {
    padding: 0 0 12px;
  }
}

/* ----------------------------------------
  contact8 : チェックボックス2カラム配置
---------------------------------------- */
.contact8 {
  font-weight: 500;
  display: flex;
  gap: 10px 40px;
}
@media (max-width: 768px) {
  .contact8 {
    flex-direction: column;
    gap: 0;
  }
}
.contact8__col {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* ----------------------------------------
  contact9 : チェックボックス 1ラベル
---------------------------------------- */
.contact9 {
  display: flex;
  align-items: center;
  text-align: left;
  gap: 6px;
}
@media (max-width: 768px) {
  .contact9 {
    line-height: 1.4;
    padding: 4px 0;
  }
}
.contact9__check {
  width: auto;
  height: auto;
  flex-shrink: 0;
  margin-right: 0.1em !important;
}

/* ----------------------------------------
  contact10 : テキスト入力の各行（共通）
---------------------------------------- */
.contact10 {
  font-weight: 500;
  display: flex;
  align-items: stretch;
  border-bottom: 2px solid #bebbb9;
}
@media (max-width: 768px) {
  .contact10 {
    flex-direction: column;
  }
}
.contact10__label {
  background: #7d7873;
  color: #fff;
  font-weight: bold;
  padding: 5px 16px;
  flex: 0 0 220px;
  text-align: left;
  margin: 10px 0;
}
@media (max-width: 768px) {
  .contact10__label {
    flex: none;
    width: 100%;
    min-height: 38px;
    justify-content: flex-start;
    padding: 5px 14px;
  }
}
.contact10__required {
  color: #fff;
  margin-left: 4px;
}
.contact10__input {
  flex: 1;
  padding: 8px 40px 8px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .contact10__input {
    padding: 0 0 10px;
  }
}
.contact10__input--inline {
  flex-wrap: nowrap;
}
@media (max-width: 768px) {
  .contact10__input--inline {
    flex-wrap: wrap;
  }
}
.contact10__text {
  height: 36px;
  border: 2px solid #bebbb9;
  padding: 0 10px;
  width: 100%;
  background: #fff;
}
.contact10__text.w190 {
  width: 190px;
}
.contact10__text.w220 {
  width: 220px;
}
.contact10__text.w400 {
  width: 400px;
}
@media (max-width: 768px) {
  .contact10__text.w400 {
    width: auto;
  }
}
.contact10__text.w600 {
  width: 600px;
}
@media (max-width: 768px) {
  .contact10__text.w600 {
    width: auto;
  }
}
.contact10__text--half {
  width: 50%;
}
@media (max-width: 768px) {
  .contact10__text--half {
    width: 100%;
  }
}
.contact10__text--zip {
  width: 120px;
}
@media (max-width: 768px) {
  .contact10__text--zip {
    width: 130px;
  }
}
.contact10__text--address {
  width: 70%;
}
@media (max-width: 768px) {
  .contact10__text--address {
    width: 100%;
  }
}
.contact10__note {
  white-space: nowrap;
}
@media (max-width: 768px) {
  .contact10__note {
    white-space: normal;
  }
}
.contact10__zip-mark {
  color: #000;
  flex-shrink: 0;
}

/* ----------------------------------------
  contact11 : セレクトボックス（都道府県）
---------------------------------------- */
.contact11 {
  padding: 0 10px;
  font-size: 14px;
  min-width: 220px;
}

/* ----------------------------------------
  contact12 : テキストエリア行
---------------------------------------- */
.contact12 {
  font-weight: 500;
  display: flex;
  align-items: stretch;
  border-bottom: 2px solid #bebbb9;
}
@media (max-width: 768px) {
  .contact12 {
    flex-direction: column;
  }
}
.contact12__label {
  background: #7d7873;
  color: #fff;
  font-weight: bold;
  padding: 16px;
  flex: 0 0 220px;
  margin: 10px 0;
  text-align: left;
}
@media (max-width: 768px) {
  .contact12__label {
    flex: none;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    padding: 5px 14px;
  }
}
.contact12__required {
  color: #fff;
  margin-left: 4px;
}
.contact12__input {
  text-align: left;
  flex: 1;
  padding: 10px 40px 10px 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 768px) {
  .contact12__input {
    padding: 0 0 10px;
  }
}
.contact12__textarea {
  width: 100%;
  height: 180px;
  padding: 10px;
  font-size: 14px;
  resize: vertical;
  font-family: inherit;
}
@media (max-width: 768px) {
  .contact12__textarea {
    height: 140px;
  }
}

/* ----------------------------------------
  contact13 : ボタンエリア
---------------------------------------- */
.contact13 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .contact13 {
    flex-direction: column;
    gap: 14px;
    margin-top: 35px;
  }
}
.contact13__submit {
  background: #e60012;
  color: #fff;
  font-weight: bold;
  padding: 0 10px;
  min-width: 220px;
  height: 52px;
  line-height: 52px;
  border: none;
  cursor: pointer;
  letter-spacing: 0.05em;
  transition: background 0.3s;
}
@media (max-width: 768px) {
  .contact13__submit {
    width: 100%;
    font-size: 14px;
    height: 48px;
    line-height: 48px;
  }
}
.contact13__submit:hover {
  background: rgb(179, 0, 14.0086956522);
}
.contact13__reset {
  background: #e6e6e6;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  padding: 0 10px;
  min-width: 220px;
  height: 52px;
  line-height: 52px;
  border: none;
  cursor: pointer;
  letter-spacing: 0.05em;
  transition: background 0.3s;
}
@media (max-width: 768px) {
  .contact13__reset {
    width: 100%;
    font-size: 14px;
    height: 48px;
    line-height: 48px;
  }
}
.contact13__reset:hover {
  background: #bbb;
}

.error {
  color: #e60012;
  font-weight: 500;
  text-align: left;
}/*# sourceMappingURL=base.css.map */