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

body {
  line-height: 1;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

input, select, img {
  vertical-align: middle;
}

ol, ul {
  list-style: none;
}

/**************************************************************/
/* property
/**************************************************************/
/* 上下中央寄せセット */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  background-color: #222831;
  color: #F1EFEC;
  counter-reset: number 0;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 10px;
  font-size: 1rem;
  font-weight: normal;
  line-break: strict;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  position: relative;
}

b, strong, .bold {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}

_:lang(x)::-ms-backdrop, .selector {
  font-family: "Segoe UI", Meiryo, sans-serif;
}

section {
  position: relative;
}

main {
  overflow: hidden;
  position: relative;
  z-index: 5;
}
main ::selection {
  background: rgba(255, 227, 71, 0.5);
  color: #fff;
}
main ::-moz-selection {
  background: rgba(255, 227, 71, 0.5);
  color: #fff;
}

ul.disc {
  margin-bottom: 20px;
}
ul.disc li {
  list-style: disc;
  margin: 0 0 5px 20px;
}

#canvas_bg-motion {
  height: 100%;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  z-index: 1;
}

.fs12 {
  font-size: 12px !important;
  font-size: 1.2rem !important;
}

.fs13 {
  font-size: 13px !important;
  font-size: 1.3rem !important;
}

.fs14 {
  font-size: 14px !important;
  font-size: 1.4rem !important;
}

.fs15 {
  font-size: 15px !important;
  font-size: 1.5rem !important;
}

.fs16 {
  font-size: 16px !important;
  font-size: 1.6rem !important;
}

.fs17 {
  font-size: 17px !important;
  font-size: 1.7rem !important;
}

.fs18 {
  font-size: 18px !important;
  font-size: 1.8rem !important;
}

.fs19 {
  font-size: 19px !important;
  font-size: 1.9rem !important;
}

.fs20 {
  font-size: 20px !important;
  font-size: 2rem !important;
}

.fs21 {
  font-size: 21px !important;
  font-size: 2.1rem !important;
}

.fs22 {
  font-size: 22px !important;
  font-size: 2.2rem !important;
}

.fs23 {
  font-size: 23px !important;
  font-size: 2.3rem !important;
}

.fs24 {
  font-size: 24px !important;
  font-size: 2.4rem !important;
}

.fs25 {
  font-size: 25px !important;
  font-size: 2.5rem !important;
}

.fs26 {
  font-size: 26px !important;
  font-size: 2.6rem !important;
}

.fs27 {
  font-size: 27px !important;
  font-size: 2.7rem !important;
}

.fs28 {
  font-size: 28px !important;
  font-size: 2.8rem !important;
}

.fs29 {
  font-size: 29px !important;
  font-size: 2.9rem !important;
}

.fs30 {
  font-size: 30px !important;
  font-size: 3rem !important;
}

.fs31 {
  font-size: 31px !important;
  font-size: 3.1rem !important;
}

.fs32 {
  font-size: 32px !important;
  font-size: 3.2rem !important;
}

.fs33 {
  font-size: 33px !important;
  font-size: 3.3rem !important;
}

.fs34 {
  font-size: 34px !important;
  font-size: 3.4rem !important;
}

.fs35 {
  font-size: 35px !important;
  font-size: 3.5rem !important;
}

.fs36 {
  font-size: 36px !important;
  font-size: 3.6rem !important;
}

.fs37 {
  font-size: 37px !important;
  font-size: 3.7rem !important;
}

.fs38 {
  font-size: 38px !important;
  font-size: 3.8rem !important;
}

.fs39 {
  font-size: 39px !important;
  font-size: 3.9rem !important;
}

.fs40 {
  font-size: 40px !important;
  font-size: 4rem !important;
}

.lato {
  font-family: "Lato", sans-serif;
  letter-spacing: 5px;
}

.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.noscroll {
  overflow: hidden;
}

.effect-Blur {
  filter: blur(3px);
  pointer-events: none;
}

img {
  width: 100%;
}

.inner {
  margin: auto;
  max-width: 1400px;
  padding: 180px 3% 0;
}
@media screen and (max-width: 768px) {
  .inner {
    max-width: 100%;
    padding: 120px 20px 0;
  }
}

.center {
  text-align: center;
}

.fixed {
  position: fixed;
  width: 100%;
  z-index: 1000;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mgn-top1em {
  margin-top: 1em !important;
}

.mgn-rit1em {
  margin-right: 1em !important;
}

.mgn-btm1em {
  margin-bottom: 1em !important;
}

.mgn-lft1em {
  margin-left: 1em !important;
}

.mgn-top2em {
  margin-top: 2em !important;
}

.mgn-rit2em {
  margin-right: 2em !important;
}

.mgn-btm2em {
  margin-bottom: 2em !important;
}

.mgn-lft2em {
  margin-left: 2em !important;
}

.mgn-top3em {
  margin-top: 3em !important;
}

.mgn-rit3em {
  margin-right: 3em !important;
}

.mgn-btm3em {
  margin-bottom: 3em !important;
}

.mgn-lft3em {
  margin-left: 3em !important;
}

.mgn-top4em {
  margin-top: 4em !important;
}

.mgn-rit4em {
  margin-right: 4em !important;
}

.mgn-btm4em {
  margin-bottom: 4em !important;
}

.mgn-lft4em {
  margin-left: 4em !important;
}

.mgn-top5em {
  margin-top: 5em !important;
}

.mgn-rit5em {
  margin-right: 5em !important;
}

.mgn-btm5em {
  margin-bottom: 5em !important;
}

.mgn-lft5em {
  margin-left: 5em !important;
}

.note {
  padding-left: 1em;
  text-indent: -1em;
}

.pailblue {
  color: #B8CFCE;
}

.pailpink {
  color: #d1b1b4;
}

.btn {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
}
.btn a {
  background-color: transparent;
  border: solid 1px #fff;
  color: #fff;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  height: 64px;
  margin-top: 40px;
  position: relative;
  text-align: center;
  width: 240px;
}
@media screen and (max-width: 768px) {
  .btn a {
    height: 50px;
    width: 210px;
  }
}
@media screen and (max-width: 480px) {
  .btn a {
    margin-left: auto;
  }
}
.btn a::before {
  content: "";
  display: block;
  background-color: #fff;
  height: 64px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0, 0);
  transition: transform ease 0.4s;
  width: 240px;
}
.btn a::after {
  background-image: url("../../asset/images/common/icon/icon_arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 15px;
}
.btn a span {
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  height: 100%;
  justify-content: center;
  position: relative;
  text-align: center;
  z-index: 5;
}

.head {
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto 80px;
  max-width: 900px;
}
.head .head_Txt_En {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  position: relative;
}
.head .head_Txt_En p {
  font-size: 42px;
  font-size: 4.2rem;
  font-weight: 700;
  letter-spacing: 34px;
  margin-right: -36px;
}
@media screen and (max-width: 768px) {
  .head .head_Txt_En p {
    letter-spacing: 24px;
  }
}
@media screen and (max-width: 480px) {
  .head .head_Txt_En p {
    font-size: 30px;
    font-size: 3rem;
    letter-spacing: 14px;
  }
}
.head .head_Txt_En::after {
  border-bottom: solid 1px #fff;
  content: "";
  display: block;
  height: 1px;
  margin: 20px auto;
  width: 80%;
}
.head .head_Txt_Jp p {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 2px;
}

.head02 {
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}
.head02::after {
  border-bottom: solid 1px #fff;
  content: "";
  display: block;
  height: 1px;
  width: 30px;
}
.head02 .head_Txt_En {
  margin-bottom: 20px;
}
.head02 .head_Txt_En p {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 8px;
  line-height: 1.6;
}
.head02 .head_Txt_Jp {
  margin-bottom: 40px;
}
.head02 .head_Txt_Jp p {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
}

.head_slash {
  display: inline-block;
  margin-bottom: 40px;
  padding: 0 45px;
  position: relative;
}
.head_slash::before, .head_slash::after {
  background-color: #fff;
  content: "";
  display: inline-block;
  height: 2px;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
  width: 44px;
}
.head_slash::before {
  left: -20px;
}
.head_slash::after {
  right: -20px;
}
.head_slash p {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .head_slash p {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

span.link {
  position: relative;
}
span.link::after {
  background-image: url("../../asset/images/common/icon/icon_link.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 15px;
  margin: 0 8px 0 6px;
  vertical-align: -3px;
  width: 15px;
}

.mouse-stalker {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1px;
  height: 1px;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1100;
  pointer-events: none;
  mix-blend-mode: exclusion;
}
.mouse-stalker .dots {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  flex-shrink: 0;
}
.mouse-stalker .dots.is-active {
  transform: scale(3);
}
.mouse-stalker.no_Visible {
  opacity: 0;
}

#page_Nation {
  margin: 80px 0;
  text-align: center;
}
@media screen and (max-width: 480px) {
  #page_Nation {
    margin: 50px 0;
  }
}
#page_Nation ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 8px;
  justify-content: center;
  margin: 0 auto;
  max-width: 680px;
}
#page_Nation ul a {
  align-items: center;
  border: solid 1px #EAEFEF;
  color: #EAEFEF;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  height: 46px;
  justify-content: center;
  margin: 0 5px;
  padding: 10px 15px;
  position: relative;
  width: 46px;
}
#page_Nation ul a.current {
  background-color: #EAEFEF;
  box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.3);
  color: #333446;
}
#page_Nation ul a.prev span::before, #page_Nation ul a.next span::before {
  background-image: url("../../asset/images/common/icon/icon_arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
}
#page_Nation ul a.prev span::before {
  transform: translate(-50%, -50%) rotate(180deg);
}
#page_Nation ul a:hover {
  background-color: #EAEFEF;
  color: #333446;
  opacity: 1;
}

