@charset "UTF-8";
*,
::before,
::after {
  box-sizing: border-box; }

* {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: 0.06em; }

::before,
::after {
  display: inline-block;
  text-decoration: inherit;
  vertical-align: inherit; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  background: #fff;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  text-align: justify; }

main,
footer,
header,
hgroup,
nav,
section {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

b,
strong {
  font-weight: bold; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%; }

svg:not(:root) {
  overflow: hidden; }

hr {
  box-sizing: content-box;
  height: 0; }

*:not(input):not(select):not(button):not(textarea):not(label):focus {
  outline: none; }

select {
  height: 30px;
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0 20px 0 5px;
  line-height: 1; }

button,
input,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 4px 6px;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: none; }

input:not([type="checkbox"]):not([type="radio"]),
textarea,
button {
  -webkit-appearance: none; }

input {
  padding: 0 6px; }

input:focus,
textarea:focus {
  outline: none; }

input[type="button"],
input[type="submit"] {
  background-color: transparent;
  border: none; }

button {
  overflow: visible;
  background-color: transparent;
  border-radius: 0;
  border: none; }

button,
select {
  text-transform: none; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
  cursor: pointer; }

button[disabled],
input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0 5px 0 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

input[type="text"],
select,
textarea {
  font-size: 100%; }

input[type="text"]:focus,
textarea:focus {
  transition: 0.2s; }

input[type="text"]:focus,
textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); }

textarea {
  overflow: auto;
  resize: vertical; }

label {
  display: inline-block; }

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

td,
th {
  text-align: left;
  vertical-align: top;
  font-feature-settings: "palt"; }

ol {
  list-style-position: inside; }

li {
  list-style-type: none; }

address {
  font-style: normal; }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
p,
table,
thead,
tbody,
tfoot,
address {
  margin: 0;
  padding: 0; }

input,
textarea,
table,
thead,
tbody,
tfoot,
address {
  text-align: left; }

div,
dl,
dt,
dd,
ul,
ol,
li,
form,
p {
  text-align: inherit;
  font-feature-settings: "palt"; }

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

figure {
  margin: 0; }

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

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

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

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

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

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

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

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

.mt1 {
  margin-top: 1px !important; }

.mr1 {
  margin-right: 1px !important; }

.mb1 {
  margin-bottom: 1px !important; }

.ml1 {
  margin-left: 1px !important; }

.pt1 {
  padding-top: 1px !important; }

.pr1 {
  padding-right: 1px !important; }

.pb1 {
  padding-bottom: 1px !important; }

.pl1 {
  padding-left: 1px !important; }

.mt2 {
  margin-top: 2px !important; }

.mr2 {
  margin-right: 2px !important; }

.mb2 {
  margin-bottom: 2px !important; }

.ml2 {
  margin-left: 2px !important; }

.pt2 {
  padding-top: 2px !important; }

.pr2 {
  padding-right: 2px !important; }

.pb2 {
  padding-bottom: 2px !important; }

.pl2 {
  padding-left: 2px !important; }

.mt3 {
  margin-top: 3px !important; }

.mr3 {
  margin-right: 3px !important; }

.mb3 {
  margin-bottom: 3px !important; }

.ml3 {
  margin-left: 3px !important; }

.pt3 {
  padding-top: 3px !important; }

.pr3 {
  padding-right: 3px !important; }

.pb3 {
  padding-bottom: 3px !important; }

.pl3 {
  padding-left: 3px !important; }

.mt4 {
  margin-top: 4px !important; }

.mr4 {
  margin-right: 4px !important; }

.mb4 {
  margin-bottom: 4px !important; }

.ml4 {
  margin-left: 4px !important; }

.pt4 {
  padding-top: 4px !important; }

.pr4 {
  padding-right: 4px !important; }

.pb4 {
  padding-bottom: 4px !important; }

.pl4 {
  padding-left: 4px !important; }

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

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

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

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

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

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

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

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

.mt6 {
  margin-top: 6px !important; }

.mr6 {
  margin-right: 6px !important; }

.mb6 {
  margin-bottom: 6px !important; }

.ml6 {
  margin-left: 6px !important; }

.pt6 {
  padding-top: 6px !important; }

.pr6 {
  padding-right: 6px !important; }

.pb6 {
  padding-bottom: 6px !important; }

.pl6 {
  padding-left: 6px !important; }

.mt7 {
  margin-top: 7px !important; }

.mr7 {
  margin-right: 7px !important; }

.mb7 {
  margin-bottom: 7px !important; }

.ml7 {
  margin-left: 7px !important; }

.pt7 {
  padding-top: 7px !important; }

.pr7 {
  padding-right: 7px !important; }

.pb7 {
  padding-bottom: 7px !important; }

.pl7 {
  padding-left: 7px !important; }

.mt8 {
  margin-top: 8px !important; }

.mr8 {
  margin-right: 8px !important; }

.mb8 {
  margin-bottom: 8px !important; }

.ml8 {
  margin-left: 8px !important; }

.pt8 {
  padding-top: 8px !important; }

.pr8 {
  padding-right: 8px !important; }

.pb8 {
  padding-bottom: 8px !important; }

.pl8 {
  padding-left: 8px !important; }

.mt9 {
  margin-top: 9px !important; }

.mr9 {
  margin-right: 9px !important; }

.mb9 {
  margin-bottom: 9px !important; }

.ml9 {
  margin-left: 9px !important; }

.pt9 {
  padding-top: 9px !important; }

.pr9 {
  padding-right: 9px !important; }

.pb9 {
  padding-bottom: 9px !important; }

.pl9 {
  padding-left: 9px !important; }

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

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

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

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

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

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

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

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

.mt11 {
  margin-top: 11px !important; }

.mr11 {
  margin-right: 11px !important; }

.mb11 {
  margin-bottom: 11px !important; }

.ml11 {
  margin-left: 11px !important; }

.pt11 {
  padding-top: 11px !important; }

.pr11 {
  padding-right: 11px !important; }

.pb11 {
  padding-bottom: 11px !important; }

.pl11 {
  padding-left: 11px !important; }

.mt12 {
  margin-top: 12px !important; }

.mr12 {
  margin-right: 12px !important; }

.mb12 {
  margin-bottom: 12px !important; }

.ml12 {
  margin-left: 12px !important; }

.pt12 {
  padding-top: 12px !important; }

.pr12 {
  padding-right: 12px !important; }

.pb12 {
  padding-bottom: 12px !important; }

.pl12 {
  padding-left: 12px !important; }

.mt13 {
  margin-top: 13px !important; }

.mr13 {
  margin-right: 13px !important; }

.mb13 {
  margin-bottom: 13px !important; }

.ml13 {
  margin-left: 13px !important; }

.pt13 {
  padding-top: 13px !important; }

.pr13 {
  padding-right: 13px !important; }

.pb13 {
  padding-bottom: 13px !important; }

.pl13 {
  padding-left: 13px !important; }

.mt14 {
  margin-top: 14px !important; }

.mr14 {
  margin-right: 14px !important; }

.mb14 {
  margin-bottom: 14px !important; }

.ml14 {
  margin-left: 14px !important; }

.pt14 {
  padding-top: 14px !important; }

.pr14 {
  padding-right: 14px !important; }

.pb14 {
  padding-bottom: 14px !important; }

.pl14 {
  padding-left: 14px !important; }

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

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

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

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

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

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

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

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

.mt16 {
  margin-top: 16px !important; }

.mr16 {
  margin-right: 16px !important; }

.mb16 {
  margin-bottom: 16px !important; }

.ml16 {
  margin-left: 16px !important; }

.pt16 {
  padding-top: 16px !important; }

.pr16 {
  padding-right: 16px !important; }

.pb16 {
  padding-bottom: 16px !important; }

.pl16 {
  padding-left: 16px !important; }

.mt17 {
  margin-top: 17px !important; }

.mr17 {
  margin-right: 17px !important; }

.mb17 {
  margin-bottom: 17px !important; }

.ml17 {
  margin-left: 17px !important; }

.pt17 {
  padding-top: 17px !important; }

.pr17 {
  padding-right: 17px !important; }

.pb17 {
  padding-bottom: 17px !important; }

.pl17 {
  padding-left: 17px !important; }

.mt18 {
  margin-top: 18px !important; }

.mr18 {
  margin-right: 18px !important; }

.mb18 {
  margin-bottom: 18px !important; }

.ml18 {
  margin-left: 18px !important; }

.pt18 {
  padding-top: 18px !important; }

.pr18 {
  padding-right: 18px !important; }

.pb18 {
  padding-bottom: 18px !important; }

.pl18 {
  padding-left: 18px !important; }

.mt19 {
  margin-top: 19px !important; }

.mr19 {
  margin-right: 19px !important; }

.mb19 {
  margin-bottom: 19px !important; }

.ml19 {
  margin-left: 19px !important; }

.pt19 {
  padding-top: 19px !important; }

.pr19 {
  padding-right: 19px !important; }

.pb19 {
  padding-bottom: 19px !important; }

