/* ==============================
 Foundation
============================== */
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

* {
  min-height: 0vw;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 2;
  font-style: normal;
}
@media screen and (max-width: 480px) {
  body {
    font-size: 14px;
  }
}

img {
  max-width: 100%;
  width: 100%;
}

/* ==============================
 Layout
============================== */
#header {
  position: relative;
  z-index: 2;
}
#header .header {
  position: fixed;
  display: flex;
  padding: 50px 50px 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 480px) {
  #header .header {
    padding: 50px 16px 0;
  }
}
@media screen and (max-width: 1270px) {
  #header .header .panel {
    position: fixed;
    top: 0;
    right: -100%;
    width: 50%;
    margin-left: auto;
    margin-right: 0;
    background: #404547;
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    transition: all 0.44s;
  }
}
@media screen and (max-width: 1270px) and (max-width: 480px) {
  #header .header .panel {
    width: 100%;
  }
}
@media screen and (max-width: 1270px) {
  #header .header .panel.header_open {
    right: 0 !important;
  }
  #header .header .panel.header_open .header-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
  }
}
@media screen and (max-width: 1270px) and (max-width: 480px) {
  #header .header .panel.header_open .header-list {
    align-items: center;
    margin-top: 50px;
  }
}
#header .header h1 {
  width: 300px;
  position: relative;
}
@media screen and (max-width: 480px) {
  #header .header h1 {
    width: 200px;
  }
}
#header .header h1 .active-block {
  opacity: 0;
}
#header .header-list {
  display: flex;
  align-items: center;
  text-transform: capitalize;
}
@media screen and (max-width: 1270px) {
  #header .header-list {
    display: none;
    opacity: 0;
  }
}
#header .header-list_item {
  margin-left: 3rem;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-weight: 600;
  color: #000;
}
@media screen and (max-width: 1270px) {
  #header .header-list_item {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 480px) {
  #header .header-list_item {
    margin-left: 0;
  }
}
#header .header-list_item a {
  transition: all 0.4s;
}
@media screen and (max-width: 1270px) {
  #header .header-list_item a {
    color: #fff;
  }
}
#header .header-list_item a:hover {
  color: #4FA9EB;
}
#header .header-btn {
  display: none;
}
@media screen and (max-width: 1270px) {
  #header .header-btn {
    display: block;
    position: absolute;
    right: 50px;
    width: 10%;
    height: 0.9rem;
    z-index: 999;
  }
}
@media screen and (max-width: 1270px) and (max-width: 480px) {
  #header .header-btn {
    right: 32px;
    width: 20%;
  }
}
@media screen and (max-width: 1270px) {
  #header .header-btn::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
    content: "";
    transition: all 0.3s ease;
  }
  #header .header-btn::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
    content: "";
    transition: all 0.3s ease;
  }
}
#header .header.active h1 {
  z-index: 999;
}
#header .header.active .active-hide {
  display: none;
}
#header .header.active .active-block {
  opacity: 0;
  display: block;
}
@media screen and (max-width: 1270px) {
  #header .header.active .header-btn::before {
    background-color: #fff;
    transform: rotate(135deg);
  }
  #header .header.active .header-btn::after {
    background-color: #fff;
    transform: rotate(-135deg);
    top: 8%;
  }
}