#pankz {
  margin: auto;
  max-width: 900px;
  padding-left: 3%;
}
@media screen and (max-width: 768px) {
  #pankz {
    padding-left: 20px;
  }
}
#pankz ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#pankz ul li {
  font-size: 12px;
  font-size: 1.2rem;
}
#pankz ul li:not(:last-child)::after {
  content: ">";
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 0 5px;
}
#pankz ul li a {
  color: #fff;
}

#front #flow ol,
#front #flow_List ol,
#flow #flow ol,
#flow #flow_List ol {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto 280px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #front #flow ol,
  #front #flow_List ol,
  #flow #flow ol,
  #flow #flow_List ol {
    flex-direction: column;
    margin-right: -150px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 480px) {
  #front #flow ol,
  #front #flow_List ol,
  #flow #flow ol,
  #flow #flow_List ol {
    margin-right: -140px;
  }
}
#front #flow ol li,
#front #flow_List ol li,
#flow #flow ol li,
#flow #flow_List ol li {
  max-height: 200px;
  min-height: 200px;
  max-width: 200px;
  min-width: 200px;
  position: relative;
}
@media screen and (max-width: 480px) {
  #front #flow ol li,
  #front #flow_List ol li,
  #flow #flow ol li,
  #flow #flow_List ol li {
    max-height: 180px;
    min-height: 180px;
    max-width: 180px;
    min-width: 180px;
  }
}
#front #flow ol li:nth-child(1) .numbering img,
#front #flow_List ol li:nth-child(1) .numbering img,
#flow #flow ol li:nth-child(1) .numbering img,
#flow #flow_List ol li:nth-child(1) .numbering img {
  height: 21px;
  width: 26px;
}
#front #flow ol li:nth-child(2),
#front #flow_List ol li:nth-child(2),
#flow #flow ol li:nth-child(2),
#flow #flow_List ol li:nth-child(2) {
  margin-bottom: -310px;
  margin-left: -50px;
}
@media screen and (max-width: 768px) {
  #front #flow ol li:nth-child(2),
  #front #flow_List ol li:nth-child(2),
  #flow #flow ol li:nth-child(2),
  #flow #flow_List ol li:nth-child(2) {
    margin-top: -50px;
    margin-bottom: 0;
    margin-left: -300px;
  }
}
@media screen and (max-width: 480px) {
  #front #flow ol li:nth-child(2),
  #front #flow_List ol li:nth-child(2),
  #flow #flow ol li:nth-child(2),
  #flow #flow_List ol li:nth-child(2) {
    margin-top: -45px;
    margin-left: -270px;
  }
}
#front #flow ol li:nth-child(2) .numbering img,
#front #flow_List ol li:nth-child(2) .numbering img,
#flow #flow ol li:nth-child(2) .numbering img,
#flow #flow_List ol li:nth-child(2) .numbering img {
  height: 21px;
  width: 28px;
}
#front #flow ol li:nth-child(3),
#front #flow_List ol li:nth-child(3),
#flow #flow ol li:nth-child(3),
#flow #flow_List ol li:nth-child(3) {
  margin-left: -50px;
}
@media screen and (max-width: 768px) {
  #front #flow ol li:nth-child(3),
  #front #flow_List ol li:nth-child(3),
  #flow #flow ol li:nth-child(3),
  #flow #flow_List ol li:nth-child(3) {
    margin-top: -50px;
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  #front #flow ol li:nth-child(3),
  #front #flow_List ol li:nth-child(3),
  #flow #flow ol li:nth-child(3),
  #flow #flow_List ol li:nth-child(3) {
    margin-top: -45px;
  }
}
#front #flow ol li:nth-child(3) .numbering img,
#front #flow_List ol li:nth-child(3) .numbering img,
#flow #flow ol li:nth-child(3) .numbering img,
#flow #flow_List ol li:nth-child(3) .numbering img {
  height: 21px;
  width: 28px;
}
#front #flow ol li:nth-child(4),
#front #flow_List ol li:nth-child(4),
#flow #flow ol li:nth-child(4),
#flow #flow_List ol li:nth-child(4) {
  margin-bottom: -310px;
  margin-left: -50px;
}
@media screen and (max-width: 768px) {
  #front #flow ol li:nth-child(4),
  #front #flow_List ol li:nth-child(4),
  #flow #flow ol li:nth-child(4),
  #flow #flow_List ol li:nth-child(4) {
    margin-top: -50px;
    margin-bottom: 0;
    margin-left: -300px;
  }
}
@media screen and (max-width: 480px) {
  #front #flow ol li:nth-child(4),
  #front #flow_List ol li:nth-child(4),
  #flow #flow ol li:nth-child(4),
  #flow #flow_List ol li:nth-child(4) {
    margin-top: -45px;
    margin-left: -270px;
  }
}
#front #flow ol li:nth-child(4) .numbering img,
#front #flow_List ol li:nth-child(4) .numbering img,
#flow #flow ol li:nth-child(4) .numbering img,
#flow #flow_List ol li:nth-child(4) .numbering img {
  height: 21px;
  width: 29px;
}
#front #flow ol li:nth-child(5),
#front #flow_List ol li:nth-child(5),
#flow #flow ol li:nth-child(5),
#flow #flow_List ol li:nth-child(5) {
  margin-left: -50px;
}
@media screen and (max-width: 768px) {
  #front #flow ol li:nth-child(5),
  #front #flow_List ol li:nth-child(5),
  #flow #flow ol li:nth-child(5),
  #flow #flow_List ol li:nth-child(5) {
    margin-top: -50px;
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  #front #flow ol li:nth-child(5),
  #front #flow_List ol li:nth-child(5),
  #flow #flow ol li:nth-child(5),
  #flow #flow_List ol li:nth-child(5) {
    margin-top: -45px;
  }
}
#front #flow ol li:nth-child(5) .numbering img,
#front #flow_List ol li:nth-child(5) .numbering img,
#flow #flow ol li:nth-child(5) .numbering img,
#flow #flow_List ol li:nth-child(5) .numbering img {
  height: 21px;
  width: 28px;
}
#front #flow ol li:nth-child(5) p:first-of-type,
#front #flow_List ol li:nth-child(5) p:first-of-type,
#flow #flow ol li:nth-child(5) p:first-of-type,
#flow #flow_List ol li:nth-child(5) p:first-of-type {
  line-height: 1.4;
}
#front #flow ol li a,
#front #flow_List ol li a,
#flow #flow ol li a,
#flow #flow_List ol li a {
  border: solid 1px #fff;
  display: block;
  max-height: 200px;
  min-height: 200px;
  max-width: 200px;
  min-width: 200px;
  position: relative;
  transform: rotate(45deg);
  z-index: 3;
}
@media screen and (max-width: 480px) {
  #front #flow ol li a,
  #front #flow_List ol li a,
  #flow #flow ol li a,
  #flow #flow_List ol li a {
    max-height: 180px;
    min-height: 180px;
    max-width: 180px;
    min-width: 180px;
  }
}
#front #flow ol li a .wrap,
#front #flow_List ol li a .wrap,
#flow #flow ol li a .wrap,
#flow #flow_List ol li a .wrap {
  display: inline-block;
  max-height: 200px;
  min-height: 200px;
  max-width: 200px;
  min-width: 200px;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-45deg);
}
@media screen and (max-width: 480px) {
  #front #flow ol li a .wrap,
  #front #flow_List ol li a .wrap,
  #flow #flow ol li a .wrap,
  #flow #flow_List ol li a .wrap {
    max-height: 180px;
    min-height: 180px;
    max-width: 180px;
    min-width: 180px;
  }
}
#front #flow ol li a:hover,
#front #flow_List ol li a:hover,
#flow #flow ol li a:hover,
#flow #flow_List ol li a:hover {
  background-color: #fff;
  opacity: 1;
}
#front #flow ol li a:hover .numbering,
#front #flow ol li a:hover p,
#front #flow_List ol li a:hover .numbering,
#front #flow_List ol li a:hover p,
#flow #flow ol li a:hover .numbering,
#flow #flow ol li a:hover p,
#flow #flow_List ol li a:hover .numbering,
#flow #flow_List ol li a:hover p {
  color: #222831;
}
#front #flow ol li a:hover span,
#front #flow_List ol li a:hover span,
#flow #flow ol li a:hover span,
#flow #flow_List ol li a:hover span {
  background-image: url("../../asset/images/common/icon/icon_arrow_down_katsuiro.png");
}
#front #flow ol li .numbering,
#front #flow_List ol li .numbering,
#flow #flow ol li .numbering,
#flow #flow_List ol li .numbering {
  margin-bottom: 25px;
  text-align: center;
}
#front #flow ol li p,
#front #flow_List ol li p,
#flow #flow ol li p,
#flow #flow_List ol li p {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: -0.8px;
  max-width: 300px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  #front #flow ol li p,
  #front #flow_List ol li p,
  #flow #flow ol li p,
  #flow #flow_List ol li p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
