@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@100;200;300;400;500;700&family=Lato:wght@400;700&family=Noto+Sans+JP:wght@100;200;300;400;500;700&display=swap");
/* サイズ */
/* 変数 */
/* 色 */
/* サイトメインカラー 未設定 */
/* テキストリンクデフォルトカラー */
/* SNS系カラー */
/* 文字 */
._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: #2a4073;
}

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

._w640 {
  width: 100%;
  max-width: 640px;
  margin: auto;
}

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

._w600_sidep {
  width: calc(100% - 40px);
  max-width: 600px !important;
  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.12%;
}
._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;
}

._imgratio667 {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 66.7%;
}
._imgratio667 > 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: "Libre Baskerville", serif;
  letter-spacing: 2px;
}

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

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

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

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

._bglgray {
  background-color: #F4F4F4;
}

._bgwhilte {
  background-color: #fff;
}

._pink {
  color: #d63f93;
}

._orange {
  color: #d36010;
}

._skblue {
  color: #009be7;
}

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

._blank_blue::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(assets/svg/icons/icon_blank2_blue.svg) 0 center no-repeat;
  background-size: contain;
  margin-top: 4px;
  margin-left: 4px;
  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;
  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;
}

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

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

._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: #2a4073;
}

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

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

._stp100 {
  scroll-margin-top: 100px;
}

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

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

.container-block {
  padding-top: 0;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", arial, helvetica, clean, sans-serif;
  color: #222222;
}
.container-block.-home {
  overflow: hidden;
}
.container-block a {
  color: #222222;
}
@media (max-width: 768px) {
  .container-block {
    padding-bottom: 30px;
  }
}

.link-btn01 {
  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;
  gap: 10px;
  max-width: 237px;
  width: 100%;
  height: 46px;
  border-radius: 999px;
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.1019607843);
  padding: 0 20px 0 20px;
  font-size: 16px;
  letter-spacing: 1px;
}
.link-btn01.-small {
  max-width: 157px;
}
.link-btn01.-large {
  max-width: 493px;
}
.link-btn01.-color {
  background: linear-gradient(315deg, #F5CB2E 14.47%, #FF6201 85.53%);
  color: #fff;
  max-width: 407px;
}
.link-btn01.-color .icon::before, .link-btn01.-color .icon::after {
  background: url(images_new/cmn/arrow_circle02.svg) center center no-repeat;
  background-size: contain;
}
.link-btn01:hover .icon::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.link-btn01:hover .icon::after {
  opacity: 0;
}
.link-btn01 .icon {
  display: block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  position: relative;
}
.link-btn01 .icon::before, .link-btn01 .icon::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(images_new/cmn/arrow_circle.svg) center center no-repeat;
  background-size: contain;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
  transition: -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.1s, -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
  position: absolute;
  top: 0;
  left: 0;
}
.link-btn01 .icon::before {
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
  opacity: 0;
}
.link-btn01 .icon::after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media (max-width: 768px) {
  .link-btn01 {
    font-size: 14px;
    letter-spacing: 1px;
    height: 40px;
    padding: 0 10px;
    max-width: 180px;
  }
  .link-btn01.-small {
    max-width: 180px;
  }
  .link-btn01 .icon {
    width: 12.5px;
    height: 12.5px;
  }
  .link-btn01 .icon::before, .link-btn01 .icon::after {
    width: 12.5px;
    height: 12.5px;
  }
}

.link-btn02 {
  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;
  gap: 10px;
  max-width: 157px;
  width: 100%;
  height: 46px;
  border-radius: 999px;
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.1019607843);
}
.link-btn02 .icon {
  display: block;
  width: 18px;
  height: 18px;
  overflow: hidden;
  position: relative;
  border-radius: 999px;
  background: linear-gradient(315deg, #F5CB2E 14.47%, #FF6201 85.53%);
}
.link-btn02 .icon::before, .link-btn02 .icon::after {
  content: "";
  width: 6px;
  height: 1px;
  display: block;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.link-btn02 .icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
@media (max-width: 768px) {
  .link-btn02 {
    padding: 0 0 1px 0px;
    font-size: 14px;
    height: 36px;
  }
  .link-btn02 .icon {
    width: 14px;
    height: 14px;
  }
  .link-btn02 .icon::before, .link-btn02 .icon::after {
    width: 4.7px;
  }
}

.office-list {
  background-color: #F4F4F0;
  padding: 125px 15px 145px;
}
.office-list .inner {
  max-width: 1190px;
  width: 100%;
  margin: auto;
}
.office-list .title {
  font-family: "din-2014";
  font-size: 106px;
  font-weight: 100;
  color: #BDBDBD;
  letter-spacing: 0px;
  line-height: 1;
}
.office-list .officelist {
  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: 72px;
  margin-top: 55px;
}
.office-list .officelist .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.office-list .officelist .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: 555px;
  width: 100%;
  margin-top: -10px;
}
.office-list .officelist .textarea .officename {
  font-size: 33px;
  font-weight: bold;
  line-height: 1.65;
  letter-spacing: 3px;
}
.office-list .officelist .textarea .texts {
  font-size: 16px;
  letter-spacing: 1.5px;
  margin-top: 15px;
}
.office-list .officelist .textarea .dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 85px 1fr;
  grid-template-columns: 85px 1fr;
  font-size: 16px;
  letter-spacing: 2px;
}
.office-list .officelist .textarea .dl:first-of-type {
  margin-top: 20px;
}
.office-list .officelist .textarea .dl:last-of-type {
  margin-top: -2px;
}
.office-list .officelist .textarea .map {
  font-size: 14px;
  letter-spacing: 1.5px;
  position: relative;
  padding-left: 20px;
  margin-top: 10px;
}
.office-list .officelist .textarea .map .iconarea {
  position: absolute;
  top: 5px;
  left: 0;
}
.office-list .officelist .textarea .map .icon {
  display: block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  position: relative;
}
.office-list .officelist .textarea .map .icon::before, .office-list .officelist .textarea .map .icon::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(images_new/cmn/arrow_circle02.svg) center center no-repeat;
  background-size: contain;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
  transition: -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.1s, -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
  position: absolute;
  top: 0;
  left: 0;
}
.office-list .officelist .textarea .map .icon::before {
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
  opacity: 0;
}
.office-list .officelist .textarea .map .icon::after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.office-list .officelist .imgarea {
  max-width: 555px;
  width: 100%;
}
.office-list .officelist .imgarea .img {
  width: 100%;
  max-height: 262px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
@media (max-width: 768px) {
  .office-list {
    padding: 60px 15px 70px;
  }
  .office-list .title {
    font-size: 55px;
    line-height: 1.2;
  }
  .office-list .titleja {
    font-size: 28px;
    letter-spacing: 3px;
    margin-top: 0px;
    padding-left: 0px;
  }
  .office-list .officelist {
    margin-top: 45px;
    row-gap: 55px;
  }
  .office-list .officelist .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 30px;
  }
  .office-list .officelist .textarea .officename {
    font-size: 26px;
    margin-bottom: 2px;
  }
  .office-list .officelist .textarea .texts {
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 12px;
  }
  .office-list .officelist .textarea .map {
    padding-left: 25px;
  }
  .office-list .officelist .textarea .dl {
    -ms-grid-columns: 80px 1fr;
    grid-template-columns: 80px 1fr;
    font-size: 14px;
    letter-spacing: 1px;
  }
  .office-list .officelist .textarea .dl:first-of-type {
    margin-top: 15px;
  }
}

.contact-block {
  background-color: #fff;
  padding: 50px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  border-radius: 12px;
  margin-top: 75px;
}
.contact-block .contacttexts {
  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;
  text-align: center;
  padding-left: 15px;
  margin-top: -5px;
}
.contact-block .contacttexts .ttl {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.4;
}
.contact-block .contacttexts .ttlen {
  font-family: "din-2014";
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.5px;
  color: #BDBDBD;
  margin-top: 5px;
}
.contact-block .contacttexts .texts {
  font-size: 16px;
  margin-top: 5px;
  line-height: 1.65;
  letter-spacing: 1.5px;
}
.contact-block .linkarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  padding-top: 5px;
  padding-left: 30px;
}
.contact-block .linkarea .tellink,
.contact-block .linkarea .fax {
  font-family: "din-2014";
  font-size: 43px;
  font-weight: bold;
  letter-spacing: 3px;
}
.contact-block .linkarea .tellink {
  line-height: 1.45;
  letter-spacing: 4.2px;
}
.contact-block .linkarea .fax {
  font-size: 20px;
  letter-spacing: 2px;
}
.contact-block .linkarea .link-btn01 {
  margin: 15px auto 0;
}
@media (max-width: 768px) {
  .contact-block {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 40px 15px;
  }
  .contact-block .contacttexts {
    padding-left: 0px;
    margin-top: -7px;
  }
  .contact-block .contacttexts .texts {
    font-size: 14px;
    margin-top: 8px;
    line-height: 1.8;
    letter-spacing: 1.2px;
  }
  .contact-block .linkarea {
    padding-top: 0px;
    padding-left: 0px;
  }
  .contact-block .linkarea .tellink {
    font-size: 28px;
    letter-spacing: 3px;
  }
  .contact-block .linkarea .fax {
    font-size: 16px;
    letter-spacing: 1.75px;
    margin-top: 3px;
  }
  .contact-block .linkarea .link-btn01 {
    max-width: 242px;
    margin: 20px auto 0;
  }
}

.article-header {
  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;
  padding: 200px 15px 120px;
}
.article-header .headtitle {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 4px;
  text-align: center;
}
.article-header .headen {
  font-family: "din-2014";
  font-weight: 500;
  letter-spacing: 1.5px;
  color: #BDBDBD;
  margin-top: 14px;
}
@media (max-width: 768px) {
  .article-header {
    padding: 80px 15px 0px;
  }
  .article-header .headtitle {
    font-size: 26px;
    letter-spacing: 2px;
  }
  .article-header .headen {
    font-size: 12px;
    letter-spacing: 1px;
    margin-top: 0;
  }
}

