@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");
/* 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: #b5a985;
}

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

._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 {
  position: absolute;
  top: 0;
  width: 100%;
  height: 116px;
  z-index: 10;
  display: none;
}
.container-block .main-header.-upmove {
  -webkit-animation: UpAnime 0.5s forwards;
          animation: UpAnime 0.5s forwards;
}
.container-block .main-header.-downmove {
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards;
}
.container-block .main-header.-menuopen.-upmove, .container-block .main-header.-menuopen.-downmove {
  -webkit-animation: none;
          animation: none;
}
.container-block .footer-spmenu {
  display: none;
}
@media (max-width: 900px) {
  .container-block .main-header {
    height: 100px;
  }
  .container-block > .footer-spmenu {
    display: block;
    position: fixed;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 60px;
    z-index: 200;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .container-block > .footer-spmenu.-init {
    bottom: -60px;
  }
}

@-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 .article-header {
  padding-top: 275px;
  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: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 10;
}
.main-block.-page {
  position: relative;
}
.main-block.-single {
  padding-top: 100px;
}
.main-block .eventformarea .link-btn02 {
  margin: auto;
}
@media (max-width: 768px) {
  .main-block.-responsive {
    margin-bottom: 100px;
  }
  .main-block .article-header {
    padding-top: 145px;
  }
  .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 .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;
}
.link-btn01 .arrowarea {
  position: relative;
}
.link-btn01 .arrowarea::after {
  content: "";
  display: block;
  width: 2px;
  height: 9px;
  background-color: #222;
  position: absolute;
  left: 0;
  top: 8px;
}
.link-btn01 .arrow {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 2px;
  margin: 3.6px 0;
  background-color: #222;
  -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: 7px;
  height: 2px;
  background-color: #222;
  -webkit-transform-origin: calc(100% - 1px) 50%;
          transform-origin: calc(100% - 1px) 50%;
}
.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 .arrow {
  width: 30px;
}
@media (max-width: 768px) {
  .link-btn01 .linkbtn {
    font-size: 1.2rem;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .link-btn01 .arrowarea::after {
    top: 3px;
  }
}

.link-btn02 {
  width: 270px;
  height: 60px;
}
.link-btn02.-width720 {
  max-width: 720px;
  width: 100%;
  height: 160px;
}
.link-btn02.-width720 .linkbtn {
  border-radius: 80px;
  background-color: #5aba9e !important;
  border: 2px solid #5aba9e;
  font-size: 2.4rem;
}
.link-btn02.-width720 .linkbtn:hover {
  background: #fff url(assets/img/cmn/arrow_main.svg) right 20px center no-repeat !important;
  background-size: 21px 16px;
  color: #5aba9e !important;
}
.link-btn02.-width430 {
  max-width: 430px;
  width: 100%;
  height: 100px;
}
.link-btn02.-width430 .linkbtn {
  border-radius: 80px;
  background-color: #222 !important;
  border: 2px solid #222;
  font-size: 2rem;
}
.link-btn02.-width430 .linkbtn:hover {
  background: #fff url(assets/img/cmn/arrow.svg) right 20px center no-repeat !important;
  background-size: 21px 16px;
  color: #222 !important;
}
.link-btn02 .linkbtn {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -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;
  color: #fff;
  border: 2px solid #222;
  background-color: #222;
  border-radius: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 1.6rem;
  font-weight: bold;
  cursor: pointer;
}
.link-btn02 .linkbtn::before {
  content: "";
  display: block;
  width: 20px;
  height: 10px;
  background: #222 url(assets/img/cmn/arrow_white.svg) left 70px center no-repeat;
  background-size: 100%;
}
.link-btn02 .linkbtn.-contact::before {
  content: "";
  display: block;
  width: 35px;
  height: 25px;
  background: url(assets/svg/icons/icon_contact_white.svg) center no-repeat;
  background-size: 100%;
}
.link-btn02 .linkbtn.-contact:hover::before {
  background: url(assets/svg/icons/icon_contact.svg) center no-repeat;
  background-size: 100%;
}
.link-btn02 .linkbtn.-arrow {
  background: #222 url(assets/img/cmn/arrow_white.svg) right 20px center no-repeat;
  background-size: 21px 16px;
}
.link-btn02 .linkbtn.-arrow::before {
  display: none;
}
.link-btn02 .linkbtn.-arrow:hover {
  color: #222;
  background: #fff url(assets/img/cmn/arrow.svg) right 20px center no-repeat;
  background-size: 21px 16px;
}
.link-btn02 .linkbtn.-color {
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  border: 2px solid #b5a985;
}
.link-btn02 .linkbtn.-color.-arrow {
  background: #b5a985 url(assets/img/cmn/arrow_white.svg) right 20px center no-repeat;
  background-size: 21px 16px;
}
.link-btn02 .linkbtn.-color .people {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 15px;
  height: 16px;
  background: url(assets/img/cmn/people.svg) no-repeat center center;
  background-size: contain;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.link-btn02 .linkbtn:hover {
  color: #222;
  background-color: #fff;
}
.link-btn02 .linkbtn:hover::before {
  background: #222 url(assets/img/cmn/arrow.svg) left 70px center no-repeat;
  background-size: 100%;
}
.link-btn02 .linkbtn:hover.-color.-arrow {
  background: #fff url(assets/img/cmn/arrow_color.svg) right 20px center no-repeat;
  background-size: 21px 16px;
  color: #b5a985;
}
.link-btn02 .linkbtn:hover.-color .people {
  background: url(assets/img/cmn/people_color.svg) no-repeat center center;
  background-size: contain;
}
.link-btn02 .linkbtn.-end {
  pointer-events: none;
}
@media (max-width: 768px) {
  .link-btn02.-width720 {
    max-width: 380px;
    height: 90px;
  }
  .link-btn02.-width720 > .linkbtn {
    font-size: 1.8rem;
  }
  .link-btn02.-width430 {
    max-width: 380px;
    height: 80px;
  }
  .link-btn02.-width430 > .linkbtn {
    font-size: 1.6rem;
  }
  .link-btn02 .linkbtn {
    font-size: 1.6rem;
  }
}

.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;
  color: #b5a985;
  border-bottom: 1px solid #b5a985;
  font-size: 2.8rem;
  line-height: 1.4;
  letter-spacing: 2.5px;
}
.free-layout .flttl02 {
  font-size: 2.2rem;
  position: relative;
  padding-left: 20px;
  letter-spacing: 2px;
  color: #b5a985;
}
.free-layout .flttl02::before {
  content: "";
  display: block;
  width: 3px;
  height: 34px;
  background-color: #b5a985;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.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 .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 .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 12px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.free-layout .imggallery .imgblock {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.free-layout .imggallery .imgblock img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.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-btn02 {
  margin: auto;
}
.free-layout .freevoice .voicettl {
  font-size: 2.8rem;
  letter-spacing: 2.5px;
  color: #b5a985;
  padding-bottom: 20px;
  position: relative;
}
.free-layout .freevoice .voicettl::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #b5a985;
  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: #b5a985;
  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: #b5a985;
  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 #b5a985;
  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;
  }
}
@media (max-width: 640px) {
  .free-layout .flttl {
    font-size: 2rem;
    padding-bottom: 10px;
  }
  .free-layout .flttl02 {
    font-size: 1.8rem;
  }
  .free-layout .flttl02::before {
    height: 100%;
  }
  .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;
  border-top: 1px solid #cccccc;
}
.backto-list.-noborder {
  border-top: none;
}
.backto-list .linkbtn {
  font-size: 1.6rem;
  font-family: "Poppins", sans-serif;
  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.svg) 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;
}
.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: #b5a985;
  -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: #b5a985;
}
@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;
}
.wp-pagenavi > .page, .wp-pagenavi > .current, .wp-pagenavi > .previouspostslink, .wp-pagenavi > .nextpostslink, .wp-pagenavi > .pages {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35px;
          flex: 0 0 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.6rem;
  color: #222;
  margin: 0 !important;
  padding: 0px 5px 3px 5px;
  background: none;
  border: none !important;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.wp-pagenavi > .page:hover, .wp-pagenavi > .current:hover, .wp-pagenavi > .previouspostslink:hover, .wp-pagenavi > .nextpostslink:hover, .wp-pagenavi > .pages:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-color: #b5a985;
  color: #b5a985;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.wp-pagenavi > .pages {
  display: none;
}
.wp-pagenavi > .pages, .wp-pagenavi > .nextpostslink, .wp-pagenavi > .previouspostslink {
  display: none;
}
.wp-pagenavi > .current {
  color: #b5a985;
}
.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: #b5a985;
  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.-contact, .article-header.-privacy {
  background-color: #fff;
}
.article-header.-privacy {
  padding: 150px 0 100px !important;
}
.article-header.-register .registerhead {
  font-size: 4.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
.article-header.-register .registertxt {
  font-size: 1.6rem;
  text-align: center;
}
.article-header .logoarea {
  position: absolute;
  left: 40px;
  top: 30px;
  width: 175px;
  height: 65px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.article-header .logoarea img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.article-header .logoarea:hover {
  opacity: 0.7;
}
.article-header .privacytitle {
  font-size: 5.2rem;
  font-weight: bold;
  text-align: center;
}
.article-header .titleja {
  font-size: 5.2rem;
  font-weight: bold;
  letter-spacing: 3px;
}
.article-header .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;
}
.article-header .titleen::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background-color: #b5a985;
}
.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: #b5a985;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 15px;
  text-decoration-color: #b5a985;
}
@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 .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: #b5a985;
}
.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: 680px;
  margin: auto;
}
@media (max-width: 920px) {
  .page-home {
    margin-bottom: 140px !important;
  }
  .page-home .logo {
    width: 135px;
  }
}
@-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: #b5a985;
}
@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: 20px;
}
.big-list.-point {
  gap: 0;
}
.big-list.-point > .list {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}
.big-list.-point > .list:last-of-type {
  border-bottom: none;
}
.big-list > .list {
  font-size: 1.6rem;
  line-height: 1.8;
  background-color: #f4f4f4;
  padding: 16px 20px 15px 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: #b5a985 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;
}

.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: 7%;
  top: 50%;
  -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: 100dvh;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-visual .inner .logo_text {
  display: block;
  width: 246px;
  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: 920px) {
  .main-visual .inner .title {
    font-size: 4rem;
    top: 20px;
    left: 20px;
    letter-spacing: 2px;
    -webkit-transform: initial;
            transform: initial;
  }
  .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-message {
  position: relative;
}
.home-message .inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 75px 460px;
  grid-template-columns: 1fr 460px;
  -webkit-column-gap: 75px;
     -moz-column-gap: 75px;
          column-gap: 75px;
}
.home-message .textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 780px;
}
.home-message .headtexts {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0px;
}
.home-message .ldc {
  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;
  margin-top: 5px;
}
.home-message .ldc .rubi {
  font-size: 1.25rem;
  margin-bottom: -15px;
}
.home-message .texts {
  line-height: 2.1;
}
.home-message .imgarea .img {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 20px;
  border-radius: 10px;
}
.home-message #imgGallery {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}
.home-message .fig-movie {
  max-width: 800px;
  max-height: 450px;
  margin: auto;
  cursor: pointer;
}
.home-message .fig-movie .imgarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.home-message .fig-movie .imgarea::after {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  background: url(assets/img/home/start.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.home-message .fig-movie .imgarea img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .home-message {
    padding-top: 150px !important;
    margin-top: 20px !important;
  }
  .home-message .inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding-top: 45px !important;
    position: relative;
  }
  .home-message #imgGallery {
    grid-row: initial;
    grid-column: initial;
    position: absolute;
    top: 19%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .home-message #imgGallery .imgarea {
    padding: 0;
  }
  .home-message .fig-movie {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
  .home-message .fig-movie .imgarea::after {
    width: 50px;
    height: 50px;
  }
  .home-message .headtexts {
    font-size: 2.4rem;
    margin-bottom: 90%;
  }
  .home-message .headtexts .ldc {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0;
  }
  .home-message .headtexts .ldc .rubi {
    margin: 5px 0 0 0;
    font-size: 1.1rem;
  }
  .home-message .subhead {
    font-size: 1.6rem;
    margin-top: 25px !important;
  }
  .home-message .texts {
    font-size: 1.4rem;
    line-height: 1.75;
  }
  .home-message .imgarea {
    padding: 20px 92px 0px;
  }
  .home-message .imgarea .img {
    width: 100%;
    height: 100%;
    margin-top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.05);
  }
}
@media (max-width: 600px) {
  .home-message .headtexts {
    margin-bottom: 100%;
  }
  .home-message #imgGallery {
    top: 23%;
  }
  .home-message .texts {
    line-height: 2;
  }
}

.home-profitlab {
  padding: 90px 20px 160px;
  background-color: #f4f4f4;
  position: relative;
}
.home-profitlab .title {
  font-size: 3rem;
  font-weight: bold;
  color: #5aba9e;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 15px;
  text-decoration-color: #5aba9e;
}
.home-profitlab .headtexts {
  font-size: 3.8rem;
  font-weight: bold;
  text-align: center;
}
.home-profitlab .headtexts.-num {
  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: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.home-profitlab .headtexts.-num::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fde573;
  border-radius: 30px;
  font-size: 3.6rem;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  color: #fff;
  letter-spacing: 2px;
}
.home-profitlab .headtexts.-num.-first::before {
  content: "01";
}
.home-profitlab .headtexts.-num.-second::before {
  content: "02";
}
.home-profitlab .headtexts.-small {
  font-size: 2.4rem;
  letter-spacing: 1px;
}
.home-profitlab .headtexts.-lighter {
  font-size: 2.4rem;
  font-weight: bold;
}
.home-profitlab .headtexts.-bigger {
  font-size: 4.4rem;
  padding-top: 215px;
  position: relative;
  z-index: 1;
  line-height: 1.6;
}
.home-profitlab .textarea .subhead {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
.home-profitlab .texts {
  text-align: center;
  line-height: 2.1;
}
.home-profitlab .imgarea .img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: middle;
}
.home-profitlab .ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.home-profitlab .ul .list {
  padding: 0 30px;
  height: 54px;
  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 #222;
  border-radius: 27px;
  font-size: 1.4rem;
  letter-spacing: 1px;
}
.home-profitlab .link-btn01 {
  position: absolute;
  left: 80%;
  bottom: 95px;
}
@media (max-width: 768px) {
  .home-profitlab {
    padding: 40px 20px 85px;
  }
  .home-profitlab .inner {
    width: 100%;
  }
  .home-profitlab .title,
  .home-profitlab .headtexts {
    text-align: left;
    font-size: 1.6rem;
  }
  .home-profitlab .title {
    text-underline-offset: 10px;
  }
  .home-profitlab .headtexts.-num {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 25px !important;
  }
  .home-profitlab .headtexts.-num::before {
    font-size: 2rem;
    width: 38px;
    height: 38px;
  }
  .home-profitlab .headtexts.-small {
    font-size: 1.6rem;
  }
  .home-profitlab .headtexts.-lighter {
    font-size: 1.4rem;
  }
  .home-profitlab .headtexts.-bigger {
    font-size: 2.4rem;
    padding-top: 60px;
  }
  .home-profitlab .textarea {
    margin-top: 30px !important;
  }
  .home-profitlab .textarea .subhead {
    font-size: 1.6rem;
    text-align: left;
  }
  .home-profitlab .texts {
    font-size: 1.4rem;
    text-align: left;
    line-height: 1.7;
  }
  .home-profitlab .ul {
    margin-top: 20px !important;
  }
  .home-profitlab .ul .list {
    height: 35.5px;
    padding: 0 15px;
    font-size: 1.1rem;
  }
  .home-profitlab .link-btn01 {
    left: 65%;
    bottom: 45px;
  }
}

.home-books {
  position: relative;
}
.home-books .inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 280px;
  grid-template-columns: 1fr 280px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.home-books .textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 780px;
}
.home-books .headtexts {
  font-size: 4.4rem;
  font-weight: bold;
  line-height: 1.6;
}
.home-books .subhead {
  font-size: 2.4rem;
  font-weight: bold;
}
.home-books .texts {
  line-height: 2.1;
}
.home-books .texts .color {
  text-decoration: underline;
  text-underline-offset: -5px;
  text-decoration-thickness: 12px;
  text-decoration-color: #fde573;
}
.home-books .imgarea .img {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .home-books .inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding-top: 45px !important;
  }
  .home-books .headtexts {
    font-size: 2.4rem;
  }
  .home-books .subhead {
    font-size: 1.6rem;
    margin-top: 25px !important;
  }
  .home-books .texts {
    font-size: 1.4rem;
    line-height: 1.75;
  }
  .home-books .imgarea {
    padding: 20px 92px 0px;
  }
  .home-books .imgarea .img {
    width: 100%;
    height: 100%;
    margin-top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.05);
  }
}

.home-seminar {
  position: relative;
  background: #f4f4f4;
  padding: 185px 0px 150px;
}
.home-seminar .inner {
  position: relative;
  z-index: 1;
}
.home-seminar .seminars {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  width: 100%;
}
.home-seminar .texts {
  line-height: 2;
}
.home-seminar .titlearea {
  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;
}
.home-seminar .titlearea .titleja {
  font-size: 4.4rem;
  font-weight: bold;
}
.home-seminar .titlearea .titleen {
  font-size: 1.4rem;
  font-family: "Poppins", sans-serif;
  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;
}
.home-seminar .titlearea .titleen::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background-color: #5aba9e;
}
.home-seminar .link-btn01 {
  position: absolute;
  left: 83%;
  bottom: 93px;
}
@media (max-width: 768px) {
  .home-seminar {
    padding: 70px 0px 90px;
  }
  .home-seminar .titlearea .titleja {
    font-size: 2.4rem;
  }
  .home-seminar .titlearea .titleen {
    font-size: 1.1rem;
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
  }
  .home-seminar .titlearea .titleen::before {
    width: 13px;
    height: 13px;
  }
  .home-seminar .texts {
    font-size: 1.4rem;
    margin-top: 10px !important;
    line-height: 1.8;
  }
  .home-seminar .seminars {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 25px !important;
  }
  .home-seminar .link-btn01 {
    left: 74%;
    bottom: 45px;
    width: 100px;
  }
}

.home-knowledge {
  position: relative;
  padding: 180px 0px 175px;
}
.home-knowledge .inner {
  position: relative;
  z-index: 1;
}
.home-knowledge .knowledges {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.home-knowledge .titlearea {
  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;
}
.home-knowledge .titlearea .titleja {
  font-size: 4.4rem;
  font-weight: bold;
}
.home-knowledge .titlearea .titleen {
  font-size: 1.4rem;
  font-family: "Poppins", sans-serif;
  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;
}
.home-knowledge .titlearea .titleen::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background-color: #5aba9e;
}
.home-knowledge .link-btn01 {
  position: absolute;
  left: 83.6%;
  bottom: 110px;
}
@media (max-width: 768px) {
  .home-knowledge {
    padding: 70px 0px 90px;
  }
  .home-knowledge .knowledges {
    margin-top: 25px !important;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .home-knowledge .titlearea .titleja {
    font-size: 2.4rem;
  }
  .home-knowledge .titlearea .titleen {
    font-size: 1.1rem;
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
  }
  .home-knowledge .titlearea .titleen::before {
    width: 13px;
    height: 13px;
  }
  .home-knowledge .texts {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-top: 10px !important;
  }
  .home-knowledge .link-btn01 {
    left: 74%;
    bottom: 45px;
    width: 100px;
  }
}

.home-member {
  position: relative;
  background: #f4f4f4;
  padding: 90px 0 90px;
  z-index: 1;
}
.home-member .titlearea {
  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;
}
.home-member .titlearea .titleja {
  font-size: 4.4rem;
  font-weight: bold;
}
.home-member .titlearea .titleen {
  font-size: 1.4rem;
  font-family: "Poppins", sans-serif;
  position: relative;
  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;
}
.home-member .titlearea .titleen::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background-color: #5aba9e;
}
.home-member .memberarea {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 75px 60px;
}
.home-member .memberarea .member {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 240px 50px 1fr;
  grid-template-columns: 240px 1fr;
  -ms-grid-rows: 240px 10px 1fr;
  grid-template-rows: 240px 1fr;
  gap: 10px 50px;
}
.home-member .memberarea .member > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.home-member .memberarea .member > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.home-member .memberarea .member > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.home-member .memberarea .member > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.home-member .memberarea .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;
}
.home-member .memberarea .namearea .name {
  font-size: 2.4rem;
  margin-bottom: 10px;
  font-weight: bold;
}
.home-member .memberarea .namearea .company,
.home-member .memberarea .namearea .position {
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: bold;
}
.home-member .memberarea .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;
}
.home-member .memberarea .introduction {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  font-size: 1.4rem;
}
.home-member .memberarea .imgarea .img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: middle;
  border-radius: 120px;
}
@media (max-width: 850px) {
  .home-member {
    padding: 40px 0 70px;
  }
  .home-member .titlearea .titleja {
    font-size: 2.4rem;
  }
  .home-member .titlearea .titleen {
    font-size: 1.1rem;
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
  }
  .home-member .titlearea .titleen::before {
    width: 13px;
    height: 13px;
  }
  .home-member .texts {
    font-size: 1.4rem;
    margin-top: 10px !important;
    line-height: 1.8;
  }
  .home-member .memberarea {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px 60px;
    margin-top: 30px !important;
  }
  .home-member .memberarea .member {
    -ms-grid-columns: 120px 15px 1fr;
    grid-template-columns: 120px 1fr;
    -ms-grid-rows: 120px 5px 1fr;
    grid-template-rows: 120px 1fr;
    gap: 5px 15px;
  }
  .home-member .memberarea .member > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .home-member .memberarea .member > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .home-member .memberarea .member > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .home-member .memberarea .member > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .home-member .memberarea .namearea .name {
    font-size: 1.8rem;
  }
  .home-member .memberarea .namearea .company,
  .home-member .memberarea .namearea .position {
    font-size: 1.2rem;
  }
}

.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-event {
  position: relative;
}
.home-event .title {
  font-size: 4.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
.home-event .eventarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  padding: 80px 60px;
  border-radius: 10px;
  background-color: #f4f4f4;
}
.home-event .textarea,
.home-event .imgarea {
  max-width: 490px;
  width: 100%;
}
.home-event .imgarea {
  border-radius: 10px;
}
.home-event .imgarea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.home-event .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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 20px;
}
.home-event .evttl {
  font-size: 2rem;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-top: 20px;
  max-width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.home-event .datearea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: "Poppins", sans-serif;
  color: #b5a985;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  margin-top: -40px;
  order: 0;
}
.home-event .datearea .year {
  font-size: 6rem;
  font-weight: bold;
}
.home-event .datearea .date {
  margin-right: -10px;
}
.home-event .datearea .date,
.home-event .datearea .day {
  font-size: 9.6rem;
  font-weight: bold;
  margin-bottom: -20px;
}
.home-event .datearea .wday {
  font-size: 4.8rem;
  margin-bottom: 5px;
}
.home-event .datearea .time {
  font-size: 4.8rem;
  margin-top: -25px;
}
.home-event .link-btn02 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 950px) {
  .home-event .datearea .year {
    font-size: 4rem;
    font-weight: bold;
  }
  .home-event .datearea .date {
    margin-left: -5px;
  }
  .home-event .datearea .date,
  .home-event .datearea .day {
    font-size: 6rem;
    margin-bottom: -12px;
  }
  .home-event .datearea .day {
    margin-left: 5px;
  }
  .home-event .datearea .wday {
    font-size: 3rem;
  }
  .home-event .datearea .time {
    font-size: 3rem;
    margin-top: -18px;
  }
}
@media (max-width: 768px) {
  .home-event {
    margin-top: 0px !important;
    padding-top: 85px !important;
  }
  .home-event .title {
    font-size: 3rem;
    line-height: 1.2;
  }
  .home-event .eventarea {
    padding: 20px 20px 40px;
    border-radius: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px !important;
    gap: 20px;
  }
  .home-event .imgarea {
    border-radius: 5px;
  }
  .home-event .imgarea img {
    border-radius: 5px;
  }
  .home-event .evttl {
    font-size: 1.4rem;
    margin-top: 7px;
  }
  .home-event .datearea {
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
  }
  .home-event .datearea .year {
    font-size: 4.2rem;
    font-weight: bold;
  }
  .home-event .link-btn02 {
    margin-top: 40px !important;
    margin: auto;
  }
}

.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: #b5a985;
}
.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;
  }
}

.sec-form {
  background-color: #f4f4f4;
}
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sec-form .formblock.-confirm {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 31.2% 68.2%;
  grid-template-columns: 31.2% 68.2%;
}
.sec-form .formblock.-confirm .namearea, .sec-form .formblock.-confirm .inputarea {
  padding: 40px 0;
  border-bottom: 1px solid #ccc;
}
.sec-form .namearea, .sec-form .inputarea {
  padding: 15px 0 0;
}
.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: #b5a985;
  border: 1px solid #b5a985;
}
.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: 11px;
  -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;
}
.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-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0 0;
  font-weight: bold;
}
.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: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 21px;
  font-size: 1.2rem;
  line-height: 1;
  color: #5aba9e;
  margin-left: 15px;
}
.sec-form .namearea.-hassmall {
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.sec-form .personalattention {
  padding: 20px 0 30px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin: 45px 0 25px;
}
.sec-form .personalattention .ttl {
  font-weight: bold;
}
.sec-form .personalattention .texts {
  font-size: 1.4rem;
  text-align: left;
  line-height: 1.75;
  margin-top: 10px;
}
.sec-form .personalattention .kotira {
  color: #5aba9e;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  text-decoration-color: #5aba9e;
}
.sec-form input[type=text],
.sec-form input[type=email],
.sec-form input[type=number],
.sec-form .readonly,
.sec-form select {
  width: 100%;
  height: 70px;
  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;
  border: 1px solid #d8d4c0;
  border-radius: 5px;
}
.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;
  border: 1px solid #d8d4c0;
  border-radius: 5px;
}
.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: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
.sec-form .number,
.sec-form .prefectures {
  width: 50%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 180px 1fr;
  grid-template-columns: 180px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec-form .prefectures {
  -ms-grid-columns: 120px 1fr;
  grid-template-columns: 120px 1fr;
}
.sec-form .areainner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 180px 0 1fr;
  grid-template-columns: 180px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px 0;
}
.sec-form .areainner .blc05 {
  line-height: 20px;
}
.sec-form .eventname {
  width: 100%;
  min-height: 70px;
  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;
  border: 1px solid #d8d4c0;
  border-radius: 5px;
}
.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;
  border-radius: 5px;
  gap: 5px;
}
.sec-form .chkul.-contact {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
.sec-form .chkul.-contact > li {
  width: 100%;
}
.sec-form .chkul > li {
  width: 188px;
  height: 55px;
  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;
  border: 1px solid #d8d4c0;
  border-radius: 5px;
  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: #b5a985;
  border: 1px solid #b5a985;
}
.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 {
  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-btn02 {
  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;
  }
  .sec-form .formblock.-contact {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .sec-form .formblock.-contact .inputarea {
    padding: 10px 0 20px;
  }
  .sec-form .formblock.-contact .inputarea.-first, .sec-form .formblock.-contact .inputarea.-last {
    padding: 10px 0 20px;
  }
  .sec-form .formblock.-confirm {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .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-left: 20px;
  }
  .sec-form .namearea.-last {
    padding-bottom: 0px;
  }
  .sec-form .namearea.-single {
    margin-bottom: 0;
  }
  .sec-form .namearea.-hassmall {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sec-form .namearea.-hassmall::after {
    display: none;
  }
  .sec-form .namearea.-hassmall .small {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.3rem;
  }
  .sec-form .namearea.-hassmall .small::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: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 21px;
    font-size: 1.2rem;
    line-height: 1;
    color: #5aba9e;
    margin-left: 15px;
  }
  .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 .namearea.-grid2, .sec-form .inputarea.-grid2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .sec-form input[type=text],
  .sec-form input[type=email],
  .sec-form input[type=number],
  .sec-form .readonly,
  .sec-form select {
    height: 60px;
  }
  .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 {
    margin: 20px 0 15px;
  }
  .sec-form .personalattention .texts {
    margin-top: 10px !important;
  }
}

.sec-contactinfo {
  background-color: #f8f6f2;
  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: 100%;
  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;
  }
}

.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 .headerinner {
  position: absolute;
  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: 100%;
  height: 170px;
  padding-left: 48px;
}
.main-header.-init .logo {
  background: url(assets/img/cmn/logo_white.svg) no-repeat center center;
  background-size: contain;
}
.main-header.-init .logo.-black {
  background: url(assets/img/cmn/logo_black.svg) no-repeat center center;
  background-size: contain;
}
.main-header.-init.-home {
  position: absolute;
}
.main-header.-init.-home .headerinner {
  position: absolute;
}
.main-header .logo {
  background: url(assets/img/cmn/logo_black.svg) no-repeat center center;
  background-size: contain;
  height: 84px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 131px;
          flex: 0 0 131px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 35px;
}
.main-header .logo .logolink {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}
.main-header .logo:hover {
  opacity: 0.7;
}
.main-header .header-menu {
  margin: 0 0 0 auto;
  height: 100%;
}
.main-header .menu-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 33px;
     -moz-column-gap: 33px;
          column-gap: 33px;
  margin-right: 40px;
}
.main-header .menubox {
  width: 116px;
  height: 100px;
  background-color: #b5a985;
  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-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.main-header .menubox:hover {
  opacity: 0.8;
}
.main-header.-menuopen {
  background-color: #f4f4f4;
  z-index: 9999;
}
.main-header.-menuopen .logo {
  background: url(assets/img/logo_w.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 920px) {
  .main-header .headerinner {
    height: 100px;
    padding-left: 20px;
  }
  .main-header .headerinner .logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 78px;
            flex: 0 0 78px;
  }
  .main-header .logo {
    margin-top: 10px;
  }
  .main-header .menubox {
    width: 73px;
    height: 73px;
  }
  .main-header .menu-ul {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: none;
  }
}

.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: #b5a985;
  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: #b5a985;
}
.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: #b5a985;
}
.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 #b5a985;
  -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 {
  width: 70px;
  height: 70px;
  position: relative;
  background-color: #222;
  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-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 5px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.menubtn-area:hover {
  background-color: #f4f4f4;
}
.menubtn-area:hover .btntxt::before, .menubtn-area:hover .btntxt::after {
  background-color: #222;
}
.menubtn-area:hover .btxt::before {
  background-color: #222;
}
.menubtn-area:hover .menu {
  color: #222;
}
.menubtn-area .menubtnlabel {
  text-indent: -9999px;
  font-size: 0;
  width: 24px;
  height: 12px;
  position: relative;
}
.menubtn-area .btntxt::before {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -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 {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -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 .btxt::before {
  content: "";
  display: block;
  width: 26px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 11px;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.8s;
  transition: opacity 0.3s, -webkit-transform 0.8s;
  transition: transform 0.8s, opacity 0.3s;
  transition: transform 0.8s, opacity 0.3s, -webkit-transform 0.8s;
}
.menubtn-area .menu {
  font-size: 1rem;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: -10px;
}
.menubtn-area .menubtnchk {
  display: none;
}
.menubtn-area .menubtnchk:checked + .menubtnlabel .btntxt::before {
  -webkit-transform: rotate(405deg);
          transform: rotate(405deg);
  background-color: #222;
  top: 5px;
  left: 5%;
}
.menubtn-area .menubtnchk:checked + .menubtnlabel .btntxt::after {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
  background-color: #222;
  top: 5px;
  left: 5%;
}
.menubtn-area .menubtnchk:checked + .menubtnlabel .btntxt .btxt::before {
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  opacity: 0;
}
@media (max-width: 920px) {
  .menubtn-area {
    width: 45px;
    height: 45px;
  }
  .menubtn-area .btntxt::before, .menubtn-area .btntxt::after {
    width: 14px;
    height: 2px;
  }
  .menubtn-area .menubtnlabel {
    width: 14px;
    height: 8px;
  }
  .menubtn-area .menu {
    font-size: 0.7rem;
    margin-bottom: -5px;
    margin-left: 2px;
  }
}

.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;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  z-index: 99999;
  background-color: #f4f4f4;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  padding-top: 140px;
  overflow-y: scroll;
  scroll-behavior: smooth;
}
.menu-area::-webkit-scrollbar {
  width: 7px;
  background: none;
}
.menu-area::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.5);
}
.menu-area > .menucover {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding: 25px 20px 0;
}
.menu-area.-open {
  opacity: 1;
}
.menu-area.-enlarge {
  width: 100vw;
  height: 100vh;
}
.menu-area .hamburger-menu {
  display: -ms-grid;
  display: grid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 35px auto 0;
}
.menu-area .hamburger-menu.-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}
@media (max-width: 768px) {
  .menu-area {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .menu-area > .menucover {
    padding: 0 20px;
    display: block;
    height: calc(100vh - 90px);
    overflow-y: auto;
  }
  .menu-area .opend-menu {
    width: 100%;
  }
  .menu-area .hamburger-menu {
    padding-bottom: 35px;
    margin-top: 10px;
  }
}

.hamburger-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.hamburger-menu > .upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 215px;
  z-index: 10;
}
.hamburger-menu .hbmenu {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.hamburger-menu .list {
  margin-bottom: 40px;
}
.hamburger-menu .list .enname {
  letter-spacing: 2px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hamburger-menu .list .enname::before {
  background: #b5a985;
  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 .list .imgarea {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hamburger-menu .list .imgarea img {
  max-width: 143px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: middle;
}
.hamburger-menu .list .imgarea:hover {
  opacity: 0.7;
}
.hamburger-menu .list.-text {
  font-size: 1.4rem;
  font-weight: bold;
  display: none;
}
.hamburger-menu .sublist {
  margin-bottom: 12px;
}
.hamburger-menu .link {
  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: 12px;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1;
  color: #222;
  position: relative;
  letter-spacing: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.hamburger-menu .link.-none {
  pointer-events: none;
}
.hamburger-menu .link:hover {
  text-decoration: none;
}
.hamburger-menu .link:hover .enname {
  color: #b5a985;
}
.hamburger-menu .link:hover .enname::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.hamburger-menu .link.-sub {
  font-size: 1.3rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  color: #999999;
  font-weight: normal;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hamburger-menu .link.-sub .arrow {
  position: relative;
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 10px;
}
.hamburger-menu .link.-sub .arrow::before, .hamburger-menu .link.-sub .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 5px;
  height: 1px;
  border-radius: 9999px;
  background-color: #999999;
  -webkit-transform-origin: calc(100% - 0.5px) 50%;
          transform-origin: calc(100% - 0.5px) 50%;
}
.hamburger-menu .link.-sub .arrow::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.hamburger-menu .link.-sub .arrow::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.hamburger-menu .submenulist {
  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: 19px;
}
.hamburger-menu .enname {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #b5a985;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hamburger-menu .hbsubmenu {
  margin-top: -5px;
  margin-left: 0px;
}
.hamburger-menu .tgl {
  display: none;
  position: absolute;
  top: 22px;
  right: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.hamburger-menu .tgl::before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hamburger-menu .tgl::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transition: 0.3s 0.3s;
  transition: 0.3s 0.3s;
}
@media (max-width: 768px) {
  .hamburger-menu > .upper {
    display: block;
  }
  .hamburger-menu .list {
    row-gap: 5px;
  }
  .hamburger-menu .list .imgarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hamburger-menu .list .imgarea .img {
    max-width: 110px;
  }
  .hamburger-menu .list .imgarea:hover {
    opacity: 1;
  }
  .hamburger-menu .link {
    row-gap: 5px;
    font-size: 1.6rem;
    width: 100%;
    line-height: 1.4;
  }
  .hamburger-menu .link:hover .enname {
    color: #b5a985;
  }
  .hamburger-menu .link:hover .enname::before {
    display: none;
  }
  .hamburger-menu .link-btn02 {
    margin: auto;
    margin-top: 25px !important;
  }
  .hamburger-menu .enname {
    font-size: 1rem;
    letter-spacing: 2px;
  }
  .hamburger-menu .tgl {
    display: block;
  }
  .hamburger-menu .hbmenu:nth-of-type(2), .hamburger-menu .hbmenu:nth-of-type(3) {
    max-width: 270px;
    margin: 55px auto 0;
  }
  .hamburger-menu .hbmenu:nth-of-type(2) .link, .hamburger-menu .hbmenu:nth-of-type(3) .link {
    padding: 0;
  }
  .hamburger-menu .hbmenu.-right .list {
    padding-bottom: 10px;
    border-bottom: 2px solid #fff;
    margin-bottom: 12px;
  }
  .hamburger-menu .hbsubmenu {
    margin-top: 25px;
    padding-bottom: 10px;
  }
  .hamburger-menu .btnmenu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
    gap: 20px;
  }
  .hamburger-menu .btnmenu .linkbtn {
    width: 270px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
  }
  .hamburger-menu .submenulist {
    row-gap: 15px;
  }
  .hamburger-menu .sublist {
    margin-bottom: 0;
    margin-top: 15px;
  }
  .hamburger-menu .sns-links {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (28px)[2];
    grid-template-columns: repeat(2, 28px);
    -ms-grid-rows: 28px;
    grid-template-rows: 28px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 35px;
  }
  .hamburger-menu .sns-links > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .hamburger-menu .sns-links > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .hamburger-menu .sns-links .link {
    padding: 0;
  }
  .hamburger-menu .contactbtn {
    margin: 42px auto 0;
    width: 270px;
    height: 60px;
    font-size: 2rem;
  }
  .hamburger-menu .contactbtn.-bottom {
    margin-top: 10px;
  }
  .hamburger-menu .contact-linkbtn {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hamburger-menu .contact-linkbtn > .linkbtn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 375px;
            flex: 0 0 375px;
    max-width: 100%;
    height: 60px;
    font-size: 2rem;
  }
  .hamburger-menu .contact-linkbtn > .linkbtn::before {
    display: none;
  }
  .hamburger-menu .contact-linkbtn > .linkbtn br {
    display: none;
  }
}

.main-footer {
  position: relative;
  padding: 0 40px 60px;
}
.main-footer .footerinner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  position: relative;
  z-index: 1;
  background: #f4f4f4;
  border-radius: 10px 10px 0 0;
}
.main-footer .footerinner .ftlogoarea {
  padding-left: 18%;
  padding-right: 20px;
}
.main-footer .footerinner .ftlogoarea .footerlogo {
  display: block;
  width: 350px;
  height: 84px;
  text-indent: -9999px;
  background: url(assets/img/cmn/logo_color.svg) no-repeat center center;
  background-size: contain;
}
.main-footer .footerinner .ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 185px 1fr;
  grid-template-columns: 185px 1fr;
  row-gap: 10px;
  font-size: 1.4rem;
  margin-left: 50px;
}
.main-footer .footerinner .ul.-address {
  row-gap: 5px;
}
.main-footer .footerinner .ul .link {
  font-size: 1.4rem;
  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;
}
.main-footer .footerinner .ul .link.-none {
  pointer-events: none;
}
.main-footer .footerinner .ul .link::before {
  background: #b5a985;
  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 .footerinner .ul .link:hover {
  color: #b5a985;
}
.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: #b5a985;
}
.main-footer .rightclm {
  padding-left: 100px;
  padding-right: 20px;
  border-left: 1px solid #999999;
  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;
}
.main-footer .rightclm .inner {
  margin-top: -5px !important;
}
.main-footer .rightclm .ul {
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-footer .rightclm .ul li {
  width: 100%;
}
.main-footer .rightclm .sumus {
  font-size: 1.5rem;
  font-weight: bold;
  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 .rightclm .sumus::before {
  background: #222;
  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 .rightclm .sumus::after {
  content: "";
  display: block;
  width: 20px;
  height: 18px;
  background: url(assets/img/cmn/blank.png) no-repeat center center;
  background-size: contain;
}
.main-footer .rightclm .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: #f4f4f4;
  border-radius: 0 0 10px 10px;
}
.main-footer .footer-btm .ftbinner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  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: "Poppins", sans-serif;
  color: #999999;
  letter-spacing: 0.5px;
}
@media (max-width: 920px) {
  .main-footer {
    margin-top: 0px;
    padding: 0 20px 0 !important;
  }
  .main-footer::before {
    width: 275px;
    height: 195px;
  }
  .main-footer .footerinner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 0px !important;
    padding: 50px 20px 50px !important;
    border-radius: 10px;
  }
  .main-footer .footerinner .ftlogoarea {
    padding: 0;
    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: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main-footer .footerinner .ftlogoarea .footerlogo {
    width: 174px;
  }
  .main-footer .footerinner .ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 15px !important;
    row-gap: 5px;
  }
  .main-footer .footerinner .ul.-address {
    font-size: 1.3rem;
    margin-top: 10px !important;
  }
  .main-footer .footerinner .ul .link {
    font-size: 1.2rem;
  }
  .main-footer .color {
    padding-top: 0 !important;
    border-radius: 110px 0 0 0;
  }
  .main-footer .rightclm {
    border: none;
    padding: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main-footer .rightclm .inner {
    margin-top: 35px !important;
    padding-top: 30px;
    border-top: 1px solid #222;
  }
  .main-footer .rightclm .sumus {
    font-size: 1.3rem;
  }
  .main-footer .rightclm .sumus::after {
    width: 15px;
  }
  .main-footer .footer-btm {
    padding: 15px 0 0px !important;
    background-color: #fff;
  }
  .main-footer .footer-btm .ftbinner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main-footer .footer-btm .pplink,
  .main-footer .footer-btm .copy {
    font-size: 1.1rem;
  }
  .main-footer .footer-btm .pplink {
    margin-bottom: 5px;
  }
}
@media (max-width: 500px) {
  .main-footer .footerinner .ul {
    width: 100%;
    margin: 0 auto 0 0;
  }
  .main-footer .footerinner .rightclm .inner {
    width: 100%;
  }
}

.footer-cms {
  background-color: #f4f4f4;
  position: relative;
  padding: 0 0 50px;
}
@media (max-width: 768px) {
  .footer-cms {
    padding: 0 0 45px;
  }
}
.footer-cms .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.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: 6px;
}
.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: transparent;
  overflow: hidden;
  border-radius: 6px;
}
.footer-cms .imgarea img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer-cms .img-txt {
  font-size: 1.1rem;
  color: #333333;
  display: block;
  text-align: center;
  letter-spacing: -0.03em;
}
@media (max-width: 768px) {
  .footer-cms .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 14px;
  }
  .footer-cms .imgarea {
    max-width: 90.5%;
    width: 100%;
    min-height: 85px;
    height: 100%;
    margin: auto;
  }
}

.seminar-list {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(294px, 1fr));
  gap: 40px 30px;
}
@media (max-width: 768px) {
  .seminar-list {
    margin-top: 50px !important;
  }
}

.archive-seminartcard {
  max-width: 400px;
  margin: auto;
}
.archive-seminartcard .cardinner {
  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: 20px;
  width: 100%;
}
.archive-seminartcard .seminarttl {
  font-size: 1.8rem;
  font-weight: bold;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.archive-seminartcard .imgarea {
  position: relative;
}
.archive-seminartcard .imgarea img {
  width: 100%;
  min-height: 366px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.archive-seminartcard .textarea {
  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;
}
.archive-seminartcard .statusarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.archive-seminartcard .date {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  max-width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.archive-seminartcard .termarea,
.archive-seminartcard .status {
  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;
  color: #fff;
  border-radius: 15px;
}
.archive-seminartcard .termarea.-red,
.archive-seminartcard .status.-red {
  background-color: #f45b69;
}
.archive-seminartcard .termarea.-green,
.archive-seminartcard .status.-green {
  background-color: #5aba9e;
}
.archive-seminartcard .termarea.-black,
.archive-seminartcard .status.-black {
  background-color: #222222;
}
.archive-seminartcard .termarea.-open,
.archive-seminartcard .status.-open {
  display: none;
}
.archive-seminartcard .termarea.-full,
.archive-seminartcard .status.-full {
  background-color: #5d5d5d;
}
.archive-seminartcard .termarea.-close,
.archive-seminartcard .status.-close {
  background-color: #5d5d5d;
}
@media (max-width: 768px) {
  .archive-seminartcard {
    max-width: 100%;
  }
  .archive-seminartcard .imgarea img {
    min-height: 335px;
  }
}

.header-seminarsingle {
  position: relative;
  padding: 0 40px;
}
.header-seminarsingle .bg {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f4f4f4;
  position: absolute;
  z-index: -1;
  top: 0;
  left: -40px;
  border-radius: 0 130px 130px 0;
}
.header-seminarsingle .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-seminarsingle .textarea,
.header-seminarsingle .imgarea {
  max-width: 540px;
}
.header-seminarsingle .imgarea {
  width: 50%;
}
.header-seminarsingle .imgarea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
  aspect-ratio: 27/20;
  border-radius: 30px;
}
.header-seminarsingle .textarea {
  width: 50%;
}
.header-seminarsingle .datearea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: "Poppins", sans-serif;
  color: #b5a985;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.header-seminarsingle .datearea .year {
  font-size: 6rem;
  font-weight: bold;
}
.header-seminarsingle .datearea .date {
  margin-right: -10px;
}
.header-seminarsingle .datearea .date,
.header-seminarsingle .datearea .day {
  font-size: 9.6rem;
  font-weight: bold;
  margin-bottom: -20px;
}
.header-seminarsingle .datearea .wday {
  font-size: 4.8rem;
  margin-bottom: 5px;
}
.header-seminarsingle .datearea .time {
  font-size: 4.8rem;
  margin-top: -25px;
}
.header-seminarsingle .link-btn02 {
  margin: auto;
}
@media (max-width: 900px) {
  .header-seminarsingle .datearea {
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
  }
  .header-seminarsingle .datearea .year {
    font-size: 4.2rem;
    font-weight: bold;
  }
  .header-seminarsingle .datearea .date {
    margin-left: -5px;
  }
  .header-seminarsingle .datearea .date,
  .header-seminarsingle .datearea .day {
    font-size: 6rem;
    margin-bottom: -12px;
  }
  .header-seminarsingle .datearea .day {
    margin-left: 5px;
  }
  .header-seminarsingle .datearea .wday {
    font-size: 3rem;
  }
  .header-seminarsingle .datearea .time {
    font-size: 3rem;
    margin-top: -18px;
  }
}
@media (max-width: 768px) {
  .header-seminarsingle {
    margin-top: 25px;
    padding: 0 20px 0 20px;
    padding-top: 20px !important;
  }
  .header-seminarsingle .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 100%;
    gap: 30px;
  }
  .header-seminarsingle .textarea,
  .header-seminarsingle .imgarea {
    max-width: 100%;
    width: 100%;
  }
  .header-seminarsingle .imgarea img {
    border-radius: 0;
  }
  .header-seminarsingle .bg {
    left: 0px;
    border-radius: 0;
  }
  .header-seminarsingle .datearea {
    margin-top: 0;
  }
}

.single-seminar {
  position: relative;
}
.single-seminar .logoarea {
  position: absolute;
  left: 40px;
  top: 30px;
  width: 175px;
  height: 65px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.single-seminar .logoarea img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.single-seminar .logoarea:hover {
  opacity: 0.7;
}
.single-seminar .statusarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.single-seminar .datearea {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.single-seminar .termarea,
.single-seminar .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-seminar .termarea.-red,
.single-seminar .status.-red {
  background-color: #f45b69;
}
.single-seminar .termarea.-green,
.single-seminar .status.-green {
  background-color: #5aba9e;
}
.single-seminar .termarea.-black,
.single-seminar .status.-black {
  background-color: #222;
}
.single-seminar .termarea.-open,
.single-seminar .status.-open {
  display: none;
}
.single-seminar .termarea.-full,
.single-seminar .status.-full {
  background-color: #5d5d5d;
}
.single-seminar .termarea.-close,
.single-seminar .status.-close {
  background-color: #5d5d5d;
}
.single-seminar .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-seminar .textarea.-noborder {
  border: none;
  margin-top: -25px;
}
.single-seminar .textarea .title {
  font-size: 2rem;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  letter-spacing: 1.5px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .single-seminar .logoarea {
    width: 132px;
    left: 15px;
    top: 25px;
  }
  .single-seminar .textarea.-noborder {
    margin-top: 0px;
  }
  .single-seminar .textarea .title {
    font-size: 2.8rem;
    margin-top: 10px;
  }
  .single-seminar .termarea {
    width: 100px;
    height: 30px;
  }
}

.seminar-detail {
  max-width: 900px;
  max-width: 880px;
  width: 100%;
  padding: 0 20px;
  margin: auto;
}
.seminar-detail.-bottom {
  max-width: 100%;
  padding: 0;
}
.seminar-detail.-bottom .dl {
  -ms-grid-columns: 135px 1fr;
  grid-template-columns: 135px 1fr;
}
.seminar-detail.-bottom .dt,
.seminar-detail.-bottom .dd {
  padding: 20px 10px;
  font-size: 1.6rem;
}
.seminar-detail.-bottom .dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 4px;
}
.seminar-detail .dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 180px 1fr;
  grid-template-columns: 180px 1fr;
}
.seminar-detail .dt, .seminar-detail dd {
  font-size: 2rem;
  font-weight: bold;
  padding: 31.5px 10px;
  letter-spacing: 1.5px;
}
.seminar-detail .dt {
  border-bottom: 2px solid #b5a985;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  padding: 31.5px 50px;
}
.seminar-detail .dd {
  border-bottom: 2px solid #fff;
  padding-left: 25px;
}
.seminar-detail .dd.-bottom {
  border-bottom: 2px solid #f4f4f4;
  padding-left: 25px;
}
@media (max-width: 768px) {
  .seminar-detail {
    padding: 0;
    margin-top: 50px !important;
  }
  .seminar-detail .dl {
    -ms-grid-columns: 120px 1fr;
    grid-template-columns: 120px 1fr;
  }
  .seminar-detail.-bottom .dl {
    -ms-grid-columns: 120px 1fr;
    grid-template-columns: 120px 1fr;
  }
  .seminar-detail.-bottom .dt,
  .seminar-detail.-bottom .dd {
    padding: 18px 15px;
    font-size: 1.6rem;
  }
  .seminar-detail .dt,
  .seminar-detail .dd {
    font-size: 1.6rem;
    padding: 18px 15px;
  }
  .seminar-detail .dt {
    padding: 18px 25px;
  }
}

.seminar-schedule {
  background-color: #f4f4f4;
  padding: 100px 20px;
}
.seminar-schedule > .scinner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 265px minmax(400px, 640px);
  grid-template-columns: 265px minmax(400px, 640px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1020px !important;
  width: 100%;
  margin: auto;
}
.seminar-schedule .scttl {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 4.8rem;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  color: #b5a985;
  letter-spacing: 2px;
  padding-right: 20px;
}
.seminar-schedule .scttl .sub {
  font-size: 1.3rem;
  color: #222;
  margin-top: 10px;
}
.seminar-schedule .scdl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 75px 0 1fr;
  grid-template-columns: 75px 1fr;
  gap: 5px 0;
  padding: 10px 10px 10px 60px;
  border-left: 1px solid #fff;
}
.seminar-schedule .scdl .dt {
  font-weight: bold;
}
.seminar-schedule .scdl .dt::after {
  content: "／";
  margin-left: 4px;
}
@media (max-width: 768px) {
  .seminar-schedule {
    padding: 70px 20px;
  }
  .seminar-schedule > .scinner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .seminar-schedule .scdl {
    padding: 0;
    border-left: none;
  }
}

.seminar-lectures .titlearea {
  text-align: center;
}
.seminar-lectures .titlearea .head {
  font-size: 4.8rem;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  color: #b5a985;
  letter-spacing: 2px;
}
.seminar-lectures .titlearea .headja {
  font-size: 1.3rem;
  margin-top: -10px;
  letter-spacing: 2px;
}
.seminar-lectures .lecture {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 280px 40px 1fr;
  grid-template-columns: 280px 1fr;
  -ms-grid-rows: 280px 40px 1fr;
  grid-template-rows: 280px 1fr;
  gap: 40px;
}
.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: 3;
  -ms-grid-column: 1;
}
.seminar-lectures .lecture > *:nth-child(4) {
  -ms-grid-row: 3;
  -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;
}
.seminar-lectures .namearea .name {
  font-size: 2.4rem;
  margin-bottom: 10px;
  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.4rem;
}
.seminar-lectures .imgarea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
  border-radius: 140px;
}
@media (max-width: 768px) {
  .seminar-lectures {
    padding-top: 70px !important;
  }
  .seminar-lectures .titlearea .head {
    line-height: 1.2;
  }
  .seminar-lectures .titlearea .headja {
    margin-top: 0;
  }
  .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;
    gap: 20px;
    margin-top: 50px;
  }
  .seminar-lectures .namearea .name {
    font-size: 1.8rem;
  }
  .seminar-lectures .namearea .company,
  .seminar-lectures .namearea .position {
    font-size: 1.2rem;
  }
  .seminar-lectures .imgarea {
    max-width: 200px;
    margin: auto;
  }
  .seminar-lectures .imgarea img {
    border-radius: 100px;
  }
}

.seminar-overview .titlearea {
  text-align: center;
}
.seminar-overview .titlearea .head {
  font-size: 4.8rem;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  color: #b5a985;
  letter-spacing: 2px;
}
.seminar-overview .titlearea .headja {
  font-size: 1.3rem;
  margin-top: -10px;
  letter-spacing: 2px;
}
.seminar-overview .datearea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: "Poppins", sans-serif;
  color: #b5a985;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  margin-top: -40px;
}
.seminar-overview .datearea .year {
  font-size: 6rem;
  font-weight: bold;
}
.seminar-overview .datearea .date {
  margin-right: -10px;
}
.seminar-overview .datearea .date,
.seminar-overview .datearea .day {
  font-size: 9.6rem;
  font-weight: bold;
  margin-bottom: -20px;
}
.seminar-overview .datearea .wday {
  font-size: 4.8rem;
  margin-bottom: 5px;
}
.seminar-overview .datearea .time {
  font-size: 4.8rem;
  margin-top: -25px;
}
.seminar-overview .ovttl {
  font-size: 2rem;
  margin-top: 15px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.seminar-overview .overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
.seminar-overview .overview .imgarea {
  max-width: 460px;
  width: 100%;
  max-height: 460px;
  height: 100%;
}
.seminar-overview .overview .imgarea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
  border-radius: 10px;
  aspect-ratio: 4/3;
}
.seminar-overview .txtarea {
  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;
}
.seminar-overview .seminar-detail {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 900px) {
  .seminar-overview .datearea .year {
    font-size: 4rem;
    font-weight: bold;
  }
  .seminar-overview .datearea .date,
  .seminar-overview .datearea .day {
    font-size: 6rem;
    margin-bottom: -12px;
  }
  .seminar-overview .datearea .wday {
    font-size: 3rem;
  }
  .seminar-overview .datearea .time {
    font-size: 3rem;
    margin-top: -15px;
  }
}
@media (max-width: 768px) {
  .seminar-overview {
    margin-top: 70px !important;
  }
  .seminar-overview .titlearea .head {
    line-height: 1.2;
  }
  .seminar-overview .titlearea .headja {
    margin-top: 0;
  }
  .seminar-overview .overview {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .seminar-overview .overview .imgarea {
    max-width: 100%;
    width: 100%;
  }
}

.knowledge-list {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(294px, 1fr));
  gap: 40px 30px;
}
@media (max-width: 768px) {
  .knowledge-list {
    margin-top: 50px !important;
  }
}

.knowledge-tagall > .alllink {
  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%;
  font-size: 1.4rem;
  border: 1px solid #5aba9e;
  border-radius: 25px;
  background-color: #5aba9e;
  color: #fff;
  padding-right: 20px;
}
.knowledge-tagall .iconplus {
  width: 28px;
  height: 18px;
  margin-right: 3px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media (max-width: 768px) {
  .knowledge-tagall {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 20px;
  }
  .knowledge-tagall > .alllink {
    padding: 0 20px 0 15px;
  }
  .knowledge-tagall .iconplus {
    width: 25px;
    height: 14px;
  }
}

.knowledge-taglist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}
.knowledge-taglist > .cat-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  margin-right: 10px;
}
.knowledge-taglist > .cat-item.current-cat a {
  background-color: #222;
  color: #fff;
}
.knowledge-taglist a {
  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: 50px;
  font-size: 1.4rem;
  padding: 0 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #222;
  border-radius: 25px;
}
.knowledge-taglist a:hover {
  text-decoration: none;
  background-color: #222;
  color: #fff;
}
.knowledge-taglist a.current-cat a {
  background-color: #222;
  color: #fff;
}
.knowledge-taglist.-modal > .cat-item {
  margin-right: 20px;
  margin-bottom: 20px;
}
.knowledge-taglist.-modal a {
  height: 40px;
}
@media (max-width: 768px) {
  .knowledge-taglist.-modal a {
    height: 30px;
  }
  .knowledge-taglist a {
    height: 30px;
  }
}

.nav-knowledge {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 148px;
  grid-template-columns: 1fr 148px;
  -ms-grid-rows: 50px;
  grid-template-rows: 50px;
  grid-column-gap: 10px;
  max-width: 1070px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.nav-knowledge > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.nav-knowledge > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.nav-knowledge > .navititle {
  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;
  background-color: #222;
  color: #fff;
}
.nav-knowledge > .knowledge-taglist {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .nav-knowledge {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin-top: 50px !important;
    padding: 0 10px;
  }
  .nav-knowledge > .navititle {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    height: 40px;
    margin-bottom: 20px;
  }
  .nav-knowledge.-tag {
    padding-right: 0;
  }
  .nav-knowledge > .knowledge-taglist {
    height: 35px;
  }
  .nav-knowledge > .knowledge-tagall {
    position: static;
    width: auto;
    max-width: 200px;
    height: 40px;
    margin: 20px auto 0px;
  }
}

.knowledgetag-head {
  position: relative;
}
.knowledgetag-head > .tagttl {
  font-size: 3.2rem;
  line-height: 1;
  text-align: center;
}
.knowledgetag-head > .tagttl .sub {
  font-size: 75%;
}
.knowledgetag-head .releasebtn {
  position: absolute;
  right: 0;
  top: calc(50% - 12px);
  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: 120px;
  height: 24px;
  font-size: 1.2rem;
  color: #fff;
  background-color: #222;
  border-radius: 12px;
}
@media (max-width: 768px) {
  .knowledgetag-head .releasebtn {
    position: static;
    margin: 30px auto 0;
  }
}

.archive-knowledgetcard {
  max-width: 400px;
  margin: 0 auto;
}
.archive-knowledgetcard .cardinner {
  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;
  gap: 20px;
}
.archive-knowledgetcard .knowledgettl {
  font-size: 1.8rem;
  font-weight: bold;
}
.archive-knowledgetcard .imgarea {
  position: relative;
}
.archive-knowledgetcard .imgarea img {
  width: 100%;
  min-height: 366px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
  aspect-ratio: 1/1;
}
.archive-knowledgetcard .statusarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.archive-knowledgetcard .statusarea .tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-height: 30px;
  overflow: hidden;
  gap: 5px;
}
.archive-knowledgetcard .statusarea .tag-list .list {
  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.4rem;
  padding: 0 10px;
  background-color: #fff;
  border: 1px solid #5aba9e;
  border-radius: 15px;
  color: #5aba9e;
}
.archive-knowledgetcard .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;
  gap: 10px;
}
.archive-knowledgetcard .termarea,
.archive-knowledgetcard .status {
  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;
  color: #fff;
  border-radius: 15px;
}
.archive-knowledgetcard .termarea.-red,
.archive-knowledgetcard .status.-red {
  background-color: #f45b69;
}
.archive-knowledgetcard .termarea.-green,
.archive-knowledgetcard .status.-green {
  background-color: #5aba9e;
}
.archive-knowledgetcard .termarea.-black,
.archive-knowledgetcard .status.-black {
  background-color: #222;
}
.archive-knowledgetcard .termarea.-open,
.archive-knowledgetcard .status.-open {
  display: none;
}
.archive-knowledgetcard .termarea.-full,
.archive-knowledgetcard .status.-full {
  background-color: #5d5d5d;
}
.archive-knowledgetcard .termarea.-close,
.archive-knowledgetcard .status.-close {
  background-color: #5d5d5d;
}
@media (max-width: 768px) {
  .archive-knowledgetcard {
    max-width: 100%;
  }
  .archive-knowledgetcard .imgarea img {
    min-height: 335px;
  }
}

.header-knowledgesingle {
  position: relative;
  padding: 0 50px;
}
.header-knowledgesingle .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-knowledgesingle .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-knowledgesingle .textarea,
.header-knowledgesingle .imgarea {
  max-width: 550px;
}
.header-knowledgesingle .imgarea {
  width: 50%;
}
.header-knowledgesingle .imgarea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
}
.header-knowledgesingle .textarea {
  width: 50%;
}
.header-knowledgesingle .link-btn02 {
  margin: auto;
}
.header-knowledgesingle .statusarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
.header-knowledgesingle .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-knowledgesingle {
    margin-top: 25px;
    padding: 0 20px 0 20px;
    padding-top: 20px !important;
  }
  .header-knowledgesingle .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 100%;
    gap: 30px;
  }
  .header-knowledgesingle .statusarea {
    gap: 10px;
  }
  .header-knowledgesingle .textarea {
    row-gap: 10px;
  }
  .header-knowledgesingle .textarea,
  .header-knowledgesingle .imgarea {
    max-width: 100%;
    width: 100%;
  }
  .header-knowledgesingle .imgarea img {
    border-radius: 0px;
  }
  .header-knowledgesingle .bg {
    left: 0px;
    border-radius: 0;
  }
}

.knowledge-bottom .head {
  font-size: 4.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.58;
}
.knowledge-bottom .texts {
  text-align: center;
}
.knowledge-bottom .link-btn02 {
  margin: auto;
}
@media (max-width: 768px) {
  .knowledge-bottom {
    margin-bottom: 0 !important;
  }
  .knowledge-bottom .head {
    font-size: 2.8rem;
  }
  .knowledge-bottom .texts {
    font-size: 1.4rem;
  }
}

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

.blog-card {
  background-color: #f4f4f4;
  padding: 60px;
  border-radius: 10px;
}
.blog-card .bloginner {
  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;
}
.blog-card .textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.blog-card .title {
  font-size: 2rem;
  font-weight: bold;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-top: -12px;
  max-width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.blog-card .datearea {
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  color: #b5a985;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog-card .datearea .dateweek {
  margin-top: -5px;
  white-space: nowrap;
}
.blog-card .datearea .year {
  font-size: 4rem;
  margin-right: 20px;
  margin-top: 10px;
  white-space: nowrap;
}
.blog-card .datearea .date {
  font-size: 6rem;
  letter-spacing: 2px;
}
.blog-card .datearea .wday {
  font-size: 3.2rem;
  margin-left: 10px;
  margin-top: 20px;
}
.blog-card .published {
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  color: #999999;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 10px;
}
.blog-card .imgarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
}
.blog-card .imgarea img {
  width: 100%;
  height: 100%;
  aspect-ratio: 43/32;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .blog-card {
    padding: 20px;
  }
  .blog-card .bloginner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    row-gap: 10px;
  }
  .blog-card .imgarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .blog-card .imgarea img {
    width: 105px;
    height: 80px;
    aspect-ratio: initial;
  }
  .blog-card .datearea {
    position: absolute;
    right: 0;
    top: -5px;
    width: 100%;
    padding-left: 125px;
    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;
  }
  .blog-card .datearea .dateweek {
    margin-top: -20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .blog-card .datearea .year {
    font-size: 2.4rem;
    margin-right: 5px;
    margin-top: 0px;
  }
  .blog-card .datearea .date {
    font-size: 4.8rem;
    letter-spacing: 1px;
  }
  .blog-card .datearea .wday {
    font-size: 3rem;
  }
  .blog-card .title {
    margin: 0;
    font-size: 1.4rem;
  }
  .blog-card .published {
    font-size: 1.3rem;
  }
}
@media (max-width: 500px) {
  .blog-card .datearea.-archive {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.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: 60px;
  font-size: 16px;
  padding: 10px 20px;
  border: none;
  background-color: #eff0f2;
  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 .link-btn02 {
  margin: auto;
}
.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;
}
@media (max-width: 768px) {
  .sec-userlogin .logintxt {
    font-size: 1.4rem;
  }
  .sec-userlogin .reset a {
    font-size: 1.4rem;
  }
}

.archive-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 35px 1fr 35px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 35px;
     -moz-column-gap: 35px;
          column-gap: 35px;
  row-gap: 40px;
}
.archive-list .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: 100%;
}
.archive-list .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;
}
.archive-list .link .title {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  max-width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.archive-list .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;
}
.archive-list .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: #b5a985;
}
.archive-list .link .date {
  font-size: 1.4rem;
  font-family: "Poppins", sans-serif;
  color: #999999;
}
.archive-list .link .imgarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
}
.archive-list .link .imgarea img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .archive-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.header-archive .inner {
  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;
}
.header-archive .title {
  font-size: 2.8rem;
  font-weight: bold;
  margin-top: 15px;
}
.header-archive .status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  height: 30px;
}
.header-archive .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: #b5a985;
}
.header-archive .date {
  font-size: 1.4rem;
  font-family: "Poppins", sans-serif;
  color: #999999;
}
.header-archive .slidearea {
  background-color: #f4f4f4;
  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 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: 100%;
  padding: 20px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
}
.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: #222;
  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: 15px !important;
  }
  .header-archive .title {
    font-size: 2.4rem;
  }
  .header-archive .archiveswiper {
    height: 250px;
  }
  .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: calc(100vw - 80px);
    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;
}

.article-contact {
  background-color: #f4f4f4;
}
.article-contact .formttl {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
}
.article-contact .texts {
  text-align: center;
  line-height: 2.1;
}
@media (max-width: 768px) {
  .article-contact {
    padding-bottom: 50px !important;
  }
  .article-contact .formttl {
    font-size: 2.8rem;
  }
  .article-contact .texts {
    text-align: left;
    line-height: 1.8;
  }
  .article-contact .link-btn02 {
    margin-top: 30px !important;
  }
}

.article-service .subhead {
  font-size: 2.4rem;
  font-weight: bold;
}
.article-service .texts {
  font-size: 1.6rem;
  line-height: 2.1;
}
.article-service .blockarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.article-service .blockarea.-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.article-service .blockarea.-reverse .textarea {
  max-width: 560px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.article-service .blockarea.-reverse .textarea .ul {
  row-gap: 12px;
}
.article-service .blockarea.-left {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto 0 0;
}
.article-service .imgarea {
  max-width: 530px;
  width: 100%;
  position: relative;
}
.article-service .imgarea .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 0;
     object-position: 0 0;
  vertical-align: middle;
  border-radius: 130px;
}
.article-service .imgarea.-half {
  max-width: 360px;
}
.article-service .imgarea.-half .img {
  border-radius: 0 130px 130px 0;
}
.article-service .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;
  max-width: 530px;
  width: 100%;
  margin-top: -40px;
}
.article-service .textarea.-w750 {
  max-width: 750px;
}
.article-service .textarea .headcolor {
  font-size: 3rem;
  font-weight: bold;
  color: #5aba9e;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 15px;
  text-decoration-thickness: 2px;
  text-decoration-color: #5aba9e;
  text-align: left;
}
.article-service .textarea .headbigger {
  font-size: 3.6rem;
  font-weight: bold;
}
.article-service .textarea .text {
  line-height: 2;
}
.article-service .ul {
  padding-left: 20px;
  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;
}
.article-service .ul.-dot {
  padding-left: 0;
}
.article-service .ul.-dot .list::before {
  display: none;
}
.article-service .ul .list {
  position: relative;
}
.article-service .ul .list::before {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background-color: #5aba9e;
  position: absolute;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.article-service .numtitle {
  font-size: 5rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.4;
}
.article-service .numtitle .num {
  font-size: 3.6rem;
  font-family: "Poppins", sans-serif;
  color: #f45b69;
}
@media (max-width: 768px) {
  .article-service {
    padding: 0 20px;
  }
  .article-service .inner {
    width: 100%;
  }
  .article-service .numtitle {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    font-size: 2.4rem;
    letter-spacing: 2px;
    padding: 15px 35px 15px 20px;
    border-radius: 0 0 35px 0;
  }
  .article-service .numtitle .num {
    font-size: 2rem;
    letter-spacing: 2px;
    margin-right: 10px;
  }
  .article-service .blockarea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 10px;
    margin-top: 70px !important;
    width: 100%;
  }
  .article-service .blockarea.-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 10px;
  }
  .article-service .blockarea.-reverse .textarea .ul {
    row-gap: 10px;
  }
  .article-service .blockarea.-left {
    background-color: #f4f4f4;
    width: calc(100% + 40px);
    margin: auto auto auto -20px;
    padding: 50px 20px;
  }
  .article-service .blockarea .imgarea {
    max-width: 100%;
  }
  .article-service .blockarea .imgarea.-half {
    display: none;
  }
  .article-service .blockarea .imgarea .img {
    max-width: 100%;
    max-height: 370px;
    height: 100%;
    border-radius: 60px;
  }
  .article-service .textarea {
    margin-top: 0;
    max-width: 100%;
  }
  .article-service .textarea .headcolor {
    font-size: 1.8rem;
    text-underline-offset: 10px;
  }
  .article-service .textarea .headbigger {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-top: 20px !important;
  }
  .article-service .textarea .ul {
    row-gap: 5px;
  }
  .article-service .textarea .ul .list {
    font-size: 1.4rem;
  }
  .article-service .textarea .text {
    font-size: 1.4rem;
  }
  .article-service .subhead {
    font-size: 1.8rem;
  }
  .article-service .texts {
    font-size: 1.4rem;
  }
}

.register-benefits .titlearea {
  text-align: center;
}
.register-benefits .titlearea .head {
  font-size: 4.8rem;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  color: #b5a985;
  letter-spacing: 2px;
}
.register-benefits .titlearea .headja {
  font-size: 1.3rem;
  margin-top: -10px;
  letter-spacing: 2px;
}
.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: 45px;
}
.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: 80px;
}
.register-benefits .block .textarea,
.register-benefits .block .imgarea {
  max-width: 440px;
  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;
  border-radius: 10px;
}
.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;
}
.register-benefits .block .textarea .ttl {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.5;
}
.register-benefits .block .textarea .texts {
  font-size: 1.6rem;
  line-height: 1.9;
}
@media (max-width: 830px) {
  .register-benefits .benefitsarea {
    row-gap: 40px;
  }
  .register-benefits .block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px;
  }
  .register-benefits .block .textarea,
  .register-benefits .block .imgarea {
    max-width: 100%;
  }
  .register-benefits .block .textarea {
    row-gap: 20px;
  }
  .register-benefits .block .textarea .ttl {
    font-size: 2.8rem;
  }
}

.register-plans .titlearea {
  text-align: center;
  border-top: 1px solid #ccc;
}
.register-plans .titlearea .head {
  font-size: 4.8rem;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  color: #b5a985;
  letter-spacing: 2px;
}
.register-plans .titlearea .headja {
  font-size: 1.3rem;
  margin-top: -10px;
  letter-spacing: 2px;
}
.register-plans .plansarea {
  background: #f4f4f4;
  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;
  font-weight: bold;
  margin-left: 15px;
}
.register-plans .costblock .monthly {
  font-size: 3.2rem;
  margin-top: 30px;
}
.register-plans .costblock .cost {
  font-size: 7.2rem;
  color: #5aba9e;
  margin-left: 5px;
}
.register-plans .costblock .yen {
  font-size: 3.2rem;
  color: #5aba9e;
  margin-top: 30px;
}
.register-plans .costblock .tax {
  font-size: 2rem;
  margin-top: 45px;
}
.register-plans .attention {
  font-size: 1.6rem;
  text-align: center;
  margin-top: -5px;
}
.register-plans .link-btn02 {
  margin: auto;
}
@media (max-width: 700px) {
  .register-plans .plansarea {
    padding: 15px 20px 30px;
  }
  .register-plans .costblock {
    margin-left: 0;
  }
  .register-plans .costblock .monthly {
    font-size: 2rem;
    margin-top: 20px;
  }
  .register-plans .costblock .cost {
    font-size: 4.8rem;
    color: #5aba9e;
    margin-left: 5px;
  }
  .register-plans .costblock .yen {
    font-size: 2rem;
    color: #5aba9e;
    margin-top: 20px;
  }
  .register-plans .costblock .tax {
    font-size: 1.2rem;
    margin-top: 30px;
  }
  .register-plans .attention {
    font-size: 1.4rem;
  }
}

.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 {
  text-align: left;
}
.sec-privacy .texts.-withdraw {
  text-align: center;
}
.sec-privacy .dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 295px 1fr;
  grid-template-columns: 295px 1fr;
  padding: 30px 0;
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
}
.sec-privacy .withdrawtitle {
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
}
.sec-privacy .link-btn02 {
  margin: auto;
}
@media (max-width: 768px) {
  .sec-privacy .inner {
    margin-top: 50px !important;
  }
  .sec-privacy .dl {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .sec-privacy .withdrawtitle {
    font-size: 3.2rem;
  }
}