#front #flow ol li p:first-of-type,
#front #flow_List ol li p:first-of-type,
#flow #flow ol li p:first-of-type,
#flow #flow_List ol li p:first-of-type {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  #front #flow ol li p:first-of-type,
  #front #flow_List ol li p:first-of-type,
  #flow #flow ol li p:first-of-type,
  #flow #flow_List ol li p:first-of-type {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
#front #flow ol li span,
#front #flow_List ol li span,
#flow #flow ol li span,
#flow #flow_List ol li span {
  background-image: url("../../asset/images/common/icon/icon_arrow_down_white.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 16px;
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
}
#front #flow .btn,
#front #flow_List .btn,
#flow #flow .btn,
#flow #flow_List .btn {
  margin: auto;
  max-width: 900px;
}
#front #flow .btn a,
#front #flow_List .btn a,
#flow #flow .btn a,
#flow #flow_List .btn a {
  margin-left: auto;
}

#wrap {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
#wrap::before, #wrap::after {
  background-position: center;
  background-repeat: repeat-y;
  content: "";
  display: block;
  min-height: 30000px;
  transform: translateX(-50%);
  transition-duration: 1000ms;
  z-index: -1;
}
#wrap::before {
  animation: floatIn-reverse 330s infinite; /* IE 10+ */
  animation-timing-function: linear;
  animation-delay: 0;
  background-image: url("../../asset/images/common/bg01.png");
  background-size: 1534px 2932px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 46%;
  width: 1534px;
}
#wrap::after {
  animation: floatIn-reverse 290s infinite;
  animation-timing-function: linear;
  animation-delay: 0;
  background-image: url("../../asset/images/common/bg02.png");
  background-size: 1471px 2907px;
  height: calc(100% + 300px);
  position: absolute;
  top: -300px;
  left: 54%;
  width: 1471px;
}

@-webkit-keyframes floatIn-reverse {
  100% {
    background-position: 50px 50px;
  }
}
@-moz-keyframes floatIn-reverse {
  100% {
    background-position: 50px 50px;
  }
}
@-o-keyframes floatIn-reverse {
  100% {
    background-position: 50px 50px;
  }
}
@keyframes floatIn-reverse {
  100% {
    background-position: 50px 50px;
  }
}
@-webkit-keyframes floatIn {
  0% {
    background-position: 50px 50px;
  }
}
@-moz-keyframes floatIn {
  0% {
    background-position: 50px 50px;
  }
}
@-o-keyframes floatIn {
  0% {
    background-position: 50px 50px;
  }
}
@keyframes floatIn {
  0% {
    background-position: 50px 50px;
  }
}
.form_Layout {
  margin: auto;
  max-width: 700px;
}
.form_Layout dl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .form_Layout dl {
    flex-direction: column;
  }
}
.form_Layout dl dt {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  justify-content: space-between;
  margin-right: 2%;
  width: 28%;
}
@media screen and (max-width: 768px) {
  .form_Layout dl dt {
    margin-bottom: 10px;
    width: 100%;
  }
}
.form_Layout dl dt.inq::after {
  border: solid 1px #fff;
  content: "必須";
  display: inline-block;
  height: 30px;
  line-height: 1;
  padding: 6px 5px;
  text-align: center;
  width: 45px;
}
.form_Layout dl dd {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .form_Layout dl dd {
    width: 100%;
  }
}
.form_Layout dl dd input,
.form_Layout dl dd textarea {
  background-color: #fff;
  color: #222831;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  min-height: 30px;
  width: 100%;
}
.form_Layout dl dd span.your-format {
  font-size: 14px;
  font-size: 1.4rem;
}
.form_Layout dl dd span.your-format .wpcf7-list-item.first {
  margin: 0;
}
.form_Layout dl dd span.wpcf7-list-item {
  font-size: 14px;
  font-size: 1.4rem;
}
.form_Layout dl dd input[type=radio] {
  height: 20px;
  min-height: 20px;
  vertical-align: -4px;
  width: 20px;
}
.form_Layout .btn a {
  margin: 80px auto 0;
}
.form_Layout .btn a input {
  background-color: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
}
.form_Layout .btn a:hover input {
  color: #222831;
}

a {
  color: #F1EFEC;
  text-decoration: none;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  a {
    transition: none;
  }
}
a:hover {
  opacity: 0.7;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  a:hover {
    opacity: 1;
  }
}

/* header.
******************************************************/
header {
  width: 100%;
  z-index: 10;
}
header .inner {
  height: 80px;
  padding: 0;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 100;
}
header #header_Menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: auto;
  max-width: 1000px;
  position: relative;
  z-index: 1000;
}
@media screen and (max-width: 480px) {
  header #header_Menu {
    align-items: flex-start;
  }
}
header #header_Menu .company_Name {
  width: 30%;
}
header #header_Menu .company_Name a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  gap: 10px;
  padding: 10px 0 10px 3%;
  width: 240px;
}
@media screen and (max-width: 480px) {
  header #header_Menu .company_Name a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    height: auto;
    padding: 5px 0 0 5px;
    text-align: center;
    width: 100%;
  }
}
header #header_Menu .company_Name img {
  display: inline-block;
  max-height: 40px;
  width: auto;
}
header #header_Menu .company_Name span {
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
}
header #header_Menu .navigation {
  width: 70%;
}
@media screen and (max-width: 768px) {
  header #header_Menu .navigation {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    justify-content: flex-end;
  }
}
header #header_Menu .navigation ul {
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
header #header_Menu .navigation ul li {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  margin-left: 10px;
  padding: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  header #header_Menu .navigation ul li {
    display: none;
  }
}
header #header_Menu .navigation ul li.contact {
  font-size: 24px;
  font-size: 2.4rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  header #header_Menu .navigation ul li.contact {
    display: block;
    height: 60px;
  }
}
@media screen and (max-width: 480px) {
  header #header_Menu .navigation ul li.contact {
    display: none;
  }
}
header #header_Menu .navigation ul li.contact::before {
  background-image: linear-gradient(120deg, rgba(255, 120, 96, 0.8), rgba(255, 255, 255, 0)), linear-gradient(185deg, rgba(69, 54, 255, 0.8), rgba(255, 255, 255, 0)), linear-gradient(340deg, rgba(0, 153, 26, 0.8), rgba(255, 255, 255, 0));
  content: "";
  display: block;
  height: 100%;
  opacity: 0.9;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