.company-list {
  padding: 0 15px;
}
.company-list .inner {
  max-width: 1316px;
  width: 100%;
  margin: auto;
}
.company-list .ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1px 1fr 1px 1fr;
  grid-template-columns: repeat(3, 1fr);
  background-color: transparent;
  gap: 1px;
}
.company-list .ul .link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.company-list .ul .link .imgarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.company-list .ul .link .imgarea.-radius_l::after {
  border-radius: 0 0 0 10px;
}
.company-list .ul .link .imgarea.-radius_r::after {
  border-radius: 0 0 10px 0;
}
.company-list .ul .link .imgarea::after {
  content: "";
  display: block;
  width: 100%;
  height: 60%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(23.08%, rgba(0, 0, 0, 0.6)), color-stop(67.79%, rgba(0, 0, 0, 0.3)), to(rgba(102, 102, 102, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 23.08%, rgba(0, 0, 0, 0.3) 67.79%, rgba(102, 102, 102, 0) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}
.company-list .ul .link .imgarea .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.company-list .ul .link .imgarea .img.-radius01 {
  border-radius: 10px 0 0 0;
}
.company-list .ul .link .imgarea .img.-radius02 {
  border-radius: 0 10px 0 0;
}
.company-list .ul .link .imgarea .img.-radius03 {
  border-radius: 0 0 0 10px;
}
.company-list .ul .link .imgarea .img.-radius04 {
  border-radius: 0 0 10px 0;
}
.company-list .ul .link .titlearea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 50%;
  bottom: 30px;
  -webkit-transform: translateX(-48%);
          transform: translateX(-48%);
  width: 100%;
}
.company-list .ul .link .titlearea .listttl {
  font-size: 20px;
}
.company-list .ul .link .titlearea .listttlen {
  font-family: "din-2014";
  font-size: 14px;
  letter-spacing: 1.5px;
  margin-top: -2px;
}
@media (max-width: 900px) {
  .company-list {
    padding: 0;
  }
  .company-list .ul {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .company-list .ul .link .imgarea .img.-radius01, .company-list .ul .link .imgarea .img.-radius02, .company-list .ul .link .imgarea .img.-radius03, .company-list .ul .link .imgarea .img.-radius04 {
    border-radius: 0;
  }
}
@media (max-width: 768px) {
  .company-list .ul .link .titlearea {
    bottom: 12px;
    -webkit-transform: translateX(-49%);
            transform: translateX(-49%);
  }
  .company-list .ul .link .titlearea .listttl {
    font-size: 16px;
    letter-spacing: 2px;
  }
  .company-list .ul .link .titlearea .listttlen {
    font-size: 10px;
    letter-spacing: 0.5px;
    margin-top: -5px;
  }
}

.swiper-btns {
  display: block;
  width: 30px;
  height: 30px;
  background: url(images_new/cmn/arrow_circle02.svg) left center no-repeat;
  background-size: contain;
  cursor: pointer;
}
.swiper-btns.-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.nav-pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 145px;
}
.nav-pagenation .pagenation {
  display: inline-block;
  margin: auto;
}
.nav-pagenation .page-numbers {
  font-size: 1em;
  line-height: 1;
  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;
  float: left;
  /* padding: 15px; */
  width: 40px;
  height: 40px;
  -webkit-transition: 400ms ease;
  transition: 400ms ease;
  letter-spacing: 0.1em;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1019607843);
  font-size: 14px;
  color: #565247;
  border-radius: 4px;
}
.nav-pagenation .page-numbers:nth-child(n+2) {
  margin-left: 10px;
}
.nav-pagenation .page-numbers.current {
  border: 1px solid transparent;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(315deg, #F5CB2E 14.47%, #FF6201 85.53%) border-box;
}
.nav-pagenation .page-numbers.prev {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}
.nav-pagenation .page-numbers.prev::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.nav-pagenation .page-numbers.prev::before {
  left: 2px;
  width: 6px;
  height: 6px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-image-source: linear-gradient(315deg, #F5CB2E 14.47%, #FF6201 85.53%);
  border-image-slice: 1;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.nav-pagenation .page-numbers.next {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}
.nav-pagenation .page-numbers.next::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.nav-pagenation .page-numbers.next::before {
  left: -2px;
  width: 6px;
  height: 6px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-image-source: linear-gradient(315deg, #F5CB2E 14.47%, #FF6201 85.53%);
  border-image-slice: 1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.nav-pagenation .page-numbers.dots {
  -webkit-box-shadow: initial;
          box-shadow: initial;
}
@media (max-width: 768px) {
  .nav-pagenation {
    margin-top: 90px;
  }
  .nav-pagenation .pagenation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.backto-list {
  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;
  gap: 10px;
  max-width: 237px;
  width: 100%;
  height: 46px;
  border-radius: 999px;
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.1019607843);
  padding: 0 20px 0 20px;
  font-size: 16px;
  letter-spacing: 1px;
  margin: auto;
}
.backto-list.-small {
  max-width: 157px;
}
.backto-list:hover .icon::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.backto-list:hover .icon::after {
  opacity: 0;
}
.backto-list .icon {
  display: block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  position: relative;
}
.backto-list .icon::before, .backto-list .icon::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(images_new/cmn/arrow_circle.svg) center center no-repeat;
  background-size: contain;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
  transition: -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.1s, -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
  position: absolute;
  top: 0;
  left: 0;
}
.backto-list .icon::before {
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
  opacity: 0;
}
.backto-list .icon::after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media (max-width: 768px) {
  .backto-list.-small {
    max-width: 180px;
  }
  .backto-list .icon {
    width: 12.5px;
    height: 12.5px;
  }
  .backto-list .icon::before, .backto-list .icon::after {
    width: 12.5px;
    height: 12.5px;
  }
}

.hamburger-menu {
  display: none;
  width: 100%;
  margin: 40px auto 0;
}
.hamburger-menu .hminner {
  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;
}
.hamburger-menu .hminner .hmlist {
  padding: 0 8px 0 15px;
}
.hamburger-menu .hminner .hmlist:first-of-type .hmhead {
  border-top: 1px solid #E6E6E6;
}
.hamburger-menu .hminner .hmhead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  color: #222;
  padding: 17.5px 5px 17.5px 0px;
  border-bottom: 1px solid #E6E6E6;
  cursor: pointer;
  position: relative;
}
.hamburger-menu .hminner .hmhead .iconarea {
  width: 50%;
  height: 68px;
  position: absolute;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.hamburger-menu .hminner .hmhead .icon {
  display: block;
  width: 14px;
  height: 14px;
  overflow: hidden;
  position: relative;
  border-radius: 999px;
  background: linear-gradient(315deg, #F5CB2E 14.47%, #FF6201 85.53%);
}
.hamburger-menu .hminner .hmhead .icon::before, .hamburger-menu .hminner .hmhead .icon::after {
  content: "";
  width: 6px;
  height: 1px;
  display: block;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.hamburger-menu .hminner .hmhead .icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hamburger-menu .hminner .hmhead .icon.-haschild {
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  width: 12px;
  height: 12px;
}
.hamburger-menu .hminner .hmhead .icon.-haschild::before {
  width: 12px;
  height: 12px;
  background: #fff url(images_new/cmn/arrow_circle.svg) center center no-repeat;
  background-size: contain;
}
.hamburger-menu .hminner .hmhead .icon.-haschild::after {
  display: none;
}
.hamburger-menu .hminner .hmhead .icon.-menubtn {
  margin: 0 5px 0 auto;
}
.hamburger-menu .hminner .hmhead.-open .icon::before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.hamburger-menu .hminner .hmhead.-haschild {
  padding: 17.5px 5px 17.5px 20px;
}
.hamburger-menu .hminner .hmhead.-adjust {
  padding: 17.5px 5px 17.5px 0px;
}
.hamburger-menu .hminner .hbsubmenu {
  display: none;
  margin-top: 0;
  padding-bottom: 80px;
  margin-bottom: 0px;
  padding-left: 0;
}
.hamburger-menu .hminner .hbsubmenu .sublist {
  width: 100%;
  padding: 13px 10px 13px 15px;
  border-bottom: 1px dashed #E6E6E6;
}
.hamburger-menu .hminner .hbsubmenu .link {
  letter-spacing: 2px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 20px;
  position: relative;
}
.hamburger-menu .hminner .hbsubmenu .link::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url(images_new/cmn/blank.svg) left center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.hamburger-menu .hminner .hbsubmenu .link.-innerlink::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url(images_new/cmn/arrow_circle.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.hamburger-menu .hminner .hbsubmenu .link.-noicon {
  padding-left: 0;
}
.hamburger-menu .hminner .hbsubmenu .link.-noicon::before {
  display: none;
}
.hamburger-menu .hminner .hbsubmenu .link.-arrow {
  margin-top: 35px;
  font-size: 12px;
  padding-left: 12px;
  letter-spacing: 0.9px;
}
.hamburger-menu .hminner .hbsubmenu .link.-arrow::before {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  background: url(images_new/cmn/arrow_02.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 5px;
  left: 0;
}
.hamburger-menu .hminner .hbsubmenu .link.-wheelchair {
  height: 75px;
  position: relative;
  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;
  padding-top: 10px;
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.1019607843);
  padding-left: 0;
  padding-right: 15px;
}
.hamburger-menu .hminner .hbsubmenu .link.-wheelchair::before {
  display: none;
}
.hamburger-menu .hminner .hbsubmenu .link.-wheelchair::after {
  display: none;
}
.hamburger-menu .hminner .hbsubmenu .link.-wheelchair .wheelchair {
  width: 175px;
  height: 25px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: -12px;
}
.hamburger-menu .hminner .hbsubmenu .link.-wheelchair .subtxt {
  width: 183px;
  height: 11px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 10px;
  margin-left: 20px;
}
.hamburger-menu .linkarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  margin-top: 35px;
}
.hamburger-menu .snsicon {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1019607843);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  text-indent: -9999px;
}
.hamburger-menu .snsicon.-facebook::before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 7.3px;
  height: 15px;
  background: #fff url(images_new/cmn/facebook.svg) center center no-repeat;
  background-size: contain;
}
.hamburger-menu .snsicon.-instagram::before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 16px;
  height: 16px;
  background: #fff url(images_new/cmn/instagram.svg) center center no-repeat;
  background-size: contain;
}
.hamburger-menu .snsicon:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hamburger-menu .snsicon:hover.-facebook {
  background: linear-gradient(315deg, #F5CB2E 14.47%, #FF6201 85.53%);
}
.hamburger-menu .snsicon:hover.-facebook::before {
  background: url(images_new/cmn/facebook_white.svg) center center no-repeat;
  background-size: contain;
}
.hamburger-menu .snsicon:hover.-instagram {
  background: linear-gradient(315deg, #F5CB2E 14.47%, #FF6201 85.53%);
}
.hamburger-menu .snsicon:hover.-instagram::before {
  background: url(images_new/cmn/instagram_white.svg) center center no-repeat;
  background-size: contain;
}
.hamburger-menu .contactbtn {
  width: 120px;
  height: 32px;
  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.2rem;
  background: #fff;
  color: #EE850D;
  border-radius: 9999px;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1019607843);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  margin-left: 3px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.hamburger-menu .contactbtn:hover {
  background: linear-gradient(315deg, #F5CB2E 14.47%, #FF6201 85.53%);
  color: #fff;
  opacity: 1;
}
.hamburger-menu .linklist {
  margin-top: 25px;
  padding: 0 15px;
}
.hamburger-menu .linklist .linklistttl {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
}
.hamburger-menu .linklist .block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
  gap: 10px;
  margin-top: 15px;
}
.hamburger-menu .link-btn01 {
  border-radius: 6px;
  font-size: 12px;
  margin: auto;
  border-radius: 6px;
}
.hamburger-menu .link-btn01.-single {
  margin-top: 15px;
}
.hamburger-menu .outerlinklist {
  margin-top: 30px;
  padding: 35px 15px 0;
  border-top: 1px solid #E6E6E6;
}
.hamburger-menu .outerlinklist .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
.hamburger-menu .youtube {
  padding: 0 15px;
  margin-top: 10px;
}

.menu-area {
  position: fixed;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  z-index: 8000;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  padding-top: 46px;
  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 {
  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: 0 15px;
}
.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;
  width: 100%;
  margin: 40px 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 > .menucover {
    display: block;
    padding: 0;
    height: calc(100vh - 90px);
    overflow-y: auto;
  }
  .menu-area .opend-menu {
    width: 100%;
  }
  .menu-area .hamburger-menu {
    margin-top: 0;
  }
}

.main-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  z-index: 1000;
  padding: 0 10px 0 40px;
  -webkit-transition: height 0.3s, background-color 0.3s;
  transition: height 0.3s, background-color 0.3s;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(20px);
  height: 62px !important;
}
.main-header > .headerinner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.main-header .logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  height: 40px;
  margin-right: 20px;
  padding-bottom: 0;
}
.main-header .logolink {
  display: block;
  width: 100%;
  height: 100%;
  background: url(images_new/logo.svg) 0 center no-repeat;
  background-size: contain;
  text-indent: -9999px;
}
.main-header .header-menu {
  width: 79.5%;
  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;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin-right: 10px;
}
.main-header .menubtn-area {
  display: none;
  width: 40px;
  height: 30px;
}
.main-header .linksarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.main-header .snsicon {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1019607843);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
}
.main-header .snsicon.-facebook::before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 7.3px;
  height: 15px;
  background: #fff url(images_new/cmn/facebook.svg) center center no-repeat;
  background-size: contain;
}
.main-header .snsicon.-instagram::before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 16px;
  height: 16px;
  background: #fff url(images_new/cmn/instagram.svg) center center no-repeat;
  background-size: contain;
}
.main-header .snsicon:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.main-header .snsicon:hover.-facebook {
  background: linear-gradient(315deg, #F5CB2E 14.47%, #FF6201 85.53%);
}
.main-header .snsicon:hover.-facebook::before {
  background: url(images_new/cmn/facebook_white.svg) center center no-repeat;
  background-size: contain;
}
.main-header .snsicon:hover.-instagram {
  background: linear-gradient(315deg, #F5CB2E 14.47%, #FF6201 85.53%);
}
.main-header .snsicon:hover.-instagram::before {
  background: url(images_new/cmn/instagram_white.svg) center center no-repeat;
  background-size: contain;
}
.main-header .contactbtn {
  width: 120px;
  height: 32px;
  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.2rem;
  background: #fff;
  color: #EE850D;
  border-radius: 9999px;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1019607843);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  margin-left: 3px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.main-header .contactbtn:hover {
  background: linear-gradient(315deg, #F5CB2E 14.47%, #FF6201 85.53%);
  color: #fff;
  opacity: 1;
}
.main-header .menu-ul {
  -ms-grid-rows: 62px;
  grid-template-rows: 62px;
}
.main-header.-init {
  height: 98px !important;
}
.main-header.-init .menu-ul {
  -ms-grid-rows: 98px;
  grid-template-rows: 98px;
}
.main-header.-init.-home {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
}
.main-header.-init.-home .logolink {
  background: url(images_new/logo_white.svg) 0 center no-repeat;
  background-size: contain;
}
.main-header.-menuopen {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  z-index: 9900;
  backdrop-filter: initial;
  height: 46px !important;
  background: #fff;
}
.main-header.-menuopen .menu-ul {
  visibility: hidden;
}
.main-header.-menuopen .logolink {
  display: block !important;
  background: url(images_new/logo.svg) center center no-repeat !important;
  background-size: contain !important;
}
.main-header.-menuopen .logolink:hover {
  opacity: 1 !important;
}
.main-header.-menuopen .menubtn-area {
  color: #fff;
}
.main-header.-menuopen .btntxt::before, .main-header.-menuopen .btntxt::after {
  background-color: #fff;
}
.main-header.-menuopen .btxt::before {
  background-color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .main-header.-menuopen .menubtn-area:hover {
    border-color: #fff;
  }
}
.main-header.-menuopen .header-function {
  display: none;
}
@media (max-width: 1465px) {
  .main-header .header-menu {
    width: 88%;
  }
}
@media (max-width: 1330px) {
  .main-header {
    padding: 0 20px 0;
  }
  .main-header .header-menu {
    display: none;
  }
  .main-header .linksarea {
    display: none;
  }
  .main-header .menubtn-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 1024px) {
  .main-header {
    padding: 0 17px;
  }
  .main-header .header-menu {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    max-width: unset;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .main-header .menu-ul {
    display: none;
  }
}
@media (max-width: 768px) {
  .main-header {
    padding: 0 10px 0 15px;
    height: 46px !important;
  }
  .main-header .headerinner {
    height: 46px;
  }
  .main-header .header-menu {
    display: none;
  }
  .main-header .logo {
    height: 13px;
    margin-right: 0;
  }
  .main-header .logolink {
    background: url(images_new/logo.svg) 0 center no-repeat;
    background-size: contain;
  }
  .main-header.-home {
    border-bottom: none;
  }
  .main-header.-home.-init {
    background-color: #fff;
    background: none;
    height: 46px !important;
  }
  .main-header.-home.-init .logo {
    height: 50px;
  }
  .main-header.-home.-init .logolink {
    background: url(images_new/logo_white.svg) 0 center no-repeat;
    background-size: contain;
  }
  .main-header.-init.-other {
    height: 46px !important;
  }
  .main-header .logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 121px;
            flex: 0 0 121px;
    width: 200px;
  }
  .main-header .menubtn-area {
    width: 35px;
    height: 30px;
  }
  .main-header.-menuopen {
    background: none !important;
    border-bottom: none;
  }
  .main-header.-menuopen .logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 125px;
            flex: 0 0 125px;
    width: 200px;
    height: 50px;
    margin-right: 0;
  }
  .main-header.-menuopen .logolink {
    background: url(images_new/logo.svg) 0 center no-repeat !important;
    background-size: contain !important;
  }
  .main-header.-menuopen .menubtnlabel {
    border-color: #fff !important;
  }
  .main-header.-menuopen .menubtn-area {
    color: #fff !important;
  }
  .main-header.-menuopen .btntxt::before, .main-header.-menuopen .btntxt::after {
    background-color: #fff !important;
  }
  .main-header.-menuopen .btxt::before {
    background-color: #fff !important;
  }
  .main-header.-menuopen .sns-links.-header {
    display: none;
  }
}

@-webkit-keyframes insetWipeOut {
  0% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(0 0 0 100%);
  }
}

@keyframes insetWipeOut {
  0% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(0 0 0 100%);
  }
}
@-webkit-keyframes insetWipeIn {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes insetWipeIn {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
.menu-ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 20px auto 20px auto 20px auto 20px auto 20px auto 20px auto 20px auto;
  grid-template-columns: repeat(8, auto);
  -ms-grid-rows: 70px;
  grid-template-rows: 70px;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.menu-ul > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.menu-ul > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.menu-ul > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.menu-ul > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
.menu-ul > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
}
.menu-ul > *:nth-child(6) {
  -ms-grid-row: 1;
  -ms-grid-column: 11;
}
.menu-ul > *:nth-child(7) {
  -ms-grid-row: 1;
  -ms-grid-column: 13;
}
.menu-ul > *:nth-child(8) {
  -ms-grid-row: 1;
  -ms-grid-column: 15;
}
.menu-ul.-init.-home .link {
  color: #fff;
}
.menu-ul > .list {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 2px;
}
.menu-ul .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;
  position: relative;
  height: 100%;
  z-index: 10;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 2px;
  color: #000;
  text-decoration: none;
}
.menu-ul .link::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -1px;
  margin: auto;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  background: linear-gradient(315deg, #F5CB2E 14.47%, #FF6201 85.53%);
}
.menu-ul .link.-current::after, .menu-ul .link:hover::after {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.menu-ul .link.-noborder::after {
  display: none;
}
.menu-ul .link.-inner {
  -webkit-transition: initial;
  transition: initial;
}
.menu-ul .header-submenu {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 5;
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.menu-ul .list:not(.-disabled):hover .header-submenu {
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
  opacity: 1;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.header-submenu {
  padding: 60px 20px 120px;
  background-color: #fff;
}
.header-submenu .inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 265px;
  grid-template-columns: 1fr 265px;
  gap: 40px 50px;
  max-width: 1210px;
  width: 100%;
  margin: auto;
  max-height: calc(100vh - 200px);
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
}
.header-submenu .leftclm {
  max-width: 895px;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px 20px;
}
.header-submenu .leftclm .sublink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header-submenu .leftclm .textarea {
  margin-top: 15px;
}
.header-submenu .leftclm .textarea .subtitle {
  padding-left: 25px;
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 2px;
}
.header-submenu .leftclm .textarea .subtitle::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url(images_new/cmn/blank.svg) left center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 5px;
}
.header-submenu .leftclm .textarea .subtitle.-innerlink::before {
  background: url(images_new/cmn/arrow_circle.svg) center center no-repeat;
  background-size: contain;
}
.header-submenu .leftclm .textarea .subtexts {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 1.5px;
  margin-top: 12px;
}
.header-submenu .leftclm .imgarea .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.header-submenu .rightclm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header-submenu .rightclm .rightclmttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  padding-left: 15px;
  position: relative;
}
.header-submenu .rightclm .rightclmttl::before {
  content: "";
  display: block;
  width: 4px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: linear-gradient(315deg, #F5CB2E 14.47%, #FF6201 85.53%);
}
.header-submenu .rightclm .linkarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px;
  margin-top: 25px;
}
.header-submenu .rightclm .linkarea .linklist {
  padding-right: 10px;
}
.header-submenu .rightclm .linkarea .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  width: 100%;
  height: 60px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.1019607843);
  color: #222222;
}
.header-submenu .rightclm .linkarea .link:hover .icon::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.header-submenu .rightclm .linkarea .link:hover .icon::after {
  opacity: 0;
}
.header-submenu .rightclm .linkarea .link.-wheelchair {
  height: 100px;
  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;
  padding-top: 10px;
}
.header-submenu .rightclm .linkarea .link.-wheelchair::after {
  display: none;
}
.header-submenu .rightclm .linkarea .link.-wheelchair .wheelchair {
  width: 207px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: -12px;
}
.header-submenu .rightclm .linkarea .link.-wheelchair .subtxt {
  width: 216px;
  height: 13px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 5px;
  margin-left: 14px;
}
.header-submenu .icon {
  display: block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  position: relative;
}
.header-submenu .icon::before, .header-submenu .icon::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(images_new/cmn/arrow_circle.svg) center center no-repeat;
  background-size: contain;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
  transition: -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.1s, -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
  position: absolute;
  top: 0;
  left: 0;
}
.header-submenu .icon::before {
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
  opacity: 0;
}
.header-submenu .icon::after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.header-submenu .icon.-type02 {
  width: 6px;
  height: 12px;
}
.header-submenu .icon.-type02::before, .header-submenu .icon.-type02::after {
  width: 6px;
  height: 12px;
  background: url(images_new/cmn/arrow_02.svg) center center no-repeat;
  background-size: contain;
}
.header-submenu .btmlink {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 38px;
     -moz-column-gap: 38px;
          column-gap: 38px;
  border-top: 1px solid #E6E6E6;
  width: 100%;
  max-height: 85px;
  height: 100%;
  padding-top: 35px;
}
.header-submenu .btmlink .link {
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  color: #222222;
}
.header-submenu .btmlink .link.-type01 {
  font-size: 14px;
  letter-spacing: 1px;
  margin-left: -10px;
}
.header-submenu .linkarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.header-submenu .snsicon {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1019607843);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  text-indent: -9999px;
}
.header-submenu .snsicon.-facebook::before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 7.3px;
  height: 15px;
  background: #fff url(images_new/cmn/facebook.svg) center center no-repeat;
  background-size: contain;
}
.header-submenu .snsicon.-instagram::before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 16px;
  height: 16px;
  background: #fff url(images_new/cmn/instagram.svg) center center no-repeat;
  background-size: contain;
}
.header-submenu .snsicon:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-submenu .snsicon:hover.-facebook {
  background: linear-gradient(315deg, #F5CB2E 14.47%, #FF6201 85.53%);
}
.header-submenu .snsicon:hover.-facebook::before {
  background: url(images_new/cmn/facebook_white.svg) center center no-repeat;
  background-size: contain;
}
.header-submenu .snsicon:hover.-instagram {
  background: linear-gradient(315deg, #F5CB2E 14.47%, #FF6201 85.53%);
}
.header-submenu .snsicon:hover.-instagram::before {
  background: url(images_new/cmn/instagram_white.svg) center center no-repeat;
  background-size: contain;
}
.header-submenu .contactbtn {
  width: 120px;
  height: 32px;
  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.2rem;
  background: #fff;
  color: #EE850D;
  border-radius: 9999px;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1019607843);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  margin-left: 3px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header-submenu .contactbtn:hover {
  background: linear-gradient(315deg, #F5CB2E 14.47%, #FF6201 85.53%);
  color: #fff;
  opacity: 1;
}

.menubtn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.menubtn-area > .menubtnlabel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  height: 100%;
  line-height: 1;
  cursor: pointer;
  font-size: 0;
}
.menubtn-area.-init .btntxt::before, .menubtn-area.-init .btntxt::after {
  background: #fff;
}
.menubtn-area.-init .btxt::before {
  background: #fff;
}
.menubtn-area.-other .btntxt::before, .menubtn-area.-other .btntxt::after {
  background: linear-gradient(315deg, #F5CB2E 14.47%, #FF6201 85.53%);
}
.menubtn-area.-other .btxt::before {
  background: linear-gradient(315deg, #F5CB2E 14.47%, #FF6201 85.53%);
}
.menubtn-area.-menuopen .btntxt::before, .menubtn-area.-menuopen .btntxt::after {
  background: linear-gradient(315deg, #F5CB2E 14.47%, #FF6201 85.53%);
}
.menubtn-area.-menuopen .btxt::before {
  background: linear-gradient(315deg, #F5CB2E 14.47%, #FF6201 85.53%);
}
.menubtn-area .btntxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  height: 17px;
  position: relative;
}
.menubtn-area .btntxt::before, .menubtn-area .btntxt::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 2px;
  content: "";
  display: block;
  background: linear-gradient(315deg, #F5CB2E 14.47%, #FF6201 85.53%);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
}
.menubtn-area .btntxt::after {
  top: 16px;
}
.menubtn-area .btxt::before {
  position: absolute;
  left: 0;
  top: 8px;
  width: 20px;
  height: 2px;
  content: "";
  display: block;
  background: linear-gradient(315deg, #F5CB2E 14.47%, #FF6201 85.53%);
  -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 .menubtnchk {
  display: none;
}
.menubtn-area .menubtnchk:checked + .menubtnlabel .btntxt::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 8px;
}
.menubtn-area .menubtnchk:checked + .menubtnlabel .btntxt::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 8px;
}
.menubtn-area .menubtnchk:checked + .menubtnlabel .btntxt .btxt::before {
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .menubtn-area:hover .btntxt::before, .menubtn-area:hover .btntxt::after {
    opacity: 0.6;
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
  }
  .menubtn-area:hover .btxt::before {
    opacity: 0.6;
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
}
@media (max-width: 768px) {
  .menubtn-area > .menubtnlabel {
    text-indent: -9999px;
    font-size: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
    width: 40px;
    height: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .menubtn-area .btntxt {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    height: 15px;
  }
  .menubtn-area .btntxt::before, .menubtn-area .btntxt::after {
    height: 2px;
    width: 12px;
    left: 7px;
  }
  .menubtn-area .btntxt::after {
    top: 10px;
  }
  .menubtn-area .btxt::before {
    height: 2px;
    width: 12px;
    left: 7px;
    top: 5px;
  }
}

.main-footer {
  padding: 70px 15px 0;
  background-color: #fff;
}
.main-footer .inner {
  max-width: 1370px;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  background-color: #fff !important;
}
.main-footer .companyarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff !important;
  padding: 35px 0 0 15px !important;
}
.main-footer .companyarea .logoarea .logo {
  max-width: 302px;
  width: 100%;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
.main-footer .companyarea .address {
  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: 16px;
  width: 100%;
  text-align: left;
  margin-top: 25px;
}
@media (max-width: 1280px) {
  .main-footer .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-footer .companyarea .logoarea .logo {
    margin: auto;
  }
  .main-footer .companyarea .address {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .main-footer {
    padding: 0px 15px 0;
  }
  .main-footer .companyarea {
    padding: 30px 0 50px 0px !important;
  }
  .main-footer .companyarea .logoarea .logo {
    max-width: 212px;
  }
  .main-footer .companyarea .address {
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 10px;
  }
}

.footer-list {
  background-color: #fff !important;
  max-width: 925px;
  width: 100%;
  padding: 30px 0 35px !important;
  border-bottom: none !important;
}
.footer-list a {
  color: #222;
}
.footer-list .footerlist {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 15px;
  width: 100%;
  border-bottom: none !important;
}
.footer-list .footerlist .list {
  margin-left: 0;
  max-width: 210px;
  width: 100%;
  height: 100%;
}
.footer-list .head {
  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;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 15px;
  display: block;
  text-align: left;
}
.footer-list .ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
}
.footer-list .ul .li {
  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: 12px;
  padding-left: 13px;
  position: relative;
  margin-left: 0;
  white-space: initial;
  width: 100%;
  text-align: left;
  letter-spacing: 1.5px;
}
.footer-list .ul .li::before {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  background: url(images_new/cmn/arrow_02.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 5px;
  left: 0;
}
@media (max-width: 1280px) {
  .footer-list {
    margin: auto;
  }
  .footer-list .footerlist .list {
    margin: 0 !important;
  }
  .footer-list .ul {
    padding: 0 !important;
    border-bottom: 0 !important;
  }
  .footer-list .ul .li {
    margin: 0 !important;
  }
}
@media (max-width: 768px) {
  .footer-list {
    display: none !important;
  }
}

.footer-btm {
  max-width: 1370px;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 17px 0;
  border-top: 1px solid #E6E6E6;
}
.footer-btm .linkarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
.footer-btm .linkarea .btmlink {
  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: 12px;
  letter-spacing: 1px;
}
.footer-btm .copy {
  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: 12px;
  letter-spacing: 1.2px;
}
@media (max-width: 768px) {
  .footer-btm .linkarea {
    gap: 15px;
  }
  .footer-btm .linkarea .btmlink {
    font-size: 10px;
  }
  .footer-btm .copy {
    font-size: 10px;
  }
}

.main-visual {
  overflow: hidden;
}
.main-visual .inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.main-visual .inner::after {
  content: "";
  width: 100%;
  height: 100svh;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}
.main-visual .inner .title {
  position: absolute;
  left: 2.85%;
  top: 50.5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1.15;
  color: #fff;
  z-index: 10;
  letter-spacing: 4px;
}
.main-visual .inner .mvswiper {
  opacity: 0;
  visibility: hidden;
}
.main-visual .inner .mvswiper.is-loaded {
  opacity: 1;
  visibility: visible;
}
.main-visual .inner .mvswiper .imgarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-visual .inner .mvswiper .imgarea img {
  width: 100%;
  height: 100svh;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-visual .inner .swiper-slide {
  opacity: 0;
  -webkit-transition: opacity 1.5s ease;
  transition: opacity 1.5s ease;
}
.main-visual .inner .swiper-slide .imgarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-visual .inner .swiper-slide .imgarea img {
  width: 100%;
  height: calc(100svh - 150px);
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 6s ease, -webkit-filter 2.5s ease;
  transition: -webkit-transform 6s ease, -webkit-filter 2.5s ease;
  transition: transform 6s ease, filter 2.5s ease;
  transition: transform 6s ease, filter 2.5s ease, -webkit-transform 6s ease, -webkit-filter 2.5s ease;
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
  opacity: 0;
}
.main-visual .inner .swiper-slide-prev .imgarea img {
  opacity: 1;
  -webkit-filter: blur(0) brightness(1.01);
          filter: blur(0) brightness(1.01);
}
.main-visual .inner .swiper-slide-next .imgarea img {
  opacity: 1;
  -webkit-filter: blur(16px) brightness(1.01);
          filter: blur(16px) brightness(1.01);
}
.main-visual .inner .swiper-slide-active .imgarea img {
  opacity: 1;
  -webkit-filter: blur(0) brightness(1.01);
          filter: blur(0) brightness(1.01);
  -webkit-transform: scale(1);
          transform: scale(1);
}
.main-visual .inner .swiper-pagination {
  position: absolute;
  bottom: 20px;
  left: 45px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.main-visual .inner .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background-color: #fff;
  opacity: 1;
  position: relative;
  margin: 0 6px !important;
}
.main-visual .inner .swiper-pagination .swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 12px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
}
.main-visual .inner .headtextarea {
  position: absolute;
  top: 50%;
  left: 50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  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: 25px;
  z-index: 10;
}
.main-visual .inner .headtextarea .headtxt {
  font-family: "a-otf-gothic-mb101-pr6n", sans-serif;
  font-size: 50px;
  letter-spacing: 5.5px;
  text-shadow: 0px 0px 18px rgb(0, 0, 0);
  line-height: 1.4;
}
.main-visual .inner .headtextarea .headtxten {
  font-family: "din-2014";
  font-size: 1.8rem;
  line-height: 1.45;
  letter-spacing: 1px;
  text-shadow: 0px 0px 18px rgb(0, 0, 0);
}
@media (max-width: 768px) {
  .main-visual .inner {
    height: 72svh;
  }
  .main-visual .inner .headtextarea {
    left: 15px;
    top: 57.5%;
    row-gap: 0;
  }
  .main-visual .inner .headtextarea .headtxt {
    font-size: 24px;
    letter-spacing: 2.5px;
    line-height: 1.45;
    max-width: 87%;
  }
  .main-visual .inner .headtextarea .headtxten {
    font-size: 14px;
    letter-spacing: 0.7px;
    margin-top: 8px;
  }
  .main-visual .inner .swiper-pagination {
    bottom: 30px;
    left: 10px;
  }
  .main-visual .inner .swiper-slide .imgarea img {
    height: 72svh;
  }
}

.top-news {
  position: absolute;
  right: -220px;
  top: -85px;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px 0 0 10px;
  width: 985px;
  overflow: visible;
}
.top-news .newsinner {
  overflow: hidden;
  padding: 20px 14px;
}
.top-news .ul {
  max-width: 745px;
  width: 100%;
}
.top-news .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.top-news .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;
  padding: 10px 0;
  width: 100%;
  height: 100%;
  margin: auto 0;
}
.top-news .textarea .newstitle {
  font-size: 14px;
  letter-spacing: 1px;
}
.top-news .textarea .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5px;
  padding-right: 45px;
}
.top-news .textarea .detail .date {
  font-family: "din-2014";
  font-size: 12px;
  color: #222;
  letter-spacing: 2px;
}
.top-news .textarea .detail .term {
  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: 96px;
  font-size: 10px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1019607843);
}
.top-news .imgarea {
  margin-top: 0 !important;
}
.top-news .imgarea img {
  aspect-ratio: 1/1;
  min-width: 120px;
  max-width: 120px;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-news .swiper-slide {
  width: 435px;
  height: 131px;
  padding: 5px;
  opacity: 1 !important;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.2509803922);
  backdrop-filter: blur(15px);
  border-radius: 10px;
}
.top-news .pagenationarea {
  position: absolute;
  bottom: -40px;
  right: 245px;
}
.top-news .pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto 0;
  position: relative;
  padding-left: 100px;
}
.top-news .swiper-pagination {
  top: auto !important;
  left: 0 !important;
  bottom: auto !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0px auto auto;
}
.top-news .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: linear-gradient(315deg, #F5CB2E 14.47%, #FF6201 85.53%);
  opacity: 1;
  position: relative;
  margin: 0 6px !important;
}
.top-news .swiper-pagination .swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 12px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid #F5CB2E !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
  border: 1px solid;
}
@media (max-width: 768px) {
  .top-news {
    top: -40px;
    right: 0px;
    width: 100%;
  }
  .top-news .newwsinner {
    width: 100%;
  }
  .top-news .swiper-slide {
    max-width: none;
    width: calc(100vw - 30px) !important;
    height: 100px;
    padding: 10px;
  }
  .top-news .swiper-btns {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .top-news .pagenationarea {
    position: absolute;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    bottom: -45px;
  }
  .top-news .ul {
    max-width: initial;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    margin-top: 0 !important;
  }
  .top-news .link {
    width: 100%;
    height: 100%;
  }
  .top-news .imgarea img {
    min-width: 80px;
    max-width: 80px;
  }
  .top-news .textarea {
    padding: 0px 0 12px;
    row-gap: 12px;
  }
  .top-news .textarea .newstitle {
    font-size: 12px;
  }
  .top-news .textarea .detail {
    padding-right: 0;
  }
  .top-news .textarea .detail .date {
    font-size: 10px;
  }
  .top-news .pagenation {
    padding-left: 0;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }
  .top-news .swiper-pagination {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
  }
}

.home-aboutus {
  padding: 115px 15px 0;
  position: relative;
}
.home-aboutus .inner {
  max-width: 1295px;
  width: 100%;
  margin: auto;
}
.home-aboutus .title {
  font-family: "din-2014";
  font-size: 125px;
  font-weight: lighter;
  color: #BDBDBD;
  letter-spacing: -0.5px;
  line-height: 1.3;
}
.home-aboutus .titleja {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 4px;
}
.home-aboutus .texts {
  font-size: 16px;
  margin-top: 10px;
  letter-spacing: 1.6px;
}
.home-aboutus .imgarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: 45px;
}
.home-aboutus .imgarea .historylogo {
  position: absolute;
  top: 55.5%;
  right: 78px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 230px;
  width: 100%;
  max-height: 178px;
  height: 100%;
}
.home-aboutus .imgarea .historylogo .img {
  -o-object-fit: contain;
     object-fit: contain;
}
.home-aboutus .imgarea .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.home-aboutus .linkarea {
  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: 45px;
  gap: 40px;
}
@media (max-width: 768px) {
  .home-aboutus {
    padding: 90px 15px 0;
  }
  .home-aboutus .title {
    font-size: 55px;
    line-height: 1.2;
  }
  .home-aboutus .titleja {
    font-size: 28px;
    letter-spacing: 3px;
  }
  .home-aboutus .texts {
    font-size: 14px;
    margin-top: 2px;
    letter-spacing: 1.3px;
  }
  .home-aboutus .imgarea .historylogo {
    top: 51%;
    right: 27px;
    max-width: 101px;
    max-height: 80px;
  }
  .home-aboutus .linkarea {
    margin-top: 25px;
    gap: 20px;
  }
}

.home-business {
  padding: 215px 0 0 50px;
}
.home-business .inner {
  max-width: 1800px;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home-business .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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 75px;
  padding-right: 110px;
  width: 88.145%;
}
.home-business .title {
  font-family: "din-2014";
  font-weight: 300;
  font-size: 106px;
  color: #BDBDBD;
  line-height: 1;
  letter-spacing: 0px;
}
.home-business .titleja {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 4px;
  margin-top: 10px;
  padding-left: 10px;
}
.home-business .texts {
  font-size: 16px;
  padding-left: 10px;
  margin-top: 35px;
  line-height: 1.6;
  letter-spacing: 1px;
}
.home-business .link-btn01 {
  margin-top: 55px;
}
.home-business .imgarea {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.home-business .imgarea .img {
  width: 100%;
  height: 850px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px 0 0 20px;
}
@media (min-width: 1800px) {
  .home-business .imgarea .img {
    border-radius: 20px;
  }
}
@media (max-width: 768px) {
  .home-business {
    padding: 90px 0 0 15px;
  }
  .home-business .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home-business .title {
    font-size: 55px;
    line-height: 1.2;
  }
  .home-business .titleja {
    font-size: 28px;
    letter-spacing: 3px;
    margin-top: 0px;
    padding-left: 0px;
  }
  .home-business .textarea {
    padding-right: 15px;
    padding-bottom: 40px;
    width: 100%;
  }
  .home-business .texts {
    font-size: 14px;
    margin-top: 10px;
    padding-left: 0;
    letter-spacing: 1px;
  }
  .home-business .imgarea .img {
    height: 315px;
  }
  .home-business .link-btn01.-bottom {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin: 32px auto 0;
  }
}

.home-dropmenu {
  padding: 0 0 75px;
}
.home-dropmenu.-last {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
}
.home-dropmenu .inner {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.home-dropmenu .headarea {
  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: 30px;
}
.home-dropmenu .textarea {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 30px;
  padding-bottom: 20px;
}
.home-dropmenu .textarea .title {
  font-size: 36px;
  font-weight: lighter;
  letter-spacing: 3px;
  padding-left: 15px;
}
.home-dropmenu .textarea .titleen {
  font-family: "din-2014";
  font-size: 16px;
  letter-spacing: 1.2px;
  padding-left: 10px;
  margin-top: 5px;
  color: #BDBDBD;
}
.home-dropmenu .textarea .headtxt {
  font-size: 16px;
  max-width: 550px;
  letter-spacing: 1.5px;
  padding-left: 5px;
  margin-top: 12px;
}
.home-dropmenu .textarea .link-btn02 {
  margin: 15px auto 0;
  padding: 0 0 1px 24px;
  font-size: 16px;
}
.home-dropmenu .textarea .link-btn02 .icon.-open {
  display: none;
}
.home-dropmenu .textarea .link-btn02 .icon.-open::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
.home-dropmenu .imgarea {
  width: 100%;
}
.home-dropmenu .imgarea .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.home-dropmenu .imgarea .img.-head {
  min-height: 280px;
}
.home-dropmenu .blockarea {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 25px 1fr 25px 1fr 25px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 25px;
  margin-top: 40px;
}
.home-dropmenu .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.home-dropmenu .blocktexts {
  margin-top: 15px;
}
.home-dropmenu .blocktexts .blockttl {
  padding-left: 25px;
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 2px;
}
.home-dropmenu .blocktexts .blockttl::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url(images_new/cmn/blank.svg) left center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 7px;
}
.home-dropmenu .blocktexts .texts {
  font-size: 1.4rem;
  margin-top: 5px;
  line-height: 1.5;
  letter-spacing: 1.5px;
}
@media (max-width: 768px) {
  .home-dropmenu {
    margin-top: 0px;
    padding: 0;
  }
  .home-dropmenu.-last {
    border-bottom: none;
  }
  .home-dropmenu .inner {
    border-top: 0;
    padding-top: 0px;
  }
  .home-dropmenu .headarea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home-dropmenu .textarea {
    padding-left: 0;
    padding-bottom: 0;
  }
  .home-dropmenu .textarea .title {
    font-size: 26px;
    padding-left: 0;
  }
  .home-dropmenu .textarea .titleen {
    font-size: 10px;
    margin-top: 2px;
    letter-spacing: 1px;
    padding-left: 2px;
  }
  .home-dropmenu .textarea .headtxt {
    padding-left: 0;
    margin-top: 20px;
    font-size: 14px;
    letter-spacing: 0.7px;
  }
  .home-dropmenu .textarea .link-btn02 {
    font-size: 14px;
    padding: 0 0 1px 0px;
  }
  .home-dropmenu .imgarea {
    margin-top: 15px;
  }
  .home-dropmenu .imgarea .img.-head {
    min-height: 135px;
  }
  .home-dropmenu .blockarea {
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 15px;
    margin-top: 5px;
  }
  .home-dropmenu .imgarea .img {
    border-radius: 6px;
  }
  .home-dropmenu .blocktexts {
    margin-top: 10px;
  }
  .home-dropmenu .blocktexts .blockttl {
    font-size: 14px;
    letter-spacing: 0.5px;
    padding-left: 22px;
  }
  .home-dropmenu .blocktexts .texts {
    font-size: 12px;
  }
}

.home-servicelist .inner {
  max-width: 1520px;
  width: 100%;
  margin: auto;
  padding: 0 15px;
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.home-servicelist .service {
  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;
  padding: 20px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1019607843);
}
.home-servicelist .service.-last {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
}
.home-servicelist .service.-open {
  border-bottom: none;
}
.home-servicelist .service .textarea {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 65px;
  padding-bottom: 20px;
}
.home-servicelist .service .textarea .title {
  font-size: 36px;
  font-weight: lighter;
  letter-spacing: 3px;
  padding-left: 10px;
}
.home-servicelist .service .textarea .titleen {
  font-family: "din-2014";
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.5px;
  padding-left: 15px;
  margin-top: 5px;
  color: #BDBDBD;
}
.home-servicelist .service .textarea .headtxt {
  max-width: 550px;
  font-size: 16px;
  letter-spacing: 1.5px;
  padding-left: 5px;
  margin-top: 12px;
}
.home-servicelist .service .textarea .btnarea {
  width: 100%;
  padding-left: 20px;
}
.home-servicelist .service .textarea .link-btn02 {
  margin: 15px auto 0;
  padding: 0px 5px 1px 5px;
  font-size: 16px;
}
.home-servicelist .service .imgarea {
  width: 100%;
}
.home-servicelist .service .imgarea .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.home-servicelist .service .imgarea .img.-head {
  min-height: 280px;
}
@media (max-width: 768px) {
  .home-servicelist .inner {
    margin-top: 32px;
  }
  .home-servicelist .service {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: 0;
    padding: 15px 0 0px;
    margin-top: 32px;
  }
  .home-servicelist .service.-last {
    border-bottom: none;
  }
  .home-servicelist .service .textarea {
    padding-left: 0;
  }
  .home-servicelist .service .textarea .title {
    font-size: 26px;
    padding-left: 0;
  }
  .home-servicelist .service .textarea .titleen {
    font-size: 10px;
    margin-top: 2px;
    letter-spacing: 1px;
    padding-left: 2px;
  }
  .home-servicelist .service .textarea .headtxt {
    padding-left: 0;
    margin-top: 20px;
    font-size: 14px;
    letter-spacing: 0.7px;
  }
  .home-servicelist .service .textarea .btnarea {
    padding-left: 0px;
  }
  .home-servicelist .service .textarea .link-btn02 {
    padding: 0 0 1px 0px;
    font-size: 14px;
  }
  .home-servicelist .service .textarea .link-btn02.-spadjust {
    margin-top: 35px;
  }
  .home-servicelist .service .imgarea {
    margin-top: 15px;
  }
  .home-servicelist .service .imgarea .img.-head {
    min-height: 135px;
    height: 135px;
  }
}

.home-companyimages {
  padding: 188px 0 180px;
  overflow: hidden;
  position: relative;
}
.home-companyimages .companylink {
  max-width: 775px;
  width: 100%;
  height: 235px;
  position: absolute;
  right: 0;
  bottom: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1019607843);
  backdrop-filter: blur(15px);
  padding: 45px 48px 60px;
  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;
  border-radius: 10px 0 0 10px;
  z-index: 10;
}
.home-companyimages .companylink .textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.home-companyimages .companylink .textarea .title {
  font-size: 33px;
  font-weight: 500;
  letter-spacing: 4px;
}
.home-companyimages .companylink .textarea .titleen {
  font-family: "din-2014";
  font-size: 14px;
  letter-spacing: 1px;
  color: #BDBDBD;
}
.home-companyimages .companylink .textarea .texts {
  font-size: 16px;
  letter-spacing: 1.5px;
  margin-top: 0px;
}
.home-companyimages .link-btn01 {
  margin-top: -10px;
}
.home-companyimages .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}
.home-companyimages .swiper-slide {
  max-width: 630px;
  height: 440px;
}
.home-companyimages .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .home-companyimages {
    padding: 30px 0 275px;
  }
  .home-companyimages .companylink {
    max-width: calc(100% - 30px);
    bottom: 20px;
    right: 15px;
    height: 275px;
    padding: 25px 15px 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    border-radius: 10px;
  }
  .home-companyimages .companylink .textarea .title {
    font-size: 28px;
  }
  .home-companyimages .companylink .textarea .titleen {
    font-size: 10px;
    margin-top: -2px;
  }
  .home-companyimages .companylink .textarea .texts {
    font-size: 14px;
    text-align: left;
    margin-top: 5px;
  }
  .home-companyimages .swiper-slide {
    max-width: 290px;
    height: 290px;
  }
}

.home-message {
  padding: 120px 0 0 50px;
}
.home-message .inner {
  max-width: 1800px;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.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;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 45px;
  padding-right: 50px;
  width: 92.145%;
}
.home-message .title {
  font-family: "din-2014";
  font-weight: 300;
  font-size: 106px;
  color: #BDBDBD;
  white-space: nowrap;
  line-height: 1.3;
}
.home-message .titleja {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 4px;
  line-height: 1.4;
}
.home-message .texts {
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: 1.25px;
  margin-top: 40px;
}
.home-message .link-btn01 {
  margin-top: 40px;
}
.home-message .imgarea {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.home-message .imgarea .img {
  width: 100%;
  height: 503px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px 0 0 20px;
}
@media (min-width: 1800px) {
  .home-message .imgarea .img {
    border-radius: 20px;
  }
}
@media (max-width: 768px) {
  .home-message {
    padding: 0 0 45px 15px;
  }
  .home-message .imgarea .img {
    height: 320px;
  }
  .home-message .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 20px;
  }
  .home-message .textarea {
    max-width: 100%;
    width: 100%;
    padding-right: 0;
  }
  .home-message .title {
    font-size: 55px;
    line-height: 1.2;
  }
  .home-message .titleja {
    font-size: 28px;
    letter-spacing: 1px;
    margin-top: 7px;
    padding-left: 0px;
  }
  .home-message .texts {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 1.25px;
    margin-top: 15px;
  }
  .home-message .link-btn01 {
    margin: 35px auto 0;
  }
}

.home-modelhouse {
  padding-left: 50px;
  margin-top: 100px;
  overflow: hidden;
}
.home-modelhouse .inner {
  padding-bottom: 100px;
  position: relative;
}
.home-modelhouse .title {
  font-family: "din-2014";
  font-weight: 300;
  font-size: 91px;
  letter-spacing: 0;
  color: #BDBDBD;
  white-space: nowrap;
  line-height: 1.2;
}
.home-modelhouse .swiper-wrapper {
  margin-top: 25px;
}
.home-modelhouse .swiper-slide {
  max-width: 485px;
  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-modelhouse .swiper-slide .imgarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home-modelhouse .swiper-slide .img {
  border-radius: 10px;
  width: 100%;
  height: 322px;
}
.home-modelhouse .swiper-slide .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;
}
.home-modelhouse .swiper-slide .textarea .modeltitle {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 2.5px;
  padding-left: 25px;
  position: relative;
}
.home-modelhouse .swiper-slide .textarea .modeltitle::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(images_new/cmn/arrow_circle02.svg) left center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.home-modelhouse .swiper-slide .textarea .texts {
  font-size: 14px;
  letter-spacing: 1.5px;
}
.home-modelhouse .pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto 0;
}
.home-modelhouse .swiper-pagination {
  position: relative;
  top: auto !important;
  bottom: auto !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0px auto auto;
}
.home-modelhouse .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: linear-gradient(315deg, #F5CB2E 14.47%, #FF6201 85.53%);
  opacity: 1;
  position: relative;
  margin: 0 6px !important;
}
.home-modelhouse .swiper-pagination .swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 12px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid #F5CB2E;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
}
@media (max-width: 768px) {
  .home-modelhouse {
    padding: 0 15px;
    margin-top: 65px;
  }
  .home-modelhouse .title {
    font-size: 55px;
    line-height: 1.2;
  }
  .home-modelhouse .swiper-slide {
    max-width: 336px;
    row-gap: 25px;
  }
  .home-modelhouse .swiper-slide .img {
    height: 223px;
  }
  .home-modelhouse .swiper-slide .textarea {
    row-gap: 10px;
  }
  .home-modelhouse .swiper-slide .textarea .modeltitle {
    font-size: 17px;
    letter-spacing: 1.5px;
  }
  .home-modelhouse .pagenation {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    margin-top: 15px;
  }
}