.pl19 {
  padding-left: 19px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.left-text {
  text-align: left !important; }

.right-text {
  text-align: right !important; }

.center-text {
  text-align: center !important; }

.f8px {
  font-size: 8px !important; }

.f9px {
  font-size: 9px !important; }

.f10px {
  font-size: 10px !important; }

.f11px {
  font-size: 11px !important; }

.f12px {
  font-size: 12px !important; }

.f13px {
  font-size: 13px !important; }

.f14px {
  font-size: 14px !important; }

.f15px {
  font-size: 15px !important; }

.f16px {
  font-size: 16px !important; }

.f17px {
  font-size: 17px !important; }

.f18px {
  font-size: 18px !important; }

.f19px {
  font-size: 19px !important; }

.f20px {
  font-size: 20px !important; }

.f21px {
  font-size: 21px !important; }

.f22px {
  font-size: 22px !important; }

.f23px {
  font-size: 23px !important; }

.f24px {
  font-size: 24px !important; }

.f25px {
  font-size: 25px !important; }

.f26px {
  font-size: 26px !important; }

.f27px {
  font-size: 27px !important; }

.f28px {
  font-size: 28px !important; }

.f29px {
  font-size: 29px !important; }

.f30px {
  font-size: 30px !important; }

.f31px {
  font-size: 31px !important; }

.f32px {
  font-size: 32px !important; }

.f33px {
  font-size: 33px !important; }

.f34px {
  font-size: 34px !important; }

.f35px {
  font-size: 35px !important; }

.f36px {
  font-size: 36px !important; }

.f37px {
  font-size: 37px !important; }

.f38px {
  font-size: 38px !important; }

.f39px {
  font-size: 39px !important; }

.f40px {
  font-size: 40px !important; }

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

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

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

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

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

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

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

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

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

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

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

.lh21 {
  line-height: 2.1 !important; }

.lh22 {
  line-height: 2.2 !important; }

.lh23 {
  line-height: 2.3 !important; }

.lh24 {
  line-height: 2.4 !important; }

.lh25 {
  line-height: 2.5 !important; }

.lh26 {
  line-height: 2.6 !important; }

.lh27 {
  line-height: 2.7 !important; }

.lh28 {
  line-height: 2.8 !important; }

.lh29 {
  line-height: 2.9 !important; }

.lh30 {
  line-height: 3 !important; }

.ls0 {
  letter-spacing: 0em !important; }

.ls1 {
  letter-spacing: 0.001em !important; }

.ls2 {
  letter-spacing: 0.002em !important; }

.ls3 {
  letter-spacing: 0.003em !important; }

.ls4 {
  letter-spacing: 0.004em !important; }

.ls5 {
  letter-spacing: 0.005em !important; }

.ls6 {
  letter-spacing: 0.006em !important; }

.ls7 {
  letter-spacing: 0.007em !important; }

.ls8 {
  letter-spacing: 0.008em !important; }

.ls9 {
  letter-spacing: 0.009em !important; }

.ls10 {
  letter-spacing: 0.01em !important; }

.ls11 {
  letter-spacing: 0.011em !important; }

.ls12 {
  letter-spacing: 0.012em !important; }

.ls13 {
  letter-spacing: 0.013em !important; }

.ls14 {
  letter-spacing: 0.014em !important; }

.ls15 {
  letter-spacing: 0.015em !important; }

.ls16 {
  letter-spacing: 0.016em !important; }

.ls17 {
  letter-spacing: 0.017em !important; }

.ls18 {
  letter-spacing: 0.018em !important; }

.ls19 {
  letter-spacing: 0.019em !important; }

.ls20 {
  letter-spacing: 0.02em !important; }

.ls21 {
  letter-spacing: 0.021em !important; }

.ls22 {
  letter-spacing: 0.022em !important; }

.ls23 {
  letter-spacing: 0.023em !important; }

.ls24 {
  letter-spacing: 0.024em !important; }

.ls25 {
  letter-spacing: 0.025em !important; }

.ls26 {
  letter-spacing: 0.026em !important; }

.ls27 {
  letter-spacing: 0.027em !important; }

.ls28 {
  letter-spacing: 0.028em !important; }

.ls29 {
  letter-spacing: 0.029em !important; }

.ls30 {
  letter-spacing: 0.03em !important; }

.ls31 {
  letter-spacing: 0.031em !important; }

.ls32 {
  letter-spacing: 0.032em !important; }

.ls33 {
  letter-spacing: 0.033em !important; }

.ls34 {
  letter-spacing: 0.034em !important; }

.ls35 {
  letter-spacing: 0.035em !important; }

.ls36 {
  letter-spacing: 0.036em !important; }

.ls37 {
  letter-spacing: 0.037em !important; }

.ls38 {
  letter-spacing: 0.038em !important; }

.ls39 {
  letter-spacing: 0.039em !important; }

.ls40 {
  letter-spacing: 0.04em !important; }

.ls41 {
  letter-spacing: 0.041em !important; }

.ls42 {
  letter-spacing: 0.042em !important; }

.ls43 {
  letter-spacing: 0.043em !important; }

.ls44 {
  letter-spacing: 0.044em !important; }

.ls45 {
  letter-spacing: 0.045em !important; }

.ls46 {
  letter-spacing: 0.046em !important; }

.ls47 {
  letter-spacing: 0.047em !important; }

.ls48 {
  letter-spacing: 0.048em !important; }

.ls49 {
  letter-spacing: 0.049em !important; }

.ls50 {
  letter-spacing: 0.05em !important; }

.ls51 {
  letter-spacing: 0.051em !important; }

.ls52 {
  letter-spacing: 0.052em !important; }

.ls53 {
  letter-spacing: 0.053em !important; }

.ls54 {
  letter-spacing: 0.054em !important; }

.ls55 {
  letter-spacing: 0.055em !important; }

.ls56 {
  letter-spacing: 0.056em !important; }

.ls57 {
  letter-spacing: 0.057em !important; }

.ls58 {
  letter-spacing: 0.058em !important; }

.ls59 {
  letter-spacing: 0.059em !important; }

.ls60 {
  letter-spacing: 0.06em !important; }

.ls61 {
  letter-spacing: 0.061em !important; }

.ls62 {
  letter-spacing: 0.062em !important; }

.ls63 {
  letter-spacing: 0.063em !important; }

.ls64 {
  letter-spacing: 0.064em !important; }

.ls65 {
  letter-spacing: 0.065em !important; }

.ls66 {
  letter-spacing: 0.066em !important; }

.ls67 {
  letter-spacing: 0.067em !important; }

.ls68 {
  letter-spacing: 0.068em !important; }

.ls69 {
  letter-spacing: 0.069em !important; }

.ls70 {
  letter-spacing: 0.07em !important; }

.ls71 {
  letter-spacing: 0.071em !important; }

.ls72 {
  letter-spacing: 0.072em !important; }

.ls73 {
  letter-spacing: 0.073em !important; }

.ls74 {
  letter-spacing: 0.074em !important; }

.ls75 {
  letter-spacing: 0.075em !important; }

.ls76 {
  letter-spacing: 0.076em !important; }

.ls77 {
  letter-spacing: 0.077em !important; }

.ls78 {
  letter-spacing: 0.078em !important; }

.ls79 {
  letter-spacing: 0.079em !important; }

.ls80 {
  letter-spacing: 0.08em !important; }

.ls81 {
  letter-spacing: 0.081em !important; }

.ls82 {
  letter-spacing: 0.082em !important; }

.ls83 {
  letter-spacing: 0.083em !important; }

.ls84 {
  letter-spacing: 0.084em !important; }

.ls85 {
  letter-spacing: 0.085em !important; }

.ls86 {
  letter-spacing: 0.086em !important; }

.ls87 {
  letter-spacing: 0.087em !important; }

.ls88 {
  letter-spacing: 0.088em !important; }

.ls89 {
  letter-spacing: 0.089em !important; }

.ls90 {
  letter-spacing: 0.09em !important; }

.ls91 {
  letter-spacing: 0.091em !important; }

.ls92 {
  letter-spacing: 0.092em !important; }

.ls93 {
  letter-spacing: 0.093em !important; }

.ls94 {
  letter-spacing: 0.094em !important; }

.ls95 {
  letter-spacing: 0.095em !important; }

.ls96 {
  letter-spacing: 0.096em !important; }

.ls97 {
  letter-spacing: 0.097em !important; }

.ls98 {
  letter-spacing: 0.098em !important; }

.ls99 {
  letter-spacing: 0.099em !important; }

.ls100 {
  letter-spacing: 0.1em !important; }

.fw100 {
  font-weight: 100 !important; }

.fw200 {
  font-weight: 200 !important; }

.fw300 {
  font-weight: 300 !important; }

.fw400 {
  font-weight: 400 !important; }

.fw500 {
  font-weight: 500 !important; }

.fw600 {
  font-weight: 600 !important; }

.fw700 {
  font-weight: 700 !important; }

.fw800 {
  font-weight: 800 !important; }

.fw900 {
  font-weight: 900 !important; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.absolute {
  position: absolute !important; }

.relative {
  position: relative !important; }

.static {
  position: static !important; }

.mt1em {
  margin-top: 1em; }

.mb1em {
  margin-bottom: 1em; }

.mw100 {
  max-width: 100%;
  height: auto; }

.w100 {
  width: 100% !important; }

.fade {
  transition: opacity 0.2s;
  opacity: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  .fade:hover {
    opacity: 0.7; }

.left-box {
  float: left !important; }

.right-box {
  float: right !important; }

.center-box {
  margin-left: auto !important;
  margin-right: auto !important; }

.left-sp {
  float: left !important; }

.right-sp {
  float: right !important; }

.normal {
  font-weight: normal; }

.bold {
  font-weight: bold; }

@media only screen and (max-width: 768px) {
  .left-text-tb {
    text-align: left !important; }

  .right-text-tb {
    text-align: right !important; }

  .center-text-tb {
    text-align: center !important; }

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

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

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

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

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

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

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

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

  .mt1-tb {
    margin-top: 1px !important; }

  .mr1-tb {
    margin-right: 1px !important; }

  .mb1-tb {
    margin-bottom: 1px !important; }

  .ml1-tb {
    margin-left: 1px !important; }

  .pt1-tb {
    padding-top: 1px !important; }

  .pr1-tb {
    padding-right: 1px !important; }

  .pb1-tb {
    padding-bottom: 1px !important; }

  .pl1-tb {
    padding-left: 1px !important; }

  .mt2-tb {
    margin-top: 2px !important; }

  .mr2-tb {
    margin-right: 2px !important; }

  .mb2-tb {
    margin-bottom: 2px !important; }

  .ml2-tb {
    margin-left: 2px !important; }

  .pt2-tb {
    padding-top: 2px !important; }

  .pr2-tb {
    padding-right: 2px !important; }

  .pb2-tb {
    padding-bottom: 2px !important; }

  .pl2-tb {
    padding-left: 2px !important; }

  .mt3-tb {
    margin-top: 3px !important; }

  .mr3-tb {
    margin-right: 3px !important; }

  .mb3-tb {
    margin-bottom: 3px !important; }

  .ml3-tb {
    margin-left: 3px !important; }

  .pt3-tb {
    padding-top: 3px !important; }

  .pr3-tb {
    padding-right: 3px !important; }

  .pb3-tb {
    padding-bottom: 3px !important; }

  .pl3-tb {
    padding-left: 3px !important; }

  .mt4-tb {
    margin-top: 4px !important; }

  .mr4-tb {
    margin-right: 4px !important; }

  .mb4-tb {
    margin-bottom: 4px !important; }

  .ml4-tb {
    margin-left: 4px !important; }

  .pt4-tb {
    padding-top: 4px !important; }

  .pr4-tb {
    padding-right: 4px !important; }

  .pb4-tb {
    padding-bottom: 4px !important; }

  .pl4-tb {
    padding-left: 4px !important; }

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

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

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

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

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

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

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

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

  .mt6-tb {
    margin-top: 6px !important; }

  .mr6-tb {
    margin-right: 6px !important; }

  .mb6-tb {
    margin-bottom: 6px !important; }

  .ml6-tb {
    margin-left: 6px !important; }

  .pt6-tb {
    padding-top: 6px !important; }

  .pr6-tb {
    padding-right: 6px !important; }

  .pb6-tb {
    padding-bottom: 6px !important; }

  .pl6-tb {
    padding-left: 6px !important; }

  .mt7-tb {
    margin-top: 7px !important; }

  .mr7-tb {
    margin-right: 7px !important; }

  .mb7-tb {
    margin-bottom: 7px !important; }

  .ml7-tb {
    margin-left: 7px !important; }

  .pt7-tb {
    padding-top: 7px !important; }

  .pr7-tb {
    padding-right: 7px !important; }

  .pb7-tb {
    padding-bottom: 7px !important; }

  .pl7-tb {
    padding-left: 7px !important; }

  .mt8-tb {
    margin-top: 8px !important; }

  .mr8-tb {
    margin-right: 8px !important; }

  .mb8-tb {
    margin-bottom: 8px !important; }

  .ml8-tb {
    margin-left: 8px !important; }

  .pt8-tb {
    padding-top: 8px !important; }

  .pr8-tb {
    padding-right: 8px !important; }

  .pb8-tb {
    padding-bottom: 8px !important; }

  .pl8-tb {
    padding-left: 8px !important; }

  .mt9-tb {
    margin-top: 9px !important; }

  .mr9-tb {
    margin-right: 9px !important; }

  .mb9-tb {
    margin-bottom: 9px !important; }

  .ml9-tb {
    margin-left: 9px !important; }

  .pt9-tb {
    padding-top: 9px !important; }

  .pr9-tb {
    padding-right: 9px !important; }

  .pb9-tb {
    padding-bottom: 9px !important; }

  .pl9-tb {
    padding-left: 9px !important; }

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

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

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

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

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

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

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

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

  .mt11-tb {
    margin-top: 11px !important; }

  .mr11-tb {
    margin-right: 11px !important; }

  .mb11-tb {
    margin-bottom: 11px !important; }

  .ml11-tb {
    margin-left: 11px !important; }

  .pt11-tb {
    padding-top: 11px !important; }

  .pr11-tb {
    padding-right: 11px !important; }

  .pb11-tb {
    padding-bottom: 11px !important; }

  .pl11-tb {
    padding-left: 11px !important; }

  .mt12-tb {
    margin-top: 12px !important; }

  .mr12-tb {
    margin-right: 12px !important; }

  .mb12-tb {
    margin-bottom: 12px !important; }

  .ml12-tb {
    margin-left: 12px !important; }

  .pt12-tb {
    padding-top: 12px !important; }

  .pr12-tb {
    padding-right: 12px !important; }

  .pb12-tb {
    padding-bottom: 12px !important; }

  .pl12-tb {
    padding-left: 12px !important; }

  .mt13-tb {
    margin-top: 13px !important; }

  .mr13-tb {
    margin-right: 13px !important; }

  .mb13-tb {
    margin-bottom: 13px !important; }

  .ml13-tb {
    margin-left: 13px !important; }

  .pt13-tb {
    padding-top: 13px !important; }

  .pr13-tb {
    padding-right: 13px !important; }

  .pb13-tb {
    padding-bottom: 13px !important; }

  .pl13-tb {
    padding-left: 13px !important; }

  .mt14-tb {
    margin-top: 14px !important; }

  .mr14-tb {
    margin-right: 14px !important; }

  .mb14-tb {
    margin-bottom: 14px !important; }

  .ml14-tb {
    margin-left: 14px !important; }

  .pt14-tb {
    padding-top: 14px !important; }

  .pr14-tb {
    padding-right: 14px !important; }

  .pb14-tb {
    padding-bottom: 14px !important; }

  .pl14-tb {
    padding-left: 14px !important; }

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

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

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

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

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

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

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

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

  .mt16-tb {
    margin-top: 16px !important; }

  .mr16-tb {
    margin-right: 16px !important; }

  .mb16-tb {
    margin-bottom: 16px !important; }

  .ml16-tb {
    margin-left: 16px !important; }

  .pt16-tb {
    padding-top: 16px !important; }

  .pr16-tb {
    padding-right: 16px !important; }

  .pb16-tb {
    padding-bottom: 16px !important; }

  .pl16-tb {
    padding-left: 16px !important; }

  .mt17-tb {
    margin-top: 17px !important; }

  .mr17-tb {
    margin-right: 17px !important; }

  .mb17-tb {
    margin-bottom: 17px !important; }

  .ml17-tb {
    margin-left: 17px !important; }

  .pt17-tb {
    padding-top: 17px !important; }

  .pr17-tb {
    padding-right: 17px !important; }

  .pb17-tb {
    padding-bottom: 17px !important; }

  .pl17-tb {
    padding-left: 17px !important; }

  .mt18-tb {
    margin-top: 18px !important; }

  .mr18-tb {
    margin-right: 18px !important; }

  .mb18-tb {
    margin-bottom: 18px !important; }

  .ml18-tb {
    margin-left: 18px !important; }

  .pt18-tb {
    padding-top: 18px !important; }

  .pr18-tb {
    padding-right: 18px !important; }

  .pb18-tb {
    padding-bottom: 18px !important; }

  .pl18-tb {
    padding-left: 18px !important; }

  .mt19-tb {
    margin-top: 19px !important; }

  .mr19-tb {
    margin-right: 19px !important; }

  .mb19-tb {
    margin-bottom: 19px !important; }

  .ml19-tb {
    margin-left: 19px !important; }

  .pt19-tb {
    padding-top: 19px !important; }

  .pr19-tb {
    padding-right: 19px !important; }

  .pb19-tb {
    padding-bottom: 19px !important; }

  .pl19-tb {
    padding-left: 19px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .f8px-tb {
    font-size: 8px !important; }

  .f9px-tb {
    font-size: 9px !important; }

  .f10px-tb {
    font-size: 10px !important; }

  .f11px-tb {
    font-size: 11px !important; }

  .f12px-tb {
    font-size: 12px !important; }

  .f13px-tb {
    font-size: 13px !important; }

  .f14px-tb {
    font-size: 14px !important; }

  .f15px-tb {
    font-size: 15px !important; }

  .f16px-tb {
    font-size: 16px !important; }

  .f17px-tb {
    font-size: 17px !important; }

  .f18px-tb {
    font-size: 18px !important; }

  .f19px-tb {
    font-size: 19px !important; }

  .f20px-tb {
    font-size: 20px !important; }

  .f21px-tb {
    font-size: 21px !important; }

  .f22px-tb {
    font-size: 22px !important; }

  .f23px-tb {
    font-size: 23px !important; }

  .f24px-tb {
    font-size: 24px !important; }

  .f25px-tb {
    font-size: 25px !important; }

  .f26px-tb {
    font-size: 26px !important; }

  .f27px-tb {
    font-size: 27px !important; }

  .f28px-tb {
    font-size: 28px !important; }

  .f29px-tb {
    font-size: 29px !important; }

  .f30px-tb {
    font-size: 30px !important; }

  .f31px-tb {
    font-size: 31px !important; }

  .f32px-tb {
    font-size: 32px !important; }

  .f33px-tb {
    font-size: 33px !important; }

  .f34px-tb {
    font-size: 34px !important; }

  .f35px-tb {
    font-size: 35px !important; }

  .f36px-tb {
    font-size: 36px !important; }

  .f37px-tb {
    font-size: 37px !important; }

  .f38px-tb {
    font-size: 38px !important; }

  .f39px-tb {
    font-size: 39px !important; }

  .f40px-tb {
    font-size: 40px !important; }

  .lh10-tb {
    line-height: 1 !important; }

  .lh11-tb {
    line-height: 1.1 !important; }

  .lh12-tb {
    line-height: 1.2 !important; }

  .lh13-tb {
    line-height: 1.3 !important; }

  .lh14-tb {
    line-height: 1.4 !important; }

  .lh15-tb {
    line-height: 1.5 !important; }

  .lh16-tb {
    line-height: 1.6 !important; }

  .lh17-tb {
    line-height: 1.7 !important; }

  .lh18-tb {
    line-height: 1.8 !important; }

  .lh19-tb {
    line-height: 1.9 !important; }

  .lh20-tb {
    line-height: 2 !important; }

  .lh21-tb {
    line-height: 2.1 !important; }

  .lh22-tb {
    line-height: 2.2 !important; }

  .lh23-tb {
    line-height: 2.3 !important; }

  .lh24-tb {
    line-height: 2.4 !important; }

  .lh25-tb {
    line-height: 2.5 !important; }

  .lh26-tb {
    line-height: 2.6 !important; }

  .lh27-tb {
    line-height: 2.7 !important; }

  .lh28-tb {
    line-height: 2.8 !important; }

  .lh29-tb {
    line-height: 2.9 !important; }

  .lh30-tb {
    line-height: 3 !important; }

  .ls0-tb {
    letter-spacing: 0em !important; }

  .ls1-tb {
    letter-spacing: 0.001em !important; }

  .ls2-tb {
    letter-spacing: 0.002em !important; }

  .ls3-tb {
    letter-spacing: 0.003em !important; }

  .ls4-tb {
    letter-spacing: 0.004em !important; }

  .ls5-tb {
    letter-spacing: 0.005em !important; }

  .ls6-tb {
    letter-spacing: 0.006em !important; }

  .ls7-tb {
    letter-spacing: 0.007em !important; }

  .ls8-tb {
    letter-spacing: 0.008em !important; }

  .ls9-tb {
    letter-spacing: 0.009em !important; }

  .ls10-tb {
    letter-spacing: 0.01em !important; }

  .ls11-tb {
    letter-spacing: 0.011em !important; }

  .ls12-tb {
    letter-spacing: 0.012em !important; }

  .ls13-tb {
    letter-spacing: 0.013em !important; }

  .ls14-tb {
    letter-spacing: 0.014em !important; }

  .ls15-tb {
    letter-spacing: 0.015em !important; }

  .ls16-tb {
    letter-spacing: 0.016em !important; }

  .ls17-tb {
    letter-spacing: 0.017em !important; }

  .ls18-tb {
    letter-spacing: 0.018em !important; }

  .ls19-tb {
    letter-spacing: 0.019em !important; }

  .ls20-tb {
    letter-spacing: 0.02em !important; }

  .ls21-tb {
    letter-spacing: 0.021em !important; }

  .ls22-tb {
    letter-spacing: 0.022em !important; }

  .ls23-tb {
    letter-spacing: 0.023em !important; }

  .ls24-tb {
    letter-spacing: 0.024em !important; }

  .ls25-tb {
    letter-spacing: 0.025em !important; }

  .ls26-tb {
    letter-spacing: 0.026em !important; }

  .ls27-tb {
    letter-spacing: 0.027em !important; }

  .ls28-tb {
    letter-spacing: 0.028em !important; }

  .ls29-tb {
    letter-spacing: 0.029em !important; }

  .ls30-tb {
    letter-spacing: 0.03em !important; }

  .ls31-tb {
    letter-spacing: 0.031em !important; }

  .ls32-tb {
    letter-spacing: 0.032em !important; }

  .ls33-tb {
    letter-spacing: 0.033em !important; }

  .ls34-tb {
    letter-spacing: 0.034em !important; }

  .ls35-tb {
    letter-spacing: 0.035em !important; }

  .ls36-tb {
    letter-spacing: 0.036em !important; }

  .ls37-tb {
    letter-spacing: 0.037em !important; }

  .ls38-tb {
    letter-spacing: 0.038em !important; }

  .ls39-tb {
    letter-spacing: 0.039em !important; }

  .ls40-tb {
    letter-spacing: 0.04em !important; }

  .ls41-tb {
    letter-spacing: 0.041em !important; }

  .ls42-tb {
    letter-spacing: 0.042em !important; }

  .ls43-tb {
    letter-spacing: 0.043em !important; }

  .ls44-tb {
    letter-spacing: 0.044em !important; }

  .ls45-tb {
    letter-spacing: 0.045em !important; }

  .ls46-tb {
    letter-spacing: 0.046em !important; }

  .ls47-tb {
    letter-spacing: 0.047em !important; }

  .ls48-tb {
    letter-spacing: 0.048em !important; }

  .ls49-tb {
    letter-spacing: 0.049em !important; }

  .ls50-tb {
    letter-spacing: 0.05em !important; }

  .ls51-tb {
    letter-spacing: 0.051em !important; }

  .ls52-tb {
    letter-spacing: 0.052em !important; }

  .ls53-tb {
    letter-spacing: 0.053em !important; }

  .ls54-tb {
    letter-spacing: 0.054em !important; }

  .ls55-tb {
    letter-spacing: 0.055em !important; }

  .ls56-tb {
    letter-spacing: 0.056em !important; }

  .ls57-tb {
    letter-spacing: 0.057em !important; }

  .ls58-tb {
    letter-spacing: 0.058em !important; }

  .ls59-tb {
    letter-spacing: 0.059em !important; }

  .ls60-tb {
    letter-spacing: 0.06em !important; }

  .ls61-tb {
    letter-spacing: 0.061em !important; }

  .ls62-tb {
    letter-spacing: 0.062em !important; }

  .ls63-tb {
    letter-spacing: 0.063em !important; }

  .ls64-tb {
    letter-spacing: 0.064em !important; }

  .ls65-tb {
    letter-spacing: 0.065em !important; }

  .ls66-tb {
    letter-spacing: 0.066em !important; }

  .ls67-tb {
    letter-spacing: 0.067em !important; }

  .ls68-tb {
    letter-spacing: 0.068em !important; }

  .ls69-tb {
    letter-spacing: 0.069em !important; }

  .ls70-tb {
    letter-spacing: 0.07em !important; }

  .ls71-tb {
    letter-spacing: 0.071em !important; }

  .ls72-tb {
    letter-spacing: 0.072em !important; }

  .ls73-tb {
    letter-spacing: 0.073em !important; }

  .ls74-tb {
    letter-spacing: 0.074em !important; }

  .ls75-tb {
    letter-spacing: 0.075em !important; }

  .ls76-tb {
    letter-spacing: 0.076em !important; }

  .ls77-tb {
    letter-spacing: 0.077em !important; }

  .ls78-tb {
    letter-spacing: 0.078em !important; }

  .ls79-tb {
    letter-spacing: 0.079em !important; }

  .ls80-tb {
    letter-spacing: 0.08em !important; }

  .ls81-tb {
    letter-spacing: 0.081em !important; }

  .ls82-tb {
    letter-spacing: 0.082em !important; }

  .ls83-tb {
    letter-spacing: 0.083em !important; }

  .ls84-tb {
    letter-spacing: 0.084em !important; }

  .ls85-tb {
    letter-spacing: 0.085em !important; }

  .ls86-tb {
    letter-spacing: 0.086em !important; }

  .ls87-tb {
    letter-spacing: 0.087em !important; }

  .ls88-tb {
    letter-spacing: 0.088em !important; }

  .ls89-tb {
    letter-spacing: 0.089em !important; }

  .ls90-tb {
    letter-spacing: 0.09em !important; }

  .ls91-tb {
    letter-spacing: 0.091em !important; }

  .ls92-tb {
    letter-spacing: 0.092em !important; }

  .ls93-tb {
    letter-spacing: 0.093em !important; }

  .ls94-tb {
    letter-spacing: 0.094em !important; }

  .ls95-tb {
    letter-spacing: 0.095em !important; }

  .ls96-tb {
    letter-spacing: 0.096em !important; }

  .ls97-tb {
    letter-spacing: 0.097em !important; }

  .ls98-tb {
    letter-spacing: 0.098em !important; }

  .ls99-tb {
    letter-spacing: 0.099em !important; }

  .ls100-tb {
    letter-spacing: 0.1em !important; } }
@media only screen and (max-width: 480px) {
  .left-text-sp {
    text-align: left !important; }

  .right-text-sp {
    text-align: right !important; }

  .center-text-sp {
    text-align: center !important; }

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

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

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

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

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

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

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

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

  .mt1-sp {
    margin-top: 1px !important; }

  .mr1-sp {
    margin-right: 1px !important; }

  .mb1-sp {
    margin-bottom: 1px !important; }

  .ml1-sp {
    margin-left: 1px !important; }

  .pt1-sp {
    padding-top: 1px !important; }

  .pr1-sp {
    padding-right: 1px !important; }

  .pb1-sp {
    padding-bottom: 1px !important; }

  .pl1-sp {
    padding-left: 1px !important; }

  .mt2-sp {
    margin-top: 2px !important; }

  .mr2-sp {
    margin-right: 2px !important; }

  .mb2-sp {
    margin-bottom: 2px !important; }

  .ml2-sp {
    margin-left: 2px !important; }

  .pt2-sp {
    padding-top: 2px !important; }

  .pr2-sp {
    padding-right: 2px !important; }

  .pb2-sp {
    padding-bottom: 2px !important; }

  .pl2-sp {
    padding-left: 2px !important; }

  .mt3-sp {
    margin-top: 3px !important; }

  .mr3-sp {
    margin-right: 3px !important; }

  .mb3-sp {
    margin-bottom: 3px !important; }

  .ml3-sp {
    margin-left: 3px !important; }

  .pt3-sp {
    padding-top: 3px !important; }

  .pr3-sp {
    padding-right: 3px !important; }

  .pb3-sp {
    padding-bottom: 3px !important; }

  .pl3-sp {
    padding-left: 3px !important; }

  .mt4-sp {
    margin-top: 4px !important; }

  .mr4-sp {
    margin-right: 4px !important; }

  .mb4-sp {
    margin-bottom: 4px !important; }

  .ml4-sp {
    margin-left: 4px !important; }

  .pt4-sp {
    padding-top: 4px !important; }

  .pr4-sp {
    padding-right: 4px !important; }

  .pb4-sp {
    padding-bottom: 4px !important; }

  .pl4-sp {
    padding-left: 4px !important; }

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

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

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

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

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

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

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

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

  .mt6-sp {
    margin-top: 6px !important; }

  .mr6-sp {
    margin-right: 6px !important; }

  .mb6-sp {
    margin-bottom: 6px !important; }

  .ml6-sp {
    margin-left: 6px !important; }

  .pt6-sp {
    padding-top: 6px !important; }

  .pr6-sp {
    padding-right: 6px !important; }

  .pb6-sp {
    padding-bottom: 6px !important; }

  .pl6-sp {
    padding-left: 6px !important; }

  .mt7-sp {
    margin-top: 7px !important; }

  .mr7-sp {
    margin-right: 7px !important; }

  .mb7-sp {
    margin-bottom: 7px !important; }

  .ml7-sp {
    margin-left: 7px !important; }

  .pt7-sp {
    padding-top: 7px !important; }

  .pr7-sp {
    padding-right: 7px !important; }

  .pb7-sp {
    padding-bottom: 7px !important; }

  .pl7-sp {
    padding-left: 7px !important; }

  .mt8-sp {
    margin-top: 8px !important; }

  .mr8-sp {
    margin-right: 8px !important; }

  .mb8-sp {
    margin-bottom: 8px !important; }

  .ml8-sp {
    margin-left: 8px !important; }

  .pt8-sp {
    padding-top: 8px !important; }

  .pr8-sp {
    padding-right: 8px !important; }

  .pb8-sp {
    padding-bottom: 8px !important; }

  .pl8-sp {
    padding-left: 8px !important; }

  .mt9-sp {
    margin-top: 9px !important; }

  .mr9-sp {
    margin-right: 9px !important; }

  .mb9-sp {
    margin-bottom: 9px !important; }

  .ml9-sp {
    margin-left: 9px !important; }

  .pt9-sp {
    padding-top: 9px !important; }

  .pr9-sp {
    padding-right: 9px !important; }

  .pb9-sp {
    padding-bottom: 9px !important; }

  .pl9-sp {
    padding-left: 9px !important; }

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

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

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

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

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

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

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

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

  .mt11-sp {
    margin-top: 11px !important; }

  .mr11-sp {
    margin-right: 11px !important; }

  .mb11-sp {
    margin-bottom: 11px !important; }

  .ml11-sp {
    margin-left: 11px !important; }

  .pt11-sp {
    padding-top: 11px !important; }

  .pr11-sp {
    padding-right: 11px !important; }

  .pb11-sp {
    padding-bottom: 11px !important; }

  .pl11-sp {
    padding-left: 11px !important; }

  .mt12-sp {
    margin-top: 12px !important; }

  .mr12-sp {
    margin-right: 12px !important; }

  .mb12-sp {
    margin-bottom: 12px !important; }

  .ml12-sp {
    margin-left: 12px !important; }

  .pt12-sp {
    padding-top: 12px !important; }

  .pr12-sp {
    padding-right: 12px !important; }

  .pb12-sp {
    padding-bottom: 12px !important; }

  .pl12-sp {
    padding-left: 12px !important; }

  .mt13-sp {
    margin-top: 13px !important; }

  .mr13-sp {
    margin-right: 13px !important; }

  .mb13-sp {
    margin-bottom: 13px !important; }

  .ml13-sp {
    margin-left: 13px !important; }

  .pt13-sp {
    padding-top: 13px !important; }

  .pr13-sp {
    padding-right: 13px !important; }

  .pb13-sp {
    padding-bottom: 13px !important; }

  .pl13-sp {
    padding-left: 13px !important; }

  .mt14-sp {
    margin-top: 14px !important; }

  .mr14-sp {
    margin-right: 14px !important; }

  .mb14-sp {
    margin-bottom: 14px !important; }

  .ml14-sp {
    margin-left: 14px !important; }

  .pt14-sp {
    padding-top: 14px !important; }

  .pr14-sp {
    padding-right: 14px !important; }

  .pb14-sp {
    padding-bottom: 14px !important; }

  .pl14-sp {
    padding-left: 14px !important; }

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

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

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

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

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

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

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

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

  .mt16-sp {
    margin-top: 16px !important; }

  .mr16-sp {
    margin-right: 16px !important; }

  .mb16-sp {
    margin-bottom: 16px !important; }

  .ml16-sp {
    margin-left: 16px !important; }

  .pt16-sp {
    padding-top: 16px !important; }

  .pr16-sp {
    padding-right: 16px !important; }

  .pb16-sp {
    padding-bottom: 16px !important; }

  .pl16-sp {
    padding-left: 16px !important; }

  .mt17-sp {
    margin-top: 17px !important; }

  .mr17-sp {
    margin-right: 17px !important; }

  .mb17-sp {
    margin-bottom: 17px !important; }

  .ml17-sp {
    margin-left: 17px !important; }

  .pt17-sp {
    padding-top: 17px !important; }

  .pr17-sp {
    padding-right: 17px !important; }

  .pb17-sp {
    padding-bottom: 17px !important; }

  .pl17-sp {
    padding-left: 17px !important; }

  .mt18-sp {
    margin-top: 18px !important; }

  .mr18-sp {
    margin-right: 18px !important; }

  .mb18-sp {
    margin-bottom: 18px !important; }

  .ml18-sp {
    margin-left: 18px !important; }

  .pt18-sp {
    padding-top: 18px !important; }

  .pr18-sp {
    padding-right: 18px !important; }

  .pb18-sp {
    padding-bottom: 18px !important; }

  .pl18-sp {
    padding-left: 18px !important; }

  .mt19-sp {
    margin-top: 19px !important; }

  .mr19-sp {
    margin-right: 19px !important; }

  .mb19-sp {
    margin-bottom: 19px !important; }

  .ml19-sp {
    margin-left: 19px !important; }

  .pt19-sp {
    padding-top: 19px !important; }

  .pr19-sp {
    padding-right: 19px !important; }

  .pb19-sp {
    padding-bottom: 19px !important; }

  .pl19-sp {
    padding-left: 19px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mb80-sp {
    margin-bottom: 80px !important; }

  .ml80-sp {
    margin-left: 80px !important; }

  .pt80-sp {
    padding-top: 80px !important; }

  .pr80-sp {
    padding-right: 80px !important; }

  .pb80-sp {
    padding-bottom: 80px !important; }

  .pl80-sp {
    padding-left: 80px !important; }

  .mt85-sp {
    margin-top: 85px !important; }

  .mr85-sp {
    margin-right: 85px !important; }

  .mb85-sp {
    margin-bottom: 85px !important; }

  .ml85-sp {
    margin-left: 85px !important; }

  .pt85-sp {
    padding-top: 85px !important; }

  .pr85-sp {
    padding-right: 85px !important; }

  .pb85-sp {
    padding-bottom: 85px !important; }

  .pl85-sp {
    padding-left: 85px !important; }

  .mt90-sp {
    margin-top: 90px !important; }

  .mr90-sp {
    margin-right: 90px !important; }

  .mb90-sp {
    margin-bottom: 90px !important; }

  .ml90-sp {
    margin-left: 90px !important; }

  .pt90-sp {
    padding-top: 90px !important; }

  .pr90-sp {
    padding-right: 90px !important; }

  .pb90-sp {
    padding-bottom: 90px !important; }

  .pl90-sp {
    padding-left: 90px !important; }

  .mt95-sp {
    margin-top: 95px !important; }

  .mr95-sp {
    margin-right: 95px !important; }

  .mb95-sp {
    margin-bottom: 95px !important; }

  .ml95-sp {
    margin-left: 95px !important; }

  .pt95-sp {
    padding-top: 95px !important; }

  .pr95-sp {
    padding-right: 95px !important; }

  .pb95-sp {
    padding-bottom: 95px !important; }

  .pl95-sp {
    padding-left: 95px !important; }

  .mt100-sp {
    margin-top: 100px !important; }

  .mr100-sp {
    margin-right: 100px !important; }

  .mb100-sp {
    margin-bottom: 100px !important; }

  .ml100-sp {
    margin-left: 100px !important; }

  .pt100-sp {
    padding-top: 100px !important; }

  .pr100-sp {
    padding-right: 100px !important; }

  .pb100-sp {
    padding-bottom: 100px !important; }

  .pl100-sp {
    padding-left: 100px !important; }

  .mt105-sp {
    margin-top: 105px !important; }

  .mr105-sp {
    margin-right: 105px !important; }

  .mb105-sp {
    margin-bottom: 105px !important; }

  .ml105-sp {
    margin-left: 105px !important; }

  .pt105-sp {
    padding-top: 105px !important; }

  .pr105-sp {
    padding-right: 105px !important; }

  .pb105-sp {
    padding-bottom: 105px !important; }

  .pl105-sp {
    padding-left: 105px !important; }

  .mt110-sp {
    margin-top: 110px !important; }

  .mr110-sp {
    margin-right: 110px !important; }

  .mb110-sp {
    margin-bottom: 110px !important; }

  .ml110-sp {
    margin-left: 110px !important; }

  .pt110-sp {
    padding-top: 110px !important; }

  .pr110-sp {
    padding-right: 110px !important; }

  .pb110-sp {
    padding-bottom: 110px !important; }

  .pl110-sp {
    padding-left: 110px !important; }

  .mt115-sp {
    margin-top: 115px !important; }

  .mr115-sp {
    margin-right: 115px !important; }

  .mb115-sp {
    margin-bottom: 115px !important; }

  .ml115-sp {
    margin-left: 115px !important; }

  .pt115-sp {
    padding-top: 115px !important; }

  .pr115-sp {
    padding-right: 115px !important; }

  .pb115-sp {
    padding-bottom: 115px !important; }

  .pl115-sp {
    padding-left: 115px !important; }

  .mt120-sp {
    margin-top: 120px !important; }

  .mr120-sp {
    margin-right: 120px !important; }

  .mb120-sp {
    margin-bottom: 120px !important; }

  .ml120-sp {
    margin-left: 120px !important; }

  .pt120-sp {
    padding-top: 120px !important; }

  .pr120-sp {
    padding-right: 120px !important; }

  .pb120-sp {
    padding-bottom: 120px !important; }

  .pl120-sp {
    padding-left: 120px !important; }

  .mt125-sp {
    margin-top: 125px !important; }

  .mr125-sp {
    margin-right: 125px !important; }

  .mb125-sp {
    margin-bottom: 125px !important; }

  .ml125-sp {
    margin-left: 125px !important; }

  .pt125-sp {
    padding-top: 125px !important; }

  .pr125-sp {
    padding-right: 125px !important; }

  .pb125-sp {
    padding-bottom: 125px !important; }

  .pl125-sp {
    padding-left: 125px !important; }

  .mt130-sp {
    margin-top: 130px !important; }

  .mr130-sp {
    margin-right: 130px !important; }

  .mb130-sp {
    margin-bottom: 130px !important; }

  .ml130-sp {
    margin-left: 130px !important; }

  .pt130-sp {
    padding-top: 130px !important; }

  .pr130-sp {
    padding-right: 130px !important; }

  .pb130-sp {
    padding-bottom: 130px !important; }

  .pl130-sp {
    padding-left: 130px !important; }

  .mt135-sp {
    margin-top: 135px !important; }

  .mr135-sp {
    margin-right: 135px !important; }

  .mb135-sp {
    margin-bottom: 135px !important; }

  .ml135-sp {
    margin-left: 135px !important; }

  .pt135-sp {
    padding-top: 135px !important; }

  .pr135-sp {
    padding-right: 135px !important; }

  .pb135-sp {
    padding-bottom: 135px !important; }

  .pl135-sp {
    padding-left: 135px !important; }

  .mt140-sp {
    margin-top: 140px !important; }

  .mr140-sp {
    margin-right: 140px !important; }

  .mb140-sp {
    margin-bottom: 140px !important; }

  .ml140-sp {
    margin-left: 140px !important; }

  .pt140-sp {
    padding-top: 140px !important; }

  .pr140-sp {
    padding-right: 140px !important; }

  .pb140-sp {
    padding-bottom: 140px !important; }

  .pl140-sp {
    padding-left: 140px !important; }

  .mt145-sp {
    margin-top: 145px !important; }

  .mr145-sp {
    margin-right: 145px !important; }

  .mb145-sp {
    margin-bottom: 145px !important; }

  .ml145-sp {
    margin-left: 145px !important; }

  .pt145-sp {
    padding-top: 145px !important; }

  .pr145-sp {
    padding-right: 145px !important; }

  .pb145-sp {
    padding-bottom: 145px !important; }

  .pl145-sp {
    padding-left: 145px !important; }

  .mt150-sp {
    margin-top: 150px !important; }

  .mr150-sp {
    margin-right: 150px !important; }

  .mb150-sp {
    margin-bottom: 150px !important; }

  .ml150-sp {
    margin-left: 150px !important; }

  .pt150-sp {
    padding-top: 150px !important; }

  .pr150-sp {
    padding-right: 150px !important; }

  .pb150-sp {
    padding-bottom: 150px !important; }

  .pl150-sp {
    padding-left: 150px !important; }

  .mt155-sp {
    margin-top: 155px !important; }

  .mr155-sp {
    margin-right: 155px !important; }

  .mb155-sp {
    margin-bottom: 155px !important; }

  .ml155-sp {
    margin-left: 155px !important; }

  .pt155-sp {
    padding-top: 155px !important; }

  .pr155-sp {
    padding-right: 155px !important; }

  .pb155-sp {
    padding-bottom: 155px !important; }

  .pl155-sp {
    padding-left: 155px !important; }

  .mt160-sp {
    margin-top: 160px !important; }

  .mr160-sp {
    margin-right: 160px !important; }

  .mb160-sp {
    margin-bottom: 160px !important; }

  .ml160-sp {
    margin-left: 160px !important; }

  .pt160-sp {
    padding-top: 160px !important; }

  .pr160-sp {
    padding-right: 160px !important; }

  .pb160-sp {
    padding-bottom: 160px !important; }

  .pl160-sp {
    padding-left: 160px !important; }

  .mt165-sp {
    margin-top: 165px !important; }

  .mr165-sp {
    margin-right: 165px !important; }

  .mb165-sp {
    margin-bottom: 165px !important; }

  .ml165-sp {
    margin-left: 165px !important; }

  .pt165-sp {
    padding-top: 165px !important; }

  .pr165-sp {
    padding-right: 165px !important; }

  .pb165-sp {
    padding-bottom: 165px !important; }

  .pl165-sp {
    padding-left: 165px !important; }

  .mt170-sp {
    margin-top: 170px !important; }

  .mr170-sp {
    margin-right: 170px !important; }

  .mb170-sp {
    margin-bottom: 170px !important; }

  .ml170-sp {
    margin-left: 170px !important; }

  .pt170-sp {
    padding-top: 170px !important; }

  .pr170-sp {
    padding-right: 170px !important; }

  .pb170-sp {
    padding-bottom: 170px !important; }

  .pl170-sp {
    padding-left: 170px !important; }

  .mt175-sp {
    margin-top: 175px !important; }

  .mr175-sp {
    margin-right: 175px !important; }

  .mb175-sp {
    margin-bottom: 175px !important; }

  .ml175-sp {
    margin-left: 175px !important; }

  .pt175-sp {
    padding-top: 175px !important; }

  .pr175-sp {
    padding-right: 175px !important; }

  .pb175-sp {
    padding-bottom: 175px !important; }

  .pl175-sp {
    padding-left: 175px !important; }

  .mt180-sp {
    margin-top: 180px !important; }

  .mr180-sp {
    margin-right: 180px !important; }

  .mb180-sp {
    margin-bottom: 180px !important; }

  .ml180-sp {
    margin-left: 180px !important; }

  .pt180-sp {
    padding-top: 180px !important; }

  .pr180-sp {
    padding-right: 180px !important; }

  .pb180-sp {
    padding-bottom: 180px !important; }

  .pl180-sp {
    padding-left: 180px !important; }

  .mt185-sp {
    margin-top: 185px !important; }

  .mr185-sp {
    margin-right: 185px !important; }

  .mb185-sp {
    margin-bottom: 185px !important; }

  .ml185-sp {
    margin-left: 185px !important; }

  .pt185-sp {
    padding-top: 185px !important; }

  .pr185-sp {
    padding-right: 185px !important; }

  .pb185-sp {
    padding-bottom: 185px !important; }

  .pl185-sp {
    padding-left: 185px !important; }

  .mt190-sp {
    margin-top: 190px !important; }

  .mr190-sp {
    margin-right: 190px !important; }

  .mb190-sp {
    margin-bottom: 190px !important; }

  .ml190-sp {
    margin-left: 190px !important; }

  .pt190-sp {
    padding-top: 190px !important; }

  .pr190-sp {
    padding-right: 190px !important; }

  .pb190-sp {
    padding-bottom: 190px !important; }

  .pl190-sp {
    padding-left: 190px !important; }

  .mt195-sp {
    margin-top: 195px !important; }

  .mr195-sp {
    margin-right: 195px !important; }

  .mb195-sp {
    margin-bottom: 195px !important; }

  .ml195-sp {
    margin-left: 195px !important; }

  .pt195-sp {
    padding-top: 195px !important; }

  .pr195-sp {
    padding-right: 195px !important; }

  .pb195-sp {
    padding-bottom: 195px !important; }

  .pl195-sp {
    padding-left: 195px !important; }

  .mt200-sp {
    margin-top: 200px !important; }

  .mr200-sp {
    margin-right: 200px !important; }

  .mb200-sp {
    margin-bottom: 200px !important; }

  .ml200-sp {
    margin-left: 200px !important; }

  .pt200-sp {
    padding-top: 200px !important; }

  .pr200-sp {
    padding-right: 200px !important; }

  .pb200-sp {
    padding-bottom: 200px !important; }

  .pl200-sp {
    padding-left: 200px !important; }

  .f8px-sp {
    font-size: 8px !important; }

  .f9px-sp {
    font-size: 9px !important; }

  .f10px-sp {
    font-size: 10px !important; }

  .f11px-sp {
    font-size: 11px !important; }

  .f12px-sp {
    font-size: 12px !important; }

  .f13px-sp {
    font-size: 13px !important; }

  .f14px-sp {
    font-size: 14px !important; }

  .f15px-sp {
    font-size: 15px !important; }

  .f16px-sp {
    font-size: 16px !important; }

  .f17px-sp {
    font-size: 17px !important; }

  .f18px-sp {
    font-size: 18px !important; }

  .f19px-sp {
    font-size: 19px !important; }

  .f20px-sp {
    font-size: 20px !important; }

  .f21px-sp {
    font-size: 21px !important; }

  .f22px-sp {
    font-size: 22px !important; }

  .f23px-sp {
    font-size: 23px !important; }

  .f24px-sp {
    font-size: 24px !important; }

  .f25px-sp {
    font-size: 25px !important; }

  .f26px-sp {
    font-size: 26px !important; }

  .f27px-sp {
    font-size: 27px !important; }

  .f28px-sp {
    font-size: 28px !important; }

  .f29px-sp {
    font-size: 29px !important; }

  .f30px-sp {
    font-size: 30px !important; }

  .f31px-sp {
    font-size: 31px !important; }

  .f32px-sp {
    font-size: 32px !important; }

  .f33px-sp {
    font-size: 33px !important; }

  .f34px-sp {
    font-size: 34px !important; }

  .f35px-sp {
    font-size: 35px !important; }

  .f36px-sp {
    font-size: 36px !important; }

  .f37px-sp {
    font-size: 37px !important; }

  .f38px-sp {
    font-size: 38px !important; }

  .f39px-sp {
    font-size: 39px !important; }

  .f40px-sp {
    font-size: 40px !important; }

  .lh10-sp {
    line-height: 1 !important; }

  .lh11-sp {
    line-height: 1.1 !important; }

  .lh12-sp {
    line-height: 1.2 !important; }

  .lh13-sp {
    line-height: 1.3 !important; }

  .lh14-sp {
    line-height: 1.4 !important; }

  .lh15-sp {
    line-height: 1.5 !important; }

  .lh16-sp {
    line-height: 1.6 !important; }

  .lh17-sp {
    line-height: 1.7 !important; }

  .lh18-sp {
    line-height: 1.8 !important; }

  .lh19-sp {
    line-height: 1.9 !important; }

  .lh20-sp {
    line-height: 2 !important; }

  .lh21-sp {
    line-height: 2.1 !important; }

  .lh22-sp {
    line-height: 2.2 !important; }

  .lh23-sp {
    line-height: 2.3 !important; }

  .lh24-sp {
    line-height: 2.4 !important; }

  .lh25-sp {
    line-height: 2.5 !important; }

  .lh26-sp {
    line-height: 2.6 !important; }

  .lh27-sp {
    line-height: 2.7 !important; }

  .lh28-sp {
    line-height: 2.8 !important; }

  .lh29-sp {
    line-height: 2.9 !important; }

  .lh30-sp {
    line-height: 3 !important; }

  .ls0-sp {
    letter-spacing: 0em !important; }

  .ls1-sp {
    letter-spacing: 0.001em !important; }

  .ls2-sp {
    letter-spacing: 0.002em !important; }

  .ls3-sp {
    letter-spacing: 0.003em !important; }

  .ls4-sp {
    letter-spacing: 0.004em !important; }

  .ls5-sp {
    letter-spacing: 0.005em !important; }

  .ls6-sp {
    letter-spacing: 0.006em !important; }

  .ls7-sp {
    letter-spacing: 0.007em !important; }

  .ls8-sp {
    letter-spacing: 0.008em !important; }

  .ls9-sp {
    letter-spacing: 0.009em !important; }

  .ls10-sp {
    letter-spacing: 0.01em !important; }

  .ls11-sp {
    letter-spacing: 0.011em !important; }

  .ls12-sp {
    letter-spacing: 0.012em !important; }

  .ls13-sp {
    letter-spacing: 0.013em !important; }

  .ls14-sp {
    letter-spacing: 0.014em !important; }

  .ls15-sp {
    letter-spacing: 0.015em !important; }

  .ls16-sp {
    letter-spacing: 0.016em !important; }

  .ls17-sp {
    letter-spacing: 0.017em !important; }

  .ls18-sp {
    letter-spacing: 0.018em !important; }

  .ls19-sp {
    letter-spacing: 0.019em !important; }

  .ls20-sp {
    letter-spacing: 0.02em !important; }

  .ls21-sp {
    letter-spacing: 0.021em !important; }

  .ls22-sp {
    letter-spacing: 0.022em !important; }

  .ls23-sp {
    letter-spacing: 0.023em !important; }

  .ls24-sp {
    letter-spacing: 0.024em !important; }

  .ls25-sp {
    letter-spacing: 0.025em !important; }

  .ls26-sp {
    letter-spacing: 0.026em !important; }

  .ls27-sp {
    letter-spacing: 0.027em !important; }

  .ls28-sp {
    letter-spacing: 0.028em !important; }

  .ls29-sp {
    letter-spacing: 0.029em !important; }

  .ls30-sp {
    letter-spacing: 0.03em !important; }

  .ls31-sp {
    letter-spacing: 0.031em !important; }

  .ls32-sp {
    letter-spacing: 0.032em !important; }

  .ls33-sp {
    letter-spacing: 0.033em !important; }

  .ls34-sp {
    letter-spacing: 0.034em !important; }

  .ls35-sp {
    letter-spacing: 0.035em !important; }

  .ls36-sp {
    letter-spacing: 0.036em !important; }

  .ls37-sp {
    letter-spacing: 0.037em !important; }

  .ls38-sp {
    letter-spacing: 0.038em !important; }

  .ls39-sp {
    letter-spacing: 0.039em !important; }

  .ls40-sp {
    letter-spacing: 0.04em !important; }

  .ls41-sp {
    letter-spacing: 0.041em !important; }

  .ls42-sp {
    letter-spacing: 0.042em !important; }

  .ls43-sp {
    letter-spacing: 0.043em !important; }

  .ls44-sp {
    letter-spacing: 0.044em !important; }

  .ls45-sp {
    letter-spacing: 0.045em !important; }

  .ls46-sp {
    letter-spacing: 0.046em !important; }

  .ls47-sp {
    letter-spacing: 0.047em !important; }

  .ls48-sp {
    letter-spacing: 0.048em !important; }

  .ls49-sp {
    letter-spacing: 0.049em !important; }

  .ls50-sp {
    letter-spacing: 0.05em !important; }

  .ls51-sp {
    letter-spacing: 0.051em !important; }

  .ls52-sp {
    letter-spacing: 0.052em !important; }

  .ls53-sp {
    letter-spacing: 0.053em !important; }

  .ls54-sp {
    letter-spacing: 0.054em !important; }

  .ls55-sp {
    letter-spacing: 0.055em !important; }

  .ls56-sp {
    letter-spacing: 0.056em !important; }

  .ls57-sp {
    letter-spacing: 0.057em !important; }

  .ls58-sp {
    letter-spacing: 0.058em !important; }

  .ls59-sp {
    letter-spacing: 0.059em !important; }

  .ls60-sp {
    letter-spacing: 0.06em !important; }

  .ls61-sp {
    letter-spacing: 0.061em !important; }

  .ls62-sp {
    letter-spacing: 0.062em !important; }

  .ls63-sp {
    letter-spacing: 0.063em !important; }

  .ls64-sp {
    letter-spacing: 0.064em !important; }

  .ls65-sp {
    letter-spacing: 0.065em !important; }

  .ls66-sp {
    letter-spacing: 0.066em !important; }

  .ls67-sp {
    letter-spacing: 0.067em !important; }

  .ls68-sp {
    letter-spacing: 0.068em !important; }

  .ls69-sp {
    letter-spacing: 0.069em !important; }

  .ls70-sp {
    letter-spacing: 0.07em !important; }

  .ls71-sp {
    letter-spacing: 0.071em !important; }

  .ls72-sp {
    letter-spacing: 0.072em !important; }

  .ls73-sp {
    letter-spacing: 0.073em !important; }

  .ls74-sp {
    letter-spacing: 0.074em !important; }

  .ls75-sp {
    letter-spacing: 0.075em !important; }

  .ls76-sp {
    letter-spacing: 0.076em !important; }

  .ls77-sp {
    letter-spacing: 0.077em !important; }

  .ls78-sp {
    letter-spacing: 0.078em !important; }

  .ls79-sp {
    letter-spacing: 0.079em !important; }

  .ls80-sp {
    letter-spacing: 0.08em !important; }

  .ls81-sp {
    letter-spacing: 0.081em !important; }

  .ls82-sp {
    letter-spacing: 0.082em !important; }

  .ls83-sp {
    letter-spacing: 0.083em !important; }

  .ls84-sp {
    letter-spacing: 0.084em !important; }

  .ls85-sp {
    letter-spacing: 0.085em !important; }

  .ls86-sp {
    letter-spacing: 0.086em !important; }

  .ls87-sp {
    letter-spacing: 0.087em !important; }

  .ls88-sp {
    letter-spacing: 0.088em !important; }

  .ls89-sp {
    letter-spacing: 0.089em !important; }

  .ls90-sp {
    letter-spacing: 0.09em !important; }

  .ls91-sp {
    letter-spacing: 0.091em !important; }

  .ls92-sp {
    letter-spacing: 0.092em !important; }

  .ls93-sp {
    letter-spacing: 0.093em !important; }

  .ls94-sp {
    letter-spacing: 0.094em !important; }

  .ls95-sp {
    letter-spacing: 0.095em !important; }

  .ls96-sp {
    letter-spacing: 0.096em !important; }

  .ls97-sp {
    letter-spacing: 0.097em !important; }

  .ls98-sp {
    letter-spacing: 0.098em !important; }

  .ls99-sp {
    letter-spacing: 0.099em !important; }

  .ls100-sp {
    letter-spacing: 0.1em !important; } }
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important; } }

@media only screen and (max-width: 480px) {
  .pctb {
    display: none !important; } }

@media only screen and (min-width: 769px) {
  .tb {
    display: none !important; } }

@media only screen and (min-width: 481px) {
  .sp {
    display: none !important; } }

.flex {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex; }

.fd--row {
  flex-direction: row; }

.fd--column {
  flex-direction: column; }

.fw--nowrap {
  flex-wrap: nowrap; }

.fw--wrap {
  flex-wrap: wrap; }

.jc--start {
  justify-content: flex-start; }

.jc--end {
  justify-content: flex-end; }

.jc--center {
  justify-content: center; }

.jc--between {
  justify-content: space-between; }

.jc--around {
  justify-content: space-around; }

.jc--evenly {
  justify-content: space-evenly; }

.ai--start {
  align-items: flex-start; }

.ai--end {
  align-items: flex-end; }

.ai--center {
  align-items: center; }

@media only screen and (max-width: 768px) {
  .fd--row-tb {
    flex-direction: row; }

  .fd--column-tb {
    flex-direction: column; }

  .fw--nowrap-tb {
    flex-wrap: nowrap; }

  .fw--wrap-tb {
    flex-wrap: wrap; }

  .jc--start-tb {
    justify-content: flex-start; }

  .jc--end-tb {
    justify-content: flex-end; }

  .jc--center-tb {
    justify-content: center; }

  .jc--between-tb {
    justify-content: space-between; }

  .jc--around-tb {
    justify-content: space-around; }

  .jc--evenly-tb {
    justify-content: space-evenly; }

  .ai--start-tb {
    align-items: flex-start; }

  .ai--end-tb {
    align-items: flex-end; }

  .ai--center-tb {
    align-items: center; } }
@media only screen and (max-width: 480px) {
  .fd--row-sp {
    flex-direction: row; }

  .fd--column-sp {
    flex-direction: column; }

  .fw--nowrap-sp {
    flex-wrap: nowrap; }

  .fw--wrap-sp {
    flex-wrap: wrap; }

  .jc--start-sp {
    justify-content: flex-start; }

  .jc--end-sp {
    justify-content: flex-end; }

  .jc--center-sp {
    justify-content: center; }

  .jc--between-sp {
    justify-content: space-between; }

  .jc--around-sp {
    justify-content: space-around; }

  .jc--evenly-sp {
    justify-content: space-evenly; }

  .ai--start-sp {
    align-items: flex-start; }

  .ai--end-sp {
    align-items: flex-end; }

  .ai--center-sp {
    align-items: center; } }
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  width: 1100px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media only screen and (max-width: 768px) {
    .container {
      padding-left: 20px;
      padding-right: 20px; } }
  @media only screen and (max-width: 480px) {
    .container {
      padding-left: 20px;
      padding-right: 20px; } }
  @media only screen and (max-width: 768px) {
    .container {
      width: auto; } }
  @media only screen and (max-width: 480px) {
    .container {
      width: auto; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }
  @media only screen and (max-width: 768px) {
    .container-fluid {
      padding-left: 20px;
      padding-right: 20px; } }
  @media only screen and (max-width: 480px) {
    .container-fluid {
      padding-left: 20px;
      padding-right: 20px; } }

.row {
  margin-left: -10px;
  margin-right: -10px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  @media only screen and (max-width: 768px) {
    .row {
      margin-left: -5px;
      margin-right: -5px; } }
  @media only screen and (max-width: 480px) {
    .row {
      margin-left: -5px;
      margin-right: -5px; } }

.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }
  @media only screen and (max-width: 768px) {
    .col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {
      padding-left: 5px;
      padding-right: 5px; } }
  @media only screen and (max-width: 480px) {
    .col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {
      padding-left: 5px;
      padding-right: 5px; } }

.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {
  float: left; }

.col1 {
  width: 8.3333333333%; }

.col2 {
  width: 16.6666666667%; }

.col3 {
  width: 25%; }

.col4 {
  width: 33.3333333333%; }

.col5 {
  width: 41.6666666667%; }

.col6 {
  width: 50%; }

.col7 {
  width: 58.3333333333%; }

.col8 {
  width: 66.6666666667%; }

.col9 {
  width: 75%; }

.col10 {
  width: 83.3333333333%; }

.col11 {
  width: 91.6666666667%; }

.col12 {
  width: 100%; }

.col0-pull {
  right: auto; }

.col1-pull {
  right: 8.3333333333%; }

.col2-pull {
  right: 16.6666666667%; }

.col3-pull {
  right: 25%; }

.col4-pull {
  right: 33.3333333333%; }

.col5-pull {
  right: 41.6666666667%; }

.col6-pull {
  right: 50%; }

.col7-pull {
  right: 58.3333333333%; }

.col8-pull {
  right: 66.6666666667%; }

.col9-pull {
  right: 75%; }

.col10-pull {
  right: 83.3333333333%; }

.col11-pull {
  right: 91.6666666667%; }

.col12-pull {
  right: 100%; }

.col0-push {
  left: auto; }

.col1-push {
  left: 8.3333333333%; }

.col2-push {
  left: 16.6666666667%; }

.col3-push {
  left: 25%; }

.col4-push {
  left: 33.3333333333%; }

.col5-push {
  left: 41.6666666667%; }

.col6-push {
  left: 50%; }

.col7-push {
  left: 58.3333333333%; }

.col8-push {
  left: 66.6666666667%; }

.col9-push {
  left: 75%; }

.col10-push {
  left: 83.3333333333%; }

.col11-push {
  left: 91.6666666667%; }

.col12-push {
  left: 100%; }

.col0-offset {
  margin-left: 0%; }

.col1-offset {
  margin-left: 8.3333333333%; }

.col2-offset {
  margin-left: 16.6666666667%; }

.col3-offset {
  margin-left: 25%; }

.col4-offset {
  margin-left: 33.3333333333%; }

.col5-offset {
  margin-left: 41.6666666667%; }

.col6-offset {
  margin-left: 50%; }

.col7-offset {
  margin-left: 58.3333333333%; }

.col8-offset {
  margin-left: 66.6666666667%; }

.col9-offset {
  margin-left: 75%; }

.col10-offset {
  margin-left: 83.3333333333%; }

.col11-offset {
  margin-left: 91.6666666667%; }

.col12-offset {
  margin-left: 100%; }

.col1-tb, .col1-sp, .col2-tb, .col2-sp, .col3-tb, .col3-sp, .col4-tb, .col4-sp, .col5-tb, .col5-sp, .col6-tb, .col6-sp, .col7-tb, .col7-sp, .col8-tb, .col8-sp, .col9-tb, .col9-sp, .col10-tb, .col10-sp, .col11-tb, .col11-sp, .col12-tb, .col12-sp {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }
  @media only screen and (max-width: 768px) {
    .col1-tb, .col1-sp, .col2-tb, .col2-sp, .col3-tb, .col3-sp, .col4-tb, .col4-sp, .col5-tb, .col5-sp, .col6-tb, .col6-sp, .col7-tb, .col7-sp, .col8-tb, .col8-sp, .col9-tb, .col9-sp, .col10-tb, .col10-sp, .col11-tb, .col11-sp, .col12-tb, .col12-sp {
      padding-left: 5px;
      padding-right: 5px; } }
  @media only screen and (max-width: 480px) {
    .col1-tb, .col1-sp, .col2-tb, .col2-sp, .col3-tb, .col3-sp, .col4-tb, .col4-sp, .col5-tb, .col5-sp, .col6-tb, .col6-sp, .col7-tb, .col7-sp, .col8-tb, .col8-sp, .col9-tb, .col9-sp, .col10-tb, .col10-sp, .col11-tb, .col11-sp, .col12-tb, .col12-sp {
      padding-left: 5px;
      padding-right: 5px; } }

@media only screen and (max-width: 768px) {
  .col1-tb, .col2-tb, .col3-tb, .col4-tb, .col5-tb, .col6-tb, .col7-tb, .col8-tb, .col9-tb, .col10-tb, .col11-tb, .col12-tb {
    float: left; }

  .col1-tb {
    width: 8.3333333333%; }

  .col2-tb {
    width: 16.6666666667%; }

  .col3-tb {
    width: 25%; }

  .col4-tb {
    width: 33.3333333333%; }

  .col5-tb {
    width: 41.6666666667%; }

  .col6-tb {
    width: 50%; }

  .col7-tb {
    width: 58.3333333333%; }

  .col8-tb {
    width: 66.6666666667%; }

  .col9-tb {
    width: 75%; }

  .col10-tb {
    width: 83.3333333333%; }

  .col11-tb {
    width: 91.6666666667%; }

  .col12-tb {
    width: 100%; }

  .col0-pull-tb {
    right: auto; }

  .col1-pull-tb {
    right: 8.3333333333%; }

  .col2-pull-tb {
    right: 16.6666666667%; }

  .col3-pull-tb {
    right: 25%; }

  .col4-pull-tb {
    right: 33.3333333333%; }

  .col5-pull-tb {
    right: 41.6666666667%; }

  .col6-pull-tb {
    right: 50%; }

  .col7-pull-tb {
    right: 58.3333333333%; }

  .col8-pull-tb {
    right: 66.6666666667%; }

  .col9-pull-tb {
    right: 75%; }

  .col10-pull-tb {
    right: 83.3333333333%; }

  .col11-pull-tb {
    right: 91.6666666667%; }

  .col12-pull-tb {
    right: 100%; }

  .col0-push-tb {
    left: auto; }

  .col1-push-tb {
    left: 8.3333333333%; }

  .col2-push-tb {
    left: 16.6666666667%; }

  .col3-push-tb {
    left: 25%; }

  .col4-push-tb {
    left: 33.3333333333%; }

  .col5-push-tb {
    left: 41.6666666667%; }

  .col6-push-tb {
    left: 50%; }

  .col7-push-tb {
    left: 58.3333333333%; }

  .col8-push-tb {
    left: 66.6666666667%; }

  .col9-push-tb {
    left: 75%; }

  .col10-push-tb {
    left: 83.3333333333%; }

  .col11-push-tb {
    left: 91.6666666667%; }

  .col12-push-tb {
    left: 100%; }

  .col0-offset-tb {
    margin-left: 0%; }

  .col1-offset-tb {
    margin-left: 8.3333333333%; }

  .col2-offset-tb {
    margin-left: 16.6666666667%; }

  .col3-offset-tb {
    margin-left: 25%; }

  .col4-offset-tb {
    margin-left: 33.3333333333%; }

  .col5-offset-tb {
    margin-left: 41.6666666667%; }

  .col6-offset-tb {
    margin-left: 50%; }

  .col7-offset-tb {
    margin-left: 58.3333333333%; }

  .col8-offset-tb {
    margin-left: 66.6666666667%; }

  .col9-offset-tb {
    margin-left: 75%; }

  .col10-offset-tb {
    margin-left: 83.3333333333%; }

  .col11-offset-tb {
    margin-left: 91.6666666667%; }

  .col12-offset-tb {
    margin-left: 100%; } }
@media only screen and (max-width: 480px) {
  .col1-sp, .col2-sp, .col3-sp, .col4-sp, .col5-sp, .col6-sp, .col7-sp, .col8-sp, .col9-sp, .col10-sp, .col11-sp, .col12-sp {
    float: left; }

  .col1-sp {
    width: 8.3333333333%; }

  .col2-sp {
    width: 16.6666666667%; }

  .col3-sp {
    width: 25%; }

  .col4-sp {
    width: 33.3333333333%; }

  .col5-sp {
    width: 41.6666666667%; }

  .col6-sp {
    width: 50%; }

  .col7-sp {
    width: 58.3333333333%; }

  .col8-sp {
    width: 66.6666666667%; }

  .col9-sp {
    width: 75%; }

  .col10-sp {
    width: 83.3333333333%; }

  .col11-sp {
    width: 91.6666666667%; }

  .col12-sp {
    width: 100%; }

  .col0-pull-sp {
    right: auto; }

  .col1-pull-sp {
    right: 8.3333333333%; }

  .col2-pull-sp {
    right: 16.6666666667%; }

  .col3-pull-sp {
    right: 25%; }

  .col4-pull-sp {
    right: 33.3333333333%; }

  .col5-pull-sp {
    right: 41.6666666667%; }

  .col6-pull-sp {
    right: 50%; }

  .col7-pull-sp {
    right: 58.3333333333%; }

  .col8-pull-sp {
    right: 66.6666666667%; }

  .col9-pull-sp {
    right: 75%; }

  .col10-pull-sp {
    right: 83.3333333333%; }

  .col11-pull-sp {
    right: 91.6666666667%; }

  .col12-pull-sp {
    right: 100%; }

  .col0-push-sp {
    left: auto; }

  .col1-push-sp {
    left: 8.3333333333%; }

  .col2-push-sp {
    left: 16.6666666667%; }

  .col3-push-sp {
    left: 25%; }

  .col4-push-sp {
    left: 33.3333333333%; }

  .col5-push-sp {
    left: 41.6666666667%; }

  .col6-push-sp {
    left: 50%; }

  .col7-push-sp {
    left: 58.3333333333%; }

  .col8-push-sp {
    left: 66.6666666667%; }

  .col9-push-sp {
    left: 75%; }

  .col10-push-sp {
    left: 83.3333333333%; }

  .col11-push-sp {
    left: 91.6666666667%; }

  .col12-push-sp {
    left: 100%; }

  .col0-offset-sp {
    margin-left: 0%; }

  .col1-offset-sp {
    margin-left: 8.3333333333%; }

  .col2-offset-sp {
    margin-left: 16.6666666667%; }

  .col3-offset-sp {
    margin-left: 25%; }

  .col4-offset-sp {
    margin-left: 33.3333333333%; }

  .col5-offset-sp {
    margin-left: 41.6666666667%; }

  .col6-offset-sp {
    margin-left: 50%; }

  .col7-offset-sp {
    margin-left: 58.3333333333%; }

  .col8-offset-sp {
    margin-left: 66.6666666667%; }

  .col9-offset-sp {
    margin-left: 75%; }

  .col10-offset-sp {
    margin-left: 83.3333333333%; }

  .col11-offset-sp {
    margin-left: 91.6666666667%; }

  .col12-offset-sp {
    margin-left: 100%; } }
@media only screen and (max-width: 768px) {
  .float > .left-box {
    float: none !important;
    width: 100% !important; }

  .float > .right-box {
    float: none !important;
    width: 100% !important; }

  .float > [class^="mr"], .float > [class*=" mr"] {
    margin-right: 0 !important; }

  .float > [class^="ml"], .float > [class*=" ml"] {
    margin-left: 0 !important; }

  .float-r > [class^="mb"], .float-r > [class*=" mb"] {
    margin-bottom: 0 !important; } }
@media only screen and (min-width: 769px) {
  .float-r > .left-box {
    float: none !important;
    width: 100% !important; }

  .float-r > .right-box {
    float: none !important;
    width: 100% !important; }

  .float-r > [class^="mr"], .float-r > [class*=" mr"] {
    margin-right: 0 !important; }

  .float-r > [class^="ml"], .float-r > [class*=" ml"] {
    margin-left: 0 !important; }

  .float > [class^="mb"], .float > [class*=" mb"] {
    margin-bottom: 0 !important; } }
.float:before, .float:after {
  content: " ";
  display: table; }
.float:after {
  clear: both; }

.float-r:before, .float-r:after {
  content: " ";
  display: table; }
.float-r:after {
  clear: both; }

@media only screen and (max-width: 480px) {
  .float > .left-sp {
    float: none !important;
    width: 100% !important; }

  .float > .right-sp {
    float: none !important;
    width: 100% !important; }

  .float > [class^="mr"], .float > [class*=" mr"] {
    margin-right: 0 !important; }

  .float > [class^="ml"], .float > [class*=" ml"] {
    margin-left: 0 !important; }

  .float-r > [class^="mb"], .float-r > [class*=" mb"] {
    margin-bottom: 0 !important; } }
@media only screen and (min-width: 769px) {
  .float-r > .left-sp {
    float: none !important;
    width: 100% !important; }

  .float-r > .right-sp {
    float: none !important;
    width: 100% !important; }

  .float-r > [class^="mr"], .float-r > [class*=" mr"] {
    margin-right: 0 !important; }

  .float-r > [class^="ml"], .float-r > [class*=" ml"] {
    margin-left: 0 !important; }

  .float > [class^="mb"], .float > [class*=" mb"] {
    margin-bottom: 0 !important; } }
@media print {
  .tb,
  .sp {
    display: none !important; }

  .l-container {
    overflow: visible !important; }

  header {
    position: inherit !important; } }
body {
  color: #230716;
  font-size: 16px;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "游ゴシック体", sans-serif;
  font-weight: 500; }

p,
dt,
dd,
li,
th,
td {
  line-height: 2; }

a {
  text-decoration: underline;
  color: #0000ee; }
  a:hover {
    text-decoration: none; }
  a:hover {
    color: #0000ee; }
  a[href^="tel:"] {
    color: #230716;
    text-decoration: none; }
    @media only screen and (min-width: 769px) {
      a[href^="tel:"] {
        pointer-events: none; } }

@media only screen and (max-width: 768px) {
  body {
    font-size: 14px; } }
#centerColumn {
  width: 1080px;
  padding-top: 0; }

#leftColumn {
  width: 1080px;
  padding-top: 0; }

#rightColumn {
  width: 1080px;
  padding-top: 0; }

.error {
  color: #FF0000; }

.button01, .button02, .btn-list li a {
  padding: 16px 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 240px;
  color: #230716;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  border: 1px solid #C9CACA;
  border-radius: 100px;
  background: #fff;
  transition: all 0.3s; }
  .button01::before, .button02::before, .btn-list li a::before {
    margin-right: 15px;
    content: '\f105';
    color: #727172;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    letter-spacing: 0;
    transition: all 0.3s; }
  .button01.-close, .-close.button02, .btn-list li a.-close {
    max-width: 133px; }
    .button01.-close::before, .-close.button02::before, .btn-list li a.-close::before {
      content: '\f00d'; }
  .button01.-back::before, .-back.button02::before, .btn-list li a.-back::before {
    content: '\f104'; }
  .button01:hover, .button02:hover, .btn-list li a:hover {
    color: #fff;
    border-color: #A6EDC7;
    background-color: #A6EDC7; }
    .button01:hover::before, .button02:hover::before, .btn-list li a:hover::before {
      color: #fff; }
  @media only screen and (max-width: 768px) {
    .button01, .button02, .btn-list li a {
      max-width: 220px; } }

.button02 {
  color: #fff;
  background-color: #230716; }
  .button02::before {
    color: #fff; }

.button03 {
  padding: 11px 35px 11px 35px;
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 230px;
  color: #230716;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  border: 1px solid currentColor;
  border-radius: 100px;
  background: #fff;
  overflow: hidden;
  transition: all 0.3s; }
  .button03.-big {
    padding: 15px 35px 15px 35px;
    max-width: 100%;
    font-size: 20px; }
    .button03.-big::after {
      font-size: 17px; }
    @media only screen and (max-width: 768px) {
      .button03.-big {
        font-size: 18px; } }
  .button03::after {
    content: '\f0a8';
    position: absolute;
    top: 50%;
    left: 15px;
    color: inherit;
    font-size: 14px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    transform: translateY(-50%);
    transition: all 0.3s; }
  .button03:hover {
    color: #fff;
    border-color: currentColor;
    background: #230716; }
  @media only screen and (max-width: 768px) {
    .button03 {
      padding: 9.5px 35px 9.5px 35px;
      max-width: 220px;
      line-height: 1.5; } }

.btn-list {
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex; }
  .btn-list li {
    width: 32%;
    margin: 0 2% 15px 0; }
    .btn-list li:nth-child(3n) {
      margin-right: 0; }
    @media only screen and (max-width: 768px) {
      .btn-list li {
        width: 49%;
        margin: 0 2% 15px 0; }
        .btn-list li:nth-child(2n) {
          margin-right: 0; } }
    @media only screen and (max-width: 480px) {
      .btn-list li {
        width: 100%;
        margin: 0 0 10px 0; } }
    .btn-list li a {
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      display: flex;
      max-width: 100%;
      height: 100%; }
      .btn-list li a[href^="#"]:before {
        content: "\f107"; }
      .btn-list li a[href*="#tab"]:before {
        content: "\f105"; }

.button-entry {
  padding: 16px 10px;
  display: inline-block;
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  border-radius: 100px;
  background-color: #230716;
  transition: all 0.3s; }
  .button-entry:hover {
    color: #fff;
    background-color: #A6EDC7; }
  @media only screen and (max-width: 768px) {
    .button-entry {
      font-size: 15px; } }

.button-header {
  padding: 9px 30px 8px 15px;
  display: inline-block;
  position: relative;
  width: 100%;
  min-width: 150px;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  line-height: 2;
  text-align: center;
  text-decoration: none;
  background: #edad5e;
  background: linear-gradient(217deg, #edad5e 0%, #f97111 100%);
  border-radius: 10px;
  transition: all 0.3s; }
  @media only screen and (max-width: 768px) {
    .button-header.-small {
      padding: 9px 10px 8px 10px;
      margin-right: 20px;
      min-width: 100px;
      border-radius: 50px; }
      .button-header.-small::after {
        content: unset; } }
  .button-header::after {
    content: '\f0a9';
    position: absolute;
    top: 50%;
    right: 15px;
    color: #fff;
    font-size: 14px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    transform: translateY(-50%);
    transition: all 0.3s; }
  .button-header:hover {
    color: #fff; }
    .button-header:hover::after {
      right: 10px; }

.btn-orange {
  padding: 24px 50px 24px 40px;
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 550px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: 0.06em;
  text-align: center;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 10px;
  background: #edad5e;
  background: linear-gradient(90deg, #edad5e 0%, #f97111 100%);
  transition: all 0.3s; }
  .btn-orange::after {
    content: '\f0a9';
    position: absolute;
    top: 50%;
    right: 20px;
    color: #fff;
    font-size: 24px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    transform: translateY(-50%);
    transition: all 0.3s; }
  .btn-orange:hover {
    color: #fff; }
    .btn-orange:hover::after {
      right: 10px; }
  @media only screen and (max-width: 768px) {
    .btn-orange {
      padding: 14px 30px 14px 20px;
      font-size: 15px; }
      .btn-orange::after {
        right: 10px;
        font-size: 14px; } }

.sns-list {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex; }
  .sns-list > li {
    margin-right: 20px; }
    .sns-list > li:last-child {
      margin-right: 0; }

.btn-sns {
  display: inline-block;
  height: 45px;
  transition: opacity 0.3s; }
  .btn-sns:hover {
    opacity: 0.7; }
  .btn-sns > img {
    height: 100%;
    width: auto; }

.btn-row {
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  display: flex; }
  .btn-row > li {
    margin: 0 12px;
    min-width: 230px;
    line-height: 1; }
  @media only screen and (max-width: 768px) {
    .btn-row {
      display: block; }
      .btn-row > li {
        margin: 0;
        margin-bottom: 20px;
        width: 100%;
        text-align: center; }
        .btn-row > li:last-child {
          margin-bottom: 0; } }

.btn-row02 {
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  display: flex; }
  .btn-row02 > li {
    margin: 0 12px;
    min-width: 490px;
    line-height: 1; }
  @media only screen and (max-width: 768px) {
    .btn-row02 {
      display: block; }
      .btn-row02 > li {
        margin: 0;
        margin-bottom: 20px;
        width: 100%;
        min-width: auto;
        text-align: center; }
        .btn-row02 > li:last-child {
          margin-bottom: 0; } }

.table01 {
  width: 100%; }
  .table01 tr:first-child th,
  .table01 tr:first-child td {
    border-top: 1px solid #C9CACA; }
  .table01 tr th,
  .table01 tr td {
    padding: 20px 19px 19px;
    font-size: 16px;
    border-bottom: 1px solid #C9CACA;
    background: #fff; }
  .table01 tr th {
    width: 200px;
    font-weight: 700;
    background: #F8F8F8; }
  .table01.-mid th,
  .table01.-mid td {
    vertical-align: middle;
    text-align: center; }
  .table01.-row-mid th,
  .table01.-row-mid td {
    vertical-align: middle; }
  .table01.-nowrap th,
  .table01.-nowrap td {
    white-space: nowrap; }
  .table01.-pd-sm tr th,
  .table01.-pd-sm tr td {
    padding: 20px 10px; }
  .table01 thead {
    text-align: left; }
    .table01 thead th, .table01 thead td {
      color: #fff;
      font-weight: 700;
      background: #230716; }
  @media only screen and (max-width: 768px) {
    .table01 {
      border-bottom: none; }
      .table01 tr th,
      .table01 tr td {
        padding: 13px;
        display: block;
        font-size: 15px;
        width: 100%;
        border: none;
        border-bottom: 1px solid #ddd; }
      .table01 tr th {
        padding: 13px 13px 14px; }
      .table01 tr td {
        padding: 14px; }
      .table01 thead th:empty,
      .table01 thead td:empty {
        display: none; } }

.table02 {
  width: 100%; }
  .table02 tr {
    background: #fff; }
    .table02 tr th,
    .table02 tr td {
      font-size: 15px;
      line-height: 1.4;
      border-right: 1px solid #DDDDDD;
      border-bottom: 1px solid #DDDDDD; }
      .table02 tr th:last-child,
      .table02 tr td:last-child {
        border-right: none; }
    .table02 tr th {
      padding: 21px 20px 20px;
      font-weight: 500; }
    .table02 tr td {
      padding: 21px 25px 20px;
      font-weight: 400; }
  .table02 thead {
    text-align: left; }
    .table02 thead th, .table02 thead td {
      font-weight: 500;
      background: #F7F8FF; }
    .table02 thead.-mid th, .table02 thead.-mid td {
      text-align: center; }
  .table02.-mid th,
  .table02.-mid td {
    vertical-align: middle;
    text-align: center; }
  .table02.-mid-th th {
    vertical-align: middle;
    text-align: center; }
  .table02.-row-mid th,
  .table02.-row-mid td {
    vertical-align: middle; }
  .table02.-nowrap th,
  .table02.-nowrap td {
    white-space: nowrap; }
  .table02.-pd-sm tr th,
  .table02.-pd-sm tr td {
    padding: 12px; }
  .table02.-td-sm tr td {
    font-size: 15px; }
  @media only screen and (max-width: 768px) {
    .table02 tr {
      border-bottom: 1px solid #DDDDDD; }
      .table02 tr th,
      .table02 tr td {
        display: block;
        font-size: 15px;
        width: 100% !important; }
      .table02 tr th {
        padding: 21px 15px 20px; }
      .table02 tr td {
        padding: 21px 20px 20px; }
    .table02.-td-sm {
      font-size: 14px; } }

.table03 {
  width: 100%; }
  .table03 tr:first-child {
    border-top: 1px solid #dddddd; }
  .table03 tr th,
  .table03 tr td {
    padding: 20px 19px 19px;
    font-size: 15px;
    line-height: 1.5;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    background: #fff; }
    .table03 tr th:last-child,
    .table03 tr td:last-child {
      border-right: none; }
  .table03 tr th {
    width: 136px;
    font-weight: 500;
    background: #F7F8FF;
    border-color: #dddddd; }
  .table03.-mid th,
  .table03.-mid td {
    vertical-align: middle;
    text-align: center; }
  .table03.-row-mid th,
  .table03.-row-mid td {
    vertical-align: middle; }
  .table03.-nowrap th,
  .table03.-nowrap td {
    white-space: nowrap; }
  .table03.-pd-sm tr th,
  .table03.-pd-sm tr td {
    padding: 20px 10px; }
  .table03 thead {
    text-align: left; }
    .table03 thead th,
    .table03 thead td {
      color: #fff;
      font-weight: 700;
      background: #230716; }
  .table03.-about tr th {
    width: 149px;
    background: #F2F2F2;
    border-color: #dddddd; }
  .table03.-hospital th {
    width: 80px; }
  .table03.-hospital td {
    line-height: 2; }
  .table03.-l-page {
    width: 770px; }
    .table03.-l-page th {
      text-align: center;
      vertical-align: middle;
      width: auto; }
    .table03.-l-page td {
      text-align: center;
      vertical-align: middle; }
  .table03.-senior th:first-child {
    width: 298px; }
  .table03.-auto th {
    width: auto; }
  .table03.-center th {
    text-align: center;
    vertical-align: middle; }
  .table03.-w770 th {
    min-width: 200px; }
  @media only screen and (max-width: 768px) {
    .table03 tr th,
    .table03 tr td {
      padding: 13px;
      display: block;
      font-size: 14px;
      width: 100% !important;
      border: none;
      border-bottom: 1px solid #ddd; }
    .table03 tr th {
      padding: 13px 13px 14px; }
    .table03 tr td {
      padding: 14px; }
    .table03 thead th:empty,
    .table03 thead td:empty {
      display: none; }
    .table03.-l-page th {
      height: 80px; }
    .table03.-w770 {
      min-width: 770px;
      /*
            th,
            td {
              white-space: normal;
            }
            */ } }

.overflow-table {
  overflow-x: auto; }

@media only screen and (max-width: 768px) {
  .nodrop-table tr th,
  .nodrop-table tr td {
    display: table-cell;
    width: auto !important; } }
@media only screen and (max-width: 768px) {
  .nodrop-table tr th {
    white-space: nowrap; } }

.primary-txt {
  color: #230716; }

.news-link-event01 a[href$=".pdf"]:after {
  content: "";
  height: 16px;
  width: 16px;
  background: url(../img/pdf.png) no-repeat center/contain;
  margin-left: 5px; }
.news-link-event01 a[href="#"] {
  color: #230716;
  text-decoration: none;
  pointer-events: none; }

.news-link-event02 {
  pointer-events: none; }
  .news-link-event02 a {
    pointer-events: all; }
    .news-link-event02 a[href="#"] {
      pointer-events: none; }
    .news-link-event02 a[href$=".pdf"] + .txt-wrap .ttl:after {
      content: "";
      height: 16px;
      width: 16px;
      background: url(../img/pdf.png) no-repeat center/contain;
      margin-left: 5px; }

.news-list {
  margin-left: -45px;
  margin-bottom: 10px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex; }
  .news-list > .item {
    margin-left: 45px;
    margin-bottom: 50px;
    width: calc(100% / 3 - 45px); }
  @media only screen and (max-width: 768px) {
    .news-list {
      margin-left: -20px; }
      .news-list > .item {
        margin-left: 20px;
        margin-bottom: 25px;
        width: calc(100% / 2 - 20px); } }

.news-card {
  padding: 0 0 35px 0;
  position: relative;
  border-bottom: 1px solid #E6E6E6;
  transition: all 0.3s;
  pointer-events: none; }
  .news-card > .thumb {
    margin-bottom: 17px;
    position: relative;
    border: 1px solid #DDDDDD;
    transition: all 0.3s; }
    .news-card > .thumb::before {
      content: '';
      padding-top: 63.636364%;
      display: block;
      width: 100%; }
    .news-card > .thumb > img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      font-family: "object-fit: cover; object-position: center;"; }
  .news-card > .content {
    padding-right: 40px;
    position: relative; }
    .news-card > .content > .header {
      margin-bottom: 7px;
      position: relative;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: center;
      display: flex; }
      .news-card > .content > .header > .day {
        margin-right: 15px;
        color: #230716;
        font-size: 15px;
        font-weight: 500;
        line-height: 1.5;
        letter-spacing: 0.06em; }
    .news-card > .content > .txt {
      line-height: 1.8;
      transition: color 0.3s; }
    .news-card > .content::after {
      content: '\f0a9';
      position: absolute;
      top: 50%;
      right: 10px;
      color: #230716;
      font-size: 18px;
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      transform: translateY(-50%);
      transition: transform 0.3s; }
  .news-card a {
    pointer-events: all; }
    .news-card a[href="#"] {
      pointer-events: none; }
    .news-card a[href$=".pdf"] ~ .content .txt:before {
      margin-right: 5px;
      content: "";
      display: inline-block;
      height: 16px;
      width: 16px;
      background: url(../img/pdf.png) no-repeat center/contain;
      vertical-align: middle; }
  .news-card:hover > .thumb {
    opacity: 0.7; }
  .news-card:hover > .content > .txt {
    color: #230716; }
  @media only screen and (max-width: 768px) {
    .news-card {
      padding: 0 0 15px; }
      .news-card > .content {
        padding-right: 0; }
        .news-card > .content > .header {
          margin-bottom: 5px; }
          .news-card > .content > .header > .day {
            margin-right: auto;
            font-size: 13px; }
        .news-card > .content > .txt {
          font-size: 13px; }
        .news-card > .content::after {
          content: none; } }

.cms-ullist > li,
.dot-list > li {
  padding-left: 25px;
  position: relative; }
  .cms-ullist > li:before,
  .dot-list > li:before {
    content: '\f111';
    position: absolute;
    top: 11px;
    left: 0;
    color: #C9CACA;
    font-size: 10px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    line-height: 1; }
.cms-ullist[style="list-style-type: circle;"] > li, .cms-ullist[style="list-style-type: square;"] > li,
.dot-list[style="list-style-type: circle;"] > li,
.dot-list[style="list-style-type: square;"] > li {
  list-style-type: inherit;
  text-indent: 0; }
  .cms-ullist[style="list-style-type: circle;"] > li::before, .cms-ullist[style="list-style-type: square;"] > li::before,
  .dot-list[style="list-style-type: circle;"] > li::before,
  .dot-list[style="list-style-type: square;"] > li::before {
    content: none; }
  .cms-ullist[style="list-style-type: circle;"] > li::marker, .cms-ullist[style="list-style-type: square;"] > li::marker,
  .dot-list[style="list-style-type: circle;"] > li::marker,
  .dot-list[style="list-style-type: square;"] > li::marker {
    color: #7c7eba; }

.cms-ollist,
.num-list {
  counter-reset: section; }
  .cms-ollist > li,
  .num-list > li {
    padding-left: 30px;
    position: relative;
    counter-increment: section; }
    .cms-ollist > li:before,
    .num-list > li:before {
      content: counter(section) ".";
      color: #230716;
      position: absolute;
      left: 0;
      top: 0; }
  .cms-ollist[style="list-style-type: lower-alpha;"] > li, .cms-ollist[style="list-style-type: lower-roman;"] > li, .cms-ollist[style="list-style-type: upper-alpha;"] > li, .cms-ollist[style="list-style-type: upper-roman;"] > li,
  .num-list[style="list-style-type: lower-alpha;"] > li,
  .num-list[style="list-style-type: lower-roman;"] > li,
  .num-list[style="list-style-type: upper-alpha;"] > li,
  .num-list[style="list-style-type: upper-roman;"] > li {
    list-style-type: inherit;
    text-indent: 0;
    margin-left: 0; }
    .cms-ollist[style="list-style-type: lower-alpha;"] > li::before, .cms-ollist[style="list-style-type: lower-roman;"] > li::before, .cms-ollist[style="list-style-type: upper-alpha;"] > li::before, .cms-ollist[style="list-style-type: upper-roman;"] > li::before,
    .num-list[style="list-style-type: lower-alpha;"] > li::before,
    .num-list[style="list-style-type: lower-roman;"] > li::before,
    .num-list[style="list-style-type: upper-alpha;"] > li::before,
    .num-list[style="list-style-type: upper-roman;"] > li::before {
      content: none; }
    .cms-ollist[style="list-style-type: lower-alpha;"] > li::marker, .cms-ollist[style="list-style-type: lower-roman;"] > li::marker, .cms-ollist[style="list-style-type: upper-alpha;"] > li::marker, .cms-ollist[style="list-style-type: upper-roman;"] > li::marker,
    .num-list[style="list-style-type: lower-alpha;"] > li::marker,
    .num-list[style="list-style-type: lower-roman;"] > li::marker,
    .num-list[style="list-style-type: upper-alpha;"] > li::marker,
    .num-list[style="list-style-type: upper-roman;"] > li::marker {
      color: #7c7eba; }

.l-container {
  overflow: hidden;
  position: relative; }
  @media only screen and (min-width: 769px) {
    .l-container {
      min-width: 1100px; } }

.container.-w800 {
  width: calc(800px + 20px); }
  @media only screen and (max-width: 768px) {
    .container.-w800 {
      width: auto; } }
.container.-w740 {
  max-width: calc(800px + 20px);
  width: 100%; }
  @media only screen and (max-width: 768px) {
    .container.-w740 {
      width: auto; } }

body {
  width: 100%;
  padding-top: 90px; }
  body.open {
    height: 100%;
    overflow: hidden;
    position: fixed; }
  @media only screen and (max-width: 768px) {
    body {
      position: relative;
      padding-top: 80px; } }

header {
  width: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
  transition: all 0.3s;
  position: fixed;
  /*
    &.fixed {
      position: fixed;
      background: #fff;
      box-shadow: 0 3px 10px rgba(0,0,0,0.16);
  
      .g-nav {
        li {
          a {
        color: #333;
          }
        }
      }
  
      @media only screen and (max-width: $screen-tb) {
        position: fixed;
      }
    }
  
    .slidemenu-btn {
      .active {
    header {
      .logo {
        width: 100%;
    background-image: url(../img/logo_bk.png);
    background-size: contain;
    background-repeat: no-repeat;
    img {
      display: none;
    }
  
    @media only screen and (max-width: $screen-tb) {
      background-image: url(../img/logo_sp_bk.png);
    }
      }
    }
  }
    }
  
    &.logo {
      .header-utils {
        .logo {
          width: 100%;
      background-image: url(../img/logo_bk.png);
      background-size: contain;
      background-repeat: no-repeat;
      img {
        display: none;
      }
  
      @media only screen and (max-width: $screen-tb) {
        background-image: url(../img/logo_sp_bk.png);
      }
        }
      }
    }
  */ }
  @media only screen and (max-width: 768px) {
    header {
      width: 100%;
      z-index: 9999;
      top: 0;
      left: 0;
      position: fixed; } }
  body.is-scroll header {
    background: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16); }
  body:not(.top) header {
    background: #fff; }
    body:not(.top) header.fixed {
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16); }
      @media only screen and (max-width: 768px) {
        body:not(.top) header.fixed {
          box-shadow: unset; } }
  header > .inner {
    padding: 20px 30px 20px 23px; }
    @media only screen and (max-width: 768px) {
      header > .inner {
        padding: 16px 20px;
        min-width: auto; } }
  header .header-utils {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    display: flex; }
    header .header-utils > .nav {
      margin-left: auto; }
    @media only screen and (max-width: 768px) {
      header .header-utils > .logo {
        height: 29px; } }
  header .header-logo {
    margin-right: 20px;
    height: 50px; }
    header .header-logo > a {
      display: block;
      width: 100%;
      height: 100%; }
      header .header-logo > a > img {
        height: 100%;
        width: 100%;
        object-fit: contain;
        object-position: left center;
        font-family: "object-fit: cover; object-position: center;"; }
        header .header-logo > a > img.bk {
          display: none; }
        body.top.is-scroll header .header-logo > a > img.wh, body.open header .header-logo > a > img.wh {
          display: none; }
        body.top.is-scroll header .header-logo > a > img.bk, body.open header .header-logo > a > img.bk {
          display: inline; }
    @media only screen and (max-width: 768px) {
      header .header-logo {
        height: 34px; } }
  header .header-nav {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    display: flex; }
    header .header-nav .header-sitenav {
      margin-left: 50px; }
    @media only screen and (max-width: 768px) {
      header .header-nav .header-sitenav {
        margin-left: 0;
        margin-right: 20px; } }
  header .header-gnav {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    width: 100%;
    position: relative; }
    header .header-gnav > li {
      line-height: 1; }
    header .header-gnav > li:not(:last-child) {
      margin-right: 30px; }
    header .header-gnav > li > a, header .header-gnav > li > span {
      padding: 10px 0;
      cursor: pointer;
      width: 100%;
      position: relative;
      display: inline-block;
      color: #230716;
      text-align: center;
      text-decoration: none;
      font-size: 15px;
      font-weight: bold;
      line-height: 1.5;
      font-feature-settings: normal;
      white-space: nowrap;
      transition: all .3s ease; }
      header .header-gnav > li > a::after,
      header .header-gnav > li > span::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #A6EDC7;
        opacity: 0;
        transition: opacity 0.2s; }
      header .header-gnav > li > a:hover,
      header .header-gnav > li > span:hover {
        color: #727172; }
        header .header-gnav > li > a:hover::after,
        header .header-gnav > li > span:hover::after {
          opacity: 1; }
      body.top.is-scroll header .header-gnav > li > a, body:not(.top) header .header-gnav > li > a,
      body.top.is-scroll header .header-gnav > li > span, body:not(.top) header .header-gnav > li > span {
        color: #230716; }
    @media only screen and (max-width: 768px) {
      header .header-gnav {
        display: none; } }
  header .header-sitenav {
    width: 139px; }
    @media only screen and (max-width: 768px) {
      header .header-sitenav {
        width: 96px; } }
  header .header-conts {
    padding-left: 30px;
    display: flex;
    align-items: center; }
    header .header-conts > .logo {
      width: 312px; }
    header .header-conts > .header-nav {
      margin-left: auto; }
    header .header-conts > .header-nav > .nav-wrap {
      display: flex;
      justify-content: flex-end;
      align-items: flex-end; }
    @media only screen and (max-width: 768px) {
      header .header-conts {
        padding-left: 15px; }
        header .header-conts > .logo {
          max-width: 220px; } }
  header .slidemenu-btn {
    cursor: pointer;
    position: relative; }
    header .slidemenu-btn > .bars {
      display: block;
      width: 30px;
      height: 20px;
      position: relative; }
      header .slidemenu-btn > .bars > .bar {
        background-color: #230716;
        display: block;
        height: 1px;
        left: 0;
        position: absolute;
        right: 0;
        transition: all .3s linear 0s;
        width: 100%; }
        header .slidemenu-btn > .bars > .bar:nth-of-type(1) {
          top: 0; }
        header .slidemenu-btn > .bars > .bar:nth-of-type(2) {
          top: 10px; }
        header .slidemenu-btn > .bars > .bar:nth-of-type(3) {
          top: 20px; }
    header .slidemenu-btn.active .bars > .bar:nth-of-type(1) {
      top: 10px;
      transform: rotate(-45deg); }
    header .slidemenu-btn.active .bars > .bar:nth-of-type(2) {
      background-color: transparent; }
    header .slidemenu-btn.active .bars > .bar:nth-of-type(3) {
      top: 10px;
      transform: rotate(45deg); }
    header .slidemenu-btn.-close > .bars > .bar:nth-of-type(1) {
      top: 10px;
      transform: rotate(-45deg); }
    header .slidemenu-btn.-close > .bars > .bar:nth-of-type(2) {
      background-color: transparent; }
    header .slidemenu-btn.-close > .bars > .bar:nth-of-type(3) {
      top: 10px;
      transform: rotate(45deg); }

.slide-menu {
  height: 100%;
  width: 100%;
  overflow: scroll;
  background-color: #fff;
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 100%;
  padding-top: 80px;
  transition: left 0.3s; }
  @media only screen and (min-width: 769px) {
    .slide-menu {
      display: none; } }
  body.open .slide-menu {
    left: 0; }
  .slide-menu .slidemenu-content {
    padding: 0 20px; }
  .slide-menu .slidemenu-nav {
    margin-bottom: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.3); }
    .slide-menu .slidemenu-nav li {
      overflow: hidden;
      border-bottom: 1px solid #DDDDDD; }
      .slide-menu .slidemenu-nav li:first-child {
        border-top: 1px solid #DDDDDD; }
      .slide-menu .slidemenu-nav li > a,
      .slide-menu .slidemenu-nav li > span {
        padding: 18px 0 18px;
        display: block;
        position: relative;
        font-size: 16px;
        font-weight: 700;
        color: #230716;
        line-height: 1.5;
        text-decoration: none;
        cursor: pointer; }
        .slide-menu .slidemenu-nav li > a:hover,
        .slide-menu .slidemenu-nav li > span:hover {
          color: #230716; }

.key-visual.top {
  /*
    .key-scrolldown {
      padding-bottom: 55px;
      display: block;
      position: relative;
      z-index: 10;
      text-decoration: none;
      color: $base-font-color;
      font-size: 12px;
      font-weight: 400;
      font-family: $f-roboto;
      text-transform: uppercase;
      text-decoration: none;
      writing-mode: vertical-lr;
  
      &::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 1px;
        height: 45px;
        background: #C9CACA;
      }
  
      > span {
        position: absolute;
        left: -8px;
        top: 0px;
  
  
      }
    }
  */ }
  .key-visual.top .key-content {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
    height: calc(100vh - 90px);
    min-height: 510px;
    background: linear-gradient(180deg, rgba(248, 248, 248, 0) 0%, rgba(248, 248, 248, 0) calc(100% - 200px), #f8f8f8 calc(100% - 200px), #f8f8f8 100%); }
    .key-visual.top .key-content > .side {
      width: 100px; }
    @media only screen and (max-width: 768px) {
      .key-visual.top .key-content {
        background: linear-gradient(180deg, rgba(248, 248, 248, 0) 0%, rgba(248, 248, 248, 0) calc(100% - 175px), #f8f8f8 calc(100% - 175px), #f8f8f8 100%); }
        .key-visual.top .key-content > .side {
          display: none; } }
  .key-visual.top .key-main {
    position: relative;
    width: calc(100% - 100px); }
    @media only screen and (max-width: 768px) {
      .key-visual.top .key-main {
        margin-left: auto;
        width: calc(100% - 20px); } }
  .key-visual.top .key-video {
    width: 100%;
    height: 100%;
    background: url(../img/index/key_img.jpg) no-repeat center/cover;
    border-top-left-radius: 40px;
    overflow: hidden; }
    .key-visual.top .key-video > video {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
    @media only screen and (max-width: 768px) {
      .key-visual.top .key-video {
        background-image: url(../img/index/key_img_sp.jpg); } }
  .key-visual.top .key-img {
    height: 100%;
    border-top-left-radius: 40px;
    overflow: hidden; }
    .key-visual.top .key-img > img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .key-visual.top .key-pickup {
    padding: 23.5px 70px 23.5px 40px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 700px;
    width: 100%;
    color: #fff;
    background: #230716; }
    .key-visual.top .key-pickup:empty {
      display: none; }
    .key-visual.top .key-pickup > a {
      display: block;
      height: 100%;
      width: 100%;
      position: absolute;
      text-decoration: none;
      z-index: 9;
      top: 0;
      left: 0;
      font-size: 0; }
      .key-visual.top .key-pickup > a::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 126px;
        height: 100%;
        background: #A6EDC7;
        clip-path: polygon(50% 0, 100% 0, 100% 100%, 0 100%);
        z-index: -1;
        opacity: 0;
        transition: all 0.3s; }
      .key-visual.top .key-pickup > a::before {
        content: '\f105';
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        display: flex;
        position: absolute;
        top: 50%;
        right: 30px;
        width: 30px;
        height: 30px;
        color: #fff;
        font-size: 11px;
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        border-radius: 50%;
        border: 1px solid #fff;
        transform: translateY(-50%); }
    .key-visual.top .key-pickup::after {
      margin: 0 32px;
      content: '';
      width: 30px;
      height: 1px;
      background: #fff;
      order: 1; }
    .key-visual.top .key-pickup > .ttl {
      font-weight: 700;
      font-size: 14px;
      letter-spacing: 0.06em; }
    .key-visual.top .key-pickup > .content {
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: flex-start;
      align-items: center;
      display: flex;
      flex: 1;
      order: 2; }
      .key-visual.top .key-pickup > .content > .date {
        margin-right: 20px;
        font-weight: 500;
        font-size: 11px; }
      .key-visual.top .key-pickup > .content > .txt {
        font-weight: 500;
        font-size: 14px; }
    .key-visual.top .key-pickup:hover > a::after {
      opacity: 1; }
    .key-visual.top .key-pickup:hover > .content > .txt {
      text-decoration: underline; }
    @media only screen and (max-width: 768px) {
      .key-visual.top .key-pickup {
        padding: 15px 60px 14px 20px;
        display: block; }
        .key-visual.top .key-pickup::after {
          content: none; }
        .key-visual.top .key-pickup > a::before {
          right: 20px; }
        .key-visual.top .key-pickup > .ttl {
          margin-bottom: 10px; }
        .key-visual.top .key-pickup > .content {
          display: block; }
          .key-visual.top .key-pickup > .content > .txt {
            font-size: 13px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; } }
  .key-visual.top .key-txt {
    position: absolute;
    top: 35.820896%;
    left: 9.322034%;
    color: #fff;
    font-size: calc(5.07812vw + 0px); }
    @media screen and (min-width: 3840px) {
      .key-visual.top .key-txt {
        font-size: 195px; } }
    @media screen and (max-width: 1100px) {
      .key-visual.top .key-txt {
        font-size: 55.85938px; } }
    .key-visual.top .key-txt > .ttl {
      margin-bottom: 28px;
      font-weight: bold; }
      .key-visual.top .key-txt > .ttl > .sub {
        margin-bottom: 27px;
        display: block;
        font-size: 0.64615385em;
        line-height: 1; }
      .key-visual.top .key-txt > .ttl > .main {
        display: block;
        font-size: 1em;
        line-height: 1; }
    .key-visual.top .key-txt > .en {
      font-family: "Roboto", sans-serif;
      font-weight: 700;
      font-size: 0.27692308em;
      letter-spacing: 0.08em;
      text-align: left; }
    @media only screen and (max-width: 768px) {
      .key-visual.top .key-txt {
        left: 25px;
        top: auto;
        bottom: 160px; }
        .key-visual.top .key-txt > .ttl {
          margin-bottom: 18px; }
          .key-visual.top .key-txt > .ttl > .sub {
            margin-bottom: 18px;
            font-size: 27px; }
          .key-visual.top .key-txt > .ttl > .main {
            font-size: 41px; }
        .key-visual.top .key-txt > .en {
          font-size: 8px; } }
  .key-visual.top .key-aside {
    padding-bottom: 150px;
    position: relative;
    width: 100%;
    height: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    display: flex; }
  .key-visual.top .key-sitename {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    display: flex;
    flex: 1;
    width: 100%;
    height: 100%;
    writing-mode: vertical-lr;
    font-weight: bold;
    font-size: 17px;
    font-feature-settings: normal;
    letter-spacing: 0.06em;
    line-height: 1; }
  .key-visual.top .key-scrolldown {
    position: absolute;
    left: 50%;
    bottom: 0;
    display: block;
    text-decoration: none;
    line-height: 1;
    white-space: nowrap;
    transform: rotate(90deg) translate(calc(-100% - 55px), 50%);
    transform-origin: left bottom; }
    .key-visual.top .key-scrolldown > .txt {
      display: block;
      color: #230716;
      font-family: "Roboto", sans-serif;
      font-size: 12px;
      font-weight: 400;
      line-height: 1;
      letter-spacing: 0.1em;
      text-align: center;
      text-transform: uppercase; }
    .key-visual.top .key-scrolldown::after, .key-visual.top .key-scrolldown::before {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      left: calc(100% + 10px);
      width: 45px;
      height: 1px;
      background: #230716;
      animation: pathmove 1.4s ease-in-out infinite;
      opacity: 0; }
    .key-visual.top .key-scrolldown::before {
      background: #C9CACA;
      animation: none;
      opacity: 1; }
@keyframes pathmove {
  0% {
    width: 0;
    left: calc(100% + 10px);
    opacity: 0; }
  30% {
    width: 20px;
    opacity: 1; }
  100% {
    width: 0;
    left: calc(100% + 55px);
    opacity: 0; } }
    @media only screen and (max-width: 768px) {
      .key-visual.top .key-scrolldown {
        display: none; } }
  @media only screen and (max-width: 768px) {
    .key-visual.top .key-video {
      background-image: url(../img/index/key_img_sp.jpg); } }
.key-visual:not(.top) {
  margin-bottom: 80px;
  padding-left: 100px;
  position: relative;
  background: linear-gradient(0deg, #f8f8f8 0%, #f8f8f8 200px, rgba(248, 248, 248, 0) 200px, rgba(248, 248, 248, 0) 100%); }
  @media only screen and (max-width: 768px) {
    .key-visual:not(.top) {
      padding-left: 20px; } }
  .key-visual:not(.top) .key-content {
    position: relative; }
  .key-visual:not(.top) .key-txt {
    padding: 20px 6.779661% 0 6.779661%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    display: flex;
    color: #fff;
    z-index: 100; }
    .key-visual:not(.top) .key-txt > .ttl {
      margin-bottom: 10px;
      font-weight: 700;
      font-size: 42px;
      font-feature-settings: normal;
      line-height: 1.5; }
    .key-visual:not(.top) .key-txt > .en {
      font-family: "Roboto", sans-serif;
      font-weight: 700;
      font-size: 20px;
      line-height: 1.5;
      letter-spacing: 0.08em;
      text-transform: uppercase; }
    @media only screen and (max-width: 768px) {
      .key-visual:not(.top) .key-txt {
        padding: 0 20px;
        align-items: center; }
        .key-visual:not(.top) .key-txt > .ttl {
          margin-bottom: 5px;
          font-size: 24px; }
        .key-visual:not(.top) .key-txt > .en {
          font-size: 14px; } }
  .key-visual:not(.top) .key-img {
    position: relative;
    width: 100%;
    height: 340px;
    border-top-left-radius: 40px;
    overflow: hidden; }
    .key-visual:not(.top) .key-img::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(35, 7, 22, 0.4); }
    .key-visual:not(.top) .key-img > img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
    @media only screen and (max-width: 768px) {
      .key-visual:not(.top) .key-img {
        height: 240px; } }
  .key-visual:not(.top) .key-breadcrumb {
    padding-right: 100px; }
    @media only screen and (max-width: 768px) {
      .key-visual:not(.top) .key-breadcrumb {
        padding-right: 20px; } }
  @media only screen and (max-width: 768px) {
    .key-visual:not(.top) {
      margin-bottom: 20px; }
      .key-visual:not(.top) > .key-img {
        width: 100%;
        height: 200px; }
      .key-visual:not(.top) > .inner {
        padding: 0 20px; }
      .key-visual:not(.top) .key-ttl {
        font-size: 23px;
        line-height: 1.42; }
        .key-visual:not(.top) .key-ttl > .ja {
          margin-bottom: 5px; }
        .key-visual:not(.top) .key-ttl > .en {
          font-size: 11px;
          line-height: 1.36; } }

.l-main:before, .l-main:after {
  content: " ";
  display: table; }
.l-main:after {
  clear: both; }
body:not(.top) .l-main {
  padding-bottom: 120px; }
  @media only screen and (max-width: 768px) {
    body:not(.top) .l-main {
      padding-bottom: 100px; } }

.l-page {
  float: left;
  width: calc(100% - 340px); }
  @media only screen and (max-width: 768px) {
    .l-page {
      float: none;
      width: 100%; } }

.l-side {
  float: right;
  width: 280px; }
  @media only screen and (max-width: 768px) {
    .l-side {
      display: none; } }

.side-heading {
  margin-bottom: 20px;
  padding-bottom: 22px;
  position: relative; }
  .side-heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background-image: linear-gradient(180deg, #230716 0%, #230716 33%, rgba(35, 7, 22, 0) 33%, rgba(35, 7, 22, 0) 84%, #230716 84%, #230716 100%);
    background-size: 2px 100%;
    background-repeat: repeat-x; }
  .side-heading > h2.ttl {
    margin-bottom: 15px;
    padding-left: 0;
    font-size: 21px;
    border: none; }
    .side-heading > h2.ttl::before {
      content: none; }
  .side-heading > .en {
    font-weight: 700;
    font-size: 15px;
    line-height: 1;
    color: #727172; }

.side-article {
  position: relative;
  pointer-events: none; }
  .side-article:not(:last-child) {
    margin-bottom: 40px; }
  .side-article > a {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    font-size: 0;
    pointer-events: all; }
    .side-article > a[href="#"] {
      pointer-events: none; }
    .side-article > a[href$=".pdf"] ~ .content > p:before {
      content: '\f1c1';
      margin-right: 5px;
      display: inline-block;
      font-size: 14px;
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      vertical-align: middle; }
  .side-article > .imgwrapper {
    margin-bottom: 25px;
    position: relative; }
    .side-article > .imgwrapper::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 20px;
      background-color: rgba(166, 237, 199, 0.6);
      opacity: 0;
      transition: opacity 0.3s;
      z-index: 7; }
    .side-article > .imgwrapper::before {
      content: '\f105';
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center;
      display: flex;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 50px;
      height: 50px;
      color: #fff;
      font-size: 16px;
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      border-radius: 50%;
      border: 1px solid #fff;
      transform: translate(-50%, -50%);
      opacity: 0;
      transition: opacity 0.3s;
      z-index: 8; }
    .side-article > .imgwrapper > .photo {
      position: relative;
      border-radius: 20px;
      overflow: hidden;
      border: 1px solid #C9CACA; }
      .side-article > .imgwrapper > .photo::before {
        content: '';
        padding-top: 64.7058%;
        display: block;
        width: 100%; }
      .side-article > .imgwrapper > .photo > img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center; }
    .side-article > .imgwrapper > .label {
      position: absolute;
      left: 0;
      bottom: 20px;
      line-height: 1; }
  .side-article > .content {
    margin-bottom: 17px;
    padding-left: 15px;
    border-left: 2px solid #230716; }
    .side-article > .content > p {
      font-weight: 700;
      line-height: 1.7;
      text-align: left; }
  .side-article > .meta {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    font-weight: 700;
    font-size: 13px;
    line-height: 1;
    color: #727172; }
    .side-article > .meta > .cap {
      margin-right: 20px;
      min-width: 37px;
      line-height: 1; }
    .side-article > .meta > .detail {
      flex: 1;
      line-height: 1; }
  .side-article:hover > .imgwrapper::after, .side-article:hover > .imgwrapper::before {
    opacity: 1; }
  .side-article:hover > .content {
    border-color: #A6EDC7; }
  @media only screen and (max-width: 768px) {
    .side-article {
      display: grid;
      grid-template-columns: 150px minmax(0, 1fr);
      grid-template-rows: 1fr auto;
      column-gap: 20px; }
      .side-article > .imgwrapper {
        margin-bottom: 0;
        grid-column: 1;
        grid-row: 1/3; }
        .side-article > .imgwrapper > .photo:before {
          padding-top: 86.6667%; }
        .side-article > .imgwrapper > .label {
          bottom: auto;
          top: 90px; }
      .side-article > .content {
        grid-column: 2;
        grid-row: 1;
        padding-left: 0;
        border: none; }
        .side-article > .content > p {
          padding-left: 13px;
          border-left: 2px solid #230716; }
      .side-article > .meta {
        margin: 0;
        grid-column: 2;
        grid-row: 2;
        font-size: 12px; }
        .side-article > .meta > .cap {
          margin-right: 15px; } }

footer {
  background: url(../img/bg_footer.jpg) 0 0 no-repeat;
  background-size: cover; }
  @media only screen and (max-width: 768px) {
    footer {
      background-image: url(../img/bg_footer_sp.jpg); } }
  footer .footer-img {
    height: 250px; }
    footer .footer-img > img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      font-family: "object-fit: cover; object-position: center;"; }
    @media only screen and (max-width: 768px) {
      footer .footer-img {
        height: 175px; } }
  footer .footer-content {
    padding: 80px 0; }
    @media only screen and (max-width: 768px) {
      footer .footer-content {
        padding: 160px 0 30px; } }
  footer .footer-box {
    padding: 50px 60px 40px;
    margin-left: auto;
    max-width: 420px;
    border-radius: 20px;
    background-color: #fff; }
    footer .footer-box > .footer-logo {
      margin-bottom: 33px; }
    @media only screen and (max-width: 768px) {
      footer .footer-box {
        margin: 0 auto;
        padding: 40px 42px; }
        footer .footer-box > .footer-logo {
          margin-bottom: 25px; } }
  footer .footer-logo > a {
    display: block;
    width: 100%;
    height: 63px; }
    footer .footer-logo > a > img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: center; }
  @media only screen and (max-width: 768px) {
    footer .footer-logo > a {
      height: 53px; } }
  footer .footer-sitenav > a {
    max-width: none;
    width: 100%; }
  footer .footer-copyright {
    padding: 22px 10px;
    width: 100%;
    color: #fff;
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0.12em;
    text-align: center;
    background: #230716; }
    @media only screen and (max-width: 768px) {
      footer .footer-copyright {
        font-size: 11px; } }

/*---------------------------------------
 cta
---------------------------------------*/
.footer-cta-sec {
  padding: 90px 0 140px;
  background-color: #F8F8F8; }
  .footer-cta-sec > .container {
    max-width: 940px;
    width: 100%; }
  @media only screen and (max-width: 768px) {
    .footer-cta-sec {
      padding: 60px 0 100px; } }

.footer-cta-cardunit {
  margin-bottom: 80px;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  border-radius: 20px;
  overflow: hidden; }
  .footer-cta-cardunit > .footer-cta-card {
    flex: 1; }
  @media only screen and (max-width: 768px) {
    .footer-cta-cardunit {
      margin-bottom: 40px;
      display: block;
      border-radius: 0; }
      .footer-cta-cardunit > .footer-cta-card {
        margin-bottom: 20px; }
        .footer-cta-cardunit > .footer-cta-card:last-child {
          margin-bottom: 0; } }

.footer-cta-card {
  position: relative;
  width: 100%;
  height: 340px;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 0; }
  .footer-cta-card > a {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    font-size: 0; }
  .footer-cta-card > .imgwrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    z-index: -1; }
    .footer-cta-card > .imgwrapper::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(35, 7, 22, 0.4);
      transition: all 0.3s; }
    .footer-cta-card > .imgwrapper > img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .footer-cta-card > .content {
    text-align: center;
    color: #fff; }
    .footer-cta-card > .content::after {
      margin: 20px auto 0;
      content: '\f105';
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center;
      display: flex;
      width: 50px;
      height: 50px;
      color: #fff;
      font-size: 16px;
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      border-radius: 50%;
      border: 1px solid #fff; }
    .footer-cta-card > .content > .ttl {
      font-weight: 700;
      font-size: 28px;
      line-height: 1.5; }
    .footer-cta-card > .content > .en {
      margin-bottom: 12px;
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      font-size: 20px;
      line-height: 1.3;
      letter-spacing: 0.1em; }
  .footer-cta-card:hover > .imgwrapper::after {
    background: rgba(35, 7, 22, 0.6); }
  @media only screen and (max-width: 768px) {
    .footer-cta-card {
      height: 220px;
      border-radius: 20px;
      overflow: hidden; }
      .footer-cta-card > .content {
        text-align: center;
        color: #fff; }
        .footer-cta-card > .content::after {
          margin: 20px auto 0;
          width: 28px;
          height: 28px; }
        .footer-cta-card > .content > .ttl {
          font-size: 21px; }
        .footer-cta-card > .content > .en {
          margin-bottom: 12px;
          font-size: 14px; } }

.footer-cta-bnr {
  margin: 0 auto 40px;
  max-width: 440px;
  width: 100%; }
  .footer-cta-bnr > a {
    display: block;
    transition: opacity 0.3s; }
    .footer-cta-bnr > a > img {
      width: 100%;
      height: auto; }
    .footer-cta-bnr > a:hover {
      opacity: 0.7; }
  @media only screen and (max-width: 768px) {
    .footer-cta-bnr {
      margin-bottom: 25px; } }

.footer-cta-entry {
  padding: 43px 100px;
  position: relative;
  border-radius: 20px;
  background-color: #230716;
  overflow: hidden;
  transition: background-color 0.3s; }
  .footer-cta-entry::before {
    content: '\f105';
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: 50%;
    right: 45px;
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 16px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    border-radius: 50%;
    border: 1px solid #fff;
    transform: translateY(-50%); }
  .footer-cta-entry > a {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    font-size: 0; }
  .footer-cta-entry > .imgwrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%); }
    .footer-cta-entry > .imgwrapper > img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
  .footer-cta-entry > .content {
    text-align: center;
    color: #fff; }
    .footer-cta-entry > .content > .en {
      margin-bottom: 12px;
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      font-size: 42px;
      letter-spacing: 0.1em;
      line-height: 1.3; }
    .footer-cta-entry > .content > .ttl {
      font-weight: 700;
      font-size: 24px;
      line-height: 1; }
  .footer-cta-entry:hover {
    background-color: #A6EDC7; }
  @media only screen and (max-width: 768px) {
    .footer-cta-entry {
      padding: 35px 45px; }
      .footer-cta-entry::before {
        width: 28px;
        height: 28px;
        right: 15px;
        font-size: 16px; }
      .footer-cta-entry > .content > .en {
        margin-bottom: 12px;
        font-size: 34px; }
      .footer-cta-entry > .content > .ttl {
        font-size: 19px; } }

.txt-marker {
  background: linear-gradient(transparent, transparent 70%, #F97111 70%, #F97111 90%, transparent 90%); }

.breadcrumb-block {
  margin-bottom: 70px; }
  @media only screen and (max-width: 768px) {
    .breadcrumb-block {
      margin-bottom: 40px; } }

.breadcrumb-list {
  width: 100%;
  font-size: 0;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex; }
  .breadcrumb-list > .item {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    margin-right: 10px;
    line-height: 1; }
    .breadcrumb-list > .item:last-child {
      margin-right: 0; }
    .breadcrumb-list > .item::before {
      content: '\f105';
      position: absolute;
      top: 50%;
      left: 0;
      font-size: 10px;
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      line-height: 1;
      transform: translateY(-50%); }
    .breadcrumb-list > .item:first-child {
      padding-left: 0; }
      .breadcrumb-list > .item:first-child:before {
        content: none; }
    .breadcrumb-list > .item > a,
    .breadcrumb-list > .item > span {
      padding: 20px 0;
      display: inline-block;
      color: #230716;
      font-size: 13px;
      font-weight: 700;
      font-feature-settings: normal;
      line-height: 1;
      text-decoration: none; }
    .breadcrumb-list > .item > a {
      font-weight: 500;
      text-decoration: underline; }
      .breadcrumb-list > .item > a:hover {
        text-decoration: none; }
  @media only screen and (max-width: 768px) {
    .breadcrumb-list {
      flex-wrap: nowrap;
      width: 100%;
      overflow: hidden; }
      .breadcrumb-list > .item {
        margin-right: 10px;
        padding-left: 15px;
        white-space: nowrap; }
        .breadcrumb-list > .item::before {
          font-size: 10px; }
      .breadcrumb-list > .item > a,
      .breadcrumb-list > .item > span {
        font-size: 12px;
        line-height: 1.5; } }

.pdf-link {
  display: inline-block;
  color: #230716;
  text-decoration: underline;
  transition: all .3s; }
  .pdf-link::before {
    content: '\f1c1';
    margin-right: 15px;
    display: inline-block;
    color: #F73E09;
    font-size: 17px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    line-height: 1;
    vertical-align: middle; }
  .pdf-link:hover {
    color: #230716;
    text-decoration: underline; }

.tab-nav {
  padding: 0 30px;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  display: flex; }
  .tab-nav > .ttl {
    margin-right: 15px;
    min-width: 78px;
    font-weight: bold;
    font-size: 13px;
    color: #727172;
    text-transform: uppercase; }
  .tab-nav > .tab-list {
    flex: 1; }
  @media only screen and (max-width: 768px) {
    .tab-nav {
      padding: 0; }
      .tab-nav > .ttl {
        display: none; } }

.tab-list {
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  gap: 5px; }
  .tab-list > .item {
    line-height: 1; }
    .tab-list > .item > .tab-btn {
      padding: 4.5px 29px;
      position: relative;
      display: inline-block;
      width: 100%;
      height: 100%;
      color: #230716;
      font-size: 15px;
      font-weight: 700;
      line-height: 1.2;
      text-align: center;
      text-decoration: none;
      position: relative;
      border-radius: 100px;
      border: 1px solid #230716;
      background: #fff;
      cursor: pointer; }
      .tab-list > .item > .tab-btn.current, .tab-list > .item > .tab-btn:hover {
        color: #fff;
        background: #230716; }
  .tab-list.-about > .item {
    flex: 1; }
  .tab-list.-double > .item {
    flex: 1; }
  .tab-list.-four > .item {
    width: 25%; }
    .tab-list.-four > .item a {
      background: #EDEDED;
      font-weight: 400;
      letter-spacing: 0; }
  @media only screen and (max-width: 768px) {
    .tab-list {
      position: relative; }
      .tab-list > .item > .tab-btn {
        padding: 6px 20px;
        font-size: 15px;
        line-height: 1; }
      .tab-list.-col2 {
        flex-wrap: wrap;
        gap: 8px 4px; }
        .tab-list.-col2 > .item {
          width: calc((100% - 8px) / 2);
          flex-basis: calc((100% - 8px) / 2); }
      .tab-list.-scroll {
        margin-right: calc(50% - 50vw);
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
        position: relative; }
        .tab-list.-scroll::after {
          content: '\f105';
          position: absolute;
          top: 50%;
          right: 20px;
          width: 24px;
          height: 24px;
          line-height: 24px;
          color: #fff;
          font-size: 13px;
          font-family: "Font Awesome 6 Free";
          font-weight: 900;
          text-align: center;
          border-radius: 50%;
          border: 1px solid #fff;
          opacity: 0;
          background: #230716;
          transform: translateY(-50%);
          transition: all 0.3s; }
        .tab-list.-scroll.show::after {
          opacity: 1; } }
  @media only screen and (max-width: 480px) {
    .tab-list.-four {
      margin-left: 0;
      margin-bottom: 25px;
      position: relative;
      margin-right: calc(50% - 50vw);
      overflow-x: scroll;
      -webkit-overflow-scrolling: touch;
      white-space: nowrap;
      position: relative; }
      .tab-list.-four > .item {
        flex: 0 0 auto;
        width: auto;
        margin-left: 0; }
      .tab-list.-four > .item > .tab-btn {
        padding: 10px 20px;
        font-size: 15px; }
      .tab-list.-four::after {
        content: '\f105';
        position: absolute;
        top: 50%;
        right: 20px;
        width: 24px;
        height: 24px;
        line-height: 24px;
        color: #fff;
        font-size: 13px;
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        text-align: center;
        border-radius: 50%;
        border: 1px solid #fff;
        opacity: 0;
        background: #230716;
        transform: translateY(-50%);
        transition: all 0.3s; }
      .tab-list.-four.show::after {
        opacity: 1; } }

.anchor-box {
  padding: 18px 30px 17px 37.5px;
  border: 1px solid #ddd;
  background: transparent;
  position: relative;
  border-radius: 4px; }
  .anchor-box > .ttl {
    display: none;
    font-weight: 500;
    background: #fff;
    position: absolute;
    top: -17px;
    left: 30px;
    padding: 0 10px; }
  .anchor-box .anchor-link {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    display: flex; }
    .anchor-box .anchor-link.-col3 li {
      width: 33.33%; }
      .anchor-box .anchor-link.-col3 li:nth-child(3n) {
        margin-right: 0; }
    .anchor-box .anchor-link li {
      margin-right: 27.5px;
      line-height: 1;
      transition: 0.3s; }
      .anchor-box .anchor-link li a {
        padding-left: 18px;
        position: relative;
        display: inline-block;
        color: #230716;
        font-size: 17px;
        text-decoration: none;
        transition: all 0.3s; }
        .anchor-box .anchor-link li a:before {
          content: "\f107";
          position: absolute;
          top: 50%;
          left: 0;
          color: #230716;
          font-family: "Font Awesome 6 Free";
          font-weight: 900;
          font-size: 13px;
          transform: translateY(-50%); }
        .anchor-box .anchor-link li a:hover {
          color: #230716; }
      .anchor-box .anchor-link li:last-child {
        margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .anchor-box {
      padding: 0;
      border-radius: 0;
      border: none; }
      .anchor-box .ttl {
        display: block;
        position: relative;
        top: auto;
        left: auto;
        padding: 15px 0 15px 22px;
        color: #fff;
        border-radius: 4px;
        background: #230716; }
        .anchor-box .ttl:after {
          content: "\f0fe";
          font-family: "Font Awesome 6 Free";
          font-weight: 900;
          position: absolute;
          top: 50%;
          right: 20px;
          transform: translateY(-50%); }
        .anchor-box .ttl.active {
          border-radius: 4px 4px 0 0; }
          .anchor-box .ttl.active:after {
            content: "\f146"; }
          .anchor-box .ttl.active::before {
            content: '閉じる'; }
          .anchor-box .ttl.active > span {
            display: none; }
      .anchor-box .anchor-link {
        display: block;
        padding: 20px;
        background: #fff;
        border-radius: 0 0 4px 4px;
        border: 1px solid #ddd; }
        .anchor-box .anchor-link li {
          margin: 0 0 15px; }
          .anchor-box .anchor-link li:last-child {
            margin-bottom: 0; }
          .anchor-box .anchor-link li a {
            font-size: 15px;
            line-height: 1.4; } }

.border-box01 {
  border: 1px solid #dddddd;
  padding: 24.5px 30px;
  line-height: 2.14;
  border-radius: 4px; }
  .border-box01.-visit {
    padding: 23px 29px 24px; }
    .border-box01.-visit h4 {
      margin-bottom: 12px; }

.bg-box {
  padding: 30px;
  border-radius: 20px;
  background-color: #F8F8F8; }

h2.top {
  font-weight: 700;
  font-size: 34px;
  font-feature-settings: normal;
  letter-spacing: 0.06em;
  line-height: 1;
  letter-spacing: 0.2em;
  text-align: left;
  color: #230716; }
  @media only screen and (max-width: 768px) {
    h2.top {
      font-size: 24px;
      line-height: 1.5; } }
h2:not(.top) {
  margin-bottom: 35px;
  padding-left: 25px;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.5;
  text-align: left;
  border-left: 4px solid #230716; }
  @media only screen and (max-width: 768px) {
    h2:not(.top) {
      margin-bottom: 25px;
      font-size: 24px; } }

.heading-lv2 {
  writing-mode: vertical-rl; }
  .heading-lv2 > .en {
    margin-left: 20px;
    color: #c9caca;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0.1em; }
  @media only screen and (max-width: 768px) {
    .heading-lv2 > .en {
      margin-left: 7px;
      font-size: 14px; } }

h3.top:not(.ttl) {
  color: #230716;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.46666667;
  letter-spacing: 0.06em;
  text-align: center; }
h3:not(.top) {
  margin-bottom: 25px;
  padding-left: 25px;
  padding-bottom: 7px;
  position: relative;
  color: #230716;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.84615;
  border-bottom: 1px solid #C9CACA; }
  h3:not(.top)::before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #230716;
    position: absolute;
    left: 0;
    top: 19px;
    border-radius: 50%; }
  @media only screen and (max-width: 768px) {
    h3:not(.top) {
      margin-bottom: 20px;
      padding-left: 25px;
      font-size: 19px; }
      h3:not(.top)::before {
        top: 12px; } }

h4:not(.top) {
  margin-bottom: 20px;
  color: #230716;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45; }
  @media only screen and (max-width: 768px) {
    h4:not(.top) {
      font-size: 17px; } }

h5:not(.top) {
  font-weight: bold;
  color: #230716;
  margin-bottom: 10px; }

.tag {
  padding: 7px 30px;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  background: #230716; }
  @media only screen and (max-width: 768px) {
    .tag {
      padding: 5px 15px;
      font-size: 14px; } }

.tag-recruit {
  padding: 3px 20px;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #230716;
  text-align: center;
  background: #C9CACA;
  border-radius: 100px; }
  .tag-recruit.-regular {
    color: #fff;
    background: #230716; }
  .tag-recruit.-sales, .tag-recruit.-operator {
    color: #230716;
    background: #C9CACA; }
  @media only screen and (max-width: 768px) {
    .tag-recruit {
      font-size: 13px; } }

.tag-news {
  padding: 7px 30px;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  background: #230716; }
  @media only screen and (max-width: 768px) {
    .tag-news {
      padding: 5px 15px;
      font-size: 14px; } }

.hover-all, .news-card, .recruit-card {
  position: relative; }
  .hover-all > a, .news-card > a, .recruit-card > a {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    font-size: 0; }

.youtube-wrap {
  height: 0;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%; }
  .youtube-wrap > iframe {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0; }

.ofi > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;"; }
.ofi.-top > img {
  object-position: top;
  font-family: "object-fit: cover; object-position: top;"; }
.ofi.-bottom > img {
  object-position: bottom;
  font-family: "object-fit: cover; object-position: bottom;"; }
.ofi.-left > img {
  object-position: left;
  font-family: "object-fit: cover; object-position: left;"; }
.ofi.-right > img {
  object-position: right;
  font-family: "object-fit: cover; object-position: right;"; }
.ofi.-ratio {
  display: block;
  overflow: hidden;
  position: relative; }
  .ofi.-ratio > img {
    min-height: 100%;
    width: 100%;
    min-width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto auto; }

.news-detail-header > .date {
  margin-bottom: 20px;
  display: block;
  color: #230716;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06em; }

.news-detail h3 {
  margin-top: 60px; }
.news-detail h4 {
  margin-top: 30px; }
.news-detail .news-detail-free {
  margin: 0 0 40px; }
  .news-detail .news-detail-free p {
    margin-bottom: 20px; }
.news-detail .news-detail-image {
  text-align: center;
  margin: 10px auto; }
  .news-detail .news-detail-image > img {
    height: auto;
    width: auto;
    max-width: 100%; }
.news-detail .news-detail-pdf a[href$=".pdf"] {
  color: #230716;
  vertical-align: middle; }
  .news-detail .news-detail-pdf a[href$=".pdf"]::before {
    content: '\f1c1';
    margin-right: 15px;
    display: inline-block;
    color: #F73E09;
    font-size: 17px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    line-height: 1;
    vertical-align: middle; }
.news-detail > *:empty {
  display: none;
  font-size: 0;
  line-height: 0;
  border: none;
  background: none;
  padding: 0;
  margin: 0; }
  .news-detail > *:empty:before, .news-detail > *:empty:after {
    display: none; }

.pagination {
  text-align: center;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  display: flex; }
  .pagination .item {
    margin: 0 5px 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    width: 45px;
    color: #230716;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    background: #C9CACA;
    transition: all 0.3s; }
    .pagination .item.icon {
      display: none; }
    .pagination .item[href="#"] {
      cursor: default;
      pointer-events: none; }
  .pagination a:hover,
  .pagination .active {
    color: #fff;
    background: #230716; }

/*---------------------------------------
採用情報
---------------------------------------*/
.recruit-list {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  gap: 20px 40px; }
  .recruit-list > .recruit-card {
    width: calc(100% / 2 - 40px); }
  @media only screen and (max-width: 768px) {
    .recruit-list {
      margin: 0 auto;
      flex-direction: column;
      max-width: 500px; }
      .recruit-list > .recruit-card {
        width: 100%; } }

.recruit-card {
  padding: 30px 60px 30px 25px;
  position: relative;
  border: 1px solid #C9CACA;
  transition: opacity 0.3s; }
  .recruit-card::after {
    content: '\f105';
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 30px;
    height: 30px;
    color: #C9CACA;
    font-size: 14px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    border-radius: 50%;
    border: 1px solid #C9CACA;
    transform: translateY(-50%); }
  .recruit-card > .ttl {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5; }
    .recruit-card > .ttl > .place {
      display: inline-block;
      line-height: 1.5; }
      .recruit-card > .ttl > .place::before {
        margin: 0 13px;
        content: '|';
        display: inline-block;
        color: #C9CACA;
        line-height: 1;
        vertical-align: middle;
        order: 1; }
  .recruit-card > .taglist {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    gap: 10px; }
    .recruit-card > .taglist > .item {
      line-height: 1; }
  .recruit-card:hover {
    opacity: 0.7; }
  @media only screen and (max-width: 768px) {
    .recruit-card {
      padding: 20px 60px 20px 25px; }
      .recruit-card > .ttl {
        font-size: 16px; } }
  @media only screen and (max-width: 480px) {
    .recruit-card > .ttl > .place {
      margin-top: 5px;
      display: block;
      font-size: 14px; }
      .recruit-card > .ttl > .place::before {
        content: none; } }

.loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 1;
  visibility: visible;
  background: url(../img/index/bg_deco_loading.png) 0 100% no-repeat;
  background-size: 100% auto;
  background-color: #fff;
  z-index: 9999;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  display: flex; }
  .loading.is-visited {
    opacity: 0;
    visibility: hidden; }
  .loading > .logo {
    width: 484px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation-name: fadeUpAnime;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0; }
    .loading > .logo > img {
      width: 100%;
      height: auto; }
  .loading > .bg {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    background-color: #1F2967;
    transform: translateX(-50%);
    opacity: 0; }
  @media only screen and (max-width: 768px) {
    .loading {
      height: calc(var(--vh, 1vh) * 100); }
      .loading > .brand {
        white-space: nowrap; }
        .loading > .brand > .txt {
          margin: 0 8px;
          width: 35px;
          height: 35px; }
        .loading > .brand > .txtwrap {
          width: 185px;
          height: 35px; }
      .loading > .logo {
        padding: 0 20px;
        max-width: 474px;
        width: 100%; } }

.top-modal.remodal {
  padding: 60px;
  max-width: 920px;
  border-radius: 40px;
  text-align: left; }
  .top-modal.remodal > .close {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    display: flex;
    left: auto;
    top: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #230716; }
    .top-modal.remodal > .close > .fa-icon {
      color: #fff;
      font-size: 16px;
      line-height: 1; }
    .top-modal.remodal > .close::before {
      content: none; }
  @media only screen and (max-width: 768px) {
    .top-modal.remodal {
      padding: 50px 30px; }
      .top-modal.remodal > .close {
        top: 10px;
        right: 10px;
        width: 40px;
        height: 40px;
        transform: translate(0, 0); } }

.top-movie-sec {
  margin-bottom: 112px;
  padding-top: 120px;
  background: linear-gradient(180deg, #f8f8f8 0%, #f8f8f8 420px, rgba(248, 248, 248, 0) 420px, rgba(248, 248, 248, 0) 100%); }
  @media only screen and (max-width: 768px) {
    .top-movie-sec {
      margin-bottom: 70px;
      padding-top: 60px;
      background: linear-gradient(180deg, #f8f8f8 0%, #f8f8f8 400px, rgba(248, 248, 248, 0) 400px, rgba(248, 248, 248, 0) 100%); } }

.top-movie-content {
  padding: 100px 180px 0;
  position: relative; }
  .top-movie-content .heading-lv2 {
    position: absolute;
    top: 0;
    right: 0; }
  @media only screen and (max-width: 768px) {
    .top-movie-content {
      padding: 0;
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: flex-start;
      align-items: center;
      display: flex; }
      .top-movie-content .heading-lv2 {
        margin-bottom: 45px;
        position: static; } }

.top-movie-main {
  margin: 0 auto;
  max-width: 720px;
  width: 100%; }
  .top-movie-main > .videowrapper {
    margin-bottom: 42px;
    position: relative;
    border-radius: 10px;
    overflow: hidden; }
    .top-movie-main > .videowrapper::before {
      content: '';
      padding-top: 55.5555%;
      display: block;
      width: 100%; }
    .top-movie-main > .videowrapper > iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      font-family: "object-fit: cover; object-position: center;"; }
  .top-movie-main > .txt {
    text-align: center; }
  @media only screen and (max-width: 768px) {
    .top-movie-main {
      margin: 0 auto;
      max-width: 500px; }
      .top-movie-main > .videowrapper {
        margin-bottom: 40px; }
      .top-movie-main > .txt {
        text-align: left; } }

.top-txt-slide .slideitem {
  margin: 0 35px 14px;
  width: 1260px; }
@media only screen and (max-width: 768px) {
  .top-txt-slide .slideitem {
    margin: 0 35px 10px;
    width: 640px; } }

.top-features-sec {
  margin-top: 100px;
  padding-bottom: 150px;
  background: linear-gradient(180deg, rgba(248, 248, 248, 0) 0%, rgba(248, 248, 248, 0) 117px, #f8f8f8 117px, #f8f8f8 100%); }
  @media only screen and (max-width: 768px) {
    .top-features-sec {
      margin-top: 80px;
      padding-bottom: 120px;
      background: linear-gradient(180deg, rgba(248, 248, 248, 0) 0%, rgba(248, 248, 248, 0) 80px, #f8f8f8 80px, #f8f8f8 100%); } }

.top-features-mediaunit > .top-features-media {
  margin-bottom: 100px; }
  .top-features-mediaunit > .top-features-media:last-child {
    margin-bottom: 0; }
@media only screen and (max-width: 768px) {
  .top-features-mediaunit {
    padding-left: 60px; }
    .top-features-mediaunit > .top-features-media {
      margin-bottom: 55px; } }

.top-features-media {
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex; }
  .top-features-media > .imgwrapper {
    margin-right: calc(50% - 50vw);
    width: calc(42.592593% + (50vw - 50%));
    max-height: 500px;
    position: relative;
    border-radius: 40px 0px 0px 40px;
    overflow: hidden; }
    .top-features-media > .imgwrapper::before {
      content: '';
      padding-top: 78.5714%;
      display: block;
      width: 100%; }
    .top-features-media > .imgwrapper > img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
  .top-features-media > .content {
    padding: 35px 7.407407% 0 4%;
    flex: 1; }
    .top-features-media > .content > .cnt {
      margin-bottom: 22px;
      padding-bottom: 21px;
      position: relative;
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      font-size: 30px;
      line-height: 1.3;
      letter-spacing: 0.1em;
      color: #727172; }
      .top-features-media > .content > .cnt::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 20px;
        height: 1px;
        background-color: #230716; }
    .top-features-media > .content > .ttl {
      margin-bottom: 40px;
      font-size: 28px;
      font-weight: 700;
      line-height: 1.7; }
    .top-features-media > .content > .txt {
      font-feature-settings: normal;
      text-align: left; }
  .top-features-media.-rev {
    flex-direction: row-reverse; }
    .top-features-media.-rev > .imgwrapper {
      margin-left: calc(50% - 50vw);
      margin-right: 0;
      border-radius: 0px 40px 40px 0px; }
    .top-features-media.-rev > .content {
      padding: 35px 4% 0 7.407407%; }
  @media only screen and (min-width: 769px) and (max-width: 1100px) {
    .top-features-media > .imgwrapper {
      margin-right: -10px;
      width: calc(51.851852% + 10px); }
    .top-features-media.-rev > .imgwrapper {
      margin-left: -10px; } }
  @media only screen and (max-width: 768px) {
    .top-features-media {
      flex-direction: column-reverse; }
      .top-features-media > .imgwrapper {
        margin: 0 -20px 20px 0;
        width: calc(100% + 20px); }
        .top-features-media > .imgwrapper::before {
          padding-top: 74.5762%; }
      .top-features-media > .content {
        padding: 0; }
        .top-features-media > .content > .cnt {
          margin-bottom: 20px;
          padding-bottom: 0;
          font-size: 20px; }
          .top-features-media > .content > .cnt::after {
            content: none; }
        .top-features-media > .content > .ttl {
          margin-bottom: 25px;
          font-size: 20px; }
      .top-features-media.-rev {
        flex-direction: column-reverse; }
        .top-features-media.-rev > .imgwrapper {
          margin: 0 -20px 20px 0;
          width: calc(100% + 20px);
          border-radius: 40px 0 0 40px; }
        .top-features-media.-rev > .content {
          padding: 0; } }

.top-message-sec {
  margin-bottom: 160px;
  background: linear-gradient(180deg, #f8f8f8 0%, #f8f8f8 320px, rgba(248, 248, 248, 0) 320px, rgba(248, 248, 248, 0) 100%); }
  @media only screen and (max-width: 768px) {
    .top-message-sec {
      margin-bottom: 100px;
      background: linear-gradient(180deg, #f8f8f8 0%, #f8f8f8 350px, rgba(248, 248, 248, 0) 350px, rgba(248, 248, 248, 0) 100%); } }

.top-message-header {
  margin-bottom: 7px;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex; }
  .top-message-header > .imgwrapper {
    margin-left: 40px;
    position: relative;
    width: 62.962963%; }
    .top-message-header > .imgwrapper::before {
      content: '';
      padding-top: 63.9705%;
      display: block;
      width: 100%; }
    .top-message-header > .imgwrapper::after {
      padding-top: 42.941176%;
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 100%;
      height: 0;
      background: url(../img/index/bg_message.jpg) 0 100% no-repeat;
      transform: translateX(-50%);
      border-radius: 40px;
      background-size: contain; }
    .top-message-header > .imgwrapper > .photo {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 77.5%;
      z-index: 10; }
      .top-message-header > .imgwrapper > .photo > img {
        width: 100%;
        height: auto; }
    .top-message-header > .imgwrapper > .info {
      position: absolute;
      bottom: 33.333%;
      left: 50px;
      z-index: 11; }
      .top-message-header > .imgwrapper > .info > .position {
        margin-bottom: 7px;
        padding: 7px 10px;
        width: max-content;
        font-weight: bold;
        font-size: 15px;
        line-height: 1;
        text-align: center;
        background-color: #fff; }
      .top-message-header > .imgwrapper > .info > .name {
        margin-left: 20px;
        padding: 7px 20px;
        width: max-content;
        font-weight: bold;
        font-size: 25px;
        line-height: 1;
        text-align: center;
        background-color: #fff; }
  .top-message-header > .content {
    padding-top: 47px;
    flex: 1;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    display: flex; }
  @media only screen and (max-width: 768px) {
    .top-message-header {
      margin-bottom: 50px;
      flex-direction: column;
      align-items: stretch; }
      .top-message-header > .imgwrapper {
        margin: 0;
        width: 100%; }
        .top-message-header > .imgwrapper::before {
          padding-top: 76.119403%; }
        .top-message-header > .imgwrapper::after {
          padding-top: 65.671642%;
          background-image: url(../img/index/bg_message_sp.jpg);
          background-size: cover; }
        .top-message-header > .imgwrapper > .photo {
          width: 100%; }
        .top-message-header > .imgwrapper > .info {
          bottom: 30px;
          left: 20px; }
      .top-message-header > .content {
        padding: 0 0 0 60px;
        display: block; } }

.top-message-media {
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex; }
  .top-message-media > .imgwrapper {
    margin-left: 98px;
    margin-right: 50px;
    margin-top: 70px;
    position: relative;
    width: 300px;
    border-radius: 40px;
    overflow: hidden; }
    .top-message-media > .imgwrapper::before {
      content: '';
      padding-top: 128.3333%;
      display: block;
      width: 100%; }
    .top-message-media > .imgwrapper > img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
  .top-message-media > .content {
    flex: 1; }
    .top-message-media > .content > .ttl {
      margin-bottom: 35px;
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: flex-start;
      align-items: flex-start;
      display: flex; }
      .top-message-media > .content > .ttl > .line {
        margin-bottom: 7.4px;
        padding-left: 0.21428572em;
        padding-top: 4px;
        padding-bottom: 4px;
        position: relative;
        display: block;
        font-size: 28px;
        font-weight: 700;
        font-feature-settings: normal;
        text-align: justify;
        line-height: 1;
        letter-spacing: 0.42857143em;
        border-bottom: 1px solid #C9CACA;
        border-top: 1px solid #C9CACA;
        background: linear-gradient(90deg, rgba(201, 202, 202, 0) 0%, rgba(201, 202, 202, 0) calc(100% - 1px), #c9caca calc(100% - 1px), #c9caca 100%);
        background-size: 1.42857143em 100%; }
        .top-message-media > .content > .ttl > .line:last-child {
          margin-bottom: 0; }
        .top-message-media > .content > .ttl > .line::before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 1px;
          height: 100%;
          background-color: #C9CACA; }
    .top-message-media > .content > .txt > p {
      font-feature-settings: normal;
      text-align: left; }
      .top-message-media > .content > .txt > p:not(:last-child) {
        margin-bottom: 25px; }
    .top-message-media > .content > .sign {
      margin-top: 30px;
      line-height: 1;
      text-align: right; }
      .top-message-media > .content > .sign > .inner {
        display: inline-block;
        width: 142px; }
        .top-message-media > .content > .sign > .inner > img {
          width: 100%;
          height: auto; }
  @media only screen and (max-width: 768px) {
    .top-message-media {
      display: block; }
      .top-message-media > .imgwrapper {
        margin-left: 30px;
        margin-top: 30px;
        width: 156px; }
      .top-message-media > .content {
        flex: 1; }
        .top-message-media > .content > .ttl {
          margin-bottom: 30px; }
          .top-message-media > .content > .ttl > .line {
            margin-bottom: 5px;
            font-size: 19px; }
        .top-message-media > .content > .sign {
          margin-top: 20px; }
          .top-message-media > .content > .sign > .inner {
            width: 114px; } }

.top-senior-sec {
  margin-bottom: 140px; }
  @media only screen and (max-width: 768px) {
    .top-senior-sec {
      margin-bottom: 120px; } }

.top-senior-content {
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex; }
  .top-senior-content > .heading-lv2 {
    width: 194px; }
  .top-senior-content > .top-senior-cardunit {
    flex: 1; }
  @media only screen and (max-width: 768px) {
    .top-senior-content > .heading-lv2 {
      width: 100px; } }

.top-senior-cardunit {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 80px; }
  .top-senior-cardunit > .item:first-child {
    grid-column: 1;
    grid-row: 1; }
  .top-senior-cardunit > .item:nth-child(2) {
    padding-top: 150px;
    grid-column: 2;
    grid-row: 1/2; }
  .top-senior-cardunit > .item:nth-child(3) {
    margin-top: -150px;
    grid-column: 1;
    grid-row: 2; }
  .top-senior-cardunit > .item:nth-child(4) {
    grid-column: 2;
    grid-row: 2; }
  .top-senior-cardunit > .line {
    flex: 1; }
  @media only screen and (max-width: 768px) {
    .top-senior-cardunit {
      padding-top: 30px;
      grid-template-columns: minmax(0, 1fr);
      grid-template-rows: repeat(4, auto);
      gap: 40px; }
      .top-senior-cardunit > .item:first-child {
        grid-column: 1;
        grid-row: 1; }
      .top-senior-cardunit > .item:nth-child(2) {
        padding-top: 0;
        grid-column: 1;
        grid-row: 2; }
      .top-senior-cardunit > .item:nth-child(3) {
        margin-top: 0;
        grid-column: 1;
        grid-row: 3; }
      .top-senior-cardunit > .item:nth-child(4) {
        grid-column: 1;
        grid-row: 4; } }

.top-senior-card {
  position: relative;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex; }
  .top-senior-card > a {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    font-size: 0;
    cursor: pointer; }
  .top-senior-card > .header {
    margin-left: 30px;
    position: relative;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    writing-mode: vertical-rl;
    white-space: nowrap; }
    .top-senior-card > .header > .top {
      margin-bottom: 30px;
      padding-bottom: 30px;
      border-bottom: 1px solid #230716; }
      .top-senior-card > .header > .top > .ttl {
        margin-left: 15px;
        font-weight: bold;
        font-size: 38px;
        line-height: 1;
        letter-spacing: 0.2em; }
      .top-senior-card > .header > .top > .en {
        font-family: "Roboto", sans-serif;
        font-size: 14px;
        letter-spacing: 0.1em;
        line-height: 1.35714286;
        color: #727172;
        text-align: right; }
    .top-senior-card > .header > .position {
      font-weight: bold;
      font-size: 18px;
      line-height: 1.5;
      letter-spacing: 0.2em; }
    .top-senior-card > .header::after {
      content: '\f08e';
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center;
      display: flex;
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 50px;
      height: 50px;
      color: #fff;
      font-size: 16px;
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      border-radius: 50%;
      background: #230716;
      transform: translateX(-50%);
      transition: all 0.3s; }
  .top-senior-card > .imgwrapper {
    flex: 1;
    position: relative;
    align-self: flex-start; }
    .top-senior-card > .imgwrapper::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 40px;
      background-color: rgba(166, 237, 199, 0.6);
      opacity: 0;
      transition: opacity 0.3s;
      z-index: 8; }
    .top-senior-card > .imgwrapper > .photo {
      position: relative;
      width: 100%;
      border-radius: 40px;
      overflow: hidden;
      border: 1px solid #C9CACA; }
      .top-senior-card > .imgwrapper > .photo::before {
        content: '';
        padding-top: 166.6667%;
        display: block;
        width: 100%; }
      .top-senior-card > .imgwrapper > .photo > img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center; }
    .top-senior-card > .imgwrapper > .catch {
      padding: 20px 15px;
      position: absolute;
      top: 30px;
      left: 20px;
      font-weight: bold;
      font-size: 15px;
      font-feature-settings: normal;
      line-height: 1;
      letter-spacing: 0.2em;
      writing-mode: vertical-lr;
      border-radius: 16px;
      background-color: #fff; }
  .top-senior-card:hover > .header::after {
    background-color: #A6EDC7; }
  .top-senior-card:hover > .imgwrapper::after {
    opacity: 1; }
  @media only screen and (max-width: 768px) {
    .top-senior-card > .header {
      margin-left: 15px; }
      .top-senior-card > .header > .top {
        margin-bottom: 10px;
        padding-bottom: 15px; }
        .top-senior-card > .header > .top > .ttl {
          margin-left: 8px;
          font-size: 19px; }
        .top-senior-card > .header > .top > .en {
          font-size: 7px; }
      .top-senior-card > .header > .position {
        font-size: 12px; }
      .top-senior-card > .header::after {
        width: 28px;
        height: 28px;
        font-size: 9px; }
    .top-senior-card > .imgwrapper::after {
      border-radius: 30px; }
    .top-senior-card > .imgwrapper > .photo {
      border-radius: 30px; }
      .top-senior-card > .imgwrapper > .photo::before {
        padding-top: 155.5556%; }
    .top-senior-card > .imgwrapper > .catch {
      padding: 10px 7px;
      top: 10px;
      left: 15px;
      font-size: 11px;
      border-radius: 16px; } }

.top-topics-sec {
  margin-bottom: 160px; }
  @media only screen and (max-width: 768px) {
    .top-topics-sec {
      margin-bottom: 100px; } }

.top-topics-content {
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex; }
  .top-topics-content > .side {
    width: 120px; }
  .top-topics-content > .main {
    padding-top: 70px;
    width: calc(100% - 120px); }
  @media only screen and (max-width: 768px) {
    .top-topics-content {
      display: block; }
      .top-topics-content > .side {
        margin-bottom: 50px; }
      .top-topics-content > .main {
        padding-top: 0;
        width: 100%;
        position: relative; } }

.top-topics-nav {
  margin-bottom: 40px;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  display: flex; }
  .top-topics-nav > .link {
    margin-left: auto;
    width: 217px; }
  @media only screen and (max-width: 768px) {
    .top-topics-nav {
      margin-bottom: 0;
      position: absolute;
      bottom: calc(100% + 50px);
      right: 0;
      width: calc(100% - 90px); }
      .top-topics-nav > .tab-nav {
        margin-left: auto; }
      .top-topics-nav > .link {
        display: none; } }

.top-topics-list {
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  gap: 30px; }
  .top-topics-list > .top-topics-card {
    width: calc((100% - 60px) / 3); }
  @media only screen and (max-width: 768px) {
    .top-topics-list {
      display: block; }
      .top-topics-list > .top-topics-card {
        margin-bottom: 30px;
        width: 100%; }
        .top-topics-list > .top-topics-card:last-child {
          margin-bottom: 0; } }

.top-topics-card {
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex; }
  .top-topics-card > a {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    font-size: 0; }
  .top-topics-card > .imgwrapper {
    margin-bottom: 32px;
    position: relative; }
    .top-topics-card > .imgwrapper::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 20px;
      background-color: rgba(166, 237, 199, 0.6);
      opacity: 0;
      transition: opacity 0.3s;
      z-index: 7; }
    .top-topics-card > .imgwrapper::before {
      content: '\f105';
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center;
      display: flex;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 50px;
      height: 50px;
      color: #fff;
      font-size: 16px;
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      border-radius: 50%;
      border: 1px solid #fff;
      transform: translate(-50%, -50%);
      opacity: 0;
      transition: opacity 0.3s;
      z-index: 8; }
    .top-topics-card > .imgwrapper > .photo {
      position: relative;
      border-radius: 20px;
      overflow: hidden;
      border: 1px solid #C9CACA; }
      .top-topics-card > .imgwrapper > .photo::before {
        content: '';
        padding-top: 73.3333%;
        display: block;
        width: 100%; }
      .top-topics-card > .imgwrapper > .photo > img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center; }
    .top-topics-card > .imgwrapper > .label {
      position: absolute;
      left: 0;
      bottom: 20px;
      line-height: 1; }
  .top-topics-card > .content {
    margin-bottom: 17px;
    padding-left: 13px;
    border-left: 2px solid #230716; }
    .top-topics-card > .content > p {
      font-weight: 700;
      line-height: 1.7;
      text-align: left; }
  .top-topics-card > .meta {
    margin-top: auto;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    font-weight: 700;
    font-size: 13px;
    line-height: 1;
    color: #727172; }
    .top-topics-card > .meta > .cap {
      margin-right: 20px;
      min-width: 37px;
      line-height: 1; }
    .top-topics-card > .meta > .detail {
      flex: 1;
      line-height: 1; }
  .top-topics-card:hover > .imgwrapper::after, .top-topics-card:hover > .imgwrapper::before {
    opacity: 1; }
  .top-topics-card:hover > .content {
    border-color: #A6EDC7; }
  @media only screen and (max-width: 768px) {
    .top-topics-card {
      display: grid;
      grid-template-columns: 150px minmax(0, 1fr);
      grid-template-rows: 1fr auto;
      column-gap: 20px; }
      .top-topics-card > .imgwrapper {
        margin-bottom: 0;
        grid-column: 1;
        grid-row: 1/3; }
        .top-topics-card > .imgwrapper > .photo:before {
          padding-top: 86.6667%; }
        .top-topics-card > .imgwrapper > .label {
          bottom: auto;
          top: 90px; }
      .top-topics-card > .content {
        grid-column: 2;
        grid-row: 1;
        padding-left: 0;
        border: none; }
        .top-topics-card > .content > p {
          padding-left: 13px;
          border-left: 2px solid #230716; }
      .top-topics-card > .meta {
        margin: 0;
        grid-column: 2;
        grid-row: 2;
        font-size: 12px; }
        .top-topics-card > .meta > .cap {
          margin-right: 15px; } }

.top-recruit-header {
  margin-left: calc(50% - 50vw);
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  display: flex; }
  .top-recruit-header > .heading-lv2 {
    padding-right: 60px;
    width: 280px; }
  .top-recruit-header > .imgwrapper {
    flex: 1;
    height: 380px;
    border-radius: 0 40px 40px 0;
    overflow: hidden; }
    .top-recruit-header > .imgwrapper > img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  @media only screen and (min-width: 769px) and (max-width: 1100px) {
    .top-recruit-header {
      margin-left: -10px; } }
  @media only screen and (max-width: 768px) {
    .top-recruit-header {
      align-items: flex-start; }
      .top-recruit-header > .heading-lv2 {
        padding-right: 0;
        width: 115px; }
      .top-recruit-header > .imgwrapper {
        flex: 1;
        height: 200px; } }

.top-recruit-content {
  margin: -40px calc(50% - 50vw) 0 0;
  padding: 90px calc(80px + (50vw - 50%)) 90px 80px;
  position: relative;
  border-top-left-radius: 40px;
  background: #F8F8F8;
  z-index: 10; }
  @media only screen and (min-width: 769px) and (max-width: 1100px) {
    .top-recruit-content {
      margin-right: -10px;
      padding: 90px 90px 90px 80px; } }
  @media only screen and (max-width: 768px) {
    .top-recruit-content {
      margin-top: -45px;
      padding: 60px 30px 90px 30px; } }

.top-recruit-cardunit {
  margin-bottom: 80px;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  border-radius: 20px;
  overflow: hidden; }
  .top-recruit-cardunit > .top-recruit-card {
    flex: 1; }
  @media only screen and (max-width: 768px) {
    .top-recruit-cardunit {
      margin-bottom: 40px;
      display: block;
      border-radius: 0; }
      .top-recruit-cardunit > .top-recruit-card {
        margin-bottom: 20px; }
        .top-recruit-cardunit > .top-recruit-card:last-child {
          margin-bottom: 0; } }

.top-recruit-card {
  position: relative;
  width: 100%;
  height: 340px;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 0; }
  .top-recruit-card > a {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    font-size: 0; }
  .top-recruit-card > .imgwrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    z-index: -1; }
    .top-recruit-card > .imgwrapper::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(35, 7, 22, 0.4);
      transition: all 0.3s; }
    .top-recruit-card > .imgwrapper > img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .top-recruit-card > .content {
    text-align: center;
    color: #fff; }
    .top-recruit-card > .content::after {
      margin: 20px auto 0;
      content: '\f105';
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center;
      display: flex;
      width: 50px;
      height: 50px;
      color: #fff;
      font-size: 16px;
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      border-radius: 50%;
      border: 1px solid #fff; }
    .top-recruit-card > .content > .ttl {
      font-weight: 700;
      font-size: 28px;
      line-height: 1.5; }
    .top-recruit-card > .content > .en {
      margin-bottom: 12px;
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      font-size: 20px;
      line-height: 1.3;
      letter-spacing: 0.1em; }
  .top-recruit-card:hover > .imgwrapper::after {
    background: rgba(35, 7, 22, 0.6); }
  @media only screen and (max-width: 768px) {
    .top-recruit-card {
      height: 220px;
      border-radius: 20px;
      overflow: hidden; }
      .top-recruit-card > .content {
        text-align: center;
        color: #fff; }
        .top-recruit-card > .content::after {
          margin: 20px auto 0;
          width: 28px;
          height: 28px; }
        .top-recruit-card > .content > .ttl {
          font-size: 21px; }
        .top-recruit-card > .content > .en {
          margin-bottom: 12px;
          font-size: 14px; } }

.top-recruit-bnr {
  margin: 0 auto 40px;
  max-width: 440px;
  width: 100%; }
  .top-recruit-bnr > a {
    display: block;
    transition: opacity 0.3s; }
    .top-recruit-bnr > a > img {
      width: 100%;
      height: auto; }
    .top-recruit-bnr > a:hover {
      opacity: 0.7; }
  @media only screen and (max-width: 768px) {
    .top-recruit-bnr {
      margin-bottom: 25px; } }

.top-recruit-entry {
  padding: 43px 100px;
  position: relative;
  border-radius: 20px;
  background-color: #230716;
  overflow: hidden;
  transition: background-color 0.3s; }
  .top-recruit-entry::before {
    content: '\f105';
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: 50%;
    right: 45px;
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 16px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    border-radius: 50%;
    border: 1px solid #fff;
    transform: translateY(-50%); }
  .top-recruit-entry > a {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    font-size: 0; }
  .top-recruit-entry > .imgwrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%); }
    .top-recruit-entry > .imgwrapper > img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
  .top-recruit-entry > .content {
    text-align: center;
    color: #fff; }
    .top-recruit-entry > .content > .en {
      margin-bottom: 12px;
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      font-size: 42px;
      letter-spacing: 0.1em;
      line-height: 1.3; }
    .top-recruit-entry > .content > .ttl {
      font-weight: 700;
      font-size: 24px;
      line-height: 1; }
  .top-recruit-entry:hover {
    background-color: #A6EDC7; }
  @media only screen and (max-width: 768px) {
    .top-recruit-entry {
      padding: 35px 45px; }
      .top-recruit-entry::before {
        width: 28px;
        height: 28px;
        right: 15px;
        font-size: 16px; }
      .top-recruit-entry > .content > .en {
        margin-bottom: 12px;
        font-size: 34px; }
      .top-recruit-entry > .content > .ttl {
        font-size: 19px; } }

.top-senior-subheader {
  margin-bottom: 60px;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  display: flex; }
  .top-senior-subheader > .videowrapper {
    margin-right: 45px;
    position: relative;
    width: 63.291139%;
    border-radius: 10px;
    overflow: hidden; }
    .top-senior-subheader > .videowrapper::before {
      content: '';
      padding-top: 55.5556%;
      display: block;
      width: 100%; }
    .top-senior-subheader > .videowrapper > iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
  .top-senior-subheader > .info {
    flex: 1; }
    .top-senior-subheader > .info > .top {
      margin-bottom: 30px;
      padding-bottom: 20px;
      border-bottom: 1px solid #230716; }
      .top-senior-subheader > .info > .top > .ttl {
        margin-bottom: 15px;
        font-weight: 700;
        font-size: 38px;
        line-height: 1; }
      .top-senior-subheader > .info > .top > .en {
        font-family: "Roboto", sans-serif;
        font-size: 14px;
        letter-spacing: 0.1em;
        line-height: 1.35714286;
        color: #727172; }
  @media only screen and (max-width: 768px) {
    .top-senior-subheader {
      margin-bottom: 30px;
      display: block; }
      .top-senior-subheader > .videowrapper {
        margin: 0 auto 40px;
        width: 100%;
        max-width: 500px; } }

.top-senior-subsec {
  padding: 60px 0; }
  .top-senior-subsec.-bg {
    margin: 0 -60px;
    padding: 60px;
    background: #F8F8F8; }
  .top-senior-subsec > .txt:not(:last-child) {
    margin-bottom: 30px; }
  @media only screen and (max-width: 768px) {
    .top-senior-subsec {
      padding: 30px 0; }
      .top-senior-subsec.-bg {
        margin: 0 -30px;
        padding: 30px; } }

.top-senior-submedia {
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex; }
  .top-senior-submedia:not(:last-child) {
    margin-bottom: 35px; }
  .top-senior-submedia > .imgwrapper {
    margin-left: 6.25%;
    position: relative;
    width: 42.5%;
    border-radius: 10px;
    overflow: hidden; }
    .top-senior-submedia > .imgwrapper::before {
      content: '';
      padding-top: 74.7058%;
      display: block;
      width: 100%; }
    .top-senior-submedia > .imgwrapper > img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
    .top-senior-submedia > .imgwrapper.-free::before {
      content: none; }
    .top-senior-submedia > .imgwrapper.-free > img {
      position: static;
      width: 100%;
      height: auto;
      object-fit: initial; }
  .top-senior-submedia > .content {
    flex: 1; }
    .top-senior-submedia > .content > h4.ttl {
      margin-bottom: 35px;
      padding-left: 44px;
      position: relative;
      font-weight: 700;
      font-size: 28px;
      line-height: 1.7; }
      .top-senior-submedia > .content > h4.ttl > .cnt {
        margin-right: 20px;
        display: inline-block;
        position: absolute;
        top: 11px;
        left: 0;
        font-family: "Roboto", sans-serif;
        font-weight: 400;
        font-size: 20px;
        line-height: 1.3;
        letter-spacing: 0.1em;
        color: #727172; }
    .top-senior-submedia > .content > .txt:not(:last-child) {
      margin-bottom: 30px; }
  .top-senior-submedia.-rev {
    flex-direction: row-reverse; }
    .top-senior-submedia.-rev > .imgwrapper {
      margin-left: 0;
      margin-right: 6.25%; }
  @media only screen and (max-width: 768px) {
    .top-senior-submedia {
      display: block; }
      .top-senior-submedia > .imgwrapper {
        margin: 0 auto;
        width: 100%;
        max-width: 500px; }
      .top-senior-submedia > .content {
        margin-bottom: 20px; }
        .top-senior-submedia > .content > h4.ttl {
          margin-bottom: 20px;
          font-size: 24px; }
          .top-senior-submedia > .content > h4.ttl > .cnt {
            top: 7px; } }

.top-sec-heading {
  margin: 0 auto 25px;
  position: relative;
  max-width: 1200px; }
  .top-sec-heading > span {
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 140px;
    font-weight: 700;
    line-height: 1;
    visibility: hidden;
    opacity: 0;
    text-transform: uppercase; }
  .top-sec-heading > video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .top-sec-heading > svg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%; }
    .top-sec-heading > svg text {
      font-family: "Roboto", sans-serif;
      font-size: 140px;
      font-weight: 700;
      line-height: 1;
      letter-spacing: 0.05em;
      height: 140px;
      text-transform: uppercase; }
    .top-sec-heading > svg > rect {
      -webkit-mask: url(#mask);
      mask: url(#mask); }

.top-sec-heading02 {
  margin: 0 auto 25px;
  position: relative;
  max-width: 1200px;
  /*
  .mask{
    width: 100%;
    position:absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #fff;
    -webkit-mask: url(../img/txt01.png);
      mask: url(../img/txt01.png);
  }
  */ }
  .top-sec-heading02 > span {
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 140px;
    font-weight: 700;
    line-height: 1;
    visibility: hidden;
    opacity: 0;
    text-transform: uppercase; }
  .top-sec-heading02 > video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-mask: url(../img/txt01.png);
    mask-image: url(../img/txt01.png);
    mask-repeat: no-repeat;
    mask-position: left center; }

.top-sec-heading03 {
  margin-bottom: 40px;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex; }
  .top-sec-heading03 > .main {
    margin-right: 25px;
    position: relative;
    display: block; }
    .top-sec-heading03 > .main > .en {
      display: block;
      font-family: "Roboto", sans-serif;
      font-size: 140px;
      font-weight: 700;
      line-height: 0.75;
      letter-spacing: 0.05em;
      visibility: hidden;
      opacity: 0;
      text-transform: uppercase; }
    .top-sec-heading03 > .main > video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      -webkit-mask-image: url(../img/txt01.png);
      mask-image: url(../img/txt01.png);
      mask-repeat: no-repeat;
      mask-position: left center;
      mask-size: contain; }
  .top-sec-heading03 > .ja {
    color: #230716;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.12em; }
  .top-sec-heading03.-center {
    flex-direction: column;
    align-items: center; }
    .top-sec-heading03.-center > .main {
      margin-right: 0;
      margin-bottom: 25px; }
  .top-sec-heading03.-features > .main > video {
    -webkit-mask-image: url(../img/txt05.png);
    mask-image: url(../img/txt05.png); }
  .top-sec-heading03.-topic > .main > video {
    -webkit-mask-image: url(../img/txt02.png);
    mask-image: url(../img/txt02.png); }
  .top-sec-heading03.-work > .main > video {
    -webkit-mask-image: url(../img/txt01.png);
    mask-image: url(../img/txt01.png); }
  .top-sec-heading03.-philosophy > .main > video {
    -webkit-mask-image: url(../img/txt03.png);
    mask-image: url(../img/txt03.png); }
  .top-sec-heading03.-recruit > .main > video {
    -webkit-mask-image: url(../img/txt04.png);
    mask-image: url(../img/txt04.png); }
  @media only screen and (max-width: 768px) {
    .top-sec-heading03 {
      margin-bottom: 25px;
      display: block; }
      .top-sec-heading03 > .main {
        margin-right: 0;
        margin-bottom: 17px; }
        .top-sec-heading03 > .main > .en {
          font-size: 52px; }
      .top-sec-heading03 > .ja {
        font-size: 16px;
        font-weight: 700;
        line-height: 1.5; } }

.top-pickup-sec {
  padding-bottom: 94px;
  position: relative; }
  .top-pickup-sec::before {
    content: '';
    position: absolute;
    bottom: -90px;
    left: -100px;
    width: 765px;
    height: 205px;
    background: url(../img/index/bg_deco01.png) 0 100% no-repeat;
    background-size: contain;
    z-index: -1; }
  @media only screen and (max-width: 768px) {
    .top-pickup-sec {
      padding: 0 5px 60px; }
      .top-pickup-sec::before {
        width: 100%;
        height: 175px;
        bottom: -40px;
        left: 0;
        background-image: url(../img/index/bg_deco01_sp.png); } }

.top-topics-box {
  margin: 0 auto;
  padding: 30px 35px 30px 43px;
  max-width: 950px;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
  .top-topics-box > .header {
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    display: flex;
    width: 160px; }
    .top-topics-box > .header > h2 {
      font-family: "Roboto Condensed", sans-serif;
      font-size: 30px;
      font-weight: 700;
      line-height: 1; }
  .top-topics-box > .content {
    flex: 1; }
  @media only screen and (max-width: 768px) {
    .top-topics-box {
      padding: 15px 25px 25px 20px;
      display: block; }
      .top-topics-box > .header {
        margin-bottom: 15px;
        display: block;
        width: auto; }
        .top-topics-box > .header > h2.ttl {
          margin-bottom: 0;
          padding-bottom: 0;
          font-size: 17px;
          font-weight: 700;
          line-height: 1.3529; }
        .top-topics-box > .header > .link {
          font-size: 15px; }
          .top-topics-box > .header > .link::before {
            width: 24px;
            height: 24px;
            line-height: 24px; } }

.top-topics-list > .item {
  margin-bottom: 20px;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  line-height: 1; }
  .top-topics-list > .item:last-child {
    margin-bottom: 0; }
  .top-topics-list > .item > .time {
    margin-right: 30px;
    display: inline-block;
    width: 87px;
    color: #2D39B4;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35; }
  .top-topics-list > .item > .content {
    flex: 1; }
    .top-topics-list > .item > .content > a {
      display: inline-block;
      color: #230716;
      font-size: 14px;
      font-feature-settings: normal;
      line-height: 1.45;
      text-align: left;
      text-decoration: none; }
      .top-topics-list > .item > .content > a:hover {
        text-decoration: underline; }
      .top-topics-list > .item > .content > a[href="#"] {
        color: #230716;
        cursor: default;
        text-decoration: none;
        pointer-events: none; }
@media only screen and (max-width: 768px) {
  .top-topics-list > .item {
    margin-bottom: 15px;
    display: block; }
    .top-topics-list > .item > .time {
      margin-bottom: 9px;
      margin-right: 0;
      display: block;
      font-size: 14px; } }

.top-about-sec {
  padding-bottom: 210px;
  background: url(../img/index/bg_deco02.png) calc(100% - 40px) 105px no-repeat;
  background-size: 322px auto; }
  @media only screen and (max-width: 768px) {
    .top-about-sec {
      padding-bottom: 160px;
      background-position: 90% 90%;
      background-size: 203px auto; } }

.top-about-media {
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex; }
  .top-about-media > .imgwrapper {
    margin-right: 50px;
    width: 44.44%;
    position: relative; }
    .top-about-media > .imgwrapper::before {
      content: '';
      padding-top: 68.75%;
      display: block;
      width: 100%; }
    .top-about-media > .imgwrapper > .youtube-wrap {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      font-family: "object-fit: cover; object-position: center;"; }
  .top-about-media > .content {
    padding-top: 20px;
    flex: 1; }
    .top-about-media > .content > .ttl {
      margin-bottom: 27px;
      color: #230716;
      font-size: 29px;
      font-weight: 700;
      line-height: 1.5;
      letter-spacing: 0.2em; }
    .top-about-media > .content > .txt {
      line-height: 2.2; }
  @media only screen and (max-width: 768px) {
    .top-about-media {
      display: block; }
      .top-about-media > .imgwrapper {
        margin-right: 0;
        margin-bottom: 25px;
        width: 100%; }
        .top-about-media > .imgwrapper::before {
          top: 10px;
          left: 10px;
          width: 100%;
          height: 100%; }
      .top-about-media > .content {
        padding-top: 0;
        flex: 1; }
        .top-about-media > .content > .ttl {
          margin-bottom: 8px;
          font-size: 20px;
          line-height: 1.8; }
        .top-about-media > .content > .txt {
          line-height: 2.14; } }

.over-container {
  margin-right: calc(50% - 50vw); }
  .over-container.-left {
    margin-right: auto;
    margin-left: calc(50% - 50vw); }
  @media only screen and (min-width: 769px) and (max-width: 1100px) {
    .over-container {
      margin-right: -20px; }
      .over-container.-left {
        margin-right: 0;
        margin-left: -20px; } }

.top-philosophy-sec {
  margin-bottom: 100px; }
  @media only screen and (max-width: 768px) {
    .top-philosophy-sec {
      margin-bottom: 20px; } }

.top-philosophy-content {
  color: #fff;
  position: relative; }
  .top-philosophy-content::before {
    content: '';
    width: 100%;
    height: calc(100% - 196px);
    position: absolute;
    top: 100px;
    left: 0;
    background: url(../img/index/bg01.png) 0 0 no-repeat;
    background-size: cover;
    z-index: -1; }
  @media only screen and (max-width: 768px) {
    .top-philosophy-content::before {
      height: calc(100% - 100px);
      background-image: url(../img/index/bg01_sp.png); } }

.top-philosophy-img {
  width: 81.25%; }
  .top-philosophy-img.-w100 {
    width: 100%; }
  .top-philosophy-img > img {
    width: 100%;
    height: auto; }
  @media only screen and (max-width: 768px) {
    .top-philosophy-img {
      padding-right: 20px;
      width: 100%; } }

.top-philosophy-subsec {
  margin: 0 auto;
  padding: 70px 10px 55px;
  max-width: 970px;
  width: 100%; }
  .top-philosophy-subsec > .ttl {
    margin-bottom: 37px;
    color: #fff;
    font-size: 26px;
    font-weight: 900;
    line-height: 2;
    letter-spacing: 0.06em;
    text-align: center; }
  .top-philosophy-subsec > .txt > p {
    font-feature-settings: normal;
    text-align: left;
    font-weight: 500; }
    .top-philosophy-subsec > .txt > p:not(:last-child) {
      margin-bottom: 10px; }
  @media only screen and (max-width: 768px) {
    .top-philosophy-subsec {
      padding: 45px 20px 75px;
      max-width: none;
      width: auto; }
      .top-philosophy-subsec > .ttl {
        margin-bottom: 17px;
        font-size: 21px;
        line-height: 1.5;
        font-feature-settings: normal;
        text-align: center; }
      .top-philosophy-subsec > .txt > p:not(:last-child) {
        margin-bottom: 20px; } }

.top-works-sec {
  margin-bottom: 135px; }
  @media only screen and (max-width: 768px) {
    .top-works-sec {
      margin-bottom: 35px; } }

@media only screen and (max-width: 768px) {
  .top-works-slide {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 45px; }
    .top-works-slide .slick-slide {
      margin: 0 10px; }
    .top-works-slide .slick-dotted.slick-slider {
      margin-bottom: 50px; }
    .top-works-slide .btn-prev,
    .top-works-slide .btn-next {
      padding: 0;
      position: absolute;
      top: 14.492754vw;
      color: #230716;
      font-size: 27px;
      line-height: 1;
      background: #fff;
      border-radius: 50%;
      z-index: 10; }
    .top-works-slide .btn-prev {
      left: 0; }
    .top-works-slide .btn-next {
      right: 0; } }
@media only screen and (max-width: 640px) {
  .top-works-slide .btn-prev,
  .top-works-slide .btn-next {
    top: 28.205128vw; } }

@media only screen and (min-width: 769px) {
  .top-works-unit {
    margin-left: -40px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    display: flex; }
    .top-works-unit > .top-works-card {
      margin-left: 40px;
      margin-bottom: 30px;
      width: calc(100% / 2 - 40px); } }

.top-works-card {
  padding-bottom: 15px;
  border-bottom: 1px solid #DDDDDD; }
  .top-works-card > .imgwrapper {
    margin-bottom: 10px;
    width: 100%;
    position: relative; }
    .top-works-card > .imgwrapper::before {
      content: '';
      padding-top: 48.076923%;
      display: block;
      width: 100%; }
    .top-works-card > .imgwrapper > img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      font-family: "object-fit: cover; object-position: center;"; }
    .top-works-card > .imgwrapper > .info {
      position: absolute;
      bottom: 15px;
      left: 15px; }
      .top-works-card > .imgwrapper > .info > .name {
        margin-bottom: 10px;
        padding: 0.5px 20px;
        display: inline-block;
        font-size: 17px;
        font-weight: 700;
        text-align: center;
        background: #fff;
        border-radius: 100px; }
      .top-works-card > .imgwrapper > .info > .meta {
        padding: 5px 20px;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        display: flex;
        line-height: 1;
        background: #fff;
        border-radius: 100px; }
        .top-works-card > .imgwrapper > .info > .meta > li {
          font-size: 13px;
          line-height: 1;
          letter-spacing: 0.06em; }
          .top-works-card > .imgwrapper > .info > .meta > li:not(:last-child) {
            margin-right: 1em; }
  .top-works-card > .content {
    padding-right: 20px;
    position: relative;
    font-size: 15px; }
    .top-works-card > .content::after {
      content: '\f0a9';
      position: absolute;
      top: 50%;
      right: 0;
      color: #230716;
      font-size: 14px;
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      transform: translateY(-50%); }
  @media only screen and (max-width: 768px) {
    .top-works-card {
      padding-bottom: 20px; }
      .top-works-card > .imgwrapper::before {
        padding-top: 71.428571%; } }

.remodal-wrapper {
  padding: 50px 50px 0; }
  @media only screen and (max-width: 768px) {
    .remodal-wrapper {
      padding: 10px; } }

.top-works-modal {
  padding: 0;
  max-width: 1080px; }
  .top-works-modal > .close {
    left: auto;
    right: 0;
    width: 50px;
    height: 50px;
    transform: translate(50%, -50%); }
    .top-works-modal > .close::before {
      content: none; }
  @media only screen and (max-width: 768px) {
    .top-works-modal > .close {
      width: 40px;
      height: 40px;
      transform: translate(0, 0); } }

.top-works-content {
  padding: 50px;
  text-align: left; }
  .top-works-content > .header-wrap {
    margin-bottom: 60px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    display: flex; }
    @media only screen and (max-width: 768px) {
      .top-works-content > .header-wrap {
        display: block;
        margin-bottom: 50px; } }
    .top-works-content > .header-wrap .head-box {
      width: 390px; }
      @media only screen and (max-width: 768px) {
        .top-works-content > .header-wrap .head-box {
          width: 100%; } }
      .top-works-content > .header-wrap .head-box .header {
        margin-bottom: 30px; }
        @media only screen and (max-width: 768px) {
          .top-works-content > .header-wrap .head-box .header {
            margin-bottom: 20px;
            display: block; } }
        .top-works-content > .header-wrap .head-box .header > .name {
          margin-right: 0.5em;
          font-size: 28px;
          font-weight: 700;
          line-height: 1.43;
          letter-spacing: normal; }
        .top-works-content > .header-wrap .head-box .header > .info > span {
          margin-right: 1em;
          display: inline-block;
          font-size: 16px;
          font-weight: 700;
          line-height: 1.43; }
    .top-works-content > .header-wrap > .youtube-wrap {
      margin-right: 5.102041%;
      position: relative;
      width: 540px;
      padding-bottom: 30.8%;
     /*>iframe {
       position: absolute;
       top: 0;
       left: 0;
       width: 100%;
       height: 100%;
       object-fit: cover;
       object-position: center;
       font-family: "object-fit: cover; object-position: center;";
    } */ }
      .top-works-content > .header-wrap > .youtube-wrap > video {
        width: 100%;
        height: 100%; }
      @media only screen and (max-width: 768px) {
        .top-works-content > .header-wrap > .youtube-wrap {
          margin-bottom: 20px;
          width: 100%;
          padding-bottom: 56.25%; } }
  .top-works-content .catch {
    font-size: 20px;
    line-height: 1.5; }
  .top-works-content > * {
    margin-bottom: 25px; }
    .top-works-content > *:last-child {
      margin-bottom: 0; }
  @media only screen and (max-width: 768px) {
    .top-works-content {
      padding: 45px 25px 25px; }
      .top-works-content .header {
        margin-bottom: 20px;
        display: block; }
        .top-works-content .header > .name {
          margin-right: 0;
          margin-bottom: 10px; }
      .top-works-content .catch {
        font-size: 18px; } }

.top-works-media {
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex; }
  .top-works-media > .imgwrapper {
    margin-left: 5.102041%;
    position: relative;
    width: 39.795918%; }
    .top-works-media > .imgwrapper::before {
      content: '';
      padding-top: 67.948718%;
      display: block;
      width: 100%; }
    .top-works-media > .imgwrapper > img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      font-family: "object-fit: cover; object-position: center;"; }
  .top-works-media > .content {
    flex: 1; }
    .top-works-media > .content > .ttl {
      margin-bottom: 25px;
      padding-left: 30px;
      position: relative;
      color: #230716;
      font-size: 25px;
      font-weight: 700;
      line-height: 1.44;
      letter-spacing: 0.05em; }
      .top-works-media > .content > .ttl:before {
        margin-top: 11px;
        content: "";
        width: 14px;
        height: 14px;
        background-color: #230716;
        position: absolute;
        left: 0;
        top: 0;
        border-radius: 50%; }
  .top-works-media.-reverse {
    flex-direction: row-reverse; }
    .top-works-media.-reverse > .imgwrapper {
      margin-right: 5.102041%;
      margin-left: 0; }
  @media only screen and (max-width: 768px) {
    .top-works-media {
      display: block; }
      .top-works-media > .imgwrapper {
        margin-left: 0;
        width: 100%; }
      .top-works-media.-reverse > .imgwrapper {
        margin-right: 0%; }
      .top-works-media > .content {
        margin-bottom: 20px; }
        .top-works-media > .content > .ttl {
          margin-bottom: 15px;
          font-size: 20px; } }

.top-news-sec {
  margin-bottom: 185px; }
  @media only screen and (max-width: 768px) {
    .top-news-sec {
      margin-bottom: 100px; } }

.top-news-tab {
  margin-bottom: 20px; }
  .top-news-tab > .list {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    display: flex; }
    .top-news-tab > .list > .item {
      margin-right: 20px;
      flex-grow: 0;
      flex-shrink: 1;
      flex-basis: 130px; }
      .top-news-tab > .list > .item:last-child {
        margin-right: 0; }
      .top-news-tab > .list > .item > a {
        padding: 1.5px 10px;
        display: inline-block;
        width: 100%;
        color: #230716;
        font-size: 15px;
        font-weight: 500;
        line-height: 2;
        letter-spacing: 0.06em;
        text-align: center;
        text-decoration: none;
        white-space: nowrap;
        border: 1px solid #230716;
        background: #fff;
        border-radius: 100px;
        transition: all 0.3s; }
        .top-news-tab > .list > .item > a.current, .top-news-tab > .list > .item > a:hover {
          background: #230716;
          color: #fff; }
  @media only screen and (max-width: 768px) {
    .top-news-tab {
      margin-bottom: 15px;
      padding: 0;
      background: transparent; }
      .top-news-tab > .list {
        margin-left: -10px;
        flex-wrap: wrap; }
        .top-news-tab > .list > .item {
          margin: 0 0 10px 10px;
          flex-basis: calc(100% / 2 - 10px); }
          .top-news-tab > .list > .item > a {
            font-size: 13px; } }

.top-news-list {
  margin-left: -40px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex; }
  .top-news-list > .item {
    margin-left: 40px;
    width: calc(100% / 2 - 40px); }
  @media only screen and (max-width: 768px) {
    .top-news-list {
      margin-left: -20px; }
      .top-news-list > .item {
        margin-left: 20px;
        margin-bottom: 20px;
        width: calc(100% / 2 - 20px); }
      .top-news-list > .item > .header {
        margin-right: 0;
        margin-bottom: 3px;
        width: 100%; }
      .top-news-list > .item > .header > .day {
        margin-right: 12px;
        font-size: 0.875rem; }
      .top-news-list > .item > .header > .newstag {
        margin-left: 10px;
        width: 90px;
        font-size: 0.75rem; } }

.top-news-card {
  padding: 17px 60px 18px 0;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
  border-bottom: 1px solid #E6E6E6;
  pointer-events: none; }
  .top-news-card::after {
    content: '\f0a9';
    position: absolute;
    top: 50%;
    right: 10px;
    color: #230716;
    font-size: 18px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    transform: translateY(-50%);
    transition: transform 0.3s; }
  .top-news-card > .thumb {
    margin-right: 20px;
    width: 125px;
    height: 80px; }
    .top-news-card > .thumb > img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      font-family: "object-fit: cover; object-position: center;"; }
  .top-news-card > .content {
    flex: 1; }
    .top-news-card > .content > .header {
      margin-bottom: 7px;
      position: relative;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: center;
      display: flex; }
      .top-news-card > .content > .header > .day {
        margin-right: 15px;
        color: #230716;
        font-size: 15px;
        font-weight: 500;
        line-height: 1.5;
        letter-spacing: 0.06em; }
    .top-news-card > .content > .txt {
      line-height: 1.8;
      transition: color 0.3s; }
  .top-news-card a {
    pointer-events: all; }
    .top-news-card a[href="#"] {
      pointer-events: none; }
    .top-news-card a[href$=".pdf"] ~ .content .txt:before {
      margin-right: 5px;
      content: "";
      display: inline-block;
      height: 16px;
      width: 16px;
      background: url(../img/pdf.png) no-repeat center/contain;
      vertical-align: middle; }
  .top-news-card:hover::after {
    transform: translate(0.2em, -50%); }
  .top-news-card:hover > .content > .txt {
    color: #230716; }
  @media only screen and (max-width: 768px) {
    .top-news-card {
      padding: 0 0 15px;
      display: block; }
      .top-news-card::after {
        content: none; }
      .top-news-card > .thumb {
        margin-right: 0;
        margin-bottom: 17px;
        position: relative;
        width: 100%;
        height: auto; }
        .top-news-card > .thumb::before {
          content: '';
          padding-top: 64.242424%;
          display: block;
          width: 100%; }
        .top-news-card > .thumb > img {
          position: absolute;
          top: 0;
          left: 0; }
      .top-news-card > .content {
        flex: 1; }
        .top-news-card > .content > .header {
          margin-bottom: 5px; }
          .top-news-card > .content > .header > .day {
            margin-right: auto;
            font-size: 13px; }
        .top-news-card > .content > .txt {
          font-size: 13px;
          line-height: 2.07692308; } }

.top-recruit-slide {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 45px; }
  .top-recruit-slide .slick-slide {
    margin: 0 10px; }
  .top-recruit-slide .slick-dots {
    font-size: 0;
    bottom: 25px;
    transform: translateY(50%); }
    .top-recruit-slide .slick-dots li {
      width: auto;
      height: auto;
      line-height: 1; }
      .top-recruit-slide .slick-dots li button {
        display: block;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #fff;
        border: 1px solid #230716; }
        .top-recruit-slide .slick-dots li button::before {
          content: none; }
      .top-recruit-slide .slick-dots li.slick-active button {
        background: #230716; }
  .top-recruit-slide .slick-dotted.slick-slider {
    margin-bottom: 50px; }
  .top-recruit-slide .btn-prev,
  .top-recruit-slide .btn-next {
    position: absolute;
    top: 45%;
    width: 60px;
    height: 60px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    display: flex;
    color: #fff;
    font-size: 17px;
    background: #230716;
    border: 2px solid #fff;
    border-radius: 50%;
    z-index: 10; }
    .top-recruit-slide .btn-prev::before,
    .top-recruit-slide .btn-next::before {
      font-size: 14px;
      font-weight: bold;
      font-family: "Font Awesome 5 Free";
      color: #fff; }
  .top-recruit-slide .btn-prev {
    left: -15px; }
    .top-recruit-slide .btn-prev::before {
      content: '\f104'; }
  .top-recruit-slide .btn-next {
    right: -15px; }
    .top-recruit-slide .btn-next::before {
      content: '\f105'; }

.top-schedule-heading {
  margin-bottom: 38px;
  color: #230716;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.46666667;
  letter-spacing: 0.06em;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .top-schedule-heading {
      margin-bottom: 15px;
      font-size: 20px;
      text-align: left; } }

.top-schedule-container {
  text-align: center; }

.top-schedule-box {
  display: inline-block;
  border: 1px solid #DDDDDD; }
  .top-schedule-box > .ttl {
    padding: 15px 10px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.12em;
    text-align: center;
    background: #F5F5F5; }
  .top-schedule-box > .content {
    padding: 20px 35px 20px 28px; }
  @media only screen and (max-width: 768px) {
    .top-schedule-box > .ttl {
      padding: 10px 10px;
      font-size: 15px; }
    .top-schedule-box > .content {
      padding: 15px 30px; } }

.top-schedule-flow {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex; }
  .top-schedule-flow > li {
    padding-right: 15px;
    padding-left: 22px;
    position: relative;
    font-size: 13px;
    font-weight: 500;
    font-feature-settings: normal;
    line-height: 1.46;
    letter-spacing: 0.05em; }
    .top-schedule-flow > li::after {
      content: '\f0da';
      margin-right: 10px;
      position: absolute;
      top: 50%;
      left: 100%;
      color: #230716;
      font-size: 14px;
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      transform: translateY(-50%); }
    .top-schedule-flow > li:last-child {
      margin-right: 0; }
      .top-schedule-flow > li:last-child::after {
        content: none; }
  @media only screen and (max-width: 768px) {
    .top-schedule-flow > li {
      margin-bottom: 5px;
      padding-right: 12px;
      padding-left: 19px; }
    .top-schedule-flow::after {
      left: calc(100% + 12px); } }

/*
.top-recruit-card {
  > .imgwrapper {
    margin-bottom: 15px;
    width: 100%;
    position: relative;

    &::before {
      content: '';
      padding-top: 72.04611%;
      display: block;
      width: 100%;
    }

    > img {
      position:absolute;
      top:0;
      left:0;
      width:100%;
      height:100%;
      object-fit: cover;
      object-position: center;
      font-family: "object-fit: cover; object-position: center;";
    }

    > .label {
      position: absolute;
      bottom: 15px;
      left: 15px;
    }
  }

  > .content {
    position: relative;

    > .ttl {
      font-size: 17px;
      font-weight: 700;
      line-height: 1.7647;
      letter-spacing: 0.06em;
    }
  }
}

.top-schedule-unit {
  margin-left: -40px;
  @include flex($f-direction: row, $f-wrap: nowrap, $j-content: flex-start, $a-items: stretch);

  .top-schedule-box {
    margin-left: 40px;
    width: calc(100% / 2 - 40px);
  }
}

.top-schedule-box {
  border: 1px solid #DDDDDD;

  > .ttl {
    padding: 15px 10px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.12em;
    text-align: center;
    background: #F5F5F5;
  }

  > .content {
    padding: 20px;
  }
}

.top-schedule-flow {
  @include flex($f-direction: row, $f-wrap: nowrap, $j-content: center, $a-items: center);
  > li {
    margin-right: 37px;
    position: relative;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.46;
    letter-spacing: 0.05em;

    &::after {
      content: '\f0da';
      margin-right: 10px;
      position: absolute;
      top: 50%;
      left: calc(100% + 13px);
      color: $primary;
      font-size: 14px;
      font-family: $f-fa;
      font-weight: 900;
      transform: translateY(-50%);
    }

    &:last-child {
      margin-right: 0;

      &::after {
        content: none;
      }
    }
  }
}
*/
.pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  color: #fff;
  font-size: 31px;
  line-height: 80px;
  text-align: center;
  display: block;
  border-radius: 5px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  background: #230716;
  cursor: pointer;
  z-index: 9999;
  transition: 0.3s; }
  .pagetop > .btn {
    padding: 0;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
    height: 100%; }
  .pagetop:hover {
    opacity: 0.8; }
  @media only screen and (max-width: 768px) {
    .pagetop {
      right: 10px;
      width: 40px;
      height: 40px;
      font-size: 20px; } }

/*---------------------------------------
topics
---------------------------------------*/
.topics-index-list {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  gap: 59px 30px; }
  .topics-index-list > .topics-index-card {
    width: calc((100% - 60px) / 3); }
  @media only screen and (max-width: 768px) {
    .topics-index-list {
      display: block; }
      .topics-index-list > .topics-index-card {
        margin-bottom: 30px;
        width: 100%; }
        .topics-index-list > .topics-index-card:last-child {
          margin-bottom: 0; } }

.topics-index-card {
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  pointer-events: none; }
  .topics-index-card > a {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    font-size: 0;
    pointer-events: all; }
    .topics-index-card > a[href="#"] {
      pointer-events: none; }
    .topics-index-card > a[href$=".pdf"] ~ .content > p:before {
      content: '\f1c1';
      margin-right: 5px;
      display: inline-block;
      font-size: 14px;
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      vertical-align: middle; }
  .topics-index-card > .imgwrapper {
    margin-bottom: 34px;
    position: relative; }
    .topics-index-card > .imgwrapper::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 20px;
      background-color: rgba(166, 237, 199, 0.6);
      opacity: 0;
      transition: opacity 0.3s;
      z-index: 7; }
    .topics-index-card > .imgwrapper::before {
      content: '\f105';
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center;
      display: flex;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 50px;
      height: 50px;
      color: #fff;
      font-size: 16px;
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      border-radius: 50%;
      border: 1px solid #fff;
      transform: translate(-50%, -50%);
      opacity: 0;
      transition: opacity 0.3s;
      z-index: 8; }
    .topics-index-card > .imgwrapper > .photo {
      position: relative;
      border-radius: 20px;
      overflow: hidden;
      border: 1px solid #C9CACA; }
      .topics-index-card > .imgwrapper > .photo::before {
        content: '';
        padding-top: 64.7058%;
        display: block;
        width: 100%; }
      .topics-index-card > .imgwrapper > .photo > img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center; }
    .topics-index-card > .imgwrapper > .label {
      position: absolute;
      left: 0;
      bottom: 20px;
      line-height: 1; }
  .topics-index-card > .content {
    margin-bottom: 17px;
    padding-left: 15px;
    border-left: 2px solid #230716; }
    .topics-index-card > .content > p {
      font-weight: 700;
      line-height: 1.7;
      text-align: left; }
  .topics-index-card > .meta {
    margin-top: auto;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    font-weight: 700;
    font-size: 13px;
    line-height: 1;
    color: #727172; }
    .topics-index-card > .meta > .cap {
      margin-right: 20px;
      min-width: 37px;
      line-height: 1; }
    .topics-index-card > .meta > .detail {
      flex: 1;
      line-height: 1; }
  .topics-index-card:hover > .imgwrapper::after, .topics-index-card:hover > .imgwrapper::before {
    opacity: 1; }
  .topics-index-card:hover > .content {
    border-color: #A6EDC7; }
  @media only screen and (max-width: 768px) {
    .topics-index-card {
      display: grid;
      grid-template-columns: 150px minmax(0, 1fr);
      grid-template-rows: 1fr auto;
      column-gap: 20px; }
      .topics-index-card > .imgwrapper {
        margin-bottom: 0;
        grid-column: 1;
        grid-row: 1/3; }
        .topics-index-card > .imgwrapper > .photo:before {
          padding-top: 86.6667%; }
        .topics-index-card > .imgwrapper > .label {
          bottom: auto;
          top: 90px; }
      .topics-index-card > .content {
        grid-column: 2;
        grid-row: 1;
        padding-left: 0;
        border: none; }
        .topics-index-card > .content > p {
          padding-left: 13px;
          border-left: 2px solid #230716; }
      .topics-index-card > .meta {
        margin: 0;
        grid-column: 2;
        grid-row: 2;
        font-size: 12px; }
        .topics-index-card > .meta > .cap {
          margin-right: 15px; } }

.news-detail-header > .label {
  margin-bottom: 25px; }
.news-detail-header > h2.ttl {
  margin-bottom: 25px;
  padding-left: 25px;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.5;
  text-align: left;
  border-left: 4px solid #230716; }
.news-detail-header > .date {
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  font-weight: 700;
  font-size: 13px;
  text-align: left;
  color: #727172; }
  .news-detail-header > .date > .cap {
    margin-right: 21px;
    min-width: 37px;
    text-transform: uppercase; }
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .news-detail-header > h2.ttl {
    margin-bottom: 25px;
    font-size: 24px; } }
@media only screen and (max-width: 768px) {
  .news-detail-header > .date {
    font-size: 12px; } }

.news-detail-thumb {
  margin-bottom: 60px;
  width: 100%;
  height: 360px;
  border-radius: 20px;
  overflow: hidden; }
  .news-detail-thumb > img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  @media only screen and (max-width: 768px) {
    .news-detail-thumb {
      height: 200px; } }

.news-detail-content .news-detail-txt {
  margin: 15px 0 60px; }
  @media only screen and (max-width: 768px) {
    .news-detail-content .news-detail-txt {
      margin: 10px 0 30px; }
      .news-detail-content .news-detail-txt.youtube {
        position: relative;
        width: 100%;
        padding: calc(380 / 760 * 100%) 0 0; }
        .news-detail-content .news-detail-txt.youtube > iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; } }
.news-detail-content .news-detail-img {
  text-align: center; }
  .news-detail-content .news-detail-img img {
    max-width: 100%;
    height: auto;
    width: auto; }
.news-detail-content .news-detail-pdf {
  margin: 15px 0; }
  .news-detail-content .news-detail-pdf > a {
    color: #230716;
    text-decoration: underline; }
    .news-detail-content .news-detail-pdf > a:before {
      content: '\f1c1';
      margin-right: 5px;
      display: inline-block;
      font-size: 14px;
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      vertical-align: middle; }
  .news-detail-content .news-detail-pdf .pdf_icon {
    display: none; }
  .news-detail-content .news-detail-pdf .pdf_link {
    color: #333; }
    .news-detail-content .news-detail-pdf .pdf_link:hover {
      color: #333; }
    .news-detail-content .news-detail-pdf .pdf_link:before {
      content: "\f0225";
      font-family: Material Design Icons;
      color: #230716; }
.news-detail-content > *:empty {
  display: none;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  font-size: 0;
  line-height: 0; }
  .news-detail-content > *:empty:before, .news-detail-content > *:empty:after {
    display: none; }

.graduates-index-box {
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  background-color: #fff; }

.form-tbl dl {
  margin-bottom: 35px; }
  .form-tbl dl:last-child {
    margin-bottom: 0; }
  .form-tbl dl > dt {
    margin-bottom: 10px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    font-size: 20px;
    font-weight: 700; }
    .form-tbl dl > dt > .input-required {
      margin-left: 20px;
      padding: 4px 15px;
      display: inline-block;
      font-size: 12px;
      font-weight: 700;
      line-height: 1;
      border-radius: 100px;
      background: #9F0155; }
.form-tbl input[type="text"], .form-tbl select, .form-tbl textarea {
  width: 100%;
  font-size: 100%; }
.form-tbl input[type="radio"] {
  opacity: 0;
  appearance: none;
  position: absolute; }
  .form-tbl input[type="radio"] + label {
    margin-right: 40px;
    padding-left: 35px;
    position: relative; }
    .form-tbl input[type="radio"] + label::before {
      content: "";
      width: 25px;
      height: 25px;
      border: 1px solid #C9CACA;
      border-radius: 50%;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%); }
  .form-tbl input[type="radio"]:checked + label::before {
    border: 5px solid #A6EDC7; }

.entry-step {
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  display: flex; }
  .entry-step > li {
    margin-right: 20px;
    padding: 20px 10px;
    flex: 1;
    position: relative;
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    background-color: #C9CACA; }
    .entry-step > li::after {
      content: '';
      position: absolute;
      top: 0;
      left: 100%;
      width: 20px;
      height: 100%;
      clip-path: polygon(0 0, 100% 50%, 0 100%);
      background-color: #C9CACA; }
    .entry-step > li:last-child {
      margin-right: 0; }
      .entry-step > li:last-child::after {
        content: none; }
    .entry-step > li.-current {
      color: #fff;
      background: #230716; }
      .entry-step > li.-current::after {
        background: #230716; }
  @media only screen and (max-width: 768px) {
    .entry-step > li {
      margin-right: 15px;
      padding: 15px 5px;
      font-size: 11px; }
      .entry-step > li::after {
        width: 15px; } }

/*# sourceMappingURL=import.css.map */