header #header_Menu .navigation ul li.contact:hover::before {
  opacity: 1;
}
header #header_Menu .navigation ul li.contact a span.lato {
  position: relative;
  z-index: 5;
}
header #header_Menu .navigation ul li.contact a:hover {
  opacity: 1;
}
header #header_Menu .navigation ul li:not(:last-child)::after {
  border-right: solid 1px #fff;
  content: "";
  display: block;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
}
header #header_Menu .navigation ul li a {
  display: block;
  display: block;
}
header #header_Menu .navigation #trigger_Btn {
  display: none;
}
@media screen and (max-width: 768px) {
  header #header_Menu .navigation #trigger_Btn {
    background-color: #fff;
    display: block;
    height: 60px;
    margin-left: 3px;
    width: 60px;
    z-index: 10;
  }
}
header #header_Menu .navigation #trigger_Btn button {
  background: transparent;
  border: 0;
  display: block;
  height: 60px;
  width: 60px;
}
header #header_Menu .navigation #trigger_Btn button span {
  background: rgb(120, 44, 96);
  background: linear-gradient(to right, rgb(120, 44, 96) 0%, rgb(139, 47, 97) 100%);
  display: block;
  margin: auto;
  position: relative;
  width: 30px;
  height: 2px;
  transition: 0.2s;
}
header #header_Menu .navigation #trigger_Btn button span::before {
  background: rgb(106, 42, 97);
  background: linear-gradient(90deg, rgb(106, 42, 97) 0%, rgb(128, 44, 101) 100%);
  top: 8px;
  transform: translateY(-16px);
}
@media screen and (max-width: 480px) {
  header #header_Menu .navigation #trigger_Btn button span::before {
    top: 5px;
  }
}
header #header_Menu .navigation #trigger_Btn button span::after {
  background: rgb(133, 44, 92);
  background: linear-gradient(to right, rgb(133, 44, 92) 0%, rgb(151, 45, 93) 100%);
  bottom: 8px;
  transform: translateY(16px);
}
@media screen and (max-width: 480px) {
  header #header_Menu .navigation #trigger_Btn button span::after {
    bottom: 5px;
  }
}
header #header_Menu .navigation #trigger_Btn button span::before, header #header_Menu .navigation #trigger_Btn button span::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
header #header_Menu .navigation #trigger_Btn button span.open {
  background: transparent;
}
header #header_Menu .navigation #trigger_Btn button span.open::before {
  content: "";
  top: 0;
  transform: rotate(45deg);
  transition: 0.2s;
}
header #header_Menu .navigation #trigger_Btn button span.open::after {
  bottom: 0;
  transform: rotate(-45deg);
}
header nav .global_Nav {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  transition: 0.3s;
  width: 100%;
  z-index: 99;
}
header nav .global_Nav.open {
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  transition: background-color 2s ease-out;
  overflow-y: scroll;
  padding: 80px 0;
}
header nav .global_Nav.open ul li {
  width: 100%;
}
header nav .global_Nav.open ul li:nth-child(1), header nav .global_Nav.open ul li:nth-child(7) {
  animation: bounce-in 1.5s 0.04s ease-out forwards;
}
header nav .global_Nav.open ul li:nth-child(2), header nav .global_Nav.open ul li:nth-child(8) {
  animation: bounce-in 1.5s 0.08s ease-out forwards;
}
header nav .global_Nav.open ul li:nth-child(3), header nav .global_Nav.open ul li:nth-child(9) {
  animation: bounce-in 1.5s 0.12s ease-out forwards;
}
header nav .global_Nav.open ul li:nth-child(4), header nav .global_Nav.open ul li:nth-child(10) {
  animation: bounce-in 1.5s 0.16s ease-out forwards;
}
header nav .global_Nav.open ul li:nth-child(5), header nav .global_Nav.open ul li:nth-child(11) {
  animation: bounce-in 1.5s 0.02s ease-out forwards;
}
header nav .global_Nav.open ul li:nth-child(6), header nav .global_Nav.open ul li:nth-child(12) {
  animation: bounce-in 1.5s 0.2s ease-out forwards;
}
@media screen and (max-width: 480px) {
  header nav .global_Nav.open ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
header nav .global_Nav.open ul li a span.lato::after {
  border-right: solid 1px #fff;
  content: "";
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  height: 14px;
  margin: 0 20px;
  width: 1px;
}
@media screen and (max-width: 480px) {
  header nav .global_Nav.open ul li a span.lato::after {
    content: none;
  }
}
header nav .global_Nav ul {
  margin: auto;
  padding-top: 80px;
}
header nav .global_Nav ul li {
  margin-bottom: 20px;
  text-align: center;
}
header nav .global_Nav ul li a {
  color: #F1EFEC;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  position: relative;
  text-decoration: none;
}
header nav .global_Nav ul li a::after {
  border-bottom: solid 1px #fff;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  width: 0;
}
@media screen and (max-width: 480px) {
  header nav .global_Nav ul li a::after {
    content: none;
  }
}
header nav .global_Nav ul li a:hover::after {
  width: 100%;
}
@keyframes bounce-in {
  0% {
    transform: scale(0.8);
  }
  20% {
    transform: scale(1.1);
  }
  40% {
    transform: scale(0.9);
  }
  60% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.96);
  }
  100% {
    transform: scale(1);
  }
}

/* main.
******************************************************/
#about #about_Us h2,
#about #about_Us #greeting,
#about #about_Us #company,
#about #about_Us #access {
  position: relative;
  z-index: 5;
}
#about #about_Us #company,
#about #about_Us #access {
  padding-top: 200px;
}
@media screen and (max-width: 768px) {
  #about #about_Us #company,
  #about #about_Us #access {
    padding-top: 120px;
  }
}
#about #about_Us .inner {
  padding: 200px 3%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #about #about_Us .inner {
    padding: 120px 20px;
  }
}
#about #about_Us #greeting .txt p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: center;
}
#about #about_Us #greeting .txt p:not(:last-of-type) {
  margin-bottom: 20px;
}
#about #about_Us #company .cont {
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 10px 23px 5px rgba(0, 0, 0, 0.4);
  margin: auto;
  max-width: 1200px;
  padding: 80px 70px;
}
@media screen and (max-width: 768px) {
  #about #about_Us #company .cont {
    max-width: 100%;
    padding: 50px 8%;
  }
}
#about #about_Us #company table {
  position: relative;
  width: 100%;
  z-index: 5;
}
#about #about_Us #company table tr {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 40px 20px;
}
@media screen and (max-width: 768px) {
  #about #about_Us #company table tr {
    padding: 20px 10px;
  }
}
#about #about_Us #company table tr::after {
  border-bottom: solid 1px #333446;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #about #about_Us #company table tr::after {
    margin-bottom: 20px;
    padding-top: 10px;
  }
}
#about #about_Us #company table th,
#about #about_Us #company table td {
  color: #333446;
}
#about #about_Us #company table th {
  display: inline-block;
  letter-spacing: 2px;
  padding: 30px 0 30px 5%;
  text-align: left;
  vertical-align: top;
  width: 30%;
}
@media screen and (max-width: 768px) {
  #about #about_Us #company table th {
    min-width: auto;
    padding: 0;
    width: 100%;
  }
}
#about #about_Us #company table th.ls-2 {
  letter-spacing: 36px;
}
#about #about_Us #company table th.ls-3 {
  letter-spacing: 10px;
}
#about #about_Us #company table td {
  display: inline-block;
  padding: 30px 5% 30px 0;
  width: 70%;
}
@media screen and (max-width: 768px) {
  #about #about_Us #company table td {
    min-width: auto;
    padding: 0;
    width: 100%;
  }
}
#about #about_Us #company table td .list {
  line-height: 1.4;
  text-align: left;
}
#about #about_Us #company table td .list .head {
  align-items: flex-start;
  margin-bottom: 10px;
  text-align: left;
}
#about #about_Us #access iframe {
  box-shadow: 0px 10px 23px 5px rgba(0, 0, 0, 0.4);
  height: 600px;
  width: 100%;
}

#contact #contact_Information .contact_By .head02 {
  text-align: center;
}
#contact #contact_Information .contact_By .read p {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: center;
}
#contact #contact_Information .contact_By._e-mail .read {
  margin-bottom: 50px;
}
#contact #contact_Information .contact_By._e-mail .read p span {
  border-bottom: solid 1px #fff;
  padding-bottom: 3px;
}
#contact #contact_Information .contact_By._e-mail .contact_Form form {
  margin: auto;
  max-width: 680px;
}
#contact #contact_Information .contact_By._e-mail .contact_Form form dl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  gap: 3%;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  #contact #contact_Information .contact_By._e-mail .contact_Form form dl {
    flex-direction: column;
  }
}
#contact #contact_Information .contact_By._e-mail .contact_Form form dl dt {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  justify-content: space-between;
  margin-right: 2%;
  width: 30%;
}
@media screen and (max-width: 480px) {
  #contact #contact_Information .contact_By._e-mail .contact_Form form dl dt {
    margin-bottom: 10px;
    width: 100%;
  }
}
#contact #contact_Information .contact_By._e-mail .contact_Form form dl dt.inq::after {
  border: solid 1px #fff;
  content: "必須";
  display: inline-block;
  height: 30px;
  line-height: 1;
  min-width: 45px;
  padding: 6px 5px;
  text-align: center;
}
#contact #contact_Information .contact_By._e-mail .contact_Form form dl dd {
  width: 70%;
}
@media screen and (max-width: 480px) {
  #contact #contact_Information .contact_By._e-mail .contact_Form form dl dd {
    width: 100%;
  }
}
#contact #contact_Information .contact_By._e-mail .contact_Form form dl dd input,
#contact #contact_Information .contact_By._e-mail .contact_Form form dl dd textarea {
  width: 100%;
}
#contact #contact_Information .contact_By._e-mail .contact_Form form dl dd input::placeholder,
#contact #contact_Information .contact_By._e-mail .contact_Form form dl dd textarea::placeholder {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  opacity: 0.4;
  color: #333446;
}
#contact #contact_Information .contact_By._e-mail .contact_Form form dl dd input {
  min-height: 40px;
  padding: 5px;
}
#contact #contact_Information .contact_By._e-mail .contact_Form form dl dd textarea {
  min-height: 120px;
  padding: 8px;
}
#contact #contact_Information .contact_By._e-mail .contact_Form form .tarms {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
}
#contact #contact_Information .contact_By._e-mail .contact_Form form .tarms a {
  color: #EAEFEF;
  letter-spacing: 1px;
  text-decoration: underline;
}
#contact #contact_Information .contact_By._e-mail .contact_Form form .btn a {
  margin: 40px auto 0;
}
#contact #contact_Information .contact_By._e-mail .contact_Form form .btn a:hover button {
  color: #333446;
}
#contact #contact_Information .contact_By._e-mail .contact_Form form .btn button {
  appearance: none;
  background-color: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  line-height: 64px;
  outline: none;
  padding: 0;
  position: relative;
  text-align: center;
  z-index: 5;
}
#contact._thanks #reception .read p, #contact._error #reception .read p {
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
}
#contact._thanks #reception .read a, #contact._error #reception .read a {
  color: #EAEFEF;
  text-decoration: underline;
}