.home-recruit {
  padding: 135px 15px 50px;
  margin-top: 100px;
  background-color: #F9F9F8;
}
.home-recruit .inner {
  max-width: 1307px;
  width: 100%;
  margin: auto;
}
.home-recruit .recruitlink {
  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-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 20px;
}
.home-recruit .recruitlink .textarea {
  padding: 55px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
}
.home-recruit .recruitlink .textarea .titlearea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 30px;
  position: relative;
}
.home-recruit .recruitlink .textarea .titlearea .title {
  font-size: 33px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 5px;
  color: #222;
}
.home-recruit .recruitlink .textarea .titlearea .titleen {
  font-family: "din-2014";
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  color: #BDBDBD;
}
.home-recruit .recruitlink .textarea .texts {
  font-size: 16px;
  letter-spacing: 1.5px;
  line-height: 1.65;
  max-width: 880px;
}
.home-recruit .recruitlink .imgarea {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
.home-recruit .recruitlink .imgarea .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-recruit .recruitlink .iconarea {
  position: absolute;
  top: 33%;
  left: 2px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.home-recruit .recruitlink .icon {
  display: block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  position: relative;
}
.home-recruit .recruitlink .icon::before, .home-recruit .recruitlink .icon::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(images_new/cmn/arrow_circle.svg) center center no-repeat;
  background-size: contain;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
  transition: -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.1s, -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
  position: absolute;
  top: 0;
  left: 0;
}
.home-recruit .recruitlink .icon::before {
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
  opacity: 0;
}
.home-recruit .recruitlink .icon::after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.home-recruit .recruitlink .linktexts {
  display: none;
}
@media (max-width: 768px) {
  .home-recruit {
    padding: 102px 15px 50px;
    margin-top: 5px;
  }
  .home-recruit .recruitlink .imgarea {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .home-recruit .recruitlink .imgarea .img:last-of-type {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
  .home-recruit .recruitlink .textarea {
    padding: 25px 20px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
  .home-recruit .recruitlink .textarea .titlearea {
    padding-left: 0;
  }
  .home-recruit .recruitlink .textarea .titlearea .title {
    font-size: 28px;
    letter-spacing: 2.5px;
  }
  .home-recruit .recruitlink .textarea .titlearea .titleen {
    margin-top: 2px;
    letter-spacing: 0;
  }
  .home-recruit .recruitlink .textarea .titlearea .iconarea {
    display: none;
  }
  .home-recruit .recruitlink .textarea .texts {
    font-size: 14px;
    letter-spacing: 0.8px;
  }
  .home-recruit .recruitlink .iconarea {
    top: 6px;
  }
  .home-recruit .recruitlink .iconarea .icon {
    width: 12px;
    height: 12px;
  }
  .home-recruit .recruitlink .iconarea .icon::before, .home-recruit .recruitlink .iconarea .icon::after {
    width: 12px;
    height: 12px;
  }
  .home-recruit .recruitlink .linktexts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 20px;
    margin: 20px auto 0;
  }
}

.home-news {
  padding: 155px 15px 0;
  position: relative;
}
.home-news .inner {
  max-width: 1295px;
  width: 100%;
  margin: auto;
}
.home-news .title {
  font-size: 33px;
  font-weight: 500;
  letter-spacing: 4px;
}
.home-news .titleen {
  font-family: "din-2014";
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 2px;
  color: #BDBDBD;
}
.home-news .ul {
  margin-top: 32px;
}
.home-news .list:last-of-type .newslink {
  border-bottom: 1px solid #E6E6E6;
}
.home-news .newslink {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 175px 100px 1fr;
  grid-template-columns: 175px 100px 1fr;
  padding: 25px 0;
  border-top: 1px solid #E6E6E6;
}
.home-news .newslink .date {
  font-family: "din-2014";
  font-size: 16px;
  color: #BDBDBD;
  letter-spacing: 3px;
}
.home-news .newslink .term {
  font-size: 12px;
  min-width: 91px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 4px;
  margin: auto 0;
  background-color: #fff;
}
.home-news .newslink .newstitle {
  font-size: 16px;
  letter-spacing: 1.5px;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}
.home-news .newslink .newstitle .icon {
  display: block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  position: relative;
}
.home-news .newslink .newstitle .icon::before, .home-news .newslink .newstitle .icon::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(images_new/cmn/arrow_circle02.svg) center center no-repeat;
  background-size: contain;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
  transition: -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.1s, -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
  position: absolute;
  top: 0;
  left: 0;
}
.home-news .newslink .newstitle .icon::before {
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
  opacity: 0;
}
.home-news .newslink .newstitle .icon::after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media (max-width: 768px) {
  .home-news {
    padding: 230px 15px 0;
  }
  .home-news .title {
    font-size: 28px;
    letter-spacing: 1px;
  }
  .home-news .titleen {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    letter-spacing: 0;
    margin-top: -5px;
  }
  .home-news .ul {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home-news .newslink {
    -ms-grid-columns: 145px 1fr;
    grid-template-columns: 145px 1fr;
    row-gap: 10px;
  }
  .home-news .newslink .date {
    -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;
    font-size: 12px;
    letter-spacing: 2.5px;
  }
  .home-news .newslink .term {
    -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-news .newslink .newstitle {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    padding-left: 0;
    font-size: 14px;
    letter-spacing: 1px;
  }
  .home-news .newslink .newstitle .icon {
    min-width: 16px;
    margin: 5px 0 auto 0;
  }
}

.home-blog {
  padding: 140px 15px 50px;
  background-color: #F9F9F8;
}
.home-blog .inner {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}
.home-blog .title {
  font-size: 33px;
  font-weight: 500;
  letter-spacing: 4px;
}
.home-blog .titleen {
  font-family: "din-2014";
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1.5px;
  color: #BDBDBD;
}
.home-blog .texts {
  font-size: 16px;
  margin-top: 75px;
}
.home-blog .ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 30px;
}
.home-blog .ul .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 13px;
}
.home-blog .ul .link .imgarea img {
  width: 100%;
  height: 100%;
  aspect-ratio: 76/53;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.home-blog .ul .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: 10px;
}
.home-blog .ul .link .detail {
  min-height: 30px;
  overflow: hidden;
  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;
  gap: 15px;
}
.home-blog .ul .link .detail .date {
  font-family: "din-2014";
  font-size: 14px;
  color: #BDBDBD;
  letter-spacing: 3px;
}
.home-blog .ul .link .detail .taglist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.home-blog .ul .link .detail .taglist .tag {
  font-size: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px 10px;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 4px;
  background-color: #fff;
}
.home-blog .ul .link .blogtitle {
  font-size: 16px;
  letter-spacing: 1.5px;
  padding-left: 20px;
  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;
  position: relative;
}
.home-blog .ul .link .blogtitle .iconarea {
  position: absolute;
  top: 7px;
  left: 0;
}
.home-blog .ul .link .blogtitle .icon {
  display: block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  position: relative;
}
.home-blog .ul .link .blogtitle .icon::before, .home-blog .ul .link .blogtitle .icon::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(images_new/cmn/arrow_circle02.svg) center center no-repeat;
  background-size: contain;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
  transition: -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.1s, -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
  position: absolute;
  top: 0;
  left: 0;
}
.home-blog .ul .link .blogtitle .icon::before {
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
  opacity: 0;
}
.home-blog .ul .link .blogtitle .icon::after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.home-blog .link-btn01 {
  margin: 60px auto 0;
}
@media (max-width: 768px) {
  .home-blog {
    padding: 75px 15px 50px;
  }
  .home-blog .title {
    font-size: 28px;
    letter-spacing: 1px;
  }
  .home-blog .titleen {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    letter-spacing: 0;
    margin-top: -5px;
  }
  .home-blog .texts {
    font-size: 14px;
    margin-top: 25px;
    line-height: 1.7;
  }
  .home-blog .ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .home-blog .ul .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .home-blog .ul .link .textarea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 5px;
  }
  .home-blog .ul .link .textarea .iconarea {
    display: none;
  }
  .home-blog .ul .link .blogtitle {
    font-size: 14px;
    letter-spacing: 1px;
    padding-left: 0;
    margin-top: -5px;
  }
  .home-blog .ul .link .detail {
    height: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
    gap: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: initial;
  }
  .home-blog .ul .link .detail .date {
    font-size: 12px;
    letter-spacing: 2.5px;
  }
  .home-blog .ul .link .detail .taglist {
    min-height: 24px;
    padding: 0 5px;
    margin-left: -5px;
  }
  .home-blog .ul .imgarea {
    max-width: 125px;
    max-height: 87px;
  }
  .home-blog .ul .imgarea img {
    min-width: 125px;
    aspect-ratio: 125/87;
  }
  .home-blog .link-btn01 {
    display: none;
  }
}

