@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Afacad+Flux:wght@100..1000&family=Lato:wght@400;700&family=Noto+Sans+JP:wght@100..900&family=Poppins:wght@400;600;700&display=swap");
@import url("https://use.typekit.net/lsh1tfb.css");
@import url("https://use.typekit.net/lsh1tfb.css");
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=text], input[type=email], input[type=number], input[type=submit], input[type=search],
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

/* サイズ */
/* 変数 */
/* 色 */
/* サイトメインカラー 未設定 */
/* テキストリンクデフォルトカラー */
/* SNS系カラー */
/* 文字 */
@font-face {
  font-family: "dattebayo";
  src: url("assets/font/dattebayo.woff") format("woff");
}
._bordertop {
  position: relative;
}
._bordertop::before, ._bordertop::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 8px;
  background-color: #d4dde2;
}
._bordertop::before {
  width: 100%;
  background-color: #d4dde2;
}
._bordertop::after {
  width: 150px;
  background-color: #CAAF5A;
}

a.-disabled {
  opacity: 0.5 !important;
  cursor: default !important;
}
a.-disabled:hover {
  opacity: 0.5 !important;
}

@media (max-width: 768px) {
  ._spside {
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
  }
}

._w1400 {
  width: 100%;
  max-width: 1400px;
  margin: auto;
}

._w1366 {
  width: 100%;
  max-width: 1366px;
  margin: auto;
}

._w1366_sidep {
  width: calc(100% - 40px);
  max-width: 1366px !important;
  margin: auto;
}

._w1160 {
  width: 100%;
  max-width: 1160px;
  margin: auto;
}

._w1160_sidep {
  width: calc(100% - 40px);
  max-width: 1160px !important;
  margin: auto;
}

._w1100 {
  width: 100%;
  max-width: 1100px;
  margin: auto;
}

._w1100_sidep {
  width: calc(100% - 40px);
  max-width: 1100px !important;
  margin: auto;
}

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

._w1000_sidep {
  width: calc(100% - 40px);
  max-width: 1000px !important;
  margin: auto;
}

._w960 {
  width: 100%;
  max-width: 960px;
  margin: auto;
}

._w960_sidep {
  width: calc(100% - 40px);
  max-width: 960px !important;
  margin: auto;
}

._w900 {
  width: 100%;
  max-width: 900px;
  margin: auto;
}

._w900_sidep {
  width: calc(100% - 40px);
  max-width: 900px !important;
  margin: auto;
}

._w800 {
  width: 100%;
  max-width: 800px;
  margin: auto;
}

._w800_sidep {
  width: calc(100% - 40px);
  max-width: 800px !important;
  margin: auto;
}

._w760 {
  width: 100%;
  max-width: 760px;
  margin: auto;
}

._w760_sidep {
  width: calc(100% - 40px);
  max-width: 760px !important;
  margin: auto;
}

._w600 {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

._dfjs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

._dfcc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

._sidep {
  padding-left: 25px;
  padding-right: 25px;
}

._imgratio {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.28%;
}
._imgratio > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

._bold {
  font-weight: bold !important;
}

._ib {
  display: inline-block;
}

._en {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0px;
}

._lh15 {
  line-height: 1.5 !important;
}

._lh175 {
  line-height: 1.75 !important;
}

._lh2 {
  line-height: 1.9 !important;
}

._bglgray {
  background-color: #F4F4F4;
}

._pink {
  color: #1f1a1b;
}

._orange {
  color: #ce6f35;
}

._skblue {
  color: #1d8dbf;
}

._white {
  color: #fff;
}

._blank::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(assets/svg/icons/icon_blank2.svg) 0 center no-repeat;
  background-size: contain;
  margin-top: 4px;
  margin-left: 4px;
  margin-right: 2px;
}

._blank02::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 10px;
  background: url(assets/svg/icons/blank02.png) 0 center no-repeat;
  background-size: contain;
  margin-top: 4px;
  margin-left: 10px;
  margin-right: 2px;
}

._imgcover > img,
._imgcover svg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