#front #features::before, #front #features::after {
  background-image: url("../../asset/images/common/shape.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 300px;
  position: absolute;
  width: 292px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #front #features::before, #front #features::after {
    height: 308px;
    width: 200px;
  }
}
#front #features::before {
  top: -100px;
  left: -50px;
}
@media screen and (max-width: 768px) {
  #front #features::before {
    top: -120px;
    left: -40px;
  }
}
#front #features::after {
  right: -50px;
  bottom: 10px;
}
@media screen and (max-width: 768px) {
  #front #features::after {
    right: -65px;
    bottom: -85px;
  }
}
@media screen and (max-width: 480px) {
  #front #features::after {
    right: -95px;
    bottom: -35px;
  }
}
#front #features .inner {
  padding: 200px 3% 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #front #features .inner {
    padding: 120px 20px 0;
  }
}
#front #features .head {
  position: relative;
  z-index: 5;
}
#front #features .read {
  margin: auto;
  max-width: 700px;
  position: relative;
  text-align: center;
  z-index: 5;
}
#front #features .read:last-of-type p {
  text-align: center;
}
#front #features .read:not(:last-of-type) {
  margin-bottom: 80px;
}
#front #features .read p {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.8;
  text-align: left;
}
#front #features .read ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
}
#front #features .read ul li {
  align-items: center;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
}
#front #features .read ul li:not(:last-of-type) {
  margin-bottom: 60px;
}
#front #features .read ul li p.head {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 20px;
}
#front #features .read ul li p span.bold {
  font-weight: 700;
}
#front #features .read ul li p span.bold::before {
  content: "・";
  display: inline-block;
}
#front #features .read ul li .icon {
  align-items: center;
  background-color: #f6f6f6;
  border-radius: 360px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  height: 80px;
  justify-content: center;
  margin-bottom: 20px;
  padding: 10px;
  width: 80px;
}
#front #features .read ul li .icon img {
  max-height: 50px;
  max-width: 50px;
}
#front #features .read .more .btn a {
  margin: 40px auto 0;
}
#front #service {
  position: relative;
}
#front #service::before {
  background: #222831;
  background: #222831;
  background: -webkit-linear-gradient(rgb(34, 40, 49) 0%, rgb(34, 40, 49) 19%, rgba(34, 40, 49, 0.87) 44%, rgba(34, 40, 49, 0.4) 76%, rgba(34, 40, 49, 0.13) 94%, rgba(34, 40, 49, 0) 100%);
  background: -o-linear-gradient(rgb(34, 40, 49) 0%, rgb(34, 40, 49) 19%, rgba(34, 40, 49, 0.87) 44%, rgba(34, 40, 49, 0.4) 76%, rgba(34, 40, 49, 0.13) 94%, rgba(34, 40, 49, 0) 100%);
  background: linear-gradient(rgb(34, 40, 49) 0%, rgb(34, 40, 49) 19%, rgba(34, 40, 49, 0.87) 44%, rgba(34, 40, 49, 0.4) 76%, rgba(34, 40, 49, 0.13) 94%, rgba(34, 40, 49, 0) 100%);
  content: "";
  display: block;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #front #service::before {
    height: 120px;
  }
}
#front #service::after {
  background: #222831;
  background: #222831;
  background: -webkit-linear-gradient(rgb(34, 40, 49) 0%, rgb(34, 40, 49) 19%, rgba(34, 40, 49, 0.87) 44%, rgba(34, 40, 49, 0.4) 76%, rgba(34, 40, 49, 0.13) 94%, rgba(34, 40, 49, 0) 100%);
  background: -o-linear-gradient(rgb(34, 40, 49) 0%, rgb(34, 40, 49) 19%, rgba(34, 40, 49, 0.87) 44%, rgba(34, 40, 49, 0.4) 76%, rgba(34, 40, 49, 0.13) 94%, rgba(34, 40, 49, 0) 100%);
  background: linear-gradient(rgb(34, 40, 49) 0%, rgb(34, 40, 49) 19%, rgba(34, 40, 49, 0.87) 44%, rgba(34, 40, 49, 0.4) 76%, rgba(34, 40, 49, 0.13) 94%, rgba(34, 40, 49, 0) 100%);
  content: "";
  display: block;
  height: 200px;
  position: absolute;
  bottom: -1px;
  left: 0;
  transform: rotate(-180deg);
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #front #service::after {
    height: 120px;
  }
}
#front #service .inner {
  padding: 200px 3%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #front #service .inner {
    padding: 120px 20px;
  }
}
#front #service h4 {
  justify-content: flex-start;
  position: relative;
  z-index: 5;
}
#front #service ol {
  margin: auto;
  max-width: 900px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  #front #service ol {
    max-width: 100%;
  }
}
#front #service ol li:nth-child(1) .ttl::before {
  content: "01";
}
#front #service ol li:nth-child(2) .ttl::before {
  content: "02";
}
#front #service ol li:nth-child(3) .ttl::before {
  content: "03";
}
#front #service ol li:nth-child(4) .ttl::before {
  content: "04";
}
#front #service ol li:nth-child(even) .flex_Layout {
  flex-direction: row-reverse;
}
@media screen and (max-width: 480px) {
  #front #service ol li:nth-child(even) .flex_Layout {
    flex-direction: column-reverse;
  }
}
#front #service ol li:not(:last-child) {
  margin: 0 25px 100px;
}
@media screen and (max-width: 768px) {
  #front #service ol li:not(:last-child) {
    margin: 0 0 80px;
  }
}
#front #service ol li .ttl {
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  #front #service ol li .ttl {
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
#front #service ol li .ttl::before, #front #service ol li .ttl::after {
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  z-index: 5;
}
#front #service ol li .ttl::before {
  order: 1;
}
#front #service ol li .ttl::after {
  content: "/";
  margin: 0 20px 0 10px;
  order: 2;
}
#front #service ol li .ttl p {
  display: inline-block;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  min-width: 420px;
  order: 3;
}
@media screen and (max-width: 480px) {
  #front #service ol li .ttl p {
    line-height: 1.4;
    min-width: 100%;
  }
}
#front #service ol li .flex_Layout {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2%;
  justify-content: space-between;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  #front #service ol li .flex_Layout {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 480px) {
  #front #service ol li .flex_Layout {
    flex-direction: column-reverse;
    padding-bottom: 0;
  }
}
#front #service ol li .flex_Layout .txt_Box {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  width: 48%;
}
@media screen and (max-width: 480px) {
  #front #service ol li .flex_Layout .txt_Box {
    width: 100%;
  }
}
#front #service ol li .flex_Layout .txt_Box p {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
}
#front #service ol li .flex_Layout .txt_Box p.phrase {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 30px;
}
#front #service ol li .flex_Layout .txt_Box ul {
  padding-left: 20px;
}
#front #service ol li .flex_Layout .txt_Box ul li {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  margin: 0;
  padding-bottom: 3px;
}
@media screen and (max-width: 768px) {
  #front #service ol li .flex_Layout .txt_Box .more {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 480px) {
  #front #service ol li .flex_Layout .txt_Box .more {
    position: initial;
    transform: initial;
  }
}
#front #service ol li .flex_Layout .txt_Box .more .btn a {
  margin: 40px 0 0 auto;
}
@media screen and (max-width: 480px) {
  #front #service ol li .flex_Layout .txt_Box .more .btn a {
    margin: 40px auto 0;
  }
}
#front #service ol li .flex_Layout .img_Box {
  width: 48%;
}
@media screen and (max-width: 480px) {
  #front #service ol li .flex_Layout .img_Box {
    margin-bottom: 20px;
    width: 100%;
  }
}
#front #service ol li .flex_Layout .img_Box img {
  max-width: 430px;
}
#front #seo .inner {
  margin: auto;
  max-width: 850px;
  padding: 50px 3%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #front #seo .inner {
    max-width: initial;
    padding: 50px 20px;
  }
}
#front #seo .inner::before {
  background-image: url(../../asset/images/common/shape.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 200px;
  position: absolute;
  position: absolute;
  top: -220px;
  left: -160px;
  width: 192px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #front #seo .inner::before {
    position: absolute;
    top: -100px;
    left: 10px;
  }
}
@media screen and (max-width: 480px) {
  #front #seo .inner::before {
    height: 160px;
    left: -30px;
    width: 150px;
  }
}
#front #seo .txt {
  margin: auto;
  max-width: 680px;
}
#front #seo .txt .phrase {
  margin-bottom: 50px;
}
#front #seo .txt .phrase p {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}
#front #seo .txt p {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: left;
}
#front #seo .txt p:not(:last-of-type) {
  margin-bottom: 10px;
}
#front #contact_Info .inner {
  padding: 50px 3%;
}
#front #contact_Info .txt p {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
}
#front #contact_Info .txt p:not(:last-of-type) {
  margin-bottom: 10px;
}