.home-staffblog {
  padding: 90px 15px 130px;
  background-color: #F9F9F8;
}
.home-staffblog .inner {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}
.home-staffblog .title {
  font-size: 33px;
  font-weight: 500;
  letter-spacing: 4px;
}
.home-staffblog .titleen {
  font-family: "din-2014";
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 2px;
  color: #BDBDBD;
}
.home-staffblog .texts {
  font-size: 16px;
  letter-spacing: 1.15px;
  margin-top: 75px;
}
.home-staffblog .ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 20px;
}
.home-staffblog .ul .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.home-staffblog .ul .link .imgarea img {
  width: 100%;
  height: 100%;
  aspect-ratio: 76/53;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.home-staffblog .ul .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: 10px;
}
.home-staffblog .ul .link .detail {
  height: 30px;
  overflow: hidden;
  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;
  gap: 15px;
}
.home-staffblog .ul .link .detail .date {
  font-family: "din-2014";
  font-size: 14px;
  color: #BDBDBD;
  letter-spacing: 3px;
}
.home-staffblog .ul .link .detail .taglist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.home-staffblog .ul .link .detail .taglist .tag {
  font-size: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px 10px;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 4px;
}
.home-staffblog .ul .link .blogtitle {
  font-size: 16px;
  letter-spacing: 1.5px;
  padding-left: 20px;
  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;
  position: relative;
}
.home-staffblog .ul .link .blogtitle .iconarea {
  position: absolute;
  top: 7px;
  left: 0;
}
.home-staffblog .ul .link .blogtitle .icon {
  display: block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  position: relative;
}
.home-staffblog .ul .link .blogtitle .icon::before, .home-staffblog .ul .link .blogtitle .icon::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(images_new/cmn/arrow_circle02.svg) center center no-repeat;
  background-size: contain;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
  transition: -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.1s, -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
  position: absolute;
  top: 0;
  left: 0;
}
.home-staffblog .ul .link .blogtitle .icon::before {
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
  opacity: 0;
}
.home-staffblog .ul .link .blogtitle .icon::after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.home-staffblog .link-btn01 {
  margin: 55px auto 0;
}
@media (max-width: 768px) {
  .home-staffblog {
    padding: 32px 15px 105px;
  }
  .home-staffblog .title {
    font-size: 28px;
    letter-spacing: 0px;
  }
  .home-staffblog .titleen {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    letter-spacing: 0.5px;
    margin-top: -5px;
  }
  .home-staffblog .texts {
    font-size: 14px;
    margin-top: 25px;
    line-height: 1.7;
    letter-spacing: 1px;
  }
  .home-staffblog .ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 30px;
  }
  .home-staffblog .ul .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .home-staffblog .ul .link .textarea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 5px;
  }
  .home-staffblog .ul .link .textarea .iconarea {
    display: none;
  }
  .home-staffblog .ul .link .blogtitle {
    font-size: 14px;
    letter-spacing: 1px;
    padding-left: 0;
    margin-top: -5px;
  }
  .home-staffblog .ul .link .detail {
    height: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
    gap: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home-staffblog .ul .link .detail .date {
    font-size: 12px;
    letter-spacing: 2.5px;
  }
  .home-staffblog .ul .link .detail .taglist {
    height: 24px;
    padding: 0 5px;
    margin-left: -2px;
  }
  .home-staffblog .ul .imgarea {
    max-width: 125px;
    max-height: 87px;
  }
  .home-staffblog .ul .imgarea img {
    aspect-ratio: 125/87;
    min-width: 125px;
  }
  .home-staffblog .link-btn01 {
    display: none;
  }
}