._imgcontain > img,
._imgcontain svg {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
@media (max-width: 768px) {
  ._imgcontain > img,
  ._imgcontain svg {
    width: 100%;
  }
}

._imgfree > img,
._imgfree svg {
  max-width: 100%;
  height: auto;
}

._bd {
  border: 1px solid #666;
}

._imglink {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
._imglink:hover {
  opacity: 0.7;
}

._link {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
._link:hover {
  text-decoration: none;
  opacity: 0.6 !important;
}

._linkscale {
  overflow: hidden;
}
._linkscale .imgarea {
  overflow: hidden;
}
._linkscale img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
._linkscale:hover {
  text-decoration: none;
}
._linkscale:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

._linkudb {
  text-decoration: underline;
}
._linkudb:hover {
  text-decoration: none;
}

._txtC {
  text-align: center;
}

._txtR {
  text-align: right;
}

._txtL {
  text-align: left;
}

@media (max-width: 768px) {
  ._txtLsp {
    text-align: left !important;
  }
}

@media (max-width: 768px) {
  ._sptxtC {
    text-align: center;
  }
}

@media (max-width: 768px) {
  ._pconly {
    display: none !important;
  }
}

._sponly {
  display: none !important;
}
@media (max-width: 768px) {
  ._sponly {
    display: block !important;
  }
}

._ls0 {
  letter-spacing: 0 !important;
}

._blue {
  color: #124a97;
}

._mainC {
  color: #CAAF5A;
}

._attention {
  color: #f00;
  font-weight: bold;
}

._disabled02 {
  cursor: default;
}
._disabled02:hover {
  opacity: 1 !important;
}

._fz10 {
  font-size: 1rem !important;
}

._fz11 {
  font-size: 1.1rem !important;
}

._fz12 {
  font-size: 1.2rem !important;
}

._fz13 {
  font-size: 1.3rem !important;
}

._fz14 {
  font-size: 1.4rem !important;
}

._fz15 {
  font-size: 1.5rem !important;
}

._fz16 {
  font-size: 1.6rem !important;
}

._fz17 {
  font-size: 1.7rem !important;
}

._fz18 {
  font-size: 1.8rem !important;
}

._fz19 {
  font-size: 1.9rem !important;
}

._fz20 {
  font-size: 2rem !important;
}

._fz21 {
  font-size: 2.1rem !important;
}

._fz22 {
  font-size: 2.2rem !important;
}

._fz23 {
  font-size: 2.3rem !important;
}

._fz24 {
  font-size: 2.4rem !important;
}

._fz25 {
  font-size: 2.5rem !important;
}

._fz26 {
  font-size: 2.6rem !important;
}

._fz27 {
  font-size: 2.7rem !important;
}

._fz28 {
  font-size: 2.8rem !important;
}

._fz29 {
  font-size: 2.9rem !important;
}

._fz30 {
  font-size: 3rem !important;
}

._fz31 {
  font-size: 3.1rem !important;
}

._fz32 {
  font-size: 3.2rem !important;
}

._fz33 {
  font-size: 3.3rem !important;
}

._fz34 {
  font-size: 3.4rem !important;
}

._fz35 {
  font-size: 3.5rem !important;
}

._fz36 {
  font-size: 3.6rem !important;
}

._fz37 {
  font-size: 3.7rem !important;
}

._fz38 {
  font-size: 3.8rem !important;
}

._fz39 {
  font-size: 3.9rem !important;
}

._fz40 {
  font-size: 4rem !important;
}

._ls0 {
  letter-spacing: 0rem !important;
}

._ls1 {
  letter-spacing: 0.1rem !important;
}

._ls2 {
  letter-spacing: 0.2rem !important;
}

._ls3 {
  letter-spacing: 0.3rem !important;
}

._ls4 {
  letter-spacing: 0.4rem !important;
}

._ls5 {
  letter-spacing: 0.5rem !important;
}

._ls6 {
  letter-spacing: 0.6rem !important;
}

._ls7 {
  letter-spacing: 0.7rem !important;
}

._ls8 {
  letter-spacing: 0.8rem !important;
}

._ls9 {
  letter-spacing: 0.9rem !important;
}

._ls10 {
  letter-spacing: 1rem !important;
}

._ls11 {
  letter-spacing: 1.1rem !important;
}

._ls12 {
  letter-spacing: 1.2rem !important;
}

._ls13 {
  letter-spacing: 1.3rem !important;
}

._ls14 {
  letter-spacing: 1.4rem !important;
}

._ls15 {
  letter-spacing: 1.5rem !important;
}

._ls16 {
  letter-spacing: 1.6rem !important;
}

._ls17 {
  letter-spacing: 1.7rem !important;
}

._ls18 {
  letter-spacing: 1.8rem !important;
}

._ls19 {
  letter-spacing: 1.9rem !important;
}

._ls20 {
  letter-spacing: 2rem !important;
}

._lh0 {
  line-height: 0 !important;
}

._lh1 {
  line-height: 0.1 !important;
}

._lh2 {
  line-height: 0.2 !important;
}

._lh3 {
  line-height: 0.3 !important;
}

._lh4 {
  line-height: 0.4 !important;
}

._lh5 {
  line-height: 0.5 !important;
}

._lh6 {
  line-height: 0.6 !important;
}

._lh7 {
  line-height: 0.7 !important;
}

._lh8 {
  line-height: 0.8 !important;
}

._lh9 {
  line-height: 0.9 !important;
}

._lh10 {
  line-height: 1 !important;
}

._lh11 {
  line-height: 1.1 !important;
}

._lh12 {
  line-height: 1.2 !important;
}

._lh13 {
  line-height: 1.3 !important;
}

._lh14 {
  line-height: 1.4 !important;
}

._lh15 {
  line-height: 1.5 !important;
}

._lh16 {
  line-height: 1.6 !important;
}

._lh17 {
  line-height: 1.7 !important;
}

._lh18 {
  line-height: 1.8 !important;
}

._lh19 {
  line-height: 1.9 !important;
}

._lh20 {
  line-height: 2 !important;
}

._mb0 {
  margin-bottom: clamp(5px * 0 / 2, 0.75vw * 0, 5px * 0) !important;
}

._mt0 {
  margin-top: clamp(5px * 0 / 2, 0.75vw * 0, 5px * 0) !important;
}

._ml0 {
  margin-left: 0px !important;
}

._mr0 {
  margin-right: 0px !important;
}

._pb0 {
  padding-bottom: clamp(5px * 0 / 2, 0.75vw * 0, 5px * 0) !important;
}

._pt0 {
  padding-top: clamp(5px * 0 / 2, 0.75vw * 0, 5px * 0) !important;
}

._pl0 {
  padding-left: 0px !important;
}

._pr0 {
  padding-right: 0px !important;
}

._mbst0 {
  margin-bottom: 0px !important;
}

._mtst0 {
  margin-top: 0px !important;
}

._mlst0 {
  margin-left: 0px !important;
}

._mrst0 {
  margin-right: 0px !important;
}

._pbst0 {
  padding-bottom: 0px !important;
}

._ptst0 {
  padding-top: 0px !important;
}

._plst0 {
  padding-left: 0px !important;
}

._prst0 {
  padding-right: 0px !important;
}

@media (min-width: 756px) {
  ._pcmb0 {
    margin-bottom: 0px !important;
  }
  ._pcmt0 {
    margin-top: 0px !important;
  }
  ._pcpb0 {
    padding-bottom: 0px !important;
  }
  ._pcpt0 {
    padding-top: 0px !important;
  }
}
@media (max-width: 768px) {
  ._ml0 {
    margin-left: 0vw !important;
  }
  ._mr0 {
    margin-right: 0vw !important;
  }
  ._pl0 {
    padding-left: 0vw !important;
  }
  ._pr0 {
    padding-right: 0vw !important;
  }
  ._spmb0 {
    margin-bottom: 0px !important;
  }
  ._spmt0 {
    margin-top: 0px !important;
  }
  ._sppb0 {
    padding-bottom: 0px !important;
  }
  ._sppt0 {
    padding-top: 0px !important;
  }
}
._mb5 {
  margin-bottom: clamp(5px * 1 / 2, 0.75vw * 1, 5px * 1) !important;
}

._mt5 {
  margin-top: clamp(5px * 1 / 2, 0.75vw * 1, 5px * 1) !important;
}

._ml5 {
  margin-left: 5px !important;
}

._mr5 {
  margin-right: 5px !important;
}

._pb5 {
  padding-bottom: clamp(5px * 1 / 2, 0.75vw * 1, 5px * 1) !important;
}

._pt5 {
  padding-top: clamp(5px * 1 / 2, 0.75vw * 1, 5px * 1) !important;
}

._pl5 {
  padding-left: 5px !important;
}

._pr5 {
  padding-right: 5px !important;
}

._mbst5 {
  margin-bottom: 5px !important;
}

._mtst5 {
  margin-top: 5px !important;
}

._mlst5 {
  margin-left: 5px !important;
}

._mrst5 {
  margin-right: 5px !important;
}

._pbst5 {
  padding-bottom: 5px !important;
}

._ptst5 {
  padding-top: 5px !important;
}

._plst5 {
  padding-left: 5px !important;
}

._prst5 {
  padding-right: 5px !important;
}

@media (min-width: 756px) {
  ._pcmb5 {
    margin-bottom: 5px !important;
  }
  ._pcmt5 {
    margin-top: 5px !important;
  }
  ._pcpb5 {
    padding-bottom: 5px !important;
  }
  ._pcpt5 {
    padding-top: 5px !important;
  }
}
@media (max-width: 768px) {
  ._ml5 {
    margin-left: 0.75vw !important;
  }
  ._mr5 {
    margin-right: 0.75vw !important;
  }
  ._pl5 {
    padding-left: 0.75vw !important;
  }
  ._pr5 {
    padding-right: 0.75vw !important;
  }
  ._spmb5 {
    margin-bottom: 5px !important;
  }
  ._spmt5 {
    margin-top: 5px !important;
  }
  ._sppb5 {
    padding-bottom: 5px !important;
  }
  ._sppt5 {
    padding-top: 5px !important;
  }
}
._mb10 {
  margin-bottom: clamp(5px * 2 / 2, 0.75vw * 2, 5px * 2) !important;
}

._mt10 {
  margin-top: clamp(5px * 2 / 2, 0.75vw * 2, 5px * 2) !important;
}

._ml10 {
  margin-left: 10px !important;
}

._mr10 {
  margin-right: 10px !important;
}

._pb10 {
  padding-bottom: clamp(5px * 2 / 2, 0.75vw * 2, 5px * 2) !important;
}

._pt10 {
  padding-top: clamp(5px * 2 / 2, 0.75vw * 2, 5px * 2) !important;
}

._pl10 {
  padding-left: 10px !important;
}

._pr10 {
  padding-right: 10px !important;
}

._mbst10 {
  margin-bottom: 10px !important;
}

._mtst10 {
  margin-top: 10px !important;
}

._mlst10 {
  margin-left: 10px !important;
}

._mrst10 {
  margin-right: 10px !important;
}

._pbst10 {
  padding-bottom: 10px !important;
}

._ptst10 {
  padding-top: 10px !important;
}

._plst10 {
  padding-left: 10px !important;
}

._prst10 {
  padding-right: 10px !important;
}

@media (min-width: 756px) {
  ._pcmb10 {
    margin-bottom: 10px !important;
  }
  ._pcmt10 {
    margin-top: 10px !important;
  }
  ._pcpb10 {
    padding-bottom: 10px !important;
  }
  ._pcpt10 {
    padding-top: 10px !important;
  }
}
@media (max-width: 768px) {
  ._ml10 {
    margin-left: 1.5vw !important;
  }
  ._mr10 {
    margin-right: 1.5vw !important;
  }
  ._pl10 {
    padding-left: 1.5vw !important;
  }
  ._pr10 {
    padding-right: 1.5vw !important;
  }
  ._spmb10 {
    margin-bottom: 10px !important;
  }
  ._spmt10 {
    margin-top: 10px !important;
  }
  ._sppb10 {
    padding-bottom: 10px !important;
  }
  ._sppt10 {
    padding-top: 10px !important;
  }
}
._mb15 {
  margin-bottom: clamp(5px * 3 / 2, 0.75vw * 3, 5px * 3) !important;
}

._mt15 {
  margin-top: clamp(5px * 3 / 2, 0.75vw * 3, 5px * 3) !important;
}

._ml15 {
  margin-left: 15px !important;
}

._mr15 {
  margin-right: 15px !important;
}

._pb15 {
  padding-bottom: clamp(5px * 3 / 2, 0.75vw * 3, 5px * 3) !important;
}

._pt15 {
  padding-top: clamp(5px * 3 / 2, 0.75vw * 3, 5px * 3) !important;
}

._pl15 {
  padding-left: 15px !important;
}

._pr15 {
  padding-right: 15px !important;
}

._mbst15 {
  margin-bottom: 15px !important;
}

._mtst15 {
  margin-top: 15px !important;
}

._mlst15 {
  margin-left: 15px !important;
}

._mrst15 {
  margin-right: 15px !important;
}

._pbst15 {
  padding-bottom: 15px !important;
}

._ptst15 {
  padding-top: 15px !important;
}

._plst15 {
  padding-left: 15px !important;
}

._prst15 {
  padding-right: 15px !important;
}

@media (min-width: 756px) {
  ._pcmb15 {
    margin-bottom: 15px !important;
  }
  ._pcmt15 {
    margin-top: 15px !important;
  }
  ._pcpb15 {
    padding-bottom: 15px !important;
  }
  ._pcpt15 {
    padding-top: 15px !important;
  }
}
@media (max-width: 768px) {
  ._ml15 {
    margin-left: 2.25vw !important;
  }
  ._mr15 {
    margin-right: 2.25vw !important;
  }
  ._pl15 {
    padding-left: 2.25vw !important;
  }
  ._pr15 {
    padding-right: 2.25vw !important;
  }
  ._spmb15 {
    margin-bottom: 15px !important;
  }
  ._spmt15 {
    margin-top: 15px !important;
  }
  ._sppb15 {
    padding-bottom: 15px !important;
  }
  ._sppt15 {
    padding-top: 15px !important;
  }
}
._mb20 {
  margin-bottom: clamp(5px * 4 / 2, 0.75vw * 4, 5px * 4) !important;
}

._mt20 {
  margin-top: clamp(5px * 4 / 2, 0.75vw * 4, 5px * 4) !important;
}

._ml20 {
  margin-left: 20px !important;
}

._mr20 {
  margin-right: 20px !important;
}

._pb20 {
  padding-bottom: clamp(5px * 4 / 2, 0.75vw * 4, 5px * 4) !important;
}

._pt20 {
  padding-top: clamp(5px * 4 / 2, 0.75vw * 4, 5px * 4) !important;
}

._pl20 {
  padding-left: 20px !important;
}

._pr20 {
  padding-right: 20px !important;
}

._mbst20 {
  margin-bottom: 20px !important;
}

._mtst20 {
  margin-top: 20px !important;
}

._mlst20 {
  margin-left: 20px !important;
}

._mrst20 {
  margin-right: 20px !important;
}

._pbst20 {
  padding-bottom: 20px !important;
}

._ptst20 {
  padding-top: 20px !important;
}

._plst20 {
  padding-left: 20px !important;
}

._prst20 {
  padding-right: 20px !important;
}

@media (min-width: 756px) {
  ._pcmb20 {
    margin-bottom: 20px !important;
  }
  ._pcmt20 {
    margin-top: 20px !important;
  }
  ._pcpb20 {
    padding-bottom: 20px !important;
  }
  ._pcpt20 {
    padding-top: 20px !important;
  }
}
@media (max-width: 768px) {
  ._ml20 {
    margin-left: 3vw !important;
  }
  ._mr20 {
    margin-right: 3vw !important;
  }
  ._pl20 {
    padding-left: 3vw !important;
  }
  ._pr20 {
    padding-right: 3vw !important;
  }
  ._spmb20 {
    margin-bottom: 20px !important;
  }
  ._spmt20 {
    margin-top: 20px !important;
  }
  ._sppb20 {
    padding-bottom: 20px !important;
  }
  ._sppt20 {
    padding-top: 20px !important;
  }
}
._mb25 {
  margin-bottom: clamp(5px * 5 / 2, 0.75vw * 5, 5px * 5) !important;
}

._mt25 {
  margin-top: clamp(5px * 5 / 2, 0.75vw * 5, 5px * 5) !important;
}

._ml25 {
  margin-left: 25px !important;
}

._mr25 {
  margin-right: 25px !important;
}

._pb25 {
  padding-bottom: clamp(5px * 5 / 2, 0.75vw * 5, 5px * 5) !important;
}

._pt25 {
  padding-top: clamp(5px * 5 / 2, 0.75vw * 5, 5px * 5) !important;
}

._pl25 {
  padding-left: 25px !important;
}

._pr25 {
  padding-right: 25px !important;
}

._mbst25 {
  margin-bottom: 25px !important;
}

._mtst25 {
  margin-top: 25px !important;
}

._mlst25 {
  margin-left: 25px !important;
}

._mrst25 {
  margin-right: 25px !important;
}

._pbst25 {
  padding-bottom: 25px !important;
}

._ptst25 {
  padding-top: 25px !important;
}

._plst25 {
  padding-left: 25px !important;
}

._prst25 {
  padding-right: 25px !important;
}

@media (min-width: 756px) {
  ._pcmb25 {
    margin-bottom: 25px !important;
  }
  ._pcmt25 {
    margin-top: 25px !important;
  }
  ._pcpb25 {
    padding-bottom: 25px !important;
  }
  ._pcpt25 {
    padding-top: 25px !important;
  }
}
@media (max-width: 768px) {
  ._ml25 {
    margin-left: 3.75vw !important;
  }
  ._mr25 {
    margin-right: 3.75vw !important;
  }
  ._pl25 {
    padding-left: 3.75vw !important;
  }
  ._pr25 {
    padding-right: 3.75vw !important;
  }
  ._spmb25 {
    margin-bottom: 25px !important;
  }
  ._spmt25 {
    margin-top: 25px !important;
  }
  ._sppb25 {
    padding-bottom: 25px !important;
  }
  ._sppt25 {
    padding-top: 25px !important;
  }
}
._mb30 {
  margin-bottom: clamp(5px * 6 / 2, 0.75vw * 6, 5px * 6) !important;
}

._mt30 {
  margin-top: clamp(5px * 6 / 2, 0.75vw * 6, 5px * 6) !important;
}

._ml30 {
  margin-left: 30px !important;
}

._mr30 {
  margin-right: 30px !important;
}

._pb30 {
  padding-bottom: clamp(5px * 6 / 2, 0.75vw * 6, 5px * 6) !important;
}

._pt30 {
  padding-top: clamp(5px * 6 / 2, 0.75vw * 6, 5px * 6) !important;
}

._pl30 {
  padding-left: 30px !important;
}

._pr30 {
  padding-right: 30px !important;
}

._mbst30 {
  margin-bottom: 30px !important;
}

._mtst30 {
  margin-top: 30px !important;
}

._mlst30 {
  margin-left: 30px !important;
}

._mrst30 {
  margin-right: 30px !important;
}

._pbst30 {
  padding-bottom: 30px !important;
}

._ptst30 {
  padding-top: 30px !important;
}

._plst30 {
  padding-left: 30px !important;
}

._prst30 {
  padding-right: 30px !important;
}

@media (min-width: 756px) {
  ._pcmb30 {
    margin-bottom: 30px !important;
  }
  ._pcmt30 {
    margin-top: 30px !important;
  }
  ._pcpb30 {
    padding-bottom: 30px !important;
  }
  ._pcpt30 {
    padding-top: 30px !important;
  }
}
@media (max-width: 768px) {
  ._ml30 {
    margin-left: 4.5vw !important;
  }
  ._mr30 {
    margin-right: 4.5vw !important;
  }
  ._pl30 {
    padding-left: 4.5vw !important;
  }
  ._pr30 {
    padding-right: 4.5vw !important;
  }
  ._spmb30 {
    margin-bottom: 30px !important;
  }
  ._spmt30 {
    margin-top: 30px !important;
  }
  ._sppb30 {
    padding-bottom: 30px !important;
  }
  ._sppt30 {
    padding-top: 30px !important;
  }
}
._mb35 {
  margin-bottom: clamp(5px * 7 / 2, 0.75vw * 7, 5px * 7) !important;
}

._mt35 {
  margin-top: clamp(5px * 7 / 2, 0.75vw * 7, 5px * 7) !important;
}

._ml35 {
  margin-left: 35px !important;
}

._mr35 {
  margin-right: 35px !important;
}

._pb35 {
  padding-bottom: clamp(5px * 7 / 2, 0.75vw * 7, 5px * 7) !important;
}

._pt35 {
  padding-top: clamp(5px * 7 / 2, 0.75vw * 7, 5px * 7) !important;
}

._pl35 {
  padding-left: 35px !important;
}

._pr35 {
  padding-right: 35px !important;
}

._mbst35 {
  margin-bottom: 35px !important;
}

._mtst35 {
  margin-top: 35px !important;
}

._mlst35 {
  margin-left: 35px !important;
}

._mrst35 {
  margin-right: 35px !important;
}

._pbst35 {
  padding-bottom: 35px !important;
}

._ptst35 {
  padding-top: 35px !important;
}

._plst35 {
  padding-left: 35px !important;
}

._prst35 {
  padding-right: 35px !important;
}

@media (min-width: 756px) {
  ._pcmb35 {
    margin-bottom: 35px !important;
  }
  ._pcmt35 {
    margin-top: 35px !important;
  }
  ._pcpb35 {
    padding-bottom: 35px !important;
  }
  ._pcpt35 {
    padding-top: 35px !important;
  }
}
@media (max-width: 768px) {
  ._ml35 {
    margin-left: 5.25vw !important;
  }
  ._mr35 {
    margin-right: 5.25vw !important;
  }
  ._pl35 {
    padding-left: 5.25vw !important;
  }
  ._pr35 {
    padding-right: 5.25vw !important;
  }
  ._spmb35 {
    margin-bottom: 35px !important;
  }
  ._spmt35 {
    margin-top: 35px !important;
  }
  ._sppb35 {
    padding-bottom: 35px !important;
  }
  ._sppt35 {
    padding-top: 35px !important;
  }
}
._mb40 {
  margin-bottom: clamp(5px * 8 / 2, 0.75vw * 8, 5px * 8) !important;
}

._mt40 {
  margin-top: clamp(5px * 8 / 2, 0.75vw * 8, 5px * 8) !important;
}

._ml40 {
  margin-left: 40px !important;
}

._mr40 {
  margin-right: 40px !important;
}

._pb40 {
  padding-bottom: clamp(5px * 8 / 2, 0.75vw * 8, 5px * 8) !important;
}

._pt40 {
  padding-top: clamp(5px * 8 / 2, 0.75vw * 8, 5px * 8) !important;
}

._pl40 {
  padding-left: 40px !important;
}

._pr40 {
  padding-right: 40px !important;
}

._mbst40 {
  margin-bottom: 40px !important;
}

._mtst40 {
  margin-top: 40px !important;
}

._mlst40 {
  margin-left: 40px !important;
}

._mrst40 {
  margin-right: 40px !important;
}

._pbst40 {
  padding-bottom: 40px !important;
}

._ptst40 {
  padding-top: 40px !important;
}

._plst40 {
  padding-left: 40px !important;
}

._prst40 {
  padding-right: 40px !important;
}

@media (min-width: 756px) {
  ._pcmb40 {
    margin-bottom: 40px !important;
  }
  ._pcmt40 {
    margin-top: 40px !important;
  }
  ._pcpb40 {
    padding-bottom: 40px !important;
  }
  ._pcpt40 {
    padding-top: 40px !important;
  }
}
@media (max-width: 768px) {
  ._ml40 {
    margin-left: 6vw !important;
  }
  ._mr40 {
    margin-right: 6vw !important;
  }
  ._pl40 {
    padding-left: 6vw !important;
  }
  ._pr40 {
    padding-right: 6vw !important;
  }
  ._spmb40 {
    margin-bottom: 40px !important;
  }
  ._spmt40 {
    margin-top: 40px !important;
  }
  ._sppb40 {
    padding-bottom: 40px !important;
  }
  ._sppt40 {
    padding-top: 40px !important;
  }
}
._mb45 {
  margin-bottom: clamp(5px * 9 / 2, 0.75vw * 9, 5px * 9) !important;
}

._mt45 {
  margin-top: clamp(5px * 9 / 2, 0.75vw * 9, 5px * 9) !important;
}

._ml45 {
  margin-left: 45px !important;
}

._mr45 {
  margin-right: 45px !important;
}

._pb45 {
  padding-bottom: clamp(5px * 9 / 2, 0.75vw * 9, 5px * 9) !important;
}

._pt45 {
  padding-top: clamp(5px * 9 / 2, 0.75vw * 9, 5px * 9) !important;
}

._pl45 {
  padding-left: 45px !important;
}

._pr45 {
  padding-right: 45px !important;
}

._mbst45 {
  margin-bottom: 45px !important;
}

._mtst45 {
  margin-top: 45px !important;
}

._mlst45 {
  margin-left: 45px !important;
}

._mrst45 {
  margin-right: 45px !important;
}

._pbst45 {
  padding-bottom: 45px !important;
}

._ptst45 {
  padding-top: 45px !important;
}

._plst45 {
  padding-left: 45px !important;
}

._prst45 {
  padding-right: 45px !important;
}

@media (min-width: 756px) {
  ._pcmb45 {
    margin-bottom: 45px !important;
  }
  ._pcmt45 {
    margin-top: 45px !important;
  }
  ._pcpb45 {
    padding-bottom: 45px !important;
  }
  ._pcpt45 {
    padding-top: 45px !important;
  }
}
@media (max-width: 768px) {
  ._ml45 {
    margin-left: 6.75vw !important;
  }
  ._mr45 {
    margin-right: 6.75vw !important;
  }
  ._pl45 {
    padding-left: 6.75vw !important;
  }
  ._pr45 {
    padding-right: 6.75vw !important;
  }
  ._spmb45 {
    margin-bottom: 45px !important;
  }
  ._spmt45 {
    margin-top: 45px !important;
  }
  ._sppb45 {
    padding-bottom: 45px !important;
  }
  ._sppt45 {
    padding-top: 45px !important;
  }
}
._mb50 {
  margin-bottom: clamp(5px * 10 / 2, 0.75vw * 10, 5px * 10) !important;
}

._mt50 {
  margin-top: clamp(5px * 10 / 2, 0.75vw * 10, 5px * 10) !important;
}

._ml50 {
  margin-left: 50px !important;
}

._mr50 {
  margin-right: 50px !important;
}

._pb50 {
  padding-bottom: clamp(5px * 10 / 2, 0.75vw * 10, 5px * 10) !important;
}

._pt50 {
  padding-top: clamp(5px * 10 / 2, 0.75vw * 10, 5px * 10) !important;
}

._pl50 {
  padding-left: 50px !important;
}

._pr50 {
  padding-right: 50px !important;
}

._mbst50 {
  margin-bottom: 50px !important;
}

._mtst50 {
  margin-top: 50px !important;
}

._mlst50 {
  margin-left: 50px !important;
}

._mrst50 {
  margin-right: 50px !important;
}

._pbst50 {
  padding-bottom: 50px !important;
}

._ptst50 {
  padding-top: 50px !important;
}

._plst50 {
  padding-left: 50px !important;
}

._prst50 {
  padding-right: 50px !important;
}

@media (min-width: 756px) {
  ._pcmb50 {
    margin-bottom: 50px !important;
  }
  ._pcmt50 {
    margin-top: 50px !important;
  }
  ._pcpb50 {
    padding-bottom: 50px !important;
  }
  ._pcpt50 {
    padding-top: 50px !important;
  }
}
@media (max-width: 768px) {
  ._ml50 {
    margin-left: 7.5vw !important;
  }
  ._mr50 {
    margin-right: 7.5vw !important;
  }
  ._pl50 {
    padding-left: 7.5vw !important;
  }
  ._pr50 {
    padding-right: 7.5vw !important;
  }
  ._spmb50 {
    margin-bottom: 50px !important;
  }
  ._spmt50 {
    margin-top: 50px !important;
  }
  ._sppb50 {
    padding-bottom: 50px !important;
  }
  ._sppt50 {
    padding-top: 50px !important;
  }
}
._mb55 {
  margin-bottom: clamp(5px * 11 / 2, 0.75vw * 11, 5px * 11) !important;
}

._mt55 {
  margin-top: clamp(5px * 11 / 2, 0.75vw * 11, 5px * 11) !important;
}

._ml55 {
  margin-left: 55px !important;
}

._mr55 {
  margin-right: 55px !important;
}

._pb55 {
  padding-bottom: clamp(5px * 11 / 2, 0.75vw * 11, 5px * 11) !important;
}

._pt55 {
  padding-top: clamp(5px * 11 / 2, 0.75vw * 11, 5px * 11) !important;
}

._pl55 {
  padding-left: 55px !important;
}

._pr55 {
  padding-right: 55px !important;
}

._mbst55 {
  margin-bottom: 55px !important;
}

._mtst55 {
  margin-top: 55px !important;
}

._mlst55 {
  margin-left: 55px !important;
}

._mrst55 {
  margin-right: 55px !important;
}

._pbst55 {
  padding-bottom: 55px !important;
}

._ptst55 {
  padding-top: 55px !important;
}

._plst55 {
  padding-left: 55px !important;
}

._prst55 {
  padding-right: 55px !important;
}

@media (min-width: 756px) {
  ._pcmb55 {
    margin-bottom: 55px !important;
  }
  ._pcmt55 {
    margin-top: 55px !important;
  }
  ._pcpb55 {
    padding-bottom: 55px !important;
  }
  ._pcpt55 {
    padding-top: 55px !important;
  }
}
@media (max-width: 768px) {
  ._ml55 {
    margin-left: 8.25vw !important;
  }
  ._mr55 {
    margin-right: 8.25vw !important;
  }
  ._pl55 {
    padding-left: 8.25vw !important;
  }
  ._pr55 {
    padding-right: 8.25vw !important;
  }
  ._spmb55 {
    margin-bottom: 55px !important;
  }
  ._spmt55 {
    margin-top: 55px !important;
  }
  ._sppb55 {
    padding-bottom: 55px !important;
  }
  ._sppt55 {
    padding-top: 55px !important;
  }
}
._mb60 {
  margin-bottom: clamp(5px * 12 / 2, 0.75vw * 12, 5px * 12) !important;
}

._mt60 {
  margin-top: clamp(5px * 12 / 2, 0.75vw * 12, 5px * 12) !important;
}

._ml60 {
  margin-left: 60px !important;
}

._mr60 {
  margin-right: 60px !important;
}

._pb60 {
  padding-bottom: clamp(5px * 12 / 2, 0.75vw * 12, 5px * 12) !important;
}

._pt60 {
  padding-top: clamp(5px * 12 / 2, 0.75vw * 12, 5px * 12) !important;
}

._pl60 {
  padding-left: 60px !important;
}

._pr60 {
  padding-right: 60px !important;
}

._mbst60 {
  margin-bottom: 60px !important;
}

._mtst60 {
  margin-top: 60px !important;
}

._mlst60 {
  margin-left: 60px !important;
}

._mrst60 {
  margin-right: 60px !important;
}

._pbst60 {
  padding-bottom: 60px !important;
}

._ptst60 {
  padding-top: 60px !important;
}

._plst60 {
  padding-left: 60px !important;
}

._prst60 {
  padding-right: 60px !important;
}

@media (min-width: 756px) {
  ._pcmb60 {
    margin-bottom: 60px !important;
  }
  ._pcmt60 {
    margin-top: 60px !important;
  }
  ._pcpb60 {
    padding-bottom: 60px !important;
  }
  ._pcpt60 {
    padding-top: 60px !important;
  }
}
@media (max-width: 768px) {
  ._ml60 {
    margin-left: 9vw !important;
  }
  ._mr60 {
    margin-right: 9vw !important;
  }
  ._pl60 {
    padding-left: 9vw !important;
  }
  ._pr60 {
    padding-right: 9vw !important;
  }
  ._spmb60 {
    margin-bottom: 60px !important;
  }
  ._spmt60 {
    margin-top: 60px !important;
  }
  ._sppb60 {
    padding-bottom: 60px !important;
  }
  ._sppt60 {
    padding-top: 60px !important;
  }
}
._mb65 {
  margin-bottom: clamp(5px * 13 / 2, 0.75vw * 13, 5px * 13) !important;
}

._mt65 {
  margin-top: clamp(5px * 13 / 2, 0.75vw * 13, 5px * 13) !important;
}

._ml65 {
  margin-left: 65px !important;
}

._mr65 {
  margin-right: 65px !important;
}

._pb65 {
  padding-bottom: clamp(5px * 13 / 2, 0.75vw * 13, 5px * 13) !important;
}

._pt65 {
  padding-top: clamp(5px * 13 / 2, 0.75vw * 13, 5px * 13) !important;
}

._pl65 {
  padding-left: 65px !important;
}

._pr65 {
  padding-right: 65px !important;
}

._mbst65 {
  margin-bottom: 65px !important;
}

._mtst65 {
  margin-top: 65px !important;
}

._mlst65 {
  margin-left: 65px !important;
}

._mrst65 {
  margin-right: 65px !important;
}

._pbst65 {
  padding-bottom: 65px !important;
}

._ptst65 {
  padding-top: 65px !important;
}

._plst65 {
  padding-left: 65px !important;
}

._prst65 {
  padding-right: 65px !important;
}

@media (min-width: 756px) {
  ._pcmb65 {
    margin-bottom: 65px !important;
  }
  ._pcmt65 {
    margin-top: 65px !important;
  }
  ._pcpb65 {
    padding-bottom: 65px !important;
  }
  ._pcpt65 {
    padding-top: 65px !important;
  }
}
@media (max-width: 768px) {
  ._ml65 {
    margin-left: 9.75vw !important;
  }
  ._mr65 {
    margin-right: 9.75vw !important;
  }
  ._pl65 {
    padding-left: 9.75vw !important;
  }
  ._pr65 {
    padding-right: 9.75vw !important;
  }
  ._spmb65 {
    margin-bottom: 65px !important;
  }
  ._spmt65 {
    margin-top: 65px !important;
  }
  ._sppb65 {
    padding-bottom: 65px !important;
  }
  ._sppt65 {
    padding-top: 65px !important;
  }
}
._mb70 {
  margin-bottom: clamp(5px * 14 / 2, 0.75vw * 14, 5px * 14) !important;
}

._mt70 {
  margin-top: clamp(5px * 14 / 2, 0.75vw * 14, 5px * 14) !important;
}

._ml70 {
  margin-left: 70px !important;
}

._mr70 {
  margin-right: 70px !important;
}

._pb70 {
  padding-bottom: clamp(5px * 14 / 2, 0.75vw * 14, 5px * 14) !important;
}

._pt70 {
  padding-top: clamp(5px * 14 / 2, 0.75vw * 14, 5px * 14) !important;
}

._pl70 {
  padding-left: 70px !important;
}

._pr70 {
  padding-right: 70px !important;
}

._mbst70 {
  margin-bottom: 70px !important;
}

._mtst70 {
  margin-top: 70px !important;
}

._mlst70 {
  margin-left: 70px !important;
}

._mrst70 {
  margin-right: 70px !important;
}

._pbst70 {
  padding-bottom: 70px !important;
}

._ptst70 {
  padding-top: 70px !important;
}

._plst70 {
  padding-left: 70px !important;
}

._prst70 {
  padding-right: 70px !important;
}

@media (min-width: 756px) {
  ._pcmb70 {
    margin-bottom: 70px !important;
  }
  ._pcmt70 {
    margin-top: 70px !important;
  }
  ._pcpb70 {
    padding-bottom: 70px !important;
  }
  ._pcpt70 {
    padding-top: 70px !important;
  }
}
@media (max-width: 768px) {
  ._ml70 {
    margin-left: 10.5vw !important;
  }
  ._mr70 {
    margin-right: 10.5vw !important;
  }
  ._pl70 {
    padding-left: 10.5vw !important;
  }
  ._pr70 {
    padding-right: 10.5vw !important;
  }
  ._spmb70 {
    margin-bottom: 70px !important;
  }
  ._spmt70 {
    margin-top: 70px !important;
  }
  ._sppb70 {
    padding-bottom: 70px !important;
  }
  ._sppt70 {
    padding-top: 70px !important;
  }
}
._mb75 {
  margin-bottom: clamp(5px * 15 / 2, 0.75vw * 15, 5px * 15) !important;
}

._mt75 {
  margin-top: clamp(5px * 15 / 2, 0.75vw * 15, 5px * 15) !important;
}

._ml75 {
  margin-left: 75px !important;
}

._mr75 {
  margin-right: 75px !important;
}

._pb75 {
  padding-bottom: clamp(5px * 15 / 2, 0.75vw * 15, 5px * 15) !important;
}

._pt75 {
  padding-top: clamp(5px * 15 / 2, 0.75vw * 15, 5px * 15) !important;
}

._pl75 {
  padding-left: 75px !important;
}

._pr75 {
  padding-right: 75px !important;
}

._mbst75 {
  margin-bottom: 75px !important;
}

._mtst75 {
  margin-top: 75px !important;
}

._mlst75 {
  margin-left: 75px !important;
}

._mrst75 {
  margin-right: 75px !important;
}

._pbst75 {
  padding-bottom: 75px !important;
}

._ptst75 {
  padding-top: 75px !important;
}

._plst75 {
  padding-left: 75px !important;
}

._prst75 {
  padding-right: 75px !important;
}

@media (min-width: 756px) {
  ._pcmb75 {
    margin-bottom: 75px !important;
  }
  ._pcmt75 {
    margin-top: 75px !important;
  }
  ._pcpb75 {
    padding-bottom: 75px !important;
  }
  ._pcpt75 {
    padding-top: 75px !important;
  }
}
@media (max-width: 768px) {
  ._ml75 {
    margin-left: 11.25vw !important;
  }
  ._mr75 {
    margin-right: 11.25vw !important;
  }
  ._pl75 {
    padding-left: 11.25vw !important;
  }
  ._pr75 {
    padding-right: 11.25vw !important;
  }
  ._spmb75 {
    margin-bottom: 75px !important;
  }
  ._spmt75 {
    margin-top: 75px !important;
  }
  ._sppb75 {
    padding-bottom: 75px !important;
  }
  ._sppt75 {
    padding-top: 75px !important;
  }
}
._mb80 {
  margin-bottom: clamp(5px * 16 / 2, 0.75vw * 16, 5px * 16) !important;
}

._mt80 {
  margin-top: clamp(5px * 16 / 2, 0.75vw * 16, 5px * 16) !important;
}

._ml80 {
  margin-left: 80px !important;
}

._mr80 {
  margin-right: 80px !important;
}

._pb80 {
  padding-bottom: clamp(5px * 16 / 2, 0.75vw * 16, 5px * 16) !important;
}

._pt80 {
  padding-top: clamp(5px * 16 / 2, 0.75vw * 16, 5px * 16) !important;
}

._pl80 {
  padding-left: 80px !important;
}

._pr80 {
  padding-right: 80px !important;
}

._mbst80 {
  margin-bottom: 80px !important;
}

._mtst80 {
  margin-top: 80px !important;
}

._mlst80 {
  margin-left: 80px !important;
}

._mrst80 {
  margin-right: 80px !important;
}

._pbst80 {
  padding-bottom: 80px !important;
}

._ptst80 {
  padding-top: 80px !important;
}

._plst80 {
  padding-left: 80px !important;
}

._prst80 {
  padding-right: 80px !important;
}

@media (min-width: 756px) {
  ._pcmb80 {
    margin-bottom: 80px !important;
  }
  ._pcmt80 {
    margin-top: 80px !important;
  }
  ._pcpb80 {
    padding-bottom: 80px !important;
  }
  ._pcpt80 {
    padding-top: 80px !important;
  }
}
@media (max-width: 768px) {
  ._ml80 {
    margin-left: 12vw !important;
  }
  ._mr80 {
    margin-right: 12vw !important;
  }
  ._pl80 {
    padding-left: 12vw !important;
  }
  ._pr80 {
    padding-right: 12vw !important;
  }
  ._spmb80 {
    margin-bottom: 80px !important;
  }
  ._spmt80 {
    margin-top: 80px !important;
  }
  ._sppb80 {
    padding-bottom: 80px !important;
  }
  ._sppt80 {
    padding-top: 80px !important;
  }
}
._mb85 {
  margin-bottom: clamp(5px * 17 / 2, 0.75vw * 17, 5px * 17) !important;
}

._mt85 {
  margin-top: clamp(5px * 17 / 2, 0.75vw * 17, 5px * 17) !important;
}

._ml85 {
  margin-left: 85px !important;
}

._mr85 {
  margin-right: 85px !important;
}

._pb85 {
  padding-bottom: clamp(5px * 17 / 2, 0.75vw * 17, 5px * 17) !important;
}

._pt85 {
  padding-top: clamp(5px * 17 / 2, 0.75vw * 17, 5px * 17) !important;
}

._pl85 {
  padding-left: 85px !important;
}

._pr85 {
  padding-right: 85px !important;
}

._mbst85 {
  margin-bottom: 85px !important;
}

._mtst85 {
  margin-top: 85px !important;
}

._mlst85 {
  margin-left: 85px !important;
}

._mrst85 {
  margin-right: 85px !important;
}

._pbst85 {
  padding-bottom: 85px !important;
}

._ptst85 {
  padding-top: 85px !important;
}

._plst85 {
  padding-left: 85px !important;
}

._prst85 {
  padding-right: 85px !important;
}

@media (min-width: 756px) {
  ._pcmb85 {
    margin-bottom: 85px !important;
  }
  ._pcmt85 {
    margin-top: 85px !important;
  }
  ._pcpb85 {
    padding-bottom: 85px !important;
  }
  ._pcpt85 {
    padding-top: 85px !important;
  }
}
@media (max-width: 768px) {
  ._ml85 {
    margin-left: 12.75vw !important;
  }
  ._mr85 {
    margin-right: 12.75vw !important;
  }
  ._pl85 {
    padding-left: 12.75vw !important;
  }
  ._pr85 {
    padding-right: 12.75vw !important;
  }
  ._spmb85 {
    margin-bottom: 85px !important;
  }
  ._spmt85 {
    margin-top: 85px !important;
  }
  ._sppb85 {
    padding-bottom: 85px !important;
  }
  ._sppt85 {
    padding-top: 85px !important;
  }
}
._mb90 {
  margin-bottom: clamp(5px * 18 / 2, 0.75vw * 18, 5px * 18) !important;
}

._mt90 {
  margin-top: clamp(5px * 18 / 2, 0.75vw * 18, 5px * 18) !important;
}

._ml90 {
  margin-left: 90px !important;
}

._mr90 {
  margin-right: 90px !important;
}

._pb90 {
  padding-bottom: clamp(5px * 18 / 2, 0.75vw * 18, 5px * 18) !important;
}

._pt90 {
  padding-top: clamp(5px * 18 / 2, 0.75vw * 18, 5px * 18) !important;
}

._pl90 {
  padding-left: 90px !important;
}

._pr90 {
  padding-right: 90px !important;
}

._mbst90 {
  margin-bottom: 90px !important;
}

._mtst90 {
  margin-top: 90px !important;
}

._mlst90 {
  margin-left: 90px !important;
}

._mrst90 {
  margin-right: 90px !important;
}

._pbst90 {
  padding-bottom: 90px !important;
}

._ptst90 {
  padding-top: 90px !important;
}

._plst90 {
  padding-left: 90px !important;
}

._prst90 {
  padding-right: 90px !important;
}

@media (min-width: 756px) {
  ._pcmb90 {
    margin-bottom: 90px !important;
  }
  ._pcmt90 {
    margin-top: 90px !important;
  }
  ._pcpb90 {
    padding-bottom: 90px !important;
  }
  ._pcpt90 {
    padding-top: 90px !important;
  }
}
@media (max-width: 768px) {
  ._ml90 {
    margin-left: 13.5vw !important;
  }
  ._mr90 {
    margin-right: 13.5vw !important;
  }
  ._pl90 {
    padding-left: 13.5vw !important;
  }
  ._pr90 {
    padding-right: 13.5vw !important;
  }
  ._spmb90 {
    margin-bottom: 90px !important;
  }
  ._spmt90 {
    margin-top: 90px !important;
  }
  ._sppb90 {
    padding-bottom: 90px !important;
  }
  ._sppt90 {
    padding-top: 90px !important;
  }
}
._mb95 {
  margin-bottom: clamp(5px * 19 / 2, 0.75vw * 19, 5px * 19) !important;
}

._mt95 {
  margin-top: clamp(5px * 19 / 2, 0.75vw * 19, 5px * 19) !important;
}

._ml95 {
  margin-left: 95px !important;
}

._mr95 {
  margin-right: 95px !important;
}

._pb95 {
  padding-bottom: clamp(5px * 19 / 2, 0.75vw * 19, 5px * 19) !important;
}

._pt95 {
  padding-top: clamp(5px * 19 / 2, 0.75vw * 19, 5px * 19) !important;
}

._pl95 {
  padding-left: 95px !important;
}

._pr95 {
  padding-right: 95px !important;
}

._mbst95 {
  margin-bottom: 95px !important;
}

._mtst95 {
  margin-top: 95px !important;
}

._mlst95 {
  margin-left: 95px !important;
}

._mrst95 {
  margin-right: 95px !important;
}

._pbst95 {
  padding-bottom: 95px !important;
}

._ptst95 {
  padding-top: 95px !important;
}

._plst95 {
  padding-left: 95px !important;
}

._prst95 {
  padding-right: 95px !important;
}

@media (min-width: 756px) {
  ._pcmb95 {
    margin-bottom: 95px !important;
  }
  ._pcmt95 {
    margin-top: 95px !important;
  }
  ._pcpb95 {
    padding-bottom: 95px !important;
  }
  ._pcpt95 {
    padding-top: 95px !important;
  }
}
@media (max-width: 768px) {
  ._ml95 {
    margin-left: 14.25vw !important;
  }
  ._mr95 {
    margin-right: 14.25vw !important;
  }
  ._pl95 {
    padding-left: 14.25vw !important;
  }
  ._pr95 {
    padding-right: 14.25vw !important;
  }
  ._spmb95 {
    margin-bottom: 95px !important;
  }
  ._spmt95 {
    margin-top: 95px !important;
  }
  ._sppb95 {
    padding-bottom: 95px !important;
  }
  ._sppt95 {
    padding-top: 95px !important;
  }
}
._mb100 {
  margin-bottom: clamp(5px * 20 / 2, 0.75vw * 20, 5px * 20) !important;
}

._mt100 {
  margin-top: clamp(5px * 20 / 2, 0.75vw * 20, 5px * 20) !important;
}

._ml100 {
  margin-left: 100px !important;
}

._mr100 {
  margin-right: 100px !important;
}

._pb100 {
  padding-bottom: clamp(5px * 20 / 2, 0.75vw * 20, 5px * 20) !important;
}

._pt100 {
  padding-top: clamp(5px * 20 / 2, 0.75vw * 20, 5px * 20) !important;
}

._pl100 {
  padding-left: 100px !important;
}

._pr100 {
  padding-right: 100px !important;
}

._mbst100 {
  margin-bottom: 100px !important;
}

._mtst100 {
  margin-top: 100px !important;
}

._mlst100 {
  margin-left: 100px !important;
}

._mrst100 {
  margin-right: 100px !important;
}

._pbst100 {
  padding-bottom: 100px !important;
}

._ptst100 {
  padding-top: 100px !important;
}

._plst100 {
  padding-left: 100px !important;
}

._prst100 {
  padding-right: 100px !important;
}

@media (min-width: 756px) {
  ._pcmb100 {
    margin-bottom: 100px !important;
  }
  ._pcmt100 {
    margin-top: 100px !important;
  }
  ._pcpb100 {
    padding-bottom: 100px !important;
  }
  ._pcpt100 {
    padding-top: 100px !important;
  }
}
@media (max-width: 768px) {
  ._ml100 {
    margin-left: 15vw !important;
  }
  ._mr100 {
    margin-right: 15vw !important;
  }
  ._pl100 {
    padding-left: 15vw !important;
  }
  ._pr100 {
    padding-right: 15vw !important;
  }
  ._spmb100 {
    margin-bottom: 100px !important;
  }
  ._spmt100 {
    margin-top: 100px !important;
  }
  ._sppb100 {
    padding-bottom: 100px !important;
  }
  ._sppt100 {
    padding-top: 100px !important;
  }
}
._mb105 {
  margin-bottom: clamp(5px * 21 / 2, 0.75vw * 21, 5px * 21) !important;
}

._mt105 {
  margin-top: clamp(5px * 21 / 2, 0.75vw * 21, 5px * 21) !important;
}

._ml105 {
  margin-left: 105px !important;
}

._mr105 {
  margin-right: 105px !important;
}

._pb105 {
  padding-bottom: clamp(5px * 21 / 2, 0.75vw * 21, 5px * 21) !important;
}

._pt105 {
  padding-top: clamp(5px * 21 / 2, 0.75vw * 21, 5px * 21) !important;
}

._pl105 {
  padding-left: 105px !important;
}

._pr105 {
  padding-right: 105px !important;
}

._mbst105 {
  margin-bottom: 105px !important;
}

._mtst105 {
  margin-top: 105px !important;
}

._mlst105 {
  margin-left: 105px !important;
}

._mrst105 {
  margin-right: 105px !important;
}

._pbst105 {
  padding-bottom: 105px !important;
}

._ptst105 {
  padding-top: 105px !important;
}

._plst105 {
  padding-left: 105px !important;
}

._prst105 {
  padding-right: 105px !important;
}

@media (min-width: 756px) {
  ._pcmb105 {
    margin-bottom: 105px !important;
  }
  ._pcmt105 {
    margin-top: 105px !important;
  }
  ._pcpb105 {
    padding-bottom: 105px !important;
  }
  ._pcpt105 {
    padding-top: 105px !important;
  }
}
@media (max-width: 768px) {
  ._ml105 {
    margin-left: 15.75vw !important;
  }
  ._mr105 {
    margin-right: 15.75vw !important;
  }
  ._pl105 {
    padding-left: 15.75vw !important;
  }
  ._pr105 {
    padding-right: 15.75vw !important;
  }
  ._spmb105 {
    margin-bottom: 105px !important;
  }
  ._spmt105 {
    margin-top: 105px !important;
  }
  ._sppb105 {
    padding-bottom: 105px !important;
  }
  ._sppt105 {
    padding-top: 105px !important;
  }
}
._mb110 {
  margin-bottom: clamp(5px * 22 / 2, 0.75vw * 22, 5px * 22) !important;
}

._mt110 {
  margin-top: clamp(5px * 22 / 2, 0.75vw * 22, 5px * 22) !important;
}

._ml110 {
  margin-left: 110px !important;
}

._mr110 {
  margin-right: 110px !important;
}

._pb110 {
  padding-bottom: clamp(5px * 22 / 2, 0.75vw * 22, 5px * 22) !important;
}

._pt110 {
  padding-top: clamp(5px * 22 / 2, 0.75vw * 22, 5px * 22) !important;
}

._pl110 {
  padding-left: 110px !important;
}

._pr110 {
  padding-right: 110px !important;
}

._mbst110 {
  margin-bottom: 110px !important;
}

._mtst110 {
  margin-top: 110px !important;
}

._mlst110 {
  margin-left: 110px !important;
}

._mrst110 {
  margin-right: 110px !important;
}

._pbst110 {
  padding-bottom: 110px !important;
}

._ptst110 {
  padding-top: 110px !important;
}

._plst110 {
  padding-left: 110px !important;
}

._prst110 {
  padding-right: 110px !important;
}

@media (min-width: 756px) {
  ._pcmb110 {
    margin-bottom: 110px !important;
  }
  ._pcmt110 {
    margin-top: 110px !important;
  }
  ._pcpb110 {
    padding-bottom: 110px !important;
  }
  ._pcpt110 {
    padding-top: 110px !important;
  }
}
@media (max-width: 768px) {
  ._ml110 {
    margin-left: 16.5vw !important;
  }
  ._mr110 {
    margin-right: 16.5vw !important;
  }
  ._pl110 {
    padding-left: 16.5vw !important;
  }
  ._pr110 {
    padding-right: 16.5vw !important;
  }
  ._spmb110 {
    margin-bottom: 110px !important;
  }
  ._spmt110 {
    margin-top: 110px !important;
  }
  ._sppb110 {
    padding-bottom: 110px !important;
  }
  ._sppt110 {
    padding-top: 110px !important;
  }
}
._mb115 {
  margin-bottom: clamp(5px * 23 / 2, 0.75vw * 23, 5px * 23) !important;
}

._mt115 {
  margin-top: clamp(5px * 23 / 2, 0.75vw * 23, 5px * 23) !important;
}

._ml115 {
  margin-left: 115px !important;
}

._mr115 {
  margin-right: 115px !important;
}

._pb115 {
  padding-bottom: clamp(5px * 23 / 2, 0.75vw * 23, 5px * 23) !important;
}

._pt115 {
  padding-top: clamp(5px * 23 / 2, 0.75vw * 23, 5px * 23) !important;
}

._pl115 {
  padding-left: 115px !important;
}

._pr115 {
  padding-right: 115px !important;
}

._mbst115 {
  margin-bottom: 115px !important;
}

._mtst115 {
  margin-top: 115px !important;
}

._mlst115 {
  margin-left: 115px !important;
}

._mrst115 {
  margin-right: 115px !important;
}

._pbst115 {
  padding-bottom: 115px !important;
}

._ptst115 {
  padding-top: 115px !important;
}

._plst115 {
  padding-left: 115px !important;
}

._prst115 {
  padding-right: 115px !important;
}

@media (min-width: 756px) {
  ._pcmb115 {
    margin-bottom: 115px !important;
  }
  ._pcmt115 {
    margin-top: 115px !important;
  }
  ._pcpb115 {
    padding-bottom: 115px !important;
  }
  ._pcpt115 {
    padding-top: 115px !important;
  }
}
@media (max-width: 768px) {
  ._ml115 {
    margin-left: 17.25vw !important;
  }
  ._mr115 {
    margin-right: 17.25vw !important;
  }
  ._pl115 {
    padding-left: 17.25vw !important;
  }
  ._pr115 {
    padding-right: 17.25vw !important;
  }
  ._spmb115 {
    margin-bottom: 115px !important;
  }
  ._spmt115 {
    margin-top: 115px !important;
  }
  ._sppb115 {
    padding-bottom: 115px !important;
  }
  ._sppt115 {
    padding-top: 115px !important;
  }
}
._mb120 {
  margin-bottom: clamp(5px * 24 / 2, 0.75vw * 24, 5px * 24) !important;
}

._mt120 {
  margin-top: clamp(5px * 24 / 2, 0.75vw * 24, 5px * 24) !important;
}

._ml120 {
  margin-left: 120px !important;
}

._mr120 {
  margin-right: 120px !important;
}

._pb120 {
  padding-bottom: clamp(5px * 24 / 2, 0.75vw * 24, 5px * 24) !important;
}

._pt120 {
  padding-top: clamp(5px * 24 / 2, 0.75vw * 24, 5px * 24) !important;
}

._pl120 {
  padding-left: 120px !important;
}

._pr120 {
  padding-right: 120px !important;
}

._mbst120 {
  margin-bottom: 120px !important;
}

._mtst120 {
  margin-top: 120px !important;
}

._mlst120 {
  margin-left: 120px !important;
}

._mrst120 {
  margin-right: 120px !important;
}

._pbst120 {
  padding-bottom: 120px !important;
}

._ptst120 {
  padding-top: 120px !important;
}

._plst120 {
  padding-left: 120px !important;
}

._prst120 {
  padding-right: 120px !important;
}

@media (min-width: 756px) {
  ._pcmb120 {
    margin-bottom: 120px !important;
  }
  ._pcmt120 {
    margin-top: 120px !important;
  }
  ._pcpb120 {
    padding-bottom: 120px !important;
  }
  ._pcpt120 {
    padding-top: 120px !important;
  }
}
@media (max-width: 768px) {
  ._ml120 {
    margin-left: 18vw !important;
  }
  ._mr120 {
    margin-right: 18vw !important;
  }
  ._pl120 {
    padding-left: 18vw !important;
  }
  ._pr120 {
    padding-right: 18vw !important;
  }
  ._spmb120 {
    margin-bottom: 120px !important;
  }
  ._spmt120 {
    margin-top: 120px !important;
  }
  ._sppb120 {
    padding-bottom: 120px !important;
  }
  ._sppt120 {
    padding-top: 120px !important;
  }
}
._mb125 {
  margin-bottom: clamp(5px * 25 / 2, 0.75vw * 25, 5px * 25) !important;
}

._mt125 {
  margin-top: clamp(5px * 25 / 2, 0.75vw * 25, 5px * 25) !important;
}

._ml125 {
  margin-left: 125px !important;
}

._mr125 {
  margin-right: 125px !important;
}

._pb125 {
  padding-bottom: clamp(5px * 25 / 2, 0.75vw * 25, 5px * 25) !important;
}

._pt125 {
  padding-top: clamp(5px * 25 / 2, 0.75vw * 25, 5px * 25) !important;
}

._pl125 {
  padding-left: 125px !important;
}

._pr125 {
  padding-right: 125px !important;
}

._mbst125 {
  margin-bottom: 125px !important;
}

._mtst125 {
  margin-top: 125px !important;
}

._mlst125 {
  margin-left: 125px !important;
}

._mrst125 {
  margin-right: 125px !important;
}

._pbst125 {
  padding-bottom: 125px !important;
}

._ptst125 {
  padding-top: 125px !important;
}

._plst125 {
  padding-left: 125px !important;
}

._prst125 {
  padding-right: 125px !important;
}

@media (min-width: 756px) {
  ._pcmb125 {
    margin-bottom: 125px !important;
  }
  ._pcmt125 {
    margin-top: 125px !important;
  }
  ._pcpb125 {
    padding-bottom: 125px !important;
  }
  ._pcpt125 {
    padding-top: 125px !important;
  }
}
@media (max-width: 768px) {
  ._ml125 {
    margin-left: 18.75vw !important;
  }
  ._mr125 {
    margin-right: 18.75vw !important;
  }
  ._pl125 {
    padding-left: 18.75vw !important;
  }
  ._pr125 {
    padding-right: 18.75vw !important;
  }
  ._spmb125 {
    margin-bottom: 125px !important;
  }
  ._spmt125 {
    margin-top: 125px !important;
  }
  ._sppb125 {
    padding-bottom: 125px !important;
  }
  ._sppt125 {
    padding-top: 125px !important;
  }
}
._mb130 {
  margin-bottom: clamp(5px * 26 / 2, 0.75vw * 26, 5px * 26) !important;
}

._mt130 {
  margin-top: clamp(5px * 26 / 2, 0.75vw * 26, 5px * 26) !important;
}

._ml130 {
  margin-left: 130px !important;
}

._mr130 {
  margin-right: 130px !important;
}

._pb130 {
  padding-bottom: clamp(5px * 26 / 2, 0.75vw * 26, 5px * 26) !important;
}

._pt130 {
  padding-top: clamp(5px * 26 / 2, 0.75vw * 26, 5px * 26) !important;
}

._pl130 {
  padding-left: 130px !important;
}

._pr130 {
  padding-right: 130px !important;
}

._mbst130 {
  margin-bottom: 130px !important;
}

._mtst130 {
  margin-top: 130px !important;
}

._mlst130 {
  margin-left: 130px !important;
}

._mrst130 {
  margin-right: 130px !important;
}

._pbst130 {
  padding-bottom: 130px !important;
}

._ptst130 {
  padding-top: 130px !important;
}

._plst130 {
  padding-left: 130px !important;
}

._prst130 {
  padding-right: 130px !important;
}

@media (min-width: 756px) {
  ._pcmb130 {
    margin-bottom: 130px !important;
  }
  ._pcmt130 {
    margin-top: 130px !important;
  }
  ._pcpb130 {
    padding-bottom: 130px !important;
  }
  ._pcpt130 {
    padding-top: 130px !important;
  }
}
@media (max-width: 768px) {
  ._ml130 {
    margin-left: 19.5vw !important;
  }
  ._mr130 {
    margin-right: 19.5vw !important;
  }
  ._pl130 {
    padding-left: 19.5vw !important;
  }
  ._pr130 {
    padding-right: 19.5vw !important;
  }
  ._spmb130 {
    margin-bottom: 130px !important;
  }
  ._spmt130 {
    margin-top: 130px !important;
  }
  ._sppb130 {
    padding-bottom: 130px !important;
  }
  ._sppt130 {
    padding-top: 130px !important;
  }
}
._mb135 {
  margin-bottom: clamp(5px * 27 / 2, 0.75vw * 27, 5px * 27) !important;
}

._mt135 {
  margin-top: clamp(5px * 27 / 2, 0.75vw * 27, 5px * 27) !important;
}

._ml135 {
  margin-left: 135px !important;
}

._mr135 {
  margin-right: 135px !important;
}

._pb135 {
  padding-bottom: clamp(5px * 27 / 2, 0.75vw * 27, 5px * 27) !important;
}

._pt135 {
  padding-top: clamp(5px * 27 / 2, 0.75vw * 27, 5px * 27) !important;
}

._pl135 {
  padding-left: 135px !important;
}

._pr135 {
  padding-right: 135px !important;
}

._mbst135 {
  margin-bottom: 135px !important;
}

._mtst135 {
  margin-top: 135px !important;
}

._mlst135 {
  margin-left: 135px !important;
}

._mrst135 {
  margin-right: 135px !important;
}

._pbst135 {
  padding-bottom: 135px !important;
}

._ptst135 {
  padding-top: 135px !important;
}

._plst135 {
  padding-left: 135px !important;
}

._prst135 {
  padding-right: 135px !important;
}

@media (min-width: 756px) {
  ._pcmb135 {
    margin-bottom: 135px !important;
  }
  ._pcmt135 {
    margin-top: 135px !important;
  }
  ._pcpb135 {
    padding-bottom: 135px !important;
  }
  ._pcpt135 {
    padding-top: 135px !important;
  }
}
@media (max-width: 768px) {
  ._ml135 {
    margin-left: 20.25vw !important;
  }
  ._mr135 {
    margin-right: 20.25vw !important;
  }
  ._pl135 {
    padding-left: 20.25vw !important;
  }
  ._pr135 {
    padding-right: 20.25vw !important;
  }
  ._spmb135 {
    margin-bottom: 135px !important;
  }
  ._spmt135 {
    margin-top: 135px !important;
  }
  ._sppb135 {
    padding-bottom: 135px !important;
  }
  ._sppt135 {
    padding-top: 135px !important;
  }
}
._mb140 {
  margin-bottom: clamp(5px * 28 / 2, 0.75vw * 28, 5px * 28) !important;
}

._mt140 {
  margin-top: clamp(5px * 28 / 2, 0.75vw * 28, 5px * 28) !important;
}

._ml140 {
  margin-left: 140px !important;
}

._mr140 {
  margin-right: 140px !important;
}

._pb140 {
  padding-bottom: clamp(5px * 28 / 2, 0.75vw * 28, 5px * 28) !important;
}

._pt140 {
  padding-top: clamp(5px * 28 / 2, 0.75vw * 28, 5px * 28) !important;
}

._pl140 {
  padding-left: 140px !important;
}

._pr140 {
  padding-right: 140px !important;
}

._mbst140 {
  margin-bottom: 140px !important;
}

._mtst140 {
  margin-top: 140px !important;
}

._mlst140 {
  margin-left: 140px !important;
}

._mrst140 {
  margin-right: 140px !important;
}

._pbst140 {
  padding-bottom: 140px !important;
}

._ptst140 {
  padding-top: 140px !important;
}

._plst140 {
  padding-left: 140px !important;
}

._prst140 {
  padding-right: 140px !important;
}

@media (min-width: 756px) {
  ._pcmb140 {
    margin-bottom: 140px !important;
  }
  ._pcmt140 {
    margin-top: 140px !important;
  }
  ._pcpb140 {
    padding-bottom: 140px !important;
  }
  ._pcpt140 {
    padding-top: 140px !important;
  }
}
@media (max-width: 768px) {
  ._ml140 {
    margin-left: 21vw !important;
  }
  ._mr140 {
    margin-right: 21vw !important;
  }
  ._pl140 {
    padding-left: 21vw !important;
  }
  ._pr140 {
    padding-right: 21vw !important;
  }
  ._spmb140 {
    margin-bottom: 140px !important;
  }
  ._spmt140 {
    margin-top: 140px !important;
  }
  ._sppb140 {
    padding-bottom: 140px !important;
  }
  ._sppt140 {
    padding-top: 140px !important;
  }
}
._mb145 {
  margin-bottom: clamp(5px * 29 / 2, 0.75vw * 29, 5px * 29) !important;
}

._mt145 {
  margin-top: clamp(5px * 29 / 2, 0.75vw * 29, 5px * 29) !important;
}

._ml145 {
  margin-left: 145px !important;
}

._mr145 {
  margin-right: 145px !important;
}

._pb145 {
  padding-bottom: clamp(5px * 29 / 2, 0.75vw * 29, 5px * 29) !important;
}

._pt145 {
  padding-top: clamp(5px * 29 / 2, 0.75vw * 29, 5px * 29) !important;
}

._pl145 {
  padding-left: 145px !important;
}

._pr145 {
  padding-right: 145px !important;
}

._mbst145 {
  margin-bottom: 145px !important;
}

._mtst145 {
  margin-top: 145px !important;
}

._mlst145 {
  margin-left: 145px !important;
}

._mrst145 {
  margin-right: 145px !important;
}

._pbst145 {
  padding-bottom: 145px !important;
}

._ptst145 {
  padding-top: 145px !important;
}

._plst145 {
  padding-left: 145px !important;
}

._prst145 {
  padding-right: 145px !important;
}

@media (min-width: 756px) {
  ._pcmb145 {
    margin-bottom: 145px !important;
  }
  ._pcmt145 {
    margin-top: 145px !important;
  }
  ._pcpb145 {
    padding-bottom: 145px !important;
  }
  ._pcpt145 {
    padding-top: 145px !important;
  }
}
@media (max-width: 768px) {
  ._ml145 {
    margin-left: 21.75vw !important;
  }
  ._mr145 {
    margin-right: 21.75vw !important;
  }
  ._pl145 {
    padding-left: 21.75vw !important;
  }
  ._pr145 {
    padding-right: 21.75vw !important;
  }
  ._spmb145 {
    margin-bottom: 145px !important;
  }
  ._spmt145 {
    margin-top: 145px !important;
  }
  ._sppb145 {
    padding-bottom: 145px !important;
  }
  ._sppt145 {
    padding-top: 145px !important;
  }
}
._mb150 {
  margin-bottom: clamp(5px * 30 / 2, 0.75vw * 30, 5px * 30) !important;
}

._mt150 {
  margin-top: clamp(5px * 30 / 2, 0.75vw * 30, 5px * 30) !important;
}

._ml150 {
  margin-left: 150px !important;
}

._mr150 {
  margin-right: 150px !important;
}

._pb150 {
  padding-bottom: clamp(5px * 30 / 2, 0.75vw * 30, 5px * 30) !important;
}

._pt150 {
  padding-top: clamp(5px * 30 / 2, 0.75vw * 30, 5px * 30) !important;
}

._pl150 {
  padding-left: 150px !important;
}

._pr150 {
  padding-right: 150px !important;
}

._mbst150 {
  margin-bottom: 150px !important;
}

._mtst150 {
  margin-top: 150px !important;
}

._mlst150 {
  margin-left: 150px !important;
}

._mrst150 {
  margin-right: 150px !important;
}

._pbst150 {
  padding-bottom: 150px !important;
}

._ptst150 {
  padding-top: 150px !important;
}

._plst150 {
  padding-left: 150px !important;
}

._prst150 {
  padding-right: 150px !important;
}

@media (min-width: 756px) {
  ._pcmb150 {
    margin-bottom: 150px !important;
  }
  ._pcmt150 {
    margin-top: 150px !important;
  }
  ._pcpb150 {
    padding-bottom: 150px !important;
  }
  ._pcpt150 {
    padding-top: 150px !important;
  }
}
@media (max-width: 768px) {
  ._ml150 {
    margin-left: 22.5vw !important;
  }
  ._mr150 {
    margin-right: 22.5vw !important;
  }
  ._pl150 {
    padding-left: 22.5vw !important;
  }
  ._pr150 {
    padding-right: 22.5vw !important;
  }
  ._spmb150 {
    margin-bottom: 150px !important;
  }
  ._spmt150 {
    margin-top: 150px !important;
  }
  ._sppb150 {
    padding-bottom: 150px !important;
  }
  ._sppt150 {
    padding-top: 150px !important;
  }
}
._mb155 {
  margin-bottom: clamp(5px * 31 / 2, 0.75vw * 31, 5px * 31) !important;
}

._mt155 {
  margin-top: clamp(5px * 31 / 2, 0.75vw * 31, 5px * 31) !important;
}

._ml155 {
  margin-left: 155px !important;
}

._mr155 {
  margin-right: 155px !important;
}

._pb155 {
  padding-bottom: clamp(5px * 31 / 2, 0.75vw * 31, 5px * 31) !important;
}

._pt155 {
  padding-top: clamp(5px * 31 / 2, 0.75vw * 31, 5px * 31) !important;
}

._pl155 {
  padding-left: 155px !important;
}

._pr155 {
  padding-right: 155px !important;
}

._mbst155 {
  margin-bottom: 155px !important;
}

._mtst155 {
  margin-top: 155px !important;
}

._mlst155 {
  margin-left: 155px !important;
}

._mrst155 {
  margin-right: 155px !important;
}

._pbst155 {
  padding-bottom: 155px !important;
}

._ptst155 {
  padding-top: 155px !important;
}

._plst155 {
  padding-left: 155px !important;
}

._prst155 {
  padding-right: 155px !important;
}

@media (min-width: 756px) {
  ._pcmb155 {
    margin-bottom: 155px !important;
  }
  ._pcmt155 {
    margin-top: 155px !important;
  }
  ._pcpb155 {
    padding-bottom: 155px !important;
  }
  ._pcpt155 {
    padding-top: 155px !important;
  }
}
@media (max-width: 768px) {
  ._ml155 {
    margin-left: 23.25vw !important;
  }
  ._mr155 {
    margin-right: 23.25vw !important;
  }
  ._pl155 {
    padding-left: 23.25vw !important;
  }
  ._pr155 {
    padding-right: 23.25vw !important;
  }
  ._spmb155 {
    margin-bottom: 155px !important;
  }
  ._spmt155 {
    margin-top: 155px !important;
  }
  ._sppb155 {
    padding-bottom: 155px !important;
  }
  ._sppt155 {
    padding-top: 155px !important;
  }
}
._mb160 {
  margin-bottom: clamp(5px * 32 / 2, 0.75vw * 32, 5px * 32) !important;
}

._mt160 {
  margin-top: clamp(5px * 32 / 2, 0.75vw * 32, 5px * 32) !important;
}

._ml160 {
  margin-left: 160px !important;
}

._mr160 {
  margin-right: 160px !important;
}

._pb160 {
  padding-bottom: clamp(5px * 32 / 2, 0.75vw * 32, 5px * 32) !important;
}

._pt160 {
  padding-top: clamp(5px * 32 / 2, 0.75vw * 32, 5px * 32) !important;
}

._pl160 {
  padding-left: 160px !important;
}

._pr160 {
  padding-right: 160px !important;
}

._mbst160 {
  margin-bottom: 160px !important;
}

._mtst160 {
  margin-top: 160px !important;
}

._mlst160 {
  margin-left: 160px !important;
}

._mrst160 {
  margin-right: 160px !important;
}

._pbst160 {
  padding-bottom: 160px !important;
}

._ptst160 {
  padding-top: 160px !important;
}

._plst160 {
  padding-left: 160px !important;
}

._prst160 {
  padding-right: 160px !important;
}

@media (min-width: 756px) {
  ._pcmb160 {
    margin-bottom: 160px !important;
  }
  ._pcmt160 {
    margin-top: 160px !important;
  }
  ._pcpb160 {
    padding-bottom: 160px !important;
  }
  ._pcpt160 {
    padding-top: 160px !important;
  }
}
@media (max-width: 768px) {
  ._ml160 {
    margin-left: 24vw !important;
  }
  ._mr160 {
    margin-right: 24vw !important;
  }
  ._pl160 {
    padding-left: 24vw !important;
  }
  ._pr160 {
    padding-right: 24vw !important;
  }
  ._spmb160 {
    margin-bottom: 160px !important;
  }
  ._spmt160 {
    margin-top: 160px !important;
  }
  ._sppb160 {
    padding-bottom: 160px !important;
  }
  ._sppt160 {
    padding-top: 160px !important;
  }
}
._mb165 {
  margin-bottom: clamp(5px * 33 / 2, 0.75vw * 33, 5px * 33) !important;
}

._mt165 {
  margin-top: clamp(5px * 33 / 2, 0.75vw * 33, 5px * 33) !important;
}

._ml165 {
  margin-left: 165px !important;
}

._mr165 {
  margin-right: 165px !important;
}

._pb165 {
  padding-bottom: clamp(5px * 33 / 2, 0.75vw * 33, 5px * 33) !important;
}

._pt165 {
  padding-top: clamp(5px * 33 / 2, 0.75vw * 33, 5px * 33) !important;
}

._pl165 {
  padding-left: 165px !important;
}

._pr165 {
  padding-right: 165px !important;
}

._mbst165 {
  margin-bottom: 165px !important;
}

._mtst165 {
  margin-top: 165px !important;
}

._mlst165 {
  margin-left: 165px !important;
}

._mrst165 {
  margin-right: 165px !important;
}

._pbst165 {
  padding-bottom: 165px !important;
}

._ptst165 {
  padding-top: 165px !important;
}

._plst165 {
  padding-left: 165px !important;
}

._prst165 {
  padding-right: 165px !important;
}

@media (min-width: 756px) {
  ._pcmb165 {
    margin-bottom: 165px !important;
  }
  ._pcmt165 {
    margin-top: 165px !important;
  }
  ._pcpb165 {
    padding-bottom: 165px !important;
  }
  ._pcpt165 {
    padding-top: 165px !important;
  }
}
@media (max-width: 768px) {
  ._ml165 {
    margin-left: 24.75vw !important;
  }
  ._mr165 {
    margin-right: 24.75vw !important;
  }
  ._pl165 {
    padding-left: 24.75vw !important;
  }
  ._pr165 {
    padding-right: 24.75vw !important;
  }
  ._spmb165 {
    margin-bottom: 165px !important;
  }
  ._spmt165 {
    margin-top: 165px !important;
  }
  ._sppb165 {
    padding-bottom: 165px !important;
  }
  ._sppt165 {
    padding-top: 165px !important;
  }
}
._mb170 {
  margin-bottom: clamp(5px * 34 / 2, 0.75vw * 34, 5px * 34) !important;
}

._mt170 {
  margin-top: clamp(5px * 34 / 2, 0.75vw * 34, 5px * 34) !important;
}

._ml170 {
  margin-left: 170px !important;
}

._mr170 {
  margin-right: 170px !important;
}

._pb170 {
  padding-bottom: clamp(5px * 34 / 2, 0.75vw * 34, 5px * 34) !important;
}

._pt170 {
  padding-top: clamp(5px * 34 / 2, 0.75vw * 34, 5px * 34) !important;
}

._pl170 {
  padding-left: 170px !important;
}

._pr170 {
  padding-right: 170px !important;
}

._mbst170 {
  margin-bottom: 170px !important;
}

._mtst170 {
  margin-top: 170px !important;
}

._mlst170 {
  margin-left: 170px !important;
}

._mrst170 {
  margin-right: 170px !important;
}

._pbst170 {
  padding-bottom: 170px !important;
}

._ptst170 {
  padding-top: 170px !important;
}

._plst170 {
  padding-left: 170px !important;
}

._prst170 {
  padding-right: 170px !important;
}

@media (min-width: 756px) {
  ._pcmb170 {
    margin-bottom: 170px !important;
  }
  ._pcmt170 {
    margin-top: 170px !important;
  }
  ._pcpb170 {
    padding-bottom: 170px !important;
  }
  ._pcpt170 {
    padding-top: 170px !important;
  }
}
@media (max-width: 768px) {
  ._ml170 {
    margin-left: 25.5vw !important;
  }
  ._mr170 {
    margin-right: 25.5vw !important;
  }
  ._pl170 {
    padding-left: 25.5vw !important;
  }
  ._pr170 {
    padding-right: 25.5vw !important;
  }
  ._spmb170 {
    margin-bottom: 170px !important;
  }
  ._spmt170 {
    margin-top: 170px !important;
  }
  ._sppb170 {
    padding-bottom: 170px !important;
  }
  ._sppt170 {
    padding-top: 170px !important;
  }
}
._mb175 {
  margin-bottom: clamp(5px * 35 / 2, 0.75vw * 35, 5px * 35) !important;
}

._mt175 {
  margin-top: clamp(5px * 35 / 2, 0.75vw * 35, 5px * 35) !important;
}

._ml175 {
  margin-left: 175px !important;
}

._mr175 {
  margin-right: 175px !important;
}

._pb175 {
  padding-bottom: clamp(5px * 35 / 2, 0.75vw * 35, 5px * 35) !important;
}

._pt175 {
  padding-top: clamp(5px * 35 / 2, 0.75vw * 35, 5px * 35) !important;
}

._pl175 {
  padding-left: 175px !important;
}

._pr175 {
  padding-right: 175px !important;
}

._mbst175 {
  margin-bottom: 175px !important;
}

._mtst175 {
  margin-top: 175px !important;
}

._mlst175 {
  margin-left: 175px !important;
}

._mrst175 {
  margin-right: 175px !important;
}

._pbst175 {
  padding-bottom: 175px !important;
}

._ptst175 {
  padding-top: 175px !important;
}

._plst175 {
  padding-left: 175px !important;
}

._prst175 {
  padding-right: 175px !important;
}

@media (min-width: 756px) {
  ._pcmb175 {
    margin-bottom: 175px !important;
  }
  ._pcmt175 {
    margin-top: 175px !important;
  }
  ._pcpb175 {
    padding-bottom: 175px !important;
  }
  ._pcpt175 {
    padding-top: 175px !important;
  }
}
@media (max-width: 768px) {
  ._ml175 {
    margin-left: 26.25vw !important;
  }
  ._mr175 {
    margin-right: 26.25vw !important;
  }
  ._pl175 {
    padding-left: 26.25vw !important;
  }
  ._pr175 {
    padding-right: 26.25vw !important;
  }
  ._spmb175 {
    margin-bottom: 175px !important;
  }
  ._spmt175 {
    margin-top: 175px !important;
  }
  ._sppb175 {
    padding-bottom: 175px !important;
  }
  ._sppt175 {
    padding-top: 175px !important;
  }
}
._mb180 {
  margin-bottom: clamp(5px * 36 / 2, 0.75vw * 36, 5px * 36) !important;
}

._mt180 {
  margin-top: clamp(5px * 36 / 2, 0.75vw * 36, 5px * 36) !important;
}

._ml180 {
  margin-left: 180px !important;
}

._mr180 {
  margin-right: 180px !important;
}

._pb180 {
  padding-bottom: clamp(5px * 36 / 2, 0.75vw * 36, 5px * 36) !important;
}

._pt180 {
  padding-top: clamp(5px * 36 / 2, 0.75vw * 36, 5px * 36) !important;
}

._pl180 {
  padding-left: 180px !important;
}

._pr180 {
  padding-right: 180px !important;
}

._mbst180 {
  margin-bottom: 180px !important;
}

._mtst180 {
  margin-top: 180px !important;
}

._mlst180 {
  margin-left: 180px !important;
}

._mrst180 {
  margin-right: 180px !important;
}

._pbst180 {
  padding-bottom: 180px !important;
}

._ptst180 {
  padding-top: 180px !important;
}

._plst180 {
  padding-left: 180px !important;
}

._prst180 {
  padding-right: 180px !important;
}

@media (min-width: 756px) {
  ._pcmb180 {
    margin-bottom: 180px !important;
  }
  ._pcmt180 {
    margin-top: 180px !important;
  }
  ._pcpb180 {
    padding-bottom: 180px !important;
  }
  ._pcpt180 {
    padding-top: 180px !important;
  }
}
@media (max-width: 768px) {
  ._ml180 {
    margin-left: 27vw !important;
  }
  ._mr180 {
    margin-right: 27vw !important;
  }
  ._pl180 {
    padding-left: 27vw !important;
  }
  ._pr180 {
    padding-right: 27vw !important;
  }
  ._spmb180 {
    margin-bottom: 180px !important;
  }
  ._spmt180 {
    margin-top: 180px !important;
  }
  ._sppb180 {
    padding-bottom: 180px !important;
  }
  ._sppt180 {
    padding-top: 180px !important;
  }
}
._mb185 {
  margin-bottom: clamp(5px * 37 / 2, 0.75vw * 37, 5px * 37) !important;
}

._mt185 {
  margin-top: clamp(5px * 37 / 2, 0.75vw * 37, 5px * 37) !important;
}

._ml185 {
  margin-left: 185px !important;
}

._mr185 {
  margin-right: 185px !important;
}

._pb185 {
  padding-bottom: clamp(5px * 37 / 2, 0.75vw * 37, 5px * 37) !important;
}

._pt185 {
  padding-top: clamp(5px * 37 / 2, 0.75vw * 37, 5px * 37) !important;
}

._pl185 {
  padding-left: 185px !important;
}

._pr185 {
  padding-right: 185px !important;
}

._mbst185 {
  margin-bottom: 185px !important;
}

._mtst185 {
  margin-top: 185px !important;
}

._mlst185 {
  margin-left: 185px !important;
}

._mrst185 {
  margin-right: 185px !important;
}

._pbst185 {
  padding-bottom: 185px !important;
}

._ptst185 {
  padding-top: 185px !important;
}

._plst185 {
  padding-left: 185px !important;
}

._prst185 {
  padding-right: 185px !important;
}

@media (min-width: 756px) {
  ._pcmb185 {
    margin-bottom: 185px !important;
  }
  ._pcmt185 {
    margin-top: 185px !important;
  }
  ._pcpb185 {
    padding-bottom: 185px !important;
  }
  ._pcpt185 {
    padding-top: 185px !important;
  }
}
@media (max-width: 768px) {
  ._ml185 {
    margin-left: 27.75vw !important;
  }
  ._mr185 {
    margin-right: 27.75vw !important;
  }
  ._pl185 {
    padding-left: 27.75vw !important;
  }
  ._pr185 {
    padding-right: 27.75vw !important;
  }
  ._spmb185 {
    margin-bottom: 185px !important;
  }
  ._spmt185 {
    margin-top: 185px !important;
  }
  ._sppb185 {
    padding-bottom: 185px !important;
  }
  ._sppt185 {
    padding-top: 185px !important;
  }
}
._mb190 {
  margin-bottom: clamp(5px * 38 / 2, 0.75vw * 38, 5px * 38) !important;
}

._mt190 {
  margin-top: clamp(5px * 38 / 2, 0.75vw * 38, 5px * 38) !important;
}

._ml190 {
  margin-left: 190px !important;
}

._mr190 {
  margin-right: 190px !important;
}

._pb190 {
  padding-bottom: clamp(5px * 38 / 2, 0.75vw * 38, 5px * 38) !important;
}

._pt190 {
  padding-top: clamp(5px * 38 / 2, 0.75vw * 38, 5px * 38) !important;
}

._pl190 {
  padding-left: 190px !important;
}

._pr190 {
  padding-right: 190px !important;
}

._mbst190 {
  margin-bottom: 190px !important;
}

._mtst190 {
  margin-top: 190px !important;
}

._mlst190 {
  margin-left: 190px !important;
}

._mrst190 {
  margin-right: 190px !important;
}

._pbst190 {
  padding-bottom: 190px !important;
}

._ptst190 {
  padding-top: 190px !important;
}

._plst190 {
  padding-left: 190px !important;
}

._prst190 {
  padding-right: 190px !important;
}

@media (min-width: 756px) {
  ._pcmb190 {
    margin-bottom: 190px !important;
  }
  ._pcmt190 {
    margin-top: 190px !important;
  }
  ._pcpb190 {
    padding-bottom: 190px !important;
  }
  ._pcpt190 {
    padding-top: 190px !important;
  }
}
@media (max-width: 768px) {
  ._ml190 {
    margin-left: 28.5vw !important;
  }
  ._mr190 {
    margin-right: 28.5vw !important;
  }
  ._pl190 {
    padding-left: 28.5vw !important;
  }
  ._pr190 {
    padding-right: 28.5vw !important;
  }
  ._spmb190 {
    margin-bottom: 190px !important;
  }
  ._spmt190 {
    margin-top: 190px !important;
  }
  ._sppb190 {
    padding-bottom: 190px !important;
  }
  ._sppt190 {
    padding-top: 190px !important;
  }
}
._mb195 {
  margin-bottom: clamp(5px * 39 / 2, 0.75vw * 39, 5px * 39) !important;
}

._mt195 {
  margin-top: clamp(5px * 39 / 2, 0.75vw * 39, 5px * 39) !important;
}

._ml195 {
  margin-left: 195px !important;
}

._mr195 {
  margin-right: 195px !important;
}

._pb195 {
  padding-bottom: clamp(5px * 39 / 2, 0.75vw * 39, 5px * 39) !important;
}

._pt195 {
  padding-top: clamp(5px * 39 / 2, 0.75vw * 39, 5px * 39) !important;
}

._pl195 {
  padding-left: 195px !important;
}

._pr195 {
  padding-right: 195px !important;
}

._mbst195 {
  margin-bottom: 195px !important;
}

._mtst195 {
  margin-top: 195px !important;
}

._mlst195 {
  margin-left: 195px !important;
}

._mrst195 {
  margin-right: 195px !important;
}

._pbst195 {
  padding-bottom: 195px !important;
}

._ptst195 {
  padding-top: 195px !important;
}

._plst195 {
  padding-left: 195px !important;
}

._prst195 {
  padding-right: 195px !important;
}

@media (min-width: 756px) {
  ._pcmb195 {
    margin-bottom: 195px !important;
  }
  ._pcmt195 {
    margin-top: 195px !important;
  }
  ._pcpb195 {
    padding-bottom: 195px !important;
  }
  ._pcpt195 {
    padding-top: 195px !important;
  }
}
@media (max-width: 768px) {
  ._ml195 {
    margin-left: 29.25vw !important;
  }
  ._mr195 {
    margin-right: 29.25vw !important;
  }
  ._pl195 {
    padding-left: 29.25vw !important;
  }
  ._pr195 {
    padding-right: 29.25vw !important;
  }
  ._spmb195 {
    margin-bottom: 195px !important;
  }
  ._spmt195 {
    margin-top: 195px !important;
  }
  ._sppb195 {
    padding-bottom: 195px !important;
  }
  ._sppt195 {
    padding-top: 195px !important;
  }
}
._mb200 {
  margin-bottom: clamp(5px * 40 / 2, 0.75vw * 40, 5px * 40) !important;
}

._mt200 {
  margin-top: clamp(5px * 40 / 2, 0.75vw * 40, 5px * 40) !important;
}

._ml200 {
  margin-left: 200px !important;
}

._mr200 {
  margin-right: 200px !important;
}

._pb200 {
  padding-bottom: clamp(5px * 40 / 2, 0.75vw * 40, 5px * 40) !important;
}

._pt200 {
  padding-top: clamp(5px * 40 / 2, 0.75vw * 40, 5px * 40) !important;
}

._pl200 {
  padding-left: 200px !important;
}

._pr200 {
  padding-right: 200px !important;
}

._mbst200 {
  margin-bottom: 200px !important;
}

._mtst200 {
  margin-top: 200px !important;
}

._mlst200 {
  margin-left: 200px !important;
}

._mrst200 {
  margin-right: 200px !important;
}

._pbst200 {
  padding-bottom: 200px !important;
}

._ptst200 {
  padding-top: 200px !important;
}

._plst200 {
  padding-left: 200px !important;
}

._prst200 {
  padding-right: 200px !important;
}

@media (min-width: 756px) {
  ._pcmb200 {
    margin-bottom: 200px !important;
  }
  ._pcmt200 {
    margin-top: 200px !important;
  }
  ._pcpb200 {
    padding-bottom: 200px !important;
  }
  ._pcpt200 {
    padding-top: 200px !important;
  }
}
@media (max-width: 768px) {
  ._ml200 {
    margin-left: 30vw !important;
  }
  ._mr200 {
    margin-right: 30vw !important;
  }
  ._pl200 {
    padding-left: 30vw !important;
  }
  ._pr200 {
    padding-right: 30vw !important;
  }
  ._spmb200 {
    margin-bottom: 200px !important;
  }
  ._spmt200 {
    margin-top: 200px !important;
  }
  ._sppb200 {
    padding-bottom: 200px !important;
  }
  ._sppt200 {
    padding-top: 200px !important;
  }
}
._box02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
._box02 > .box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
  height: auto;
}

._fadeiu {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.7s ease-out, -webkit-transform 0.7s cubic-bezier(0.1, -0.6, 0.2, 0);
  transition: opacity 0.7s ease-out, -webkit-transform 0.7s cubic-bezier(0.1, -0.6, 0.2, 0);
  transition: transform 0.7s cubic-bezier(0.1, -0.6, 0.2, 0), opacity 0.7s ease-out;
  transition: transform 0.7s cubic-bezier(0.1, -0.6, 0.2, 0), opacity 0.7s ease-out, -webkit-transform 0.7s cubic-bezier(0.1, -0.6, 0.2, 0);
}
._fadeiu.-fdgroup:nth-of-type(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
._fadeiu.-fdgroup:nth-of-type(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
._fadeiu.-fdgroup:nth-of-type(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
._fadeiu.-fdgroup:nth-of-type(4) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
._fadeiu.-fdgroup:nth-of-type(5) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
._fadeiu.-fdgroup:nth-of-type(6) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
._fadeiu.-fdgroup:nth-of-type(7) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
._fadeiu.-fdgroup:nth-of-type(8) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
._fadeiu.-fdgroup:nth-of-type(9) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
._fadeiu.-fdgroup:nth-of-type(10) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
._fadeiu.-fdgroup:nth-of-type(11) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
._fadeiu.-fdgroup:nth-of-type(12) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
._fadeiu.-fdgroup4:nth-of-type(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
._fadeiu.-fdgroup4:nth-of-type(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
._fadeiu.-fdgroup4:nth-of-type(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
._fadeiu.-fdgroup4:nth-of-type(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
._fadeiu.-fdgroup4:nth-of-type(5) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
._fadeiu.-fdgroup4:nth-of-type(6) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
._fadeiu.-fdgroup4:nth-of-type(7) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
._fadeiu.-fdgroup4:nth-of-type(8) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
._fadeiu.-fdgroup4:nth-of-type(9) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
._fadeiu.-fdgroup4:nth-of-type(10) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
._fadeiu.-fdgroup4:nth-of-type(11) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
._fadeiu.-fdgroup4:nth-of-type(12) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
._fadeiu.-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (max-width: 768px) {
  ._fadeiu {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition-delay: 0s !important;
            transition-delay: 0s !important;
  }
}

._fadeir {
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: transform 0.8s ease-out, opacity 0.8s ease-out;
  transition: transform 0.8s ease-out, opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
}
._fadeir.-active {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media (max-width: 768px) {
  ._fadeir {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition-delay: 0s !important;
            transition-delay: 0s !important;
  }
}

._fadeil {
  opacity: 0;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: transform 0.8s ease-out, opacity 0.8s ease-out;
  transition: transform 0.8s ease-out, opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
}
._fadeil.-active {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media (max-width: 768px) {
  ._fadeil {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition-delay: 0s !important;
            transition-delay: 0s !important;
  }
}

._fadeio {
  opacity: 0;
  -webkit-transition: opacity 0.8s ease-out 0.1s;
  transition: opacity 0.8s ease-out 0.1s;
}
._fadeio.-active {
  opacity: 1;
}

._fadeblur {
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: 0.8s ease-out;
  transition: 0.8s ease-out;
}
._fadeblur.-active {
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (max-width: 768px) {
  ._fadeblur {
    -webkit-filter: unset;
            filter: unset;
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  ._fadeblur.-active {
    opacity: 1;
  }
}

._fadeblurGroup > .txt {
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}
._fadeblurGroup > .txt:nth-of-type(1) {
  -webkit-transition-delay: 0.11s;
          transition-delay: 0.11s;
}
._fadeblurGroup > .txt:nth-of-type(2) {
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
}
._fadeblurGroup > .txt:nth-of-type(3) {
  -webkit-transition-delay: 0.33s;
          transition-delay: 0.33s;
}
._fadeblurGroup > .txt:nth-of-type(4) {
  -webkit-transition-delay: 0.44s;
          transition-delay: 0.44s;
}
._fadeblurGroup > .txt:nth-of-type(5) {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}
._fadeblurGroup > .txt:nth-of-type(6) {
  -webkit-transition-delay: 0.66s;
          transition-delay: 0.66s;
}
._fadeblurGroup > .txt:nth-of-type(7) {
  -webkit-transition-delay: 0.77s;
          transition-delay: 0.77s;
}
._fadeblurGroup > .txt:nth-of-type(8) {
  -webkit-transition-delay: 0.88s;
          transition-delay: 0.88s;
}
._fadeblurGroup > .txt:nth-of-type(9) {
  -webkit-transition-delay: 0.99s;
          transition-delay: 0.99s;
}
._fadeblurGroup > .txt:nth-of-type(10) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
._fadeblurGroup > .txt:nth-of-type(11) {
  -webkit-transition-delay: 1.21s;
          transition-delay: 1.21s;
}
._fadeblurGroup > .txt:nth-of-type(12) {
  -webkit-transition-delay: 1.32s;
          transition-delay: 1.32s;
}
._fadeblurGroup.-active > .txt {
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (max-width: 768px) {
  ._fadeblurGroup > .txt {
    -webkit-filter: unset;
            filter: unset;
    opacity: 0;
    -webkit-transition: 0.8s ease-out;
    transition: 0.8s ease-out;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition-delay: 0.2s !important;
            transition-delay: 0.2s !important;
  }
  ._fadeblurGroup.-active > .txt {
    opacity: 1;
  }
}

html * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-y: scroll !important;
  margin-top: 0 !important;
  margin-right: 0 !important;
}
html::-webkit-scrollbar {
  width: 7px;
  background: none;
}
html::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.5);
}
body {
  -webkit-text-size-adjust: 100%;
  min-height: 100%;
  position: relative;
  min-width: 320px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", arial, helvetica, clean, sans-serif;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", arial, helvetica, clean, sans-serif;
  font-size: 1.6rem;
  line-height: 1.75;
  color: #222;
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background-color: #fff;
}
@media (max-width: 768px) {
  body {
    line-height: 1.75;
  }
}

a {
  color: #222;
  text-decoration: none;
}

h1, h2, h3, h4, h5 {
  font-weight: normal;
}

.flatpickr-calendar .flatpickr-current-month .numInputWrapper > .numInput.cur-year {
  width: 50px !important;
}

.lg-video-cont {
  max-width: 85% !important;
  max-height: 90% !important;
}

.container-block {
  position: relative;
  overflow: hidden;
}
.container-block > .main-header {
  height: 80px;
  width: 100%;
}
@media (max-width: 768px) {
  .container-block > .main-header {
    height: 60px !important;
  }
  .container-block > .main-header.-init {
    height: 65px !important;
  }
}
.container-block .footer-spmenu {
  display: none;
}

@-webkit-keyframes UpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}

@keyframes UpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}
@-webkit-keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.bg-letter {
  content: "";
  display: block;
  position: absolute;
}
.bg-letter.-blog {
  max-width: 150px;
  width: 100%;
  max-height: 727px;
  height: 100%;
  background: url(assets/img/home/blog.jpg) no-repeat center center;
  background-size: 100%;
  top: 0px;
  left: 0;
  z-index: -1;
}
.bg-letter.-archive {
  max-width: 1033px;
  width: 100%;
  max-height: 195px;
  height: 100%;
  background: url(assets/img/home/archive.jpg) no-repeat center center;
  background-size: 100%;
  top: 50px;
  right: 0;
  z-index: 0;
}
.bg-letter.-archive.-single {
  top: 190px;
  max-width: 1053px;
}
.bg-letter.-archive.-color {
  max-width: 1000px;
  background: url(assets/img/seminar/seminar_color.png) no-repeat center center;
  background-size: 100%;
  top: 200px;
}
.bg-letter.-message {
  max-width: 1045px;
  width: 100%;
  max-height: 205px;
  height: 100%;
  background: url(assets/img/home/message_txt.jpg) no-repeat center center;
  background-size: 100%;
  top: 0px;
  right: 0;
  z-index: -1;
}
.bg-letter.-message.-single {
  top: 215px;
  right: -325px;
}
.bg-letter.-blogarchive {
  max-width: 610px;
  width: 100%;
  max-height: 175px;
  height: 100%;
  background: url(assets/img/cmn/blog_archive.jpg) no-repeat center center;
  background-size: 100%;
  top: 200px;
  right: 0;
  z-index: -1;
}
.bg-letter.-blogarchive.-single {
  top: 215px;
  right: -325px;
}
.bg-letter.-contact {
  max-width: 1166px;
  width: 100%;
  max-height: 210px;
  height: 100%;
  background: url(assets/img/contact/contact.jpg) no-repeat center center;
  background-size: 100%;
  top: 180px;
  right: 5px;
  z-index: 0;
}
.bg-letter.-login, .bg-letter.-userlogin {
  max-width: 705px;
  width: 100%;
  max-height: 165px;
  height: 100%;
  background: url(assets/img/cmn/login.jpg) no-repeat center center;
  background-size: 100%;
  top: 100px;
  right: 0px;
  z-index: 0;
}
.bg-letter.-userlogin {
  top: 205px;
}
.bg-letter.-member {
  max-width: 1125px;
  width: 100%;
  max-height: 175px;
  height: 100%;
  background: url(assets/img/cmn/member.jpg) no-repeat center center;
  background-size: 100%;
  top: 200px;
  right: 0px;
  z-index: -1;
}
.bg-letter.-event {
  max-width: 718px;
  width: 100%;
  max-height: 169px;
  height: 100%;
  background: url(assets/img/cmn/event.jpg) no-repeat center center;
  background-size: 100%;
  top: 0;
  left: 0px;
  z-index: -1;
}
@media (max-width: 768px) {
  .bg-letter {
    top: 70px;
  }
  .bg-letter.-message {
    right: -40px;
    max-width: 375px;
  }
  .bg-letter.-contact {
    max-height: 145px;
    top: 90px;
    right: -120px;
    width: 110%;
  }
  .bg-letter.-blog {
    max-width: 50px;
    width: 100%;
    max-height: 320px;
  }
  .bg-letter.-messege {
    background: url(assets/img/home/messege_sp.png) no-repeat center center;
    background-size: 100%;
    max-width: 330px;
    max-height: 75px;
    top: 30px;
    right: 0;
  }
  .bg-letter.-archive {
    right: -60px;
  }
  .bg-letter.-archive.-single {
    top: 60px;
  }
  .bg-letter.-books {
    background: url(assets/img/home/books_sp.png) no-repeat center center;
    background-size: 100%;
    top: 65px;
    max-width: 54px;
    max-height: 278px;
  }
  .bg-letter.-knowledge {
    background: url(assets/img/home/knowledge_sp.png) no-repeat center center;
    background-size: 100%;
    top: 30px;
    right: 0px;
    max-width: 334px;
    max-height: 67px;
  }
  .bg-letter.-knowledge.-single {
    background: url(assets/img/home/knowledge.png) no-repeat center center;
    background-size: 100%;
    max-width: 1325px;
    width: 100%;
    max-height: 75px;
    height: 100%;
    top: 105px;
    right: 0;
    width: 90%;
  }
  .bg-letter.-login {
    max-width: 285px;
    max-height: 65px;
    top: 105px;
  }
  .bg-letter.-userlogin {
    top: 90px;
    max-width: 195px;
  }
  .bg-letter.-blogarchive {
    max-width: 240px;
    max-height: 135px;
    top: 90px;
  }
  .bg-letter.-event {
    max-width: 260px;
    width: 100%;
    max-height: 145px;
  }
  .bg-letter.-member {
    max-height: 95px;
    top: 115px;
    right: -60px;
  }
}

.main-block {
  overflow: hidden;
}
.main-block.-color {
  background-color: #eeebe9;
}
.main-block .article-header {
  padding-top: 200px;
  position: relative;
}
.main-block .article-header.-privacy::before {
  display: none;
}
.main-block .article-header.-single {
  padding-top: 100px;
}
.main-block .article-header .titlearea {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  z-index: 10;
}
@media (max-width: 768px) {
  .main-block.-responsive {
    margin-bottom: 100px;
  }
  .main-block .article-header {
    padding-top: 115px !important;
  }
  .main-block .article-header::before {
    content: "";
    display: block;
    max-width: 98px;
    width: 100%;
    max-height: 71px;
    background: url(assets/img/home/decoration01.jpg);
    background-size: cover;
  }
  .main-block .article-header .titlearea .titleja {
    font-size: 2.4rem;
  }
  .main-block .article-header .titlearea .titleen {
    font-size: 1.1rem;
  }
  .main-block .atcinner.-contact {
    margin-bottom: 100px !important;
  }
  .main-block .atcinner.-confirm, .main-block .atcinner.-thanks {
    padding: 0 20px;
  }
  .main-block .eventformarea.-rsv {
    margin-bottom: 100px !important;
  }
}

.link-btn01 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.link-btn01.-seminar {
  width: 100%;
}
.link-btn01.-bottom {
  max-width: 300px;
  margin: auto;
}
.link-btn01 .linkbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  font-weight: bold;
  background-color: #000;
  color: #fff;
  padding: 15px 15px 15px 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 60px;
  font-size: 1.4rem;
  letter-spacing: 1.5px;
  position: relative;
  border: 1px solid #000;
}
.link-btn01 .linkbtn.-w210 {
  width: 210px;
}
.link-btn01 .linkbtn.-w237 {
  width: 237px;
}
.link-btn01 .linkbtn.-seminar {
  width: 100%;
  letter-spacing: 0.5px;
  padding: 15px 30px 15px 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.link-btn01 .linkbtn.-full, .link-btn01 .linkbtn.-end {
  background-color: #cccccc;
  border: 1px solid #cccccc;
}
.link-btn01 .arrowarea {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.link-btn01 .arrow {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 2px;
  margin: 3.6px 0;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.link-btn01 .arrow::before, .link-btn01 .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 5px;
  height: 2px;
  background-color: #fff;
  -webkit-transform-origin: calc(100% - 1px) 50%;
          transform-origin: calc(100% - 1px) 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.link-btn01 .arrow::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.link-btn01 .arrow::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.link-btn01:hover .linkbtn {
  background-color: #CAAF5A;
  color: #fff;
  border: 1px solid #CAAF5A;
}
.link-btn01:hover .arrowarea {
  right: 25px;
}
.link-btn01:hover .arrow {
  background-color: #fff;
}
.link-btn01:hover .arrow::before, .link-btn01:hover .arrow::after {
  background-color: #fff;
}
@media (max-width: 768px) {
  .link-btn01 .linkbtn {
    font-size: 1.4rem;
    letter-spacing: 1px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .link-btn01 .linkbtn.-w210, .link-btn01 .linkbtn.-w237 {
    width: 280px;
  }
  .link-btn01 .arrowarea::after {
    top: 3px;
  }
}

.link-btn02 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin: auto;
}
.link-btn02 .linkbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  font-weight: bold;
  background-color: #000;
  color: #fff;
  padding: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 400px;
  height: 80px;
  font-size: 1.4rem;
  letter-spacing: 1.5px;
  border: 1px solid #000;
  cursor: pointer;
}
.link-btn02 .arrowarea {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.link-btn02 .arrow {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 2px;
  margin: 3.6px 0;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.link-btn02 .arrow::before, .link-btn02 .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 5px;
  height: 2px;
  background-color: #fff;
  -webkit-transform-origin: calc(100% - 1px) 50%;
          transform-origin: calc(100% - 1px) 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.link-btn02 .arrow::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.link-btn02 .arrow::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.link-btn02:hover .linkbtn {
  background-color: #fff;
  color: #000;
}
.link-btn02:hover .arrowarea {
  right: 25px;
}
.link-btn02:hover .arrow {
  background-color: #000;
}
.link-btn02:hover .arrow::before, .link-btn02:hover .arrow::after {
  background-color: #000;
}
@media (max-width: 768px) {
  .link-btn02 .linkbtn {
    font-size: 1.4rem;
    letter-spacing: 1px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .link-btn02 .arrowarea::after {
    top: 3px;
  }
}

.scroll-top {
  position: absolute;
  height: 0;
  right: 150px;
  top: 50px;
  z-index: 999;
  width: 32px;
  height: 28px;
}
.scroll-top .arrowarea {
  position: relative;
}
.scroll-top .arrowarea::after {
  content: "";
  display: block;
  width: 26px;
  height: 2px;
  background-color: #222;
  position: absolute;
  left: -21px;
  top: 18px;
}
.scroll-top .arrow {
  position: relative;
  display: inline-block;
  width: 2px;
  height: 15px;
  margin: 0 3.1px;
  border-radius: 9999px;
  background-color: #000000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.scroll-top .arrow::before, .scroll-top .arrow::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
  width: 2px;
  height: 7px;
  border-radius: 9999px;
  background-color: #000000;
  -webkit-transform-origin: 50% 1px;
          transform-origin: 50% 1px;
}
.scroll-top .arrow::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.scroll-top .arrow::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.scroll-top:hover .arrow {
  height: 21px;
}
@media (max-width: 900px) {
  .scroll-top {
    right: 0px;
    top: 20px;
  }
}

.free-layout {
  position: relative;
}
.free-layout .flttl {
  width: 100%;
  padding-bottom: 10px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 2.5px;
  text-align: center;
}
.free-layout .flttl02 {
  font-size: 1.6rem;
  position: relative;
  padding-bottom: 24px;
  letter-spacing: 1.5px;
  color: #000;
  border-bottom: 1px dashed #999999;
  font-weight: bold;
}
.free-layout .flttlm {
  width: 100%;
  font-size: 2rem;
  line-height: 1.4;
}
.free-layout .fltxtarea {
  width: 100%;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", arial, helvetica, clean, sans-serif;
}
.free-layout .fltxtarea p {
  line-height: 30px;
  margin-bottom: 10px;
  font-size: 1.5rem !important;
}
.free-layout .fltxtarea p:last-of-type {
  margin-bottom: 0;
}
.free-layout .fltxtarea a {
  text-decoration: underline;
}
.free-layout .fltxtarea a:hover {
  text-decoration: none;
}
.free-layout .fltxtarea ul {
  list-style: disc;
  padding-left: 20px;
}
.free-layout .flpdf {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.free-layout .flpdf .linkarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: auto;
}
.free-layout .flpdf .linkarea .title {
  font-size: 2rem;
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 10px;
  margin: 0;
}
.free-layout .flpdf .linkarea .img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0;
}
.free-layout .flpdf .linkarea:hover {
  opacity: 0.7;
}
.free-layout .flimgarea {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.free-layout .flmargin {
  width: 100%;
  display: block;
  height: 0;
}
.free-layout img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.free-layout .fltxt {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", arial, helvetica, clean, sans-serif;
}
.free-layout .fltxt ul {
  list-style: disc;
  padding-left: 20px;
}
.free-layout .flimg,
.free-layout .fltxt {
  width: 100%;
  line-height: 32px;
}
.free-layout .flimg:first-child,
.free-layout .fltxt:first-child {
  margin-top: 0;
}
.free-layout .flimg p,
.free-layout .fltxt p {
  margin-bottom: 10px;
}
.free-layout .flimg p:last-of-type,
.free-layout .fltxt p:last-of-type {
  margin-bottom: 0;
}
.free-layout .flimg {
  display: block;
}
.free-layout .movieblock {
  width: 100%;
}
.free-layout .movieblock > .movie {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.free-layout .movieblock > .movie.-vertical {
  aspect-ratio: 9/16;
}
.free-layout .movieblock .mviframe {
  width: 100%;
  height: 100%;
}
.free-layout .imggallery {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 12px 1fr 12px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.free-layout .imggallery .imgblock {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 72.2656%;
}
.free-layout .imggallery .imgblock img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.free-layout .flblntxt {
  width: 100%;
  padding: 20px;
  background-color: #f4f4f4;
  position: relative;
}
.free-layout .flblntxt.-mark {
  padding: 65px 20px 50px;
}
.free-layout .flblntxt.-mark::before {
  content: "";
  position: absolute;
  left: 30px;
  top: -15px;
  width: 68px;
  height: 50px;
  background: url(assets/svg/icons/icon_voice.svg) 0 0 no-repeat;
  background-size: contain;
}
.free-layout .fl2clm {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
.free-layout .fl2clm.-rev .imgarea {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/2/3;
}
.free-layout .fl2clm.-c {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.free-layout .fl2clm.-fs {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.free-layout .fl2clm.-fe {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.free-layout .fl2clm .flimg:nth-of-type(2) .img, .free-layout .fl2clm .flimg:nth-of-type(3) .img {
  width: 100%;
}
.free-layout .big-list {
  width: 100%;
}
.free-layout .flmap {
  width: 100%;
  gap: 40px;
}
.free-layout .flmap.-notxt {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
.free-layout .flmap .txtarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.free-layout .flmap .txtarea .flttl {
  margin-top: 0;
}
.free-layout .fllinkbtn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
  padding: 0 20px;
}
.free-layout .fllinkbtn > .linkbtn {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 240px;
  max-width: 100%;
  height: 55px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  background-color: #222;
  border: 1px solid #222;
  position: relative;
  padding: 5px 30px 5px 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.free-layout .fllinkbtn > .linkbtn::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  right: 16px;
  top: calc(50% - 3px);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
}
.free-layout .fllinkbtn > .linkbtn:hover {
  text-decoration: none;
  color: #222;
  background-color: #fff;
}
.free-layout .fllinkbtn > .linkbtn:hover::after {
  border-color: #222;
}
.free-layout .imgarea {
  width: 100%;
}
.free-layout .imgarea.-ar1_1 {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.free-layout .imgarea.-ar1_1 img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.free-layout .imgarea.-ar4_3 {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
}
.free-layout .imgarea.-ar4_3 img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.free-layout .imgarea.-ar16_9 {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.free-layout .imgarea.-ar16_9 img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.free-layout .imgarea.-ar3_4 {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 133.33%;
}
.free-layout .imgarea.-ar3_4 img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.free-layout .imgarea.-ar9_16 {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 177.78%;
}
.free-layout .imgarea.-ar9_16 img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.free-layout .swipercover {
  width: 100%;
  max-width: 100%;
  padding-bottom: 40px;
  overflow: hidden;
  position: relative;
}
.free-layout .swipercover.-width800 {
  max-width: 800px;
}
.free-layout .swiperarea .txt {
  line-height: 1.4;
  margin-top: 15px;
}
.free-layout .swiperarea .swiper-pagination {
  bottom: 0;
}
.free-layout .swiperarea .swiper-pagination-bullet-active {
  background-color: #ce6f35;
}
.free-layout .flquestion {
  width: 100%;
  position: relative;
  font-size: 2.4rem;
  font-weight: bold;
  background-color: #f4f4f4;
  line-height: 1.4;
  padding: 8px 10px 8px 70px;
  margin-top: 60px;
}
.free-layout .flquestion::before {
  content: "Q";
  position: absolute;
  left: 5px;
  top: 5px;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-size: 2.8rem;
  font-weight: normal;
  color: #fff;
  background-color: #222;
}
.free-layout .link-btn01 {
  margin: auto;
}
.free-layout .link-btn01 .linkbtn {
  width: 400px;
  height: 80px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px;
}
.free-layout .freevoice .voicettl {
  font-size: 2.8rem;
  letter-spacing: 2.5px;
  color: #CAAF5A;
  padding-bottom: 20px;
  position: relative;
}
.free-layout .freevoice .voicettl::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #CAAF5A;
  position: absolute;
  left: 0;
  bottom: 0;
}
.free-layout .freevoice .voiceinner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 30px;
}
.free-layout .freevoice .voiceinner .textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #CAAF5A;
  max-width: 660px;
  margin-top: -15px;
}
.free-layout .freevoice .voiceinner .textarea .ttl {
  font-size: 2.2rem;
  line-height: 1.9;
  letter-spacing: 2.2px;
}
.free-layout .freevoice .voiceinner .textarea .text {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", arial, helvetica, clean, sans-serif;
  font-size: 1.5rem;
  line-height: 2.4;
  margin-top: 30px;
}
.free-layout .freevoice .voiceinner .imgarea {
  max-width: 320px;
}
.free-layout .freevoice .voiceinner .imgarea .img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.free-layout .flpoint {
  max-width: 800px;
  width: 100%;
  margin: auto;
}
.free-layout .pointhead {
  background-color: #CAAF5A;
  border-radius: 4px 4px 0 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 40px;
  padding: 0px 10px 0px 25px;
}
.free-layout .pointhead .head {
  font-size: 1.4rem;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  letter-spacing: 0.5px;
  color: #fff;
}
.free-layout .pointhead .head::before {
  position: absolute;
  left: -15px;
  top: 50%;
  -webkit-transform: translateY(-35%);
  transform: translateY(-35%);
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background: url(assets/img/cmn/icon_point.svg) 0 center no-repeat;
  background-size: contain;
}
.free-layout .pointarea {
  padding: 10px 20px 10px;
  border: 1px solid #CAAF5A;
  border-radius: 0 10px 10px 10px;
}
@media (max-width: 768px) {
  .free-layout.-clm2 {
    padding: 0;
  }
  .free-layout .fl2clm,
  .free-layout .fl3clm {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .free-layout .fl4clm {
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 15px;
  }
  .free-layout .imggallery {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .free-layout .flquestion {
    padding-left: 60px;
  }
  .free-layout .flmap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 30px 20px;
  }
  .free-layout .flmap .txtarea {
    gap: 20px;
  }
  .free-layout .swipercover {
    max-width: unset;
    margin: auto;
    padding: 0 0px 40px;
  }
  .free-layout .flquestion {
    padding-left: 60px;
    margin-right: auto;
    margin-left: auto;
  }
  .free-layout .freevoice .voicettl {
    font-size: 2.2rem;
    padding-bottom: 10px;
  }
  .free-layout .freevoice .voiceinner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .free-layout .freevoice .voiceinner .imgarea {
    max-width: 100%;
  }
  .free-layout .freevoice .voiceinner .textarea .ttl {
    font-size: 1.8rem;
  }
  .free-layout .link-btn01 .linkbtn {
    min-width: 300px;
    width: 100%;
    height: 65px;
  }
}
@media (max-width: 640px) {
  .free-layout .flttl {
    font-size: 2rem;
    padding-bottom: 10px;
  }
  .free-layout .flttl02 {
    padding-bottom: 15px;
  }
  .free-layout .fldl {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .free-layout .fldl > .dt {
    font-weight: bold;
    padding: 15px 0 0;
    border-bottom: none;
  }
  .free-layout .fldl > .dd {
    padding: 10px 0 15px;
    border-bottom: 1px solid #ccc;
  }
  .free-layout .flmap {
    padding: 20px 0;
  }
}

.block-ttl {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.backto-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.backto-list.-color {
  background-color: #E5E0DC;
}
.backto-list.-noborder {
  border-top: none;
}
.backto-list.-archive {
  border-top: 1px dashed #999999;
  max-width: calc(100% - 80px);
  width: 100%;
  margin: auto;
}
.backto-list .linkbtn {
  font-size: 1.6rem;
  font-weight: bold;
  padding-bottom: 10px;
  padding-left: 52px;
  border-bottom: 2px solid #222;
  min-width: 160px;
  position: relative;
}
.backto-list .linkbtn::before {
  content: "";
  display: block;
  width: 21px;
  height: 16px;
  background: url(assets/img/cmn/arrow_left.png) no-repeat center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.backto-list .linkbtn:hover::before {
  left: -5px;
}
@media (max-width: 768px) {
  .backto-list .linkbtn {
    font-size: 1.4rem;
  }
  .backto-list.-archive {
    border-top: 1px dashed #999999;
    max-width: calc(100% - 40px);
    width: 100%;
    margin: auto;
  }
}

.bread-crumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 105px;
  padding-right: 100px;
  padding-bottom: 30px;
}
.bread-crumbs > .brcul {
  height: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 1px;
}
.bread-crumbs .list {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 1.4rem;
  font-family: "Poppins", sans-serif;
  letter-spacing: 2px;
}
.bread-crumbs .list:last-child {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  max-width: none;
  min-width: 0;
  max-width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.bread-crumbs .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  white-space: nowrap;
  color: #CAAF5A;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bread-crumbs .link::after {
  content: "/";
  display: inline-block;
  left: 10px;
  width: 6px;
  height: 15px;
  margin-left: 20px;
  margin-right: 20px;
  pointer-events: none;
}
.bread-crumbs .link:hover {
  text-decoration: none;
  opacity: 0.6;
}
.bread-crumbs .currentpage {
  height: 100%;
  color: #222;
}
.bread-crumbs .currentpage.-jp {
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .bread-crumbs {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 60px !important;
    padding-bottom: 20px;
  }
  .bread-crumbs .list {
    font-size: 1.1rem;
  }
  .bread-crumbs .link::after {
    height: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }
}

.nav-pagenation {
  width: calc(100% - 40px);
  max-width: 1160px !important;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
}
.nav-pagenation > .prevlink, .nav-pagenation > .nextlink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.nav-pagenation > .prevlink > a, .nav-pagenation > .nextlink > a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  letter-spacing: 2px;
  color: #222;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.nav-pagenation > .prevlink > a:hover, .nav-pagenation > .nextlink > a:hover {
  color: #CAAF5A;
}
@media (max-width: 768px) {
  .nav-pagenation {
    -ms-grid-columns: 1fr clamp(20px, 10vw, 50px) 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px clamp(20px, 10vw, 50px);
  }
  .nav-pagenation .wp-pagenavi {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 1/1/2/3;
  }
  .nav-pagenation > .nextlink > a::after {
    right: 15px;
  }
  .nav-pagenation > .prevlink > a::before {
    left: 15px;
  }
}

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
.wp-pagenavi > .page, .wp-pagenavi > .current, .wp-pagenavi > .previouspostslink, .wp-pagenavi > .nextpostslink, .wp-pagenavi > .pages {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #999999;
  border-radius: 20px;
  font-size: 1.6rem;
  color: #999999;
  margin: 0 !important;
  padding: 0px 5px 3px 5px;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}
.wp-pagenavi > .page:hover, .wp-pagenavi > .current:hover, .wp-pagenavi > .previouspostslink:hover, .wp-pagenavi > .nextpostslink:hover, .wp-pagenavi > .pages:hover {
  color: #CAAF5A;
  border: 1px solid #CAAF5A;
}
.wp-pagenavi > .pages {
  display: none;
}
.wp-pagenavi > .pages, .wp-pagenavi > .nextpostslink, .wp-pagenavi > .previouspostslink {
  display: none;
}
.wp-pagenavi > .current {
  color: #CAAF5A;
  border: 1px solid #CAAF5A !important;
}
.wp-pagenavi > .current:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.wp-pagenavi > .extend {
  border: none;
  padding: 0;
  margin: 0 10px;
}
.wp-pagenavi > .first, .wp-pagenavi > .last {
  font-size: 1.4rem;
  color: #999;
  border: none !important;
}
.wp-pagenavi > .first:hover, .wp-pagenavi > .last:hover {
  text-decoration: none;
  color: #CAAF5A;
  text-decoration: none;
}
@media (max-width: 768px) {
  .wp-pagenavi > .page, .wp-pagenavi > .current, .wp-pagenavi > .nextpostslink, .wp-pagenavi > .previouspostslink, .wp-pagenavi > .pages, .wp-pagenavi > .extend, .wp-pagenavi > .last, .wp-pagenavi > .first {
    margin-bottom: 5px;
  }
  .wp-pagenavi > .page, .wp-pagenavi > .current {
    margin-left: 10px;
  }
}

.article-header {
  position: relative;
}
.article-header .titleja {
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 3px;
  margin-top: -5px;
  position: relative;
  padding-bottom: 27px;
}
.article-header .titleja::before {
  content: "";
  width: 64px;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 0;
  bottom: 0px;
}
.article-header .titleen {
  font-size: 1.6rem;
  font-family: "greycliff-cf", sans-serif;
  font-weight: bold;
  color: #CAAF5A;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  letter-spacing: 0px;
}
.article-header .contact {
  font-size: 1.8rem;
  line-height: 2.1;
}
.article-header .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 3.2rem;
  font-weight: bold;
  color: #CAAF5A;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 15px;
  text-decoration-color: #CAAF5A;
}
@media (max-width: 768px) {
  .article-header.-privacy {
    padding: 150px 0 50px !important;
  }
  .article-header.-register .registerhead {
    font-size: 3rem;
    line-height: 1.2;
  }
  .article-header.-register .registertxt {
    font-size: 1.4rem;
    margin-top: 20px !important;
    text-align: left;
  }
  .article-header .logoarea {
    width: 132px;
    left: 15px;
    top: 25px;
  }
  .article-header .privacytitle {
    font-size: 3.2rem;
  }
  .article-header .contact {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .article-header .tel {
    font-size: 2.8rem;
    margin: 40px auto 10px !important;
  }
  .article-header .titlearea {
    row-gap: 5px;
  }
  .article-header .titleen {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  .article-header .titleen::before {
    width: 12px;
    height: 12px;
  }
}

.archive-type {
  max-width: 780px;
  width: 100%;
  margin: auto;
}
.archive-type > .atul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: 50px;
  grid-template-rows: 50px;
  gap: 20px;
}
.archive-type > .atul > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.archive-type > .atul > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.archive-type > .atul > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.archive-type > .atul > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
.archive-type > .atul.-archive li:first-of-type a {
  background-color: #222;
  color: #fff;
}
.archive-type > .atul li {
  width: 100%;
  height: 100%;
}
.archive-type > .atul li.current-cat a {
  background-color: #222;
  color: #fff;
}
.archive-type > .atul a {
  letter-spacing: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 25px;
  border: 1px solid #222;
}
.archive-type > .atul a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #222;
}
.archive-type .category-dd {
  display: none;
}
@media (max-width: 768px) {
  .archive-type {
    margin-top: 50px !important;
  }
  .archive-type .category-dd {
    display: none;
  }
  .archive-type > .atul {
    -ms-grid-columns: 1fr 5px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: 50px;
    grid-template-rows: 40px 40px;
    gap: 5px;
  }
  .archive-type > .atul > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .archive-type > .atul > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .archive-type > .atul > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .archive-type > .atul > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}

.flblog-card {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 15px;
}
.flblog-card > .cardinner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 210px 20px 1fr;
  grid-template-columns: 210px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.flblog-card > .cardinner .imgarea {
  width: 100%;
  height: 0;
  padding-top: 66.7%;
  position: relative;
}
.flblog-card > .cardinner .imgarea img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.flblog-card > .cardinner .txtarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.flblog-card > .cardinner .cardttl {
  max-width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: bold;
  line-height: 1.4;
}
.flblog-card > .cardinner .excerpt {
  max-width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #999;
  margin-top: 5px;
}
.flblog-card > .cardinner .url {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0px;
  max-width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 1.2rem;
  font-weight: normal;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .flblog-card > .cardinner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.modal-window {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9000;
}
.modal-window.-active {
  display: block;
}
.modal-window.-active .knowlege-taglist .cat-item a {
  background-color: #f4f4f4;
}
.modal-window.-active .knowlege-taglist .cat-item a:hover {
  background-color: #CAAF5A;
}
.modal-window.-active .knowlege-taglist .cat-item.current-cat a {
  background-color: #666;
}
.modal-window .modalcover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}
.modal-window .modalcover.-active {
  -webkit-animation: modalopen 0.5s linear 0s forwards;
          animation: modalopen 0.5s linear 0s forwards;
}
.modal-window .modalcover.-close {
  -webkit-animation: modalclose 0.5s linear 0s forwards;
          animation: modalclose 0.5s linear 0s forwards;
}
.modal-window .inner {
  position: relative;
  width: 100%;
  max-width: 800px;
  height: 80vh;
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.3);
  padding: 40px;
  margin: auto;
  -webkit-transform: translateY(200px);
          transform: translateY(200px);
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}
.modal-window .inner.-active {
  -webkit-animation: innerShowUp 0.5s linear 0s forwards;
          animation: innerShowUp 0.5s linear 0s forwards;
}
.modal-window .inner.-close {
  -webkit-animation: innerCloseDown 0.5s linear 0s forwards;
          animation: innerCloseDown 0.5s linear 0s forwards;
}
.modal-window .title {
  font-size: 2.4rem;
  border-bottom: 1px solid #222;
  margin-bottom: 1.5em;
}
.modal-window .closebtn {
  position: absolute;
  display: block;
  right: 20px;
  top: 20px;
  width: 30px;
  height: 30px;
  z-index: 10;
  background-size: contain;
}
.modal-window .iconclose {
  width: 32px;
  height: 32px;
  fill: #666;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}
@media (max-width: 768px) {
  .modal-window .inner {
    padding: 40px 20px 20px 20px;
  }
}

@-webkit-keyframes modalopen {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes modalopen {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes modalclose {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes modalclose {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes innerShowUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes innerShowUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes innerCloseDown {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}
@keyframes innerCloseDown {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}
.page-home .logo {
  opacity: 0;
  -webkit-animation: logo_fade 2s 0.5s forwards;
          animation: logo_fade 2s 0.5s forwards;
  width: 460px;
  margin: auto;
}
@media (max-width: 768px) {
  .page-home .logo {
    width: 100%;
  }
}
@-webkit-keyframes logo_fade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes logo_fade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.title-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.title-head .title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 5px;
}
.title-head .title .titleja {
  font-size: 4.4rem;
  font-weight: bold;
  letter-spacing: 2px;
}
.title-head .title .titleen {
  font-size: 1.4rem;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  letter-spacing: 2px;
}
.title-head .title .titleen::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background-color: #CAAF5A;
}
@media (max-width: 768px) {
  .title-head .title .titleja {
    font-size: 3rem;
  }
  .title-head .title .titleen {
    font-size: 1.3rem;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  .title-head .title .titleen::before {
    width: 12px;
    height: 12px;
  }
}

.big-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 15px;
}
.big-list > .list {
  font-size: 1.6rem;
  line-height: 1.8;
  padding: 5px 20px 5px 65px;
  position: relative;
}
.big-list > .list::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: #E5E0DC url(assets/img/cmn/icon_chk.svg) center center no-repeat;
  background-size: 14px auto;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .big-list.-point > .list {
    padding: 10px 10px 10px 55px !important;
  }
  .big-list > .list {
    font-size: 1.5rem;
    padding-left: 55px;
    padding-right: 10px;
  }
  .big-list > .list::before {
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.swiper-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 65px;
}
.swiper-btns .swiperbutton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20px;
  height: 20px;
  color: #333;
  top: 0;
  text-indent: -9999px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 25px;
}
.swiper-btns .swiperbutton::after {
  content: "";
  width: 5px;
  height: 5px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  -webkit-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
  margin-left: -5px;
}
.swiper-btns .swiperbutton.-prev::after {
  border: none;
  border-left: 1px solid #333;
  border-top: 1px solid #333;
  margin-left: 5px;
}
.swiper-btns .swiperbutton:hover {
  background-color: #333;
}
.swiper-btns .swiperbutton:hover::after {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.swiper-btns .swiperbutton:hover.-prev::after {
  border: none;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.twoclom-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
  position: relative;
  row-gap: 50px;
}
.twoclom-layout .mainclm {
  width: 100%;
}
.twoclom-layout .mainclm .imgarea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .twoclom-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .twoclom-layout.-actual {
    margin-top: 50px !important;
  }
  .twoclom-layout.-report {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.category-dd {
  display: none;
}
@media (max-width: 768px) {
  .category-dd {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: auto;
    height: 60px;
    border: 1px solid #f4f4f4;
    padding: 0 20px;
    font-size: 1.7rem;
    background: #fff url(assets/svg/icons/arrow_down.svg) right 20px center no-repeat;
    background-size: 10px auto;
    color: #222;
    text-align: center;
  }
}

.main-visual {
  overflow: hidden;
}
.main-visual .inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.main-visual .inner::after {
  content: "";
  width: 100%;
  height: 100svh;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}
.main-visual .inner .title {
  position: absolute;
  left: 2.85%;
  top: 50.5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1.15;
  color: #fff;
  z-index: 10;
  letter-spacing: 4px;
}
.main-visual .inner .mvswiper .imgarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-visual .inner .mvswiper .imgarea img {
  width: 100%;
  height: 100svh;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-visual .inner .swiper-slide {
  opacity: 0;
  -webkit-transition: opacity 1.5s ease;
  transition: opacity 1.5s ease;
}
.main-visual .inner .swiper-slide .imgarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-visual .inner .swiper-slide .imgarea img {
  width: 100%;
  height: 100svh;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 4s ease, -webkit-filter 2.5s ease;
  transition: -webkit-transform 4s ease, -webkit-filter 2.5s ease;
  transition: transform 4s ease, filter 2.5s ease;
  transition: transform 4s ease, filter 2.5s ease, -webkit-transform 4s ease, -webkit-filter 2.5s ease;
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
  opacity: 0;
}
.main-visual .inner .swiper-slide-prev .imgarea img {
  opacity: 1;
  -webkit-filter: blur(0) brightness(1.01);
          filter: blur(0) brightness(1.01);
}
.main-visual .inner .swiper-slide-next .imgarea img {
  opacity: 1;
  -webkit-filter: blur(16px) brightness(1.01);
          filter: blur(16px) brightness(1.01);
}
.main-visual .inner .swiper-slide-active .imgarea img {
  opacity: 1;
  -webkit-filter: blur(0) brightness(1.01);
          filter: blur(0) brightness(1.01);
  -webkit-transform: scale(1);
          transform: scale(1);
}
.main-visual .inner .logo_text {
  display: block;
  width: 560px;
  height: 54px;
  position: absolute;
  left: 9.5%;
  top: 26.5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}
.main-visual .inner .logo_text img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .main-visual .inner .title {
    width: 280px;
    height: 52px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .main-visual .inner .logo_text {
    width: 172px;
    left: 4.5%;
    top: 26%;
  }
}

.scroll-down {
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 1.5px;
  color: #fff;
  position: absolute;
  bottom: 80px;
  right: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.scroll-down:hover {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  opacity: 0.8;
}
.scroll-down:hover .arrow {
  height: 50px;
}
.scroll-down .arrow {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  position: relative;
  width: 2px;
  height: 40px;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.scroll-down .arrow::after {
  content: "";
  width: 7px;
  height: 7px;
  border: 2px solid #fff;
  border-top: 0;
  border-right: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  position: absolute;
  left: 50%;
  bottom: -1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 768px) {
  .scroll-down {
    left: 15px;
    bottom: 120px;
    right: auto;
    font-size: 1rem;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
  .scroll-down .arrow {
    height: 30px;
  }
  .scroll-down:hover {
    -webkit-transform: initial;
            transform: initial;
  }
  .scroll-down:hover .arrow {
    height: 30px;
  }
}

.home-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}
.home-title .title {
  font-size: 2.8rem;
  font-weight: bold;
  margin-top: 5px;
  line-height: 1.4;
  letter-spacing: 1px;
}
.home-title .titleen {
  font-family: "greycliff-cf", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  color: #CAAF5A;
}
@media (max-width: 768px) {
  .home-title {
    text-align: center;
  }
  .home-title .title {
    font-size: 2.2rem;
    margin-top: 8px;
  }
  .home-title .titleen {
    font-size: 1.4rem;
  }
}

.home-seminar {
  position: relative;
  background-color: #eeebe9;
}
.home-seminar .seminararea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.home-seminar .archive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
  max-width: 540px;
  width: 100%;
}
.home-seminar .archive .listlink {
  font-size: 1.4rem;
  font-family: "filson-pro", sans-serif;
  font-weight: bold;
  color: #000;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #000;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 1.5px;
  gap: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0 0 0 auto;
}
.home-seminar .archive .listlink::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(assets/img/cmn/circlearrow02.png) no-repeat center center;
  background-size: contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.home-seminar .archive .listlink:hover {
  gap: 20px;
  padding-left: 10px;
  color: #CAAF5A;
  text-decoration-color: #CAAF5A;
}
.home-seminar .archive .listlink:hover::after {
  margin-right: -5px;
  background: url(assets/img/cmn/circlearrow.png) no-repeat center center;
  background-size: contain;
}
.home-seminar .seminar {
  max-width: 540px;
  width: 100%;
}
@media (max-width: 1100px) {
  .home-seminar {
    background-color: #fff;
  }
}
@media (max-width: 900px) {
  .home-seminar .seminararea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .home-seminar .seminar {
    max-width: 100%;
  }
  .home-seminar .archive {
    max-width: 100%;
    row-gap: 30px;
  }
}
@media (max-width: 768px) {
  .home-seminar {
    padding-top: 60px !important;
    padding-bottom: 65px !important;
  }
  .home-seminar .archive .listlink {
    margin: 10px auto auto auto !important;
  }
}

.home-blog {
  position: relative;
}
.home-blog .blogarea {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}
@media (max-width: 900px) {
  .home-blog {
    margin-top: 25px !important;
    padding-top: 85px !important;
  }
  .home-blog .blogarea {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .home-blog .link-btn02 {
    margin: 50px auto 0;
  }
}

.home-archive {
  position: relative;
}
.home-archive .archivearea {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 95px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 95px;
}
.home-archive .large {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}
.home-archive .hmarchivelist {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 45px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 55px 45px;
}
.home-archive .hmarchivelist .imgarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
}
.home-archive .hmarchivelist .imgarea img {
  max-height: 150px;
}
.home-archive .hmarchivelist .link .title {
  font-size: 1.6rem;
}
.home-archive .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 20px;
  max-width: 530px;
}
.home-archive .link .textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  row-gap: 15px;
}
.home-archive .link .title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  max-width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.home-archive .link .status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  height: 30px;
}
.home-archive .link .password {
  width: 90px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.3rem;
  border-radius: 15px;
  color: #fff;
  background-color: #CAAF5A;
}
.home-archive .link .date {
  font-size: 1.4rem;
  font-family: "Poppins", sans-serif;
  color: #999999;
}
.home-archive .link .imgarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
}
.home-archive .link .imgarea img {
  width: 100%;
  min-height: 150px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.home-archive .link-btn02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}
@media (max-width: 768px) {
  .home-archive {
    margin-top: -25px !important;
    padding-top: 150px !important;
  }
  .home-archive .archivearea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
    margin-top: 30px !important;
  }
  .home-archive .hmarchivelist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home-archive .link {
    max-width: 100%;
    row-gap: 15px;
  }
  .home-archive .link .imgarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .home-archive .link .imgarea img {
    max-height: 100%;
    aspect-ratio: 67/45;
  }
  .home-archive .link .title {
    font-size: 1.4rem;
  }
  .home-archive .link .textarea {
    row-gap: 10px;
  }
  .home-archive .status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    height: 27px;
  }
  .home-archive .password {
    width: 80px;
    height: 27px;
  }
}

.home-head {
  background-color: #eeebe9;
}
.home-head .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
.home-head .textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10.4%;
  margin-top: -50px;
  max-width: 610px;
}
.home-head .textarea .head {
  font-size: 4.8rem;
  font-family: "greycliff-cf", sans-serif;
  font-weight: bold;
  color: #CAAF5A;
  text-align: center;
}
.home-head .textarea .texts {
  font-size: 2rem;
  text-align: center;
  letter-spacing: 2px;
}
.home-head .textarea .btnarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}
.home-head .imgarea {
  max-width: 38%;
  max-height: 550px;
  min-width: 400px;
  min-height: 400px;
}
.home-head .imgarea .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
@media (max-width: 768px) {
  .home-head {
    padding: 45px 16px 55px !important;
  }
  .home-head .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 55px;
  }
  .home-head .textarea {
    max-width: 100%;
    margin: auto;
  }
  .home-head .textarea .head {
    font-size: 3.2rem;
  }
  .home-head .textarea .texts {
    font-size: 1.6rem;
    letter-spacing: 1.5px;
    margin-top: 15px !important;
  }
  .home-head .textarea .btnarea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    margin-top: 50px !important;
  }
  .home-head .textarea .btnarea .link-btn01 {
    margin: auto;
  }
  .home-head .imgarea {
    max-width: 100%;
    max-height: 100%;
    min-width: auto;
    min-height: auto;
  }
}

.home-suggestion {
  background-color: #E5E0DC;
}
.home-suggestion .titlearea {
  text-align: center;
}
.home-suggestion .titlearea .title {
  font-weight: bold;
}
.home-suggestion .titlearea .title .first {
  font-size: 2rem;
  position: relative;
}
.home-suggestion .titlearea .title .first::before, .home-suggestion .titlearea .title .first::after {
  content: "";
  display: block;
  background: url(assets/img/cmn/line_left.png) no-repeat center center;
  background-size: contain;
  width: 10px;
  height: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.home-suggestion .titlearea .title .first::before {
  left: -32px;
}
.home-suggestion .titlearea .title .first::after {
  background: url(assets/img/cmn/line_right.png) no-repeat center center;
  background-size: contain;
  right: -32px;
}
.home-suggestion .titlearea .title .font {
  font-family: "filson-pro", sans-serif;
  font-size: 2.2rem;
  letter-spacing: 2px;
}
.home-suggestion .titlearea .title .text {
  font-size: 2.8rem;
  letter-spacing: 1px;
  display: block;
  margin-top: -5px !important;
}
.home-suggestion .blockarea {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr 32px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 365px 32px 365px;
  grid-template-rows: repeat(2, 365px);
  gap: 32px;
}
.home-suggestion .blockarea > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.home-suggestion .blockarea > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.home-suggestion .blockarea > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.home-suggestion .blockarea > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.home-suggestion .blockarea > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.home-suggestion .blockarea > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
.home-suggestion .blockarea .block {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 30px;
  gap: 20px;
}
.home-suggestion .blockarea .block .imgarea {
  margin-top: 8px;
}
.home-suggestion .blockarea .block .imgarea .img {
  width: 73px;
  height: 64px;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-suggestion .blockarea .block .txt {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 1.65;
  text-align: center;
  margin-top: 5px;
}
@media (max-width: 768px) {
  .home-suggestion {
    padding-top: 50px !important;
    padding-bottom: 65px !important;
  }
  .home-suggestion .inner {
    width: calc(100% - 32px);
  }
  .home-suggestion .blockarea {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 1px;
    margin-top: 40px !important;
  }
  .home-suggestion .blockarea > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .home-suggestion .blockarea .block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 25px 25px 20px 32px;
    gap: 15px;
  }
  .home-suggestion .blockarea .block .imgarea {
    margin-top: 0;
  }
  .home-suggestion .blockarea .block .imgarea .img {
    width: 53px;
    height: 48px;
  }
  .home-suggestion .blockarea .block .txt {
    font-size: 1.4rem;
    text-align: left;
    line-height: 1.5;
    letter-spacing: 2px;
    margin-top: -5px;
  }
  .home-suggestion .titlearea .title .first {
    font-size: 2.2rem;
  }
  .home-suggestion .titlearea .title .first::before, .home-suggestion .titlearea .title .first::after {
    top: 62%;
  }
  .home-suggestion .titlearea .title .first::before {
    left: -26px;
  }
  .home-suggestion .titlearea .title .first::after {
    right: -26px;
  }
  .home-suggestion .titlearea .title .text {
    font-size: 2rem;
    margin-top: 0px !important;
  }
}

.home-instructor {
  background-color: #eeebe9;
}
.home-instructor .blockarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.home-instructor .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 40px;
  max-width: 555px;
}
.home-instructor .block .textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home-instructor .block .textarea .name {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 1px;
}
.home-instructor .block .textarea .detail {
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: 1px;
}
.home-instructor .block .textarea .texts {
  font-size: 1.4rem;
  letter-spacing: 1px;
  line-height: 1.55;
  margin-top: 15px;
}
.home-instructor .block .imgarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 260px;
  max-height: 260px;
}
.home-instructor .block .imgarea .img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  min-width: 260px;
}
@media (max-width: 1100px) {
  .home-instructor {
    padding-top: 55px !important;
    background-color: #fff;
  }
  .home-instructor .inner {
    width: calc(100% - 32px);
  }
  .home-instructor .blockarea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .home-instructor .blockarea .block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 30px;
    max-width: 100%;
    width: 100%;
  }
  .home-instructor .blockarea .block .imgarea {
    margin: auto;
  }
  .home-instructor .blockarea .block .textarea .texts {
    font-size: 1.5rem;
    line-height: 1.29;
    margin-top: 20px;
  }
}

.home-tieupbg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}
.home-tieupbg .backgrounds {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}
.home-tieupbg .bgimg {
  position: absolute;
  width: 100%;
  height: 200dvh;
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  background-position: center top;
  background-repeat: no-repeat;
  will-change: transform;
  background-size: 100% auto;
}
.home-tieupbg .bgimg-1 {
  background-image: url(assets/img/home/background01.jpg);
  background-size: cover;
  opacity: 1;
}
.home-tieupbg .bgimg-2 {
  background-image: url(assets/img/home/background02.jpg);
  background-size: cover;
}
.home-tieupbg .bgimg.active {
  opacity: 1;
}
.home-tieupbg .spbg {
  display: none;
}
@media (max-width: 768px) {
  .home-tieupbg {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
  }
  .home-tieupbg .backgrounds {
    position: relative;
  }
  .home-tieupbg .bgimg {
    position: relative;
    display: none;
  }
  .home-tieupbg .spbg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .home-tieupbg .spbg .img {
    aspect-ratio: 1/1;
    width: 100%;
    height: 100%;
  }
}

.home-tieup {
  background-color: #fff;
  border-bottom: 1px dashed #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  margin: 0 auto;
  min-height: 103dvh;
  padding: 7.5rem 8rem;
  position: relative;
  text-align: center;
  width: calc(100% - 80rem);
  min-width: 640px;
  z-index: 1;
}
.home-tieup.-top::before {
  content: "";
  display: block;
  width: 74%;
  height: 1px;
  background-image: linear-gradient(to right, #000, #000 3px, transparent 3px, transparent 8px);
  background-size: 5px 1px;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.home-tieup.-last {
  border-bottom: none;
}
.home-tieup .num {
  font-family: "filson-pro", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 2px;
}
.home-tieup .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.home-tieup .content .companylogo {
  max-width: 160px;
  max-height: 46px;
  margin: auto;
}
.home-tieup .content .companylogo .img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-tieup .content .companyname {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 1px;
}
.home-tieup .content .companydetail {
  font-size: 1.4rem;
  letter-spacing: 1px;
}
.home-tieup .content .link {
  font-size: 1.2rem;
  font-family: "filson-pro", sans-serif;
  color: #CAAF5A;
  letter-spacing: 1.5px;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: #CAAF5A;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.home-tieup .content .link::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(assets/img/cmn/circlearrow.png) no-repeat center center;
  background-size: contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.home-tieup .content .link:hover {
  gap: 15px;
  padding-left: 5px;
  color: #000;
  text-decoration-color: #000;
}
.home-tieup .content .link:hover::after {
  background: url(assets/img/cmn/circlearrow02.png) no-repeat center center;
  background-size: contain;
}
.home-tieup .imgblocks {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.home-tieup .imgblocks img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .home-tieup {
    min-width: auto;
    min-height: auto;
    width: calc(100% - 32px);
    padding: 40px 0px 50px;
  }
  .home-tieup.-top::before {
    width: 100%;
  }
  .home-tieup.-last {
    margin-bottom: 15px !important;
  }
  .home-tieup .content .companydetail {
    margin-top: 10px !important;
  }
  .home-tieup .content .link {
    margin-top: 25px !important;
  }
  .home-tieup .imgblocks {
    padding: 0 40px;
    margin-top: 30px !important;
  }
}

.home-tieuparea .home-title {
  width: calc(100% - 80rem);
  background-color: #fff;
  margin: auto;
  padding: 120px 20px 70px;
  min-width: 640px;
}
.home-tieuparea .home-title .title {
  text-align: center;
}
@media (max-width: 768px) {
  .home-tieuparea .home-title {
    width: 100%;
    margin-top: 0 !important;
    padding: 55px 30px 40px;
    min-width: initial;
  }
  .home-tieuparea .home-title .title {
    font-size: 2.2rem;
    margin-top: 10px;
  }
  .home-tieuparea .home-title .titleen {
    font-size: 1.4rem;
  }
}

.homearchive-article {
  width: 100%;
}
.homearchive-article .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 100%;
  height: 195px;
}
.homearchive-article .link:hover .textarea {
  opacity: 0.7;
}
.homearchive-article .imgarea {
  max-width: 270px;
  width: 100%;
}
.homearchive-article .imgarea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.homearchive-article .textarea {
  max-width: 270px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.homearchive-article .textarea .archivetxt {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 1px;
  background-color: #E5E0DC;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 34px;
}
.homearchive-article .textarea .date {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-family: "filson-pro", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 1.7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.homearchive-article .textarea .date .weekday {
  font-size: 1.4rem;
  margin-left: 7px;
  letter-spacing: 0;
  margin-left: -3px;
  margin-top: -1px;
}
.homearchive-article .textarea .title {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 1.5px;
  max-width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-top: -5px !important;
}
.homearchive-article .textarea .speaker {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  font-size: 1.4rem;
  letter-spacing: 0px;
  max-width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media (max-width: 900px) {
  .homearchive-article .textarea,
  .homearchive-article .imgarea {
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .homearchive-article .link {
    height: 100%;
    gap: 15px;
  }
  .homearchive-article .imgarea {
    max-width: 34.5%;
  }
  .homearchive-article .imgarea .img {
    width: 100%;
    height: 100%;
    aspect-ratio: 25/18;
  }
  .homearchive-article .textarea {
    padding: 0;
  }
  .homearchive-article .textarea .title {
    font-size: 1.6rem;
    margin-top: -10px !important;
  }
  .homearchive-article .textarea .date {
    font-size: 1.2rem;
    margin-top: 5px !important;
  }
  .homearchive-article .textarea .date .weekday {
    font-size: 0.8rem;
  }
  .homearchive-article .textarea .archivetxt {
    height: 25px;
    max-width: 140px;
    font-size: 1.2rem;
  }
}

.home-faq {
  background-color: #E5E0DC;
  position: relative;
}
.home-faq .inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 300px 60px 1fr;
  grid-template-columns: 300px 1fr;
  gap: 60px;
}
.home-faq .home-title {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.home-faq .faqlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}
.home-faq .faqlist .faqitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.6rem;
  font-weight: bold;
}
.home-faq .faqlist .q,
.home-faq .faqlist .a {
  font-family: "filson-pro", sans-serif;
  font-size: 2.8rem;
  margin-right: 17.5px;
  white-space: nowrap;
}
.home-faq .faqlist .question {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 45px 1fr;
  grid-template-columns: 45px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  padding: 10px 60px 10px 25px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.home-faq .faqlist .question::before, .home-faq .faqlist .question::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 2px;
  top: 50%;
  right: 30px;
  background-color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.home-faq .faqlist .question::before {
  top: 51%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.home-faq .faqlist .question.is-active::before {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
.home-faq .faqlist .answer {
  display: none;
  background-color: #eeebe9;
  padding: 16px 25px;
  -ms-grid-columns: 45px 1fr;
  grid-template-columns: 45px 1fr;
}
.home-faq .faqlist .answer.is-active {
  display: -ms-grid !important;
  display: grid !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 900px) {
  .home-faq .inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 35px;
  }
}
@media (max-width: 768px) {
  .home-faq {
    padding-top: 55px !important;
    padding-bottom: 65px !important;
  }
  .home-faq .home-title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .home-faq .home-title .title {
    font-size: 2.2rem;
    margin-top: 8px;
  }
  .home-faq .home-title .titleen {
    font-size: 1.4rem;
  }
  .home-faq .faqlist .question {
    -ms-grid-columns: 25px 1fr;
    grid-template-columns: 25px 1fr;
    padding: 15px 40px 15px 15px;
    font-size: 1.4rem;
  }
  .home-faq .faqlist .question::before, .home-faq .faqlist .question::after {
    right: 15px;
  }
  .home-faq .faqlist .q,
  .home-faq .faqlist .a {
    font-size: 1.6rem;
    margin-right: 0px;
    margin-top: -20px;
  }
  .home-faq .faqlist .answer {
    -ms-grid-columns: 25px 1fr;
    grid-template-columns: 25px 1fr;
    padding: 25px 40px 25px 15px;
    font-size: 1.4rem;
  }
}

.sec-form .formttl {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.sec-form .txt {
  line-height: 32px;
  text-align: center;
}
.sec-form .formblock {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 290px 30px 1fr;
  grid-template-columns: 290px 1fr;
  gap: 20px 30px;
}
.sec-form .formblock.-confirm {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 31.2% 0px 68.2%;
  grid-template-columns: 31.2% 68.2%;
  gap: 20px 0px;
}
.sec-form .formblock.-confirm .namearea, .sec-form .formblock.-confirm .inputarea {
  padding: 25px 0;
  border-bottom: 1px solid #cccccc;
}
.sec-form .inputarea.-concent {
  position: relative;
}
.sec-form .inputarea.-concent input[type=checkbox] {
  z-index: -1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sec-form .inputarea.-concent input[type=checkbox]:checked + label::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #CAAF5A;
  border: 1px solid #CAAF5A;
}
.sec-form .inputarea.-concent input[type=checkbox]:checked + label::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 27px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.sec-form .inputarea.-concent label {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
  background-color: #fff;
  padding: 14px 16px;
  font-size: 1.4rem;
}
.sec-form .inputarea.-concent label::before {
  content: "";
  display: block;
  min-width: 20px;
  height: 20px;
  border: 1px solid #999088;
}
.sec-form .inputarea.-concent.-caution label::before {
  border: 1px solid #f00;
}
.sec-form .namearea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5px;
  padding: 10px 0 0;
  font-size: 1.6rem;
  letter-spacing: 3px;
}
.sec-form .namearea.-nes::after {
  content: "必須";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 55px;
  height: 25px;
  font-size: 1.2rem;
  line-height: 1;
  background-color: #000;
  color: #ccc;
}
.sec-form .smallertxt {
  font-size: 1.2rem;
}
.sec-form .personalattention {
  padding: 55px 0 30px;
  border-top: 1px dashed #999999;
}
.sec-form .personalattention .ttl {
  font-size: 1.2rem;
  font-weight: bold;
}
.sec-form .personalattention .texts {
  font-size: 1.2rem;
  text-align: left;
  line-height: 1.65;
  margin-top: 5px;
}
.sec-form .personalattention .kotira {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  text-decoration-color: #000;
}
.sec-form .link-btn01 {
  margin: auto;
  position: relative;
}
.sec-form .link-btn01 .linkbtn {
  width: 400px;
  height: 80px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px;
  cursor: pointer;
}
.sec-form input[type=text],
.sec-form input[type=email],
.sec-form input[type=number],
.sec-form .readonly,
.sec-form select {
  width: 100%;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
  background-color: #fff;
  font-size: 1.2rem;
}
.sec-form input[type=text]::-webkit-input-placeholder, .sec-form input[type=email]::-webkit-input-placeholder, .sec-form input[type=number]::-webkit-input-placeholder, .sec-form .readonly::-webkit-input-placeholder, .sec-form select::-webkit-input-placeholder {
  color: #ccc;
}
.sec-form input[type=text]::-moz-placeholder, .sec-form input[type=email]::-moz-placeholder, .sec-form input[type=number]::-moz-placeholder, .sec-form .readonly::-moz-placeholder, .sec-form select::-moz-placeholder {
  color: #ccc;
}
.sec-form input[type=text]:-ms-input-placeholder, .sec-form input[type=email]:-ms-input-placeholder, .sec-form input[type=number]:-ms-input-placeholder, .sec-form .readonly:-ms-input-placeholder, .sec-form select:-ms-input-placeholder {
  color: #ccc;
}
.sec-form input[type=text]::-ms-input-placeholder, .sec-form input[type=email]::-ms-input-placeholder, .sec-form input[type=number]::-ms-input-placeholder, .sec-form .readonly::-ms-input-placeholder, .sec-form select::-ms-input-placeholder {
  color: #ccc;
}
.sec-form input[type=text]::placeholder,
.sec-form input[type=email]::placeholder,
.sec-form input[type=number]::placeholder,
.sec-form .readonly::placeholder,
.sec-form select::placeholder {
  color: #ccc;
}
.sec-form input[type=text].-caution,
.sec-form input[type=email].-caution,
.sec-form input[type=number].-caution,
.sec-form .readonly.-caution,
.sec-form select.-caution {
  border: 2px solid #f00;
}
.sec-form .readonly {
  height: auto;
  min-height: 50px;
  padding: 10px 15px;
}
.sec-form textarea {
  background-color: #fff;
  width: 100%;
  padding: 20px;
}
.sec-form select {
  background: #fff url(assets/svg/icons/arrow_down.svg) right 10px center no-repeat;
  background-size: 12px auto;
  color: #222;
}
.sec-form .addressblock {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
}
.sec-form .number,
.sec-form .prefectures {
  width: 50%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 95px 1fr;
  grid-template-columns: 95px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec-form .prefectures {
  -ms-grid-columns: 65px 1fr;
  grid-template-columns: 65px 1fr;
}
.sec-form .areainner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 95px 0 1fr;
  grid-template-columns: 95px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px 0;
}
.sec-form .areainner .blc05 {
  line-height: 20px;
}
.sec-form .itemlabel {
  font-size: 1.4rem;
}
.sec-form .eventname {
  width: 100%;
  min-height: 50px;
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
  background-color: #eeebe9;
}
.sec-form .eventdate, .sec-form .eventtime {
  background-color: #d0d2ce;
}
.sec-form .ggmap {
  width: 100%;
  height: 350px;
}
.sec-form .chkul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.sec-form .chkul > li {
  width: 160px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
  background-color: #fff;
  gap: 10px;
}
.sec-form .chkul > li.-caution {
  border: 2px solid #f00;
}
.sec-form .chkul.-small > li {
  padding: 0;
}
.sec-form .chkul.-small > li input[type=radio], .sec-form .chkul.-small > li input[type=checkbox] {
  position: absolute;
  visibility: hidden;
}
.sec-form .chkul.-small > li input[type=radio]:checked + label::before, .sec-form .chkul.-small > li input[type=checkbox]:checked + label::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #CAAF5A;
  border: 1px solid #CAAF5A;
}
.sec-form .chkul.-small > li input[type=radio]:checked + label::after, .sec-form .chkul.-small > li input[type=checkbox]:checked + label::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 26px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.sec-form .chkul.-small > li label {
  font-size: 1.2rem;
  width: 100%;
  height: 100%;
  padding: 0 15px 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
}
.sec-form .chkul.-small > li label::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #999088;
}
.sec-form .chkul.-caution {
  border: 2px solid #f00;
}
.sec-form .othersarea {
  display: none;
  padding-top: 10px;
}
.sec-form .othersarea > .txt {
  margin-bottom: 10px;
}
.sec-form .link-btn01 {
  margin: auto;
}
@media (max-width: 768px) {
  .sec-form .formttl {
    font-size: 2.8rem;
    margin-bottom: 30px;
  }
  .sec-form .txt {
    width: 100%;
    text-align: left;
  }
  .sec-form .formblock {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 5px 30px;
  }
  .sec-form .formblock.-confirm {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0;
  }
  .sec-form .formblock.-confirm .namearea {
    padding: 0;
  }
  .sec-form .formblock.-confirm .inputarea {
    padding: 5px 0 20px;
  }
  .sec-form .namearea {
    padding-top: 20px !important;
    padding-right: 0;
    border-bottom: none !important;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .sec-form .namearea::after {
    margin-top: 3px;
    margin-left: 10px;
  }
  .sec-form .namearea.-last {
    padding-bottom: 0px;
  }
  .sec-form .namearea.-single {
    margin-bottom: 0;
  }
  .sec-form .inputarea {
    padding: 10px 0 0;
    border-top: none;
  }
  .sec-form .inputarea.-address {
    padding-right: 0;
    padding-left: 0;
  }
  .sec-form .inputarea.-building {
    padding: 20px 0;
  }
  .sec-form .inputarea.-second {
    padding: 10px 0 60px;
  }
  .sec-form .inputarea.-people .joinlist {
    grid-column-gap: 15px;
  }
  .sec-form .inputarea .others {
    padding: 30px;
  }
  .sec-form input[type=text],
  .sec-form input[type=email],
  .sec-form input[type=number],
  .sec-form .readonly,
  .sec-form select {
    height: 48px;
  }
  .sec-form .areainner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0;
  }
  .sec-form .areainner .blc03, .sec-form .areainner .blc05, .sec-form .areainner .blc07 {
    margin-top: 15px;
  }
  .sec-form .areainner .itemlabel {
    margin-bottom: 5px;
    width: 100%;
  }
  .sec-form .areainner .itemlabel .pconly {
    display: none;
  }
  .sec-form .addressblock {
    grid-column: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sec-form .addressblock .number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    text-align: left;
  }
  .sec-form .addressblock .number .blc,
  .sec-form .addressblock .number .itemlabel {
    width: 100%;
  }
  .sec-form .addressblock .prefectures {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    text-align: left;
  }
  .sec-form .chkul.-contact {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .sec-form .chkul > li {
    width: 100%;
  }
  .sec-form .personalattention {
    padding: 45px 0 30px;
    width: 100%;
  }
  .sec-form .personalattention .texts {
    margin-top: 10px !important;
  }
  .sec-form .link-btn01 .linkbtn {
    max-width: 320px;
    min-width: 320px;
    width: 100%;
    height: 65px;
  }
}

.sec-contactinfo {
  background-color: #E5E0DC;
  padding: 60px 20px 70px;
}
.sec-contactinfo > .secinner {
  width: 100%;
  max-width: 840px;
  margin: auto;
}
.sec-contactinfo .secttl {
  font-size: clamp(2.4rem, 4.2vw, 3.2rem) !important;
  letter-spacing: 0;
  line-height: 1.4;
  text-align: center;
  padding-left: 35px;
}
.sec-contactinfo .sectxt {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", arial, helvetica, clean, sans-serif;
  text-align: center;
  padding-left: 20px;
  font-size: 1.8rem;
  line-height: 34px;
}
.sec-contactinfo .contacttel {
  color: #d88c34;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5;
  margin-right: 10px;
}
.sec-contactinfo .contacttel .num {
  font-size: 4.8rem;
  letter-spacing: 1px;
}
.sec-contactinfo .teltxt {
  margin-top: 15px;
  padding-left: 70px;
}
.sec-contactinfo .openhour {
  line-height: 1;
  margin-top: 5px;
  margin-left: -5px;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .sec-contactinfo {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sec-contactinfo .sectxt {
    text-align: left;
    padding-left: 0;
  }
  .sec-contactinfo .teltxt {
    margin-top: 10px;
    padding-left: 0;
  }
  .sec-contactinfo .contacttel {
    font-size: 2.6rem;
    margin-right: 0;
  }
  .sec-contactinfo .contacttel .num {
    font-size: 4rem;
  }
  .sec-contactinfo .secttl {
    text-align: left;
    padding-left: 0;
  }
  .sec-contactinfo .openhour {
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: left;
    margin-top: 15px;
  }
}

.booking-cover {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 60px;
  grid-template-rows: 60px;
  grid-column-gap: 10px;
}

.booking-cover > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.booking-cover > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.booking-cover.-single {
  -ms-grid-columns: 48.5% 25px 43% 25px 0px;
  grid-template-columns: 48.5% 43% 0px;
  grid-column-gap: 25px;
}
.booking-cover.-single .icondel {
  margin-left: -15px;
}
.booking-cover > .bookinglabel {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 125px;
          flex: 0 0 125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.booking-cover .bookinginputcover {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 30px;
  grid-template-columns: 1fr 30px;
  gap: 10px;
}
.booking-cover .iconcal {
  width: 30px;
  height: 80%;
  background: url(assets/svg/icons/icon_calendar_check.svg) center center no-repeat;
  background-size: contain;
  cursor: pointer;
}
.booking-cover .icondel {
  width: 25px;
  min-height: 100%;
  background: url(assets/svg/icons/icon_close.svg) center center no-repeat;
  background-size: contain;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.booking-cover .icondel:hover {
  opacity: 0.6;
}
.booking-cover .icondel.-dn {
  visibility: hidden;
}
.booking-cover .bookingtime, .booking-cover .storetime {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 175px;
          flex: 0 0 175px;
}
@media (max-width: 768px) {
  .booking-cover {
    -ms-grid-columns: 1fr 10px 30px;
    grid-template-columns: 1fr 30px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
  .booking-cover > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .booking-cover > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .booking-cover .bookinginputcover {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 1/1/2/3;
  }
  .booking-cover.-single {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-column-gap: 30px;
  }
  .booking-cover .iconcal {
    height: 100%;
  }
}

.flatpickr-calendar .flatpickr-month {
  margin-bottom: 10px;
}
.flatpickr-calendar .flatpickr-current-month {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flatpickr-calendar .flatpickr-current-month .cur-month {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-size: 1.6rem;
  font-weight: normal;
  color: #222;
}
.flatpickr-calendar .flatpickr-current-month .cur-month:hover {
  background-color: #fff;
}
.flatpickr-calendar .flatpickr-current-month .numInputWrapper {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}
.flatpickr-calendar .flatpickr-current-month .numInputWrapper:hover {
  background-color: #fff;
}
.flatpickr-calendar .flatpickr-current-month .numInputWrapper > .numInput::after {
  content: "年";
}
.flatpickr-calendar .flatpickr-current-month .numInputWrapper > .numInput.cur-year {
  font-size: 1.6rem;
  color: #222;
}
.flatpickr-calendar .flatpickr-current-month .numInputWrapper .arrowUp,
.flatpickr-calendar .flatpickr-current-month .numInputWrapper .arrowDown {
  display: none;
}
.flatpickr-calendar .dayContainer {
  padding: 0 10px 10px;
}
.flatpickr-calendar .flatpickr-weekdaycontainer {
  padding: 0 10px;
}
.flatpickr-calendar .flatpickr-day {
  font-size: 1.2rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 20px)/7;
          flex: 0 0 calc(100% - 20px)/7;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  border-radius: 0;
  background-color: #0072bc;
  border: 1px solid #fff !important;
  color: #fff;
}
.flatpickr-calendar .flatpickr-day:hover, .flatpickr-calendar .flatpickr-day.selected {
  background-color: #c5498e;
  border: 1px solid #fff;
}
.flatpickr-calendar .flatpickr-day.flatpickr-disabled {
  color: #ccc;
  background-color: #eee;
  border: 1px solid #fff;
  cursor: default !important;
}
.flatpickr-calendar .flatpickr-day.flatpickr-disabled:hover {
  color: #ccc;
  background-color: #eee;
  border: 1px solid #fff;
  text-decoration: none;
}
.flatpickr-calendar .flatpickr-weekdaycontainer > .flatpickr-weekday:first-of-type {
  color: #f00;
}
.flatpickr-calendar .flatpickr-weekdaycontainer > .flatpickr-weekday:last-of-type {
  color: #00f;
}

.main-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  padding: 0 40px 0 40px;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
}
.main-header.header-absolute {
  position: absolute;
  background-color: transparent;
}
.main-header.header-fixed {
  position: fixed;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px); /* 最初は少し上に */
  -webkit-animation: dropFade 0.5s ease forwards;
          animation: dropFade 0.5s ease forwards;
  background-color: transparent;
}
.main-header.header-fixed .logo {
  opacity: 1;
  pointer-events: initial;
}
.main-header.header-fixed.-home.-init .btntxt::before, .main-header.header-fixed.-home.-init .btntxt::after {
  background-color: #000;
}
.main-header.-other {
  position: fixed !important;
  background-color: transparent;
}
.main-header.-other .logo {
  opacity: 1;
  pointer-events: initial;
}
.main-header > .headerinner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.main-header .logo {
  width: 180px;
  height: 34px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
}
.main-header .logolink {
  display: block;
  width: 100%;
  height: 100%;
  background: url(assets/img/cmn/logo.svg) 0 center no-repeat;
  background-size: contain;
  text-indent: -9999px;
}
.main-header .header-menu {
  width: 100%;
  height: 100%;
}
.main-header.-menuopen {
  z-index: 9999;
  background: none;
}
.main-header.-menuopen .logo {
  opacity: 1;
  pointer-events: initial;
}
.main-header.-menuopen .logolink {
  background: url(assets/img/cmn/logo_white.svg) 0 center no-repeat;
  background-size: contain;
}
@media (max-width: 1200px) {
  .main-header {
    padding: 0 20px 0;
  }
}
@media (max-width: 1024px) {
  .main-header {
    padding: 0 20px;
  }
  .main-header .header-menu {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    max-width: unset;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .main-header .menu-ul {
    display: none;
  }
  .main-header .outer-link {
    display: none;
  }
}
@media (max-width: 768px) {
  .main-header {
    padding-left: 15px;
    padding-right: 20px;
  }
  .main-header > .headerinner {
    position: relative;
    width: 100%;
  }
  .main-header .header-menu {
    display: none;
  }
  .main-header .menubtn-area {
    position: absolute;
    right: 0;
    height: 40px;
  }
  .main-header .logo {
    width: 145px;
    height: 40px;
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
  .main-header.header-fixed .menubtn-area .btntxt::before, .main-header.header-fixed .menubtn-area .btntxt::after {
    background-color: #000 !important;
  }
  .main-header.header-fixed.-menuopen .menubtn-area .btntxt::before, .main-header.header-fixed.-menuopen .menubtn-area .btntxt::after {
    background-color: #fff !important;
  }
}

@-webkit-keyframes insetWipeOut {
  0% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(0 0 0 100%);
  }
}

@keyframes insetWipeOut {
  0% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(0 0 0 100%);
  }
}
@-webkit-keyframes insetWipeIn {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes insetWipeIn {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@-webkit-keyframes dropFade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes dropFade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fixed-menu {
  position: fixed;
  z-index: 30;
  top: 30px;
  right: 40px;
  max-width: 140px;
  width: 100%;
  max-height: 70px;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.fixed-menu.-menuopen {
  z-index: 100000;
  background-color: #f4f4f4 !important;
}
.fixed-menu.-menuopen .inner .menubtn-area {
  background-color: #f4f4f4 !important;
  border: 1px solid #222;
}
.fixed-menu.-menuopen .inner .menubtn-area .menu {
  color: #222;
}
.fixed-menu.-menuopen .inner .registerarea {
  opacity: 0;
  pointer-events: none;
}
.fixed-menu.-init {
  background-color: #fff;
}
.fixed-menu .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 140px;
  width: 100%;
  max-height: 70px;
  height: 100%;
}
.fixed-menu .inner .registerarea,
.fixed-menu .inner .menubtn-area {
  width: 70px;
  height: 70px;
}
.fixed-menu .registerarea {
  background-color: #CAAF5A;
  color: #fff;
  font-size: 1rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.fixed-menu .registerarea::before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 17px;
  height: 18px;
  background: url(assets/img/cmn/people.svg) no-repeat center center;
  background-size: contain;
  margin-top: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.fixed-menu .registerarea:hover {
  background-color: #f4f4f4;
  color: #CAAF5A;
}
.fixed-menu .registerarea:hover::before {
  background: url(assets/img/cmn/people_color.svg) no-repeat center center;
  background-size: contain;
}
.fixed-menu .imgarea {
  max-width: 143px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.fixed-menu .imgarea .img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.fixed-menu .imgarea:hover {
  opacity: 0.7;
}
@media (max-width: 920px) {
  .fixed-menu {
    top: 25px;
    right: 10px;
    max-width: 90px;
    max-height: 45px;
    border-radius: 0;
    opacity: 1 !important;
  }
  .fixed-menu.-menuopen {
    background-color: #f4f4f4 !important;
  }
  .fixed-menu.-init {
    bottom: -70px;
  }
  .fixed-menu.-init.-bottom {
    bottom: 0;
  }
  .fixed-menu .inner .registerarea,
  .fixed-menu .inner .menubtn-area {
    width: 45px;
    height: 45px;
  }
  .fixed-menu .inner .registerarea {
    font-size: 0.7rem;
  }
  .fixed-menu .inner .registerarea::before {
    width: 12px;
    height: 13px;
  }
  .fixed-menu .textarea {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
    row-gap: 5px;
  }
  .fixed-menu .textarea .head {
    font-weight: bold;
  }
  .fixed-menu .imgarea {
    max-width: 70px;
    margin: 0 auto 0 0;
  }
}

.menu-ul .list.-about {
  position: relative;
}
.menu-ul .list.-about:hover .header-submenu {
  opacity: 1;
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
}
.menu-ul .list .header-submenu {
  opacity: 0;
  margin-top: 1px;
  position: absolute;
  background-color: #222;
  width: 210px;
  padding: 30px;
  margin-top: 1px;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
}
.menu-ul .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", arial, helvetica, clean, sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.menu-ul .link:hover {
  opacity: 0.7;
  color: #CAAF5A;
}
.menu-ul .link:hover::after {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  bottom: 1px;
  width: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-bottom: solid 2px #CAAF5A;
  -webkit-animation: border_anim 0.2s linear forwards;
          animation: border_anim 0.2s linear forwards;
}
.menu-ul.-menuopen {
  display: none;
}

@-webkit-keyframes border_anim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes border_anim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.menubtn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 70px;
  height: 30px;
  z-index: 10000;
  cursor: pointer;
}
.menubtn-area.-home.-init .btntxt::before, .menubtn-area.-home.-init .btntxt::after {
  background-color: #fff;
}
.menubtn-area > .menubtnlabel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
  line-height: 1;
  cursor: pointer;
  font-size: 0;
}
.menubtn-area .btntxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 17px;
  position: relative;
}
.menubtn-area .btntxt::before, .menubtn-area .btntxt::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 3px;
  content: "";
  display: block;
  background-color: #000;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
}
.menubtn-area .btntxt::after {
  top: 10px;
}
.menubtn-area .menubtnchk {
  display: none;
}
.menubtn-area .menubtnchk:checked + .menubtnlabel .btntxt::before {
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  top: 8px;
  background-color: #fff;
}
.menubtn-area .menubtnchk:checked + .menubtnlabel .btntxt::after {
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
  top: 8px;
  background-color: #fff;
}
.menubtn-area .menubtnchk:checked + .menubtnlabel .btntxt .btxt::before {
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .menubtn-area:hover .btntxt::before, .menubtn-area:hover .btntxt::after {
    opacity: 0.6;
  }
}
@media (max-width: 768px) {
  .menubtn-area > .menubtnlabel {
    text-indent: -9999px;
    font-size: 0;
    width: 72px;
    height: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .menubtn-area .menubtnchk:checked + .menubtnlabel .btntxt::before {
    top: 17px;
  }
  .menubtn-area .menubtnchk:checked + .menubtnlabel .btntxt::after {
    top: 17px;
  }
  .menubtn-area .btntxt {
    height: 22px;
  }
  .menubtn-area .btntxt::before, .menubtn-area .btntxt::after {
    height: 3px;
    width: 72px;
    left: 0;
    top: 5px;
  }
  .menubtn-area .btntxt::after {
    top: 17px;
  }
}
@media (max-width: 768px) and (hover: hover) and (pointer: fine) {
  .menubtn-area:hover .btntxt::before, .menubtn-area:hover .btntxt::after {
    opacity: 1;
  }
}

.header-submenu .sublink {
  color: #fff;
  font-size: 1.4rem;
  padding-left: 10px;
  position: relative;
}
.header-submenu .sublink::before {
  content: "-";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.menu-area {
  position: fixed;
  right: -100vw;
  top: 0;
  width: 100vw;
  height: 100svh;
  z-index: 8000;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow-y: scroll;
  scroll-behavior: smooth;
  opacity: 0;
}
.menu-area > .menucover {
  position: relative;
  width: 100%;
  height: 100svh;
  background-color: #fff;
  margin: 0 0 0 auto;
  z-index: 10000;
}
.menu-area.-open {
  right: 0;
  opacity: 1;
}
.menu-area .hamburger-menu {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 55.7% 1fr;
  grid-template-columns: 55.7% 1fr;
  width: 100%;
  height: 100%;
  background: #000;
}
@media (max-width: 900px) {
  .menu-area {
    height: 100dvh;
  }
  .menu-area .hamburger-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: auto;
    overflow-y: auto;
    height: 100dvh;
  }
}
.hamburger-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: none;
}
.hamburger-menu .imgarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hamburger-menu .imgarea .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hamburger-menu .hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 12%;
  padding-right: 20px;
}
.hamburger-menu .ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
  padding-left: 12%;
}
.hamburger-menu .link {
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 1.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  line-height: 1.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.hamburger-menu .link::before {
  background: #CAAF5A;
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -5px;
  margin: auto;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.hamburger-menu .link.-detail {
  font-size: 1.2rem;
  color: #fff;
  letter-spacing: 1.2px;
}
.hamburger-menu .link:hover {
  color: #CAAF5A;
}
.hamburger-menu .link:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.hamburger-menu .enname {
  font-size: 1.4rem;
  font-family: "greycliff-cf", sans-serif;
  color: #CAAF5A;
  letter-spacing: 0px;
  margin-bottom: -5px;
}
.hamburger-menu .detaillink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
@media (max-width: 768px) {
  .hamburger-menu {
    height: 100dvh;
  }
  .hamburger-menu .hamburger {
    padding-left: 0;
    overflow-y: scroll;
    padding: 140px 25px 50px;
  }
  .hamburger-menu .ul {
    padding-left: 0;
    row-gap: 15px;
  }
  .hamburger-menu .detaillink {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    margin-top: 25px !important;
  }
  .hamburger-menu .imgarea {
    display: none;
  }
}

.main-footer {
  position: relative;
  background-color: #000000;
}
.main-footer .footerinner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  position: relative;
  background-color: #000000;
  width: calc(100% - 40px);
  max-width: 1200px !important;
  margin: auto;
}
.main-footer .footerinner .companyarea {
  margin-left: 20px;
}
.main-footer .footerinner .company {
  font-size: 1.2rem;
  color: #fff;
  letter-spacing: 0.5px;
}
.main-footer .footerinner .footerlogo {
  display: block;
  width: 220px;
  height: 45px;
  text-indent: -9999px;
  background: url(assets/img/cmn/logo_color.svg) no-repeat center center;
  background-size: contain;
}
.main-footer .footerinner .ul {
  max-width: 545px;
  width: 100%;
  max-height: 85px;
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  -ms-grid-rows: 1fr 13px 1fr 13px 1fr;
  grid-template-rows: repeat(3, 1fr);
  -ms-grid-columns: 35% 10px 29% 10px 32%;
  grid-template-columns: 35% 29% 32%;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 13px;
  font-size: 1.2rem;
  margin: 0px 0 0 auto;
}
.main-footer .footerinner .ul > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.main-footer .footerinner .ul > *:nth-child(2) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.main-footer .footerinner .ul > *:nth-child(3) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.main-footer .footerinner .ul > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.main-footer .footerinner .ul > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.main-footer .footerinner .ul > *:nth-child(6) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
.main-footer .footerinner .ul > *:nth-child(7) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.main-footer .footerinner .ul > *:nth-child(8) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
.main-footer .footerinner .ul > *:nth-child(9) {
  -ms-grid-row: 5;
  -ms-grid-column: 5;
}
.main-footer .footerinner .ul .link {
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
}
.main-footer .footerinner .ul .link.-none {
  pointer-events: none;
}
.main-footer .footerinner .ul .link::before {
  background: #CAAF5A;
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -1px;
  margin: auto;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.main-footer .footerinner .ul .link:hover {
  color: #CAAF5A;
}
.main-footer .footerinner .ul .link:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.main-footer .footerinner .ul .link .smalltxt {
  font-size: 1rem;
  color: #CAAF5A;
}
.main-footer .sumus {
  font-size: 1.2rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  letter-spacing: 1px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.main-footer .sumus::before {
  background: #fff;
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.main-footer .sumus:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.main-footer .footer-btm {
  background-color: #000;
  border-radius: 0 0 10px 10px;
  padding: 20px;
}
.main-footer .footer-btm .ftbinner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
  padding: 0px 0 15px;
}
.main-footer .footer-btm .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
.main-footer .footer-btm .pplink {
  font-size: 1.3rem;
  color: #999999;
}
.main-footer .footer-btm .copy {
  font-size: 1.2rem;
  font-family: "greycliff-cf", sans-serif;
  color: #fff;
  letter-spacing: 2px;
  text-align: center;
}
@media (max-width: 920px) {
  .main-footer {
    margin-top: 0px;
  }
  .main-footer .footerinner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding-top: 45px !important;
    padding-bottom: 60px !important;
  }
  .main-footer .footerinner .companyarea {
    margin: auto;
  }
  .main-footer .footerinner .footerlogo {
    width: 155px;
    margin: auto;
  }
  .main-footer .footerinner .sumus {
    margin: 8px auto 0 auto !important;
    border-bottom: 1px solid #fff;
  }
  .main-footer .footerinner .company {
    text-align: center;
    margin-top: 5px !important;
  }
  .main-footer .footerinner .ul {
    max-height: initial;
    grid-auto-flow: initial;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    margin-top: 55px !important;
    row-gap: 21px;
  }
  .main-footer .footerinner .ul > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .main-footer .footerinner .ul > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .main-footer .footerinner .ul .list {
    width: 100%;
  }
  .main-footer .footerinner .ul .list:nth-of-type(odd) .link {
    margin-left: 20px;
  }
  .main-footer .footerinner .ul .link {
    font-weight: initial;
    letter-spacing: 1.5px;
    white-space: nowrap;
  }
  .main-footer .footer-btm .copy {
    font-size: 1rem;
  }
}

.footer-nav {
  position: relative;
  background: url("assets/img/cmn/footer_nav.jpg") no-repeat center center/cover;
  background-size: cover;
  width: 100%;
  height: 372px;
}
.footer-nav .inner {
  padding: 96px 0;
  height: 100%;
}
.footer-nav .ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  height: 100%;
}
.footer-nav .ul .list {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-nav .ul .list:nth-of-type(2) {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
.footer-nav .ul .link {
  font-size: 1.8rem;
  color: #fff;
  letter-spacing: 1px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px;
}
.footer-nav .ul .link::before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 33px;
  height: 36px;
  background: url("assets/img/cmn/private.svg") no-repeat center center/cover;
  background-size: contain;
  margin: auto;
}
.footer-nav .ul .link.-consul::before {
  width: 42px;
  height: 37px;
  background: url("assets/img/cmn/consultation_color.svg") no-repeat center center/cover;
  background-size: contain;
}
.footer-nav .ul .link.-mail::before {
  height: 33px;
  width: 30px;
  background: url("assets/img/cmn/mail.svg") no-repeat center center/cover;
  background-size: contain;
}
@media (max-width: 768px) {
  .footer-nav {
    height: 282px;
    background: url("assets/img/cmn/footer_nav_sp.jpg") no-repeat center center/cover;
    background-size: cover;
  }
  .footer-nav .inner {
    padding: 0;
    width: calc(100% - 32px);
  }
  .footer-nav .ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .footer-nav .ul .list:nth-of-type(2) {
    border-right: none;
    border-left: none;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  .footer-nav .ul .link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 30px;
    gap: 30px;
    font-size: 1.3rem;
    position: relative;
  }
  .footer-nav .ul .link::before {
    margin: 0;
    width: 36px;
  }
  .footer-nav .ul .link .arrowarea {
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .footer-nav .ul .link .arrowarea .arrow {
    position: relative;
    display: inline-block;
    width: 8px;
    height: 2px;
    margin: 3.6px 0;
    background-color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .footer-nav .ul .link .arrowarea .arrow::before, .footer-nav .ul .link .arrowarea .arrow::after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
    width: 5px;
    height: 2px;
    background-color: #fff;
    -webkit-transform-origin: calc(100% - 1px) 50%;
            transform-origin: calc(100% - 1px) 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .footer-nav .ul .link .arrowarea .arrow::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .footer-nav .ul .link .arrowarea .arrow::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .footer-nav .ul .link:hover .arrowarea {
    right: 20px;
  }
}

.footer-cms .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
.footer-cms .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  row-gap: 10px;
  border-radius: 5px;
}
.footer-cms .txt {
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
}
.footer-cms .imgarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 278px;
  height: 87px;
  background-color: #000;
}
.footer-cms .imgarea img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .footer-cms .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
  }
  .footer-cms .imgarea {
    max-width: 80%;
    width: 100%;
    min-height: 85px;
    height: 100%;
    margin: auto;
  }
}

.seminar-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 30px;
}
@media (max-width: 768px) {
  .seminar-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 50px !important;
    row-gap: 30px;
  }
}

.article-seminarcard {
  background-color: #fff;
}
.article-seminarcard .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.article-seminarcard .link:hover .textarea {
  opacity: 0.6;
}
.article-seminarcard .textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 25px 30px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.article-seminarcard .textarea .statusarea {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.article-seminarcard .textarea .statusarea .status {
  max-width: 140px;
  width: 100%;
  height: 36px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  letter-spacing: 1px;
  padding: 0 10px;
}
.article-seminarcard .textarea .statusarea .status.-open {
  background-color: #CAAF5A;
}
.article-seminarcard .textarea .statusarea .status.-close, .article-seminarcard .textarea .statusarea .status.-full {
  background-color: #ccc;
}
.article-seminarcard .textarea .statusarea .category {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 1px;
  padding-left: 20px;
  position: relative;
}
.article-seminarcard .textarea .statusarea .category::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.article-seminarcard .textarea .datearea {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-family: "filson-pro", sans-serif;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
}
.article-seminarcard .textarea .datearea .date {
  font-size: 3.2rem;
  letter-spacing: 2.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.article-seminarcard .textarea .datearea .date .weekday {
  font-size: 1.6rem;
  letter-spacing: 0.5px;
}
.article-seminarcard .textarea .datearea .time {
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  position: relative;
}
.article-seminarcard .textarea .datearea .time::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(assets/img/cmn/time.svg) no-repeat center;
  background-size: contain;
}
.article-seminarcard .textarea .seminarttl {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 2.5px;
  max-width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.article-seminarcard .textarea .detail {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 1.5px;
}
.article-seminarcard .textarea .detail .speaker,
.article-seminarcard .textarea .detail .cost {
  max-width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.article-seminarcard .imgarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.article-seminarcard .imgarea img {
  width: 100%;
  height: 100%;
  aspect-ratio: 18/13;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .article-seminarcard .textarea {
    padding: 15px 10px;
  }
  .article-seminarcard .textarea .statusarea {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .article-seminarcard .textarea .statusarea .status {
    font-size: 1.4rem;
    max-width: 111px;
    height: 26px;
  }
  .article-seminarcard .textarea .seminarttl {
    font-size: 2rem;
    letter-spacing: 1.5px;
    margin-top: 0px;
  }
  .article-seminarcard .textarea .detail {
    font-size: 1.4rem;
    letter-spacing: 3px;
    margin-top: 5px !important;
  }
  .article-seminarcard .textarea .datearea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .article-seminarcard .textarea .datearea .date {
    font-size: 2.2rem;
    letter-spacing: 1.5px;
    max-width: 100%;
    width: 100%;
  }
  .article-seminarcard .textarea .datearea .date .weekday {
    font-size: 1.4rem;
  }
  .article-seminarcard .textarea .datearea .date .time {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin-left: 10px;
    font-size: 1.4rem;
    letter-spacing: 0.5px;
  }
}

.seminar-sideclm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: sticky;
  top: 0;
  max-width: 300px;
  width: 100%;
  height: auto;
}
.seminar-sideclm .statusarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.seminar-sideclm .statusarea .status {
  width: 100%;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #CAAF5A;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 1px;
}
.seminar-sideclm .statusarea .status.-close, .seminar-sideclm .statusarea .status.-full {
  background-color: #ccc;
}
.seminar-sideclm .category {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 1px;
  padding-left: 20px;
  position: relative;
}
.seminar-sideclm .category::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.seminar-sideclm .datearea {
  font-family: "filson-pro", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 1.5px;
}
.seminar-sideclm .datearea .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.5;
}
.seminar-sideclm .datearea .weekday {
  font-size: 1.4rem;
  letter-spacing: 0.5px;
}
.seminar-sideclm .datearea .time {
  font-size: 1.6rem;
}
.seminar-sideclm .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.seminar-sideclm .detail .speaker,
.seminar-sideclm .detail .cost,
.seminar-sideclm .detail .place,
.seminar-sideclm .detail .outline {
  padding-bottom: 15px;
  border-bottom: 1px solid #999999;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .seminar-sideclm {
    max-width: 100%;
  }
}

.article-seminar {
  padding-top: 190px;
}
.article-seminar .title {
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 2.5px;
}
.article-seminar .formaarea {
  background-color: #E5E0DC;
}
@media (max-width: 768px) {
  .article-seminar {
    padding-top: 115px !important;
  }
  .article-seminar .twoclom-layout {
    margin-top: 25px !important;
  }
  .article-seminar .spimgarea {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin-top: 20px;
  }
  .article-seminar .spimgarea img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .article-seminar .formaarea .article-header {
    padding-top: 60px !important;
    margin-top: 60px !important;
  }
  .article-seminar .title {
    font-size: 2.4rem;
    letter-spacing: 2px;
  }
}

.seminar-schedule {
  background-color: #fff;
  padding: 45px 20px;
}
.seminar-schedule > .scinner {
  width: 100%;
  margin: auto;
}
.seminar-schedule .title {
  font-size: 4rem;
  font-family: "filson-pro", sans-serif;
  font-weight: bold;
  letter-spacing: 2px;
  color: #CAAF5A;
  text-align: center;
}
.seminar-schedule .text {
  font-size: 1.6rem;
  letter-spacing: 1.5px;
  text-align: center;
  margin-top: -8px;
}
.seminar-schedule .scdl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 95px 0 1fr;
  grid-template-columns: 95px 1fr;
  gap: 5px 0;
  padding: 10px 10px 10px 20px;
  border-left: 1px solid #fff;
}
.seminar-schedule .scdl .dt {
  font-family: "filson-pro", sans-serif;
  font-size: 1.9rem;
  font-weight: bold;
  letter-spacing: 2px;
}
.seminar-schedule .scdl .dt::after {
  content: "／";
  font-family: "filson-pro", sans-serif;
  margin-left: 4px;
}
.seminar-schedule .scdl .dt,
.seminar-schedule .scdl .dd {
  margin-top: 0px;
  line-height: 1.5;
}
@media (max-width: 800px) {
  .seminar-schedule .title {
    font-size: 3rem;
  }
  .seminar-schedule .text {
    font-size: 1.2rem;
  }
  .seminar-schedule .scdl {
    padding: 10px 0;
    -ms-grid-columns: 80px 1fr;
    grid-template-columns: 80px 1fr;
  }
  .seminar-schedule .scdl .dt {
    font-size: 1.6rem;
  }
  .seminar-schedule .scdl .dd {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

.seminar-lectures {
  position: relative;
  padding: 45px 20px 35px;
  background-color: #fff;
}
.seminar-lectures::after {
  content: "";
  display: block;
  width: 90%;
  height: 1px;
  background-image: linear-gradient(to right, #999999, #999999 3px, transparent 3px, transparent 8px);
  background-size: 5px 1px;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.seminar-lectures .title {
  font-size: 4rem;
  font-family: "filson-pro", sans-serif;
  font-weight: bold;
  letter-spacing: 3px;
  color: #CAAF5A;
  text-align: center;
}
.seminar-lectures .text {
  font-size: 1.4rem;
  letter-spacing: 1.5px;
  text-align: center;
  margin-top: -8px;
}
.seminar-lectures .lecture {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 200px 25px 1fr;
  grid-template-columns: 200px 1fr;
  -ms-grid-rows: 200px 1fr;
  grid-template-rows: 200px 1fr;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
  width: 75%;
  margin: auto auto 30px auto;
}
.seminar-lectures .lecture > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.seminar-lectures .lecture > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.seminar-lectures .lecture > *:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.seminar-lectures .lecture > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}
.seminar-lectures .namearea {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 15px;
  margin-top: -5px;
}
.seminar-lectures .namearea .name {
  font-size: 2rem;
  font-weight: bold;
}
.seminar-lectures .namearea .company,
.seminar-lectures .namearea .position {
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: bold;
}
.seminar-lectures .imgarea {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}
.seminar-lectures .introduction {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  font-size: 1.6rem;
  line-height: 1.5;
}
.seminar-lectures .imgarea {
  max-width: 200px;
  max-height: 200px;
}
.seminar-lectures .imgarea img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: middle;
  border-radius: 50%;
  aspect-ratio: 1/1;
}
@media (max-width: 1160px) {
  .seminar-lectures .lecture {
    width: 100%;
    row-gap: 20px;
  }
}
@media (max-width: 960px) {
  .seminar-lectures .lecture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .seminar-lectures .lecture:last-of-type {
    margin-bottom: 15px;
  }
  .seminar-lectures .namearea {
    row-gap: 2px;
    margin-top: 0px;
  }
  .seminar-lectures .namearea .name {
    margin-bottom: 5px;
  }
}
@media (max-width: 800px) {
  .seminar-lectures .title {
    font-size: 3rem;
  }
  .seminar-lectures .text {
    font-size: 1.2rem;
  }
}

.seminar-overview {
  background-color: #fff;
  position: relative;
  padding: 45px 20px 60px;
}
.seminar-overview::after {
  content: "";
  display: block;
  width: 90%;
  height: 1px;
  background-image: linear-gradient(to right, #999999, #999999 3px, transparent 3px, transparent 8px);
  background-size: 5px 1px;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.seminar-overview .title {
  font-size: 4rem;
  font-family: "filson-pro", sans-serif;
  font-weight: bold;
  letter-spacing: 2px;
  color: #CAAF5A;
  text-align: center;
}
.seminar-overview .text {
  font-size: 1.6rem;
  letter-spacing: 1.5px;
  text-align: center;
  margin-top: -8px;
}
.seminar-overview .overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
.seminar-overview .textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  background-color: #fff;
  margin-top: -8px;
}
.seminar-overview .textarea .statusarea {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.seminar-overview .textarea .statusarea .category {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 1px;
  padding-left: 20px;
  position: relative;
}
.seminar-overview .textarea .statusarea .category::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.seminar-overview .textarea .datearea {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-family: "filson-pro", sans-serif;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
}
.seminar-overview .textarea .datearea .date {
  font-size: 2rem;
  letter-spacing: 2.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}
.seminar-overview .textarea .datearea .date .weekday {
  font-size: 1.3rem;
  letter-spacing: 0.5px;
}
.seminar-overview .textarea .datearea .time {
  font-size: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  position: relative;
}
.seminar-overview .textarea .datearea .time::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(assets/img/cmn/time.svg) no-repeat center;
  background-size: contain;
}
.seminar-overview .textarea .seminarttl {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 1.5px;
}
.seminar-overview .textarea .detail {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.6rem;
  line-height: 1.45;
  letter-spacing: 1.5px;
}
.seminar-overview .imgarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 290px;
  max-height: 210px;
}
.seminar-overview .imgarea img {
  width: 100%;
  height: 100%;
  aspect-ratio: 29/21;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 960px) {
  .seminar-overview .overview {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 25px;
  }
  .seminar-overview .imgarea {
    max-width: 100%;
    max-height: 100%;
  }
  .seminar-overview .textarea {
    margin-top: -5px;
  }
  .seminar-overview .textarea .datearea .date {
    line-height: 1.45;
  }
}
@media (max-width: 800px) {
  .seminar-overview .title {
    font-size: 3rem;
  }
  .seminar-overview .text {
    font-size: 1.2rem;
  }
}

.article-report {
  padding-top: 190px;
}
.article-report .title {
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 2.5px;
}
.article-report .imgarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .article-report {
    padding-top: 115px !important;
  }
  .article-report .title {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}

.blog-twoclm {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 100px 300px;
  grid-template-columns: 1fr 300px;
  gap: 100px;
}
.blog-twoclm > .mainclm {
  max-width: 920px !important;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.blog-twoclm > .sideclm {
  margin-top: -15px;
}
.blog-twoclm .sidettl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  color: #222;
  background-color: #f4f4f4;
  margin-bottom: 20px;
}
.blog-twoclm .blogheader {
  margin-bottom: clamp(30px / 1.5, 0.135vw * 30, 30px);
}
.blog-twoclm .blogttl {
  font-size: clamp(2rem, 4vw, 2.8rem);
  letter-spacing: 3px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.blog-twoclm .blogdate {
  font-size: 1.6rem;
  letter-spacing: 2px;
}
.blog-twoclm .blog-card:last-of-type {
  margin-bottom: 80px;
}
.blog-twoclm .wp-pagenavi {
  margin-top: 80px;
}
.blog-twoclm .blog-menu {
  margin-bottom: 30px;
}
.blog-twoclm .seachbox {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 55px;
  grid-template-columns: 1fr 55px;
  -ms-grid-rows: 30px;
  grid-template-rows: 30px;
  gap: 10px;
  margin-bottom: 50px;
}
.blog-twoclm .seachbox > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.blog-twoclm .seachbox > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.blog-twoclm .searchfield {
  display: inline-block;
  border-radius: 0 !important;
  border: 1px solid #ccc;
  font-size: 1.6rem;
  padding: 0 5px;
  min-width: 0;
  height: 100%;
  background-color: #fff;
}
.blog-twoclm .searchfield::-webkit-input-placeholder {
  color: #ccc;
}
.blog-twoclm .searchfield::-moz-placeholder {
  color: #ccc;
}
.blog-twoclm .searchfield:-ms-input-placeholder {
  color: #ccc;
}
.blog-twoclm .searchfield::-ms-input-placeholder {
  color: #ccc;
}
.blog-twoclm .searchfield::placeholder {
  color: #ccc;
}
.blog-twoclm .searchsubmit {
  -webkit-appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #222;
  font-size: 1.6rem;
  line-height: 1;
  height: 100%;
  cursor: pointer;
}
.blog-twoclm .olddata img {
  max-width: 100%;
}
@media (max-width: 1024px) {
  .blog-twoclm {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: clamp(30px, 8vw, 60px);
  }
  .blog-twoclm.-archive > .sideclm {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/2/2;
    margin-bottom: 0;
  }
  .blog-twoclm .seachbox {
    -ms-grid-rows: 40px;
    grid-template-rows: 40px;
  }
}

.blog-card .link {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 300px 50px 1fr;
  grid-template-columns: 300px 1fr;
  gap: 15px 50px;
  padding: 45px 0;
  border-bottom: 1px dashed #999999;
}
.blog-card:first-of-type {
  border-top: 1px dashed #999999;
}
.blog-card .txtarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.blog-card .imgarea {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/2/2;
  width: 100%;
  height: 100%;
}
.blog-card .imgarea img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
}
.blog-card .link-btn {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 2/1/3/3;
}
.blog-card .bcttl {
  max-width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: -5px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  letter-spacing: 1px;
}
.blog-card .cardinfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 1;
  margin-bottom: 10px;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.blog-card .date {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-family: "filson-pro", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 1.7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog-card .date .weekday {
  font-size: 1.4rem;
  margin-left: 7px;
  letter-spacing: 0;
  margin-left: -3px;
  margin-top: -1px;
}
.blog-card .excerpt {
  max-width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  line-height: 1.8;
  margin-top: 10px;
  letter-spacing: 1px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 640px) {
  .blog-card {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .blog-card:first-of-type {
    border-top: none;
  }
  .blog-card:first-of-type .link {
    padding-top: 0;
  }
  .blog-card:last-of-type {
    margin-bottom: 50px !important;
  }
  .blog-card .imgarea {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 70%;
  }
  .blog-card .imgarea > img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .blog-card .link-btn {
    grid-area: unset;
  }
  .blog-card .link {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .blog-card .date {
    font-size: 1.6rem;
  }
  .blog-card .excerpt {
    font-size: 1.4rem;
  }
  .blog-card .bcttl {
    font-size: 2rem;
  }
}

.blog-menu .list,
.blog-menu .cat-item {
  position: relative;
  margin-bottom: 10px;
}
.blog-menu .list a,
.blog-menu .cat-item a {
  text-decoration: none;
}
.blog-menu .list:first-of-type,
.blog-menu .cat-item:first-of-type {
  margin-top: 5px;
}
.blog-menu .list::before,
.blog-menu .cat-item::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #222;
  clip-path: polygon(0 0, 0% 100%, 80% 50%);
  margin-right: 10px;
}
.blog-menu a.-current {
  font-weight: bold;
}
.blog-menu .current-cat > a {
  font-weight: bold;
}
.blog-menu.-arhcive .ctrlbtn {
  position: absolute;
  display: block;
  right: 0;
  top: 5px;
  width: 23px;
  height: 23px;
  background-color: #fff;
  border: 1px solid #222;
}
.blog-menu.-arhcive .ctrlbtn::before {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  top: 5px;
  width: 1px;
  height: 11px;
  background-color: #222;
}
.blog-menu.-arhcive .ctrlbtn::after {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: 10px;
  width: 11px;
  height: 1px;
  background-color: #222;
}
.blog-menu.-arhcive .ctrlbtn.-active::before {
  display: none;
}
.blog-menu .yearlink {
  font-family: "filson-pro", sans-serif;
}
.blog-menu .monsthul {
  display: none;
  margin-left: 20px;
  padding-bottom: 15px;
}
.blog-menu .monsthul.-active {
  display: block;
}
.blog-menu .postul {
  display: none;
  margin-left: 20px;
  padding-bottom: 15px;
}
.blog-menu .postul.-active {
  display: block;
}
.blog-menu .postul .list {
  max-width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media (max-width: 768px) {
  .blog-menu .list, .blog-menu .cat-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .blog-menu > .list, .blog-menu > .cat-item {
    border-bottom: 1px solid #F4F4F4;
  }
  .blog-menu a:not(.ctrlbtn) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .blog-menu .monsthul {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .blog-menu.-arhcive .ctrlbtn {
    right: 0;
    top: 5px;
    width: 30px;
    height: 30px;
  }
  .blog-menu.-arhcive .ctrlbtn::before {
    content: "";
    display: block;
    position: absolute;
    left: 14px;
    top: 5px;
    width: 2px;
    height: 20px;
    background-color: #fff;
  }
  .blog-menu.-arhcive .ctrlbtn::after {
    content: "";
    display: block;
    position: absolute;
    left: 5px;
    top: 14px;
    width: 20px;
    height: 2px;
    background-color: #fff;
  }
  .blog-menu.-arhcive .ctrlbtn.-active::before {
    display: none;
  }
}

.report-sideclm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: sticky;
  top: 0;
  max-width: 300px;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .report-sideclm {
    margin: auto;
  }
}

.archive-blog .inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 60px 60px;
}
.archive-blog .blog-card {
  max-width: 550px;
  width: 100%;
}
@media (max-width: 1020px) {
  .archive-blog .inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .archive-blog .blog-card {
    max-width: 85%;
    margin: auto;
  }
}
@media (max-width: 768px) {
  .archive-blog .blog-card {
    max-width: 100%;
  }
  .archive-blog .inner {
    gap: 30px 60px;
  }
}

.header-blog {
  position: relative;
  padding: 0 40px;
}
.header-blog .bg {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f4f4f4;
  position: absolute;
  z-index: -1;
  top: 0;
  left: -50px;
  border-radius: 0 130px 130px 0;
}
.header-blog .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-blog .textarea,
.header-blog .imgarea {
  max-width: 540px;
}
.header-blog .imgarea {
  width: 50%;
}
.header-blog .imgarea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
  border-radius: 30px;
  aspect-ratio: 43/32;
}
.header-blog .textarea {
  width: 50%;
}
.header-blog .link-btn02 {
  margin: auto;
}
.header-blog .statusarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
.header-blog .statusarea .list {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  padding: 0 15px;
  background-color: #fff;
  border: 1px solid #5aba9e;
  border-radius: 20px;
  color: #5aba9e;
}
@media (max-width: 768px) {
  .header-blog {
    margin-top: 25px;
    padding: 0 20px 0 20px;
    padding-top: 20px !important;
  }
  .header-blog .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 100%;
    gap: 30px;
  }
  .header-blog .statusarea {
    gap: 10px;
  }
  .header-blog .textarea {
    row-gap: 10px;
  }
  .header-blog .textarea,
  .header-blog .imgarea {
    max-width: 100%;
    width: 100%;
  }
  .header-blog .imgarea img {
    border-radius: 0px;
  }
  .header-blog .bg {
    left: 0px;
    border-radius: 0;
  }
}

.single-blog {
  position: relative;
}
.single-blog .logoarea {
  position: absolute;
  left: 40px;
  top: 30px;
  width: 175px;
  height: 65px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.single-blog .logoarea img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.single-blog .logoarea:hover {
  opacity: 0.7;
}
.single-blog .statusarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.single-blog .datearea {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 40px;
}
.single-blog .termarea,
.single-blog .status {
  width: 120px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  border-radius: 20px;
}
.single-blog .termarea.-red,
.single-blog .status.-red {
  background-color: #f45b69;
}
.single-blog .termarea.-green,
.single-blog .status.-green {
  background-color: #5aba9e;
}
.single-blog .termarea.-black,
.single-blog .status.-black {
  background-color: #222;
}
.single-blog .termarea.-open,
.single-blog .status.-open {
  display: none;
}
.single-blog .termarea.-full,
.single-blog .status.-full {
  background-color: #5d5d5d;
}
.single-blog .termarea.-close,
.single-blog .status.-close {
  background-color: #5d5d5d;
}
.single-blog .textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
}
.single-blog .textarea .title {
  font-size: 2.8rem;
  font-weight: bold;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  line-height: 1.5;
  letter-spacing: 0px;
}
.single-blog .textarea .published {
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  color: #999999;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .single-blog .logoarea {
    width: 132px;
    left: 15px;
    top: 25px;
  }
  .single-blog .textarea .title {
    font-size: 2.4rem;
  }
  .single-blog .termarea {
    width: 100px;
    height: 30px;
  }
  .single-blog .datearea {
    margin-top: 30px;
  }
}

.sec-userlogin .logintxt {
  text-align: center;
}
.sec-userlogin .kotira {
  color: #5aba9e;
  text-decoration: underline;
  text-underline-offset: 10px;
}
.sec-userlogin .logininput,
.sec-userlogin .inputlog {
  width: 100%;
  height: 55px;
  font-size: 16px;
  padding: 10px 20px;
  border: none;
  background-color: #E5E0DC;
  margin-top: 20px;
}
.sec-userlogin .logininput::-webkit-input-placeholder, .sec-userlogin .inputlog::-webkit-input-placeholder {
  color: #aaaaaa;
}
.sec-userlogin .logininput::-moz-placeholder, .sec-userlogin .inputlog::-moz-placeholder {
  color: #aaaaaa;
}
.sec-userlogin .logininput:-ms-input-placeholder, .sec-userlogin .inputlog:-ms-input-placeholder {
  color: #aaaaaa;
}
.sec-userlogin .logininput::-ms-input-placeholder, .sec-userlogin .inputlog::-ms-input-placeholder {
  color: #aaaaaa;
}
.sec-userlogin .logininput::placeholder,
.sec-userlogin .inputlog::placeholder {
  color: #aaaaaa;
}
.sec-userlogin .reset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sec-userlogin .reset a {
  margin: auto;
}
.sec-userlogin .errormessage {
  color: #ff0000;
  margin-top: 20px;
}
.sec-userlogin .resetlabel {
  display: block;
  margin-top: 20px;
}
.sec-userlogin .link-btn01 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
}
.sec-userlogin .link-btn01 .linkbtn {
  width: 400px;
}
@media (max-width: 768px) {
  .sec-userlogin .logintxt {
    font-size: 1.4rem;
  }
  .sec-userlogin .reset a {
    font-size: 1.4rem;
  }
  .sec-userlogin .link-btn01 .linkbtn {
    width: 300px;
    height: 65px;
  }
}

.archive-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 35px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 35px;
     -moz-column-gap: 35px;
          column-gap: 35px;
  row-gap: 50px;
}
@media (max-width: 768px) {
  .archive-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
}

.header-archive .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header-archive .title {
  font-size: 3.2rem;
  font-weight: bold;
  margin-top: 15px;
  letter-spacing: 2.5px;
}
.header-archive .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
.header-archive .detail .archivetxt {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 1px;
  background-color: #E5E0DC;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 23px;
  height: 36px;
}
.header-archive .detail .date {
  font-family: "filson-pro", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 1.7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-archive .detail .date .weekday {
  font-size: 1.4rem;
  margin-left: 7px;
  letter-spacing: 0;
  margin-left: -3px;
  margin-top: -1px;
}
.header-archive .detail .speaker {
  font-size: 1.6rem;
}
.header-archive .slidearea {
  padding: 50px 40px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-archive .slidearea.-hasslide .slideinner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-archive .slidearea.-hasslide .moviearea {
  width: 100%;
}
.header-archive .slidearea.-hasslide .moviearea iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
.header-archive .slidearea.-hasslide .archiveswiper {
  max-width: calc((100vw - 140px) / 2);
  position: relative;
  aspect-ratio: 16/9;
  width: 100%;
  overflow: hidden;
}
.header-archive .slidearea.-hasslide .archiveswiper .swiper-slide {
  background-color: #4D4D4D;
  opacity: 1 !important;
}
.header-archive .slidearea.-hasslide .archiveswiper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.header-archive .slidearea.-hasslide .archiveswiper .swiper-btns {
  position: absolute;
  left: 50%;
  bottom: 30px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}
.header-archive .slidearea.-hasslide .archiveswiper .swiper-btns .swiperbutton {
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-archive .slidearea.-hasslide .archiveswiper .swiper-btns .swiperbutton:hover {
  opacity: 1;
}
.header-archive .slidearea.-noslide .slideinner {
  margin: auto;
}
.header-archive .slidearea.-noslide iframe {
  width: 600px;
  height: 400px;
}
.header-archive .slidearea .moviearea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-archive .slidearea .swiper-pagination {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 140px;
  height: 40px;
  background-color: #fff;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  opacity: 0.6;
}
.header-archive .slidearea .swiper-pagination .pagiinner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .header-archive {
    padding-top: 115px !important;
  }
  .header-archive .title {
    font-size: 2.4rem;
  }
  .header-archive .archiveswiper {
    height: 250px;
  }
  .header-archive .detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
    margin-top: 20px !important;
  }
  .header-archive .detail .archivetxt {
    height: 25px;
    max-width: 140px;
    font-size: 1.2rem;
    padding: 0 10px;
  }
  .header-archive .detail .speaker {
    margin-top: -5px !important;
  }
  .header-archive .slidearea {
    padding: 50px 20px 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-archive .slidearea.-hasslide .slideinner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .header-archive .slidearea.-hasslide .archiveswiper {
    max-width: 100%;
    position: relative;
    max-height: 300px;
  }
  .header-archive .slidearea.-hasslide .moviearea iframe {
    width: 100%;
    height: 250px;
  }
  .header-archive .slidearea.-noslide .slideinner {
    width: 100%;
  }
  .header-archive .slidearea.-noslide .moviearea {
    width: 100%;
  }
  .header-archive .slidearea.-noslide iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 3/2;
  }
}

.single-archive .password {
  font-size: 1.6rem;
  text-align: center;
}
.single-archive .post_password {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.single-archive .logininput {
  max-width: 760px;
  width: 100%;
  height: 60px;
  background-color: #f4f4f4;
  border: none;
  color: #999999;
  font-size: 1.6rem;
  padding: 0 20px;
  margin: auto;
}
.single-archive .link-btn02 {
  margin: auto;
}

.archive-article {
  width: 100%;
}
.archive-article .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  height: 100%;
}
.archive-article .link:hover .textarea {
  opacity: 0.7;
}
.archive-article .imgarea {
  max-width: 100%;
  width: 100%;
}
.archive-article .imgarea img {
  width: 100%;
  height: 100%;
  aspect-ratio: 564/407;
  -o-object-fit: cover;
     object-fit: cover;
}
.archive-article .textarea {
  max-width: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px 30px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.archive-article .textarea .archivetxt {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 1px;
  background-color: #E5E0DC;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 34px;
}
.archive-article .textarea .date {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-family: "filson-pro", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 1.7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.archive-article .textarea .date .weekday {
  font-size: 1.4rem;
  margin-left: 7px;
  letter-spacing: 0;
  margin-left: -3px;
  margin-top: -1px;
}
.archive-article .textarea .title {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 1.5px;
  max-width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: -5px !important;
  line-height: 1.6;
}
.archive-article .textarea .speaker {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  font-size: 1.4rem;
  letter-spacing: 0px;
  max-width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media (max-width: 768px) {
  .archive-article .link {
    height: 100%;
  }
  .archive-article .imgarea .img {
    width: 100%;
    height: 100%;
    aspect-ratio: 25/18;
  }
  .archive-article .textarea {
    padding: 15px 10px;
  }
  .archive-article .textarea .title {
    font-size: 2rem;
    margin-top: 0px !important;
  }
  .archive-article .textarea .date {
    font-size: 1.6rem;
    margin-top: 10px !important;
  }
  .archive-article .textarea .date .weekday {
    font-size: 1.2rem;
  }
  .archive-article .textarea .archivetxt {
    height: 25px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    font-size: 1.2rem;
    padding: 0 20px;
    margin: auto;
  }
}

.actual-resultsrcard {
  background-color: #fff;
}
.actual-resultsrcard .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.actual-resultsrcard .link:hover .textarea {
  opacity: 0.6;
}
.actual-resultsrcard .textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 15px 30px 35px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.actual-resultsrcard .textarea.-single {
  padding: 20px 30px 35px;
}
.actual-resultsrcard .textarea .seminarttl {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 2.5px;
  line-height: 1.35;
  max-width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.actual-resultsrcard .textarea .seminarttl.-single {
  font-size: 2rem;
}
.actual-resultsrcard .textarea .detail {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 1.5px;
}
.actual-resultsrcard .textarea .detail .name,
.actual-resultsrcard .textarea .detail .address {
  max-width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.actual-resultsrcard .textarea .company {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 1px;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.actual-resultsrcard .textarea .company::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.actual-resultsrcard .imgarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.actual-resultsrcard .imgarea img {
  width: 100%;
  height: 100%;
  aspect-ratio: 47/34;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .actual-resultsrcard .textarea {
    padding: 15px 20px;
  }
  .actual-resultsrcard .textarea .seminarttl {
    font-size: 2rem;
    letter-spacing: 1.5px;
    margin-top: 0px;
  }
  .actual-resultsrcard .textarea .detail {
    font-size: 1.4rem;
    letter-spacing: 3px;
    margin-top: 5px !important;
  }
}

.actualresult-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 30px;
}
@media (max-width: 768px) {
  .actualresult-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.actual-sideclm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: sticky;
  top: 0;
  max-width: 300px;
  width: 100%;
  height: auto;
}
.actual-sideclm .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: -25px;
}
.actual-sideclm .detail .company,
.actual-sideclm .detail .name,
.actual-sideclm .detail .address {
  border-bottom: 1px solid #999999;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 52px 1fr;
  grid-template-columns: 52px 1fr;
  letter-spacing: 1px;
  padding: 15px 0 15px;
}
.actual-sideclm .linkarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}
.actual-sideclm .linkarea .link {
  width: 100%;
  height: 64px;
  padding: 16px 20px;
  position: relative;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.actual-sideclm .linkarea .iconarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.actual-sideclm .linkarea .iconarea .icon {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}
.actual-sideclm .linkarea .arrowarea {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.actual-sideclm .linkarea .arrowarea .arrow {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(assets/img/cmn/circlearrow02.png) no-repeat center center;
  background-size: contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.actual-sideclm .linkarea .txt {
  font-size: 1.2rem;
  font-weight: bold;
  font-family: "filson-pro", sans-serif;
}
@media (max-width: 768px) {
  .actual-sideclm {
    max-width: 100%;
    margin-bottom: 50px !important;
  }
}

.article-actual {
  padding-top: 190px;
}
.article-actual .title {
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 2.5px;
  line-height: 1.6;
}
.article-actual .title.-bottom {
  font-size: 2.8rem;
  text-align: center;
}
@media (max-width: 768px) {
  .article-actual {
    padding-top: 115px !important;
  }
  .article-actual .title {
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .article-actual .title.-bottom {
    font-size: 2.4rem;
  }
}

.actual-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  row-gap: 1px;
}
.actual-list .list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 120px 1fr;
  grid-template-columns: 120px 1fr;
  font-size: 1.2rem;
  min-height: 41px;
}
.actual-list .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #E5E0DC;
  padding: 2px 10px 2px;
}
.actual-list .list .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  padding: 2px 15px;
}
@media (max-width: 768px) {
  .actual-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.actual-bottom {
  background-color: #E5E0DC;
}
.actual-bottom .headarea .head {
  font-size: 2.4rem;
  font-weight: bold;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.actual-bottom .headarea .head::before, .actual-bottom .headarea .head::after {
  content: "";
  display: block;
  background: url(assets/img/cmn/line_left.png) no-repeat center center;
  background-size: contain;
  width: 10px;
  height: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.actual-bottom .headarea .head::before {
  left: -32px;
}
.actual-bottom .headarea .head::after {
  background: url(assets/img/cmn/line_right.png) no-repeat center center;
  background-size: contain;
  right: -32px;
}
.actual-bottom .headarea .imgarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.actual-bottom .headarea .imgarea .img {
  content: "";
  width: 73px;
  height: 64px;
  -o-object-fit: contain;
     object-fit: contain;
  background: url(assets/img/actual/actual.svg) no-repeat center center;
  background-size: contain;
}
.actual-bottom .headarea .texts {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 1.5px;
}
.actual-bottom .headtxt {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 1.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.actual-bottom .headtxt .color {
  text-decoration: underline;
  text-underline-offset: -3px;
  text-decoration-thickness: 8px;
}
.actual-bottom .headtxt .color.-blue {
  text-decoration-color: #6089C2;
}
.actual-bottom .headtxt .color.-orange {
  text-decoration-color: #DC8949;
}
.actual-bottom .ttl {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
}
.actual-bottom .attention {
  font-size: 1.2rem;
  text-align: right;
}
.actual-bottom .casearea {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
.actual-bottom .casearea .imgarea .img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.actual-bottom .verificationttl {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 8px 20px 8px 22px;
  position: relative;
  background-color: #fff;
}
.actual-bottom .verificationttl::before {
  content: "";
  display: block;
  width: 5px;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
}
.actual-bottom .contentarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
.actual-bottom .contentarea .imgarea {
  max-width: 400px;
  width: 100%;
}
.actual-bottom .contentarea .imgarea .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
}
.actual-bottom .contentarea .textarea {
  width: 100%;
}
@media (max-width: 768px) {
  .actual-bottom .headarea {
    width: calc(100% - 32px);
  }
  .actual-bottom .headarea .head {
    font-size: 2rem;
    text-align: center;
  }
  .actual-bottom .headarea .head::before, .actual-bottom .headarea .head::after {
    top: 54%;
  }
  .actual-bottom .headarea .head::before {
    left: -25px;
  }
  .actual-bottom .headarea .head::after {
    right: -25px;
  }
  .actual-bottom .headtxt {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .actual-bottom .casearea {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 0px;
  }
  .actual-bottom .casearea .imgarea:first-of-type {
    margin-top: 15px;
  }
  .actual-bottom .contentarea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 20px;
  }
}

.other-actual {
  background-color: #E5E0DC;
}
.other-actual .title {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
}
.other-actual .actuallist {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 30px;
}
@media (max-width: 768px) {
  .other-actual .actuallist {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.about-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
.about-head .textarea {
  width: 59.5%;
  margin-top: -5px;
}
.about-head .textarea .txt {
  font-size: 1.6rem;
}
.about-head .textarea .txt.-bold {
  font-weight: bold;
  letter-spacing: 1.5px;
}
.about-head .textarea .texts {
  font-size: 1.6rem;
  letter-spacing: 1.2px;
}
.about-head .imgarea {
  width: 36.5%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.about-head .imgarea .img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .about-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
  }
  .about-head .textarea {
    width: 100%;
  }
  .about-head .textarea .texts {
    font-size: 1.4rem;
  }
  .about-head .imgarea {
    width: 100%;
  }
}

.about-body .colorarea {
  max-width: 80%;
  margin: auto;
  background-color: #fff;
}
.about-body .inner {
  border-bottom: 1px dashed #cccccc;
}
.about-body .titlearea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-body .titlearea .title {
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 2px;
}
.about-body .titlearea .num {
  font-family: "greycliff-cf", sans-serif;
  font-size: 1.6rem;
  color: #CAAF5A;
  letter-spacing: 2px;
  padding-bottom: 10px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.about-body .titlearea .num::after {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background-color: #CAAF5A;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.about-body .texts {
  letter-spacing: 1px;
  line-height: 1.65;
}
.about-body .imgarea .img {
  max-width: 230px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.about-body .imgarea .img.-wide {
  max-width: 240px;
  margin-top: -10px !important;
}
.about-body .blockarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.about-body .blockarea .textarea {
  width: 70%;
}
.about-body .blockarea .textarea .txt {
  font-size: 1.6rem;
}
.about-body .blockarea .textarea .txt.-bold {
  font-size: 1.9rem;
  font-weight: bold;
  letter-spacing: 1px;
}
.about-body .link-btn01 {
  margin: auto;
}
.about-body .link-btn01 .linkbtn {
  width: 400px;
  height: 80px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .about-body {
    max-width: 100%;
  }
  .about-body .colorarea {
    max-width: calc(100% - 40px);
  }
  .about-body .titlearea .title {
    font-size: 2.2rem;
  }
  .about-body .texts {
    font-size: 1.4rem;
  }
  .about-body .blockarea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
  }
  .about-body .blockarea .textarea {
    width: 100%;
  }
  .about-body .blockarea .textarea .txt {
    font-size: 1.4rem;
  }
  .about-body .blockarea .imgarea .img {
    max-width: 100%;
  }
  .about-body .blockarea .imgarea .img.-wide {
    max-width: 100%;
  }
  .about-body .link-btn01 .linkbtn {
    width: 300px;
    height: 65px;
  }
}

.about-body02 .colorarea {
  max-width: 80%;
  margin: auto;
  background-color: #fff;
}
.about-body02 .titlearea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-body02 .titlearea .title {
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 2px;
}
.about-body02 .titlearea .num {
  font-family: "greycliff-cf", sans-serif;
  font-size: 1.6rem;
  color: #CAAF5A;
  letter-spacing: 2px;
  padding-bottom: 10px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.about-body02 .titlearea .num::after {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background-color: #CAAF5A;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.about-body02 .text {
  letter-spacing: 1px;
  letter-spacing: 1.2px;
}
.about-body02 .text.-bold {
  font-size: 1.9rem;
  font-weight: bold;
  letter-spacing: 1.5px;
}
.about-body02 .head {
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #E5E0DC;
  padding: 7px 0 7px 20px;
  position: relative;
  letter-spacing: 1.5px;
}
.about-body02 .head::before {
  content: "";
  display: block;
  width: 5px;
  height: 100%;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
}
.about-body02 .listarea {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.about-body02 .listarea .ttl {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 1.5px;
  border: 1px solid #000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 22px;
}
.about-body02 .listarea .list {
  padding-left: 55px;
  position: relative;
  height: 55px;
  font-size: 1.6rem;
  letter-spacing: 1.2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-body02 .listarea .list.-hasdetail {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: auto;
  margin-top: 10px;
  padding-top: 5px;
}
.about-body02 .listarea .list.-hasdetail::before {
  top: 0;
  -webkit-transform: initial;
          transform: initial;
}
.about-body02 .listarea .list::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: #E5E0DC url(assets/img/cmn/icon_chk.svg) center center no-repeat;
  background-size: 14px auto;
  border-radius: 50%;
}
.about-body02 .listarea .texts.-small {
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 1.2px;
}
.about-body02 .imgblocks {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5px 1fr 5px 1fr 5px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
}
.about-body02 .imgblocks .img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  gap: 5px;
}
@media (max-width: 768px) {
  .about-body02 {
    max-width: 100%;
  }
  .about-body02 .colorarea {
    max-width: calc(100% - 40px);
  }
  .about-body02 .titlearea .title {
    font-size: 2.2rem;
  }
  .about-body02 .text {
    font-size: 1.4rem;
  }
  .about-body02 .head {
    margin-bottom: 20px !important;
  }
  .about-body02 .listarea {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 30px;
    margin-top: 50px !important;
  }
  .about-body02 .listarea .ttl {
    padding: 5px 22px;
    margin: auto;
  }
  .about-body02 .imgblocks {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 10px;
  }
}

.about-body03 .colorarea {
  max-width: 80%;
  margin: auto;
  background-color: #fff;
}
.about-body03 .title {
  font-size: 4rem;
  font-family: "filson-pro", sans-serif;
  font-weight: bold;
  letter-spacing: 2px;
  color: #CAAF5A;
  text-align: center;
}
.about-body03 .text {
  font-size: 1.6rem;
  letter-spacing: 1.5px;
  text-align: center;
  margin-top: -5px;
}
.about-body03 .imgarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about-body03 .imgarea .img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .about-body03 {
    max-width: 100%;
  }
  .about-body03 .colorarea {
    max-width: calc(100% - 40px);
    padding-bottom: 50px !important;
  }
  .about-body03 .titlearea .title {
    font-size: 2.8rem;
  }
  .about-body03 .text {
    font-size: 1.4rem;
    letter-spacing: 0px;
  }
}

.article-contact .texts {
  text-align: center;
  line-height: 2.1;
}
.article-contact .txt {
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 1.5px;
}
.article-contact .minpac {
  font-size: 1.8rem;
  font-family: "filson-pro", sans-serif;
  letter-spacing: 1.5px;
}
.article-contact .requestarea {
  background-color: #fff;
}
.article-contact .requestarea .titlearea {
  text-align: center;
}
.article-contact .requestarea .titlearea .head {
  font-size: 4rem;
  font-weight: bold;
  font-family: "filson-pro", sans-serif;
  color: #CAAF5A;
  letter-spacing: 2.5px;
}
.article-contact .requestarea .titlearea .headja {
  font-size: 1.4rem;
  margin-top: -8px;
  letter-spacing: 2px;
}
.article-contact .blockarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 40px;
}
.article-contact .blockarea .textarea {
  max-width: 660px;
  width: 100%;
  margin: 0 auto 0 0;
}
.article-contact .blockarea .textarea .ttl {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 1.5px;
}
.article-contact .blockarea .textarea .text {
  font-size: 1.6rem;
  letter-spacing: 1.3px;
}
.article-contact .blockarea .textarea .text.-smaller {
  font-size: 1.4rem;
}
.article-contact .blockarea .textarea .ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.article-contact .blockarea .textarea .ul .list {
  font-size: 1.4rem;
  line-height: 1.85;
  letter-spacing: 1px;
  padding-left: 20px;
  position: relative;
}
.article-contact .blockarea .textarea .ul .list::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #000;
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.article-contact .blockarea .imgarea {
  max-width: 238px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.article-contact .blockarea .imgarea .img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.article-contact .link-btn01 .linkbtn {
  cursor: pointer;
}
.article-contact .formarea {
  background-color: #E5E0DC;
}
@media (max-width: 768px) {
  .article-contact.-confirm {
    padding-top: 20px !important;
  }
  .article-contact .formarea {
    margin-top: 65px !important;
    padding-top: 65px !important;
  }
  .article-contact .formarea .article-header {
    padding-top: 0 !important;
  }
  .article-contact .txt {
    font-size: 1.4rem;
  }
  .article-contact .txt .minpac {
    font-size: 1.6rem;
  }
  .article-contact .requestarea .titlearea .head {
    font-size: 3.2rem;
  }
  .article-contact .texts {
    text-align: left;
    line-height: 1.8;
  }
  .article-contact .blockarea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 30px;
    padding-bottom: 50px !important;
  }
  .article-contact .blockarea .imgarea {
    margin: 0 auto !important;
  }
  .article-contact .blockarea .textarea .ttl {
    font-size: 1.8rem;
    line-height: 1.65;
    letter-spacing: 0;
  }
  .article-contact .blockarea .textarea .text {
    font-size: 1.4rem;
    margin-top: 10px;
  }
  .article-contact .blockarea .textarea .text.-smaller {
    font-size: 1.3rem;
  }
  .article-contact .link-btn02 {
    width: 100%;
  }
  .article-contact .link-btn02 .linkbtn {
    width: 100%;
    height: 65px;
  }
}

.register-benefits .headtxt {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 1.5px;
}
.register-benefits .txt {
  font-size: 1.6rem;
  letter-spacing: 1.3px;
}
.register-benefits .inner {
  background-color: #fff;
}
.register-benefits .titlearea {
  text-align: center;
}
.register-benefits .titlearea .head {
  font-size: 4rem;
  font-weight: bold;
  font-family: "filson-pro", sans-serif;
  color: #CAAF5A;
  letter-spacing: 2px;
}
.register-benefits .titlearea .headja {
  font-size: 1.4rem;
  margin-top: -8px;
  letter-spacing: 2px;
}
.register-benefits .minpac {
  font-size: 1.6rem;
  font-family: "filson-pro", sans-serif;
  letter-spacing: 1.5px;
}
.register-benefits .benefitsarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 65px;
}
.register-benefits .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
.register-benefits .block .textarea,
.register-benefits .block .imgarea {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.register-benefits .block .textarea .img,
.register-benefits .block .imgarea .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
}
.register-benefits .block .imgarea {
  max-width: 400px;
}
.register-benefits .block .textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 32px;
  max-width: 515px;
  margin-top: -5px;
}
.register-benefits .block .textarea .ttl {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 1.8px;
}
.register-benefits .block .textarea .texts {
  font-size: 1.6rem;
  line-height: 1.82;
  letter-spacing: 1.5px;
}
@media (max-width: 830px) {
  .register-benefits .txt {
    font-size: 1.4rem;
    margin-top: 20px !important;
  }
  .register-benefits .benefitsarea {
    row-gap: 40px;
  }
  .register-benefits .headtxt {
    line-height: 1.5;
  }
  .register-benefits .titlearea .head {
    font-size: 3.2rem;
  }
  .register-benefits .block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 25px;
  }
  .register-benefits .block .textarea,
  .register-benefits .block .imgarea {
    max-width: 100%;
  }
  .register-benefits .block .textarea {
    row-gap: 10px;
  }
  .register-benefits .block .textarea .ttl {
    font-size: 2rem;
  }
  .register-benefits .block .textarea .texts {
    font-size: 1.4rem;
  }
}

.register-plans .inner {
  background: #fff;
}
.register-plans .titlearea {
  text-align: center;
  border-top: 1px dashed #999999;
}
.register-plans .titlearea .head {
  font-size: 4rem;
  font-weight: bold;
  font-family: "filson-pro", sans-serif;
  color: #CAAF5A;
  letter-spacing: 2px;
}
.register-plans .titlearea .headja {
  font-size: 1.4rem;
  margin-top: -8px;
  letter-spacing: 2px;
}
.register-plans .plansarea {
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px 40px;
}
.register-plans .costblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  margin-left: 0px;
}
.register-plans .costblock .monthly {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 20px;
}
.register-plans .costblock .cost {
  font-family: "filson-pro", sans-serif;
  font-size: 4.8rem;
  letter-spacing: 4.5px;
  margin-left: 5px;
}
.register-plans .costblock .yen {
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 25px;
}
.register-plans .costblock .tax {
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 25px;
  letter-spacing: 1px;
}
.register-plans .attention {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 15px;
  letter-spacing: 1.5px;
}
.register-plans .link-btn01 {
  margin: auto;
}
.register-plans .link-btn01 .linkbtn {
  width: 400px;
  height: 80px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px;
}
@media (max-width: 700px) {
  .register-plans .plansarea {
    padding: 15px 20px 30px;
  }
  .register-plans .titlearea .head {
    font-size: 3.2rem;
  }
  .register-plans .costblock {
    margin-left: 0;
  }
  .register-plans .costblock .monthly {
    font-size: 1.6rem;
    margin-top: 10px;
  }
  .register-plans .costblock .cost {
    font-size: 4rem;
    margin-left: 5px;
  }
  .register-plans .costblock .yen {
    font-size: 1.4rem;
    margin-top: 10px;
  }
  .register-plans .costblock .tax {
    font-size: 1.4rem;
    margin-top: 12px;
  }
  .register-plans .attention {
    font-size: 1.2rem;
    margin-top: 5px;
  }
  .register-plans .link-btn01 {
    width: 100%;
  }
  .register-plans .link-btn01 .linkbtn {
    width: 100%;
    height: 65px;
  }
}

.register-bottom .link-btn02 {
  margin: auto;
}
@media (max-width: 768px) {
  .register-bottom .txt {
    font-size: 1.4rem;
  }
  .register-bottom .link-btn02 {
    margin-top: 30px !important;
  }
}

.sec-privacy .texts {
  letter-spacing: 1.5px;
  line-height: 1.7;
  text-align: left;
}
.sec-privacy .texts.-withdraw {
  text-align: center;
}
.sec-privacy .dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 265px 1fr;
  grid-template-columns: 265px 1fr;
  padding: 40px 0;
  border-bottom: 1px dashed #999999;
}
.sec-privacy .dl:first-of-type {
  border-top: 1px dashed #999999;
}
.sec-privacy .dl .dt,
.sec-privacy .dl .dd {
  letter-spacing: 1px;
  line-height: 1.5;
}
.sec-privacy .withdrawtitle {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
}
.sec-privacy .link-btn01 {
  margin: auto;
}
.sec-privacy .link-btn01 .linkbtn {
  height: 80px;
  width: 400px;
  padding: 15px;
  letter-spacing: 1px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .sec-privacy .inner {
    margin-top: 50px !important;
  }
  .sec-privacy .texts {
    font-size: 1.4rem;
  }
  .sec-privacy .dl {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 20px 0;
    font-size: 1.5rem;
  }
  .sec-privacy .link-btn01 {
    width: 100%;
  }
  .sec-privacy .link-btn01 .linkbtn {
    width: 100%;
    height: 65px;
  }
}