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

  .sp-only {
    display: block;
  }
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Layout .l-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/* Header
------------------------------------------------------------*/
.c-header {
  padding-top: 120px;
}
@media only screen and (max-width: 1023px) {
  .c-header {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .c-header {
    padding-top: 76px;
  }
}
.c-header__fixed {
  -webkit-box-shadow: rgba(33, 35, 38, 0.1) 0 10px 10px -10px;
  box-shadow: rgba(33, 35, 38, 0.1) 0 10px 10px -10px;
  width: 100%;
  position: fixed;
  z-index: 99;
  top: 0;
  background-color: #fff;
}
.c-header__fixed .c-header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 2.5%;
  height: 120px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 1023px) {
  .c-header__fixed .c-header__wrapper {
    height: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .c-header__fixed .c-header__wrapper {
    height: 76px;
  }
}
.c-header__fixed .c-header__wrapper .c-header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .c-header__fixed .c-header__wrapper .c-header__left {
    gap: 15px;
  }
}
.c-header__fixed .c-header__wrapper .c-header__left .c-header__logo {
  width: 64px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 1023px) {
  .c-header__fixed .c-header__wrapper .c-header__left .c-header__logo {
    width: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .c-header__fixed .c-header__wrapper .c-header__left .c-header__logo {
    width: 55px;
  }
}
.c-header__fixed .c-header__wrapper .c-header__left .c-headerleft__content p {
  font-size: 1.1rem;
  text-align: justify;
  font-weight: 500;
}
@media only screen and (max-width: 1023px) {
  .c-header__fixed .c-header__wrapper .c-header__left .c-headerleft__content p {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-header__fixed .c-header__wrapper .c-header__left .c-headerleft__content p {
    display: none;
  }
}
.c-header__fixed .c-header__wrapper .c-header__left .c-headerleft__content h4 {
  font-weight: 500;
  font-size: 2.4rem;
}
@media only screen and (max-width: 1023px) {
  .c-header__fixed .c-header__wrapper .c-header__left .c-headerleft__content h4 {
    font-size: 2.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-header__fixed .c-header__wrapper .c-header__left .c-headerleft__content h4 {
    font-size: 2.1rem;
  }
}
@media only screen and (max-width: 580px) {
  .c-header__fixed .c-header__wrapper .c-header__left .c-headerleft__content h4 {
    display: none;
  }
}
.c-header__fixed .c-header__wrapper .c-header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  width: 100%;
  max-width: 625px;
  -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: 1250px) {
  .c-header__fixed .c-header__wrapper .c-header__right {
    max-width: unset;
    width: unset;
  }
}
.c-header__fixed .c-header__wrapper .c-header__right .c-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 360px;
}
@media only screen and (max-width: 1250px) {
  .c-header__fixed .c-header__wrapper .c-header__right .c-header__nav {
    max-width: unset;
    width: unset;
    gap: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .c-header__fixed .c-header__wrapper .c-header__right .c-header__nav {
    gap: 29px;
  }
}
@media only screen and (max-width: 875px) {
  .c-header__fixed .c-header__wrapper .c-header__right .c-header__nav {
    gap: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .c-header__fixed .c-header__wrapper .c-header__right .c-header__nav {
    display: none;
  }
}
.c-header__fixed .c-header__wrapper .c-header__right .c-header__nav .c-headernav__link:hover {
  opacity: 1;
}
.c-header__fixed .c-header__wrapper .c-header__right .c-header__nav .c-headernav__link:hover span::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.c-header__fixed .c-header__wrapper .c-header__right .c-header__nav .c-headernav__link.c-active span::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.c-header__fixed .c-header__wrapper .c-header__right .c-header__nav .c-headernav__link span {
  font-weight: 700;
  font-size: 1.5rem;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .c-header__fixed .c-header__wrapper .c-header__right .c-header__nav .c-headernav__link span {
    font-size: 1.4rem;
  }
}
.c-header__fixed .c-header__wrapper .c-header__right .c-header__nav .c-headernav__link span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #D2231A;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  left: 0;
  bottom: -6px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.c-header__fixed .c-header__wrapper .c-header__right .c-header__connects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.c-header__fixed .c-header__wrapper .c-header__right .c-header__connects .c-contact__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;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  width: 156px;
  height: 35px;
  background-color: #D2231A;
  border-radius: 7px;
  padding-bottom: 1px;
  border: 2px solid #D2231A;
}
@media only screen and (max-width: 1023px) {
  .c-header__fixed .c-header__wrapper .c-header__right .c-header__connects .c-contact__btn {
    width: 120px;
  }
}
.c-header__fixed .c-header__wrapper .c-header__right .c-header__connects .c-contact__btn:hover {
  background-color: #fff;
}
.c-header__fixed .c-header__wrapper .c-header__right .c-header__connects .c-contact__btn:hover span {
  color: #D2231A;
}
.c-header__fixed .c-header__wrapper .c-header__right .c-header__connects .c-contact__btn span {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
@media only screen and (max-width: 1023px) {
  .c-header__fixed .c-header__wrapper .c-header__right .c-header__connects .c-contact__btn span {
    font-size: 1.4rem;
  }
}
.c-header__fixed .c-header__wrapper .c-header__right .c-header__connects .c-contact__line {
  width: 35px;
}
.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;
    z-index: 999;
  }
}
.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: #D2231A;
  -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;
}
/*------------------------------------------------------------
footer
------------------------------------------------------------*/
.c-footer {
  position: relative;
}
.c-footer__totop {
  position: absolute;
  top: 0;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 2px solid #3f3b3a;
  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: #3f3b3a;
  right: 3%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.c-footer__totop:hover {
  background-color: #fff;
}
.c-footer__totop:hover i {
  color: #3f3b3a;
}
.c-footer__totop i {
  font-size: 2.7rem;
  color: #fff;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}
.c-footer__top {
  padding: 77px 9% 165px;
  background-color: #f5f7fc;
}
@media only screen and (max-width: 1250px) {
  .c-footer__top {
    padding: 65px 6% 140px;
  }
}
@media only screen and (max-width: 1023px) {
  .c-footer__top {
    padding: 45px 4.5% 100px;
  }
}
@media only screen and (max-width: 767px) {
  .c-footer__top {
    padding: 35px 4% 70px;
  }
}
.c-footer__top .c-footer__row1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0 25px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-footer__top .c-footer__row1 .c-footer__left .c-footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-footer__top .c-footer__row1 .c-footer__left .c-footer__logo .c-logo {
  width: 63px;
}
.c-footer__top .c-footer__row1 .c-footer__left .c-footer__logo .c-txt {
  font-size: 2.3rem;
  font-weight: 700;
  margin-left: 28px;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}
.c-footer__top .c-footer__row1 .c-footer__left .c-footer__logo .c-txt span {
  font-family: "Noto Sans JP", sans-serif;
}
.c-footer__top .c-footer__row1 .c-footer__left .c-footerleft__desc {
  font-size: 1.5rem;
  line-height: 1.4666666667;
  text-align: justify;
  margin-top: 31px;
  margin-left: 6px;
  letter-spacing: 1.3px;
}
@media only screen and (max-width: 767px) {
  .c-footer__top .c-footer__row1 .c-footer__left .c-footerleft__desc {
    letter-spacing: 0.7px;
  }
}
.c-footer__top .c-footer__row1 .c-footer__right {
  margin-top: 20px;
}
.c-footer__top .c-footer__row1 .c-footer__right .c-fr__title {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: justify;
  margin-bottom: 7px;
}
@media only screen and (max-width: 580px) {
  .c-footer__top .c-footer__row1 .c-footer__right .c-fr__title {
    font-size: 2.2rem;
  }
}
.c-footer__top .c-footer__row1 .c-footer__right .c-fr__desc {
  font-size: 1.2rem;
  line-height: 1.2;
  text-align: justify;
  margin-bottom: 20px;
}
.c-footer__top .c-footer__row1 .c-footer__right .c-fr__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;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  background-color: #241d6c;
  width: 103px;
  height: 24px;
  padding-bottom: 2px;
  border-radius: 2px;
  border: 1px solid #241d6c;
}
@media only screen and (max-width: 580px) {
  .c-footer__top .c-footer__row1 .c-footer__right .c-fr__btn {
    width: 120px;
    height: 30px;
  }
}
.c-footer__top .c-footer__row1 .c-footer__right .c-fr__btn span {
  font-size: 1.3rem;
  font-weight: 500;
  color: #fff;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.c-footer__top .c-footer__row1 .c-footer__right .c-fr__btn:hover {
  opacity: 1;
  background-color: #fff;
}
.c-footer__top .c-footer__row1 .c-footer__right .c-fr__btn:hover span {
  color: #241d6c;
}
.c-footer__bottom .c-footer__row2 {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 60px 5% 62px;
  background-color: #3f3b3a;
}
@media only screen and (max-width: 767px) {
  .c-footer__bottom .c-footer__row2 {
    padding: 40px 4% 42px;
  }
}
@media only screen and (max-width: 580px) {
  .c-footer__bottom .c-footer__row2 {
    padding: 29px 4% 30px;
  }
}
.c-footer__bottom .c-footer__row2 .c-footer__privacy {
  font-size: 1.2rem;
}
.c-footer__bottom .c-footer__row2 .c-footer__copyright {
  font-size: 1.2rem;
}
.c-footer__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-footer__btns .c-footer__btn {
  background-color: #D2231A;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
@media only screen and (max-width: 767px) {
  .c-footer__btns .c-footer__btn {
    height: 55px;
  }
}
.c-footer__btns .c-footer__btn:hover {
  background-color: #fff;
}
.c-footer__btns .c-footer__btn.c-footer__btnline span {
  color: #fff;
  font-size: 3.4rem;
  line-height: 1;
  font-family: "acumin-pro", sans-serif;
  font-weight: 500;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
@media only screen and (max-width: 767px) {
  .c-footer__btns .c-footer__btn.c-footer__btnline span {
    font-size: 2.6rem;
    font-weight: 700;
  }
}
.c-footer__btns .c-footer__btn.c-footer__btnline:hover span {
  color: #D2231A;
}
.c-footer__btns .c-footer__btn.c-footer__btncontact {
  position: relative;
  gap: 13px;
}
@media only screen and (max-width: 767px) {
  .c-footer__btns .c-footer__btn.c-footer__btncontact {
    gap: 9px;
  }
}
.c-footer__btns .c-footer__btn.c-footer__btncontact::before {
  content: "";
  position: absolute;
  height: 100%;
  left: 0;
  width: 2px;
  background-color: #fff;
}
.c-footer__btns .c-footer__btn.c-footer__btncontact .c-icon {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  width: 28px;
}
@media only screen and (max-width: 767px) {
  .c-footer__btns .c-footer__btn.c-footer__btncontact .c-icon {
    width: 25px;
  }
}
.c-footer__btns .c-footer__btn.c-footer__btncontact .c-text {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
@media only screen and (max-width: 767px) {
  .c-footer__btns .c-footer__btn.c-footer__btncontact .c-text {
    font-size: 1.6rem;
  }
}
.c-footer__btns .c-footer__btn.c-footer__btncontact:hover .c-icon {
  -webkit-filter: unset;
  filter: unset;
}
.c-footer__btns .c-footer__btn.c-footer__btncontact:hover .c-text {
  color: #D2231A;
}
.c-modal__menu {
  background-color: #d0d6da;
  min-height: 100vh;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding: 20px 3% 160px;
  position: absolute;
  -webkit-transition: left 1s cubic-bezier(0.42, 0, 0.05, 1.04);
  transition: left 1s cubic-bezier(0.42, 0, 0.05, 1.04);
  transition: left 1s cubic-bezier(0.42, 0, 0.05, 1.04);
  left: 100%;
  top: 100%;
  right: 0;
  bottom: 0;
  z-index: 1000;
  left: -100%;
  display: none;
}
@media only screen and (max-width: 1023px) {
  .c-modal__menu {
    display: block;
  }
}
.c-modal__menu.c-active {
  left: 0;
}
.c-modal__menu .c-modal__link {
  background-color: #D2231A;
  padding: 10px 3%;
  border-radius: 15px;
  -webkit-transition: all 0.45s ease-in;
  transition: all 0.45s ease-in;
  transition: all 0.45s ease-in;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 1.5rem;
}
.c-modal__menu .c-modal__link + .c-modal__link {
  margin-top: 20px;
}
.c-modal__menu .c-header__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 25px;
}
.c-modal__menu .c-header__contact .c-header__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-modal__menu .c-header__contact .c-header__phone span {
  width: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  margin-right: 4px;
}
.c-modal__menu .c-header__contact .c-header__phone p {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1;
}
.c-modal__menu .c-header__contact .c-header__time {
  font-size: 1.2rem;
  font-weight: 700;
}
/*------------------------------------------------------------
sidebar
------------------------------------------------------------*/
.c-mainvisual {
  position: relative;
}
.c-mainvisual h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 2.75rem;
  line-height: 1.7454545455;
  z-index: 5;
  color: #fff;
  text-align: center;
  letter-spacing: 0.2px;
  text-shadow: 0 0 2px gray;
  width: 90%;
}
@media only screen and (max-width: 767px) {
  .c-mainvisual h2 {
    font-size: 2.45rem;
  }
}
@media only screen and (max-width: 580px) {
  .c-mainvisual h2 {
    font-size: 2.3rem;
    top: 35%;
  }
}
.c-mainvisual .c-slider1 .c-slider1__item img {
  max-height: 598px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .c-mainvisual .c-slider1 .c-slider1__item img {
    max-height: unset;
    min-height: 450px;
  }
}
@media only screen and (max-width: 580px) {
  .c-mainvisual .c-slider1 .c-slider1__item img {
    min-height: 380px;
  }
}
/* 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 15px;
}
@media only screen and (max-width: 1023px) {
  .l-container {
    padding: 0 2.5%;
  }
}
@media only screen and (max-width: 767px) {
  .l-container {
    padding: 0 3%;
  }
}
.l-container2 {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0;
}
@-webkit-keyframes arrow {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  49.9% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes arrow {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  49.9% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes scroll {
  0% {
    opacity: 0;
    top: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
    top: calc(100% - 10px);
  }
}
@keyframes scroll {
  0% {
    opacity: 0;
    top: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
    top: calc(100% - 10px);
  }
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Component .c-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
btn
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-btn1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  height: 44px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
  background-color: #D2231A;
  margin: 60px auto 0;
  border: 2px solid #D2231A;
}
@media only screen and (max-width: 767px) {
  .c-btn1 {
    margin-top: 40px;
    width: 150px;
    height: 40px;
  }
}
.c-btn1 span {
  color: #fff;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  font-size: 1.5rem;
  font-weight: 500;
}
.c-btn1:hover {
  background-color: #fff;
}
.c-btn1:hover span {
  color: #D2231A;
}
/*------------------------------------------------------------
title
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-title1 {
  text-align: center;
}
.c-title1 span {
  font-size: 2rem;
  font-weight: 700;
  position: relative;
}
.c-title1 span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #241d6c;
  bottom: -5px;
  left: 0;
}
.c-page__title {
  text-align: center;
  font-weight: 500;
  font-size: 2rem;
  background-color: #f6f6f6;
  padding: 32px 3%;
}
@media only screen and (max-width: 767px) {
  .c-page__title {
    padding: 25px 3%;
    font-size: 2.1rem;
    letter-spacing: 1px;
    font-weight: 700;
  }
}
/*------------------------------------------------------------
icon
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
form
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
text
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
img
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
list
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-list1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 48px 0;
}
@media only screen and (max-width: 1023px) {
  .c-list1 {
    gap: 35px 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-list1 {
    gap: 25px 0;
  }
}
.c-list1__item {
  width: 47%;
  border-radius: 25px;
  background-color: #D2231A;
  padding: 15px;
}
@media only screen and (max-width: 767px) {
  .c-list1__item {
    width: 100%;
  }
}
.c-list1__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.c-list1__item .c-item1__img {
  border-radius: 13px;
  overflow: hidden;
  width: 36.3%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.c-list1__item .c-item1__img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  aspect-ratio: 164/132;
}
.c-list1__item .c-item1__content {
  width: 59%;
  color: #fff;
  margin-top: 11px;
}
@media only screen and (max-width: 767px) {
  .c-list1__item .c-item1__content {
    margin-top: 0;
  }
}
.c-list1__item .c-item1__content .c-item1__title {
  font-size: 2rem;
  font-weight: 700;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .c-list1__item .c-item1__content .c-item1__title {
    font-size: 1.9rem;
  }
}
@media only screen and (max-width: 580px) {
  .c-list1__item .c-item1__content .c-item1__title {
    font-size: 1.8rem;
  }
}
.c-list1__item .c-item1__content .c-item1__desc {
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: justify;
  padding-right: 10%;
  margin-top: 7px;
}
@media only screen and (max-width: 767px) {
  .c-list1__item .c-item1__content .c-item1__desc {
    padding-right: 0;
    font-size: 1.4rem;
    margin-top: 2px;
  }
}
.c-list2__item {
  border-top: 1px dotted #231916;
}
.c-list2__item:last-child {
  border-bottom: 1px dotted #231916;
}
.c-list2__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 23px 1% 24px;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
@media only screen and (max-width: 580px) {
  .c-list2__item a {
    padding: 17px 2% 20px;
  }
}
.c-list2__item a:hover {
  opacity: 1;
  background-color: #e5eef5;
}
.c-list2__item .c-item2__date {
  font-family: "acumin-pro", sans-serif;
  font-size: 1.5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 2.1%;
}
.c-list2__item .c-item2__cat {
  color: #fff;
  font-size: 1.2rem;
  background-color: #9fa0a0;
  padding: 2px 4px 3px;
  text-align: center;
  min-width: 99px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 2%;
}
@media only screen and (max-width: 767px) {
  .c-list2__item .c-item2__cat {
    min-width: 80px;
    font-size: 1.1rem;
  }
}
.c-list2__item .c-item2__title {
  font-size: 1.6rem;
  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-list2__item .c-item2__title {
    font-size: 1.4rem;
  }
}
/*------------------------------------------------------------
table
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
line
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-slider2__container {
  position: relative;
}
.c-slider2__container .c-slider2__btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 5px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-slider2__container .c-slider2__btn.c-slider2__prev {
  left: 0;
}
.c-slider2__container .c-slider2__btn.c-slider2__next {
  right: 0;
}
.c-slider2__container .c-slider2__btn img {
  width: 17px;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.c-slider2__container .c-slider2__btn:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.c-slider2__container .c-slider2__wrapper {
  max-width: 1110px;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  .c-slider2__container .c-slider2__wrapper {
    max-width: 80%;
  }
}
.c-slider2__container .c-slider2__item {
  margin: 0 10px;
}
.c-slider2__container .c-slider2__item .c-item2__img {
  border: 1px solid #b5b6b6;
  overflow: hidden;
}
.c-slider2__container .c-slider2__item .c-item2__img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  aspect-ratio: 209/129;
}
.c-slider2__container .c-slider2__item .c-item2__title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 11px;
}
/*------------------------------------------------------------
other
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Project .p-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
Css of home page
------------------------------------------------------------*/
.p-top .c-top__introduce {
  padding-top: 47px;
}
.p-top .c-top__introduce .l-container {
  max-width: 675px;
}
@media only screen and (max-width: 767px) {
  .p-top .c-top__introduce .l-container {
    max-width: 7670px;
  }
}
.p-top .c-top__introduce .c-topin__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .p-top .c-top__introduce .c-topin__row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.p-top .c-top__introduce .c-topin__row .c-topin__logo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 150px;
}
@media only screen and (max-width: 767px) {
  .p-top .c-top__introduce .c-topin__row .c-topin__logo {
    position: absolute;
    bottom: -40%;
    left: 5%;
    z-index: -1;
    max-width: unset;
    width: 12%;
  }
}
.p-top .c-top__introduce .c-topin__row h2 {
  font-size: 2rem;
  line-height: 2.15;
  text-align: center;
  font-weight: 700;
}
@media only screen and (max-width: 1023px) {
  .p-top .c-top__introduce .c-topin__row h2 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-top .c-top__introduce .c-topin__row h2 {
    font-size: 1.7rem;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 580px) {
  .p-top .c-top__introduce .c-topin__row h2 {
    font-size: 1.6rem;
  }
}
.p-top .c-top__introduce .c-teamwork {
  margin-top: 40px;
  z-index: -2;
}
.p-top .c-service {
  padding-top: 87px;
  padding-bottom: 156px;
}
@media only screen and (max-width: 1023px) {
  .p-top .c-service {
    padding-top: 70px;
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .p-top .c-service {
    padding-bottom: 55px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 580px) {
  .p-top .c-service {
    padding-top: 45px;
    padding-bottom: 80px;
  }
}
.p-top .c-service .l-container {
  max-width: 1054px;
}
.p-top .c-service .c-list1 {
  margin-top: 87px;
}
@media only screen and (max-width: 1023px) {
  .p-top .c-service .c-list1 {
    margin-top: 65px;
  }
}
@media only screen and (max-width: 767px) {
  .p-top .c-service .c-list1 {
    margin-top: 45px;
  }
}
.p-top .c-news {
  padding-top: 65px;
  padding-bottom: 100px;
  background-color: #fbfbfb;
}
@media only screen and (max-width: 767px) {
  .p-top .c-news {
    padding-top: 45px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 580px) {
  .p-top .c-news {
    padding-bottom: 60px;
  }
}
.p-top .c-news .l-container {
  max-width: 1070px;
}
.p-top .c-news .c-list2 {
  margin-top: 50px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .p-top .c-news .c-list2 {
    margin-top: 30px;
  }
}
.c-sponsor {
  padding-top: 100px;
  padding-bottom: 110px;
}
@media only screen and (max-width: 767px) {
  .c-sponsor {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}
.c-sponsor .l-container {
  max-width: 1240px;
}
/*------------------------------------------------------------
Css of home page
------------------------------------------------------------*/
.p-about {
  line-height: 2;
}
.p-company .c-company__container {
  padding-top: 153px;
  padding-bottom: 200px;
}
@media only screen and (max-width: 1023px) {
  .p-company .c-company__container {
    padding-top: 100px;
    padding-bottom: 160px;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .c-company__container {
    padding-top: 80px;
    padding-bottom: 140px;
  }
}
.p-company .c-company__container .l-container {
  max-width: 1132px;
}
.p-company .c-company__container .c-company__desc {
  font-size: 1.6rem;
  line-height: 2;
  text-align: justify;
  padding: 0 11%;
}
@media only screen and (max-width: 1023px) {
  .p-company .c-company__container .c-company__desc {
    padding: 0 6%;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .c-company__container .c-company__desc {
    padding: 0 4%;
    font-size: 1.5rem;
    letter-spacing: 1px;
  }
}
.p-company .c-company__container .c-company__list {
  margin-top: 127px;
}
@media only screen and (max-width: 1023px) {
  .p-company .c-company__container .c-company__list {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .p-company .c-company__container .c-company__list {
    margin-top: 70px;
  }
}
.p-company .c-company__container .c-company__list .c-company__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
  border-bottom: 1px solid #231916;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-company .c-company__container .c-company__list .c-company__item {
    padding: 20px 0;
  }
}
.p-company .c-company__container .c-company__list .c-company__item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 22.6%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 82%;
  background-color: #231916;
}
@media only screen and (max-width: 580px) {
  .p-company .c-company__container .c-company__list .c-company__item::after {
    left: 25%;
  }
}
.p-company .c-company__container .c-company__list .c-company__item:first-child {
  border-top: 1px solid #231916;
}
.p-company .c-company__container .c-company__list .c-company__item .c-company__title {
  font-size: 1.5rem;
  width: 22.6%;
  -ms-flex-item-align: baseline;
  align-self: baseline;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}
@media only screen and (max-width: 580px) {
  .p-company .c-company__container .c-company__list .c-company__item .c-company__title {
    text-align: center;
    font-weight: 700;
    -webkit-transform: unset;
    transform: unset;
    -ms-flex-item-align: center;
    align-self: center;
    width: 25%;
  }
}
.p-company .c-company__container .c-company__list .c-company__item .c-company__desc2 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: justify;
  line-height: 1.8571428571;
  padding-left: 3.7%;
  padding-right: 3.7%;
  letter-spacing: 1px;
}
.p-news .l-container {
  max-width: 1080px;
}
.p-news .c-news__container {
  padding-top: 128px;
  padding-bottom: 180px;
}
.p-news .c-news__container .c-btn1{
  margin-top: 75px;
}
@media only screen and (max-width: 1023px) {
  .p-news .c-news__container {
    padding-top: 100px;
    padding-bottom: 160px;
  }
}
@media only screen and (max-width: 767px) {
  .p-news .c-news__container {
    padding-top: 80px;
    padding-bottom: 140px;
  }
}
@media only screen and (max-width: 580px) {
  .p-news .c-news__container {
    padding-top: 60px;
    padding-bottom: 120px;
  }
}
.p-news .c-news__title {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 4px;
  padding-bottom: 14px;
  border-bottom: 1px solid #231916;
  text-wrap: balance;
}
.p-news .c-news__row {
  padding: 0 1%;
  margin-top: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
}
.p-news .c-news__row .c-news__cat {
  font-size: 1.2rem;
  padding-top: 2px;
  min-width: 99px;
  height: 22px;
  background-color: #9fa0a0;
  color: #fff;
  text-align: center;
}
.p-news .c-single__content {
  margin-top: 45px;
  padding: 0 3%;
}
.p-news .c-single__content p {
  font-size: 1.5rem;
  line-height: 1.75;
  text-align: justify;
}
.p-privacy .c-privacy__container {
  padding-top: 138px;
  padding-bottom: 150px;
}
@media only screen and (max-width: 1023px) {
  .p-privacy .c-privacy__container {
    padding-top: 100px;
    padding-bottom: 130px;
  }
}
@media only screen and (max-width: 767px) {
  .p-privacy .c-privacy__container {
    padding-top: 80px;
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 580px) {
  .p-privacy .c-privacy__container {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}
.p-privacy .l-container {
  max-width: 864px;
}
.p-privacy .c-privacy__desc {
  font-size: 1.4rem;
  line-height: 1.75;
  text-align: justify;
  letter-spacing: 1px;
}
.p-privacy .c-privacy__desc a {
  display: inline-block;
  color: #005298;
  font-weight: 500;
}
.p-recruit .c-recruit__container {
  padding-top: 120px;
  padding-bottom: 250px;
}
.p-recruit .c-recruit__container p {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
}
.p-service .c-service__container {
  padding-top: 117px;
}
@media only screen and (max-width: 1023px) {
  .p-service .c-service__container {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 875px) {
  .p-service .c-service__container {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .p-service .c-service__container {
    padding-top: 60px;
  }
}
.p-service .c-service__container .l-container {
  max-width: 1054px;
}
.p-service .c-service__container .c-list1 {
  margin-bottom: 42px;
}
.p-service .c-service__container .c-service__bg img {
  max-height: 767px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-servicesingle__container {
  padding-top: 75px;
  padding-bottom: 190px;
}
.c-servicesingle__container .c-btn1{
  margin-top: 90px;
}
@media only screen and (max-width: 767px) {
  .c-servicesingle__container {
    padding-top: 45px;
    padding-bottom: 150px;
  }
  .c-servicesingle__container .c-btn1{
    margin-top: 75px;
  }
}
.c-servicesingle__container .l-container {
  max-width: 1130px;
}
.c-servicesingle__container .c-servicesingle__title {
  font-weight: 700;
  font-size: 2.8rem;
  color: #fff;
  background-color: #D2231A;
  border-radius: 26px;
  text-align: center;
  padding: 17px 5% 22px;
}
@media only screen and (max-width: 1023px) {
  .c-servicesingle__container .c-servicesingle__title {
    font-size: 2.4rem;
    padding: 12px 5% 17px;
  }
}
@media only screen and (max-width: 767px) {
  .c-servicesingle__container .c-servicesingle__title {
    font-size: 2.2rem;
    padding: 10px 5% 14px;
    text-wrap: balance;
  }
}
.c-servicesingle__container .c-servicesingle__content {
  padding: 26px 7.5% 0;
}
@media only screen and (max-width: 767px) {
  .c-servicesingle__container .c-servicesingle__content {
    padding: 22px 5% 0;
  }
}
.c-servicesingle__container .c-servicesingle__content p {
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .c-servicesingle__container .c-servicesingle__content p {
    font-size: 1.5rem;
  }
}
.p-contact .c-contact__container {
  padding-top: 105px;
  padding-bottom: 170px;
}
.p-contact .c-contact__container .l-container {
  max-width: 870px;
}
.p-contact .c-contact__container .p-contact__desc {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  text-align: justify;
}
.c-form__container {
  margin-top: 46px;
  padding: 50px 6% 60px;
  background-color: #f7f8f8;
}
@media only screen and (max-width: 767px) {
  .c-form__container {
    margin-top: 25px;
    padding: 25px 4% 60px;
  }
}
.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;
}
@media only screen and (max-width: 767px) {
  .c-form__container .c-form__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.c-form__container .c-form__row + .c-form__row {
  margin-top: 38px;
}
.c-form__container .c-form__row .c-form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-form__container .c-form__row .c-form__label.c-form__label2 {
  -ms-flex-item-align: baseline;
  align-self: baseline;
}
.c-form__container .c-form__row .c-form__label .c-require {
  background-color: #e60013;
  font-size: 0.8rem;
  border-radius: 5px;
  width: 26px;
  height: 21px;
  letter-spacing: 1px;
  color: #fff;
  padding-bottom: 1px;
  margin-right: 21px;
  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;
  margin-left: 15px;
}
.c-form__container .c-form__row .c-form__label .c-label {
  font-size: 1.6rem;
  font-weight: 700;
  color: #3f3b3a;
}
.c-form__container .c-form__row .c-form__input {
  padding-left: 7%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  flex: 1;
}
@media only screen and (max-width: 767px) {
  .c-form__container .c-form__row .c-form__input {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    flex: unset;
    width: 100%;
    padding-left: 0;
  }
}
.c-form__container .c-form__row .c-form__input.c-form__input--width1 {
  max-width: 380px;
}
@media only screen and (max-width: 767px) {
  .c-form__container .c-form__row .c-form__input.c-form__input--width1 {
    max-width: 100%;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-form__container .c-form__row .c-form__input {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    flex: unset;
    width: 100%;
    margin-top: 10px;
  }
}
.c-form__container .c-form__row .c-form__input input {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #231916;
  padding: 12px;
  font-family: "Zen Maru Gothic", sans-serif;
  height: 52px;
  font-size: 1.4rem;
  letter-spacing: 2px;
  color: #595857;
  font-weight: 700;
}
.c-form__container .c-form__row .c-form__input textarea {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #231916;
  padding: 12px;
  font-family: "Zen Maru Gothic", sans-serif;
  height: 235px;
  font-size: 1.4rem;
  letter-spacing: 2px;
  font-weight: 700;
  color: #595857;
  resize: none;
}
@media only screen and (max-width: 580px) {
  .c-form__container .c-form__row .c-form__input textarea {
    height: 250px;
  }
}
.c-form__container .c-form__row .c-form__checkboxes {
  padding-left: 7%;
  max-width: 506px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  flex: 1;
}
@media only screen and (max-width: 767px) {
  .c-form__container .c-form__row .c-form__checkboxes {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    flex: unset;
    max-width: 100%;
    padding-left: 4%;
    width: 100%;
    margin-top: 15px;
  }
}
.c-form__container .c-form__row .c-form__checkboxes input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-sizing: border-box;
  min-height: 23px;
  min-width: 23px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.c-form__container .c-form__row .c-form__checkboxes .wpcf7-form-control-wrap label > span {
  font-size: 1.4rem;
  display: inline-block;
  margin-left: 7px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 580px) {
  .c-form__container .c-form__row .c-form__checkboxes .wpcf7-form-control-wrap label > span {
    font-size: 1.35rem;
    margin-left: 4px;
  }
}
.c-form__container .c-form__row .c-form__checkboxes .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-form__container .c-form__row .c-form__checkboxes .wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 10%;
}
@media only screen and (max-width: 580px) {
  .c-form__container .c-form__row .c-form__checkboxes .wpcf7-checkbox {
    gap: 20px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.c-form__container .c-form__row .c-form__checkboxes .wpcf7-checkbox .wpcf7-list-item {
  width: 43%;
  margin-left: 0 !important;
}
@media only screen and (max-width: 580px) {
  .c-form__container .c-form__row .c-form__checkboxes .wpcf7-checkbox .wpcf7-list-item {
    width: 100%;
  }
}
.c-form__container .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.3rem;
  margin-top: 98px;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .c-form__container .c-agree {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .c-form__container .c-agree {
    margin-top: 45px;
  }
}
.c-form__container .c-agree .wpcf7-not-valid-tip {
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: 50%;
  -webkit-transform: translateX(21px);
  transform: translateX(21px);
  transform: translateX(21px);
}
.c-form__container .c-agree .wpcf7-form-control-wrap {
  height: 18px;
}
.c-form__container .c-agree .wpcf7-list-item-label {
  display: none;
}
.c-form__container .c-agree input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
}
.c-form__container .c-agree .c-policy {
  margin-left: 4px;
  color: #e60013;
}
.c-form__container .c-button__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-form__container .c-btn__submit {
  cursor: pointer;
  position: relative;
  margin-top: 77px;
}
@media only screen and (max-width: 767px) {
  .c-form__container .c-btn__submit {
    margin-top: 65px;
  }
}
.c-form__container .c-btn__submit:hover i {
  right: 4%;
}
.c-form__container .c-btn__submit input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  appearance: none;
  appearance: none;
}
.c-form__container .c-btn__submit i {
  color: #fff;
  position: absolute;
  right: 7%;
  font-size: 1.3rem;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.c-form__container .c-btn__submit .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-btn__submit {
  width: 218px;
  height: 50px;
  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: #231916;
  -webkit-box-shadow: 5px 5px #999;
  box-shadow: 5px 5px #999;
  box-shadow: 5px 5px #999;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.c-btn__submit:hover {
  -webkit-transform: translate(5px, 5px);
  transform: translate(5px, 5px);
  transform: translate(5px, 5px);
  -webkit-box-shadow: unset;
  box-shadow: unset;
  box-shadow: unset;
  background-color: #948686;
}
.c-btn__submit span {
  color: #fff;
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Utility .u-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/


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

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

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

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

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

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

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


.c-service__ig{
  margin-top: 45px;
}