#news #news_Contents .inner {
  padding: 180px 3%;
}
@media screen and (max-width: 768px) {
  #news #news_Contents .inner {
    padding: 120px 20px;
  }
}
#news #news_Contents .head02 {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #news #news_Contents .head02 {
    margin-bottom: 80px;
  }
}
#news #news_Contents #news_Box {
  margin: auto;
  max-width: 800px;
}
#news #news_Contents #news_Box dl dt p,
#news #news_Contents #news_Box dl dd p {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
}
#news #news_Contents #news_Box dl dt .date {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 3px;
}
#news #news_Contents #news_Box dl dd a {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
}
#news #news_Contents #news_Box.news_List dl {
  border-bottom: solid 1px #fff;
  margin-bottom: 20px;
  padding-bottom: 15px;
}
#news #news_Contents #news_Box.news_List dl dd a {
  display: block;
  padding: 15px 10px;
  position: relative;
  opacity: 1;
  overflow: hidden;
  padding: 5px 10px;
  position: relative;
}
#news #news_Contents #news_Box.news_List dl dd a::before {
  background: #fff;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: transform 0.5s;
  transform-origin: right top;
  transform: scale(0, 1);
  width: 100%;
  z-index: -1;
}
#news #news_Contents #news_Box.news_List dl dd a:hover {
  color: rgba(35, 18, 55, 0.8196078431);
}
#news #news_Contents #news_Box.news_List dl dd a:hover::before {
  content: "";
  display: block;
  transform-origin: left bottom;
  transform: scale(2, 2);
}
#news #news_Contents #news_Box.news_Detail dl dt {
  border-bottom: solid 1px #fff;
  margin-bottom: 20px;
  padding-bottom: 15px;
}
#news #news_Contents #news_Box.news_Detail dl dd p:not(:last-of-type) {
  margin-bottom: 20px;
}
#news #news_Contents #news_Box.news_Detail .btn a {
  margin: 80px auto 0;
}

#privacy #terms_Contents h2,
#privacy #terms_Contents .read,
#privacy #terms_Contents article {
  position: relative;
  z-index: 5;
}
#privacy #terms_Contents .inner {
  padding: 200px 3%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #privacy #terms_Contents .inner {
    padding: 120px 20px;
  }
}
#privacy #terms_Contents .read {
  margin: 0 auto 50px;
  max-width: 700px;
}
#privacy #terms_Contents .read p {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
}
#privacy #terms_Contents .read p.catch {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}
#privacy #terms_Contents .read .btn a {
  margin: 50px auto 100px;
}
#privacy #terms_Contents article {
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 10px 23px 5px rgba(0, 0, 0, 0.4);
  margin: auto;
  max-width: 850px;
  padding: 80px 70px;
}
@media screen and (max-width: 768px) {
  #privacy #terms_Contents article {
    padding: 50px 8%;
  }
}
#privacy #terms_Contents article ol li {
  color: #222831;
  margin-bottom: 50px;
}
#privacy #terms_Contents article ol li .head_Num {
  border-bottom: solid 1px #222831;
  margin-bottom: 15px;
}
#privacy #terms_Contents article ol li .head_Num p {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  padding-bottom: 10px;
}
#privacy #terms_Contents article ol li .head_Num.img_Num {
  margin-bottom: 30px;
}
#privacy #terms_Contents article ol li .head_Num.img_Num img {
  display: inline-block;
  margin: -30px 40px 0 0;
  max-width: 69px;
  padding-bottom: 20px;
}
#privacy #terms_Contents article ol li .head_Num.img_Num p {
  display: inline-block;
  padding-bottom: 30px;
}
#privacy #terms_Contents article ol li .contents p {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
}
#privacy #terms_Contents article ol li .contents a {
  color: #222831;
}
#privacy #terms_Contents article ol li .contents ol li {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 0;
}
#privacy #terms_Contents article ol li .contents ol.indent_Num li {
  margin-bottom: 0;
  padding-left: 20px;
}
#privacy #terms_Contents article ol li .contents ol.indent_Num li span {
  float: left;
  margin-left: -20px;
}
#privacy #terms_Contents article ol li .contents ol.indent_Num li span .cnt_Num {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  margin-left: -20px;
}
#privacy #terms_Contents article ol li .contents ol.indent_Num li dl dt,
#privacy #terms_Contents article ol li .contents ol.indent_Num li dl dd {
  display: inline-block;
}
#privacy #terms_Contents article ol li .contents ol.indent_Num li dl dt {
  margin-right: 25px;
}
#privacy #terms_Contents article ol li .contents ol.indent_Num li dl:nth-of-type(1) dt, #privacy #terms_Contents article ol li .contents ol.indent_Num li dl:nth-of-type(2) dt {
  letter-spacing: 2.7rem;
  margin-right: 0;
}
#privacy #terms_Contents article ol li .contents ol.indent_Num li dl:last-of-type {
  margin-bottom: 20px;
}
#privacy #terms_Contents article ol li .contents ol.indent_Num li ol li {
  padding-left: 0;
}
#privacy #terms_Contents article ol li .contents ol.indent_Num li ul li {
  margin-bottom: 0;
}
#privacy #terms_Contents article ol li .contents address {
  margin-top: 10px;
}
#privacy #terms_Contents article ol li .contents address dl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 480px) {
  #privacy #terms_Contents article ol li .contents address dl {
    flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  #privacy #terms_Contents article ol li .contents address dl:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
#privacy #terms_Contents article ol li .contents address dl dt,
#privacy #terms_Contents article ol li .contents address dl dd {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
}
#privacy #terms_Contents article ol li .contents address dl dt {
  max-width: 160px;
  width: 40%;
}
@media screen and (max-width: 480px) {
  #privacy #terms_Contents article ol li .contents address dl dt {
    width: 100%;
  }
}
#privacy #terms_Contents article ol li .contents address dl dt::after {
  content: "：";
  display: inline-block;
}
#privacy #terms_Contents article ol li .contents address dl dt.ls2 {
  letter-spacing: 33px;
}
#privacy #terms_Contents article ol li .contents address dl dt.ls5 {
  letter-spacing: 6px;
}
#privacy #terms_Contents article ol li .contents address dl dd {
  width: 60%;
}
@media screen and (max-width: 480px) {
  #privacy #terms_Contents article ol li .contents address dl dd {
    padding-left: 10%;
    width: 100%;
  }
}

#service #business .read {
  margin-bottom: 20px;
}
#service #business .read p {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
}
#service #business .list:last-of-type .cont {
  padding: 80px 0;
}
#service #business .list .cont {
  margin: auto;
  max-width: 680px;
  padding: 100px 0 0;
}
#service #business .list .cont:not(:last-of-type) {
  margin-bottom: 100px;
}
@media screen and (max-width: 480px) {
  #service #business .list .cont:not(:last-of-type) {
    margin-bottom: 80px;
  }
}
#service #business .list h3 p.lato {
  text-transform: uppercase;
}
#service #business .list .read {
  margin: auto;
  width: fit-content;
}
#service #business .list .read p {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: left;
}
#service #business .list .read p.phrase {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 20px;
  text-align: center;
}
#service #business .list .read ul {
  margin-top: 20px;
}
#service #business .list .read ul li {
  font-size: 16px;
  font-size: 1.6rem;
  padding-bottom: 3px;
}