.footer {
  background-color: #404547;
}
.footer-flex {
  display: flex;
}
@media screen and (max-width: 1270px) {
  .footer-flex {
    flex-direction: column-reverse;
  }
}
.footer-left {
  width: 50%;
  padding: 50px;
}
@media screen and (max-width: 1270px) {
  .footer-left {
    width: auto;
    padding-top: 50px;
    text-align: center;
  }
}
.footer-left_logo {
  width: 350px;
}
@media screen and (max-width: 1270px) {
  .footer-left_logo {
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .footer-left_logo {
    width: 250px;
  }
}
.footer-left .btn {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-weight: 600;
  color: #000;
  display: inline-block;
  text-transform: capitalize;
  font-size: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: #404547;
  color: #fff;
  padding: 1.5rem 0;
  width: 200px;
  border-radius: 50%;
  transition: 0.4s;
  text-align: center;
  margin-top: 3rem;
}
@media screen and (max-width: 1270px) {
  .footer-left .btn {
    width: 150px;
    padding: 1rem 0;
    font-size: 1rem;
  }
}
.footer-left .btn:hover {
  background-color: #fff;
  color: #404547;
}
.footer-right {
  width: 50%;
  display: flex;
}
@media screen and (max-width: 1270px) {
  .footer-right {
    width: auto;
    padding-left: 50px;
    padding-bottom: 50px;
    border-bottom: #fff solid 1px;
  }
}
@media screen and (max-width: 480px) {
  .footer-right {
    padding: 0 16px 50px;
  }
}
.footer-right_list {
  padding: 50px 0;
  width: 50%;
  padding-left: 2rem;
  border-left: 1px #fff solid;
}
@media screen and (max-width: 1270px) {
  .footer-right_list {
    padding-left: 0;
    border-left: none;
    padding-bottom: 0;
  }
}
.footer-right_list__item {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-weight: 600;
  color: #000;
  color: #fff;
  margin-bottom: 30px;
}
@media screen and (max-width: 1270px) {
  .footer-right_list__item:last-child {
    margin-bottom: 0;
  }
}
.footer-right_list__item a {
  transition: all 0.4s;
  display: inline-block;
}
.footer-right_list__item a:hover {
  color: #4FA9EB;
}
.footer-right_list__item .en {
  text-transform: capitalize;
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  .footer-right_list__item .en {
    font-size: 1rem;
  }
}
.footer-right_list__item .ja {
  font-size: 12px;
}
@media screen and (max-width: 480px) {
  .footer-right_list__item .ja {
    font-size: 10px;
  }
}
.footer-right_list__item .item_child {
  margin-top: 10px;
  margin-left: 2rem;
}
.footer-right_list__item .item_child li {
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .footer-right_list__item .item_child li {
    font-size: 12px;
  }
}

.copyright {
  color: #fff;
  text-align: right;
  border-top: #fff 1px solid;
  padding: 1.5rem 50px;
}
@media screen and (max-width: 480px) {
  .copyright {
    text-align: center;
  }
}

.news {
  padding: 100px 0 150px;
}
@media screen and (max-width: 480px) {
  .news {
    padding: 50px 0;
  }
}
.news .section_ttl {
  position: relative;
  padding-top: 10px;
  margin-bottom: 80px;
}
@media screen and (max-width: 480px) {
  .news .section_ttl {
    margin-bottom: 2rem;
  }
}
.news .section_ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #404547;
}
.news .section_ttl__en {
  text-transform: capitalize;
  padding-left: 33px;
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-weight: 600;
  color: #000;
}
@media screen and (max-width: 480px) {
  .news .section_ttl__en {
    font-size: 12px;
    padding-left: 23px;
  }
}
.news .section_ttl__en::before {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 480px) {
  .news .section_ttl__en::before {
    width: 15px;
    height: 15px;
  }
}
.news .section_ttl__en::before {
  background-image: url(../../../assets/img/ttl_icon_bk.png);
}
.news .section_ttl h2 {
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-weight: 600;
  color: #000;
}
@media screen and (max-width: 480px) {
  .news .section_ttl h2 {
    font-size: 1.5rem;
  }
}
.news_list {
  margin-bottom: 50px;
}
.news_item {
  padding-bottom: 2rem;
  margin-bottom: 2.5rem;
  border-bottom: #C8C8C8 1px solid;
}
@media screen and (max-width: 480px) {
  .news_item {
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
  }
}
.news_item__link {
  display: inline-block;
  transition: all 0.4s;
}
.news_item__link:hover {
  color: #4FA9EB;
}
.news_item__inner {
  display: flex;
}
@media screen and (max-width: 480px) {
  .news_item__inner {
    flex-direction: column;
  }
}
.news_item__date {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-weight: 600;
  color: #000;
  margin-right: 120px;
}
.news_item__ttl {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.news .btn_wrap {
  text-align: right;
}
@media screen and (max-width: 480px) {
  .news .btn_wrap {
    text-align: center;
  }
}
.news .btn_wrap .btn {
  display: inline-block;
  text-transform: capitalize;
  font-size: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #404547;
  background-color: #fff;
  padding: 1.5rem 0;
  width: 200px;
  border-radius: 50%;
  transition: 0.4s;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-weight: 600;
  color: #000;
}
@media screen and (max-width: 1270px) {
  .news .btn_wrap .btn {
    width: 150px;
    padding: 1rem 0;
    font-size: 1rem;
  }
}
.news .btn_wrap .btn:hover {
  background-color: #404547;
  color: #fff;
}

.news-item {
  border-bottom: solid 1px #C8C8C8;
  padding: 2rem 1rem 2rem 0;
}
.news-item:first-child {
  border-top: solid 1px #C8C8C8;
}
.news-item_link {
  transition: all 0.4s;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .news-item_link {
    flex-direction: column;
    align-items: flex-start;
  }
}
.news-item_link:hover {
  color: #4FA9EB;
}
.news-item_link__information {
  display: flex;
  align-items: center;
  margin-right: 6.25vw;
}
@media screen and (max-width: 480px) {
  .news-item_link__information {
    margin-right: 0;
  }
}
.news-item_date {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-weight: 600;
  color: #000;
  font-size: 1.1rem;
  margin-right: 50px;
}
@media screen and (max-width: 480px) {
  .news-item_date {
    font-size: 16px;
    margin-right: 2rem;
  }
}
.news-item_category {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-weight: 600;
  color: #000;
  background-color: #4FA9EB;
  color: #fff;
  width: 150px;
  text-align: center;
  border-radius: 18px;
}
@media screen and (max-width: 480px) {
  .news-item_category {
    width: 100px;
  }
}
.news-item h2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .news-item h2 {
    margin-top: 1rem;
  }
}
.news_archive {
  margin-bottom: 100px;
}
@media screen and (max-width: 480px) {
  .news_archive {
    margin-bottom: 3rem;
  }
}