.companyprofile-head {
  padding: 0 15px 150px;
}
.companyprofile-head .inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 595px 20px 1fr;
  grid-template-columns: 595px 1fr;
  gap: 20px;
  max-width: 1316px;
  width: 100%;
  margin: auto;
}
.companyprofile-head .title {
  font-size: 76px;
  font-weight: bold;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 11px;
  white-space: nowrap;
  padding-top: 10px;
}
.companyprofile-head .texts {
  font-size: 16px;
  max-width: 610px;
  width: 100%;
  margin: auto;
  line-height: 2.6;
}
@media (max-width: 955px) {
  .companyprofile-head .inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .companyprofile-head .title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .companyprofile-head .texts {
    max-width: 100%;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .companyprofile-head {
    padding: 0 15px 85px;
  }
  .companyprofile-head .title {
    font-size: 46px;
    padding-left: 42px;
    padding-top: 40px;
    letter-spacing: 5px;
  }
  .companyprofile-head .texts {
    font-size: 14px;
    line-height: 1.71;
    margin-top: 28px;
  }
}

.message-head {
  padding: 0 15px;
}
.message-head .inner {
  max-width: 1320px;
  width: 100%;
  margin: auto;
}
.message-head .title {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.55;
  text-align: center;
  letter-spacing: 4px;
  margin-left: -30px;
}
.message-head .title .underline {
  position: relative;
}
.message-head .title .underline::after {
  content: "";
  display: block;
  width: 88%;
  height: 2px;
  background: linear-gradient(315deg, #F5CB2E 14.47%, #FF6201 85.53%);
  position: absolute;
  bottom: 0;
  left: 45%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.message-head .title .underline.-first::after {
  width: 70%;
  left: 49%;
}
.message-head .title .underline.-second {
  margin-left: 25px;
}
.message-head .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-top: 125px;
}
.message-head .content .textarea {
  max-width: 725px;
  width: 100%;
}
.message-head .content .textarea .texts {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.8px;
}
.message-head .content .imgarea {
  max-width: 540px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 10px;
}
.message-head .content .imgarea .img {
  width: 100%;
  max-height: 396px;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.message-head .content .imgarea .position,
.message-head .content .imgarea .name {
  text-align: center;
}
.message-head .content .imgarea .position {
  font-size: 16px;
  letter-spacing: 1px;
  margin-top: 30px;
}
.message-head .content .imgarea .name {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1.5px;
  margin-top: 8px;
}
@media (max-width: 768px) {
  .message-head {
    padding: 75px 15px 30px;
  }
  .message-head .title {
    font-size: 22px;
    line-height: 1.5;
    margin: auto;
  }
  .message-head .title .underline.-second {
    margin-left: 5px;
  }
  .message-head .title .underline::after {
    display: none;
  }
  .message-head .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 30px;
    row-gap: 30px;
  }
  .message-head .content .imgarea {
    max-width: 100%;
  }
  .message-head .content .imgarea .img {
    max-height: 305px;
  }
  .message-head .content .imgarea .position {
    font-size: 14px;
    margin-top: 20px;
  }
  .message-head .content .imgarea .name {
    margin-top: 2px;
  }
  .message-head .content .textarea .texts {
    font-size: 14px;
    line-height: 1.8;
  }
}

.president-detail {
  padding: 0 15px;
  margin-top: 125px;
}
.president-detail .inner {
  max-width: 1320px;
  width: 100%;
  margin: auto;
  padding: 50px 50px 45px;
  background-color: #F9F9F8;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  border-radius: 10px;
}
.president-detail .detailinfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.president-detail .detailinfo:first-of-type {
  padding-right: 50px;
  row-gap: 3px;
}
.president-detail .detailinfo:first-of-type .ttl {
  margin-bottom: 12px;
}
.president-detail .detailinfo:first-of-type::after {
  content: "";
  display: block;
  width: 1px;
  height: 78%;
  position: absolute;
  right: -15px;
  top: 10px;
  background-color: #E6E6E6;
}
.president-detail .detailinfo:last-of-type {
  padding-left: 40px;
}
.president-detail .detailinfo .ttl {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 13px;
}
.president-detail .detailinfo .ttl.-mttop {
  margin-top: 30px;
}
.president-detail .detailinfo .dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 65px 1fr;
  grid-template-columns: 65px 1fr;
  font-size: 14px;
}
.president-detail .detailinfo .ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 14px;
}
.president-detail .detailinfo .ul .list {
  padding-left: 15px;
  position: relative;
}
.president-detail .detailinfo .ul .list::before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 10px;
  background-color: #BDBDBD;
  border-radius: 99px;
}
@media (max-width: 768px) {
  .president-detail {
    padding: 0;
    margin-top: 30px;
  }
  .president-detail .inner {
    padding: 20px 15px 35px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .president-detail .detailinfo .ttl {
    margin-bottom: 0px;
  }
  .president-detail .detailinfo .ttl.-mttop {
    margin-top: 20px;
  }
  .president-detail .detailinfo:first-of-type {
    padding-right: 0;
    margin-bottom: 0px;
    row-gap: 2px;
  }
  .president-detail .detailinfo:first-of-type .ttl {
    margin-bottom: -3px;
  }
  .president-detail .detailinfo:first-of-type::after {
    display: none;
  }
  .president-detail .detailinfo:last-of-type {
    padding-left: 0;
  }
  .president-detail .detailinfo .dl {
    font-size: 12px;
    -ms-grid-columns: 55px 1fr;
    grid-template-columns: 55px 1fr;
  }
  .president-detail .detailinfo .dl .dd {
    line-height: 1.5;
  }
  .president-detail .detailinfo .ul {
    font-size: 12px;
  }
}

.president-books {
  padding: 0 15px 285px;
  margin-top: 175px;
}
.president-books .inner {
  max-width: 1320px;
  width: 100%;
  margin: auto;
}
.president-books .title {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 3px;
}
.president-books .booklist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
  margin-top: 35px;
}
.president-books .list {
  background-color: #F9F9F8;
  border-radius: 10px;
  padding: 15px 35px 15px 10px;
  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: 20px;
}
.president-books .list .infoarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.president-books .list .infoarea .titlearea {
  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;
  text-align: center;
  width: 100%;
}
.president-books .list .infoarea .titlearea .booksttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-left: 15px;
  min-width: 280px;
}
.president-books .list .infoarea .titlearea .booksttl .sub {
  font-size: 16px;
  font-weight: lighter;
  letter-spacing: 1px;
  margin-left: 0px;
  margin-bottom: 5px;
}
.president-books .list .infoarea .titlearea .link-btn01 {
  margin: 20px auto 0;
}
.president-books .list .textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -10px;
}
.president-books .list .textarea .subtitle {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  margin-left: -5px;
}
.president-books .list .textarea .texts {
  margin-top: 20px;
  line-height: 2;
}
.president-books .list .imgarea {
  max-width: 169px;
  width: 100%;
  height: 100%;
}
.president-books .list .imgarea .img {
  width: 100%;
  height: 100%;
  aspect-ratio: 13/18;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 820px) {
  .president-books .list .infoarea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 768px) {
  .president-books {
    padding: 0 15px 105px;
    margin-top: 85px;
  }
  .president-books .title {
    font-size: 22px;
  }
  .president-books .list {
    padding: 10px 10px 30px;
  }
  .president-books .list .infoarea {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100px 0px 1fr;
    grid-template-columns: 100px 1fr;
    width: 100%;
    gap: 0px;
  }
  .president-books .list .infoarea .titlearea {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
  }
  .president-books .list .infoarea .titlearea .booksttl {
    font-size: 16px;
    min-width: initial;
    line-height: 1.6;
  }
  .president-books .list .infoarea .titlearea .booksttl .sub {
    font-size: 12px;
    margin-top: 10px;
  }
  .president-books .list .infoarea .titlearea .link-btn01 {
    margin: 10px auto 10px;
    padding: 0 10px 0 20px;
    max-width: 180px;
    font-size: 12px;
  }
  .president-books .list .imgarea {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
  .president-books .list .imgarea .img {
    aspect-ratio: initial;
  }
  .president-books .list .textarea {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    margin-top: 18px;
  }
  .president-books .list .textarea .subtitle {
    font-size: 14px;
    margin-left: 0;
  }
  .president-books .list .textarea .texts {
    margin-top: 12px;
    line-height: 1.8;
    font-size: 13px;
    padding: 0 10px;
  }
  .president-books .booklist {
    margin-top: 50px;
    row-gap: 15px;
  }
}

.philosophy-block01 {
  padding: 0 15px;
}
.philosophy-block01 .inner {
  max-width: 1320px;
  width: 100%;
  margin: auto;
}
.philosophy-block01 .titlearea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
}
.philosophy-block01 .title {
  position: relative;
  background: linear-gradient(315deg, #F5CB2E 14.47%, #FF6201 85.53%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "din-2014";
  font-size: 109px;
  font-weight: 300;
  letter-spacing: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  margin-left: -10px;
}
.philosophy-block01 .border {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  width: 73%;
  height: 1px;
  background: linear-gradient(315deg, #F5CB2E 14.47%, #FF6201 85.53%);
}
.philosophy-block01 .textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  padding: 0 55px;
  margin-top: 70px;
}
.philosophy-block01 .textarea.-adjust {
  padding: 0;
}
.philosophy-block01 .textarea .ttl {
  font-size: 58px;
  font-weight: 500;
  min-width: 505px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto auto auto 0px;
  letter-spacing: 18px;
  line-height: 1.4;
}
.philosophy-block01 .textarea .ttl.-adjust {
  margin: auto auto auto 20px;
}
.philosophy-block01 .textarea .texts {
  max-width: 528px;
  width: 100%;
  font-size: 16px;
  line-height: 2.5;
  letter-spacing: 1.6px;
}
.philosophy-block01 .textarea .texts.-adjust {
  max-width: 575px;
  line-height: 2.4;
  letter-spacing: 1px;
}
.philosophy-block01 .imgarea {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  margin-top: 105px;
}
.philosophy-block01 .imgarea .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 980px) {
  .philosophy-block01 .textarea {
    padding: 0;
  }
  .philosophy-block01 .textarea .ttl {
    min-width: 400px;
    letter-spacing: 8px;
  }
}
@media (max-width: 768px) {
  .philosophy-block01 {
    padding: 0;
    margin-top: 55px;
  }
  .philosophy-block01 .titlearea {
    padding: 0 15px;
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
  }
  .philosophy-block01 .title {
    font-size: 45px;
    letter-spacing: 2px;
    margin-left: 0;
  }
  .philosophy-block01 .border {
    width: 100%;
  }
  .philosophy-block01 .textarea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
  }
  .philosophy-block01 .textarea .ttl {
    min-width: initial;
    font-size: 28px;
    line-height: 1.35;
    text-align: center;
    margin: auto;
    padding: 0 15px;
  }
  .philosophy-block01 .textarea .texts {
    max-width: 100%;
    width: 100%;
    font-size: 14px;
    line-height: 1.78;
    letter-spacing: 0.8px;
    padding: 0 15px;
    margin-top: 35px;
  }
  .philosophy-block01 .textarea .texts.-adjust {
    line-height: 1.8;
  }
  .philosophy-block01 .imgarea {
    margin-top: 45px;
  }
}