#sitemap #map_List h2,
#sitemap #map_List .read,
#sitemap #map_List article,
#sitemap #map_List ul {
  position: relative;
  z-index: 5;
}
#sitemap #map_List .read {
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 10px 23px 5px rgba(0, 0, 0, 0.4);
  margin: auto;
  max-width: 850px;
  padding: 80px 70px;
}
@media screen and (max-width: 768px) {
  #sitemap #map_List .read {
    padding: 50px 8%;
  }
}
#sitemap #map_List .read ul {
  margin: auto;
  max-width: 600px;
}
#sitemap #map_List .read ul li {
  margin-bottom: 30px;
}
#sitemap #map_List .read ul li a {
  color: #333446;
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  position: relative;
  text-decoration: none;
}
@media screen and (max-width: 480px) {
  #sitemap #map_List .read ul li a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#sitemap #map_List .read ul li a::after {
  border-bottom: solid 1px #333446;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  width: 0;
}
#sitemap #map_List .read ul li a:hover::after {
  width: 100%;
}
#sitemap #map_List .read ul li a span.lato {
  color: #333446;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #sitemap #map_List .read ul li a span.lato {
    color: #7F8CAA;
    display: block;
  }
}
@media screen and (max-width: 480px) {
  #sitemap #map_List .read ul li a span.lato {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#sitemap #map_List .read ul li a span.lato::after {
  border-right: solid 1px #333446;
  content: "";
  display: inline-block;
  height: 14px;
  margin: 0 20px;
  width: 1px;
}
@media screen and (max-width: 768px) {
  #sitemap #map_List .read ul li a span.lato::after {
    content: none;
  }
}
#sitemap #map_List .read ul li ul.child li {
  margin: 0 0 5px 180px;
}
@media screen and (max-width: 768px) {
  #sitemap #map_List .read ul li ul.child li {
    margin: 0 0 5px 50px;
  }
}
#sitemap #map_List .read ul li ul.child li a {
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 480px) {
  #sitemap #map_List .read ul li ul.child li a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
#sitemap #map_List .read ul li ul.child li a::before {
  border-bottom: solid 1px #333446;
  content: "";
  display: inline-block;
  height: 1px;
  margin-right: 10px;
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
  width: 8px;
}

#wait #wait_Announce .inner {
  padding: 150px 3% 0;
}
#wait #wait_Announce .head02 .head_Txt_En .lato {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #wait #wait_Announce .head02 .head_Txt_En .lato {
    line-height: 1.4;
  }
}
#wait #wait_Announce .head02 .head_Txt_En .lato br {
  display: none;
}
@media screen and (max-width: 768px) {
  #wait #wait_Announce .head02 .head_Txt_En .lato br {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #wait #wait_Announce .head02 .head_Txt_En .lato br:nth-of-type(2) {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  #wait #wait_Announce .head02 .head_Txt_En .lato br:nth-of-type(2) {
    display: block;
  }
}
#wait #wait_Announce .read {
  margin: auto;
  max-width: 580px;
  text-align: center;
}
#wait #wait_Announce .read p {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
}
#wait #wait_Announce .read ul {
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  gap: 5%;
  justify-content: space-between;
  margin: 20px auto 50px;
  max-width: 500px;
}
@media screen and (max-width: 480px) {
  #wait #wait_Announce .read ul {
    flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  #wait._404 #wait_Announce .read p br:first-of-type {
    display: none;
  }
}

/* MV.
******************************************************/
#hero_Header .hero_Header_Wrap {
  position: relative;
}
#hero_Header .hero_Header_Wrap .hero_Header_Catch .pages_Headline {
  text-align: right;
}
#hero_Header .hero_Header_Wrap .hero_Header_Catch .pages_Headline::before, #hero_Header .hero_Header_Wrap .hero_Header_Catch .pages_Headline::after {
  background-image: url("../../asset/images/mv/mv_front_catch_shape.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 300px;
  width: 292px;
}
@media screen and (max-width: 768px) {
  #hero_Header .hero_Header_Wrap .hero_Header_Catch .pages_Headline::before, #hero_Header .hero_Header_Wrap .hero_Header_Catch .pages_Headline::after {
    height: 200px;
    width: 192px;
  }
}
#hero_Header .hero_Header_Wrap.__front {
  background-image: url("../../asset/images/mv/mv_front.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: contrast(1.3);
  height: 100vh;
  width: stretch;
}
#hero_Header .hero_Header_Wrap.__front::before, #hero_Header .hero_Header_Wrap.__front::after {
  color: #fff;
  content: "Limited Liability Company. - TRUST -";
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  transform: translateY(-50%);
  white-space: nowrap;
}
#hero_Header .hero_Header_Wrap.__front::before {
  position: absolute;
  top: 50%;
  left: 0;
  writing-mode: sideways-lr;
}
#hero_Header .hero_Header_Wrap.__front::after {
  position: absolute;
  top: 50%;
  right: 0;
  writing-mode: sideways-rl;
}
#hero_Header .hero_Header_Wrap.__front .hero_Header_Catch {
  border: solid 1px #fff;
  max-width: 900px;
  padding: 8%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
#hero_Header .hero_Header_Wrap.__front .hero_Header_Catch::before {
  background: linear-gradient(141deg, rgb(52, 191, 164) 40%, rgb(212, 181, 55) 83%);
  content: "";
  display: block;
  height: 100%;
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#hero_Header .hero_Header_Wrap.__front .hero_Header_Catch h2 {
  line-height: 1.6;
  margin-bottom: 30px;
  position: relative;
  z-index: 5;
}
#hero_Header .hero_Header_Wrap.__front .hero_Header_Catch h2 p {
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #hero_Header .hero_Header_Wrap.__front .hero_Header_Catch h2 p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#hero_Header .hero_Header_Wrap.__front .hero_Header_Catch h2 p.catch {
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  #hero_Header .hero_Header_Wrap.__front .hero_Header_Catch h2 p.catch {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 480px) {
  #hero_Header .hero_Header_Wrap.__front .hero_Header_Catch h2 p.catch {
    font-size: 20px;
    font-size: 2rem;
  }
}
#hero_Header .hero_Header_Wrap.__front .hero_Header_Catch p {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 480px) {
  #hero_Header .hero_Header_Wrap.__front .hero_Header_Catch p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
#hero_Header .hero_Header_Wrap.__front .picup_News {
  margin: auto;
  max-width: 1000px;
  position: absolute;
  bottom: 3%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (max-width: 768px) {
  #hero_Header .hero_Header_Wrap.__front .picup_News {
    bottom: 15px;
  }
}
#hero_Header .hero_Header_Wrap.__front .picup_News dl {
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 0 20px;
}
@media screen and (max-width: 480px) {
  #hero_Header .hero_Header_Wrap.__front .picup_News dl {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
  }
}
#hero_Header .hero_Header_Wrap.__front .picup_News dl dt {
  display: inline-flex;
  flex-direction: row;
  margin-bottom: -120px;
  position: relative;
}
@media screen and (max-width: 480px) {
  #hero_Header .hero_Header_Wrap.__front .picup_News dl dt {
    display: block;
    margin-bottom: -120px;
  }
}
#hero_Header .hero_Header_Wrap.__front .picup_News dl dt p {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 700;
  height: 140px;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  #hero_Header .hero_Header_Wrap.__front .picup_News dl dt p {
    display: inline-block;
  }
}
#hero_Header .hero_Header_Wrap.__front .picup_News dl dt::after {
  border-right: solid 1px #fff;
  content: "";
  display: inline-block;
  font-size: 20px;
  font-size: 2rem;
  height: 24px;
  margin-right: 3%;
  padding-right: 3%;
  position: absolute;
  top: 2px;
  right: -25px;
}
@media screen and (max-width: 480px) {
  #hero_Header .hero_Header_Wrap.__front .picup_News dl dt::after {
    content: none;
  }
}
#hero_Header .hero_Header_Wrap.__front .picup_News dl dd {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  margin-left: 40px;
}
@media screen and (max-width: 480px) {
  #hero_Header .hero_Header_Wrap.__front .picup_News dl dd {
    margin-left: 0;
  }
}
#hero_Header .hero_Header_Wrap.__front .picup_News dl dd a {
  color: #F1EFEC;
  display: block;
  line-height: 1.2;
  opacity: 1;
  overflow: hidden;
  padding: 15px 10px;
  position: relative;
}
@media screen and (max-width: 480px) {
  #hero_Header .hero_Header_Wrap.__front .picup_News dl dd a {
    padding: 15px 0 0;
  }
}
#hero_Header .hero_Header_Wrap.__front .picup_News dl dd a::before {
  background: rgba(35, 18, 55, 0.8196078431);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: transform 0.5s;
  transform-origin: right top;
  transform: scale(0, 1);
  width: 100%;
  z-index: -1;
}
#hero_Header .hero_Header_Wrap.__other {
  background-color: transparent;
  height: 70vh;
}
@media screen and (max-width: 768px) {
  #hero_Header .hero_Header_Wrap.__other {
    height: 90vh;
  }
}
#hero_Header .hero_Header_Wrap.__other .hero_Header_Catch {
  background-image: url("../../asset/images/mv/mv_other_fillter.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: solid 1px #fff;
  filter: brightness(110%);
  height: 100%;
  max-height: 330px;
  max-width: 580px;
  position: absolute;
  top: 50%;
  left: 53%;
  transform: translate(-50%, -50%);
  width: 94%;
}
@media screen and (max-width: 768px) {
  #hero_Header .hero_Header_Wrap.__other .hero_Header_Catch {
    background-image: url("../../asset/images/mv/mv_other_fillter_sp.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 75%;
    max-height: 792px;
    max-width: 505px;
    left: 50%;
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
  #hero_Header .hero_Header_Wrap.__other .hero_Header_Catch {
    top: 57%;
  }
}
#hero_Header .hero_Header_Wrap.__other .hero_Header_Catch.__wait_Under h1 .lato {
  letter-spacing: 8px;
  max-width: 715px;
}
@media screen and (max-width: 480px) {
  #hero_Header .hero_Header_Wrap.__other .hero_Header_Catch.__wait_Under h1 .lato {
    word-wrap: break-word;
  }
}
#hero_Header .hero_Header_Wrap.__other .hero_Header_Catch h1 {
  height: 100%;
  width: 100%;
}
#hero_Header .hero_Header_Wrap.__other .hero_Header_Catch h1 .lato {
  font-size: 60px;
  font-size: 6rem;
  font-weight: 700;
  letter-spacing: 14px;
  line-height: 1.4;
  max-height: 330px;
  max-width: 580px;
  position: absolute;
  top: 50%;
  right: 0;
  text-align: right;
  transform: translateY(-50%);
  width: 100%;
}
@media screen and (max-width: 768px) {
  #hero_Header .hero_Header_Wrap.__other .hero_Header_Catch h1 .lato {
    font-size: 46px;
    font-size: 4.6rem;
  }
}
@media screen and (max-width: 480px) {
  #hero_Header .hero_Header_Wrap.__other .hero_Header_Catch h1 .lato {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
#hero_Header .hero_Header_Wrap.__other .hero_Header_Catch h1 .lato span {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP";
  font-weight: 700;
  letter-spacing: initial;
  line-height: 1;
  margin: 20px 20px 0 0;
}
#hero_Header .hero_Header_Wrap.__other .hero_Header_Catch h1::before {
  position: absolute;
  top: 100px;
  left: -360px;
}
@media screen and (max-width: 768px) {
  #hero_Header .hero_Header_Wrap.__other .hero_Header_Catch h1::before {
    top: 15px;
    left: -83px;
  }
}
#hero_Header .hero_Header_Wrap.__other .hero_Header_Catch h1::after {
  position: absolute;
  top: -100px;
  right: -280px;
}
@media screen and (max-width: 768px) {
  #hero_Header .hero_Header_Wrap.__other .hero_Header_Catch h1::after {
    top: initial;
    right: -100px;
    bottom: 20px;
  }
}