.topic_pager {
  padding-bottom: 120px;
}
@media screen and (max-width: 480px) {
  .topic_pager {
    padding-bottom: 2rem;
  }
}
.topic_pager .page-numbers {
  display: flex;
  justify-content: center;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-weight: 600;
  color: #000;
  font-size: 1.2rem;
}
.topic_pager .page-numbers.current {
  color: #4FA9EB;
}
.topic_pager .page-numbers li {
  margin: 0 1rem;
}

.news-single {
  background-color: #F6F4F6;
  border-radius: 2rem;
  padding: 100px 80px;
  margin-bottom: 120px;
}
@media screen and (max-width: 1270px) {
  .news-single {
    padding: 80px 32px;
  }
}
@media screen and (max-width: 480px) {
  .news-single {
    padding: 50px 16px;
  }
}
.news-single_information {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-weight: 600;
  color: #000;
}
.news-single_category {
  background-color: #4FA9EB;
  text-align: center;
  color: #fff;
  width: 150px;
  border-radius: 18px;
  font-size: 14px;
}
.news-single h2 {
  margin-top: 2rem;
  margin-bottom: 3rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 480px) {
  .news-single h2 {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
  }
}
.news-single h3 {
  font-size: 1.2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 480px) {
  .news-single h3 {
    font-size: 1.1rem;
    margin-bottom: 1rem;
  }
}
.news-single p {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 480px) {
  .news-single p {
    margin-bottom: 1rem;
  }
}
.news-single_contents {
  padding: 5rem 0;
  border-top: solid 1px #C8C8C8;
  border-bottom: solid 1px #C8C8C8;
}
@media screen and (max-width: 480px) {
  .news-single_contents {
    padding: 2rem 0;
  }
}
.news-single .btn_wrap {
  text-align: center;
  margin-top: 5rem;
}
@media screen and (max-width: 480px) {
  .news-single .btn_wrap {
    margin-top: 2rem;
  }
}
.news-single .btn_wrap .btn {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-weight: 600;
  color: #000;
  background-color: #4FA9EB;
  color: #fff;
  width: 260px;
  border-radius: 42px;
  text-align: center;
  display: inline-block;
  padding: 1.1rem 0;
  transition: all 0.4s;
  border: solid 1px #4FA9EB;
}
@media screen and (max-width: 480px) {
  .news-single .btn_wrap .btn {
    width: 70%;
    font-size: 0.9rem;
  }
}
.news-single .btn_wrap .btn:hover {
  color: #4FA9EB;
  background-color: transparent;
}

