@charset "UTF-8";
:root {
  --ltr-space-default: .1em;
  --line-height-default: 2.125;
  --line-height-hdr: 1.4;
  --line-height-none: 1;
  --font-primary: "Poppins",  "Koburina Gothic W3 JIS2004";
  --font-en: "Poppins", sans-serif;
  --font-bold: "Poppins", "Koburina Gothic W6 JIS2004";
  --fz-primary: 1.125rem;
  --fz-half: .5rem;
  --clr-main: #EC7A9B;
  --clr-sub: #1D7FB7;
  --clr-txt-sub: #171C60;
  --clr-body: #003953;
  --clr-dark-blue: #101560;
  --clr-link: #003953;
  --clr-wht: #fff;
  --clr-blk: #000;
  --bg-main: #EC7A9B;
  --bg-sub: #0599D9;
  --bg-wht: #fff;
  --bg-off_wht: #dcedfc;
  --bg-blk: #000;
  --btn-bg-main: var(--clr-main);
  --btn-bg-main-hvr: var(--clr-dark-blue);
  --btn-clr-main: #fff;
  --btn-clr--sec: #fff;
  --btn-clr-wht: #333;
  --btn-bg-wht: #fff;
  --btn-clr-wht-hvr: #fff;
  --btn-bg-wht-hvr: var(--clr-dark-blue);
  --brd-main: #1D7FB7;
  --transit-default: all 0.4s ease-out;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

body {
  line-height: 1;
  background: #fff;
  color: #333;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary, main {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

ins {
  background-color: #ff9;
  color: #333;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #333;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #333;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*-- ClearFix --*/
/* For modern browsers */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
  zoom: 1;
}

/*隙間消し*/
li img {
  vertical-align: bottom;
}

/* Reset input[type="search"] */
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
}

input[type=search]:focus {
  outline-offset: -2px;
}

input[type=search]::-webkit-search-decoration {
  display: none;
}

/* iOS reset */
input[type=submit] {
  -webkit-appearance: none;
}

@media print, screen and (min-width: 768px) {
  a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  @-moz-document url-prefix() {
    * {
      font-feature-settings: "palt";
    }
  }
}
@media screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 0) {
  * {
    font-feature-settings: "palt";
  }
}
/* ##############################################################################

    COMMON

############################################################################## */
html {
  font-size: 1rem;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}
@media screen and (min-width: 48em) and (max-width: 67.5em) {
  html {
    overflow-y: auto;
    overflow-x: auto;
  }
}
@media screen and (max-width: 47.9375em) {
  html {
    font-size: 0.875rem;
  }
}
.gnav--contact.cta_contact{position: relative;}
.login-in {cursor: pointer; display: flex;align-items: center;margin-left: 15px;color: #1CA8FA;}
.login-in-list{box-sizing: border-box;padding: 10px; display: none; position: absolute;left: 0;top: 50px;width: 100%; border-radius: 10px;background: #fff;box-shadow:0 6px 12px #efefef}
.login-in-list dd a{color: #003d59; display: flex;align-items: center;justify-content: flex-start; background: none;width: 100%;padding: 5px;border-bottom: 1px solid #efefef;}
.login-in-list dd a:nth-last-child(1){border-bottom: none;}
.login-in-list dd a:hover{color: #1CA8FA;}
body {
  font-family: "Poppins",  "Koburina Gothic W3 JIS2004";
  font-family: var(--font-primary, YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif);
  line-height: 2.125;
  line-height: var(--line-height-default, 2.125);
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: .1em;
  letter-spacing: var(--ltr-space-default, 0.1em);
  color: #003953;
  color: var(--clr-body, #333);
  background-color: #f1f2f3;
  -webkit-font-smoothing: antialiased;
  word-break: break-word;
  overflow: hidden;
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 90%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  border-left: solid 1px #D0E4ED;
  border-right: solid 1px #D0E4ED;
  pointer-events: none;
}
body::after {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 1px;
  margin-left: auto;
  margin-right: auto;
  border-right: solid 1px #D0E4ED;
  pointer-events: none;
  display: none;
}
body .bg-logo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  bottom: auto;
  z-index: 0;
  height: 1160px;
  background-image: url(../images/common/bg-logo.png);
  background-repeat: no-repeat;
  background-position: center top -210px;
}
@media screen and (max-width: 47.9375em) {
  body .bg-logo {
    height: 580px;
    background-size: 110% auto;
    background-position: center top -105px;
    opacity: 0.8;
  }
}
body.home .bg-logo {
  position: fixed;
  bottom: 0;
  height: auto;
  background-position: center;
}
body .bg-pt {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  z-index: -1;
  background-image: url(../images/common/dot-01.png);
}
@media screen and (max-width: 47.9375em) {
  body .bg-pt {
    height: 580px;
    background-size: 15px auto;
  }
}
@media screen and (min-width: 48em) and (max-width: 67.5em) {
  body {
    min-width: 1000px;
  }
}
@media screen and (max-width: 47.9375em) {
  body {
    -webkit-text-size-adjust: none;
  }
}

ul,
ol {
  list-style: none;
}

small {
  font-size: 0.875rem; /* 14px */
}
@media screen and (max-width: 47.9375em) {
  small {
    font-size: 0.813rem; /* 13px */
  }
}

/*! purgecss start ignore */
a,
a[href="javascript:void(0);"]:hover {
  color: #003953;
  color: var(--clr-link, #333);
  text-decoration: none;
  transition: all 0.4s ease-out;
  transition: var(--transit-default, all 0.4s ease-out);
  outline: none;
}

a[href="javascript:void(0);"],
a[href="javascript:void(0);"]::before {
  color: inherit;
  cursor: default;
  opacity: 1;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*! purgecss end ignore */
a:focus {
  text-decoration: none !important;
}

img {
  vertical-align: middle;
}
@media screen and (max-width: 47.9375em) {
  img {
    max-width: 100%;
    height: auto;
  }
}

address,
em,
i {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
  line-height: var(--line-height-hdr, 1.4);
}

svg {
  transition: all 0.4s ease-out;
  transition: var(--transit-default, all 0.4s ease-out);
}

/* Wysiwyg editor
 **************************************** */
.mce-content-body ol {
  list-style: decimal;
}

.mce-content-body ul:not(:first-child),
.mce-content-body ol:not(:first-child) {
  margin-top: 1em;
}

.mce-content-body ul:not(:last-child),
.mce-content-body ol:not(:last-child) {
  margin-bottom: 1em;
}

.mce-content-body ul li,
.mce-content-body ol li {
  position: relative;
  margin: 0;
  border-bottom: none;
  padding: 0;
  margin-left: 2em;
  padding-top: 0.5em;
}

.mce-content-body ul li {
  list-style: none;
}

.mce-content-body ul li::before {
  content: "";
  position: absolute;
  top: 1.15em;
  left: -1.3em;
  width: 8px;
  height: 8px;
  border: 1px solid #EC7A9B;
  border: 1px solid var(--clr-main, #1D7FB7);
  background-color: #EC7A9B;
  background-color: var(--clr-main, #1D7FB7);
}

.mce-content-body ul[style="list-style-type: circle;"] li::before {
  background-color: #fff;
}

.mce-content-body ul:not([style="list-style-type: square;"]) li::before {
  border-radius: 50%;
}

.mce-content-body .check li {
  margin-left: 40px;
  font-family: "Poppins", "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004";
  font-family: var(--font-bold);
  font-weight: 600;
}
@media screen and (max-width: 47.9375em) {
  .mce-content-body .check li {
    margin-left: 32px;
  }
}

.mce-content-body .check li::before {
  top: 12px;
  left: -44px;
  width: 26px;
  height: 26px;
  background-image: url(../images/common/icon-checkbox.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
}
@media screen and (max-width: 47.9375em) {
  .mce-content-body .check li::before {
    top: 13px;
    left: -26px;
    width: 16px;
    height: 16px;
  }
}

.mce-content-body img {
  margin: 1em 0;
  max-width: 100%;
  height: auto;
}

.mce-content-body hr {
  margin-top: 3rem;
  margin-bottom: 3rem;
  border-color: #D3D3D3;
}

.mce-content-body .box {
  padding: 24px 32px;
  background-color: #BFE0EE;
  border-radius: 12px;
}

.mce-content-body .box:not(:first-child) {
  margin-top: 2em;
}

.mce-content-body .box:not(:last-child) {
  margin-bottom: 2em;
}

.mce-content-body .box-wh {
  color: #003953;
  background-color: #fff;
  background-color: var(--bg-wht, #fff);
}

.mce-content-body .alignleft {
  float: left;
  clear: left;
  margin-right: 1em;
  margin-bottom: 1em;
}

.mce-content-body .alignright {
  float: right;
  clear: right;
  margin-left: 1em;
  margin-bottom: 1em;
}

.mce-content-body .aligncenter {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}

.mce-content-body img.aligncenter {
  display: block;
}

.mce-content-body .alignleft:last-child,
.mce-content-body .alignright:last-child,
.mce-content-body .aligncenter:last-child {
  margin-bottom: 0;
}

.mce-content-body p {
  letter-spacing: 0.1em;
}

.mce-content-body p:not(:last-child) {
  margin-bottom: 1em;
}

.mce-content-body strong {
  font-weight: bold;
}

.mce-content-body blockquote {
  margin: 1em 0;
  padding: 15px 40px;
  border-radius: 3px;
  position: relative;
  display: inline-block;
  font-style: oblique;
  color: #666;
  background-color: #f8f8f8;
}

.mce-content-body blockquote p {
  margin-bottom: 0;
}

.mce-content-body blockquote::before,
.mce-content-body blockquote::after {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  opacity: 0.25;
}

.mce-content-body blockquote::before {
  background-image: url("../images/common/icon-quote_left.svg");
  top: 13px;
  left: 10px;
}

.mce-content-body blockquote::after {
  background-image: url("../images/common/icon-quote_right.svg");
  bottom: 13px;
  right: 10px;
}

.mce-content-body a {
  text-decoration: underline;
}

.mce-content-body a:hover {
  text-decoration: none;
}

.mce-content-body .footer_text small {
  display: block;
  margin-top: 8px;
  text-align: right;
}

.mce-content-body table {
  height: auto !important;
}

.mce-content-body table {
  border: none;
}

.mce-content-body table:not(:first-child) {
  margin-top: 1em;
}

.mce-content-body table:not(:last-child) {
  margin-bottom: 1em;
}

.mce-content-body th,
.mce-content-body td,
.mce-content-body tr {
  height: auto !important;
}

.mce-content-body th,
.mce-content-body td {
  padding: 1em 2em;
  line-height: 1.7;
  border: 1px solid #D3D3D3;
  vertical-align: middle;
}

.mce-content-body th {
  min-width: 120px;
  text-align: left;
}

.mce-content-body sup {
  font-size: 0.75rem; /* 12px */
  color: #555;
}

.bold {
  font-family: "Poppins", "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004";
  font-family: var(--font-bold);
  color: #EC7A9B;
  color: var(--clr-main, #1d7fb7);
  font-weight: 600;
}

/* iframe */
.mce-content-body iframe {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  vertical-align: bottom;
}

.mce-content-body iframe:not(:first-child) {
  margin-top: 2em;
}

.mce-content-body iframe:not(:last-child) {
  margin-bottom: 2em;
}

/* table scroll */
.table-sp-scroll {
  white-space: nowrap;
}

.scroll {
  overflow-x: scroll;
  margin-bottom: 1em;
  -webkit-overflow-scrolling: touch;
}

.scroll table {
  margin: 0;
}

.scroll--cap {
  margin: 1em 0 0 !important;
}

.scroll--cap {
  text-align: right;
  opacity: 0.25;
  font-size: 0.875rem; /* 14px */
}

@media screen and (max-width: 47.9375em) {
  .mce-content-body p:not([class]) {
    text-align: left !important;
  }
  .mce-content-body .alignright,
  .mce-content-body .alignleft {
    width: 100% !important;
  }
  .mce-content-body .alignright,
  .mce-content-body .alignleft {
    float: none;
    margin: 1em auto;
    display: block;
  }
  .mce-content-body blockquote {
    padding: 15px;
  }
  .mce-content-body blockquote::before {
    top: 0;
    left: 0;
  }
  .mce-content-body blockquote::after {
    bottom: 0;
    right: 0;
  }
  .mce-content-body ul li::before {
    width: 8px;
    height: 8px;
  }
  .mce-content-body table {
    max-width: none !important;
  }
  .mce-content-body th {
    font-weight: bold;
  }
  .mce-content-body th,
  .mce-content-body td {
    padding: 0.5em 1em;
  }
  .table-sp-full {
    width: 100% !important;
  }
  .table-sp-full th,
  .table-sp-full td {
    flex: 1;
  }
  .table-sp-block,
  .table-sp-block th,
  .table-sp-block td {
    width: 100% !important;
  }
  .table-sp-block th,
  .table-sp-block td {
    display: block;
  }
  .mce-content-body .box {
    padding: 24px;
    border-radius: 8px;
  }
}
/* 管理画面エディタ用
*************************************************** */
.mce-content-body.wp-editor {
  padding: 24px !important;
  max-height: 100vh !important;
  overflow-y: scroll !important;
}

@media screen and (max-width: 47.9375em) {
  .mce-content-body.wp-editor table tr *:first-child:nth-last-child(2),
  .mce-content-body.wp-editor table tr *:first-child:nth-last-child(2) ~ * {
    width: auto !important;
  }
  .mce-content-body.wp-editor table tr *:first-child:nth-last-child(2),
  .mce-content-body.wp-editor table tr *:first-child:nth-last-child(2) ~ * {
    display: table-cell;
  }
}
/* add quicktag
*************************************************** */
/* 見出し */
.editor-ttl:not(:first-child),
.editor-ttl2:not(:first-child),
.editor-ttl3:not(:first-child) {
  margin-top: 2em;
}
@media screen and (max-width: 47.9375em) {
  .editor-ttl:not(:first-child),
  .editor-ttl2:not(:first-child),
  .editor-ttl3:not(:first-child) {
    margin-top: 1.5em;
  }
}

.editor-ttl:not(:last-child),
.editor-ttl2:not(:last-child),
.editor-ttl3:not(:last-child) {
  margin-bottom: 0.5em;
}

.editor-ttl {
  font-size: 2rem; /* 32px */
  letter-spacing: 0.1em;
}
@media screen and (max-width: 47.9375em) {
  .editor-ttl {
    font-size: 1.5rem;
  }
}
.editor-ttl::before {
  content: "";
  display: block;
  width: 4.75rem;
  height: 2px;
  margin-bottom: 1.5rem;
  background: rgb(236, 122, 155);
  background: linear-gradient(to right, rgb(236, 122, 155) 30%, rgb(5, 153, 217) 30%);
}
@media screen and (max-width: 47.9375em) {
  .editor-ttl::before {
    margin-bottom: 1.25rem;
  }
}

.editor-ttl2 {
  font-size: 1.5rem; /* 24px */
  letter-spacing: 0.1em;
}
@media screen and (max-width: 47.9375em) {
  .editor-ttl2 {
    font-size: 1.25rem;
  }
}

.editor-ttl3 {
  position: relative;
  font-size: 1.125rem; /* 18px */
  padding-left: 1em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 47.9375em) {
  .editor-ttl3 {
    font-size: 1.143rem; /* 16px */
  }
}

.editor-ttl3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.313em; /* 5px */
  height: 100%;
  background-color: #0599D9;
  border-radius: 0.15em;
}
@media screen and (max-width: 47.9375em) {
  .editor-ttl3::before {
    width: 0.2em;
  }
}

/* 注意書き */
.txt-attention {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 0.875rem; /* 14px */
  color: #999;
}

.txt-attention::before {
  content: "※";
}

/* テーブル */
.mce-content-body table:not(.table1) th,
.table2 th {
  background-color: #0599D9;
  color: #fff;
  color: var(--clr-wht, #fff);
}

.mce-content-body table:not(.table1) td,
.table2 td {
  background-color: #fff;
}

.mce-content-body table:not(.table1),
.table2 table {
  border-radius: 16px;
  border-collapse: separate;
  border: 1px solid #D3D3D3;
  overflow: hidden;
}
@media screen and (max-width: 47.9375em) {
  .mce-content-body table:not(.table1),
  .table2 table {
    border-radius: 8px;
  }
}
.mce-content-body table:not(.table1) th, .mce-content-body table:not(.table1) td,
.table2 table th,
.table2 table td {
  border: none;
}
.mce-content-body table:not(.table1) th + th, .mce-content-body table:not(.table1) th + td, .mce-content-body table:not(.table1) td + th, .mce-content-body table:not(.table1) td + td,
.table2 table th + th,
.table2 table th + td,
.table2 table td + th,
.table2 table td + td {
  border-left: 1px solid #D3D3D3;
}
.mce-content-body table:not(.table1) tr + tr th, .mce-content-body table:not(.table1) tr + tr td,
.table2 table tr + tr th,
.table2 table tr + tr td {
  border-top: 1px solid #D3D3D3;
}

.table1 th,
.table1 td {
  position: relative;
  border: 0;
  padding: 1em 1.5em;
}
@media screen and (max-width: 47.9375em) {
  .table1 th,
  .table1 td {
    padding: 10px 6px;
  }
}

.table1 th {
  font-size: 1.125rem; /* 18px */
}
@media screen and (max-width: 47.9375em) {
  .table1 th {
    font-size: 1rem;
  }
}

.table1 th::before,
.table1 td::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: calc(100% - 3px);
}

.table1 th::before {
  left: 0;
  height: 2px;
  background-color: #1D7FB7;
  background-color: var(--clr-sub, #1d7fb7);
}

.table1 td::before {
  right: 0;
  height: 1px;
  background-color: #D3D3D3;
}

/* IE */
_:-ms-input-placeholder, :root .table1 th {
  border-bottom: 2px solid #EC7A9B;
  border-bottom: 2px solid var(--clr-main, #1d7fb7);
}

_:-ms-input-placeholder, :root .table1 td {
  border-bottom: 1px solid #D3D3D3;
}

_:-ms-input-placeholder, :root .table1 th::before,
_:-ms-input-placeholder, :root .table1 td::before {
  display: none;
}

@media screen and (max-width: 47.9375em) {
  /* テーブル */
  .table2.table-sp-block th,
  .table2.table-sp-block td {
    border-bottom: 0;
  }
  .table2.table-sp-block tr > * {
    border-left: none !important;
  }
  .table1.table-sp-block td::before {
    display: none;
  }
  /* 注意書き */
  .txt-attention {
    font-size: 0.929rem; /* 13px */
  }
  /* 入れ込み調整 */
  .page-company #section_child_01-column_3 span[style*="200%"] {
    font-size: 4.2vw !important;
  }
}
/* --- font-size --- */
.fz-8 {
  font-size: 0.5rem;
}

.fz-9 {
  font-size: 0.5625rem;
}

.fz-10 {
  font-size: 0.625rem;
}

.fz-11 {
  font-size: 0.6875rem;
}

.fz-12 {
  font-size: 0.75rem;
}

.fz-13 {
  font-size: 0.8125rem;
}

.fz-14 {
  font-size: 0.875rem;
}

.fz-15 {
  font-size: 0.9375rem;
}

.fz-16 {
  font-size: 1rem;
}

.fz-17 {
  font-size: 1.0625rem;
}

.fz-18 {
  font-size: 1.125rem;
}

.fz-19 {
  font-size: 1.1875rem;
}

.fz-20 {
  font-size: 1.25rem;
}

.fz-21 {
  font-size: 1.3125rem;
}

.fz-22 {
  font-size: 1.375rem;
}

.fz-23 {
  font-size: 1.4375rem;
}

.fz-24 {
  font-size: 1.5rem;
}

.fz-25 {
  font-size: 1.5625rem;
}

.fz-26 {
  font-size: 1.625rem;
}

.fz-27 {
  font-size: 1.6875rem;
}

.fz-28 {
  font-size: 1.75rem;
}

.fz-29 {
  font-size: 1.8125rem;
}

.fz-30 {
  font-size: 1.875rem;
}

.fz-31 {
  font-size: 1.9375rem;
}

.fz-32 {
  font-size: 2rem;
}

.fz-33 {
  font-size: 2.0625rem;
}

.fz-34 {
  font-size: 2.125rem;
}

.fz-35 {
  font-size: 2.1875rem;
}

.fz-36 {
  font-size: 2.25rem;
}

.fz-37 {
  font-size: 2.3125rem;
}

.fz-38 {
  font-size: 2.375rem;
}

.fz-39 {
  font-size: 2.4375rem;
}

.fz-40 {
  font-size: 2.5rem;
}

.fz-41 {
  font-size: 2.5625rem;
}

.fz-42 {
  font-size: 2.625rem;
}

.fz-43 {
  font-size: 2.6875rem;
}

.fz-44 {
  font-size: 2.75rem;
}

.fz-45 {
  font-size: 2.8125rem;
}

.fz-46 {
  font-size: 2.875rem;
}

.fz-47 {
  font-size: 2.9375rem;
}

.fz-48 {
  font-size: 3rem;
}

.fz-49 {
  font-size: 3.0625rem;
}

.fz-50 {
  font-size: 3.125rem;
}

.fz-51 {
  font-size: 3.1875rem;
}

.fz-52 {
  font-size: 3.25rem;
}

.fz-53 {
  font-size: 3.3125rem;
}

.fz-54 {
  font-size: 3.375rem;
}

.fz-55 {
  font-size: 3.4375rem;
}

.fz-56 {
  font-size: 3.5rem;
}

.fz-57 {
  font-size: 3.5625rem;
}

.fz-58 {
  font-size: 3.625rem;
}

.fz-59 {
  font-size: 3.6875rem;
}

.fz-60 {
  font-size: 3.75rem;
}

.fz-61 {
  font-size: 3.8125rem;
}

.fz-62 {
  font-size: 3.875rem;
}

.fz-63 {
  font-size: 3.9375rem;
}

.fz-64 {
  font-size: 4rem;
}

.fz-65 {
  font-size: 4.0625rem;
}

.fz-66 {
  font-size: 4.125rem;
}

.fz-67 {
  font-size: 4.1875rem;
}

.fz-68 {
  font-size: 4.25rem;
}

.fz-69 {
  font-size: 4.3125rem;
}

.fz-70 {
  font-size: 4.375rem;
}

.fz-71 {
  font-size: 4.4375rem;
}

.fz-72 {
  font-size: 4.5rem;
}

.fz-73 {
  font-size: 4.5625rem;
}

.fz-74 {
  font-size: 4.625rem;
}

.fz-75 {
  font-size: 4.6875rem;
}

.fz-76 {
  font-size: 4.75rem;
}

.fz-77 {
  font-size: 4.8125rem;
}

.fz-78 {
  font-size: 4.875rem;
}

.fz-79 {
  font-size: 4.9375rem;
}

.fz-80 {
  font-size: 5rem;
}

.fz-81 {
  font-size: 5.0625rem;
}

.fz-82 {
  font-size: 5.125rem;
}

.fz-83 {
  font-size: 5.1875rem;
}

.fz-84 {
  font-size: 5.25rem;
}

.fz-85 {
  font-size: 5.3125rem;
}

.fz-86 {
  font-size: 5.375rem;
}

.fz-87 {
  font-size: 5.4375rem;
}

.fz-88 {
  font-size: 5.5rem;
}

.fz-89 {
  font-size: 5.5625rem;
}

.fz-90 {
  font-size: 5.625rem;
}

.fz-91 {
  font-size: 5.6875rem;
}

.fz-92 {
  font-size: 5.75rem;
}

.fz-93 {
  font-size: 5.8125rem;
}

.fz-94 {
  font-size: 5.875rem;
}

.fz-95 {
  font-size: 5.9375rem;
}

.fz-96 {
  font-size: 6rem;
}

.fz-97 {
  font-size: 6.0625rem;
}

.fz-98 {
  font-size: 6.125rem;
}

.fz-99 {
  font-size: 6.1875rem;
}

.fz-100 {
  font-size: 6.25rem;
}

.fz-101 {
  font-size: 6.3125rem;
}

.fz-102 {
  font-size: 6.375rem;
}

.fz-103 {
  font-size: 6.4375rem;
}

.fz-104 {
  font-size: 6.5rem;
}

.fz-105 {
  font-size: 6.5625rem;
}

.fz-106 {
  font-size: 6.625rem;
}

.fz-107 {
  font-size: 6.6875rem;
}

.fz-108 {
  font-size: 6.75rem;
}

.fz-109 {
  font-size: 6.8125rem;
}

.fz-110 {
  font-size: 6.875rem;
}

.fz-111 {
  font-size: 6.9375rem;
}

.fz-112 {
  font-size: 7rem;
}

.fz-113 {
  font-size: 7.0625rem;
}

.fz-114 {
  font-size: 7.125rem;
}

.fz-115 {
  font-size: 7.1875rem;
}

.fz-116 {
  font-size: 7.25rem;
}

.fz-117 {
  font-size: 7.3125rem;
}

.fz-118 {
  font-size: 7.375rem;
}

.fz-119 {
  font-size: 7.4375rem;
}

.fz-120 {
  font-size: 7.5rem;
}

.fz-121 {
  font-size: 7.5625rem;
}

.fz-122 {
  font-size: 7.625rem;
}

.fz-123 {
  font-size: 7.6875rem;
}

.fz-124 {
  font-size: 7.75rem;
}

.fz-125 {
  font-size: 7.8125rem;
}

.fz-126 {
  font-size: 7.875rem;
}

.fz-127 {
  font-size: 7.9375rem;
}

.fz-128 {
  font-size: 8rem;
}

.fz-129 {
  font-size: 8.0625rem;
}

.fz-130 {
  font-size: 8.125rem;
}

.fz-131 {
  font-size: 8.1875rem;
}

.fz-132 {
  font-size: 8.25rem;
}

.fz-133 {
  font-size: 8.3125rem;
}

.fz-134 {
  font-size: 8.375rem;
}

.fz-135 {
  font-size: 8.4375rem;
}

.fz-136 {
  font-size: 8.5rem;
}

.fz-137 {
  font-size: 8.5625rem;
}

.fz-138 {
  font-size: 8.625rem;
}

.fz-139 {
  font-size: 8.6875rem;
}

@media screen and (max-width: 47.9375em) {
  .fz-8 {
    font-size: 0.5rem;
  }
  .fz-9 {
    font-size: 0.5714285714rem;
  }
  .fz-10 {
    font-size: 0.6428571429rem;
  }
  .fz-11 {
    font-size: 0.7142857143rem;
  }
  .fz-12 {
    font-size: 0.7857142857rem;
  }
  .fz-13 {
    font-size: 0.8571428571rem;
  }
  .fz-14 {
    font-size: 0.9285714286rem;
  }
  .fz-15 {
    font-size: 1rem;
  }
  .fz-16 {
    font-size: 1.0714285714rem;
  }
  .fz-17 {
    font-size: 1.1428571429rem;
  }
  .fz-18 {
    font-size: 1.2142857143rem;
  }
  .fz-19 {
    font-size: 1.2857142857rem;
  }
  .fz-20 {
    font-size: 1.3571428571rem;
  }
  .fz-21 {
    font-size: 1.4285714286rem;
  }
  .fz-22 {
    font-size: 1.5rem;
  }
  .fz-23 {
    font-size: 1.5714285714rem;
  }
  .fz-24 {
    font-size: 1.6428571429rem;
  }
  .fz-25 {
    font-size: 1.7142857143rem;
  }
  .fz-26 {
    font-size: 1.7857142857rem;
  }
  .fz-27 {
    font-size: 1.8571428571rem;
  }
  .fz-28 {
    font-size: 1.9285714286rem;
  }
  .fz-29 {
    font-size: 2rem;
  }
  .fz-30 {
    font-size: 2.0714285714rem;
  }
  .fz-31 {
    font-size: 2.1428571429rem;
  }
  .fz-32 {
    font-size: 2.2142857143rem;
  }
  .fz-33 {
    font-size: 2.2857142857rem;
  }
  .fz-34 {
    font-size: 2.3571428571rem;
  }
  .fz-35 {
    font-size: 2.4285714286rem;
  }
  .fz-36 {
    font-size: 2.5rem;
  }
  .fz-37 {
    font-size: 2.5714285714rem;
  }
  .fz-38 {
    font-size: 2.6428571429rem;
  }
  .fz-39 {
    font-size: 2.7142857143rem;
  }
  .fz-40 {
    font-size: 2.7857142857rem;
  }
  .fz-41 {
    font-size: 2.8571428571rem;
  }
  .fz-42 {
    font-size: 2.9285714286rem;
  }
  .fz-43 {
    font-size: 3rem;
  }
  .fz-44 {
    font-size: 3.0714285714rem;
  }
  .fz-45 {
    font-size: 3.1428571429rem;
  }
  .fz-46 {
    font-size: 3.2142857143rem;
  }
  .fz-47 {
    font-size: 3.2857142857rem;
  }
  .fz-48 {
    font-size: 3.3571428571rem;
  }
  .fz-49 {
    font-size: 3.4285714286rem;
  }
  .fz-50 {
    font-size: 3.5rem;
  }
  .fz-51 {
    font-size: 3.5714285714rem;
  }
  .fz-52 {
    font-size: 3.6428571429rem;
  }
  .fz-53 {
    font-size: 3.7142857143rem;
  }
  .fz-54 {
    font-size: 3.7857142857rem;
  }
  .fz-55 {
    font-size: 3.8571428571rem;
  }
  .fz-56 {
    font-size: 3.9285714286rem;
  }
  .fz-57 {
    font-size: 4rem;
  }
  .fz-58 {
    font-size: 4.0714285714rem;
  }
  .fz-59 {
    font-size: 4.1428571429rem;
  }
  .fz-60 {
    font-size: 4.2142857143rem;
  }
  .fz-61 {
    font-size: 4.2857142857rem;
  }
  .fz-62 {
    font-size: 4.3571428571rem;
  }
  .fz-63 {
    font-size: 4.4285714286rem;
  }
  .fz-64 {
    font-size: 4.5rem;
  }
  .fz-65 {
    font-size: 4.5714285714rem;
  }
  .fz-66 {
    font-size: 4.6428571429rem;
  }
  .fz-67 {
    font-size: 4.7142857143rem;
  }
  .fz-68 {
    font-size: 4.7857142857rem;
  }
  .fz-69 {
    font-size: 4.8571428571rem;
  }
  .fz-70 {
    font-size: 4.9285714286rem;
  }
  .fz-71 {
    font-size: 5rem;
  }
  .fz-72 {
    font-size: 5.0714285714rem;
  }
  .fz-73 {
    font-size: 5.1428571429rem;
  }
  .fz-74 {
    font-size: 5.2142857143rem;
  }
  .fz-75 {
    font-size: 5.2857142857rem;
  }
  .fz-76 {
    font-size: 5.3571428571rem;
  }
  .fz-77 {
    font-size: 5.4285714286rem;
  }
  .fz-78 {
    font-size: 5.5rem;
  }
  .fz-79 {
    font-size: 5.5714285714rem;
  }
  .fz-80 {
    font-size: 5.6428571429rem;
  }
  .fz-81 {
    font-size: 5.7142857143rem;
  }
  .fz-82 {
    font-size: 5.7857142857rem;
  }
  .fz-83 {
    font-size: 5.8571428571rem;
  }
  .fz-84 {
    font-size: 5.9285714286rem;
  }
  .fz-85 {
    font-size: 6rem;
  }
  .fz-86 {
    font-size: 6.0714285714rem;
  }
  .fz-87 {
    font-size: 6.1428571429rem;
  }
  .fz-88 {
    font-size: 6.2142857143rem;
  }
  .fz-89 {
    font-size: 6.2857142857rem;
  }
  .fz-90 {
    font-size: 6.3571428571rem;
  }
  .fz-91 {
    font-size: 6.4285714286rem;
  }
  .fz-92 {
    font-size: 6.5rem;
  }
  .fz-93 {
    font-size: 6.5714285714rem;
  }
  .fz-94 {
    font-size: 6.6428571429rem;
  }
  .fz-95 {
    font-size: 6.7142857143rem;
  }
  .fz-96 {
    font-size: 6.7857142857rem;
  }
  .fz-97 {
    font-size: 6.8571428571rem;
  }
  .fz-98 {
    font-size: 6.9285714286rem;
  }
  .fz-99 {
    font-size: 7rem;
  }
  .fz-100 {
    font-size: 7.0714285714rem;
  }
  .fz-101 {
    font-size: 7.1428571429rem;
  }
  .fz-102 {
    font-size: 7.2142857143rem;
  }
  .fz-103 {
    font-size: 7.2857142857rem;
  }
  .fz-104 {
    font-size: 7.3571428571rem;
  }
  .fz-105 {
    font-size: 7.4285714286rem;
  }
  .fz-106 {
    font-size: 7.5rem;
  }
  .fz-107 {
    font-size: 7.5714285714rem;
  }
  .fz-108 {
    font-size: 7.6428571429rem;
  }
  .fz-109 {
    font-size: 7.7142857143rem;
  }
  .fz-110 {
    font-size: 7.7857142857rem;
  }
  .fz-111 {
    font-size: 7.8571428571rem;
  }
  .fz-112 {
    font-size: 7.9285714286rem;
  }
  .fz-113 {
    font-size: 8rem;
  }
  .fz-114 {
    font-size: 8.0714285714rem;
  }
  .fz-115 {
    font-size: 8.1428571429rem;
  }
  .fz-116 {
    font-size: 8.2142857143rem;
  }
  .fz-117 {
    font-size: 8.2857142857rem;
  }
  .fz-118 {
    font-size: 8.3571428571rem;
  }
  .fz-119 {
    font-size: 8.4285714286rem;
  }
  .fz-120 {
    font-size: 8.5rem;
  }
  .fz-121 {
    font-size: 8.5714285714rem;
  }
  .fz-122 {
    font-size: 8.6428571429rem;
  }
  .fz-123 {
    font-size: 8.7142857143rem;
  }
  .fz-124 {
    font-size: 8.7857142857rem;
  }
  .fz-125 {
    font-size: 8.8571428571rem;
  }
  .fz-126 {
    font-size: 8.9285714286rem;
  }
  .fz-127 {
    font-size: 9rem;
  }
  .fz-128 {
    font-size: 9.0714285714rem;
  }
  .fz-129 {
    font-size: 9.1428571429rem;
  }
  .fz-130 {
    font-size: 9.2142857143rem;
  }
  .fz-131 {
    font-size: 9.2857142857rem;
  }
  .fz-132 {
    font-size: 9.3571428571rem;
  }
  .fz-133 {
    font-size: 9.4285714286rem;
  }
  .fz-134 {
    font-size: 9.5rem;
  }
  .fz-135 {
    font-size: 9.5714285714rem;
  }
  .fz-136 {
    font-size: 9.6428571429rem;
  }
  .fz-137 {
    font-size: 9.7142857143rem;
  }
  .fz-138 {
    font-size: 9.7857142857rem;
  }
  .fz-139 {
    font-size: 9.8571428571rem;
  }
}
/* txt
**************************************** */
.txt-lg {
  font-size: 1.125rem; /* 18px */
}

.txt-sm {
  font-size: 0.875rem; /* 14px */
}

.txt-wh,
.txt-wh * {
  color: #fff;
  color: var(--clr-wht, #fff);
}

.txt-main,
.txt-main * {
  color: #EC7A9B;
  color: var(--clr-main, #1d7fb7);
}

.txt-sub,
.txt-sub * {
  color: #1D7FB7;
  color: var(--clr-sub, #eee);
}

/* --- font --- */
.font-b,
h1, h2, h3, h4, h5, h6, th,
.cat_list {
  font-family: var(--font-bold);
  font-weight: 600;
}

.font-en,
.font-en-b,
.font-en-t {
  font-family: "Poppins", sans-serif;
  font-family: var(--font-en, "Poppins", sans-serif);
}

.font-en {
  font-family: "Poppins", sans-serif;
  font-family: var(--font-en, "Poppins", sans-serif);
  font-weight: 600;
}

.font-en-b,
.post--date {
  font-family: "Poppins", sans-serif;
  font-family: var(--font-en, "Poppins", sans-serif);
  font-weight: 700;
}

.font-en-t {
  font-family: "Poppins", sans-serif;
  font-family: var(--font-en, "Poppins", sans-serif);
  font-weight: 100;
}

/* txt
**************************************** */
.txt-ctr,
.txt-ctr-pc {
  text-align: center;
}

.txt-rgt,
.txt-rgt-pc {
  text-align: right;
}

@media screen and (max-width: 47.9375em) {
  .txt-lg {
    font-size: 1.071rem; /* 15px */
  }
  .txt-sm {
    font-size: 0.929rem; /* 13px */
  }
  .txt-ctr-pc,
  .txt-rgt-pc {
    text-align: left;
  }
}
/* bg
********************************************** */
.lps_sec:nth-child(odd)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -10;
  background-color: #EBEEF0;
  background-image: url(../images/common/dot-01.png);
}

.bg-main {
  background-color: #EC7A9B;
  background-color: var(--bg-main, #1D7FB7);
}

.bg-sub {
  background-color: #eee;
}

.bg-wh {
  background-color: #fff;
  background-color: var(--bg-wht, #fff);
}

.pt-1 {
  background-image: url(../images/common/dot-01.png);
}

/* --- pc or sp --- */
.pc-none,
.pc-none-inline,
.pc-none-table,
.pc-none-flex {
  display: none;
}

.sp-none {
  display: block;
}

.sp-none-inline {
  display: inline;
}

.sp-none-table {
  display: table;
}

.sp-none-flex {
  display: flex;
}

@media screen and (max-width: 47.9375em) {
  /* --- pc or sp --- */
  .sp-none,
  .sp-none-inline,
  .sp-none-table,
  .sp-none-flex {
    display: none;
  }
  .pc-none {
    display: block;
  }
  .pc-none-inline {
    display: inline;
  }
  .pc-none-table {
    display: table;
  }
  .pc-none-flex {
    display: flex;
  }
}
/* img
********************************************** */
.img-ctr {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.img-trim {
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-trim.pos_rel::before {
  content: "";
  display: block;
}

.img-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.img-cover.pos_ab {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.img-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.mgn-btm8 {
  margin-bottom: 8px;
}

.mgn-btm16 {
  margin-bottom: 16px;
}

.mgn-btm24 {
  margin-bottom: 24px;
}

.mgn-btm32 {
  margin-bottom: 32px;
}

.mgn-btm40 {
  margin-bottom: 40px;
}

.mgn-btm48 {
  margin-bottom: 48px;
}

.mgn-btm56 {
  margin-bottom: 56px;
}

.mgn-btm64 {
  margin-bottom: 64px;
}

.mgn-btm72 {
  margin-bottom: 72px;
}

.mgn-btm80 {
  margin-bottom: 80px;
}

.mgn-0 {
  margin: 0rem;
}

.mgn-top0 {
  margin-top: 0rem;
}

.mgn-rgt0 {
  margin-right: 0rem;
}

.mgn-btm0 {
  margin-bottom: 0rem;
}

.mgn-lft0 {
  margin-left: 0rem;
}

.mgn-1 {
  margin: 0.0625rem;
}

.mgn-top1 {
  margin-top: 0.0625rem;
}

.mgn-rgt1 {
  margin-right: 0.0625rem;
}

.mgn-btm1 {
  margin-bottom: 0.0625rem;
}

.mgn-lft1 {
  margin-left: 0.0625rem;
}

.mgn-2 {
  margin: 0.125rem;
}

.mgn-top2 {
  margin-top: 0.125rem;
}

.mgn-rgt2 {
  margin-right: 0.125rem;
}

.mgn-btm2 {
  margin-bottom: 0.125rem;
}

.mgn-lft2 {
  margin-left: 0.125rem;
}

.mgn-3 {
  margin: 0.1875rem;
}

.mgn-top3 {
  margin-top: 0.1875rem;
}

.mgn-rgt3 {
  margin-right: 0.1875rem;
}

.mgn-btm3 {
  margin-bottom: 0.1875rem;
}

.mgn-lft3 {
  margin-left: 0.1875rem;
}

.mgn-4 {
  margin: 0.25rem;
}

.mgn-top4 {
  margin-top: 0.25rem;
}

.mgn-rgt4 {
  margin-right: 0.25rem;
}

.mgn-btm4 {
  margin-bottom: 0.25rem;
}

.mgn-lft4 {
  margin-left: 0.25rem;
}

.mgn-5 {
  margin: 0.3125rem;
}

.mgn-top5 {
  margin-top: 0.3125rem;
}

.mgn-rgt5 {
  margin-right: 0.3125rem;
}

.mgn-btm5 {
  margin-bottom: 0.3125rem;
}

.mgn-lft5 {
  margin-left: 0.3125rem;
}

.mgn-6 {
  margin: 0.375rem;
}

.mgn-top6 {
  margin-top: 0.375rem;
}

.mgn-rgt6 {
  margin-right: 0.375rem;
}

.mgn-btm6 {
  margin-bottom: 0.375rem;
}

.mgn-lft6 {
  margin-left: 0.375rem;
}

.mgn-7 {
  margin: 0.4375rem;
}

.mgn-top7 {
  margin-top: 0.4375rem;
}

.mgn-rgt7 {
  margin-right: 0.4375rem;
}

.mgn-btm7 {
  margin-bottom: 0.4375rem;
}

.mgn-lft7 {
  margin-left: 0.4375rem;
}

.mgn-8 {
  margin: 0.5rem;
}

.mgn-top8 {
  margin-top: 0.5rem;
}

.mgn-rgt8 {
  margin-right: 0.5rem;
}

.mgn-btm8 {
  margin-bottom: 0.5rem;
}

.mgn-lft8 {
  margin-left: 0.5rem;
}

.mgn-9 {
  margin: 0.5625rem;
}

.mgn-top9 {
  margin-top: 0.5625rem;
}

.mgn-rgt9 {
  margin-right: 0.5625rem;
}

.mgn-btm9 {
  margin-bottom: 0.5625rem;
}

.mgn-lft9 {
  margin-left: 0.5625rem;
}

.mgn-10 {
  margin: 0.625rem;
}

.mgn-top10 {
  margin-top: 0.625rem;
}

.mgn-rgt10 {
  margin-right: 0.625rem;
}

.mgn-btm10 {
  margin-bottom: 0.625rem;
}

.mgn-lft10 {
  margin-left: 0.625rem;
}

.mgn-11 {
  margin: 0.6875rem;
}

.mgn-top11 {
  margin-top: 0.6875rem;
}

.mgn-rgt11 {
  margin-right: 0.6875rem;
}

.mgn-btm11 {
  margin-bottom: 0.6875rem;
}

.mgn-lft11 {
  margin-left: 0.6875rem;
}

.mgn-12 {
  margin: 0.75rem;
}

.mgn-top12 {
  margin-top: 0.75rem;
}

.mgn-rgt12 {
  margin-right: 0.75rem;
}

.mgn-btm12 {
  margin-bottom: 0.75rem;
}

.mgn-lft12 {
  margin-left: 0.75rem;
}

.mgn-13 {
  margin: 0.8125rem;
}

.mgn-top13 {
  margin-top: 0.8125rem;
}

.mgn-rgt13 {
  margin-right: 0.8125rem;
}

.mgn-btm13 {
  margin-bottom: 0.8125rem;
}

.mgn-lft13 {
  margin-left: 0.8125rem;
}

.mgn-14 {
  margin: 0.875rem;
}

.mgn-top14 {
  margin-top: 0.875rem;
}

.mgn-rgt14 {
  margin-right: 0.875rem;
}

.mgn-btm14 {
  margin-bottom: 0.875rem;
}

.mgn-lft14 {
  margin-left: 0.875rem;
}

.mgn-15 {
  margin: 0.9375rem;
}

.mgn-top15 {
  margin-top: 0.9375rem;
}

.mgn-rgt15 {
  margin-right: 0.9375rem;
}

.mgn-btm15 {
  margin-bottom: 0.9375rem;
}

.mgn-lft15 {
  margin-left: 0.9375rem;
}

.mgn-16 {
  margin: 1rem;
}

.mgn-top16 {
  margin-top: 1rem;
}

.mgn-rgt16 {
  margin-right: 1rem;
}

.mgn-btm16 {
  margin-bottom: 1rem;
}

.mgn-lft16 {
  margin-left: 1rem;
}

.mgn-17 {
  margin: 1.0625rem;
}

.mgn-top17 {
  margin-top: 1.0625rem;
}

.mgn-rgt17 {
  margin-right: 1.0625rem;
}

.mgn-btm17 {
  margin-bottom: 1.0625rem;
}

.mgn-lft17 {
  margin-left: 1.0625rem;
}

.mgn-18 {
  margin: 1.125rem;
}

.mgn-top18 {
  margin-top: 1.125rem;
}

.mgn-rgt18 {
  margin-right: 1.125rem;
}

.mgn-btm18 {
  margin-bottom: 1.125rem;
}

.mgn-lft18 {
  margin-left: 1.125rem;
}

.mgn-19 {
  margin: 1.1875rem;
}

.mgn-top19 {
  margin-top: 1.1875rem;
}

.mgn-rgt19 {
  margin-right: 1.1875rem;
}

.mgn-btm19 {
  margin-bottom: 1.1875rem;
}

.mgn-lft19 {
  margin-left: 1.1875rem;
}

.mgn-20 {
  margin: 1.25rem;
}

.mgn-top20 {
  margin-top: 1.25rem;
}

.mgn-rgt20 {
  margin-right: 1.25rem;
}

.mgn-btm20 {
  margin-bottom: 1.25rem;
}

.mgn-lft20 {
  margin-left: 1.25rem;
}

.mgn-21 {
  margin: 1.3125rem;
}

.mgn-top21 {
  margin-top: 1.3125rem;
}

.mgn-rgt21 {
  margin-right: 1.3125rem;
}

.mgn-btm21 {
  margin-bottom: 1.3125rem;
}

.mgn-lft21 {
  margin-left: 1.3125rem;
}

.mgn-22 {
  margin: 1.375rem;
}

.mgn-top22 {
  margin-top: 1.375rem;
}

.mgn-rgt22 {
  margin-right: 1.375rem;
}

.mgn-btm22 {
  margin-bottom: 1.375rem;
}

.mgn-lft22 {
  margin-left: 1.375rem;
}

.mgn-23 {
  margin: 1.4375rem;
}

.mgn-top23 {
  margin-top: 1.4375rem;
}

.mgn-rgt23 {
  margin-right: 1.4375rem;
}

.mgn-btm23 {
  margin-bottom: 1.4375rem;
}

.mgn-lft23 {
  margin-left: 1.4375rem;
}

.mgn-24 {
  margin: 1.5rem;
}

.mgn-top24 {
  margin-top: 1.5rem;
}

.mgn-rgt24 {
  margin-right: 1.5rem;
}

.mgn-btm24 {
  margin-bottom: 1.5rem;
}

.mgn-lft24 {
  margin-left: 1.5rem;
}

.mgn-25 {
  margin: 1.5625rem;
}

.mgn-top25 {
  margin-top: 1.5625rem;
}

.mgn-rgt25 {
  margin-right: 1.5625rem;
}

.mgn-btm25 {
  margin-bottom: 1.5625rem;
}

.mgn-lft25 {
  margin-left: 1.5625rem;
}

.mgn-26 {
  margin: 1.625rem;
}

.mgn-top26 {
  margin-top: 1.625rem;
}

.mgn-rgt26 {
  margin-right: 1.625rem;
}

.mgn-btm26 {
  margin-bottom: 1.625rem;
}

.mgn-lft26 {
  margin-left: 1.625rem;
}

.mgn-27 {
  margin: 1.6875rem;
}

.mgn-top27 {
  margin-top: 1.6875rem;
}

.mgn-rgt27 {
  margin-right: 1.6875rem;
}

.mgn-btm27 {
  margin-bottom: 1.6875rem;
}

.mgn-lft27 {
  margin-left: 1.6875rem;
}

.mgn-28 {
  margin: 1.75rem;
}

.mgn-top28 {
  margin-top: 1.75rem;
}

.mgn-rgt28 {
  margin-right: 1.75rem;
}

.mgn-btm28 {
  margin-bottom: 1.75rem;
}

.mgn-lft28 {
  margin-left: 1.75rem;
}

.mgn-29 {
  margin: 1.8125rem;
}

.mgn-top29 {
  margin-top: 1.8125rem;
}

.mgn-rgt29 {
  margin-right: 1.8125rem;
}

.mgn-btm29 {
  margin-bottom: 1.8125rem;
}

.mgn-lft29 {
  margin-left: 1.8125rem;
}

.mgn-30 {
  margin: 1.875rem;
}

.mgn-top30 {
  margin-top: 1.875rem;
}

.mgn-rgt30 {
  margin-right: 1.875rem;
}

.mgn-btm30 {
  margin-bottom: 1.875rem;
}

.mgn-lft30 {
  margin-left: 1.875rem;
}

.mgn-31 {
  margin: 1.9375rem;
}

.mgn-top31 {
  margin-top: 1.9375rem;
}

.mgn-rgt31 {
  margin-right: 1.9375rem;
}

.mgn-btm31 {
  margin-bottom: 1.9375rem;
}

.mgn-lft31 {
  margin-left: 1.9375rem;
}

.mgn-32 {
  margin: 2rem;
}

.mgn-top32 {
  margin-top: 2rem;
}

.mgn-rgt32 {
  margin-right: 2rem;
}

.mgn-btm32 {
  margin-bottom: 2rem;
}

.mgn-lft32 {
  margin-left: 2rem;
}

.mgn-33 {
  margin: 2.0625rem;
}

.mgn-top33 {
  margin-top: 2.0625rem;
}

.mgn-rgt33 {
  margin-right: 2.0625rem;
}

.mgn-btm33 {
  margin-bottom: 2.0625rem;
}

.mgn-lft33 {
  margin-left: 2.0625rem;
}

.mgn-34 {
  margin: 2.125rem;
}

.mgn-top34 {
  margin-top: 2.125rem;
}

.mgn-rgt34 {
  margin-right: 2.125rem;
}

.mgn-btm34 {
  margin-bottom: 2.125rem;
}

.mgn-lft34 {
  margin-left: 2.125rem;
}

.mgn-35 {
  margin: 2.1875rem;
}

.mgn-top35 {
  margin-top: 2.1875rem;
}

.mgn-rgt35 {
  margin-right: 2.1875rem;
}

.mgn-btm35 {
  margin-bottom: 2.1875rem;
}

.mgn-lft35 {
  margin-left: 2.1875rem;
}

.mgn-36 {
  margin: 2.25rem;
}

.mgn-top36 {
  margin-top: 2.25rem;
}

.mgn-rgt36 {
  margin-right: 2.25rem;
}

.mgn-btm36 {
  margin-bottom: 2.25rem;
}

.mgn-lft36 {
  margin-left: 2.25rem;
}

.mgn-37 {
  margin: 2.3125rem;
}

.mgn-top37 {
  margin-top: 2.3125rem;
}

.mgn-rgt37 {
  margin-right: 2.3125rem;
}

.mgn-btm37 {
  margin-bottom: 2.3125rem;
}

.mgn-lft37 {
  margin-left: 2.3125rem;
}

.mgn-38 {
  margin: 2.375rem;
}

.mgn-top38 {
  margin-top: 2.375rem;
}

.mgn-rgt38 {
  margin-right: 2.375rem;
}

.mgn-btm38 {
  margin-bottom: 2.375rem;
}

.mgn-lft38 {
  margin-left: 2.375rem;
}

.mgn-39 {
  margin: 2.4375rem;
}

.mgn-top39 {
  margin-top: 2.4375rem;
}

.mgn-rgt39 {
  margin-right: 2.4375rem;
}

.mgn-btm39 {
  margin-bottom: 2.4375rem;
}

.mgn-lft39 {
  margin-left: 2.4375rem;
}

.mgn-40 {
  margin: 2.5rem;
}

.mgn-top40 {
  margin-top: 2.5rem;
}

.mgn-rgt40 {
  margin-right: 2.5rem;
}

.mgn-btm40 {
  margin-bottom: 2.5rem;
}

.mgn-lft40 {
  margin-left: 2.5rem;
}

.mgn-41 {
  margin: 2.5625rem;
}

.mgn-top41 {
  margin-top: 2.5625rem;
}

.mgn-rgt41 {
  margin-right: 2.5625rem;
}

.mgn-btm41 {
  margin-bottom: 2.5625rem;
}

.mgn-lft41 {
  margin-left: 2.5625rem;
}

.mgn-42 {
  margin: 2.625rem;
}

.mgn-top42 {
  margin-top: 2.625rem;
}

.mgn-rgt42 {
  margin-right: 2.625rem;
}

.mgn-btm42 {
  margin-bottom: 2.625rem;
}

.mgn-lft42 {
  margin-left: 2.625rem;
}

.mgn-43 {
  margin: 2.6875rem;
}

.mgn-top43 {
  margin-top: 2.6875rem;
}

.mgn-rgt43 {
  margin-right: 2.6875rem;
}

.mgn-btm43 {
  margin-bottom: 2.6875rem;
}

.mgn-lft43 {
  margin-left: 2.6875rem;
}

.mgn-44 {
  margin: 2.75rem;
}

.mgn-top44 {
  margin-top: 2.75rem;
}

.mgn-rgt44 {
  margin-right: 2.75rem;
}

.mgn-btm44 {
  margin-bottom: 2.75rem;
}

.mgn-lft44 {
  margin-left: 2.75rem;
}

.mgn-45 {
  margin: 2.8125rem;
}

.mgn-top45 {
  margin-top: 2.8125rem;
}

.mgn-rgt45 {
  margin-right: 2.8125rem;
}

.mgn-btm45 {
  margin-bottom: 2.8125rem;
}

.mgn-lft45 {
  margin-left: 2.8125rem;
}

.mgn-46 {
  margin: 2.875rem;
}

.mgn-top46 {
  margin-top: 2.875rem;
}

.mgn-rgt46 {
  margin-right: 2.875rem;
}

.mgn-btm46 {
  margin-bottom: 2.875rem;
}

.mgn-lft46 {
  margin-left: 2.875rem;
}

.mgn-47 {
  margin: 2.9375rem;
}

.mgn-top47 {
  margin-top: 2.9375rem;
}

.mgn-rgt47 {
  margin-right: 2.9375rem;
}

.mgn-btm47 {
  margin-bottom: 2.9375rem;
}

.mgn-lft47 {
  margin-left: 2.9375rem;
}

.mgn-48 {
  margin: 3rem;
}

.mgn-top48 {
  margin-top: 3rem;
}

.mgn-rgt48 {
  margin-right: 3rem;
}

.mgn-btm48 {
  margin-bottom: 3rem;
}

.mgn-lft48 {
  margin-left: 3rem;
}

.mgn-49 {
  margin: 3.0625rem;
}

.mgn-top49 {
  margin-top: 3.0625rem;
}

.mgn-rgt49 {
  margin-right: 3.0625rem;
}

.mgn-btm49 {
  margin-bottom: 3.0625rem;
}

.mgn-lft49 {
  margin-left: 3.0625rem;
}

.mgn-50 {
  margin: 3.125rem;
}

.mgn-top50 {
  margin-top: 3.125rem;
}

.mgn-rgt50 {
  margin-right: 3.125rem;
}

.mgn-btm50 {
  margin-bottom: 3.125rem;
}

.mgn-lft50 {
  margin-left: 3.125rem;
}

.mgn-51 {
  margin: 3.1875rem;
}

.mgn-top51 {
  margin-top: 3.1875rem;
}

.mgn-rgt51 {
  margin-right: 3.1875rem;
}

.mgn-btm51 {
  margin-bottom: 3.1875rem;
}

.mgn-lft51 {
  margin-left: 3.1875rem;
}

.mgn-52 {
  margin: 3.25rem;
}

.mgn-top52 {
  margin-top: 3.25rem;
}

.mgn-rgt52 {
  margin-right: 3.25rem;
}

.mgn-btm52 {
  margin-bottom: 3.25rem;
}

.mgn-lft52 {
  margin-left: 3.25rem;
}

.mgn-53 {
  margin: 3.3125rem;
}

.mgn-top53 {
  margin-top: 3.3125rem;
}

.mgn-rgt53 {
  margin-right: 3.3125rem;
}

.mgn-btm53 {
  margin-bottom: 3.3125rem;
}

.mgn-lft53 {
  margin-left: 3.3125rem;
}

.mgn-54 {
  margin: 3.375rem;
}

.mgn-top54 {
  margin-top: 3.375rem;
}

.mgn-rgt54 {
  margin-right: 3.375rem;
}

.mgn-btm54 {
  margin-bottom: 3.375rem;
}

.mgn-lft54 {
  margin-left: 3.375rem;
}

.mgn-55 {
  margin: 3.4375rem;
}

.mgn-top55 {
  margin-top: 3.4375rem;
}

.mgn-rgt55 {
  margin-right: 3.4375rem;
}

.mgn-btm55 {
  margin-bottom: 3.4375rem;
}

.mgn-lft55 {
  margin-left: 3.4375rem;
}

.mgn-56 {
  margin: 3.5rem;
}

.mgn-top56 {
  margin-top: 3.5rem;
}

.mgn-rgt56 {
  margin-right: 3.5rem;
}

.mgn-btm56 {
  margin-bottom: 3.5rem;
}

.mgn-lft56 {
  margin-left: 3.5rem;
}

.mgn-57 {
  margin: 3.5625rem;
}

.mgn-top57 {
  margin-top: 3.5625rem;
}

.mgn-rgt57 {
  margin-right: 3.5625rem;
}

.mgn-btm57 {
  margin-bottom: 3.5625rem;
}

.mgn-lft57 {
  margin-left: 3.5625rem;
}

.mgn-58 {
  margin: 3.625rem;
}

.mgn-top58 {
  margin-top: 3.625rem;
}

.mgn-rgt58 {
  margin-right: 3.625rem;
}

.mgn-btm58 {
  margin-bottom: 3.625rem;
}

.mgn-lft58 {
  margin-left: 3.625rem;
}

.mgn-59 {
  margin: 3.6875rem;
}

.mgn-top59 {
  margin-top: 3.6875rem;
}

.mgn-rgt59 {
  margin-right: 3.6875rem;
}

.mgn-btm59 {
  margin-bottom: 3.6875rem;
}

.mgn-lft59 {
  margin-left: 3.6875rem;
}

.mgn-60 {
  margin: 3.75rem;
}

.mgn-top60 {
  margin-top: 3.75rem;
}

.mgn-rgt60 {
  margin-right: 3.75rem;
}

.mgn-btm60 {
  margin-bottom: 3.75rem;
}

.mgn-lft60 {
  margin-left: 3.75rem;
}

.mgn-61 {
  margin: 3.8125rem;
}

.mgn-top61 {
  margin-top: 3.8125rem;
}

.mgn-rgt61 {
  margin-right: 3.8125rem;
}

.mgn-btm61 {
  margin-bottom: 3.8125rem;
}

.mgn-lft61 {
  margin-left: 3.8125rem;
}

.mgn-62 {
  margin: 3.875rem;
}

.mgn-top62 {
  margin-top: 3.875rem;
}

.mgn-rgt62 {
  margin-right: 3.875rem;
}

.mgn-btm62 {
  margin-bottom: 3.875rem;
}

.mgn-lft62 {
  margin-left: 3.875rem;
}

.mgn-63 {
  margin: 3.9375rem;
}

.mgn-top63 {
  margin-top: 3.9375rem;
}

.mgn-rgt63 {
  margin-right: 3.9375rem;
}

.mgn-btm63 {
  margin-bottom: 3.9375rem;
}

.mgn-lft63 {
  margin-left: 3.9375rem;
}

.mgn-64 {
  margin: 4rem;
}

.mgn-top64 {
  margin-top: 4rem;
}

.mgn-rgt64 {
  margin-right: 4rem;
}

.mgn-btm64 {
  margin-bottom: 4rem;
}

.mgn-lft64 {
  margin-left: 4rem;
}

.mgn-65 {
  margin: 4.0625rem;
}

.mgn-top65 {
  margin-top: 4.0625rem;
}

.mgn-rgt65 {
  margin-right: 4.0625rem;
}

.mgn-btm65 {
  margin-bottom: 4.0625rem;
}

.mgn-lft65 {
  margin-left: 4.0625rem;
}

.mgn-66 {
  margin: 4.125rem;
}

.mgn-top66 {
  margin-top: 4.125rem;
}

.mgn-rgt66 {
  margin-right: 4.125rem;
}

.mgn-btm66 {
  margin-bottom: 4.125rem;
}

.mgn-lft66 {
  margin-left: 4.125rem;
}

.mgn-67 {
  margin: 4.1875rem;
}

.mgn-top67 {
  margin-top: 4.1875rem;
}

.mgn-rgt67 {
  margin-right: 4.1875rem;
}

.mgn-btm67 {
  margin-bottom: 4.1875rem;
}

.mgn-lft67 {
  margin-left: 4.1875rem;
}

.mgn-68 {
  margin: 4.25rem;
}

.mgn-top68 {
  margin-top: 4.25rem;
}

.mgn-rgt68 {
  margin-right: 4.25rem;
}

.mgn-btm68 {
  margin-bottom: 4.25rem;
}

.mgn-lft68 {
  margin-left: 4.25rem;
}

.mgn-69 {
  margin: 4.3125rem;
}

.mgn-top69 {
  margin-top: 4.3125rem;
}

.mgn-rgt69 {
  margin-right: 4.3125rem;
}

.mgn-btm69 {
  margin-bottom: 4.3125rem;
}

.mgn-lft69 {
  margin-left: 4.3125rem;
}

.mgn-70 {
  margin: 4.375rem;
}

.mgn-top70 {
  margin-top: 4.375rem;
}

.mgn-rgt70 {
  margin-right: 4.375rem;
}

.mgn-btm70 {
  margin-bottom: 4.375rem;
}

.mgn-lft70 {
  margin-left: 4.375rem;
}

.mgn-71 {
  margin: 4.4375rem;
}

.mgn-top71 {
  margin-top: 4.4375rem;
}

.mgn-rgt71 {
  margin-right: 4.4375rem;
}

.mgn-btm71 {
  margin-bottom: 4.4375rem;
}

.mgn-lft71 {
  margin-left: 4.4375rem;
}

.mgn-72 {
  margin: 4.5rem;
}

.mgn-top72 {
  margin-top: 4.5rem;
}

.mgn-rgt72 {
  margin-right: 4.5rem;
}

.mgn-btm72 {
  margin-bottom: 4.5rem;
}

.mgn-lft72 {
  margin-left: 4.5rem;
}

.mgn-73 {
  margin: 4.5625rem;
}

.mgn-top73 {
  margin-top: 4.5625rem;
}

.mgn-rgt73 {
  margin-right: 4.5625rem;
}

.mgn-btm73 {
  margin-bottom: 4.5625rem;
}

.mgn-lft73 {
  margin-left: 4.5625rem;
}

.mgn-74 {
  margin: 4.625rem;
}

.mgn-top74 {
  margin-top: 4.625rem;
}

.mgn-rgt74 {
  margin-right: 4.625rem;
}

.mgn-btm74 {
  margin-bottom: 4.625rem;
}

.mgn-lft74 {
  margin-left: 4.625rem;
}

.mgn-75 {
  margin: 4.6875rem;
}

.mgn-top75 {
  margin-top: 4.6875rem;
}

.mgn-rgt75 {
  margin-right: 4.6875rem;
}

.mgn-btm75 {
  margin-bottom: 4.6875rem;
}

.mgn-lft75 {
  margin-left: 4.6875rem;
}

.mgn-76 {
  margin: 4.75rem;
}

.mgn-top76 {
  margin-top: 4.75rem;
}

.mgn-rgt76 {
  margin-right: 4.75rem;
}

.mgn-btm76 {
  margin-bottom: 4.75rem;
}

.mgn-lft76 {
  margin-left: 4.75rem;
}

.mgn-77 {
  margin: 4.8125rem;
}

.mgn-top77 {
  margin-top: 4.8125rem;
}

.mgn-rgt77 {
  margin-right: 4.8125rem;
}

.mgn-btm77 {
  margin-bottom: 4.8125rem;
}

.mgn-lft77 {
  margin-left: 4.8125rem;
}

.mgn-78 {
  margin: 4.875rem;
}

.mgn-top78 {
  margin-top: 4.875rem;
}

.mgn-rgt78 {
  margin-right: 4.875rem;
}

.mgn-btm78 {
  margin-bottom: 4.875rem;
}

.mgn-lft78 {
  margin-left: 4.875rem;
}

.mgn-79 {
  margin: 4.9375rem;
}

.mgn-top79 {
  margin-top: 4.9375rem;
}

.mgn-rgt79 {
  margin-right: 4.9375rem;
}

.mgn-btm79 {
  margin-bottom: 4.9375rem;
}

.mgn-lft79 {
  margin-left: 4.9375rem;
}

.mgn-80 {
  margin: 5rem;
}

.mgn-top80 {
  margin-top: 5rem;
}

.mgn-rgt80 {
  margin-right: 5rem;
}

.mgn-btm80 {
  margin-bottom: 5rem;
}

.mgn-lft80 {
  margin-left: 5rem;
}

.mgn-81 {
  margin: 5.0625rem;
}

.mgn-top81 {
  margin-top: 5.0625rem;
}

.mgn-rgt81 {
  margin-right: 5.0625rem;
}

.mgn-btm81 {
  margin-bottom: 5.0625rem;
}

.mgn-lft81 {
  margin-left: 5.0625rem;
}

.mgn-82 {
  margin: 5.125rem;
}

.mgn-top82 {
  margin-top: 5.125rem;
}

.mgn-rgt82 {
  margin-right: 5.125rem;
}

.mgn-btm82 {
  margin-bottom: 5.125rem;
}

.mgn-lft82 {
  margin-left: 5.125rem;
}

.mgn-83 {
  margin: 5.1875rem;
}

.mgn-top83 {
  margin-top: 5.1875rem;
}

.mgn-rgt83 {
  margin-right: 5.1875rem;
}

.mgn-btm83 {
  margin-bottom: 5.1875rem;
}

.mgn-lft83 {
  margin-left: 5.1875rem;
}

.mgn-84 {
  margin: 5.25rem;
}

.mgn-top84 {
  margin-top: 5.25rem;
}

.mgn-rgt84 {
  margin-right: 5.25rem;
}

.mgn-btm84 {
  margin-bottom: 5.25rem;
}

.mgn-lft84 {
  margin-left: 5.25rem;
}

.mgn-85 {
  margin: 5.3125rem;
}

.mgn-top85 {
  margin-top: 5.3125rem;
}

.mgn-rgt85 {
  margin-right: 5.3125rem;
}

.mgn-btm85 {
  margin-bottom: 5.3125rem;
}

.mgn-lft85 {
  margin-left: 5.3125rem;
}

.mgn-86 {
  margin: 5.375rem;
}

.mgn-top86 {
  margin-top: 5.375rem;
}

.mgn-rgt86 {
  margin-right: 5.375rem;
}

.mgn-btm86 {
  margin-bottom: 5.375rem;
}

.mgn-lft86 {
  margin-left: 5.375rem;
}

.mgn-87 {
  margin: 5.4375rem;
}

.mgn-top87 {
  margin-top: 5.4375rem;
}

.mgn-rgt87 {
  margin-right: 5.4375rem;
}

.mgn-btm87 {
  margin-bottom: 5.4375rem;
}

.mgn-lft87 {
  margin-left: 5.4375rem;
}

.mgn-88 {
  margin: 5.5rem;
}

.mgn-top88 {
  margin-top: 5.5rem;
}

.mgn-rgt88 {
  margin-right: 5.5rem;
}

.mgn-btm88 {
  margin-bottom: 5.5rem;
}

.mgn-lft88 {
  margin-left: 5.5rem;
}

.mgn-89 {
  margin: 5.5625rem;
}

.mgn-top89 {
  margin-top: 5.5625rem;
}

.mgn-rgt89 {
  margin-right: 5.5625rem;
}

.mgn-btm89 {
  margin-bottom: 5.5625rem;
}

.mgn-lft89 {
  margin-left: 5.5625rem;
}

.mgn-90 {
  margin: 5.625rem;
}

.mgn-top90 {
  margin-top: 5.625rem;
}

.mgn-rgt90 {
  margin-right: 5.625rem;
}

.mgn-btm90 {
  margin-bottom: 5.625rem;
}

.mgn-lft90 {
  margin-left: 5.625rem;
}

.mgn-91 {
  margin: 5.6875rem;
}

.mgn-top91 {
  margin-top: 5.6875rem;
}

.mgn-rgt91 {
  margin-right: 5.6875rem;
}

.mgn-btm91 {
  margin-bottom: 5.6875rem;
}

.mgn-lft91 {
  margin-left: 5.6875rem;
}

.mgn-92 {
  margin: 5.75rem;
}

.mgn-top92 {
  margin-top: 5.75rem;
}

.mgn-rgt92 {
  margin-right: 5.75rem;
}

.mgn-btm92 {
  margin-bottom: 5.75rem;
}

.mgn-lft92 {
  margin-left: 5.75rem;
}

.mgn-93 {
  margin: 5.8125rem;
}

.mgn-top93 {
  margin-top: 5.8125rem;
}

.mgn-rgt93 {
  margin-right: 5.8125rem;
}

.mgn-btm93 {
  margin-bottom: 5.8125rem;
}

.mgn-lft93 {
  margin-left: 5.8125rem;
}

.mgn-94 {
  margin: 5.875rem;
}

.mgn-top94 {
  margin-top: 5.875rem;
}

.mgn-rgt94 {
  margin-right: 5.875rem;
}

.mgn-btm94 {
  margin-bottom: 5.875rem;
}

.mgn-lft94 {
  margin-left: 5.875rem;
}

.mgn-95 {
  margin: 5.9375rem;
}

.mgn-top95 {
  margin-top: 5.9375rem;
}

.mgn-rgt95 {
  margin-right: 5.9375rem;
}

.mgn-btm95 {
  margin-bottom: 5.9375rem;
}

.mgn-lft95 {
  margin-left: 5.9375rem;
}

.mgn-96 {
  margin: 6rem;
}

.mgn-top96 {
  margin-top: 6rem;
}

.mgn-rgt96 {
  margin-right: 6rem;
}

.mgn-btm96 {
  margin-bottom: 6rem;
}

.mgn-lft96 {
  margin-left: 6rem;
}

.mgn-97 {
  margin: 6.0625rem;
}

.mgn-top97 {
  margin-top: 6.0625rem;
}

.mgn-rgt97 {
  margin-right: 6.0625rem;
}

.mgn-btm97 {
  margin-bottom: 6.0625rem;
}

.mgn-lft97 {
  margin-left: 6.0625rem;
}

.mgn-98 {
  margin: 6.125rem;
}

.mgn-top98 {
  margin-top: 6.125rem;
}

.mgn-rgt98 {
  margin-right: 6.125rem;
}

.mgn-btm98 {
  margin-bottom: 6.125rem;
}

.mgn-lft98 {
  margin-left: 6.125rem;
}

.mgn-99 {
  margin: 6.1875rem;
}

.mgn-top99 {
  margin-top: 6.1875rem;
}

.mgn-rgt99 {
  margin-right: 6.1875rem;
}

.mgn-btm99 {
  margin-bottom: 6.1875rem;
}

.mgn-lft99 {
  margin-left: 6.1875rem;
}

.mgn-100 {
  margin: 6.25rem;
}

.mgn-top100 {
  margin-top: 6.25rem;
}

.mgn-rgt100 {
  margin-right: 6.25rem;
}

.mgn-btm100 {
  margin-bottom: 6.25rem;
}

.mgn-lft100 {
  margin-left: 6.25rem;
}

.mgn-101 {
  margin: 6.3125rem;
}

.mgn-top101 {
  margin-top: 6.3125rem;
}

.mgn-rgt101 {
  margin-right: 6.3125rem;
}

.mgn-btm101 {
  margin-bottom: 6.3125rem;
}

.mgn-lft101 {
  margin-left: 6.3125rem;
}

.mgn-102 {
  margin: 6.375rem;
}

.mgn-top102 {
  margin-top: 6.375rem;
}

.mgn-rgt102 {
  margin-right: 6.375rem;
}

.mgn-btm102 {
  margin-bottom: 6.375rem;
}

.mgn-lft102 {
  margin-left: 6.375rem;
}

.mgn-103 {
  margin: 6.4375rem;
}

.mgn-top103 {
  margin-top: 6.4375rem;
}

.mgn-rgt103 {
  margin-right: 6.4375rem;
}

.mgn-btm103 {
  margin-bottom: 6.4375rem;
}

.mgn-lft103 {
  margin-left: 6.4375rem;
}

.mgn-104 {
  margin: 6.5rem;
}

.mgn-top104 {
  margin-top: 6.5rem;
}

.mgn-rgt104 {
  margin-right: 6.5rem;
}

.mgn-btm104 {
  margin-bottom: 6.5rem;
}

.mgn-lft104 {
  margin-left: 6.5rem;
}

.mgn-105 {
  margin: 6.5625rem;
}

.mgn-top105 {
  margin-top: 6.5625rem;
}

.mgn-rgt105 {
  margin-right: 6.5625rem;
}

.mgn-btm105 {
  margin-bottom: 6.5625rem;
}

.mgn-lft105 {
  margin-left: 6.5625rem;
}

.mgn-106 {
  margin: 6.625rem;
}

.mgn-top106 {
  margin-top: 6.625rem;
}

.mgn-rgt106 {
  margin-right: 6.625rem;
}

.mgn-btm106 {
  margin-bottom: 6.625rem;
}

.mgn-lft106 {
  margin-left: 6.625rem;
}

.mgn-107 {
  margin: 6.6875rem;
}

.mgn-top107 {
  margin-top: 6.6875rem;
}

.mgn-rgt107 {
  margin-right: 6.6875rem;
}

.mgn-btm107 {
  margin-bottom: 6.6875rem;
}

.mgn-lft107 {
  margin-left: 6.6875rem;
}

.mgn-108 {
  margin: 6.75rem;
}

.mgn-top108 {
  margin-top: 6.75rem;
}

.mgn-rgt108 {
  margin-right: 6.75rem;
}

.mgn-btm108 {
  margin-bottom: 6.75rem;
}

.mgn-lft108 {
  margin-left: 6.75rem;
}

.mgn-109 {
  margin: 6.8125rem;
}

.mgn-top109 {
  margin-top: 6.8125rem;
}

.mgn-rgt109 {
  margin-right: 6.8125rem;
}

.mgn-btm109 {
  margin-bottom: 6.8125rem;
}

.mgn-lft109 {
  margin-left: 6.8125rem;
}

.mgn-110 {
  margin: 6.875rem;
}

.mgn-top110 {
  margin-top: 6.875rem;
}

.mgn-rgt110 {
  margin-right: 6.875rem;
}

.mgn-btm110 {
  margin-bottom: 6.875rem;
}

.mgn-lft110 {
  margin-left: 6.875rem;
}

.mgn-111 {
  margin: 6.9375rem;
}

.mgn-top111 {
  margin-top: 6.9375rem;
}

.mgn-rgt111 {
  margin-right: 6.9375rem;
}

.mgn-btm111 {
  margin-bottom: 6.9375rem;
}

.mgn-lft111 {
  margin-left: 6.9375rem;
}

.mgn-112 {
  margin: 7rem;
}

.mgn-top112 {
  margin-top: 7rem;
}

.mgn-rgt112 {
  margin-right: 7rem;
}

.mgn-btm112 {
  margin-bottom: 7rem;
}

.mgn-lft112 {
  margin-left: 7rem;
}

.mgn-113 {
  margin: 7.0625rem;
}

.mgn-top113 {
  margin-top: 7.0625rem;
}

.mgn-rgt113 {
  margin-right: 7.0625rem;
}

.mgn-btm113 {
  margin-bottom: 7.0625rem;
}

.mgn-lft113 {
  margin-left: 7.0625rem;
}

.mgn-114 {
  margin: 7.125rem;
}

.mgn-top114 {
  margin-top: 7.125rem;
}

.mgn-rgt114 {
  margin-right: 7.125rem;
}

.mgn-btm114 {
  margin-bottom: 7.125rem;
}

.mgn-lft114 {
  margin-left: 7.125rem;
}

.mgn-115 {
  margin: 7.1875rem;
}

.mgn-top115 {
  margin-top: 7.1875rem;
}

.mgn-rgt115 {
  margin-right: 7.1875rem;
}

.mgn-btm115 {
  margin-bottom: 7.1875rem;
}

.mgn-lft115 {
  margin-left: 7.1875rem;
}

.mgn-116 {
  margin: 7.25rem;
}

.mgn-top116 {
  margin-top: 7.25rem;
}

.mgn-rgt116 {
  margin-right: 7.25rem;
}

.mgn-btm116 {
  margin-bottom: 7.25rem;
}

.mgn-lft116 {
  margin-left: 7.25rem;
}

.mgn-117 {
  margin: 7.3125rem;
}

.mgn-top117 {
  margin-top: 7.3125rem;
}

.mgn-rgt117 {
  margin-right: 7.3125rem;
}

.mgn-btm117 {
  margin-bottom: 7.3125rem;
}

.mgn-lft117 {
  margin-left: 7.3125rem;
}

.mgn-118 {
  margin: 7.375rem;
}

.mgn-top118 {
  margin-top: 7.375rem;
}

.mgn-rgt118 {
  margin-right: 7.375rem;
}

.mgn-btm118 {
  margin-bottom: 7.375rem;
}

.mgn-lft118 {
  margin-left: 7.375rem;
}

.mgn-119 {
  margin: 7.4375rem;
}

.mgn-top119 {
  margin-top: 7.4375rem;
}

.mgn-rgt119 {
  margin-right: 7.4375rem;
}

.mgn-btm119 {
  margin-bottom: 7.4375rem;
}

.mgn-lft119 {
  margin-left: 7.4375rem;
}

.mgn-120 {
  margin: 7.5rem;
}

.mgn-top120 {
  margin-top: 7.5rem;
}

.mgn-rgt120 {
  margin-right: 7.5rem;
}

.mgn-btm120 {
  margin-bottom: 7.5rem;
}

.mgn-lft120 {
  margin-left: 7.5rem;
}

.mgn-121 {
  margin: 7.5625rem;
}

.mgn-top121 {
  margin-top: 7.5625rem;
}

.mgn-rgt121 {
  margin-right: 7.5625rem;
}

.mgn-btm121 {
  margin-bottom: 7.5625rem;
}

.mgn-lft121 {
  margin-left: 7.5625rem;
}

.mgn-122 {
  margin: 7.625rem;
}

.mgn-top122 {
  margin-top: 7.625rem;
}

.mgn-rgt122 {
  margin-right: 7.625rem;
}

.mgn-btm122 {
  margin-bottom: 7.625rem;
}

.mgn-lft122 {
  margin-left: 7.625rem;
}

.mgn-123 {
  margin: 7.6875rem;
}

.mgn-top123 {
  margin-top: 7.6875rem;
}

.mgn-rgt123 {
  margin-right: 7.6875rem;
}

.mgn-btm123 {
  margin-bottom: 7.6875rem;
}

.mgn-lft123 {
  margin-left: 7.6875rem;
}

.mgn-124 {
  margin: 7.75rem;
}

.mgn-top124 {
  margin-top: 7.75rem;
}

.mgn-rgt124 {
  margin-right: 7.75rem;
}

.mgn-btm124 {
  margin-bottom: 7.75rem;
}

.mgn-lft124 {
  margin-left: 7.75rem;
}

.mgn-125 {
  margin: 7.8125rem;
}

.mgn-top125 {
  margin-top: 7.8125rem;
}

.mgn-rgt125 {
  margin-right: 7.8125rem;
}

.mgn-btm125 {
  margin-bottom: 7.8125rem;
}

.mgn-lft125 {
  margin-left: 7.8125rem;
}

.mgn-126 {
  margin: 7.875rem;
}

.mgn-top126 {
  margin-top: 7.875rem;
}

.mgn-rgt126 {
  margin-right: 7.875rem;
}

.mgn-btm126 {
  margin-bottom: 7.875rem;
}

.mgn-lft126 {
  margin-left: 7.875rem;
}

.mgn-127 {
  margin: 7.9375rem;
}

.mgn-top127 {
  margin-top: 7.9375rem;
}

.mgn-rgt127 {
  margin-right: 7.9375rem;
}

.mgn-btm127 {
  margin-bottom: 7.9375rem;
}

.mgn-lft127 {
  margin-left: 7.9375rem;
}

.mgn-128 {
  margin: 8rem;
}

.mgn-top128 {
  margin-top: 8rem;
}

.mgn-rgt128 {
  margin-right: 8rem;
}

.mgn-btm128 {
  margin-bottom: 8rem;
}

.mgn-lft128 {
  margin-left: 8rem;
}

.mgn-129 {
  margin: 8.0625rem;
}

.mgn-top129 {
  margin-top: 8.0625rem;
}

.mgn-rgt129 {
  margin-right: 8.0625rem;
}

.mgn-btm129 {
  margin-bottom: 8.0625rem;
}

.mgn-lft129 {
  margin-left: 8.0625rem;
}

.mgn-130 {
  margin: 8.125rem;
}

.mgn-top130 {
  margin-top: 8.125rem;
}

.mgn-rgt130 {
  margin-right: 8.125rem;
}

.mgn-btm130 {
  margin-bottom: 8.125rem;
}

.mgn-lft130 {
  margin-left: 8.125rem;
}

.mgn-131 {
  margin: 8.1875rem;
}

.mgn-top131 {
  margin-top: 8.1875rem;
}

.mgn-rgt131 {
  margin-right: 8.1875rem;
}

.mgn-btm131 {
  margin-bottom: 8.1875rem;
}

.mgn-lft131 {
  margin-left: 8.1875rem;
}

.mgn-132 {
  margin: 8.25rem;
}

.mgn-top132 {
  margin-top: 8.25rem;
}

.mgn-rgt132 {
  margin-right: 8.25rem;
}

.mgn-btm132 {
  margin-bottom: 8.25rem;
}

.mgn-lft132 {
  margin-left: 8.25rem;
}

.mgn-133 {
  margin: 8.3125rem;
}

.mgn-top133 {
  margin-top: 8.3125rem;
}

.mgn-rgt133 {
  margin-right: 8.3125rem;
}

.mgn-btm133 {
  margin-bottom: 8.3125rem;
}

.mgn-lft133 {
  margin-left: 8.3125rem;
}

.mgn-134 {
  margin: 8.375rem;
}

.mgn-top134 {
  margin-top: 8.375rem;
}

.mgn-rgt134 {
  margin-right: 8.375rem;
}

.mgn-btm134 {
  margin-bottom: 8.375rem;
}

.mgn-lft134 {
  margin-left: 8.375rem;
}

.mgn-135 {
  margin: 8.4375rem;
}

.mgn-top135 {
  margin-top: 8.4375rem;
}

.mgn-rgt135 {
  margin-right: 8.4375rem;
}

.mgn-btm135 {
  margin-bottom: 8.4375rem;
}

.mgn-lft135 {
  margin-left: 8.4375rem;
}

.mgn-136 {
  margin: 8.5rem;
}

.mgn-top136 {
  margin-top: 8.5rem;
}

.mgn-rgt136 {
  margin-right: 8.5rem;
}

.mgn-btm136 {
  margin-bottom: 8.5rem;
}

.mgn-lft136 {
  margin-left: 8.5rem;
}

.mgn-137 {
  margin: 8.5625rem;
}

.mgn-top137 {
  margin-top: 8.5625rem;
}

.mgn-rgt137 {
  margin-right: 8.5625rem;
}

.mgn-btm137 {
  margin-bottom: 8.5625rem;
}

.mgn-lft137 {
  margin-left: 8.5625rem;
}

.mgn-138 {
  margin: 8.625rem;
}

.mgn-top138 {
  margin-top: 8.625rem;
}

.mgn-rgt138 {
  margin-right: 8.625rem;
}

.mgn-btm138 {
  margin-bottom: 8.625rem;
}

.mgn-lft138 {
  margin-left: 8.625rem;
}

.mgn-139 {
  margin: 8.6875rem;
}

.mgn-top139 {
  margin-top: 8.6875rem;
}

.mgn-rgt139 {
  margin-right: 8.6875rem;
}

.mgn-btm139 {
  margin-bottom: 8.6875rem;
}

.mgn-lft139 {
  margin-left: 8.6875rem;
}

.mgn-140 {
  margin: 8.75rem;
}

.mgn-top140 {
  margin-top: 8.75rem;
}

.mgn-rgt140 {
  margin-right: 8.75rem;
}

.mgn-btm140 {
  margin-bottom: 8.75rem;
}

.mgn-lft140 {
  margin-left: 8.75rem;
}

.mgn-141 {
  margin: 8.8125rem;
}

.mgn-top141 {
  margin-top: 8.8125rem;
}

.mgn-rgt141 {
  margin-right: 8.8125rem;
}

.mgn-btm141 {
  margin-bottom: 8.8125rem;
}

.mgn-lft141 {
  margin-left: 8.8125rem;
}

.mgn-142 {
  margin: 8.875rem;
}

.mgn-top142 {
  margin-top: 8.875rem;
}

.mgn-rgt142 {
  margin-right: 8.875rem;
}

.mgn-btm142 {
  margin-bottom: 8.875rem;
}

.mgn-lft142 {
  margin-left: 8.875rem;
}

.mgn-143 {
  margin: 8.9375rem;
}

.mgn-top143 {
  margin-top: 8.9375rem;
}

.mgn-rgt143 {
  margin-right: 8.9375rem;
}

.mgn-btm143 {
  margin-bottom: 8.9375rem;
}

.mgn-lft143 {
  margin-left: 8.9375rem;
}

.mgn-144 {
  margin: 9rem;
}

.mgn-top144 {
  margin-top: 9rem;
}

.mgn-rgt144 {
  margin-right: 9rem;
}

.mgn-btm144 {
  margin-bottom: 9rem;
}

.mgn-lft144 {
  margin-left: 9rem;
}

.mgn-145 {
  margin: 9.0625rem;
}

.mgn-top145 {
  margin-top: 9.0625rem;
}

.mgn-rgt145 {
  margin-right: 9.0625rem;
}

.mgn-btm145 {
  margin-bottom: 9.0625rem;
}

.mgn-lft145 {
  margin-left: 9.0625rem;
}

.mgn-146 {
  margin: 9.125rem;
}

.mgn-top146 {
  margin-top: 9.125rem;
}

.mgn-rgt146 {
  margin-right: 9.125rem;
}

.mgn-btm146 {
  margin-bottom: 9.125rem;
}

.mgn-lft146 {
  margin-left: 9.125rem;
}

.mgn-147 {
  margin: 9.1875rem;
}

.mgn-top147 {
  margin-top: 9.1875rem;
}

.mgn-rgt147 {
  margin-right: 9.1875rem;
}

.mgn-btm147 {
  margin-bottom: 9.1875rem;
}

.mgn-lft147 {
  margin-left: 9.1875rem;
}

.mgn-148 {
  margin: 9.25rem;
}

.mgn-top148 {
  margin-top: 9.25rem;
}

.mgn-rgt148 {
  margin-right: 9.25rem;
}

.mgn-btm148 {
  margin-bottom: 9.25rem;
}

.mgn-lft148 {
  margin-left: 9.25rem;
}

.mgn-149 {
  margin: 9.3125rem;
}

.mgn-top149 {
  margin-top: 9.3125rem;
}

.mgn-rgt149 {
  margin-right: 9.3125rem;
}

.mgn-btm149 {
  margin-bottom: 9.3125rem;
}

.mgn-lft149 {
  margin-left: 9.3125rem;
}

.mgn-150 {
  margin: 9.375rem;
}

.mgn-top150 {
  margin-top: 9.375rem;
}

.mgn-rgt150 {
  margin-right: 9.375rem;
}

.mgn-btm150 {
  margin-bottom: 9.375rem;
}

.mgn-lft150 {
  margin-left: 9.375rem;
}

@media screen and (max-width: 47.9375em) {
  .mgn-btm16 {
    margin-bottom: 8px;
  }
  .mgn-btm24 {
    margin-bottom: 16px;
  }
  .mgn-btm32 {
    margin-bottom: 16px;
  }
  .mgn-btm40 {
    margin-bottom: 24px;
  }
  .mgn-btm48 {
    margin-bottom: 24px;
  }
  .mgn-btm56 {
    margin-bottom: 32px;
  }
  .mgn-btm64 {
    margin-bottom: 32px;
  }
  .mgn-btm72 {
    margin-bottom: 40px;
  }
  .mgn-btm80 {
    margin-bottom: 40px;
  }
}
.mgn-0_em {
  margin: 0em;
}

.mgn-top0_em {
  margin-top: 0em;
}

.mgn-rgt0_em {
  margin-right: 0em;
}

.mgn-btm0_em {
  margin-bottom: 0em;
}

.mgn-lft0_em {
  margin-left: 0em;
}

.mgn-1_em {
  margin: 1em;
}

.mgn-top1_em {
  margin-top: 1em;
}

.mgn-rgt1_em {
  margin-right: 1em;
}

.mgn-btm1_em {
  margin-bottom: 1em;
}

.mgn-lft1_em {
  margin-left: 1em;
}

.mgn-2_em {
  margin: 2em;
}

.mgn-top2_em {
  margin-top: 2em;
}

.mgn-rgt2_em {
  margin-right: 2em;
}

.mgn-btm2_em {
  margin-bottom: 2em;
}

.mgn-lft2_em {
  margin-left: 2em;
}

.mgn-3_em {
  margin: 3em;
}

.mgn-top3_em {
  margin-top: 3em;
}

.mgn-rgt3_em {
  margin-right: 3em;
}

.mgn-btm3_em {
  margin-bottom: 3em;
}

.mgn-lft3_em {
  margin-left: 3em;
}

.mgn-4_em {
  margin: 4em;
}

.mgn-top4_em {
  margin-top: 4em;
}

.mgn-rgt4_em {
  margin-right: 4em;
}

.mgn-btm4_em {
  margin-bottom: 4em;
}

.mgn-lft4_em {
  margin-left: 4em;
}

.mgn-5_em {
  margin: 5em;
}

.mgn-top5_em {
  margin-top: 5em;
}

.mgn-rgt5_em {
  margin-right: 5em;
}

.mgn-btm5_em {
  margin-bottom: 5em;
}

.mgn-lft5_em {
  margin-left: 5em;
}

.mgn-6_em {
  margin: 6em;
}

.mgn-top6_em {
  margin-top: 6em;
}

.mgn-rgt6_em {
  margin-right: 6em;
}

.mgn-btm6_em {
  margin-bottom: 6em;
}

.mgn-lft6_em {
  margin-left: 6em;
}

.mgn-7_em {
  margin: 7em;
}

.mgn-top7_em {
  margin-top: 7em;
}

.mgn-rgt7_em {
  margin-right: 7em;
}

.mgn-btm7_em {
  margin-bottom: 7em;
}

.mgn-lft7_em {
  margin-left: 7em;
}

.mgn-8_em {
  margin: 8em;
}

.mgn-top8_em {
  margin-top: 8em;
}

.mgn-rgt8_em {
  margin-right: 8em;
}

.mgn-btm8_em {
  margin-bottom: 8em;
}

.mgn-lft8_em {
  margin-left: 8em;
}

.mgn-9_em {
  margin: 9em;
}

.mgn-top9_em {
  margin-top: 9em;
}

.mgn-rgt9_em {
  margin-right: 9em;
}

.mgn-btm9_em {
  margin-bottom: 9em;
}

.mgn-lft9_em {
  margin-left: 9em;
}

.mgn-10_em {
  margin: 10em;
}

.mgn-top10_em {
  margin-top: 10em;
}

.mgn-rgt10_em {
  margin-right: 10em;
}

.mgn-btm10_em {
  margin-bottom: 10em;
}

.mgn-lft10_em {
  margin-left: 10em;
}

.mgn-11_em {
  margin: 11em;
}

.mgn-top11_em {
  margin-top: 11em;
}

.mgn-rgt11_em {
  margin-right: 11em;
}

.mgn-btm11_em {
  margin-bottom: 11em;
}

.mgn-lft11_em {
  margin-left: 11em;
}

.mgn-12_em {
  margin: 12em;
}

.mgn-top12_em {
  margin-top: 12em;
}

.mgn-rgt12_em {
  margin-right: 12em;
}

.mgn-btm12_em {
  margin-bottom: 12em;
}

.mgn-lft12_em {
  margin-left: 12em;
}

.mgn-13_em {
  margin: 13em;
}

.mgn-top13_em {
  margin-top: 13em;
}

.mgn-rgt13_em {
  margin-right: 13em;
}

.mgn-btm13_em {
  margin-bottom: 13em;
}

.mgn-lft13_em {
  margin-left: 13em;
}

.mgn-14_em {
  margin: 14em;
}

.mgn-top14_em {
  margin-top: 14em;
}

.mgn-rgt14_em {
  margin-right: 14em;
}

.mgn-btm14_em {
  margin-bottom: 14em;
}

.mgn-lft14_em {
  margin-left: 14em;
}

.mgn-15_em {
  margin: 15em;
}

.mgn-top15_em {
  margin-top: 15em;
}

.mgn-rgt15_em {
  margin-right: 15em;
}

.mgn-btm15_em {
  margin-bottom: 15em;
}

.mgn-lft15_em {
  margin-left: 15em;
}

.pdg-0 {
  padding: 0px;
}

.pdg-top0 {
  padding-top: 0px;
}

.pdg-rgt0 {
  padding-right: 0px;
}

.pdg-btm0 {
  padding-bottom: 0px;
}

.pdg-lft0 {
  padding-left: 0px;
}

.pdg-1 {
  padding: 1px;
}

.pdg-top1 {
  padding-top: 1px;
}

.pdg-rgt1 {
  padding-right: 1px;
}

.pdg-btm1 {
  padding-bottom: 1px;
}

.pdg-lft1 {
  padding-left: 1px;
}

.pdg-2 {
  padding: 2px;
}

.pdg-top2 {
  padding-top: 2px;
}

.pdg-rgt2 {
  padding-right: 2px;
}

.pdg-btm2 {
  padding-bottom: 2px;
}

.pdg-lft2 {
  padding-left: 2px;
}

.pdg-3 {
  padding: 3px;
}

.pdg-top3 {
  padding-top: 3px;
}

.pdg-rgt3 {
  padding-right: 3px;
}

.pdg-btm3 {
  padding-bottom: 3px;
}

.pdg-lft3 {
  padding-left: 3px;
}

.pdg-4 {
  padding: 4px;
}

.pdg-top4 {
  padding-top: 4px;
}

.pdg-rgt4 {
  padding-right: 4px;
}

.pdg-btm4 {
  padding-bottom: 4px;
}

.pdg-lft4 {
  padding-left: 4px;
}

.pdg-5 {
  padding: 5px;
}

.pdg-top5 {
  padding-top: 5px;
}

.pdg-rgt5 {
  padding-right: 5px;
}

.pdg-btm5 {
  padding-bottom: 5px;
}

.pdg-lft5 {
  padding-left: 5px;
}

.pdg-6 {
  padding: 6px;
}

.pdg-top6 {
  padding-top: 6px;
}

.pdg-rgt6 {
  padding-right: 6px;
}

.pdg-btm6 {
  padding-bottom: 6px;
}

.pdg-lft6 {
  padding-left: 6px;
}

.pdg-7 {
  padding: 7px;
}

.pdg-top7 {
  padding-top: 7px;
}

.pdg-rgt7 {
  padding-right: 7px;
}

.pdg-btm7 {
  padding-bottom: 7px;
}

.pdg-lft7 {
  padding-left: 7px;
}

.pdg-8 {
  padding: 8px;
}

.pdg-top8 {
  padding-top: 8px;
}

.pdg-rgt8 {
  padding-right: 8px;
}

.pdg-btm8 {
  padding-bottom: 8px;
}

.pdg-lft8 {
  padding-left: 8px;
}

.pdg-9 {
  padding: 9px;
}

.pdg-top9 {
  padding-top: 9px;
}

.pdg-rgt9 {
  padding-right: 9px;
}

.pdg-btm9 {
  padding-bottom: 9px;
}

.pdg-lft9 {
  padding-left: 9px;
}

.pdg-10 {
  padding: 10px;
}

.pdg-top10 {
  padding-top: 10px;
}

.pdg-rgt10 {
  padding-right: 10px;
}

.pdg-btm10 {
  padding-bottom: 10px;
}

.pdg-lft10 {
  padding-left: 10px;
}

.pdg-11 {
  padding: 11px;
}

.pdg-top11 {
  padding-top: 11px;
}

.pdg-rgt11 {
  padding-right: 11px;
}

.pdg-btm11 {
  padding-bottom: 11px;
}

.pdg-lft11 {
  padding-left: 11px;
}

.pdg-12 {
  padding: 12px;
}

.pdg-top12 {
  padding-top: 12px;
}

.pdg-rgt12 {
  padding-right: 12px;
}

.pdg-btm12 {
  padding-bottom: 12px;
}

.pdg-lft12 {
  padding-left: 12px;
}

.pdg-13 {
  padding: 13px;
}

.pdg-top13 {
  padding-top: 13px;
}

.pdg-rgt13 {
  padding-right: 13px;
}

.pdg-btm13 {
  padding-bottom: 13px;
}

.pdg-lft13 {
  padding-left: 13px;
}

.pdg-14 {
  padding: 14px;
}

.pdg-top14 {
  padding-top: 14px;
}

.pdg-rgt14 {
  padding-right: 14px;
}

.pdg-btm14 {
  padding-bottom: 14px;
}

.pdg-lft14 {
  padding-left: 14px;
}

.pdg-15 {
  padding: 15px;
}

.pdg-top15 {
  padding-top: 15px;
}

.pdg-rgt15 {
  padding-right: 15px;
}

.pdg-btm15 {
  padding-bottom: 15px;
}

.pdg-lft15 {
  padding-left: 15px;
}

.pdg-16 {
  padding: 16px;
}

.pdg-top16 {
  padding-top: 16px;
}

.pdg-rgt16 {
  padding-right: 16px;
}

.pdg-btm16 {
  padding-bottom: 16px;
}

.pdg-lft16 {
  padding-left: 16px;
}

.pdg-17 {
  padding: 17px;
}

.pdg-top17 {
  padding-top: 17px;
}

.pdg-rgt17 {
  padding-right: 17px;
}

.pdg-btm17 {
  padding-bottom: 17px;
}

.pdg-lft17 {
  padding-left: 17px;
}

.pdg-18 {
  padding: 18px;
}

.pdg-top18 {
  padding-top: 18px;
}

.pdg-rgt18 {
  padding-right: 18px;
}

.pdg-btm18 {
  padding-bottom: 18px;
}

.pdg-lft18 {
  padding-left: 18px;
}

.pdg-19 {
  padding: 19px;
}

.pdg-top19 {
  padding-top: 19px;
}

.pdg-rgt19 {
  padding-right: 19px;
}

.pdg-btm19 {
  padding-bottom: 19px;
}

.pdg-lft19 {
  padding-left: 19px;
}

.pdg-20 {
  padding: 20px;
}

.pdg-top20 {
  padding-top: 20px;
}

.pdg-rgt20 {
  padding-right: 20px;
}

.pdg-btm20 {
  padding-bottom: 20px;
}

.pdg-lft20 {
  padding-left: 20px;
}

.pdg-21 {
  padding: 21px;
}

.pdg-top21 {
  padding-top: 21px;
}

.pdg-rgt21 {
  padding-right: 21px;
}

.pdg-btm21 {
  padding-bottom: 21px;
}

.pdg-lft21 {
  padding-left: 21px;
}

.pdg-22 {
  padding: 22px;
}

.pdg-top22 {
  padding-top: 22px;
}

.pdg-rgt22 {
  padding-right: 22px;
}

.pdg-btm22 {
  padding-bottom: 22px;
}

.pdg-lft22 {
  padding-left: 22px;
}

.pdg-23 {
  padding: 23px;
}

.pdg-top23 {
  padding-top: 23px;
}

.pdg-rgt23 {
  padding-right: 23px;
}

.pdg-btm23 {
  padding-bottom: 23px;
}

.pdg-lft23 {
  padding-left: 23px;
}

.pdg-24 {
  padding: 24px;
}

.pdg-top24 {
  padding-top: 24px;
}

.pdg-rgt24 {
  padding-right: 24px;
}

.pdg-btm24 {
  padding-bottom: 24px;
}

.pdg-lft24 {
  padding-left: 24px;
}

.pdg-25 {
  padding: 25px;
}

.pdg-top25 {
  padding-top: 25px;
}

.pdg-rgt25 {
  padding-right: 25px;
}

.pdg-btm25 {
  padding-bottom: 25px;
}

.pdg-lft25 {
  padding-left: 25px;
}

.pdg-26 {
  padding: 26px;
}

.pdg-top26 {
  padding-top: 26px;
}

.pdg-rgt26 {
  padding-right: 26px;
}

.pdg-btm26 {
  padding-bottom: 26px;
}

.pdg-lft26 {
  padding-left: 26px;
}

.pdg-27 {
  padding: 27px;
}

.pdg-top27 {
  padding-top: 27px;
}

.pdg-rgt27 {
  padding-right: 27px;
}

.pdg-btm27 {
  padding-bottom: 27px;
}

.pdg-lft27 {
  padding-left: 27px;
}

.pdg-28 {
  padding: 28px;
}

.pdg-top28 {
  padding-top: 28px;
}

.pdg-rgt28 {
  padding-right: 28px;
}

.pdg-btm28 {
  padding-bottom: 28px;
}

.pdg-lft28 {
  padding-left: 28px;
}

.pdg-29 {
  padding: 29px;
}

.pdg-top29 {
  padding-top: 29px;
}

.pdg-rgt29 {
  padding-right: 29px;
}

.pdg-btm29 {
  padding-bottom: 29px;
}

.pdg-lft29 {
  padding-left: 29px;
}

.pdg-30 {
  padding: 30px;
}

.pdg-top30 {
  padding-top: 30px;
}

.pdg-rgt30 {
  padding-right: 30px;
}

.pdg-btm30 {
  padding-bottom: 30px;
}

.pdg-lft30 {
  padding-left: 30px;
}

.pdg-31 {
  padding: 31px;
}

.pdg-top31 {
  padding-top: 31px;
}

.pdg-rgt31 {
  padding-right: 31px;
}

.pdg-btm31 {
  padding-bottom: 31px;
}

.pdg-lft31 {
  padding-left: 31px;
}

.pdg-32 {
  padding: 32px;
}

.pdg-top32 {
  padding-top: 32px;
}

.pdg-rgt32 {
  padding-right: 32px;
}

.pdg-btm32 {
  padding-bottom: 32px;
}

.pdg-lft32 {
  padding-left: 32px;
}

.pdg-33 {
  padding: 33px;
}

.pdg-top33 {
  padding-top: 33px;
}

.pdg-rgt33 {
  padding-right: 33px;
}

.pdg-btm33 {
  padding-bottom: 33px;
}

.pdg-lft33 {
  padding-left: 33px;
}

.pdg-34 {
  padding: 34px;
}

.pdg-top34 {
  padding-top: 34px;
}

.pdg-rgt34 {
  padding-right: 34px;
}

.pdg-btm34 {
  padding-bottom: 34px;
}

.pdg-lft34 {
  padding-left: 34px;
}

.pdg-35 {
  padding: 35px;
}

.pdg-top35 {
  padding-top: 35px;
}

.pdg-rgt35 {
  padding-right: 35px;
}

.pdg-btm35 {
  padding-bottom: 35px;
}

.pdg-lft35 {
  padding-left: 35px;
}

.pdg-36 {
  padding: 36px;
}

.pdg-top36 {
  padding-top: 36px;
}

.pdg-rgt36 {
  padding-right: 36px;
}

.pdg-btm36 {
  padding-bottom: 36px;
}

.pdg-lft36 {
  padding-left: 36px;
}

.pdg-37 {
  padding: 37px;
}

.pdg-top37 {
  padding-top: 37px;
}

.pdg-rgt37 {
  padding-right: 37px;
}

.pdg-btm37 {
  padding-bottom: 37px;
}

.pdg-lft37 {
  padding-left: 37px;
}

.pdg-38 {
  padding: 38px;
}

.pdg-top38 {
  padding-top: 38px;
}

.pdg-rgt38 {
  padding-right: 38px;
}

.pdg-btm38 {
  padding-bottom: 38px;
}

.pdg-lft38 {
  padding-left: 38px;
}

.pdg-39 {
  padding: 39px;
}

.pdg-top39 {
  padding-top: 39px;
}

.pdg-rgt39 {
  padding-right: 39px;
}

.pdg-btm39 {
  padding-bottom: 39px;
}

.pdg-lft39 {
  padding-left: 39px;
}

.pdg-40 {
  padding: 40px;
}

.pdg-top40 {
  padding-top: 40px;
}

.pdg-rgt40 {
  padding-right: 40px;
}

.pdg-btm40 {
  padding-bottom: 40px;
}

.pdg-lft40 {
  padding-left: 40px;
}

.pdg-41 {
  padding: 41px;
}

.pdg-top41 {
  padding-top: 41px;
}

.pdg-rgt41 {
  padding-right: 41px;
}

.pdg-btm41 {
  padding-bottom: 41px;
}

.pdg-lft41 {
  padding-left: 41px;
}

.pdg-42 {
  padding: 42px;
}

.pdg-top42 {
  padding-top: 42px;
}

.pdg-rgt42 {
  padding-right: 42px;
}

.pdg-btm42 {
  padding-bottom: 42px;
}

.pdg-lft42 {
  padding-left: 42px;
}

.pdg-43 {
  padding: 43px;
}

.pdg-top43 {
  padding-top: 43px;
}

.pdg-rgt43 {
  padding-right: 43px;
}

.pdg-btm43 {
  padding-bottom: 43px;
}

.pdg-lft43 {
  padding-left: 43px;
}

.pdg-44 {
  padding: 44px;
}

.pdg-top44 {
  padding-top: 44px;
}

.pdg-rgt44 {
  padding-right: 44px;
}

.pdg-btm44 {
  padding-bottom: 44px;
}

.pdg-lft44 {
  padding-left: 44px;
}

.pdg-45 {
  padding: 45px;
}

.pdg-top45 {
  padding-top: 45px;
}

.pdg-rgt45 {
  padding-right: 45px;
}

.pdg-btm45 {
  padding-bottom: 45px;
}

.pdg-lft45 {
  padding-left: 45px;
}

.pdg-46 {
  padding: 46px;
}

.pdg-top46 {
  padding-top: 46px;
}

.pdg-rgt46 {
  padding-right: 46px;
}

.pdg-btm46 {
  padding-bottom: 46px;
}

.pdg-lft46 {
  padding-left: 46px;
}

.pdg-47 {
  padding: 47px;
}

.pdg-top47 {
  padding-top: 47px;
}

.pdg-rgt47 {
  padding-right: 47px;
}

.pdg-btm47 {
  padding-bottom: 47px;
}

.pdg-lft47 {
  padding-left: 47px;
}

.pdg-48 {
  padding: 48px;
}

.pdg-top48 {
  padding-top: 48px;
}

.pdg-rgt48 {
  padding-right: 48px;
}

.pdg-btm48 {
  padding-bottom: 48px;
}

.pdg-lft48 {
  padding-left: 48px;
}

.pdg-49 {
  padding: 49px;
}

.pdg-top49 {
  padding-top: 49px;
}

.pdg-rgt49 {
  padding-right: 49px;
}

.pdg-btm49 {
  padding-bottom: 49px;
}

.pdg-lft49 {
  padding-left: 49px;
}

.pdg-50 {
  padding: 50px;
}

.pdg-top50 {
  padding-top: 50px;
}

.pdg-rgt50 {
  padding-right: 50px;
}

.pdg-btm50 {
  padding-bottom: 50px;
}

.pdg-lft50 {
  padding-left: 50px;
}

.pdg-51 {
  padding: 51px;
}

.pdg-top51 {
  padding-top: 51px;
}

.pdg-rgt51 {
  padding-right: 51px;
}

.pdg-btm51 {
  padding-bottom: 51px;
}

.pdg-lft51 {
  padding-left: 51px;
}

.pdg-52 {
  padding: 52px;
}

.pdg-top52 {
  padding-top: 52px;
}

.pdg-rgt52 {
  padding-right: 52px;
}

.pdg-btm52 {
  padding-bottom: 52px;
}

.pdg-lft52 {
  padding-left: 52px;
}

.pdg-53 {
  padding: 53px;
}

.pdg-top53 {
  padding-top: 53px;
}

.pdg-rgt53 {
  padding-right: 53px;
}

.pdg-btm53 {
  padding-bottom: 53px;
}

.pdg-lft53 {
  padding-left: 53px;
}

.pdg-54 {
  padding: 54px;
}

.pdg-top54 {
  padding-top: 54px;
}

.pdg-rgt54 {
  padding-right: 54px;
}

.pdg-btm54 {
  padding-bottom: 54px;
}

.pdg-lft54 {
  padding-left: 54px;
}

.pdg-55 {
  padding: 55px;
}

.pdg-top55 {
  padding-top: 55px;
}

.pdg-rgt55 {
  padding-right: 55px;
}

.pdg-btm55 {
  padding-bottom: 55px;
}

.pdg-lft55 {
  padding-left: 55px;
}

.pdg-56 {
  padding: 56px;
}

.pdg-top56 {
  padding-top: 56px;
}

.pdg-rgt56 {
  padding-right: 56px;
}

.pdg-btm56 {
  padding-bottom: 56px;
}

.pdg-lft56 {
  padding-left: 56px;
}

.pdg-57 {
  padding: 57px;
}

.pdg-top57 {
  padding-top: 57px;
}

.pdg-rgt57 {
  padding-right: 57px;
}

.pdg-btm57 {
  padding-bottom: 57px;
}

.pdg-lft57 {
  padding-left: 57px;
}

.pdg-58 {
  padding: 58px;
}

.pdg-top58 {
  padding-top: 58px;
}

.pdg-rgt58 {
  padding-right: 58px;
}

.pdg-btm58 {
  padding-bottom: 58px;
}

.pdg-lft58 {
  padding-left: 58px;
}

.pdg-59 {
  padding: 59px;
}

.pdg-top59 {
  padding-top: 59px;
}

.pdg-rgt59 {
  padding-right: 59px;
}

.pdg-btm59 {
  padding-bottom: 59px;
}

.pdg-lft59 {
  padding-left: 59px;
}

.pdg-60 {
  padding: 60px;
}

.pdg-top60 {
  padding-top: 60px;
}

.pdg-rgt60 {
  padding-right: 60px;
}

.pdg-btm60 {
  padding-bottom: 60px;
}

.pdg-lft60 {
  padding-left: 60px;
}

.pdg-61 {
  padding: 61px;
}

.pdg-top61 {
  padding-top: 61px;
}

.pdg-rgt61 {
  padding-right: 61px;
}

.pdg-btm61 {
  padding-bottom: 61px;
}

.pdg-lft61 {
  padding-left: 61px;
}

.pdg-62 {
  padding: 62px;
}

.pdg-top62 {
  padding-top: 62px;
}

.pdg-rgt62 {
  padding-right: 62px;
}

.pdg-btm62 {
  padding-bottom: 62px;
}

.pdg-lft62 {
  padding-left: 62px;
}

.pdg-63 {
  padding: 63px;
}

.pdg-top63 {
  padding-top: 63px;
}

.pdg-rgt63 {
  padding-right: 63px;
}

.pdg-btm63 {
  padding-bottom: 63px;
}

.pdg-lft63 {
  padding-left: 63px;
}

.pdg-64 {
  padding: 64px;
}

.pdg-top64 {
  padding-top: 64px;
}

.pdg-rgt64 {
  padding-right: 64px;
}

.pdg-btm64 {
  padding-bottom: 64px;
}

.pdg-lft64 {
  padding-left: 64px;
}

.pdg-65 {
  padding: 65px;
}

.pdg-top65 {
  padding-top: 65px;
}

.pdg-rgt65 {
  padding-right: 65px;
}

.pdg-btm65 {
  padding-bottom: 65px;
}

.pdg-lft65 {
  padding-left: 65px;
}

.pdg-66 {
  padding: 66px;
}

.pdg-top66 {
  padding-top: 66px;
}

.pdg-rgt66 {
  padding-right: 66px;
}

.pdg-btm66 {
  padding-bottom: 66px;
}

.pdg-lft66 {
  padding-left: 66px;
}

.pdg-67 {
  padding: 67px;
}

.pdg-top67 {
  padding-top: 67px;
}

.pdg-rgt67 {
  padding-right: 67px;
}

.pdg-btm67 {
  padding-bottom: 67px;
}

.pdg-lft67 {
  padding-left: 67px;
}

.pdg-68 {
  padding: 68px;
}

.pdg-top68 {
  padding-top: 68px;
}

.pdg-rgt68 {
  padding-right: 68px;
}

.pdg-btm68 {
  padding-bottom: 68px;
}

.pdg-lft68 {
  padding-left: 68px;
}

.pdg-69 {
  padding: 69px;
}

.pdg-top69 {
  padding-top: 69px;
}

.pdg-rgt69 {
  padding-right: 69px;
}

.pdg-btm69 {
  padding-bottom: 69px;
}

.pdg-lft69 {
  padding-left: 69px;
}

.pdg-70 {
  padding: 70px;
}

.pdg-top70 {
  padding-top: 70px;
}

.pdg-rgt70 {
  padding-right: 70px;
}

.pdg-btm70 {
  padding-bottom: 70px;
}

.pdg-lft70 {
  padding-left: 70px;
}

.pdg-71 {
  padding: 71px;
}

.pdg-top71 {
  padding-top: 71px;
}

.pdg-rgt71 {
  padding-right: 71px;
}

.pdg-btm71 {
  padding-bottom: 71px;
}

.pdg-lft71 {
  padding-left: 71px;
}

.pdg-72 {
  padding: 72px;
}

.pdg-top72 {
  padding-top: 72px;
}

.pdg-rgt72 {
  padding-right: 72px;
}

.pdg-btm72 {
  padding-bottom: 72px;
}

.pdg-lft72 {
  padding-left: 72px;
}

.pdg-73 {
  padding: 73px;
}

.pdg-top73 {
  padding-top: 73px;
}

.pdg-rgt73 {
  padding-right: 73px;
}

.pdg-btm73 {
  padding-bottom: 73px;
}

.pdg-lft73 {
  padding-left: 73px;
}

.pdg-74 {
  padding: 74px;
}

.pdg-top74 {
  padding-top: 74px;
}

.pdg-rgt74 {
  padding-right: 74px;
}

.pdg-btm74 {
  padding-bottom: 74px;
}

.pdg-lft74 {
  padding-left: 74px;
}

.pdg-75 {
  padding: 75px;
}

.pdg-top75 {
  padding-top: 75px;
}

.pdg-rgt75 {
  padding-right: 75px;
}

.pdg-btm75 {
  padding-bottom: 75px;
}

.pdg-lft75 {
  padding-left: 75px;
}

.pdg-76 {
  padding: 76px;
}

.pdg-top76 {
  padding-top: 76px;
}

.pdg-rgt76 {
  padding-right: 76px;
}

.pdg-btm76 {
  padding-bottom: 76px;
}

.pdg-lft76 {
  padding-left: 76px;
}

.pdg-77 {
  padding: 77px;
}

.pdg-top77 {
  padding-top: 77px;
}

.pdg-rgt77 {
  padding-right: 77px;
}

.pdg-btm77 {
  padding-bottom: 77px;
}

.pdg-lft77 {
  padding-left: 77px;
}

.pdg-78 {
  padding: 78px;
}

.pdg-top78 {
  padding-top: 78px;
}

.pdg-rgt78 {
  padding-right: 78px;
}

.pdg-btm78 {
  padding-bottom: 78px;
}

.pdg-lft78 {
  padding-left: 78px;
}

.pdg-79 {
  padding: 79px;
}

.pdg-top79 {
  padding-top: 79px;
}

.pdg-rgt79 {
  padding-right: 79px;
}

.pdg-btm79 {
  padding-bottom: 79px;
}

.pdg-lft79 {
  padding-left: 79px;
}

.pdg-80 {
  padding: 80px;
}

.pdg-top80 {
  padding-top: 80px;
}

.pdg-rgt80 {
  padding-right: 80px;
}

.pdg-btm80 {
  padding-bottom: 80px;
}

.pdg-lft80 {
  padding-left: 80px;
}

.pdg-81 {
  padding: 81px;
}

.pdg-top81 {
  padding-top: 81px;
}

.pdg-rgt81 {
  padding-right: 81px;
}

.pdg-btm81 {
  padding-bottom: 81px;
}

.pdg-lft81 {
  padding-left: 81px;
}

.pdg-82 {
  padding: 82px;
}

.pdg-top82 {
  padding-top: 82px;
}

.pdg-rgt82 {
  padding-right: 82px;
}

.pdg-btm82 {
  padding-bottom: 82px;
}

.pdg-lft82 {
  padding-left: 82px;
}

.pdg-83 {
  padding: 83px;
}

.pdg-top83 {
  padding-top: 83px;
}

.pdg-rgt83 {
  padding-right: 83px;
}

.pdg-btm83 {
  padding-bottom: 83px;
}

.pdg-lft83 {
  padding-left: 83px;
}

.pdg-84 {
  padding: 84px;
}

.pdg-top84 {
  padding-top: 84px;
}

.pdg-rgt84 {
  padding-right: 84px;
}

.pdg-btm84 {
  padding-bottom: 84px;
}

.pdg-lft84 {
  padding-left: 84px;
}

.pdg-85 {
  padding: 85px;
}

.pdg-top85 {
  padding-top: 85px;
}

.pdg-rgt85 {
  padding-right: 85px;
}

.pdg-btm85 {
  padding-bottom: 85px;
}

.pdg-lft85 {
  padding-left: 85px;
}

.pdg-86 {
  padding: 86px;
}

.pdg-top86 {
  padding-top: 86px;
}

.pdg-rgt86 {
  padding-right: 86px;
}

.pdg-btm86 {
  padding-bottom: 86px;
}

.pdg-lft86 {
  padding-left: 86px;
}

.pdg-87 {
  padding: 87px;
}

.pdg-top87 {
  padding-top: 87px;
}

.pdg-rgt87 {
  padding-right: 87px;
}

.pdg-btm87 {
  padding-bottom: 87px;
}

.pdg-lft87 {
  padding-left: 87px;
}

.pdg-88 {
  padding: 88px;
}

.pdg-top88 {
  padding-top: 88px;
}

.pdg-rgt88 {
  padding-right: 88px;
}

.pdg-btm88 {
  padding-bottom: 88px;
}

.pdg-lft88 {
  padding-left: 88px;
}

.pdg-89 {
  padding: 89px;
}

.pdg-top89 {
  padding-top: 89px;
}

.pdg-rgt89 {
  padding-right: 89px;
}

.pdg-btm89 {
  padding-bottom: 89px;
}

.pdg-lft89 {
  padding-left: 89px;
}

.pdg-90 {
  padding: 90px;
}

.pdg-top90 {
  padding-top: 90px;
}

.pdg-rgt90 {
  padding-right: 90px;
}

.pdg-btm90 {
  padding-bottom: 90px;
}

.pdg-lft90 {
  padding-left: 90px;
}

.pdg-91 {
  padding: 91px;
}

.pdg-top91 {
  padding-top: 91px;
}

.pdg-rgt91 {
  padding-right: 91px;
}

.pdg-btm91 {
  padding-bottom: 91px;
}

.pdg-lft91 {
  padding-left: 91px;
}

.pdg-92 {
  padding: 92px;
}

.pdg-top92 {
  padding-top: 92px;
}

.pdg-rgt92 {
  padding-right: 92px;
}

.pdg-btm92 {
  padding-bottom: 92px;
}

.pdg-lft92 {
  padding-left: 92px;
}

.pdg-93 {
  padding: 93px;
}

.pdg-top93 {
  padding-top: 93px;
}

.pdg-rgt93 {
  padding-right: 93px;
}

.pdg-btm93 {
  padding-bottom: 93px;
}

.pdg-lft93 {
  padding-left: 93px;
}

.pdg-94 {
  padding: 94px;
}

.pdg-top94 {
  padding-top: 94px;
}

.pdg-rgt94 {
  padding-right: 94px;
}

.pdg-btm94 {
  padding-bottom: 94px;
}

.pdg-lft94 {
  padding-left: 94px;
}

.pdg-95 {
  padding: 95px;
}

.pdg-top95 {
  padding-top: 95px;
}

.pdg-rgt95 {
  padding-right: 95px;
}

.pdg-btm95 {
  padding-bottom: 95px;
}

.pdg-lft95 {
  padding-left: 95px;
}

.pdg-96 {
  padding: 96px;
}

.pdg-top96 {
  padding-top: 96px;
}

.pdg-rgt96 {
  padding-right: 96px;
}

.pdg-btm96 {
  padding-bottom: 96px;
}

.pdg-lft96 {
  padding-left: 96px;
}

.pdg-97 {
  padding: 97px;
}

.pdg-top97 {
  padding-top: 97px;
}

.pdg-rgt97 {
  padding-right: 97px;
}

.pdg-btm97 {
  padding-bottom: 97px;
}

.pdg-lft97 {
  padding-left: 97px;
}

.pdg-98 {
  padding: 98px;
}

.pdg-top98 {
  padding-top: 98px;
}

.pdg-rgt98 {
  padding-right: 98px;
}

.pdg-btm98 {
  padding-bottom: 98px;
}

.pdg-lft98 {
  padding-left: 98px;
}

.pdg-99 {
  padding: 99px;
}

.pdg-top99 {
  padding-top: 99px;
}

.pdg-rgt99 {
  padding-right: 99px;
}

.pdg-btm99 {
  padding-bottom: 99px;
}

.pdg-lft99 {
  padding-left: 99px;
}

.pdg-100 {
  padding: 100px;
}

.pdg-top100 {
  padding-top: 100px;
}

.pdg-rgt100 {
  padding-right: 100px;
}

.pdg-btm100 {
  padding-bottom: 100px;
}

.pdg-lft100 {
  padding-left: 100px;
}

.pdg-101 {
  padding: 101px;
}

.pdg-top101 {
  padding-top: 101px;
}

.pdg-rgt101 {
  padding-right: 101px;
}

.pdg-btm101 {
  padding-bottom: 101px;
}

.pdg-lft101 {
  padding-left: 101px;
}

.pdg-102 {
  padding: 102px;
}

.pdg-top102 {
  padding-top: 102px;
}

.pdg-rgt102 {
  padding-right: 102px;
}

.pdg-btm102 {
  padding-bottom: 102px;
}

.pdg-lft102 {
  padding-left: 102px;
}

.pdg-103 {
  padding: 103px;
}

.pdg-top103 {
  padding-top: 103px;
}

.pdg-rgt103 {
  padding-right: 103px;
}

.pdg-btm103 {
  padding-bottom: 103px;
}

.pdg-lft103 {
  padding-left: 103px;
}

.pdg-104 {
  padding: 104px;
}

.pdg-top104 {
  padding-top: 104px;
}

.pdg-rgt104 {
  padding-right: 104px;
}

.pdg-btm104 {
  padding-bottom: 104px;
}

.pdg-lft104 {
  padding-left: 104px;
}

.pdg-105 {
  padding: 105px;
}

.pdg-top105 {
  padding-top: 105px;
}

.pdg-rgt105 {
  padding-right: 105px;
}

.pdg-btm105 {
  padding-bottom: 105px;
}

.pdg-lft105 {
  padding-left: 105px;
}

.pdg-106 {
  padding: 106px;
}

.pdg-top106 {
  padding-top: 106px;
}

.pdg-rgt106 {
  padding-right: 106px;
}

.pdg-btm106 {
  padding-bottom: 106px;
}

.pdg-lft106 {
  padding-left: 106px;
}

.pdg-107 {
  padding: 107px;
}

.pdg-top107 {
  padding-top: 107px;
}

.pdg-rgt107 {
  padding-right: 107px;
}

.pdg-btm107 {
  padding-bottom: 107px;
}

.pdg-lft107 {
  padding-left: 107px;
}

.pdg-108 {
  padding: 108px;
}

.pdg-top108 {
  padding-top: 108px;
}

.pdg-rgt108 {
  padding-right: 108px;
}

.pdg-btm108 {
  padding-bottom: 108px;
}

.pdg-lft108 {
  padding-left: 108px;
}

.pdg-109 {
  padding: 109px;
}

.pdg-top109 {
  padding-top: 109px;
}

.pdg-rgt109 {
  padding-right: 109px;
}

.pdg-btm109 {
  padding-bottom: 109px;
}

.pdg-lft109 {
  padding-left: 109px;
}

.pdg-110 {
  padding: 110px;
}

.pdg-top110 {
  padding-top: 110px;
}

.pdg-rgt110 {
  padding-right: 110px;
}

.pdg-btm110 {
  padding-bottom: 110px;
}

.pdg-lft110 {
  padding-left: 110px;
}

.pdg-111 {
  padding: 111px;
}

.pdg-top111 {
  padding-top: 111px;
}

.pdg-rgt111 {
  padding-right: 111px;
}

.pdg-btm111 {
  padding-bottom: 111px;
}

.pdg-lft111 {
  padding-left: 111px;
}

.pdg-112 {
  padding: 112px;
}

.pdg-top112 {
  padding-top: 112px;
}

.pdg-rgt112 {
  padding-right: 112px;
}

.pdg-btm112 {
  padding-bottom: 112px;
}

.pdg-lft112 {
  padding-left: 112px;
}

.pdg-113 {
  padding: 113px;
}

.pdg-top113 {
  padding-top: 113px;
}

.pdg-rgt113 {
  padding-right: 113px;
}

.pdg-btm113 {
  padding-bottom: 113px;
}

.pdg-lft113 {
  padding-left: 113px;
}

.pdg-114 {
  padding: 114px;
}

.pdg-top114 {
  padding-top: 114px;
}

.pdg-rgt114 {
  padding-right: 114px;
}

.pdg-btm114 {
  padding-bottom: 114px;
}

.pdg-lft114 {
  padding-left: 114px;
}

.pdg-115 {
  padding: 115px;
}

.pdg-top115 {
  padding-top: 115px;
}

.pdg-rgt115 {
  padding-right: 115px;
}

.pdg-btm115 {
  padding-bottom: 115px;
}

.pdg-lft115 {
  padding-left: 115px;
}

.pdg-116 {
  padding: 116px;
}

.pdg-top116 {
  padding-top: 116px;
}

.pdg-rgt116 {
  padding-right: 116px;
}

.pdg-btm116 {
  padding-bottom: 116px;
}

.pdg-lft116 {
  padding-left: 116px;
}

.pdg-117 {
  padding: 117px;
}

.pdg-top117 {
  padding-top: 117px;
}

.pdg-rgt117 {
  padding-right: 117px;
}

.pdg-btm117 {
  padding-bottom: 117px;
}

.pdg-lft117 {
  padding-left: 117px;
}

.pdg-118 {
  padding: 118px;
}

.pdg-top118 {
  padding-top: 118px;
}

.pdg-rgt118 {
  padding-right: 118px;
}

.pdg-btm118 {
  padding-bottom: 118px;
}

.pdg-lft118 {
  padding-left: 118px;
}

.pdg-119 {
  padding: 119px;
}

.pdg-top119 {
  padding-top: 119px;
}

.pdg-rgt119 {
  padding-right: 119px;
}

.pdg-btm119 {
  padding-bottom: 119px;
}

.pdg-lft119 {
  padding-left: 119px;
}

.pdg-120 {
  padding: 120px;
}

.pdg-top120 {
  padding-top: 120px;
}

.pdg-rgt120 {
  padding-right: 120px;
}

.pdg-btm120 {
  padding-bottom: 120px;
}

.pdg-lft120 {
  padding-left: 120px;
}

.pdg-121 {
  padding: 121px;
}

.pdg-top121 {
  padding-top: 121px;
}

.pdg-rgt121 {
  padding-right: 121px;
}

.pdg-btm121 {
  padding-bottom: 121px;
}

.pdg-lft121 {
  padding-left: 121px;
}

.pdg-122 {
  padding: 122px;
}

.pdg-top122 {
  padding-top: 122px;
}

.pdg-rgt122 {
  padding-right: 122px;
}

.pdg-btm122 {
  padding-bottom: 122px;
}

.pdg-lft122 {
  padding-left: 122px;
}

.pdg-123 {
  padding: 123px;
}

.pdg-top123 {
  padding-top: 123px;
}

.pdg-rgt123 {
  padding-right: 123px;
}

.pdg-btm123 {
  padding-bottom: 123px;
}

.pdg-lft123 {
  padding-left: 123px;
}

.pdg-124 {
  padding: 124px;
}

.pdg-top124 {
  padding-top: 124px;
}

.pdg-rgt124 {
  padding-right: 124px;
}

.pdg-btm124 {
  padding-bottom: 124px;
}

.pdg-lft124 {
  padding-left: 124px;
}

.pdg-125 {
  padding: 125px;
}

.pdg-top125 {
  padding-top: 125px;
}

.pdg-rgt125 {
  padding-right: 125px;
}

.pdg-btm125 {
  padding-bottom: 125px;
}

.pdg-lft125 {
  padding-left: 125px;
}

.pdg-126 {
  padding: 126px;
}

.pdg-top126 {
  padding-top: 126px;
}

.pdg-rgt126 {
  padding-right: 126px;
}

.pdg-btm126 {
  padding-bottom: 126px;
}

.pdg-lft126 {
  padding-left: 126px;
}

.pdg-127 {
  padding: 127px;
}

.pdg-top127 {
  padding-top: 127px;
}

.pdg-rgt127 {
  padding-right: 127px;
}

.pdg-btm127 {
  padding-bottom: 127px;
}

.pdg-lft127 {
  padding-left: 127px;
}

.pdg-128 {
  padding: 128px;
}

.pdg-top128 {
  padding-top: 128px;
}

.pdg-rgt128 {
  padding-right: 128px;
}

.pdg-btm128 {
  padding-bottom: 128px;
}

.pdg-lft128 {
  padding-left: 128px;
}

.pdg-129 {
  padding: 129px;
}

.pdg-top129 {
  padding-top: 129px;
}

.pdg-rgt129 {
  padding-right: 129px;
}

.pdg-btm129 {
  padding-bottom: 129px;
}

.pdg-lft129 {
  padding-left: 129px;
}

.pdg-130 {
  padding: 130px;
}

.pdg-top130 {
  padding-top: 130px;
}

.pdg-rgt130 {
  padding-right: 130px;
}

.pdg-btm130 {
  padding-bottom: 130px;
}

.pdg-lft130 {
  padding-left: 130px;
}

.pdg-131 {
  padding: 131px;
}

.pdg-top131 {
  padding-top: 131px;
}

.pdg-rgt131 {
  padding-right: 131px;
}

.pdg-btm131 {
  padding-bottom: 131px;
}

.pdg-lft131 {
  padding-left: 131px;
}

.pdg-132 {
  padding: 132px;
}

.pdg-top132 {
  padding-top: 132px;
}

.pdg-rgt132 {
  padding-right: 132px;
}

.pdg-btm132 {
  padding-bottom: 132px;
}

.pdg-lft132 {
  padding-left: 132px;
}

.pdg-133 {
  padding: 133px;
}

.pdg-top133 {
  padding-top: 133px;
}

.pdg-rgt133 {
  padding-right: 133px;
}

.pdg-btm133 {
  padding-bottom: 133px;
}

.pdg-lft133 {
  padding-left: 133px;
}

.pdg-134 {
  padding: 134px;
}

.pdg-top134 {
  padding-top: 134px;
}

.pdg-rgt134 {
  padding-right: 134px;
}

.pdg-btm134 {
  padding-bottom: 134px;
}

.pdg-lft134 {
  padding-left: 134px;
}

.pdg-135 {
  padding: 135px;
}

.pdg-top135 {
  padding-top: 135px;
}

.pdg-rgt135 {
  padding-right: 135px;
}

.pdg-btm135 {
  padding-bottom: 135px;
}

.pdg-lft135 {
  padding-left: 135px;
}

.pdg-136 {
  padding: 136px;
}

.pdg-top136 {
  padding-top: 136px;
}

.pdg-rgt136 {
  padding-right: 136px;
}

.pdg-btm136 {
  padding-bottom: 136px;
}

.pdg-lft136 {
  padding-left: 136px;
}

.pdg-137 {
  padding: 137px;
}

.pdg-top137 {
  padding-top: 137px;
}

.pdg-rgt137 {
  padding-right: 137px;
}

.pdg-btm137 {
  padding-bottom: 137px;
}

.pdg-lft137 {
  padding-left: 137px;
}

.pdg-138 {
  padding: 138px;
}

.pdg-top138 {
  padding-top: 138px;
}

.pdg-rgt138 {
  padding-right: 138px;
}

.pdg-btm138 {
  padding-bottom: 138px;
}

.pdg-lft138 {
  padding-left: 138px;
}

.pdg-139 {
  padding: 139px;
}

.pdg-top139 {
  padding-top: 139px;
}

.pdg-rgt139 {
  padding-right: 139px;
}

.pdg-btm139 {
  padding-bottom: 139px;
}

.pdg-lft139 {
  padding-left: 139px;
}

.pdg-140 {
  padding: 140px;
}

.pdg-top140 {
  padding-top: 140px;
}

.pdg-rgt140 {
  padding-right: 140px;
}

.pdg-btm140 {
  padding-bottom: 140px;
}

.pdg-lft140 {
  padding-left: 140px;
}

.pdg-141 {
  padding: 141px;
}

.pdg-top141 {
  padding-top: 141px;
}

.pdg-rgt141 {
  padding-right: 141px;
}

.pdg-btm141 {
  padding-bottom: 141px;
}

.pdg-lft141 {
  padding-left: 141px;
}

.pdg-142 {
  padding: 142px;
}

.pdg-top142 {
  padding-top: 142px;
}

.pdg-rgt142 {
  padding-right: 142px;
}

.pdg-btm142 {
  padding-bottom: 142px;
}

.pdg-lft142 {
  padding-left: 142px;
}

.pdg-143 {
  padding: 143px;
}

.pdg-top143 {
  padding-top: 143px;
}

.pdg-rgt143 {
  padding-right: 143px;
}

.pdg-btm143 {
  padding-bottom: 143px;
}

.pdg-lft143 {
  padding-left: 143px;
}

.pdg-144 {
  padding: 144px;
}

.pdg-top144 {
  padding-top: 144px;
}

.pdg-rgt144 {
  padding-right: 144px;
}

.pdg-btm144 {
  padding-bottom: 144px;
}

.pdg-lft144 {
  padding-left: 144px;
}

.pdg-145 {
  padding: 145px;
}

.pdg-top145 {
  padding-top: 145px;
}

.pdg-rgt145 {
  padding-right: 145px;
}

.pdg-btm145 {
  padding-bottom: 145px;
}

.pdg-lft145 {
  padding-left: 145px;
}

.pdg-146 {
  padding: 146px;
}

.pdg-top146 {
  padding-top: 146px;
}

.pdg-rgt146 {
  padding-right: 146px;
}

.pdg-btm146 {
  padding-bottom: 146px;
}

.pdg-lft146 {
  padding-left: 146px;
}

.pdg-147 {
  padding: 147px;
}

.pdg-top147 {
  padding-top: 147px;
}

.pdg-rgt147 {
  padding-right: 147px;
}

.pdg-btm147 {
  padding-bottom: 147px;
}

.pdg-lft147 {
  padding-left: 147px;
}

.pdg-148 {
  padding: 148px;
}

.pdg-top148 {
  padding-top: 148px;
}

.pdg-rgt148 {
  padding-right: 148px;
}

.pdg-btm148 {
  padding-bottom: 148px;
}

.pdg-lft148 {
  padding-left: 148px;
}

.pdg-149 {
  padding: 149px;
}

.pdg-top149 {
  padding-top: 149px;
}

.pdg-rgt149 {
  padding-right: 149px;
}

.pdg-btm149 {
  padding-bottom: 149px;
}

.pdg-lft149 {
  padding-left: 149px;
}

.pdg-150 {
  padding: 150px;
}

.pdg-top150 {
  padding-top: 150px;
}

.pdg-rgt150 {
  padding-right: 150px;
}

.pdg-btm150 {
  padding-bottom: 150px;
}

.pdg-lft150 {
  padding-left: 150px;
}

/* --- position --- */
.pos_rel {
  position: relative;
}

.pos_ab {
  position: absolute;
}

/* --- float --- */
.flt-rgt {
  float: right;
}

.flt-lft {
  float: left;
}

/* breadcrumbs
**************************************** */
.breadcrumbs {
  position: absolute;
  top: 250px;
  left: 0.75vw;
  z-index: 110;
  writing-mode: vertical-rl;
  font-feature-settings: "pkna";
  font-family: "Poppins", sans-serif;
  font-family: var(--font-en, "Poppins", sans-serif);
  font-weight: 400;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 47.9375em) {
  .breadcrumbs {
    top: 122px;
    left: -2px;
    font-size: 0.625rem;
  }
}

.breadcrumbs a:hover {
  color: #EC7A9B;
  color: var(--clr-main, #1d7fb7);
}

.breadcrumbs .breadcrumb_last {
  display: table-cell;
  max-width: 280px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.breadcrumbs + main {
  position: relative;
  z-index: 20;
}

/* btn
********************************************** */
*:not(.flex) > .btn:not(:last-child) {
  margin-bottom: 8px;
}

.btn a {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 18px 48px;
  border-radius: 100px;
  line-height: 1.5;
  width: 100%;
  max-width: 320px;
  color: #fff;
  color: var(--btn-clr-main, #fff);
  font-size: 1.125rem; /* 18px */
  text-align: center;
  background-color: #003953;
  font-weight: 700;
}
@media screen and (max-width: 47.9375em) {
  .btn a {
    max-width: 80%;
    padding: 12px 48px;
    font-size: 1rem;
  }
}

.flex > .btn a {
  max-width: 100%;
}

.btn.txt-ctr a {
  margin-left: auto;
  margin-right: auto;
}

.btn a:hover {
  background-color: #0599D9;
}

.btn a:not([target=_blank]):not([href$=".pdf"]):not([href$=".jpg"]):not([href$=".png"])::before {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 32px;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px;
  border-right: solid 2px;
  transform: rotate(45deg);
  transition: all 0.4s ease-out;
  transition: var(--transit-default, all 0.4s ease-out);
}

.btn svg {
  fill: #fff;
  fill: var(--btn-clr-main, #fff);
}

.btn.btn-next_page {
  position: relative;
  padding-top: 230px;
  padding-bottom: 112px;
  text-align: center;
}
@media screen and (max-width: 47.9375em) {
  .btn.btn-next_page {
    padding-top: 115px;
    padding-bottom: 66px;
  }
}
.btn.btn-next_page .en {
  position: absolute;
  top: 64px;
  left: -0.08em;
  display: block;
  font-size: 18.75rem;
  letter-spacing: 0.01em;
  color: #0599D9;
  opacity: 0.2;
  line-height: 0.7;
  white-space: nowrap;
}
@media screen and (max-width: 47.9375em) {
  .btn.btn-next_page .en {
    top: 32px;
    font-size: 9.375rem;
  }
}
.btn.btn-next_page a {
  max-width: 700px;
}

/* --- btn-2 --- */
.btn-2 a,
.slick-arrow,
.circle--slider .prev,
.circle--slider .next {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  height: 84px;
  font-size: 1.125rem; /* 18px */
  letter-spacing: 0.01em;
  font-weight: 700;
}
@media screen and (max-width: 47.9375em) {
  .btn-2 a,
  .slick-arrow,
  .circle--slider .prev,
  .circle--slider .next {
    max-width: 100%;
  }
}

.btn-2 a .arrow,
.slick-arrow .arrow,
.circle--slider .prev .arrow,
.circle--slider .next .arrow,
.gnav--menu li:not(.menu-item-has-children)  .arrow {
  position: relative;
  display: inline-block;
  width: 66px;
  height: 66px;
  margin-left: 1.125rem;
  border-radius: 50%;
  background: linear-gradient(45deg, #E96A8F 0%, #009ADA 100%);
  box-shadow: 8px -8px 30px rgba(255, 164, 201, 0.33);
  transition: all 0.2s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  cursor: pointer;
  position: absolute;
  right: 1rem;
  top: 8px;
}
@media screen and (max-width: 47.9375em) {
  .btn-2 a .arrow,
  .slick-arrow .arrow,
  .circle--slider .prev .arrow,
  .circle--slider .next .arrow,
  .gnav--menu li:not(.menu-item-has-children)  .arrow {
    width: 40px;
    height: 40px;
    margin-left: 1rem;
    box-shadow: 4px -4px 16px rgba(255, 164, 201, 0.33);
  }
}
.btn-2 a .arrow::before,
.slick-arrow .arrow::before,
.circle--slider .prev .arrow::before,
.circle--slider .next .arrow::before,
.gnav--menu li:not(.menu-item-has-children)  .arrow::before {
  content: "";
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  z-index: 10;
  display: block;
  border-radius: 50%;
  background-color: #fff;
}
@media screen and (max-width: 47.9375em) {
  .btn-2 a .arrow::before,
  .slick-arrow .arrow::before,
  .circle--slider .prev .arrow::before,
  .circle--slider .next .arrow::before,
  .gnav--menu li:not(.menu-item-has-children)  .arrow::before {
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
  }
}
.btn-2 a .arrow::after,
.slick-arrow .arrow::after,
.circle--slider .prev .arrow::after,
.circle--slider .next .arrow::after,
.gnav--menu li:not(.menu-item-has-children) .arrow::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  margin: auto;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px;
  border-right: solid 2px;
  transform: rotate(45deg);
  transition: all 0.2s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}
@media screen and (max-width: 47.9375em) {
  .btn-2 a .arrow::after,
  .slick-arrow .arrow::after,
  .circle--slider .prev .arrow::after,
  .circle--slider .next .arrow::after,
  .gnav--menu li:not(.menu-item-has-children)  .arrow::after {
    width: 6px;
    height: 6px;
    border-top: solid 1px;
    border-right: solid 1px;
  }
}

.btn-2 a:hover .arrow,
.slick-arrow:hover .arrow,
.circle--slider .prev:hover .arrow,
.circle--slider .next:hover .arrow,
.gnav--menu li:not(.menu-item-has-children) a:hover .arrow {
  width: 54px;
  height: 54px;
  box-shadow: -8px 8px 30px rgba(255, 164, 201, 0.33);
  transform: rotate(180deg);
}
@media screen and (max-width: 47.9375em) {
  .btn-2 a:hover .arrow,
  .slick-arrow:hover .arrow,
  .circle--slider .prev:hover .arrow,
  .circle--slider .next:hover .arrow,
  .gnav--menu li:not(.menu-item-has-children) a:hover .arrow {
    width: 48px;
    height: 48px;
    box-shadow: -4px 4px 16px rgba(255, 164, 201, 0.33);
  }
}
.btn-2 a:hover .arrow::after,
.slick-arrow:hover .arrow::after,
.circle--slider .prev:hover .arrow::after,
.circle--slider .next:hover .arrow::after,
.gnav--menu li:not(.menu-item-has-children) a:hover .arrow::after {
  transform: rotate(-135deg);
}

/* --- btn-wh --- */
.btn-wh a {
  color: #333;
  color: var(--btn-clr-wht, #333);
  background-color: #fff;
  background-color: var(--btn-bg-wht, #fff);
}

.btn-wh svg {
  fill: #333;
  fill: var(--btn-clr-wht, #333);
}

.btn-wh a:hover {
  color: #fff;
  color: var(--btn-clr-wht-hvr, #fff);
  background-color: #101560;
  background-color: var(--btn-bg-wht-hvr, #333);
}

.btn-wh a:hover svg {
  fill: #fff;
  fill: var(--btn-clr-wht-hvr, #fff);
}

@media screen and (max-width: 47.9375em) {
  .flex > .btn:not(:last-child) {
    margin-bottom: 8px !important;
  }
}
/* ##############################################################################

  FORMY

############################################################################## */
/*! purgecss start ignore */
#formy_form table {
  width: 100%;
}

#formy_form th,
#formy_form td {
  padding: 16px;
  vertical-align: middle;
  border-bottom: solid 1px #D3D3D3;
}
@media screen and (max-width: 47.9375em) {
  #formy_form th,
  #formy_form td {
    display: block;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
}

#formy_form th {
  white-space: nowrap;
  text-align: left;
  width: 40%;
}
@media screen and (max-width: 47.9375em) {
  #formy_form th {
    width: 100%;
    border-bottom: none;
    padding-bottom: 0.5rem;
    white-space: normal;
    font-weight: bold;
  }
}

#formy_form table input[type=text],
#formy_form table input[type=email],
#formy_form table input[type=tel],
#formy_form table input[type=date],
#formy_form table input[type=password],
#formy_form table textarea {
  width: 100%;
  border-radius: 3px;
  vertical-align: bottom;
}

#formy_form table input[type=text],
#formy_form table input[type=email],
#formy_form table input[type=tel],
#formy_form table input[type=date],
#formy_form table input[type=password],
#formy_form select,
#formy_form textarea {
  margin: 0;
  padding: 5px 15px;
  border: 1px solid #ccc;
  font: inherit;
  font-size: 1rem;
}

#formy_form textarea {
  height: 100px;
}

#formy_form select {
  height: 40px;
}

#formy_form ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#formy_form input:hover {
  opacity: 0.7;
}

#formy_form textarea:hover {
  opacity: 0.7;
}

#formy_form input:focus {
  outline: none;
}

#formy_form .parsley-validated {
  background-color: #eee;
}

#formy_form .parsley-error {
  background-color: #fee;
}

#formy_form .parsley-success {
  background-color: #fff;
}

.help_text {
  display: block;
  font-size: 0.875rem; /* 14px */
  color: #999;
  line-height: 1.6;
  margin-top: 0.25em;
}

.help_text a {
  text-decoration: underline;
}
.help_text a:hover {
  text-decoration: none;
}

.hidden_help {
  display: none;
}

.formy_privacy div {
  overflow-y: scroll;
  height: 140px;
  border: solid 1px #ccc;
  font-size: 0.875rem; /* 14px */
  padding: 8px 16px;
}

.requiredIcon {
  background-color: #0599D9;
  color: #fff;
  margin: 0 0 0 1em;
  font-size: 0.75rem; /* 12px */
  padding: 2px 5px;
  border-radius: 3px;
  float: right;
}

#formy_btn {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  padding-top: 32px;
  text-align: center;
}
@media screen and (max-width: 47.9375em) {
  #formy_btn {
    padding-top: 8px;
  }
}

#formy_btn input {
  font-size: inherit;
  font-weight: bold;
  border: none;
  cursor: pointer;
  color: #fff;
  border-radius: 3px;
  padding: 16px 32px;
  margin-bottom: 24px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
@media screen and (max-width: 47.9375em) {
  #formy_btn input {
    width: 100%;
    background-size: contain;
    background-position: center;
  }
}

#formy_form ul li input[type=radio],
#formy_form ul li input[type=checkbox] {
  display: none !important;
}

#formy_form ul li label {
  position: relative;
  display: inline-block;
  padding: 0.5rem 0.5rem 0.5rem 2.5rem;
  line-height: 1.6;
  vertical-align: top;
  cursor: pointer;
}

#formy_form ul li label:hover {
  opacity: 0.7;
}

#formy_form ul li label::before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  border: 2px solid #788b93;
  left: 1rem;
  top: 0.75rem;
}

#formy_form ul li input[type=radio] + label::before {
  border-radius: 10px;
}

#formy_form ul li input[type=radio]:checked + label,
#formy_form ul li input[type=checkbox]:checked + label {
  color: #EC7A9B;
  font-weight: bold;
}

#formy_form ul li input[type=radio]:checked + label::before,
#formy_form ul li input[type=checkbox]:checked + label::before {
  border-color: #EC7A9B;
}

#formy_form ul li input[type=radio]:checked + label::after,
#formy_form ul li input[type=checkbox]:checked + label::after {
  content: "";
  width: 0.625rem;
  height: 1.125rem;
  top: 0.25rem;
  left: 1.25rem;
  border-right: 2px solid #EC7A9B;
  border-bottom: 2px solid #EC7A9B;
  display: block;
  position: absolute;
  z-index: 10;
  transform: rotate(45deg);
}

.formy_confirm {
  background-color: #EC7A9B;
}

.formy_submit_disabled {
  background-color: #ccc;
}

#formy_btn .formy_submit_disabled:hover {
  opacity: 1;
  cursor: default;
}

#formy_btn input.autoConfirmBack {
  position: relative;
  background-color: transparent;
  color: #555;
  padding: 8px 27px;
  min-width: auto;
  font-size: 92%;
  border: 1px solid #aaa;
  border-radius: 32px;
}

.formy_send {
  background-color: #EC7A9B;
}

#total_required {
  padding: 16px;
  color: #0599D9;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  #formy_form .confirm-message {
    text-align: center;
  }
}
@media screen and (max-width: 47.9375em) {
  #formy_form td {
    padding-top: 0;
  }
  .autoConfirmBack {
    margin-bottom: 8px;
  }
}
/*! purgecss end ignore */
/* --- anchor --- */
.anchor {
  position: absolute;
  top: -80px;
  left: 0;
  pointer-events: none;
}
@media screen and (max-width: 67.5em) {
  .anchor .anchor {
    top: -64px;
  }
}

/* contact
********************************************** */
.page-contact .bg-pt,
.page-contact .line,
.page-contact .lps_sec .line-b {
  display: none;
}
@media screen and (max-width: 47.9375em) {
  .page-contact .header--logo a .en,
  .page-contact .breadcrumbs {
    display: none;
  }
}
.page-contact .page_ttl-en {
  position: absolute;
  opacity: 0.2;
}
.page-contact .page_ttl-jp {
  margin-top: 9rem;
  text-align: center;
  font-size: 2rem;
}
@media screen and (max-width: 47.9375em) {
  .page-contact .page_ttl-jp {
    margin-top: 6rem;
    font-size: 1.5rem;
  }
}
.page-contact .page_ttl-jp::before {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.75rem;
}
.page-contact .lps_sec > * {
  position: relative;
  z-index: 10;
}
.page-contact .section_pdg {
  padding-top: 64px;
  padding-bottom: 64px;
}
@media screen and (max-width: 47.9375em) {
  .page-contact .section_pdg {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.contact .cta_tel {
  width: 100%;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 47.9375em) {
  .contact .cta_tel {
    margin-bottom: 0.75rem;
  }
}
.contact .cta_tel .num {
  font-size: 3rem;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 47.9375em) {
  .contact .cta_tel .num {
    font-size: 2rem;
  }
}
.contact .cta_tel .tel {
  font-size: 2rem;
}
@media screen and (max-width: 47.9375em) {
  .contact .cta_tel .tel {
    font-size: 1.5rem;
  }
}

#formy_form {
  padding: 40px 56px;
  background-color: #fff;
  border-radius: 16px;
}
@media screen and (max-width: 47.9375em) {
  #formy_form {
    padding: 8px 16px;
    border-radius: 8px;
  }
}


.page-thanks .page_nav,
.page-thanks .gnav_btn {
  display: none !important;
}

.page-thanks .lps_sec.section_pdg {
  padding-top: 80px;
  padding-bottom: 120px;
}
@media screen and (max-width: 47.9375em) {
  .page-thanks .lps_sec.section_pdg {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

.flex {
  display: flex;
}

.flex-inline {
  display: inline-flex;
}

.flex-reverse {
  flex-direction: row-reverse;
}

.flex-column {
  flex-direction: column;
}

.flex-j-start {
  justify-content: flex-start;
}

.flex-j-end {
  justify-content: flex-end;
}

.flex-j-ctr {
  justify-content: center;
}

.flex-j-between {
  justify-content: space-between;
}

.flex-j-around {
  justify-content: space-around;
}

.flex-a-start {
  align-items: flex-start;
}

.flex-a-end {
  align-items: flex-end;
}

.flex-a-ctr {
  align-items: center;
}

.flex-a-baseline {
  align-items: baseline;
}

.flex-a-stretch {
  align-items: stretch;
}

.flex-c-nowrap {
  flex-wrap: nowrap;
}

.flex-c-wrap {
  flex-wrap: wrap;
}

.flex-c-reverse {
  flex-wrap: wrap-reverse;
}

.flex-c-start {
  align-content: flex-start;
}

.flex-c-start {
  align-content: flex-start;
}

.flex-c-end {
  align-content: flex-end;
}

.flex-c-ctr {
  align-content: center;
}

.flex-c-baseline {
  align-content: baseline;
}

.flex-c-stretch {
  align-content: stretch;
}

@media screen and (max-width: 47.9375em) {
  /* --- 縦並び - sp --- */
  .flex-sp-block {
    flex-direction: column;
  }
}
.flex-col2,
.flex-col3,
.flex-col4 {
  flex-wrap: wrap;
}

.flex-col1 > * {
  width: 100%;
}

.flex-col2 > * {
  width: 50%;
}

.flex-col3 > * {
  width: 33.3333333333%;
}

.flex-col4 > * {
  width: 25%;
}

.flex-col2.gap {
  gap: 4%;
}

.flex-col3.gap {
  gap: 3%;
}

.flex-col4.gap {
  gap: 2%;
}

.flex-col2.gap > * {
  width: 48%;
  margin-bottom: 4%;
}

.flex-col3.gap > * {
  width: 31.33%;
  margin-bottom: 3%;
}

.flex-col4.gap > * {
  width: 23.5%;
  margin-bottom: 2%;
}

@media screen and (min-width: 48em) {
  .flex-col2.gap-wide {
    gap: 10%;
  }
  .flex-col3.gap-wide {
    gap: 5%;
  }
  .flex-col4.gap-wide {
    gap: 4%;
  }
  .flex-col2.gap-wide > * {
    width: 45%;
    margin-bottom: 6%;
  }
  .flex-col3.gap-wide > * {
    width: 30%;
    margin-bottom: 5%;
  }
  .flex-col4.gap-wide > * {
    width: 22%;
    margin-bottom: 4%;
  }
  .flex-col2.column-gap > *,
  .flex-col3.column-gap > *,
  .flex-col4.column-gap > * {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .flex-col2.flex-sp-block > *,
  .flex-col3.flex-sp-block > *,
  .flex-col4.flex-sp-block > * {
    width: 100%;
  }
  .flex-col2.gap.flex-sp-block > *,
  .flex-col3.gap.flex-sp-block > *,
  .flex-col4.gap.flex-sp-block > * {
    margin-bottom: 20px;
  }
  .flex-col2.gap.flex-sp-block > *:last-child,
  .flex-col3.gap.flex-sp-block > *:last-child,
  .flex-col4.gap.flex-sp-block > *:last-child {
    margin-bottom: 0;
  }
  .flex-col4.gap.flex-sp-col3 > * {
    width: 32%;
  }
  .flex-col4.gap.flex-sp-col2 > * {
    width: 49%;
  }
  .flex-col3.gap.flex-sp-col2 > * {
    width: 48.5%;
  }
}
/* ##############################################################################

    FOOTER

############################################################################## */
/* footer_cta
********************************************** */
.footer_cta {
  position: relative;
  z-index: 10;
  padding-top: 122px;
  padding-bottom: 96px;
  background-image: url(../images/common/cta-bg.svg);
  background-position: bottom 350% left 0%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 47.9375em) {
  .footer_cta {
    padding: 48px 8% 48px;
    background-size: 24% auto;
    background-position: bottom -24% left 0%;
  }
}
.footer_cta .line-b-01 {
  right: 35vw;
  bottom: 0;
}
@media screen and (max-width: 47.9375em) {
  .footer_cta .line-b-01 {
    right: -1vw;
    bottom: 90px;
  }
}
.footer_cta .line-b-02 {
  right: 1vw;
  bottom: 100px;
}
@media screen and (max-width: 47.9375em) {
  .footer_cta .line-b-02 {
    right: 2vw;
    bottom: 108px;
  }
}

.footer--cta > * {
  position: relative;
  width: 48%;
}
@media screen and (max-width: 47.9375em) {
  .footer--cta > * {
    width: 100%;
  }
}
.footer--cta .footer--contact a,
.footer--cta .footer--recruit a {
  height: 270px !important;
}
.footer--cta .footer--contact a,
.footer--cta .footer--recruit a {
  position: relative;
  width: 100%;
  border-radius: 24px;
}
@media screen and (max-width: 47.9375em) {
  .footer--cta .footer--contact a,
  .footer--cta .footer--recruit a {
    height: 140px !important;
  }
  .footer--cta .footer--contact a,
  .footer--cta .footer--recruit a {
    border-radius: 12px;
    margin-top: 24px;
  }
}
.footer--cta .en {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.875rem; /* 30px */
  line-height: 1;
  letter-spacing: 0.01em;
  text-align: center;
}
@media screen and (max-width: 47.9375em) {
  .footer--cta .en {
    font-size: 1.5rem;
  }
}
.footer--cta .arrow {
  position: absolute;
  top: 0;
  right: 44px;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  border: solid 1px;
  transition: all 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}
@media screen and (max-width: 47.9375em) {
  .footer--cta .arrow {
    right: 20px;
    transform: scale(0.5, 0.5);
    transform-origin: center right;
  }
}
@media screen and (max-width: 370px) {
  .footer--cta .arrow {
    right: 10px;
  }
}
.footer--cta .arrow:not(.new_tab)::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 1px;
  border-right: solid 1px;
  transform: rotate(45deg);
}
.footer--cta .arrow path {
  fill: #fff;
}
.footer--cta .footer--contact a:hover .arrow,
.footer--cta .footer--recruit a:hover .arrow {
  right: 36px;
  width: 72px;
  height: 72px;
}
.footer--cta .deco1 {
  left: -136px;
  bottom: -68px;
}
@media screen and (max-width: 47.9375em) {
  .footer--cta .deco1 {
    left: -44px;
    bottom: 0;
    width: 82px;
  }
}
.footer--cta .deco2 {
  right: -72px;
  bottom: -92px;
}
@media screen and (max-width: 47.9375em) {
  .footer--cta .deco2 {
    right: -26px;
    bottom: -46px;
    width: 145px;
  }
}

/* footer
********************************************** */
.footer {
  position: relative;
  z-index: 10;
  background-color: #242D32;
  padding-top: 72px;
}
@media screen and (max-width: 47.9375em) {
  .footer {
    padding-top: 36px;
  }
}
.footer * {
  color: #fff;
}
.footer .inner {
  max-width: 80%;
}
@media screen and (max-width: 1080px) {
  .footer .inner {
    display: block;
  }
}

/* footer_about
********************************************** */
@media screen and (max-width: 1530px) {
  .footer_about {
    display: block;
  }
}
@media screen and (max-width: 47.9375em) {
  .footer_about {
    margin-bottom: 1.5rem;
  }
}
.footer_about .footer--logo {
  margin-right: 1.75rem;
}
.footer_about .footer--logo img {
  width: 11.81vw;
}
@media screen and (max-width: 47.9375em) {
  .footer_about .footer--logo img {
    width: 100px;
  }
}
.footer_about .txtarea {
  flex: 1;
  line-height: 1.5;
  letter-spacing: 0.01em;
  margin-top: 40px;
}
.footer_about .txtarea .name {
  margin-top: 38px;
  margin-bottom: 0.5rem;
  font-size: 1.125rem; /* 18px */
}
@media screen and (max-width: 1530px) {
  .footer_about .txtarea .name {
    margin-top: 20px;
  }
}
.footer_about .txtarea .address {
  position: relative;
  display: inline-block;
  padding-right: 64px;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 47.9375em) {
  .footer_about .txtarea .address {
    padding-right: 32px;
    margin-bottom: 1rem;
  }
}
.footer_about .txtarea .address .map_icn {
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: solid 1px;
}
@media screen and (max-width: 47.9375em) {
  .footer_about .txtarea .address .map_icn {
    right: 0;
    width: 24px;
    height: 24px;
    padding: 7px;
  }
}

/* ---sns--list --- */
.sns--list {
  margin-top: 1rem;
}

.sns--list li:not(:last-child) {
  margin-right: 0.5rem;
}

.sns--list a {
  display: flex;
  align-items: center;
  margin-right: 0.5rem;
}

.sns--list a:hover {
  opacity: 0.7;
}

.sns--list svg {
  width: 1.25rem;
  fill: #fff;
}

/* footer_nav
********************************************** */
.footer_nav {
 
}
@media screen and (max-width: 47.9375em) {
  .footer_nav {
    min-width: 0;
  }
}

/* ---gnav --- */
.footer .gnav {
  height: auto !important;
}
.footer .gnav {
  margin-bottom: 56px;
}
@media screen and (max-width: 47.9375em) {
  .footer .gnav {
    margin-bottom: 28px;
  }
}
.footer .gnav li:last-child a {
  padding-right: 0;
}
.footer .gnav .gnav--link .en::before {
  background-color: #fff;
}
.footer .gnav .gnav--cta-pc,
.footer .gnav .gnav--cta-sp,
.footer .gnav .gnav--menu li:not(.menu-item-has-children) a .arrow {
  display: none !important;
}
@media screen and (max-width: 47.9375em) {
  .footer .gnav .gnav--menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer .gnav .gnav--menu li {
    width: 48%;
  }
  .footer .gnav .gnav--menu li:not(:last-child) {
    border-bottom: none;
  }
  .footer .gnav .gnav--menu a {
    padding: 8px 16px;
  }
  .footer .gnav .gnav--link .en {
    font-size: 1.25rem;
  }
}

/* ---fav --- */
.fnav {
  margin-bottom: 56px;
}
@media screen and (max-width: 47.9375em) {
  .fnav {
    margin-bottom: 28px;
  }
}

.fnav--menu a {
  display: block;
  margin-left: 2em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 47.9375em) {
  .fnav--menu a {
    margin-left: 0;
    margin-top: 0.25rem;
  }
}
.fnav--menu a::before {
  content: "";
  display: inline-block;
  width: 10px;
  margin-right: 10px;
  border-top: solid 2px;
  transform: translateY(-6px);
}

.fnav--menu a[href^=http]::before {
  display: none;
}
.fnav--menu a[href^=http]::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 12px;
  margin-left: 10px;
  background-image: url(../images/common/icon-link.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

/* ---fav-sm --- */
.fnav-sm {
  border-top: solid 1px #394348;
  padding: 24px 0;
  font-size: 0.875rem; /* 14px */
}
@media screen and (max-width: 47.9375em) {
  .fnav-sm {
    padding: 16px 0;
  }
}
.fnav-sm * {
  color: #BEBEBE;
}

@media screen and (max-width: 47.9375em) {
  .fnav--menu-sm {
    margin-bottom: 24px;
  }
}
.fnav--menu-sm .menu-item {
  margin-left: 2em;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 47.9375em) {
  .fnav--menu-sm .menu-item {
    margin-left: 0;
    margin-top: 0.25rem;
  }
}

.copyright {
  margin-left: 52px;
}
@media screen and (max-width: 47.9375em) {
  .copyright {
    margin-left: 0;
  }
}

.copyright small {
  font-size: 0.75rem; /* 12px */
  letter-spacing: 0.01em;
}

/* ##############################################################################

    HEADER

############################################################################## */
/* header
**************************************** */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 10px 0 0 0;
  z-index: 9999;
  transition: all 0.4s ease-out;
  transition: var(--transit-default, all 0.4s ease-out);
}
.header > .inner {
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding-left: 2.18vw;
}
@media screen and (min-width: 768px) {
  .header > .inner * {
    pointer-events: auto;
  }
}
@media screen and (max-width: 67.5em) {
  .header {
    height: 72px;
  }
  .header > .inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.page-contact .header {
  position: absolute;
}

.header--logo a,
.footer--logo a {
  display: block;
}

.header--logo a:hover,
.footer--logo a:hover {
  opacity: 0.7;
}

.header--logo a {
  display: flex;
  align-items: center;
}
.header--logo a img {
 
}
.header--logo a .en {
  display: block;
  width: 15vw;
  margin-left: 1.5rem;
  font-size: 0.75rem; /* 12px */
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 400;
}

@media screen and (max-width: 1300px) and (min-width: 768px) {
  .header--logo a .en {
    display: none;
  }
}
@media print, screen and (min-width: 67.5625em) {
  .header-sm {
    
  }
}
@media screen and (max-width: 67.5em) {
  .header--logo {
    position: relative;
    z-index: 1000;
    pointer-events: auto;
  }
  .header--logo a img {
    width: 72px;
  }
  .header--logo a .en {
    position: absolute;
    top: 62px;
    left: 4px;
    width: 26em;
    font-size: 0.625rem;
    margin-left: 0;
    transition: all 0.4s ease-out;
    transition: var(--transit-default, all 0.4s ease-out);
    opacity: 1;
    pointer-events: auto;
  }
  .header-sm .header--logo .en {
    opacity: 0;
    pointer-events: none;
  }
}
/* gnav
********************************************** */
.header .gnav--menu li:last-child {
  /*display: none;*/
}

.gnav a {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  font-size: 0.875rem; /* 14px */
  letter-spacing: 0.01em;
  line-height: 1.3;
}

.gnav--link {
  padding-left: 18px;
  padding-right: 1vw;
}

.gnav--link .en {
  position: relative;
  display: block;
  font-size: 1.05rem; /* 20px */
}
.gnav--link .en::before {
  content: "";
  position: absolute;
  top: 6px;
  left: -18px;
  display: block;
  width: 9px;
  height: 9px;
  background-color: #003953;
  border-radius: 50%;
  transition: all 0.4s ease-out;
  transition: var(--transit-default, all 0.4s ease-out);
}

.head_sub_nav--wrap {
  position: absolute;
  display: block;
  width: 100%;
  z-index: 100;
  transition: all 0.4s ease-out;
  transition: var(--transit-default, all 0.4s ease-out);
  opacity: 0;
  pointer-events: none;
}

.menu-item-has-children {
  position: relative;
}

.head_sub_nav li:not(:last-child) {
  border-bottom: 1px solid #eee;
}

.head_sub_nav a {
  display: block;
  padding: 16px 24px;
}

/* ---CTA --- */
.cta_tel a {
  display: flex !important;
}
.cta_tel a {
  flex-direction: column;
  justify-content: center;
  line-height: 1.4;
}

.cta_tel a > span {
  display: block;
}

.cta_tel .tel {
  font-size: 1.125rem; /* 18px */
}

.cta_tel .num {
  font-size: 1.5rem; /* 24px */
}

.cta_contact a,
.cta_recruit a {
  height: 44px !important;
}

.cta_contact a,
.cta_recruit a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem; /* 16px */
  color: #fff;
  border-radius: 50px;
}
.cta_contact a:hover,
.cta_recruit a:hover {
  transform: translateY(-2px);
}

.cta_contact a {
  width: 7.4vw;
  background-color: #EC7A9B;
  background: linear-gradient(135deg, #FF5D8D 0%, #EC7A9B 100%);
}
.cta_contact a img{margin-right:10px}
.gnav--contact a {
  margin-left: 0.625vw;
}

.cta_recruit a {
  width: 8vw;
  background-color: #1A9DFF;
  background: linear-gradient(135deg, #24caec 0%, #1A9DFF 100%);
}
.cta_recruit a img{margin-right:10px}
.gnav--recruit a {
  width: 7.4vw;
  padding-left: 1rem;
  padding-right: 0.5rem;
  margin-left: 0.625vw;
}

.gnav--recruit svg {
  margin-left: 0.75rem;
}

.gnav--recruit path {
  fill: #fff;
}

@media screen and (max-width: 1480px) {
 
}
@media screen and (max-width: 1410px) {
  .gnav--link .en {
    font-size: 1rem; /* 16px */
  }
}
@media print, screen and (min-width: 67.5625em) {
  .gnav,
  .gnav ul,
  .gnav li,
  .gnav a {
    height: auto;
  }
  .gnav--menu{width: 100%;justify-content: space-between;}
  .header .gnav {
     display: flex;
     flex-wrap: wrap;
     padding-top: 15px;
     padding-bottom: 15px;
     flex-direction: column-reverse;
  }
  .gnav--cta-pc{display: flex;justify-content: flex-end;align-items: center;width: 100%;margin-bottom: 15px;padding-right: 15px;}
  .header .gnav {
    margin-right: 1rem;
    padding-right: 1.25rem;
    padding-left: 3.25rem;
    border-radius: 50px;
    overflow: hidden;
    background-color: #fff;
    background-color: var(--bg-wht, #fff);
  }
  .gnav_btn,
  .gnav--cta-sp_fixed,
  .gnav--menu li:not(.menu-item-has-children) a .arrow,
  .gnav--cta-sp {
    display: none;
  }
  .head_sub_nav a {
    background-color: #fff;
  }
  .gnav_sub_toggle {
    display: none;
  }
  /* hover */
  .gnav--menu .menu-item-has-children:hover .head_sub_nav--wrap {
    opacity: 1;
    pointer-events: auto;
  }
  .head_sub_nav a:hover {
    opacity: 0.7;
  }
}
footer .gnav--menu{flex-wrap: wrap;}
footer .gnav--menu li{width: 18%;margin-bottom: 30px;margin: 1%;margin-top: 0;margin-right: 0;}
footer .gnav--menu .gnav--link{box-sizing: border-box;margin-bottom: 15px;padding-right: 0;}
footer .gnav--menu .gnav--link .font-en{border-bottom: 1px solid #fff;padding-bottom: 10px;}
footer .gnav--menu li dl{margin-left: 18px;}
footer .gnav--menu li dl dd{margin-bottom: 10px;}
@media screen and (max-width: 67.5em) {
  .header .gnav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: -100%;
    z-index: 300;
    width: 100%;
    margin: 0;
    padding: 108px 13% 64px;
    pointer-events: none;
    transition: all 0.8s cubic-bezier(0.08, 0.82, 0.17, 1);
    overflow: scroll;
    background-color: #F1F2F4;
    transform: translateY(-50%);
    -webkit-overflow-scrolling: touch;
    opacity: 0;
  }
  .header .gnav > * {
    pointer-events: none;
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.08, 0.82, 0.17, 1);
  }
  .header .gnav.active {
    bottom: 0;
    pointer-events: auto;
    transform: translateY(0);
    opacity: 1;
  }
  .header .gnav.active > * {
    pointer-events: auto;
    opacity: 1;
  }
  .gnav--menu {
    display: block;
    margin-bottom: 24px;
  }
  .gnav--menu li {
    position: relative;
    display: block;
    width: 100%;
  }
  .gnav--menu li:not(:last-child) {
   
  }
  .footer_nav{min-width: 100%;}
  .gnav--menu a {
    display: block;

  }
  .gnav--link .en {
    font-size: 1.375rem;
  }
  .gnav--link .en::before {
    top: 8px;
  }
  .gnav--menu li:not(.menu-item-has-children) a .arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }
  .head_sub_nav--wrap {
    position: relative;
    width: 100%;
    border-top: 1px dotted #EC7A9B;
    border-top: 1px dotted var(--clr-main, #1d7fb7);
    transition: none;
    opacity: 1;
    pointer-events: inherit;
    display: none;
  }
  .menu-item-has-children.active .head_sub_nav--wrap {
    opacity: 1;
    pointer-events: auto;
  }
  .head_sub_nav a {
    padding-left: 32px !important;
  }
  .gnav_sub_toggle {
    position: absolute;
    top: 0;
    right: -20px;
    width: 64px;
    height: 64px;
    transition: all 0.4s ease-out;
    transition: var(--transit-default, all 0.4s ease-out);
    color: #EC7A9B;
    color: var(--clr-main, #1d7fb7);
  }
  .gnav_sub_toggle::before,
  .gnav_sub_toggle::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 11px;
    height: 1px;
    border-bottom: 1px solid;
  }
  .gnav_sub_toggle::after {
    transform: rotate(90deg);
  }
  .gnav_sub_toggle.active {
    transform: rotate(180deg);
  }
  .head_sub_nav {
    position: relative;
  }
  .gnav_btn {
    position: fixed;
    top: 22px;
    width: 30px;
    height: 30px;
    z-index: 9999;
    pointer-events: auto;
    transition: all 0.4s ease-out;
    transition: var(--transit-default, all 0.4s ease-out);
  }
  .gnav_btn::after {
    content: "MENU";
    position: absolute;
    right: -10px;
    left: -10px;
    bottom: -6px;
    display: block;
    font-size: 0.625rem;
    white-space: nowrap;
    letter-spacing: 0.01em;
    line-height: 1;
    text-align: center;
  }
  .gnav_btn.active::after {
    content: "CLOSE";
  }
  .gnav_btn--lines {
    position: relative;
    width: 20px;
    height: 12px;
  }
  .gnav_btn--lines span {
    transition: all 0.4s ease-out;
    transition: var(--transit-default, all 0.4s ease-out);
    box-sizing: border-box;
  }
  .gnav_btn--lines span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #003953;
  }
  .gnav_btn--lines span:nth-of-type(1) {
    top: 0;
  }
  .gnav_btn--lines span:nth-of-type(2) {
    top: calc(50% - 1px);
  }
  .gnav_btn--lines span:nth-of-type(3) {
    bottom: 0;
  }
  .active .gnav_btn--lines span:nth-of-type(1) {
    transform: translateY(5px) rotate(-40deg);
  }
  .active .gnav_btn--lines span:nth-of-type(2) {
    opacity: 0;
  }
  .active .gnav_btn--lines span:nth-of-type(3) {
    transform: translateY(-5px) rotate(40deg);
  }
  /* ---CTA --- */
  .gnav--cta-pc {
    display: none;
  }
  .gnav--cta-sp_fixed {
    position: relative;
    z-index: 1000;
    pointer-events: auto;
  }
  .gnav--cta-sp_fixed::before {
    content: "";
    position: absolute;
    top: -8px;
    left: -6px;
    right: -40px;
    bottom: -8px;
    z-index: -10;
    background-color: #fff;
    border-radius: 40px;
  }
  .cta_contact a,
  .cta_recruit a {
    height: 30px !important;
  }
  .cta_contact a,
  .cta_recruit a {
    font-size: 0.857rem; /* 12px */
    letter-spacing: 0.01em;
  }
  .cta_contact a:hover,
  .cta_recruit a:hover {
    transform: translateY(0px);
  }
  .cta_contact a {
    width: 94px;
  }
  .gnav--contact a {

  }
  .cta_recruit a {
    width: 84px;
  }
  .gnav--recruit a {
    min-width: 0;
    padding-left: 0;
    padding-right: 0;
    margin-left: 6px;
  }
  .gnav--recruit svg {
    width: 10px;
    margin-left: 4px;
  }
  .cta_tel .tel {
    font-size: 1.25rem;
  }
  .cta_tel .num {
    font-size: 1.75rem;
  }
  .gnav--tel {
    margin-top: 72px;
  }
}
@media screen and (max-width: 340px) {
  .gnav_btn {
    right: 115px;
  }
  .gnav--recruit {
    display: none;
  }
}
/* hero
********************************************** */
.hero {
  z-index: 30 !important;
}
.hero {
  position: relative;
}
.hero .line-01 {
  top: 200px;
  left: -120px;
}
.hero .line-02 {
  top: 130px;
  left: 70px;
}
.hero .line-03 {
  bottom: 90px;
  right: 57vw;
}
.hero .line-04 {
  bottom: 190px;
  right: 45vw;
}
.hero .line-b-01 {
  top: 200px;
  left: 45vw;
}
.hero .line-b-02 {
  top: 400px;
  right: 10vw;
}
.hero .line-b-03 {
  top: 700px;
  left: 30vw;
}
.hero .line-b-04 {
  left: 4vw;
  bottom: -140px;
}
.hero .line-b-05 {
  left: 25vw;
  bottom: -140px;
}
.hero .line-b-06 {
  right: 42vw;
  bottom: -60px;
}
.hero .deco1 {
  top: 0;
  right: 0;
  max-width: 53vw;
}

.mask {
  position: absolute;
  z-index: -100;
  width: 0;
  height: 0;
}

/* --- hero_slides --- */
.hero_slides {
  max-width: 65vw;
  width: 1242px;
  height: 965px;
  margin-left: auto;
  margin-right: -16px;
-webkit-clip-path: url(#clip);
    clip-path: url(#clip);
}
.page-banner {
  max-width: 65vw;
  width: 950px;
  height: 600px;

}
.hero .deco1{
  height: 700px;
}
.hero_slide {
  overflow: hidden;
}

.hero_slide-sp {
  display: none !important;
}

.hero_slide,
.hero_slide .slick-list,
.hero_slide .slick-track,
.hero_slide .slick-slider,
.hero_slide .slick-slide {
  height: 100% !important;
}

.hero_slide,
.hero_slide .slick-list,
.hero_slide .slick-track,
.hero_slide .slick-slider,
.hero_slide .slick-slide {
  width: 100%;
}

.hero_slide .slick-list {
  position: relative;
  overflow: hidden;
}

@keyframes AnimationGrad {
  0% {
    background-position: 0% 70%;
  }
  50% {
    background-position: 100% 31%;
  }
  100% {
    background-position: 0% 70%;
  }
}
.hero--catch {
  position: absolute;
  top: 15%;
  left: 3vw;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  max-width: 22%;
}
.hero--catch  div dl{display: flex;flex-wrap: wrap;justify-content: space-between;}
.hero--catch  div dl dd{width: 48%;position: relative;}
.hero--catch  div dl dd a{display: block;width: 100%;height: 100%;position: relative;z-index: 99;}
.hero--catch  div dl dd:nth-child(1) a::before{
  content: '';
  width: 100%;
  height: 100%;
  background: url(../images/home/ib1.svg) no-repeat top center;
  background-size: contain;
  position: absolute;
  left: -10px;
  top: 60px;

}
.hero--catch  div dl dd:nth-child(2) a::before{
  content: '';
  width: 100%;
  height: 100%;
  background: url(../images/home/ib2.svg) no-repeat top center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 40px;

}
.hero--catch  div dl dd:nth-child(3) a::before{
  content: '';
  width: 100%;
  height: 100%;
  background: url(../images/home/ib3.svg) no-repeat top center;
  background-size: contain;
  position: absolute;
  left: -10px;
  top: 60px;

}
.hero--catch  div dl dd:nth-child(4) a::before{
  content: '';
  width: 100%;
  height: 100%;
  background: url(../images/home/ib4.svg) no-repeat top center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 80px;

}
.hero--catch  div dl dd i{position: relative;z-index: 9;width: 100%;display: block;}
.hero--catch  div dl dd i img{display: block;margin: 0 auto;}
.hero--catch  div dl dd b{display: block;color: #fff;font-size: 25px; text-align: center;position: relative;z-index: 9;}
.hero--catch  div dl dd:nth-child(1){transform: translateY(-50px);}
.hero--catch  div dl dd:nth-child(2){margin-top: 0px;}
.hero--catch  div dl dd:nth-child(4){margin-top: 60px;}
.hero--catch  div dl dd{
  -webkit-transition: all 0.5s ease 0s ;
  -moz-transition: all 0.5s ease 0s ;
  -ms-transition: all 0.5s ease 0s ;
  -o-transition: all 0.5s ease 0s ;
  transition: all 0.5s ease 0s ;
}
.hero--catch  div dl dd a:hover{
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}


.hero--catch .ttl {
  position: relative;
  z-index: 10;
  margin-bottom: 1.5rem;
  font-size: 4rem; /* 64px */
  line-height: 1.5;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.hero--catch .ttl .color {
  display: inline-block;
  background: linear-gradient(70deg, #009ADA, #E96A8F, #009ADA, #E96A8F);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: AnimationGrad 10s ease infinite;
  background-size: 800% 800%;
}
.hero--catch .txt {
  max-width: 550px;
  margin-bottom: 4rem;
}
.hero--catch .hero--contact a {
  height: 72px !important;
}
.hero--catch .hero--contact a {
  width: 296px;
}
.hero--catch .deco2 {
  top: 320px;
  left: -528px;
}

/* --- hero--scrollbar --- */
.hero--scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 104px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 116px;
  pointer-events: none;
}
.hero--scrollbar .txt {
  display: inline-block;
  margin-bottom: 0.75rem;
  font-size: 0.75rem; /* 12px */
  letter-spacing: 0.01em;
  line-height: 1;
}
.hero--scrollbar .bar {
  position: relative;
  display: inline-block;
  width: 3px;
  height: 100px;
  background-color: #0599D9;
  overflow: hidden;
  border-radius: 2px;
}
.hero--scrollbar .bar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #EC7A9B;
  animation: scroll_progress 3s infinite;
}

@keyframes scroll_progress {
  0% {
    transform: translateY(-100px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100px);
  }
}
/* --- hero--copyright --- */
.hero--copyright {
  position: absolute;
  top: 0;
  right: 1rem;
  bottom: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  color: #fff;
  color: var(--bg-wht);
  line-height: 1;
  writing-mode: vertical-rl;
}
.hero--copyright small {
  font-size: 0.75rem; /* 12px */
  letter-spacing: 0.05em;
}

/* --- hero--scroll-txt --- */
.hero--scroll-txt,
.recruit--scroll-txt {
  position: absolute;
  z-index: -1;
  width: 100%;
  font-size: 11.75rem;
  line-height: 1;
  opacity: 0.5;
  transform: translateY(-50%);
  pointer-events: none;
  white-space: nowrap;
}

.hero--scroll-txt {
  bottom: 194px;
  color: #EC7A9B;
}
.page-hero-txt{bottom: 394px;}
.page-hero-txt .text{font-size: 240px;}
.recruit--scroll-txt {
  bottom: 94px;
  color: #0599D9;
}

.scroll-txt {
  z-index: -1;
  width: 100vw;
}

.scroll-txt span {
  display: inline-block;
  padding: 0 0.3em;
  flex: 0 0 auto;
}
.page-hero-txt .scroll-txt span{font-size: 240px;}
@media screen and (max-width: 1410px) {
  .hero--catch {
    left: 6vw;
  }
  .hero--catch .deco2 {
    left: -460px;
  }
}
@media screen and (max-width: 1024px) {
 
}
@media screen and (max-width: 47.9375em) {
  .hero_slide-pc {
    display: none !important;
  }
  .hero_slide-sp {
    display: block !important;
  }
  .hero .line-01 {
    top: 72px;
    left: 30px;
  }
  .hero .line-02 {
    top: 80px;
    left: 70px;
    z-index: -1;
  }
  .hero .line-03 {
    bottom: 270px;
    right: 17vw;
  }
  .hero .line-04 {
    bottom: 293px;
    right: 2vw;
  }
  .hero .line-b-01 {
    top: 244px;
    left: 55vw;
  }
  .hero .line-b-02 {
    top: 570px;
    right: 30vw;
  }
  .hero .line-b-03,
  .hero .line-b-04,
  .hero .line-b-05,
  .hero .line-b-06 {
    display: none;
  }
  .hero .deco1 {
    z-index: -1;
    max-width: 67vw;
  }
  /* --- hero_slides --- */
  .hero_slides {
    max-width: 70vw;
    height: 70vw;
    margin-left: auto;
    margin-right: -16px;
  }
  .hero--catch {
    position: static;
    top: auto;
    left: auto;
    bottom: auto;
    width: 70%;
    margin-left: 5%;
    margin-right: auto;
    max-width: 70%;
    transform: translateY(-60px);
  }
  .hero--catch .ttl {
    margin-bottom: 0.75rem;
    font-size: 2.5rem;
  }
  .hero--catch .txt {
    margin-bottom: 1rem;
  }
  .hero--catch .txt br {
    display: none;
  }
  .hero--catch .hero--contact a {
    height: 48px !important;
  }
  .hero--catch .hero--contact a {
    width: 200px;
    margin-bottom: 2rem;
  }
  .hero--catch .deco2 {
    width: 48vw;
    top: 130px;
    left: -8px;
  }
  /* --- hero--scrollbar --- */
  .hero--scrollbar {
    right: 4px;
    left: auto;
    bottom: 104px;
    height: 102px;
  }
  .hero--scrollbar .txt {
    margin-bottom: 0.75rem;
    font-size: 0.75rem; /* 12px */
    writing-mode: vertical-rl;
    white-space: nowrap;
  }
  .hero--scrollbar .bar {
    width: 2px;
    height: 50px;
  }
  /* --- hero--copyright --- */
  .hero--copyright {
    display: none;
  }
  /* --- hero--scroll-txt --- */
  .hero--scroll-txt,
  .recruit--scroll-txt {
    font-size: 9.375rem;
  }
  .hero--scroll-txt {
    bottom: 80px;
  }
  .recruit--scroll-txt {
    bottom: 0px;
  }
}
@media screen and (max-width: 380px) {
  .hero--catch .ttl {
    font-size: 2rem;
  }
  .hero--catch .deco2 {
    top: 100px;
  }
}
/* home_news
********************************************** */
.home_news {
  position: absolute;
  right: 0;
  bottom: -90px;
  z-index: 10;
  width: 31.77vw;
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 10px 0 0 10px;
}
.home_news:hover a {
  color: #0599D9;
}
.home_news .ttl {
  display: inline-block;
  padding: 8px 28px;
  margin-right: 1rem;
  font-size: 1.125rem; /* 18px */
  letter-spacing: 0.01em;
  line-height: 1;
  color: #fff;
  background-color: #0599D9;
  border-radius: 40px;
}
.home_news .post--date {
  line-height: 1;
}
.home_news .post--ttl {
  margin-top: 0.75rem;
}

@media screen and (max-width: 47.9375em) {
  .home_news {
    position: relative;
    right: auto;
    bottom: auto;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 14px 16px;
    border-radius: 6px;
  }
  .home_news .ttl {
    padding: 4px 14px;
    margin-right: 0.75rem;
    font-size: 1rem;
  }
  .home_news .post--ttl {
    margin-top: 0.5rem;
  }
}
.home > main {
  overflow: hidden;
}

.home > main > * {
  position: relative;
  z-index: 10;
}

/* --- line --- */
.line {
  position: absolute;
  z-index: 0;
  display: inline-block;
  width: 4px;
  height: 365px;
  overflow: hidden;
  border-radius: 2px;
  transform: rotate(55deg);
}
.line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 2px;
  animation: scroll_line 3s cubic-bezier(0.87, 0, 0.13, 1) infinite;
  transform: translateY(100%);
}
.line.pk::before {
  background: linear-gradient(0deg, #FA5DB1, #FEBFBF);
}
.line.bl::before {
  background: linear-gradient(0deg, #1C8EF4, #00CFDD);
}
.line.pp::before {
  background: linear-gradient(0deg, #3FB0F7, #6D6AFE);
}

.line-b {
  position: absolute;
  z-index: 100;
  display: inline-block;
  width: 24px;
  height: 100px;
  overflow: hidden;
  border-radius: 24px;
  transform: rotate(55deg);
  opacity: 0.4;
}
.line-b::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  display: block;
  animation: scroll_line 5s cubic-bezier(0.87, 0, 0.13, 1) infinite;
  transform: translateY(100%);
}
.line-b.sm {
  transform: scale(0.5, 0.5) rotate(55deg);
}
.line-b.pk::before {
  background: linear-gradient(0deg, #FA5DB1, #FEBFBF);
}
.line-b.pp::before {
  background: linear-gradient(0deg, #965CF2, #FF8ADC);
}

@keyframes scroll_line {
  0% {
    transform: translateY(100%);
  }
  50% {
    transform: translateY(0);
  }
  90% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(-100%);
  }
}
.delay-10::before {
  animation-delay: 1s;
}

.delay-20::before {
  animation-delay: 2s;
}

.delay-30::before {
  animation-delay: 3s;
}

@media screen and (max-width: 47.9375em) {
  /* --- line --- */
  .line {
    width: 2px;
    height: 182px;
  }
  .line-b {
    width: 12px;
    height: 48px;
  }
}
/* home_about
********************************************** */
.home_about {
  z-index: 20 !important;
}
.home_about {
  margin-top: 250px;
  padding-bottom: 430px;
}
.home_about .line-01 {
  top: -140px;
  right: 15vw;
}
.home_about .line-02 {
  top: 0;
  right: 20vw;
}

.home_about .catch,
.home_feature .catch {
  margin-bottom: 2.5rem;
  font-size: 2.5rem; /* 40px */
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.home_about .catch span,
.home_feature .catch span {
  color: #009ADA;
}
.home_about .txt,
.home_feature .txt {
  width: 41vw;
  max-width: 504px;
  margin-bottom: 1rem;
  text-align: justify;
}

.about_slider {
  position: absolute !important;
}

.about_slider {
  width: 546px;
}
.about_slider li {
  overflow: hidden;
  border-radius: 40px 120px 40px 120px;
}
.about_slider img {
  max-width: inherit;
  width: calc(100% + 100px);
}
.about_slider .preve-slide img,
.about_slider .slick-active img {
  animation: slidd_move 14s linear;
}

@keyframes slidd_move {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100px);
  }
}
#about_slider-1 {
  top: 248px;
  right: 1700px;
}

#about_slider-2 {
  top: 94px;
  left: 50%;
}
#about_slider-2::before {
  content: "";
  position: absolute;
  left: -134px;
  bottom: 40px;
  z-index: -10;
  display: block;
  width: 263px;
  height: 216px;
  background-image: url(../images/home/about-bg-01.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

#about_slider-3 {
  top: 210px;
  left: calc(50% + 596px);
}

@media screen and (min-width: 2000px) {
  #about_slider-1 {
    right: auto;
    left: -160px;
  }
}
@media screen and (max-width: 47.9375em) {
  .home_about {
    margin-top: 72px;
    padding-bottom: 116px;
  }
  .home_about .line-01,
  .home_about .line-02 {
    display: none;
  }
  .home_about .catch,
  .home_feature .catch {
    margin-bottom: 1.75rem;
    font-size: 1.75rem;
  }
  .home_about .txt,
  .home_feature .txt {
    width: 100%;
    margin-bottom: 1rem;
  }
  .about_slider {
    width: 55%;
  }
  .about_slider li {
    border-radius: 20px 60px 20px 60px;
  }
  #about_slider-1 {
    display: none;
  }
  #about_slider-2 {
    position: relative !important;
  }
  #about_slider-2 {
    top: auto;
    left: auto;
    transform: translateX(-8vw);
    margin-top: 16px;
  }
  #about_slider-2::before {
    left: auto;
    right: -135px;
    bottom: -48px;
    width: 131px;
    height: 108px;
  }
  #about_slider-3 {
    top: auto;
    left: auto;
    right: -8vw;
    bottom: 160px;
  }
}
/* home_service
********************************************** */
.home_service {
  padding-top: 200px;
  padding-top: 100px;
}
.home_service .bg {
  position: absolute;
  left: -50vw;
  right: -50vw;
  bottom: -480px;
  z-index: -200;
  display: block;
  margin: auto;
  max-width: none;
}
.home_service .bg2 {
  position: absolute;
  left: -50vw;
  right: -50vw;
  bottom: -380px;
  max-width: 1200px;
  z-index: -100;
  display: block;
  margin: auto;
}
.home_service .deco1 {
  left: 0;
  top: -80vw;
  z-index: -1000;
  width: 29vw;
}
.home_service .deco2 {
  top: -420px;
  right: 0;
  z-index: -10;
  width: 28.9vw;
}
.home_service .deco3 {
  top: 54%;
  right: 0;
  z-index: -10;
  width: 9.21vw;
}
.home_service .line-01 {
  top: 200px;
  left: 0vw;
}
.home_service .line-02 {
  top: 120px;
  left: 13vw;
}
.home_service .line-03 {
  top: -90px;
  right: 15vw;
}
.home_service .line-04 {
  top: 10px;
  right: 18vw;
}
.home_service .line-b-01 {
  top: -60px;
  left: 38vw;
}
.home_service .line-b-02 {
  top: 220px;
  left: 1vw;
}
.home_service .line-b-03 {
  top: 320px;
  left: 25vw;
}
.home_service .line-b-04 {
  top: 400px;
  left: 29vw;
}
.home_service .line-b-05 {
  top: 280px;
  right: 33vw;
}
.home_service .line-b-06 {
  top: 360px;
  right: 15vw;
}
.home_service .line-b-07 {
  bottom: 200px;
  left: 7vw;
}
.home_service .line-b-08 {
  bottom: -50px;
  right: 25vw;
}
.home_service .line-b-09 {
  bottom: 50px;
  right: 8vw;
}
.home_service .inner-lg {
  max-width: 1682px;
  max-height: 1020px;
  padding-top: 100px;
  margin-top: -150px;
  overflow: hidden;
}

/* --- services --- */
.services {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.services > * {
  flex-grow: 1;
}

.circle--rotate {
  width: 95%;
  height: 95%;
  max-width: 1200px;
  margin: 0 auto 0;
  position: relative;
  transform: rotate(0deg);
  z-index: 0;
  padding: 0;
}
.circle--rotate > li {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  z-index: 10;
  visibility: hidden;
}
.circle--rotate > li .icon {
  visibility: visible;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  color: #ffffff;
  width: 356px;
  height: 280px;
  margin: -5% auto;
  transition: all 500ms ease;
}
.circle--rotate > li img {
  width: 100%;
  margin: auto;
}

.circle--slider {
  position: relative;
}
.circle--slider .rotate--circle {
  margin: 0 auto;
}
.circle--slider .circle--rotate > li img {
  width: auto;
  max-width: none;
  max-height: 100%;
}
.circle--slider .circle--rotate > li div {
  position: relative;
  overflow: visible;
  opacity: 0.5;
}
.circle--slider .circle--rotate > li div span {
  transform: rotate(0deg);
  transition: all 2s;
  opacity: 0;
}
.circle--slider .circle--rotate > li.active div {
  width: 530px;
  height: 340px;
  opacity: 1;
  transition: all 1s;
}
.circle--slider .circle--rotate > li.active div span {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-45deg);
  z-index: -1;
  opacity: 1;
}
.circle--slider .count2 li:nth-child(2) {
  transform: rotate(180deg);
}
.circle--slider .count3 li:nth-child(2) {
  transform: rotate(120deg);
}
.circle--slider .count3 li:nth-child(3) {
  transform: rotate(240deg);
}
.circle--slider .count4 li:nth-child(2) {
  transform: rotate(90deg);
}
.circle--slider .count4 li:nth-child(3) {
  transform: rotate(180deg);
}
.circle--slider .count4 li:nth-child(4) {
  transform: rotate(270deg);
}
.circle--slider .count5 li:nth-child(2) {
  transform: rotate(72deg);
}
.circle--slider .count5 li:nth-child(3) {
  transform: rotate(144deg);
}
.circle--slider .count5 li:nth-child(4) {
  transform: rotate(216deg);
}
.circle--slider .count5 li:nth-child(5) {
  transform: rotate(-72deg);
}
.circle--slider .count6 li:nth-child(2) {
  transform: rotate(60deg);
}
.circle--slider .count6 li:nth-child(3) {
  transform: rotate(120deg);
}
.circle--slider .count6 li:nth-child(4) {
  transform: rotate(180deg);
}
.circle--slider .count6 li:nth-child(5) {
  transform: rotate(240deg);
}
.circle--slider .count6 li:nth-child(6) {
  transform: rotate(-60deg);
}
.circle--slider .count7 li:nth-child(2) {
  transform: rotate(51.5deg);
}
.circle--slider .count7 li:nth-child(3) {
  transform: rotate(103deg);
}
.circle--slider .count7 li:nth-child(4) {
  transform: rotate(154.5deg);
}
.circle--slider .count7 li:nth-child(5) {
  transform: rotate(206deg);
}
.circle--slider .count7 li:nth-child(6) {
  transform: rotate(-103deg);
}
.circle--slider .count7 li:nth-child(7) {
  transform: rotate(-51.5deg);
}
.circle--slider .count8 li:nth-child(2) {
  transform: rotate(45deg);
}
.circle--slider .count8 li:nth-child(3) {
  transform: rotate(90deg);
}
.circle--slider .count8 li:nth-child(4) {
  transform: rotate(135deg);
}
.circle--slider .count8 li:nth-child(5) {
  transform: rotate(180deg);
}
.circle--slider .count8 li:nth-child(6) {
  transform: rotate(-135deg);
}
.circle--slider .count8 li:nth-child(7) {
  transform: rotate(-90deg);
}
.circle--slider .count8 li:nth-child(8) {
  transform: rotate(-45deg);
}
.circle--slider .count9 li:nth-child(2) {
  transform: rotate(40deg);
}
.circle--slider .count9 li:nth-child(3) {
  transform: rotate(80deg);
}
.circle--slider .count9 li:nth-child(4) {
  transform: rotate(120deg);
}
.circle--slider .count9 li:nth-child(5) {
  transform: rotate(160deg);
}
.circle--slider .count9 li:nth-child(6) {
  transform: rotate(-160deg);
}
.circle--slider .count9 li:nth-child(7) {
  transform: rotate(-120deg);
}
.circle--slider .count9 li:nth-child(8) {
  transform: rotate(-80deg);
}
.circle--slider .count9 li:nth-child(9) {
  transform: rotate(-40deg);
}
.circle--slider .count10 li:nth-child(2) {
  transform: rotate(36deg);
}
.circle--slider .count10 li:nth-child(3) {
  transform: rotate(72deg);
}
.circle--slider .count10 li:nth-child(4) {
  transform: rotate(108deg);
}
.circle--slider .count10 li:nth-child(5) {
  transform: rotate(144deg);
}
.circle--slider .count10 li:nth-child(6) {
  transform: rotate(-180deg);
}
.circle--slider .count10 li:nth-child(7) {
  transform: rotate(-144deg);
}
.circle--slider .count10 li:nth-child(8) {
  transform: rotate(-108deg);
}
.circle--slider .count10 li:nth-child(9) {
  transform: rotate(-72deg);
}
.circle--slider .count10 li:nth-child(10) {
  transform: rotate(-36deg);
}
.circle--slider .animate-wrapper {
  width: 530px;
  height: 38%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.circle--slider .animate-more {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s 0.4s;
  overflow: hidden;
  text-align: center;
  z-index: 30;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: scale(0.8);
}
.circle--slider .animate-more .num {
  margin-top: 1.5em;
  font-size: 1.125rem; /* 18px */
  color: #0599D9;
  letter-spacing: 0.01em;
  line-height: 1;
}
.circle--slider .animate-more .num span {
  display: block;
  padding-right: 0.075em;
  font-size: 6.25rem;
  letter-spacing: -0.01em;
}
.circle--slider .animate-more .ttl {
  margin-bottom: 1rem;
  font-size: 1.875rem; /* 30px */
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.circle--slider .animate-more .txt {
  margin-bottom: 2rem;
  text-align: left;
}
.circle--slider .animate.active .animate-more {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.circle--slider .animate.active .animate-img .animate-img__in {
  opacity: 1;
  transform: scale(1);
}
.circle--slider .prev,
.circle--slider .next {
  position: absolute;
  top: 264px;
  z-index: 100;
}
.circle--slider .prev {
  right: calc(50% + 10px);
  transform: scale(-1, 1);
}
.circle--slider .next {
  left: calc(50% + 10px);
}

@media screen and (min-width: 1900px) {
  .home_service .bg,
  .home_recruit .bg {
    width: 100%;
  }
}
@media screen and (max-width: 1450px) and (min-width: 1201px) {
  .home_service .inner-lg {
    max-height: calc(65vw + 100px);
  }
  .circle--slider .animate-more .num {
    margin-top: 100px;
  }
}
@media screen and (max-width: 1200px) {
  .home_service .inner-lg {
    width: 1100px;
    max-height: 900px;
    margin-left: calc(50vw - 550px);
  }
  .circle--slider .animate-more .num {
    margin-top: 7rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .home_service {
    padding-top: 40px;
  }
  .home_service .bg {
    left: -20vw;
    bottom: -200px;
    max-width: 250vw;
  }
  .home_service .bg2 {
    top: 164px;
    bottom: auto;
    max-width: 130vw;
  }
  .home_service .deco1 {
    top: -229%;
    left: -29%;
    width: 100vw;
  }
  .home_service .deco2 {
    top: -180px;
    right: -30vw;
    width: 70vw;
  }
  .home_service .deco3 {
    display: none;
  }
  .home_service .line-01 {
    top: 150px;
    left: -10vw;
  }
  .home_service .line-02 {
    top: 70px;
    left: 3vw;
  }
  .home_service .line-03,
  .home_service .line-04,
  .home_service .line-b-02,
  .home_service .line-b-03,
  .home_service .line-b-04,
  .home_service .line-b-07 {
    display: none;
  }
  .home_service .line-b-05 {
    right: 1vw;
  }
  .home_service .line-b-06 {
    bottom: 200px;
    left: 2vw;
  }
  .home_service .inner-lg {
    width: 700px;
    max-height: 640px;
    margin-top: -72px;
    margin-left: calc(50vw - 350px);
  }
  /* --- services --- */
  .circle--rotate > li .icon {
    width: 178px;
    height: 140px;
  }
  .circle--slider .circle--rotate > li.active div {
    width: 265px;
    height: 170px;
  }
  .circle--slider .animate-wrapper {
    height: auto !important;
  }
  .circle--slider .animate-wrapper {
    width: 80vw;
    margin-top: 48px;
  }
  .circle--slider .animate-more .num {
    font-size: 0.625rem;
  }
  .circle--slider .animate-more .num span {
    padding-right: 0.025em;
    font-size: 3.5rem;
  }
  .circle--slider .animate-more .ttl {
    margin-bottom: 0.75rem;
    font-size: 1.5rem;
  }
  .circle--slider .animate-more .txt {
    margin-bottom: 1.25rem;
  }
  .circle--slider .prev,
  .circle--slider .next {
    top: 134px;
  }
  .circle--slider .prev {
    right: calc(50% + 80px);
  }
  .circle--slider .next {
    left: calc(50% + 80px);
  }
}
/* home_works
********************************************** */
.home_works {
  padding-bottom: 294px;
}
.home_works .deco1 {
  left: 0;
  bottom: 164px;
  width: 25.2vw;
}
.home_works .deco2 {
  right: 0;
  bottom: -35%;
  width: 32.2vw;
}
.home_works .ttl-01 {
  width: 31em;
}
.home_works .catch {
  transform: translateY(-0.8em);
}
.home_works .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
  margin: auto;
}
.home_works .slick-prev {
  left: 22.8%;
  transform: scale(-1, 1);
}
.home_works .slick-next {
  right: 22.8%;
}

.works_slider::before {
  content: "";
  position: absolute;
  right: 20%;
  bottom: -152px;
  z-index: 10;
  display: block;
  width: 206px;
  height: 218px;
  background-image: url(../images/home/works-ill-01.png);
  background-size: contain;
}
.works_slider .slick-track {
  display: flex;
}
.works_slider li {
  height: auto !important;
}
.works_slider li {
  padding-left: 1.56vw;
  padding-right: 1.56vw;
}
.works_slider .works_item {
  height: 100%;
}
.works_slider .num::after {
  display: none;
}

@media screen and (max-width: 1400px) {
  .home_works .slick-prev {
    left: 3%;
  }
  .home_works .slick-next {
    right: 3%;
  }
  .works_slider::before {
    right: 1%;
  }
}
@media screen and (max-width: 47.9375em) {
  .home_works {
    padding-bottom: 76px;
  }
  .home_works .deco1 {
    left: -30vw;
    bottom: 160px;
    width: 70vw;
  }
  .home_works .deco2 {
    right: -70vw;
    bottom: -45%;
    width: 100vw;
  }
  .home_works .ttl-01 {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .home_works .catch {
    transform: translateY(0);
    margin-bottom: 1.5rem;
    line-height: 2;
  }
  .home_works .catch br {
    display: none;
  }
  .home_works .slick-prev {
    left: 2%;
  }
  .home_works .slick-next {
    right: 2%;
  }
  .works_slider::before {
    content: "";
    right: 2%;
    bottom: -61px;
    width: 113px;
    height: 119px;
  }
}
/* home_feature
********************************************** */
.home_feature {
  margin-bottom: 550px;
}
.home_feature .ttl-01 {
  margin-bottom: 2rem;
}
.home_feature .line-01 {
  bottom: -240px;
  left: -3vw;
}
.home_feature .line-02 {
  bottom: -200px;
  left: 5vw;
}
.home_feature .line-b-01 {
  top: -180px;
  left: 4vw;
}
.home_feature .line-b-02 {
  top: -72px;
  left: 27vw;
}
.home_feature .line-b-03 {
  top: 200px;
  left: 45vw;
}
.home_feature .line-b-04 {
  bottom: -80px;
  left: 40vw;
}
.home_feature .deco {
  position: absolute;
  top: 112px;
  left: -557px;
  z-index: 200;
}
.home_feature .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 20%;
  z-index: 10;
  margin: auto;
}
.home_feature .slick-prev {
  left: -40px;
  transform: scale(-1, 1);
}
.home_feature .slick-next {
  right: -40px;
}
.home_feature .slick-dots {
  display: flex;
  width: 49vw;
  height: 4px;
  margin-top: 32px;
  margin-left: 0;
  margin-right: auto;
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
}
.home_feature .slick-dots li {
  flex: 1;
  padding: 0;
}
.home_feature .slick-dots button {
  display: block;
  width: 100%;
  height: 4px;
  padding: 0;
  margin: 0;
  font-size: 0;
  border: none;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
}
.home_feature .slick-dots .slick-active button {
  background-color: #050101;
}

.feature_slider {
  position: absolute !important;
}

.feature_slider {
  top: 20px;
  left: 48%;
  width: 1200px;
}
.feature_slider li {
  height: auto !important;
}
.feature_slider li {
  padding-right: 40px;
}
.feature_slider .feature_item {
  width: 560px;
  background-color: #fff;
  border-radius: 24px;
  overflow: hidden;
}
.feature_slider .feature_item .txtarea {
  margin-top: 30px;
  padding: 0 3.3vw 44px;
}
.feature_slider .feature_item .txtarea .en {
  margin-bottom: 1.5rem;
  font-size: 2.25rem; /* 60px */
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-shadow: 0 2px 5px #fff;
  /*white-space: nowrap;*/
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.feature_slider .feature_item .txtarea .ttl {
  margin-bottom: 1rem;
  font-size: 1.5rem; /* 24px */
}
.feature_slider .feature_item .txtarea .txt {
  width: auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

@media screen and (max-width: 1660px) {
  .home_feature .line-01 {
    bottom: -340px;
  }
  .home_feature .line-02 {
    bottom: -300px;
  }
}
@media screen and (max-width: 47.9375em) {
  .home_feature {
    margin-bottom: 150px;
  }
  .home_feature .ttl-01 {
    margin-bottom: 1rem;
  }
  .home_feature .line-01 {
    bottom: -140px;
  }
  .home_feature .line-02 {
    bottom: -100px;
  }
  .home_feature .line-b-01 {
    top: -72px;
    left: 27vw;
  }
  .home_feature .line-b-02,
  .home_feature .line-b-04 {
    display: none;
  }
  .home_feature .line-b-03 {
    top: 80px;
    left: 70vw;
  }
  .home_feature .deco {
    top: auto;
    left: auto;
    right: 5%;
    bottom: -220px;
    width: 50vw;
  }
  .home_feature .slick-arrow {
    bottom: 35%;
  }
  .home_feature .slick-prev {
    left: -30px;
  }
  .home_feature .slick-next {
    right: -30px;
  }
  .home_feature .slick-dots {
    width: 90vw;
    margin-top: 16px;
  }
  .feature_slider {
    position: relative !important;
  }
  .feature_slider {
    top: auto;
    left: auto;
    width: 600px;
    margin-left: 13%;
  }
  .feature_slider li {
    height: auto !important;
  }
  .feature_slider li {
    padding-right: 20px;
  }
  .feature_slider .feature_item {
    width: 280px;
    border-radius: 12px;
  }
  .feature_slider .feature_item .txtarea {
    margin-top: -8px;
    padding: 0 16px 20px;
  }
  .feature_slider .feature_item .txtarea .en {
    margin-bottom: 1rem;
    font-size: 2rem;
  }
  .feature_slider .feature_item .txtarea .ttl {
    font-size: 1.25rem;
  }
  .feature_slider .feature_item .txtarea .txt {
    font-size: 0.929rem; /* 13px */
    line-height: 2;
  }
}
/* home_company
********************************************** */
.home_company {
  z-index: 20 !important;
}
.home_company {
  margin-bottom: 140px;
}
.home_company .line-01 {
  bottom: -200px;
  right: 3vw;
}
.home_company .line-02 {
  bottom: -350px;
  right: 7vw;
}
.home_company .line-b-01 {
  bottom: -100px;
  left: 40vw;
}
.home_company .deco {
  position: absolute;
  left: 0;
  bottom: -130px;
  z-index: 0;
  width: 19.6vw;
}
.home_company .txtarea {
  width: 880px;
  margin-left: auto;
  margin-right: auto;
}
.home_company .txtarea .txt {
  margin-bottom: 6rem;
}
.home_company .company_news ul li a{margin-bottom: 20px; display: flex;align-items: center;justify-content: space-between; padding: 10px 25px;background: #fff;border-radius: 50px;box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);font-size: 16px;}
.home_company .company_news ul li a .date{width: 100px;white-space: nowrap;}
.home_company .company_news ul li a .desinfo{
  margin: 0 5%;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.home_company .company_news ul li a .more{width: 120px;text-align: center; border: 1px solid #1A9DFF;border-radius: 50px;padding: 2px 20px;color: #1A9DFF;}
.home_company .company_news ul li a:hover{background: #1A9DFF;color: #fff;}
.home_company .company_news ul li a:hover .more{background: #fff;color: #1A9DFF;}
.home_company .imgarea {
  position: absolute;
  width: 558px;
  border-radius: 40px 120px 40px 120px;
  overflow: hidden;
}
.home_company .imgarea1 {
  top: -92px;
  right: calc(50% + 372px);
}
.home_company .imgarea2 {
  top: -6px;
  left: calc(50% + 372px);
}

@media screen and (max-width: 1700px) {
  .home_company .imgarea {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30%;
  }
  .home_company .imgarea img {
    max-width: none;
  }
}
@media screen and (max-width: 1500px) {
  .home_company .imgarea {
    width: 20%;
  }
}
@media screen and (max-width: 47.9375em) {
  .home_company {
    margin-bottom: 100px;
  }
  .home_company .line-01 {
    bottom: -90px;
    right: 1vw;
  }
  .home_company .line-02 {
    bottom: -110px;
    right: 3.5vw;
  }
  .home_company .line-b-01 {
    bottom: -24px;
    left: 20vw;
  }
  .home_company .deco {
    left: -6vw;
    bottom: -118px;
    width: 35vw;
  }
  .home_company .txtarea {
    width: 90%;
  }
  .home_company .txtarea .txt {
    margin-bottom: 1rem;
  }
  .home_company .imgarea {
    width: 70vw;
    border-radius: 20px 60px 20px 60px;
  }
  .home_company .imgarea img {
    max-width: 100%;
  }
  .home_company .btn-2 a {
    margin-bottom: 2rem;
    font-size: 1rem;
  }
  .home_company .imgarea1 {
    top: auto;
    right: auto;
    left: -23vw;
    bottom: 0;
  }
  .home_company .imgarea2 {
    position: relative;
    top: auto;
    left: auto;
    width: 68vw;
    margin-left: auto;
    transform: translateX(21vw);
  }
}
.home_live{z-index: 20 !important;padding-bottom: 140px;}
.home_live .inner{position: relative;z-index: 30;max-width: 80%;}
.home_live .deco{position: absolute;right: 0;bottom: 0;}
.home_live .livebox{display: flex;justify-content: space-between;flex-wrap: wrap;z-index: 99;position: relative;}
.home_live .left{width: 48%;background: #fff;padding: 20px;max-height: 580px;}

.home_live .left .fc .fc-button-group > .fc-button{flex: 0;}
.fc-direction-ltr .fc-toolbar>*>:not(:first-child){margin-left: 0;justify-content: space-between;}
.fc  .fc-button-group{margin-left: 0;width: 100%;}
.fc .fc-col-header-cell-cushion{font-size: 18px;color:#4D4D4D;}
.fc-toolbar-chunk{width: 100%;text-align: center;}
.fc .fc-toolbar {position: relative;}
.fc .fc-toolbar .fc-toolbar-chunk:nth-last-child(2){display: none;width: 0;}
.fc .fc-today-button{display: none;width: 0;}
.fc .fc-toolbar .fc-toolbar-chunk:nth-last-child(1){position: absolute;width: 100%;justify-content: space-between;z-index: 99;}

.home_live .right{width: 50%;display: flex; box-sizing: border-box;flex-wrap: wrap;justify-content: space-between;}
.home_live .right::-webkit-scrollbar {
  width: 4px;
}

.home_live .right::-webkit-scrollbar-track {
  background-color: #fff;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}

.home_live .right::-webkit-scrollbar-thumb {
  background-color: #22C4EE;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}
.home_live .right .items{width: 49%; margin-bottom: 18px; display: flex;justify-content: space-between;flex-wrap: wrap;background: #fff;box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);}
.home_live .right .items .boximg{width: 180px;}
.home_live .right .items .boximg img{width: 100%;height: 100%;object-fit: cover;}
.home_live .right .items .con{width: calc(100% - 180px);box-sizing: border-box;padding: 5px 15px;}
.home_live .right .items .con h3{font-size: 18px;color: #4D4D4D;}
.home_live .right .items .con .date{font-size: 12px;color: #707070;}
.home_live .right .items .con .desinfo{
  font-size: 14px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.home_live .right .items .con dl{margin-top: 10px;}
.home_live .right .items .con dl dd{font-size: 14px;}
/* home_recruit
********************************************** */
.home_recruit .line-b-01 {
  top: -40px;
  left: 10vw;
}
.home_recruit .line-b-02 {
  top: 160px;
  left: 7vw;
}
.home_recruit .line-b-03 {
  top: 120px;
  left: 23vw;
}
.home_recruit .line-b-04 {
  top: 250px;
  right: 9vw;
}
.home_recruit .line-b-05 {
  top: 300px;
  right: 15vw;
}
.home_recruit .line-b-06 {
  bottom: 80px;
  right: 15vw;
}
.home_recruit .line-b-07 {
  bottom: -60px;
  right: 30vw;
}
.home_recruit .bg {
  position: absolute;
  left: -50vw;
  right: -50vw;
  bottom: -206px;
  z-index: -1;
  display: block;
  margin: auto;
  max-width: none;
}
.home_recruit .imgarea {
  position: relative;
  width: 100%;
  padding-top: 26.4583%;
}
.home_recruit .inner {
  position: relative;
  z-index: 10;
  margin-top: -144px;
  padding: 72px 8vw 84px 3.75vw;
  max-width: 1380px;
  background-color: #fff;
  border-radius: 24px;
}
.home_recruit .inner .ttl-01 {
  width: 24em;
  margin-bottom: 6rem;
}
.home_recruit .inner .ttl {
  margin-top: 4rem;
  margin-bottom: 3rem;
  font-size: 4.375rem;
  line-height: 1;
  letter-spacing: 0.01em;
  color: #0599D9;
}
.home_recruit .inner .catch {
  margin-bottom: 3rem;
  font-size: 2.25rem; /* 36px */
  letter-spacing: 0.1em;
}

@media screen and (max-width: 47.9375em) {
  .home_recruit .line-b-01 {
    top: -24px;
  }
  .home_recruit .line-b-02 {
    left: 2vw;
  }
  .home_recruit .line-b-03,
  .home_recruit .line-b-05,
  .home_recruit .line-b-07 {
    display: none;
  }
  .home_recruit .line-b-04 {
    right: 1vw;
  }
  .home_recruit .line-b-06 {
    bottom: -24px;
    right: 11vw;
  }
  .home_recruit .bg {
    bottom: 250px;
    max-width: 200vw;
  }
  .home_recruit .imgarea {
    padding-top: 61.42%;
  }
  .home_recruit .inner {
    margin-top: -32px;
    padding: 32px 20px 40px;
    border-radius: 12px;
  }
  .home_recruit .inner .ttl-01 {
    width: 100%;
    margin-bottom: 0;
  }
  .home_recruit .inner .ttl {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    font-size: 3rem;
  }
  .home_recruit .inner .catch {
    margin-bottom: 1rem;
    font-size: 1.375rem;
  }
}
/* --- inner --- */
.inner {
  width: 90%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 99;
}

.inner-xs {
  max-width: 720px;
}

.inner-sm {
  max-width: 880px;
}

.inner-lg {
  max-width: 1440px;
}

.inner-xl {
  max-width: calc(100% - 112px);
}
@media screen and (max-width: 67.5em) {
  .inner-xl {
    max-width: 90%;
  }
}

/* --- section_pdg --- */
.section_pdg {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 47.9375em) {
  .section_pdg {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

.section_pdg-sm {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 47.9375em) {
  .section_pdg-sm {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.section_pdg-md {
  padding-top: 0;
  padding-bottom: 120px;
}
@media screen and (max-width: 47.9375em) {
  .section_pdg-md {
    padding-bottom: 64px;
  }
}

/* ttl
********************************************** */
/* --- page_ttl --- */
.page_ttl {
  position: relative;
  z-index: 10;
  margin-bottom: 56px;
}
.page_ttl .deco1 {
  top: 0;
  right: 0;
  z-index: -1;
  max-width: 53vw;
}
.page_ttl .deco2 {
  top: 384px;
  left: 0;
  z-index: -1;
  max-width: 25vw;
}
.page_ttl .line-01 {
  top: 350px;
  left: 32vw;
}
.page_ttl .line-02 {
  top: 280px;
  left: 42vw;
}
.page_ttl .line-03 {
  top: 700px;
  right: -100px;
}
.page_ttl .line-04 {
  top: 1000px;
  right: 10vw;
}
.page_ttl .line-05 {
  top: 1100px;
  right: 15vw;
}
.page_ttl .line-b-01 {
  top: 90px;
  left: 18vw;
}
.page_ttl .line-b-02 {
  top: 280px;
  right: 37vw;
}
.page_ttl .line-b-03 {
  top: 600px;
  left: 3vw;
}
.page_ttl .line-b-04 {
  top: 900px;
  left: 30vw;
}
.page_ttl .inner {
  max-width: 1480px;
}
@media screen and (max-width: 47.9375em) {
  .page_ttl {
    margin-bottom: 24px;
  }
  .page_ttl .deco1 {
    max-width: 67vw;
  }
  .page_ttl .deco2 {
    top: 200px;
    max-width: 46vw;
  }
  .page_ttl .line-01 {
    top: 80px;
    left: 6vw;
  }
  .page_ttl .line-02 {
    top: 48px;
    left: 30vw;
  }
  .page_ttl .line-03 {
    top: 360px;
    right: -48px;
  }
  .page_ttl .line-04,
  .page_ttl .line-05,
  .page_ttl .line-b-03 {
    display: none;
  }
  .page_ttl .line-b-01 {
    top: 290px;
    left: 55vw;
  }
  .page_ttl .line-b-02 {
    top: 140px;
    right: 18vw;
  }
  .page_ttl .line-b-04 {
    top: 460px;
    left: 15vw;
  }
}

.page_ttl--bg-wrap {
  height: 512px;
}
@media screen and (max-width: 47.9375em) {
  .page_ttl--bg-wrap {
    height: 300px;
  }
}

.page_ttl--bg {
  position: absolute;
  top: -200px;
  bottom: -260px;
  right: -16px;
  z-index: 1;
  width: 48.8vw;
  background-size: cover;
  background-position: center;
  -webkit-clip-path: url(style.css);
  clip-path: url(style.css);
}
@media screen and (min-width: 1900px) {
  .page_ttl--bg {
    width: 900px;
  }
}
@media screen and (max-width: 47.9375em) {
  .page_ttl--bg {
    top: -40px;
    bottom: 60px;
    right: -8px;
    width: 62vw;
  }
}

.page_ttl-en {
  display: block;
  text-transform: capitalize;
  white-space: nowrap;
  margin-left: -0.05em;
  letter-spacing: -0.01em;
  color: #EC7A9B;
  opacity: 0.5;
  font-size: 18.75rem;
  line-height: 1;
}
@media screen and (max-width: 47.9375em) {
  .page_ttl-en {
    font-size: 7.5rem;
  }
}

.page_ttl-jp {
  position: relative;
  z-index: 10;
  font-size: 1.25rem; /* 20px */
}
@media screen and (max-width: 47.9375em) {
  .page_ttl-jp {
    font-size: 1rem;
  }
}
.page_ttl-jp::before {
  content: "";
  display: inline-block;
  width: 74px;
  height: 4px;
  margin-right: 1.25rem;
  border-radius: 4px;
  background-color: #EC7A9B;
  transform: translateY(-6px);
}
@media screen and (max-width: 47.9375em) {
  .page_ttl-jp::before {
    width: 36px;
    height: 2px;
    margin-right: 1.125rem;
    transform: translateY(-3px);
  }
}

/* --- page_nav --- */
.page_nav {
  position: relative;
  z-index: 100;
  width: 90%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 47.9375em) {
  .page_nav {
    width: 94%;
    margin-right: 0;
  }
}
.page_nav .wrap {
  display: inline-flex;
  flex-wrap: wrap;
  max-width: 1000px;
  padding: 1rem 0.75rem 1rem 2.25rem;
  background-color: #fff;
  border-radius: 100px;
}
@media screen and (max-width: 47.9375em) {
  .page_nav .wrap {
    display: flex;
    padding: 1rem 0.25rem 1rem 1.75rem;
    border-radius: 30px 0 0 30px;
  }
}
.page_nav .wrap a {
  display: block;
  padding: 0.25em 0;
  margin-right: 1.5em;
  color: #9B9B9B;
  font-size: 0.938rem; /* 15px */
  line-height: 1.5;
}
@media screen and (max-width: 47.9375em) {
  .page_nav .wrap a {
    font-size: 0.857rem; /* 12px */
  }
}
.page_nav .wrap a:hover {
  color: #0599D9;
}

/* --- ttl --- */
.ttl-01 {
  margin-bottom: 4rem;
}
@media screen and (max-width: 47.9375em) {
  .ttl-01 {
    margin-bottom: 2.5rem;
  }
}
.ttl-01 .jp {
  display: block;
  margin-bottom: 1.25rem;
  line-height: 1.4;
}
@media screen and (max-width: 47.9375em) {
  .ttl-01 .jp {
    margin-bottom: 0.75rem;
    font-size: 0.857rem; /* 12px */
  }
}
.ttl-01 .jp::before {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.25rem;
  border-radius: 50%;
  background-color: #EC7A9B;
  transform: translateY(-0.15rem);
}
@media screen and (max-width: 47.9375em) {
  .ttl-01 .jp::before {
    transform: translateY(-0.1rem);
  }
}
.ttl-01 .en {
  display: block;
  font-size: 3.75rem;
  line-height: 1.1;
}
@media screen and (max-width: 47.9375em) {
  .ttl-01 .en {
    font-size: 2rem;
  }
}

.ttl-02 {
  margin-bottom: 3rem;
  font-size: 2.5rem; /* 40px */
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 47.9375em) {
  .ttl-02 {
    margin-bottom: 1.75rem;
    font-size: 1.75rem;
  }
}
.ttl-02 .en {
  display: block;
  margin-top: 0.5em;
  font-size: 1.25rem; /* 20px */
  letter-spacing: 0.01em;
  line-height: 1.1;
  color: #0599D9;
}
@media screen and (max-width: 47.9375em) {
  .ttl-02 .en {
    margin-top: 0.5em;
    font-size: 1rem;
  }
}
.ttl-02::before {
  content: "";
  display: block;
  width: 108px;
  height: 4px;
  margin-bottom: 1rem;
  border-radius: 4px;
  background-color: #EC7A9B;
}
@media screen and (max-width: 47.9375em) {
  .ttl-02::before {
    width: 56px;
    height: 2px;
    margin-bottom: 0.75rem;
  }
}
.ttl-02.txt-ctr::before {
  margin-left: auto;
  margin-right: auto;
}

.lps_parts--img_text .inner-lg .ttl-03 {
  margin-bottom: 1.75rem !important;
}

.lps_parts--img_text .inner-lg .ttl-03 {
  font-size: 2.5rem; /* 40px */
  line-height: 1.5;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--img_text .inner-lg .ttl-03 {
    margin-bottom: 1.25rem !important;
  }
  .lps_parts--img_text .inner-lg .ttl-03 {
    font-size: 1.75rem;
  }
}

.lps_parts .ttl-03 .icn:not(.icn-1),
.lps_parts--img_text .ttl-03 .icn:not(.icn-1) {
  position: relative;
  display: inline-block;
  padding-left: 62px;
  margin-bottom: 1.25rem;
  font-size: 1.25rem; /* 20px */
  letter-spacing: 0.01em;
  font-weight: 700;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts .ttl-03 .icn:not(.icn-1),
  .lps_parts--img_text .ttl-03 .icn:not(.icn-1) {
    padding-left: 30px;
    margin-bottom: 0.75rem;
    font-size: 1rem;
  }
}
.lps_parts .ttl-03 .icn:not(.icn-1)::after,
.lps_parts--img_text .ttl-03 .icn:not(.icn-1)::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 3rem; /* 48px */
  height: 4px;
  border-radius: 4px;
  background-color: #EC7A9B;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts .ttl-03 .icn:not(.icn-1)::after,
  .lps_parts--img_text .ttl-03 .icn:not(.icn-1)::after {
    top: 8px;
    width: 1.5rem;
    height: 2px;
  }
}

.lps_parts--column .ttl-03 .icn:not(.icn-1) {
  margin-bottom: 0.5rem;
}

.lps_parts--img_text .ttl-03 .icn.icn-1 {
  display: inline-block;
  padding: 12px 34px;
  border-radius: 40px;
  margin-bottom: 1.25rem;
  font-size: 1.375rem; /* 22px */
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fff;
  background-color: #0599D9;
  font-weight: 700;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--img_text .ttl-03 .icn.icn-1 {
    padding: 8px 20px;
    margin-bottom: 1.125rem;
    font-size: 1rem;
  }
}

.ttl-03 {
  font-size: 1.75rem; /* 28px */
  line-height: 1.5;
}
@media screen and (max-width: 47.9375em) {
  .ttl-03 {
    font-size: 1.5rem;
  }
}

.lps_sec .ttl-01,
.lps_sec .ttl-02,
.lps_sec .ttl-03 {
  position: relative;
  z-index: 1;
}

.lps_sec .ttl-03:not(:last-child) {
  margin-bottom: 1em;
}
@media screen and (max-width: 47.9375em) {
  .lps_sec .ttl-03:not(:last-child) {
    margin-bottom: 0.75em;
  }
}

.ttl-04 {
  font-size: 1.5rem; /* 24px */
}
@media screen and (max-width: 47.9375em) {
  .ttl-04 {
    font-size: 1.25rem;
  }
}

.lps_sec .column-3 .ttl-03,
.lps_sec .column-4 .ttl-03 {
  font-size: 1.25rem; /* 20px */
}
@media screen and (max-width: 47.9375em) {
  .lps_sec .column-3 .ttl-03,
  .lps_sec .column-4 .ttl-03 {
    font-size: 1.5rem;
  }
}

/* ##############################################################################

    ARCHIVE

############################################################################## */
/* main_column
**************************************** */
.main_column {
  flex: 1;
  margin-right: 80px;
  overflow: hidden;
}

.archive .container,
.single .container {
  position: relative;
  z-index: 10;
}

/* --- post --- */
.post {
  position: relative;
}

.post--link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.post--date {
  letter-spacing: 0.05em;
}

.post--info.flex .post--date + .cat_list {
  margin-left: auto;
}

.cat_list {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.cat_list a {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.813rem; /* 13px */
  padding: 0.5em 0.75em;
  line-height: 1;
  float: left;
  white-space: nowrap;
  margin: 2px;
  color: #0599D9;
  border: solid 1px;
  border-radius: 16px;
}

.cat_list a:hover {
  color: #fff;
  background-color: #0599D9;
}

@media screen and (max-width: 68.75em) {
  .container > .inner.flex {
    display: block;
  }
  .main_column {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }
}
/* side_column
**************************************** */
.side_column {
  width: 264px;
}
@media screen and (max-width: 68.75em) {
  .side_column {
    width: 100%;
  }
}

.side_section:not(:last-child) {
  margin-bottom: 64px;
}

.side--ttl {
  letter-spacing: 0.2em;
  line-height: 1;
  margin-bottom: 16px;
}

.side--ttl small {
  opacity: 0.5;
  letter-spacing: 0.15em;
  display: block;
  line-height: 1;
  margin-top: 8px;
}

/* --- list --- */
.side--list a {
  display: block;
}

/* --- post --- */
.posts-side .post:not(:last-child) {
  margin-bottom: 16px;
}

.posts-side .post--img {
  margin-right: 16px;
  width: 64px;
  height: 64px;
}

.posts-side .txtarea {
  flex: 1;
}

.posts-side .post--date {
  margin-bottom: 0;
}

.posts-side .post--ttl {
  line-height: 1.4;
}

/* --- archive --- */
.side_column .archive_list--ttl {
  cursor: pointer;
  font-weight: 500;
  line-height: 1.8;
}

.side_column .archive_list--ttl::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(135deg);
  transition: all 0.4s ease-out;
  transition: var(--trans-default, all 0.4s ease-out);
}

.side_column .archive_list--ttl.active::after {
  transform: rotate(315deg);
}

.side_column .archive_month {
  display: none;
}

/* --- archive-pulldown --- */
.archive aside {
  position: relative;
  z-index: 10;
}

.archive-pulldown {
  position: relative;
  margin-left: auto;
  z-index: 1;
}

.archive-pulldown .archive_list {
  position: relative;
}

.archive-pulldown .archive_list:not(:last-child) {
  margin-right: 24px;
}

.archive-pulldown .archive_list a {
  display: block;
  padding: 0.25em 1em;
  margin-top: 0.25rem;
  text-align: center;
  background-color: #D4E8F0;
  border-radius: 80px;
}

.archive-pulldown .archive_list--label {
  margin-right: 8px;
}

.archive-pulldown .archive_list--btn {
  cursor: pointer;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0.25em 3em 0.25em 2em;
  color: #003953;
  background-color: #D4E8F0;
  border-radius: 80px;
  font-size: 1.125rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: center;
}

.archive-pulldown .archive_list--btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0.3em;
  right: 0.8em;
  margin: auto;
  width: 0.45em;
  height: 0.45em;
  border-bottom: 1px solid;
  border-right: 1px solid;
  transform: rotate(45deg);
  transition: all 0.2s ease-out;
}

.archive-pulldown .active .archive_list--btn::after {
  bottom: -0.2em;
  transform: rotate(225deg);
}

.archive-pulldown .archive_list--menu {
  position: absolute;
  z-index: 1;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-out;
}

.archive-pulldown .active .archive_list--menu {
  visibility: visible;
  opacity: 1;
}

/* blog
**************************************** */
.posts-blog .post {
  padding-bottom: 48px;
  padding-top: 48px;
  border-bottom: 1px solid #e5e5e5;
}

.posts-blog .post:first-child {
  border-top: 1px solid #e5e5e5;
}

.posts-blog .post--txtarea {
  flex: 1;
  word-break: break-word;
}

.posts-blog .post--img {
  width: 280px;
  margin-right: 40px;
}

.posts-blog .post--img::before {
  padding-top: 75%;
}

@media screen and (max-width: 47.9375em) {
  .posts-blog .post {
    display: block;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .posts-blog .post--img {
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
    text-align: center;
  }
  .posts-blog .post--img img {
    width: auto;
    max-width: 100%;
  }
}
/* news
**************************************** */
/* --- news--archive --- */
.news--archive {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #111;
}

.news--archive li {
  margin-left: 8px;
  margin-right: 8px;
}

.news--archive a {
  color: #fff;
}

/* --- news_list --- */
.news_list .post {
  margin-bottom: 1em;
  padding: 1.25rem 1rem 1.25rem 2rem;
  background-color: #fff;
  border-radius: 80px;
}
@media screen and (max-width: 47.9375em) {
  .news_list .post {
    display: block;
    padding: 0.75rem 2rem 1.25rem;
    border-radius: 80px;
  }
  .news_list .post .cat_list {
    position: absolute;
    top: 0.6rem;
    right: 1.5rem;
  }
}

.news_list .post--info {
  margin-right: 2rem;
}
@media screen and (max-width: 47.9375em) {
  .news_list .post--info {
    display: block;
    margin-right: 0;
  }
}

.news_list .post--date {
  margin-right: 1.5rem;
}
@media screen and (max-width: 47.9375em) {
  .news_list .post--date {
    margin-right: 0;
  }
}

.news_list .post--ttl a {
  color: #333;
}

.news_list .post--link:not([href="javascript:void(0);"]):hover {
  color: #1D7FB7;
  color: var(--clr-sub, #1d7fb7);
}

.news_list .post--link:hover svg {
  fill: #1D7FB7;
  fill: var(--clr-sub, #1d7fb7);
}

@media screen and (max-width: 47.9375em) {
  .archive .header--logo a .en,
  .single .header--logo a .en {
    display: none;
  }
}
/* ##############################################################################

    SEARCH

############################################################################## */
#search-list .section_pdg {
  padding-top: 50px;
  padding-bottom: 50px;
}

#search-list .ttl-01 {
  margin: 70px 0 0;
}

/* ##############################################################################

    SINGLE

############################################################################## */
/* --- アイキャッチ --- */
.eyecatch {
  margin-bottom: 2rem;
}

/* --- 目次 --- */
div#ez-toc-container {
  padding: 24px;
  background: #fafafa;
}

.ez-toc-title-container {
  margin-bottom: 10px;
}

div#ez-toc-container p.ez-toc-title {
  color: #000;
  font-weight: bold;
  font-size: 1.25rem;
}

#ez-toc-container.counter-hierarchy ul {
  font-size: 1.0625rem;
}

#ez-toc-container.counter-hierarchy ul li {
  margin-top: 8px;
}

#ez-toc-container.counter-hierarchy ul ul {
  margin-left: 1rem;
}

#ez-toc-container.counter-hierarchy ul ul a {
  position: relative;
  display: inline-block;
  padding-left: 1rem;
}

#ez-toc-container.counter-hierarchy ul ul a::before {
  content: "";
  position: absolute;
  top: 0.65rem;
  left: 0;
  width: 0.6rem;
  height: 0;
  border-bottom: 1px solid;
}

/* pass
**************************************** */
#pass p {
  margin-bottom: 1em;
}

#pass input[name=post_password] {
  padding: 5px;
  border: solid 1px #aaa;
  outline: none;
}

#pass input[type=submit] {
  padding: 4px 16px;
  letter-spacing: 0.15em;
  background-color: #ddd;
  border-radius: 4px;
  outline: none;
  border: none;
  cursor: pointer;
  transition: all 0.4s ease-out;
  transition: var(--transit-default, all 0.4s ease-out);
}

#pass input[type=submit]:hover {
  opacity: 0.7;
}

/* blog--share
**************************************** */
.blog--share {
  margin-top: 2rem;
}

.blog--share_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.375rem;
  gap: 0.375rem; /* 6px */
}
@media screen and (max-width: 47.9375em) {
  .blog--share_list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.blog--share_list a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 0.5em;
  line-height: 1;
  font-size: 0.75rem; /* 12px */
  font-weight: bold;
  border: 1px solid #ddd;
}

.blog--share_list li.twitter a {
  color: #2BA1F2;
}
.blog--share_list li.facebook a {
  color: #2477F2;
}
.blog--share_list li.line a {
  color: #27C754;
}
.blog--share_list li.pocket a {
  color: #EF4056;
}
.blog--share_list li.linkedin a {
  color: #2867B2;
}
.blog--share_list li.hatena a {
  color: #29A4DE;
}

.blog--share_list img {
  margin-right: 10px;
}

.blog--share_list a:hover {
  opacity: 0.5;
}

/* blog--related
**************************************** */
.posts_scroll {
  overflow: auto;
  padding-bottom: 2rem;
}

.posts_scroll .post {
  display: block;
  width: 46%;
  flex-shrink: 0;
}
@media screen and (max-width: 47.9375em) {
  .posts_scroll .post {
    width: 70%;
  }
}

.posts_scroll .post:not(:last-child) {
  margin-right: 1rem;
}

.posts_scroll .post--img {
  margin-bottom: 1rem;
}

.posts_scroll .post--img::before {
  padding-top: 66.666%;
}

.posts_scroll .post--txt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.posts_scroll::-webkit-scrollbar {
  height: 6px;
}

.posts_scroll::-webkit-scrollbar-thumb {
  background-color: #999;
}

.posts_scroll::-webkit-scrollbar-track-piece {
  background-color: #eee;
}

/* wp-pagenavi
**************************************** */
.wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
  font-family: "Poppins", sans-serif;
  font-family: var(--font-en, "Poppins", sans-serif);
  font-weight: 700;
  color: #AAB1B8;
}
@media screen and (max-width: 47.9375em) {
  .wp-pagenavi {
    margin-top: 24px;
  }
}

.single .wp-pagenavi {
  font-family: "Poppins", "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004";
  font-family: var(--font-bold);
}

.wp-pagenavi .pages {
  display: block;
  text-align: center;
  width: 100%;
  margin-bottom: 1em;
}

.wp-pagenavi .current,
.wp-pagenavi a {
  color: #fff;
  border-radius: 80px;
}

.wp-pagenavi .current {
  background-color: #EC7A9B;
}

.wp-pagenavi a {
  position: relative;
  padding: 0.5em 1em;
  background-color: #AAB1B8;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wp-pagenavi a:hover {
  background-color: #EC7A9B;
}

.wp-pagenavi > *:not(.pages) {
  max-width: 38.4615384615%;
}
@media screen and (max-width: 47.9375em) {
  .wp-pagenavi > *:not(.pages) {
    max-width: 105px;
  }
}

.archive .wp-pagenavi > *:not(.pages) {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 47.9375em) {
  .archive .wp-pagenavi > *:not(.pages) {
    width: 32px;
    height: 32px;
  }
}

.wp-pagenavi-single a[rel=prev],
.wp-pagenavi-single a[rel=next] {
  width: 52px;
}

.wp-pagenavi > *:not(.pages) {
  margin-bottom: 4px;
}

.wp-pagenavi > *:not(.pages):not(:last-child) {
  margin-right: 4px;
}

.wp-pagenavi .extend {
  width: 24px !important;
}

.wp-pagenavi a[rel=prev]::before,
.wp-pagenavi a[rel=next]::before,
.wp-pagenavi .first::before,
.wp-pagenavi .last::before,
.wp-pagenavi .first::after,
.wp-pagenavi .last::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-top: 2px solid;
  border-right: 2px solid;
}

.wp-pagenavi a[rel=prev]::before,
.wp-pagenavi a[rel=next]::before,
.wp-pagenavi .first::before,
.wp-pagenavi .last::before,
.wp-pagenavi .first::after,
.wp-pagenavi .last::after {
  width: 8px;
  height: 8px;
}

.wp-pagenavi a[rel=prev]::before,
.wp-pagenavi .first::before,
.wp-pagenavi .first::after {
  transform: rotate(-135deg);
}

.wp-pagenavi a[rel=next]::before,
.wp-pagenavi .last::before,
.wp-pagenavi .last::after {
  transform: rotate(45deg);
}

.wp-pagenavi-single a[rel=prev]::before {
  transform: rotate(45deg);
}

.wp-pagenavi-single a[rel=next]::before {
  transform: rotate(-135deg);
}

.wp-pagenavi .first::before,
.wp-pagenavi .last::before {
  left: -6px;
}
@media screen and (max-width: 47.9375em) {
  .wp-pagenavi .first::before,
  .wp-pagenavi .last::before {
    left: -5px;
  }
}

.wp-pagenavi .first::after,
.wp-pagenavi .last::after {
  right: -6px;
}
@media screen and (max-width: 47.9375em) {
  .wp-pagenavi .first::after,
  .wp-pagenavi .last::after {
    right: -5px;
  }
}

@media screen and (max-width: 47.9375em) {
  .single .container .inner {
    width: 80%;
  }
  .single .container .inner .section_ttl {
    font-size: 1.5rem;
  }
  .wp-pagenavi-single a[rel=prev],
  .wp-pagenavi-single a[rel=next] {
    width: 44px;
  }
}
/* sitemap
*************************************************** */
.page-sitemap .bg-pt,
.page-sitemap .line {
  display: none;
}

.sitemap--menu {
  position: relative;
  z-index: 20;
  text-align: center;
}
.sitemap--menu li {
  margin-bottom: 4rem;
}
@media screen and (max-width: 47.9375em) {
  .sitemap--menu li {
    margin-bottom: 0;
  }
}
.sitemap--menu a {
  padding-left: 16px;
  padding-right: 16px;
  border-bottom: 1px solid #D3D3D3;
}
.sitemap--menu .txt {
  display: inline-block;
  width: 9em;
  font-size: 1.25rem;
  text-align: left;
}
@media screen and (max-width: 47.9375em) {
  .sitemap--menu .txt {
    width: 13em;
    font-size: 1.125rem;
  }
}

/* lps_parts--button
********************************************** */
.lps_parts--button .btn:first-child {
  margin-left: auto;
}

.lps_parts--button .btn:last-child {
  margin-right: auto;
}

@media print, screen and (min-width: 48em) {
  .lps_parts--column.column-2 + .lps_parts--button,
  .lps_parts--column.column-3 + .lps_parts--button,
  .lps_parts--column.column-4 + .lps_parts--button {
    margin-top: 0;
  }
}
/* lps_parts--column
********************************************** */
.lps_parts--column:not(.column-1) + .lps_parts--column {
  margin-top: 24px;
}

.lps_parts--column .column_item {
  display: flex;
  flex-direction: column;
}

.lps_parts--column .text {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.lps_parts--column .img {
  flex-shrink: 0;
}

.lps_parts--column .bg-wh {
  border-radius: 16px;
  overflow: hidden;
}

.lps_parts--column .img + .text {
  padding-top: 24px;
}

.lps_parts--column .bg-wh .text {
  padding: 6%;
}

.lps_parts--column:not(.column-1) table {
  width: 100%;
}

.lps_parts--column.column-1 .box {
  padding: 40px;
}

.lps_parts--column.column-3 .btn a,
.lps_parts--column.column-4 .btn a {
  min-width: 100%;
}

@media screen and (max-width: 47.9375em) {
  .lps_parts--column + .lps_parts--column,
  .lps_parts--column:not(.column-1) + .lps_parts--column {
    margin-top: 40px;
  }
  .lps_parts--column .lps_parts--child {
    display: block;
  }
  .lps_parts--column {
    width: 100%;
    max-width: 100%;
  }
  .lps_parts--column .column_item {
    width: 100%;
  }
  .lps_parts--column .column_item:not(:last-child) {
    margin-bottom: 40px;
  }
  .lps_parts--column.column-2 .lps_parts--child.flex-sp-block .column_item,
  .lps_parts--column.column-3 .lps_parts--child.flex-sp-block .column_item,
  .lps_parts--column.column-4 .lps_parts--child.flex-sp-block .column_item {
    width: 100%;
    margin-right: 0;
  }
  .lps_parts--column .bg-wh {
    border-radius: 12px;
  }
  .lps_parts--column .column_item:not(:last-child) {
    margin-right: 0;
  }
  .lps_parts--column .img + .text {
    padding-top: 20px;
  }
  .lps_parts--column .text.bg-wh,
  .lps_parts--column.column-1 .box {
    padding: 24px;
  }
}
/* post-edit-link
********************************************** */
.post-edit-link {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 1000000;
  padding: 16px;
  border-radius: 50%;
  border: 1px solid #999;
}
@media screen and (max-width: 47.9375em) {
  .post-edit-link {
    display: none;
  }
}
.post-edit-link:hover {
  background-color: #ddd;
}
.post-edit-link::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuMywgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNDAxIDQwMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDAxIDQwMTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiM5OTk5OTk7fQo8L3N0eWxlPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzcwLjEsMjUxLjljLTUuNSwwLTEwLDQuNS0xMCwxMHY4OC43YzAsMTYuNS0xMy40LDI5LjktMzAsMzBINDkuOWMtMTYuNSwwLTI5LjktMTMuNC0zMC0zMFY5MC4zCgljMC0xNi41LDEzLjQtMjkuOSwzMC0zMGg4OC43YzUuNSwwLDEwLTQuNSwxMC0xMGMwLTUuNS00LjUtMTAtMTAtMTBINDkuOUMyMi40LDQwLjQsMCw2Mi43LDAsOTAuM3YyNjAuMwoJYzAsMjcuNiwyMi40LDQ5LjksNDkuOSw0OS45aDI4MC4yYzI3LjYsMCw0OS45LTIyLjQsNDkuOS00OS45di04OC43QzM4MC4xLDI1Ni40LDM3NS42LDI1MS45LDM3MC4xLDI1MS45eiIvPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzc2LjEsMTQuN2MtMTcuNi0xNy42LTQ2LTE3LjYtNjMuNiwwTDEzNC40LDE5Mi45Yy0xLjIsMS4yLTIuMSwyLjctMi42LDQuNGwtMjMuNCw4NC42Yy0xLDMuNSwwLDcuMiwyLjYsOS43CgljMi41LDIuNSw2LjMsMy41LDkuNywyLjZsODQuNi0yMy40YzEuNy0wLjUsMy4yLTEuMyw0LjQtMi42TDM4Ny45LDkwYzE3LjUtMTcuNiwxNy41LTQ2LDAtNjMuNkwzNzYuMSwxNC43eiBNMTU2LjIsMTk5LjNMMzAyLDUzLjUKCWw0Nyw0N0wyMDMuMiwyNDYuNEwxNTYuMiwxOTkuM3ogTTE0Ni44LDIxOC4ybDM3LjYsMzcuNmwtNTIsMTQuNEwxNDYuOCwyMTguMnogTTM3My43LDc1LjhsLTEwLjYsMTAuNmwtNDctNDdsMTAuNi0xMC42CgljOS43LTkuNywyNS42LTkuNywzNS4zLDBsMTEuNywxMS43QzM4My41LDUwLjMsMzgzLjUsNjYuMSwzNzMuNyw3NS44eiIvPgo8L3N2Zz4K");
}

/* lps_parts--faq
********************************************** */
.lps_parts--faq .faq_item {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--faq .faq_item {
    border-radius: 12px;
  }
}

.lps_parts--faq .faq_item:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--faq .faq_item:not(:last-child) {
    margin-bottom: 16px;
  }
}

.lps_parts--faq .ttl-03,
.lps_parts--faq .mce-content-body {
  padding: 24px 48px 24px 104px;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--faq .ttl-03,
  .lps_parts--faq .mce-content-body {
    padding: 12px 16px 12px 48px;
  }
}

.lps_parts--faq .ttl-03 {
  margin-bottom: 0 !important;
}

.lps_parts--faq .ttl-03 {
  background-color: #0599D9;
  font-size: 1.25rem; /* 20px */
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--faq .ttl-03 {
    font-size: 1.125rem;
  }
}

.lps_parts--faq .mce-content-body {
  position: relative;
  background-color: #fff;
  line-height: 1.7;
  letter-spacing: 0.1em;
}

.lps_parts--faq .ttl-03::after,
.lps_parts--faq .mce-content-body::after {
  position: absolute;
  left: 48px;
  display: block;
  font-family: "Poppins", sans-serif;
  font-family: var(--font-en, "Poppins", sans-serif);
  font-weight: 400;
  font-size: 2rem; /* 32px */
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--faq .ttl-03::after,
  .lps_parts--faq .mce-content-body::after {
    left: 20px;
    font-size: 1.5rem;
  }
}

.lps_parts--faq .ttl-03::after {
  content: "Q";
  top: 13px;
  color: #fff;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--faq .ttl-03::after {
    top: 7px;
  }
}

.lps_parts--faq .mce-content-body::after {
  content: "A";
  top: 10px;
  color: #1D7FB7;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--faq .mce-content-body::after {
    top: 6px;
  }
}

.lps_parts--faq .mce-content-body .editor-ttl2 {
  margin-top: 0;
}

.lps_parts--faq .text img {
  max-width: 248px;
  margin-top: 0;
  margin-right: 40px;
  overflow: hidden;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--faq .text img {
    float: none !important;
    margin-bottom: 8px !important;
  }
  .lps_parts--faq .text img {
    margin-top: 2px;
    margin-left: 0;
    margin-right: auto;
    border-radius: 8px;
  }
}

/* lps_parts--flow
********************************************** */
.lps_parts--flow .flow_item {
  position: relative;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 110px;
  counter-increment: number3;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--flow .flow_item {
    padding-left: 48px;
  }
}

.lps_parts--flow .flow_item:not(:last-child) {
  padding-bottom: 48px;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--flow .flow_item:not(:last-child) {
    padding-bottom: 24px;
  }
}

.lps_parts--flow .ttl-03 {
  font-size: 2rem; /* 32px */
  letter-spacing: 0.1em;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--flow .ttl-03 {
    font-size: 1.429rem; /* 20px */
  }
}
.lps_parts--flow .ttl-03::after {
  content: counter(number3);
  position: absolute;
  top: -8px;
  left: -110px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  background-color: #0599D9;
  font-family: "Poppins", sans-serif;
  font-family: var(--font-en, "Poppins", sans-serif);
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: 0;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--flow .ttl-03::after {
    top: -6px;
    left: -48px;
    width: 36px;
    height: 36px;
    font-size: 1.286rem; /* 18px */
  }
}

.lps_parts--flow .flow_item:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 64px;
  left: 31px;
  display: block;
  width: 0;
  height: calc(100% - 80px);
  border-right: 1px solid #0599D9;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--flow .flow_item:not(:last-child)::before {
    top: 36px;
    left: 17px;
    height: calc(100% - 48px);
  }
}

.lps_parts--flow .txt-wh .ttl-03 {
  color: #fff;
}

.lps_parts--flow .flow_item.txt-wh:not(:last-child)::before {
  border-color: #fff;
}

.lps_parts--flow .txt-wh .ttl-03::after {
  color: #0599D9;
  background-color: #fff;
}

.lps_parts--flow .text img {
  max-width: 248px;
  margin-top: 0;
  margin-right: 40px;
  overflow: hidden;
}

@media screen and (max-width: 47.9375em) {
  .lps_parts--flow .text img {
    float: none !important;
    margin-bottom: 16px !important;
  }
  .lps_parts--flow .text img {
    margin-left: 0;
    margin-right: auto;
  }
}
/* ##############################################################################

    Loops モジュール

############################################################################## */
.btn .icon-svg {
  position: absolute;
  top: 50%;
  display: block;
  transform: translateY(-50%);
  transition: all 0.4s ease-out;
  transition: var(--transit-default, all 0.4s ease-out);
}

.icon-new_tab {
  width: 14px;
  height: 14px;
}

.btn .icon-new_tab {
  right: 20px;
}
@media screen and (max-width: 47.9375em) {
  .btn .icon-new_tab {
    right: 24px;
  }
}

.icon-pdf {
  width: 27px;
  height: 12px;
}

.btn .icon-pdf {
  left: 15px;
}
@media screen and (max-width: 47.9375em) {
  .btn .icon-pdf {
    left: 12px;
  }
}

.lps_sec {
  position: relative;
}
.lps_sec .line-b-01 {
  top: 50px;
  right: 15vw;
}
.lps_sec .line-b-02 {
  top: 30%;
  left: 2vw;
}
.lps_sec .line-b-03 {
  top: 50%;
  left: 15vw;
}
.lps_sec .line-b-04 {
  bottom: 30%;
  right: 15vw;
}
.lps_sec .line-b-05 {
  bottom: 150px;
  left: 4vw;
}
@media screen and (max-width: 47.9375em) {
  .lps_sec .line-b-01 {
    top: 24px;
    right: 7vw;
  }
  .lps_sec .line-b-02 {
    top: 14%;
    left: 1vw;
  }
  .lps_sec .line-b-03 {
    top: 50%;
    left: auto;
    right: -2vw;
  }
  .lps_sec .line-b-04 {
    bottom: 14%;
    right: 2vw;
  }
  .lps_sec .line-b-05 {
    bottom: 74px;
    left: 2vw;
  }
}

.lps_sec-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-position: center;
}

.lps_sec:not(:first-of-type):not(:last-of-type):nth-of-type(even)::before {
  content: "";
  position: absolute;
  top: -360px;
  right: 0;
  z-index: 0;
  width: 1100px;
  max-width: 57.29vw;
  height: 840px;
  background-image: url(../images/common/page-deco-3.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
}
@media screen and (max-width: 47.9375em) {
  .lps_sec:not(:first-of-type):not(:last-of-type):nth-of-type(even)::before {
    top: -200px;
    height: 420px;
  }
}

.lps_sec:not(:first-of-type):not(:last-of-type):nth-of-type(odd)::before {
  content: "";
  position: absolute;
  top: -320px;
  left: 0;
  z-index: 0;
  width: 800px;
  max-width: 41.66vw;
  height: 840px;
  background-image: url(../images/common/page-deco-4.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
}
@media screen and (max-width: 47.9375em) {
  .lps_sec:not(:first-of-type):not(:last-of-type):nth-of-type(odd)::before {
    top: -200px;
    height: 420px;
  }
}

/* ttl
********************************************** */
.lps_sec .ttl-01 {
  text-align: center;
}

/* lps_parts
********************************************** */
.lps_parts {
  position: relative;
  z-index: 1;
}

.lps_parts .img-detail::before {
  padding-top: 66.666%;
}

.lps_parts + .ttl-02,
.lps_parts--button + .ttl-02,
.lps_parts--button + .lps_parts,
.lps_parts + .lps_parts {
  margin-top: 80px;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts + .ttl-02,
  .lps_parts--button + .ttl-02,
  .lps_parts--button + .lps_parts,
  .lps_parts + .lps_parts {
    margin-top: 64px;
  }
}

.lps_parts--column + .lps_parts--column,
.lps_parts + .lps_parts--button {
  margin-top: 40px;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--column + .lps_parts--column,
  .lps_parts + .lps_parts--button {
    margin-top: 16px;
  }
}

.lps_parts iframe {
  width: 100%;
}

.lps_parts .text:not(:last-child) {
  margin-bottom: 24px;
}

.lps_parts--column .btn,
.lps_parts--slide .btn {
  text-align: center;
}

.lps_parts--column *:not(.btn) + .btn {
  margin-top: auto;
}

.lps_parts--column .btn a {
  margin-left: auto;
  margin-right: auto;
}

.lps_parts .mce-content-body:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts .mce-content-body:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 47.9375em) {
  .lps_parts .btn {
    text-align: center;
  }
  .lps_parts--column.column-2 .lps_parts--child.flex-sp-block .column_item,
  .lps_parts--column.column-3 .lps_parts--child.flex-sp-block .column_item,
  .lps_parts--column.column-4 .lps_parts--child.flex-sp-block .column_item {
    width: 100%;
    margin-right: 0;
  }
}
/* lps_parts--img_text
********************************************** */
.lps_parts--img_text .lps_parts--child.bg-wh {
  border-radius: 16px;
  overflow: hidden;
}

.lps_parts--img_text .img_text--child:only-child,
.lps_parts--img_text .lps_parts--child.bg-wh .img_text--child:only-child {
  width: 100%;
}

.lps_parts--img_text .lps_parts--child .img_text--img:only-child .img {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.lps_parts--img_text .img_text--child .img-detail {
  height: 100%;
}

.lps_parts--img_text .bg-wh .img_text--txt {
  padding: 5%;
}

.lps_parts--img_text .img_text--txt--inner {
  width: 100%;
}

.lps_parts--img_text .text {
  justify-content: flex-start;
}

.lps_parts--img_text .img_text--txt table {
  width: 100%;
}

.lps_parts--img_text .inner-lg {
  max-width: 1240px;
}

.lps_parts--img_text .inner-lg .img_text--img {
  position: absolute;
  top: 0;
  overflow: hidden;
}

.lps_parts--img_text .inner-lg:not(.flex-reverse) .img_text--img {
  left: 0;
  border-radius: 0 16px 16px 0;
}

.lps_parts--img_text .inner-lg.flex-reverse .img_text--img {
  right: 0;
  border-radius: 16px 0 0 16px;
}

.lps_parts--img_text .inner-lg:not(.flex-reverse) .img_text--txt {
  margin-left: auto;
}

.lps_parts--img_text .inner-lg.flex-reverse .img_text--txt {
  margin-right: auto;
}

@media print, screen and (min-width: 48em) {
  .lps_parts--img_text .inner-lg .img_text--img {
    height: 100%;
  }
  .lps_parts--img_text .inner-lg .img_text--txt {
    display: flex;
    align-items: center;
    min-height: 607.64px;
  }
  .lps_parts--img_text .inner-lg.bg-wh .img_text--txt {
    padding: 6%;
  }
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--img_text .bg-wh .img_text--txt {
    padding: 24px 24px 32px;
  }
  .lps_parts--img_text .btn {
    text-align: center;
  }
  .lps_parts--img_text .inner-lg .img_text--txt {
    margin-right: auto;
  }
  .lps_parts--img_text .inner-lg.bg-wh {
    padding-top: 24px;
  }
  .lps_parts--img_text .inner-lg.bg-wh .img_text--txt {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 40px;
  }
  .lps_parts--img_text.bg-wh + .bg-wh {
    margin-top: 0;
  }
  .lps_parts--img_text .inner-lg:not(.flex-reverse) .img_text--img,
  .lps_parts--img_text .inner-lg.flex-reverse .img_text--img {
    border-radius: 12px;
  }
  .lps_parts--img_text .inner-lg .img_text--img {
    position: relative;
  }
  .lps_parts--img_text .inner-lg .img_text--child .img-detail {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
}
/* lps_parts--slide
********************************************** */
.lps_parts--slide .img img {
  display: inline-block;
  border-radius: 24px;
}

.lps_parts--slide .img + .text {
  margin-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
}
@media screen and (max-width: 67.5em) {
  .lps_parts--slide .img + .text {
    margin-top: 16px;
  }
}

.lps_parts--slide .slick-list {
  margin-bottom: 32px;
}
@media screen and (max-width: 67.5em) {
  .lps_parts--slide .slick-list {
    margin-bottom: 16px;
  }
}

.lps_parts--slide .slick-arrow {
  position: absolute;
  top: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-decoration: none;
}

.lps_parts--slide .slick-prev {
  left: -52px;
  transform: scale(-1, 1);
}
@media screen and (max-width: 67.5em) {
  .lps_parts--slide .slick-prev {
    left: -16px;
  }
}

.lps_parts--slide .slick-next {
  right: -52px;
}
@media screen and (max-width: 67.5em) {
  .lps_parts--slide .slick-next {
    right: -16px;
  }
}

.lps_parts--slide .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.lps_parts--slide .slick-dots li {
  display: block;
  width: 12px;
  height: 12px;
  background-color: #AAB1B8;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.4s ease-out;
  transition: var(--transit-default, all 0.4s ease-out);
  margin: 10px;
}
@media screen and (max-width: 67.5em) {
  .lps_parts--slide .slick-dots li {
    margin: 6px;
  }
}

.lps_parts--slide .slick-dots li.slick-active {
  background-color: #EC7A9B;
}

.lps_parts--slide .slick-dots li:hover {
  opacity: 0.7;
}

.lps_parts--slide .slick-dots button {
  padding: 0;
  cursor: pointer;
  color: transparent;
  background: transparent;
  outline: none;
  border: none;
}

/* lps_parts--history
********************************************** */
.lps_parts--history {
  position: relative;
  max-width: 890px;
  width: 86%;
  margin-left: auto;
  margin-right: auto;
}
.lps_parts--history::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  bottom: -4px;
  display: block;
  width: 26px;
  background-color: #0599D9;
  border-radius: 26px;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--history::before {
    width: 14px;
    border-radius: 14px;
  }
}

.lps_parts--history .history_item {
  position: relative;
}

.lps_parts--history .history_item:not(:last-child) {
  margin-bottom: 48px;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--history .history_item:not(:last-child) {
    margin-bottom: 28px;
  }
}

.lps_parts--history .history_item .text {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--history .history_item .text {
    display: block;
  }
}

.lps_parts--history .ttl-03 {
  margin-bottom: 0 !important;
}

.lps_parts--history .ttl-03 {
  padding-left: 3.25rem;
  width: 8.25em;
  font-size: 1.625rem; /* 26px */
  letter-spacing: 0.01em;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-family: var(--font-en, "Poppins", sans-serif);
  font-weight: 700;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--history .ttl-03 {
    padding-left: 2rem;
    width: 8em;
    font-size: 1.25rem;
  }
}
.lps_parts--history .ttl-03::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0.45rem;
  bottom: 0;
  margin: auto;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #f6f6f6;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--history .ttl-03::before {
    left: 0.25rem;
    width: 8px;
    height: 8px;
  }
}

.lps_parts--history .ttl-03::after {
  display: none;
}

.lps_parts--history .mce-content-body {
  flex: 1;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--history .mce-content-body {
    margin-top: 0.5rem;
    padding-left: 2rem;
    line-height: 1.8;
  }
}

/* lps_parts--works
********************************************** */
.lps_parts--works {
  position: relative;
  width: 90%;
  max-width: 896px;
  margin-left: auto;
  margin-right: auto;
}

.works_item.cl-bl {
  border-color: #0599D9;
}

.works_item.cl-gr {
  border-color: #7CC683;
}

.works_item.cl-pk {
  border-color: #EC7A9B;
}

.works_item.cl-bl .num,
.works_item.cl-bl .cat,
.works_item.cl-bl .txtarea .subttl {
  color: #0599D9;
}

.works_item.cl-gr .num,
.works_item.cl-gr .cat,
.works_item.cl-gr .txtarea .subttl {
  color: #7CC683;
}

.works_item.cl-pk .num,
.works_item.cl-pk .cat,
.works_item.cl-pk .txtarea .subttl {
  color: #EC7A9B;
}

.works_item {
  padding: 52px 4vw 80px;
  counter-increment: number2;
  background-color: #fff;
  border-radius: 24px;
  border: solid 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.works_item .left{width: 40%;}
.works_item .right{width: 55%;margin-top: 30px;height: 100%;display: flex;align-items: center;}
@media screen and (max-width: 47.9375em) {
  .works_item {
    padding: 28px 6vw 40px;
    border-radius: 12px;
    border: solid 6px;
  }
}
.works_item:not(:last-child) {
  margin-bottom: 4rem;
}
@media screen and (max-width: 47.9375em) {
  .works_item:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.works_item .num {
  margin-right: 2.25rem;
  font-size: 2rem; /* 32px */
  letter-spacing: 0.01em;
  line-height: 1;
}
@media screen and (max-width: 47.9375em) {
  .works_item .num {
    margin-right: 1rem;
    font-size: 1.25rem;
    white-space: nowrap;
  }
}
.works_item .num::after,
.works_item .num span {
  content: counter(number2, decimal-leading-zero);
  font-size: 3.5rem;
}
@media screen and (max-width: 47.9375em) {
  .works_item .num::after,
  .works_item .num span {
    font-size: 2rem;
  }
}
.works_item .cat {
  display: inline-block;
  padding: 1rem 1.5rem;
  border: solid 1px;
  border-radius: 40px;
  line-height: 1;
}
@media screen and (max-width: 47.9375em) {
  .works_item .cat {
    padding: 0.5rem 1rem;
    line-height: 1.2;
    font-size: 0.857rem; /* 12px */
  }
}
.works_item .ttl {
  margin-top: 2.25rem;
  margin-bottom: 1.75rem;
  font-size: 1.75rem; /* 28px */
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media screen and (max-width: 47.9375em) {
  .works_item .ttl {
    margin-top: 1.5rem;
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
  }
}
.works_item .client {
  margin-bottom: 1.5rem;
  line-height: 1.5;
  margin-top: 1.5rem;
}
@media screen and (max-width: 47.9375em) {
  .works_item .client {
    margin-bottom: 1rem;
  }
}
.works_item .client .subttl {
  display: inline-block;
  padding: 2px 12px;
  margin-right: 1rem;
  color: #fff;
  background-color: #3C3C3C;
  border-radius: 40px;
  white-space: nowrap;
}
@media screen and (max-width: 47.9375em) {
  .works_item .client .subttl {
    margin-right: 0.75rem;
    padding: 2px 8px;
  }
}
.works_item .client .txt {
  color: #5B6E77;
}
.works_item .txtarea:not(:last-child) {
  border-bottom: solid 1px #5B6E77;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 47.9375em) {
  .works_item .txtarea:not(:last-child) {
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.works_item .txtarea .subttl {
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 47.9375em) {
  .works_item .txtarea .subttl {
    font-size: 1.143rem; /* 16px */
    margin-bottom: 0.1rem;
  }
}
.works_item .txtarea .txt {
  font-size: 1.025rem; /* 18px */
  line-height: 1.8;
}
@media screen and (max-width: 47.9375em) {
  .works_item .txtarea .txt {
    font-size: 1rem;
  }
}

/* lps_parts--profile
********************************************** */
.lps_parts--profile {
  position: relative;
}

.profile_item {
  display: flex;
  align-items: center;
  max-width: 1820px;
  width: calc(100% - 100px);
  height: 860px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 24px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
}
.profile_item .txtarea {
  margin-left: 60%;
}
.profile_item .txtarea .ttl {
  display: inline;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 2.5rem; /* 40px */
  letter-spacing: 0.1em;
  line-height: 2;
  background-color: #050101;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.profile_item .txtarea .position {
  margin-top: 3em;
}
.profile_item .txtarea .name {
  font-size: 1.5rem; /* 24px */
}

@media screen and (max-width: 1440px) {
  .profile_item .txtarea .ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1200px) {
  .profile_item .txtarea .ttl {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--profile + .lps_parts--column {
    margin-top: 32px !important;
  }
  .profile_item {
    width: 96%;
    height: 280px;
    border-radius: 12px;
  }
  .profile_item .txtarea {
    margin-left: 42%;
  }
  .profile_item .txtarea .ttl {
    font-size: 4vw;
  }
  .profile_item .txtarea .position {
    margin-top: 2em;
    font-size: 2.5vw;
  }
  .profile_item .txtarea .name {
    font-size: 3.5vw;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
.cta_contact a, .cta_recruit a{font-size: 14px;}
@media screen and (max-width: 1680px) {
  .footer .inner{max-width: 92%;width: 92%;}
}
@media screen and (max-width: 1520px) {
  .pc_menu ul li a span{font-size: 16px;}

}
@media screen and (max-width: 1440px) {
  .footer .inner{max-width: 90%;}
  .header .gnav{padding-left: 1.25rem;}
  .gnav--link .en{font-size: 14px;}
  header .gnav--link .en::before{display: none;}
  .gnav--link{padding-left: 10px;padding-right: 10px;}
  .cta_contact a, .cta_recruit a {
    height: 46px !important;
  }
  .footer_nav {width: 80%;}
  .footer .inner{}
  .footer_about{margin-bottom: 30px;}
  .footer_about .footer--logo{margin-bottom: 30px;}
  .footer_about .txtarea{flex: 0;white-space: nowrap;}
  footer .gnav--menu{width: 100%;}
  .footer .gnav{width: 100%;}
  .footer_about .footer--logo img {width: 16.81vw;}
  .fnav-sm{justify-content: center !important;}
  .pc_menu ul li a span{font-size: 16px !important;}
  .hero--catch div dl dd b{font-size: 20px;}
}
.header.profixed{background: #fff;box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);}
.header{background: #fff;z-index: 9999;}
.gnav_btn{display: none !important;}
@media screen and (max-width: 2580px) {
  .header {
    
  }
  .header--logo a img{}
  .header .gnav > * {
    pointer-events: none;
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.08, 0.82, 0.17, 1);
  }
  .header .gnav--menu {
    display: block !important;
    margin-bottom: 24px;
}
  .gnav_btn {
    position: fixed;
    top: 22px;
    right: 24px;
    width: 30px;
    height: 30px;
    z-index: 9999;
    pointer-events: auto;
    transition: all 0.4s ease-out;
    transition: var(--transit-default, all 0.4s ease-out);
  }
  .gnav_btn--lines {
    position: relative;
    width: 20px;
    height: 12px;
  }
  .gnav_btn--lines span {
    transition: all 0.4s ease-out;
    transition: var(--transit-default, all 0.4s ease-out);
    box-sizing: border-box;
  }
  .gnav_btn--lines span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #003953;
  }
  .gnav_btn--lines span:nth-of-type(1) {
    top: 0;
  }
  .gnav_btn--lines span:nth-of-type(2) {
    top: calc(50% - 1px);
  }
  .gnav_btn--lines span:nth-of-type(3) {
    bottom: 0;
  }    
  .gnav_btn::after {
    content: "MENU";
    position: absolute;
    right: -10px;
    left: -10px;
    bottom: -6px;
    display: block;
    font-size: 0.625rem;
    white-space: nowrap;
    letter-spacing: 0.01em;
    line-height: 1;
    text-align: center;
  }
  .gnav_btn.active::after {
    content: "CLOSE";
  
  }
  .active .gnav_btn--lines span:nth-of-type(1) {
    transform: translateY(5px) rotate(-40deg);
  }
  .active .gnav_btn--lines span:nth-of-type(2) {
    opacity: 0;
  }
  .active .gnav_btn--lines span:nth-of-type(3) {
    transform: translateY(-5px) rotate(40deg);
  }
  .gnav--cta-sp_fixed::before {
    content: "";
    position: absolute;
    top: -8px;
    left: -6px;
    right: -40px;
    bottom: -8px;
    z-index: -10;
    background-color: #fff;
    border-radius: 40px;
}
.flex {
  display: flex;
}
.gnav--cta-sp_fixed {
  position: relative;
  z-index: 1000;
  pointer-events: auto;
  padding-right: 15px;
}
.header > .inner {
  padding-left: 10px;
  padding-right: 10px;
}
.header .gnav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: -100%;
  z-index: 300;
  width: 100%;
  margin: 0;
  padding: 108px 13% 64px;
  pointer-events: none;
  transition: all 0.8s cubic-bezier(0.08, 0.82, 0.17, 1);
  overflow: scroll;
  background-color: #F1F2F4;
  transform: translateY(-50%);
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  display: none;
}
.header .gnav.active {
  bottom: 0;
  pointer-events: auto;
  transform: translateY(0);
  opacity: 1;
  display: block;
  height: auto !important;
}
.header .gnav.active > * {
  pointer-events: auto;
  opacity: 1;
  height: auto;
}
.header .gnav--menu li{height: auto !important;}
.header .gnav--menu a {
  display: block;
  padding: 18.5px 16px;
}
.header .gnav--menu a:hover .font-en{color: #EC7A9B;}
.header .gnav--menu li:not(.menu-item-has-children) a .arrow {
  position: absolute !important;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.header .gnav--menu li {
  position: relative;
  display: block;
  width: 100%;
}
.header .gnav--menu li:not(:last-child) {
  border-bottom: 1px solid #D3D3D3;
}

.btn-2 a .arrow, .slick-arrow .arrow, .circle--slider .prev .arrow, .circle--slider .next .arrow, .gnav--menu li:not(.menu-item-has-children) a .arrow {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 46px;
  margin-left: 1.125rem;
  border-radius: 50%;
  background: linear-gradient(45deg, #E96A8F 0%, #009ADA 100%);
  box-shadow: 8px -8px 30px rgba(255, 164, 201, 0.33);
  transition: all 0.2s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  cursor: pointer;
}
.btn-2 a .arrow::before, .slick-arrow .arrow::before, .circle--slider .prev .arrow::before, .circle--slider .next .arrow::before, .gnav--menu li:not(.menu-item-has-children) a .arrow::before {
  content: "";
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  z-index: 10;
  display: block;
  border-radius: 50%;
  background-color: #fff;
}
.btn-2 a .arrow::after, .slick-arrow .arrow::after, .circle--slider .prev .arrow::after, .circle--slider .next .arrow::after, .gnav--menu li:not(.menu-item-has-children) a .arrow::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  margin: auto;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px;
  border-right: solid 2px;
  transform: rotate(45deg);
  transition: all 0.2s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}
.active .gnav--cta-sp{display: block;margin-top: 20px;}

}
.header.profixed .gnav_btn{top: 35px;}
.gnav--cta-pc{display: none;}
.links_fixed{position: fixed;right: 0;top: 50%;transform: translateY(-50%);z-index: 999;}
.links_fixed ul li{border-radius: 5px;display: flex;align-items: center;justify-content: flex-end;margin: 10px 0px;}
.links_fixed ul li a{position: relative;width: 50px;height: 50px;background: #fff;display: flex;border-radius: 5px 0 0 5px;box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  align-items: center;
  -webkit-transition: all 0.5s ease 0s ;
  -moz-transition: all 0.5s ease 0s ;
  -ms-transition: all 0.5s ease 0s ;
  -o-transition: all 0.5s ease 0s ;
  transition: all 0.5s ease 0s ;
}
.links_fixed ul li a img{margin: 5px;}
.links_fixed ul li a span{
  margin-right: 5px;
  display: block;
  width: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease 0s ;
  -moz-transition: all 0.5s ease 0s ;
  -ms-transition: all 0.5s ease 0s ;
  -o-transition: all 0.5s ease 0s ;
  transition: all 0.5s ease 0s ;
}
.links_fixed ul li a:hover span{width: auto;opacity: 1;visibility: visible;white-space: nowrap;}
.links_fixed ul li a:hover{width: auto;}


/**内页**/
.pink{color: #EE7598;}
.row{
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.col-md-3 {
  max-width: 100%;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  flex: 0 0 auto;
  width: 25%;
}
.col-md-4 {
  max-width: 100%;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-md-8 {
  max-width: 100%;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-md-12 {
  max-width: 100%;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  flex: 0 0 auto;
  width: 100%;
}
a{
  -webkit-transition: all 0.5s ease 0s ;
  -moz-transition: all 0.5s ease 0s ;
  -ms-transition: all 0.5s ease 0s ;
  -o-transition: all 0.5s ease 0s ;
  transition: all 0.5s ease 0s ;
}
.loadmore{display: flex;align-items: center;justify-content: space-between;color: #fff;font-size: 18px;padding: 10px 30px; max-width: 270px;border-radius: 30px;background-image: linear-gradient(to right, #22C4EE , #0599D9);margin: 0 auto;}
.loadmore::after{
  content: '';
  width: 16px;
  height: 9px;
  background: url(../images/arrow.svg) no-repeat top center;
  display: inline-block;
}
.loadmore:hover{
  background-image: linear-gradient(to right, #0599D9 , #22C4EE);
}
.text-center{text-align: center !important;}
.inner2{max-width: 80%;position: relative;z-index: 99;}
.mt-0{margin-top: 0 !important;}
.pb-5{padding-bottom: 200px;}
.mt-5{margin-top: 5rem !important;}
.mt-1{margin-top: 1rem !important;}
.mb-2{margin-top: 2rem !important;}
.mb-1{margin-bottom: 1rem !important;}
.mt-2{margin-top: 2rem !important;}
.mt-3{margin-top: 3rem !important;}
.pb-0{padding-bottom: 0 !important;}
.mt-7{margin-top: 7rem !important;}
.mt-12{margin-top: 12rem !important;}
.ttl-fs18{font-size: 18px;}
.ttl-fs32{font-size: 32px;}
.ttl-fs30{font-size: 30px;}
.ttl-fs34{font-size: 34px;}
.ttl-fs36{font-size: 36px;}
.ttl-fs40{font-size: 40px;}
.ttl-fs30 .en{font-size: 30px;display: flex;align-items: center;}
.ttl-fs30 .en::before{
  content: '';
  display: inline-block;
  width: 78px;
  height: 5px;
  background: #EC7A9B;
  margin-right: 15px;
}
.menunav ul{padding: 15px 20px; display: inline-block; border-radius: 102px;background: #FFFFFF;box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);}
.menunav ul li{float: left;}
.menunav ul li a{display: block; font-size: 18px;color: #9B9B9B;font-weight: bold;padding: 5px 20px;}
.menunav ul li a:nth-child(1){}
.menunav ul li a::after{
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #9B9B9B;
  font-size: 0;
  line-height: 0;
  transform: rotate(180deg);
  margin-left: 10px;
}
.menunav ul li a:hover,.menunav ul li a.active{color: #003953;}
.menunav ul li a:hover::after,.menunav ul li a.active::after{
  border-bottom: 10px solid #003953;
}
.ttl-02-fs40{font-size: 40px;text-align: center;display: flex;align-items: center;justify-content: center;}
.ttl-02-fs40::before{
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #EC7A9B;
  border-radius: 50%;
  margin-right: 10px;
}
.boxcontent .items{margin-bottom: 70px;position: relative;overflow: hidden;}
.boxcontent .items .box{margin-top: 40px;position: relative;}
.boxcontent .items .box img{width: 100%;box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);border-radius: 22px;}
.boxcontent .items .box .txt{float: right; position: relative;transform: translate(-30px,-100px); background: #BEDFEE;border-radius: 14px;max-width: 700px;box-sizing: border-box;padding: 30px;}
.boxcontent .items .box .txt p{margin-bottom: 30px;}
.boxcontent .items:nth-child(even) .box .txt{float: none;transform: translate(30px,-100px);background: #F8E5EC;}
.boxcontent .items:nth-child(3) .box .txt{background: #E5F8EF;}
.article .big-img{max-width: 94%;margin: 60px auto;position: relative;z-index: 99;}
.article .big-img img{width: 100%;}
.article .body{max-width: 100%;margin: 0 auto;padding-bottom: 200px;}
.article .body p{margin-bottom: 30px;}
.article .body h4{font-size: 32px;font-weight: bold;margin-bottom: 30px;}
.article .body h4::before{
  content: '';
  display: block;
  width: 59px;
  height: 2px;
  background: url(../images/x.png) no-repeat top center;
  background-size: 100% 100%;
  margin-bottom: 30px;
}
.Projectbox{position: relative;z-index: 99;padding-bottom: 200px;}
.Projectbox .items{display: flex;justify-content: flex-start;align-items: center;flex-wrap: wrap;margin-bottom: 50px;}
.Projectbox .items:nth-child(even){flex-direction: row-reverse;}
.Projectbox .items .boximg{width: 46%;margin-top: 30px;}
.Projectbox .items .boximg img{width: 100%;}
.Projectbox .items .content{width: 50%;margin-top: 30px;box-sizing: border-box;padding: 5%;}
.Projectbox .items .content .txt{width: 100%;max-width: 100%;margin-top: 30px;}
.Projectbox .items .content .txt p{margin-bottom: 30px;}
.Projectbox .items .content h3::before{
  content: '';
  display: block;
  width: 59px;
  height: 2px;
  background: url(../images/x.png) no-repeat top center;
  background-size: 100% 100%;
  margin-bottom: 30px;
}
.content-block{display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 50px;padding-bottom: 200px;}
.content-block .left{width: 220px;}
.content-block .left h2{font-size: 20px;color: #fff;background: #EC7A9B;padding: 15px 25px;border-radius: 8px;margin-bottom: 0;}
.content-block .left ul{background: #fff;box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);box-sizing: border-box;padding: 15px 25px;border-radius: 0 0 8px 8px;}
.content-block .left ul li a{display: flex;align-items: center; color: #787878;display: block;padding-top: 5px;padding-bottom: 5px;}
.content-block .left ul li a::before{
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22C4EE;
  margin-right: 10px;
}
.content-block .left ul li a:hover{color: #22C4EE;}
.content-block .left ul li.active a{color: #22C4EE;}
.content-block .right{width: calc(100% - 300px);}
 .video .row a{
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 60.25%;
  position: relative;
  display: flex;
  align-items: center;
}
.video .row a::after{
  content: '';
  display: inline-block;
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  background-image: linear-gradient(rgba(255,255,255,0), rgba(0,0,0,0.8));
}
.video .row img,.video .row iframe,.video .row video{
  object-fit: cover;
  transition: all 0.35s ease;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.video .row a .con{color: #fff; width: 100%;position: absolute;z-index: 9;left: 0;bottom: 0;box-sizing: border-box;padding: 15px;}
.video .row a .con .time{font-size: 12px;margin-bottom: 0;}
.video .row a .con p{font-size: 18px;line-height: 1.2;}
.video .row a:hover img,.video .row a:hover video,.video .row a:hover iframe{
  -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.video2 .row a{position: relative;padding-bottom: 0;height: auto;display: block;}
.video2 .row a::after{display: none;}
.video2 .row .vicon{
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 60.25%;
  position: relative;
  display: flex;
  align-items: center;
}
.video2 .row .vicon::after{
  content: '';
  display: inline-block;
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  background-image: linear-gradient(rgba(255,255,255,0), rgba(0,0,0,0.8));
}
.video2 .row .vicon img,.video2 .row .vicon iframe,.video2 .row .vicon video{
  object-fit: cover;
  transition: all 0.35s ease;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.video2 .row .box{margin-top: 20px;}
.video2 .row .box .date{display: block;color: rgba(0, 57, 83, 0.43);margin-bottom: 10px;}
.video2 .row .box .desinfo{line-height: 1.5;display: block;}
.content-block .right .country .country-tit::after{
  content: '';
  display: block;
  width: 59px;
  height: 2px;
  background: url(../images/x.png) no-repeat top center;
  background-size: 100% 100%;
  margin-top: 15px;
  margin-bottom: 30px;
}
.content-block .right .country .col-md-4 .boximg{
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  min-height: 160px;
  margin-bottom: 10px;
}

.videoarticle{display: flex;justify-content: space-between;flex-wrap: wrap;}
.videoarticle .left{width: 68%;}
.videoarticle .left .big-video img{width: 100%;height: auto;}
.videoarticle .left .icos{display: flex;align-items: center;justify-content: flex-end;}
.videoarticle .left .icos a{margin-left: 30px;color: #8D8D8D;}
.videoarticle .left .icos a img{margin-right: 10px;}
.tabnav{margin: 30px 0; display: flex;align-items: center; border-bottom: 1px solid rgba(112, 112, 112, 0.23);}
.tabnav{display: flex;align-items: center;justify-content: space-between;}
.tabnav ul{display: flex;}
.tabnav a{margin-right: 30px; color: #919191;padding: 10px 10px;display: block;}
.tabnav a.active{color: #003953;border-bottom: 1.5px solid #003953;}
.tabnav a.sc{margin-right: 0;}
.videoarticle .left .arcbox .items p,.videoarticle .left .arcbox .items ul{font-weight: normal;margin-bottom: 30px;line-height: 1.4;}

.videoarticle .left .arcbox .items b{display: block;font-weight: bold;}
.videoarticle .left .arcbox .items b a{text-decoration: underline;margin-left: 10%;font-weight: normal;}
.videoarticle .left .arcbox dl dd{display: flex;justify-content: space-between;align-items: baseline;}
.videoarticle .left .arcbox dl dd b{width: 110px;}
.videoarticle .left .arcbox dl dd p{width: calc(100% - 120px);margin-bottom: 0;}
.videoarticle .left .arcbox dl dd p span{display: block;margin-bottom: 20px;}
.videoarticle .left .arcbox dl dd p span:nth-last-child(1){margin-bottom: 0;}
.videoarticle .left .arcbox dl dd p a{display: inline-block;border-radius: 20px;background: #EC7A9B;color: #fff;padding: 5px 30px;margin-right: 5px;margin-bottom: 5px;}
.videoarticle .left .arcbox dl dd p a.blueback{background: #22C4EE;}
.videoarticle .left .arcbox dl dd p a.noneback{background: none;padding: 0;color: #003953;}
.videoarticle .right{width: 28%;}
.videoarticle .right .ttl-fs30::after{
  content: '';
  display: block;
  width: 59px;
  height: 2px;
  background: url(../images/x.png) no-repeat top center;
  background-size: 100% 100%;
  margin-top: 15px;
  margin-bottom: 30px;
}
.videoarticle .right .col-md-12{margin-bottom: 30px;}
.videoarticle .big-video{
  position: relative;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 60.25%;
  position: relative;
}
.videoarticle .big-video iframe{
    object-fit: cover;
    transition: all 0.35s ease;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100% !important;
}
.Resource .itemsbox a{ display: flex;align-items: center;justify-content: space-between;background: #fff; max-width: 935px;margin: 20px auto;box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);border-radius: 40px;padding: 18px 40px;}
.Resource .itemsbox a:hover{background: #0599D9;color: #fff;}
.Resource .itemsbox a:hover img{filter: invert(50%) brightness(300%) !important;}
.formbox .form-group{display: flex;justify-content: flex-end;align-items: center;margin-bottom: 20px;}
.formbox .form-group label{margin-right: 10px;}
.formbox .form-group .relative{width: 110px; background: #FFFFFF;border-radius: 40px;box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);border: none;padding: 0px 10px;}
.formbox .form-group .form-control{width: 100%;border: none;box-shadow: none;outline: none;}
.Resource .company_news{max-width:100%;margin: 0 auto;}
.videoarticle2{max-width: 920px;margin: 0 auto;display: block;}
.videoarticle2 .tag{display: flex;align-items: center;}
.videoarticle2 .tag span{display: flex;align-items: center;}
.videoarticle2 .tag span::after{
  content: '';
  display: inline-block;
  width: 3px;
  height: 15px;
  background: #003953;
  margin: 0 10px;
}
.videoarticle2 .tag span:nth-last-child(1)::after{display: none;}
.videoarticle2 .arcbox p{margin-bottom: 30px;}
.videoarticle2 .arcbox img{display: block;margin: 0 auto;}
.videoarticle2 .share{display: flex;align-items: center;justify-content: center;margin-top: 60px;}
.videoarticle2 .share a{margin-left: 10px;}
.videoarticle2 .back{display: flex;justify-content: center;margin-top: 20px;}
.videoarticle2 .back a{display: inline-block;background: #AAB1B8;border-radius: 36px;color: #fff;padding: 6px 20px; margin: 0 10px;}
.videoarticle2 .back a:nth-child(2)::after{

}
.publication{width: 100%;}
.publication .col-md-3 a{display: block;}
.publication .col-md-3 a .boximg{
  display: block;
  overflow: hidden;
}
.publication .col-md-3 a .boximg img{
  object-fit: cover;
  transition: all 0.35s ease;
  width: 100%;
  height: 100%;
}
.publication .col-md-3 a p{text-align: center;margin-top: 20px;}
.publication .col-md-3 a:hover .boximg img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.boxcontent p{margin-bottom: 30px;font-weight: normal;line-height: 1.5;}
.Contact-block{display: flex;justify-content: space-between;max-width: 96%;margin: 0 auto;}
.Contact-block .left{width: 40%;}
.Contact-block .left dl dd{font-weight: normal;display: flex;margin-bottom: 20px;}
.Contact-block .left dl dd .ico{width: 80px;}
.Contact-block .left dl dd span{width: calc(100% - 80px);}
.Contact-block .right{width: 55%;}
.Contact-block .right img,.Contact-block .right iframe{width: 100%;}
.contactform{background: #fff;border-radius: 25px;box-sizing: border-box;padding: 7% 5%;margin: 5% auto;max-width: 935px;}
.contactform .form-group{display: flex;align-items: baseline;margin-bottom: 20px;}
.contactform .form-group label{width: 100px;}
.contactform .form-group .form-control{width: calc(100% - 120px);border: 1px solid rgba(112,112,112,0.19);padding: 0.8rem;}
.contactform .loadmore{box-shadow: none;border: none; width: 150px;;margin: 0 auto;}
.contactform .loadmore::after{transform: rotate(-90deg);}
.home_live .livebox2 .right{display: block;}
.home_live .livebox2 .right .items{width: 100%;}

.login{display: flex;align-items: center;justify-content: space-between;}
.login .left{width: 60%;}
.login .right{width: 35%;}
.login h1::after{
  content: '';
  display: block;
  width: 64px;
  height: 3px;
  background: #1CA8FA;
  margin: 10px auto;
}
.login .right  p{margin: 30px auto;}
.login .right .form-group{background: #fff;border-radius: 10px;padding: 15px;display: flex;margin-bottom: 20px;}
.login .right .form-group input{border: none;margin-left: 10px;font-size: 18px;outline: none;}
.login .right .chefor{color: #707070;display: flex;align-items: center;justify-content: space-between;}
.login .right .chefor a{color: #707070;text-decoration: underline;}
.login .right .chefor .checkbox label{display: flex;}
.login .right .chefor .checkbox input{margin: 0;padding: 0;zoom: 1.5;margin-right: 5px;}
.login .right button{border-radius: 30px;background: #FB618F;border: 1px solid #FB618F; margin: 0 auto;display: block;padding: 10px 50px;cursor: pointer; box-shadow: none;font-size: 22px;color: #fff;}
.login .right button:hover{background: none;color: #FB618F;}
.login .right .box{background:rgba(255,255,255,0.58);border-radius: 10px;text-align: center;padding: 15px;margin: 20px auto;margin-bottom: 50px;}
.login .right .box p{margin: 0;}
.login .right .box p a{color: #1CA8FA;text-decoration: underline;}
.register{border-radius: 10px;}
.register h1::after{
  content: '';
  display: block;
  width: 64px;
  height: 3px;
  background: #1CA8FA;
  margin: 10px 0px;
}
.register .tabnav{background: #fff;border-radius: 10px 10px 0px 0px;margin-bottom: 0;border-bottom: 0;}
.register .tabnav ul{display: flex;justify-content: space-between;align-items: center;width: 100%;}
.register .tabnav ul li{display: flex;align-items: center;justify-content: center; padding: 20px;text-align: center;width: 50%;}
.register .tabnav ul li i{display: inline-block;margin-right: 10px; width: 26px;height: 26px;border-radius: 50%;background: #4D4D4D;color: #fff;font-size: 12px;}
.register .tabnav ul li.active{border-bottom: 2px solid #FB618F;color: #1CA8FA;}
.register .tabnav ul li.active i{background: #1CA8FA;}
.register .tabbox{background:rgba(255,255,255,0.28);border-radius: 0 0 10px 10px;box-sizing: border-box;padding: 5%;}
.register .tabbox li{display: none;}
.register .tabbox li:nth-child(1){display: flex;}
.register .tabbox li form{width: 636px;margin: 0 auto;}
.register .tabbox li form .form-group{margin-bottom: 20px; display: flex;justify-content: space-between;flex-wrap: wrap;}
.register .tabbox li form label{width: 160px;font-size: 15px;color: #4D4D4D;text-align: right;}
.register .tabbox li form .form-control{width: calc(100% - 180px);display: flex;align-items: center;}
.register .tabbox li form .form-control .form-input{width: 100%;border-radius: 5px;border: 1px solid rgba(0,0,0,0.16);padding: 10px;}
.register .tabbox li form .form-control .code{padding: 3px 0; background: #FB618F;color: #fff;border-radius: 10px;margin-left: 15px;width: 152px;height: 100%;text-align: center;}
.register .tabbox li form .nextbtn{border-radius: 30px;background: #FB618F;margin: 0 auto;display: block;max-width: 158px;height: 44px;text-align: center; border: none;box-shadow: none;font-size: 22px;color: #fff;cursor: pointer;}
.register .tabbox li form.d-flex{display: flex;flex-wrap: wrap; justify-content: center;}
.register .tabbox li form.mediaform{width: 100%;padding-bottom: 50px;}
.register .tabbox li form.mediaform .form-control-in{width: calc(100% - 180px);display: flex;justify-content: space-between;align-items: center;}
.register .tabbox li form.mediaform .form-control-in .form-input{width: 100%;border-radius: 5px;border: 1px solid rgba(0,0,0,0.16);padding: 10px;}
.register .tabbox li form.mediaform .form-control-in .form-input:nth-child(2){margin: 0 15px;}
.result img{display: block;margin: 0 auto;padding-top: 8rem;}
.register .tabbox li form .form-control.in{display: block;background: #fff;}
.register .tabbox li form .form-control.in .uplpoad{background: #F9FDFF;border: 1px dashed #E9E9E9;min-height: 170px;box-sizing: border-box;margin: 15px;display: flex;align-items: center;justify-content: center;color: #878787;}
.register .tabbox li form .form-control.in .uploadbtn{padding: 15px;display: flex;align-items: baseline;justify-content: center;color: #878787;}
.register .tabbox li form .form-control.in .uploadbtn img{margin-right: 15px;}
.mediaform .submit{font-size: 18px;font-weight: bold;bottom: 50px;}

.member{display: flex;justify-content: space-between;flex-wrap: wrap;}
.member .left{width: 280px;background: #fff;}
.member .left .capacity{width: 86%;margin: 0 auto;display: flex;align-items: center; justify-content: space-between;}
.member .left .capacity em{color: #1CA8FA;font-size: 13px;}
.member .left .capbox{width: 86%;margin: 20px auto;display: flex;align-items: center;justify-content: space-between;}
.member .left .capbox em{color: #1CA8FA;font-size: 13px;}
.member .left .capbox a{display: block;background: #1CA8FA;border-radius: 36px;color: #fff;padding: 1px 18px;}
.member .left .menu{background: #F9FCFF;padding-bottom: 6rem;}
.member .left .menu ul li a{padding: 20px; display: flex;align-items: center;justify-content: center; border-bottom: 1px solid #F1F1F1;}
.member .left .menu ul li a img{margin-right: 10px;}
.member .left .menu ul li a:hover,.member .left .menu ul li .active{background: #FB618F;color: #fff;}
.member .left .menu ul li a:hover img,.member .left .menu ul li .active img{filter: invert(50%) brightness(300%) !important;}
.member .right{width: calc(100% - 330px);box-sizing: border-box;padding-right: 50px;padding-top: 20px;padding-bottom: 30px;}
.member .right .box{border-radius: 10px;background: #fff;padding: 20px;height: 100%;}
.member .right .box .people{display: flex;align-items: center;justify-content: space-between;border-bottom: 1px solid #F5F5F5;padding-bottom: 20px;margin-bottom: 20px;}
.member .right .box .people img{width: 78px;border-radius: 50%;border: 1px solid #1CA8FA;}
.member .right .box .people .right{width: calc(100% - 100px);font-size: 15px;color: #1CA8FA;padding-bottom: 0;}
.member .right .box .people .right .aword{margin-top: 10px; background-image: linear-gradient(to left,#C1A259, #EBCE70);border-radius: 4px;width: 75px;padding: 10px;color: #fff;}
.member .right .box .people .right .aword img{width: auto;margin-right: 10px;border: none;}

.member .right .box .people .right .aword2{margin-top: 10px; background-image: linear-gradient(to left,#D0D9E8, #B4BECE);border-radius: 4px;width: 75px;padding: 10px;color: #fff;}
.member .right .box .people .right .aword2 img{width: auto;margin-right: 10px;border: none;}

.member .right .box .people .right .aword3{margin-top: 10px; background-image: linear-gradient(to left,#F0BD7E, #B98650);border-radius: 4px;width: 75px;padding: 10px;color: #fff;}
.member .right .box .people .right .aword3 img{width: auto;margin-right: 10px;border: none;}

.member .right .box .people .right{padding-top: 0;}
.member .right .box .people .right p{white-space: nowrap;margin-bottom: 10px;}
.member .right .box dl dd{
    display: flex;
    align-items: baseline;
}
.member .right .box dl dd img{width: 17px;margin-right: 10px;}
.member .right .box dl dd span{width: 100px;}
.member .right .box dl dd span:nth-last-child(1){width: calc(100% - 117px);}
.member .right .box table{width: 100%;}
.member .right .box table th{background-color: #F8F8F8;padding: 10px;font-size: 14px;color: #7E7E7E;text-align: left;border-bottom: 1px solid #E9E9E9;}
.member .right .box table td{margin: 20px 10px;font-size: 14px;padding: 0;}
.member .right .box table td:nth-child(1){
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.member .right .box table tbody tr:nth-child(even){background: #FFF1F5;}
.member .right .box table td .number{display: flex;align-items: center;}
.member .right .box table td .number img{margin-right: 5px;}
.member .right .box h2{margin-bottom: 20px;}
.member .right .box .member_tit{padding-bottom: 0px; border-bottom: 1px solid #EFEFEF;display: flex;align-items: center;justify-content: space-between;}
.member .right .box .member_tit ul{display: flex;align-items: center;}
.member .right .box .member_tit ul li{padding: 10px 0px;margin-right: 30px;font-weight: bold;}
.member .right .box .member_tit ul li a,.member .right .box .member_tit ul li a:hover{color: #003953;text-decoration: none;}
.member .right .box .member_tit ul .active{border-bottom: 2px solid #FB618F;color: #FB618F;}
.boxtab{border-bottom: 2px solid #1CA8FA;display: flex;justify-content: space-between;align-items: center;}
.boxtab ul{display: flex;align-items: center;border-radius: 10px 10px 0 0;overflow: hidden;}
.boxtab ul li{padding: 0.3rem 3rem;text-align: center;cursor: pointer;background: #F8F8F8;}
.boxtab ul li.active{background: #1CA8FA;color: #fff;}
.boxtab .add{width: 62px;height: 34px;border-radius: 7px;background: #FB618F;display: flex;align-items: center;justify-content: center;}
.member .right .box .tabbox table th{vertical-align: middle;}
.member .right .box .tabbox table td{vertical-align: middle;}
.member .right .box .tabbox table td img{margin: 0 5px;vertical-align: middle;}
.member .right .box .tabbox table td .download{width: 31px;height: 31px;border-radius: 5px;background: #D6F0FF;display: flex;align-items: center;justify-content: center;}
.member .right .box .tabbox table td .delete{margin-left: 15px; width: 31px;height: 31px;border-radius: 5px;background: #D6F0FF;display: flex;align-items: center;justify-content: center;}
.member .right .box .tabbox table td span{display: flex;align-items: center;}
.member .right .box .table_top{display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;border-bottom: 3px solid #1CA8FA;}
.member .right .box .table_top .tbnav{display: flex;}
.member .right .box .table_top .tbnav a{background: #F8F8F8;padding: 0.8rem 3rem;}
.member .right .box .table_top .tbnav a:nth-child(1){border-radius: 10px 0px 0px 0px;}
.member .right .box .table_top .tbnav a:nth-last-child(1){border-radius: 0px 10px 0px 0px;}
.member .right .box .table_top .tbnav a.active{background: #1CA8FA;color: #fff;}
.member .right .box .table_top .more{color: #FB618F;display: flex;align-items: center;}
.member .right .box .table_top .more:after{
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/dropright.svg) no-repeat top center;
  margin-left: 15px;
  
}
.member .right .box .tableboxcon .items{display: none;}
.member .right .box .tableboxcon .items:nth-child(1){display: block;}

.member .right .box .tabbox .items{display: none;}
.member .right .box .tabbox .items:nth-child(1){display: block;}
.member .right .box .newsbox .dataTables_wrapper .dataTables_paginate{display: block;}
.member .right .box .itemsbox .items{display: none;}
.member .right .box .itemsbox .items:nth-child(1){display: block;}
.updateform{box-sizing: border-box;margin: 5% auto;max-width: 835px;}
.updateform .form-group{display: flex;margin-bottom: 20px;justify-content: center;align-items:center}
.updateform .form-group label{width: 130px;text-align: right;box-sizing: border-box;padding-right: 10px;}
.updateform .form-group .form-control{border-radius: 6px; width: calc(100% - 150px);border: 1px solid rgba(112,112,112,0.19);padding: 0.5rem 0.8rem;}
.updateform .form-group .form-control-in{border-radius: 6px; width: calc(100% - 150px);display: flex;align-items: center;justify-content: space-between;}
.updateform .form-group .form-control-in select:nth-child(2){margin: 0 15px;}
.updateform .form-group .form-control-in .form-control{padding: 1rem;}
.updateform .more{display: flex;align-items: center;justify-content: center;color: #fff;font-size: 18px;padding: 10px;box-shadow: none;border: none; width: 150px;border-radius: 30px;background-image: linear-gradient(to right, #22C4EE , #0599D9);margin: 0 auto;}
.updateform .form-group .form-control .form-input{border: none;box-shadow: none;padding: 0;width: 100%;outline: none;}
.updateform .form-group .form-control .form-select{border: none;box-shadow: none;width: 100%;}
.updateform .form-group .form-control.border-none{border: none;display: flex;}
.updateform .form-group .form-control.border-none .radio-inline{display: flex;align-items: center;}
.updateform .more:hover{background-image: linear-gradient(to right, #0599D9 , #22C4EE);}
.updateform .form-group .relative{position: relative;}
.updateform .form-group .relative .forget{position: absolute;right: 0.8rem;top: 50%;transform: translateY(-50%); color: #1CA8FA;}
.updateform .form-group .uplpoad{display: flex;justify-content: space-between;}
.updateform .form-group .uplpoad .imgs{border: 1px solid #F2F2F2;width: 107px;height: 107px;display: flex;align-items: center;justify-content: center;}
.updateform .form-group .uplpoad .right{width: calc(100% - 140px);padding: 0;margin: 0;}
.updateform .form-group .uplpoad .right p{color: #4D4D4D;}
.updateform .form-group .uplpoad .right dl dd{font-size: 14px;color: #BFBFBF;}
.updateform .form-group .uploadbtn{display: flex;align-items: center;justify-content: center;padding: 10px;color: #FB618F;}
.updateform .form-group .uploadbtn img{margin-right: 10px;}
.member .right .box .top_bar{display: flex;align-items: center;justify-content: space-between;}
.member .right .box .boxtit{font-weight: bold;}
.member .right .box .boxtit.ttl-fs36{border-bottom: 3px solid #1CA8FA;}
.member .right .box .top_bar .topform{display: flex;align-items: center;justify-content: flex-end;}
.member .right .box .top_bar .topform .form-control{border-radius: 10px;border: 1px solid #E4E4E4;padding: 0 0.8rem;height: 41px;}
.member .right .box .top_bar .topform .form-control{margin-left: 20px;}
.member .right .box .top_bar .topform .form-input{border: none;box-shadow: none;padding: 0;}
.member .right .box .top_bar .topform select{width: 140px;}
.mediaform{max-width: 100%;}
.mediaform .form_box{display: flex;justify-content: center;max-width: 100%;}
.mediaform .form_content{width:90%;margin:auto;}
.mediaform .left{width: 45%;}
.mediaform .right{width: 45%;padding: 0;margin: 0;}
.mediaform .submit{bottom: 50px; position: absolute;left: 50%;transform: translateX(-50%); width: 158px;height: 44px;background: #FB618F;color: #fff;border-radius: 60px;border: none;box-shadow: none;}
.mediaform .form-group label{width: 170px;}
.x-lin1{position: absolute;right: 0;width: 100%;top: 25%;z-index: 1;}
.x-lin2{position: absolute;left: -10px;width: 100%;bottom: 27%;z-index: 1;}
.x-lin22{bottom: 30px;}
.x-lin11{top: auto;bottom: -30%;}

.sitemap nav ul{display: flex;flex-wrap: wrap;justify-content: flex-start;}
.sitemap nav ul li{width: 33.33333%;margin: 15px 0px;}
.sitemap nav ul li dl dd{margin: 10px 15px;}
@media screen and (max-width: 1700px) {
  .member .right .box .people{flex-wrap: wrap;}
  .member .right .box .people .right{width: 100%;margin-top: 15px;}
  .member .right .box table th{}
}
@media screen and (max-width: 1440px) {
  .member .right .col-md-8{width: 100%;margin-top: 1rem !important;}
  .member .right .col-md-4{width: 100%;margin-top: 1rem !important;}
}
@media screen and (max-width: 1366px) {
  .pc_menu ul li a span{font-size: 15px !important;}
  .Contact-block .left dl dd{align-items: baseline;justify-content: space-between;margin-bottom: 0;}
  .Contact-block .left dl dd .ico{width: 30px;}
  .Contact-block .left dl dd span{font-size: 24px;width: calc(100% - 50px);}
}
@media screen and (max-width: 1280px) {
  .pc_menu ul li a span{font-size: 13px !important;}
  .hero--catch div dl dd:nth-child(1) b{padding-top: 0 !important;}
  .hero--catch div dl dd:nth-child(3) b{padding-top: 0 !important;}
  .footer .inner .fnav-sm{flex-wrap: wrap !important;justify-content: center !important;}
  .gnav--link{padding-left: 0px;padding-right: 0px;}
  .member .right .box .table_top .tbnav a{padding: 0.5rem 1.5rem;}
  .mediaform .form_box{flex-wrap: wrap;}
  .mediaform .left{width: 100%;}
  .mediaform .right{width: 100%;}
  .mediaform .form_content{width:100%;}
  .register .tabbox li form.mediaform .left{width: 45%;}
  .register .tabbox li form.mediaform .right{width: 45%;}

}
@media screen and (max-width: 1100px) {
  .footer_nav{width: 100%;}
  .video .row .col-md-4{width: 50%;}
}
@media screen and (max-width: 1024px) {
  .home_live .right .items{width: 100%;}
  .hero--catch div dl dd b{font-size: 20px;}
  .gnav_btn{top: 15px !important;}
  .header--logo a img{width: 200px;}
  .header--logo a{height: 100%;}
  .header--logo span img{width: 40px !important;}
  .header--logo p span:nth-child(2){height: 30px !important;}
  .header--logo{margin-top: 0px !important;max-width: 800px;}
  .header--logo span{font-size: 14px;}
  .header--logo p:nth-child(3) span img{width: 150px !important;}
  .footer_nav{min-width: 100%;}
  .gnav_btn{display: flex !important;}
  .pc_menu{display: none !important;}
  .gnav--cta-sp_fixed{padding-right: 70px;}
  .member .right{padding-top: 0;}
  .member .right .row>.col-md-8{margin-top: 0 !important;}
  .member .right .row>.col-md-8>.row>.col-md-4{margin-top: 0 !important;}
  .member .right .box table th,.member .right .box table td{white-space: nowrap;}
  .table-responsive{overflow-x: scroll;}
  .updateform .form-group{flex-wrap: wrap;}
  .updateform .form-group .form-control{width: 100%;}
  .updateform .form-group label{width: 100%;text-align: left;}
  .updateform .form-group .form-control-in{width: 100%;}
  .member .right .box .boxtit{width: 100%;text-align: left;}
  .member .right .box .top_bar{flex-wrap: wrap;justify-content: flex-end;}
  .boxcontent .items .box .txt{width: 100%;}
  .content-block .right{width: calc(100% - 250px);}
  .mt-12{margin-top: 8rem !important;}
  .inner2{max-width: 90%;}
  .content-block .right .country .col-md-4 .boximg{min-height: 100px;}
  .Contact-block{flex-wrap: wrap;}
  .Contact-block .left{width: 100%;}
  .Contact-block .right{width: 100%;}
  .register .tabbox li form.mediaform .left{width: 100%;}
  .register .tabbox li form.mediaform .right{width: 100%;}
  
}
.header .search{display: none;}
.header .linkson{display:none}
@media screen and (max-width: 996px) {
  .member .right .box .top_bar .topform{flex-wrap: wrap;width: 100%;}
  .member .right .box .top_bar .topform .form-control{width: 100%;margin: 5px 0;}
  .member .right .box .top_bar .topform .form-control:nth-child(1){display: flex;align-items: center;justify-content: space-between;}
  .login{flex-wrap: wrap;flex-direction: column-reverse;}
  .login .left{width: 100%;}
  .login .right{width: 100%;}
}
@media screen and (max-width: 768px) {
  .home_news{
    position: relative;
    right: auto;
    bottom: auto;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 14px 16px;
    border-radius: 6px;
  }
  body{min-width: auto !important;}
  .gnav_btn{top: 0 !important;}
  .hero--catch{position: static;}
  .hero--catch div dl{justify-content: space-between;}
  .hero--catch div dl dd:nth-child(1)::before{top: 0px;}
  .hero--catch div dl dd:nth-child(2)::before{top: 50px;}
  .hero--catch div dl dd{width: 45%;;}
  .header{height: auto;position: relative;}
  .header > .inner::before{
    content: '';
    display: inline-block;
    width: 100%;
    height: auto;
    background: #fff;
    height: 70px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
  }
  .home_company .company_news ul li a .desinfo{margin: 0 1.5%;}
  .header{background: #fff;}
  .header.profixed .gnav_btn{top: 0;}
  .gnav--cta-pc-jg {display: block;}
  .gnav--cta-pc-jg  li{width: auto !important;margin-bottom: 30px;}
  .gnav--cta-pc-jg  li a{text-align: left !important;margin-right: 10px !important;}
  .gnav--cta-pc-jg  li p{display: flex;align-items: center;}
  .header--logo p:nth-child(3){display: none;}
  .header--logo p:nth-child(2){display: none;}
  .gnav--cta-pc a{width: 31%;}
  .gnav--cta-pc{display: flex;justify-content: space-between;}
  .gnav--cta-sp_fixed::before{height: 54px;top: -36px;}
  .header > .inner{}
  .header .linkson{display:block;padding-left: 15px;padding-right: 0px;padding-bottom: 15px;}
  .header .linkson li p:nth-child(1){margin-top: 10px;}
  .header .linkson li img{vertical-align: middle;margin-right: 10px;}
  .header .linkson li:nth-last-child(1) img{margin-right: 0;}
  .header .search{display: block;position:relative;z-index: 9999;}
  .gnav--cta-sp_fixed{position: fixed;}
  .gnav_btn{top: -5px;position: relative;right: 0;}
  .header--logo p.items{margin-right:0 !important}
  .gnav--cta-sp_fixed::before{display: none;}
  .gnav--cta-sp_fixed li{display: none;}
  .gnav--cta-sp_fixed li a{}
  .gnav--cta-sp_fixed li img{vertical-align: middle;}
  .works_item .left{width: 100%;}
  .works_item .right{width: 100%;}
  .footer_about{}
  .fnav .fnav--menu{flex-direction: row;}
  .fnav li{width: 50%;}
  .footer_about .txtarea{display: block;margin-right: 2rem;flex: 0;white-space: nowrap;}
    .header--logo a img {
      
  }
  .gnav--cta-pc li{width: 32%;}
  .gnav--cta-pc li a{width: 100%;display: inline-block;text-align: center;line-height: 36px;margin-left: 0;}
  .gnav--cta-pc li a img{vertical-align: middle;}
  .footer_about .footer--logo img {
    width: 140px;
  }
  .cta_contact a,.cta_recruit a{width: 114px;height: 36px !important;}
  .gnav_btn{}
  .header .gnav{padding: 108px 15px 64px;}
  .hero_slides{max-width: 94vw;height: 94vw;}
  .hero--catch{width: 90%;max-width: 90%;box-sizing: border-box;padding: 0 20px;margin-top: 40px;margin-bottom: 140px;}
  .hero--catch div dl dd:nth-child(4) {
    margin-top: 60px;
  }  
  .hero--catch div dl dd:nth-child(2){margin-top: 80px;}
  .scroll-txt span{padding-top: 0.3em;}
  .works_slider .works_item{height: auto;}
  .works_item .right iframe{height: 160px !important;}
  .feature_slider .feature_item .txtarea .en{font-size: 1.5rem;}
  .feature_slider .feature_item .txtarea{margin-top: 20px;}
  .footer .gnav .gnav--menu li{width: 100%;}
  footer .gnav--menu li dl{margin-left: 0;}
  .footer .gnav .gnav--menu a{padding: 4px 16px;}
  footer .gnav--menu li dl{}
  .feature_slider{margin-left: 11%;}
  .home_recruit .inner .ttl{font-size: 1.5rem;}
  .footer .gnav .gnav--menu{display: flex !important;}
  .footer .gnav .gnav--menu li{width: 100%;}
  footer .gnav--menu li dl{display: none;}
  footer .gnav--menu .gnav--link{margin-bottom: 0;}
  .works_slider::before{bottom: -95px;}
  .home_live .right .items{width: 100%;}
  .member .right .box .table_top .tbnav a{padding: 0.3rem 0.5rem;}
  .mt-7{margin-top: 1.5rem !important;}
  .member .right{width: calc(100% - 300px);padding-right: 20px;}
  .member .right .box .table_top .more{float: right;padding: 10px 0px;}
  .member .right .box .table_top{justify-content: flex-end;}
  .mediaform .right{width: 100%;}
  .page-hero-txt{position: relative;bottom: auto;font-size: 36px;z-index: 99;}
  .hero{}
  .page-hero-txt .text{font-size: 106px;padding-left: 20px;padding-top: 150px;padding-bottom: 0px;}
  .pos_ab{position: relative;}
  .hero .deco1{position: absolute;}
  .menunav ul{margin-bottom: 50px;}
  .boxcontent .items .box .txt,.boxcontent .items:nth-child(even) .box .txt{transform: none;}
  .video .row .col-md-4{width: 100%;}
  .mt-12{margin-top: 3rem !important;}
  .video .row a .con p{font-size: 14px;}
  .content-block .right .country .col-md-4{width: 100%;}
  .Resource h3{margin-top: 60px !important;}
  .home_live .left{width: 100%;}
  .home_live .right{width: 100%;}
  .publication .col-md-3{width: 50%;}
  .publication .col-md-3 a p{margin-top: 10px;}
  .video2 .row .col-md-3{width: 50%;}
  .home_company .company_news ul li a{flex-wrap: wrap;padding: 20px 30px;}
  .home_company .company_news ul li a .desinfo{margin: 5px 0px;width: 100%;text-align: left;}
  .ttl-01 .en{font-size: 3.55rem;}
  .pos_ab{position: absolute;}
  .hero .scroll-txt{position: relative;}
  .page-hero-txt .scroll-txt span{font-size: 120px;padding-top: 0;}
}
@media screen and (max-width: 767px) {
 
  .hero .deco1{height: auto;}
  .hero--catch{margin-bottom: 0;}
  .hero--catch div dl dd b{font-size: 18px;}
  .hero--catch div dl dd:nth-child(1){top: 30px;}
  .hero--catch div dl dd:nth-child(1)::before{top: 80px;}
  .gnav_btn{top: 0 !important;}
  .home_works{padding-bottom: 140px;}
  .home_company .company_news ul li a{flex-wrap: wrap;padding: 20px;}
  .home_company .company_news ul li a .date{display: block;margin-bottom: 0;font-size: 14px;}
  .home_company .company_news ul li a .desinfo{width: 100%;margin-bottom: 10px;margin-left: 0;margin-right: 0; line-height: 1.4;}
  .home_live .inner{max-width: 100%;}
  .home_live .left{width: 100%;}
  .home_live .right{width: 100%;margin-top: 20px;}
  .home_live .right .items .con h3{font-size: 14px;}
  .home_live .right .items .con dl dd{font-size: 12px;}
  .home_live .right .items .boximg{width: 140px;}
  .home_live .right .items .con{width: calc(100% - 140px);}
  .home_live .right .items .con .desinfo{font-size: 12px;}
  .footer_about .footer--logo{width: 100%;}
  .footer_about .footer--logo img{display: block;margin: 0 auto;width: 200px;}
  .member .left{width: 100%;}
  .member .right{width: calc(100%);padding-right: 0px;}
  .boxtab ul li{padding: 0.3rem 2rem;}
  .page-hero-txt .text{font-size: 50px;}
  .ttl-fs36{font-size: 30px;}
  .ttl-fs40{font-size: 32px;}
  .ttl-fs30 .en{font-size: 26px;}
  .ttl-fs30{font-size: 26px;}
  .ttl-fs32{font-size: 28px;}
  .ttl-02-fs40{font-size: 32px;}
  .article .body h4{font-size: 24px;}
  .Projectbox .items{flex-wrap: wrap;}
  .Projectbox .items .boximg{width: 100%;}
  .Projectbox .items .content{width: 100%;margin-top: 20px;}
  .Projectbox{padding-bottom: 50px;}
  .content-block .left{width: 100%;}
  .content-block .right{width: 100%;margin-top: 30px;}
  .inner2{max-width: 90%;}
  .content-block{padding-bottom: 80px;}
  .videoarticle .left{width: 100%;}
  .videoarticle .right{width: 100%;margin-top: 40px;}
  .pb-5{padding-bottom: 80px;}
  .menunav ul li a{padding: 5px 10px;font-size: 16px;}
  .menunav ul{width: 100%;}
  .formbox .form-group .relative{font-size: 16px;}
  .fc .fc-col-header-cell-cushion{font-size: 15px;}
  .video2 .row .col-md-3{width: 100%;}
  .Contact-block .left dl{margin-top: 0 !important;}
  .Contact-block .left dl dd .ico{width: 20px;}
  .Contact-block .left dl dd span{width: calc(100% - 40px);font-size: 18px;}
  .Contact-block .left dl dd{align-items: baseline;margin-bottom: 0;justify-content: space-between;}
  .Contact-block .right{margin-top: 1.5rem !important;}
  .contactform .form-group{flex-wrap: wrap;}
  .contactform .form-group label{width: 100%;}
  .contactform .form-group .form-control{width: 100%;}
  .register .tabbox li form label{width: 100%;text-align: left;}
  .register .tabbox li form .form-control,.register .tabbox li form.mediaform .form-control-in{width: 100%;}
  .register .tabnav ul li{padding: 20px 10px;}
  .mediaform .submit{bottom: 30px;}
  .services{padding-bottom: 350px !important;}
  .circle--slider .animate-wrapper{    height: 500px !important;}
  .circle--slider .animate-wrapper{margin-top: 258px;}


  
}
/*# sourceMappingURL=style.css.map */