/* footer.
******************************************************/
footer {
  color: #fff;
}
footer #scrollTop {
  height: 60px;
  position: absolute;
  right: 10px;
  bottom: 20px;
  width: 60px;
  z-index: 50;
}
@media screen and (max-width: 480px) {
  footer #scrollTop {
    bottom: 50px;
  }
}
footer #scrollTop a {
  background-color: transparent;
  border: solid 1px #fff;
  display: block;
  height: 60px;
  position: relative;
  width: 60px;
}
footer #scrollTop a::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 25px;
  left: 20px;
  transform: rotate(-48deg);
}
footer #scrollTop a:hover {
  background-color: #fff;
}
footer #scrollTop a:hover::after {
  border-top: 1px solid #222831;
  border-right: 1px solid #222831;
}
footer .inner {
  margin: auto;
  max-width: 1000px;
  width: 100%;
}
footer #common_Info {
  margin-bottom: 150px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 480px) {
  footer #common_Info {
    margin-bottom: 120px;
  }
}
footer #common_Info::before, footer #common_Info::after {
  background-image: url("../../asset/images/common/shape.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 300px;
  position: absolute;
  width: 292px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  footer #common_Info::before, footer #common_Info::after {
    height: 308px;
    width: 200px;
  }
}
footer #common_Info::before {
  top: -170px;
  left: -75px;
}
@media screen and (max-width: 768px) {
  footer #common_Info::before {
    top: -120px;
    left: -100px;
  }
}
footer #common_Info::after {
  right: -150px;
  bottom: -100px;
}
@media screen and (max-width: 768px) {
  footer #common_Info::after {
    right: -90px;
    bottom: -140px;
  }
}
footer #common_Info .flex_Layout {
  align-items: flex-start;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  z-index: auto;
}
@media screen and (max-width: 480px) {
  footer #common_Info .flex_Layout {
    flex-direction: column;
  }
}
footer #common_Info .left,
footer #common_Info .right {
  height: 170px;
  max-width: 449px;
  width: 50%;
}
@media screen and (max-width: 480px) {
  footer #common_Info .left,
  footer #common_Info .right {
    width: 100%;
  }
}
footer #common_Info .left a,
footer #common_Info .right a {
  display: block;
}
footer #common_Info .left a:hover,
footer #common_Info .right a:hover {
  opacity: 1;
}
footer #common_Info .left a .txt,
footer #common_Info .right a .txt {
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  height: 170px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  footer #common_Info .left a .txt,
  footer #common_Info .right a .txt {
    padding: 0 5%;
  }
}
footer #common_Info .left a .txt p,
footer #common_Info .right a .txt p {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  footer #common_Info .left a .txt p,
  footer #common_Info .right a .txt p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
footer #common_Info .left a .txt p.lato,
footer #common_Info .right a .txt p.lato {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  margin: 0 -10px 10px 0;
}
@media screen and (max-width: 768px) {
  footer #common_Info .left a .txt p.lato,
  footer #common_Info .right a .txt p.lato {
    font-size: 28px;
    font-size: 2.8rem;
    margin: 0 -8px 10px 0;
  }
}
footer #common_Info .left {
  background-image: url("../../asset/images/common/bg_grad01.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 1px;
}
@media screen and (max-width: 768px) {
  footer #common_Info .left {
    margin: 0 auto 3px;
  }
}
footer #common_Info .left p.lato {
  letter-spacing: 14px;
}
footer #common_Info .right {
  background-image: url("../../asset/images/common/bg_grad02.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 1px;
}
@media screen and (max-width: 768px) {
  footer #common_Info .right {
    margin: 0 auto;
  }
}
footer #common_Info .right p.lato {
  letter-spacing: 12px;
}
@media screen and (max-width: 768px) {
  footer #common_Info .right p.lato {
    letter-spacing: 10px;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  footer #common_Info .right p.lato {
    letter-spacing: 7px;
  }
}
footer .flex_Layout {
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 50px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  footer .flex_Layout {
    flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  footer .flex_Layout {
    margin-bottom: 0;
  }
}
footer .flex_Layout .company_Name {
  padding-right: 30px;
  width: 30%;
}
@media screen and (max-width: 768px) {
  footer .flex_Layout .company_Name {
    margin: 0 auto 30px;
    padding-right: 0;
    text-align: center;
    width: 100%;
  }
}
footer .flex_Layout .company_Name a {
  align-items: center;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer .flex_Layout .company_Name a {
    margin-bottom: 0;
  }
}
footer .flex_Layout .company_Name a:hover {
  opacity: 1;
}
footer .flex_Layout .company_Name a img {
  height: 80px;
  max-width: 188px;
}
@media screen and (max-width: 480px) {
  footer .flex_Layout .company_Name a img {
    height: 60px;
  }
}
footer .flex_Layout .company_Name a img:first-child {
  margin-bottom: 10px;
  width: 100px;
}
@media screen and (max-width: 480px) {
  footer .flex_Layout .company_Name a img:first-child {
    width: 80px;
  }
}
footer .flex_Layout .company_Name a img:last-child {
  width: 185px;
}
footer .flex_Layout .company_Name a span {
  font-size: 24px;
  font-weight: 700;
}
footer .flex_Layout #footer_Nav {
  width: 70%;
}
@media screen and (max-width: 768px) {
  footer .flex_Layout #footer_Nav {
    width: 100%;
  }
}
footer .flex_Layout #footer_Nav ul {
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
  max-width: 600px;
}
@media screen and (max-width: 768px) {
  footer .flex_Layout #footer_Nav ul {
    justify-content: center;
    margin: auto;
  }
}
footer .flex_Layout #footer_Nav ul li {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 20px;
}
footer .flex_Layout #footer_Nav ul li::after {
  content: "／";
  display: inline-block;
  margin: 0 10px;
}
footer small {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  padding: 20px 3%;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  footer small {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 10px 20px;
  }
}
footer small span {
  font-family: Verdana, “Droid Sans”;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*# sourceMappingURL=style.css.map */