/* ==============================
Project
============================== */
.top-company {
  text-align: center;
  overflow-x: clip;
  margin-top: 200px;
  margin-bottom: 150px;
}
@media screen and (max-width: 480px) {
  .top-company {
    margin: 50px 0;
  }
}
.top-company .flowtext {
  display: inline-block;
  white-space: nowrap;
  transform: translateX(0);
  animation: text_scroll 60s linear infinite;
}
.top-company .flowtext p {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-weight: 600;
  color: #000;
  display: inline;
  font-size: 100px;
}
@media screen and (max-width: 480px) {
  .top-company .flowtext p {
    font-size: 50px;
  }
}
.top-company_txt {
  margin-top: 80px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-weight: 600;
  color: #000;
}
@media screen and (max-width: 480px) {
  .top-company_txt {
    margin-top: 2rem;
  }
}
.top-company_txt p {
  font-size: 3rem;
}
@media screen and (max-width: 480px) {
  .top-company_txt p {
    font-size: 1.5rem;
  }
}
.top-company_txt .btn {
  display: inline-block;
  text-transform: capitalize;
  font-size: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #404547;
  background-color: #fff;
  padding: 1.5rem 0;
  width: 200px;
  border-radius: 50%;
  transition: 0.4s;
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 1270px) {
  .top-company_txt .btn {
    width: 150px;
    padding: 1rem 0;
    font-size: 1rem;
  }
}
.top-company_txt .btn:hover {
  background-color: #404547;
  color: #fff;
}
.top-business {
  background-color: #404547;
  color: #fff;
  padding: 150px 0 200px;
}
@media screen and (max-width: 480px) {
  .top-business {
    padding: 50px 0;
  }
}
.top-business .section_ttl {
  position: relative;
  padding-top: 10px;
}
.top-business .section_ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.top-business .section_ttl__en {
  text-transform: capitalize;
  padding-left: 33px;
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .top-business .section_ttl__en {
    font-size: 12px;
    padding-left: 23px;
  }
}
.top-business .section_ttl__en::before {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 480px) {
  .top-business .section_ttl__en::before {
    width: 15px;
    height: 15px;
  }
}
.top-business .section_ttl__en::before {
  background-image: url(../../../assets/img/ttl_icon.png);
}
.top-business .section_ttl h2 {
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .top-business .section_ttl h2 {
    font-size: 1.5rem;
  }
}
.top-business_contents {
  width: 70%;
  max-width: 1065px;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 1270px) {
  .top-business_contents {
    width: auto;
    max-width: none;
    margin-top: 2rem;
  }
}
.top-business_contents__item {
  display: flex;
  margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
  .top-business_contents__item {
    flex-direction: column;
  }
}
.top-business_contents__item .img {
  min-width: 380px;
}
@media screen and (max-width: 480px) {
  .top-business_contents__item .img {
    min-width: auto;
    width: auto;
  }
}
.top-business_contents__item .txt {
  padding-left: 2rem;
}
@media screen and (max-width: 480px) {
  .top-business_contents__item .txt {
    padding-left: 0;
    padding-top: 2rem;
  }
}
.top-business_contents__item .txt-ttl {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-weight: 600;
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 480px) {
  .top-business_contents__item .txt-ttl {
    margin-bottom: 0.5rem;
  }
}
.top-business .btn_wrap {
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .top-business .btn_wrap {
    margin-top: 50px;
  }
}
.top-business .btn_wrap .btn {
  display: inline-block;
  text-transform: capitalize;
  font-size: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: #404547;
  padding: 1.5rem 0;
  width: 200px;
  border-radius: 50%;
  transition: 0.4s;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 1270px) {
  .top-business .btn_wrap .btn {
    width: 150px;
    padding: 1rem 0;
    font-size: 1rem;
  }
}
.top-business .btn_wrap .btn:hover {
  background-color: #404547;
  color: #fff;
}
.top-business .btn_wrap .btn:hover {
  color: #404547;
  background-color: #fff;
  border-color: #404547;
}

