@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
------------------------------------------------------------*/
:root {
  --white: #fff;
  --gray: #3f3b3a;
}
.c-header--white {
  --header-text: #fff;
  --header-text2: #2e3158;
  --header-text-shadow: 0 0 4px #666;
  --header-bg1: #fff;
}
.c-header--blue {
  --header-text: #3f3b3a;
  --header-text2: #fff;
  --header-text-shadow: unset;
  --header-bg1: #1a2d53;
}
.c-header__logo {
  position: fixed;
  z-index: 99;
  width: 122px;
  top: 3.6%;
  left: 2%;
}
@media only screen and (max-width: 767px) {
  .c-header__logo {
    top: 13px;
  }
}
@media only screen and (max-width: 580px) {
  .c-header__logo {
    width: 100px;
    top: 20px;
    left: 17px;
  }
}
.c-header__menubar {
  position: absolute;
  z-index: 99;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  right: 115px;
  top: 6%;
}
@media only screen and (max-width: 1300px) {
  .c-header__menubar {
    right: 95px;
  }
}
@media only screen and (max-width: 1023px) {
  .c-header__menubar {
    display: none;
  }
}
.c-header__menubar .c-menu {
  gap: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--header-text);
  font-family: "Outfit", sans-serif;
}
@media only screen and (max-width: 1300px) {
  .c-header__menubar .c-menu {
    gap: 30px;
  }
}
@media only screen and (max-width: 1160px) {
  .c-header__menubar .c-menu {
    gap: 24px;
  }
}
.c-header__menubar .c-menu .c-menu__link {
  font-weight: 400;
  position: relative;
}
.c-header__menubar .c-menu .c-menu__link > a {
  text-shadow: var(--header-text-shadow);
}
@media only screen and (max-width: 1160px) {
  .c-header__menubar .c-menu .c-menu__link {
    font-size: 1.3rem;
  }
}
.c-header__menubar .c-menu .c-menu__link:hover .c-submenu {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  pointer-events: auto;
}
.c-header__menubar .c-menu .c-menu__link::before {
  content: "";
  position: absolute;
  width: calc(100% + 30px);
  height: 30px;
  background-color: transparent;
  top: calc(100% - 15px);
  z-index: -1;
  cursor: pointer;
}
@media only screen and (max-width: 1300px) {
  .c-header__menubar .c-menu .c-menu__link::before {
    width: 100%;
  }
}
.c-header__menubar .c-menu .c-menu__link .c-dot__white {
  position: absolute;
  width: 1px;
  top: calc(50% + 1px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -21px;
}
@media only screen and (max-width: 1300px) {
  .c-header__menubar .c-menu .c-menu__link .c-dot__white {
    left: -15px;
  }
}
.c-header__menubar .c-menu .c-menu__link:hover > a {
  color: #2e3158;
  text-shadow: unset;
}
.c-header__menubar .c-menu .c-menu__link.c-active {
  color: #2e3158;
  text-shadow: unset;
  font-weight: 500;
}
.c-header__menubar .c-menu .c-menu__link.c-active:hover a {
  text-shadow: 0 0 7px #fff, 0 0 10px #fff, 0 0 21px #fff, 0 0 42px #fff, 0 0 82px #fff;
}
.c-header__menubar .c-submenu {
  position: absolute;
  background-color: var(--header-bg1);
  width: 1000vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: calc(100% + 11px);
  padding-left: 30px;
  height: 53px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-left-radius: 18px;
  gap: 30px;
  color: var(--header-text2);
  /* quan trọng: thay vì display none */
  opacity: 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  pointer-events: none;
}
@media only screen and (max-width: 1160px) {
  .c-header__menubar .c-submenu {
    padding-left: 20px;
    height: 44px;
    gap: 20px;
  }
}
.c-header__menubar .c-submenu li a {
  font-size: 1.2rem;
  font-weight: 500;
  position: relative;
}
.c-header__menubar .c-submenu li a:hover {
  opacity: 1;
  color: var(--header-text1);
}
.c-header__menubar .c-submenu li a:hover::before {
  height: 4px;
  bottom: -3px;
}
.c-header__menubar .c-submenu li a::before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 1px;
  background-color: var(--header-text2);
  left: 0;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.c-header__menubar .c-submenu__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.c-header__menubar .c-submenu__title .c-submenu__txt {
  font-weight: 500;
}
.c-header__menubar .c-submenu__title .c-submenu__dotwhite {
  width: 1px;
}
.c-menu__burger {
  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;
  cursor: pointer;
  background-color: #2e3158;
  border: 2px solid #fff;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  position: fixed;
  right: 24px;
  top: 4.3%;
  z-index: 9999;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
@media only screen and (max-width: 767px) {
  .c-menu__burger {
    top: 13px;
    right: 18px;
  }
}
.c-sns__fixed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  right: 24px;
  gap: 12px;
  z-index: 99;
  top: 52%;
  border-radius: 23px;
}
@media only screen and (max-width: 580px) {
  .c-sns__fixed {
    right: 14px;
    top: 58%;
  }
}
.c-sns__fixed .c-sns__link {
  width: 44px;
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.c-modal__container {
  position: fixed;
  z-index: 999;
  background-color: #2e3158;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 110px;
  overflow-x: hidden;
  overflow-y: auto;
  min-height: 100vh;
  display: none;
}

@media only screen and (max-height: 850px) {
  .c-modal__container {
    padding-top: 60px;
  }
}


@media only screen and (max-width: 767px) {
  .c-modal__container {
    padding-top: 0;
  }
}
.c-modal__container.c-active {
  display: block;
  -webkit-animation: fade 0.35s ease-in;
  animation: fade 0.35s ease-in;
  animation: fade 0.35s ease-in;
  animation: fade 0.35s ease-in;
}
.c-modal__wrapper {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.c-header__modal {
  margin: 0 auto;
  max-width: 962px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .c-header__modal {
    padding: 0;
    /* padding-bottom: 60px; */
  }
  .c-modal__wrapper {
    padding-bottom: 96px;
}
}
.c-headermodal__img {
  width: 31%;
}
@media only screen and (max-width: 1023px) {
  .c-headermodal__img {
    width: 35%;
  }
}
@media only screen and (max-width: 767px) {
  .c-headermodal__img {
    display: none;
  }
}
.c-headermodal__img img {
  border-radius: 14px;
}
.c-headermodal__right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 13.6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 1023px) {
  .c-headermodal__right {
    padding-left: 7%;
  }
}
@media only screen and (max-width: 767px) {
  .c-headermodal__right {
    padding-left: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.c-nav__list {
  width: 44%;
  padding-top: 18px;
}
@media only screen and (max-width: 767px) {
  .c-nav__list {
    width: 100%;
    padding-top: 0;
  }
}
.c-nav__list .c-nav__item + .c-nav__item {
  margin-top: 38.5px;
}
@media only screen and (max-width: 767px) {
  .c-nav__list .c-nav__item + .c-nav__item {
    margin-top: 0;
  }
}
.c-nav__list .c-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 7px;
  border-bottom: 1px solid #fff;
  padding-right: 7px;
  cursor: pointer;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .c-nav__list .c-nav__link {
    padding: 15px;
    background-color: #000030;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 73px;
  }
}
.c-nav__list .c-nav__link.c-active .c-a__plus span:nth-child(2) {
  -webkit-transform: translateX(-50%) rotate(90deg);
  transform: translateX(-50%) rotate(90deg);
}
.c-nav__list .c-nav__link:hover .c-a__txt {
  text-shadow: 0 0 7px #fff, 0 0 10px #fff, 0 0 21px #fff, 0 0 42px #fff, 0 0 82px #fff;
}
.c-nav__list .c-nav__link:hover i {
  -webkit-transform: translateX(7px);
  transform: translateX(7px);
}
@media only screen and (max-width: 767px) {
  .c-nav__list .c-nav__link:hover i {
    -webkit-transform: unset;
    transform: unset;
    right: 5%;
  }
}
.c-nav__list .c-nav__link:hover .c-a__plus {
  width: 14px;
  height: 14px;
}
.c-nav__list .c-nav__link .c-a__txt {
  font-weight: 300;
  font-size: 1.5rem;
  font-family: "Outfit", sans-serif;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
@media only screen and (max-width: 767px) {
  .c-nav__list .c-nav__link .c-a__txt {
    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;
    font-size: 1.2rem;
  }
}
.c-nav__list .c-nav__link .c-a__txt span {
  display: none;
  font-weight: 500;
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .c-nav__list .c-nav__link .c-a__txt span {
    display: inline-block;
  }
}
.c-nav__list .c-nav__link i {
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
@media only screen and (max-width: 767px) {
  .c-nav__list .c-nav__link i {
    position: absolute;
    right: 9%;
  }
}
.c-nav__list .c-nav__link .c-a__plus {
  position: relative;
  width: 12px;
  height: 12px;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
@media only screen and (max-width: 767px) {
  .c-nav__list .c-nav__link .c-a__plus {
    position: absolute;
    right: 8%;
  }
}
.c-nav__list .c-nav__link .c-a__plus span {
  background-color: #fff;
  position: absolute;
}
.c-nav__list .c-nav__link .c-a__plus span:nth-child(1) {
  width: 100%;
  height: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-nav__list .c-nav__link .c-a__plus span:nth-child(2) {
  height: 100%;
  width: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.c-headermodal__three {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 922px;
  padding: 0 20px;
  margin-top: 34px;
  background-color: #fff;
  border-radius: 7px;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .c-headermodal__three {
    display: none;
  }
}
.c-headermodal__three .c-hthree__item {
  width: 33.3333333333%;
  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;
  color: #113b6b;
  padding-top: 4.5px;
  padding-bottom: 4.5px;
}
.c-headermodal__three .c-hthree__note1 {
  font-weight: 600;
  font-size: 1.2rem;
  text-align: center;
  letter-spacing: 0.5px;
}
.c-headermodal__three .c-hthree__time {
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
}
.c-headermodal__three .c-hthree__phone {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: 1px;
}
.c-headermodal__three .c-hthree__link1 {
  font-weight: 600;
  font-size: 1.8rem;
  text-align: center;
}
.c-dot__blue {
  position: absolute;
  width: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-dot__blue.c-dot__blue1 {
  left: 34.8%;
}
.c-dot__blue.c-dot__blue2 {
  left: 66.4%;
}
.c-hthree__noteline {
  font-weight: 500;
  padding: 0 20px;
  text-align: center;
  color: #fff;
  margin-top: 13px;
  text-wrap: balance;
}
.c-modalbottom__container {
  max-width: 962px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 22px;
  padding-left: 22px;
  height: 100%;
}
.c-modal__bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  padding: 20px 0;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  margin-top: 0;
}

@media only screen and (max-height: 714px) {
  .c-modal__bottom {
    position: unset;
    margin-top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .c-modal__bottom {
    display: none;
  }
}
.c-modal__bottom.c-active {
  position: unset;
  margin-top: 140px;
}
.c-modal__bottom .c-modalbottom__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 41px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.c-modal__bottom .c-modalbottom__middle {
  width: 122px;
}
.c-modal__bottom .c-modalbottom__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 41px;
}
.c-modal__bottom .c-igmodal__icon {
  width: 44px;
}
.c-modal__bottom .c-linemodal__icon {
  width: 44px;
}
.c-nav__dropdown {
  padding-left: 7px;
  -webkit-transition: all 0.45s ease-in;
  transition: all 0.45s ease-in;
  overflow: hidden;
  height: 0;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .c-nav__dropdown {
    padding-left: 0;
  }
}
.c-nav__dropdown.c-active {
  margin-top: 7px;
}
@media only screen and (max-width: 767px) {
  .c-nav__dropdown.c-active {
    margin-top: 0;
  }
}
.c-nav__dropdown a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 7px 10px;
  position: relative;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  transform: translateX(-100%);
  transition: 0.4s, -webkit-transform 0.4s var(--delay);
  transition: 0.4s, -webkit-transform 0.4s var(--delay);
  -webkit-transition: 0.4s, -webkit-transform 0.4s var(--delay);
  transition: 0.4s, transform 0.4s var(--delay);
  transition: 0.4s, transform 0.4s var(--delay), -webkit-transform 0.4s var(--delay);
}
@media only screen and (max-width: 767px) {
  .c-nav__dropdown a {
    background-color: #00356c;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 12px;
  }
}
.c-nav__dropdown a.c-active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transform: translateX(0);
}
.c-nav__dropdown a + a {
  margin-top: 3.5px;
}
@media only screen and (max-width: 767px) {
  .c-nav__dropdown a + a {
    margin-top: 0;
    border-top: 1px solid #fff;
  }
}
.c-nav__dropdown a .c-a__txt2 {
  font-size: 1.25rem;
  color: #113b6b;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .c-nav__dropdown a .c-a__txt2 {
    color: #fff;
  }
}
.c-nav__dropdown a i {
  color: #113b6b;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
@media only screen and (max-width: 767px) {
  .c-nav__dropdown a i {
    color: #fff;
    position: absolute;
    right: 8%;
  }
}
.c-nav__dropdown a:hover i {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.c-modalcontainer__container {
  position: relative;
  height: 100%;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  padding-bottom: 60px;
}
.c-sp__show {
  display: none;
}
@media only screen and (max-width: 767px) {
  .c-sp__show {
    display: block;
  }
}
.c-modal__logo--mobile {
  background-color: #fff;
  padding: 20px 0;
  border-bottom: 1px solid #000019;
}
.c-modal__logo--mobile .c-logo--mobile {
  width: 100px;
  margin: 0 auto;
  display: block;
}
.c-modal__time--mobile {
  color: #fff;
  background-color: #002155;
  padding: 15px;
}
.c-modal__time--mobile .c-time__row1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-modal__time--mobile .c-time__row1 p {
  font-size: 2.1rem;
  font-weight: 600;
}
@media only screen and (max-width: 580px) {
  .c-modal__time--mobile .c-time__row1 p {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 454px) {
  .c-modal__time--mobile .c-time__row1 p {
    font-size: 1.4rem;
  }
}
.c-modal__time--mobile .c-time__row1 span {
  font-size: 2.27rem;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
}
@media only screen and (max-width: 580px) {
  .c-modal__time--mobile .c-time__row1 span {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 454px) {
  .c-modal__time--mobile .c-time__row1 span {
    font-size: 1.6rem;
  }
}
.c-modal__time--mobile .c-time__phone--mobile {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  font-size: 5.1rem;
  font-family: "Outfit", sans-serif;
  line-height: 1;
  margin-top: 5px;
}
@media only screen and (max-width: 580px) {
  .c-modal__time--mobile .c-time__phone--mobile {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 454px) {
  .c-modal__time--mobile .c-time__phone--mobile {
    font-size: 3.4rem;
    letter-spacing: 2px;
  }
}
.c-modal__core7171--mobile {
  padding: 17px;
  background-color: #00356c;
}
.c-modal__core7171--mobile a {
  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;
  background-color: #fff;
  font-size: 2rem;
  border-radius: 33px;
  height: 43px;
  font-weight: 700;
  margin: 0 auto;
  text-align: center;
  width: 65%;
  color: #00356c;
}
.c-modal__core7171--mobile .c-core7171__desc {
  font-weight: 500;
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
  margin-top: 10px;
  text-wrap: balance;
}
.c-modal__sns--mobile {
  background-color: #fff;
  padding: 17px;
}
.c-modal__sns--mobile .c-modal__snsnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px;
}
.c-modal__sns--mobile .c-modal__snsnav a:nth-child(1) {
  width: 37px;
}
.c-modal__sns--mobile .c-modal__snsnav a:nth-child(2) {
  width: 40px;
}
.c-modal__sns--mobile .c-sns__contact--btn {
  width: 74%;
  margin: 0 auto;
  font-size: 2.4rem;
  color: #fff;
  border-radius: 39px;
  background-color: #00356c;
  font-size: 2rem;
  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;
  height: 43px;
  font-weight: 500;
  margin-top: 11px;
  padding-bottom: 2px;
}
/*------------------------------------------------------------
footer
------------------------------------------------------------*/
.c-footer .c-footer__top {
  background-color: #fef3df;
  padding-top: 42px;
  padding-bottom: 42px;
  word-spacing: 4px;
}
@media only screen and (max-width: 767px) {
  .c-footer .c-footer__top {
    padding: 24px 0 32px;
  }
}
.c-footer .c-footer__top .c-footer__followus {
  text-align: center;
  font-size: 1.4rem;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
}
.c-footer .c-footer__top .c-footer__snslinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 56px;
  margin-top: 13px;
}
@media only screen and (max-width: 767px) {
  .c-footer .c-footer__top .c-footer__snslinks {
    gap: 24px;
  }
}
.c-footer .c-footer__top .c-footer__snslinks a {
  width: 38px;
}
.c-footer .c-footer__top .c-footer__snslinks a:nth-child(2) {
  width: 40px;
}
.c-footer .c-footer__bottom {
  background-color: #2e3158;
  padding-top: 54px;
  padding-bottom: 17px;
  color: #fff;
}
.c-footer .c-footer__bottom .l-container {
  max-width: 1140px;
}
.c-footer .c-footer__bottom .c-footer__logo {
  width: 108px;
  margin: 0 auto;
}
.c-footer .c-footer__bottom .c-footer__bottomlinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 35px;
}
@media only screen and (max-width: 580px) {
  .c-footer .c-footer__bottom .c-footer__bottomlinks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.c-footer .c-footer__bottom .c-footer__bottomlinks .c-footer__copyright {
  font-weight: 500;
  letter-spacing: 1.3px;
}
@media only screen and (max-width: 580px) {
  .c-footer .c-footer__bottom .c-footer__bottomlinks .c-footer__copyright {
    margin-top: 20px;
    font-size: 1.3rem;
  }
}
.c-footer .c-footer__bottom .c-footer__bottomlinks .c-footer__privacy {
  letter-spacing: 1px;
  font-weight: 500;
}
.c-footer .c-footer__bottom .c-footer__bottomlinks .c-footer__privacy:hover {
  opacity: 1;
  text-shadow: 0 0 7px #fff, 0 0 10px #fff, 0 0 21px #fff, 0 0 42px #0fa, 0 0 50px #0fa;
}
/*------------------------------------------------------------
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;
  }
}
.l-container {
  max-width: 1330px;
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (max-width: 1023px) {
  .l-container {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .l-container {
    padding: 0 4%;
  }
}
.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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 348px;
  height: 48px;
  border: 2px solid #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  border-radius: 23px;
  background-color: #0b2452;
  position: relative;
  overflow: hidden;
  z-index: 3;
}
@media only screen and (max-width: 580px) {
  .c-btn1 {
    font-size: 1.6rem;
    padding-bottom: 2px;
  }
}
.c-btn1::before {
  content: "";
  position: absolute;
  -webkit-clip-path: polygon(0 0, 94% 0, 7% 100%, 0 100%);
  clip-path: polygon(0 0, 94% 0, 7% 100%, 0 100%);
  background-color: #113b6b;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.c-btn2 {
  width: 210px;
  height: 56px;
  border: 2px solid #fff;
  background-color: #113b6b;
  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;
  border-radius: 27px;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
@media only screen and (max-width: 580px) {
  .c-btn2 {
    width: 170px;
    height: 48px;
  }
}
.c-btn2:hover {
  background-color: #fff;
  opacity: 1;
}
.c-btn2:hover span {
  color: #113b6b;
}
.c-btn2 span {
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.c-btn4 {
  width: 208px;
  height: 55px;
  border: 2px solid #113b6b;
  background-color: #ffff;
  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;
  border-radius: 27px;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.c-btn4:hover {
  background-color: #113b6b;
  opacity: 1;
}
.c-btn4:hover span {
  color: #fff;
}
.c-btn4 span {
  font-size: 1.4rem;
  font-weight: 500;
  color: #113b6b;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.c-btn5 {
  width: 208px;
  height: 55px;
  border: 2px solid #113b6b;
  background-color: #ffff;
  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;
  border-radius: 27px;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.c-btn5:hover {
  background-color: #113b6b;
  opacity: 1;
}
.c-btn5:hover span {
  color: #fff;
}
.c-btn5 span {
  font-size: 1.4rem;
  font-weight: 500;
  color: #113b6b;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.c-btn6 {
  width: 208px;
  height: 55px;
  border: 2px solid #fff;
  background-color: #1b0c0a;
  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;
  border-radius: 27px;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  color: #fff;
}
@media only screen and (max-width: 580px) {
  .c-btn6 {
    width: 174px;
    height: 48px;
  }
}
.c-btn6.c-btn6--blue {
  background-color: #86bae4;
}
.c-btn6.c-btn6--blue:hover {
  background-color: #1c75bc;
}
.c-btn6:hover {
  background-color: #ebb31b;
  opacity: 1;
}
.c-btn6:hover span {
  color: #fff;
}
.c-btn6 span {
  font-size: 1.4rem;
  font-weight: 500;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.c-btn3 {
  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;
  position: relative;
  width: 100%;
  max-width: 225px;
  height: 60px;
  background-color: #e2e7e7;
  border-radius: 30px;
  margin: 0 auto;
}
@media only screen and (max-width: 580px) {
  .c-btn3 {
    max-width: 198px;
    height: 52px;
    padding-right: 4%;
  }
}
.c-btn3:hover {
  background-color: #113b6b;
  opacity: 1;
}
.c-btn3:hover .c-txt {
  color: #fff;
}
.c-btn3:hover .c-icon {
  right: 4%;
}
.c-btn3:hover .c-icon i {
  color: #113b6b;
}
.c-btn3 .c-txt {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 1px;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.c-btn3 .c-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background-color: #fff;
  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;
  border-radius: 50%;
  right: 7%;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.c-btn3 .c-icon i {
  color: #ced1d1;
  font-size: 1.3rem;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.c-viewmore__link {
  position: relative;
  width: 104px;
}
.c-viewmore__link:hover::after {
  height: 3px;
  width: calc(100% - 20px);
  bottom: -3px;
}
.c-viewmore__link span {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  display: block;
  text-align: center;
  color: #fff;
}
.c-viewmore__link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -8px;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
@media only screen and (max-width: 580px) {
  .c-viewmore__link::after {
    width: 100%;
    bottom: -4px;
  }
}
.c-viewmore__link2 {
  position: relative;
  width: 104px;
}
.c-viewmore__link2:hover::after {
  height: 3px;
  width: calc(100% - 20px);
  bottom: -3px;
}
.c-viewmore__link2 span {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  display: block;
  text-align: center;
  color: #3f3b3a;
}
.c-viewmore__link2::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #3f3b3a;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -8px;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.c-btn7 {
  width: 100%;
  max-width: 260px;
  height: 57px;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  border-radius: 32px;
  background-color: #595857;
  color: #fff;
  font-weight: 500;
  font-size: 1.6rem;
  font-weight: 500;
  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;
  padding-bottom: 2px;
}
@media only screen and (max-width: 767px) {
  .c-btn7 {
    max-width: 200px;
    height: 50px;
  }
}
/*------------------------------------------------------------
title
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
icon
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
form
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
text
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
navi
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-menu__icon {
  width: 22px;
  height: 13px;
  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: #fff;
  -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: 2px 0;
  -webkit-animation: animate-line-2-rev 0.7s ease-in-out;
  animation: animate-line-2-rev 0.7s ease-in-out;
  background-color: #2e3158;
}
.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-3 {
  background-color: #fff;
}
.c-menu__icon.c-active .line-1,
.c-menu__icon.c-active .line-2,
.c-menu__icon.c-active .line-3 {
  background-color: #fff;
}
.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, 5px, 0) rotate(0);
    transform: translate3d(0, 5px, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate3d(0, 5px, 0) rotate(45deg);
    transform: translate3d(0, 5px, 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, 5px, 0) rotate(0);
    transform: translate3d(0, 5px, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate3d(0, 5px, 0) rotate(45deg);
    transform: translate3d(0, 5px, 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, -5px, 0) rotate(0);
    transform: translate3d(0, -5px, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate3d(0, -5px, 0) rotate(135deg);
    transform: translate3d(0, -5px, 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, -5px, 0) rotate(0);
    transform: translate3d(0, -5px, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate3d(0, -5px, 0) rotate(135deg);
    transform: translate3d(0, -5px, 0) rotate(135deg);
  }
}
@-webkit-keyframes animate-line-1-rev {
  0% {
    -webkit-transform: translate3d(0, 5px, 0) rotate(45deg);
    transform: translate3d(0, 5px, 0) rotate(45deg);
  }
  50% {
    -webkit-transform: translate3d(0, 5px, 0) rotate(0);
    transform: translate3d(0, 5px, 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, 5px, 0) rotate(45deg);
    transform: translate3d(0, 5px, 0) rotate(45deg);
  }
  50% {
    -webkit-transform: translate3d(0, 5px, 0) rotate(0);
    transform: translate3d(0, 5px, 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, -5px, 0) rotate(135deg);
    transform: translate3d(0, -5px, 0) rotate(135deg);
  }
  50% {
    -webkit-transform: translate3d(0, -5px, 0) rotate(0);
    transform: translate3d(0, -5px, 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, -5px, 0) rotate(135deg);
    transform: translate3d(0, -5px, 0) rotate(135deg);
  }
  50% {
    -webkit-transform: translate3d(0, -5px, 0) rotate(0);
    transform: translate3d(0, -5px, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
}
.c-header__burger {
  display: none;
}
@media only screen and (max-width: 767px) {
  .c-header__burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  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;
}
.menu-toggle span:nth-child(1) {
  width: 80%;
  -webkit-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;
}
.menu-toggle span:nth-child(4) {
  position: absolute;
  top: -6px;
  left: 50%;
  -webkit-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;
}
.menu-toggle.c-active {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-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;
}
.menu-toggle.c-active span:nth-child(3) {
  width: 0;
  -webkit-transition: 200ms ease;
  transition: 200ms ease;
  transition: 200ms ease;
  -webkit-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;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
  transition-delay: 200ms;
}
/*------------------------------------------------------------
img
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
list
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-list1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 35px 4%;
}
.c-list1.c-list11 {
  gap: 10px 1%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.c-list1.c-list11 .c-list1__item {
  width: 49.5%;
  padding: 32px 40px 63px;
}
@media only screen and (max-width: 1160px) {
  .c-list1.c-list11 .c-list1__item {
    padding: 25px 30px 65px;
  }
}
@media only screen and (max-width: 580px) {
  .c-list1.c-list11 .c-list1__item {
    width: 100%;
    padding: 20px 20px 45px;
  }
}
.c-list1 .c-list1__item {
  width: 48%;
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  z-index: 3;
  padding: 62px 40px 53px;
  color: #fff;
}
@media only screen and (max-width: 1160px) {
  .c-list1 .c-list1__item {
    padding: 40px 40px 70px;
  }
}
@media only screen and (max-width: 767px) {
  .c-list1 .c-list1__item {
    padding: 25px 25px 55px;
  }
}
@media only screen and (max-width: 580px) {
  .c-list1 .c-list1__item {
    width: 100%;
    padding-bottom: 65px;
  }
}
.c-list1 .c-list1__item:hover {
  opacity: 1;
}
.c-list1 .c-list1__item:hover .c-item1__img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.c-list1 .c-list1__item:hover .c-item1__circle {
  -webkit-transform: scale(6);
  transform: scale(6);
  background-color: #113b6b;
}
.c-list1 .c-list1__item:hover .c-item1__arrow {
  -webkit-transform: translateX(10px) scale(1.5);
  transform: translateX(10px) scale(1.5);
}
.c-list1 .c-list1__item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(2, 0, 0, 0.62);
  top: 0;
  left: 0;
  z-index: -2;
}
.c-list1 .c-item1__img {
  position: absolute;
  z-index: -3;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.c-list1 .c-item1__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.c-list1 .c-item1__title1 {
  font-size: 1.4rem;
  font-weight: 300;
  font-family: "Outfit", sans-serif;
  z-index: 10;
  position: relative;
}
@media only screen and (max-width: 580px) {
  .c-list1 .c-item1__title1 {
    font-size: 1.3rem;
  }
}
.c-list1 .c-item1__title2 {
  font-weight: 700;
  font-size: 4.7rem;
  letter-spacing: 4px;
  z-index: 10;
  position: relative;
}
@media only screen and (max-width: 1160px) {
  .c-list1 .c-item1__title2 {
    font-size: 3.5rem;
    letter-spacing: 2px;
  }
}
@media only screen and (max-width: 900px) {
  .c-list1 .c-item1__title2 {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-list1 .c-item1__title2 {
    font-size: 2.3rem;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 580px) {
  .c-list1 .c-item1__title2 {
    font-size: 2rem;
  }
}
.c-list1 .c-item1__desc {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4666666667;
  text-align: justify;
  margin-top: 25px;
  z-index: 10;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .c-list1 .c-item1__desc {
    margin-top: 20px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 580px) {
  .c-list1 .c-item1__desc {
    margin-top: 10px;
  }
}
.c-list1 .c-item1__link {
  position: absolute;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 48px;
  bottom: 35px;
  z-index: 3;
}
@media only screen and (max-width: 580px) {
  .c-list1 .c-item1__link {
    right: 35px;
    bottom: 25px;
  }
}
.c-list1 .c-item1__link .c-item1__txt {
  font-size: 1.2rem;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  z-index: 4;
}
.c-list1 .c-item1__link .c-item1__arrow {
  width: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
  position: relative;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.c-list1 .c-item1__circle {
  content: "";
  background-color: #113b6b;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  bottom: 15px;
  right: 24px;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
@media only screen and (max-width: 580px) {
  .c-list1 .c-item1__circle {
    width: 40px;
    height: 40px;
    right: 19px;
    bottom: 14px;
  }
}
.c-list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px 1.7333333333%;
}
@media only screen and (max-width: 767px) {
  .c-list2 {
    gap: 44px 4%;
  }
}
.c-list2 .c-list2__item2 {
  width: 23.7%;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .c-list2 .c-list2__item2 {
    width: 48%;
  }
}
.c-list2 a:hover {
  opacity: 1;
}
.c-list2 a:hover .c-cat::before {
  -webkit-transform: scale(0);
  transform: scale(0);
}
.c-list2 a:hover .c-item2__title {
  text-shadow: 0 0 7px #fff, 0 0 10px #fff, 0 0 21px #fff, 0 0 42px #0fa, 0 0 50px #0fa;
}
.c-list2 .c-item2__img {
  overflow: hidden;
}
.c-list2 .c-item2__img:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.c-list2 .c-item2__img img {
  aspect-ratio: 87/62;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.c-list2 .c-item2__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 25px;
  gap: 24px;
}
@media only screen and (max-width: 580px) {
  .c-list2 .c-item2__row {
    gap: 14px;
    margin-top: 10px;
  }
}
.c-list2 .c-item2__date {
  font-family: "Outfit", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
}
@media only screen and (max-width: 580px) {
  .c-list2 .c-item2__date {
    font-size: 1.25rem;
  }
}
.c-list2 .c-item2__title {
  font-weight: 500;
  font-size: 1.5rem;
  text-align: justify;
  line-height: 1.6;
  margin-top: 17px;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
@media only screen and (max-width: 1023px) {
  .c-list2 .c-item2__title {
    font-size: 1.35rem;
    margin-top: 10px;
  }
}
.c-cat {
  width: 115px;
  height: 30px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  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;
  font-size: 1.2rem;
  font-weight: 500;
  position: relative;
  z-index: 3;
  overflow: hidden;
  color: #fff;
}
.c-cat::before {
  content: "";
  position: absolute;
  -webkit-clip-path: polygon(0 0, 0 84%, 100% 0);
  clip-path: polygon(0 0, 0 84%, 100% 0);
  height: 100%;
  width: 100%;
  z-index: -1;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
.c-cat.c-cat1 {
  background-color: #343465;
}
.c-cat.c-cat1::before {
  background-color: #28456b;
}
.c-cat.c-cat2 {
  background-color: #8e2d5e;
}
.c-cat.c-cat2::before {
  background-color: #a04261;
}
.c-cat.c-cat3 {
  background-color: #231f20;
}
.c-cat.c-cat3::before {
  background-color: #333132;
}
.c-cat.c-cat4 {
  background-color: #fcb439;
}
.c-cat.c-cat4::before {
  background-color: #fab895;
}
.c-catt {
  width: 96px;
  height: 23px;
  border-radius: 12px;
  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;
  font-size: 1.2rem;
  font-weight: 700;
  position: relative;
  z-index: 3;
  color: #fff;
}
@media only screen and (max-width: 580px) {
  .c-catt {
    width: 80px;
    font-size: 1.1rem;
    padding-bottom: 1px;
  }
}
.c-catt.c-catt1 {
  background-color: #1d2088;
}
.c-catt.c-catt2 {
  background-color: #f39800;
}
.c-catt.c-catt3 {
  background-color: #ad6d9e;
}
.c-catt.c-catt4 {
  background-color: #0063b2;
}
/*------------------------------------------------------------
table
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
line
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
@-webkit-keyframes growDown {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes growDown {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Project .p-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
Css of home page
------------------------------------------------------------*/
.c-top__mainvisual {
  position: relative;
}
.c-top__mainvisual .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.c-top__mainvisual .swiper-slide img:nth-child(1) {
  display: block;
}
@media only screen and (max-width: 767px) {
  .c-top__mainvisual .swiper-slide img:nth-child(1) {
    display: none;
  }
}
.c-top__mainvisual .swiper-slide img:nth-child(2) {
  display: none;
}
@media only screen and (max-width: 767px) {
  .c-top__mainvisual .swiper-slide img:nth-child(2) {
    display: block;
  }
}
.c-top__mainvisual .c-topsliders img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  max-height: 100vh;
  -o-object-position: center top;
  object-position: center top;
}
@media only screen and (max-width: 767px) {
  .c-top__mainvisual .c-topsliders img {
    max-height: auto;
    min-height: 100vh;
  }
}
.c-plus__doctext {
  position: absolute;
  z-index: 99;
  color: #fff;
  -webkit-writing-mode: sideways-rl;
  -ms-writing-mode: sideways-rl;
  writing-mode: sideways-rl;
  left: -10px;
  top: 100px;
  display: none;
}
@media only screen and (max-width: 767px) {
  .c-plus__doctext {
    display: block;
    writing-mode: unset;
    transform: rotate(90deg);
    transform-origin: left bottom;
    top: 40px;
        left: -7px;
  }
}
.c-plus__doctext .c-topmainvisual__h1 {
  font-size: 2rem;
  font-weight: 700;
  text-shadow: 0 0 2px #888;
}
@media only screen and (max-width: 580px) {
  .c-plus__doctext .c-topmainvisual__h1 {
    font-size: 1.7rem;
    line-height: 1;
  }
}
.c-plus__doctext .c-topmainvisual__h2 {
  font-size: 7rem;
  line-height: 1;
  font-weight: 700;
  font-family: "Outfit", sans-serif;
  text-shadow: 0 0 2px #888;
}
@media only screen and (max-width: 580px) {
  .c-plus__doctext .c-topmainvisual__h2 {
    font-size: 6rem;
  }
}
.c-topmainvisual__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  max-width: 1160px;
  padding: 0 30px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 7.2%;
  z-index: 5;
}
@media only screen and (max-width: 767px) {
  .c-topmainvisual__wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.c-topmainvisual__wrapper .c-left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 348px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 1023px) {
  .c-topmainvisual__wrapper .c-left {
    max-width: 300px;
  }
}
@media only screen and (max-width: 580px) {
  .c-topmainvisual__wrapper .c-left {
    max-width: 100%;
  }
}
.c-topmainvisual__wrapper .c-right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 6%;
}
@media only screen and (max-width: 900px) {
  .c-topmainvisual__wrapper .c-right {
    padding-left: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .c-topmainvisual__wrapper .c-right {
    display: none;
  }
}
.c-topmainvisual__wrapper .c-right .c-topmainvisual__h1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 2.5px;
  text-shadow: 0 0 6px #231916;
  padding-left: 5px;
}
@media only screen and (max-width: 900px) {
  .c-topmainvisual__wrapper .c-right .c-topmainvisual__h1 {
    font-size: 2.2rem;
    letter-spacing: 1px;
  }
}
.c-topmainvisual__wrapper .c-right .c-topmainvisual__h2 {
  font-size: clamp(2rem, 10vw, 12rem);
  line-height: 1;
  font-weight: 700;
  color: #fff;
  font-family: "Outfit", sans-serif;
  text-shadow: 0 0 6px #231916;
}
@media only screen and (max-width: 1023px) {
  .c-topmainvisual__wrapper .c-right .c-topmainvisual__h2 {
    font-size: 8rem;
  }
}
@media only screen and (max-width: 900px) {
  .c-topmainvisual__wrapper .c-right .c-topmainvisual__h2 {
    font-size: 7rem;
  }
}
.c-topmainvisual__wrapper .swiper-scrollbar.swiper-scrollbar-horizontal {
  width: calc(100% - 15px);
  position: relative !important;
  left: unset !important;
  right: unset !important;
  top: unset !important;
  bottom: unset !important;
  height: 12px !important;
  border-radius: 0 !important;
  background-color: #fff;
  margin-top: 26px;
  margin-left: 5px;
}
@media only screen and (max-width: 767px) {
  .c-topmainvisual__wrapper .swiper-scrollbar.swiper-scrollbar-horizontal {
    margin-top: 12px;
  }
}
.c-topmainvisual__wrapper .swiper-scrollbar.swiper-scrollbar-horizontal::before {
  content: " ";
  position: absolute;
  width: 5px;
  height: 100%;
  right: 100%;
  height: 100%;
  background-color: #fff;
}
.c-topmainvisual__wrapper .swiper-scrollbar.swiper-scrollbar-horizontal::after {
  content: " ";
  position: absolute;
  width: 5px;
  height: 100%;
  left: 100%;
  top: 0;
  height: 100%;
  background-color: #fff;
}
.c-topmainvisual__wrapper .swiper-scrollbar.swiper-scrollbar-horizontal .swiper-scrollbar-drag {
  height: 6px;
  background-color: #113b6b;
  border-radius: 0;
  cursor: -webkit-grab;
  cursor: grab;
  top: 3px;
}
.c-topmainvisual__wrapper .swiper-scrollbar.swiper-scrollbar-horizontal .swiper-scrollbar-drag:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.c-top2 {
  padding-top: 79px;
  padding-bottom: 25px;
}
@media only screen and (max-width: 1160px) {
  .c-top2 {
    padding-top: 65px;
  }
}
@media only screen and (max-width: 767px) {
  .c-top2 {
    padding-top: 40px;
  }
}
.c-top2 .l-container {
  max-width: 1140px;
}
.c-top2 .c-top2__h2 {
  font-size: 4.2rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 1160px) {
  .c-top2 .c-top2__h2 {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-top2 .c-top2__h2 {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 580px) {
  .c-top2 .c-top2__h2 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 454px) {
  .c-top2 .c-top2__h2 {
    font-size: 1.7rem;
  }
}
.c-top2 .c-top2__p {
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.7;
  margin-top: 21px;
  letter-spacing: 1px;
  margin-bottom: 58px;
}
@media only screen and (max-width: 580px) {
  .c-top2 .c-top2__p {
    letter-spacing: 0;
    margin-top: 12px;
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
}
.c-top2 .c-top2__note {
  text-align: center;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 2px;
  margin-top: 43px;
}
.c-newsindex {
  padding-top: 17px;
}
.c-newsindex .l-container {
  max-width: 1140px;
}
.c-newsindex .c-newsindex__h2 {
  font-family: "Outfit", sans-serif;
  text-align: center;
  font-size: 10rem;
  color: #113b6b;
  line-height: 1;
}
@media only screen and (max-width: 1160px) {
  .c-newsindex .c-newsindex__h2 {
    font-size: 8rem;
  }
}
@media only screen and (max-width: 1023px) {
  .c-newsindex .c-newsindex__h2 {
    font-size: 6rem;
    font-weight: 700;
  }
}
@media only screen and (max-width: 767px) {
  .c-newsindex .c-newsindex__h2 {
    font-size: 4rem;
  }
}
.c-newsindex .c-news__indexbg {
  margin-top: 17px;
  padding-top: 33px;
  background-color: #113b6b;
  padding-bottom: 46px;
  border-radius: 40px;
}
@media only screen and (max-width: 767px) {
  .c-newsindex .c-news__indexbg {
    padding-top: 40px;
    border-radius: 29px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.c-newsindex .c-news__h4 {
  font-size: 2.3rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  margin-bottom: 34px;
}
@media only screen and (max-width: 767px) {
  .c-newsindex .c-news__h4 {
    letter-spacing: 1px;
    font-size: 1.7rem;
    margin-bottom: 20px;
  }
}
.c-newsindex .c-btn2 {
  margin: 35px auto 0;
}
@media only screen and (max-width: 767px) {
  .c-newsindex .c-btn2 {
    margin-top: 50px;
  }
}
.c-sns__container {
  padding: 31px 0;
}
.c-sns__container .l-container {
  max-width: 708px;
}
.c-sns__container .c-sns__wrapper {
  background-color: #999;
  aspect-ratio: 4/3.54;
  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;
  font-weight: 700;
  font-family: "Outfit", sans-serif;
  color: #fff;
  font-size: 5rem;
}
@media only screen and (max-width: 767px) {
  .c-sns__container .c-sns__wrapper {
    font-size: 3rem;
    aspect-ratio: 4/2;
  }
}
/*------------------------------------------------------------
Css of home page
------------------------------------------------------------*/
.c-about__sticky {
  position: sticky;
  top: 120px;
  left: 73px;
  z-index: 10;
}
@media only screen and (max-width: 1100px) {
  .c-about__sticky {
    left: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .c-about__sticky {
    left: 20px;
    top: 100px;
  }
}
.c-about__container {
  padding-top: 30px;
}
.c-about__container .l-container {
  max-width: 1140px;
  padding-left: 207px;
}
@media only screen and (max-width: 1023px) {
  .c-about__container .l-container {
    padding-left: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .c-about__container .l-container {
    padding-left: 125px;
  }
}
.c-about__container .c-about__sticky {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 64px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  gap: 15px;
}
.c-about__container .c-about__sticky a {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.c-about__container .c-about__sticky a:hover {
  opacity: 1;
}
.c-about__container .c-about__sticky a:hover::after {
  width: 100%;
}
.c-about__container .c-about__sticky a span {
  font-size: 1.4rem;
  font-family: "Outfit", sans-serif;
  color: #1a2d53;
}
.c-about__container .c-about__sticky a::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 2px;
  background-color: #231916;
  left: 0;
  bottom: -1px;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.c-about1 {
  padding-bottom: 100px;
  margin-top: -80px;
}
@media only screen and (max-width: 767px) {
  .c-about1 {
    margin-top: -98px;
    padding-bottom: 75px;
  }
}
@media only screen and (max-width: 580px) {
  .c-about1 {
    padding-bottom: 55px;
  }
}
.c-about1 .c-list11 {
  margin-top: 67px;
}
@media only screen and (max-width: 1100px) {
  .c-about1 .c-list11 {
    margin-top: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .c-about1 .c-list11 {
    margin-top: 27px;
  }
}
.c-about2 {
  padding-top: 63px;
  padding-bottom: 90px;
}
@media only screen and (max-width: 767px) {
  .c-about2 {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}
.c-about3 {
  padding-top: 90px;
}
.c-about__row1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
@media only screen and (max-width: 1100px) {
  .c-about__row1 {
    gap: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .c-about__row1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6px;
  }
}
.c-about__row1 .c-about__title1 {
  font-size: 1.6rem;
  font-family: "Outfit", sans-serif;
  color: #1a2d53;
  font-weight: 700;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 1023px) {
  .c-about__row1 .c-about__title1 {
    font-size: 1.5rem;
  }
}
.c-about__row1 .c-about__title1::before {
  content: "";
  position: absolute;
  background-color: #1a2d53;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  top: 10px;
  left: -15px;
}
.c-about__row1 .c-about__line {
  width: 91px;
  height: 1px;
  background-color: #1a2d53;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 1100px) {
  .c-about__row1 .c-about__line {
    width: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .c-about__row1 .c-about__line {
    -webkit-transform: unset;
    transform: unset;
  }
}
.c-about__row1 .c-about__right1 {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media only screen and (max-width: 767px) {
  .c-about__row1 .c-about__right1 {
    -webkit-transform: unset;
    transform: unset;
  }
}
.c-about__row1 .c-about__right1 .c-about__title2 {
  font-weight: 700;
  font-size: 3.4rem;
  line-height: 1.7647058824;
  text-align: justify;
}
@media only screen and (max-width: 1100px) {
  .c-about__row1 .c-about__right1 .c-about__title2 {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-about__row1 .c-about__right1 .c-about__title2 {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 580px) {
  .c-about__row1 .c-about__right1 .c-about__title2 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 454px) {
  .c-about__row1 .c-about__right1 .c-about__title2 {
    font-size: 1.5rem;
  }
}
.c-about__row1 .c-about__right1 .c-about__desc1 {
  font-size: 1.6rem;
  line-height: 1.96875;
  text-align: justify;
  margin-top: 19px;
  padding-right: 15%;
}
@media only screen and (max-width: 1100px) {
  .c-about__row1 .c-about__right1 .c-about__desc1 {
    margin-top: 12px;
    padding-right: 3%;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-about__row1 .c-about__right1 .c-about__desc1 {
    font-size: 1.35rem;
    padding-right: 0;
    margin-top: 10px;
    line-height: 1.65;
    font-weight: 400;
  }
}
.c-about__house2 {
  margin-top: 38px;
}
@media only screen and (max-width: 767px) {
  .c-about__house2 {
    position: relative;
    left: calc(-120px + 3%);
    width: calc(100% + 120px - 3%);
  }
}
.c-about2__banner {
  margin-top: 100px;
  background-color: #fae69e;
  border-radius: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 53px 62px 65px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 900px) {
  .c-about2__banner {
    padding: 35px 35px 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .c-about2__banner {
    position: relative;
    left: calc(-120px + 3%);
    width: calc(100% + 120px - 3%);
  }
}
@media only screen and (max-width: 580px) {
  .c-about2__banner {
    gap: 20px;
    padding: 20px 24px;
  }
}
.c-about2__banner .c-about2__left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #3f3b3a;
  padding-right: 30px;
}
.c-about2__banner .c-about2__left .c-about2__title1 {
  font-family: "Outfit", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
}
@media only screen and (max-width: 580px) {
  .c-about2__banner .c-about2__left .c-about2__title1 {
    font-size: 2.4rem;
  }
}
.c-about2__banner .c-about2__left .c-about2__title2 {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 1px;
}
@media only screen and (max-width: 580px) {
  .c-about2__banner .c-about2__left .c-about2__title2 {
    letter-spacing: 0;
    font-size: 1.5rem;
  }
}
.c-about2__banner .c-about2__left .c-about2__desc1 {
  font-size: 1.6rem;
  line-height: 1.71875;
  text-align: justify;
  margin-top: 33px;
}
@media only screen and (max-width: 580px) {
  .c-about2__banner .c-about2__left .c-about2__desc1 {
    font-size: 1.45rem;
    margin-top: 15px;
  }
}
.c-about2__banner .c-about2__right {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.c-about2__banner .c-about2__right .c-about2__btn {
  width: 250px;
  height: 52px;
  border-radius: 26px;
  background-color: #fff;
  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;
  border: 2px solid #fff;
  gap: 20px;
  position: relative;
  padding-right: 14px;
}
@media only screen and (max-width: 580px) {
  .c-about2__banner .c-about2__right .c-about2__btn {
    width: 210px;
    height: 48px;
  }
}
.c-about2__banner .c-about2__right .c-about2__btn:hover {
  background-color: #eeece3;
  opacity: 1;
}
.c-about2__banner .c-about2__right .c-about2__btn:hover .c-icon {
  right: 9px;
}
.c-about2__banner .c-about2__right .c-about2__btn .c-txt {
  color: #3f3b3a;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 1px;
  padding-bottom: 2px;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
@media only screen and (max-width: 580px) {
  .c-about2__banner .c-about2__right .c-about2__btn .c-txt {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}
.c-about2__banner .c-about2__right .c-about2__btn .c-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fae69e;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 6%;
  border: 1px solid #fff;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.c-about2__banner .c-about2__right .c-about2__btn .c-icon img {
  width: 15px;
  height: 4px;
}
.c-about3__list {
  margin-top: 62px;
  margin-bottom: 145px;
}
@media only screen and (max-width: 767px) {
  .c-about3__list {
    margin-top: 25px;
    margin-bottom: 120px;
  }
}
@media only screen and (max-width: 580px) {
  .c-about3__list {
    margin-bottom: 80px;
    position: relative;
    left: calc(-120px + 3%);
    width: calc(100% + 120px - 3%);
  }
}
.c-about3__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 17.5px 2%;
  border-bottom: 1px dashed #231916;
}
@media only screen and (max-width: 580px) {
  .c-about3__list li {
    padding: 10px 2%;
  }
}
@media only screen and (max-width: 454px) {
  .c-about3__list li {
    padding: 7px 2%;
  }
}
.c-about3__list li:nth-child(1) {
  border-top: 1px dashed #231916;
}
.c-about3__list li h5 {
  font-size: 1.6rem;
  font-weight: 700;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 120px;
}
@media only screen and (max-width: 580px) {
  .c-about3__list li h5 {
    font-size: 1.4rem;
    width: 85px;
  }
}
.c-about3__list li p {
  padding-left: 5.5%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
}
@media only screen and (max-width: 580px) {
  .c-about3__list li p {
    font-size: 1.4rem;
    padding-left: 10px;
  }
}
.c-about__slides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .c-about__slides {
    display: block;
  }
}
.c-page__introduce {
  padding-top: 177px;
  padding-bottom: 57px;
  border-bottom: 2px solid #9fa0a0;
}
@media only screen and (max-width: 1300px) {
  .c-page__introduce {
    padding-top: 130px;
  }
}
@media only screen and (max-width: 1023px) {
  .c-page__introduce {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .c-page__introduce {
    padding-top: 90px;
    padding-bottom: 24px;
  }
}
@media only screen and (max-width: 580px) {
  .c-page__introduce {
    border-width: 1px;
    padding-bottom: 20px;
  }
}
.c-page__introduce .l-container {
  max-width: 916px;
}
.c-page__introduce .c-page__introduceh1 {
  font-size: 8.6rem;
  font-weight: 700;
  font-family: "Outfit", sans-serif;
  color: #1a2d53;
  line-height: 1;
  letter-spacing: 2px;
}
@media only screen and (max-width: 1023px) {
  .c-page__introduce .c-page__introduceh1 {
    font-size: 7rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-page__introduce .c-page__introduceh1 {
    font-size: 6rem;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 580px) {
  .c-page__introduce .c-page__introduceh1 {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 454px) {
  .c-page__introduce .c-page__introduceh1 {
    font-size: 4rem;
  }
}
.c-page__introduce .c-page__introduceh2 {
  font-weight: 700;
  color: #1a2d53;
  line-height: 1;
  font-size: 3.2rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-page__introduce .c-page__introduceh2 {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 580px) {
  .c-page__introduce .c-page__introduceh2 {
    font-size: 2rem;
  }
}
.c-page__introduce .c-page__introduceh5 {
  font-weight: 700;
  font-size: 1.9rem;
  font-weight: 700;
  color: #1a2d53;
  margin-top: -4px;
  margin-left: 5px;
}
@media only screen and (max-width: 767px) {
  .c-page__introduce .c-page__introduceh5 {
    font-size: 1.6rem;
    margin-top: 0;
    margin-left: 0;
  }
}
.c-voice__container {
  padding-top: 63px;
  padding-bottom: 130px;
}
@media only screen and (max-width: 767px) {
  .c-voice__container {
    padding-top: 20px;
    padding-bottom: 100px;
  }
}
.c-voice__container .l-container {
  max-width: 880px;
}
.c-voice__container .c-contact__banner1 {
  margin-top: 100px;
}
.c-voice__list .c-voice__item {
  padding-top: 18px;
  padding-bottom: 45px;
}
.c-voice__list .c-voice__item + .c-voice__item {
  border-top: 1px solid #3f3b3a;
}
.c-voice__list .c-voice__item .c-voice__title {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 1px;
}
.c-voice__list .c-voice__item .c-voice__card {
  font-weight: 500;
  margin-left: 17px;
}
.c-voice__list .c-voice__item .c-voice__content {
  margin-top: 19px;
  background-color: #1c2a45;
  border-radius: 8px;
  padding: 26.5px 6.7%;
  position: relative;
}
@media only screen and (max-width: 580px) {
  .c-voice__list .c-voice__item .c-voice__content {
    padding: 20px;
  }
}
.c-voice__list .c-voice__item .c-voice__content::before {
  content: "";
  position: absolute;
  -webkit-clip-path: polygon(0 0, 23% 100%, 100% 100%);
  clip-path: polygon(0 0, 23% 100%, 100% 100%);
  height: 14px;
  width: 23px;
  background-color: #1c2a45;
  left: 4%;
  bottom: calc(100% - 1px);
}
.c-voice__list .c-voice__item .c-voice__content p {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 500;
  text-align: justify;
  color: #fff;
  letter-spacing: 1px;
}
@media only screen and (max-width: 580px) {
  .c-voice__list .c-voice__item .c-voice__content p {
    font-size: 1.4rem;
  }
}
.c-contact__banner1 {
  max-width: 708px;
  margin: 0 auto;
  border-radius: 11px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  padding: 60px 5% 36px;
  -webkit-box-shadow: 7px 7px 10px rgba(35, 25, 22, 0.75);
  box-shadow: 7px 7px 10px rgba(35, 25, 22, 0.75);
}
@media only screen and (max-width: 767px) {
  .c-contact__banner1 {
    padding: 40px 5%;
  }
}
.c-contact__banner1::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  background-color: rgba(27, 12, 10, 0.73);
}
.c-contact__banner1 .c-contactbanner1__img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -2;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.c-contact__banner1 .c-contactbanner1__img img {
  width: 100%;
  height: 100%;
}
.c-contact__banner1 .c-contactbanner1__h4 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
  text-align: center;
  margin-bottom: 7px;
  letter-spacing: 2px;
}
@media only screen and (max-width: 767px) {
  .c-contact__banner1 .c-contactbanner1__h4 {
    font-size: 2rem;
    letter-spacing: 1px;
    margin-bottom: 16px;
  }
}
.c-contact__banner1 .c-contactbanner1__h5 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
  text-align: justify;
  margin-bottom: 7px;
  letter-spacing: 2px;
}
@media only screen and (max-width: 767px) {
  .c-contact__banner1 .c-contactbanner1__h5 {
    font-size: 2rem;
    letter-spacing: 0;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 580px) {
  .c-contact__banner1 .c-contactbanner1__h5 {
    font-size: 1.7rem;
  }
}
.c-contact__banner1 .c-contactbanner1__link {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  padding-right: 10px;
  z-index: 3;
}
.c-contact__banner1 .c-contactbanner1__link:hover .c-arrow::before {
  width: 100px;
  height: 100px;
  background-color: #1a72cf;
}
.c-contact__banner1 .c-contactbanner1__link .c-txt {
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  color: #fff;
  z-index: 5;
}
.c-contact__banner1 .c-contactbanner1__link .c-arrow {
  position: relative;
  width: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 2px;
  z-index: 2;
}
.c-contact__banner1 .c-contactbanner1__link .c-arrow::before {
  content: "";
  width: 58px;
  height: 58px;
  background-color: rgba(0, 53, 108, 0.82);
  position: absolute;
  left: 50%;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  top: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.c-news__container {
  padding-top: 65px;
  padding-bottom: 170px;
}
@media only screen and (max-width: 767px) {
  .c-news__container {
    padding-top: 45px;
    padding-bottom: 120px;
  }
}
.c-news__container .l-container {
  max-width: 880px;
}
.c-news__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-news__wrapper .c-newswrapper__left {
  max-width: 158px;
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .c-news__wrapper .c-newswrapper__left {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    max-width: 100%;
  }
}
.c-news__wrapper .c-newswrapper__left .c-news__cats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 14px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .c-news__wrapper .c-newswrapper__left .c-news__cats {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 7px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 580px) {
  .c-news__wrapper .c-newswrapper__left .c-news__cats {
    gap: 12px 5%;
  }
}
.c-news__wrapper .c-newswrapper__left .c-news__cats a {
  background-color: #fff;
  border: 1px solid #898989;
  color: #898989;
  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;
  height: 43px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .c-news__wrapper .c-newswrapper__left .c-news__cats a {
    max-width: 90px;
    padding: 0 17px;
    height: 35px;
    font-size: 1.3rem;
    letter-spacing: 0;
    width: 100%;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 580px) {
  .c-news__wrapper .c-newswrapper__left .c-news__cats a {
    font-size: 1.2rem;
    padding: 0 8px;
    width: 30%;
    max-width: unset;
  }
}
.c-news__wrapper .c-newswrapper__left .c-news__cats a.c-active, .c-news__wrapper .c-newswrapper__left .c-news__cats a:hover {
  background-color: #1a2d53;
  border-color: #1a2d53;
  color: #fff;
}
.c-news__wrapper .c-newswrapper__right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 12%;
}
@media only screen and (max-width: 900px) {
  .c-news__wrapper .c-newswrapper__right {
    padding-left: 7%;
  }
}
@media only screen and (max-width: 767px) {
  .c-news__wrapper .c-newswrapper__right {
    padding-left: 0;
  }
}
.c-list3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 53px 10%;
}
@media only screen and (max-width: 767px) {
  .c-list3 {
    gap: 30px 4%;
  }
}
.c-list3.c-list31 {
  gap: 40px 2%;
}
@media only screen and (max-width: 767px) {
  .c-list3.c-list31 {
    gap: 40px 2%;
  }
}
.c-list3.c-list31 .c-list3__item3 {
  width: 23.5%;
}
@media only screen and (max-width: 767px) {
  .c-list3.c-list31 .c-list3__item3 {
    width: 49%;
  }
}
.c-list3 .c-list3__item3 {
  width: 45%;
}
@media only screen and (max-width: 767px) {
  .c-list3 .c-list3__item3 {
    width: 48%;
  }
}
.c-list3 a:hover .c-cat::before {
  -webkit-transform: scale(0);
  transform: scale(0);
}
.c-list3 a:hover .c-item3__title {
  color: #1a2d53;
}
.c-list3 .c-item3__img {
  overflow: hidden;
  border-radius: 7px;
}
.c-list3 .c-item3__img:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.c-list3 .c-item3__img img {
  aspect-ratio: 87/62;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.c-list3 .c-item3__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 25px;
  gap: 24px;
}
@media only screen and (max-width: 580px) {
  .c-list3 .c-item3__row {
    margin-top: 10px;
    gap: 12px;
  }
}
.c-list3 .c-item3__row .c-cat {
  color: #fff;
}
.c-list3 .c-item3__date {
  font-family: "Outfit", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.c-list3 .c-item3__title {
  font-weight: 500;
  font-size: 1.5rem;
  text-align: justify;
  line-height: 1.6;
  margin-top: 17px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
@media only screen and (max-width: 580px) {
  .c-list3 .c-item3__title {
    margin-top: 8px;
    font-size: 1.3rem;
  }
}
.c-list4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 53px 5.75%;
}
@media only screen and (max-width: 767px) {
  .c-list4 {
    gap: 30px 4%;
  }
}
.c-list4 .c-list4__item4 {
  width: 29.5%;
}
@media only screen and (max-width: 767px) {
  .c-list4 .c-list4__item4 {
    width: 48%;
  }
}
.c-list4 a:hover .c-cat::before {
  -webkit-transform: scale(0);
  transform: scale(0);
}
.c-list4 a:hover .c-item4__title {
  color: #1a2d53;
}
.c-list4 .c-item4__img {
  overflow: hidden;
  border-radius: 7px;
}
.c-list4 .c-item4__img:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.c-list4 .c-item4__img img {
  aspect-ratio: 87/62;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.c-list4 .c-item4__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 25px;
  gap: 24px;
}
@media only screen and (max-width: 767px) {
  .c-list4 .c-item4__row {
    gap: 8px;
    margin-top: 8px;
  }
}
.c-list4 .c-item4__row .c-cat {
  color: #fff;
}
.c-list4 .c-item4__date {
  font-family: "Outfit", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
}
.c-list4 .c-item4__title {
  font-weight: 500;
  font-size: 1.5rem;
  text-align: justify;
  line-height: 1.6;
  margin-top: 17px;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
@media only screen and (max-width: 767px) {
  .c-list4 .c-item4__title {
    font-size: 1.4rem;
    margin-top: 10px;
  }
}
.c-singlenews__container {
  background-color: #e2e7e7;
  padding-top: 188px;
}
@media only screen and (max-width: 1023px) {
  .c-singlenews__container {
    padding-top: 130px;
  }
}
@media only screen and (max-width: 767px) {
  .c-singlenews__container {
    padding-top: 100px;
  }
}
.c-singlenews__container > .l-container {
  max-width: 940px;
}
.c-singlenews__container .c-singlenews__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
}
@media only screen and (max-width: 767px) {
  .c-singlenews__container .c-singlenews__row {
    gap: 15px;
  }
}
.c-singlenews__container .c-singlenews__row .c-single__date {
  font-size: 1.3rem;
}
.c-singlenews__container .c-single__title {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  color: #1a2d53;
  margin-top: 27px;
  text-wrap: balance;
  border-bottom: 2px solid #9fa0a0;
  padding-bottom: 39px;
}
@media only screen and (max-width: 1023px) {
  .c-singlenews__container .c-single__title {
    font-size: 2.6rem;
    padding-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .c-singlenews__container .c-single__title {
    font-size: 1.8rem;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 580px) {
  .c-singlenews__container .c-single__title {
    font-size: 1.7rem;
    letter-spacing: 0.5px;
  }
}
.c-single__container {
  padding-top: 60px;
  padding-bottom: 70px;
}
@media only screen and (max-width: 1023px) {
  .c-single__container {
    padding: 40px 23px 60px;
  }
}
@media only screen and (max-width: 767px) {
  .c-single__container {
    padding-top: 23px;
  }
}
.c-single__container .l-container {
  background-color: #fff;
  max-width: 970px;
  border-radius: 10px;
  padding: 40px;
  padding-bottom: 53px;
}
@media only screen and (max-width: 767px) {
  .c-single__container .l-container {
    padding: 25px;
    padding-bottom: 40px;
  }
}
.c-single__container .c-btn3 {
  margin-top: 124px;
}
@media only screen and (max-width: 767px) {
  .c-single__container .c-btn3 {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 580px) {
  .c-single__container .c-btn3 {
    margin-top: 45px;
  }
}
.c-single__news h2 {
  font-family: "Outfit", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  text-align: justify;
  margin-bottom: 25px;
}
@media only screen and (max-width: 580px) {
  .c-single__news h2 {
    font-size: 1.7rem;
    margin-bottom: 14px;
  }
}
.c-single__news h3 {
  font-size: 1.6rem;
  line-height: 2.25;
  text-align: justify;
}
@media only screen and (max-width: 580px) {
  .c-single__news h3 {
    font-size: 1.4rem;
  }
}
.c-blogs__news h1 {
  font-size: 2.4rem;
  color: #fff;
  background-color: #0a3d64;
  padding: 5px 12px 6px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .c-blogs__news h1 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 580px) {
  .c-blogs__news h1 {
    font-size: 1.8rem;
  }
}
.c-blogs__news h2 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #0a3d64;
}
@media only screen and (max-width: 767px) {
  .c-blogs__news h2 {
    font-size: 1.6rem;
  }
}
.c-blogs__news h3 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .c-blogs__news h3 {
    font-size: 1.45rem;
  }
}
.c-single__others {
  padding-bottom: 85px;
}
.c-single__others .l-container {
  max-width: 930px;
}
.c-single__others .c-singleothers__title {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 13px;
}
.c-case__container {
  padding-top: 71px;
  padding-bottom: 130px;
}
@media only screen and (max-width: 767px) {
  .c-case__container {
    padding-top: 45px;
    padding-bottom: 100px;
  }
}
.c-case__container .l-container {
  max-width: 1024px;
}
.c-case__container .c-pnav__news {
  margin-bottom: 108px;
}
.c-case__container .c-case__list {
  margin-bottom: 108px;
}
@media only screen and (max-width: 767px) {
  .c-case__container .c-case__list {
    margin-bottom: 70px;
  }
  
}
.c-case__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 64px 3.5%;
}
@media only screen and (max-width: 767px) {
  .c-case__list {
    gap: 45px 4%;
  }
}
.c-case__list .c-case__item {
  width: 31%;
}
@media only screen and (max-width: 767px) {
  .c-case__list .c-case__item {
    width: 48%;
  }
}
.c-case__list .c-case__item a:hover {
  opacity: 1;
}
.c-case__list .c-case__item a:hover .c-case__img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.c-case__list .c-case__item a:hover .c-caseitem__title {
  color: #2e3158;
}
.c-case__list .c-case__img {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}
.c-case__list .c-case__img img {
  aspect-ratio: 87/62;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.c-case__list .c-case__img .c-catt {
  position: absolute;
  top: 18px;
  left: 20px;
}
@media only screen and (max-width: 900px) {
  .c-case__list .c-case__img .c-catt {
    left: 13px;
    top: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .c-case__list .c-case__img .c-catt {
    top: 8px;
    left: 8px;
  }
}
.c-case__list .c-case__date {
  text-align: right;
  font-size: 1.3rem;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.3px;
  font-weight: 500;
  margin-top: 9px;
}
.c-case__list .c-caseitem__title {
  color: #3f3b3a;
  text-align: justify;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.53125;
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  letter-spacing: 1px;
}
@media only screen and (max-width: 900px) {
  .c-case__list .c-caseitem__title {
    letter-spacing: 0;
    font-size: 1.45rem;
  }
}
.p-contact {
  padding-bottom: 100px;
}
.c-contact__container {
  padding-top: 56px;
}
@media only screen and (max-width: 580px) {
  .c-contact__container {
    padding-top: 30px;
  }
}
.c-contact__container .c-contact__title1 {
  font-size: 1.6rem;
  line-height: 2.15625;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
}
@media only screen and (max-width: 580px) {
  .c-contact__container .c-contact__title1 {
    letter-spacing: 0;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 454px) {
  .c-contact__container .c-contact__title1 {
    font-size: 1.4rem;
  }
}
.c-contact__container .c-core__logo {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
  width: 122px;
  margin-top: -2px;
}
@media only screen and (max-width: 580px) {
  .c-contact__container .c-core__logo {
    width: 100px;
  }
}
.c-contact__container .c-phone__note {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  margin-top: 14px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 580px) {
  .c-contact__container .c-phone__note {
    margin-top: 5px;
  }
}
.c-contact__container .c-phone__number {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
  color: #1a2d53;
  font-weight: 500;
  font-size: 4.4rem;
  letter-spacing: 2.5px;
  margin-top: 15px;
  font-family: "Outfit", sans-serif;
  line-height: 1;
}
@media only screen and (max-width: 580px) {
  .c-contact__container .c-phone__number {
    margin-top: 6px;
    letter-spacing: 0;
    font-size: 4rem;
  }
}
.c-contact__container .c-phone__time {
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
  margin-top: 6px;
}
.c-contact__container .c-phone__line {
  max-width: 396px;
  margin: 0 auto;
  margin-bottom: 66px;
}
@media only screen and (max-width: 580px) {
  .c-contact__container .c-phone__line {
    margin-bottom: 30px;
  }
}
.c-contactform__container {
  padding-top: 90px;
}
.c-contactform__container .c-contactform__title {
  position: relative;
  z-index: 3;
}
.c-contactform__container .c-contactform__title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #9fa0a0;
  z-index: -1;
  top: calc(50% + 1px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-contactform__container .c-contactform__title h4 {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 0 55px;
  background-color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0 auto;
  letter-spacing: 2px;
}
@media only screen and (max-width: 580px) {
  .c-contactform__container .c-contactform__title h4 {
    padding: 0 26px;
  }
}
.c-contactform__container .l-container {
  max-width: 676px;
}
.c-form__container {
  margin-top: 59px;
  -webkit-transform: translateX(-8%);
  transform: translateX(-8%);
}
@media only screen and (max-width: 1023px) {
  .c-form__container {
    -webkit-transform: unset;
    transform: unset;
  }
}
.c-form__container .c-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-form__container .c-form__row + .c-form__row {
  margin-top: 37px;
}
@media only screen and (max-width: 767px) {
  .c-form__container .c-form__row + .c-form__row {
    margin-top: 25px;
  }
}
.c-form__container .c-form__row .c-form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 120px;
}
@media only screen and (max-width: 767px) {
  .c-form__container .c-form__row .c-form__label {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 5px;
    width: 100%;
  }
}
.c-form__container .c-form__row .c-form__label.c-form__label--invi {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .c-form__container .c-form__row .c-form__label.c-form__label--invi {
    display: none;
  }
}
.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%;
  }
}
.c-form__container .c-form__row .c-form__input .wpcf7-form-control-wrap:has(select) {
  position: relative;
}
.c-form__container .c-form__row .c-form__input .wpcf7-form-control-wrap:has(select)::after {
  content: "";
  position: absolute;
  width: 18px;
  background-repeat: no-repeat;
  height: 8px;
  background-image: url(./../img/arrow_bottom.png);
  background-size: contain;
  right: 30px;
  top: 7px;
}
.c-form__container .c-form__row .c-form__input select {
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 8px 15px;
  height: 40px;
  color: #595857;
  background-color: #efefef;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #595857;
  text-align: center;
}
.c-form__container .c-form__row .c-form__input .c-input__type {
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 8px 15px;
  height: 40px;
  color: #595857;
  background-color: #efefef;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #595857;
}
.c-form__container .c-form__row .c-form__input textarea {
  width: 100%;
  resize: none;
  height: 268px;
  padding: 12px 15px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 2px;
  color: #313131;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  appearance: none;
  appearance: none;
  background-color: #efefef;
  border-radius: unset;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #595857;
}
@media only screen and (max-width: 767px) {
  .c-form__container .c-form__row .c-form__input textarea {
    height: 210px;
  }
}
.c-form__container .c-form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .c-form__container .c-form__label {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 5px;
  }
}
.c-form__container .c-form__label .c-label {
  font-size: 1.6rem;
  font-weight: 500;
  color: #231916;
}
.c-form__container .c-form__label .c-require {
  color: #e60013;
  font-size: 1.2rem;
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}
.c-form__container .c-form__label .c-require.c-require--black {
  color: #231916;
}
.wpcf7-spinner {
  position: absolute !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transform: translateX(-50%);
  transform: translateX(-50%);
  transform: translateX(-50%);
  transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -53px;
  margin: 0 !important;
  padding: 0 !important;
}
.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.6rem;
  margin-top: 33px;
  font-weight: 500;
  position: relative;
  letter-spacing: 1.7px;
}
@media only screen and (max-width: 767px) {
  .c-agree {
    margin-top: 45px;
  }
}
.wpcf7-form-control-wrap {
  height: 18px;
}
.c-agree input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
.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(21px);
  transform: translateX(21px);
  transform: translateX(21px);
}
.c-agree .c-policy {
  margin-left: 7px;
  color: #00256a;
}
.c-submit__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 50px;
}
.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__button {
  width: 100%;
  max-width: 208px;
  height: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #004f87;
  background: -webkit-linear-gradient(330deg, #004f87 0%, #004f87 24%, #06004d 100%);
  background: linear-gradient(120deg, #004f87 0%, #004f87 24%, #06004d 100%);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.c-submit__button:hover {
  opacity: 1;
  background: -webkit-linear-gradient(70deg, #004f87 0%, #004f87 24%, #06004d 100%);
  background: linear-gradient(20deg, #004f87 0%, #004f87 24%, #06004d 100%);
}
.c-submit__button:hover span {
  text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #fff, 0 0 40px #0ff, 0 0 80px #0ff, 0 0 90px #0ff, 0 0 100px #0ff, 0 0 150px #0ff;
}
.c-submit__button span {
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.c-menu__container {
  padding-top: 67px;
  padding-bottom: 75px;
}
.c-menu__container .l-container {
  max-width: 1000px;
  position: relative;
}
.c-menu__container .c-contact__btncirlce {
  position: absolute;
  top: -105px;
  right: -48px;
}
@media only screen and (max-width: 1160px) {
  .c-menu__container .c-contact__btncirlce {
    right: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .c-menu__container .c-contact__btncirlce {
    top: -150px;
  }
}
.c-menu__list1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 60px 1.55%;
}
@media only screen and (max-width: 767px) {
  .c-menu__list1 {
    gap: 40px 2%;
  }
}
@media only screen and (max-width: 580px) {
  .c-menu__list1 {
    gap: 10px 2%;
  }
}
.c-menu__list1 .c-menu__item1 {
  width: 32.3%;
  overflow: hidden;
  border-radius: 12px;
}
@media only screen and (max-width: 767px) {
  .c-menu__list1 .c-menu__item1 {
    width: 49%;
  }
}
.c-menu__list1 a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.c-menu__list1 a:hover .c-menu__img1 img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.c-menu__list1 .c-menu__img1 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
}
.c-menu__list1 .c-menu__img1 img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  aspect-ratio: 155/119;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.c-menu__list1 .c-menu__content1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 32px 15px 30px;
}
@media only screen and (max-width: 767px) {
  .c-menu__list1 .c-menu__content1 {
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (max-width: 580px) {
  .c-menu__list1 .c-menu__content1 {
    padding: 10px 12px;
  }
}
.c-menu__list1 .c-menu__content1.c-menu__content1--gray {
  color: #3f3b3a;
  background-color: #efefef;
}
.c-menu__list1 .c-menu__content1.c-menu__content1--blue {
  color: #fff;
  background-color: #1a2d53;
}
.c-menu__list1 .c-menu__title1 {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 767px) {
  .c-menu__list1 .c-menu__title1 {
    font-size: 1.6rem;
    letter-spacing: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media only screen and (max-width: 580px) {
  .c-menu__list1 .c-menu__title1 {
    font-size: 1.45rem;
  }
}
.c-menu__list1 .c-menu__price1 {
  font-weight: 500;
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .c-menu__list1 .c-menu__price1 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
.c-menu__bottomnote {
  text-align: center;
  font-weight: 700;
  line-height: 1.875;
  font-size: 2rem;
  letter-spacing: 1.5px;
  margin-top: 92px;
  margin-bottom: 76px;
}
@media only screen and (max-width: 767px) {
  .c-menu__bottomnote {
    letter-spacing: 0.5px;
    margin-top: 45px;
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 580px) {
  .c-menu__bottomnote {
    font-size: 1.6rem;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 454px) {
  .c-menu__bottomnote {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 374px) {
  .c-menu__bottomnote {
    font-size: 1.4rem;
  }
}
.c-contact__btncirlce {
  width: 152px;
  height: 152px;
  background-color: #004e83;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .c-contact__btncirlce {
    width: 128px;
    height: 128px;
  }
}
.c-contact__btncirlce:hover {
  opacity: 1;
  background-color: #fff;
}
.c-contact__btncirlce:hover .c-txt {
  color: #004e83;
}
.c-contact__btncirlce:hover .c-arrow {
  border-color: #004e83;
}
.c-contact__btncirlce:hover .c-arrow i {
  color: #004e83;
}
.c-contact__btncirlce:hover::before {
  width: 100%;
  height: 100%;
  border-color: #004e83;
}
.c-contact__btncirlce::before {
  position: absolute;
  content: "";
  border: 2px solid #fff;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border-radius: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.c-contact__btncirlce .c-circle {
  width: 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;
  padding-top: 12px;
}
.c-contact__btncirlce .c-txt {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6071428571;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
@media only screen and (max-width: 767px) {
  .c-contact__btncirlce .c-txt {
    font-size: 1.2rem;
  }
}
.c-contact__btncirlce .c-arrow {
  border-radius: 50%;
  border: 1px solid #fff;
  width: 18px;
  height: 18px;
  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;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.c-contact__btncirlce .c-arrow i {
  color: #fff;
  font-size: 0.9rem;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.c-singlemenu__container {
  padding-top: 215px;
}
@media only screen and (max-width: 1023px) {
  .c-singlemenu__container {
    padding-top: 170px;
  }
}
@media only screen and (max-width: 767px) {
  .c-singlemenu__container {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 580px) {
  .c-singlemenu__container {
    padding-top: 90px;
  }
}
.c-singlemenu__container .l-container {
  max-width: 685px;
}
.c-singlemenu__container .c-singlemenu__title1 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #1a2d53;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 36px;
}
@media only screen and (max-width: 580px) {
  .c-singlemenu__container .c-singlemenu__title1 {
    margin-bottom: 15px;
    font-size: 1.9rem;
    letter-spacing: 0;
  }
}
.c-singlemenu__container .c-singlemenu__img1 {
  padding: 0 8.3%;
}
@media only screen and (max-width: 580px) {
  .c-singlemenu__container .c-singlemenu__img1 {
    padding: 0 5%;
  }
}
.c-singlemenu__container .c-singlemenu__img1 img {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.c-singlemenu__container .c-singlemenu__content {
  font-size: 1.6rem;
  text-align: justify;
  line-height: 1.625;
  font-weight: 500;
  letter-spacing: 1px;
  margin-top: 55px;
}
@media only screen and (max-width: 767px) {
  .c-singlemenu__container .c-singlemenu__content {
    margin-top: 15px;
    font-size: 1.5rem;
  }
}
.c-singlemenu__slides {
  padding-top: 40px;
  margin-bottom: 76px;
}
.c-singlemenu__slides.no-slick {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-singlemenu__slides.no-slick .c-singlemenu__slide {
  margin: 0;
}
.c-singlemenu__slides .c-singlemenu__slide {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
  max-width: 260px;
  margin: 0 10px;
}
.c-singlemenu__slides .c-singlemenu__slide:hover .c-menu__img1 img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.c-singlemenu__slides .c-singlemenu__slide .c-menu__img1 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
}
.c-singlemenu__slides .c-singlemenu__slide .c-menu__img1 img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  aspect-ratio: 155/119;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.c-singlemenu__slides .c-singlemenu__slide .c-menu__content1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 27px 15px 26px;
}
.c-singlemenu__slides .c-singlemenu__slide .c-menu__content1.c-menu__content1--gray {
  color: #3f3b3a;
  background-color: #efefef;
}
.c-singlemenu__slides .c-singlemenu__slide .c-menu__content1.c-menu__content1--blue {
  color: #fff;
  background-color: #1a2d53;
}
.c-singlemenu__slides .c-singlemenu__slide .c-menu__title1 {
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
}
.c-singlemenu__slides .c-singlemenu__slide .c-menu__price1 {
  font-weight: 500;
  font-size: 1.2rem;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 12px;
}
.c-core__linkk {
  width: 100%;
  max-width: 487px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 5% 32px;
  background-image: url(./../img/core_link.png);
  background-repeat: cover;
  background-position: center;
  border-radius: 8px;
  overflow: hidden;
  margin: 67px auto 0;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-core__linkk .c-txt1 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 2px;
}
.c-core__linkk .c-txt2 {
  font-weight: 700;
  font-size: 1.4rem;
  color: #fff;
  margin-top: 18px;
}
.c-singlemenu__note {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.875;
  letter-spacing: 1.5px;
  margin-top: 85px;
}
@media only screen and (max-width: 580px) {
  .c-singlemenu__note {
    margin-top: 45px;
    letter-spacing: 0;
    font-size: 1.7rem;
  }
}
.c-singlemenu__others {
  padding-top: 84px;
}
.c-singlemenu__others .l-container {
  max-width: 840px;
}
.c-singlemenu__others .c-singlemenu__h5 {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: justify;
  letter-spacing: 1px;
}
@media only screen and (max-width: 580px) {
  .c-singlemenu__others .c-singlemenu__h5 {
    font-weight: 700;
    font-size: 1.7rem;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 454px) {
  .c-singlemenu__others .c-singlemenu__h5 {
    font-size: 1.6rem;
  }
}
.c-singlecontactbanner1 {
  padding-bottom: 85px;
}
.c-staff__container {
  padding-top: 64px;
  padding-bottom: 130px;
}
@media only screen and (max-width: 767px) {
  .c-staff__container {
    padding-top: 30px;
    padding-bottom: 100px;
  }
}
.c-staff__container .l-container {
  max-width: 920px;
}
.c-staff__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 89px 4.4%;
}
@media only screen and (max-width: 767px) {
  .c-staff__list {
    gap: 50px 4%;
  }
}
.c-staff__list .c-staff__item {
  width: 30.4%;
}
@media only screen and (max-width: 767px) {
  .c-staff__list .c-staff__item {
    width: 48%;
  }
}
.c-staff__list .c-staff__item a:hover {
  opacity: 0.85;
}
.c-staff__list .c-staff__item a:hover .c-staff__img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.c-staff__list .c-staff__item .c-staff__img {
  overflow: hidden;
}
.c-staff__list .c-staff__item .c-staff__img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  aspect-ratio: 134/159;
}
.c-staff__list .c-staff__item .c-staff__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-top: 18px;
  gap: 12px;
  color: #fff;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .c-staff__list .c-staff__item .c-staff__row {
    margin-top: 10px;
    gap: 7px 10px;
  }
}
.c-staff__list .c-staff__item .c-staff__row.c-staff__row--black {
  color: #3f3b3a;
}
.c-staff__list .c-staff__item .c-staff__row .c-staff__japanese {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 3px;
}
@media only screen and (max-width: 580px) {
  .c-staff__list .c-staff__item .c-staff__row .c-staff__japanese {
    font-size: 1.7rem;
    letter-spacing: 1px;
  }
}
.c-staff__list .c-staff__item .c-staff__row .c-staff__english {
  letter-spacing: 0.4px;
  font-size: 1.4rem;
  font-family: "Outfit", sans-serif;
}
@media only screen and (max-width: 580px) {
  .c-staff__list .c-staff__item .c-staff__row .c-staff__english {
    font-size: 1.3rem;
  }
}

.p-staff {
  padding-bottom: 80px;
}
.p-staff--blue {
  background-color: #000019;
}
.p-staff--blue .c-singlestaff__container {
  color: #fff;
}
.p-staff--blue .c-singlemenu__h5 {
  color: #fff;
}
.p-staff--blue .c-page__introduce .c-page__introduceh1 {
  color: #fff;
}
.p-staff--blue .c-page__introduce .c-page__introduceh5 {
  color: #fff;
}
.c-singlestaff__container {
  padding-top: 212px;
  color: #3f3b3a;
}
@media only screen and (max-width: 1023px) {
  .c-singlestaff__container {
    padding-top: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .c-singlestaff__container {
    padding-top: 100px;
  }
}
.c-singlestaff__container .l-container {
  max-width: 880px;
}
.c-singlestaff__container .c-ss__row1 {
  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-singlestaff__container .c-ss__row1 .c-ss__img {
  width: 37.7%;
}
@media only screen and (max-width: 767px) {
  .c-singlestaff__container .c-ss__row1 .c-ss__img {
    width: 100%;
    margin-bottom: 15px;
  }
}
.c-singlestaff__container .c-ss__row1 .c-ss__right1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 5.5%;
}
@media only screen and (max-width: 767px) {
  .c-singlestaff__container .c-ss__row1 .c-ss__right1 {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: 100%;
    padding-left: 0;
  }
}
.c-singlestaff__container .c-ss__row1 .c-ss__right1 .c-ss__role {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 2.3px;
}
@media only screen and (max-width: 767px) {
  .c-singlestaff__container .c-ss__row1 .c-ss__right1 .c-ss__role {
    font-size: 1.8rem;
    letter-spacing: 0.5px;
  }
}
.c-singlestaff__container .c-ss__row1 .c-ss__right1 .c-ss__nameig {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 18px;
}
@media only screen and (max-width: 767px) {
  .c-singlestaff__container .c-ss__row1 .c-ss__right1 .c-ss__nameig {
    margin-top: 12px;
  }
}
.c-singlestaff__container .c-ss__row1 .c-ss__right1 .c-ss__nameig .c-ss__namejp {
  font-weight: 700;
  font-size: 3.6rem;
  letter-spacing: 4px;
}
@media only screen and (max-width: 767px) {
  .c-singlestaff__container .c-ss__row1 .c-ss__right1 .c-ss__nameig .c-ss__namejp {
    font-size: 2.7rem;
    letter-spacing: 2px;
  }
}
.c-singlestaff__container .c-ss__row1 .c-ss__right1 .c-ss__nameig a {
  width: 30px;
  margin-left: 30px;
  margin-right: 30px;
}
.c-singlestaff__container .c-ss__row1 .c-ss__right1 .c-ss__nameen {
  font-size: 2.2rem;
  font-family: "Outfit", sans-serif;
  margin-top: 2px;
}
@media only screen and (max-width: 580px) {
  .c-singlestaff__container .c-ss__row1 .c-ss__right1 .c-ss__nameen {
    font-size: 2rem;
  }
.c-singlestaff__container .c-ss__row1 .c-ss__right1 .c-ss__nameig a {
  width: 30px;
  margin-left: 20px;
  margin-right: 20px;
}
}
.c-singlestaff__container .c-ss__desc {
  font-size: 1.6rem;
  line-height: 1.53125;
  font-weight: 500;
  text-align: justify;
  letter-spacing: 0.5px;
  margin-top: 35px;
}
@media only screen and (max-width: 580px) {
  .c-singlestaff__container .c-ss__desc {
    margin-top: 24px;
    font-size: 1.5rem;
  }
}
.c-ss__imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px 2%;
  margin-top: 46px;
}
@media only screen and (max-width: 767px) {
  .c-ss__imgs {
    margin-top: 25px;
    gap: 20px 4%;
  }
}
.c-ss__imgs .c-ss__img {
  width: 32%;
}
@media only screen and (max-width: 767px) {
  .c-ss__imgs .c-ss__img {
    width: 48%;
  }
}
.c-ss__imgs .c-ss__img img {
  aspect-ratio: 269/290;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-singlestaff__slides {
  margin-top: 63px;
}
.c-singlestaff__slides.no-slick {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-singlestaff__slides.no-slick .c-staff__slide {
  margin: 0;
}
.c-singlestaff__slides .c-staff__slide {
  position: relative;
  padding-bottom: 20px;
}
.c-singlestaff__slides .c-staff__slide:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.c-singlestaff__slides .c-staff__slide .c-staffslide {
  width: 100%;
  max-width: 230px;
  aspect-ratio: 1/1;
  display: inline-block;
  margin: 0 15px;
  -webkit-mask-image: url("./../img/mask.png");
  mask-image: url("./../img/mask.png");
  /* mask PNG/SVG */
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  mask-image: url("./../img/mask.png");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  overflow: hidden;
}
.c-singlestaff__slides .c-staff__slide .c-staffslide img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.c-singlestaff__slides .c-staff__slide::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  background-image: url(./../img/shadow.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  right: -25px;
  bottom: 0;
}
.c-feature__top {
  padding-top: 48px;
}
.c-feature__top .l-container {
  max-width: 1140px;
  position: relative;
}
.c-feature__top .c-contact__btncirlce {
  position: absolute;
  top: -85px;
  right: 22px;
}
@media only screen and (max-width: 767px) {
  .c-feature__top .c-contact__btncirlce {
    top: -120px;
  }
}
.c-feature__banner {
  background-color: #1a2d53;
  color: #fff;
  border-radius: 16px;
  padding: 59px 48px 50px;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .c-feature__banner {
    padding: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .c-feature__banner {
    padding: 20px;
    padding-top: 68px;
  }
}
.c-feature__banner.c-feature__banner1 {
  background-color: #056fb8;
}
.c-feature__banner .c-feature__watermask {
  position: absolute;
  width: 87.9%;
  right: 4.5%;
  top: 1.9%;
}
.c-feature__banner .c-featurebanner__title1 {
  font-weight: 700;
  font-size: 3.4rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-feature__banner .c-featurebanner__title1 {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 580px) {
  .c-feature__banner .c-featurebanner__title1 {
    font-size: 2.1rem;
  }
}
@media only screen and (max-width: 454px) {
  .c-feature__banner .c-featurebanner__title1 {
    font-size: 1.9rem;
  }
}
.c-feature__banner .c-featurebanner__desc1 {
  font-size: 1.6rem;
  line-height: 1.53125;
  text-align: center;
  font-weight: 500;
  margin-top: 30px;
}
@media only screen and (max-width: 580px) {
  .c-feature__banner .c-featurebanner__desc1 {
    margin-top: 20px;
    font-size: 1.3rem;
  }
}
.c-feature__banner .c-feature__three {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #1a2d53;
  background-color: #fff;
  margin-top: 47px;
  border-radius: 19px;
  padding-top: 27px;
  padding-bottom: 22px;
}
@media only screen and (max-width: 580px) {
  .c-feature__banner .c-feature__three {
    margin-top: 24px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.c-feature__banner .c-feature__three .c-three__item {
  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-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 20px;
}
@media only screen and (max-width: 580px) {
  .c-feature__banner .c-feature__three .c-three__item {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: 100%;
    padding: 15px 0 27px;
  }
}
.c-feature__banner .c-feature__three .c-three__item:nth-child(2) {
  border-left: 1px solid #1a2d53;
  border-right: 1px solid #1a2d53;
}
@media only screen and (max-width: 580px) {
  .c-feature__banner .c-feature__three .c-three__item:nth-child(2) {
    border-left: unset;
    border-right: unset;
    border-top: 1px solid #1a2d53;
    border-bottom: 1px solid #1a2d53;
  }
}
.c-feature__banner .c-feature__three .c-three__item .c-number {
  font-size: 2.3rem;
  font-weight: 700;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.c-feature__banner .c-feature__three .c-three__item .c-title {
  font-size: 2.1rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
  margin-top: 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .c-feature__banner .c-feature__three .c-three__item .c-title {
    font-size: 2rem;
    letter-spacing: 0;
    margin-top: 7px;
  }
}
@media only screen and (max-width: 900px) {
  .c-feature__banner .c-feature__three .c-three__item .c-title {
    font-size: 1.6rem;
    margin-top: 10px;
  }
}
.c-feature__banner .c-feature__banner__bottom {
  text-align: center;
  font-weight: 700;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 2px;
  margin-top: 47px;
}
@media only screen and (max-width: 1023px) {
  .c-feature__banner .c-feature__banner__bottom {
    margin-top: 20px;
    letter-spacing: 1px;
    font-size: 2.1rem;
  }
}
@media only screen and (max-width: 580px) {
  .c-feature__banner .c-feature__banner__bottom {
    letter-spacing: 0;
    font-size: 1.5rem;
  }
}
.c-feature__itemtitle {
  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-feature__itemtitle span {
  font-size: 2.3rem;
  font-weight: 700;
}
.c-feature__itemtitle h4 {
  margin-top: 12px;
  letter-spacing: 1px;
  font-size: 2.3rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .c-feature__itemtitle h4 {
    font-size: 2rem;
    margin-top: 6px;
  }
}
.c-feature__itemrow1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 55px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .c-feature__itemrow1 {
    margin-top: 24px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.c-feature__itemrow1 .c-feature__img1 {
  width: 47.1%;
      transform: translateY(20px);
}
@media only screen and (max-width: 767px) {
  .c-feature__itemrow1 .c-feature__img1 {
    width: 100%;
  }
}
.c-feature__itemrow1 .c-feature__content1 {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .c-feature__itemrow1 .c-feature__content1 {
    width: 100%;
    margin-top: 8px;
  }
}
.c-feature__itemrow1 .c-feature__content1 h5 {
  font-size: 2rem;
  font-weight: 700;
  color: #1a2d53;
  margin-bottom: 10px;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .c-feature__itemrow1 .c-feature__content1 h5 {
    margin-bottom: 5px;
    font-size: 1.8rem;
    white-space: unset;

  }
}
.c-feature__itemrow1 .c-feature__content1 p {
  font-size: 1.5rem;
  line-height: 1.9;
  text-align: justify;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .c-feature__itemrow1 .c-feature__content1 p {
    font-size: 1.4rem;
  }
}
.c-feature1 {
  padding-top: 75px;
}
@media only screen and (max-width: 767px) {
  .c-feature1 {
    padding-top: 35px;
  }
}
.c-feature1 .c-voicesub__container {
  margin-top: 58px;
}
.c-feature1.c-feature12 {
  padding-bottom: 100px;
}
.c-feature1 .l-container {
  max-width: 1000px;
}
.c-feature1 .c-feature__dotdes {
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 22px;
}

.c-athlete__official img{
    width: 100%;
    object-fit: cover;
    object-position: 40% 79%;
    max-height: 588px;
}


.c-feature1 .c-feature__dotdes span {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  padding-bottom: 2px;
  border-bottom: 2px dotted #231916;
}
@media only screen and (max-width: 1023px) {
  .c-feature1 .c-feature__dotdes span {
    border-bottom: unset;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-feature1 .c-feature__dotdes span {
    font-size: 1.5rem;
    text-align: center;
  }
  .c-athlete__official img{
    object-position: unset;
    max-height: unset;
}
}
.p-feature .c-btn4 {
  margin: 35px auto 80px;
}
.c-feature__blue2 {
  background-color: #1a2d53;
  color: #fff;
  padding-top: 34px;
  padding-bottom: 37px;
}
@media only screen and (max-width: 767px) {
  .c-feature__blue2 {
    padding-top: 24px;
    padding-bottom: 30px;
  }
}
.c-feature__blue2.c-feature__blue2 {
  background-color: #056fb8;
}
.c-feature__blue2 .l-container {
  max-width: 932px;
}
.c-feature__blue2 .c-featureblue2__desc {
  margin: 0 auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media only screen and (max-width: 900px) {
  .c-feature__blue2 .c-featureblue2__desc {
    width: unset;
  }
}
.c-feature__blue2 .c-featureblue2__desc li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .c-feature__blue2 .c-featureblue2__desc li {
    font-size: 1.4rem;
  }
}
.c-feature__blue2 .c-featureblue2__desc li + li {
  margin-top: 12px;
}
.c-feature__blue2 .c-featureblue2__desc li span {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.c-feature__blue2 .c-featureblue2__desc li p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.c-blue2__linetxt1 {
  color: #1a2d53;
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  margin: 0 auto;
  margin-top: 33px;
  padding-top: 2px;
  padding-bottom: 2px;
  position: relative;
  z-index: 3;
  width: 94%;
}
@media only screen and (max-width: 767px) {
  .c-blue2__linetxt1 {
    font-size: 1.3rem;
    margin-top: 20px;
  }
}
.c-blue2__linetxt1::before {
  z-index: -1;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  -webkit-transform: skew(55deg);
  transform: skew(55deg);
}
@media only screen and (max-width: 767px) {
  .c-blue2__linetxt1::before {
    width: 106%;
    text-wrap: wrap;
    left: 50%;
    -webkit-transform: skew(20deg) translateX(-50%);
    transform: skew(20deg) translateX(-50%);
  }
}
.c-blue2__linetxt2 {
  color: #1a2d53;
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  margin: 0 auto;
  margin-top: 33px;
  padding-top: 2px;
  padding-bottom: 2px;
  position: relative;
  z-index: 3;
  width: 94%;
  background-color: #fff;
  border-radius: 17px;
}
@media only screen and (max-width: 767px) {
  .c-blue2__linetxt2 {
    width: 100%;
    text-wrap: balance;
    font-size: 1.4rem;
    padding: 8px;
  }
}
.c-rapsoso__container {
  margin-top: 57px;
  color: #3f3b3a;
  padding-bottom: 80px;
}
.c-rapsoso__container.c-rapsoso__container2 {
  margin-top: 0;
  color: #fff;
  padding-top: 70px;
  background-color: #000019;
}
@media only screen and (max-width: 767px) {
  .c-rapsoso__container.c-rapsoso__container2 {
    padding-top: 30px;
  }
}
.c-rapsoso__container .l-container {
  max-width: 704px;
}
.c-rapsoso__container .c-rapsoso__title1 {
  text-align: center;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  background-color: #3f3b3a;
  letter-spacing: 2px;
  padding-top: 10px;
  padding-bottom: 12px;
}
.c-rapsoso__container .c-rapsoso__title1.c-rapsoso__title1 {
  background-color: #000019;
}
.c-rapsoso__container .c-rapsoso__title2 {
  margin-top: 22px;
  font-family: "Outfit", sans-serif;
  color: #3f3b3a;
  font-size: 4.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .c-rapsoso__container .c-rapsoso__title2 {
    font-size: 3.4rem;
  }
}
@media only screen and (max-width: 580px) {
  .c-rapsoso__container .c-rapsoso__title2 {
    font-size: 3rem;
  }
}
.c-rapsoso__container .c-rapsoso__title2.c-rapsoso__title22 {
  color: #fff;
}
.c-rapsoso__container .c-rapsoso__kit {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
@media only screen and (max-width: 580px) {
  .c-rapsoso__container .c-rapsoso__kit {
    -webkit-transform: unset;
    transform: unset;
  }
}
.c-rapsoso__container .c-rapsoso__title3 {
  font-size: 2.6rem;
  font-weight: 700;
  margin-top: 17px;
  text-align: center;
  letter-spacing: 2px;
}
@media only screen and (max-width: 767px) {
  .c-rapsoso__container .c-rapsoso__title3 {
    font-size: 2rem;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 580px) {
  .c-rapsoso__container .c-rapsoso__title3 {
    font-size: 1.8rem;
    text-wrap: balance;
  }
}
.c-rapsoso__container .c-rapsoso__desc1 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.7666666667;
  text-align: justify;
  letter-spacing: 0.1px;
  margin-top: 25px;
}
@media only screen and (max-width: 580px) {
  .c-rapsoso__container .c-rapsoso__desc1 {
    margin-top: 15px;
    font-size: 1.4rem;
  }
}
.c-rapsoso__container .c-rapsoso__youtube {
  margin-top: 57px;
}
@media only screen and (max-width: 580px) {
  .c-rapsoso__container .c-rapsoso__youtube {
    margin-top: 35px;
  }
}
.c-rapsoso__container .c-rapsoso__youtube iframe {
  width: 100%;
  height: 334px;
}
@media only screen and (max-width: 580px) {
  .c-rapsoso__container .c-rapsoso__youtube iframe {
    height: 220px;
  }
}
.c-rapsoso__container .c-rapsoso__desc2 {
  font-size: 1rem;
  line-height: 1.85;
  text-align: justify;
  font-weight: 500;
  margin-top: 12px;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 580px) {
  .c-rapsoso__container .c-rapsoso__desc2 {
    letter-spacing: 0;
    font-size: 1.4rem;
  }
}
.c-rapsoso__container .c-youtube__link {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 580px) {
  .c-rapsoso__container .c-youtube__link {
    letter-spacing: 0;
    font-size: 1.3rem;
  }
}
.c-rapsoso__container .c-youtube__link:hover {
  text-decoration: underline;
}
.c-bluedam__container {
  background-color: #1a2d53;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .c-bluedam__container {
    padding: 45px 0;
  }
}
.c-bluedam__container.c-bluedam__container2 {
  background-color: #056fb8;
}
.c-bluedam__container .c-contact__banner1 {
  border: 2px solid #fff;
}
.c-voicesub__container {
  max-width: 840px;
  margin: 0 auto;
}
.c-voicesub__container .c-voicesub__title {
  position: relative;
  margin-bottom: 20px;
}
.c-voicesub__container .c-voicesub__title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #3f3b3a;
  top: 50%;
  z-index: -1;
}
.c-voicesub__container .c-voicesub__title h3 {
  padding: 0 14px;
  background-color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  color: #3f3b3a;
  letter-spacing: 2px;
}
.c-voicesub__container .c-btn5 {
  margin: 31px auto 135px;
}
@media only screen and (max-width: 767px) {
  .c-voicesub__container .c-btn5 {
    margin-bottom: 90px;
  }
}
.c-voice__list1 .c-voice__item1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  padding: 32px 7%;
  position: relative;
  overflow: hidden;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .c-voice__list1 .c-voice__item1 {
    padding: 20px 5%;
  }
}
@media only screen and (max-width: 580px) {
  .c-voice__list1 .c-voice__item1 {
    padding: 18px 4%;
  }
}
.c-voice__list1 .c-voice__item1::before {
  content: "";
  position: absolute;
  width: 72%;
  -webkit-clip-path: polygon(0 0, 100% 0, 11% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 11% 100%, 0% 100%);
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  background-color: #056fb8;
}
@media only screen and (max-width: 580px) {
  .c-voice__list1 .c-voice__item1::before {
    -webkit-clip-path: polygon(0 0, 100% 0, 5% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 5% 100%, 0% 100%);
    width: 100%;
  }
}
.c-voice__list1 .c-voice__item1 + .c-voice__item1 {
  margin-top: 28px;
}
.c-voice__list1 .c-voice__item1.c-voice__item1--1 {
  background-color: #eeecd9;
  color: #3f3b3a;
}
.c-voice__list1 .c-voice__item1.c-voice__item1--1::before {
  background-color: #f8f6e9;
}
.c-voice__list1 .c-voice__item1.c-voice__item1--2 {
  background-color: #0f3456;
  color: #fff;
}
.c-voice__list1 .c-voice__item1.c-voice__item1--2::before {
  background-color: #1c2a45;
}
.c-voice__list1 .c-voice__item1.c-voice__item1--3 {
  background-color: #d1d3d4;
  color: #414042;
}
.c-voice__list1 .c-voice__item1.c-voice__item1--3::before {
  background-color: #e6e7e8;
}
.c-voice__list1 .c-voice__item1 .c-voiceitem1__title {
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 1px;
  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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.c-voice__list1 .c-voice__item1 .c-voice__desc {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: justify;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 8.5%;
}
@media only screen and (max-width: 580px) {
  .c-voice__list1 .c-voice__item1 .c-voice__desc {
    padding-left: 17px;
    font-size: 1.4rem;
  }
}
.c-athlete__news.c-athlete__news2 {
  background-color: #1a2d53;
}
.c-mainvisual__sub {
  position: relative;
}
.c-mainvisual__sub .c-mainvisualsub__img img {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
}
.c-mainvisual__sub .c-mainvisualsub__img img:nth-child(1) {
  display: block;
}
@media only screen and (max-width: 767px) {
  .c-mainvisual__sub .c-mainvisualsub__img img:nth-child(1) {
    display: none;
  }
}
.c-mainvisual__sub .c-mainvisualsub__img img:nth-child(2) {
  display: none;
}
@media only screen and (max-width: 767px) {
  .c-mainvisual__sub .c-mainvisualsub__img img:nth-child(2) {
    display: block;
  }
}
.c-mainvisual__sub .c-mainvisual__content {
  position: absolute;
  z-index: 10;
  color: #fff;
  right: 5%;
  bottom: 3.6%;
}
@media only screen and (max-width: 767px) {
  .c-mainvisual__sub .c-mainvisual__content {
    right: unset;
    left: 3%;
    bottom: 10%;
  }
}
.c-mainvisual__sub .c-mainvisual__content p {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2px;
  text-shadow: 0 0 3px #3f3b3a;
}
@media only screen and (max-width: 767px) {
  .c-mainvisual__sub .c-mainvisual__content p {
    font-size: 2.1rem;
    letter-spacing: 1px;
  }
}
@media only screen and (max-width: 580px) {
  .c-mainvisual__sub .c-mainvisual__content p {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 454px) {
  .c-mainvisual__sub .c-mainvisual__content p {
    font-size: 1.6rem;
  }
}
.c-mainvisual__sub .c-mainvisual__content h2 {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 13rem;
  line-height: 1;
  -webkit-transform: translateX(-6px);
  transform: translateX(-6px);
  text-shadow: 0 0 3px #3f3b3a;
}
@media only screen and (max-width: 1100px) {
  .c-mainvisual__sub .c-mainvisual__content h2 {
    font-size: 10rem;
  }
}
@media only screen and (max-width: 1023px) {
  .c-mainvisual__sub .c-mainvisual__content h2 {
    font-size: 8rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-mainvisual__sub .c-mainvisual__content h2 {
    font-size: 6.5rem;
    margin-top: 5px;
  }
}
@media only screen and (max-width: 580px) {
  .c-mainvisual__sub .c-mainvisual__content h2 {
    font-size: 6rem;
  }
}
.c-mainvisual__sub .c-mainvisual__content h5 {
  font-size: 6.4rem;
  font-weight: 700;
  text-shadow: 0 0 3px #3f3b3a;
  font-family: "Outfit", sans-serif;
  line-height: 1;
}
@media only screen and (max-width: 1100px) {
  .c-mainvisual__sub .c-mainvisual__content h5 {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-mainvisual__sub .c-mainvisual__content h5 {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 580px) {
  .c-mainvisual__sub .c-mainvisual__content h5 {
    font-size: 2.6rem;
  }
}
.c-athlete__container1 {
  background-color: #000019;
  padding-top: 90px;
  padding-bottom: 57px;
}
@media only screen and (max-width: 1023px) {
  .c-athlete__container1 {
    padding-top: 45px;
  }
}
.c-athlete__container1 .l-container {
  max-width: 982px;
  position: relative;
}
.c-athlete__container1 .c-contact__btncirlce {
  position: absolute;
  top: -73px;
  right: 0;
  -webkit-transform: translateX(calc(50% - 20px));
  transform: translateX(calc(50% - 20px));
}
@media only screen and (max-width: 1100px) {
  .c-athlete__container1 .c-contact__btncirlce {
    right: 2.8%;
    -webkit-transform: unset;
    transform: unset;
    top: -20px;
  }
}
@media only screen and (max-width: 767px) {
  .c-athlete__container1 .c-contact__btncirlce {
    right: 2%;
    top: -25px;
  }
}
@media only screen and (max-width: 580px) {
  .c-athlete__container1 .c-contact__btncirlce {
    top: 35px;
  }
}
.c-athlete__container1 .c-athlete__title1 {
  color: #fff;
  font-size: 4.2rem;
  font-weight: 700;
}
@media only screen and (max-width: 1023px) {
  .c-athlete__container1 .c-athlete__title1 {
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-athlete__container1 .c-athlete__title1 {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 580px) {
  .c-athlete__container1 .c-athlete__title1 {
    font-size: 2rem;
  }
}
.c-athlete__container1 .c-athlete__desc1 {
  color: #fff;
  font-size: 1.5rem;
  text-align: justify;
  line-height: 1.5666666667;
  font-weight: 500;
  margin-top: 10px;
  letter-spacing: 1.5px;
}
@media only screen and (max-width: 767px) {
  .c-athlete__container1 .c-athlete__desc1 {
    padding-right: 130px;
  }
}
.c-athlete__container1 .c-athlete__row1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 64px;
  gap: 5.2%;
}
@media only screen and (max-width: 580px) {
  .c-athlete__container1 .c-athlete__row1 {
    gap: 3%;
  }
}
.c-athlete__container1 .c-athlete__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 595px;
  width: 100%;
  gap: 38px 0;
  margin: 47px auto 0;
}
@media only screen and (max-width: 580px) {
  .c-athlete__container1 .c-athlete__links {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 25px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 454px) {
  .c-athlete__container1 .c-athlete__links {
    gap: 10px;
  }
}
.c-athlete__container1 .c-athlete__links a {
  background-color: #fff;
  width: 150px;
  height: 40px;
  border: 2px solid #fff;
  border-radius: 22px;
  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;
}
.c-athlete__container1 .c-athlete__links a:hover {
  opacity: 1;
  background-color: #000019;
  color: #fff;
}
.c-athlete__container1 .c-athlete__links a span {
  font-weight: 700;
  font-size: 1.4rem;
}
.c-athlete__titlemain {
  font-weight: 700;
  font-family: "Outfit", sans-serif;
  font-size: 6.7rem;
  color: #fff;
  line-height: 1;
}
@media only screen and (max-width: 1023px) {
  .c-athlete__titlemain {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-athlete__titlemain {
    font-size: 3.5rem;
  }
}
.c-athlete__titlesub {
  font-weight: 700;
  font-size: 2.2rem;
  color: #fff;
  letter-spacing: 2px;
  margin-left: 4px;
  margin-top: 6px;
}
@media only screen and (max-width: 767px) {
  .c-athlete__titlesub {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}
.c-athlete__container2 {
  background-color: #c9caca;
  padding-top: 52px;
  padding-bottom: 55px;
}
@media only screen and (max-width: 580px) {
  .c-athlete__container2 {
    padding-top: 35px;
  }
}
.c-athlete__container2 .l-container {
  max-width: 1240px;
}
.c-athlete__container2 .c-athlete__list1 {
  margin-top: 29px;
}
@media only screen and (max-width: 767px) {
  .c-athlete__container2 .c-athlete__list1 {
    margin-top: 0;
  }
}
.c-athlete__list1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .c-athlete__list1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.c-athlete__list1 .c-athlete__item1 {
  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-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 49px;
  padding-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .c-athlete__list1 .c-athlete__item1 {
    padding-top: 35px;
  }
}
@media only screen and (max-width: 580px) {
  .c-athlete__list1 .c-athlete__item1 {
    padding-top: 24px;
  }
}
.c-athlete__list1 .c-athlete__item1:nth-child(2) {
  border-left: 1px solid #231916;
  border-right: 1px solid #231916;
}
@media only screen and (max-width: 767px) {
  .c-athlete__list1 .c-athlete__item1:nth-child(2) {
    border-left: unset;
    border-right: unset;
    border-top: 1px solid #231916;
    border-bottom: 1px solid #231916;
  }
}
.c-athlete__list1 .c-athlete__number1 {
  font-size: 2.3rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1023px) {
  .c-athlete__list1 .c-athlete__number1 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .c-athlete__list1 .c-athlete__number1 {
    margin-bottom: 12px;
  }
}
.c-athlete__list1 .c-athlete__item1title {
  font-size: 2.3rem;
  line-height: 1.5;
  text-align: center;
  font-weight: 700;
  padding: 0 20px;
}
.c-athlete__list1 .c-athlete__item1title2 {
    font-size: 1.3rem;
    text-align: center;
    font-weight: 900;
    padding: 0 10px;
    color: #00356c;
    margin-top: 18px;
    text-wrap: balance;
}
@media only screen and (max-width: 1023px) {
  .c-athlete__list1 .c-athlete__item1title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 900px) {
  .c-athlete__list1 .c-athlete__item1title {
    font-size: 1.8rem;
  }
  .c-athlete__list1 .c-athlete__item1title2 {
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-athlete__list1 .c-athlete__item1title {
    font-size: 1.7rem;
  }
  .c-athlete__list1 .c-athlete__item1title2 {
    font-size: 1.55rem;
  }
}
.c-athlete__list1 .c-athlete__itemdesc1 {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: justify;
  line-height: 1.7;
  padding: 0 20px;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1023px) {
  .c-athlete__list1 .c-athlete__itemdesc1 {
    margin-top: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .c-athlete__list1 .c-athlete__itemdesc1 {
    font-size: 1.4rem;
    padding: 0 20px;
    margin-top: 12px;
  }
}
.c-athlete__list1 .c-athlete__linkitem1 {
  margin-top: auto;
  position: relative;
  width: 104px;
}
@media only screen and (max-width: 1023px) {
  .c-athlete__list1 .c-athlete__linkitem1 {
    /* margin-top: 44px; */
  }
}
@media only screen and (max-width: 767px) {
  .c-athlete__list1 .c-athlete__linkitem1 {
    /* margin-top: 24px; */
  }
}
.c-athlete__list1 .c-athlete__linkitem1:hover::after {
  height: 3px;
  width: calc(100% - 20px);
  bottom: -3px;
}
.c-athlete__list1 .c-athlete__linkitem1 span {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  display: block;
  text-align: center;
}
.c-athlete__list1 .c-athlete__linkitem1::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000019;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -8px;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.c-athlete__flow {
  background-color: #000019;
  padding-top: 130px;
  padding-bottom: 110px;
}
@media only screen and (max-width: 1023px) {
  .c-athlete__flow {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .c-athlete__flow {
    padding-top: 75px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 580px) {
  .c-athlete__flow {
    padding-top: 40px;
  }
}
.c-athlete__flow.c-athlete__flow2 {
  background-color: #1c75bc;
  padding-top: 90px;
}
.c-athlete__flow .l-container {
  max-width: 1140px;
}
.c-athlete__flow .c-faq__list2 {
  padding-left: 8.3%;
  padding-right: 8.3%;
  margin-top: 45px;
}
@media only screen and (max-width: 767px) {
  .c-athlete__flow .c-faq__list2 {
    padding: 0 2%;
  }
}
.c-athlete__flow .c-contact__banner1 {
  border: 2px solid #fff;
  margin-top: 56px;
}
.c-faq__list2 .c-faq__item + .c-faq__item {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .c-faq__list2 .c-faq__item + .c-faq__item {
    margin-top: 20px;
  }
}
.c-faq__list2 .c-fq__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  cursor: pointer;
  padding: 9px 0 18px;
  padding-right: 20px;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  overflow: hidden;
  color: #fff;
  border-bottom: 2px solid #fff;
}
@media only screen and (max-width: 580px) {
  .c-faq__list2 .c-fq__item {
    padding-right: 9px;
  }
}
.c-faq__list2 .c-fq__item:hover .c-q {
  color: #ebb31b;
}
.c-faq__list2 .c-fq__item:hover .c-fq__title {
  text-shadow: 0 0 7px #fff, 0 0 10px #fff, 0 0 21px #fff, 0 0 42px #0fa;
}
.c-faq__list2 .c-fq__item:hover .c-fq__arrow span {
  background-color: #ebb31b;
}
.c-faq__list2 .c-fq__item .c-q {
  font-size: 4rem;
  font-weight: 700;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  pointer-events: none;
  line-height: 1;
  font-family: "Outfit", sans-serif;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
@media only screen and (max-width: 767px) {
  .c-faq__list2 .c-fq__item .c-q {
    font-size: 3.3rem;
  }
}
@media only screen and (max-width: 580px) {
  .c-faq__list2 .c-fq__item .c-q {
    font-size: 2.7rem;
  }
}
.c-faq__list2 .c-fq__item .c-fq__title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  pointer-events: none;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  text-align: justify;
  font-size: 1.8rem;
  font-weight: 700;
  margin-left: 4%;
  margin-right: 5%;
  letter-spacing: 2px;
  -webkit-transform: translateY(-7px);
  transform: translateY(-7px);
}
@media only screen and (max-width: 767px) {
  .c-faq__list2 .c-fq__item .c-fq__title {
    font-size: 1.6rem;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
}
@media only screen and (max-width: 580px) {
  .c-faq__list2 .c-fq__item .c-fq__title {
    font-size: 1.45rem;
  }
}
.c-faq__list2 .c-fq__item .c-fq__arrow {
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  cursor: pointer;
  pointer-events: none;
  -webkit-transform-origin: center;
  transform-origin: center;
  position: relative;
}
.c-faq__list2 .c-fq__item .c-fq__arrow span {
  background-color: #fff;
  position: absolute;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  display: inline-block;
}
.c-faq__list2 .c-fq__item .c-fq__arrow span:nth-child(1) {
  width: 100%;
  height: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-faq__list2 .c-fq__item .c-fq__arrow span:nth-child(2) {
  width: 2px;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.c-faq__list2 .c-fq__item .c-fq__arrow.c-active span:nth-child(2) {
  -webkit-transform: translateX(-50%) rotate(90deg);
  transform: translateX(-50%) rotate(90deg);
}
.c-faq__list2 .c-fa__item {
  overflow: hidden;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  height: 0;
}
.c-faq__list2 .c-fa__item.c-active {
  height: auto;
}
.c-faq__list2 .c-fa__item > .c-faitem__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 0 9px;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  color: #fff;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .c-faq__list2 .c-fa__item > .c-faitem__row {
    padding: 12px 4% 10px 3.4%;
  }
}
@media only screen and (max-width: 580px) {
  .c-faq__list2 .c-fa__item > .c-faitem__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.c-faq__list2 .c-fa__item > .c-faitem__row .c-flowleft__desc {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: justify;
  line-height: 1.9;
  width: 52%;
}
@media only screen and (max-width: 580px) {
  .c-faq__list2 .c-fa__item > .c-faitem__row .c-flowleft__desc {
    font-size: 1.4rem;
    width: 100%;
  }
}
.c-faq__list2 .c-fa__item > .c-faitem__row .c-flowright__img {
  width: 42.7%;
}
@media only screen and (max-width: 580px) {
  .c-faq__list2 .c-fa__item > .c-faitem__row .c-flowright__img {
    width: 100%;
    margin-top: 5px;
  }
}
.c-athlete__menu {
  background-color: #000019;
  padding-top: 124px;
  padding-bottom: 110px;
}
@media only screen and (max-width: 1023px) {
  .c-athlete__menu {
    padding: 90px 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-athlete__menu {
    padding-top: 45px;
  }
}
.c-athlete__menu .l-container {
  max-width: 1400px;
}
@media only screen and (max-width: 1100px) {
  .c-athlete__menu .l-container {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-athlete__menu .l-container {
    padding: 0 25px;
    padding-right: 0;
  }
}
.c-athlete__menu .c-athletemenu__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .c-athlete__menu .c-athletemenu__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 40px;
  }
}
.c-athlete__menu .c-athletemenu__row .c-athletemenu__left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media only screen and (max-width: 1100px) {
  .c-athlete__menu .c-athletemenu__row .c-athletemenu__left {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .c-athlete__menu .c-athletemenu__row .c-athletemenu__left {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.c-athlete__menu .c-athletemenu__row .c-athletemenu__left .c-btn6 {
  margin-top: 40px;
}
.c-athlete__menu .c-athletemenu__row .c-athletemenu__right {
  width: 70.1%;
}
@media only screen and (max-width: 767px) {
  .c-athlete__menu .c-athletemenu__row .c-athletemenu__right {
    width: 100%;
  }
}
.c-athlete__menu .c-btn6--pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .c-athlete__menu .c-btn6--pc {
    display: none;
  }
}
.c-athlete__menu .c-btn6--sp {
  display: none;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .c-athlete__menu .c-btn6--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.c-menu__list2 {
  margin: 0 -7px;
}
.c-menu__list2 .c-menu__item2 {
  width: 310px;
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 4px #fff;
  box-shadow: 0 0 4px #fff;
  margin: 0 7px;
}
@media only screen and (max-width: 580px) {
  .c-menu__list2 .c-menu__item2 {
    width: 280px;
  }
}
.c-menu__list2 .c-menu__item2 .c-menuitem2__img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  aspect-ratio: 310/238;
}
.c-menu__list2 .c-menu__item2 .c-menuitem2__content {
  background-color: #fff;
  color: #3f3b3a;
  padding: 32px 5% 30px;
}
.c-menu__list2 .c-menu__item2 .c-menuitem2__content .c-menuitem2__title {
  text-align: center;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 2px;
}
.c-menu__list2 .c-menu__item2 .c-menuitem2__content .c-menuitem2__price {
  text-align: center;
  font-weight: 500;
  font-size: 1.4rem;
  margin-top: 16px;
  letter-spacing: 1px;
}
.c-athlete__case {
  background-color: #000019;
  padding: 80px 0;
}
@media only screen and (max-width: 767px) {
  .c-athlete__case {
    padding: 55px 0;
  }
}
.c-athlete__case.c-athlete__case2 {
  background-color: #5a96c7;
}
.c-athlete__case .l-container {
  max-width: 1140px;
}
.c-athlete__case .c-case__list {
  padding: 0 5.3%;
  margin-top: 50px;
  margin-bottom: 48px;
}
@media only screen and (max-width: 1023px) {
  .c-athlete__case .c-case__list {
    padding: 0;
  }
}
.c-athlete__case .c-case__list .c-case__date {
  color: #fff;
}
.c-athlete__case .c-case__list .c-caseitem__title {
  color: #fff;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.c-athlete__case .c-case__list .c-case__item a:hover .c-caseitem__title {
  color: #ebb31b;
}
.c-athlete__case .c-btn6 {
  margin: 0 auto;
}
.c-athlete__staff {
  background-color: #000019;
  padding: 80px 0;
}
.c-athlete__staff.c-athlete__staff2 {
  background-color: #5a96c7;
}
.c-athlete__staff .l-container {
  max-width: 1150px;
}
.c-athlete__staff .c-btn6 {
  margin: 41px auto 0;
}
.c-staff__slides {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .c-staff__slides {
    margin-top: 40px;
  }
}
.c-staff__slides .c-staff__slide {
  width: 100%;
  max-width: 742px;
  border: 1px solid #fff;
  padding: 43px 48px 42px;
  margin: 0 26px;
}
@media only screen and (max-width: 900px) {
  .c-staff__slides .c-staff__slide {
    margin: 0 18px;
  }
}
@media only screen and (max-width: 767px) {
  .c-staff__slides .c-staff__slide {
    margin: 0 10px;
    padding: 24px;
  }
}
@media only screen and (max-width: 580px) {
  .c-staff__slides .c-staff__slide {
    padding: 18px;
    margin: 0 7px;
    padding-bottom: 24px;
  }
}
.c-staff__slides .c-staff__slide .c-viewmore__link {
  margin: 40px auto 0;
}
@media only screen and (max-width: 580px) {
  .c-staff__slides .c-staff__slide .c-viewmore__link {
    margin-top: 15px;
  }
}
.c-staff__slides .c-staff__slide.c-staff__slide--black {
  color: #fff;
  background-color: #1b0c0a;
}
.c-staff__slides .c-staff__slide.c-staff__slide--blue {
  color: #fff;
  background-color: #86bae4;
}
.c-staff__slides .c-staff__slide .c-staffslide__row1 {
  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-staff__slides .c-staff__slide .c-staffslide__left {
  width: 39.3%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .c-staff__slides .c-staff__slide .c-staffslide__left {
    width: 100%;
  }
}

.c-staffslide__position{
  font-weight: 700;
  font-size: 1.7rem;
  font-family: "Outfit", sans-serif;
  margin-top: 5px;
  margin-bottom: 8px;
}


.c-staff__slides .c-staff__slide .c-staffslide__left .c-staffslide__img img {
  aspect-ratio: 292/347;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom;
  object-position: bottom;
}
.c-staff__slides .c-staff__slide .c-staffslide__left .c-staff__sns {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  align-items: center;
}
@media only screen and (max-width: 580px) {
  .c-staff__slides .c-staff__slide .c-staffslide__left .c-staff__sns {
    margin-top: 10px;
    position: absolute;
    bottom: 5%;
    right: 5%;
  }
}
.c-staff__slides .c-staff__slide .c-staffslide__left .c-staff__sns a {
  width: 37px;
}
@media only screen and (max-width: 580px) {
  .c-staff__slides .c-staff__slide .c-staffslide__left .c-staff__sns a {
    -webkit-filter: drop-shadow(0 0 0.75rem #777);
    filter: drop-shadow(0 0 0.75rem #777);
  }
}
.c-staff__slides .c-staff__slide .c-staffslide__right {
  width: 55%;
  margin-top: -5px;
}
@media only screen and (max-width: 767px) {
  .c-staff__slides .c-staff__slide .c-staffslide__right {
    margin-top: 6px;
    width: 100%;
  }
}
.c-staff__slides .c-staff__slide .c-staffslide__right .c-ssr__row1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 11px;
}
.c-staff__slides .c-staff__slide .c-staffslide__right .c-ssr__row1 .c-staffslide__title1 {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 3px;
}
@media only screen and (max-width: 580px) {
  .c-staff__slides .c-staff__slide .c-staffslide__right .c-ssr__row1 .c-staffslide__title1 {
    font-size: 1.8rem;
    letter-spacing: 1px;
  }
}
.c-staff__slides .c-staff__slide .c-staffslide__right .c-ssr__row1 .c-staffslide__title2 {
  font-size: 1.4rem;
  font-family: "Outfit", sans-serif;
}
@media only screen and (max-width: 580px) {
  .c-staff__slides .c-staff__slide .c-staffslide__right .c-ssr__row1 .c-staffslide__title2 {
    font-weight: 500;
  }
}
.c-staff__slides .c-staff__slide .c-staffslide__right .c-ssr__desc {
  font-size: 1.5rem;
  line-height: 1.45;
  text-align: justify;
  letter-spacing: 1.5px;
  margin-top: 7px;
}
.c-staff__slides .c-staff__slide .c-staffslide__right .c-ssr__desc p + p{
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .c-staff__slides .c-staff__slide .c-staffslide__right .c-ssr__desc {
    margin-top: 5px;
    letter-spacing: 0;
    font-size: 1.3rem;
    line-height: 1.4;
  }
}
.c-voice__container2 {
  background-color: #fff;
  padding-top: 70px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .c-voice__container2 {
    padding-top: 45px;
    padding-bottom: 75px;
  }
}
@media only screen and (max-width: 580px) {
  .c-voice__container2 {
    padding-top: 35px;
  }
}
.c-voice__container2 .l-container {
  max-width: 1150px;
}
.c-voice__container2 .c-athlete__titlemain,
.c-voice__container2 .c-athlete__titlesub {
  color: #3f3b3a;
}
.c-voice__container2 .c-voice__list1 {
  margin-top: 26px;
  padding: 0 12.1%;
}
@media only screen and (max-width: 767px) {
  .c-voice__container2 .c-voice__list1 {
    padding: 0;
  }
}
.c-voice__container2 .c-viewmore__link2 {
  margin: 36px auto 0;
}
.c-athlete__news {
  background-color: #000019;
  padding-top: 70px;
  padding-bottom: 70px;
}
@media only screen and (max-width: 580px) {
  .c-athlete__news {
    padding-top: 40px;
  }
}
.c-athlete__news.c-athlete__news3 {
  background-color: #5a96c7;
}
.c-athlete__news .l-container {
  max-width: 1150px;
}
.c-athlete__news .c-list3 {
  margin-top: 50px;
}
@media only screen and (max-width: 580px) {
  .c-athlete__news .c-list3 {
    margin-top: 30px;
  }
}
.c-athlete__news .c-list3 .c-item3__date,
.c-athlete__news .c-list3 .c-item3__title {
  color: #fff;
}
.c-athlete__news .c-list3 .c-list3__item3:hover .c-item3__date,
.c-athlete__news .c-list3 .c-list3__item3:hover .c-item3__title {
  color: #ebb31b;
}
.c-athlete__news .c-btn6 {
  margin: 45px auto 0;
}
.c-staffslide__container {
  position: relative;
}
.c-staffslide__container .c-staffslide__arrow {
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: #9b9b9c;
  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;
  position: absolute;
  z-index: 10;
  top: 50%;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
@media only screen and (max-width: 580px) {
  .c-staffslide__container .c-staffslide__arrow {
    width: 42px;
    height: 42px;
  }
}
.c-staffslide__container .c-staffslide__arrow:hover {
  background-color: #ebb31b;
}
.c-staffslide__container .c-staffslide__arrow i {
  color: #fff;
  font-size: 2.4rem;
}
@media only screen and (max-width: 580px) {
  .c-staffslide__container .c-staffslide__arrow i {
    font-size: 2rem;
  }
}
.c-staffslide__container .c-staff__leftbutton {
  left: calc(50% - 371px);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 900px) {
  .c-staffslide__container .c-staff__leftbutton {
    left: 2%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.c-staffslide__container .c-staff__rightbutton {
  right: calc(50% - 371px);
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
@media only screen and (max-width: 900px) {
  .c-staffslide__container .c-staff__rightbutton {
    right: 2%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.c-athlete__access {
  background-color: #000019;
  padding-top: 70px;
  padding-bottom: 106px;
}
.c-athlete__access.c-athlete__access2 {
  background-color: #5a96c7;
}
.c-athlete__access .l-container {
  max-width: 1150px;
}
.c-athlete__access .c-athlete__accesstitle {
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 2.2rem;
  margin-top: 45px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .c-athlete__access .c-athlete__accesstitle {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 20px;
  }
}
.c-access__gap {
  height: 50px;
}
.c-access__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 6.4%;
}
@media only screen and (max-width: 1023px) {
  .c-access__list {
    padding: 0;
  }
}
.c-access__list .c-access__item {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-access__list .c-access__item .c-access__iframe {
  width: 46.4%;
}
@media only screen and (max-width: 767px) {
  .c-access__list .c-access__item .c-access__iframe {
    width: 100%;
  }
}
.c-access__list .c-access__item .c-access__iframe iframe {
  width: 100%;
  height: 272px;
}
.c-access__list .c-access__item ul {
  width: 47.4%;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}
@media only screen and (max-width: 767px) {
  .c-access__list .c-access__item ul {
    -webkit-transform: unset;
    transform: unset;
    width: 100%;
  }
}
.c-access__list .c-access__item ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #fff;
}
.c-access__list .c-access__item ul li h5 {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 80px;
}
@media only screen and (max-width: 580px) {
  .c-access__list .c-access__item ul li h5 {
    width: 56px;
  }
}
.c-access__list .c-access__item ul li p {
  font-size: 1.4rem;
  line-height: 1.75;
  font-weight: 500;
  text-align: justify;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 8%;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 580px) {
  .c-access__list .c-access__item ul li p {
    padding-left: 2%;
    font-size: 1.2rem;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
}
.c-access__list .c-access__item ul li p span {
  display: block;
  font-size: 1.2rem;
}
.c-access__list .c-access__item ul li p a {
  font-family: "Outfit", sans-serif;
}
.c-access__listbottom {
  color: #fff;
  border-top: 1px solid #fff;
  margin: 0 6%;
  margin-top: 42px;
  padding-top: 25px;
}
@media only screen and (max-width: 580px) {
  .c-access__listbottom {
    margin: 0;
  }
}
.c-access__listbottom li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  font-weight: 500;
}
@media only screen and (max-width: 580px) {
  .c-access__listbottom li {
    font-size: 1.4rem;
  }
}
.c-access__listbottom li span {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.c-access__listbottom li p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: justify;
}
.c-general__pluscore {
  padding-top: 87px;
  padding-bottom: 108px;
}
@media only screen and (max-width: 1023px) {
  .c-general__pluscore {
    padding-top: 56px;
  }
}
@media only screen and (max-width: 767px) {
  .c-general__pluscore {
    padding-top: 25px;
    padding-bottom: 75px;
  }
}
@media only screen and (max-width: 580px) {
  .c-general__pluscore {
    padding-top: 20px;
    padding-bottom: 55px;
  }
}
.c-general__pluscore .l-container {
  max-width: 1022px;
  position: relative;
}
.c-general__pluscore .c-contact__btncirlce {
  position: absolute;
  top: -72px;
  right: 0;
  -webkit-transform: translateX(26%);
  transform: translateX(26%);
}
@media only screen and (max-width: 1160px) {
  .c-general__pluscore .c-contact__btncirlce {
    -webkit-transform: unset;
    transform: unset;
    right: 2%;
    top: -40px;
  }
}
@media only screen and (max-width: 767px) {
  .c-general__pluscore .c-contact__btncirlce {
    top: 5px;
  }
}
.c-general__pluscore .c-generalplus__title {
  font-size: 7.4rem;
  font-weight: 700;
  font-family: "Outfit", sans-serif;
  color: #bcbec0;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .c-general__pluscore .c-generalplus__title {
    font-size: 7rem;
  }
  .c-general__pluscore .c-generalplus__title span {
    display: block;
  }
}
.c-general__pluscore .c-generalpluscore__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 68px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .c-general__pluscore .c-generalpluscore__row {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 580px) {
  .c-general__pluscore .c-generalpluscore__row {
    margin-top: 24px;
  }
}
.c-general__pluscore .c-generalpluscore__row .c-gpr__left {
  width: 39.7%;
}
@media only screen and (max-width: 767px) {
  .c-general__pluscore .c-generalpluscore__row .c-gpr__left {
    width: 100%;
  }
}
.c-general__pluscore .c-generalpluscore__row .c-gpr__right {
  width: 53%;
  margin-top: -12px;
}
@media only screen and (max-width: 767px) {
  .c-general__pluscore .c-generalpluscore__row .c-gpr__right {
    width: 100%;
    margin-top: 7px;
  }
}
.c-general__pluscore .c-generalpluscore__row .c-gpr__right .c-gpr__title {
  font-size: 3.2rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .c-general__pluscore .c-generalpluscore__row .c-gpr__right .c-gpr__title {
    font-size: 2.2rem;
  }
}
.c-general__pluscore .c-generalpluscore__row .c-gpr__right .c-gpr__desc {
  font-size: 1.5rem;
  line-height: 1.8333333333;
  text-align: justify;
  letter-spacing: 0.5px;
  margin-top: 38px;
}
@media only screen and (max-width: 767px) {
  .c-general__pluscore .c-generalpluscore__row .c-gpr__right .c-gpr__desc {
    margin-top: 15px;
    letter-spacing: 0;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 580px) {
  .c-general__pluscore .c-generalpluscore__row .c-gpr__right .c-gpr__desc {
    margin-top: 10px;
  }
}
.c-general__pluscore .c-generalpluscore__row .c-gpr__right .c-gpr__img2 {
  margin-top: 48px;
}
@media only screen and (max-width: 767px) {
  .c-general__pluscore .c-generalpluscore__row .c-gpr__right .c-gpr__img2 {
    margin-top: 12px;
  }
}
.c-general__menu {
  background-color: #f1f2f2;
  padding-top: 100px;
  padding-bottom: 140px;
}
@media only screen and (max-width: 1023px) {
  .c-general__menu {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .c-general__menu {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 580px) {
  .c-general__menu {
    padding-top: 30px;
  }
}
.c-general__menu .l-container {
  max-width: 1050px;
}
.c-general__menu .c-generalmenu__title1 {
  color: #414042;
  font-weight: 700;
  font-size: 3.8rem;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .c-general__menu .c-generalmenu__title1 {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-general__menu .c-generalmenu__title1 {
    font-size: 2.4rem;
  }
}
.c-general__menu .c-generalmenu__title2 {
  color: #bcbec0;
  font-weight: 700;
  font-size: 3rem;
  text-align: center;
  font-family: "Outfit", sans-serif;
  margin-top: 5px;
}
.c-general__menu .c-generalmenu__desc {
  color: #414042;
  font-size: 1.5rem;
  line-height: 1.9666666667;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 82px;
}
@media only screen and (max-width: 580px) {
  .c-general__menu .c-generalmenu__desc {
    margin-top: 10px;
    margin-bottom: 45px;
    letter-spacing: 0;
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 454px) {
  .c-general__menu .c-generalmenu__desc {
    font-size: 1.15rem;
    text-wrap: balance;
    margin-bottom: 30px;
  }
}
.c-general__menu .c-btn6 {
  margin: 80px auto 0;
}
@media only screen and (max-width: 767px) {
  .c-general__menu .c-btn6 {
    margin-top: 45px;
  }
}
@media only screen and (max-width: 580px) {
  .c-general__menu .c-btn6 {
    margin-top: 30px;
  }
}
.c-menu__list3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 48px 5.6%;
}
@media only screen and (max-width: 767px) {
  .c-menu__list3 {
    gap: 24px 2%;
  }
}
.c-menu__list3 .c-menu__item3 {
  width: 29.6%;
  border-radius: 12px;
  overflow: hidden;

}
@media only screen and (max-width: 767px) {
  .c-menu__list3 .c-menu__item3 {
    width: 49%;
  }
}
.c-menu__list3 .c-menu__item3 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.c-menu__list3 .c-menu__item3 .c-menuitem3__img {
  overflow: hidden;
  flex-shrink: 0;
}
.c-menu__list3 .c-menu__item3 .c-menuitem3__img img {
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  aspect-ratio: 286/207;
}
.c-menu__list3 .c-menu__item3 .c-menuitem3__content {
  background-color: #fff;
  color: #414042;
  padding: 20px 10px 25px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 580px) {
  .c-menu__list3 .c-menu__item3 .c-menuitem3__content {
    padding: 12px 12px 18px;
  }
}
.c-menu__list3 .c-menu__item3 .c-menuitem3__content h5 {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 8px;
  text-wrap: balance;
}
@media only screen and (max-width: 580px) {
  .c-menu__list3 .c-menu__item3 .c-menuitem3__content h5 {
    font-size: 1.5rem;
    letter-spacing: 0;
    margin-bottom: 3px;
  }
}
.c-menu__list3 .c-menu__item3 .c-menuitem3__content h6 {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
  margin-top: auto;
}
@media only screen and (max-width: 580px) {
  .c-menu__list3 .c-menu__item3 .c-menuitem3__content h6 {
    letter-spacing: 0;
    font-size: 1.3rem;
  }
}
.c-general__feature {
  background-color: #1c75bc;
  padding: 100px 0;
}
@media only screen and (max-width: 767px) {
  .c-general__feature {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 580px) {
  .c-general__feature {
    padding: 40px 0 60px;
  }
}
.c-general__feature .c-athlete__titlemain,
.c-general__feature .c-athlete__titlesub {
  padding-left: 11.8%;
}
@media only screen and (max-width: 767px) {
  .c-general__feature .c-athlete__titlemain,
.c-general__feature .c-athlete__titlesub {
    padding-left: 0;
  }
}
.c-general__feature .c-general__featurelist {
  margin-top: 55px;
}
.c-general__feature .l-container {
  max-width: 1240px;
}
.c-general__feature .c-viewmore__link {
  margin: 94px auto 0;
}
@media only screen and (max-width: 767px) {
  .c-general__feature .c-viewmore__link {
    margin-top: 45px;
  }
}
.c-general__featurelist li + li {
  margin-top: 36px;
}
@media only screen and (max-width: 767px) {
  .c-general__featurelist li + li {
    margin-top: 50px;
  }
}
.c-general__featurelist .c-gfi__img2--sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .c-general__featurelist .c-gfi__img2--sp {
    display: block;
  }
}
.c-general__featurelist .c-generalfeature__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 5;
  position: relative;
}
.c-general__featurelist .c-generalfeature__item .c-gfi__img {
  width: 36.5%;
}
@media only screen and (max-width: 767px) {
  .c-general__featurelist .c-generalfeature__item .c-gfi__img {
    display: none;
  }
}
.c-general__featurelist .c-generalfeature__item .c-gfi__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  padding-left: 4.9%;
}
@media only screen and (max-width: 767px) {
  .c-general__featurelist .c-generalfeature__item .c-gfi__content {
    padding-left: 0;
  }
}
.c-general__featurelist .c-generalfeature__item .c-gfi__content.c-gfi__content3 {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.c-general__featurelist .c-generalfeature__item .c-gfi__content .c-gfi__title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.c-general__featurelist .c-generalfeature__item .c-gfi__content .c-gfi__desc {
  font-size: 1.5rem;
  line-height: 1.9666666667;
  text-align: justify;
  font-weight: 500;
}
.c-general__featurelist .c-generalfeature__item2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  position: relative;
  z-index: 3;
}
.c-general__featurelist .c-generalfeature__item2::before {
  position: absolute;
  z-index: -1;
  content: "";
  background-color: #328fce;
  height: calc(100% + 150px);
  width: 1000vh;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.c-general__featurelist .c-generalfeature__item2 .c-gfi__img2 {
  width: 36.5%;
}
@media only screen and (max-width: 767px) {
  .c-general__featurelist .c-generalfeature__item2 .c-gfi__img2 {
    display: none;
  }
}
.c-general__featurelist .c-generalfeature__item2 .c-gfi__content2 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  padding-left: 21.8%;
  padding-right: 4%;
}
@media only screen and (max-width: 767px) {
  .c-general__featurelist .c-generalfeature__item2 .c-gfi__content2 {
    padding-left: 0;
    padding-right: 0;
  }
}
.c-general__featurelist .c-generalfeature__item2 .c-gfi__content2 .c-gfi__title2 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.c-general__featurelist .c-generalfeature__item2 .c-gfi__content2 .c-gfi__desc2 {
  font-size: 1.5rem;
  line-height: 1.9666666667;
  text-align: justify;
  font-weight: 500;
}
.p-group .c-contact__banner1 {
  margin-top: 100px;
  border: 2px solid #fff;
}
@media only screen and (max-width: 767px) {
  .p-group .c-contact__banner1 {
    margin-top: 50px;
  }
}
.c-group__top {
  color: #fff;
  background-color: #000019;
  padding-top: 88px;
  padding-bottom: 90px;
}
@media only screen and (max-width: 767px) {
  .c-group__top {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
.c-group__top .l-container {
  max-width: 970px;
  position: relative;
}
.c-group__top .c-contact__btncirlce {
  position: absolute;
  right: 0;
  top: -70px;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
@media only screen and (max-width: 1160px) {
  .c-group__top .c-contact__btncirlce {
    right: 3%;
    -webkit-transform: unset;
    transform: unset;
    top: -20px;
  }
}
.c-group__top .c-grouptop__title1 {
  font-size: 4.2rem;
  font-weight: 700;
  letter-spacing: 2px;
}
@media only screen and (max-width: 767px) {
  .c-group__top .c-grouptop__title1 {
    font-size: 3rem;
    letter-spacing: 0;
    width: calc(100% - 120px);
    text-wrap: balance;
  }
}
@media only screen and (max-width: 580px) {
  .c-group__top .c-grouptop__title1 {
    font-size: 2.4rem;
  }
}
.c-group__top .c-grouptop__desc1 {
  font-size: 1.5rem;
  line-height: 1.5666666667;
  font-weight: 500;
  text-align: justify;
  margin-top: 12px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .c-group__top .c-grouptop__desc1 {
    margin-top: 25px;
  }
}
.c-group__pagination {
  background-color: #c9caca;
  padding-top: 60px;
  padding-bottom: 53px;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .c-group__pagination {
    padding-bottom: 120px;
  }
}
.c-group__pagination .l-container {
  max-width: 1140px;
}
.c-group__pagination::before {
  content: "";
  background-color: #bbbcbc;
  -webkit-clip-path: polygon(98% 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(98% 0, 100% 0, 100% 100%, 0% 100%);
  height: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.c-group__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 50px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-group__list .c-group__item {
  width: 48%;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  padding: 50px 40px 47px;
  background-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;
  -webkit-box-shadow: 2px 2px 5px rgba(35, 25, 22, 0.3);
  box-shadow: 2px 2px 5px rgba(35, 25, 22, 0.3);
}
@media only screen and (max-width: 767px) {
  .c-group__list .c-group__item {
    width: 100%;
    padding: 25px;
  }
}
.c-group__list .c-group__item .c-groupitem__label {
  position: absolute;
  background-color: #000019;
  border-radius: 8px;
  height: 52px;
  width: 70%;
  max-width: 237px;
  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;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  left: 50%;
  letter-spacing: 2px;
  top: 0;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
@media only screen and (max-width: 1023px) {
  .c-group__list .c-group__item .c-groupitem__label {
    font-size: 1.8rem;
    padding-bottom: 2px;
    width: 64%;
    height: 45px;
    top: 7px;
  }
}
@media only screen and (max-width: 767px) {
  .c-group__list .c-group__item .c-groupitem__label {
    top: 0;
    width: 180px;
    height: 40px;
    font-size: 1.7rem;
    top: 7px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.c-group__list .c-group__item .c-groupitem__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.c-group__list .c-group__item .c-groupitem__title {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-top: 28px;
  letter-spacing: 1px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 1023px) {
  .c-group__list .c-group__item .c-groupitem__title {
    font-size: 2rem;
    margin-top: 13px;
  }
}
@media only screen and (max-width: 580px) {
  .c-group__list .c-group__item .c-groupitem__title {
    font-size: 1.8rem;
  }
}
.c-group__list .c-group__item .c-groupitem__desc {
  font-size: 1.5rem;
  line-height: 1.9;
  text-align: justify;
  font-weight: 500;
  color: #595857;
  margin-top: 16px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media only screen and (max-width: 1023px) {
  .c-group__list .c-group__item .c-groupitem__desc {
    font-size: 1.4rem;
    margin-top: 10px;
  }
}
.c-group__list .c-group__item .c-viewmore__link2 {
  margin: 17px auto 0;
}
.c-group__thinking {
  position: relative;
  background-color: #000019;
  padding-top: 90px;
  padding-bottom: 60px;
  z-index: 3;
}
@media only screen and (max-width: 1023px) {
  .c-group__thinking {
    padding-top: 60px;
  }
}
.c-group__thinking .c-groupthinking__top {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #000019;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  top: 8px;
  aspect-ratio: 1/1;
  width: 164px;
  gap: 10px;
  z-index: -1;
}
.c-group__thinking .c-groupthinking__top .c-txt {
  font-size: 1.7rem;
  font-weight: 700;
}
.c-group__thinking .c-groupthinking__top i {
  font-size: 1.7rem;
}
.c-group__thinking .l-container {
  max-width: 1100px;
}
.c-group__thinking .c-groupthinking__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-group__thinking .c-grouprow__left {
  width: 23%;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-top: 21%;
}
@media only screen and (max-width: 900px) {
  .c-group__thinking .c-grouprow__left {
    width: 49%;
    margin-top: 0;
    -ms-flex-item-align: unset;
    align-self: unset;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}
.c-group__thinking .c-grouprow__right {
  width: 23.3%;
  margin-top: -1.5%;
}
@media only screen and (max-width: 900px) {
  .c-group__thinking .c-grouprow__right {
    width: 49%;
    margin-top: 0;
    -ms-flex-item-align: unset;
    align-self: unset;
  }
}
.c-group__thinking .c-grouprow__middle {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 3%;
}
@media only screen and (max-width: 900px) {
  .c-group__thinking .c-grouprow__middle {
    width: 100%;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    margin: 0;
    margin-bottom: 20px;
  }
}
.c-group__thinking .c-grouprow__middle .c-groupmiddle__title {
  font-size: 2.3rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 42px;
}
@media only screen and (max-width: 767px) {
  .c-group__thinking .c-grouprow__middle .c-groupmiddle__title {
    font-size: 2rem;
    margin-bottom: 24px;
  }
}
.c-group__thinking .c-grouprow__middle .c-groupmiddle__desc {
  font-size: 1.5rem;
  text-align: justify;
  line-height: 1.7666666667;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .c-group__thinking .c-grouprow__middle .c-groupmiddle__desc {
    font-size: 1.4rem;
    margin: 0 5%;
  }
}
.c-group__gray {
  background-color: #c9caca;
  padding-top: 59px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .c-group__gray {
    padding-top: 40px;
  }
}
.c-group__gray .slick-dots li button::before {
  font-size: 1.1rem;
}
.c-group__gray .slick-dots li {
  margin: 0 !important;
}
.c-group__gray .slick-dots li.slick-active button::before {
  color: #000019;
}
.c-group__gray .l-container {
  max-width: 1140px;
}
.c-group__gray .c-groupgray__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 39px;
  padding: 0 6.4%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .c-group__gray .c-groupgray__row {
    padding: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.c-group__gray .c-groupgray__row .c-groupgray__left {
  width: 46.5%;
  padding-top: 5px;
}
@media only screen and (max-width: 767px) {
  .c-group__gray .c-groupgray__row .c-groupgray__left {
    width: 100%;
  }
}
.c-group__gray .c-groupgray__row .c-groupgray__left .c-groupgray__title1 {
  font-weight: 700;
  font-size: 2rem;
  color: #000019;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  letter-spacing: 2px;
  padding-bottom: 4px;
  border-bottom: 1px dashed #000019;
}
@media only screen and (max-width: 767px) {
  .c-group__gray .c-groupgray__row .c-groupgray__left .c-groupgray__title1 {
    font-size: 1.8rem;
  }
}
.c-group__gray .c-groupgray__row .c-groupgray__left .c-groupgray__desc1 {
  font-size: 1.5rem;
  line-height: 1.7666666667;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-top: 17px;
  margin-bottom: 36px;
}
@media only screen and (max-width: 767px) {
  .c-group__gray .c-groupgray__row .c-groupgray__left .c-groupgray__desc1 {
    margin-top: 10px;
  }
}
.c-group__gray .c-groupgray__row .c-groupgray__left .c-groupgray__desc1 span {
  border-bottom: 1px solid #231916;
}
.c-group__gray .c-groupgray__row .c-groupgray__right {
  width: 42.5%;
}
@media only screen and (max-width: 767px) {
  .c-group__gray .c-groupgray__row .c-groupgray__right {
    width: 100%;
    margin-top: 15px;
  }
}
.c-group__gray .c-btn7 {
  margin: 50px auto 0;
}
.c-faq__list3 {
  margin-top: 20px;
}
.c-faq__list3 .c-faq__item:nth-child(1) .c-fq__item {
  border-top: 1px solid #3f3b3a;
}
.c-faq__list3 .c-fq__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  padding: 4.5px 5%;
  padding-left: 2%;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  overflow: hidden;
  color: #3f3b3a;
  border-bottom: 1px solid #3f3b3a;
}
@media only screen and (max-width: 580px) {
  .c-faq__list3 .c-fq__item {
    padding: 8px 3%;
  }
}
.c-faq__list3 .c-fq__item:hover {
  background-color: #faefe4;
}
.c-faq__list3 .c-fq__item:hover .c-q {
  color: #000019;
}
.c-faq__list3 .c-fq__item:hover .c-fq__title {
  color: #000019;
}
.c-faq__list3 .c-fq__item:hover .c-fq__arrow span {
  background-color: #000019;
}
.c-faq__list3 .c-fq__item .c-q {
  font-size: 1.8rem;
  font-weight: 700;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  pointer-events: none;
  line-height: 1;
  font-family: "Outfit", sans-serif;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
@media only screen and (max-width: 767px) {
  .c-faq__list3 .c-fq__item .c-q {
    font-size: 1.5rem;
  }
}
.c-faq__list3 .c-fq__item .c-fq__title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  pointer-events: none;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  text-align: justify;
  font-size: 1.8rem;
  font-weight: 700;
  margin-left: 5px;
  margin-right: 5%;
  letter-spacing: 2px;
}
@media only screen and (max-width: 767px) {
  .c-faq__list3 .c-fq__item .c-fq__title {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 580px) {
  .c-faq__list3 .c-fq__item .c-fq__title {
    font-size: 1.5rem;
  }
}
.c-faq__list3 .c-fq__item .c-fq__arrow {
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  cursor: pointer;
  pointer-events: none;
  -webkit-transform-origin: center;
  transform-origin: center;
  position: relative;
}
.c-faq__list3 .c-fq__item .c-fq__arrow span {
  background-color: #3f3b3a;
  position: absolute;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  display: inline-block;
}
.c-faq__list3 .c-fq__item .c-fq__arrow span:nth-child(1) {
  width: 100%;
  height: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-faq__list3 .c-fq__item .c-fq__arrow span:nth-child(2) {
  width: 2px;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.c-faq__list3 .c-fq__item .c-fq__arrow.c-active span:nth-child(2) {
  -webkit-transform: translateX(-50%) rotate(90deg);
  transform: translateX(-50%) rotate(90deg);
}
.c-faq__list3 .c-fa__item {
  overflow: hidden;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  height: 0;
}
.c-faq__list3 .c-fa__item.c-active {
  height: auto;
}
.c-faq__list3 .c-fa__item > .c-faitem__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6.5px 5.5% 18px;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  color: #3f3b3a;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .c-faq__list3 .c-fa__item > .c-faitem__row {
    padding: 12px 4% 10px 3.4%;
  }
}
.c-faq__list3 .c-fa__item > .c-faitem__row .c-flowleft__desc {
  font-size: 1.3rem;
  font-weight: 700;
  text-align: justify;
  line-height: 1.9;
}
.c-gap__blue {
  height: 100px;
  background-color: #000019;
}
.c-rapsodo__list {
  margin-top: 110px;
}
@media only screen and (max-width: 767px) {
  .c-rapsodo__list {
    margin-top: 45px;
  }
}
.c-rapsodo__list .c-rapsodo__item {
  margin: 0 15px;
  max-width: 288px;
  width: 100%;
}
@media only screen and (max-width: 580px) {
  .c-rapsodo__list .c-rapsodo__item {
    max-width: 220px;
  }
}
.c-rapsodo__list .c-rapsodo__item img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  aspect-ratio: 288/379;
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Utility .u-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/


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

@media only screen and (max-width: 767px) {
  .c-pnav__news {
    margin-top: 30px;
    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: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: 1px solid transparent;
  text-align: center;
  color: #00256A;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  font-size: 2rem;
  border: 1px solid #00256A;
  padding-bottom: 2px;


}
.c-pnav__news.c-pnav__news2 a {
  color: #9FA0A0;

  border: none;
}

.c-pnav__news a:hover, .c-pnav__news a.current {
  background-color: #1c4eaa;
  color: #fff;
}
.c-pnav__news.c-pnav__news2 a:hover, .c-pnav__news.c-pnav__news2 a.current {
  background-color: #00706B;
  color: #fff;
}

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

.c-pnav__news .prev.page-numbers:hover, .c-pnav__news .next.page-numbers:hover {
  background-color: transparent;
  border: none;
  color: #00256A
}

.c-pnav__news .page-numbers.current {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: none;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  background-color: #00256A;
  color: #fff;
  font-size: 2.2rem;


}
.c-pnav__news.c-pnav__news2 .page-numbers.current {
  background-color: #00706B;
}

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



#ez-toc-container{
  margin-bottom: 35px !important;
}







.c-staff__calendar {
  margin-top: 237px;
  margin-bottom: 237px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .c-staff__calendar {
    margin-top: 170px;
    margin-bottom: 170px;
  }
}
.calendar-container {
  width: 100%;
  overflow-x: auto;
  /* Cho phép cuộn ngang */
  overflow-y: hidden;
  /* Không cuộn dọc */
  -webkit-overflow-scrolling: touch;
  /* Cuộn mượt trên iOS */
  scrollbar-width: thin;
  padding-bottom: 5px;
  /* Firefox: thanh cuộn nhỏ */
}
/* Hiển thị thanh cuộn trên Chrome / Safari */
.calendar-container::-webkit-scrollbar {
  height: 15px;
  margin-top: 2px;
  /* độ cao thanh cuộn ngang */
}
.calendar-container::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}
.calendar-container::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}
.calendar-container::-webkit-scrollbar-thumb:hover {
  background: #999;
}
.calendar {
  width: 100%;
  border: 1px solid #231916;
  border-right: unset;
  border-bottom: unset;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.calendar-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px 32px 13px;
  position: relative;
  margin-right: 1px;
  border-bottom: 1px solid #231916;
  border-right: 1px solid #231916;
}
@media only screen and (max-width: 767px) {
  .calendar-header {
    -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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 10px 14px;
  }
}
.calendar-header h2 {
  font-weight: 700;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 2.2rem;
}
@media only screen and (max-width: 767px) {
  .calendar-header h2 {
    -webkit-transform: unset;
    transform: unset;
    font-size: 1.9rem;
    position: unset;
    color: #3551a2;
    margin-bottom: 4px;
  }
}
.calendar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-self: baseline;
  gap: 65px;
}
.calendar-nav .c-calendar__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
appearance: none;
    border: unset;
    background-color: transparent;
}
.calendar-nav .c-calendar__btn:hover .c-calendarbtn__txt {
  color: #36c;
}
.calendar-nav .c-calendar__btn:hover .c-calendarbtn__arrow img {
  -webkit-filter: unset;
  filter: unset;
}
.calendar-nav .c-calendar__btn .c-calendarbtn__txt {
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  font-size: 1.2rem;
  font-weight: 900;
}
.calendar-nav .c-calendar__btn .c-calendarbtn__arrow {
  width: 50px;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}
.calendar-nav .c-calendar__btn .c-calendarbtn__arrow img {
  -webkit-filter: opacity(0.5);
  filter: opacity(0.5);
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
}
.day-name {
  background: #f8f8f8;
  font-weight: bold;
  border-right: 1px solid #231916;
  border-bottom: 1px solid #231916;
  padding: 8px 0;
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px 7px 16px;
  gap: 8px;
}
@media only screen and (max-width: 767px) {
  .day-name {
    padding: 10px 11px;
    font-size: 1.6rem;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
}
@media only screen and (max-width: 580px) {
  .day-name {
    padding: 3px 10px 5px;
  }
}
.day-name span {
  font-weight: normal;
  font-size: 1.2rem;
  font-family: "Outfit", sans-serif;
  color: #595857;
}
.day {
  border-right: 1px solid #231916;
  border-bottom: 1px solid #231916;
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 105px;
  padding-bottom: 15px;
}

.day:nth-child(7n+5) .c-shilf__label, .day:nth-child(7n+6) .c-shilf__label, .day:nth-child(7n+7) .c-shilf__label {

  left: auto;

  right: 0;

}

.day:nth-child(7n+5) .c-shilf__label::before, .day:nth-child(7n+6) .c-shilf__label::before, .day:nth-child(7n+7) .c-shilf__label::before {

  left: auto;

  right: 7px;

}

.day:nth-last-child(-n+7) .c-shilf__label  {
  bottom: calc(100% - -8px);
    top: unset;
}

.day:nth-last-child(-n+7) .c-shilf__label::before {
  top: unset;
  bottom: 5px;
}
.day:nth-last-child(-n+7) .c-shilf__label::after {
  top: unset;
  bottom: -10px;
}


@media only screen and (max-width: 767px) {
  .day {
    padding-top: 3px;
    min-height: 85px;
    padding-bottom: 12px;
  }
}
.date {
  display: block;
  font-weight: bold;
  font-size: 14px;
  text-align: left;
  margin-left: 3px;
  margin-bottom: 1px;
}
@media only screen and (max-width: 767px) {
  .date {
    font-size: 1.2rem;
    margin-bottom: 0;
  }
}
.shifts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
  padding: 0 13px;
}
.shift {
  color: #fff;
  width: 41px;
  height: 16px;
  font-size: 1.3rem;
  line-height: 1;
  padding-top: 1px;
  background-color: #777;
  position: relative;
  cursor: pointer;

}

.shift:hover .c-shilf__label {

  opacity: 1;

  visibility: visible;

  pointer-events: all;

}

.shift.active .c-shilf__label {

  opacity: 1;

  visibility: visible;

  pointer-events: all;

}

.c-shilf__label {

  position: absolute;

  background-color: #fff;

  border: 1px solid #3f3b3a;

  color: #3f3b3a;

  top: calc(100% + 10px);

  left: 9px;

  width: 180px;

  z-index: 3;

  border-radius: 7px;

  padding: 12px 20px;

  opacity: 0;

  visibility: hidden;

  -webkit-transition: opacity 0.2s ease;

  transition: opacity 0.2s ease;

  pointer-events: none;

  cursor: auto;
}

.c-shilf__label::after {

  content: "";

  position: absolute;

  width: 100%;

  height: 14px;

  left: -10px;

  top: -13px;

}

.c-shilf__label::before {

  content: "";

  position: absolute;

  width: 6px;

  height: 6px;

  border-radius: 50%;

  background-color: #3f3b3a;

  top: 7px;

  left: 7px;

}

.c-shilf__label .c-shilf__title {

  font-weight: 700;

  padding-bottom: 5px;

  border-bottom: 1px solid #3f3b3a;

}

.c-shilf__label .c-shilf__date {

  font-weight: 500;

  font-size: 1.2rem;

  text-align: center;

  margin-top: 5px;

}

.c-shilf__label .c-shilf__time {

  font-weight: 500;

  font-size: 1.6rem;

  text-align: center;

  margin-top: 4px;

  line-height: 1.35;

}

.c-shilf__label .c-shilf__link {

  font-weight: 500;

  font-size: 1.3rem;

  margin-top: 6px;

  margin-left: auto;

  margin-right: auto;

  width: -webkit-max-content;

  width: -moz-max-content;

  width: max-content;

  border-bottom: 1px solid #3f3b3a;

  padding-bottom: 2px;

  -webkit-transition: all 0.25s ease-in;

  transition: all 0.25s ease-in;

}

.c-shilf__label .c-shilf__link:hover {

  opacity: 1;

  color: #3551a2;

}





@media only screen and (max-width: 580px) {
  .shifts {
    padding: 0 15px;
  }
  .shift {
    font-size: 1.2rem;
    padding-top: 2px;
  }
}
.shift.blue {
  background: #3551a2;
}
.shift.green {
  background: #094;
}
.shift.orange {
  background: #ea5515;
}
.shift.red {
  background: #a40d5e;
}
.shift.brown {
  background: #b28247;
}
.shift.yellow {
  background: #f8b62d;
}
/* Responsive scroll hint */
@media (max-width: 768px) {
  .calendar {
    min-width: 900px;
  }
}
@-webkit-keyframes growDown {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes growDown {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}



#calendar-wrapper{
  scroll-margin-top: 50px;
}




.c-modal__updateline {
  margin: 0 auto;
  max-width: 962px;
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .c-modal__updateline {
    margin-top: 0;
  }
}
.c-modal__updateline .c-lineupdate__item {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .c-modal__updateline .c-lineupdate__item {
    border-top: unset;
    gap: 15px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.c-modal__updateline .c-lineupdate__item .c-txt {
  font-weight: 600;
  font-size: 1.8rem;
  color: #fff;
  letter-spacing: 3px;
}
@media only screen and (max-width: 767px) {
  .c-modal__updateline .c-lineupdate__item .c-txt {
    font-size: 1.6rem;
  }
}
.c-modal__updateline .c-lineupdate__item .c-lineupdate__btn {
  position: absolute;
  width: 63px;
  height: 25px;
  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;
  top: 50%;
  right: 5%;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-bottom: 2px;
  border-radius: 13px;
  border: 1px solid #fff;
}
@media only screen and (max-width: 767px) {
  .c-modal__updateline .c-lineupdate__item .c-lineupdate__btn {
    position: unset;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
.c-modal__updateline .c-lineupdate__item .c-lineupdate__btn:hover {
  background-color: #1a2d53;
}
.c-modal__updateline .c-lineupdate__item .c-lineupdate__btn:hover i {
  color: #fff;
}
.c-modal__updateline .c-lineupdate__item .c-lineupdate__btn i {
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  color: #1a2d53;
}
.c-app__note {
  text-align: center;
  color: #fff;
  letter-spacing: 0;
  font-weight: 600;
  font-size: 1.6rem;
  margin-top: 30px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .c-app__note {
    font-size: 1.4rem;
    text-wrap: balance;
  }
}