@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: #000012;
  overflow-x: hidden;
}
html.c-active {
  overflow-y: hidden;
}
body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
table,
input,
textarea,
select,
option {
  line-height: 1.1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
img {
  vertical-align: top;
}
a,
a img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a {
  color: inherit;
  text-decoration: none;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  cursor: pointer;
}
img {
  max-width: 100%;
  display: inline-block;
  height: auto;
}
.sp-only {
  display: none;
}
@media only screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Layout .l-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/* Header
------------------------------------------------------------*/
.c-header2 {
  padding-top: 105.5px;
}
@media only screen and (max-width: 767px) {
  .c-header2 {
    padding-top: 74px;
  }
}
.c-header3 {
  position: absolute;
  color: #fff;
}
.c-header3.c-active {
  color: #414042;
  background-color: #fff;
}
.c-header3.c-active .c-menu__icon .line-1,
.c-header3.c-active .c-menu__icon .line-2,
.c-header3.c-active .c-menu__icon .line-3 {
  background-color: #414042;
}
.c-header3.c-active .c-header__fixed .c-header__wrapper .c-menu__burger {
  color: #414042;
}
.c-header3.c-active .c-header__all {
  -webkit-box-shadow: 0 0 5px #90aac0 !important;
  box-shadow: 0 0 5px #90aac0 !important;
}
.c-header3.c-active .c-header__fixed {
  background-color: #fff !important;
}
.c-header3 .c-menu__icon .line-1,
.c-header3 .c-menu__icon .line-2,
.c-header3 .c-menu__icon .line-3 {
  background-color: #fff;
}
.c-header3 .c-header__fixed .c-header__wrapper .c-menu__burger {
  color: #fff;
}
.c-header3 .c-header__fixed .c-header__wrapper .c-menu__burger.c-active span {
  color: #414042;
}
.c-header3 .c-header__all {
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
}
.c-header3 .c-header__fixed {
  background-color: transparent !important;
}
.c-header .c-header__all {
  top: 0;
  z-index: 998;
  position: fixed;
  width: 100%;
  -webkit-box-shadow: 0 0 5px #90aac0;
  box-shadow: 0 0 5px #90aac0;
}
.c-header .c-header__fixed {
  background-color: rgba(255, 255, 255, 0.79);
}
.c-header .c-header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 14.5px 3.24%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 1.8%;
}
@media only screen and (max-width: 580px) {
  .c-header .c-header__wrapper {
    padding-top: 13px;
    padding-bottom: 11px;
  }
}
.c-header .c-header__wrapper .c-header__logo {
  width: 69px;
}
@media only screen and (max-width: 767px) {
  .c-header .c-header__wrapper .c-header__logo {
    width: 40px;
  }
}
.c-header .c-header__wrapper .c-header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-header .c-header__wrapper .c-headerright__left .c-header__companyname {
  font-weight: 500;
  font-size: 1.3rem;
  text-align: right;
  letter-spacing: 2.3px;
}
.c-header .c-header__wrapper .c-headerright__left .c-header__phonenum {
  font-family: "Outfit", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  text-align: right;
  letter-spacing: 0.2px;
  line-height: 1;
  margin-top: 6px;
  margin-bottom: 8px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .c-header .c-header__wrapper .c-headerright__left .c-header__phonenum {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 580px) {
  .c-header .c-header__wrapper .c-headerright__left .c-header__phonenum {
    font-size: 1.6rem;
  }
}
.c-header .c-header__wrapper .c-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 18px;
}
@media only screen and (max-width: 875px) {
  .c-header .c-header__wrapper .c-header__nav {
    gap: 0 12px;
  }
}
@media only screen and (max-width: 767px) {
  .c-header .c-header__wrapper .c-header__nav {
    display: none;
  }
}
.c-header .c-header__wrapper .c-header__nav a span {
  position: relative;
  font-weight: 500;
  letter-spacing: 1.5px;
}
@media only screen and (max-width: 875px) {
  .c-header .c-header__wrapper .c-header__nav a span {
    letter-spacing: 0.5px;
  }
}
.c-header .c-header__wrapper .c-header__nav a span::after {
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  content: "";
  position: absolute;
  background-color: #1c75bc;
  width: 100%;
  height: 3px;
  left: 0;
  bottom: -5px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.c-header .c-header__wrapper .c-header__nav a:hover span::after {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.c-fixed__sns {
  position: fixed;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  right: 0;
  top: 25.8%;
}
@media only screen and (max-width: 767px) {
  .c-fixed__sns {
    top: 55%;
  }
}
.c-fixed__sns li {
  border-top: 1px solid #414042;
  padding: 20px 30px;
}
@media only screen and (max-width: 767px) {
  .c-fixed__sns li {
    padding: 12px;
  }
}
.c-fixed__sns li .c-fixed__btn {
  width: 42.5px;
}
@media only screen and (max-width: 767px) {
  .c-fixed__sns li .c-fixed__btn {
    width: 38px;
  }
}
.c-header__fixed .c-header__wrapper .c-menu__burger {
  width: 58px;
  height: 58px;
  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;
  z-index: 9999;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-direction: column;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  margin-left: 20px;
  padding-top: 18px;
}
@media only screen and (max-width: 875px) {
  .c-header__fixed .c-header__wrapper .c-menu__burger {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .c-header__fixed .c-header__wrapper .c-menu__burger {
    padding-top: 0;
    height: 50px;
    width: 50px;
  }
}
.c-header__fixed .c-header__wrapper .c-menu__burger span {
  font-size: 1.2rem;
  font-weight: 300;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.5px;
  margin-top: 5px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .c-header__fixed .c-header__wrapper .c-menu__burger span {
    letter-spacing: 0;
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.c-header__modal {
  position: fixed;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #faefe8;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  padding-top: 156px;
  -webkit-transition: all 0.55s ease-out;
  transition: all 0.55s ease-out;
  transition: all 0.55s ease-out;
  transition: all 0.55s ease-out;
  display: none;
  -webkit-animation: fade 0.5s ease-in;
  animation: fade 0.5s ease-in;
  animation: fade 0.5s ease-in;
  animation: fade 0.5s ease-in;
  padding-bottom: 150px;
  overflow-y: auto;
  min-height: 100vh;
}
@media only screen and (max-height: 650px) {
  .c-header__modal {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .c-header__modal {
    padding: 0;
  }
}
.c-header__modal.c-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: fade 0.5s ease-in;
  animation: fade 0.5s ease-in;
  animation: fade 0.5s ease-in;
  animation: fade 0.5s ease-in;
}
.c-header__modal .c-modal__logo {
  max-width: 160px;
}
.c-header__modal .c-modal__container {
  max-width: 1200px;
  padding: 0 25px;
  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;
  flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .c-header__modal .c-modal__container {
    padding: 0;
  }
}
.c-modal__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-radius: 27px;
  overflow: hidden;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .c-modal__row {
    overflow: unset;
    border-radius: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.c-modal__row .c-modal__left {
  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;
  background-color: #e6e7e8;
  width: 38.3%;
  padding-top: 136px;
  padding-bottom: 88px;
}
@media only screen and (max-width: 767px) {
  .c-modal__row .c-modal__left {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 35px;
  }
}
.c-modal__row .c-modal__left .c-modal__logo {
  width: 100px;
}
@media only screen and (max-width: 767px) {
  .c-modal__row .c-modal__left .c-modal__logo {
    width: 45px;
  }
}
.c-modal__row .c-modal__left .c-modal__title1 {
  font-size: 1.6rem;
  font-weight: 500;
  color: #414042;
  margin-top: 22px;
  letter-spacing: 3px;
}
@media only screen and (max-width: 580px) {
  .c-modal__row .c-modal__left .c-modal__title1 {
    margin-top: 13px;
    font-weight: 700;
  }
}
.c-modal__row .c-modal__left .c-modal__desc1 {
  color: #414042;
  font-size: 1.2rem;
  letter-spacing: 1px;
  font-weight: 500;
  margin-top: 5px;
}
.c-modal__row .c-modal__left .c-modal__phone {
  font-size: 2.576rem;
  font-weight: 700;
  font-family: "Outfit", sans-serif;
  color: #414042;
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  .c-modal__row .c-modal__left .c-modal__phone {
    margin-top: 14px;
  }
}
.c-modal__row .c-modal__left .c-contact__btnmodal {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  background-color: #414042;
  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;
  width: 226px;
  height: 43px;
  color: #fff;
  border-radius: 21px;
  letter-spacing: 1px;
  margin-top: 10px;
  padding-bottom: 2px;
  border: 2px solid #414042;
}
.c-modal__row .c-modal__left .c-contact__btnmodal:hover {
  background-color: #fff;
  color: #414042;
}
.c-modal__row .c-modal__right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #414042;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 9.7%;
}
@media only screen and (max-width: 767px) {
  .c-modal__row .c-modal__right {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: 100%;
    padding-left: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 24px;
  }
}
.c-modal__row .c-modal__right .c-modal__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 55px 0;
}
@media only screen and (max-width: 767px) {
  .c-modal__row .c-modal__right .c-modal__nav {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.c-modal__row .c-modal__right .c-modal__nav .c-modal__li {
  width: 32%;
}
@media only screen and (max-width: 767px) {
  .c-modal__row .c-modal__right .c-modal__nav .c-modal__li {
    width: 48%;
  }
}
.c-modal__row .c-modal__right .c-modal__nav .c-modal__li a.c-li__link:hover {
  color: #1c75bc;
}
.c-modal__row .c-modal__right .c-modal__nav .c-modal__li .c-li__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.c-modal__row .c-modal__right .c-modal__nav .c-modal__li .c-li__link + .c-li__link {
  margin-top: 45px;
}
.c-modal__row .c-modal__right .c-modal__nav .c-modal__li .c-li__link .c-dot {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #414042;
}
.c-modal__row .c-modal__right .c-modal__nav .c-modal__li .c-li__link .c-txt {
  font-weight: 500;
  font-size: 1.8rem;
  position: relative;
}
.c-modal__row .c-modal__right .c-modal__nav .c-modal__li .c-li__link .c-txt::after {
  content: "";
  position: absolute;
  width: 96%;
  left: 4px;
  bottom: -2px;
  height: 1px;
  border-bottom: 1px dashed #414042;
}
.c-modal__row .c-modal__right .c-modal__nav .c-modal__li .c-ul__small {
  padding-left: 28px;
  padding-top: 11px;
}
.c-modal__row .c-modal__right .c-modal__nav .c-modal__li .c-ul__small .c-li__small {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.c-modal__row .c-modal__right .c-modal__nav .c-modal__li .c-ul__small .c-li__small + .c-li__small {
  margin-top: 3px;
}
.c-modal__row .c-modal__right .c-modal__nav .c-modal__li .c-ul__small .c-li__small .c-line {
  height: 1px;
  width: 11px;
  background-color: #414042;
}
.c-modal__row .c-modal__right .c-modal__nav .c-modal__li .c-ul__small .c-li__small .c-txt {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 1px;
}
.c-modal__row .c-modal__right .c-modal__privacy {
  position: absolute;
  font-weight: 500;
  bottom: 3.2%;
  right: 10%;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 767px) {
  .c-modal__row .c-modal__right .c-modal__privacy {
    position: unset;
    margin-top: 40px;
    margin-left: auto;
  }
}
.c-modal__row .c-modal__right .c-modal__privacy:hover {
  color: #1c75bc;
}
/*------------------------------------------------------------
footer
------------------------------------------------------------*/
.c-footer {
  padding-top: 138px;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .c-footer {
    padding-top: 100px;
  }
}
.c-footer .c-scroll_totop {
  position: absolute;
  width: 56px;
  height: 56px;
  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: #33346e;
  border-radius: 50%;
  right: 24px;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  top: 10%;
}
@media only screen and (max-width: 767px) {
  .c-footer .c-scroll_totop {
    top: 3%;
  }
}
.c-footer .c-scroll_totop:hover {
  background-color: #1c75bc;
  cursor: pointer;
}
.c-footer .c-scroll_totop:hover span {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.c-footer .c-scroll_totop span {
  width: 11px;
  margin-left: 2px;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.c-footer .l-container {
  max-width: 1150px;
}
.c-footer .c-footer__logo {
  margin: 0 auto;
  max-width: 57px;
}
.c-footer .c-footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 39px;
  padding-bottom: 49px;
}
@media only screen and (max-width: 767px) {
  .c-footer .c-footer__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.c-footer .c-footer__row .c-footer__left {
  border-right: 1px solid #bcbec0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 37px;
  padding-top: 9px;
  color: #414042;
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .c-footer .c-footer__row .c-footer__left {
    border-right: unset;
    -ms-flex-negative: unset;
    flex-shrink: unset;
    width: 100%;
    padding-right: 0;
  }
}
.c-footer .c-footer__row .c-footer__left .c-footerleft__companyname {
  font-weight: 600;
  font-size: 1.4rem;
  letter-spacing: 0.7px;
}
.c-footer .c-footer__row .c-footer__left .c-footer__address {
  font-size: 1.4rem;
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: 0.8px;
  margin-top: 9px;
}
.c-footer .c-footer__row .c-footer__left .c-footer__phonenum {
  letter-spacing: 0.8px;
}
.c-footer .c-footer__row .c-footer__left .c-googlemap__button {
  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;
  width: 122px;
  height: 31px;
  border: 1px solid #242344;
  border-radius: 16px;
  color: #414042;
  background-color: #e9e7e7;
  font-family: "Outfit", sans-serif;
  margin-top: 14px;
}
.c-footer .c-footer__row .c-footer__left .c-googlemap__button:hover {
  background-color: #414042;
  color: #fff;
}
.c-footer .c-footer__row .c-footer__right {
  padding-left: 39px;
}
@media only screen and (max-width: 1023px) {
  .c-footer .c-footer__row .c-footer__right {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .c-footer .c-footer__row .c-footer__right {
    padding-left: 0;
  }
}
.c-footer .c-footer__row .c-footer__right .c-col__list {
  padding-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px 83px;
}
@media only screen and (max-width: 1023px) {
  .c-footer .c-footer__row .c-footer__right .c-col__list {
    gap: 25px 45px;
  }
}
@media only screen and (max-width: 875px) {
  .c-footer .c-footer__row .c-footer__right .c-col__list {
    gap: 25px 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .c-footer .c-footer__row .c-footer__right .c-col__list {
    gap: 30px 70px;
  }
}
.c-footer .c-footer__row .c-footer__right .c-col__list .c-col__item a {
  font-size: 1.4rem;
  font-weight: 500;
  color: #414042;
  letter-spacing: 1px;
}
.c-footer .c-footer__row .c-footer__right .c-col__list .c-col__item a:hover {
  text-shadow: 0 0 5px #1c75bc, 0 0 20px #1c75bc;
  /* Outer color glow */
}
.c-footer .c-footer__row .c-footer__right .c-col__list .c-col__item a + a {
  margin-top: 19.5px;
}
.c-footer .c-footer__copyright {
  padding: 24px 0;
  text-align: center;
  color: #242344;
  font-size: 1.3rem;
  border-top: 1px solid #242344;
  letter-spacing: 1px;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
}
/*------------------------------------------------------------
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 24px;
}
@media only screen and (max-width: 1023px) {
  .l-container {
    padding: 0 2.5%;
  }
}
@media only screen and (max-width: 767px) {
  .l-container {
    padding: 0 24px;
  }
}
@media only screen and (max-width: 580px) {
  .l-container {
    padding: 0 20px;
  }
}
.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;
  margin: 0 auto;
  color: #414042;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #414042;
  padding-left: 12px;
  padding-right: 12px;
}
.c-btn1:hover {
  color: #1c75bc;
}
.c-btn1:hover .c-btn1__arrow {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.c-btn1 .c-btn1__txt {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 3px;
}
.c-btn1 .c-btn1__arrow {
  font-size: 1.3rem;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  border: 1px solid #414042;
  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.5rem;
  font-weight: 700;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
/*------------------------------------------------------------
btn
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-btn2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  color: #fff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  padding-left: 12px;
  padding-right: 12px;
}
.c-btn2:hover {
  color: #e2d40d;
}
.c-btn2:hover .c-btn2__arrow {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.c-btn2 .c-btn2__txt {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 2px;
}
.c-btn2 .c-btn2__arrow {
  font-size: 1.3rem;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  border: 1px solid #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;
  font-size: 1.5rem;
  font-weight: 700;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
/*------------------------------------------------------------
title
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-title1 {
  color: #414042;
  font-size: 6.2rem;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .c-title1 {
    font-size: 4.8rem;
  }
}
@media only screen and (max-width: 580px) {
  .c-title1 {
    font-size: 4rem;
  }
}
.c-title2 {
  font-size: 1.6rem;
  font-weight: 600;
  color: #414042;
  margin-left: 2px;
  letter-spacing: 5px;
}
@media only screen and (max-width: 580px) {
  .c-title2 {
    letter-spacing: 2px;
  }
}
/*------------------------------------------------------------
icon
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
form
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
text
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
navi
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-menu__icon {
  width: 30px;
  height: 23px;
  cursor: pointer;
  z-index: 9999;
}
.c-menu__icon .line-1,
.c-menu__icon .line-2,
.c-menu__icon .line-3 {
  height: 2px;
  width: 100%;
  background-color: #231916;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.c-menu__icon .line-1 {
  -webkit-animation: animate-line-1-rev 0.7s ease-in-out;
  animation: animate-line-1-rev 0.7s ease-in-out;
}
.c-menu__icon .line-2 {
  margin: 8.5px 0;
  -webkit-animation: animate-line-2-rev 0.7s ease-in-out;
  animation: animate-line-2-rev 0.7s ease-in-out;
}
.c-menu__icon .line-3 {
  width: 45%;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  -webkit-animation: animate-line-3-rev 0.7s ease-in-out;
  animation: animate-line-3-rev 0.7s ease-in-out;
}
.c-menu__icon:hover .line-1,
.c-menu__icon:hover .line-2,
.c-menu__icon:hover .line-3 {
  background-color: #231916;
}
.c-menu__icon.c-active .line-1,
.c-menu__icon.c-active .line-2,
.c-menu__icon.c-active .line-3 {
  background-color: #231916;
}
.c-menu__icon.c-active .line-1 {
  -webkit-animation: animate-line-1 0.7s cubic-bezier(0.3, 1, 0.7, 1) forwards;
  animation: animate-line-1 0.7s cubic-bezier(0.3, 1, 0.7, 1) forwards;
}
.c-menu__icon.c-active .line-2 {
  -webkit-animation: animate-line-2 0.7s cubic-bezier(0.3, 1, 0.7, 1) forwards;
  animation: animate-line-2 0.7s cubic-bezier(0.3, 1, 0.7, 1) forwards;
}
.c-menu__icon.c-active .line-3 {
  width: 100%;
  -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, 10.5px, 0) rotate(0);
    transform: translate3d(0, 10.5px, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate3d(0, 10.5px, 0) rotate(45deg);
    transform: translate3d(0, 10.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, 10.5px, 0) rotate(0);
    transform: translate3d(0, 10.5px, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate3d(0, 10.5px, 0) rotate(45deg);
    transform: translate3d(0, 10.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, -10.5px, 0) rotate(0);
    transform: translate3d(0, -10.5px, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate3d(0, -10.5px, 0) rotate(135deg);
    transform: translate3d(0, -10.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, -10.5px, 0) rotate(0);
    transform: translate3d(0, -10.5px, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate3d(0, -10.5px, 0) rotate(135deg);
    transform: translate3d(0, -10.5px, 0) rotate(135deg);
  }
}
@-webkit-keyframes animate-line-1-rev {
  0% {
    -webkit-transform: translate3d(0, 10.5px, 0) rotate(45deg);
    transform: translate3d(0, 10.5px, 0) rotate(45deg);
  }
  50% {
    -webkit-transform: translate3d(0, 10.5px, 0) rotate(0);
    transform: translate3d(0, 10.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, 10.5px, 0) rotate(45deg);
    transform: translate3d(0, 10.5px, 0) rotate(45deg);
  }
  50% {
    -webkit-transform: translate3d(0, 10.5px, 0) rotate(0);
    transform: translate3d(0, 10.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, -10.5px, 0) rotate(135deg);
    transform: translate3d(0, -10.5px, 0) rotate(135deg);
  }
  50% {
    -webkit-transform: translate3d(0, -10.5px, 0) rotate(0);
    transform: translate3d(0, -10.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, -10.5px, 0) rotate(135deg);
    transform: translate3d(0, -10.5px, 0) rotate(135deg);
  }
  50% {
    -webkit-transform: translate3d(0, -10.5px, 0) rotate(0);
    transform: translate3d(0, -10.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
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
table
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
line
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
other
------------------------------------------------------------*/
.c-page__introduce {
  padding-top: 68px;
  padding-bottom: 48px;
  background-color: #fbfbfb;
}
@media only screen and (max-width: 1023px) {
  .c-page__introduce {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .c-page__introduce {
    padding-bottom: 34px;
    padding-top: 24px;
  }
}
.c-page__introduce .c-page__h4 {
  font-size: 1.5rem;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  color: #056fb8;
  text-align: center;
  letter-spacing: 1px;
}
.c-page__introduce .c-page__h1 {
  font-weight: 500;
  font-size: 2.8rem;
  font-weight: 500;
  color: #3f3b3a;
  text-align: center;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .c-page__introduce .c-page__h1 {
    font-size: 2.4rem;
  }
}
.c-breadcrumb__container {
  background-color: #fbfbfb;
}
.c-breadcrumb__container .l-container {
  max-width: 1050px;
}
.c-breadcrumb__container .c-breadcrumb__row {
  color: #3f3b3a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  font-size: 1.2rem;
  font-weight: 500;
}
.c-breadcrumb__container .c-breadcrumb__link {
  text-decoration: underline;
  text-underline-offset: 3px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.c-breadcrumb__container .c-breadcrumb__link:hover {
  color: #056fb8;
}
.c-breadcrumb__container .c-breadcrumb__line {
  height: 1px;
  width: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #3f3b3a;
}
.c-breadcrumb__container .c-breadcrumb__here {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.c-page__container {
  background-color: #fbfbfb;
  padding-top: 73px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 1023px) {
  .c-page__container {
    padding-top: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .c-page__container {
    padding-top: 25px;
  }
}
.c-page__container .l-container {
  max-width: 1050px;
}
.c-page__full {
  color: #fff;
  text-shadow: 0 0 3px #3f3b3a;
  height: 100%;
  min-height: 100vh;
  position: relative;
}
.c-page__full.c-page__full--company {
  background-image: url(./../img/company/company_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.c-page__full.c-page__full--service {
  background-image: url(./../img/service_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .c-page__full.c-page__full--service {
    background-image: url(./../img/service_bg_sp.jpg);
  }
}
.c-page__full .c-pagefull__content {
  position: absolute;
  left: 8%;
  top: 48%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .c-page__full .c-pagefull__content {
    left: 4%;
  }
}
.c-page__full .c-pagefull__h1 {
  line-height: 1;
  font-size: 8.626rem;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .c-page__full .c-pagefull__h1 {
    font-size: 5rem;
  }
}
.c-page__full .c-pagefull__h3 {
  font-size: 1.8rem;
  margin-top: 18px;
  margin-left: 5px;
}
@media only screen and (max-width: 767px) {
  .c-page__full .c-pagefull__h3 {
    margin-top: 10px;
  }
}
/*
------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .c-company1__under img {
    aspect-ratio: 4/2.5;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top;
  }
}
.c-company1 {
  padding-top: 217px;
  padding-bottom: 208px;
  position: relative;
  overflow-y: hidden;
}
@media only screen and (max-width: 1100px) {
  .c-company1 {
    padding-top: 150px;
    padding-bottom: 170px;
  }
}
@media only screen and (max-width: 767px) {
  .c-company1 {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 580px) {
  .c-company1 {
    padding-bottom: 28px;
  }
}
.c-company1 .c-company1__map {
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
}
@media only screen and (max-width: 767px) {
  .c-company1 .c-company1__map {
    width: 150%;
    left: -60%;
    top: -1%;
  }
}
.c-company1 .l-container {
  position: relative;
  max-width: 578px;
}
.c-company1 .c-company1__h2 {
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 1.6571428571;
  color: #414042;
  letter-spacing: 5.5px;
}
@media only screen and (max-width: 767px) {
  .c-company1 .c-company1__h2 {
    font-size: 2.4rem;
    letter-spacing: 2px;
  }
}
.c-company1 .c-company1__p {
  color: #414042;
  font-size: 1.5rem;
  text-align: justify;
  font-weight: 500;
  margin-top: 35px;
  line-height: 1.9466666667;
  letter-spacing: 1.6px;
}
@media only screen and (max-width: 767px) {
  .c-company1 .c-company1__p {
    font-size: 1.35rem;
    margin-top: 20px;
    letter-spacing: 0;
  }
}
.c-company1 .c-company1__img1 {
  position: absolute;
  width: 218px;
  bottom: -16.4%;
  right: calc(100% + 43px);
}
@media only screen and (max-width: 1100px) {
  .c-company1 .c-company1__img1 {
    right: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .c-company1 .c-company1__img1 {
    width: 100%;
    position: unset;
    margin-top: 12px;
  }
  .c-company1 .c-company1__img1 img {
    aspect-ratio: 4/3;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
  }
}
.c-company1 .c-company1__img2 {
  position: absolute;
  width: 312px;
  top: -16.3%;
  left: 91.4%;
}
@media only screen and (max-width: 1100px) {
  .c-company1 .c-company1__img2 {
    top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-company1 .c-company1__img2 {
    position: unset;
    margin-top: 12px;
    width: 100%;
  }
  .c-company1 .c-company1__img2 img {
    aspect-ratio: 4/3;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
  }
}
.c-company1__navcontainer {
  background-color: #f6f6f6;
  padding-top: 116px;
  padding-bottom: 116px;
}
@media only screen and (max-width: 1100px) {
  .c-company1__navcontainer {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .c-company1__navcontainer {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 580px) {
  .c-company1__navcontainer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.c-company1__navcontainer .l-container {
  max-width: 1050px;
}
.c-company1__navcontainer .c-company1__nav {
  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;
}
@media only screen and (max-width: 767px) {
  .c-company1__navcontainer .c-company1__nav {
    gap: 30px 3%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 580px) {
  .c-company1__navcontainer .c-company1__nav {
    gap: 14px 0;
  }
}
.c-company1__navcontainer .c-company1__nav a {
  width: 32.25%;
  position: relative;
  color: #fff;
  z-index: 2;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .c-company1__navcontainer .c-company1__nav a {
    width: 48.5%;
  }
}
@media only screen and (max-width: 580px) {
  .c-company1__navcontainer .c-company1__nav a {
    width: 100%;
  }
}
.c-company1__navcontainer .c-company1__nav a:hover img {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}
.c-company1__navcontainer .c-company1__nav a img {
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  z-index: -1;
}
.c-company1__navcontainer .c-company1__nav a div {
  position: absolute;
  z-index: 3;
  left: 6.2%;
  top: 37%;
}
.c-company1__navcontainer .c-company1__nav a h4 {
  letter-spacing: 3.5px;
}
.c-company1__navcontainer .c-company1__nav a h5 {
  margin-top: 3px;
  letter-spacing: 1.2px;
}
.c-company__three {
  background-color: #f6f6f6;
}
.c-company__three .l-container {
  background-color: #fff;
  max-width: 1100px;
  padding: 0 5.2%;
}
.c-company__three .c-companythree__title1 {
  text-align: center;
  font-size: 2.6rem;
  text-align: center;
  letter-spacing: 7px;
}
@media only screen and (max-width: 767px) {
  .c-company__three .c-companythree__title1 {
    font-size: 2.2rem;
    letter-spacing: 3px;
    font-weight: 700;
  }
}
.c-company__three .c-companythree__title2 {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 767px) {
  .c-company__three .c-companythree__title2 {
    font-size: 1.65rem;
  }
}
.c-company__three .c-companythree__desc {
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: 0.5px;
  font-weight: 500;
  line-height: 1.95;
  margin-top: 52px;
  padding-bottom: 83px;
}
@media only screen and (max-width: 767px) {
  .c-company__three .c-companythree__desc {
    margin-top: 24px;
    padding-bottom: 25px;
    font-size: 1.35rem;
    letter-spacing: 0;
  }
}
.c-company__three .c-companythree1 {
  color: #414042;
  padding-top: 144px;
  padding-bottom: 144px;
}
@media only screen and (max-width: 1023px) {
  .c-company__three .c-companythree1 {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-company__three .c-companythree1 {
    padding: 85px 0;
  }
}
.c-company__three .c-companythree1 + .c-companythree1 {
  border-top: 1px solid #414042;
}
.c-company__three .c-companythree1 .l-container {
  background-color: #fff;
}
.c-company__three .c-companythree__row1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 53px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .c-company__three .c-companythree__row1 {
    padding-top: 35px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.c-company__three .c-companythree__row1 .c-companythree__left {
  width: 62.5%;
}
@media only screen and (max-width: 767px) {
  .c-company__three .c-companythree__row1 .c-companythree__left {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
.c-company__three .c-companythree__row1 .c-companythree__left p {
  font-size: 1.6rem;
  text-align: justify;
  line-height: 2.575;
}
@media only screen and (max-width: 767px) {
  .c-company__three .c-companythree__row1 .c-companythree__left p {
    font-size: 1.4rem;
    line-height: 1.9;
  }
}
.c-company__three .c-companythree__row1 .c-companythree__left h4 {
  font-size: 1.3rem;
  color: #231f20;
  margin-top: 33px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .c-company__three .c-companythree__row1 .c-companythree__left h4 {
    text-align: right;
  }
}
.c-company__three .c-companythree__row1 .c-companythree__left h6 {
  font-size: 2.6rem;
  color: #231f20;
  margin-top: 2px;
  letter-spacing: 3px;
}
@media only screen and (max-width: 767px) {
  .c-company__three .c-companythree__row1 .c-companythree__left h6 {
    text-align: right;
  }
}
.c-company__three .c-companythree__row1 .c-companythree__right {
    width: 36.9%;
    right: -4.4%;
    top: 8.6%;
    position: absolute;
}
@media only screen and (max-width: 767px) {
  .c-company__three .c-companythree__row1 .c-companythree__right {
    width: 100%;
    position: unset;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 8spx;
  }
}
.c-companythree__item {
  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-companythree__item + .c-companythree__item {
  margin-top: 95px;
}
@media only screen and (max-width: 767px) {
  .c-companythree__item + .c-companythree__item {
    margin-top: 55px;
  }
}
.c-companythree__item .c-companyitem__left {
  color: #414042;
  width: 50.5%;
  width: 100%;
  padding-top: 69px;
}
@media only screen and (max-width: 767px) {
  .c-companythree__item .c-companyitem__left {
    width: 100%;
  }
}
.c-companythree__item .c-companyitem__left .c-cl__title1 {
  letter-spacing: 0.5px;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1;
}
.c-companythree__item .c-companyitem__left .c-cl__title2 {
  font-family: "Outfit", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.6px;
  font-weight: 500;
  margin-top: 2px;
}
.c-companythree__item .c-companyitem__left .c-cl__title3 {
  margin-top: 26px;
  font-size: 1.8rem;
  letter-spacing: 1px;
  padding-bottom: 6px;
  border-bottom: 1px solid #414042;
}
@media only screen and (max-width: 580px) {
  .c-companythree__item .c-companyitem__left .c-cl__title3 {
    margin-top: 15px;
    font-size: 1.6rem;
    font-weight: 500;
  }
}
.c-companythree__item .c-companyitem__left .c-cl__desc {
  font-size: 1.6rem;
  text-align: justify;
  line-height: 2.075;
  margin-top: 16px;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 580px) {
  .c-companythree__item .c-companyitem__left .c-cl__desc {
    margin-top: 7px;
    font-size: 1.4rem;
  }
}
.c-companythree__item .c-companyitem__right {
  width: 42.4%;
}
@media only screen and (max-width: 767px) {
  .c-companythree__item .c-companyitem__right {
    width: 100%;
    margin-top: 8px;
  }
}
.c-company__table {
  margin: 0 auto;
  max-width: 760px;
  margin-top: 39px;
  color: #414042;
}
.c-company__table li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #d1d3d4;
  padding: 27px 1%;
}
@media only screen and (max-width: 767px) {
  .c-company__table li {
    padding: 16px 1%;
  }
}
.c-company__table li:first-child {
  border-top: 1px solid #d1d3d4;
}
.c-company__table li h4 {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 4px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100px;
}
@media only screen and (max-width: 767px) {
  .c-company__table li h4 {
    font-size: 1.45rem;
    letter-spacing: 1px;
    width: 80px;
  }
}
.c-company__table li div {
  font-size: 1.6rem;
  text-align: justify;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 4%;
  letter-spacing: 2.7px;
}
@media only screen and (max-width: 767px) {
  .c-company__table li div {
    font-size: 1.45rem;
    letter-spacing: 1px;
    padding-left: 2%;
  }
}
.c-company__table li p {
  padding-left: 17px;
  margin-top: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 3px 0;
}
.c-company__table li p + h4 {
  margin-top: 15px;
}
.c-company__table li p span {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .c-company__table li p span {
    font-size: 1.4rem;
  }
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Project .p-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
Css of home page
------------------------------------------------------------*/
.c-mainvisual__top {
  position: relative;
}
.c-mainvisual__top .c-mainvisual__content {
  position: absolute;
  z-index: 10;
  font-family: "Outfit", sans-serif;
  color: #fff;
  bottom: 7.4%;
  left: 8.4%;
}
@media only screen and (max-width: 767px) {
  .c-mainvisual__top .c-mainvisual__content {
    left: 4%;
  }
}
.c-mainvisual__top .c-mainvisual__content h2 {
  font-weight: 600;
  text-shadow: 0 0 3px #000012;
  font-size: 4.6rem;
  line-height: 0.9823913043;
  margin-bottom: 15px;
  letter-spacing: 4px;
}
@media only screen and (max-width: 767px) {
  .c-mainvisual__top .c-mainvisual__content h2 {
    font-size: 3.5rem;
    letter-spacing: 2px;
  }
}
@media only screen and (max-width: 374px) {
  .c-mainvisual__top .c-mainvisual__content h2 {
    letter-spacing: 1px;
    font-size: 3.2rem;
  }
}
.c-mainvisual__top .c-mainvisual__content h3 {
  text-shadow: 0 0 3px #000012;
  letter-spacing: 8px;
  font-weight: 600;
  font-size: 2.066rem;
  line-height: 1.5304937076;
}
@media only screen and (max-width: 767px) {
  .c-mainvisual__top .c-mainvisual__content h3 {
    font-size: 1.6rem;
  }
}
.c-slider1 {
  width: 100%;
  height: 100vh;
}
.c-slider1 .slick-dots {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* Hiển thị dots theo chiều dọc */
  /* Khoảng cách giữa các dots */
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.c-slider1 .slick-dots li {
  list-style: none;
  padding: 5px;
}
.c-slider1 .slick-dots li button {
  display: block;
  width: 9px;
  height: 9px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  border: none;
  background-color: #fff;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.6;
}
.c-slider1 .slick-dots li button::before {
  color: #fff;
}
.c-slider1 .slick-dots li.slick-active button {
  opacity: 1;
}
.c-slider1.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}
.c-slider1 .slick-slide {
  border: unset;
}
.c-slider1 .slick-slide img {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
  object-position: center top;
}
.c-slider1 .slick-slide img:first-child {
  display: block;
}
@media only screen and (max-width: 767px) {
  .c-slider1 .slick-slide img:first-child {
    display: none;
  }
}
.c-slider1 .slick-slide img:last-child {
  display: none;
}
@media only screen and (max-width: 767px) {
  .c-slider1 .slick-slide img:last-child {
    display: block;
  }
}
.c-service__top {
  padding-top: 47px;
  color: #414042;
  padding-bottom: 50px;
  background-image: url(./../img/service_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.c-service__top .l-container {
  max-width: 1050px;
}
.c-service__top .c-servicetop__title {
  font-weight: 600;
  font-size: 1.5rem;
  text-align: center;
  color: #414042;
  border-top: 1px solid #414042;
  border-bottom: 1px solid #414042;
  letter-spacing: 5.2px;
  padding: 20.5px 0;
  margin-bottom: 62px;
}
@media only screen and (max-width: 767px) {
  .c-service__top .c-servicetop__title {
    letter-spacing: 2px;
    padding: 16px 0;
    margin-bottom: 40px;
  }
}
.c-service__top .c-btn1 {
  margin-top: 64px;
}
@media only screen and (max-width: 767px) {
  .c-service__top .c-btn1 {
    margin-top: 35px;
  }
}
.c-servicetop__item + .c-servicetop__item {
  margin-top: 91px;
}
.c-servicetop__item .c-servicetopitem__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 13px;
}
.c-servicetop__item .c-servicetopitem__row h3 {
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: 7px;
}
@media only screen and (max-width: 767px) {
  .c-servicetop__item .c-servicetopitem__row h3 {
    letter-spacing: 3px;
  }
}
.c-servicetop__item .c-servicetopitem__row h4 {
  font-family: "Outfit", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 5.1px;
}
@media only screen and (max-width: 767px) {
  .c-servicetop__item .c-servicetopitem__row h4 {
    letter-spacing: 2px;
  }
}
.c-servicetop__item .c-servicetopitem__desc {
  font-weight: 500;
  margin-top: 13px;
  font-size: 1.8rem;
  letter-spacing: 5.5px;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .c-servicetop__item .c-servicetopitem__desc {
    font-size: 1.7rem;
    letter-spacing: 2px;
  }
}
.c-serviceslides__container {
  margin-top: 28px;
}
.c-service__slides {
  margin: 0 -4.5px;
}
.c-service__slides .c-service__slide {
  position: relative;
  margin: 0 4.5px;
}
.c-service__slides .c-service__slide img{
  aspect-ratio: 164 / 117;
  object-fit: cover;
  width: 100%;
  object-position: center;
}
.c-service__slides .c-service__slide h5 {
  position: absolute;
  font-weight: 600;
  color: #fff;
  font-size: 1.5rem;
  text-shadow: 0 0 3px #414042;
  left: 15px;
  bottom: 12px;
  letter-spacing: 1.5px;
}
.c-service__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 72px;
  position: relative;
  margin-top: 16px;
}
@media only screen and (max-width: 767px) {
  .c-service__buttons {
    gap: 40px;
    margin-top: 40px;
  }
}
.c-service__buttons::after {
  content: "";
  position: absolute;
  height: 23px;
  width: 1px;
  background-color: #414042;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.c-service__buttons .c-service__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 25px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.c-service__buttons .c-service__button:hover {
  color: #1c75bc;
}
.c-service__buttons .c-service__button .c-txt {
  font-size: 1.6rem;
  font-weight: 500;
}
.c-service__buttons .c-service__button .c-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 10px;
  margin-top: 4px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.c-service__slides .slick-dots {
  position: absolute;
  bottom: -45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* Hiển thị dots theo chiều dọc */
  /* Khoảng cách giữa các dots */
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  right: 0;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .c-service__slides .slick-dots {
    bottom: -35px;
  }
}
.c-service__slides .slick-dots li {
  list-style: none;
  padding: 5px;
  margin: 0 6.5px;
}
.c-service__slides .slick-dots li button {
  display: block;
  width: 12px;
  height: 12px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  border: none;
  background-color: #bcbec0;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.6;
}
.c-service__slides .slick-dots li button::before {
  color: #fff;
  opacity: 0;
}
.c-service__slides .slick-dots li.slick-active button {
  opacity: 1;
  background-color: #414042;
}
.c-service__slides.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}
.c-service__slides .slick-slide {
  border: unset;
}
.c-contact__itemscontainer {
  padding-top: 51px;
  padding-bottom: 51px;
  background-color: #ffff;
}
.c-contact__itemscontainer .l-container {
  max-width: 1050px;
}
.c-contact__list {
  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: 767px) {
  .c-contact__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.c-contact__list .c-contact__item {
  width: 48%;
  border-radius: 10px;
  background-color: #152242;
  padding: 18px 24px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 875px) {
  .c-contact__list .c-contact__item {
    width: 48.5%;
  }
}
@media only screen and (max-width: 767px) {
  .c-contact__list .c-contact__item {
    width: 100%;
    max-width: 350px;
    padding: 20px 24px 25px;
  }
}
.c-contact__list .c-contact__item .c-contactitem__title {
  text-align: center;
  font-size: 2.6rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 5px;
  margin-bottom: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 875px) {
  .c-contact__list .c-contact__item .c-contactitem__title {
    font-size: 2rem;
    letter-spacing: 2px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 580px) {
  .c-contact__list .c-contact__item .c-contactitem__title {
    font-size: 1.75rem;
    letter-spacing: 1px;
  }
}
.c-contact__list .c-contact__item .c-contactitem__content {
  background-color: #fff;
  border-radius: 8px;
  padding-top: 20px;
  padding-bottom: 9px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media only screen and (max-width: 767px) {
  .c-contact__list .c-contact__item .c-contactitem__content {
    padding: 15px 5px;
  }
}
.c-contact__list .c-contact__item .c-contactitem__phone {
  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;
  gap: 15px;
}
@media only screen and (max-width: 875px) {
  .c-contact__list .c-contact__item .c-contactitem__phone {
    gap: 7px;
  }
}
.c-contact__list .c-contact__item .c-contactitem__phone .c-phone__icon {
  width: 29px;
}
@media only screen and (max-width: 875px) {
  .c-contact__list .c-contact__item .c-contactitem__phone .c-phone__icon {
    width: 22px;
  }
}
.c-contact__list .c-contact__item .c-contactitem__phone .c-phone__number {
  font-family: "Outfit", sans-serif;
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 1;
  color: #152242;
}
@media only screen and (max-width: 1023px) {
  .c-contact__list .c-contact__item .c-contactitem__phone .c-phone__number {
    font-size: 3.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-contact__list .c-contact__item .c-contactitem__phone .c-phone__number {
    font-size: 3.2rem;
  }
}
.c-contact__list .c-contact__item .c-phone__desc {
  font-size: 1.4rem;
  line-height: 1.5135714286;
  text-align: center;
  font-weight: 500;
  color: #152242;
  margin-top: 5px;
}
.c-contact__list .c-contact__item .c-contactmail__desc {
  font-size: 1.4rem;
  line-height: 1.5135714286;
  text-align: center;
  font-weight: 500;
  color: #152242;
}
.c-contact__list .c-contact__item .c-contactmail__btn {
  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;
  width: 215px;
  height: 54px;
  color: #fff;
  margin: 12px auto 0;
  background-color: #152242;
  border: 2px solid #152242;
  border-radius: 27px;
  font-size: 1.7rem;
  font-weight: 500;
  -webkit-box-shadow: 2px 2px 4px rgba(35, 31, 32, 0.2);
  box-shadow: 2px 2px 4px rgba(35, 31, 32, 0.2);
}
@media only screen and (max-width: 1023px) {
  .c-contact__list .c-contact__item .c-contactmail__btn {
    width: 180px;
    height: 48px;
    padding-bottom: 2px;
    font-size: 1.5rem;
  }
}
.c-contact__list .c-contact__item .c-contactmail__btn:hover {
  background-color: #fff;
  color: #152242;
}






.c-contact201__label {
  color: #fff;
  border-radius: 10px;
  background-color: #152242;
  text-align: center;
  font-weight: 700;
  font-size: 2.6rem;
  padding: 9px 4% 11px;
  letter-spacing: 5px;
}
@media only screen and (max-width: 767px) {
  .c-contact201__label {
    font-size: 2rem;
    letter-spacing: 2px;
    text-wrap: balance;
    border-radius: 16px;
  }
}
.c-contact201__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px 5%;
  max-width: 840px;
  margin: 30px auto 60px;
}
@media only screen and (max-width: 767px) {
  .c-contact201__list {
    gap: 30px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.c-contact201__list a {
  width: 30%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .c-contact201__list a {
    width: 48%;
  }
}
.c-contact201__list a img {
  -o-object-fit: contain;
  object-fit: contain;
}










.c-sns__container {
  background-color: #152242;
  padding-top: 33px;
  padding-bottom: 42px;
  color: #fff;
}
.c-sns__container .l-container {
  max-width: 800px;
}
.c-sns__container .c-sns__containertitle {
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 1.5px;
}
.c-sns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 37px;
}
@media only screen and (max-width: 580px) {
  .c-sns__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 25px;
  }
}
.c-sns__list .c-sns__item {
  width: 44%;
}
@media only screen and (max-width: 767px) {
  .c-sns__list .c-sns__item {
    width: 48%;
  }
}
@media only screen and (max-width: 580px) {
  .c-sns__list .c-sns__item {
    width: 100%;
  }
}
.c-sns__list .c-sns__item p {
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 7px;
}
@media only screen and (max-width: 767px) {
  .c-sns__list .c-sns__item p {
    font-size: 1.3rem;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 580px) {
  .c-sns__list .c-sns__item p {
    font-size: 1.5rem;
  }
}
.c-sns__list .c-sns__item p.c-p--invi {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
@media only screen and (max-width: 580px) {
  .c-sns__list .c-sns__item p.c-p--invi {
    display: none;
  }
}
.c-sns__list .c-sns__item .c-sns__button {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 19px 12%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
}
.c-sns__list .c-sns__item .c-sns__button .c-sns__icon {
  width: 57px;
}
.c-sns__list .c-sns__item .c-sns__button .s-sns__itemmiddle {
  padding-left: 8%;
}
.c-sns__list .c-sns__item .c-sns__button .s-sns__itemmiddle h3 {
  font-weight: 700;
  font-size: 1.8rem;
  color: #231f20;
}
.c-sns__list .c-sns__item .c-sns__button .s-sns__itemmiddle h4 {
  font-size: 1.4rem;
  color: #939598;
}
.c-sns__list .c-sns__item .c-sns__button .s-sns__itemmiddle h5 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #231f20;
}
.c-sns__list .c-sns__item .c-sns__button .c-sns__linkicon {
  width: 23px;
  margin-left: auto;
}
.c-about {
  padding: 66px 0 54px;
  margin-top: 83px;
  margin-bottom: 110px;
  color: #fff;
  position: relative;
}

.c-about .c-btn2{
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .c-about {
    padding: 50px 0;
  }
}
.c-about::before {
  content: "";
  background-image: url(./../img/about_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  width: calc(50% + 600px);
  height: 100%;
  left: 0;
  z-index: -1;
  border-top-right-radius: 34px;
  border-bottom-right-radius: 34px;
}
.c-about .l-container {
  max-width: 1050px;
}
.c-about .c-about__title {
  font-size: 3.066rem;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  letter-spacing: 2.5px;
  line-height: 1;
}
.c-about .c-about__title2 {
  font-weight: 600;
  font-size: 1.6rem;
  margin-top: 2px;
  letter-spacing: 5px;
}
@media only screen and (max-width: 1023px) {
  .c-about .c-about__title2 {
    margin-top: 0;
  }
}
.c-about .c-about__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 26px;
  margin-bottom: 51px;
}
@media only screen and (max-width: 767px) {
  .c-about .c-about__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.c-about .c-about__row .c-about__img {
  width: 37.2%;
  padding-top: 7.8%;
}
@media only screen and (max-width: 1023px) {
  .c-about .c-about__row .c-about__img {
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-about .c-about__row .c-about__img {
    width: 100%;
  }
}
.c-about .c-about__row .c-about__rowright {
  /* width: 55%; */
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .c-about .c-about__row .c-about__rowright {
    /* width: 59%; */
  width: 100%;

  }
}
@media only screen and (max-width: 767px) {
  .c-about .c-about__row .c-about__rowright {
    width: 100%;
  }
}
.c-about .c-about__row .c-about__rowright .c-about__title2 {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.8315384615;
}
@media only screen and (max-width: 767px) {
  .c-about .c-about__row .c-about__rowright .c-about__title2 {
    font-size: 2rem;
    text-align: justify;
  }
}
.c-about .c-about__row .c-about__rowright .c-about__desc1 {
  font-size: 1.6rem;
  text-align: justify;
  line-height: 2.35125;
  margin-top: 45px;
  letter-spacing: 2px;
}
@media only screen and (max-width: 1023px) {
  .c-about .c-about__row .c-about__rowright .c-about__desc1 {
    margin-top: 24px;
    letter-spacing: 1px;
  }
}
@media only screen and (max-width: 767px) {
  .c-about .c-about__row .c-about__rowright .c-about__desc1 {
    font-size: 1.4rem;
  }
}
.c-case {
  background-color: #f6f6f6;
  margin-top: 60px;
  padding-top: 30px;
  padding-bottom: 76px;
  position: relative;
}
.c-case::after {
  content: "";
  position: absolute;
  right: 0;
  width: calc(50% - 82px);
  height: 81%;
  background-color: crimson;
  top: 12.3%;
  border-top-left-radius: 26px;
  border-bottom-left-radius: 26px;
  background-image: url(./../img/case.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}
@media only screen and (max-width: 767px) {
  .c-case::after {
    display: none;
  }
}
.c-case .l-container {
  max-width: 1050px;
}
.c-case .c-case__wrapper {
  width: 52.5%;
  padding-top: 35px;
}
@media only screen and (max-width: 1023px) {
  .c-case .c-case__wrapper {
    width: 56%;
  }
}
@media only screen and (max-width: 767px) {
  .c-case .c-case__wrapper {
    width: 100%;
  }
}
.c-case .c-btn1 {
  margin-left: auto;
  margin-right: 0;
  margin-top: 42px;
}
.c-case__list .c-case__item + .c-case__item {
  margin-top: 43px;
}
@media only screen and (max-width: 767px) {
  .c-case__list .c-case__item + .c-case__item {
    margin-top: 60px;
  }
}
.c-case__list .c-case__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
}
@media only screen and (max-width: 580px) {
  .c-case__list .c-case__item a {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.c-case__list .c-case__item a:hover .c-caseitem__img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.c-case__list .c-case__item a:hover .c-caseitem__content .c-case__arrow{
    transform: translateX(15px);
}
.c-case__list .c-case__item a:hover .c-caseitem__content h4 {
  color: #1c75bc;
}
.c-case__list .c-case__item a:hover .c-caseitem__content .c-case__arrow {
  background-color: #1c75bc;
  color: #fff;
}
.c-case__list .c-case__item .c-caseitem__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 178px;
  overflow: hidden;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  .c-case__list .c-case__item .c-caseitem__img {
    width: 100%;
  }
}
.c-case__list .c-case__item .c-caseitem__img img {
  width: 100%;
  aspect-ratio: 89/62;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-case__list .c-case__item .c-caseitem__content {
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  width: calc(100% - 178px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px dashed #d1d3d4;
  border-bottom: 1px dashed #d1d3d4;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0 20px;
  padding-right: 30px;
}
@media only screen and (max-width: 1023px) {
  .c-case__list .c-case__item .c-caseitem__content {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-case__list .c-case__item .c-caseitem__content {
    width: 100%;
    padding: 25px 5%;
  }
}
.c-case__list .c-case__item .c-caseitem__content h4 {
  font-size: 1.6rem;
  font-weight: 500;
  color: #414042;
  letter-spacing: 3.5px;
}
.c-case__list .c-case__item .c-caseitem__content .c-case__arrow {
  width: 63px;
  height: 31px;
  border-radius: 16px;
  padding-bottom: 2px;
  border: 1px solid #d1d3d4;
  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.6rem;
  font-weight: 400;
  color: #858788;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.c-company {
  padding-top: 165px;
  padding-bottom: 50px;
  position: relative;
}
.c-company::before {
  content: "";
  position: absolute;
  background-color: #f6f6f6;
  height: 36%;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: -3;
}
.c-company::after {
  content: "";
  position: absolute;
  background-color: #d9ebf4;
  height: calc(100% - 116px);
  width: calc(50% + 539px);
  right: 0;
  bottom: 0;
  z-index: -2;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.c-company .c-title1 {
  letter-spacing: 2px;
}
.c-company .c-company__desc {
  letter-spacing: 3px;
  font-size: 1.6rem;
  font-weight: 600;
  color: #414042;
  line-height: 1.85125;
  margin-top: 33px;
  letter-spacing: 5px;
}
@media only screen and (max-width: 767px) {
  .c-company .c-company__desc {
    font-size: 1.45rem;
    letter-spacing: 2px;
  }
}
.c-company .l-container {
  max-width: 974px;
}
.c-company .c-btn1 {
  margin-top: 49px;
}
.c-company__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 43px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .c-company__list {
    gap: 20px 4%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.c-company__list .c-company__item {
  width: 30.3%;
}
@media only screen and (max-width: 767px) {
  .c-company__list .c-company__item {
    width: 48%;
  }
}
.c-company__list .c-company__item .c-companyitem__img {
  overflow: hidden;
}
.c-company__list .c-company__item .c-companyitem__img img {
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  width: 100%;
}
.c-company__list .c-company__item .c-companyitem__h5 {
  color: #414042;
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: 7px;
  letter-spacing: 4px;
}
@media only screen and (max-width: 767px) {
  .c-company__list .c-company__item .c-companyitem__h5 {
    text-align: center;
    font-size: 1.4rem;
  }
}
.c-news {
  background-color: #f6f6f6;
  padding-top: 115px;
  padding-bottom: 80px;
  margin-bottom: 100px;
}
.c-news .l-container {
  max-width: 1180px;
}
.c-news .c-btn1 {
  margin-top: 49px;
}
.c-news__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .c-news__wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.c-news__wrapper .c-news__left {
  width: 22.1%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -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;
  padding-left: 24px;
  padding-bottom: 56px;
}
@media only screen and (max-width: 875px) {
  .c-news__wrapper .c-news__left {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-news__wrapper .c-news__left {
    width: 100%;
    padding-bottom: 25px;
  }
}
.c-news__wrapper .c-news__right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  border-top-left-radius: 13px;
  border-bottom-left-radius: 13px;
  border-radius: 13px;
  padding: 41px 3.5%;
}
@media only screen and (max-width: 767px) {
  .c-news__wrapper .c-news__right {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: 100%;
    padding: 24px 20px;
  }
}
.c-news__wrapper .c-news__right .c-news__list .c-news__item {
  border-top: 1px dashed #d1d3d4;
  color: #231f20;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 580px) {
  .c-news__wrapper .c-news__right .c-news__list .c-news__item {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.c-news__wrapper .c-news__right .c-news__list .c-news__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24.5px 2.5%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 4%;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
@media only screen and (max-width: 580px) {
  .c-news__wrapper .c-news__right .c-news__list .c-news__item a {
    padding-right: 2%;
    -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: 18px 3%;
  }
}
.c-news__wrapper .c-news__right .c-news__list .c-news__item a:hover {
  background-color: #c0dbf1;
  padding-right: 2.5%;
}
.c-news__wrapper .c-news__right .c-news__list .c-news__item a:hover .c-newsitem__arrow {
  background-color: #1c75bc;
  color: #fff;
}
.c-news__wrapper .c-news__right .c-news__list .c-news__item:last-child {
  border-bottom: 1px dashed #d1d3d4;
}
.c-news__wrapper .c-news__right .c-news__list .c-news__item .c-newsitem__date {
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  line-height: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.c-news__wrapper .c-news__right .c-news__list .c-news__item .c-newsitem__title {
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  font-size: 1.6rem;
  margin-left: 10.5%;
  margin-right: 5%;
  letter-spacing: 1.5px;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
@media only screen and (max-width: 580px) {
  .c-news__wrapper .c-news__right .c-news__list .c-news__item .c-newsitem__title {
    margin-left: 0;
    margin-top: 8px;
    -webkit-transform: unset;
    transform: unset;
  }
}
.c-news__wrapper .c-news__right .c-news__list .c-news__item .c-newsitem__arrow {
  width: 63px;
  height: 31px;
  border-radius: 16px;
  padding-bottom: 2px;
  border: 1px solid #231f20;
  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.6rem;
  font-weight: 400;
  color: #231f20;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  transition: all 0.25s ease-in;
  margin-left: auto;
}
@media only screen and (max-width: 580px) {
  .c-news__wrapper .c-news__right .c-news__list .c-news__item .c-newsitem__arrow {
    margin-top: 15px;
  }
}
.c-access {
  background-color: #f6f6f6;
  padding-top: 50px;
  padding-bottom: 90px;
}
.c-access .l-container {
  max-width: 1250px;
}
.c-access .c-access__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .c-access .c-access__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.c-access .c-access__row .c-access__left {
  padding-top: 21px;
  width: 52%;
}
@media only screen and (max-width: 767px) {
  .c-access .c-access__row .c-access__left {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
.c-access .c-access__row .c-access__left iframe {
  width: 100%;
  height: 425px;
}
@media only screen and (max-width: 767px) {
  .c-access .c-access__row .c-access__left iframe {
    height: 320px;
  }
}
@media only screen and (max-width: 580px) {
  .c-access .c-access__row .c-access__left iframe {
    height: 270px;
  }
}
.c-access .c-access__row .c-access__right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 5%;
}
@media only screen and (max-width: 1023px) {
  .c-access .c-access__row .c-access__right {
    padding: 0 2%;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-access .c-access__row .c-access__right {
    width: 100%;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    padding-left: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.c-access .c-access__row .c-access__right .c-access__title1 {
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 3.1rem;
  color: #414042;
  line-height: 1;
  letter-spacing: 2px;
}
.c-access .c-access__row .c-access__right .c-access__title2 {
  font-weight: 600;
  font-size: 1.4rem;
  text-align: center;
  color: #414042;
  letter-spacing: 4px;
  margin-top: 2px;
}
.c-access__list {
  margin-top: 15px;
}
.c-access__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #231f20;
  border-bottom: 1px solid #231f20;
  padding-bottom: 14px;
  padding-top: 36px;
  padding-left: 4.2%;
}
@media only screen and (max-width: 767px) {
  .c-access__list li {
    padding-top: 14px;
    padding-left: 1%;
  }
}
.c-access__list li h5 {
  font-size: 1.5rem;
  font-weight: 700;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-width: 78px;
  line-height: 1.9746666667;
}
@media only screen and (max-width: 767px) {
  .c-access__list li h5 {
    font-size: 1.4rem;
    min-width: 72px;
  }
}
.c-access__list li p {
  line-height: 1.9746666667;
  padding-left: 30px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 1.5px;
}
@media only screen and (max-width: 767px) {
  .c-access__list li p {
    font-size: 1.3rem;
    padding-left: 17px;
    letter-spacing: 0;
  }
}
/*------------------------------------------------------------
Css of home page
------------------------------------------------------------*/
.p-about {
  line-height: 2;
}
.p-blog {
  background-color: #fbfbfb;
}
.p-blog .c-breadcrumb__container {
  margin-top: 24px;
}
@media only screen and (max-width: 767px) {
  .p-blog .c-breadcrumb__container {
    margin-top: 0;
  }
}
.p-blog .c-breadcrumb__container .l-container {
  max-width: 950px;
}
.c-blog__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 80px 3.3333333333%;
}
@media only screen and (max-width: 1023px) {
  .c-blog__list {
    gap: 50px 3.5%;
  }
}
@media only screen and (max-width: 767px) {
  .c-blog__list {
    gap: 35px 3%;
  }
}
.c-blog__list .c-blog__item {
  width: 22.5%;
}
@media only screen and (max-width: 1023px) {
  .c-blog__list .c-blog__item {
    width: 31%;
  }
}
@media only screen and (max-width: 767px) {
  .c-blog__list .c-blog__item {
    width: 48.5%;
  }
}
.c-blog__list .c-blog__item a:hover .c-blog__img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.c-blog__list .c-blog__item a:hover .c-blogitem__title {
  color: #065c96;
}
.c-blog__list .c-blog__item .c-blog__img {
  overflow: hidden;
}
.c-blog__list .c-blog__item .c-blog__img img {
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.c-blog__list .c-blog__item .c-blogitem__title {
  font-size: 1.5rem;
  font-weight: 500;
  color: #231916;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  text-align: justify;
  letter-spacing: 2px;
  margin-top: 14px;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
@media only screen and (max-width: 767px) {
  .c-blog__list .c-blog__item .c-blogitem__title {
    margin-top: 8px;
    letter-spacing: 1px;
    font-size: 1.4rem;
  }
}
.c-blog__list .c-blog__item .c-blogitem__date {
  color: #727171;
  font-size: 1.2rem;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-top: 14px;
}
@media only screen and (max-width: 767px) {
  .c-blog__list .c-blog__item .c-blogitem__date {
    margin-top: 6px;
  }
}
.c-blog__singletop {
  color: #3f3b3a;
  padding-top: 68px;
}
@media only screen and (max-width: 767px) {
  .c-blog__singletop {
    padding-top: 24px;
  }
}
.c-blog__singletop .l-container {
  max-width: 950px;
}
.c-blog__singletop .c-blog__singledate {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-family: "Outfit", sans-serif;
}
.c-blog__singletop .c-blog__singleh2 {
  font-size: 3rem;
  font-weight: 700;
  text-align: justify;
  margin-top: 14px;
  letter-spacing: 2.5px;
}
@media only screen and (max-width: 767px) {
  .c-blog__singletop .c-blog__singleh2 {
    font-size: 2rem;
    font-weight: 700;
    margin-top: 6px;
    margin-bottom: 30px;
  }
}
.c-single__blog {
  padding-top: 65px;
  padding-bottom: 61px;
}
.c-single__blog p{
    font-size: 1.6rem;
    text-align: justify;
    line-height: calc(33/16);
    color: #231916;
}
.c-single__blog h1{
  font-weight: 600;
  font-size: 2.4rem;
  color: #3F3B3A;
  border-top: 1px solid #C9CACA;
  border-bottom: 1px solid #C9CACA;
  padding: 10px 0;
  margin-bottom: 12px;
}
.c-single__blog h2{
  font-size: 2rem;
  font-weight: 600;
  color: #3F3B3A;
  border-bottom: 1px solid #C9CACA;


}
.c-single__blog .l-container {
  max-width: 950px;
}
.c-single__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px solid #056fb8;
  padding: 42px 0;
  margin-top: 114px;
}
@media only screen and (max-width: 767px) {
  .c-single__btns {
    margin-top: 70px;
  }
}
.c-single__btns .c-single__btn {
  width: 128px;
  height: 35px;
  font-size: 1.6rem;
  font-weight: 700;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 580px) {
  .c-single__btns .c-single__btn {
    width: 110px;
    height: 32px;
    font-size: 1.4rem;
    padding-top: 2px;
  }
}
.c-pnav {
  color: #373c4b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: unset;
  -webkit-box-direction: unset;
  -ms-flex-direction: unset;
  flex-direction: unset;
  width: 100%;
  flex-direction: unset;
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  color: #056fb8;
  font-size: 1.4rem !important;
  font-weight: 700 !important;
}
.c-news__li {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.c-pnav li img {
  width: 26px;
  height: 26px;
}
.c-pnav li span {
  font-weight: 700;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.c-pnav li a {
  font-weight: 700;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
}
.c-pnav li a:hover {
  opacity: 0.9;
  color: #eba421;
}
.c-newartical {
  border-top: 1px solid #056fb8;
  padding-top: 55px;
  padding-bottom: 80px;
}
.c-newartical .l-container {
  max-width: 1050px;
}
.c-newartical .c-newartical__h2 {
  font-family: "Outfit", sans-serif;
  font-size: 1.4rem;
  text-align: center;
  color: #056fb8;
  letter-spacing: 0.5px;
}
.c-newartical .c-newartical__h3 {
  color: #3f3b3a;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 2px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 52px;
}
.p-news {
  background-color: #fbfbfb;
}
.c-page__news .l-container {
  max-width: 950px;
}
.c-news__list2 .c-news__item2 {
  border-top: 1px dashed #dcdddd;
}
.c-news__list2 .c-news__item2:last-child {
  border-bottom: 1px dashed #dcdddd;
}
.c-news__list2 .c-news__item2 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #231916;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding: 26.5px 2%;
}
@media only screen and (max-width: 767px) {
  .c-news__list2 .c-news__item2 a {
    padding: 18px 2%;
  }
}
.c-news__list2 .c-news__item2 a:hover {
  background-color: #d9ebf4;
}
.c-news__list2 .c-news__item2 .c-newsitem__date2 {
  font-size: 1.5rem;
  font-family: "Outfit", sans-serif;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.c-news__list2 .c-news__item2 .c-newsitem__title2 {
  font-size: 1.6rem;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 8%;
  letter-spacing: 1.8px;
}
.c-single__news {
  padding-top: 45px;
  padding-bottom: 60px;
}
.c-single__news .l-container {
  max-width: 950px;
}
.c-single__news .c-single__content {
  font-size: 1.6rem;
  text-align: justify;
  letter-spacing: 0.6px;
  line-height: 2.0625;
}
@media only screen and (max-width: 767px) {
  .c-single__news .c-single__content {
    font-size: 1.45rem;
  }
}
.c-recruit__wrapper {
  position: relative;
  z-index: 0;
}
.c-recruit__wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(./../img/o.png);
  background-repeat: repeat;
  background-size: 30px 30px;
  z-index: 1;
  pointer-events: none;
  opacity: 0.3;
}
.c-recruit1 {
  color: #fff;
  background-color: #060238;
  padding-top: 90px;
  padding-bottom: 120px;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .c-recruit1 {
    padding-top: 55px;
    padding-bottom: 75px;
  }
}
.c-recruit1 .l-container {
  max-width: 1200px;
  padding-right: 0;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .c-recruit1 .l-container {
    padding-right: 20px;
  }
}
.c-recruit1 .c-recruit1__title1 {
  font-size: 2.6rem;
  text-align: center;
  letter-spacing: 5px;
  font-weight: 500;
}
.c-recruit1 .c-recruit1__title2 {
  font-family: "Outfit", sans-serif;
  font-size: 1.8rem;
  text-align: center;
}
.c-recruit1 .c-recruit1__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 99px;
  -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: 1100px) {
  .c-recruit1 .c-recruit1__row {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .c-recruit1 .c-recruit1__row {
    margin-top: 35px;
  }
}
.c-recruit1 .c-recruit1__row .c-recruit1__rowleft {
  width: 60%;
  padding-right: 5%;
  padding-left: 10%;
}
@media only screen and (max-width: 1100px) {
  .c-recruit1 .c-recruit1__row .c-recruit1__rowleft {
    padding-left: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .c-recruit1 .c-recruit1__row .c-recruit1__rowleft {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.c-recruit1 .c-recruit1__row .c-recruit1__rowleft .c-recruit1row__title1 {
  font-size: 4rem;
  font-weight: 700;
  font-family: "Outfit", sans-serif;
  line-height: 1.26;
}
@media only screen and (max-width: 875px) {
  .c-recruit1 .c-recruit1__row .c-recruit1__rowleft .c-recruit1row__title1 {
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-recruit1 .c-recruit1__row .c-recruit1__rowleft .c-recruit1row__title1 {
    font-size: 3rem;
    line-height: 1.6;
    margin-bottom: 10px;
  }
}
.c-recruit1 .c-recruit1__row .c-recruit1__rowleft .c-recruit1__rowleftimg {
  display: none;
}
@media only screen and (max-width: 767px) {
  .c-recruit1 .c-recruit1__row .c-recruit1__rowleft .c-recruit1__rowleftimg {
    display: block;
  }
}
.c-recruit1 .c-recruit1__row .c-recruit1__rowleft .c-recruit1row__desc1 {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.9529411765;
  margin-top: 48px;
}
@media only screen and (max-width: 767px) {
  .c-recruit1 .c-recruit1__row .c-recruit1__rowleft .c-recruit1row__desc1 {
    margin-top: 10px;
    font-size: 1.45rem;
  }
}
.c-recruit1 .c-recruit1__row .c-recruit1__rowright {
  width: 35.8%;
}
@media only screen and (max-width: 767px) {
  .c-recruit1 .c-recruit1__row .c-recruit1__rowright {
    display: none;
  }
}
.c-recruit2 {
  background-color: #f1f2f2;
  color: #414042;
  padding-top: 47px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .c-recruit2 {
    padding-top: 33px;
  }
}
.c-recruit2 .l-container {
  max-width: 950px;
  position: relative;
  z-index: 2;
}
.c-recruit2 .c-recruit2__title {
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2.5px;
}
@media only screen and (max-width: 767px) {
  .c-recruit2 .c-recruit2__title {
    font-size: 2rem;
    letter-spacing: 0.5px;
  }
}
@media only screen and (max-width: 580px) {
  .c-recruit2 .c-recruit2__title {
    font-size: 1.8rem;
  }
}
.c-recruit2 .c-recruit__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 62px;
}
@media only screen and (max-width: 767px) {
  .c-recruit2 .c-recruit__list {
    margin-top: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 60px 4%;
  }
}
.c-recruit2 .c-recruit__list .c-recruit__item {
  width: 29.3%;
}
@media only screen and (max-width: 767px) {
  .c-recruit2 .c-recruit__list .c-recruit__item {
    width: 80%;
  }
}
.c-recruit2 .c-recruit__list .c-recruit__item .c-recruititem__img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-recruit2 .c-recruit__list .c-recruit__item .c-recruititem__h4 {
  font-size: 1.6rem;
  line-height: 1.575;
  text-align: center;
  letter-spacing: 2px;
  font-weight: 700;
  margin-top: 31px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .c-recruit2 .c-recruit__list .c-recruit__item .c-recruititem__h4 {
    margin-top: 12px;
    font-size: 1.8rem;
    letter-spacing: 0;
  }
}
.c-recruit2 .c-recruit__list .c-recruit__item .c-recruititem__h4::before, .c-recruit2 .c-recruit__list .c-recruit__item .c-recruititem__h4::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 124%;
  background-color: #414042;
  top: -10px;
}
.c-recruit2 .c-recruit__list .c-recruit__item .c-recruititem__h4::before {
  left: 8px;
  -webkit-transform: rotate(-16deg);
  transform: rotate(-16deg);
}
.c-recruit2 .c-recruit__list .c-recruit__item .c-recruititem__h4::after {
  right: 8px;
  -webkit-transform: rotate(16deg);
  transform: rotate(16deg);
}
.c-recruit3 {
  background-color: #060238;
  padding-top: 88px;
  padding-bottom: 76px;
}
@media only screen and (max-width: 767px) {
  .c-recruit3 {
    padding-top: 65px;
  }
}
.c-recruit3 .l-container {
  position: relative;
  z-index: 2;
  color: #fff;
  max-width: 740px;
}
.c-recruit3 .c-recruit3__title {
  text-align: center;
  font-weight: 600;
  font-size: 2.4rem;
  letter-spacing: 2.5px;
}
.c-recruit3 .c-recruit3__list {
  margin-top: 49px;
}
.c-recruit3 .c-recruit3__list .c-recruit3__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  border-top: 1;
  border-bottom: 1px solid #fff;
  padding: 24px 2.8%;
}
@media only screen and (max-width: 767px) {
  .c-recruit3 .c-recruit3__list .c-recruit3__item {
    padding: 16px 2%;
  }
}
.c-recruit3 .c-recruit3__list .c-recruit3__item h5 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.575;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 149px;
}
@media only screen and (max-width: 767px) {
  .c-recruit3 .c-recruit3__list .c-recruit3__item h5 {
    width: 102px;
    font-size: 1.4rem;
  }
}
.c-recruit3 .c-recruit3__list .c-recruit3__item p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: justify;
  font-weight: 500;
  font-size: 1.6rem;
  padding-left: 5%;
  line-height: 1.575;
  letter-spacing: 1.5px;
}
@media only screen and (max-width: 767px) {
  .c-recruit3 .c-recruit3__list .c-recruit3__item p {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}
.c-privacy__container {
  padding-top: 90px;
  background-color: #fbfbfb;
  padding-bottom: 140px;
}
@media only screen and (max-width: 1023px) {
  .c-privacy__container {
    padding-top: 65px;
  }
}
@media only screen and (max-width: 767px) {
  .c-privacy__container {
    padding-top: 40px;
    padding-bottom: 100px;
  }
}
.c-privacy__container .l-container {
  max-width: 950px;
}
.c-privacy__titleh2 {
  color: #414042;
  font-size: 2.6rem;
  text-align: center;
  font-weight: 700;
  letter-spacing: 7px;
}
@media only screen and (max-width: 767px) {
  .c-privacy__titleh2 {
    font-size: 2.1rem;
    letter-spacing: 3px;
  }
}
.c-privacy__titleh4 {
  color: #414042;
  font-family: "Outfit", sans-serif;
  text-align: center;
  font-size: 1.8rem;
  margin-top: 3px;
  letter-spacing: 1px;
}
.c-privacy__content {
  font-size: 1.7rem;
  color: #414042;
  text-align: justify;
  line-height: 1.9529411765;
  margin-top: 107px;
}
@media only screen and (max-width: 767px) {
  .c-privacy__content {
    margin-top: 55px;
    font-size: 1.45rem;
  }
}
.c-privacy__content strong {
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: 2px;
}
@media only screen and (max-width: 767px) {
  .c-privacy__content strong {
    letter-spacing: 1px;
    font-size: 1.7rem;
  }
}
.c-google__iframe2 iframe {
  height: 600px;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .c-google__iframe2 iframe {
    height: 450px;
  }
}
@media only screen and (max-width: 767px) {
  .c-google__iframe2 iframe {
    height: 350px;
  }
}
@media only screen and (max-width: 580px) {
  .c-google__iframe2 iframe {
    height: 280px;
  }
}
.p-faq {
  background-color: #fbfbfb;
}
.c-faq__container {
  padding-top: 70px;
  padding-bottom: 160px;
}
@media only screen and (max-width: 767px) {
  .c-faq__container {
    padding-top: 0;
    padding-bottom: 100px;
  }
}
.c-faq__container .l-container {
  max-width: 1000px;
}
.c-faq__list3 {
  margin-top: 20px;
}
.c-faq__list3 .c-faq__item {
  border-bottom: 1px solid #aaaaad;
}
.c-faq__list3 .c-faq__item:nth-child(1) .c-fq__item {
  border-top: 1px solid #aaaaad;
}
.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: 14px 3%;
  padding-left: 2.8%;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  overflow: hidden;
  color: #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-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;
  color: #3155a4;
  font-family: "acumin-variable", sans-serif;
  -webkit-transition: all 0.25s ease-in;
  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 {
    -ms-flex-item-align: baseline;
    align-self: baseline;
  }
}
.c-faq__list3 .c-fq__item .c-fq__title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  flex: 1;
  pointer-events: none;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  text-align: justify;
  font-size: 1.8rem;
  font-weight: 700;
  margin-left: 20px;
  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;
  transition: all 0.25s ease-in;
  cursor: pointer;
  pointer-events: none;
  -webkit-transform-origin: center;
  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;
  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%);
  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%);
  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);
  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;
  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: 5px 2.8% 15px;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-right: 10%;
  color: #3f3b3a;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.c-faq__list3 .c-fa__item > .c-faitem__row .c-a {
  font-weight: 700;
  font-size: 2rem;
  color: #e24b6e;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@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 {
  margin-left: 20px;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: justify;
  line-height: 1.5;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media only screen and (max-width: 767px) {
  .c-faq__list3 .c-fa__item > .c-faitem__row .c-flowleft__desc {
    font-size: 1.4rem;
  }
}
.p-contact {
  padding-top: 92px;
}
@media only screen and (max-width: 1023px) {
  .p-contact {
    padding-top: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact {
    padding-top: 37px;
  }
}
.p-contact .c-contact__title1 {
  color: #414042;
  font-size: 2.6rem;
  text-align: center;
  font-weight: 500;
  letter-spacing: 5px;
}
@media only screen and (max-width: 767px) {
  .p-contact .c-contact__title1 {
    font-size: 2.4rem;
    letter-spacing: 2px;
  }
}
.p-contact .c-contact__title2 {
  color: #414042;
  text-align: center;
  margin-top: 2px;
  letter-spacing: 1px;
  font-size: 1.8rem;
  font-family: "Outfit", sans-serif;
}
@media only screen and (max-width: 767px) {
  .p-contact .c-contact__title2 {
    font-size: 1.65rem;
    margin-top: 0;
  }
}
.p-contact .c-contact__desc {
  margin-top: 31px;
  font-size: 1.5rem;
  text-align: center;
  color: #414042;
  letter-spacing: 2px;
  line-height: 1.9142857143;
  margin-bottom: 92px;
}
@media only screen and (max-width: 767px) {
  .p-contact .c-contact__desc {
    font-size: 1.45rem;
    margin-top: 20px;
    text-wrap: balance;
    letter-spacing: 0;
    margin-bottom: 60px;
  }
}
.c-contactpage__container {
  padding-bottom: 120px;
}
.c-contactpage__container .l-container {
  max-width: 780px;
}
.c-contact__linetitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  color: #414042;
  z-index: 3;
}
.c-contact__linetitle::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #414042;
  position: absolute;
  top: calc(50% + 2px);
  z-index: -1;
}
.c-contact__linetitle span {
  z-index: 4;
  font-weight: 700;
  font-size: 2.3rem;
  letter-spacing: 3.5px;
  padding: 0 47px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .c-contact__linetitle span {
    padding: 0 20px;
    letter-spacing: 1.5px;
    font-size: 2rem;
  }
}
.c-contact__desc2 {
  text-align: center;
  color: #414042;
  font-size: 1.4rem;
  letter-spacing: 2px;
  font-weight: 500;
  margin-top: 40px;
}
@media only screen and (max-width: 580px) {
  .c-contact__desc2 {
    margin-top: 30px;
  }
}
.c-contact__linelink {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 24px auto 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-contact__linelink .c-icon {
  width: 101px;
}
@media only screen and (max-width: 580px) {
  .c-contact__linelink .c-icon {
    width: 75px;
    -ms-flex-item-align: center;
    align-self: center;
  }
}
.c-contact__linelink .c-txt {
  text-align: center;
  font-weight: 500;
  font-size: 1.4rem;
  color: #414042;
  margin-top: 7px;
  letter-spacing: 2px;
}
.c-form__container {
  margin: 59px auto 0;
  max-width: 606px;
}
.c-form__container .c-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-form__container .c-form__row + .c-form__row {
  margin-top: 24px;
}
@media only screen and (max-width: 580px) {
  .c-form__container .c-form__row + .c-form__row {
    margin-top: 32px;
  }
}
.c-form__container .c-form__row .c-form__label {
  gap: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 133px;
}
.c-form__container .c-form__row .c-form__label.c-form__label--area {
  -ms-flex-item-align: baseline;
  align-self: baseline;
  padding-top: 3px;
}
.c-form__container .c-form__row .c-form__label .c-label {
  font-size: 1.5rem;
  font-weight: 500;
}
.c-form__container .c-form__row .c-form__label .c-require {
  color: #ed1c24;
}
.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: 16px;
  top: 7px;
}
@media only screen and (max-width: 580px) {
  .c-form__row .c-form__input .wpcf7-form-control-wrap:has(select)::after {
    right: 16px;
  }
}
.c-form__input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
@media only screen and (max-width: 580px) {
  .c-form__input {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: 100%;
    margin-top: 5px;
  }
}
.c-form__input select {
  border: unset;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 9px 15px 6px;
  height: 38px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #313131;
  background-color: #efefef;
  letter-spacing: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  appearance: none;
  border: 1px solid #231f20;
  appearance: none;
  border-radius: unset;
  text-align: center;
}
.c-form__input .c-input__type {
  border: unset;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 9px 15px 6px;
  height: 38px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #313131;
  background-color: #efefef;
  letter-spacing: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #231f20;
  appearance: none;
  appearance: none;
  border-radius: unset;
}
.c-form__input textarea {
  border: 1px solid #231f20;
  width: 100%;
  resize: none;
  height: 265px;
  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;
}
@media only screen and (max-width: 580px) {
  .c-form__input textarea {
    height: 200px;
  }
}
.c-form__input.c-form__input--width1 {
  max-width: 347px;
  width: 100%;
}
@media only screen and (max-width: 580px) {
  .c-form__input.c-form__input--width1 {
    max-width: 100%;
  }
}
.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.4rem;
  margin-top: 31px;
  font-weight: 500;
  position: relative;
  letter-spacing: 1.7px;
}
@media only screen and (max-width: 872px) {
  .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;
  box-sizing: border-box;
  width: 22px;
  height: 22px;
}
.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);
  transform: translateX(21px);
}
.c-agree .c-policy {
  margin-left: 7px;
  text-decoration: underline;
  text-underline-offset: 5px;
  color: #e60013;
}
.c-submit__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 53px;
}
.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;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  appearance: none;
  appearance: none;
  appearance: none;
  appearance: none;
}
.c-submit__button {
  width: 100%;
  max-width: 274px;
  height: 62px;
  border: 2px solid #e60013;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #e60013;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.c-submit__button:hover {
  opacity: 1;
  background-color: #fff;
}
.c-submit__button:hover span {
  color: #e60013;
}
.c-submit__button span {
  color: #fff;
  font-weight: 700;
  font-size: 1.9rem;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.p-single-service {
  background-color: #fbfbfb;
  padding-top: 38px;
}
.p-single-service .c-breadcrumb__container .l-container {
  max-width: 1150px;
}
.c-service__single1 {
  padding-top: 47px;
  padding-bottom: 59px;
  border-bottom: 1px solid #231916;
}
.c-service__single1 .l-container {
  max-width: 1050px;
}
.c-service__single1 .c-servicesingle__title1 {
  font-size: 4.588rem;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  color: #231916;
  letter-spacing: 2.4px;
}
@media only screen and (max-width: 767px) {
  .c-service__single1 .c-servicesingle__title1 {
    font-size: 3.8rem;
    letter-spacing: 1px;
  }
}
.c-service__single1 .c-servicesingle__title2 {
  color: #3f3b3a;
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 4px;
  letter-spacing: 2px;
  padding-left: 50px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .c-service__single1 .c-servicesingle__title2 {
    font-size: 1.6rem;
    padding-left: 40px;
  }
}
.c-service__single1 .c-servicesingle__title2::before {
  content: "";
  position: absolute;
  width: 29px;
  height: 1px;
  background-color: #3f3b3a;
  left: 0;
  top: 12px;
}
@media only screen and (max-width: 767px) {
  .c-service__single1 .c-servicesingle__title2::before {
    top: 13px;
  }
}
.c-servicesingle__row {
  padding: 40px 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 23px;
}
@media only screen and (max-width: 767px) {
  .c-servicesingle__row {
    padding: 30px 2%;
  }
}
@media only screen and (max-width: 580px) {
  .c-servicesingle__row {
    padding: 30px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.c-servicesingle__row .c-servicesingle__left {
  width: 52%;
}
@media only screen and (max-width: 580px) {
  .c-servicesingle__row .c-servicesingle__left {
    width: 100%;
  }
}
.c-servicesingle__row .c-servicesingle__left h4 {
  font-size: 2.2rem;
  color: #3f3b3a;
  font-weight: 700;
  letter-spacing: 2px;
}
@media only screen and (max-width: 767px) {
  .c-servicesingle__row .c-servicesingle__left h4 {
    font-size: 1.8rem;
    letter-spacing: 1px;
  }
}
.c-servicesingle__row .c-servicesingle__left p {
  font-size: 1.6rem;
  text-align: justify;
  font-weight: 500;
  line-height: 2.075;
  margin-top: 17px;
  letter-spacing: 2px;
}
@media only screen and (max-width: 767px) {
  .c-servicesingle__row .c-servicesingle__left p {
    font-size: 1.4rem;
    letter-spacing: 1px;
    font-weight: 400;
  }
}
.c-servicesingle__row .c-servicesingle__thumb {
  width: 42.9%;
  padding-top: 32px;
}
@media only screen and (max-width: 580px) {
  .c-servicesingle__row .c-servicesingle__thumb {
    width: 100%;
    padding-top: 20px;
  }
}
.c-servicesingle__imgs {
  padding: 74px 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px 0;
}
@media only screen and (max-width: 767px) {
  .c-servicesingle__imgs {
    padding: 50px 2%;
  }
}
.c-servicesingle__imgs .c-service__imglist {
  width: 48.5%;
}
.c-service__single2 {
  padding-top: 47px;
  padding-bottom: 100px;
}
.c-service__single2 .l-container {
  max-width: 1050px;
}
.c-service__single2 .c-singleservice__title1 {
  text-align: center;
  color: #231916;
  font-family: "Outfit", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
}
.c-service__single2 .c-singleservice__title2 {
  color: #3f3b3a;
  font-size: 1.8rem;
  text-align: center;
  margin-top: 2px;
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 105px;
}
@media only screen and (max-width: 767px) {
  .c-service__single2 .c-singleservice__title2 {
    margin-bottom: 55px;
  }
}
.c-service1 {
  padding-top: 65px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1023px) {
  .c-service1 {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .c-service1 {
    padding-bottom: 60px;
  }
}
.c-service1 .l-container {
  max-width: 1250px;
}
.c-service1 .c-service1__title1 {
  text-align: center;
  font-size: 2.6rem;
  line-height: 1.7846153846;
  font-weight: 600;
  color: #3f3b3a;
  letter-spacing: 5px;
}
@media only screen and (max-width: 1023px) {
  .c-service1 .c-service1__title1 {
    font-size: 2.2rem;
    letter-spacing: 2px;
  }
}
@media only screen and (max-width: 767px) {
  .c-service1 .c-service1__title1 {
    font-size: 1.8rem;
    letter-spacing: 0;
  }
}
.c-service1 .c-service1__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 75px;
}
@media only screen and (max-width: 767px) {
  .c-service1 .c-service1__row {
    margin-top: 55px;
  }
}
.c-service1 .c-service1__row .c-service1__left {
  width: 54%;
  padding-left: 8.4%;
}
@media only screen and (max-width: 767px) {
  .c-service1 .c-service1__row .c-service1__left {
    padding-left: 0;
    width: 100%;
  }
}
.c-service1 .c-service1__row .c-service1__left .c-service1__title2 {
  font-size: 2.2rem;
  line-height: 1.6545454545;
  text-align: justify;
  color: #3f3b3a;
  font-weight: 500;
  letter-spacing: 3.5px;
}
@media only screen and (max-width: 767px) {
  .c-service1 .c-service1__row .c-service1__left .c-service1__title2 {
    letter-spacing: 1px;
    font-size: 1.6rem;
  }
}
.c-service1 .c-service1__row .c-service1__left .c-service1__img {
  margin-top: 10px;
  padding-bottom: 10px;
  display: none;
}
@media only screen and (max-width: 767px) {
  .c-service1 .c-service1__row .c-service1__left .c-service1__img {
    display: block;
  }
}
.c-service1 .c-service1__row .c-service1__left .c-service1__desc {
  color: #3f3b3a;
  font-size: 1.5rem;
  text-align: justify;
  line-height: 1.8133333333;
  margin-top: 40px;
  letter-spacing: 1.5px;
}
@media only screen and (max-width: 767px) {
  .c-service1 .c-service1__row .c-service1__left .c-service1__desc {
    margin-top: 0;
    letter-spacing: 0.5px;
    font-size: 1.4rem;
  }
}
.c-service1 .c-service1__row .c-service1__right {
  width: 41.5%;
  padding-top: 16px;
}
@media only screen and (max-width: 767px) {
  .c-service1 .c-service1__row .c-service1__right {
    display: none;
  }
}
.c-service1__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 126px;
}
@media only screen and (max-width: 767px) {
  .c-service1__nav {
    margin-bottom: 70px;
  }
}
.c-service1__nav a {
  width: 50%;
  overflow: hidden;
  position: relative;
}
.c-service1__nav a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.c-service1__nav a img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
@media only screen and (max-width: 767px) {
  .c-service1__nav a img {
    aspect-ratio: 4/3;
  }
}
.c-service1__nav a span {
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.c-service__item{
  scroll-margin-top: 106px;
}

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

.c-service__item .c-si__label {
  background-color: #152242;
  padding-top: 17px;
  padding-bottom: 21px;
}
@media only screen and (max-width: 767px) {
  .c-service__item .c-si__label {
    padding-top: 10px;
    padding-bottom: 12px;
  }
}
.c-service__item .c-si__label h2 {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  position: relative;
  padding-left: 21px;
  letter-spacing: 3px;
}
.c-service__item .c-si__label h2::before {
  content: "";
  background-color: #fff;
  height: 100%;
  width: 1px;
  position: absolute;
  left: 0;
  top: 2px;
}
.c-service__item .c-si__label .l-container {
  max-width: 1050px;
}
.c-si__bottom {
  padding-bottom: 68px;
}
.c-si__bottom .l-container {
  max-width: 1200px;
  padding-left: 0;
}
@media only screen and (max-width: 767px) {
  .c-si__bottom .l-container {
    padding-left: 24px;
  }
}
@media only screen and (max-width: 580px) {
  .c-si__bottom .l-container {
    padding-left: 20px;
  }
}
.c-si__bottom .c-si__links {
  margin-top: 29px;
  padding-bottom: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 35px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .c-si__bottom .c-si__links {
    gap: 15px;
  }
}
.c-si__bottom .c-si__links a span {
  position: relative;
  font-weight: 500;
  font-size: 1.6rem;
  color: #3f3b3a;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  text-decoration: underline;
  text-underline-offset: 7px;
}
@media only screen and (max-width: 767px) {
  .c-si__bottom .c-si__links a span {
    font-size: 1.4rem;
  }
}
.c-si__bottom .c-si__links a:hover span {
  color: #0c37a3;
}
.c-si__bottom .c-si__row .c-sirow__left {
  width: 29%;
  position: sticky;
  top: 120px;
  left: 73px;
  z-index: 10;
}
@media only screen and (max-width: 1250px) {
  .c-si__bottom .c-si__row .c-sirow__left {
    width: 25%;
    left: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .c-si__bottom .c-si__row .c-sirow__left {
    display: none;
  }
}
.c-si__bottom .c-si__row .c-sirow__right {
  width: 68.1%;
  margin-left: auto;
  margin-top: -42.5%;
}
@media only screen and (max-width: 767px) {
  .c-si__bottom .c-si__row .c-sirow__right {
    margin-top: 0;
    width: 100%;
  }
}
.c-si__list .c-si__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  scroll-margin-top: 105px;
}
.c-si__list .c-si__item + .c-si__item {
  margin-top: 78px;
}
.c-si__list .c-si__item .c-si__img {
  width: 35.6%;
}
.c-si__list .c-si__item .c-si__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 5%;
  margin-top: 13px;
  padding-right: 9.5%;
}
@media only screen and (max-width: 767px) {
  .c-si__list .c-si__item {
    scroll-margin-top: 74px;
  }
  .c-si__list .c-si__item .c-si__content {
    padding-right: 0;
    margin-top: 0;
  }
}
.c-si__list .c-si__item .c-si__content .c-si__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-si__list .c-si__item .c-si__content .c-si__line .c-si__line1 {
  width: 19%;
  height: 1px;
  background-color: #3f3b3a;
}
@media only screen and (max-width: 767px) {
  .c-si__list .c-si__item .c-si__content .c-si__line .c-si__line1 {
    width: 35%;
  }
}
.c-si__list .c-si__item .c-si__content .c-si__line .c-si__line2 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 1px;
  background-color: #b5b6b6;
}
.c-si__list .c-si__item .c-si__content .c-sicontent__title {
  font-size: 2rem;
  font-weight: 500;
  color: #3f3b3a;
  letter-spacing: 2px;
  margin-top: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
@media only screen and (max-width: 580px) {
  .c-si__list .c-si__item .c-si__content .c-sicontent__title {
    letter-spacing: 1px;
    font-size: 1.7rem;
    margin-top: 12px;
    font-weight: 700;
  }
}
.c-si__list .c-si__item .c-si__content .c-sicontent__desc {
  font-size: 1.5rem;
  line-height: 1.8133333333;
  text-align: justify;
  margin-top: 22px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .c-si__list .c-si__item .c-si__content .c-sicontent__desc {
    font-size: 1.4rem;
    margin-top: 8px;
  }
}
@media only screen and (max-width: 580px) {
  .c-si__list .c-si__item .c-si__content .c-sicontent__desc {
    font-size: 1.3rem;
  }
}
.c-si__list .c-si__item .c-si__content .c-sicontent__link {
  margin-left: auto;
  font-size: 1.4rem;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-size: 1.5rem;
  margin-top: 33px;
}
.c-si__list .c-si__item .c-si__content .c-sicontent__link span {
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
@media only screen and (max-width: 580px) {
  .c-si__list .c-si__item .c-si__content .c-sicontent__link {
    margin-top: 20px;
  }
}
.c-si__list .c-si__item .c-si__content .c-sicontent__link:hover {
  color: #0c37a3;
}
.c-si__list .c-si__item .c-si__content .c-sicontent__link:hover span {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.c-list3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 55px 5.75%;
}
@media only screen and (max-width: 580px) {
  .c-list3 {
    gap: 30px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.c-list3__item {
  width: 29.5%;
}
@media only screen and (max-width: 580px) {
  .c-list3__item {
    width: 48%;
  }
}
.c-list3__item .c-item3__img {
  overflow: hidden;
  border-radius: 10px;
}
.c-list3__item .c-item3__img img {
  -o-object-fit: cover;
  object-fit: cover;
  object-fit: cover;
  width: 100%;
  aspect-ratio: 295/205;
}
.c-list3__item .c-item3__title {
  margin-top: 8px;
  font-size: 1.6rem;
  letter-spacing: 3px;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
@media only screen and (max-width: 580px) {
  .c-list3__item .c-item3__title {
    font-size: 1.45rem;
    letter-spacing: 1px;
  }
}
@media only screen and (max-width: 580px) {
  .c-list3__item .c-item3__title {
    letter-spacing: 0;
  }
}
.c-si__casecontainer {
  padding-top: 76px;
}
@media only screen and (max-width: 580px) {
  .c-si__casecontainer .l-container {
    padding: 0;
  }
}
.c-si__casecontainer .c-si__titleh3 {
  padding-left: 14%;
  letter-spacing: 2px;
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
}
.c-si__casecontainer .c-si__titleh3::before {
  content: "";
  position: absolute;
  width: 100vh;
  height: 1px;
  background-color: #727171;
  right: 88%;
  top: 49%;
}
.c-si__casecontainer .c-list3 {
  margin: 48px auto 40px;
  max-width: 1000px;
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Utility .u-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/



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

@media only screen and (max-width: 767px) {
  .c-pnav__news {
    margin-top: 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: inline-block;
  width: 38px;
  line-height: 38px;
  background-color: transparent;
  border: 1px solid transparent;
  text-align: center;
  color: #3f3b3a;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  font-size: 1.7rem;
  border-radius: 50%;
  border: 1px solid #3f3b3a;
}
.c-pnav__news.c-pnav__news2 a {
  border: 1px solid #C5DFA3;
  color: #C5DFA3;
}

.c-pnav__news a:hover, .c-pnav__news a.current {
  background-color: #412210;
  color: #fff;
  border-radius: 50%;

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

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

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

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

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

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




.p-news__single__list__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  align-items: center;
  width: 100%;
  margin-top: 100px;
  padding-top: 12px;
  border-top: 1px solid #000;
}
.p-news__single__list__btn i {
  font-size: 1.8rem;
  color: #fff;
}
.p-news__single__list__btn a,
.p-news__single__list__btn .c-news__li {
  font-weight: 700;
  cursor: pointer;
}
.p-news__single__list__btn a:hover,
.p-news__single__list__btn .c-news__li:hover {
  opacity: 0.8;
}
.p-news__single__list__btn a span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;

}

.p-news__single__list__btn span,
.p-news__single__list__btn a,
.p-news__single__list__btn .c-news__li {
  font-size: 1.4rem;
  display: inline-block;
}

@media only screen and (max-width: 516px) {
  .p-news__single__list__btn span {
    font-size: 1.3rem;
  }
}
.p-news__single__list__btn .c-span__prev {
  position: absolute;
  justify-content: center;
  left: 0;
  top: 0;
  top: 12px;

}

.p-news__single__list__btn .c-span__next {
  position: absolute;
  right: 0;
  justify-content: center;
  top: 12px;
}


.c-form__container .wpcf7-spinner {
  position: absolute !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transform: translateX(-50%);
  transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -53px;
  margin: 0 !important;
  padding: 0 !important;
}


.c-file__row1{
  font-size: 1.8rem;
  font-weight: 500;
  display: flex;
  align-items: baseline;
  margin-top: 5px;
  margin-bottom: 4px;
}
.c-file__row1 span{
  font-size: 1.4rem;
  font-weight: 500;
  margin-left: 5px;
}

.c-file__row2{
  font-size: 1.3rem;
  font-weight: 400;
}


.c-file-preview {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
}

.c-file-name {
  font-size: 14px;
  color: #333;
}

.c-file-remove {
  display: none;
  border: none;
  background: #ccc;
  color: #000;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 16px;
  line-height: 22px;
}