.company {
  display: flex;
  margin-bottom: 200px;
}
@media screen and (max-width: 1270px) {
  .company {
    flex-direction: column;
    margin-bottom: 100px;
  }
}
.company .section_ttl {
  width: 250px;
}
@media screen and (max-width: 480px) {
  .company .section_ttl {
    width: auto;
  }
}
.company .section_ttl__en {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-weight: 600;
  color: #000;
  text-transform: capitalize;
  padding-left: 33px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .company .section_ttl__en {
    font-size: 12px;
    padding-left: 23px;
  }
}
.company .section_ttl__en::before {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 480px) {
  .company .section_ttl__en::before {
    width: 15px;
    height: 15px;
  }
}
.company .section_ttl__en::before {
  background-image: url(../../../assets/img/ttl_icon_bk.png);
}
.company .section_ttl h2 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-weight: 600;
  color: #000;
  font-size: 2rem;
}
@media screen and (max-width: 480px) {
  .company .section_ttl h2 {
    font-size: 1.5rem;
  }
}
.company-chart {
  width: calc(100% - 240px);
}
@media screen and (max-width: 1270px) {
  .company-chart {
    width: auto;
    margin-top: 2rem;
  }
}
.company-chart dl {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-weight: 600;
  color: #000;
  display: flex;
  border-bottom: 1px #C8C8C8 solid;
  padding-bottom: 2rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 480px) {
  .company-chart dl {
    flex-direction: column;
    padding-bottom: 1.5rem;
    margin-bottom: 2rem;
  }
}
.company-chart dl dt {
  width: 257px;
}
@media screen and (max-width: 480px) {
  .company-chart dl dt {
    width: auto;
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .company-chart dl dd {
    font-size: 16px;
    margin-top: 1rem;
  }
}
.company-chart dl dd .google {
  display: inline-block;
  background-color: #EBEBEB;
  border-radius: 25px;
  width: 220px;
  text-align: center;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 0;
  margin-top: 1rem;
  transition: all 0.4s;
}
.company-chart dl dd .google::before {
  content: "";
  position: absolute;
  left: 1.8rem;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 25px;
  background: url(../../../assets/img/map_icon.png) no-repeat center;
  background-size: contain;
}
.company-chart dl dd .google:hover {
  opacity: 0.7;
}

.contact {
  display: flex;
}
@media screen and (max-width: 1270px) {
  .contact {
    flex-direction: column;
  }
}
.contact .section_ttl {
  width: 240px;
}
@media screen and (max-width: 480px) {
  .contact .section_ttl {
    width: auto;
  }
}
.contact .section_ttl__en {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-weight: 600;
  color: #000;
  text-transform: capitalize;
  padding-left: 33px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .contact .section_ttl__en {
    font-size: 12px;
    padding-left: 23px;
  }
}
.contact .section_ttl__en::before {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 480px) {
  .contact .section_ttl__en::before {
    width: 15px;
    height: 15px;
  }
}
.contact .section_ttl__en::before {
  background-image: url(../../../assets/img/ttl_icon_bk.png);
}
.contact .section_ttl h2 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-weight: 600;
  color: #000;
  font-size: 2rem;
}
@media screen and (max-width: 480px) {
  .contact .section_ttl h2 {
    font-size: 1.5rem;
  }
}
.contact .tbl-base {
  width: calc(100% - 240px);
}
@media screen and (max-width: 1270px) {
  .contact .tbl-base {
    width: auto;
    margin-top: 2rem;
  }
}
.contact tr {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-weight: 600;
  color: #000;
  display: flex;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 480px) {
  .contact tr {
    flex-direction: column;
    margin-bottom: 2rem;
  }
}
.contact tr th {
  width: 257px;
}
@media screen and (max-width: 480px) {
  .contact tr th {
    width: auto;
  }
}
.contact tr th .clrred {
  color: red;
}
.contact tr td {
  width: calc(100% - 257px);
}
@media screen and (max-width: 480px) {
  .contact tr td {
    width: auto;
    margin-top: 1rem;
  }
}
.contact tr td input {
  width: 100%;
  border: #C8C8C8 solid 1px;
  border-radius: 0.5rem;
  padding: 1%;
}
.contact tr td textarea {
  width: 100%;
  border: #C8C8C8 solid 1px;
  border-radius: 0.5rem;
  padding: 1%;
}
.contact .btn-wrapper {
  text-align: center;
  justify-content: center;
}
.contact .btn-wrapper td {
  width: 350px;
}
@media screen and (max-width: 480px) {
  .contact .btn-wrapper td {
    width: 90%;
    margin: 0 auto;
  }
}
.contact .btn-wrapper td input {
  padding: 10px 0;
  border-radius: 35px;
  color: #fff;
  background-color: #4FA9EB;
  transition: all 0.4s;
  border: solid 1px #4FA9EB;
}
.contact .btn-wrapper td input:hover {
  background-color: #fff;
  color: #4FA9EB;
}

.section_ttl__en {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-weight: 600;
  color: #000;
  text-transform: capitalize;
  padding-left: 33px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .section_ttl__en {
    font-size: 12px;
    padding-left: 23px;
  }
}
.section_ttl__en::before {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 480px) {
  .section_ttl__en::before {
    width: 15px;
    height: 15px;
  }
}
.section_ttl__en::before {
  background-image: url(../../../assets/img/ttl_icon_bk.png);
}

