@charset "UTF-8";
/*------------------------------------------------------------
    Reset
------------------------------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  color: #231916;
  overflow-x: hidden;
}
html.c-active {
  overflow-y: hidden;
}
body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
table,
input,
textarea,
select,
option {
  line-height: 1.1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
img {
  vertical-align: top;
}
a,
a img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a {
  color: inherit;
  text-decoration: none;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  cursor: pointer;
}
img {
  max-width: 100%;
  display: inline-block;
  height: auto;
}
.sp-only {
  display: none;
}
@media only screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Layout .l-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/* Header
------------------------------------------------------------*/
.c-header__fixed {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.c-header__fixed .c-header__top {
  background-color: #090000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 134px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 2.4% 0 3.5%;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
@media only screen and (max-width: 1023px) {
  .c-header__fixed .c-header__top {
    height: 88px;
  }
}
.c-header__fixed .c-header__top.c-active {
  height: 100px;
}
@media only screen and (max-width: 1023px) {
  .c-header__fixed .c-header__top.c-active {
    height: 88px;
  }
}
.c-header__fixed .c-header__top.c-active .c-header__logo {
  width: 60px;
}
@media only screen and (max-width: 767px) {
  .c-header__fixed .c-header__top.c-active .c-header__logo {
    width: 40px;
  }
    .c-header__fixed .c-header__top.c-active {
    height: 75px;
  }
}
.c-header__fixed .c-header__top.c-active .c-header__contact {
  height: 65px !important;
}
@media only screen and (max-width: 1023px) {
  .c-header__fixed .c-header__top.c-active .c-header__contact {
    height: 58px !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-header__fixed .c-header__top.c-active .c-header__contact {
    height: 50px !important;
  }
}
.c-header__fixed .c-header__top.c-active .c-header__social {
  -webkit-transform: translateY(-1px) !important;
  transform: translateY(-1px) !important;
}
@media only screen and (max-width: 1023px) {
  .c-header__fixed .c-header__top.c-active .c-header__social {
    -webkit-transform: translateY(2px) !important;
    transform: translateY(2px) !important;
  }
}
.c-header__fixed .c-header__top .c-header__logo {
  width: 75px;
}
@media only screen and (max-width: 1023px) {
  .c-header__fixed .c-header__top .c-header__logo {
    width: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .c-header__fixed .c-header__top .c-header__logo {
    width: 45px;
  }
}
.c-header__fixed .c-header__top .c-header__topright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-header__fixed .c-header__top .c-header__topright .c-header__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 23px;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
@media only screen and (max-width: 767px) {
  .c-header__fixed .c-header__top .c-header__topright .c-header__social {
    display: none;
  }
}
.c-header__fixed .c-header__top .c-header__topright .c-header__social .c-social__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-header__fixed .c-header__top .c-header__topright .c-header__social .c-social__link .c-social__logo {
  width: 37px;
  height: 37px;
}
@media only screen and (max-width: 767px) {
  .c-header__fixed .c-header__top .c-header__topright .c-header__social .c-social__link .c-social__logo {
    width: 30px;
    height: 30px;
  }
}
.c-header__fixed .c-header__top .c-header__topright .c-header__social .c-social__link .c-social__desc {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
  white-space: nowrap;
}
@media only screen and (max-width: 1023px) {
  .c-header__fixed .c-header__top .c-header__topright .c-header__social .c-social__link .c-social__desc {
    font-size: 1.1rem;
  }
}
.c-header__fixed .c-header__top .c-header__topright .c-header__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 155px;
  height: 78px;
  border-radius: 39px;
  background-color: #090000;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 48px;
  border: 2px solid #090000;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
@media only screen and (max-width: 1023px) {
  .c-header__fixed .c-header__top .c-header__topright .c-header__contact {
    margin-left: 15px;
    height: 58px;
  }
}
@media only screen and (max-width: 767px) {
  .c-header__fixed .c-header__top .c-header__topright .c-header__contact {
    width: 120px;
  }
}
.c-header__fixed .c-header__top .c-header__topright .c-header__contact:hover {
  background-color: #fff;
  opacity: 1;
}
.c-header__fixed .c-header__top .c-header__topright .c-header__contact:hover .c-hc__top {
  color: #231916;
}
.c-header__fixed .c-header__top .c-header__topright .c-header__contact:hover .c-hc__bottom {
  color: #231916;
}
.c-header__fixed .c-header__top .c-header__topright .c-header__contact .c-hc__top {
  color: #a4a4a5;
  font-size: 0.9rem;
  font-weight: 500;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  letter-spacing: 1px;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.c-header__fixed .c-header__top .c-header__topright .c-header__contact .c-hc__bottom {
  color: #fff;
  font-size: 1.563rem;
  font-weight: 700;
  letter-spacing: 1px;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
@media only screen and (max-width: 580px) {
  .c-header__fixed .c-header__top .c-header__topright .c-header__contact .c-hc__bottom {
    font-size: 1.4rem;
    letter-spacing: 0.5px;
  }
}
.c-header__fixed .c-header__bottom {
  height: 83px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #c6552c;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.c-header__fixed .c-header__bottom.c-active {
  height: 65px;
}
@media only screen and (max-width: 1023px) {
  .c-header__fixed .c-header__bottom {
    display: none;
  }
}
.c-header__fixed .c-header__bottom .c-header__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1400px;
  padding: 0 3.2%;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

}
@media only screen and (max-width: 1100px) {
  .c-header__fixed .c-header__bottom .c-header__links {
    padding: 0 1.5%;
  }
}
.c-header__fixed .c-header__bottom .c-header__links div.c-header__link {
  cursor: default;
}
.c-header__fixed .c-header__bottom .c-header__links .c-header__link {
  gap: 2px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c-link__index{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: crimson;
  z-index: 10;
  opacity: 0;
  background-color: transparent;
  color: transparent;
}





.c-header__fixed .c-header__bottom .c-header__links .c-header__link .c-link__en {
  font-size: 0.9rem;
  font-weight: 500;
  color: #a4a4a5;
}
.c-header__fixed .c-header__bottom .c-header__links .c-header__link .c-link__jp {
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.c-header__fixed .c-header__bottom .c-header__links .c-header__link:hover {
  opacity: 1;
  background-color: #fff;
}
.c-header__fixed .c-header__bottom .c-header__links .c-header__link:hover .c-link__jp {
  color: #cc4c1e;
}
.c-header__fixed .c-header__bottom .c-header__links .c-header__link.c-active {
  opacity: 1;
  background-color: #fff;
}
.c-header__fixed .c-header__bottom .c-header__links .c-header__link.c-active .c-link__jp {
  color: #cc4c1e;
}
.c-header__fixed .c-header__bottom .c-header__links .c-header__link:hover .c-menu__drop {
  display: block;
}
.c-header__fixed .c-header__bottom .c-header__links .c-menu__drop {
  position: absolute;
  left: 0;
  top: 100%;
  display: none;
  -webkit-animation: growDown 250ms ease;
  animation: growDown 250ms ease;
  width: 100%;
}
.c-header__fixed .c-header__bottom .c-header__links .c-menu__drop::before {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  height: 30px;
  bottom: 100%;
  background-color: transparent;
}
.c-header__fixed .c-header__bottom .c-header__links .c-menu__drop .c-drop__links a {
  padding: 10px 8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 71px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  background-color: #231916;
}
.c-header__fixed .c-header__bottom .c-header__links .c-menu__drop .c-drop__links a + a {
  border-top: 1px solid #fff;
}
.c-header__fixed .c-header__bottom .c-header__links .c-menu__drop .c-drop__links a:hover {
  opacity: 1;
  background-color: #332e2d;
}
.c-header__fixed .c-header__bottom .c-header__links .c-menu__drop .c-drop__links a:hover i {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}
.c-header__fixed .c-header__bottom .c-header__links .c-menu__drop .c-drop__links a i {
  color: #E94519;
  font-size: 2rem;
  margin-right: 20px;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.c-header__fixed .c-header__bottom .c-header__links .c-menu__drop .c-drop__links a span {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.c-modal__menu {
  background-color: #231916;
  min-height: 100vh;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding: 20px 3% 150px;
  position: absolute;
  -webkit-transition: left 1s cubic-bezier(0.42, 0, 0.05, 1.04);
  transition: left 1s cubic-bezier(0.42, 0, 0.05, 1.04);
  left: 100%;
  top: 100%;
  right: 0;
  bottom: 0;
  z-index: 999;
  left: -100%;
  display: none;
}
@media only screen and (max-width: 1023px) {
  .c-modal__menu {
    display: block;
  }
}
.c-modal__menu.c-active {
  left: 0;
}
.c-modal__menu .c-modal__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 25px;
  margin-top: 25px;
}
.c-modal__menu .c-modal__sns a {
  width: 35px;
  height: 35px;
}
.c-modal__menu .c-modal__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}
.c-modal__menu .c-modal__links .c-modal__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  padding: 10px 15px;
}
.c-modal__menu .c-modal__links .c-modal__link i {
  font-size: 2.3rem;
  color: #E94519;
}
.c-modal__menu .c-modal__links .c-modal__link .c-modal__sub {
  margin-left: 15px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-modal__menu .c-modal__links .c-modal__link .c-modal__sub .c-modal__en {
  font-size: 1.3rem;
}
.c-modal__menu .c-modal__links .c-modal__link .c-modal__sub .c-modal__jp {
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 2px;
}
.c-modal__menu .c-modal__links div.c-modal__link {
  border: none;
}
.c-modal__menu .c-modal__links .c-u__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  margin-left: 50px;
  gap: 35px;
  margin-bottom: 10px;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.c-modal__menu .c-modal__links .c-u__links a {
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  width: 60px;
  gap: 5px;
}
.c-modal__menu .c-modal__links .c-u__links a i {
  font-size: 1.5rem;
  color: #E94519;
}
.c-header__burger {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .c-header__burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 20px;
  }
}
.menu-toggle {
  height: 22px;
  width: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}
.menu-toggle span {
  height: 3px;
  background-color: #fff;
  -webkit-transition: width 200ms ease;
  transition: width 200ms ease;
  transition: width 200ms ease;
  transition: width 200ms ease;
}
.menu-toggle span:nth-child(1) {
  width: 80%;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
  transition-delay: 200ms;
  transition-delay: 200ms;
}
.menu-toggle span:nth-child(2) {
  width: 100%;
}
.menu-toggle span:nth-child(3) {
  width: 60%;
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
  transition-delay: 400ms;
  transition-delay: 400ms;
}
.menu-toggle span:nth-child(4) {
  position: absolute;
  top: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  width: 3px;
  height: 0;
  -webkit-transition: height 400ms;
  transition: height 400ms;
  transition: height 400ms;
  transition: height 400ms;
}
.menu-toggle.c-active {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
  transition-delay: 400ms;
  transition-delay: 400ms;
}
.menu-toggle.c-active span:nth-child(1) {
  width: 0;
  -webkit-transition: 200ms ease;
  transition: 200ms ease;
  transition: 200ms ease;
  transition: 200ms ease;
}
.menu-toggle.c-active span:nth-child(3) {
  width: 0;
  -webkit-transition: 200ms ease;
  transition: 200ms ease;
  transition: 200ms ease;
  transition: 200ms ease;
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
  transition-delay: 150ms;
  transition-delay: 150ms;
}
.menu-toggle.c-active span:nth-child(4) {
  height: 35px;
  -webkit-transition: height 200ms ease;
  transition: height 200ms ease;
  transition: height 200ms ease;
  transition: height 200ms ease;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
  transition-delay: 200ms;
  transition-delay: 200ms;
}
/*------------------------------------------------------------
footer
------------------------------------------------------------*/
.c-footer {
  background-color: #000000;
  padding-top: 100px;
  padding-bottom: 30px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .c-footer {
    padding-top: 90px;
  }
}
.c-footer__logo {
  width: 132px;
  margin: 0 auto;
}
.c-footer .c-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 78px;
  gap: 35px;
}
.c-footer .c-footer__nav .c-footer__sns {
  max-width: 63px;
}
@media only screen and (max-width: 767px) {
  .c-footer .c-footer__nav .c-footer__sns {
    max-width: 40px;
  }
}
.c-footer .c-footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 125px;
  position: relative;
  margin-top: 56px;
}
@media only screen and (max-width: 767px) {
  .c-footer .c-footer__links {
    gap: 90px;
  }
}
@media only screen and (max-width: 580px) {
  .c-footer .c-footer__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
  }
}
.c-footer .c-footer__links::before {
  content: "";
  position: absolute;
  height: 25px;
  width: 1px;
  background-color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 580px) {
  .c-footer .c-footer__links::before {
    display: none;
  }
}
.c-footer .c-footer__links .c-footer__link {
  font-size: 1.6rem;
  color: #fff;
}
.c-footer .c-footer__links .c-footer__link span {
  display: inline-block;
  -webkit-transform: translateX(-35px);
  transform: translateX(-35px);
}
@media only screen and (max-width: 580px) {
  .c-footer .c-footer__links .c-footer__link span {
    -webkit-transform: unset;
    transform: unset;
  }
}
.c-footer .c-footer__copyright {
  text-align: center;
  font-weight: 500;
  font-size: 1.8rem;
  color: #fff;
  margin-top: 76px;
}
.uptop {
  position: absolute;
  top: 45px;
  right: 3%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-weight: 300;
  width: 26px;
  height: 47px;
  font-size: 1.304rem;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .uptop {
    top: 30px;
  }
}
.uptop span {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-animation: opacity_up_top 2s infinite;
  animation: opacity_up_top 2s infinite;
  opacity: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  margin-left: -5px;
}
.uptop span:nth-child(1) {
  top: 0;
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}
.uptop span:nth-child(2) {
  top: 7px;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.uptop span:nth-child(3) {
  top: 14px;
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
.uptop span:nth-child(4) {
  top: 21px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
@-webkit-keyframes opacity_up_top {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes opacity_up_top {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/*------------------------------------------------------------
sidebar
------------------------------------------------------------*/
/* Breadcrumb
------------------------------------------------------------*/
/* layout
------------------------------------------------------------*/
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  body {
    min-width: 320px;
  }
}
main {
  padding-top: 217px;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
@media only screen and (max-width: 1023px) {
  main {
    padding-top: 88px;
  }
}
.l-container {
  max-width: 1212px;
  margin: 0 auto;
  padding: 0 15px;
}
@media only screen and (max-width: 1023px) {
  .l-container {
    padding: 0 4%;
  }
}
@media only screen and (max-width: 767px) {
  .l-container {
    padding: 0 3.5%;
  }
}
.l-container2 {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0;
}
@-webkit-keyframes arrow {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  49.9% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes arrow {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  49.9% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes scroll {
  0% {
    opacity: 0;
    top: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
    top: calc(100% - 10px);
  }
}
@keyframes scroll {
  0% {
    opacity: 0;
    top: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
    top: calc(100% - 10px);
  }
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Component .c-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
btn
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-btn1 {
  background-color: #E94519;
  width: 300px;
  height: 70px;
  border-radius: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  border: 2px solid #E94519;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .c-btn1 {
    width: 260px;
    height: 62px;
  }
}
@media only screen and (max-width: 580px) {
  .c-btn1 {
    width: 230px;
  }
}
.c-btn1 span {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 500;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
@media only screen and (max-width: 767px) {
  .c-btn1 span {
    font-size: 2rem;
    -webkit-transform: unset;
    transform: unset;
  }
}
.c-btn1:hover {
  opacity: 1;
  background-color: #fff;
}
.c-btn1:hover span {
  color: #E94519;
}
/*------------------------------------------------------------
title
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-title1 {
  font-size: 5.2rem;
  font-weight: 700;
  font-family: "Barlow Condensed", sans-serif;
  text-align: center;
  white-space: nowrap;
  line-height: 1;
}
.c-title1--logo > span {
  position: relative;
  /* margin-left: 30px; */
}
.c-title1--logo .c-logo {
  position: absolute;
left: -54px;
    bottom: 17px;
    width: 49px;
}
.c-title2 {
  text-align: center;
  font-weight: 500;
  white-space: nowrap;
  margin-top: 8px;
}
/*------------------------------------------------------------
icon
------------------------------------------------------------*/
.c-page__introduce {
  height: 328px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 1023px) {
  .c-page__introduce {
    height: 290px;
  }
}
@media only screen and (max-width: 875px) {
  .c-page__introduce {
    height: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .c-page__introduce {
    height: 220px;
  }
}
@media only screen and (max-width: 580px) {
  .c-page__introduce {
    height: 170px;
  }
}
@media only screen and (max-width: 414px) {
  .c-page__introduce {
    height: 150px;
  }
}
.c-page__introduce.c-page__introduce--dark {
  background-color: #30292d;
}
.c-page__introduce.c-page__introduce--dark h1 {
  color: #fff;
}
.c-page__introduce.c-page__introduce--light {
  background-color: #efefef;
}
.c-page__introduce.c-page__introduce--light h1 {
  color: #231916;
}
.c-page__introduce h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-page__introduce h1 .c-h1__span {
  font-size: 6rem;
  font-weight: 500;
  white-space: nowrap;
}
@media only screen and (max-width: 1023px) {
  .c-page__introduce h1 .c-h1__span {
    font-size: 4.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-page__introduce h1 .c-h1__span {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 580px) {
  .c-page__introduce h1 .c-h1__span {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 374px) {
  .c-page__introduce h1 .c-h1__span {
    font-size: 2.5rem;
  }
}
.c-page__introduce h1 .c-h1__triangle {
  margin-top: 10px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 25px solid #E94519;
}
@media only screen and (max-width: 767px) {
  .c-page__introduce h1 .c-h1__triangle {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 18px solid #E94519;
    margin-top: 4px;
  }
}
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
form
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
text
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
navi
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-menu__icon {
  width: 30px;
  height: 21px;
  cursor: pointer;
  z-index: 9999;
}
.c-menu__icon .line-1,
.c-menu__icon .line-2,
.c-menu__icon .line-3 {
  height: 3px;
  width: 100%;
  background-color: #231916;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.c-menu__icon .line-1 {
  -webkit-animation: animate-line-1-rev 0.7s ease-in-out;
  animation: animate-line-1-rev 0.7s ease-in-out;
}
.c-menu__icon .line-2 {
  margin: 6px 0;
  -webkit-animation: animate-line-2-rev 0.7s ease-in-out;
  animation: animate-line-2-rev 0.7s ease-in-out;
}
.c-menu__icon .line-3 {
  -webkit-animation: animate-line-3-rev 0.7s ease-in-out;
  animation: animate-line-3-rev 0.7s ease-in-out;
}
.c-menu__icon:hover .line-1,
.c-menu__icon:hover .line-2,
.c-menu__icon:hover .line-3 {
  background-color: #231916;
}
.c-menu__icon.c-active .line-1,
.c-menu__icon.c-active .line-2,
.c-menu__icon.c-active .line-3 {
  background-color: #231916;
}
.c-menu__icon.c-active .line-1 {
  -webkit-animation: animate-line-1 0.7s cubic-bezier(0.3, 1, 0.7, 1) forwards;
  animation: animate-line-1 0.7s cubic-bezier(0.3, 1, 0.7, 1) forwards;
}
.c-menu__icon.c-active .line-2 {
  -webkit-animation: animate-line-2 0.7s cubic-bezier(0.3, 1, 0.7, 1) forwards;
  animation: animate-line-2 0.7s cubic-bezier(0.3, 1, 0.7, 1) forwards;
}
.c-menu__icon.c-active .line-3 {
  -webkit-animation: animate-line-3 0.7s cubic-bezier(0.3, 1, 0.7, 1) forwards;
  animation: animate-line-3 0.7s cubic-bezier(0.3, 1, 0.7, 1) forwards;
}
.no-animation {
  -webkit-animation: none !important;
  animation: none !important;
  animation: none !important;
}
@-webkit-keyframes animate-line-1 {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  50% {
    -webkit-transform: translate3d(0, 9px, 0) rotate(0);
    transform: translate3d(0, 9px, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
    transform: translate3d(0, 9px, 0) rotate(45deg);
  }
}
@keyframes animate-line-1 {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  50% {
    -webkit-transform: translate3d(0, 9px, 0) rotate(0);
    transform: translate3d(0, 9px, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
    transform: translate3d(0, 9px, 0) rotate(45deg);
  }
}
@-webkit-keyframes animate-line-2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}
@keyframes animate-line-2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}
@-webkit-keyframes animate-line-3 {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  50% {
    -webkit-transform: translate3d(0, -9px, 0) rotate(0);
    transform: translate3d(0, -9px, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate3d(0, -9px, 0) rotate(135deg);
    transform: translate3d(0, -9px, 0) rotate(135deg);
  }
}
@keyframes animate-line-3 {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  50% {
    -webkit-transform: translate3d(0, -9px, 0) rotate(0);
    transform: translate3d(0, -9px, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate3d(0, -9px, 0) rotate(135deg);
    transform: translate3d(0, -9px, 0) rotate(135deg);
  }
}
@-webkit-keyframes animate-line-1-rev {
  0% {
    -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
    transform: translate3d(0, 9px, 0) rotate(45deg);
  }
  50% {
    -webkit-transform: translate3d(0, 9px, 0) rotate(0);
    transform: translate3d(0, 9px, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
}
@keyframes animate-line-1-rev {
  0% {
    -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
    transform: translate3d(0, 9px, 0) rotate(45deg);
  }
  50% {
    -webkit-transform: translate3d(0, 9px, 0) rotate(0);
    transform: translate3d(0, 9px, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
}
@-webkit-keyframes animate-line-2-rev {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes animate-line-2-rev {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes animate-line-3-rev {
  0% {
    -webkit-transform: translate3d(0, -9px, 0) rotate(135deg);
    transform: translate3d(0, -9px, 0) rotate(135deg);
  }
  50% {
    -webkit-transform: translate3d(0, -9px, 0) rotate(0);
    transform: translate3d(0, -9px, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
}
@keyframes animate-line-3-rev {
  0% {
    -webkit-transform: translate3d(0, -9px, 0) rotate(135deg);
    transform: translate3d(0, -9px, 0) rotate(135deg);
  }
  50% {
    -webkit-transform: translate3d(0, -9px, 0) rotate(0);
    transform: translate3d(0, -9px, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
}
/*------------------------------------------------------------
img
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
list
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-news__list .c-news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  background-color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .c-news__list .c-news__item {
    padding: 15px;
  }
}
.c-news__list .c-news__item:hover {
  background-color: #ddb7b9;
  opacity: 1;
}
.c-news__list .c-news__item + .c-news__item {
  margin-top: 15px;
}
.c-news__list .c-news__item .c-news__img {
  overflow: hidden;
  width: 147px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 580px) {
  .c-news__list .c-news__item .c-news__img {
    width: 100%;
    -ms-flex-negative: unset;
    flex-shrink: unset;
    margin-bottom: 10px;
  }
  .c-news__list .c-news__item .c-news__img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.c-news__list .c-news__item .c-news__date {
  font-weight: 500;
  font-size: 1.8rem;
  margin-right: 2.2%;
  margin-left: 2.6%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 580px) {
  .c-news__list .c-news__item .c-news__date {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
}
.c-news__list .c-news__item .c-news__cat {
  min-width: 102px;
  padding: 8px 3.5px 10px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  background-color: #999;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 3%;
  text-align: center;
}
@media only screen and (max-width: 580px) {
  .c-news__list .c-news__item .c-news__cat {
    margin-right: 0;
  }
}
.c-news__list .c-news__item .c-news__cat.c-news__cat--1 {
  background-color: #5cb531;
}
.c-news__list .c-news__item .c-news__cat.c-news__cat--2 {
  background-color: #2672ba;
}
.c-news__list .c-news__item .c-news__cat.c-news__cat--3 {
  background-color: #E94519;
}
.c-news__list .c-news__item .c-news__cat.c-news__cat--4 {
  background-color: #231916;
}
.c-news__list .c-news__item .c-news__title {
  padding-right: 5%;
  font-size: 2rem;
  font-weight: 500;
  text-align: justify;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
@media only screen and (max-width: 1023px) {
  .c-news__list .c-news__item .c-news__title {
    padding-right: 3%;
  }
}
@media only screen and (max-width: 875px) {
  .c-news__list .c-news__item .c-news__title {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-news__list .c-news__item .c-news__title {
    font-size: 1.6rem;
    padding: 0;
    margin-top: 10px;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: 100%;
  }
}
@media only screen and (max-width: 580px) {
  .c-news__list .c-news__item .c-news__title {
    font-size: 1.45rem;
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
}
/*------------------------------------------------------------
table
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
line
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
.c-slider1 .slider-track {
  -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}
.c-slider1 .c-slider1__img {
  height: 100%;
  position: relative;
  z-index: 1;
  /* height: 632px; */
}
@media only screen and (max-width: 767px) {
  .c-slider1 .c-slider1__img {
    /* max-height: 500px; */
  }
}
@media only screen and (max-width: 580px) {
  .c-slider1 .c-slider1__img {
    /* max-height: 400px; */
  }
}
.c-slider1 .c-slider1__img img {
  width: 100%;
  -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  /* max-height: 632px; */
  /* height: 100%; */
  -o-object-fit: cover;
  object-fit: cover;
  height: 707px;
  object-position: center bottom;
}
@media only screen and (max-width: 767px) {
  .c-slider1 .c-slider1__img img {
    max-height: auto;
    height: auto;
  }
}
@media only screen and (max-width: 580px) {
  .c-slider1 .c-slider1__img img {
    max-height: auto;
    height: auto;
  }
}
.c-slider1 .c-slider1__img.slick-active img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
other
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
@-webkit-keyframes growDown {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    transform: scaleY(0);
    transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes growDown {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    transform: scaleY(0);
    transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    transform: scaleY(1);
    transform: scaleY(1);
  }
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Project .p-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
Css of home page
------------------------------------------------------------*/
.p-top {
  /* background-color: #eceeee; */
}
.p-top .c-news {
  padding-top: 77px;
  padding-bottom: 100px;
}
.p-top .c-news .c-news__list {
  margin-top: 62px;
  margin-bottom: 88px;
}
@media only screen and (max-width: 767px) {
  .p-top .c-news {
  padding-top: 55px;
  padding-bottom: 80px;
}
  .p-top .c-news .c-news__list {
    margin-top: 35px;
    margin-bottom: 50px;
  }
}
.p-top .c-service {
  padding-top: 112px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .p-top .c-service {
    padding-top: 70px;
    padding-bottom: 90px;
  }
}
@media only screen and (max-width: 580px) {
  .p-top .c-service {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
.p-top .c-service .c-service__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px 2%;
  margin-bottom: 112px;
}
@media only screen and (max-width: 767px) {
  .p-top .c-service .c-service__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 25px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.p-top .c-service .c-service__list .c-service__item {
  width: 32%;
  padding: 5px;
  border: 1px solid #231916;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .p-top .c-service .c-service__list .c-service__item {
    width: 48%;
  }
}
.p-top .c-service .c-service__list .c-service__item .c-service__img {
  overflow: hidden;
}
.p-top .c-service .c-service__list .c-service__item .c-service__img img {
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 183/134;
}
.p-top .c-service .c-service__list .c-service__item .c-service__title {
  font-size: 2.3rem;
  font-weight: 700;
  color: #423e3d;
  text-align: center;
  letter-spacing: 3px;
  padding: 10px 6px 7px;
  white-space: nowrap;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
@media only screen and (max-width: 1023px) {
  .p-top .c-service .c-service__list .c-service__item .c-service__title {
    letter-spacing: 1px;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-top .c-service .c-service__list .c-service__item .c-service__title {
    font-size: 1.6rem;
    letter-spacing: 0.5px;
  }
}
.p-top .c-service .c-service__list .c-service__item:hover {
  opacity: 1;
  background-color: #d6d6d6;
}
.p-top .c-service .c-service__list .c-service__item:hover .c-service__img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.p-top .c-service .c-service__list .c-service__item:hover .c-service__title {
  color: #E94519;
}
.p-top .c-family {
  padding-top: 48px;
  padding-bottom: 60px;
}
.p-top .c-family .c-family__list {
  margin-top: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px 1.3333333333%;
}
@media only screen and (max-width: 1023px) {
  .p-top .c-family .c-family__list {
    gap: 16px 2%;
  }
}
@media only screen and (max-width: 767px) {
  .p-top .c-family .c-family__list {
    gap: 16px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.p-top .c-family .c-family__list .c-family__item {
  width: 24%;
}
@media only screen and (max-width: 1023px) {
  .p-top .c-family .c-family__list .c-family__item {
    width: 32%;
  }
}
@media only screen and (max-width: 767px) {
  .p-top .c-family .c-family__list .c-family__item {
    width: 48%;
  }
}
.p-top .c-family .c-family__list .c-family__item img {
  aspect-ratio: 284/93;
  -o-object-fit: cover;
  object-fit: cover;
  object-fit: contain;
  width: 100%;
}
.p-top .c-family .c-btn1 {
  margin-top: 86px;
}
.c-banner__container {
  padding-top: 150px;
  padding-bottom: 200px;
}
@media only screen and (max-width: 767px) {
  .c-banner__container {
    padding-top: 100px;
    padding-bottom: 140px;
  }
}
@media only screen and (max-width: 580px) {
  .c-banner__container {
    padding-top: 60px;
    padding-bottom: 90px;
  }
}
.c-banner__container .c-banner__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 25px 2%;
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .c-banner__container .c-banner__list {
    gap: 20px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.c-banner__container .c-banner__list .c-banner__item {
  width: 32%;
}
@media only screen and (max-width: 767px) {
  .c-banner__container .c-banner__list .c-banner__item {
    gap: 25% 0;
    width: 48%;
  }
}
/*------------------------------------------------------------
Css of home page
------------------------------------------------------------*/
.p-about {
  line-height: 2;
}
.c-family__container {
  padding-top: 158px;
  padding-bottom: 180px;
  background-color: #292024;
}
@media only screen and (max-width: 1023px) {
  .c-family__container {
    padding-top: 100px;
    padding-bottom: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .c-family__container {
    padding-top: 70px;
    padding-bottom: 120px;
  }
}
.c-family__container .l-container {
  max-width: 1068px;
}
.c-family__container .c-family__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 90px 2.75%;
}
@media only screen and (max-width: 875px) {
  .c-family__container .c-family__list {
    gap: 45px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.c-family__container .c-family__list .c-family__item {
  width: 31.5%;
}
@media only screen and (max-width: 875px) {
  .c-family__container .c-family__list .c-family__item {
    width: 48%;
  }
}
@media only screen and (max-width: 580px) {
  .c-family__container .c-family__list .c-family__item {
    width: 100%;
  }
}
.c-family__container .c-family__list .c-family__item img {
  aspect-ratio: 377 / 279;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.c-staff__container {
  padding-top: 158px;
  padding-bottom: 180px;
  background-color: #292024;
  color: #fff;
}
.c-staff__container .l-container {
  max-width: 1160px;
}
.c-staff__container .c-staff__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 98px 8%;
}
@media only screen and (max-width: 1100px) {
  .c-staff__container .c-staff__list {
    gap: 85px 3.5%;
  }
}
@media only screen and (max-width: 1023px) {
  .c-staff__container .c-staff__list {
    gap: 50px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.c-staff__container .c-staff__list .c-staff__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #fff;
  width: 28%;
}
@media only screen and (max-width: 1100px) {
  .c-staff__container .c-staff__list .c-staff__item {
    width: 31%;
  }
}
@media only screen and (max-width: 1023px) {
  .c-staff__container .c-staff__list .c-staff__item {
    width: 48%;
  }
}
@media only screen and (max-width: 767px) {
  .c-staff__container .c-staff__list .c-staff__item {
    width: 100%;
  }
}
.c-staff__container .c-staff__list .c-staff__item .c-staff__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 118px;
}
.c-staff__container .c-staff__list .c-staff__item .c-staff__img img {
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 2/3;
}
.c-staff__container .c-staff__list .c-staff__item .c-staff__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 23px 34px;
}
@media only screen and (max-width: 1100px) {
  .c-staff__container .c-staff__list .c-staff__item .c-staff__content {
    padding: 18px 25px;
  }
}
.c-staff__container .c-staff__list .c-staff__item .c-staff__content .c-staff__role {
  font-size: 1.2rem;
  color: #e0e1e1;
}
.c-staff__container .c-staff__list .c-staff__item .c-staff__content .c-staff__name {
  font-weight: 700;
  font-size: 2rem;
}
.c-staff__container .c-staff__list .c-staff__item .c-staff__content .c-staff__birthday {
  font-size: 1.2rem;
  color: #b5b6b6;
  margin-top: 7px;
  letter-spacing: 0.5px;
}
.c-staff__container .c-staff__list .c-staff__item .c-staff__content .c-staff__born {
  font-size: 1.2rem;
  color: #b5b6b6;
}
.c-staff__container .c-staff__list .c-staff__item .c-staff__content .c-staff__background {
  font-size: 1.2rem;
  color: #b5b6b6;
}
.c-privacy__container {
  padding-top: 132px;
  /* padding-bottom: 200px; */
}
@media only screen and (max-width: 1023px) {
  .c-privacy__container {
    padding-top: 100px;
    /* padding-bottom: 150px; */
  }
}
@media only screen and (max-width: 767px) {
  .c-privacy__container {
    padding-top: 70px;
    /* padding-bottom: 120px; */
  }
}
@media only screen and (max-width: 580px) {
  .c-privacy__container {
    padding-top: 45px;
    /* padding-bottom: 100px; */
  }
}
.c-privacy__container .l-container {
  max-width: 860px;
}
.c-privacy__container .c-privacy__title {
  text-align: center;
  color: #E94519;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 48px;
  font-size: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .c-privacy__container .c-privacy__title {
    margin-bottom: 20px;
  }
}
.c-privacy__container .c-privacy__content {
  font-size: 1.6rem;
  line-height: 2.625;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .c-privacy__container .c-privacy__content {
    font-size: 1.5rem;
  }
}
.c-privacy__container .c-privacy__content strong {
  font-weight: 500;
  font-size: 2.1rem;
}
@media only screen and (max-width: 767px) {
  .c-privacy__container .c-privacy__content strong {
    font-size: 1.8rem;
  }
}
.p-player .c-player__container {
  padding-top: 158px;
  padding-bottom: 180px;
  background-color: #292024;
  color: #fff;
}
@media only screen and (max-width: 1023px) {
  .p-player .c-player__container {
    padding-top: 100px;
    padding-bottom: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .p-player .c-player__container {
    padding-top: 70px;
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 580px) {
  .p-player .c-player__container {
    padding-top: 45px;
    padding-bottom: 100px;
  }
}
.p-player .c-player__container .l-container {
  max-width: 1250px;
}
.p-player .c-player__container .c-player__title1 {
  text-align: center;
  font-size: 5.5rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  margin-bottom: 70px;
}
@media only screen and (max-width: 1023px) {
  .p-player .c-player__container .c-player__title1 {
    font-size: 4.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-player .c-player__container .c-player__title1 {
    font-size: 3.5rem;
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 580px) {
  .p-player .c-player__container .c-player__title1 {
    margin-bottom: 25px;
  }
}
.p-player .c-player__container .c-player__title1--mr {
  margin-top: 120px;
}
@media only screen and (max-width: 1023px) {
  .p-player .c-player__container .c-player__title1--mr {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .p-player .c-player__container .c-player__title1--mr {
    margin-top: 80px;
  }
}
.p-player .c-player__container .c-player__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 85px 2.6666666667%;
}
@media only screen and (max-width: 1023px) {
  .p-player .c-player__container .c-player__list {
    gap: 50px 2%;
  }
}
@media only screen and (max-width: 767px) {
  .p-player .c-player__container .c-player__list {
    gap: 50px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.p-player .c-player__container .c-player__list .c-player__item {
  width: 23%;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .p-player .c-player__container .c-player__list .c-player__item {
    width: 32%;
  }
}
@media only screen and (max-width: 767px) {
  .p-player .c-player__container .c-player__list .c-player__item {
    width: 48%;
  }
}
.p-player .c-player__container .c-player__list .c-player__item .c-player__img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-position: top;
}
.p-player .c-player__container .c-player__list .c-player__item .c-player__jp {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 9px;
}
@media only screen and (max-width: 767px) {
  .p-player .c-player__container .c-player__list .c-player__item .c-player__jp {
    font-size: 1.7rem;
    margin-top: 4px;
  }
}
.p-player .c-player__container .c-player__list .c-player__item .c-player__en {
  font-size: 1.2rem;
  margin-top: 4px;
}
.p-player .c-player__container .c-player__list .c-player__item .c-player__team {
  font-size: 1.2rem;
  margin-top: 5px;
  letter-spacing: 1px;
}
.c-game__container {
  padding-top: 158px;
  padding-bottom: 180px;
  background-color: #292024;
  color: #fff;
}
@media only screen and (max-width: 1023px) {
  .c-game__container {
    padding-top: 100px;
    padding-bottom: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .c-game__container {
    padding-top: 70px;
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 580px) {
  .c-game__container {
    padding-top: 45px;
    padding-bottom: 100px;
  }
}
.c-game__container .l-container {
  max-width: 1180px;
}
@media only screen and (max-width: 580px) {
  .p-game .c-page__introduce h1 .c-h1__span {
    font-size: 2.4rem;
  }
}
.c-table__container {
  overflow-y: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.c-table__container::-webkit-scrollbar {
  width: 10px;
}
.c-table__container::-webkit-scrollbar:horizontal {
  height: 10px;
}
.c-table__container::-webkit-scrollbar-track {
  background-color: rgba(204, 204, 204, 0.3);
}
.c-table__container::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #fefefe;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.c-table__game {
  border: 1px solid #fff;
  border-collapse: collapse;
  padding: 5px;
  width: 100%;
}
.c-table__game th {
  background-color: #747374;
  border: 1px solid #fff;
  border-right: unset;
  border-left: unset;
  padding: 23px 1.2%;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 500;
  text-align: justify;
  white-space: nowrap;
}
@media only screen and (max-width: 1250px) {
  .c-table__game th {
    font-size: 1.8rem;
    padding: 18px 1.2%;
  }
}
@media only screen and (max-width: 875px) {
  .c-table__game th {
    font-size: 1.6rem;
  }
}
.c-table__game th:nth-child(1) {
  width: 11%;
}
@media only screen and (max-width: 875px) {
  .c-table__game th:nth-child(1) {
    min-width: 170px;
  }
}
@media only screen and (max-width: 580px) {
  .c-table__game th:nth-child(1) {
    min-width: 120px;
  }
}
.c-table__game th:nth-child(2) {
  width: 8%;
}
@media only screen and (max-width: 875px) {
  .c-table__game th:nth-child(2) {
    min-width: 90px;
  }
}
.c-table__game th:nth-child(3) {
  width: 14%;
}
@media only screen and (max-width: 875px) {
  .c-table__game th:nth-child(3) {
    min-width: 180px;
  }
}
.c-table__game th:nth-child(4) {
  width: 18%;
}
@media only screen and (max-width: 875px) {
  .c-table__game th:nth-child(4) {
    min-width: 230px;
  }
}
.c-table__game th:nth-child(5) {
  width: 13%;
}
@media only screen and (max-width: 875px) {
  .c-table__game th:nth-child(5) {
    min-width: 168px;
  }
}
.c-table__game th:nth-child(6) {
  width: 7%;
}
@media only screen and (max-width: 875px) {
  .c-table__game th:nth-child(6) {
    min-width: 90px;
  }
}
.c-table__game th:nth-child(7) {
  width: 15%;
}
@media only screen and (max-width: 875px) {
  .c-table__game th:nth-child(7) {
    min-width: 190px;
  }
}
.c-table__game td {
  border: 1px solid #fff;
  border-right: unset;
  border-left: unset;
  text-align: justify;
  padding: 5px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 400;
  background-color: transparent;
  padding: 19px 1.2%;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 1250px) {
  .c-table__game td {
    font-size: 1.6rem;
    padding: 17px 1.2%;
  }
}
@media only screen and (max-width: 1023px) {
  .c-table__game td {
    font-size: 1.45rem;
    padding: 15px 1.2%;
  }
}
.c-schedule__container {
  padding-top: 158px;
  padding-bottom: 180px;
  background-color: #292024;
  color: #fff;
}
.schedule1-container {
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
}
.schedule1-table {
  margin-top: 107px;
  border: 1px solid #fff;
}
@media only screen and (max-width: 1023px) {
  .schedule1-table {
    margin-top: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .schedule1-table {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 516px) {
  .schedule1-table {
    margin-top: 60px;
  }
}
.schedule-academy .schedule1-table {
  margin-top: 20px;
}
.schedule1-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
.schedule1-col2 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 26px;
  padding-right: 26px;
}
.schedule1-col2 p:nth-child(n+2) {
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  .schedule1-col2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 516px) {
  .schedule1-col2 {
    padding-left: 14px;
    padding-right: 14px;
  }
}
.schedule1-row1 {
  background-color: #747374;
}
.schedule1-row1__col2 {
  padding-top: 16px;
  padding-bottom: 16px;
}
@media only screen and (max-width: 516px) {
  .schedule1-row1__col2 {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.schedule1-col1 {
  min-width: 105px;
  border-right: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1px 0;
}
@media only screen and (max-width: 516px) {
  .schedule1-col1 {
    min-width: 90px;
  }
}
.schedule1-no {
  display: inline-block;
  width: 55px;
}
@media only screen and (max-width: 516px) {
  .schedule1-no {
    width: 45px;
  }
}
.schedule1-day {
  display: inline-block;
  width: 45px;
}
.schedule1-fs1 {
  font-size: 1.6rem;
}
@media only screen and (max-width: 516px) {
  .schedule1-fs1 {
    font-size: 1.5rem;
  }
}
.schedule1-fs2 {
  font-size: 3.15rem;
}
@media only screen and (max-width: 516px) {
  .schedule1-fs2 {
    font-size: 2.5rem;
  }
}
.schedule1-color-red {
  color: #E94519;
}
.schedule1-content {
  text-align: left;
}
.schedule1-content-title {
  text-align: center;
  display: inline-block;
  padding-right: 102px;
}
@media only screen and (max-width: 767px) {
  .schedule1-content-title {
    padding-right: 0;
  }
}
.schedule1-row:nth-child(n+2) {
  border-top: 1px solid #fff;
}
.schedule1-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-left: -10px;
}
.schedule1-tab {
  width: calc(50% - 10px);
  margin-left: 10px;
  background-color: #747374;
  padding: 10px 5px;
  text-align: center;
  font-size: 2.3192rem;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.common-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  appearance: none;
  appearance: none;
  background-color: #fff;
  cursor: pointer;
  text-align: center;
  width: 234px;
  padding: 15px 10px 12px;
  font-size: 2rem;
  font-weight: 500;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 6px;
  background-image: url(./../img/triangle_down_black.svg);
  background-repeat: no-repeat;
  background-position-x: 95.2%;
  background-position-y: 19px;
  background-size: 13px;
  margin: 0 auto;
  display: block;
}
.common-select.common-select2 {
  width: 290px;
}
.common-select.common-select3 {
  max-width: 413px;
  width: 100%;
}
@media only screen and (max-width: 516px) {
  .common-select {
    padding: 13px 10px 10px;
  }
}
@media only screen and (max-width: 1199px) {
  .common-padding {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .common-padding {
    padding-left: 25px;
    padding-right: 25px;
  }

  .common-select.common-select3 {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 516px) {
  .common-padding {
    padding-left: 20px;
    padding-right: 20px;
  }

  .common-select.common-select3 {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 580px) {
  .p-contact .c-page__introduce h1 .c-h1__span {
    font-size: 2.4rem;
  }
}
.c-contact__container {
  padding-top: 132px;
  padding-bottom: 200px;
  background-color: #F7F8F8;
}
@media only screen and (max-width: 1023px) {
  .c-contact__container {
    padding-top: 100px;
    padding-bottom: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .c-contact__container {
    padding-top: 70px;
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 580px) {
  .c-contact__container {
    padding-bottom: 100px;
  }
}
.c-contact__container .l-container {
  max-width: 1200px;
}
.c-contact__container .c-contact__title {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 580px) {
  .c-contact__container .c-contact__title {
    font-size: 2rem;
  }
}
.c-contact__container .c-contact__wrapper1 {
  border: 2px solid #E94519;
  margin-top: 33px;
  margin-bottom: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 580px) {
  .c-contact__container .c-contact__wrapper1 {
    margin-bottom: 90px;
  }
}
.c-contact__container .c-contact__wrapper1 .c-contact__phone {
  font-size: 6rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .c-contact__container .c-contact__wrapper1 .c-contact__phone {
    font-size: 4.5rem;
  }
}
@media only screen and (max-width: 580px) {
  .c-contact__container .c-contact__wrapper1 .c-contact__phone {
    font-size: 3.5rem;
  }
}
.c-contact__container .c-contact__wrapper1 .c-contact__date {
  font-size: 1.9rem;
  font-weight: 500;
  margin-top: 14px;
}
@media only screen and (max-width: 580px) {
  .c-contact__container .c-contact__wrapper1 .c-contact__date {
    margin-top: 6px;
    font-size: 1.7rem;
  }
}
.c-form__container {
  margin-top: 37px;
  border: 2px solid #E94519;
  padding: 62px 4.7% 94px;
}
@media only screen and (max-width: 767px) {
  .c-form__container {
    margin-top: 15px;
    padding: 30px 5% 60px;
  }
}
@media only screen and (max-width: 580px) {
  .c-form__container {
    padding: 25px 5% 40px;
  }
}
.c-form__container .c-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-form__container .c-form__row + .c-form__row {
  margin-top: 30px;
}
.c-form__container .c-form__row .c-form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 194px;
}
.c-form__container .c-form__row .c-form__label .c-require {
  font-size: 1.2rem;
  color: #fff;
  background-color: #E94519;
  padding: 2px 5px 3px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  white-space: nowrap;
  margin-right: 11px;

}
.c-form__container .c-form__row .c-form__label .c-require--invi {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  
}
.c-form__container .c-form__row .c-form__label .c-label {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
.c-form__container .c-form__row .c-form__input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media only screen and (max-width: 767px) {
  .c-form__container .c-form__row .c-form__input {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: 100%;
    margin-top: 12px;
  }
}
.c-form__container .c-form__row .c-form__input .c-input__type {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  border-radius: 8px;
  height: 62px;
  font-size: 1.6rem;
  background-color: #e6e6e6;
  padding: 12px 19px;
  letter-spacing: 1px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.c-form__container .c-form__row .c-form__input textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  border-radius: 8px;
  height: 122px;
  font-size: 1.6rem;
  background-color: #e6e6e6;
  padding: 12px 19px;
  letter-spacing: 1px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: vertical;
}
.c-agree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.7rem;
  margin-top: 240px;
  font-weight: 500;
  position: relative;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .c-agree {
    letter-spacing: 1px;
  }
}
@media only screen and (max-width: 414px) {
  .c-agree {
    letter-spacing: 0.5px;
    font-size: 1.3rem;
    margin-top: 35px;
  }
}
.c-agree input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
.c-agree .wpcf7-list-item-label {
  display: none;
}
.c-agree .wpcf7-not-valid-tip {
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: 50%;
  -webkit-transform: translateX(24px);
  transform: translateX(24px);
  transform: translateX(24px);
}
.c-agree .c-policy {
  margin-left: 7px;
  color: #2c69b3;
}
.c-submit__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 39px;
}
.c-submit__container .c-submit__button {
  cursor: pointer;
  position: relative;
}
.c-submit__container input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  appearance: none;
  appearance: none;
}
.c-submit__container .c-submit__button .wpcf7-spinner {
  position: absolute !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -32px;
  margin: 0 !important;
  padding: 0 !important;
}
.c-submit__button {
  width: 100%;
  max-width: 310px;
  height: 55px;
  border: 2px solid #747374;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #747374;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  border-radius: 6px;
}
/* .c-submit__button::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 6%;
  width: 20px;
  height: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
} */
.c-submit__button:hover {
  opacity: 1;
  background-color: #E94519;
}
/* .c-submit__button:hover::after {
  right: 2%;
} */
.c-submit__button span {
  color: #fff;
  font-weight: 700;
  font-size: 1.7rem;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  letter-spacing: 1px;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
.p-news .c-news__container {
  padding-top: 132px;
  /* padding-bottom: 200px; */
}
@media only screen and (max-width: 1023px) {
  .p-news .c-news__container {
    padding-top: 100px;
    /* padding-bottom: 150px; */
  }
}
@media only screen and (max-width: 767px) {
  .p-news .c-news__container {
    padding-top: 70px;
    /* padding-bottom: 120px; */
  }
}
.p-news .c-news__item {
  border: 1px solid #231916;
}
.c-single__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-single__row .c-single__img {
  width: 25%;
}
.c-single__row .c-single__img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .c-single__row .c-single__img {
    width: 35%;
  }
}
@media only screen and (max-width: 580px) {
  .c-single__row .c-single__img {
    width: 100%;
  }
}
.c-single__row .c-single__right {
  width: 72%;
}
@media only screen and (max-width: 767px) {
  .c-single__row .c-single__right {
    width: 62%;
  }
}
@media only screen and (max-width: 580px) {
  .c-single__row .c-single__right {
    width: 100%;
  }
}
.c-single__row .c-single__right .c-single__title {
  font-size: 2.1rem;
  font-weight: 500;
  text-align: justify;
  padding-bottom: 5px;
  border-bottom: 3px solid #E94519;
}
@media only screen and (max-width: 580px) {
  .c-single__row .c-single__right .c-single__title {
    margin-top: 4px;
    font-size: 1.8rem;
  }
}
.c-single__row .c-single__right .c-single__date {
  margin-top: 5px;
  font-size: 1.7rem;
  letter-spacing: 1px;
}
@media only screen and (max-width: 580px) {
  .c-single__row .c-single__right .c-single__date {
    font-size: 1.5rem;
  }
}
.c-single__content {
  font-size: 1.5rem;
  text-align: justify;
  letter-spacing: 1px;
  margin-top: 40px;
  padding: 0 3%;
  line-height: 1.6;
  margin-bottom: 60px;
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Utility .u-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/





.c-pnav__news {
  margin-top: 50px;
  margin-bottom: 20px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .c-pnav__news {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
  }
}
.c-pnav__news a {
  display: inline-block;
  width: 36px;
  line-height: 36px;
  background-color: #fff;
  border: 1px solid #E94519;
  text-align: center;
  color: #E94519;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  font-size: 1.7rem;
}

.c-pnav__news a:hover, .c-pnav__news a.current {
  background-color: #E94519;
  color: #fff;
}

.c-pnav__news .prev.page-numbers, .c-pnav__news .next.page-numbers {
  background-color: none;
  border: none;
  color: #E2E9EC;
  font-size: 25px;
  display: none;
}

.c-pnav__news .prev.page-numbers:hover, .c-pnav__news .next.page-numbers:hover {
  background-color: #fff;
  border: none;
  color: #b3464e;
}

.c-pnav__news .page-numbers.current {
  display: inline-block;
  width: 36px;
  line-height: 36px;
  border: none;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  background-color: #E94519;
  color: #fff;
  font-size: 1.7rem;
}

.page-numbers.dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}


.c-form__input.c-form__input2{
    position: relative;
}
.c-form__input.c-form__input2::after{
    position: absolute;
    right: 3%;
    content: url(./../img/contact_icon.png);
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}


.loading {
  text-align: center;
  padding: 50px 0;
}

.loading img {
  width: 200px;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .loading img {
    width: 100px;
  }
}




.c-list1412{
  display: flex;
  justify-content: space-between;
}

.c-item1412{
  width: 31%;
  border: 1px solid #fff;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4.4rem;
  font-style: italic;
  color: #fff;
  transition: all 0.2s ease-in;
}


.c-item1412:hover{
  color: #231916;
  background-color: #fff;
}


/* 14/12/2023 Hà san */

.c-about__container{
  margin: 120px auto 0;
  max-width: 1124px;
}
@media only screen and (max-width: 1023px) {
  .c-about__container{
    margin: 100px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-about__container{
    margin: 70px auto 0px;
  }
}
.c-about__list .c-about__item{
display: flex;
border-bottom: 1px solid #231916;
padding: 18px 0;

}
.c-about__list .c-about__item:first-child{
border-top: 1px solid #231916;
}
.c-about__list .c-about__title{
font-size: 1.6rem;
font-weight: 500;
width: 60px;
flex-shrink: 0;

}
.c-about__list .c-about__desc{
font-size: 1.6rem;
text-align: justify;
flex: 1;
padding-left: 16%;
letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
.c-about__list .c-about__title{
  font-size: 1.4rem;
  }
.c-about__list .c-about__desc{
  font-size: 1.4rem;
padding-left: 8%;

}
}



.c-about__title1{
  text-align: center;
  font-weight: 700;
  font-size: 3.5rem;
}

@media only screen and (max-width: 1023px) {
  .c-about__title1{
    font-size: 2.8rem;
  }
}


@media only screen and (max-width: 767px) {
  .c-about__title1{
    font-size: 2.2rem;
  }
}


@media only screen and (max-width: 475px) {
  .c-about__title1{
    font-size: 1.9rem;
  }
}

.c-about__title1 span{
  position: relative;
}

.c-about__title1 span::after{
    content: "";
    position: absolute;
    width: 100%;
    background-color: #E94519;
    height: 5px;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
}


.c-about__row1{
  display: flex;
  margin-top: 100px;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4px 0;
}

@media only screen and (max-width: 767px) {
  .c-about__row1{
    margin-top: 40px;
  }
}

.c-aboutrow1__img{
  width: 49%;
}
.c-aboutrow1__img img{
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .c-aboutrow1__img{
    width: 100%;
  }
}

.c-aboutrow1__right{
  font-size: 2.4rem;
  text-align: justify;
  line-height: calc(42/24);
  font-weight: 700;
  width: 49%;
  margin-top: 19px;
}


@media only screen and (max-width: 767px) {
  .c-aboutrow1__right{
    font-size: 2rem;
    margin-top: 0;
    width: 100%;
  }
  
}

@media only screen and (max-width: 475px) {
  .c-aboutrow1__right{
    font-size: 1.6rem;
    margin-top: 0;
  }
  
}




.c-about__margin{
  margin-top: 137px;

}

@media only screen and (max-width: 767px) {
  .c-about__margin{
    margin-top: 95px;
  }
}

.c-about__list2{
  padding-top: 70px;
  max-width: 616px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .c-about__list2{
    padding-top: 40px;
  }
}
.c-about__list2 li{
  display: flex;
}
.c-about__list2 li + li{
  margin-top: 30px;
}
.c-about__list2 li h6{
  font-size: 2.4rem;
  flex-shrink: 0;
  width: 86px;
  font-weight: 700;
}
.c-about__list2 li p{
  font-size: 2.4rem;
  flex: 1;
  padding-left: 5%;
  text-align: justify;
  font-weight: 700;
  letter-spacing: 3px;
}

@media only screen and (max-width: 767px) {
  .c-about__list2 li h6{
    font-size: 2rem;
    width: 75px;
  }
  .c-about__list2 li p{
    font-size: 2rem;
  }
}


@media only screen and (max-width: 475px) {
  .c-about__list2 li h6{
    font-size: 1.8rem;
    width: 65px;
  }
  .c-about__list2 li p{
    font-size: 1.8rem;
    padding-left: 4%;
  }
}


.c-banner__commingsoon{
  margin-bottom: 130px;
}


.c-instagram__container{
  margin-bottom: 100px;
}

.c-tiktok__container{
  margin-bottom: 100px;
}


.c-animo__item + .c-animo__item{
  margin-top: 120px;
}

.c-animo__label{
font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    border-left: 14px solid #E25525;
    border-bottom: 4px solid #E25525;
    padding-bottom: 4px;
    padding-left: 13px;
    margin-bottom: 40px;
}


.video-list{
  display: flex;
  flex-wrap: wrap;
  gap: 90px 2.75%;
}


@media only screen and (max-width: 875px) {
  .video-list{
    gap: 35px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.video-list .video-item {
  width: 31.5%;
}
@media only screen and (max-width: 875px) {
  .video-list .video-item {
    width: 48%;
  }
}


.video-thumb {
  aspect-ratio: 377 / 279;
  overflow: hidden;
  background: #000;
}

.video-thumb video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.video-title {
  margin-top: 10px;
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  font-weight: 500;
}