@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
------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .c-header {
    padding-top: 78px;
  }
}
.c-header__fixed {
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .c-header__fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
  }
}
.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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 18px 2.65% 18px 3.9%;
  -webkit-box-shadow: rgba(91, 107, 197, 0.4) 0 10px 10px -10px;
  box-shadow: rgba(91, 107, 197, 0.4) 0 10px 10px -10px;
}
@media only screen and (max-width: 1166px) {
  .c-header .c-header__wrapper {
    padding: 14px 2%;
  }
}
@media only screen and (max-width: 1023px) {
  .c-header .c-header__wrapper {
    height: 98px;
  }
}
@media only screen and (max-width: 767px) {
  .c-header .c-header__wrapper {
    height: 78px;
  }
}
.c-header .c-header__wrapper .c-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 13px;
}
.c-header .c-header__wrapper .c-header__logo .c-logo {
  width: 127px;
}
@media only screen and (max-width: 1023px) {
  .c-header .c-header__wrapper .c-header__logo .c-logo {
    width: 110px;
  }
}
@media only screen and (max-width: 875px) {
  .c-header .c-header__wrapper .c-header__logo .c-logo {
    width: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .c-header .c-header__wrapper .c-header__logo .c-logo {
    width: 80px;
  }
}
.c-header .c-header__wrapper .c-header__logo .c-txt {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.8px;
}
@media only screen and (max-width: 1023px) {
  .c-header .c-header__wrapper .c-header__logo .c-txt {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 875px) {
  .c-header .c-header__wrapper .c-header__logo .c-txt {
    font-size: 1.3rem;
    display: none;
  }
}
.c-header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-header__right .c-headerright__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 38px;
  padding-right: 63px;
}
@media only screen and (max-width: 1166px) {
  .c-header__right .c-headerright__nav {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .c-header__right .c-headerright__nav {
    gap: 16px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .c-header__right .c-headerright__nav {
    display: none;
  }
}
.c-header__right .c-headerright__nav .c-headernav__link {
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 2px;
  position: relative;
}
@media only screen and (max-width: 1100px) {
  .c-header__right .c-headerright__nav .c-headernav__link {
    font-size: 1.4rem;
    letter-spacing: 0.5px;
  }
}
@media only screen and (max-width: 1023px) {
  .c-header__right .c-headerright__nav .c-headernav__link {
    font-size: 1.3rem;
    letter-spacing: 0;
  }
}
.c-header__right .c-headerright__nav .c-headernav__link:hover .c-headernav__dropmenu {
  display: block;
}
.c-header__right .c-headerright__nav .c-headernav__dropmenu {
  position: absolute;
  background-color: #e8e8eb;
  display: inline-block;
  width: 296px;
  left: -19px;
  top: 50px;
  padding: 18px 14px;
  display: none;
  -webkit-animation: growDown 250ms ease;
  animation: growDown 250ms ease;
  z-index: 10;
}
.c-header__right .c-headerright__nav .c-headernav__dropmenu::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 10%;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 12px solid #e8e8eb;
}
.c-header__right .c-headerright__nav .c-headernav__dropmenu::after {
  content: "";
  width: 100px;
  position: absolute;
  background-color: transparent;
  height: 40px;
  left: 0;
  top: -35px;
}
.c-header__right .c-headerright__nav .c-headernav__dropmenu .c-headernav__droplink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
.c-header__right .c-headerright__nav .c-headernav__dropmenu .c-headernav__droplink:hover {
  opacity: 1;
}
.c-header__right .c-headerright__nav .c-headernav__dropmenu .c-headernav__droplink:hover .c-headernav__img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.c-header__right .c-headerright__nav .c-headernav__dropmenu .c-headernav__droplink:hover .c-headernav__txt {
  color: #0056a7;
}
.c-header__right .c-headerright__nav .c-headernav__dropmenu .c-headernav__droplink + .c-headernav__droplink {
  margin-top: 13px;
}
.c-header__right .c-headerright__nav .c-headernav__dropmenu .c-headernav__droplink .c-headernav__img {
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 91px;
}
.c-header__right .c-headerright__nav .c-headernav__dropmenu .c-headernav__droplink .c-headernav__img img {
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.c-header__right .c-headerright__nav .c-headernav__dropmenu .c-headernav__droplink .c-headernav__txt {
  font-size: 1.5rem;
  line-height: 1.75;
  font-weight: 700;
  letter-spacing: 3px;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.c-header__right .c-btn1 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@-webkit-keyframes growDown {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    transform: scaleY(0);
    transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes growDown {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    transform: scaleY(0);
    transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    transform: scaleY(1);
    transform: scaleY(1);
  }
}
.c-header__burger {
  display: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #005bac;
  margin-left: 16px;
}
@media only screen and (max-width: 872px) {
  .c-header__burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.menu-toggle {
  height: 19px;
  width: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  cursor: pointer;
  transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}
.menu-toggle span {
  height: 3px;
  background-color: #fff;
  -webkit-transition: width 200ms ease;
  transition: width 200ms ease;
  transition: width 200ms ease;
  transition: width 200ms ease;
}
.menu-toggle span:nth-child(1) {
  width: 100%;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
  transition-delay: 200ms;
  transition-delay: 200ms;
}
.menu-toggle span:nth-child(2) {
  width: 100%;
}
.menu-toggle span:nth-child(3) {
  width: 80%;
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
  transition-delay: 400ms;
  transition-delay: 400ms;
}
.menu-toggle span:nth-child(4) {
  position: absolute;
  top: -4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  width: 3px;
  height: 0;
  -webkit-transition: height 400ms;
  transition: height 400ms;
  transition: height 400ms;
  transition: height 400ms;
}
.menu-toggle.c-active {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
  transition-delay: 400ms;
  transition-delay: 400ms;
}
.menu-toggle.c-active span:nth-child(1) {
  width: 0;
  -webkit-transition: 200ms ease;
  transition: 200ms ease;
  transition: 200ms ease;
  transition: 200ms ease;
}
.menu-toggle.c-active span:nth-child(3) {
  width: 0;
  -webkit-transition: 200ms ease;
  transition: 200ms ease;
  transition: 200ms ease;
  transition: 200ms ease;
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
  transition-delay: 150ms;
  transition-delay: 150ms;
}
.menu-toggle.c-active span:nth-child(4) {
  height: 28px;
  -webkit-transition: height 200ms ease;
  transition: height 200ms ease;
  transition: height 200ms ease;
  transition: height 200ms ease;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
  transition-delay: 200ms;
  transition-delay: 200ms;
}
.c-modal__menu {
  background-color: #e6f0f0;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  padding: 20px 3%;
  display: none;
  right: 100%;
  position: absolute;
  z-index: -1;
  -webkit-transition: right 1s cubic-bezier(0.42, 0, 0.05, 1.04);
  transition: right 1s cubic-bezier(0.42, 0, 0.05, 1.04);
  transition: right 1s cubic-bezier(0.42, 0, 0.05, 1.04);
  transition: right 1s cubic-bezier(0.42, 0, 0.05, 1.04);
}
@media only screen and (max-width: 767px) {
  .c-modal__menu {
    display: block;
  }
}
.c-modal__menu.c-active {
  right: 0;
}
.c-modal__menu .c-info {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 25px;
}
.c-modal__menu .c-modal__links {
  margin-bottom: 30px;
}
.c-modal__iconlogo {
  width: 46px;
}
.c-modal__menu .c-modal__links .c-modal__link {
  background-color: #005bac;
  color: #fff;
  padding: 14px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 20px;
}
.c-modal__menu .c-modal__links .c-modal__link i {
  width: 22px;
  font-size: 2.4rem;
}
.c-modal__menu .c-modal__links .c-modal__link span {
  margin-left: 20px;
  letter-spacing: 2.5px;
  font-size: 1.6rem;
  font-weight: 500;
}
.c-modal__menu .c-modal__links .c-modal__link + .c-modal__link {
  margin-top: 13px;
}
/*------------------------------------------------------------
footer
------------------------------------------------------------*/
.c-footer {
  position: relative;
}
.c-footer .c-footer__scrolltop {
  position: absolute;
  width: 51px;
  height: 51px;
  background-color: #005baa;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: -85px;
  right: 24px;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  cursor: pointer;
  border: 2px solid #005baa;
}
@media only screen and (max-width: 767px) {
  .c-footer .c-footer__scrolltop {
    top: -65px;
    right: 15px;
  }
}
.c-footer .c-footer__scrolltop:hover {
  background-color: #fff;
}
.c-footer .c-footer__scrolltop:hover i {
  color: #005baa;
}
.c-footer .c-footer__scrolltop i {
  color: #fff;
  font-size: 3rem;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.c-access__map {
  background-color: #005baa;
  padding-top: 65px;
  padding-bottom: 52px;
}
@media only screen and (max-width: 767px) {
  .c-access__map {
    padding-top: 40px;
  }
}
.c-access__map .c-title2 {
  color: #fff;
}
.c-access__map .l-container {
  max-width: 968px;
}
.c-access__map .c-accessmap__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 78px;
}
@media only screen and (max-width: 767px) {
  .c-access__map .c-accessmap__row {
    margin-top: 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.c-access__map .c-accessmap__row .c-accessmap__left {
  color: #fff;
  width: 40%;
}
@media only screen and (max-width: 767px) {
  .c-access__map .c-accessmap__row .c-accessmap__left {
    width: 100%;
  }
}
.c-access__map .c-accessmap__row .c-accessmap__left .c-accessmap__title1 {
  font-size: 2.153rem;
  font-weight: 700;
}
.c-access__map .c-accessmap__row .c-accessmap__left .c-accessmap__title2 {
  font-size: 1.6rem;
  line-height: 1.25;
  text-align: justify;
  margin-top: 13px;
  letter-spacing: 1px;
}
.c-access__map .c-accessmap__row .c-accessmap__left .c-accessmap__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 2px;
  gap: 8px;
}
.c-access__map .c-accessmap__row .c-accessmap__left .c-accessmap__phone .c-icon {
  width: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-access__map .c-accessmap__row .c-accessmap__left .c-accessmap__phone .c-txt {
  font-size: "acumin-variable", sans-serif;
  font-size: 3.4rem;
  font-weight: 600;
  letter-spacing: 1px;
}
.c-access__map .c-accessmap__row .c-accessmap__left .c-accessmap__time {
  font-size: 1.3rem;
  margin-top: 4px;
}
.c-access__map .c-accessmap__row .c-accessmap__left .c-accessmap__way {
  font-size: 1.6rem;
  line-height: 1.5625;
  text-align: justify;
  letter-spacing: 1.5px;
  margin-top: 25px;
}
.c-access__map .c-accessmap__row .c-accessmap__left .c-btn3 {
  margin-top: 27px;
}
.c-access__map .c-accessmap__row .c-accessmap__left .c-btn4 {
  margin-top: 16px;
}
.c-access__map .c-accessmap__row .c-accessmap__iframe {
  width: 51.7%;
  aspect-ratio: 480/403;
}
@media only screen and (max-width: 767px) {
  .c-access__map .c-accessmap__row .c-accessmap__iframe {
    width: 100%;
    margin-top: 40px;
  }
}
.c-access__map .c-accessmap__row .c-accessmap__iframe iframe {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .c-access__map .c-btn3,
.c-access__map .c-btn4 {
    margin: 0 auto;
  }
}
.c-footer__bottom {
  padding-top: 130px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .c-footer__bottom {
    padding-top: 50px;
  }
}
.c-footer__bottom .c-footer__logo {
  width: 188px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .c-footer__bottom .c-footer__logo {
    width: 140px;
  }
}
.c-footer__bottom .c-footer__privacy {
  font-size: 1.3rem;
  margin: 0 auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 180px;
}
@media only screen and (max-width: 767px) {
  .c-footer__bottom .c-footer__privacy {
    margin-top: 50px;
  }
}
.c-footer__bottom .c-footer__privacy:hover {
  color: #074072;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.c-footer__bottom .c-footer__copyright {
  font-size: 1.2rem;
  font-weight: 900;
  margin-top: 120px;
  text-align: center;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 767px) {
  .c-footer__bottom .c-footer__copyright {
    margin-top: 50px;
  }
}
/*------------------------------------------------------------
sidebar
------------------------------------------------------------*/
/* Breadcrumb
------------------------------------------------------------*/
/* layout
------------------------------------------------------------*/
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  body {
    min-width: 320px;
  }
}
.l-container {
  max-width: 1330px;
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (max-width: 1023px) {
  .l-container {
    padding: 0 3%;
  }
}
@media only screen and (max-width: 767px) {
  .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;
  width: 186px;
  height: 48px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid #0056a7;
  background-color: #0056a7;
}
@media only screen and (max-width: 1100px) {
  .c-btn1 {
    width: 146px;
    gap: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .c-btn1 {
    width: 130px;
    height: 39px;
    gap: 8px;
  }
}
.c-btn1 .c-btn1__icon {
  width: 29px;
  -webkit-transform: translateX(-16px);
  transform: translateX(-16px);
}
@media only screen and (max-width: 1100px) {
  .c-btn1 .c-btn1__icon {
    -webkit-transform: unset;
    transform: unset;
    width: 23px;
    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-btn1 .c-btn1__icon {
    width: 20px;
  }
}
.c-btn1 .c-btn1__txt {
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
}
@media only screen and (max-width: 1100px) {
  .c-btn1 .c-btn1__txt {
    font-size: 1.35rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-btn1 .c-btn1__txt {
    font-size: 1.3rem;
  }
}
.c-news__btn {
  font-size: 1.3rem;
  font-weight: 700;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.c-news__btn:hover::after {
  height: 3px;
  bottom: -3px;
}
.c-news__btn::after {
  content: "";
  position: absolute;
  background-color: #231916;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -1px;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.c-btn2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 224px;
  height: 60px;
  background: #004fa3;
  background: -webkit-gradient(linear, left top, right top, from(#004fa3), to(#007fc4));
  background: -webkit-linear-gradient(left, #004fa3 0%, #007fc4 100%);
  background: linear-gradient(90deg, #004fa3 0%, #007fc4 100%);
}
@media only screen and (max-width: 767px) {
  .c-btn2 {
    width: 190px;
    height: 54px;
  }
}
@media only screen and (max-width: 580px) {
  .c-btn2 {
    width: 175px;
    height: 50px;
  }
}
.c-btn2:hover .c-btn2__arrow {
  right: 6%;
}
.c-btn2 .c-btn2__txt {
  color: #fff;
  font-size: 1.5rem;
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}
.c-btn2 .c-btn2__arrow {
  position: absolute;
  width: 22px;
  height: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 14%;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.c-btn3 {
  width: 100%;
  max-width: 278px;
  border: 2px solid #fff;
  height: 56px;
  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;
  padding-left: 33px;
  padding-right: 15px;
  color: #005cab;
  background-color: #fff;
}
.c-btn3 .c-btn3__txt {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 3px;
}
.c-btn3 .c-btn3__icon {
  width: 33px;
}
.c-btn3:hover {
  opacity: 1;
  background-color: #005cab;
  color: #fff;
}
.c-btn3:hover .c-btn3__icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.c-btn4 {
  width: 100%;
  max-width: 278px;
  border: 2px solid #fff;
  height: 56px;
  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;
  padding-left: 33px;
  padding-right: 11px;
  color: #005cab;
  background-color: #fff;
}
.c-btn4 .c-btn4__txt {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 4px;
}
.c-btn4 .c-btn4__icon {
  width: 45px;
}
.c-btn4:hover {
  opacity: 1;
  background-color: #005cab;
  color: #fff;
}
.c-btn5 {
  width: 100%;
  max-width: 228px;
  border: 2px solid #fff;
  height: 70px;
  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: #004fa3;
  background: -webkit-gradient(linear, left top, right top, from(#004fa3), to(#007fc4));
  background: -webkit-linear-gradient(left, #004fa3 0%, #007fc4 100%);
  background: linear-gradient(90deg, #004fa3 0%, #007fc4 100%);
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .c-btn5 {
    max-width: 190px;
    height: 56px;
  }
}
.c-btn5 .c-btn5__txt {
  font-size: 1.6rem;
  font-weight: 500;
}
.c-btn5:hover {
  opacity: 0.85;
  background: -webkit-gradient(linear, left top, left bottom, from(#004fa3), to(#007fc4));
  background: -webkit-linear-gradient(top, #004fa3 0%, #007fc4 100%);
  background: linear-gradient(180deg, #004fa3 0%, #007fc4 100%);
  color: #fff;
}
.c-btn6 {
  width: 100%;
  max-width: 347px;
  border: 2px solid #fff;
  height: 74px;
  color: #fff;
  border-radius: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .c-btn6 {
    max-width: 200px;
    height: 48px;
  }
}
.c-btn6.c-btn6--1 {
  background-color: #29479c;
}
.c-btn6.c-btn6--2 {
  background-color: #3064af;
}
.c-btn6 span {
  font-size: 2rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .c-btn6 span {
    font-size: 1.5rem;
  }
}
/*------------------------------------------------------------
title
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-title1 {
  font-size: 4rem;
  font-weight: 700;
  color: #0d4ba0;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-title1 {
    font-size: 3.4rem;
  }
}
.c-title1.c-title1--white {
  color: #fff;
}
.c-title2 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #646568;
  text-align: center;
  margin-top: 7px;
}
/*------------------------------------------------------------
icon
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
form
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
text
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
navi
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-menu__icon {
  width: 30px;
  height: 21px;
  cursor: pointer;
  z-index: 9999;
}
.c-menu__icon .line-1,
.c-menu__icon .line-2,
.c-menu__icon .line-3 {
  height: 3px;
  width: 100%;
  background-color: #231916;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.c-menu__icon .line-1 {
  -webkit-animation: animate-line-1-rev 0.7s ease-in-out;
  animation: animate-line-1-rev 0.7s ease-in-out;
}
.c-menu__icon .line-2 {
  margin: 6px 0;
  -webkit-animation: animate-line-2-rev 0.7s ease-in-out;
  animation: animate-line-2-rev 0.7s ease-in-out;
}
.c-menu__icon .line-3 {
  -webkit-animation: animate-line-3-rev 0.7s ease-in-out;
  animation: animate-line-3-rev 0.7s ease-in-out;
}
.c-menu__icon:hover .line-1,
.c-menu__icon:hover .line-2,
.c-menu__icon:hover .line-3 {
  background-color: #231916;
}
.c-menu__icon.c-active .line-1,
.c-menu__icon.c-active .line-2,
.c-menu__icon.c-active .line-3 {
  background-color: #231916;
}
.c-menu__icon.c-active .line-1 {
  -webkit-animation: animate-line-1 0.7s cubic-bezier(0.3, 1, 0.7, 1) forwards;
  animation: animate-line-1 0.7s cubic-bezier(0.3, 1, 0.7, 1) forwards;
}
.c-menu__icon.c-active .line-2 {
  -webkit-animation: animate-line-2 0.7s cubic-bezier(0.3, 1, 0.7, 1) forwards;
  animation: animate-line-2 0.7s cubic-bezier(0.3, 1, 0.7, 1) forwards;
}
.c-menu__icon.c-active .line-3 {
  -webkit-animation: animate-line-3 0.7s cubic-bezier(0.3, 1, 0.7, 1) forwards;
  animation: animate-line-3 0.7s cubic-bezier(0.3, 1, 0.7, 1) forwards;
}
.no-animation {
  -webkit-animation: none !important;
  animation: none !important;
  animation: none !important;
}
@-webkit-keyframes animate-line-1 {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  50% {
    -webkit-transform: translate3d(0, 9px, 0) rotate(0);
    transform: translate3d(0, 9px, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
    transform: translate3d(0, 9px, 0) rotate(45deg);
  }
}
@keyframes animate-line-1 {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  50% {
    -webkit-transform: translate3d(0, 9px, 0) rotate(0);
    transform: translate3d(0, 9px, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
    transform: translate3d(0, 9px, 0) rotate(45deg);
  }
}
@-webkit-keyframes animate-line-2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}
@keyframes animate-line-2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}
@-webkit-keyframes animate-line-3 {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  50% {
    -webkit-transform: translate3d(0, -9px, 0) rotate(0);
    transform: translate3d(0, -9px, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate3d(0, -9px, 0) rotate(135deg);
    transform: translate3d(0, -9px, 0) rotate(135deg);
  }
}
@keyframes animate-line-3 {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  50% {
    -webkit-transform: translate3d(0, -9px, 0) rotate(0);
    transform: translate3d(0, -9px, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate3d(0, -9px, 0) rotate(135deg);
    transform: translate3d(0, -9px, 0) rotate(135deg);
  }
}
@-webkit-keyframes animate-line-1-rev {
  0% {
    -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
    transform: translate3d(0, 9px, 0) rotate(45deg);
  }
  50% {
    -webkit-transform: translate3d(0, 9px, 0) rotate(0);
    transform: translate3d(0, 9px, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
}
@keyframes animate-line-1-rev {
  0% {
    -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
    transform: translate3d(0, 9px, 0) rotate(45deg);
  }
  50% {
    -webkit-transform: translate3d(0, 9px, 0) rotate(0);
    transform: translate3d(0, 9px, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
}
@-webkit-keyframes animate-line-2-rev {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes animate-line-2-rev {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes animate-line-3-rev {
  0% {
    -webkit-transform: translate3d(0, -9px, 0) rotate(135deg);
    transform: translate3d(0, -9px, 0) rotate(135deg);
  }
  50% {
    -webkit-transform: translate3d(0, -9px, 0) rotate(0);
    transform: translate3d(0, -9px, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
}
@keyframes animate-line-3-rev {
  0% {
    -webkit-transform: translate3d(0, -9px, 0) rotate(135deg);
    transform: translate3d(0, -9px, 0) rotate(135deg);
  }
  50% {
    -webkit-transform: translate3d(0, -9px, 0) rotate(0);
    transform: translate3d(0, -9px, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
}
.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 {
  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: -4px;
  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: 28px;
  -webkit-transition: height 200ms ease;
  transition: height 200ms ease;
  transition: height 200ms ease;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
  transition-delay: 200ms;
}
/*------------------------------------------------------------
img
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
list
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px 2.9333333333%;
}
@media only screen and (max-width: 767px) {
  .c-news__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 25px 0;
  }
}
.c-news__list .c-news__item {
  width: 22.8%;
}
@media only screen and (max-width: 767px) {
  .c-news__list .c-news__item {
    width: 48%;
  }
}
.c-news__list .c-news__item .c-newsitem__img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 211/125;
}
.c-news__list .c-news__item .c-newsitem__row {
  margin-top: 15px;
  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-news__list .c-news__item .c-newsitem__row {
    margin-top: 8px;
  }
}
.c-news__list .c-news__item .c-newsitem__row .c-newsitem__cat {
  font-size: 1.2rem;
  color: #fff;
  background-color: #005cab;
  font-weight: 700;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 4px 3px;
}
@media only screen and (max-width: 767px) {
  .c-news__list .c-news__item .c-newsitem__row .c-newsitem__cat {
    padding: 3px;
    font-size: 1.1rem;
  }
}
.c-news__list .c-news__item .c-newsitem__row .c-newsitem__date {
  font-size: 1.2rem;
  font-weight: 700;
  color: #67686b;
}
.c-news__list .c-news__item .c-newsitem__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  margin-top: 13px;
  line-height: 1.4285714286;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .c-news__list .c-news__item .c-newsitem__title {
    margin-top: 7px;
    font-size: 1.3rem;
  }
}
.c-products__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: 580px) {
  .c-products__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
  }
}
.c-products__list .c-product__item {
  width: 47.3%;
  position: relative;
  color: #fff;
  padding: 7.3% 11.5% 4.4%;
}
@media only screen and (max-width: 1023px) {
  .c-products__list .c-product__item {
    width: 48.5%;
    padding: 7.5% 6% 4.5%;
  }
}
@media only screen and (max-width: 580px) {
  .c-products__list .c-product__item {
    width: 100%;
  }
}
.c-products__list .c-product__item:hover {
  opacity: 1;
}
.c-products__list .c-product__item:hover .c-productitem__img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.c-products__list .c-product__item:hover i {
  margin-bottom: 2px;
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}
.c-products__list .c-product__item .c-productitem__img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
}
.c-products__list .c-product__item .c-productitem__img img {
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-products__list .c-product__item .c-productitem__title1 {
  font-size: 1.9rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.2049266247;
}
.c-products__list .c-product__item .c-productitem__desc {
  font-weight: 500;
  line-height: 1.75;
  text-align: justify;
  margin-top: 26px;
  letter-spacing: 0.4px;
}
.c-products__list .c-product__item .c-productitem__link {
  width: 23px;
  height: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: 40px auto 0;
}
@media only screen and (max-width: 580px) {
  .c-products__list .c-product__item .c-productitem__link {
    margin-top: 20px;
  }
}
.c-products__list .c-product__item .c-productitem__link i {
  font-size: 1.2rem;
  margin-left: 2px;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.c-cases__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px 2.6666666667%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-cases__list .c-cases__item {
  width: 23%;
}
@media only screen and (max-width: 767px) {
  .c-cases__list .c-cases__item {
    width: 48%;
  }
}
.c-cases__list .c-cases__item .c-cases__img img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.c-cases__list .c-cases__item .c-cases__title {
  margin-top: 11px;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: justify;
  letter-spacing: 3.8px;
}
@media only screen and (max-width: 767px) {
  .c-cases__list .c-cases__item .c-cases__title {
    font-size: 1.4rem;
    letter-spacing: 1px;
    margin-top: 7px;
  }
}
/*------------------------------------------------------------
table
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
line
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
other
------------------------------------------------------------*/
.c-page__introduce {
  position: relative;
  z-index: 3;
  padding-top: 148px;
  color: #fff;
  padding-bottom: 148px;
  overflow: hidden;
  z-index: 3;
}
@media only screen and (max-width: 1023px) {
  .c-page__introduce {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-page__introduce {
    padding: 65px 0;
  }
}
.c-page__introduce .c-page__introducetop,
.c-page__introduce .c-page__introducebottom {
  background-color: rgba(48, 118, 188, 0.56);
  position: absolute;
  max-width: 792px;
  max-height: 138px;
  z-index: -1;
}
.c-page__introduce .c-page__introducecenter {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(98, 152, 201, 0.59);
  z-index: -2;
}
.c-page__introduce .c-page__introducetop {
  left: 0;
  top: 0;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  height: 34.5%;
  width: 66%;
}
.c-page__introduce .c-page__introducebottom {
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0);
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
  right: 0;
  bottom: 0;
  height: 34.5%;
  width: 66%;
}
.c-page__introduce .c-page__introduceimg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -4;
}
.c-page__introduce .c-page__introduceimg img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  height: 100%;
}
.c-page__introduce .c-introduce__h2 {
  line-height: 1;
  font-size: 5rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-shadow: 0 0 2px #231916;
}
@media only screen and (max-width: 1023px) {
  .c-page__introduce .c-introduce__h2 {
    font-size: 4.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-page__introduce .c-introduce__h2 {
    letter-spacing: 0;
    font-size: 3rem;
  }
}
@media only screen and (max-width: 580px) {
  .c-page__introduce .c-introduce__h2 {
    font-size: 2.7rem;
  }
}
.c-page__introduce .c-introduce__h4 {
  font-size: 2rem;
  text-align: center;
  font-weight: 500;
  letter-spacing: 2.5px;
  margin-top: 18px;
  text-shadow: 0 0 2px #231916;
}
@media only screen and (max-width: 1023px) {
  .c-page__introduce .c-introduce__h4 {
    letter-spacing: 0;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-page__introduce .c-introduce__h4 {
    font-size: 1.5rem;
    text-wrap: balance;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 580px) {
  .c-page__introduce .c-introduce__h4 {
    font-size: 1.3rem;
    letter-spacing: 1px;
  }
}
/*
------------------------------------------------------------*/
.c-breadcrumb__container {
  background-color: #dce1e2;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .c-breadcrumb__container {
    padding: 7px 0;
  }
}
.c-breadcrumb__container .l-container {
  max-width: 1038px;
}
.c-breadcrumb__container .c-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
}
@media only screen and (max-width: 767px) {
  .c-breadcrumb__container .c-breadcrumb {
    gap: 7px;
  }
}
.c-breadcrumb__container .c-breadcrumb .c-bread__link {
  color: #231916;
  font-weight: 500;
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .c-breadcrumb__container .c-breadcrumb .c-bread__link {
    font-size: 1.4rem;
  }
}
.c-breadcrumb__container .c-breadcrumb .c-right {
  width: 11px;
  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: 580px) {
  .c-breadcrumb__container .c-breadcrumb .c-right {
    width: 8px;
  }
}
.c-breadcrumb__container .c-breadcrumb .c-bread__here {
  font-size: 1.6rem;
  font-weight: 500;
  color: #2a447f;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
@media only screen and (max-width: 767px) {
  .c-breadcrumb__container .c-breadcrumb .c-bread__here {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 580px) {
  .c-breadcrumb__container .c-breadcrumb .c-bread__here {
    font-size: 1.3rem;
  }
}
.c-page__bg1 {
  background-color: #e4ebf3;
}
.c-page__bg2 {
  background: #e1edf9;
  background: -webkit-linear-gradient(85deg, #e1edf9 0%, #57c0ee 68%, #3078bd 100%);
  background: linear-gradient(5deg, #e1edf9 0%, #57c0ee 68%, #3078bd 100%);
}
.c-page__container {
  padding-top: 75px;
  padding-bottom: 110px;
}
@media only screen and (max-width: 767px) {
  .c-page__container {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}
.c-page__container .c-title2 {
  margin-top: 1px;
}
.c-sponsor__containerpage {
  background-color: #fff;
  padding: 118px 0;
}
.c-sponsor__containerpage .l-container {
  max-width: 1034px;
}
@media only screen and (max-width: 767px) {
  .c-sponsor__containerpage {
    padding: 45px 15px 80px;
  }
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Project .p-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
Css of home page
------------------------------------------------------------*/
.c-mainvisual {
  position: relative;
}
.c-mainvisual .c-mainvisual__slider .c-mainvisual__item img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom;
  object-position: bottom;
  max-height: calc(100vh - 117px);
  width: 100%;
}
@media only screen and (max-width: 1166px) {
  .c-mainvisual .c-mainvisual__slider .c-mainvisual__item img {
    max-height: calc(100vh - 109px);
  }
}
@media only screen and (max-width: 1023px) {
  .c-mainvisual .c-mainvisual__slider .c-mainvisual__item img {
    max-height: calc(100vh - 98px);
  }
}
@media only screen and (max-width: 767px) {
  .c-mainvisual .c-mainvisual__slider .c-mainvisual__item img {
    max-height: calc(100vh - 78px);
  }
}
.c-mainvisual .c-mainvisual__slider .c-mainvisual__item img:nth-child(1) {
  display: block;
}
@media only screen and (max-width: 767px) {
  .c-mainvisual .c-mainvisual__slider .c-mainvisual__item img:nth-child(1) {
    display: none;
  }
}
.c-mainvisual .c-mainvisual__slider .c-mainvisual__item img:nth-child(2) {
  display: none;
}
@media only screen and (max-width: 767px) {
  .c-mainvisual .c-mainvisual__slider .c-mainvisual__item img:nth-child(2) {
    display: block;
  }
}
.c-mainvisual .c-mainvisual__content {
  color: #063342;
  position: absolute;
  z-index: 9;
  top: 17.8%;
  left: 12.6%;
}
@media only screen and (max-width: 767px) {
  .c-mainvisual .c-mainvisual__content {
    top: unset;
    bottom: 7%;
    left: 7%;
  }
}
.c-mainvisual .c-mainvisual__content h2 {
  font-size: 10.3rem;
  line-height: 1;
  font-weight: 700;
}
@media only screen and (max-width: 1023px) {
  .c-mainvisual .c-mainvisual__content h2 {
    font-size: 7rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-mainvisual .c-mainvisual__content h2 {
    font-size: 5rem;
    text-shadow: 0 0 3px #fff;
  }
}
.c-mainvisual .c-mainvisual__content h3 {
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.6665791546;
  margin-top: 7px;
}
@media only screen and (max-width: 1023px) {
  .c-mainvisual .c-mainvisual__content h3 {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-mainvisual .c-mainvisual__content h3 {
    font-size: 2rem;
    -webkit-transform: translateX(7px);
    transform: translateX(7px);
    text-shadow: 0 0 3px #fff;
  }
}
.c-news {
  background-color: #ebebec;
  padding-top: 50px;
  padding-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .c-news {
    padding-top: 35px;
  }
}
.c-news .l-container {
  max-width: 1044px;
}
.c-news .c-news__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .c-news .c-news__row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .c-news .c-news__row .c-news__open .c-title1 {
    text-align: center;
  }
}
.c-news .c-news__row .c-news__open .c-title2 {
  margin-top: 6px;
  margin-left: 6px;
}
@media only screen and (max-width: 767px) {
  .c-news .c-news__row .c-news__open .c-title2 {
    text-align: center;
    margin-left: 0;
    margin-top: 3px;
  }
}
.c-news .c-news__row .c-news__btn {
  margin-top: 13px;
}
@media only screen and (max-width: 767px) {
  .c-news .c-news__row .c-news__btn {
    display: none;
  }
}
.c-news .c-news__list {
  padding-left: 8%;
}
@media only screen and (max-width: 1023px) {
  .c-news .c-news__list {
    padding-left: 0;
  }
}
.c-news .c-btn2 {
  display: none;
}
@media only screen and (max-width: 767px) {
  .c-news .c-btn2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
  }
}
.c-who {
  padding-top: 90px;
  padding-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .c-who {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 580px) {
  .c-who {
    padding: 50px 0;
  }
}
.c-who .l-container {
  max-width: 1200px;
  padding: 0;
}
.c-who .c-who__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-who .c-who__row .c-who__img {
  width: 54.6%;
}
@media only screen and (max-width: 767px) {
  .c-who .c-who__row .c-who__img {
    display: none;
  }
}
.c-who .c-who__row .c-who__right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 3.8%;
  padding-right: 8%;
  padding-top: 7px;
}
@media only screen and (max-width: 1100px) {
  .c-who .c-who__row .c-who__right {
    padding-right: 2.5%;
  }
}
@media only screen and (max-width: 767px) {
  .c-who .c-who__row .c-who__right {
    padding-left: 3%;
    padding-right: 3%;
  }
}
.c-who .c-who__row .c-who__right .c-whoright__title {
  font-size: 4rem;
  font-weight: 700;
  color: #0d4ba0;
}
@media only screen and (max-width: 767px) {
  .c-who .c-who__row .c-who__right .c-whoright__title {
    font-size: 3.4rem;
  }
}
.c-who .c-who__row .c-who__right .c-who__img2 {
  display: none;
}
@media only screen and (max-width: 767px) {
  .c-who .c-who__row .c-who__right .c-who__img2 {
    margin-top: 10px;
    display: block;
  }
}
.c-who .c-who__row .c-who__right .c-whoright__title2 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.75;
  text-align: justify;
  margin-top: 13px;
}
@media only screen and (max-width: 1023px) {
  .c-who .c-who__row .c-who__right .c-whoright__title2 {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-who .c-who__row .c-who__right .c-whoright__title2 {
    margin-top: 10px;
    font-size: 1.9rem;
  }
}
.c-who .c-who__row .c-who__right .c-whoright__desc {
  font-size: 1.5rem;
  text-align: justify;
  line-height: 1.75;
  margin-top: 6px;
  padding-right: 10%;
}
@media only screen and (max-width: 875px) {
  .c-who .c-who__row .c-who__right .c-whoright__desc {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-who .c-who__row .c-who__right .c-whoright__desc {
    font-size: 1.4rem;
  }
}
.c-who .c-who__row .c-who__right .c-btn2 {
  margin-top: 36px;
}
@media only screen and (max-width: 767px) {
  .c-who .c-who__row .c-who__right .c-btn2 {
    margin-top: 24px;
  }
}
.c-products {
  padding-top: 48px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .c-products {
    padding-top: 70px;
  }
}
.c-products .l-container {
  max-width: 1040px;
}
.c-products .c-products__list {
  margin-top: 73px;
}
@media only screen and (max-width: 767px) {
  .c-products .c-products__list {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .c-products .c-products__list {
    margin-top: 24px;
  }
}
.c-cases {
  padding-top: 58px;
}
@media only screen and (max-width: 767px) {
  .c-cases {
    padding-top: 45px;
  }
}
.c-cases .l-container {
  max-width: 1040px;
}
.c-cases .c-cases__list {
  margin-top: 56px;
}
@media only screen and (max-width: 767px) {
  .c-cases .c-cases__list {
    margin-top: 20px;
  }
}
.c-cases .c-btn2 {
  margin: 45px auto 0;
}
@media only screen and (max-width: 767px) {
  .c-cases .c-btn2 {
    margin-top: 35px;
  }
}
.c-contact__index {
  padding-top: 120px;
}
@media only screen and (max-width: 767px) {
  .c-contact__index {
    padding-top: 70px;
  }
}
.c-contact__index .l-container {
  max-width: 944px;
}
.c-contact__index .c-contactin__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 570px;
  text-align: justify;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: 34px;
  line-height: 1.75;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 1.5rem;
}
.c-contact__index .c-contactin__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4%;
  margin-top: 65px;
}
@media only screen and (max-width: 767px) {
  .c-contact__index .c-contactin__row {
    margin-top: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.c-contact__index .c-contactin__row a {
  width: 48%;
}
@media only screen and (max-width: 767px) {
  .c-contact__index .c-contactin__row a {
    width: 100%;
  }
}
.c-contactin__item {
  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;
  border: 2px solid #0056a7;
  background-color: #0056a7;
  color: #fff;
  width: 100%;
  max-width: 433px;
  height: 127px;
}
@media only screen and (max-width: 767px) {
  .c-contactin__item {
    max-width: 90%;
    height: 85px;
  }
}
.c-contactin__item:hover {
  background-color: #fff;
  color: #0056a7;
}
.c-contactin__mail {
  gap: 13px;
}
.c-contactin__mail:hover .c-contactin__mailicon img {
  -webkit-filter: unset;
  filter: unset;
}
.c-contactin__mail .c-contactin__mailicon {
  width: 33px;
  margin-top: 3px;
}
.c-contactin__mail .c-contactin__mailicon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.c-contactin__mail .c-contactin__mailtxt {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .c-contactin__mail .c-contactin__mailtxt {
    font-size: 1.8rem;
  }
}
.c-contactin__phone {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-contactin__phone .c-contactin__phonerow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 6px;
}
.c-contactin__phone .c-contactin__phonerow .c-tel {
  font-size: 3rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .c-contactin__phone .c-contactin__phonerow .c-tel {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 580px) {
  .c-contactin__phone .c-contactin__phonerow .c-tel {
    font-size: 2rem;
  }
}
.c-contactin__phone .c-contactin__phonerow .c-phonenum {
  font-weight: 700;
  font-family: "acumin-variable", sans-serif;
  font-size: 4.1rem;
}
@media only screen and (max-width: 767px) {
  .c-contactin__phone .c-contactin__phonerow .c-phonenum {
    font-size: 3.4rem;
  }
}
@media only screen and (max-width: 580px) {
  .c-contactin__phone .c-contactin__phonerow .c-phonenum {
    font-size: 2.7rem;
  }
}
.c-contactin__phone .c-phonetime {
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 0;
  -webkit-transform: translateY(-7px);
  transform: translateY(-7px);
}
@media only screen and (max-width: 767px) {
  .c-contactin__phone .c-phonetime {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    font-size: 1.45rem;
  }
}
.c-sponsor__container {
  padding-top: 132px;
  padding-bottom: 171px;
}
@media only screen and (max-width: 767px) {
  .c-sponsor__container {
    padding-bottom: 130px;
  }
}
.c-sponsor__container .l-container {
  max-width: 1040px;
}
.c-sponsor__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px 2.6%;
}
@media only screen and (max-width: 767px) {
  .c-sponsor__list {
    gap: 16px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 580px) {
  .c-sponsor__list {
    gap: 15px;
  }
}
.c-sponsor__list .c-sponsor__item {
  width: 31.6%;
}
.c-sponsor__list .c-sponsor__item img{
  width: 100%;
  object-fit: contain;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .c-sponsor__list .c-sponsor__item {
    width: 48%;
  }
}
@media only screen and (max-width: 580px) {
  .c-sponsor__list .c-sponsor__item {
    width: 100%;
  }
}
/*------------------------------------------------------------
Css of home page
------------------------------------------------------------*/
.p-about {
  line-height: 2;
}
.c-privacy__wrapper {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .c-privacy__wrapper {
    margin-top: 35px;
  }
}
.c-privacy__wrapper .l-container {
  max-width: 1040px;
}
.c-privacy__wrapper .c-privacy__label {
  background-color: #005baa;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.5px;
  padding-top: 17px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .c-privacy__wrapper .c-privacy__label {
    padding: 12px 10px 13px;
  }
}
.c-privacy__wrapper .c-privacy__desc {
  background-color: #fff;
  padding: 57px 12%;
}
@media only screen and (max-width: 767px) {
  .c-privacy__wrapper .c-privacy__desc {
    padding: 24px 22px 55px;
  }
}
.c-privacy__wrapper .c-privacy__desc p {
  font-size: 1.3rem;
  line-height: 1.75;
  text-align: justify;
}
.c-privacy__wrapper .c-privacy__desc p strong {
  font-size: 1.5rem;
}
.c-privacy__wrapper .c-privacy__desc .c-btn5 {
  margin: 60px auto 0;
}
@media only screen and (max-width: 767px) {
  .c-privacy__wrapper .c-privacy__desc .c-btn5 {
    margin-top: 24px;
  }
}
.c-request__wrapper {
  margin-top: 22px;
}
@media only screen and (max-width: 767px) {
  .c-request__wrapper {
    margin-top: 0;
  }
}
.c-request__wrapper .l-container {
  max-width: 1042px;
}
.c-request__wrapper .c-requestlabel {
  overflow: hidden;
  border-top-right-radius: 22px;
  border-top-left-radius: 22px;
  background-color: #2e3a7d;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 32.5px 8.2%;
  gap: 24px;
}
@media only screen and (max-width: 767px) {
  .c-request__wrapper .c-requestlabel {
    padding: 20px 6%;
  }
}
@media only screen and (max-width: 580px) {
  .c-request__wrapper .c-requestlabel {
    padding: 16px 5%;
    gap: 14px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.c-request__wrapper .c-requestlabel h4 {
  font-weight: 700;
  font-size: 2.7rem;
  letter-spacing: 1.8px;
}
@media only screen and (max-width: 580px) {
  .c-request__wrapper .c-requestlabel h4 {
    font-size: 2.4rem;
    letter-spacing: 0;
  }
}
.c-request__wrapper .c-requestlabel p {
  font-size: 1.9rem;
  font-weight: 500;
  letter-spacing: 1px;
}
@media only screen and (max-width: 580px) {
  .c-request__wrapper .c-requestlabel p {
    letter-spacing: 0;
    font-size: 1.4rem;
    text-wrap: balance;
  }
}
.c-request__wrapper .c-request__form {
  padding: 52px 8.5%;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .c-request__wrapper .c-request__form {
    padding: 24px 20px 60px;
  }
}
.c-request__wrapper .c-requestform__note {
  font-size: 1.2rem;
  line-height: 1.75;
  margin-bottom: 30px;
}
.c-form__container .c-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-form__container .c-form__row + .c-form__row {
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .c-form__container .c-form__row + .c-form__row {
    margin-top: 25px;
  }
}
.c-form__container .c-form__row .c-form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .c-form__container .c-form__row .c-form__label {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 5px;
    width: 100%;
  }
}
.c-form__container .c-form__row .c-form__label.c-form__label--invi {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .c-form__container .c-form__row .c-form__label.c-form__label--invi {
    display: none;
  }
}
.c-form__container .c-form__row .c-form__input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media only screen and (max-width: 767px) {
  .c-form__container .c-form__row .c-form__input {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: 100%;
  }
}
.c-form__container .c-form__row .c-form__input .wpcf7-form-control-wrap:has(select) {
  position: relative;
}
.c-form__container .c-form__row .c-form__input .wpcf7-form-control-wrap:has(select)::after {
  content: "";
  position: absolute;
  width: 18px;
  background-repeat: no-repeat;
  height: 8px;
  background-image: url(./../img/arrow_bottom.png);
  background-size: contain;
  right: 30px;
  top: 7px;
}
@media only screen and (max-width: 580px) {
  .c-form__container .c-form__row .c-form__input .wpcf7-form-control-wrap:has(select)::after {
    right: 16px;
  }
}
.c-form__container .c-form__row .c-form__input select {
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 8px 15px;
  padding-left: 30px;
  height: 42px;
  color: #595857;
  background-color: #e8e8e8;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: justify;
  border: none;
}
@media only screen and (max-width: 580px) {
  .c-form__container .c-form__row .c-form__input select {
    padding-left: 15px;
    font-size: 1.4rem;
  }
}
.c-form__container .c-form__row .c-form__input .c-input__type {
  border: none;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 8px 15px;
  height: 42px;
  color: #595857;
  background-color: #e8e8e8;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.c-form__container .c-form__row .c-form__input textarea {
  width: 100%;
  border: none;
  resize: none;
  height: 158px;
  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: #e8e8e8;
  border-radius: unset;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .c-form__container .c-form__row .c-form__input textarea {
    height: 210px;
  }
}
.c-form__container .c-form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  gap: 10px;
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  .c-form__container .c-form__label {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 5px;
  }
}
.c-form__container .c-form__label .c-label {
  font-size: 1.5rem;
  font-weight: 700;
  color: #231916;
}
.c-form__container .c-form__label .c-require {
  background-color: #ee2d29;
  color: #fff;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 6px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.wpcf7-spinner {
  position: absolute !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transform: translateX(-50%);
  transform: translateX(-50%);
  transform: translateX(-50%);
  transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -53px;
  margin: 0 !important;
  padding: 0 !important;
}
.c-agree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
  margin-top: 33px;
  font-weight: 500;
  position: relative;
  letter-spacing: 1.7px;
}
@media only screen and (max-width: 767px) {
  .c-agree {
    margin-top: 45px;
  }
}
.wpcf7-form-control-wrap {
  height: 18px;
}
.c-agree input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
.c-agree .wpcf7-list-item-label {
  display: none;
}
.c-agree .wpcf7-not-valid-tip {
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: 50%;
  -webkit-transform: translateX(21px);
  transform: translateX(21px);
  transform: translateX(21px);
}
.c-agree .c-policy {
  margin-left: 7px;
  color: #00256a;
}
.c-submit__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 50px;
}
.c-submit__container .c-btn5 {
  cursor: pointer;
  position: relative;
}
.c-submit__container input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  appearance: none;
  appearance: none;
}
.c-submit__button {
  width: 100%;
  max-width: 208px;
  height: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #004f87;
  background: -webkit-linear-gradient(330deg, #004f87 0%, #004f87 24%, #06004d 100%);
  background: linear-gradient(120deg, #004f87 0%, #004f87 24%, #06004d 100%);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.c-submit__button:hover {
  opacity: 1;
  background: -webkit-linear-gradient(70deg, #004f87 0%, #004f87 24%, #06004d 100%);
  background: linear-gradient(20deg, #004f87 0%, #004f87 24%, #06004d 100%);
}
.c-submit__button:hover span {
  text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #fff, 0 0 40px #0ff, 0 0 80px #0ff, 0 0 90px #0ff, 0 0 100px #0ff, 0 0 150px #0ff;
}
.c-submit__button span {
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.c-news__container .l-container {
  max-width: 1040px;
}
.c-news__container .c-news__list2 {
  margin-top: 37px;
}
@media only screen and (max-width: 767px) {
  .c-news__container .c-news__list2 {
    margin-top: 0;
  }
}
.c-news__list2 .c-news__item2 {
  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-news__list2 .c-news__item2 {
    padding: 12px 0;
  }
}
.c-news__list2 .c-news__item2 + .c-news__item2 {
  position: relative;
  margin-top: 10px;
}
.c-news__list2 .c-news__item2 + .c-news__item2::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: url(./../img/line_dot.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  top: -6px;
}
.c-news__list2 .c-news__item2 .c-newsitem2__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 200px;
}
@media only screen and (max-width: 767px) {
  .c-news__list2 .c-news__item2 .c-newsitem2__img {
    max-width: 130px;
  }
}
.c-news__list2 .c-news__item2 .c-newsitem2__img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  aspect-ratio: 200/119;
}
.c-news__list2 .c-news__item2 .c-newsitem2__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 6.5%;
}
@media only screen and (max-width: 767px) {
  .c-news__list2 .c-news__item2 .c-newsitem2__content {
    padding-left: 14px;
  }
}
.c-news__list2 .c-news__item2 .c-newsitem2__content .c-newscontent2__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .c-news__list2 .c-news__item2 .c-newsitem2__content .c-newscontent2__row {
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.c-news__list2 .c-news__item2 .c-newsitem2__content .c-newscontent2__row .c-item2__date {
  font-size: 1.4rem;
  color: #6b6b6e;
}
.c-news__list2 .c-news__item2 .c-newsitem2__content .c-newscontent2__row .c-item2__cat {
  font-size: 1.2rem;
  color: #fff;
  background-color: #005cab;
  font-weight: 700;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 4px 5px 5px;
}
.c-news__list2 .c-news__item2 .c-newsitem2__content .c-newsitem2__title {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: justify;
  margin-top: 4px;
}
@media only screen and (max-width: 767px) {
  .c-news__list2 .c-news__item2 .c-newsitem2__content .c-newsitem2__title {
    font-size: 1.4rem;
    margin-top: 4px;
  }
}
.c-single__container {
  padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .c-single__container .c-submit__container {
    margin-top: 30px;
    margin-bottom: 100px;
  }
}
.c-single__container .l-container {
  max-width: 1040px;
}
.c-single__container .c-single__row {
  margin-top: 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #231916;
  gap: 46px;
  padding: 0 12px;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-bottom: 15px;
}
@media only screen and (max-width: 1023px) {
  .c-single__container .c-single__row {
    gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .c-single__container .c-single__row {
    gap: 10px 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 580px) {
  .c-single__container .c-single__row {
    gap: 10px 14px;
    padding: 0;
    padding-bottom: 10px;
  }
}
.c-single__container .c-single__row .c-single__date {
  font-weight: 700;
  font-size: 1.56rem;
  color: #67686b;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.c-single__container .c-single__row .c-single__cat {
  padding: 4.5px 3px;
  font-size: 1.56rem;
  color: #fff;
  background-color: #005cab;
  font-weight: 700;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.c-single__container .c-single__row .c-single__title {
  padding-left: 5px;
  color: #231916;
  font-size: 1.8rem;
  text-align: justify;
  letter-spacing: 0.3px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .c-single__container .c-single__row .c-single__title {
    width: 100%;
    font-size: 1.6rem;
  }
}
.c-single__contentcontainer {
  padding: 27px 20px;
  padding-bottom: 70px;
  border-bottom: 1px solid #231916;
}
@media only screen and (max-width: 767px) {
  .c-single__contentcontainer {
    padding-bottom: 40px;
  }
}
.c-single__contentcontainer .c-single__content {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .c-single__contentcontainer .c-single__content {
    margin-top: 24px;
  }
}
.c-single__contentcontainer .c-single__content p {
  font-size: 1.8rem;
  text-align: justify;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 1.4284928493;
}
@media only screen and (max-width: 767px) {
  .c-single__contentcontainer .c-single__content p {
    font-size: 1.45rem;
  }
}
.c-recruit__top {
  padding-top: 55px;
  padding-bottom: 20px;
  /* --- Animation cho img: phóng to → bounce → trở lại bình thường --- */
  /* --- Animation ngược cho box: thu nhỏ → bounce → trở lại bình thường --- */
}
.c-recruit__top .l-container {
  max-width: 1186px;
  position: relative;
}
.c-recruit__top .c-recruit__img1 {
  position: absolute;
  width: 20.9%;
  top: -1.6%;
  z-index: 3;
}
@media only screen and (max-width: 1023px) {
  .c-recruit__top .c-recruit__img1 {
    width: 20%;
    left: -14px;
    top: -2%;
  }
}
.c-recruit__top .c-recruit__img1 > img {
  -webkit-box-shadow: 0 0 10px rgba(40, 37, 76, 0.29);
  box-shadow: 0 0 10px rgba(40, 37, 76, 0.29);
  border-radius: 13px;
  -webkit-animation: imgBounce 3s cubic-bezier(0.45, 0, 0.55, 1) infinite alternate;
  animation: imgBounce 3s cubic-bezier(0.45, 0, 0.55, 1) infinite alternate;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.c-recruit__top .c-recruit__img1 .c-recruit1__box {
  position: absolute;
  width: 58%;
  border-radius: 10px;
  aspect-ratio: 1/1;
  background-color: #0057a8;
  right: -31%;
  top: 91%;
  z-index: -1;
  -webkit-box-shadow: 0 0 10px rgba(40, 37, 76, 0.29);
  box-shadow: 0 0 10px rgba(40, 37, 76, 0.29);
  -webkit-animation: boxBounce 3s cubic-bezier(0.45, 0, 0.55, 1) infinite alternate;
  animation: boxBounce 3s cubic-bezier(0.45, 0, 0.55, 1) infinite alternate;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.c-recruit__top .c-recruit__img2 {
  position: absolute;
  width: 9.1%;
  top: 52.6%;
  left: 14.6%;
  z-index: 3;
}
@media only screen and (max-width: 580px) {
  .c-recruit__top .c-recruit__img2 {
    display: none;
  }
}
.c-recruit__top .c-recruit__img2 > img {
  border-radius: 13px;
  -webkit-box-shadow: 0 0 10px rgba(40, 37, 76, 0.29);
  box-shadow: 0 0 10px rgba(40, 37, 76, 0.29);
  -webkit-animation: imgBounce 3s cubic-bezier(0.45, 0, 0.55, 1) infinite alternate;
  animation: imgBounce 3s cubic-bezier(0.45, 0, 0.55, 1) infinite alternate;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.c-recruit__top .c-recruit__img2 .c-recruit2__box {
  position: absolute;
  width: 48%;
  border-radius: 10px;
  aspect-ratio: 1/1;
  border: 1px solid #3b617f;
  background-color: transparent;
  left: -32%;
  top: -37%;
  z-index: -1;
  -webkit-animation: boxBounce 3s cubic-bezier(0.45, 0, 0.55, 1) infinite alternate;
  animation: boxBounce 3s cubic-bezier(0.45, 0, 0.55, 1) infinite alternate;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.c-recruit__top .c-recruit__img3 {
  position: absolute;
  width: 20.9%;
  top: 26.5%;
  right: 2.2%;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .c-recruit__top .c-recruit__img3 {
    top: 10%;
    width: 18%;
  }
}
.c-recruit__top .c-recruit__img3 > img {
  border-radius: 13px;
  -webkit-box-shadow: 0 0 10px rgba(40, 37, 76, 0.29);
  box-shadow: 0 0 10px rgba(40, 37, 76, 0.29);
  -webkit-animation: imgBounce 3s cubic-bezier(0.45, 0, 0.55, 1) infinite alternate;
  animation: imgBounce 3s cubic-bezier(0.45, 0, 0.55, 1) infinite alternate;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.c-recruit__top .c-recruit__img3 .c-recruit3__box {
  position: absolute;
  width: 40.9%;
  border-radius: 10px;
  aspect-ratio: 1/1;
  border: 2px solid #226aa9;
  background-color: transparent;
  bottom: -22.5%;
  left: -22%;
  z-index: -1;
  -webkit-animation: boxBounce 3s cubic-bezier(0.45, 0, 0.55, 1) infinite alternate;
  animation: boxBounce 3s cubic-bezier(0.45, 0, 0.55, 1) infinite alternate;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.c-recruit__top .c-recruit__img4 {
  position: absolute;
  width: 11.7%;
  top: -1.3%;
  right: 12.8%;
  z-index: 3;
}
@media only screen and (max-width: 580px) {
  .c-recruit__top .c-recruit__img4 {
    display: none;
  }
}
.c-recruit__top .c-recruit__img4 > img {
  border-radius: 13px;
  -webkit-box-shadow: 0 0 10px rgba(40, 37, 76, 0.29);
  box-shadow: 0 0 10px rgba(40, 37, 76, 0.29);
  -webkit-animation: imgBounce 3s cubic-bezier(0.45, 0, 0.55, 1) infinite alternate;
  animation: imgBounce 3s cubic-bezier(0.45, 0, 0.55, 1) infinite alternate;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.c-recruit__top .c-recruit__img4 .c-recruit4__box {
  position: absolute;
  width: 44.5%;
  border-radius: 10px;
  aspect-ratio: 1/1;
  background-color: #0056a7;
  right: -58%;
  top: 85%;
  z-index: -1;
  -webkit-animation: boxBounce 3s cubic-bezier(0.45, 0, 0.55, 1) infinite alternate;
  animation: boxBounce 3s cubic-bezier(0.45, 0, 0.55, 1) infinite alternate;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
@-webkit-keyframes imgBounce {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.18);
    transform: scale(1.18);
  }
  /* điểm mềm, giúp transition mượt */
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes imgBounce {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.18);
    transform: scale(1.18);
  }
  /* điểm mềm, giúp transition mượt */
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@-webkit-keyframes boxBounce {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
  }
  /* điểm mềm */
  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@keyframes boxBounce {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
  }
  /* điểm mềm */
  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
.c-recruit__top .c-recruittop__title {
  text-align: center;
  font-size: 4rem;
  color: #fff;
  text-shadow: 0 0 6px #2b388d;
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-style: italic;
  letter-spacing: 4px;
}
@media only screen and (max-width: 1023px) {
  .c-recruit__top .c-recruittop__title {
    z-index: 10;
    position: relative;
  }
}
@media only screen and (max-width: 580px) {
  .c-recruit__top .c-recruittop__title {
    letter-spacing: 1px;
    font-size: 3.2rem;
    text-wrap: balance;
  }
}
.c-recruit__top .c-recruittop__desc {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 11px;
  margin: 0 auto;
  width: 100%;
  max-width: 524px;
  margin-top: 32px;
  padding: 32.5px 57px;
  z-index: 10;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .c-recruit__top .c-recruittop__desc {
    padding: 24px 35px;
  }
}
.c-recruit__top .c-recruittop__desc p {
  font-size: 1.8rem;
  line-height: 1.75;
  text-align: justify;
  color: #31305b;
}
@media only screen and (max-width: 580px) {
  .c-recruit__top .c-recruittop__desc p {
    font-size: 1.5rem;
    font-weight: 500;
  }
}
.c-recruit__top .c-recruittop__middle {
  max-width: 339px;
  margin: 0 auto;
  margin-top: 95px;
  margin-bottom: 65px;
}
@media only screen and (max-width: 580px) {
  .c-recruit__top .c-recruittop__middle {
    margin-top: 45px;
  }
}
.c-recruit__top .c-recruittop__middle img {
  -webkit-animation: imgBounce 3s cubic-bezier(0.45, 0, 0.55, 1) infinite alternate;
  animation: imgBounce 3s cubic-bezier(0.45, 0, 0.55, 1) infinite alternate;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
@media only screen and (max-width: 580px) {
  .c-recruit__top .c-recruittop__middle img {
    -webkit-animation: unset;
    animation: unset;
  }
}
.c-recruit__top .c-title2 {
  margin-top: 1px;
}
.c-recruit__bg {
  background-color: #e4ebf3;
}
.c-recruit__bg .c-recruit__top {
  position: relative;
}
.c-recruit__bg .c-recruit__top .c-recruit__imgbg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.c-singlerecruit__bg {
  position: relative;
  z-index: 3;
  padding-top: 51px;
  padding-bottom: 103px;
  background-color: #e4ebf3;
}
.c-singlerecruit__bg .l-container {
  max-width: 1040px;
}
.c-singlerecruit__bg .c-recruit__imgbg {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: -1;
}
.c-singlerecruit__bg .c-title2 {
  margin-top: 1px;
  margin-bottom: 21px;
}
.c-recruit__bottom {
  padding-top: 22px;
  padding-bottom: 100px;
}
.c-recruit__bottom .l-container {
  max-width: 1040px;
}
.c-recruitbottom__list + .c-recruitbottom__list {
  margin-top: 94px;
}
.c-recruitbottom__list .c-recruitbottom__title {
  font-size: 2.5rem;
  font-weight: 700;
  font-family: "source-han-serif-jp-subset", sans-serif;
  border-bottom: 2px solid #0056a7;
  color: #0056a7;
  padding-left: 42px;
  padding-bottom: 10px;
  margin-bottom: 46px;
}
@media only screen and (max-width: 767px) {
  .c-recruitbottom__list .c-recruitbottom__title {
    padding-left: 10px;
    font-size: 2rem;
    font-weight: 700;
    padding-bottom: 6px;
  }
}
.c-recruit__item {
  border-radius: 21px;
  overflow: hidden;
  background-color: #fff;
}
.c-recruit__item + .c-recruit__item {
  margin-top: 72px;
}
.c-recruit__item .c-recruititem__title {
  background-color: #2e3a7d;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 500;
  font-family: "source-han-serif-jp-subset", sans-serif;
  padding: 35.5px 40px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 1023px) {
  .c-recruit__item .c-recruititem__title {
    font-size: 2.1rem;
    letter-spacing: 0;
    padding: 24px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .c-recruit__item .c-recruititem__title {
    font-size: 1.7rem;
    padding: 15px 18px;
    font-weight: 700;
  }
}
.c-recruititem__content {
  background-color: #fff;
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .c-recruititem__content {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 580px) {
  .c-recruititem__content {
    padding-bottom: 30px;
  }
}
.c-recruititem__content .c-recruititem__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 22px 36px 45px;
}
@media only screen and (max-width: 767px) {
  .c-recruititem__content .c-recruititem__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 24px;
  }
}
.c-recruititem__content .c-recruititem__row .c-recruititem__img {
  width: 47.8%;
}
@media only screen and (max-width: 767px) {
  .c-recruititem__content .c-recruititem__row .c-recruititem__img {
    width: 100%;
  }
}
.c-recruititem__content .c-recruititem__row .c-recruititem__img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-recruititem__content .c-recruititem__row .c-recruititem__right {
  width: 49.1%;
}
@media only screen and (max-width: 767px) {
  .c-recruititem__content .c-recruititem__row .c-recruititem__right {
    width: 100%;
  }
}
.c-job__table1 {
  border: 1px solid #231f20;
  border-collapse: collapse;
  padding: 5px;
  width: 100%;
  height: 100%;
  color: #231f20;
}
@media only screen and (max-width: 767px) {
  .c-job__table1 {
    margin-top: 30px;
  }
}
.c-job__table1 th {
  background-color: #eeeded;
  font-size: 1.4rem;
  width: 23.7%;
  padding: 9px 10px;
  border: 1px solid #231f20;
  font-weight: 500;
  text-align: center;
  vertical-align: baseline;
  font-weight: 500;
  line-height: 1.6;
}
@media only screen and (max-width: 1023px) {
  .c-job__table1 th {
    font-size: 1.4rem;
    padding: 18px 7px;
    width: 27%;
    text-wrap: balance;
  }
}
@media only screen and (max-width: 767px) {
  .c-job__table1 th {
    width: 90px;
    font-size: 1.4rem;
    padding: 12px 5px;
    font-size: 1.3rem;
    font-weight: 700;
  }
}
.c-job__table1 td {
  font-size: 1.4rem;
  border: 1px solid #231f20;
  padding: 9px 5.5%;
  line-height: 1.6;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  letter-spacing: 1.2px;
}
@media only screen and (max-width: 1023px) {
  .c-job__table1 td {
    font-size: 1.4rem;
    padding: 13px 7px 17px;
    letter-spacing: 0.5px;
  }
}
@media only screen and (max-width: 767px) {
  .c-job__table1 td {
    letter-spacing: 0.5px;
    padding: 12px 5%;
    font-size: 1.3rem;
  }
}
.c-recruit__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 90px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 1023px) {
  .c-recruit__btns {
    gap: 45px;
    padding: 0 36px;
  }
}
@media only screen and (max-width: 767px) {
  .c-recruit__btns {
    gap: 12px;
    padding: 0 24px;
  }
}
.c-singlerecruit__bottom {
  padding: 28px 43px 60px;
}
@media only screen and (max-width: 767px) {
  .c-singlerecruit__bottom {
    padding: 24px 24px 50px;
  }
}
.c-recruit__list2 {
  margin-bottom: 37px;
}
.c-recruit__list2 li + li {
  margin-top: 12px;
}
@media only screen and (max-width: 767px) {
  .c-recruit__list2 li + li {
    margin-top: 30px;
  }
}
.c-recruit__list2 li .c-recruititem2__title {
  color: #0056a7;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: justify;
  padding-left: 16px;
  letter-spacing: 1px;
  padding-bottom: 4px;
  border-bottom: 2px solid #0056a7;
}
@media only screen and (max-width: 767px) {
  .c-recruit__list2 li .c-recruititem2__title {
    padding-left: 0;
    font-size: 1.7rem;
    font-weight: 700;
  }
}
.c-recruit__list2 li .c-recruititem2__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 15px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
@media only screen and (max-width: 767px) {
  .c-recruit__list2 li .c-recruititem2__row {
    padding: 0;
    padding-top: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.c-recruit__list2 li .c-recruititem2__row .c-recruititem2__img {
  width: 45.7%;
}
.c-recruit__list2 li .c-recruititem2__row .c-recruititem2__img img{
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .c-recruit__list2 li .c-recruititem2__row .c-recruititem2__img {
    width: 100%;
  }
}
.c-recruit__list2 li .c-recruititem2__row .c-recuititem2__desc {
  width: 50%;
  color: #231f20;
  font-size: 1.5rem;
  line-height: 1.75;
  text-align: justify;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .c-recruit__list2 li .c-recruititem2__row .c-recuititem2__desc {
    width: 100%;
    margin-top: 6px;
    font-size: 1.35rem;
  }
}
.c-job__table1--mg {
  margin-bottom: 39px;
}
.c-contact__container {
  padding-top: 58px;
  padding-bottom: 103px;
}
@media only screen and (max-width: 1023px) {
  .c-contact__container {
    padding-top: 40px;
  }
}
.c-contact__container .l-container {
  max-width: 1040px;
}
.c-contact__container .c-title2 {
  margin-top: 2px;
}
.c-contact__container .c-contact__descnote {
  text-align: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.8rem;
  line-height: 1.75;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 31px;
}
@media only screen and (max-width: 767px) {
  .c-contact__container .c-contact__descnote {
    font-size: 1.6rem;
    margin-top: 24px;
  }
}
@media only screen and (max-width: 580px) {
  .c-contact__container .c-contact__descnote {
    font-size: 1.5rem;
    font-weight: 500;
  }
}
.c-contact__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px 10px;
  margin-top: 40px;
}
@media only screen and (max-width: 875px) {
  .c-contact__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.c-contact__list .c-contact__item {
  max-width: 305px;
  width: 100%;
  background-color: #fff;
}
@media only screen and (max-width: 580px) {
  .c-contact__list .c-contact__item {
    border-radius: 16px;
    overflow: hidden;
  }
}
.c-contact__list .c-contact__item .c-contactitem__title1 {
  background-color: #0056a7;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 12.5px 5%;
}
@media only screen and (max-width: 1023px) {
  .c-contact__list .c-contact__item .c-contactitem__title1 {
    font-size: 1.8rem;
    font-weight: 700;
  }
}
@media only screen and (max-width: 767px) {
  .c-contact__list .c-contact__item .c-contactitem__title1 {
    font-size: 1.7rem;
    padding: 10px 4%;
  }
}
.c-contact__list .c-contact__item .c-contactitem__content1 {
  aspect-ratio: 305/223;
  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;
  gap: 22px;
}
@media only screen and (max-width: 580px) {
  .c-contact__list .c-contact__item .c-contactitem__content1 {
    aspect-ratio: 305/186;
    gap: 17px;
  }
}
.c-contact__list .c-contact__item .c-contactitem__content1 .c-contactitem__phone {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 580px) {
  .c-contact__list .c-contact__item .c-contactitem__content1 .c-contactitem__phone {
    font-size: 3rem;
  }
}
.c-contact__list .c-contact__item .c-contactitem__content1 .c-contactitem__mail {
  font-size: 1.9rem;
  font-weight: 700;
}
@media only screen and (max-width: 580px) {
  .c-contact__list .c-contact__item .c-contactitem__content1 .c-contactitem__mail {
    font-size: 1.7rem;
  }
}
.c-contact__list .c-contact__item .c-contactitem__content1 .c-contactitem__id {
  font-size: 3.1rem;
  font-weight: 700;
  line-height: 0.8;
}
@media only screen and (max-width: 767px) {
  .c-contact__list .c-contact__item .c-contactitem__content1 .c-contactitem__id {
    font-size: 2.4rem;
  }
}
.c-contact__list .c-contact__item .c-contactitem__content1 .c-contactitem__desc {
  font-size: 1.8rem;
  line-height: 1.2;
  text-align: justify;
  font-weight: 500;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 767px) {
  .c-contact__list .c-contact__item .c-contactitem__content1 .c-contactitem__desc {
    font-size: 1.6rem;
  }
}
.c-contact__list .c-contact__item .c-contactitem__content1 .c-contactitem__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: 172px;
  height: 33px;
  border: 1px solid #0056a7;
  gap: 5px;
}
.c-contact__list .c-contact__item .c-contactitem__content1 .c-contactitem__btn:hover {
  opacity: 1;
  background-color: #0056a7;
}
.c-contact__list .c-contact__item .c-contactitem__content1 .c-contactitem__btn:hover .c-contactitem__icon,
.c-contact__list .c-contact__item .c-contactitem__content1 .c-contactitem__btn:hover .c-contactitem__icon2 {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.c-contact__list .c-contact__item .c-contactitem__content1 .c-contactitem__btn:hover .c-contactitem__txt {
  color: #fff;
}
.c-contact__list .c-contact__item .c-contactitem__content1 .c-contactitem__btn .c-contactitem__icon {
  width: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-contact__list .c-contact__item .c-contactitem__content1 .c-contactitem__btn .c-contactitem__icon2 {
  width: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-contact__list .c-contact__item .c-contactitem__content1 .c-contactitem__btn .c-contactitem__icon3 {
  width: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-contact__list .c-contact__item .c-contactitem__content1 .c-contactitem__btn .c-contactitem__txt {
  font-size: 1.2rem;
  font-weight: 500;
  color: #0056a7;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}
.c-contact__formcontainer {
  background-color: #fff;
  margin-top: 76px;
  padding-top: 68px;
  padding-bottom: 47px;
}
@media only screen and (max-width: 767px) {
  .c-contact__formcontainer {
    padding-top: 25px;
  }
}
.c-contact__formcontainer .c-contact__formtitle {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #0056a7;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-contact__formcontainer .c-contact__formtitle {
    font-weight: 700;
  }
}
.c-contact__formcontainer .c-contact__formdesc {
  color: #231f20;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.75;
  margin-top: 6px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .c-contact__formcontainer .c-contact__formdesc {
    font-weight: 500;
    font-size: 1.2rem;
    padding: 0 3%;
  }
}
.c-contact__steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 426px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 40px auto 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .c-contact__steps {
    padding: 0 3%;
  }
}
.c-contact__steps .c-contact__step {
  border: 3px solid #1c4c95;
  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;
  aspect-ratio: 1/1;
  width: 26%;
  border-radius: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #1c4c95;
  padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .c-contact__steps .c-contact__step {
    width: 22%;
  }
}
.c-contact__steps .c-contact__step.c-active {
  background-color: #1c4c95;
  color: #fff;
}
.c-contact__steps .c-contact__step .c-step__num {
  font-size: 1.2rem;
  font-weight: 700;
}
.c-contact__steps .c-contact__step .c-step__txt {
  font-size: 1.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 580px) {
  .c-contact__steps .c-contact__step .c-step__txt {
    font-size: 1.3rem;
  }
}
.c-contact__steps .c-contact__line {
  height: 3px;
  width: 11%;
  background-color: #1c4c95;
}
@media only screen and (max-width: 767px) {
  .c-contact__steps .c-contact__line {
    width: 17%;
  }
}
.c-contact__container .c-agree {
  gap: 6px;
  margin-top: 15px;
}
.c-contact__container .c-agree input {
  width: 20px;
}
.c-contact__container .c-form__container {
  margin-top: 35px;
  padding: 0 9%;
}
@media only screen and (max-width: 767px) {
  .c-contact__container .c-form__container {
    padding: 0 4%;
  }
}
.c-contact__container .c-form__container .c-submit__container {
  margin-top: 32px;
}
.c-contact__container .c-form__container .c-form__row .c-form__label {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-contact__container .c-form__container .c-form__row .c-form__label .c-require {
  background-color: #ee2d29;
  color: #fff;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 6px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 2px 7px 4px;
}
/* For all input fields and textareas */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #97989e;
  /* Example: light grey color */
  font-weight: 500;
  font-size: 1.3rem;
  /* Example: slightly smaller font size */
  padding-left: 16px;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #97989e;
  /* Example: light grey color */
  font-weight: 500;
  font-size: 1.3rem;
  /* Example: slightly smaller font size */
  padding-left: 16px;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #97989e;
  /* Example: light grey color */
  font-weight: 500;
  font-size: 1.3rem;
  /* Example: slightly smaller font size */
  padding-left: 16px;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #97989e;
  /* Example: light grey color */
  font-weight: 500;
  font-size: 1.3rem;
  /* Example: slightly smaller font size */
  padding-left: 16px;
}
input::placeholder,
textarea::placeholder {
  color: #97989e;
  /* Example: light grey color */
  font-weight: 500;
  font-size: 1.3rem;
  /* Example: slightly smaller font size */
  padding-left: 16px;
}
@media only screen and (max-width: 767px) {
  input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    padding-left: 2px;
  }
  input::-moz-placeholder, textarea::-moz-placeholder {
    padding-left: 2px;
  }
  input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    padding-left: 2px;
  }
  input::-ms-input-placeholder, textarea::-ms-input-placeholder {
    padding-left: 2px;
  }
  input::placeholder,
textarea::placeholder {
    padding-left: 2px;
  }
}
.c-form__agreecontact {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 24px auto 0;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 500;
}
@media only screen and (max-width: 580px) {
  .c-form__agreecontact {
    font-size: 1.2rem;
  }
}
.c-form__agreecontact a {
  display: inline-block;
  text-decoration: underline;
  text-underline-offset: 7px;
}
.c-greeting {
  padding-top: 51px;
  padding-bottom: 49px;
  background-image: url(./../img/company_bg2.jpg);
  background-size: cover;
  background-position: center;
}
.c-greeting .c-greeting__wrapper {
  background-color: rgba(255, 255, 255, 0.63);
  padding-top: 41px;
  padding-bottom: 33px;
}
@media only screen and (max-width: 767px) {
  .c-greeting .c-greeting__wrapper {
    padding-top: 24px;
    padding-bottom: 28px;
  }
}
.c-greeting .l-container {
  max-width: 1040px;
}
.c-greeting .c-greeting__title1 {
  margin-top: 27px;
  padding: 14px 7.3%;
  font-size: 3rem;
  font-weight: 700;
  color: #335487;
  background: #fff;
  background: -webkit-linear-gradient(5deg, white 0%, rgba(255, 255, 255, 0.72) 74%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(85deg, white 0%, rgba(255, 255, 255, 0.72) 74%, rgba(255, 255, 255, 0) 100%);
}
@media only screen and (max-width: 767px) {
  .c-greeting .c-greeting__title1 {
    margin-top: 17px;
    font-size: 2.1rem;
  }
}
@media only screen and (max-width: 580px) {
  .c-greeting .c-greeting__title1 {
    font-size: 1.7rem;
    padding: 14px 3%;
  }
}
@media only screen and (max-width: 374px) {
  .c-greeting .c-greeting__title1 {
    font-size: 1.5rem;
  }
}
.c-greeting .c-greeting__desc1 {
  font-size: 1.6rem;
  line-height: 1.6875;
  text-align: justify;
  color: #000;
  margin-top: 17px;
  font-weight: 500;
  padding: 0 7.3%;
  letter-spacing: 0.7px;
}
@media only screen and (max-width: 767px) {
  .c-greeting .c-greeting__desc1 {
    font-size: 1.4rem;
    padding: 16px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 580px) {
  .c-greeting .c-greeting__desc1 {
    font-size: 1.3rem;
  }
}
.c-greetingname__row{
  display: flex;
  align-items: baseline;
  margin-top: 30px;
  justify-content: flex-end;
  gap: 20px;
  padding-right: 5%;
}
.c-greeting .c-greeting__name {
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 580px) {
  .c-greeting .c-greeting__name {
    font-size: 1.7rem;
    margin-top: 0;
  }
  .c-greetingname__row{
    margin-top: 0;

}
}
.c-greeting .c-greeting__sign {
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 580px) {
  .c-greeting .c-greeting__sign {
    margin-top: 3px;
    font-size: 1.7rem;
  }
}
.c-company__section {
  padding-top: 63px;
  padding-bottom: 129px;
  background-image: url(./../img/company_bg4.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media only screen and (max-width: 767px) {
  .c-company__section {
    padding-bottom: 80px;
  }
}
.c-company__section .l-container {
  max-width: 786px;
}
.c-company__section .c-company__profile {
  margin-top: 75px;
  padding-top: 29px;
  padding-left: 45px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .c-company__section .c-company__profile {
    margin-top: 45px;
  }
}
@media only screen and (max-width: 580px) {
  .c-company__section .c-company__profile {
    padding-left: 23px;
  }
}
.c-company__section .c-company__profile::before {
  content: "";
  background-color: #000;
  height: 100%;
  position: absolute;
  width: 1px;
  top: 0;
  left: 27px;
}
@media only screen and (max-width: 580px) {
  .c-company__section .c-company__profile::before {
    left: 16px;
  }
}
.c-company__section .c-company__profile::after {
  content: "";
  position: absolute;
  top: 25px;
  width: 3px;
  height: 59px;
  background-color: #205293;
  left: 26px;
}
@media only screen and (max-width: 580px) {
  .c-company__section .c-company__profile::after {
    height: 35px;
    left: 15px;
  }
}
.c-company__section .c-profile__title {
  color: #205293;
  font-weight: 700;
  font-size: 3.1rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .c-company__section .c-profile__title {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 580px) {
  .c-company__section .c-profile__title {
    font-size: 2rem;
  }
}
.c-company__section .c-profile__title::before {
  position: absolute;
  content: "CORPORATE PROFILE";
  font-size: 1.2rem;
  font-weight: 500;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  white-space: nowrap;
  left: -48px;
  font-weight: 500;
}
@media only screen and (max-width: 580px) {
  .c-company__section .c-profile__title::before {
    left: -34px;
  }
}
.c-profile__table {
  margin-top: 30px;
  padding-left: 6%;
  padding-bottom: 42px;
}
@media only screen and (max-width: 580px) {
  .c-profile__table {
    padding-left: 3%;
  }
}
.c-profile__table .c-profile__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #6e6e71;
  padding: 11.5px 4px;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.c-profile__table .c-profile__item h5 {
  font-size: 1.8rem;
  font-weight: 700;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 160px;
}
@media only screen and (max-width: 580px) {
  .c-profile__table .c-profile__item h5 {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 414px) {
  .c-profile__table .c-profile__item h5 {
    font-size: 1.4rem;
    width: 110px;
  }
}
.c-profile__table .c-profile__item p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.8rem;
  font-weight: 500;
  padding-left: 7%;
}
@media only screen and (max-width: 580px) {
  .c-profile__table .c-profile__item p {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 414px) {
  .c-profile__table .c-profile__item p {
    font-size: 1.4rem;
    padding-left: 2%;
  }
}
.c-history__top {
  padding-top: 58px;
  padding-bottom: 50px;
  background-color: #a2bfe4;
}
@media only screen and (max-width: 1023px) {
  .c-history__top {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .c-history__top {
    padding-top: 26px;
    padding-bottom: 24px;
  }
}
.c-history .c-history__bottom {
  background-color: #f2f6fc;
  padding-top: 87px;
  padding-bottom: 110px;
}
.c-history .c-history__bottom .l-container {
  max-width: 1000px;
}
.c-history__list {
  position: relative;
}
.c-history__list::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 60px;
  border-left: 3px dashed #205293;
  top: 0;
  left: 199px;
}
@media only screen and (max-width: 1023px) {
  .c-history__list::before {
    left: 166px;
  }
}
@media only screen and (max-width: 767px) {
  .c-history__list::before {
    left: 77px;
    top: -44px;
  }
}
.c-history__list::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 94%;
  background-color: #205293;
  top: 55px;
  left: 199px;
}
@media only screen and (max-width: 1023px) {
  .c-history__list::after {
    left: 166px;
  }
}
@media only screen and (max-width: 767px) {
  .c-history__list::after {
    top: 10px;
    left: 77px;
    height: 100%;
  }
}
.c-history__list .c-history__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #231916;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  position: relative;
}
.c-history__list .c-history__item::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #205293;
  top: 55px;
  left: 193px;
}
@media only screen and (max-width: 1023px) {
  .c-history__list .c-history__item::before {
    left: 160px;
  }
}
@media only screen and (max-width: 767px) {
  .c-history__list .c-history__item::before {
    left: 73px;
    width: 12px;
    height: 12px;
    top: 52px;
  }
}
.c-history__list .c-history__item + .c-history__item {
  margin-top: 64px;
}
.c-history__list .c-history__item .c-history__year {
  color: #a0a7c9;
  line-height: 1;
  font-size: 7.5rem;
  font-weight: 900;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transform: translate(-6px, 23px);
  transform: translate(-6px, 23px);
}
@media only screen and (max-width: 1023px) {
  .c-history__list .c-history__item .c-history__year {
    font-size: 6rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-history__list .c-history__item .c-history__year {
    font-size: 2.7rem;
    -webkit-transform: translateY(43px);
    transform: translateY(43px);
  }
}
.c-history__list .c-history__item .c-history__date {
  font-size: 2.2rem;
  font-weight: 700;
  margin-left: 43px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-width: 60px;
}
@media only screen and (max-width: 1023px) {
  .c-history__list .c-history__item .c-history__date {
    -webkit-transform: translateY(14px);
    transform: translateY(14px);
  }
}
@media only screen and (max-width: 767px) {
  .c-history__list .c-history__item .c-history__date {
    font-size: 1.7rem;
    min-width: 40px;
    margin-left: 26px;
    -webkit-transform: translateY(39px);
    transform: translateY(39px);
  }
}
.c-history__list .c-history__item .c-history__title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 6.7%;
}
@media only screen and (max-width: 1023px) {
  .c-history__list .c-history__item .c-history__title {
    padding-left: 2%;
  }
}
.c-history__list .c-history__item .c-history__title h5 {
  font-size: 1.7rem;
  font-weight: 700;
  text-align: justify;
  font-family: "source-han-serif-jp-subset", sans-serif;
}
@media only screen and (max-width: 374px) {
  .c-history__list .c-history__item .c-history__title h5 {
    font-size: 1.6rem;
  }
}
.c-history__list .c-history__item .c-history__title p {
  font-size: 1.4rem;
  text-align: justify;
  margin-top: 8px;
}
@media only screen and (max-width: 580px) {
  .c-history__list .c-history__item .c-history__title p {
    font-size: 1.3rem;
    margin-top: 5px;
  }
}
.c-business__policy .c-business__top {
  background-color: #c7dbf1;
  padding-top: 63px;
  padding-bottom: 159px;
}
@media only screen and (max-width: 767px) {
  .c-business__policy .c-business__top {
    padding-top: 45px;
    padding-bottom: 120px;
  }
}
.c-business__policy .c-business__top .c-title2 {
  margin-top: 1px;
}
.c-business__policy .c-business__bottom {
  padding-bottom: 1px;
  background-image: url(./../img/company_bg3.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.c-business__policy .c-business__bottom .l-container {
  max-width: 1040px;
}
.c-bussiness__wrapper {
  background-color: #fff;
  border-radius: 24px;
  color: #231f20;
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
  padding: 0 1.5%;
  padding-top: 27px;
  padding-bottom: 56px;
}
@media only screen and (max-width: 767px) {
  .c-bussiness__wrapper {
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
    padding-left: 14px;
    padding-right: 14px;
    padding-bottom: 30px;
  }
}
.c-bussiness__wrapper .c-bussiness__title {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "source-han-serif-jp-subset", sans-serif;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 767px) {
  .c-bussiness__wrapper .c-bussiness__title {
    text-wrap: balance;
    font-size: 1.7rem;
  }
}
.c-business__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 37px;
}
@media only screen and (max-width: 767px) {
  .c-business__list {
    margin-top: 24px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.c-business__list li {
  width: 25%;
  border-right: 1px solid #231f20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .c-business__list li {
    width: 50%;
    padding: 25px 11px;
  }
}
@media only screen and (max-width: 580px) {
  .c-business__list li {
    padding: 16px 11px;
  }
}
.c-business__list li:last-child {
  border-right: none;
}
@media only screen and (max-width: 767px) {
  .c-business__list li:nth-child(2) {
    border-right: none;
  }
}
@media only screen and (max-width: 767px) {
  .c-business__list li:nth-child(1), .c-business__list li:nth-child(2) {
    border-bottom: 1px solid #231f20;
  }
}
.c-business__list li h5 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #264472;
  text-align: center;
  margin-bottom: 17px;
}
@media only screen and (max-width: 580px) {
  .c-business__list li h5 {
    font-size: 1.6rem;
    margin-bottom: 7px;
  }
}
.c-business__list li span {
  width: 76px;
  height: 76px;
}
@media only screen and (max-width: 580px) {
  .c-business__list li span {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 414px) {
  .c-business__list li span {
    width: 42px;
    height: 42px;
  }
}
.c-business__list li span img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.c-business__list li p {
  margin-top: 12px;
  text-align: justify;
  z-index: 1.4rem;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.6428571429;
}
@media only screen and (max-width: 580px) {
  .c-business__list li p {
    letter-spacing: 0.5px;
    margin-top: 6px;
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 414px) {
  .c-business__list li p {
    letter-spacing: 0;
    line-height: 1.6;
  }
}
.c-cooperate__top {
  padding-top: 74px;
  padding-bottom: 100px;
}
.c-cooperate__top .c-title2 {
  margin-top: 2px;
}
.c-cooperate__top .l-container {
  max-width: 1240px;
}
.c-cooperate__top .c-cooperatetop__row {
  position: relative;
  margin-top: 74px;
}
.c-cooperate__top .c-cooperatetop__row .c-cooperatetop__left {
  background-image: url(./../img/cooperate/coopera_img1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 59.2%;
  padding: 95px 8% 67px;
}
@media only screen and (max-width: 1023px) {
  .c-cooperate__top .c-cooperatetop__row .c-cooperatetop__left {
    padding: 45px 5% 54px;
  }
}
@media only screen and (max-width: 767px) {
  .c-cooperate__top .c-cooperatetop__row .c-cooperatetop__left {
    width: 93%;
    padding: 24px 24px 40px;
  }
}
@media only screen and (max-width: 580px) {
  .c-cooperate__top .c-cooperatetop__row .c-cooperatetop__left {
    padding: 24px;
  }
}
.c-cooperate__top .c-cooperatetop__row .c-cooperatetop__left .c-cooperatetop__content {
  color: #fff;
}
.c-cooperate__top .c-cooperatetop__row .c-cooperatetop__left .c-cooperatetop__content h4 {
  font-weight: 500;
  font-size: 3.5rem;
  font-family: "source-han-serif-jp-subset", sans-serif;
}
@media only screen and (max-width: 1023px) {
  .c-cooperate__top .c-cooperatetop__row .c-cooperatetop__left .c-cooperatetop__content h4 {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-cooperate__top .c-cooperatetop__row .c-cooperatetop__left .c-cooperatetop__content h4 {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 580px) {
  .c-cooperate__top .c-cooperatetop__row .c-cooperatetop__left .c-cooperatetop__content h4 {
    font-size: 1.8rem;
    font-weight: 700;
  }
}
.c-cooperate__top .c-cooperatetop__row .c-cooperatetop__left .c-cooperatetop__content p {
  margin-top: 48px;
  font-size: 1.6rem;
  text-align: justify;
  line-height: 1.6875;
  padding-right: 18%;
}
@media only screen and (max-width: 1023px) {
  .c-cooperate__top .c-cooperatetop__row .c-cooperatetop__left .c-cooperatetop__content p {
    margin-top: 24px;
    font-size: 1.5rem;
    margin-top: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .c-cooperate__top .c-cooperatetop__row .c-cooperatetop__left .c-cooperatetop__content p {
    font-size: 1.35rem;
    margin-top: 16px;
  }
}
@media only screen and (max-width: 580px) {
  .c-cooperate__top .c-cooperatetop__row .c-cooperatetop__left .c-cooperatetop__content p {
    font-size: 1.3rem;
    padding-right: 12%;
    margin-top: 12px;
  }
}
.c-cooperate__top .c-cooperatetop__row .c-cooperatetop__right {
  position: absolute;
  right: 0;
  width: 56.6%;
  height: 100%;
  top: 44px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .c-cooperate__top .c-cooperatetop__row .c-cooperatetop__right {
    width: 80%;
    top: 20px;
    right: -150px;
  }
}
@media only screen and (max-width: 414px) {
  .c-cooperate__top .c-cooperatetop__row .c-cooperatetop__right {
    width: 100%;
  }
}
.c-cooperatetop__bottom {
  margin: 90px auto 0;
  max-width: 1000px;
  padding: 0 4.5%;
  padding-bottom: 42px;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .c-cooperatetop__bottom {
    margin-top: 170px;
  }
}
@media only screen and (max-width: 580px) {
  .c-cooperatetop__bottom {
    margin-top: 120px;
    padding-bottom: 30px;
  }
}
.c-cooperatetop__bottom::after {
  position: absolute;
  width: 100%;
  height: 83%;
  background-color: #226aa9;
  content: "";
  left: 0;
  bottom: 0;
  z-index: -1;
}
.c-cooperatetop__bottom .c-cooperatebottom__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .c-cooperatetop__bottom .c-cooperatebottom__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.c-cooperatetop__bottom .c-cooperatebottom__row .c-cbr__img {
  width: 42.5%;
  background-color: #fff;
  padding: 13px;
}
@media only screen and (max-width: 767px) {
  .c-cooperatetop__bottom .c-cooperatebottom__row .c-cbr__img {
    width: 100%;
    -webkit-box-shadow: 1px 1px 3px #414142;
    box-shadow: 1px 1px 3px #414142;
  }
}
.c-cooperatetop__bottom .c-cooperatebottom__row .c-cbr__img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-cooperatetop__bottom .c-cooperatebottom__row .c-cbr__right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 5%;
  padding-right: 0;
  padding-top: 115px;
}
@media only screen and (max-width: 767px) {
  .c-cooperatetop__bottom .c-cooperatebottom__row .c-cbr__right {
    padding: 0;
    padding-top: 15px;
  }
}
.c-cooperatetop__bottom .c-cooperatebottom__row .c-cbr__right ul {
  padding-left: 8%;
}
@media only screen and (max-width: 767px) {
  .c-cooperatetop__bottom .c-cooperatebottom__row .c-cbr__right ul {
    padding-left: 0;
  }
}
.c-cooperatetop__bottom .c-cooperatebottom__row .c-cbr__right ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.c-cooperatetop__bottom .c-cooperatebottom__row .c-cbr__right ul li + li {
  margin-top: 29px;
}
@media only screen and (max-width: 767px) {
  .c-cooperatetop__bottom .c-cooperatebottom__row .c-cbr__right ul li + li {
    margin-top: 18px;
  }
}
.c-cooperatetop__bottom .c-cooperatebottom__row .c-cbr__right ul li span {
  width: 43px;
  aspect-ratio: 1/1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.c-cooperatetop__bottom .c-cooperatebottom__row .c-cbr__right ul li span img {
  -o-object-fit: contain;
  object-fit: contain;
}
.c-cooperatetop__bottom .c-cooperatebottom__row .c-cbr__right ul li .c-li__right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 5%;
  color: #fff;
}
.c-cooperatetop__bottom .c-cooperatebottom__row .c-cbr__right ul li .c-li__right h5 {
  font-size: 1.8rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .c-cooperatetop__bottom .c-cooperatebottom__row .c-cbr__right ul li .c-li__right h5 {
    font-size: 1.6rem;
    font-weight: 700;
  }
}
.c-cooperatetop__bottom .c-cooperatebottom__row .c-cbr__right ul li .c-li__right p {
  font-size: 1.4rem;
  margin-top: 4px;
}
@media only screen and (max-width: 1100px) {
  .c-cooperatetop__bottom .c-cooperatebottom__row .c-cbr__right ul li .c-li__right p {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-cooperatetop__bottom .c-cooperatebottom__row .c-cbr__right ul li .c-li__right p {
    font-size: 1.3rem;
  }
}
.c-field {
  background-color: #cedde6;
  padding-top: 75px;
  padding-bottom: 95px;
}
.c-field .c-title2 {
  margin-top: 1px;
}
.c-field .c-field__wrapper {
  background-color: #fff;
  max-width: 1066px;
  margin: 55px auto 0;
  border-radius: 26px;
  padding-top: 26px;
  padding-bottom: 42px;
}
@media only screen and (max-width: 767px) {
  .c-field .c-field__wrapper {
    padding: 24px;
  }
}
.c-field .c-field__wrapper .c-fieldwrapper__title {
  text-align: center;
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 26px;
}
@media only screen and (max-width: 767px) {
  .c-field .c-field__wrapper .c-fieldwrapper__title {
    text-align: center;
    text-wrap: balance;
  }
}
.c-field .c-field__wrapper > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .c-field .c-field__wrapper > ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 40px 2%;
  }
}
.c-field .c-field__wrapper > ul > li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid #231916;
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .c-field .c-field__wrapper > ul > li {
    padding: 0;
    width: 49%;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    border-right: unset;
  }
}
.c-field .c-field__wrapper > ul > li:last-child {
  border-right: unset;
}
@media only screen and (max-width: 767px) {
  .c-field .c-field__wrapper > ul > li:nth-child(2n+1) {
    border-left: 1px solid #231916;
  }
}
.c-field .c-field__wrapper > ul > li:nth-child(1) {
  -ms-flex-preferred-size: 10%;
  flex-basis: 10%;
}
@media only screen and (max-width: 767px) {
  .c-field .c-field__wrapper > ul > li:nth-child(1) {
    -ms-flex-preferred-size: unset;
    flex-basis: unset;
    width: 100%;
    border-left: unset;
  }
}
.c-field .c-field__wrapper > ul > li h4 {
  font-weight: 700;
  font-size: 1.8rem;
  color: #21569c;
  margin-bottom: 19px;
  text-align: center;
}
@media only screen and (max-width: 1100px) {
  .c-field .c-field__wrapper > ul > li h4 {
    font-size: 1.6rem;
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .c-field .c-field__wrapper > ul > li h4 {
    font-size: 1.45rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-field .c-field__wrapper > ul > li > ul {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    margin: 0 auto;
  }
}
.c-field .c-field__wrapper > ul > li > ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #231916;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.c-field .c-field__wrapper > ul > li > ul li span {
  width: 4px;
  height: 4px;
  background-color: #231916;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  margin-right: 5px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.c-field .c-field__wrapper > ul > li > ul li p {
  font-size: 1.6rem;
  font-weight: 500;
}
@media only screen and (max-width: 1100px) {
  .c-field .c-field__wrapper > ul > li > ul li p {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-field .c-field__wrapper > ul > li > ul li p {
    font-size: 1.3rem;
  }
}
.c-merit__top {
  padding-top: 78px;
  padding-bottom: 84px;
  background-image: url(./../img/merit_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media only screen and (max-width: 1023px) {
  .c-merit__top {
    padding: 55px 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-merit__top {
    padding: 24px 0;
  }
}
.c-merit__top .c-title1 {
  color: #ffff;
}
.c-merit__top .c-title2 {
  color: #fff;
  margin-top: 2px;
}
.c-merit .c-merit__bottom {
  padding-top: 52px;
  padding-bottom: 112px;
}
.c-merit .c-merit__bottom .c-meritbottom__title {
  text-align: center;
  font-size: 1.9rem;
  font-weight: 700;
  font-family: "source-han-serif-jp-subset", sans-serif;
}
.c-merit .c-merit__bottom .l-container {
  max-width: 1040px;
}
.c-merit__list {
  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;
  gap: 81px 0;
  margin-top: 70px;
}
.c-merit__list .c-merit__item {
  color: #231916;
  background-color: #dbe5f4;
  border-radius: 10px;
  width: 31.2%;
  padding-bottom: 29px;
}
@media only screen and (max-width: 767px) {
  .c-merit__list .c-merit__item {
    width: 49%;
  }
}
@media only screen and (max-width: 580px) {
  .c-merit__list .c-merit__item {
    width: 100%;
  }
}
.c-merit__list .c-merit__title {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateY(-33px);
  transform: translateY(-33px);
  padding-left: 5px;
}
.c-merit__list .c-merit__title .c-merit__number {
  color: #21569c;
  font-weight: 900;
  font-size: 7.862rem;
  line-height: 1;
}
@media only screen and (max-width: 1023px) {
  .c-merit__list .c-merit__title .c-merit__number {
    font-size: 6rem;
  }
}
.c-merit__list .c-merit__title .c-merit__triangle {
  height: 70px;
  width: 70px;
  background-color: #dbe5f4;
  border-left: 3px solid #21569c;
  -webkit-transform: rotate(48deg);
  transform: rotate(48deg);
  position: absolute;
  bottom: -46px;
  left: 74px;
}
@media only screen and (max-width: 1023px) {
  .c-merit__list .c-merit__title .c-merit__triangle {
    width: 34px;
    height: 34px;
    left: 57px;
    bottom: -22px;
  }
}
.c-merit__list .c-merit__title .c-merit__tit {
  font-size: 2rem;
  font-weight: 700;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}
@media only screen and (max-width: 1023px) {
  .c-merit__list .c-merit__title .c-merit__tit {
    font-size: 1.7rem;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@media only screen and (max-width: 767px) {
  .c-merit__list .c-merit__title .c-merit__tit {
    font-size: 2.3rem;
    margin-left: 10px;
  }
}
.c-merit__list .c-merit__icon {
  width: 143px;
  aspect-ratio: 1/1;
  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;
  margin: 0 auto;
  position: relative;
}
.c-merit__list .c-merit__icon.c-merit__icon1 img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.c-merit__list .c-merit__icon.c-merit__icon2 img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.c-merit__list .c-merit__icon.c-merit__icon3 img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.c-merit__list .c-merit__icon.c-merit__icon4 img {
  -webkit-transform: scale(1.6);
  transform: scale(1.6);
}
.c-merit__list .c-merit__icon.c-merit__icon5 img {
  -webkit-transform: scale(1.6);
  transform: scale(1.6);
}
.c-merit__list .c-merit__icon.c-merit__icon6 img {
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}
.c-merit__list .c-merit__icon img {
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  width: 100%;
  height: 100%;
  top: -10px;
}
.c-merit__list .c-merit__desc {
  font-size: 1.6rem;
  line-height: 1.5625;
  text-align: justify;
  padding: 0 13%;
  letter-spacing: 0.5px;
}
.c-step {
  background-color: #ecebeb;
  padding-top: 58px;
  padding-bottom: 80px;
}
.c-step .c-title2 {
  margin-top: 2px;
}
.c-step .l-container {
  max-width: 1040px;
}
.c-step .c-step__table {
  margin-top: 42px;
  -webkit-box-shadow: 0 0 8px rgba(65, 65, 66, 0.3);
  box-shadow: 0 0 8px rgba(65, 65, 66, 0.3);
}
@media only screen and (max-width: 767px) {
  .c-step .c-step__table {
    margin-top: 24px;
  }
}
.c-step .c-step__table .c-step__tabeltitle {
  color: #fff;
  background-color: #0056a7;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  padding: 15px 5%;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .c-step .c-step__table .c-step__tabeltitle {
    font-size: 1.75rem;
  }
}
.c-step .c-step__table .c-step__tablecontent {
  background-color: #fff;
  padding: 37px 10.5%;
  padding-bottom: 52px;
}
@media only screen and (max-width: 767px) {
  .c-step .c-step__table .c-step__tablecontent {
    padding: 20px;
    padding-bottom: 50px;
  }
}
.c-step .c-step__table .c-step__tablecontent .c-step__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-step .c-step__table .c-step__tablecontent .c-step__item + .c-step__item {
  margin-top: 30px;
}
.c-step .c-step__table .c-step__tablecontent .c-step__item + .c-step__item .c-step__number {
  position: relative;
}
.c-step .c-step__table .c-step__tablecontent .c-step__item + .c-step__item .c-step__number::after {
  position: absolute;
  background-color: #86b1df;
  height: 100%;
  width: 3px;
  bottom: 100%;
  content: "";
}
@media only screen and (max-width: 767px) {
  .c-step .c-step__table .c-step__tablecontent .c-step__item + .c-step__item .c-step__number::after {
    height: 150%;
  }
}
.c-step .c-step__table .c-step__tablecontent .c-step__item .c-step__number {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  width: 73px;
  height: 73px;
  background-color: #86b1df;
  aspect-ratio: 1/1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .c-step .c-step__table .c-step__tablecontent .c-step__item .c-step__number {
    width: 62px;
    height: 62px;
  }
}
.c-step .c-step__table .c-step__tablecontent .c-step__item .c-step__number .c-step__numbertxt {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
}
.c-step .c-step__table .c-step__tablecontent .c-step__item .c-step__number .c-step__numbernum {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .c-step .c-step__table .c-step__tablecontent .c-step__item .c-step__number .c-step__numbernum {
    font-size: 2.4rem;
  }
}
.c-step .c-step__table .c-step__tablecontent .c-step__item .c-step__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 12.4%;
  padding-top: 10px;
}
@media only screen and (max-width: 767px) {
  .c-step .c-step__table .c-step__tablecontent .c-step__item .c-step__content {
    padding-left: 17px;
  }
}
.c-step .c-step__table .c-step__tablecontent .c-step__item .c-step__content h4 {
  font-size: 1.8rem;
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .c-step .c-step__table .c-step__tablecontent .c-step__item .c-step__content h4 {
    font-size: 1.7rem;
  }
}
.c-step .c-step__table .c-step__tablecontent .c-step__item .c-step__content p {
  text-align: justify;
  font-weight: 500;
  margin-top: 5px;
  font-size: 1.4rem;
  padding-bottom: 18px;
  border-bottom: 1px dashed #231916;
}
@media only screen and (max-width: 767px) {
  .c-step .c-step__table .c-step__tablecontent .c-step__item .c-step__content p {
    font-size: 1.35rem;
    margin-top: 3px;
  }
}
.c-case__container {
  padding-top: 113px;
  padding-bottom: 190px;
}
@media only screen and (max-width: 1023px) {
  .c-case__container {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .c-case__container {
    padding-top: 60px;
  }
}
.c-case__container .l-container {
  max-width: 1040px;
}
.c-case__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 92px 2.6666666667%;
}
@media only screen and (max-width: 767px) {
  .c-case__list {
    gap: 45px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.c-case__list .c-case__item {
  width: 23%;
}
@media only screen and (max-width: 767px) {
  .c-case__list .c-case__item {
    width: 48%;
  }
}
.c-case__list .c-case__item .c-case__img img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.c-case__list .c-case__item .c-case__title {
  font-size: 1.6rem;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  margin-top: 7px;
}
@media only screen and (max-width: 767px) {
  .c-case__list .c-case__item .c-case__title {
    margin-top: 4px;
    font-size: 1.45rem;
  }
}
.c-case__list .c-case__item .c-case__cat {
  font-weight: 500;
  font-size: 1.2rem;
  color: #fff;
  background-color: #1c75bc;
  margin-top: 12px;
  padding: 8px 10px;
  display: inline-block;
}
@media only screen and (max-width: 580px) {
  .c-case__list .c-case__item .c-case__cat {
    margin-top: 6px;
    padding: 7px 8px;
  }
}
.c-single__container--case {
  padding-bottom: 160px;
}
.c-single__container--case .l-container {
  max-width: 940px;
}
.c-single__container--case .c-single__row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
  margin-top: 0;
  padding: 0;
}
.c-single__container--case .c-single__row .c-single__cat {
  font-size: 1.4rem;
  padding: 5px 10px 6px;
}
.c-single__container--case .c-single__row .c-single__title {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  width: 100%;
  margin-top: 20px;
  letter-spacing: 2px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .c-single__container--case .c-single__row .c-single__title {
    font-size: 2.1rem;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 580px) {
  .c-single__container--case .c-single__row .c-single__title {
    font-size: 1.8rem;
    margin-top: 15px;
    padding-bottom: 12px;
  }
}
.c-single__container--case .c-single__contentcontainer .c-single__content {
  margin-top: 8px;
}
.c-exterior1 {
  padding: 74px 0 82px;
}
@media only screen and (max-width: 767px) {
  .c-exterior1 {
    padding: 45px 0 60px;
  }
}
.c-exterior1 .l-container {
  max-width: 1040px;
}
.c-exterior1 .c-exterior1__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #efeff0;
}
@media only screen and (max-width: 767px) {
  .c-exterior1 .c-exterior1__wrapper {
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.c-exterior1 .c-exterior1__wrapper .c-exterior1__img {
  width: 50.1%;
}
@media only screen and (max-width: 767px) {
  .c-exterior1 .c-exterior1__wrapper .c-exterior1__img {
    width: 100%;
  }
}
.c-exterior1 .c-exterior1__wrapper .c-exterior1__img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-exterior1 .c-exterior1__wrapper .c-exterior1__right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 25px 3.5%;
}
@media only screen and (max-width: 767px) {
  .c-exterior1 .c-exterior1__wrapper .c-exterior1__right {
    padding: 15px 20px 20px;
  }
}
.c-exterior1 .c-exterior1__wrapper .c-exterior1__right .c-exterior1__title {
  font-size: 2.4rem;
  font-family: "source-han-serif-jp-subset", sans-serif;
  color: #0d4ba0;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .c-exterior1 .c-exterior1__wrapper .c-exterior1__right .c-exterior1__title {
    font-size: 1.9rem;
  }
}
.c-exterior1 .c-exterior1__wrapper .c-exterior1__right .c-exterior1__desc {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  text-align: justify;
  font-weight: 500;
  margin-top: 8px;
}
.c-exterior1__list {
  margin-top: 32px;
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  .c-exterior1__list {
    padding: 0;
    margin-top: 15px;
  }
}
.c-exterior1__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-exterior1__list li + li {
  margin-top: 15px;
}
.c-exterior1__list li .c-check {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #333364;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  padding: 4px;
  padding-top: 6px;
}
@media only screen and (max-width: 767px) {
  .c-exterior1__list li .c-check {
    width: 20px;
    height: 20px;
  }
}
.c-exterior1__list li .c-li__checkright {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 16px;
}
@media only screen and (max-width: 767px) {
  .c-exterior1__list li .c-li__checkright {
    padding-left: 10px;
  }
}
.c-exterior1__list li .c-li__checkright h5 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #2d56a7;
}
.c-exterior1__list li .c-li__checkright p {
  font-size: 1.2rem;
  font-weight: 500;
}
.c-service__exterior {
  background-color: #efeff0;
  padding-top: 72px;
  padding-bottom: 134px;
}
@media only screen and (max-width: 1023px) {
  .c-service__exterior {
    padding-top: 45px;
    padding-bottom: 100px;
  }
}
.c-service__exterior .c-title2 {
  margin-top: 2px;
}
.c-service__exterior .l-container {
  max-width: 1040px;
}
.c-service__exterior .c-service__list {
  margin-top: 79px;
}
@media only screen and (max-width: 1023px) {
  .c-service__exterior .c-service__list {
    margin-top: 45px;
  }
}
.c-service__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 57px 1.55%;
}
@media only screen and (max-width: 767px) {
  .c-service__list {
    gap: 35px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.c-service__list .c-service__item {
  width: 32.3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .c-service__list .c-service__item {
    width: 48.5%;
  }
}
@media only screen and (max-width: 580px) {
  .c-service__list .c-service__item {
    width: 100%;
  }
}
.c-service__list .c-service__item .c-service__img {
  position: relative;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.c-service__list .c-service__item .c-service__img::before {
  position: absolute;
  content: "";
  width: 100%;
  top: 0;
  background-color: #3f5caa;
  height: 16px;
}
.c-service__list .c-service__item .c-service__img img {
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  aspect-ratio: 323/219;
}
.c-service__list .c-service__item .c-service__content {
  background-color: #fff;
  padding: 18px 30px 24px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -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: 1023px) {
  .c-service__list .c-service__item .c-service__content {
    padding: 15px 20px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .c-service__list .c-service__item .c-service__content {
    padding-top: 10px;
  }
}
.c-service__list .c-service__item .c-service__content .c-servicecontent__title {
  color: #0056a7;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 3px;
  padding-bottom: 17px;
}
@media only screen and (max-width: 1023px) {
  .c-service__list .c-service__item .c-service__content .c-servicecontent__title {
    padding-bottom: 7px;
  }
}
@media only screen and (max-width: 767px) {
  .c-service__list .c-service__item .c-service__content .c-servicecontent__title {
    font-size: 1.8rem;
  }
}
.c-service__list .c-service__item .c-service__content .c-servicecontent__desc {
  color: #231916;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: justify;
  line-height: 1.7142857143;
  padding-bottom: 17px;
}
@media only screen and (max-width: 767px) {
  .c-service__list .c-service__item .c-service__content .c-servicecontent__desc {
    padding-bottom: 12px;
  }
}
.c-service__list .c-service__item .c-service__content .c-servicecontent__list {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  margin-top: 17px;
  margin-top: auto;
}
.c-service__list .c-service__item .c-service__content .c-servicecontent__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
.c-service__list .c-service__item .c-service__content .c-servicecontent__list li + li {
  margin-top: 3px;
}
.c-service__list .c-service__item .c-service__content .c-servicecontent__list li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 13.5px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .c-service__list .c-service__item .c-service__content .c-servicecontent__list li span {
    width: 20px;
  }
}
.c-service__list .c-service__item .c-service__content .c-servicecontent__list li h5 {
  font-size: 1.4rem;
  font-weight: 500;
  color: #231916;
}
.c-introduce {
  padding: 64px 0 100px;
}
@media only screen and (max-width: 767px) {
  .c-introduce {
    padding-top: 40px;
  }
}
.c-introduce .c-title2 {
  margin-top: 2px;
}
.c-introduce .l-container {
  max-width: 1040px;
}
.c-introduce .c-introduce__title {
  font-size: 2rem;
  font-weight: 700;
  color: #4e6ab2;
  margin-top: 38px;
}
@media only screen and (max-width: 767px) {
  .c-introduce .c-introduce__title {
    font-size: 1.7rem;
  }
}
.c-introduce .c-introduce__desc {
  font-size: 1.8rem;
  font-weight: 500;
  color: #231f20;
  margin-top: 9px;
}
@media only screen and (max-width: 767px) {
  .c-introduce .c-introduce__desc {
    margin-top: 6px;
    font-size: 1.45rem;
  }
}
.c-introduce .c-introduce__steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 59px;
  margin-bottom: 71px;
}
@media only screen and (max-width: 767px) {
  .c-introduce .c-introduce__steps {
    margin-top: 30px;
    margin-bottom: 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.c-introduce .c-introduce__steps li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  padding: 25px 13px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .c-introduce .c-introduce__steps li {
    padding: 20px 7px;
    font-size: 1.45rem;
  }
}
@media only screen and (max-width: 875px) {
  .c-introduce .c-introduce__steps li {
    padding: 18px 0;
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-introduce .c-introduce__steps li {
    font-size: 1.65rem;
    padding-top: 30px;
  }
}
.c-introduce .c-introduce__steps li span {
  display: inline-block;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
@media only screen and (max-width: 767px) {
  .c-introduce .c-introduce__steps li span {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}
.c-introduce .c-introduce__steps li::after {
  content: "";
  position: absolute;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  height: 100%;
  width: 20px;
  z-index: 1;
  top: 0;
  left: calc(100% - 0px);
}
@media only screen and (max-width: 767px) {
  .c-introduce .c-introduce__steps li::after {
    -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    left: 0;
    width: 100%;
    height: 18px;
    top: calc(100% - 1px);
  }
}
.c-introduce .c-introduce__steps li:nth-child(1) {
  background-color: #94a9d7;
}
@media only screen and (max-width: 767px) {
  .c-introduce .c-introduce__steps li:nth-child(1) {
    padding-top: 18px;
  }
}
.c-introduce .c-introduce__steps li:nth-child(1)::after {
  background-color: #94a9d7;
}
.c-introduce .c-introduce__steps li:nth-child(2) {
  background-color: #6784c2;
}
.c-introduce .c-introduce__steps li:nth-child(2)::after {
  background-color: #6784c2;
}
.c-introduce .c-introduce__steps li:nth-child(3) {
  background-color: #5277b3;
}
.c-introduce .c-introduce__steps li:nth-child(3)::after {
  background-color: #5277b3;
}
.c-introduce .c-introduce__steps li:nth-child(4) {
  background-color: #46578f;
}
.c-introduce .c-introduce__steps li:nth-child(4)::after {
  background-color: #46578f;
}
.c-introduce .c-introduce__steps li:nth-child(5) {
  background-color: #3b466e;
}
.c-introduce .c-introduce__steps li:nth-child(5)::after {
  left: unset;
  right: -1px;
  top: 0;
  height: calc(100% + 2px);
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 100% 50%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 100% 50%);
}
@media only screen and (max-width: 767px) {
  .c-introduce .c-introduce__steps li:nth-child(5)::after {
    -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    left: 0;
    width: 100%;
    height: 18px;
    top: calc(100% - 1px);
    background-color: #3b466e;
  }
}
.c-introduce__list .c-introduce__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.c-introduce__list .c-introduce__item:nth-child(1) .c-introduceitem__icon {
  margin-top: -20px;
}
.c-introduce__list .c-introduce__item:nth-child(1) .c-introduceitem__icon img {
  width: 60%;
}
.c-introduce__list .c-introduce__item + .c-introduce__item {
  margin-top: 64px;
  position: relative;
}
.c-introduce__list .c-introduce__item + .c-introduce__item::before {
  content: url("./../img/exterior/arrow.png");
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0.5);
  transform: translateX(-50%) scale(0.5);
  top: -58px;
}
.c-introduce__list .c-introduce__item .c-introduce__number {
  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: 110px;
  height: 110px;
  background: #94a9d7;
  background: -webkit-linear-gradient(293deg, #94a9d7 0%, #6784c2 100%);
  background: linear-gradient(157deg, #94a9d7 0%, #6784c2 100%);
  color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .c-introduce__list .c-introduce__item .c-introduce__number {
    width: 80px;
    height: 80px;
    -webkit-transform: unset;
    transform: unset;
    top: 5%;
  }
}
.c-introduce__list .c-introduce__item .c-introduce__number .c-innum__step {
  font-weight: 700;
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .c-introduce__list .c-introduce__item .c-introduce__number .c-innum__step {
    font-size: 1.6rem;
  }
}
.c-introduce__list .c-introduce__item .c-introduce__number .c-innum__number {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .c-introduce__list .c-introduce__item .c-introduce__number .c-innum__number {
    font-size: 3rem;
  }
}
.c-introduce__list .c-introduce__item .c-introduceitem__content {
  background-color: #ebedf4;
  width: calc(100% - 55px);
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 32px calc(5% + 55px) 28px;
  padding-right: 2%;
}
@media only screen and (max-width: 767px) {
  .c-introduce__list .c-introduce__item .c-introduceitem__content {
    border-radius: 16px;
    padding: 16px 24px 20px;
    padding-left: 48px;
    width: calc(100% - 40px);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.c-introduce__list .c-introduce__item .c-introduceitem__content .c-introduceitem__left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 3%;
}
@media only screen and (max-width: 767px) {
  .c-introduce__list .c-introduce__item .c-introduceitem__content .c-introduceitem__left {
    width: 100%;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }
}
.c-introduce__list .c-introduce__item .c-introduceitem__content .c-introduceitem__left h5 {
  color: #274fa2;
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .c-introduce__list .c-introduce__item .c-introduceitem__content .c-introduceitem__left h5 {
    font-size: 1.8rem;
  }
}
.c-introduce__list .c-introduce__item .c-introduceitem__content .c-introduceitem__left p {
  font-size: 2rem;
  text-align: justify;
  margin-top: 8px;
}
@media only screen and (max-width: 1023px) {
  .c-introduce__list .c-introduce__item .c-introduceitem__content .c-introduceitem__left p {
    font-size: 1.8rem;
    margin-top: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .c-introduce__list .c-introduce__item .c-introduceitem__content .c-introduceitem__left p {
    font-size: 1.45rem;
  }
}
.c-introduce__list .c-introduce__item .c-introduceitem__content .c-introduceitem__icon {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 24%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-introduce__list .c-introduce__item .c-introduceitem__content .c-introduceitem__icon {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    width: 100%;
    margin-top: 10px;
  }
}
.c-introduce__list .c-introduce__item .c-introduceitem__content .c-introduceitem__icon img {
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%;
}
.c-case__section {
  background-color: #efeff0;
  padding-top: 56px;
  padding-bottom: 150px;
}
@media only screen and (max-width: 1023px) {
  .c-case__section {
    padding-bottom: 100px;
  }
}
.c-case__section .c-title2 {
  margin-top: 2px;
}
.c-case__section .l-container {
  max-width: 1040px;
}
.c-case__section .c-case__list {
  margin-top: 68px;
}
.c-case__section .c-btn2 {
  margin: 80px auto 0;
  height: 66px;
  padding-left: 0;
}
@media only screen and (max-width: 767px) {
  .c-case__section .c-btn2 {
    margin-top: 45px;
    height: 53px;
    width: 220px;
  }
  .c-case__section .c-btn2 .c-btn2__arrow {
    right: 9%;
  }
}
.c-case__section .c-btn2 .c-btn2__txt {
  -webkit-transform: translateX(-14px);
  transform: translateX(-14px);
}
@media only screen and (max-width: 767px) {
  .c-case__section .c-btn2 .c-btn2__txt {
    -webkit-transform: translateX(-18px);
    transform: translateX(-18px);
  }
}
.c-voice .c-voice__top {
  background-color: #29499f;
  padding: 60px 0 65px;
}
@media only screen and (max-width: 767px) {
  .c-voice .c-voice__top {
    padding: 35px 0;
  }
}
@media only screen and (max-width: 580px) {
  .c-voice .c-voice__top {
    padding: 29px 0;
  }
}
.c-voice .c-voice__top .c-title1 {
  color: #fff;
}
.c-voice .c-voice__top .c-title2 {
  margin-top: 3px;
  color: #fff;
}
.c-voice .c-voice__bottom {
  background-color: #b1c5e6;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .c-voice .c-voice__bottom {
    padding-top: 45px;
  }
}
.c-voice .c-voice__bottom .l-container {
  max-width: 1040px;
}
.c-voice__list .c-voice__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-voice__list .c-voice__item + .c-voice__item {
  margin-top: 72px;
}
.c-voice__list .c-voice__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 22%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .c-voice__list .c-voice__img {
    width: 100%;
    -ms-flex-negative: unset;
    flex-shrink: unset;
  }
}
.c-voice__list .c-voice__img::before {
  position: absolute;
  content: "";
  background-color: #29499f;
  height: 100%;
  width: 15px;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .c-voice__list .c-voice__img::before {
    height: 15px;
    width: 100%;
  }
}
.c-voice__list .c-voice__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 130/87;
}
.c-voice__list .c-voice__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  padding: 22px 3.5%;
  -webkit-clip-path: polygon(93.5% 0, 100% 26%, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(93.5% 0, 100% 26%, 100% 100%, 0 100%, 0 0);
  -webkit-box-shadow: 2px 2px 4px rgba(145, 146, 150, 0.3);
  box-shadow: 2px 2px 4px rgba(145, 146, 150, 0.3);
}
@media only screen and (max-width: 767px) {
  .c-voice__list .c-voice__content {
    -webkit-clip-path: unset;
    clip-path: unset;
    padding-top: 14px;
  }
}
.c-voice__list .c-voice__content .c-voicecontent__row1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 23px;
  border-bottom: 1px solid #29499f;
  padding-bottom: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .c-voice__list .c-voice__content .c-voicecontent__row1 {
    gap: 12px;
  }
}
.c-voice__list .c-voice__content .c-voicecontent__row1 .c-voice__owner {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 767px) {
  .c-voice__list .c-voice__content .c-voicecontent__row1 .c-voice__owner {
    font-size: 1.75rem;
    letter-spacing: 0;
  }
}
.c-voice__list .c-voice__content .c-voicecontent__row1 .c-voice__cat {
  font-size: 1.6rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .c-voice__list .c-voice__content .c-voicecontent__row1 .c-voice__cat {
    font-size: 1.45rem;
  }
}
.c-voice__list .c-voice__content .c-voice__desc {
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: justify;
  font-weight: 500;
  color: #231916;
  margin-top: 16px;
  padding-right: 12%;
}
@media only screen and (max-width: 767px) {
  .c-voice__list .c-voice__content .c-voice__desc {
    margin-top: 12px;
    font-size: 1.45rem;
    padding-right: 0;
  }
}
.c-question {
  padding: 54px 0 100px;
}
.c-question .c-title2 {
  margin-top: 2px;
}
.c-question .c-faq__list3 {
  margin-top: 53px;
}
.c-question .l-container {
  max-width: 1040px;
}
.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;
  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;
}
@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;
  pointer-events: none;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  text-align: justify;
  font-size: 1.8rem;
  font-weight: 700;
  margin-left: 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;
  cursor: pointer;
  pointer-events: none;
  -webkit-transform-origin: center;
  transform-origin: center;
  position: relative;
}
.c-faq__list3 .c-fq__item .c-fq__arrow span {
  background-color: #3f3b3a;
  position: absolute;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  display: inline-block;
}
.c-faq__list3 .c-fq__item .c-fq__arrow span:nth-child(1) {
  width: 100%;
  height: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-faq__list3 .c-fq__item .c-fq__arrow span:nth-child(2) {
  width: 2px;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.c-faq__list3 .c-fq__item .c-fq__arrow.c-active span:nth-child(2) {
  -webkit-transform: translateX(-50%) rotate(90deg);
  transform: translateX(-50%) rotate(90deg);
}
.c-faq__list3 .c-fa__item {
  overflow: hidden;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  height: 0;
}
.c-faq__list3 .c-fa__item.c-active {
  height: auto;
}
.c-faq__list3 .c-fa__item > .c-faitem__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 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;
  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;
  flex: 1;
}
.c-scaffolding {
  padding-top: 61px;
  background-color: #eeeded;
  padding-bottom: 95px;
}
.c-scaffolding .c-title2 {
  margin-top: 2px;
}
.c-scaffolding .l-container {
  max-width: 1040px;
}
.c-scaffolding__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  margin-top: 48px;
  border-radius: 19px;
  overflow: hidden;
  -webkit-box-shadow: 3px 3px 6px rgba(107, 108, 111, 0.3);
  box-shadow: 3px 3px 6px rgba(107, 108, 111, 0.3);
}
@media only screen and (max-width: 767px) {
  .c-scaffolding__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.c-scaffolding__list .c-scaffolding__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 17px 40px 33px;
  padding-right: 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .c-scaffolding__list .c-scaffolding__item {
    padding: 17px 20px 33px;
  }
}
@media only screen and (max-width: 767px) {
  .c-scaffolding__list .c-scaffolding__item {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: 100%;
    padding: 35px 24px 15px !important;
  }
  .c-scaffolding__list .c-scaffolding__item:nth-child(1) {
    padding-top: 15px !important;
  }
}
.c-scaffolding__list .c-scaffolding__item::before {
  content: "";
  background-color: #fff;
  height: 100%;
  width: 30px;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  position: absolute;
  left: 100%;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .c-scaffolding__list .c-scaffolding__item::before {
    -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    height: 30px;
    width: 100%;
    left: 0;
    top: calc(100% - 1px);
  }
}
.c-scaffolding__list .c-scaffolding__item:nth-child(1) {
  z-index: 4;
}
.c-scaffolding__list .c-scaffolding__item:nth-child(1)::before {
  background-color: #fff;
}
.c-scaffolding__list .c-scaffolding__item:nth-child(2) {
  background-color: #f1f4fa;
  z-index: 3;
  padding-left: 50px;
  padding-right: 10px;
}
@media only screen and (max-width: 1023px) {
  .c-scaffolding__list .c-scaffolding__item:nth-child(2) {
    padding-left: 35px;
  }
}
.c-scaffolding__list .c-scaffolding__item:nth-child(2)::before {
  background-color: #f1f4fa;
}
.c-scaffolding__list .c-scaffolding__item:nth-child(3) {
  z-index: 2;
  background-color: #e5ebf7;
  padding-left: 50px;
  padding-right: 10px;
}
.c-scaffolding__list .c-scaffolding__item:nth-child(3)::before {
  background-color: #e5ebf7;
}
.c-scaffolding__list .c-scaffolding__item:nth-child(4) {
  background-color: #d4e2f4;
  z-index: 1;
  padding-left: 50px;
}
.c-scaffolding__list .c-scaffolding__item:nth-child(4)::before {
  background-color: #d4e2f4;
}
.c-scaffolding__list .c-scaffolding__item .c-scaffolding__step {
  color: #324ea2;
  font-size: 1.4rem;
  font-weight: 700;
  display: block;
}
@media only screen and (max-width: 767px) {
  .c-scaffolding__list .c-scaffolding__item .c-scaffolding__step {
    display: unset;
  }
}
.c-scaffolding__list .c-scaffolding__item .c-scaffolding__number {
  color: #324ea2;
  font-size: 3rem;
  display: block;
  font-weight: 700;
  line-height: 1;
  margin-top: -2px;
}
@media only screen and (max-width: 767px) {
  .c-scaffolding__list .c-scaffolding__item .c-scaffolding__number {
    display: unset;
    font-size: 2.4rem;
    margin-top: -2px;
  }
}
.c-scaffolding__list .c-scaffolding__item .c-scaffolding__title {
  font-size: 2rem;
  font-weight: 700;
  font-family: "source-han-serif-jp-subset", sans-serif;
  margin-top: 11px;
  padding-bottom: 3px;
  border-bottom: 1px solid #2a52a4;
}
@media only screen and (max-width: 1023px) {
  .c-scaffolding__list .c-scaffolding__item .c-scaffolding__title {
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 875px) {
  .c-scaffolding__list .c-scaffolding__item .c-scaffolding__title {
    font-size: 1.5rem;
    margin-top: 6px;
  }
}
.c-scaffolding__list .c-scaffolding__item .c-scaffolding__desc {
  font-weight: 500;
  font-size: 1.4rem;
  text-align: justify;
  line-height: 1.75;
  margin-top: 5px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 875px) {
  .c-scaffolding__list .c-scaffolding__item .c-scaffolding__desc {
    font-size: 1.3rem;
    padding-bottom: 10px;
  }
}
.c-scaffolding__list .c-scaffolding__item ul {
  margin-left: 6px;
  margin-top: auto;
}
.c-scaffolding__list .c-scaffolding__item ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
}
.c-scaffolding__list .c-scaffolding__item ul li + li {
  margin-top: 3px;
}
.c-scaffolding__list .c-scaffolding__item ul li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 5px;
}
.c-scaffolding__list .c-scaffolding__item ul li h5 {
  font-size: 1.4rem;
}
@media only screen and (max-width: 580px) {
  .c-scaffolding__list .c-scaffolding__item ul li h5 {
    font-size: 1.3rem;
  }
}
.c-plumbing__section {
  background-color: #d5e8f8;
  padding-top: 56px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  .c-plumbing__section {
    padding-bottom: 90px;
  }
}
.c-plumbing__section .l-container {
  max-width: 1124px;
}
.c-plumbing__section .c-title2 {
  margin-top: 3px;
}
.c-plumbingsection__container {
  background-color: #f5f4f4;
  margin-top: 58px;
  padding: 30px 4% 50px;
}
@media only screen and (max-width: 767px) {
  .c-plumbingsection__container {
    padding: 20px;
  }
}
.c-plumbingsection__container .c-plumbingsection__h2 {
  font-size: 2rem;
  text-align: center;
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-weight: 700;
  margin-bottom: 22px;
}
@media only screen and (max-width: 767px) {
  .c-plumbingsection__container .c-plumbingsection__h2 {
    text-wrap: balance;
  }
}
.c-plumbing__list {
  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-plumbing__list {
    gap: 30px;
  }
}
.c-plumbing__list .c-plumbing__item {
  width: 32.2%;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .c-plumbing__list .c-plumbing__item {
    width: 100%;
  }
}
.c-plumbing__list .c-plumbing__item .c-plumbingitem__img {
  position: relative;
}
.c-plumbing__list .c-plumbing__item .c-plumbingitem__img::before {
  content: "";
  width: 100%;
  height: 18px;
  background-color: #2a52a4;
  top: 0;
  position: absolute;
}
.c-plumbing__list .c-plumbing__item .c-plumbingitem__img img {
  aspect-ratio: 321/218;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-plumbing__list .c-plumbing__item .c-plumbingitem__content {
  padding: 20px 6% 30px;
}
@media only screen and (max-width: 767px) {
  .c-plumbing__list .c-plumbing__item .c-plumbingitem__content {
    padding: 10px 5% 20px;
  }
}
.c-plumbing__list .c-plumbing__item .c-plumbingitem__content .c-plumbingitem__h4 {
  font-size: 1.6rem;
  text-align: center;
  color: #0056a7;
  font-weight: 700;
}
.c-plumbing__list .c-plumbing__item .c-plumbingitem__content .c-plumbingitem__p {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  font-weight: 500;
  margin-top: 3px;
}
@media only screen and (max-width: 767px) {
  .c-plumbing__list .c-plumbing__item .c-plumbingitem__content .c-plumbingitem__p {
    text-align: justify;
    font-size: 1.3rem;
  }
}
.c-plumbing__list .c-plumbing__item .c-plumbingitem__content ul {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 17px auto 0;
}
@media only screen and (max-width: 767px) {
  .c-plumbing__list .c-plumbing__item .c-plumbingitem__content ul {
    margin-top: 10px;
  }
}
.c-plumbing__list .c-plumbing__item .c-plumbingitem__content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.c-plumbing__list .c-plumbing__item .c-plumbingitem__content ul li + li {
  margin-top: 3px;
}
.c-plumbing__list .c-plumbing__item .c-plumbingitem__content ul li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 5px;
  height: 5px;
  background-color: #231916;
}
.c-plumbing__list .c-plumbing__item .c-plumbingitem__content ul li p {
  color: #231916;
}
.c-pipework {
  padding-top: 52px;
  padding-bottom: 63px;
  background-image: url(./../img/plumbing/pipe_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
}
@media only screen and (max-width: 767px) {
  .c-pipework {
    background-position: 90% center;
  }
}
.c-pipework .c-title2 {
  margin-top: 1px;
}
.c-pipework .l-container {
  max-width: 1240px;
}
.c-pipework .c-pipework__wrapper {
  max-width: 710px;
  margin-left: auto;
}
.c-pipework .c-pipework__label {
  margin-top: 43px;
  position: relative;
}
.c-pipework .c-pipework__label h5::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(48px 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(48px 0, 100% 0, 100% 100%, 0% 100%);
  background-color: rgba(33, 86, 156, 0.18);
  left: -20px;
  bottom: -11px;
}
@media only screen and (max-width: 767px) {
  .c-pipework .c-pipework__label h5::before {
    left: 20%;
  }
}
.c-pipework .c-pipework__label h5::after {
  content: "";
  position: absolute;
  background-color: rgba(33, 86, 156, 0.18);
  left: calc(100% - 21px);
  bottom: -11px;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .c-pipework .c-pipework__label h5::after {
    display: none;
  }
}
.c-pipework .c-pipework__label::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(48px 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(48px 0, 100% 0, 100% 100%, 0% 100%);
  background-color: #21569c;
  left: 0;
  top: 0;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .c-pipework .c-pipework__label::before {
    left: 26%;
  }
}
.c-pipework .c-pipework__label::after {
  content: "";
  position: absolute;
  width: 1000vh;
  left: calc(100% - 1px);
  top: 0;
  height: 100%;
  background-color: #21569c;
}
@media only screen and (max-width: 767px) {
  .c-pipework .c-pipework__label::after {
    display: none;
  }
}
.c-pipework .c-pipework__label h5 {
  color: #fff;
  line-height: 1;
  font-size: 3.7rem;
  font-weight: 500;
  padding: 20px 5%;
  padding-left: 19%;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .c-pipework .c-pipework__label h5 {
    font-size: 2.2rem;
    padding-left: 43%;
  }
}
@media only screen and (max-width: 580px) {
  .c-pipework .c-pipework__label h5 {
    font-size: 1.8rem;
    font-weight: 700;
  }
}
.c-pipework .c-pipework__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.9rem;
  font-weight: 500;
  color: #231916;
  line-height: 1.75;
  margin-top: 45px;
  padding: 0 16%;
}
@media only screen and (max-width: 767px) {
  .c-pipework .c-pipework__desc {
    font-size: 1.6rem;
    padding: 0 10%;
  }
}
.c-pipework .c-btn2 {
  margin: 37px auto 0;
  height: 66px;
  padding-left: 0;
  padding-left: 0;
}
.c-pipework .c-btn2 .c-btn2__txt {
  -webkit-transform: translateX(-14px);
  transform: translateX(-14px);
}
@media only screen and (max-width: 767px) {
  .c-pipework .c-btn2 .c-btn2__txt {
    -webkit-transform: translateX(-18px);
    transform: translateX(-18px);
  }
}
@media only screen and (max-width: 767px) {
  .c-pipework .c-btn2 {
    margin-top: 45px;
    height: 53px;
    width: 220px;
  }
  .c-pipework .c-btn2 .c-btn2__arrow {
    right: 9%;
  }
}
.c-pipework__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 420px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 40px auto 0;
  gap: 7px 0;
}
@media only screen and (max-width: 767px) {
  .c-pipework__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    margin-top: 20px;
  }
}
.c-pipework__list ul li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.c-pipework__list ul li + li {
  margin-top: 8px;
}
.c-pipework__list ul li span {
  border-radius: 50%;
  width: 4px;
  height: 4px;
  background-color: #231916;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-pipework__list ul li p {
  color: #231916;
  font-size: 1.8rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .c-pipework__list ul li p {
    font-size: 1.6rem;
  }
}
.c-building {
  background-color: #efeff0;
  padding-top: 64px;
  padding-bottom: 70px;
}
@media only screen and (max-width: 580px) {
  .c-building {
    padding-top: 45px;
    padding-bottom: 50px;
  }
}
.c-building .c-title2 {
  margin-top: 2px;
}
.c-building .l-container {
  max-width: 930px;
}
.c-building .c-building__wrapper {
  background-color: #fff;
  margin-top: 54px;
  padding-bottom: 40px;
  padding-top: 38px;
  border-radius: 20px;
}
@media only screen and (max-width: 580px) {
  .c-building .c-building__wrapper {
    padding: 20px;
  }
}
.c-building .c-building__wrapper .c-building__h4 {
  font-size: 1.9rem;
  font-weight: 700;
  text-align: center;
  font-family: "source-han-serif-jp-subset", sans-serif;
}
@media only screen and (max-width: 767px) {
  .c-building .c-building__wrapper .c-building__h4 {
    font-size: 1.7rem;
    text-wrap: balance;
  }
}
.c-building__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 43px 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 35px;
}
.c-building__list .c-building__item {
  width: 23%;
  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: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .c-building__list .c-building__item {
    width: 48%;
  }
}
.c-building__list .c-building__item .c-building__icon {
  width: 52.5%;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-self: flex-end;
}
@media only screen and (max-width: 767px) {
  .c-building__list .c-building__item .c-building__icon {
    width: 40%;
  }
}
.c-building__list .c-building__item .c-building__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.c-building__list .c-building__item .c-building__icontxt {
  font-size: 2.5rem;
  color: #205293;
  font-weight: 700;
  text-align: center;
  margin-top: 5px;
}
@media only screen and (max-width: 875px) {
  .c-building__list .c-building__item .c-building__icontxt {
    font-size: 2.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-building__list .c-building__item .c-building__icontxt {
    font-size: 1.8rem;
  }
}
.c-building__list .c-building__item .c-building__iconnote {
  font-weight: 500;
  font-size: 1.8rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-building__list .c-building__item .c-building__iconnote {
    font-size: 1.6rem;
  }
}
.c-plumbing__case {
  padding-top: 175px;
  position: relative;
  padding-bottom: 169px;
}
@media only screen and (max-width: 1023px) {
  .c-plumbing__case {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .c-plumbing__case {
    padding-bottom: 70px;
  }
}
.c-plumbing__case .c-plumbingcase__top {
  position: absolute;
  width: 100%;
  height: 90px;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  top: 0;
  background-color: #efeff0;
}
@media only screen and (max-width: 767px) {
  .c-plumbing__case .c-plumbingcase__top {
    height: 45px;
  }
}
.c-plumbing__case .l-container {
  max-width: 1040px;
}
.c-plumbing__case .c-plumbing__label {
  width: 90%;
  margin: 0 auto;
  max-width: 811px;
  background-color: #205293;
  color: #ffff;
  padding-top: 18px;
  padding-bottom: 27px;
}
@media only screen and (max-width: 767px) {
  .c-plumbing__case .c-plumbing__label {
    padding: 20px 24px;
    width: 96%;
  }
}
.c-plumbing__case .c-plumbing__label h3 {
  letter-spacing: 2px;
  font-size: 3.4rem;
  text-align: center;
  font-weight: 500;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .c-plumbing__case .c-plumbing__label h3 {
    font-size: 2.4rem;
    font-weight: 700;
  }
}
.c-plumbing__case .c-plumbing__label h5 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 1px;
  padding-top: 4px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 4px auto 0;
  border-top: 1px solid #fff;
}
@media only screen and (max-width: 767px) {
  .c-plumbing__case .c-plumbing__label h5 {
    font-size: 1.4rem;
  }
}
.c-plumbinglist__posts {
  margin-top: 52px;
}
.c-plumbinglist__posts .c-plumbingitem__post + .c-plumbingitem__post {
  margin-top: 130px;
}
.c-plumbinglist__posts .c-plumbingitem__post .c-plumbingitempost__h3 {
  font-size: 2.4rem;
  color: #2f3685;
  padding-left: 5px;
  font-weight: 700;
  letter-spacing: 3px;
  margin-bottom: 23px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  border-bottom: 2px solid #2f3685;
}
@media only screen and (max-width: 580px) {
  .c-plumbinglist__posts .c-plumbingitem__post .c-plumbingitempost__h3 {
    font-size: 2.1rem;
    padding-left: 0;
  }
}
.c-plumbinglist__posts .c-case__list {
  gap: 42px 2.6666666667%;
}
.c-plumbinglist__posts .c-btn2 {
  margin: 35px auto 0;
  padding-left: 0;
}
@media only screen and (max-width: 767px) {
  .c-plumbinglist__posts .c-btn2 {
    margin-top: 45px;
    height: 53px;
    width: 220px;
  }
  .c-plumbinglist__posts .c-btn2 .c-btn2__arrow {
    right: 9%;
  }
}
.c-plumbinglist__posts .c-btn2 .c-btn2__txt {
  -webkit-transform: translateX(-14px);
  transform: translateX(-14px);
}
@media only screen and (max-width: 767px) {
  .c-plumbinglist__posts .c-btn2 .c-btn2__txt {
    -webkit-transform: translateX(-18px);
    transform: translateX(-18px);
  }
}
.c-safety {
  background-color: #0056a7;
  color: #fff;
  padding-top: 54px;
  padding-bottom: 82px;
  position: relative;
  z-index: 3;
}
.c-safety .c-safety__right {
  background-image: url(./../img/plumbing/safety_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: calc(50% - 267px);
  z-index: -1;
}
@media only screen and (max-width: 1023px) {
  .c-safety .c-safety__right {
    width: 180px;
  }
}
@media only screen and (max-width: 767px) {
  .c-safety .c-safety__right {
    display: none;
  }
}
.c-safety .c-title1 {
  padding-left: 34px;
  color: #fff;
  text-align: justify;
}
@media only screen and (max-width: 580px) {
  .c-safety .c-title1 {
    padding-left: 0;
  }
}
.c-safety .c-title2 {
  color: #8d9092;
  text-align: justify;
  margin-top: 1px;
  padding-left: 34px;
}
@media only screen and (max-width: 580px) {
  .c-safety .c-title2 {
    padding-left: 0;
  }
}
.c-safety .l-container {
  max-width: 1110px;
}
.c-safety .c-safety__wrapper {
  max-width: 846px;
  width: 80%;
}
@media only screen and (max-width: 1023px) {
  .c-safety .c-safety__wrapper {
    width: calc(100% - 80px);
  }
}
@media only screen and (max-width: 767px) {
  .c-safety .c-safety__wrapper {
    width: 100%;
  }
}
.c-safety .c-safety__desc {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.625;
  padding-left: 34px;
  margin-top: 23px;
  padding-right: 19%;
}
@media only screen and (max-width: 580px) {
  .c-safety .c-safety__desc {
    padding-left: 0;
    padding-right: 0;
    font-size: 1.4rem;
  }
}
.c-safety .c-safety__list {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 39px;
  border-radius: 13px;
  padding-top: 45px;
  padding-bottom: 43px;
}
@media only screen and (max-width: 767px) {
  .c-safety .c-safety__list {
    padding: 24px 0;
    margin-top: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .c-safety .c-safety__list {
    padding: 18px 20px;
  }
}
.c-safety .c-safety__list .c-safety__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 6%;
}
@media only screen and (max-width: 767px) {
  .c-safety .c-safety__list .c-safety__item {
    padding: 24px;
    width: 100%;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }
}
.c-safety .c-safety__list .c-safety__item:nth-child(2) {
  border-left: 1px solid #231916;
  border-right: 1px solid #231916;
}
@media only screen and (max-width: 767px) {
  .c-safety .c-safety__list .c-safety__item:nth-child(2) {
    border: none;
    border-top: 1px solid #231916;
    border-bottom: 1px solid #231916;
  }
}
.c-safety .c-safety__list .c-safety__item .c-safetyitem__title {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #0056a7;
  margin-bottom: 13px;
}
.c-safety .c-safety__list .c-safety__item .c-safetyitem__img img {
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 60/31;
}
.c-safety .c-safety__list .c-safety__item .c-safetyitem__desc {
  font-size: 1.2rem;
  line-height: 2;
  color: #231f20;
  text-align: justify;
  font-weight: 500;
  margin-top: 7px;
  letter-spacing: 0.5px;
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Utility .u-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/




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

@media only screen and (max-width: 767px) {
  .c-pnav__news {
    margin-top: 30px;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
  }
}
.c-pnav__news a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: 1px solid transparent;
  text-align: center;
  color: #00256A;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  font-size: 2rem;
  border: 1px solid #00256A;
  padding-bottom: 2px;


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

  border: none;
}

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

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

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

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


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

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



.p-news .c-page__container{
  padding-bottom: 30px;
}