.flex {
  display: flex;
  margin-top: 2rem;
}
@media screen and (max-width: 480px) {
  .flex {
    flex-direction: column;
    margin-top: 0;
  }
}
.flex .ttl {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-weight: 600;
  color: #000;
  font-size: 1.5rem;
  width: 550px;
}
@media screen and (max-width: 480px) {
  .flex .ttl {
    font-size: 1rem;
  }
}
.flex .txt {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-weight: 600;
  color: #000;
  margin-left: 6.25vw;
}
@media screen and (max-width: 480px) {
  .flex .txt {
    margin-left: 0;
    margin-top: 1.5rem;
  }
}
.flex .txt .btn {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-weight: 600;
  color: #000;
  display: inline-block;
  text-transform: capitalize;
  font-size: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #404547;
  background-color: #fff;
  padding: 1.5rem 0;
  width: 200px;
  border-radius: 50%;
  transition: 0.4s;
  text-align: center;
  margin-top: 2rem;
}
@media screen and (max-width: 1270px) {
  .flex .txt .btn {
    width: 150px;
    padding: 1rem 0;
    font-size: 1rem;
  }
}
.flex .txt .btn:hover {
  background-color: #404547;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .flex .btn_wrap {
    text-align: center;
  }
}

#web .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 120px;
}
@media screen and (max-width: 480px) {
  #web .content {
    margin-top: 3rem;
  }
}
#web .content-item {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-weight: 600;
  color: #000;
  width: calc(33.333% - 2.083vw);
  text-align: center;
  margin-bottom: 40px;
  --x-gradient: linear-gradient(90deg, #4FA9EB 0 40px, transparent 0 calc(100% - 40px), #4FA9EB calc(100% - 40px));
  --y-gradient: linear-gradient(#4FA9EB 0 40px, transparent 0 calc(100% - 40px), #4FA9EB calc(100% - 40px));
  position: relative;
  padding: 2rem 3rem;
  background-image: var(--x-gradient), var(--y-gradient), var(--x-gradient), var(--y-gradient);
  background-repeat: no-repeat;
  background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
  background-position: top, right, bottom, left;
}
@media screen and (max-width: 1270px) {
  #web .content-item {
    width: calc(50% - 2.398vw);
  }
}
@media screen and (max-width: 480px) {
  #web .content-item {
    padding: 1rem;
  }
}
#web .content-item_desc {
  color: #fff;
  background-color: #4FA9EB;
  width: 200px;
  margin: 0 auto;
  font-size: 12px;
  padding: 8px 0;
}
@media screen and (max-width: 480px) {
  #web .content-item_desc {
    width: auto;
    padding: 8px;
    font-size: 10px;
  }
}
#web .content-item h3 {
  margin-top: 1rem;
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  #web .content-item h3 {
    font-size: 16px;
  }
}
#web .content-item_enttl {
  color: #4FA9EB;
  text-transform: uppercase;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  #web .content-item_enttl {
    font-size: 10px;
  }
}

#finance {
  padding: 80px 0 200px;
  background-color: #404547;
}
@media screen and (max-width: 480px) {
  #finance {
    padding: 50px 0 0;
  }
}
#finance .section_ttl__en {
  color: #fff;
}
#finance .section_ttl__en::before {
  background-image: url(../../../assets/img/ttl_icon.png);
}
#finance .flex {
  margin-bottom: 120px;
}
#finance .flex .ttl {
  color: #fff;
}
#finance .flex .txt {
  color: #fff;
}
#finance .flex .txt .btn {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-weight: 600;
  color: #000;
  display: inline-block;
  text-transform: capitalize;
  font-size: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: #404547;
  color: #fff;
  padding: 1.5rem 0;
  width: 200px;
  border-radius: 50%;
  transition: 0.4s;
  text-align: center;
}
@media screen and (max-width: 1270px) {
  #finance .flex .txt .btn {
    width: 150px;
    padding: 1rem 0;
    font-size: 1rem;
  }
}
#finance .flex .txt .btn:hover {
  background-color: #fff;
  color: #404547;
}
#finance .content {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1270px) {
  #finance .content {
    flex-direction: column;
  }
}
#finance .content-inner {
  display: flex;
  flex-direction: column;
}
#finance .content-item {
  width: calc(33.333% - 3.646vw);
  text-align: center;
  position: relative;
  background-color: #fff;
  padding: 70px 2rem 2rem 2rem;
}
@media screen and (max-width: 1270px) {
  #finance .content-item {
    width: auto;
    margin-bottom: 5rem;
  }
}
#finance .content-item .num {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-weight: 600;
  color: #000;
  color: #4FA9EB;
  font-size: 80px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
}
#finance .content-item .img {
  width: 200px;
  height: 150px;
  margin: 0 auto;
}
#finance .content-item h3 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-weight: 600;
  color: #000;
  margin: 1.5rem 0 1rem;
  color: #4FA9EB;
  font-size: 20px;
}
#finance .content-item p {
  font-size: 14px;
}