.philosophy-block02 {
  padding: 0 15px 215px;
}
.philosophy-block02 .inner {
  max-width: 1320px;
  width: 100%;
  margin: auto;
}
.philosophy-block02 .titlearea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.philosophy-block02 .title {
  position: relative;
  background: linear-gradient(315deg, #F5CB2E 14.47%, #FF6201 85.53%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "din-2014";
  font-size: 109px;
  font-weight: 300;
  letter-spacing: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
.philosophy-block02 .border {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  width: 72%;
  height: 1px;
  background: linear-gradient(315deg, #F5CB2E 14.47%, #FF6201 85.53%);
}
.philosophy-block02 .border.-num {
  width: 100%;
  background: #E6E6E6;
}
.philosophy-block02 .valuearea {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr 60px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px 60px;
  margin-top: 20px;
}
.philosophy-block02 .valuearea .list {
  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: 400px;
}
.philosophy-block02 .valuearea .list .numarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.philosophy-block02 .valuearea .list .numarea .num {
  font-family: "din-2014";
  font-size: 26px;
  background: linear-gradient(315deg, #F5CB2E 14.47%, #FF6201 85.53%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
}
.philosophy-block02 .valuearea .list .ttl {
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
  margin-top: 20px;
}
.philosophy-block02 .valuearea .list .texts {
  font-size: 16px;
  letter-spacing: 1.4px;
  margin-top: 35px;
}
.philosophy-block02 .valuearea .list:last-of-type {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
}
@media (max-width: 980px) {
  .philosophy-block02 .valuearea {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .philosophy-block02 .valuearea .list {
    max-width: 100%;
  }
  .philosophy-block02 .valuearea .list:last-of-type {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
}
@media (max-width: 768px) {
  .philosophy-block02 {
    margin-top: 95px !important;
    padding: 0 15px 115px;
  }
  .philosophy-block02 .titlearea {
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
  }
  .philosophy-block02 .title {
    font-size: 45px;
    letter-spacing: 2px;
    margin-left: 0;
  }
  .philosophy-block02 .border {
    width: 100%;
  }
  .philosophy-block02 .border.-num {
    width: 100%;
  }
  .philosophy-block02 .valuearea {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 45px;
    margin-top: 15px;
  }
  .philosophy-block02 .valuearea .list .ttl {
    font-size: 18px;
    margin-top: 0px;
  }
  .philosophy-block02 .valuearea .list .texts {
    font-size: 14px;
    letter-spacing: 1.2px;
    line-height: 1.87;
    margin-top: 15px;
  }
}

.company-column {
  padding: 0 15px 120px;
  margin-top: 30px;
}
.company-column.-second, .company-column.-third {
  margin-top: 80px !important;
}
.company-column .inner {
  max-width: 1320px;
  width: 100%;
  margin: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 270px 20px 1fr;
  grid-template-columns: 270px 1fr;
  gap: 20px;
}
.company-column .title {
  font-size: 28px;
  font-weight: bold;
  padding-left: 20px;
  margin-top: -15px;
  letter-spacing: 3px;
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.company-column .title::before {
  content: "";
  width: 5px;
  height: 27px;
  background: linear-gradient(315deg, #F5CB2E 14.47%, #FF6201 85.53%);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.company-column .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.company-column .content .dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 190px 1fr;
  grid-template-columns: 190px 1fr;
  font-size: 16px;
  padding: 23px 0 26px;
}
.company-column .content .dl .dt {
  padding-right: 20px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.company-column .content .dl .dd {
  padding-right: 20px;
  line-height: 1.9;
}
.company-column .content .dl .dd .maplink {
  display: block;
  margin-top: 3px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  padding-left: 25px;
  position: relative;
}
.company-column .content .dl .dd .maplink::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(images_new/cmn/arrow_circle02.svg) left center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.company-column .content .border {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #E6E6E6;
}
.company-column .content .border::before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background: linear-gradient(315deg, #F5CB2E 14.47%, #FF6201 85.53%);
  position: absolute;
  left: 0;
}
@media (max-width: 768px) {
  .company-column {
    margin-top: 75px;
    padding: 0 15px 25px;
  }
  .company-column.-third {
    padding-bottom: 100px !important;
  }
  .company-column .title {
    font-size: 24px;
    padding-left: 15px;
    margin-top: 0;
  }
  .company-column .inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .company-column .content .dl {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    font-size: 14px;
    padding: 18px 0 19px;
  }
  .company-column .content .dl .dd {
    line-height: 2;
  }
  .company-column .content .dl .dd .maplink {
    margin-top: 5px;
    margin-bottom: 12px;
    font-size: 14px;
    padding-left: 20px;
  }
}

.staff-head {
  padding: 0 15px;
  margin-top: 12px;
}
.staff-head .inner {
  max-width: 1316px;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.staff-head .title {
  font-size: 37px;
  font-weight: 500;
  letter-spacing: 3.5px;
  max-width: 650px;
  padding-top: 30px;
}
.staff-head .title .adjust {
  margin-left: 25px;
}
.staff-head .texts {
  font-size: 16px;
  line-height: 2.49;
  max-width: 587px;
  width: 100%;
}
@media (max-width: 768px) {
  .staff-head {
    margin-top: 10px;
  }
  .staff-head .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .staff-head .title {
    font-size: 20px;
    text-align: center;
    letter-spacing: 2px;
    padding-top: 50px;
    line-height: 1.9;
  }
  .staff-head .texts {
    font-size: 14px;
    letter-spacing: 1.1px;
    line-height: 1.7;
    max-width: 100%;
    margin-top: 8px;
  }
}

.staff-list {
  padding: 0 15px;
  margin-top: 85px;
}
.staff-list .inner {
  max-width: 1320px;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.staff-list .ul {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(256px, 1fr));
  gap: 10px;
  width: 100%;
  height: 100%;
}
.staff-list .ul a {
  position: relative;
  display: block;
  width: 100%;
  max-height: 366px;
  height: 100%;
  cursor: pointer;
}
.staff-list .ul a::after {
  content: "";
  width: 100%;
  height: 95px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(23.08%, rgba(0, 0, 0, 0.7)), color-stop(74.04%, rgba(0, 0, 0, 0.3)), to(rgba(102, 102, 102, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 23.08%, rgba(0, 0, 0, 0.3) 74.04%, rgba(102, 102, 102, 0) 100%);
  border-radius: 0 0 10px 10px;
}
.staff-list .ul img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.staff-list .ul .namearea {
  font-size: 13px;
  color: #fff;
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  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;
  text-align: center;
  width: 100%;
}
.staff-list .ul .namearea .name {
  font-size: 16px;
}
@media (max-width: 768px) {
  .staff-list {
    margin-top: 55px;
  }
  .staff-list .ul {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .staff-list .ul .namearea {
    font-size: 12px;
  }
}

.modal-open {
  cursor: pointer;
}

.modal-box {
  position: fixed;
  z-index: 7777;
  display: none;
  width: 922px;
  margin: 0;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
}

.modal-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 463px;
}

.modal-inner .img {
  width: 36%;
}

.modal-inner .img figure {
  position: relative;
  height: 100%;
}

.modal-inner .img figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.modal-inner .detail {
  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: 64%;
  padding: 30px 45px 62px;
}

.modal-inner .detail .post {
  font-size: 15px;
  text-align: center;
}

.modal-inner .detail .name {
  margin-top: 12px;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.15em;
}

.modal-inner .detail .message {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 10px;
}

.modal-inner .detail .qualification {
  margin-top: 50px;
}

.modal-inner .detail .qualification dt,
.modal-inner .detail .qualification dd {
  font-size: 1.2rem;
}

.modal-inner .detail .qualification dd {
  margin-top: 0.5em;
}

.modal-inner .namearea {
  display: none;
}

.modal-link {
  position: absolute;
  top: 50%;
  width: 42px;
  height: 42px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.modal-link a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 99px;
  cursor: pointer;
}

.modal-link a::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 2px solid;
  border-right: 2px solid;
  border-image-source: linear-gradient(315deg, #F5CB2E 14.47%, #FF6201 85.53%);
  border-image-slice: 1;
}

.modal-link-prev {
  left: -60px;
}

.modal-link-prev a::before {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}

.modal-link-next {
  right: -60px;
}

.modal-link-next a::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.modal-close {
  position: absolute;
  top: -62px;
  right: -60px;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 99px;
  cursor: pointer;
}

.modal-close::before,
.modal-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 12px;
  background: linear-gradient(315deg, #F5CB2E 14.47%, #FF6201 85.53%);
}

.modal-close::before {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}

.modal-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6666;
  display: none;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.6);
}

@media (max-width: 1060px) {
  .modal-box {
    width: 632px;
  }
  .modal-inner .img {
    width: 40%;
  }
  .modal-inner .detail {
    width: 60%;
    padding: 20px 20px 40px;
  }
}
@media (max-width: 768px) {
  .modal-box {
    width: calc(100% - 30px);
  }
  .modal-inner {
    height: auto;
    padding: 15px 20px;
    min-height: 405px;
    max-height: calc(100vh - 240px);
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .modal-inner .img {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 32px;
  }
  .modal-inner .img figure {
    height: 100%;
    padding-top: 0;
    overflow: hidden;
    max-width: 128px;
  }
  .modal-inner .img figure img {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .modal-inner .namearea {
    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;
    width: 100%;
    margin-top: 11px;
    letter-spacing: 1px;
  }
  .modal-inner .namearea .post {
    font-size: 14px;
    text-align: center;
  }
  .modal-inner .namearea .name {
    font-size: 20px;
    margin-top: -5px;
  }
  .modal-inner .detail {
    width: 100%;
    padding: 0;
    margin-top: 0px;
  }
  .modal-inner .detail .message {
    font-size: 14px;
    margin-top: 10px;
  }
  .modal-inner .detail .qualification {
    margin-top: 40px;
  }
  .modal-close {
    top: -50px;
    right: 0;
  }
  .modal-link {
    top: auto;
    bottom: -80px;
    -webkit-transform: none;
            transform: none;
  }
  .modal-link-prev {
    left: 50%;
    -webkit-transform: translateX(-140%);
            transform: translateX(-140%);
  }
  .modal-link-next {
    right: 50%;
    -webkit-transform: translateX(135%);
            transform: translateX(135%);
  }
}
.staff-recruit {
  margin: 80px auto 210px;
}
.staff-recruit .link {
  max-width: 709px;
  width: 100%;
  height: 200px;
  margin: auto;
  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: 20px;
  background-color: #F9F9F8;
  border-radius: 10px;
  padding: 10px 20px 10px 10px;
}
.staff-recruit .link .imgarea {
  max-width: 229px;
  width: 100%;
}
.staff-recruit .link .imgarea .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.staff-recruit .link .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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.staff-recruit .link .textarea .title {
  font-family: "din-2014";
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 3.2px;
  color: #BDBDBD;
}
.staff-recruit .link .textarea .texts {
  font-size: 19px;
  margin-top: -12px;
  letter-spacing: 2px;
}
.staff-recruit .link .textarea .kotira {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.8px;
  padding-left: 25px;
  position: relative;
  margin-top: 15px;
}
.staff-recruit .link .textarea .kotira::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(images_new/cmn/arrow_circle02.svg) left center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.blog-list {
  padding: 0 15px;
}
.blog-list .inner {
  max-width: 1320px;
  width: 100%;
  margin: auto;
}
.blog-list .bloglist {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 55px 30px;
}
.blog-list .bloglist .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;
  gap: 13px;
}
.blog-list .bloglist .imgarea .img {
  width: 100%;
  height: 100%;
  aspect-ratio: 105/73;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.blog-list .bloglist .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: 7px;
}
.blog-list .bloglist .textarea .blogtitle {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-size: 16px;
  letter-spacing: 1.5px;
  padding-left: 25px;
  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;
  position: relative;
}
.blog-list .bloglist .textarea .blogtitle .iconarea {
  position: absolute;
  top: 7px;
  left: 0;
}
.blog-list .bloglist .textarea .blogtitle .icon {
  display: block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  position: relative;
}
.blog-list .bloglist .textarea .blogtitle .icon::before, .blog-list .bloglist .textarea .blogtitle .icon::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(images_new/cmn/arrow_circle02.svg) center center no-repeat;
  background-size: contain;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
  transition: -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.1s, -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
  position: absolute;
  top: 0;
  left: 0;
}
.blog-list .bloglist .textarea .blogtitle .icon::before {
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
  opacity: 0;
}
.blog-list .bloglist .textarea .blogtitle .icon::after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.blog-list .bloglist .textarea .taglist {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  height: 38px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 25px 20px;
  padding-left: 10px;
  margin-left: -10px;
}
.blog-list .bloglist .textarea .taglist .tag {
  font-size: 12px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px 10px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 4px;
}
.blog-list .bloglist .textarea .date {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  font-family: "din-2014";
  font-size: 14px;
  color: #BDBDBD;
  letter-spacing: 3px;
}
@media (max-width: 768px) {
  .blog-list {
    margin-top: 55px;
  }
  .blog-list .bloglist {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 35px;
    gap: 40px 30px;
  }
  .blog-list .bloglist .texts {
    font-size: 14px;
    line-height: 1.7;
  }
  .blog-list .bloglist .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .blog-list .bloglist .link .textarea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 5px;
  }
  .blog-list .bloglist .link .textarea .date {
    font-size: 12px;
    letter-spacing: 2px;
  }
  .blog-list .bloglist .link .textarea .taglist {
    height: 30px;
    padding-top: 1px;
  }
  .blog-list .bloglist .link .textarea .taglist .tag {
    height: 19px;
  }
  .blog-list .bloglist .link .textarea .iconarea {
    display: none;
  }
  .blog-list .bloglist .link .blogtitle {
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 1.6;
    padding-left: 0;
    margin-top: 0px;
  }
  .blog-list .bloglist .link .detail {
    height: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
    gap: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blog-list .bloglist .link .detail .date {
    font-size: 12px;
    letter-spacing: 2.5px;
  }
  .blog-list .bloglist .imgarea {
    max-width: 125px;
    max-height: 87px;
  }
  .blog-list .bloglist .imgarea img {
    min-width: 125px;
    aspect-ratio: 125/87;
  }
}

.category-area {
  margin-top: 130px;
}
.category-area.-single {
  margin-top: 125px;
}
.category-area .inner {
  max-width: 1320px;
  width: 100%;
  margin: auto;
}
.category-area .categoryttl {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 3px;
  text-align: center;
  padding-bottom: 35px;
  border-bottom: 1px solid #E6E6E6;
}
.category-area .catelist {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 27px 30px;
  margin-top: 45px;
}
.category-area .catelist .list {
  padding-left: 25px;
}
.category-area .catelist .link {
  font-size: 16px;
  letter-spacing: 1.7px;
  position: relative;
}
.category-area .catelist .link::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(images_new/cmn/arrow_circle02.svg) left center no-repeat;
  background-size: contain;
  position: absolute;
  left: -25px;
  top: 5px;
}
@media (max-width: 768px) {
  .category-area {
    margin-top: 85px;
  }
  .category-area .categoryttl {
    font-size: 22px;
    letter-spacing: 2px;
    padding-bottom: 25px;
  }
  .category-area .catelist {
    margin-top: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 17px;
  }
  .category-area .catelist .link {
    font-size: 14px;
  }
}

.single-blog {
  padding: 0 15px;
  margin-top: 190px !important;
}
.single-blog .cont-wrap {
  max-width: 1000px !important;
  width: 100% !important;
}
.single-blog .headarea {
  margin-bottom: 50px;
}
.single-blog .headarea .blogttl {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 1.3px;
  padding-bottom: 25px;
  margin-bottom: 22px;
  border-bottom: 1px solid #E6E6E6;
}
.single-blog .headarea .detailarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.single-blog .headarea .detailarea .date {
  font-family: "din-2014";
  font-size: 16px;
  color: #BDBDBD;
  letter-spacing: 3px;
}
.single-blog .headarea .detailarea .taglist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.single-blog .headarea .detailarea .taglist .tag {
  font-size: 12px;
  min-width: 91px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px 10px;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 4px;
}
@media (max-width: 768px) {
  .single-blog {
    margin-top: 85px !important;
  }
  .single-blog .headarea {
    margin-bottom: 45px;
  }
  .single-blog .headarea .blogttl {
    letter-spacing: 1px;
    padding-bottom: 20px;
    margin-bottom: 27px;
  }
  .single-blog .detailarea .taglist {
    margin-top: 2px;
  }
  .single-blog .detailarea .date {
    font-size: 14px;
  }
}

.others-blog {
  padding: 0 15px;
  margin-top: 130px;
}
.others-blog .inner {
  max-width: 1320px;
  width: 100%;
  margin: auto;
}
.others-blog .othersttl {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 3px;
  padding-bottom: 35px;
  border-bottom: 1px solid #E6E6E6;
}
.others-blog .otherslist {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 50px;
}
.others-blog .otherslist .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;
  row-gap: 10px;
}
.others-blog .otherslist .imgarea img {
  width: 100%;
  height: 100%;
  aspect-ratio: 76/53;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.others-blog .otherslist .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: 7px;
}
.others-blog .otherslist .blogttl {
  font-size: 16px;
  letter-spacing: 1.5px;
  padding-left: 25px;
  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;
  position: relative;
}
.others-blog .otherslist .blogttl .iconarea {
  position: absolute;
  top: 7px;
  left: 0;
}
.others-blog .otherslist .blogttl .icon {
  display: block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  position: relative;
}
.others-blog .otherslist .blogttl .icon::before, .others-blog .otherslist .blogttl .icon::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(images_new/cmn/arrow_circle02.svg) center center no-repeat;
  background-size: contain;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
  transition: -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.1s, -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
  position: absolute;
  top: 0;
  left: 0;
}
.others-blog .otherslist .blogttl .icon::before {
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
  opacity: 0;
}
.others-blog .otherslist .blogttl .icon::after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.others-blog .otherslist .date {
  font-family: "din-2014";
  font-size: 14px;
  color: #BDBDBD;
  letter-spacing: 3px;
}
.others-blog .otherslist .taglist {
  min-height: 38px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  padding-left: 10px;
  margin-left: -10px;
}
.others-blog .otherslist .taglist .tag {
  font-size: 12px;
  min-height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px 10px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 4px;
}
@media (max-width: 768px) {
  .others-blog {
    margin-top: 75px;
    padding: 0;
  }
  .others-blog .othersttl {
    font-size: 22px;
    letter-spacing: 2px;
    padding-bottom: 25px;
  }
  .others-blog .otherslist {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .others-blog .otherslist .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 15px;
  }
  .others-blog .otherslist .link .textarea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 7px;
    margin-top: -7px;
  }
  .others-blog .otherslist .link .textarea .iconarea {
    display: none;
  }
  .others-blog .otherslist .link .blogttl {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 14px;
    letter-spacing: 0.8px;
    padding-left: 0;
    margin-top: -5px;
  }
  .others-blog .otherslist .link .taglist {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    height: 30px;
  }
  .others-blog .otherslist .link .taglist .tag {
    height: 19px;
    font-size: 10px;
    letter-spacing: 1px;
  }
  .others-blog .otherslist .link .date {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    font-size: 12px;
    letter-spacing: 2.5px;
  }
  .others-blog .otherslist .imgarea {
    max-width: 125px;
    max-height: 87px;
  }
  .others-blog .otherslist .imgarea img {
    aspect-ratio: 125/87;
  }
}

.preparedness-head {
  margin-top: -25px;
  overflow: hidden;
}
.preparedness-head .inner {
  position: relative;
}
.preparedness-head .imgarea {
  position: relative;
}
.preparedness-head .imgarea::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.preparedness-head .imgarea .img {
  height: 455px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.preparedness-head .textarea {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 15px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  z-index: 1;
}
.preparedness-head .textarea .headttl {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 3px;
}
.preparedness-head .textarea .headtexts {
  font-size: 20px;
  letter-spacing: 1px;
  margin-top: 20px;
}
@media (max-width: 890px) {
  .preparedness-head {
    margin-top: 0;
  }
  .preparedness-head .imgarea .img {
    height: 245px;
  }
  .preparedness-head .textarea .headttl {
    font-size: 20px;
  }
  .preparedness-head .textarea .headtexts {
    font-size: 14px;
    margin-top: 5px;
  }
}
@media (max-width: 768px) {
  .preparedness-head {
    margin-top: 75px;
  }
  .preparedness-head .textarea {
    top: 53%;
  }
  .preparedness-head .textarea .headttl {
    letter-spacing: 2px;
  }
  .preparedness-head .textarea .headtexts {
    margin-top: 12px;
  }
}

.preparedness-column01 {
  padding: 0 15px;
  margin-top: 175px;
}
.preparedness-column01 .inner {
  max-width: 1320px;
  width: 100%;
  margin: auto;
  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: 20px;
}
.preparedness-column01 .imgarea {
  max-width: 635px;
  width: 100%;
  max-height: 520px;
  height: 100%;
  margin-top: 10px;
}
.preparedness-column01 .imgarea .img {
  width: 100%;
  height: 100%;
  aspect-ratio: 317/260;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.preparedness-column01 .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: 627px;
  width: 100%;
}
.preparedness-column01 .textarea .ttl {
  font-size: 37px;
  font-weight: 200;
  letter-spacing: 4px;
  line-height: 1.6;
}
.preparedness-column01 .textarea .texts {
  margin-top: 45px;
  font-size: 20px;
  line-height: 2;
}
.preparedness-column01 .textarea .texts .color {
  color: #EE850D;
}
@media (max-width: 890px) {
  .preparedness-column01 {
    margin-top: 100px;
  }
  .preparedness-column01 .inner {
    -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;
  }
  .preparedness-column01 .textarea {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .preparedness-column01 {
    margin-top: 45px;
  }
  .preparedness-column01 .textarea .ttl {
    font-size: 24px;
    letter-spacing: 2px;
  }
  .preparedness-column01 .textarea .texts {
    font-size: 16px;
    margin-top: 20px;
  }
}

.preparedness-ecotown {
  padding: 0 15px;
  margin-top: 240px;
}
.preparedness-ecotown .inner {
  max-width: 1320px;
  width: 100%;
  margin: auto;
}
.preparedness-ecotown .imgarea {
  width: 100%;
}
.preparedness-ecotown .imgarea .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.preparedness-ecotown .head {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 4px;
  padding-bottom: 10px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto auto 100px;
}
.preparedness-ecotown .head::after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  width: 99%;
  height: 2px;
  background: linear-gradient(315deg, #F5CB2E 14.47%, #FF6201 85.53%);
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.preparedness-ecotown .head .small {
  font-size: 30px;
}
.preparedness-ecotown .column,
.preparedness-ecotown .column02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.preparedness-ecotown .column .imgarea,
.preparedness-ecotown .column02 .imgarea {
  max-width: 680px;
  max-height: 507px;
  margin-top: 20px;
}
.preparedness-ecotown .column .imgarea .img,
.preparedness-ecotown .column02 .imgarea .img {
  border-radius: 20px;
}
.preparedness-ecotown .column .textarea,
.preparedness-ecotown .column02 .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: 590px;
  width: 100%;
}
.preparedness-ecotown .column .textarea .ttl,
.preparedness-ecotown .column02 .textarea .ttl {
  font-size: 36px;
  font-weight: 200;
  letter-spacing: 3px;
  line-height: 1.65;
}
.preparedness-ecotown .column .textarea .texts,
.preparedness-ecotown .column02 .textarea .texts {
  margin-top: 35px;
  font-size: 16px;
  line-height: 2;
}
.preparedness-ecotown .column .textarea .texts .color,
.preparedness-ecotown .column02 .textarea .texts .color {
  color: #EE850D;
}
.preparedness-ecotown .column02 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 70px;
}
.preparedness-ecotown .column02 .textarea {
  max-width: 630px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -10px;
}
.preparedness-ecotown .column02 .textarea .texts {
  padding-right: 40px;
  margin-top: 22px;
}
.preparedness-ecotown .column02 .imgarea {
  max-width: 635px;
}
.preparedness-ecotown .column02 .imgarea .img {
  border-radius: 10px;
}
.preparedness-ecotown .ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-top: 100px;
}
.preparedness-ecotown .ul .list {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 20px;
}
.preparedness-ecotown .ul .list .imgarea .img {
  max-height: 209px;
  border-radius: 10px;
}
.preparedness-ecotown .ul .list .listttl {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.preparedness-ecotown .ul .list .txt {
  font-size: 16px;
  line-height: 1.95;
  letter-spacing: 1px;
  margin-top: 15px;
}
@media (max-width: 890px) {
  .preparedness-ecotown {
    margin-top: 100px;
  }
  .preparedness-ecotown .column,
  .preparedness-ecotown .column02 {
    -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;
  }
  .preparedness-ecotown .ul {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .preparedness-ecotown .head {
    font-size: 30px;
    padding-bottom: 2px;
    margin: auto auto 60px;
  }
  .preparedness-ecotown .head::after {
    width: 95%;
  }
  .preparedness-ecotown .column,
  .preparedness-ecotown .column02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 25px;
  }
  .preparedness-ecotown .column .textarea .ttl,
  .preparedness-ecotown .column02 .textarea .ttl {
    font-size: 22px;
    text-align: center;
  }
  .preparedness-ecotown .column .textarea .texts,
  .preparedness-ecotown .column02 .textarea .texts {
    font-size: 14px;
    margin-top: 25px;
  }
  .preparedness-ecotown .column .imgarea,
  .preparedness-ecotown .column02 .imgarea {
    margin: 0;
  }
  .preparedness-ecotown .column02 .textarea {
    margin-top: 0;
  }
  .preparedness-ecotown .column02 .textarea .texts {
    padding-right: 0;
  }
  .preparedness-ecotown .ul {
    gap: 22px 15px;
    margin-top: 70px;
  }
  .preparedness-ecotown .ul .list .listttl {
    font-size: 14px;
  }
  .preparedness-ecotown .ul .list .txt {
    font-size: 14px;
    line-height: 1.8;
  }
  .preparedness-ecotown .ul .list .imgarea .img {
    height: 130px;
  }
}

.preparedness-ecotown02 {
  padding: 0 15px;
  margin-top: 170px;
}
.preparedness-ecotown02 .inner {
  max-width: 1320px;
  width: 100%;
  margin: auto;
}
.preparedness-ecotown02 .head {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 4px;
  padding-bottom: 10px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto auto 120px;
}
.preparedness-ecotown02 .head::after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  width: 98%;
  height: 2px;
  background: linear-gradient(315deg, #F5CB2E 14.47%, #FF6201 85.53%);
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.preparedness-ecotown02 .head .small {
  font-size: 30px;
}
.preparedness-ecotown02 .imgarea {
  width: 100%;
  height: 100%;
}
.preparedness-ecotown02 .imgarea .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.preparedness-ecotown02 .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-top: 70px;
}
.preparedness-ecotown02 .column .imgarea {
  max-width: 580px;
  max-height: 483px;
  margin-top: 35px;
  padding-right: 45px;
  margin-right: 15px;
}
.preparedness-ecotown02 .column .imgarea .caption {
  display: block;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-top: 40px;
  margin-right: -15px;
}
.preparedness-ecotown02 .column .imgarea .img {
  border-radius: 20px;
}
.preparedness-ecotown02 .column .imgarea .img.-role {
  border-radius: initial;
}
.preparedness-ecotown02 .column .imgarea .img.-block01 {
  border-radius: 10px 0 0 10px;
}
.preparedness-ecotown02 .column .imgarea .img.-block02 {
  border-radius: 0 10px 10px 0;
}
.preparedness-ecotown02 .column .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: 632px;
  width: 100%;
}
.preparedness-ecotown02 .column .textarea .ttl {
  font-size: 35px;
  font-weight: 200;
  letter-spacing: 3.5px;
}
.preparedness-ecotown02 .column .textarea .texts {
  margin-top: 30px;
  font-size: 16px;
  line-height: 2;
}
.preparedness-ecotown02 .column .textarea .texts .color {
  color: #EE850D;
}
.preparedness-ecotown02 .column .textarea .imgblocks {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  margin-top: 50px;
}
.preparedness-ecotown02 .column02 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  margin-top: 130px;
}
.preparedness-ecotown02 .column02 .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;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  row-gap: 45px;
}
.preparedness-ecotown02 .column02 .block .blocktextarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.preparedness-ecotown02 .column02 .block .blocktextarea .blockttl {
  font-size: 35px;
  font-weight: 200;
  letter-spacing: 3.5px;
  text-align: center;
}
.preparedness-ecotown02 .column02 .block .blocktextarea .blocktexts {
  font-size: 16px;
  letter-spacing: 1.1px;
  margin-top: 25px;
  line-height: 2;
}
.preparedness-ecotown02 .column02 .block .imgarea .img {
  height: 361px;
  border-radius: 20px;
}
@media (max-width: 890px) {
  .preparedness-ecotown02 {
    margin-top: 115px;
  }
  .preparedness-ecotown02 .column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .preparedness-ecotown02 .column .imgarea {
    padding-right: 0;
    margin: auto;
    max-height: 100%;
  }
  .preparedness-ecotown02 .column .imgarea .ttl {
    font-size: 22px;
    letter-spacing: 1px;
    text-align: center;
    line-height: 1.65;
  }
  .preparedness-ecotown02 .column02 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .preparedness-ecotown02 .column02 .block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
  }
  .preparedness-ecotown02 .column02 .block .blocktextarea .blockttl {
    font-size: 22px;
    letter-spacing: 2px;
  }
}
@media (max-width: 768px) {
  .preparedness-ecotown02 .head {
    font-size: 30px;
    line-height: 1.25;
    text-align: center;
    margin: auto auto 50px;
  }
  .preparedness-ecotown02 .head::after {
    width: 95%;
  }
  .preparedness-ecotown02 .head .small {
    font-size: 20px;
  }
  .preparedness-ecotown02 .column {
    margin-top: 25px;
  }
  .preparedness-ecotown02 .column .textarea .texts {
    font-size: 14px;
    margin-top: 10px;
  }
  .preparedness-ecotown02 .column .textarea .imgblocks {
    margin-top: 35px;
  }
  .preparedness-ecotown02 .column .imgarea .img.-role {
    margin-top: 30px;
  }
  .preparedness-ecotown02 .column02 {
    margin-top: 65px;
    gap: 70px;
  }
  .preparedness-ecotown02 .column02 .block .blocktextarea .blocktexts {
    font-size: 14px;
    margin-top: 20px;
  }
  .preparedness-ecotown02 .column02 .block .imgarea .img {
    height: 205px;
  }
}

.preparedness-bottom {
  padding: 0 15px;
  margin-top: 160px;
  margin-bottom: 205px;
}
.preparedness-bottom .inner {
  max-width: 1195px;
  width: 100%;
  margin: auto;
  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: 20px;
}
.preparedness-bottom .head {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 3px;
  padding-bottom: 10px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto auto 120px;
}
.preparedness-bottom .head::after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  width: 99%;
  height: 2px;
  background: linear-gradient(315deg, #F5CB2E 14.47%, #FF6201 85.53%);
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.preparedness-bottom .texts {
  max-width: 574px;
  width: 100%;
  font-size: 18px;
  margin-top: -10px;
  line-height: 2;
}
.preparedness-bottom .imgarea {
  max-width: 570px;
  width: 100%;
}
.preparedness-bottom .imgarea .img {
  width: 100%;
  height: 361px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 890px) {
  .preparedness-bottom .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 768px) {
  .preparedness-bottom {
    margin-top: 100px;
    margin-bottom: 115px;
  }
  .preparedness-bottom .inner {
    gap: 40px;
  }
  .preparedness-bottom .head {
    font-size: 30px;
    margin: auto auto 50px;
    padding-bottom: 2px;
  }
  .preparedness-bottom .texts {
    font-size: 14px;
  }
  .preparedness-bottom .imgarea .img {
    height: 190px;
  }
}

.oomori-area {
  max-width: 1256px;
  width: 100%;
  margin: 170px auto 0;
}
.oomori-area .oomorihead {
  font-size: 36px;
  font-weight: 200;
  letter-spacing: 3px;
  line-height: 1.65;
  text-align: center;
}
.oomori-area .imgarea {
  max-height: 209px;
  height: 100%;
}
.oomori-area .imgarea.-map {
  max-height: initial;
}
.oomori-area .imgarea .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.oomori-area .imgarea .img.-map {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0;
}
.oomori-area .oomoriinner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-top: 80px;
}
.oomori-area .oomoriinner .leftclm {
  max-width: 420px;
  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;
}
.oomori-area .oomoriinner .detailtxt {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 2;
  margin-top: 35px;
}
.oomori-area .oomoriinner .oomoriul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 55px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px 55px;
  max-width: 766px;
  width: 100%;
}
.oomori-area .oomoriinner .oomoriul .list {
  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;
  row-gap: 18px;
}
.oomori-area .oomoriinner .oomoriul .list.-last {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  margin-top: -20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 55px;
}
.oomori-area .oomoriinner .oomoriul .listtexts {
  width: 100%;
}
.oomori-area .oomoriinner .oomoriul .listttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 500;
}
.oomori-area .oomoriinner .oomoriul .listttl .num {
  background-color: #EE850D;
  width: 29px;
  height: 29px;
  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: "din-2014";
  font-size: 16px;
  color: #fff;
  border-radius: 99px;
}
.oomori-area .oomoriinner .oomoriul .txt {
  margin-top: 7px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 1px;
}
.oomori-area .oomoriinner .oomoriul .txt.-last {
  margin-top: 10px;
}
@media (max-width: 920px) {
  .oomori-area .oomorihead {
    font-size: 22px;
    text-align: center;
  }
  .oomori-area .oomoriinner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .oomori-area .oomoriinner .leftclm {
    max-width: 70%;
    width: 100%;
    margin: auto;
  }
  .oomori-area .oomoriinner .oomoriul {
    max-width: 100%;
  }
}
@media (max-width: 890px) {
  .oomori-area {
    margin: 50px auto 0;
  }
  .oomori-area .imgarea {
    max-height: 130px;
  }
  .oomori-area .imgarea.-map {
    max-width: 78%;
    margin: auto;
  }
  .oomori-area .imgarea.-last {
    max-height: 210px;
  }
  .oomori-area .imgarea .img {
    min-height: 130px;
  }
  .oomori-area .oomoriinner {
    margin-top: 30px;
    gap: 50px;
  }
  .oomori-area .oomoriinner .leftclm {
    max-width: 100%;
  }
  .oomori-area .oomoriinner .detailtxt {
    font-size: 14px;
    margin-top: 30px;
  }
  .oomori-area .oomoriinner .oomoriul {
    gap: 25px 15px;
  }
  .oomori-area .oomoriinner .oomoriul .list {
    row-gap: 15px;
  }
  .oomori-area .oomoriinner .oomoriul .list.-last {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 15px;
    margin-top: 5px;
  }
  .oomori-area .oomoriinner .oomoriul .listtexts .listttl {
    font-size: 14px;
    gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .oomori-area .oomoriinner .oomoriul .listtexts .listttl .num {
    width: 18px;
    height: 18px;
    font-size: 10px;
  }
  .oomori-area .oomoriinner .oomoriul .listtexts .txt {
    font-size: 14px;
    line-height: 1.8;
  }
  .oomori-area .oomoriinner .oomoriul .listtexts .txt.-last {
    margin-top: 0px;
  }
}

.estate-head {
  position: relative;
  background: url(images_new/estate/estate-head.webp) left center no-repeat;
  background-size: cover;
  width: 100%;
  height: 827px;
  overflow: hidden;
  margin-top: -20px;
}
.estate-head::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.estate-head .inner {
  padding: 0 15px;
  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;
  gap: 20px;
  width: 100%;
  height: 100%;
  position: relative;
}
.estate-head .headarea,
.estate-head .textarea {
  max-width: 635px;
  width: 100%;
  color: #fff;
}
.estate-head .headarea {
  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;
  text-align: center;
  margin-bottom: 15px;
}
.estate-head .headarea .head {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 4px;
  line-height: 1.6;
}
.estate-head .headarea .sub {
  font-size: 20px;
  margin-top: 12px;
}
.estate-head .textarea {
  margin-bottom: 45px;
  margin-left: 30px;
}
.estate-head .textarea .texts {
  font-size: 16px;
  line-height: 1.95;
  margin-top: 10px;
}
.estate-head .textarea .texts.-bigger {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 2.3px;
  margin-top: 33px;
}
@media (max-width: 1070px) {
  .estate-head .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .estate-head .headarea .head {
    font-size: 24px;
  }
  .estate-head .headarea .sub {
    font-size: 12px;
  }
  .estate-head .textarea {
    margin: 0 auto 0;
  }
  .estate-head .textarea .texts {
    font-size: 14px;
    text-align: center;
  }
  .estate-head .textarea .texts.-bigger {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .estate-head {
    padding: 70px 15px;
    margin-top: 70px;
    height: 100%;
  }
  .estate-head .inner {
    padding: 0;
  }
  .estate-head .headarea .head {
    letter-spacing: 3px;
  }
  .estate-head .headarea .sub {
    margin-top: 7px;
  }
  .estate-head .textarea .texts {
    margin-top: 15px;
    text-align: left;
    letter-spacing: 1px;
  }
  .estate-head .textarea .texts.-bigger {
    margin-top: 30px;
    letter-spacing: 2px;
    line-height: 1.65;
    text-align: center;
  }
}

.estate-block {
  padding-left: 145px;
  margin-top: 170px;
}
.estate-block.-reverse {
  padding-left: 0;
  padding-right: 145px;
}
.estate-block.-reverse .inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin: auto 0 auto auto;
}
.estate-block.-reverse .imgarea .img {
  border-radius: 0 20px 20px 0;
}
.estate-block.-adjust01 {
  margin-top: 160px;
}
.estate-block.-last {
  margin-bottom: 215px;
  padding-right: 0;
}
.estate-block.-last .inner {
  max-width: 1275px;
  margin: auto;
}
.estate-block.-last .imgarea {
  max-width: 590px;
  width: 100%;
}
.estate-block.-last .textarea .estatettl {
  margin-left: 90px;
}
.estate-block.-last .textarea .estatettl.-bigger {
  margin-left: 40px;
  word-wrap: break-word;
}
.estate-block.-last .buttonarea {
  padding: 0 15px;
}
.estate-block .inner {
  max-width: 1800px;
  width: 100%;
  margin: auto auto auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
}
.estate-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;
  max-width: 800px;
  width: 100%;
  margin-top: 25px;
}
.estate-block .textarea.-adjust01 {
  margin-top: 30px;
}
.estate-block .textarea.-adjust02 {
  margin-top: 55px;
}
.estate-block .textarea.-adjust03 {
  margin-top: -10px;
}
.estate-block .textarea.-adjust04 {
  margin-top: 25px;
}
.estate-block .textarea .titlearea {
  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;
  line-height: 1.8;
}
.estate-block .textarea .titlearea .estatettl {
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 3.8px;
}
.estate-block .textarea .titlearea .estatettl.-bigger {
  font-size: 44px;
  font-weight: 200;
}
.estate-block .textarea .titlearea .estatettl .color {
  background: linear-gradient(315deg, #F5CB2E 14.47%, #FF6201 85.53%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.estate-block .textarea .texts {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 2;
  margin-top: 25px;
}
.estate-block .textarea .texts.-center {
  text-align: center;
  margin-top: 25px;
  margin-left: 40px;
}
.estate-block .textarea .ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 286px 20px 286px;
  grid-template-columns: repeat(2, 286px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 50px;
  margin-bottom: 25px;
}
.estate-block .textarea .ul .list {
  height: 80px;
  border-radius: 25px 25px 0 25px;
  border: 1px solid #FFE5B3;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1019607843);
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.5;
  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;
}
.estate-block .textarea .ul .list.-center {
  max-width: 286px;
  width: 100%;
  margin: auto;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}
.estate-block .textarea .link {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.2px;
  padding-left: 25px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto 0;
}
.estate-block .textarea .link::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(images_new/cmn/arrow_circle02.svg) left center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.estate-block .textarea .link.-adjust01 {
  margin: 20px auto 0;
}
.estate-block .textarea .link-btn01 {
  margin: 55px auto 0;
  letter-spacing: 1.5px;
}
.estate-block .imgarea {
  width: 73%;
  height: 100%;
}
.estate-block .imgarea.-adjust01 {
  width: 81%;
}
.estate-block .imgarea.-adjust02 {
  width: 80%;
}
.estate-block .imgarea .img {
  width: 100%;
  height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px 0 0 20px;
}
.estate-block .imgarea .img.-small {
  height: 630px;
}
.estate-block .imgarea .img.-small02 {
  height: 580px;
}
.estate-block .imgarea .img.-small03 {
  height: 355px;
}
.estate-block .buttonarea {
  margin-top: 80px;
  padding-right: 140px;
}
.estate-block .buttonarea.-reverse {
  padding-left: 140px;
  padding-right: 0;
}
.estate-block .buttonarea .link-btn01 {
  margin: auto;
}
.estate-block .buttonarea .link-btn01.-large {
  max-width: 493px !important;
}
.estate-block .buttonarea.-adjust {
  margin-top: 85px;
}
@media (min-width: 1800px) {
  .estate-block .imgarea .img {
    border-radius: 20px;
  }
  .estate-block.-reverse .imgarea .img {
    border-radius: 20px;
  }
}
@media (max-width: 1273px) {
  .estate-block.-last .textarea .estatettl {
    margin-left: 0px;
  }
  .estate-block.-last .textarea .estatettl.-bigger {
    margin-left: 0px;
    word-wrap: break-word;
  }
  .estate-block.-last .textarea .texts.-center {
    margin-left: 0px;
  }
  .estate-block.-last .inner {
    gap: 0;
  }
  .estate-block.-last .buttonarea {
    margin-top: 40px;
  }
}
@media (max-width: 1070px) {
  .estate-block {
    padding-left: 50px;
  }
  .estate-block.-reverse {
    padding-right: 50px;
  }
  .estate-block.-last {
    margin-bottom: 100px;
  }
  .estate-block .inner {
    gap: 50px;
  }
  .estate-block .textarea .titlearea .estatettl {
    font-size: 18px;
  }
  .estate-block .textarea .titlearea .estatettl.-bigger {
    font-size: 32px;
  }
  .estate-block .textarea .ul {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .estate-block .textarea .ul .list {
    font-size: 14px;
    padding: 0 5px;
  }
}
@media (max-width: 768px) {
  .estate-block {
    padding-left: 0px;
    margin-top: 110px;
  }
  .estate-block.-spmargin {
    margin-top: 80px;
  }
  .estate-block.-spmargin02 {
    margin-top: 55px;
  }
  .estate-block.-reverse {
    padding-right: 0px;
  }
  .estate-block.-reverse .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .estate-block.-reverse .imgarea .img {
    border-radius: 0;
  }
  .estate-block.-last {
    margin-top: 45px;
    margin-bottom: 90px;
  }
  .estate-block .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 35px;
  }
  .estate-block .imgarea {
    width: 100%;
  }
  .estate-block .imgarea.-adjust01, .estate-block .imgarea.-adjust02 {
    width: 100%;
  }
  .estate-block .imgarea .img {
    height: 278px;
    border-radius: 0;
  }
  .estate-block .imgarea .img.-small, .estate-block .imgarea .img.-small02, .estate-block .imgarea .img.-small03 {
    height: 278px;
  }
  .estate-block .textarea {
    padding: 0 15px;
    margin-top: 0;
  }
  .estate-block .textarea .titlearea.-last .estatettl {
    font-size: 24px;
  }
  .estate-block .textarea .titlearea.-last .estatettl.-bigger {
    margin-top: 5px;
    font-size: 32px;
    line-height: 1.5;
    letter-spacing: 5px;
  }
  .estate-block .textarea .titlearea .estatettl {
    letter-spacing: 2px;
  }
  .estate-block .textarea .titlearea .estatettl.-bigger {
    letter-spacing: 2.5px;
    margin-top: -20px;
    line-height: 1.4;
    text-align: center;
  }
  .estate-block .textarea .texts {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.8;
    margin-top: 25px;
  }
  .estate-block .textarea .texts.-center {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.95;
  }
  .estate-block .textarea .ul {
    margin-top: 30px;
    margin-bottom: 5px;
  }
  .estate-block .textarea .ul .list {
    height: 70px;
    line-height: 1.45;
  }
  .estate-block .textarea .ul .list.-center {
    max-width: 174px;
  }
  .estate-block .textarea .ul .list.-spadjust {
    letter-spacing: 0;
  }
  .estate-block .textarea .link {
    font-size: 14px;
    margin: 20px auto 0;
  }
  .estate-block .textarea .link-btn01 {
    margin: 35px auto 0;
  }
  .estate-block .buttonarea {
    margin-top: 60px;
    padding: 0 15px;
  }
  .estate-block .buttonarea.-reverse {
    padding: 0 15px;
  }
  .estate-block .buttonarea .link-btn01 {
    margin: 0 auto;
  }
}

.estate-achornav {
  margin-top: 165px;
  margin-bottom: 180px;
}
.estate-achornav .inner {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  padding: 0 15px;
}
.estate-achornav .text {
  font-size: 34px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 3px;
}
.estate-achornav .nav {
  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;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  margin-top: 25px;
}
.estate-achornav .nav .link {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding-left: 25px;
  position: relative;
}
.estate-achornav .nav .link::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(images_new/cmn/arrow_circle.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
@media (max-width: 768px) {
  .estate-achornav .nav {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}

.archive-notice {
  padding: 0 15px;
  margin-top: 85px;
}
.archive-notice .inner {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}
.archive-notice .ul {
  margin-top: 32px;
}
.archive-notice .list:last-of-type .link {
  border-bottom: 1px solid #E6E6E6;
}
.archive-notice .link {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 175px 100px 1fr;
  grid-template-columns: 175px 100px 1fr;
  padding: 25px 0;
  border-top: 1px solid #E6E6E6;
}
.archive-notice .link .date {
  font-family: "din-2014";
  font-size: 16px;
  color: #BDBDBD;
  letter-spacing: 3px;
}
.archive-notice .link .term {
  font-size: 12px;
  min-width: 91px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 4px;
  margin: auto 0;
}
.archive-notice .link .newstitle {
  font-size: 16px;
  letter-spacing: 1.5px;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}
.archive-notice .link .newstitle .icon {
  display: block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  position: relative;
}
.archive-notice .link .newstitle .icon::before, .archive-notice .link .newstitle .icon::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(images_new/cmn/arrow_circle02.svg) center center no-repeat;
  background-size: contain;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
  transition: -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.1s, -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
  position: absolute;
  top: 0;
  left: 0;
}
.archive-notice .link .newstitle .icon::before {
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
  opacity: 0;
}
.archive-notice .link .newstitle .icon::after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media (max-width: 768px) {
  .archive-notice {
    padding: 30px 15px 0;
  }
  .archive-notice .ul {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .archive-notice .link {
    -ms-grid-columns: 145px 1fr;
    grid-template-columns: 145px 1fr;
    row-gap: 10px;
  }
  .archive-notice .link .date {
    -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;
    font-size: 12px;
    letter-spacing: 2.5px;
  }
  .archive-notice .link .term {
    -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;
  }
  .archive-notice .link .newstitle {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    padding-left: 0;
    font-size: 14px;
    letter-spacing: 1px;
  }
  .archive-notice .link .newstitle .icon {
    min-width: 16px;
    margin: 5px 0 auto 0;
  }
}

.history120-head {
  padding: 0 15px;
  margin-top: -60px;
}
.history120-head .inner {
  max-width: 1318px;
  width: 100%;
  margin: auto;
}
.history120-head .headimg .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.history120-head .headtexts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
  margin-top: 150px;
}
.history120-head .headtexts .logoarea {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 0 10px 0 40px;
  margin-top: -30px;
}
.history120-head .headtexts .logoarea .logo {
  width: 276px;
  height: 215px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 60px;
}
.history120-head .headtexts .logoarea .head {
  font-size: 29px;
  font-weight: 500;
  letter-spacing: 3px;
  text-align: center;
}
.history120-head .headtexts .logoarea .head.-small {
  font-size: 20px;
  font-weight: 400;
  line-height: 2;
  margin-top: 15px;
}
.history120-head .headtexts .texts {
  font-size: 16px;
  line-height: 2;
  width: 100%;
  padding: 0 20px 0 25px;
}
@media (max-width: 960px) {
  .history120-head .headtexts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .history120-head .headtexts .logoarea .logo {
    max-width: 176px;
    max-height: 137px;
  }
  .history120-head .headtexts .logoarea .head {
    font-size: 22px;
  }
  .history120-head .headtexts .logoarea .head.-small {
    font-size: 16px;
  }
  .history120-head .headtexts .texts {
    font-size: 14px;
    max-width: 60%;
    width: 100%;
    margin: auto;
  }
}
@media (max-width: 768px) {
  .history120-head {
    margin-top: 80px;
  }
  .history120-head .headtexts {
    margin-top: 75px;
    gap: 25px;
  }
  .history120-head .headtexts .logoarea {
    padding: 0 10px 0 10px;
  }
  .history120-head .headtexts .logoarea .logo {
    margin-bottom: 55px;
  }
  .history120-head .headtexts .logoarea .head {
    letter-spacing: 2px;
  }
  .history120-head .headtexts .logoarea .head.-small {
    margin-top: 25px;
    letter-spacing: 1px;
  }
  .history120-head .headtexts .texts {
    max-width: 100%;
    padding: 0;
  }
}

.history120-abe {
  padding: 0 15px;
  margin-top: 55px;
}
.history120-abe .title {
  font-family: "din-2014";
  font-size: 40px;
  font-weight: lighter;
  letter-spacing: 2px;
  text-align: center;
  background: linear-gradient(315deg, #F5CB2E 14.47%, #FF6201 85.53%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.history120-abe .inner {
  max-width: 995px;
  width: 100%;
  margin: auto;
}
.history120-abe .imgarea {
  position: relative;
}
.history120-abe .imgarea .caption {
  font-size: 12px;
  color: #fff;
  position: absolute;
  right: 15px;
  bottom: 10px;
}
.history120-abe .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  max-width: 145px;
  aspect-ratio: 1/1;
}
.history120-abe .img.-pattern02 {
  max-width: 100%;
  aspect-ratio: initial;
}
.history120-abe .img.-pattern03 {
  max-width: 100%;
  aspect-ratio: initial;
}
.history120-abe .img.-pattern04 {
  aspect-ratio: initial;
}
.history120-abe .img.-pattern05 {
  aspect-ratio: initial;
  max-width: 168px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 0 auto 0;
}
.history120-abe .img.-omlogo {
  aspect-ratio: initial;
  max-width: 117px;
  height: 34px;
  -o-object-fit: contain;
     object-fit: contain;
}
.history120-abe .img.-nagoya {
  aspect-ratio: initial;
  max-width: 147px;
  height: 94px;
  -o-object-fit: contain;
     object-fit: contain;
}
.history120-abe .img.-apanel {
  aspect-ratio: initial;
  max-width: 100px;
  height: 64px;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 0 30px;
  margin: 10px 0;
}
.history120-abe .texts {
  font-size: 14px;
  width: 100%;
  padding: 0 10px;
}
.history120-abe .texts.-pattern01 {
  padding-top: 10px;
}
.history120-abe .texts.-pattern02 {
  padding: 10px;
}
.history120-abe .historylist {
  margin-top: 30px;
}
.history120-abe .list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.history120-abe .list.-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.history120-abe .list.-num01 {
  margin-bottom: 32px;
}
.history120-abe .list.-num02 {
  margin-bottom: 5px;
}
.history120-abe .list.-num03 {
  padding-top: 60px;
  margin-top: -60px;
}
.history120-abe .list.-num04 {
  margin-top: -210px;
  padding-top: 60px;
  padding-bottom: 70px;
}
.history120-abe .list.-num05 {
  margin-top: -10px;
}
.history120-abe .list.-num06 {
  padding-top: 15px;
  margin-top: -65px;
}
.history120-abe .list.-num07 {
  margin-top: -60px;
}
.history120-abe .list.-num08 {
  margin-top: 40px;
}
.history120-abe .list.-num09 {
  margin-top: -85px;
}
.history120-abe .list.-num10 {
  margin-top: -45px;
}
.history120-abe .list.-num11 {
  margin-top: 70px;
}
.history120-abe .list.-num12 {
  margin-top: 20px;
}
.history120-abe .list.-num13 {
  margin-top: 15px;
}
.history120-abe .list.-num14 {
  padding-top: 285px;
  margin-top: -222px;
}
.history120-abe .list.-num15 {
  margin-top: -195px;
}
.history120-abe .list.-num16 {
  margin-top: 85px;
}
.history120-abe .list.-num17 {
  margin-top: 60px;
}
.history120-abe .list.-num18 {
  margin-top: -30px;
}
.history120-abe .list.-num19 {
  margin-top: -65px;
}
.history120-abe .list.-num20 {
  margin-top: -25px;
}
.history120-abe .list.-num21 {
  margin-top: -5px;
}
.history120-abe .list.-num22 {
  margin-top: 35px;
}
.history120-abe .list.-num23 {
  margin-top: 50px;
}
.history120-abe .list.-num24 {
  margin-top: -35px;
}
.history120-abe .list.-num25 {
  margin-top: -160px;
  padding-top: 10px;
}
.history120-abe .list.-num26 {
  margin-top: -100px;
}
.history120-abe .list.-num27 {
  margin-top: 70px;
}
.history120-abe .list.-num28 {
  margin-top: -65px;
  padding-bottom: 25px;
}
.history120-abe .list.-num29 {
  margin-top: -70px;
}
.history120-abe .list.-num30 {
  margin-top: 30px;
}
.history120-abe .list.-num31 {
  margin-top: -145px;
}
.history120-abe .list.-num32 {
  margin-top: -140px;
}
.history120-abe .list.-num33 {
  margin-top: -125px;
}
.history120-abe .numarea {
  min-width: 100px;
  height: 100px;
  border-radius: 99px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1019607843);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
}
.history120-abe .numarea .numinner {
  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;
  width: 100%;
  height: 100%;
}
.history120-abe .numarea .numinner::before {
  content: "";
  display: block;
  width: 120px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: -120%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #E6E6E6;
}
.history120-abe .numarea .numinner::after {
  content: "";
  display: block;
  width: 1px;
  height: 120px;
  position: absolute;
  bottom: -120%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #E6E6E6;
}
.history120-abe .numarea .numinner.-reverse::before {
  left: auto;
  right: -120%;
}
.history120-abe .numarea .numinner.-last::after {
  display: none;
}
.history120-abe .numarea .num {
  font-family: "din-2014";
  font-size: 20px;
  background: linear-gradient(315deg, #F5CB2E 14.47%, #FF6201 85.53%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
  line-height: 1;
  margin-top: 6px;
}
.history120-abe .numarea .numja {
  font-size: 12px;
  font-weight: 500;
}
.history120-abe .pattern01,
.history120-abe .pattern02,
.history120-abe .pattern03,
.history120-abe .pattern04,
.history120-abe .pattern05 {
  max-width: 400px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 20px;
  z-index: 1;
  background: #fff;
}
.history120-abe .pattern01 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.history120-abe .pattern01.-omlogo {
  padding: 15px 10px 20px 20px;
  gap: 25px;
}
.history120-abe .pattern01.-naogya {
  padding: 20px 10px;
}
.history120-abe .pattern02 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.history120-abe .pattern03 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}
.history120-abe .pattern04 {
  -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;
}
.history120-abe .pattern05 {
  -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;
  padding: 20px;
}
@media (max-width: 960px) {
  .history120-abe .title {
    font-size: 30px;
  }
  .history120-abe .historylist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .history120-abe .list.-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .history120-abe .list.-num01, .history120-abe .list.-num02, .history120-abe .list.-num03, .history120-abe .list.-num04, .history120-abe .list.-num05, .history120-abe .list.-num06, .history120-abe .list.-num07, .history120-abe .list.-num08, .history120-abe .list.-num09, .history120-abe .list.-num11, .history120-abe .list.-num12, .history120-abe .list.-num13, .history120-abe .list.-num14, .history120-abe .list.-num15, .history120-abe .list.-num16, .history120-abe .list.-num17, .history120-abe .list.-num18, .history120-abe .list.-num19, .history120-abe .list.-num20, .history120-abe .list.-num21, .history120-abe .list.-num22, .history120-abe .list.-num23, .history120-abe .list.-num24, .history120-abe .list.-num25, .history120-abe .list.-num26, .history120-abe .list.-num27, .history120-abe .list.-num28, .history120-abe .list.-num29, .history120-abe .list.-num30, .history120-abe .list.-num31, .history120-abe .list.-num32, .history120-abe .list.-num33 {
    margin-bottom: 50px;
    margin-top: 0px;
    padding: 0;
  }
  .history120-abe .list.-num10, .history120-abe .list.-num15, .history120-abe .list.-num16 {
    margin-bottom: 100px;
  }
  .history120-abe .numarea {
    left: auto;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .history120-abe .numarea .numinner.-reverse::before {
    right: auto;
    left: -120%;
  }
  .history120-abe .numarea .numinner::after {
    height: 300px;
    bottom: -300%;
  }
  .history120-abe .pattern01,
  .history120-abe .pattern02,
  .history120-abe .pattern03,
  .history120-abe .pattern04,
  .history120-abe .pattern05 {
    max-width: 80%;
  }
}
@media (max-width: 768px) {
  .history120-abe {
    margin-top: 60px;
  }
  .history120-abe .title {
    letter-spacing: 1.5px;
  }
  .history120-abe .historylist {
    margin-top: 65px;
  }
  .history120-abe .list {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .history120-abe .list.-num10 {
    margin-top: -25px;
  }
  .history120-abe .img {
    max-width: 94px;
  }
  .history120-abe .texts {
    font-size: 12px;
    padding: 0 12px;
  }
  .history120-abe .numarea {
    min-width: 78px;
    height: 78px;
    left: 0;
    right: auto;
  }
  .history120-abe .numarea .numinner::before {
    left: 100%;
  }
  .history120-abe .numarea .numinner::after {
    height: 290px;
    bottom: -375%;
  }
  .history120-abe .numarea .numinner.-reverse::before {
    right: auto;
    left: 100%;
  }
  .history120-abe .numarea .num {
    font-size: 16px;
    margin-top: 2px;
  }
  .history120-abe .numarea .numja {
    font-size: 10px;
  }
  .history120-abe .pattern01,
  .history120-abe .pattern02,
  .history120-abe .pattern03,
  .history120-abe .pattern04,
  .history120-abe .pattern05 {
    max-width: 75%;
    padding: 5px;
  }
  .history120-abe .pattern05 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.history-pdf {
  padding: 0 15px;
  margin-top: 50px;
  margin-bottom: 120px;
}
.history-pdf .inner {
  max-width: 709px;
  width: 100%;
  margin: auto;
  padding: 40px 35px 32px;
  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: 20px;
  background-color: #F9F9F8;
  border-radius: 20px;
}
.history-pdf .imgarea {
  max-width: 226px;
  width: 100%;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1019607843);
}
.history-pdf .imgarea .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.history-pdf .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;
  width: 48.5%;
  margin-top: -10px;
}
.history-pdf .textarea .texts {
  font-size: 16px;
  letter-spacing: 1.5px;
  line-height: 1.5;
}
.history-pdf .textarea .pdflink {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  padding-left: 25px;
  position: relative;
  margin-top: 15px;
  margin-left: -10px;
}
.history-pdf .textarea .pdflink::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(images_new/cmn/arrow_circle02.svg) left center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 768px) {
  .history-pdf {
    margin-top: 20px;
  }
  .history-pdf .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 35px 25px;
  }
  .history-pdf .imgarea {
    max-width: 200px;
  }
  .history-pdf .textarea {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: -5px;
  }
  .history-pdf .textarea .texts {
    font-size: 14px;
  }
  .history-pdf .textarea .pdflink {
    font-size: 14px;
    letter-spacing: 1.5px;
    padding-left: 20px;
    margin-top: 12px;
    white-space: nowrap;
  }
  .history-pdf .textarea .pdflink::before {
    left: -5px;
  }
}