.overview {
  display: flex;
  justify-content: space-between;
  margin-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .overview {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 480px) {
  .overview {
    margin-bottom: 50px;
  }
}
.overview .txt {
  width: 680px;
  margin-right: 100px;
}
@media screen and (max-width: 768px) {
  .overview .txt {
    width: auto;
    margin-right: 0;
  }
}
.overview .txt .section_ttl__en {
  text-transform: uppercase;
}
.overview .txt h2 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-weight: 600;
  color: #000;
  font-size: 1.5rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 480px) {
  .overview .txt h2 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .overview .img {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .overview p {
    margin-top: 2rem;
  }
}

.merit {
  background-color: #404547;
  padding: 80px 0 120px;
}
@media screen and (max-width: 480px) {
  .merit {
    padding: 50px 0;
  }
}
.merit .section_ttl__en {
  text-transform: uppercase;
  color: #fff;
}
.merit .section_ttl__en::before {
  background-image: url(../../../assets/img/ttl_icon.png);
}
.merit .section_ttl h2 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-weight: 600;
  color: #000;
  color: #fff;
  font-size: 1.5rem;
}
@media screen and (max-width: 480px) {
  .merit .section_ttl h2 {
    font-size: 1rem;
  }
}
.merit-list {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .merit-list {
    flex-direction: column;
  }
}
.merit-list_item {
  display: flex;
  margin-top: 80px;
}
@media screen and (max-width: 480px) {
  .merit-list_item {
    margin-top: 50px;
  }
}
.merit-list_item .decoration {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-weight: 600;
  color: #000;
  color: #4FA9EB;
  writing-mode: vertical-lr;
  font-size: 14px;
  margin-top: 60px;
  margin-right: 10px;
}
@media screen and (max-width: 480px) {
  .merit-list_item .decoration {
    font-size: 12px;
    margin-right: 5px;
  }
}
.merit-list_item__content {
  position: relative;
  background-color: #fff;
  width: 29.688vw;
  margin-right: 7.813vw;
  padding: 60px 45px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .merit-list_item__content {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .merit-list_item__content {
    padding: 2rem 1rem;
  }
}
.merit-list_item__content .num {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-weight: 600;
  color: #000;
  color: #4FA9EB;
  font-size: 80px;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 480px) {
  .merit-list_item__content .num {
    font-size: 60px;
  }
}
.merit-list_item__content .ttl {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-weight: 600;
  color: #000;
  display: inline-block;
  border-bottom: solid 1px #4FA9EB;
  font-size: 1.5rem;
  margin-bottom: 2rem;
}
.merit-list_item__content ol {
  margin-top: 2rem;
  text-align: left;
}

.case {
  padding: 80px 0 120px;
}
@media screen and (max-width: 480px) {
  .case {
    padding: 50px 0;
  }
}
.case .section_ttl__en {
  text-transform: uppercase;
}
.case .section_ttl h2 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-weight: 600;
  color: #000;
  font-size: 1.5rem;
}
@media screen and (max-width: 480px) {
  .case .section_ttl h2 {
    font-size: 1rem;
  }
}
.case-content {
  display: flex;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .case-content {
    flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  .case-content {
    margin-bottom: 1.5rem;
  }
}
.case-content li {
  margin-right: 100px;
}
@media screen and (max-width: 768px) {
  .case-content li {
    margin-right: 0;
    margin-bottom: 2rem;
  }
}
.case-content li:last-child {
  margin-right: 0;
}
.case-txt .attention {
  color: #4FA9EB;
  font-size: 3rem;
  margin: 0 1rem;
}
@media screen and (max-width: 480px) {
  .case-txt .attention {
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .case-txt p {
    padding-bottom: 1.5rem;
  }
}
.case .btn_wrap {
  text-align: center;
  margin-top: 5rem;
}
.case .btn_wrap .btn {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-weight: 600;
  color: #000;
  background-color: #4FA9EB;
  color: #fff;
  width: 500px;
  border-radius: 42px;
  text-align: center;
  display: inline-block;
  padding: 1.1rem 0;
  transition: all 0.4s;
  border: solid 1px #4FA9EB;
}
@media screen and (max-width: 480px) {
  .case .btn_wrap .btn {
    width: 70%;
    font-size: 0.9rem;
  }
}
.case .btn_wrap .btn:hover {
  color: #4FA9EB;
  background-color: transparent;
}

/* ==============================
 Component
============================== */
.hide {
  display: none;
}

.block {
  display: block;
}

@media screen and (max-width: 1270px) {
  .l_hide {
    display: none !important;
  }
  .l_block {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .m_hide {
    display: none !important;
  }
  .m_block {
    display: block !important;
  }
}
@media screen and (max-width: 480px) {
  .s_hide {
    display: none !important;
  }
  .s_block {
    display: block !important;
  }
}
.inner {
  padding: 0 50px;
}
@media screen and (max-width: 480px) {
  .inner {
    padding: 0 16px;
  }
}

.inner2 {
  max-width: 1520px;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 1270px) {
  .inner2 {
    width: auto;
    padding: 0 50px;
  }
}
@media screen and (max-width: 480px) {
  .inner2 {
    padding: 0 16px;
  }
}

.kv {
  position: relative;
  background: url(../../../assets/img/kv.png) no-repeat center;
  background-size: cover;
  height: 100vh;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  .kv {
    background-image: url(../../../assets/img/kv_sp.png);
  }
}
.kv .earth {
  position: relative;
  height: 100%;
}
.kv .earth-bg {
  position: absolute;
  width: 37.865vw;
  height: 40.104vw;
  bottom: 1.563vw;
  left: 6.25vw;
}
@media screen and (max-width: 1270px) {
  .kv .earth-bg {
    width: 550px;
    height: 550px;
    bottom: 0;
    left: 0;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 480px) {
  .kv .earth-bg {
    width: 350px;
    height: 350px;
  }
}
.kv-ttl {
  width: 35.417vw;
  position: absolute;
  bottom: 5.208vw;
  right: 14.583vw;
}
@media screen and (max-width: 1270px) {
  .kv-ttl {
    width: 70%;
    right: auto;
    left: 50px;
    bottom: 50px;
  }
}
@media screen and (max-width: 480px) {
  .kv-ttl {
    left: 16px;
  }
}

.page {
  padding-top: 270px;
}
@media screen and (max-width: 480px) {
  .page {
    padding-top: 150px;
  }
}
.page-ttl {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-weight: 600;
  color: #000;
  margin-bottom: 6rem;
}
@media screen and (max-width: 480px) {
  .page-ttl {
    margin-bottom: 3rem;
  }
}
.page-ttl .en {
  text-transform: capitalize;
  font-size: 6rem;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .page-ttl .en {
    font-size: 3rem;
  }
}
.page-ttl .ja {
  margin-top: 10px;
}
@media screen and (max-width: 480px) {
  .page-ttl .ja {
    font-size: 14px;
  }
}
.page-kv {
  width: 100%;
  height: 550px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 8.5rem;
}
@media screen and (max-width: 480px) {
  .page-kv {
    height: 350px;
    margin-bottom: 5rem;
  }
}
.page-kv.company {
  background-image: url(../../../assets/img/comapny_kv.png);
}
.page-kv.business {
  background-image: url(../../../assets/img/business_kv.png);
}
.page-kv.news {
  background-image: url(../../../assets/img/news_kv.png);
}
.page-kv.defined-contribution {
  background-image: url(../../../assets/img/dc_kv.png);
}

.delay-time05 {
  animation-delay: 0.5s;
}

.delay-time1 {
  animation-delay: 1s;
}

.delay-time15 {
  animation-delay: 1.5s;
}

.delay-time2 {
  animation-delay: 2s;
}

.delay-time25 {
  animation-delay: 2.5s;
}

.blur {
  animation-name: blurAnime;
  animation-duration: 1s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
.blurTrigger {
  opacity: 0;
}

@keyframes m-bg-o {
  0% {
    background: 0 0;
  }
  100% {
    background: rgba(65, 66, 36, 0.5);
  }
}
.glowAnime span {
  opacity: 0;
}

.glowAnime.glow span {
  animation: glow_anime_on 1s ease-out forwards;
}

@keyframes glow_anime_on {
  0% {
    opacity: 0;
    text-shadow: 0 0 0 #fff, 0 0 0 #fff;
  }
  50% {
    opacity: 1;
    text-shadow: 0 0 10px #fff, 0 0 15px #fff;
  }
  100% {
    opacity: 1;
    text-shadow: 0 0 0 #fff, 0 0 0 #fff;
  }
}
@keyframes glowarrow_anime_on {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes text_scroll {
  100% {
    transform: translateX(-100%);
  }
}/*# sourceMappingURL=style.css.map */