@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: 872px) {
  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Layout .l-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/* Header
------------------------------------------------------------*/
.c-header {
  padding-top: 114px;
}
@media only screen and (max-width: 1100px) {
  .c-header {
    padding-top: 102px;
  }
}
@media only screen and (max-width: 414px) {
  .c-header {
    padding-top: 91px;
  }
}
.c-header__fixed {
  z-index: 99;
  position: fixed;
  width: 100%;
  top: 0;
}
.c-header__wrapper {
  padding-top: 12px;
  padding: 12px 2.5% 25px;
  -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;
  background-color: #fff;
}
@media only screen and (max-width: 1100px) {
  .c-header__wrapper {
    padding: 10px 2% 15px;
  }
}
@media only screen and (max-width: 872px) {
  .c-header__wrapper {
    padding: 7px 2.5% 10px;
  }
}
.c-header__wrapper .c-top__h1 {
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 2.2px;
}
@media only screen and (max-width: 1023px) {
  .c-header__wrapper .c-top__h1 {
    letter-spacing: 1px;
  }
}
@media only screen and (max-width: 580px) {
  .c-header__wrapper .c-top__h1 {
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 414px) {
  .c-header__wrapper .c-top__h1 {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 374px) {
  .c-header__wrapper .c-top__h1 {
    font-size: 0.9rem;
  }
}
.c-header__wrapper .c-header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 414px) {
  .c-header__wrapper .c-header__row {
    margin-top: 4px;
    
  }
}
.c-header__wrapper .c-header__row .c-logo {
  width: 243px;
}
.c-header__wrapper .c-header__row .c-logo img:nth-child(1){
  display: block;
}
.c-header__wrapper .c-header__row .c-logo img:nth-child(2){
  display: none;
}
@media only screen and (max-width: 1023px) {
  .c-header__wrapper .c-header__row .c-logo {

  }
}
@media only screen and (max-width: 650px) {
  .c-header__wrapper .c-header__row .c-logo {
      width: 47px;
  }
  .c-header__wrapper .c-header__row .c-logo img:nth-child(1){
    display: none;
  }
  .c-header__wrapper .c-header__row .c-logo img:nth-child(2){
    display: block;
  }
}
.c-header__wrapper .c-header__row .c-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 23px;
  margin-left: 10%;
}
@media only screen and (max-width: 1200px) {
  .c-header__wrapper .c-header__row .c-header__nav {
    margin-left: 3%;
  }
}
@media only screen and (max-width: 1100px) {
  .c-header__wrapper .c-header__row .c-header__nav {
    gap: 12px;
    margin-left: 0.5%;
  }
}
@media only screen and (max-width: 872px) {
  .c-header__wrapper .c-header__row .c-header__nav {
    display: none;
  }
}
.c-header__wrapper .c-header__row .c-header__nav a span {
  font-size: 1.3rem;
  font-weight: 500;
  position: relative;
  letter-spacing: 1px;
}
@media only screen and (max-width: 1100px) {
  .c-header__wrapper .c-header__row .c-header__nav a span {
    letter-spacing: 0;
  }
}
.c-header__wrapper .c-header__row .c-header__nav a span::after {
  content: "";
  position: absolute;
  background-color: #005bac;
  width: 100%;
  height: 3px;
  left: 0;
  bottom: -6px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.c-header__wrapper .c-header__row .c-header__nav a:hover, .c-header__wrapper .c-header__row .c-header__nav a.c-active {
  opacity: 1;
}
.c-header__wrapper .c-header__row .c-header__nav a:hover span::after, .c-header__wrapper .c-header__row .c-header__nav a.c-active span::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.c-header__wrapper .c-header__row .c-header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 580px) {
  .c-header__wrapper .c-header__row .c-header__right {
    gap: 12px;
  }
}
@media only screen and (max-width: 380px) {
  .c-header__wrapper .c-header__row .c-header__right {
    gap: 8px;
  }
}
.c-header__wrapper .c-header__row .c-header__right .c-header__phone > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-header__wrapper .c-header__row .c-header__right .c-header__phone > a .c-phone__icon {
  width: 26px;
  margin-top: 3px;
  margin-right: 5px;
}
@media only screen and (max-width: 1023px) {
  .c-header__wrapper .c-header__row .c-header__right .c-header__phone > a .c-phone__icon {
    width: 22px;
  }
}
@media only screen and (max-width: 414px) {
  .c-header__wrapper .c-header__row .c-header__right .c-header__phone > a .c-phone__icon {
    width: 19px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    margin-right: 2px;
  }
}
.c-header__wrapper .c-header__row .c-header__right .c-header__phone > a .c-phone__txt {
  font-size: 3.2rem;
  font-weight: 600;
  font-family: "acumin-variable", sans-serif;
  /* letter-spacing: -2.6px; */
  white-space: nowrap;
  line-height: 1;
}
@media only screen and (max-width: 1023px) {
  .c-header__wrapper .c-header__row .c-header__right .c-header__phone > a .c-phone__txt {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 414px) {
  .c-header__wrapper .c-header__row .c-header__right .c-header__phone > a .c-phone__txt {
    font-size: 2.3rem;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 380px) {
  .c-header__wrapper .c-header__row .c-header__right .c-header__phone > a .c-phone__txt {
    font-size: 2.1rem;
  }
}
.c-header__wrapper .c-header__row .c-header__right .c-header__phone .c-phone__time {
  font-size: 1.2rem;
  font-weight: 700;
  text-align: justify;
  line-height: calc(16/12);
  padding-left: 35px;
  margin-top: 3px;
  letter-spacing: 2px;
}
@media only screen and (max-width: 414px) {
  .c-header__wrapper .c-header__row .c-header__right .c-header__phone .c-phone__time {
    font-size: 1.1rem;
    letter-spacing: 1px;
    margin-top: 0;
    padding-left: 23px;
  }
}
@media only screen and (max-width: 374px) {
  .c-header__wrapper .c-header__row .c-header__right .c-header__phone .c-phone__time {
    font-size: 1.1rem;
  }
}
/* Main menu
------------------------------------------------------------*/
.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);
}
@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__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;
}
.c-menu__links {
  margin-top: 14px;
  max-width: 915px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 7px;
}
/*------------------------------------------------------------
footer
------------------------------------------------------------*/
.c-footer {
  background-color: #005bac;
  padding-top: 80px;
  padding-bottom: 12px;
}
@media only screen and (max-width: 872px) {
  .c-footer {
    padding-top: 45px;
    margin-top: -1px;
    padding-bottom: 93px;
  }
}
.c-footer .l-container {
  max-width: 1200px;
}
.c-footer .c-footer__logo {
  margin: 0 auto;
  color: #fff;
  width: 130px;
}
@media only screen and (max-width: 580px) {
  .c-footer .c-footer__logo {
    width: 100px;
  }
}
.c-footer .c-footer__about {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 25px auto 0;
  letter-spacing: 1px;
  color: #fff;
}
@media only screen and (max-width: 580px) {
  .c-footer .c-footer__about {
    margin-top: 10px;
  }
}
.c-footer .c-footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 93px;
  color: #fff;
  letter-spacing: 1px;
}
@media only screen and (max-width: 414px) {
  .c-footer .c-footer__bottom {
    flex-wrap: wrap;
    gap: 15px;
  }
}

/*------------------------------------------------------------
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: 872px) {
  body {
    min-width: 320px;
  }
}
.l-container {
  max-width: 1330px;
  margin: 0 auto;
  padding: 0 15px;
}
@media only screen and (max-width: 1023px) {
  .l-container {
    padding: 0 2.5%;
  }
}
@media only screen and (max-width: 872px) {
  .l-container {
    padding: 0 3%;
  }
}
.l-container2 {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0;
}
@-webkit-keyframes arrow {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  49.9% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes arrow {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  49.9% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes scroll {
  0% {
    opacity: 0;
    top: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
    top: calc(100% - 10px);
  }
}
@keyframes scroll {
  0% {
    opacity: 0;
    top: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
    top: calc(100% - 10px);
  }
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Component .c-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
btn
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-btn1 {
  background-color: #005bac;
  width: 176px;
  height: 41px;
  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: 20px;
  position: relative;
  margin: 0 auto;
}
.c-btn1 .c-btn1__txt {
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 2px;
  margin-right: 20px;
}
.c-btn1 .c-arrow {
  position: absolute;
  width: 19px;
  top: 50%;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
  right: 7%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/*------------------------------------------------------------
title
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-title1 {
  color: #005bac;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 5px;
}
@media only screen and (max-width: 872px) {
  .c-title1 {
    font-size: 2.4rem;
    letter-spacing: 3px;
  }
}
.c-title2 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 4px;
  letter-spacing: 2px;
}
.c-desc1 {
  font-size: 1.1rem;
  line-height: 1.75;
  text-align: justify;
  max-width: 380px;
  margin: 30px auto 0;
  letter-spacing: 2px;
}
@media only screen and (max-width: 872px) {
  .c-desc1 {
    padding: 0 3%;
    font-size: 1.2rem;
    margin-top: 15px;
  }
}
/*------------------------------------------------------------
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;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #005bac;
}
@media only screen and (max-width: 414px) {
  .c-header__burger {
    width: 55px;
    height: 55px;
  }
}
@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: 22px;
  width: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  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: 100%;
  -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: 80%;
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
  transition-delay: 400ms;
}
.menu-toggle span:nth-child(4) {
  position: absolute;
  top: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  width: 3px;
  height: 0;
  -webkit-transition: height 400ms;
  transition: height 400ms;
  transition: height 400ms;
}
.menu-toggle.c-active {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
  transition-delay: 400ms;
}
.menu-toggle.c-active span:nth-child(1) {
  width: 0;
  -webkit-transition: 200ms ease;
  transition: 200ms ease;
  transition: 200ms ease;
}
.menu-toggle.c-active span:nth-child(3) {
  width: 0;
  -webkit-transition: 200ms ease;
  transition: 200ms ease;
  transition: 200ms ease;
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
  transition-delay: 150ms;
}
.menu-toggle.c-active span:nth-child(4) {
  height: 35px;
  -webkit-transition: height 200ms ease;
  transition: height 200ms ease;
  transition: height 200ms ease;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
  transition-delay: 200ms;
}
/*------------------------------------------------------------
img
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
list
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-list1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 33px 5.75%;
}
@media only screen and (max-width: 1023px) {
  .c-list1 {
    gap: 33px 2%;
  }
}
@media only screen and (max-width: 872px) {
  .c-list1 {
    gap: 14px 4%;
  }
}
.c-list1__item {
  width: 29.5%;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 3px 3px 6px rgba(131, 108, 103, 0.7);
  box-shadow: 3px 3px 6px rgba(131, 108, 103, 0.7);
  /* height: fit-content; */
}
@media only screen and (max-width: 1023px) {
  .c-list1__item {
    width: 32%;
  }
}
@media only screen and (max-width: 872px) {
  .c-list1__item {
    width: 48%;
  }
}
.c-list1__item .c-item1__title {
  background-color: #005bac;
  color: #fff;
  font-weight: 700;
  font-size: 1.7rem;
  text-align: center;
  letter-spacing: 1.5px;
  padding: 11px 2% 14px;
}
@media only screen and (max-width: 1023px) {
  .c-list1__item .c-item1__title {
    letter-spacing: 0.5px;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 580px) {
  .c-list1__item .c-item1__title {
    font-size: 1.4rem;
    padding: 9px 2% 10px;
  }
}
@media only screen and (max-width: 414px) {
  .c-list1__item .c-item1__title {
    font-size: 1.2rem;
    letter-spacing: 0.2px;

  }
}
.c-list1__item .c-item1__img img {
  aspect-ratio: 29/13;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-list1__item .c-item1__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 9.4% 16px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 1023px) {
  .c-list1__item .c-item1__bottom {
    padding: 14px 3% 16px;
  }
}
@media only screen and (max-width: 580px) {
  .c-list1__item .c-item1__bottom {
    padding: 12px 3%;
  }
}
.c-list1__item .c-item1__bottom .c-item1__link {
  background-color: #007ec5;
  width: 47%;
  height: 24px;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.2rem;
  border: 1px solid #007ec5;
  font-weight: 700;
  color: #fff;
  letter-spacing: 2px;
}
@media only screen and (max-width: 580px) {
  .c-list1__item .c-item1__bottom .c-item1__link {
    width: 48%;
    font-size: 1.1rem;
    letter-spacing: 0;
    height: 22px;
    padding-bottom: 2px;
  }
}
.c-list1__item .c-item1__bottom .c-item1__link:hover {
  color: #007ec5;
  background-color: #fff;
}
.c-list1__item .c-item1__bottom .c-item1__span {
  border-radius: 12px;
  width: 47%;
  height: 24px;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  background-color: #e60013;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 2px;
}
@media only screen and (max-width: 580px) {
  .c-list1__item .c-item1__bottom .c-item1__span {
    width: 48%;
    font-size: 1.1rem;
    letter-spacing: 0;
    height: 22px;
    padding-bottom: 2px;
  }
}
.c-column__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: 21.5px 0;
}
.c-column__list .c-column__item {
  width: 46.6%;
}
.c-column__list .c-column__item .c-column__img{
  border-radius: 9px;
  overflow: hidden;
  
}
.c-column__list .c-column__item .c-column__img img{
  object-fit: cover;
  width: 100%;
  aspect-ratio: 109 / 43;
}
.c-column__list .c-column__item a .c-column__desc {
  font-size: 1.4rem;
  line-height: 1.75;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  margin-top: 1px;
}
@media only screen and (max-width: 580px) {
  .c-column__list .c-column__item a .c-column__desc {
    font-size: 1.3rem;
  }
}
/*------------------------------------------------------------
table
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
line
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
.c-page__introduce {
  padding: 135px 0 171px;
  background-color: #005bac;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .c-page__introduce {
    padding: 100px 0 130px;
  }
}
@media only screen and (max-width: 872px) {
  .c-page__introduce {
    padding: 55px 0 90px;
  }
}
@media only screen and (max-width: 580px) {
  .c-page__introduce {
    padding: 30px 0 55px;
  }
}
.c-page__introduce::after {
  content: "";
  display: block;
  bottom: -1px;
  width: 100%;
  position: absolute;
  height: 44px;
  background-color: #f7f8f8;
  left: 0;
  border-radius: 50%/100%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
@media only screen and (max-width: 872px) {
  .c-page__introduce::after {
    height: 30px;
  }
}
.c-page__introduce h2 {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 2px;
}
@media only screen and (max-width: 872px) {
  .c-page__introduce h2 {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 580px) {
  .c-page__introduce h2 {
    font-size: 2rem;
  }
}
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
other
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Project .p-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
Css of home page
------------------------------------------------------------*/
.c-mainvisual {
  background-image: url(./../img/main_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.c-mainvisual__wrapper {
  max-width: 1240px;
  margin: 0 auto;
  padding: 52px 20px 18px;
}
@media only screen and (max-width: 580px) {
  .c-mainvisual__wrapper {
    padding-top: 25px;
  }
}
.c-mainvisual__row {
  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: 872px) {
  .c-mainvisual__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.c-mainvisual .c-mainvisual__left {
  width: 34.6%;
  padding-left: 2.8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 19px;
  position: relative;
}
@media only screen and (max-width: 872px) {
  .c-mainvisual .c-mainvisual__left {
    margin-top: 35px;
    max-width: 553px;
    width: 100%;
    padding-left: 0;
  }
}
.c-mainvisual .c-mainvisual__left .c-mainvisual__tool1 {
  position: absolute;
  width: 54px;
  left: 11.2%;
  top: 69.2%;
}
@media only screen and (max-width: 872px) {
  .c-mainvisual .c-mainvisual__left .c-mainvisual__tool1 {
    left: 22%;
    width: 22%;
    top: 60%;
  }
}
.c-mainvisual .c-mainvisual__left .c-mainvisual__tool2 {
  position: absolute;
  width: 51px;
  right: -6%;
  top: 6.5%;
}
@media only screen and (max-width: 872px) {
  .c-mainvisual .c-mainvisual__left .c-mainvisual__tool2 {
    width: 14%;
    top: -9%;
    right: 23%;
  }
}
.c-mainvisual .c-mainvisual__left .c-mainvisual__tool3 {
  position: absolute;
  width: 41px;
  right: -11%;
  bottom: -5.5%;
}
@media only screen and (max-width: 872px) {
  .c-mainvisual .c-mainvisual__left .c-mainvisual__tool3 {
    width: 12%;
    right: -4%;
    bottom: -8%;
  }
}
.c-mainvisual .c-mainvisual__left .c-anime__icon {
  width: 48%;
  position: relative;
}
@media only screen and (max-width: 872px) {
  .c-mainvisual .c-mainvisual__left .c-anime__icon {
    width: 32%;
  }
}
.c-mainvisual .c-mainvisual__left .c-anime__icon.c-anime__icon2 {
  width: 57%;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
@media only screen and (max-width: 872px) {
  .c-mainvisual .c-mainvisual__left .c-anime__icon.c-anime__icon2 {
    width: 41%;
    margin-right: 10%;
    margin-top: -14%;
  }
}
.c-mainvisual .c-mainvisual__left .c-anime__icon.c-anime__icon2 .c-anime__txt {
  top: 0;
  right: -7%;
}
.c-mainvisual .c-mainvisual__left .c-anime__icon .c-anime__txt {
  position: absolute;
  top: -15px;
  right: -10%;
  font-family: "nitalago-ruika", sans-serif;
  font-size: 1.76rem;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transform: rotate(13deg);
  transform: rotate(13deg);
  letter-spacing: 2px;
  white-space: nowrap;
  color: #fff;
}
@media only screen and (max-width: 580px) {
  .c-mainvisual .c-mainvisual__left .c-anime__icon .c-anime__txt {
    font-size: 1.5rem;
    letter-spacing: 1px;
  }
}
.c-mainvisual .c-mainvisual__left .c-anime__icon .c-anime__txt span {
  display: inline-block;
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}
.c-mainvisual .c-main__right {
  max-width: 553px;
  margin-right: 9.1%;
  width: 100%;
  margin-top: 7px;
}
@media only screen and (max-width: 1200px) {
  .c-mainvisual .c-main__right {
    margin-right: 2%;
  }
}
@media only screen and (max-width: 1023px) {
  .c-mainvisual .c-main__right {
    max-width: 54%;
  }
}
@media only screen and (max-width: 872px) {
  .c-mainvisual .c-main__right {
    max-width: 553px;
  }
}
.c-mainvisual .c-main__right .c-main__label {
  border-radius: 26px;
  background-color: #fff;
  padding: 54px 8%;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 1023px) {
  .c-mainvisual .c-main__right .c-main__label {
    padding: 30px 7%;
  }
}
@media only screen and (max-width: 580px) {
  .c-mainvisual .c-main__right .c-main__label {
    padding: 15px 16px;
  }
}
.c-mainvisual .c-main__right .c-main__label .c-mainvisual__girl {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 54%;
  z-index: -1;
}
.c-mainvisual .c-main__right .c-mainvisual__h2 {
  font-size: 2.3rem;
  font-weight: 700;
  letter-spacing: 4.2px;
  font-family: "kozuka-mincho-pro", serif;
}
@media only screen and (max-width: 1023px) {
  .c-mainvisual .c-main__right .c-mainvisual__h2 {
    font-size: 1.9rem;
  }
}
@media only screen and (max-width: 580px) {
  .c-mainvisual .c-main__right .c-mainvisual__h2 {
    font-size: 1.7rem;
    letter-spacing: 2px;
  }
  .c-mainvisual .c-main__right .c-main__label .c-mainvisual__girl {
    width: 72%;
  }
}
@media only screen and (max-width: 414px) {
  .c-mainvisual .c-main__right .c-mainvisual__h2 {
    font-size: 1.6rem;
    letter-spacing: 1px;
  }
}
@media only screen and (max-width: 374px) {
  .c-mainvisual .c-main__right .c-mainvisual__h2 {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}
.c-mainvisual .c-main__right .c-mainlabel__hozen {
  font-size: 5.1rem;
  font-weight: 700;
  margin-top: 8px;
  letter-spacing: 11px;
}
@media only screen and (max-width: 580px) {
  .c-mainvisual .c-main__right .c-mainlabel__hozen {
    font-size: 4.3rem;
    letter-spacing: 5px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 414px) {
  .c-mainvisual .c-main__right .c-mainlabel__hozen {
    font-size: 4rem;
    letter-spacing: 2px;
  }
}
@media only screen and (max-width: 374px) {
  .c-mainvisual .c-main__right .c-mainlabel__hozen {
    font-size: 3.5rem;
  }
}
.c-mainvisual .c-main__right .c-mainlabel__hozen span {
  font-size: 3.4rem;
}
@media only screen and (max-width: 374px) {
  .c-mainvisual .c-main__right .c-mainlabel__hozen span {
    font-size: 3rem;
  }
}
.c-mainvisual .c-main__right .c-mainlabel__txt1 {
  color: #1b4fa1;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 1px;
  letter-spacing: 6px;
}
@media only screen and (max-width: 580px) {
  .c-mainvisual .c-main__right .c-mainlabel__txt1 {
    font-size: 2.6rem;
    letter-spacing: 3px;
  }
}
@media only screen and (max-width: 414px) {
  .c-mainvisual .c-main__right .c-mainlabel__txt1 {
    font-size: 2.3rem;
    letter-spacing: 2px;
  }
}
.c-mainvisual .c-main__right .c-mainlabel__txt2 {
  font-weight: 700;
  font-size: 2.2rem;
  font-weight: 700;
  margin-top: 22px;
  letter-spacing: 1.4px;
}
@media only screen and (max-width: 580px) {
  .c-mainvisual .c-main__right .c-mainlabel__txt2 {
    font-size: 1.7rem;
    letter-spacing: 0.5px;
    margin-top: 12px;
  }
}
@media only screen and (max-width: 374px) {
  .c-mainvisual .c-main__right .c-mainlabel__txt2 {
    font-size: 1.5rem;
  }
}
.c-mainvisual .c-main__right .c-mainlabel__features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  gap: 8px;
}
.c-mainvisual .c-main__right .c-mainlabel__features span {
  border-radius: 7px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  background-color: #e60013;
  padding: 6.5px 13.5px 7.5px;
  min-width: 128px;
  text-align: center;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 580px) {
  .c-mainvisual .c-main__right .c-mainlabel__features span {
    font-size: 1.3rem;
    letter-spacing: 0;
    padding: 6px 10px 7px;
    min-width: 100px;
  }
}
.c-mainvisual .c-mainvisual__quality {
  margin-top: 46px;
  width: 100%;
  margin-left: 15.5%;
  max-width: 216px;
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 1100px) {
  .c-mainvisual .c-mainvisual__quality {
    margin-left: 10%;
  }
}
@media only screen and (max-width: 1023px) {
  .c-mainvisual .c-mainvisual__quality {
    margin-left: 3%;
  }
}
@media only screen and (max-width: 872px) {
  .c-mainvisual .c-mainvisual__quality {
    max-width: 180px;
    margin-top: 95px;
  }
}
@media only screen and (max-width: 580px) {
  .c-mainvisual .c-mainvisual__quality {
    max-width: 130px;
    margin-left: 0;
    position: relative;
    top: -35px;
  }
}
.c-car1 {
  position: absolute;
  bottom: 91%;
  right: 38.1%;
}
@media only screen and (max-width: 872px) {
  .c-car1 {
    right: 25%;
  }
}
@media only screen and (max-width: 580px) {
  .c-car1 {
    right: 28%;
  }
}
.c-car1 > img {
  width: 120px;
}
@media only screen and (max-width: 580px) {
  .c-car1 > img {
    width: 100px;
  }
}
.c-car1 .c-car1__box {
  position: absolute;
  width: 113px;
  left: 104%;
  bottom: 98%;
}
@media only screen and (max-width: 580px) {
  .c-car1 .c-car1__box {
    width: 90px;
    bottom: 85%;
    left: 95%;
  }
}
.c-service {
  margin-top: -69px;
}
.c-service__top {
  position: relative;
}
@media only screen and (max-width: 872px) {
  .c-service__top {
    margin-bottom: -1px;
  }
}
.c-service__top > img:nth-child(1) {
  display: block;
}
@media only screen and (max-width: 872px) {
  .c-service__top > img:nth-child(1) {
    display: none;
  }
}
.c-service__top > img:nth-child(2) {
  display: none;
}
@media only screen and (max-width: 872px) {
  .c-service__top > img:nth-child(2) {
    display: block;
  }
}
.c-service .c-service__bottom {
  background-color: #f7f8f8;
  padding-top: 20px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 872px) {
  .c-service .c-service__bottom {
    padding-bottom: 90px;
  }
}
@media only screen and (max-width: 580px) {
  .c-service .c-service__bottom {
    padding-bottom: 60px;
  }
}
.c-service .c-service__bottom .l-container {
  max-width: 914px;
}
.c-service .c-service__bottom .c-list1 {
  margin-top: 44px;
}
.c-corporate {
  padding: 78px 0 140px;
}
@media only screen and (max-width: 1023px) {
  .c-corporate {
    padding: 45px 0 130px;
  }
}
.c-corporate .l-container {
  max-width: 914px;
}
.c-corporate .c-list1 {
  margin-top: 44px;
}
.c-case__top {
  position: relative;
  margin-bottom: -1px;
}
.c-case__top > img:nth-child(1) {
  display: block;
}
@media only screen and (max-width: 872px) {
  .c-case__top > img:nth-child(1) {
    display: none;
  }
}
.c-case__top > img:nth-child(2) {
  display: none;
}
@media only screen and (max-width: 872px) {
  .c-case__top > img:nth-child(2) {
    display: block;
  }
}
.c-case__top .c-car1 {
  right: unset;
  left: 15%;
  top: 17%;
}
@media only screen and (max-width: 872px) {
  .c-case__top .c-car1 {
    top: -60%;
  }
}
.c-case__top .c-car1 .c-car1__box {
  left: 96%;
  bottom: -11px;
}
@media only screen and (max-width: 872px) {
  .c-case__top .c-car1 .c-car1__box {
    bottom: 60%;
  }
}
.c-case__bottom {
  padding-top: 5px;
  padding-bottom: 65px;
  background-color: #fcd970;
}
@media only screen and (max-width: 872px) {
  .c-case__bottom {
    padding-top: 25px;
  }
}
.c-case__list {
  margin-top: 61px;
  margin-bottom: 76px;
  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: 580px) {
  .c-case__list {
    margin-top: 35px;
    margin-bottom: 50px;
  }
}
.c-case__list .c-case__item {
  max-width: 256px;
  margin-left: 9px;
  margin-right: 9px;
}
@media only screen and (max-width: 872px) {
  .c-case__list .c-case__item {
    max-width: unset;
  }
}
.c-case__list .c-case__item .c-case__img {
  overflow: hidden;
  border-radius: 10px;
}
.c-case__list .c-case__item .c-case__img img {
  aspect-ratio: 128/127;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.c-case__list .c-case__item .c-case__title {
  margin-top: 3px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  letter-spacing: 0.5px;
  text-align: justify;
}
.c-newscolumn {
  padding: 80px 0 123px;
}
.c-newscolumn .l-container {
  max-width: 1030px;
}
.c-newscolumn .c-newscolumn__row {
  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: 872px) {
  .c-newscolumn .c-newscolumn__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.c-newscolumn .c-news {
  width: 46%;
  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: 872px) {
  .c-newscolumn .c-news {
    width: 100%;
    margin-bottom: 100px;
  }
}
.c-newscolumn .c-news .c-news__list {
  margin-top: 63px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 580px) {
  .c-newscolumn .c-news .c-news__list {
    margin-top: 25px;
  }
}
.c-newscolumn .c-news .c-btn1 {
  margin-top: auto;
}
@media only screen and (max-width: 872px) {
  .c-newscolumn .c-news .c-btn1 {
    margin-top: 45px;
  }
}
.c-newscolumn .c-column {
  width: 46.7%;
}
@media only screen and (max-width: 872px) {
  .c-newscolumn .c-column {
    width: 100%;
  }
}
.c-newscolumn .c-column .c-column__list {
  margin-top: 43px;
}
@media only screen and (max-width: 580px) {
  .c-newscolumn .c-column .c-column__list {
    margin-top: 25px;
  }
}
.c-newscolumn .c-column .c-btn1 {
  margin-top: 70px;
}
@media only screen and (max-width: 872px) {
  .c-newscolumn .c-column .c-btn1 {
    margin-top: 45px;
  }
}
.c-news__list .c-news__item + .c-news__item {
  margin-top: 16px;
}
.c-news__list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-news__list a .c-news__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 126px;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  border-radius: 9px;
  overflow: hidden;
}
.c-news__list a .c-news__img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  aspect-ratio: 63 / 44;
}
.c-news__list a .c-newsitem__right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 3.2%;
}
.c-news__list a .c-newsitem__right .c-newsitem__date {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  line-height: 1;
  display: inline-block;
  margin-bottom: 14px;
}
.c-news__list a .c-newsitem__right .c-newsitem__title {
  font-size: 1.5rem;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  letter-spacing: 2px;
}
.c-faq {
  background-color: #f7f8f8;
}
.c-faq__wrapper {
  padding: 40px 0 35px;
  background-color: #005bac;
  color: #fff;
}
@media only screen and (max-width: 580px) {
  .c-faq__wrapper {
    padding: 20px 0 25px;
  }
}
@media only screen and (max-width: 414px) {
  .c-faq__wrapper {
    padding: 15px 0;
  }
}
.c-faq__wrapper .c-faq__title {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 5px;
}
@media only screen and (max-width: 580px) {
  .c-faq__wrapper .c-faq__title {
    letter-spacing: 2px;
    font-size: 2.5rem;
  }
}
.c-faq__wrapper .c-faq__title2 {
  text-align: center;
  font-weight: 700;
  font-size: 1.5rem;
  margin-top: 3px;
}
.c-faq__bottom {
  padding: 108px 0 250px;
}
@media only screen and (max-width: 1023px) {
  .c-faq__bottom {
    padding: 75px 0 190px;
  }
}
.c-faq__bottom .l-container {
  max-width: 845px;
}
.c-faq__bottom .c-btn1 {
  margin-top: 120px;
}
@media only screen and (max-width: 872px) {
  .c-faq__bottom .c-btn1 {
    margin-top: 90px;
  }
}
@media only screen and (max-width: 580px) {
  .c-faq__bottom .c-btn1 {
    margin-top: 65px;
  }
}
.c-faq__list .c-faq__item + .c-faq__item {
  margin-top: 31px;
}
.c-faq__list .c-faq__item .c-fq {
  border-radius: 33px;
  background-color: #f0862d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  padding: 15.5px 2.5% 11.5px;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
@media only screen and (max-width: 580px) {
  .c-faq__list .c-faq__item .c-fq {
    border-radius: 22px;
    padding: 12px 3%;
  }
}
.c-faq__list .c-faq__item .c-fq:hover {
  background-color: #005bac;
}
.c-faq__list .c-faq__item .c-fq > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  color: #fff;
  font-size: 1.8rem;
  pointer-events: none;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media only screen and (max-width: 580px) {
  .c-faq__list .c-faq__item .c-fq > div {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 414px) {
  .c-faq__list .c-faq__item .c-fq > div {
    font-size: 1.45rem;
  }
}
.c-faq__list .c-faq__item .c-fq > div span {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 5px;
  font-weight: 700;
  font-size: 2rem;
}
.c-faq__list .c-faq__item .c-fq > div h3 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}
.c-faq__list .c-faq__item .c-fq .c-faq__arrow {
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  pointer-events: none;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
@media only screen and (max-width: 580px) {
  .c-faq__list .c-faq__item .c-fq .c-faq__arrow {
    margin-left: 3px;
  }
}
@media only screen and (max-width: 414px) {
  .c-faq__list .c-faq__item .c-fq .c-faq__arrow {

    width: 35px;
    height: 35px;
  }
}
.c-faq__list .c-faq__item .c-fq .c-faq__arrow.c-active {
  -webkit-transform: translateY(-2px) rotate(180deg);
  transform: translateY(-2px) rotate(180deg);
}
.c-faq__list .c-faq__item .c-fq .c-faq__arrow img {
  width: 17px;
  height: 14px;
}
.c-faq__list .c-faq__item .c-fa {
  overflow: hidden;
  height: 0;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.c-faq__list .c-faq__item .c-fa p {
  padding: 18px 2.5% 28px;
  font-size: 1.8rem;
  line-height: 1.75;
  text-align: justify;
}
.c-faq__list .c-faq__item .c-fa p span {
  font-size: 2rem;
}
.c-faq__list .c-faq__item .c-fa:hover {
  height: auto;
}
.c-contact {
  position: relative;
}
.c-contact__top {
  position: absolute;
  bottom: 100%;
}
@media only screen and (max-width: 872px) {
  .c-contact__top {
    bottom: unset;
    top: -12px;
  }
}
.c-contact__top .c-car1 {
  left: 47.2%;
  right: unset;
  bottom: -2px;
}
.c-contact__bottom {
  padding: 85px 0;
}
@media only screen and (max-width: 872px) {
  .c-contact__bottom {
    padding: 55px 0;
  }
}
.c-contact__bottom .l-container {
  max-width: 770px;
}
.c-contact .c-contact__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;
  margin-top: 74px;
}
@media only screen and (max-width: 872px) {
  .c-contact .c-contact__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
}
.c-contact .c-contact__wrapper .c-contact__phone {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.c-contact .c-contact__wrapper .c-contact__phone .c-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.c-contact .c-contact__wrapper .c-contact__phone .c-phone .c-phone__icon {
  width: 35px;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
@media only screen and (max-width: 414px) {
  .c-contact .c-contact__wrapper .c-contact__phone .c-phone .c-phone__icon {
    width: 30px;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}
.c-contact .c-contact__wrapper .c-contact__phone .c-phone .c-number {
  font-size: 3.9rem;
  font-family: "acumin-variable", sans-serif;
  white-space: nowrap;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
@media only screen and (max-width: 414px) {
  .c-contact .c-contact__wrapper .c-contact__phone .c-phone .c-number {
    font-size: 3.7rem;
  }
}
.c-contact .c-contact__wrapper .c-contact__phone .c-phone__time {
  font-weight: 500;
  font-size: 1.9rem;
  text-align: center;
  letter-spacing: 2px;
  margin-top: 7px;
}
@media only screen and (max-width: 414px) {
  .c-contact .c-contact__wrapper .c-contact__phone .c-phone__time {
    font-size: 1.7rem;
  }
}
.c-contact .c-contact__wrapper .c-contact__right .c-contact__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.c-contact .c-contact__wrapper .c-contact__right .c-contact__link + .c-contact__link {
  margin-top: 38px;
}
.c-contact .c-contact__wrapper .c-contact__right .c-contact__link .c-contact__icon {
  width: 60px;
}
@media only screen and (max-width: 414px) {
  .c-contact .c-contact__wrapper .c-contact__right .c-contact__link .c-contact__icon {
    width: 50px;
  }
}
.c-contact .c-contact__wrapper .c-contact__right .c-contact__link .c-contact__txt {
  font-weight: 700;
  font-size: 2.3rem;
  letter-spacing: 3px;
  padding-bottom: 5px;
}
@media only screen and (max-width: 414px) {
  .c-contact .c-contact__wrapper .c-contact__right .c-contact__link .c-contact__txt {
    letter-spacing: 1px;
    font-size: 2rem;
  }
}
.c-access {
  padding: 69px 0 0;
}
@media only screen and (max-width: 580px) {
  .c-access {
    padding-top: 45px;
    background-color: #f7f8f8;
  }
}
.c-access .c-access__desc {
  font-size: 1.7rem;
  font-weight: 500;
  text-align: center;
  margin-top: 56px;
  letter-spacing: 4px;
}
@media only screen and (max-width: 580px) {
  .c-access .c-access__desc {
    letter-spacing: 2px;
    margin-top: 25px;
  }
}
@media only screen and (max-width: 414px) {
  .c-access .c-access__desc {
    text-wrap: balance;
  }
}
.c-access .c-access__iframe {
  margin-top: 60px;
  background-color: #005bac;
}
@media only screen and (max-width: 414px) {
  .c-access .c-access__iframe {
    margin-top: 30px;
  }
}
.c-access .c-access__iframe iframe {
  width: 100%;
  height: 532px;
}
@media only screen and (max-width: 872px) {
  .c-access .c-access__iframe iframe {
    height: 470px;
  }
}
@media only screen and (max-width: 414px) {
  .c-access .c-access__iframe iframe {
    height: 320px;
  }
}
/*------------------------------------------------------------
Css of home page
------------------------------------------------------------*/
.p-about {
  background-color: #f7f8f8;
}
.p-about .c-access2 .c-access2__desc {
  margin-top: 0;
}
.p-about .c-contact__banner2 {
  margin-top: 0;
}
.p-about .c-access2 {
  padding-top: 0;
}
.p-about .c-access2 .l-container {
  max-width: 900px;
}
.p-about .c-about1 {
  padding-top: 80px;
}
@media only screen and (max-width: 1023px) {
  .p-about .c-about1 {
    padding-top: 35px;
  }
}
@media only screen and (max-width: 872px) {
  .p-about .c-about1 {
    padding-top: 0;
  }
}
.p-about .c-about1 .l-container {
  max-width: 826px;
}
.p-about .c-about1 .c-about1__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1023px) {
  .p-about .c-about1 .c-about1__row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 580px) {
  .p-about .c-about1 .c-about1__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-about .c-about1 .c-about1__row h2 {
  font-size: 5.2rem;
  line-height: 1.75;
  font-weight: 700;
  color: #005bac;
  white-space: nowrap;
  letter-spacing: 5px;
  padding-bottom: 5.5%;
}
@media only screen and (max-width: 1023px) {
  .p-about .c-about1 .c-about1__row h2 {
    letter-spacing: 2px;
    font-size: 4.5rem;
  }
}
@media only screen and (max-width: 872px) {
  .p-about .c-about1 .c-about1__row h2 {
    font-size: 3.5rem;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 580px) {
  .p-about .c-about1 .c-about1__row h2 {
    font-size: 3rem;
  }
}
.p-about .c-about1 .c-about1__row h2 span {
  position: relative;
  display: inline-block;
  z-index: 3;
}
.p-about .c-about1 .c-about1__row h2 span::after {
  content: "";
  background-color: #fac03e;
  position: absolute;
  width: 100%;
  height: 13px;
  left: 0;
  bottom: 14px;
  z-index: -1;
}
.p-about .c-about1 .c-about1__row .c-about1__girl {
  width: 39%;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .p-about .c-about1 .c-about1__row .c-about1__girl {
    width: 30%;
  }
}
@media only screen and (max-width: 580px) {
  .p-about .c-about1 .c-about1__row .c-about1__girl {
    width: 60%;
  }
}
.p-about .c-about1 .c-about1__row .c-about1__girl .c-about1__light {
  position: absolute;
  width: 48px;
  left: -14px;
  top: 7px;
}
@media only screen and (max-width: 580px) {
  .p-about .c-about1 .c-about1__row .c-about1__girl .c-about1__light {
    left: -20%;
    width: 20%;
  }
}
.p-about .c-about1 .c-about1__row .c-about1__girl .c-about1__boxchat {
  position: absolute;
  width: 46%;
  left: 87%;
  top: -2.5%;
}
@media only screen and (max-width: 580px) {
  .p-about .c-about1 .c-about1__row .c-about1__girl .c-about1__boxchat {
    left: 80%;
    width: 50%;
  }
}
.p-about .c-about1 .c-about1__desc {
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 43px;
  letter-spacing: 2px;
  padding: 0 1;
}
@media only screen and (max-width: 580px) {
  .p-about .c-about1 .c-about1__desc {
    margin-top: 20px;
    letter-spacing: 0;
    font-size: 1.5rem;
    font-weight: 500;
  }
}
.p-about .c-about1 .c-about1__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  margin: 0 auto;
  margin-top: 120px;
  max-width: 640px;
  gap: 25px 10%;
}
@media only screen and (max-width: 872px) {
  .p-about .c-about1 .c-about1__list {
    margin-top: 75px;
  }
}
@media only screen and (max-width: 580px) {
  .p-about .c-about1 .c-about1__list {
    margin-top: 35px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 25px 4%;
  }
}
.p-about .c-about1 .c-about1__list li {
  width: 30%;
}
@media only screen and (max-width: 580px) {
  .p-about .c-about1 .c-about1__list li {
    width: 48%;
  }
}
.p-about .c-about1 .c-about1__list li .c-li1__txt {
  font-size: 1.9rem;
  font-weight: 700;
  text-align: center;
  margin-top: 20px;
}
@media only screen and (max-width: 580px) {
  .p-about .c-about1 .c-about1__list li .c-li1__txt {
    margin-top: 8px;
    font-size: 1.6rem;
  }
}
.p-about .c-about1 .c-about1__slogan {
  font-size: 4rem;
  position: relative;
  font-weight: 700;
  text-align: center;
  letter-spacing: 5px;
  margin-top: 106px;
  padding-bottom: 11px;
}
@media only screen and (max-width: 1023px) {
  .p-about .c-about1 .c-about1__slogan {
    font-size: 3rem;
    margin-top: 80px;
  }
}
@media only screen and (max-width: 872px) {
  .p-about .c-about1 .c-about1__slogan {
    font-size: 2.2rem;
    letter-spacing: 2px;
  }
}
@media only screen and (max-width: 580px) {
  .p-about .c-about1 .c-about1__slogan {
    font-size: 1.6rem;
  }
}
.p-about .c-about1 .c-about1__slogan .c-24 {
  font-size: 8.2rem;
  display: inline-block;
  margin-left: 4px;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  margin-right: 4px;
}
@media only screen and (max-width: 1023px) {
  .p-about .c-about1 .c-about1__slogan .c-24 {
    font-size: 7rem;
  }
}
@media only screen and (max-width: 872px) {
  .p-about .c-about1 .c-about1__slogan .c-24 {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 580px) {
  .p-about .c-about1 .c-about1__slogan .c-24 {
    margin-left: 0;
    margin-right: 0;
    font-size: 3.5rem;
  }
}
.p-about .c-about1 .c-about1__slogan .c-storm {
  position: absolute;
  width: 87px;
  top: -13px;
}
@media only screen and (max-width: 872px) {
  .p-about .c-about1 .c-about1__slogan .c-storm {
    width: 60px;
  }
}
@media only screen and (max-width: 580px) {
  .p-about .c-about1 .c-about1__slogan .c-storm {
    width: 40px;
    top: -5px;
  }
}
.p-about .c-about2 {
  padding-top: 20px;
  background: #c9cfd1;
  background: -webkit-linear-gradient(357deg, #c9cfd1 0%, white 29%, #d7dcde 56%);
  background: linear-gradient(93deg, #c9cfd1 0%, white 29%, #d7dcde 56%);
  position: relative;
}
@media only screen and (max-width: 580px) {
  .p-about .c-about2 {
    padding-top: 40px;
  }
}
.p-about .c-about2::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 29px solid transparent;
  border-right: 29px solid transparent;
  border-top: 52px solid #f7f8f8;
  top: 0;
  left: 55.5%;
}
@media only screen and (max-width: 872px) {
  .p-about .c-about2::after {
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 30px solid #f7f8f8;
    top: -1px;
  }
}
.p-about .c-about2 .l-container {
  max-width: 1100px;
}
.p-about .c-about2__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;
}
.p-about .c-about2__row .c-about2__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 872px) {
  .p-about .c-about2__row .c-about2__img {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
@media only screen and (max-width: 580px) {
  .p-about .c-about2__row .c-about2__img {
    width: 70%;
  }
}
.p-about .c-about2__row .c-about2__img img {
  width: 325px;
}
@media only screen and (max-width: 580px) {
  .p-about .c-about2__row .c-about2__img img {
    width: auto;
  }
}
.p-about .c-about2__row .c-about2__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-bottom: 3.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 872px) {
  .p-about .c-about2__row .c-about2__content {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: 100%;
  }
}
.p-about .c-about2__row .c-about2__content .c-about2__title {
  max-width: 396px;
  width: 100%;
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 14px;
  text-align: justify;
}
@media only screen and (max-width: 872px) {
  .p-about .c-about2__row .c-about2__content .c-about2__title {
    font-size: 2.7rem;
    margin-bottom: 7px;
  }
}
@media only screen and (max-width: 580px) {
  .p-about .c-about2__row .c-about2__content .c-about2__title {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 414px) {
  .p-about .c-about2__row .c-about2__content .c-about2__title {
    font-size: 2.1rem;
    margin-bottom: 5px;
  }
}
.p-about .c-about2__row .c-about2__content .c-about2__desc {
  max-width: 396px;
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: justify;
}
@media only screen and (max-width: 414px) {
  .p-about .c-about2__row .c-about2__content .c-about2__desc {
    font-size: 1.4rem;
  }
}
.c-about3 {
  padding: 123px 0 80px;
}
@media only screen and (max-width: 1023px) {
  .c-about3 {
    padding-top: 90px;
  }
}
@media only screen and (max-width: 872px) {
  .c-about3 {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 580px) {
  .c-about3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.c-about3 .l-container {
  max-width: 800px;
}
.c-about3 .c-about3__title {
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 4px;
  position: relative;
}
@media only screen and (max-width: 872px) {
  .c-about3 .c-about3__title {
    font-size: 3rem;
    letter-spacing: 2px;
  }
}
@media only screen and (max-width: 580px) {
  .c-about3 .c-about3__title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 414px) {
  .c-about3 .c-about3__title {
    font-size: 1.7rem;
  }
}
.c-about3 .c-about3__title .c-flag {
  position: absolute;
  width: 117px;
  left: -2%;
  bottom: -10.5%;
}
@media only screen and (max-width: 872px) {
  .c-about3 .c-about3__title .c-flag {
    width: 100px;
  }
}
@media only screen and (max-width: 580px) {
  .c-about3 .c-about3__title .c-flag {
    left: 0;
    width: 90px;
  }
}
.c-about3 .c-about3__desc {
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: justify;
  margin-top: 45px;
  letter-spacing: 2px;
}
@media only screen and (max-width: 580px) {
  .c-about3 .c-about3__desc {
    margin-top: 25px;
    letter-spacing: 0;
    font-size: 1.4rem;
    font-weight: 500;
  }
}
.c-about3 .c-about3__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 44px;
}
@media only screen and (max-width: 872px) {
  .c-about3 .c-about3__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
  }
}
.c-about3 .c-about3__row .c-about3__left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 872px) {
  .c-about3 .c-about3__row .c-about3__left {
    width: 100%;
    -ms-flex-negative: unset;
    flex-shrink: unset;
  }
}
.c-about3 .c-about3__row .c-about3__right {
  width: 52.5%;
}
@media only screen and (max-width: 872px) {
  .c-about3 .c-about3__row .c-about3__right {
    width: 100%;
  }
}
.c-about3 .c-about3__row .c-about3__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.c-about3 .c-about3__row .c-about3__list li + li {
  margin-top: 31px;
}
@media only screen and (max-width: 580px) {
  .c-about3 .c-about3__row .c-about3__list li + li {
    margin-top: 12px;
  }
}
.c-about3 .c-about3__row .c-about3__list li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 31px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 15px;
}
@media only screen and (max-width: 580px) {
  .c-about3 .c-about3__row .c-about3__list li span {
    margin-right: 5px;
  }
}
.c-about3 .c-about3__row .c-about3__list li span img {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
.c-about3 .c-about3__row .c-about3__list li p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: justify;
  letter-spacing: 3px;
}
@media only screen and (max-width: 580px) {
  .c-about3 .c-about3__row .c-about3__list li p {
    font-size: 2rem;
    letter-spacing: 1.5px;
  }
}
.c-about3__row2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 195px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 34px;
}
@media only screen and (max-width: 1023px) {
  .c-about3__row2 {
    margin-top: 120px;
  }
}
@media only screen and (max-width: 872px) {
  .c-about3__row2 {
    margin-top: 80px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 580px) {
  .c-about3__row2 {
    margin-top: 45px;
  }
}
.c-about3__row2 .c-about3__desc2 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.75;
  color: #005bac;
  text-align: center;
  letter-spacing: 4px;
}
@media only screen and (max-width: 1023px) {
  .c-about3__row2 .c-about3__desc2 {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 872px) {
  .c-about3__row2 .c-about3__desc2 {
    font-size: 2.5rem;
    letter-spacing: 1px;
    width: 100%;
  }
}
@media only screen and (max-width: 580px) {
  .c-about3__row2 .c-about3__desc2 {
    font-size: 2rem;
  }
}
.c-car3 {
  position: relative;
  margin-bottom: 11px;
}
@media only screen and (max-width: 872px) {
  .c-car3 {
    margin: 0 auto;
    margin-top: 70px;
  }
}
.c-car3 > img {
  width: 120px;
}
@media only screen and (max-width: 580px) {
  .c-car3 > img {
    width: 100px;
  }
}
.c-car3 .c-car2__box {
  position: absolute;
  width: 113px;
  left: 86%;
  bottom: 90%;
}
@media only screen and (max-width: 580px) {
  .c-car3 .c-car2__box {
    width: 98px;
    bottom: 85%;
    right: 0;
  }
}
.p-privacy {
  padding-bottom: 240px;
  background-color: #f7f8f8;
}
@media only screen and (max-width: 1023px) {
  .p-privacy {
    padding-bottom: 170px;
  }
}
@media only screen and (max-width: 872px) {
  .p-privacy {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 580px) {
  .p-privacy {
    padding-bottom: 90px;
  }
}
.p-privacy .l-container {
  max-width: 990px;
}
.p-privacy .c-privacy__desc {
  margin-top: 92px;
  font-size: 1.5rem;
  line-height: 1.75;
  text-align: justify;
}
@media only screen and (max-width: 1023px) {
  .p-privacy .c-privacy__desc {
    margin-top: 65px;
  }
}
@media only screen and (max-width: 872px) {
  .p-privacy .c-privacy__desc {
    margin-top: 45px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 580px) {
  .p-privacy .c-privacy__desc {
    margin-top: 15px;
  }
}
.p-privacy .c-privacy__desc strong {
  font-size: 1.8rem;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 2px;
}
@media only screen and (max-width: 872px) {
  .p-privacy .c-privacy__desc strong {
    font-size: 1.6rem;
  }
}
.p-privacy .c-privacy__btn {
  width: 277px;
  height: 67px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #c7000d;
  border-radius: 33px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  padding-bottom: 2px;
  margin-top: 70px;
}
@media only screen and (max-width: 872px) {
  .p-privacy .c-privacy__btn {
    width: 200px;
    height: 56px;
    font-size: 1.5rem;
    margin-top: 35px;
  }
}
@media only screen and (max-width: 580px) {
  .p-privacy .c-privacy__btn {
    height: 52px;
    padding-bottom: 1px;
  }
}
.p-service {
  padding-bottom: 140px;
  background-color: #f7f8f8;
}
@media only screen and (max-width: 1023px) {
  .p-service {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 872px) {
  .p-service {
    padding-bottom: 75px;
  }
}
@media only screen and (max-width: 580px) {
  .p-service {
    padding-bottom: 35px;
  }
}
.p-service .l-container {
  max-width: 920px;
}
.p-service .c-service__title {
  margin-top: 59px;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2.5px;
}
@media only screen and (max-width: 872px) {
  .p-service .c-service__title {
    margin-top: 15px;
    letter-spacing: 1.5px;
    font-size: 1.8rem;
  }
}
.p-service .c-service__desc {
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 18%;
  letter-spacing: 2.5px;
  margin-top: 24px;
  margin-bottom: 105px;
}
@media only screen and (max-width: 872px) {
  .p-service .c-service__desc {
    font-size: 1.45rem;
    letter-spacing: 1.5px;
    margin-top: 15px;
    margin-bottom: 35px;
    padding: 0 8%;
  }
}
.p-service .c-service__note {
  border: 1px solid #231916;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 64px auto 90px;
  padding: 14px 2.5% 17px;
  font-size: 1.6rem;
  letter-spacing: 3px;
  background-color: #fff;
}
@media only screen and (max-width: 872px) {
  .p-service .c-service__note {
    padding: 10px 3% 12px;
    font-size: 1.4rem;
    letter-spacing: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media only screen and (max-width: 580px) {
  .p-service .c-service__note {
    font-size: 1.5rem;
    text-wrap: balance;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 45px 15%;
  }
}
.c-access2 {
  padding: 75px 0 80px;
}
@media only screen and (max-width: 872px) {
  .c-access2 {
    padding: 35px 0 45px;
  }
}
.c-access2 .c-access2__title {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 3px;
}
.c-access2 .c-access2__desc {
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 50px;
  letter-spacing: 1.5px;
}
@media only screen and (max-width: 872px) {
  .c-access2 .c-access2__desc {
    font-size: 1.45rem;
    letter-spacing: 0;
  }
}
.c-access2 .c-access2__map {
  margin-top: 45px;
}
@media only screen and (max-width: 580px) {
  .c-access2 .c-access2__map {
    margin-top: 25px;
  }
}
.p-singleservice {
  background-color: #f7f8f8;
}
.p-singleservice .l-container {
  max-width: 900px;
}
.p-singleservice .c-singleservice__title1 {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 4px;
  margin-top: 59px;
}
@media only screen and (max-width: 872px) {
  .p-singleservice .c-singleservice__title1 {
    margin-top: 15px;
    letter-spacing: 2px;
    text-wrap: balance;
    font-size: 2rem;
  }
}
.p-singleservice .c-singleservice__desc1 {
  font-size: 2.1rem;
  line-height: 1.75;
  text-align: justify;
  margin-top: 46px;
  letter-spacing: 3.5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media only screen and (max-width: 580px) {
  .p-singleservice .c-singleservice__desc1 {
    font-size: 1.5rem;
    margin-top: 20px;
    letter-spacing: 2px;
  }
}
.c-sinser__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 104px;
  margin-bottom: 110px;
  -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: 872px) {
  .c-sinser__row {
    margin-top: 20px;
  }
}
.c-sinser__row .c-sinser__img {
  width: 49%;
}
@media only screen and (max-width: 872px) {
  .c-sinser__row .c-sinser__img {
    width: 100%;
  }
}
.c-sinser__row .c-sinser__right {
  width: 44%;
  padding-top: 5px;
}
@media only screen and (max-width: 872px) {
  .c-sinser__row .c-sinser__right {
    width: 100%;
  }
}
.c-sinser__row .c-sinser__right ul li {
  padding: 5px 0 6px;
  border-bottom: 1px solid #231916;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.c-sinser__row .c-sinser__right ul li + li {
  margin-top: 14px;
}
.c-sinser__row .c-sinser__right ul li .c-span1 {
  font-size: 2.1rem;
  font-weight: 700;
}
@media only screen and (max-width: 580px) {
  .c-sinser__row .c-sinser__right ul li .c-span1 {
    font-size: 1.6rem;
  }
}
.c-sinser__row .c-sinser__right ul li .c-span2 {
  font-size: 4rem;
  line-height: 1;
  font-weight: 700;
  font-family: "acumin-variable", sans-serif;
}
@media only screen and (max-width: 872px) {
  .c-sinser__row .c-sinser__right ul li .c-span2 {
    font-size: 3.4rem;
  }
}
@media only screen and (max-width: 580px) {
  .c-sinser__row .c-sinser__right ul li .c-span2 {
    font-size: 3rem;
  }
}
.c-sinser__row .c-sinser__right ul li .c-span2 span {
  font-size: 2.1rem;
  letter-spacing: 1px;
  font-weight: 700;
}
@media only screen and (max-width: 872px) {
  .c-sinser__row .c-sinser__right ul li .c-span2 span {
    font-size: 1.6rem;
    letter-spacing: 0.5px;
  }
}
.c-sinser__desc2 {
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: justify;
  margin-top: 20px;
  letter-spacing: 4px;
}
@media only screen and (max-width: 580px) {
  .c-sinser__desc2 {
    margin-top: 15px;
    font-size: 1.4rem;
    letter-spacing: 2px;
  }
}
.c-list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px 3.5%;
}
@media only screen and (max-width: 872px) {
  .c-list2 {
    gap: 20px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.c-list2__item {
  width: 31%;
}
@media only screen and (max-width: 872px) {
  .c-list2__item {
    width: 48%;
  }
}
.c-list2__item a .c-item2__img img {
  aspect-ratio: 135/94;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.c-list2__item a .c-item2__desc {
  font-size: 1.4rem;
  text-align: justify;
  line-height: 1.75;
  margin-top: 6px;
}
@media only screen and (max-width: 580px) {
  .c-list2__item a .c-item2__desc {
    font-size: 1.3rem;
    margin-top: 3px;
  }
}
.c-contact__banner2 {
  margin-top: 180px;
  padding: 60px 0;
  background-color: #f1f1f1;
}
@media only screen and (max-width: 872px) {
  .c-contact__banner2 {
    margin-top: 90px;
    padding: 35px 0;
  }
}
.c-contact__banner2 .l-container {
  max-width: 780px;
}
.c-contact__banner2 .c-contact__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;
}
@media only screen and (max-width: 872px) {
  .c-contact__banner2 .c-contact__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
}
.c-contact__banner2 .c-contact__wrapper .c-contact__phone {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.c-contact__banner2 .c-contact__wrapper .c-contact__phone .c-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.c-contact__banner2 .c-contact__wrapper .c-contact__phone .c-phone .c-phone__icon {
  width: 35px;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
@media only screen and (max-width: 414px) {
  .c-contact__banner2 .c-contact__wrapper .c-contact__phone .c-phone .c-phone__icon {
    width: 30px;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}
.c-contact__banner2 .c-contact__wrapper .c-contact__phone .c-phone .c-number {
  font-size: 3.9rem;
  font-family: "acumin-variable", sans-serif;
  white-space: nowrap;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
@media only screen and (max-width: 414px) {
  .c-contact__banner2 .c-contact__wrapper .c-contact__phone .c-phone .c-number {
    font-size: 3.7rem;
  }
}
.c-contact__banner2 .c-contact__wrapper .c-contact__phone .c-phone__time {
  font-weight: 500;
  font-size: 1.9rem;
  text-align: center;
  letter-spacing: 2px;
  margin-top: 7px;
}
@media only screen and (max-width: 414px) {
  .c-contact__banner2 .c-contact__wrapper .c-contact__phone .c-phone__time {
    font-size: 1.7rem;
  }
}
.c-contact__banner2 .c-contact__wrapper .c-contact__right .c-contact__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.c-contact__banner2 .c-contact__wrapper .c-contact__right .c-contact__link + .c-contact__link {
  margin-top: 38px;
}
.c-contact__banner2 .c-contact__wrapper .c-contact__right .c-contact__link .c-contact__icon {
  width: 60px;
}
@media only screen and (max-width: 414px) {
  .c-contact__banner2 .c-contact__wrapper .c-contact__right .c-contact__link .c-contact__icon {
    width: 50px;
  }
}
.c-contact__banner2 .c-contact__wrapper .c-contact__right .c-contact__link .c-contact__txt {
  font-weight: 700;
  font-size: 2.3rem;
  letter-spacing: 3px;
  padding-bottom: 5px;
}
@media only screen and (max-width: 414px) {
  .c-contact__banner2 .c-contact__wrapper .c-contact__right .c-contact__link .c-contact__txt {
    letter-spacing: 1px;
    font-size: 2rem;
  }
}
.p-faq {
  background-color: #f7f8f8;
}
.p-faq .l-container {
  max-width: 845px;
  padding-top: 84px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 872px) {
  .p-faq .l-container {
    padding-top: 35px;
    padding-bottom: 110px;
  }
}
.p-news {
  background-color: #f7f8f8;
}
.p-news .l-container {
  max-width: 950px;
  padding-top: 106px;
  padding-bottom: 180px;
}
@media only screen and (max-width: 1023px) {
  .p-news .l-container {
    padding-top: 65px;
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 872px) {
  .p-news .l-container {
    padding-top: 35px;
    padding-bottom: 100px;
  }
}
.c-news__list2 .c-news__item + .c-news__item {
  margin-top: 20px;
}
.c-news__list2 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-news__list2 a .c-news__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 180px;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  border-radius: 9px;
  overflow: hidden;
}
@media only screen and (max-width: 580px) {
  .c-news__list2 a .c-news__img {
    width: 150px;
  }
}
.c-news__list2 a .c-news__img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  aspect-ratio: 63 / 44;
  
}
.c-news__list2 a .c-newsitem__right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 3.2%;
}
.c-news__list2 a .c-newsitem__right .c-newsitem__date {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  line-height: 1;
  display: inline-block;
  margin-bottom: 14px;
}
@media only screen and (max-width: 580px) {
  .c-news__list2 a .c-newsitem__right .c-newsitem__date {
    margin-bottom: 8px;
  }
}
.c-news__list2 a .c-newsitem__right .c-newsitem__title {
  font-size: 2rem;
  text-align: justify;
  letter-spacing: 2px;
}
@media only screen and (max-width: 872px) {
  .c-news__list2 a .c-newsitem__right .c-newsitem__title {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 580px) {
  .c-news__list2 a .c-newsitem__right .c-newsitem__title {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 374px) {
  .c-news__list2 a .c-newsitem__right .c-newsitem__title {
    font-size: 1.3rem;
  }
}
.c-singlenews__row {
  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-singlenews__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.c-singlenews__row .c-singlenews__img {
  max-width: 256px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 580px) {
  .c-singlenews__row .c-singlenews__img {
    width: 100%;
    max-width: 100%;
  }
}
.c-singlenews__row .c-singlenews__right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 4.5%;
  padding-top: 5.8%;
}
@media only screen and (max-width: 580px) {
  .c-singlenews__row .c-singlenews__right {
    padding: 5% 5% 0;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: 100%;
  }
}
.c-singlenews__row .c-singlenews__right .c-single__date {
  font-size: 1.4rem;
  letter-spacing: 3px;
}
.c-singlenews__row .c-singlenews__right .c-single__title {
  font-weight: 700;
  font-size: 2.5rem;
  margin-top: 5px;
  letter-spacing: 5px;
}
@media only screen and (max-width: 872px) {
  .c-singlenews__row .c-singlenews__right .c-single__title {
    font-size: 2rem;
    letter-spacing: 2px;
  }
}
.c-single__content {
  margin-top: 60px;
  border-top: 1px solid #005bac;
  padding-top: 40px;
}
@media only screen and (max-width: 872px) {
  .c-single__content {
    padding-top: 20px;
  }
}
.c-single__content p {
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: justify;
  letter-spacing: 2.4px;
}
@media only screen and (max-width: 580px) {
  .c-single__content p {
    font-size: 1.45rem;
    letter-spacing: 1px;
  }
}
.p-column {
  background-color: #f7f8f8;
}
.p-column .l-container {
  max-width: 730px;
  padding-top: 120px;
  padding-bottom: 170px;
}
@media only screen and (max-width: 872px) {
  .p-column .l-container {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 580px) {
  .p-column .l-container {
    padding-top: 45px;
  }
}
.c-singlecolumn__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 580px) {
  .c-singlecolumn__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.c-singlecolumn__row .c-singlecolumn__img {
  max-width: 307px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 580px) {
  .c-singlecolumn__row .c-singlecolumn__img {
    width: 100%;
    max-width: 100%;
  }
}
.c-singlecolumn__row .c-singlecolumn__right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 4.5%;
}
@media only screen and (max-width: 580px) {
  .c-singlecolumn__row .c-singlecolumn__right {
    padding: 5% 5% 0;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: 100%;
  }
}
.c-singlecolumn__row .c-singlecolumn__right .c-single__date {
  font-size: 1.4rem;
  letter-spacing: 3px;
}
.c-singlecolumn__row .c-singlecolumn__right .c-single__title {
  font-weight: 700;
  font-size: 2.5rem;
  letter-spacing: 5px;
  color: #005bac;
}
@media only screen and (max-width: 872px) {
  .c-singlecolumn__row .c-singlecolumn__right .c-single__title {
    font-size: 2rem;
    letter-spacing: 2px;
  }
}
.c-singlecase__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 580px) {
  .c-singlecase__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.c-singlecase__row .c-singlecase__img {
  max-width: 307px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 580px) {
  .c-singlecase__row .c-singlecase__img {
    width: 100%;
    max-width: 100%;
  }
}
.c-singlecase__row .c-singlecase__right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 4.5%;
}
@media only screen and (max-width: 580px) {
  .c-singlecase__row .c-singlecase__right {
    padding: 5% 5% 0;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: 100%;
  }
}
.c-singlecase__row .c-singlecase__right .c-single__title {
  font-weight: 700;
  font-size: 2.5rem;
  letter-spacing: 5px;
  position: relative;
}
.c-singlecase__row .c-singlecase__right .c-single__title .c-star {
  position: absolute;
  width: 90px;
  bottom: 115%;
}
@media only screen and (max-width: 580px) {
  .c-singlecase__row .c-singlecase__right .c-single__title .c-star {
    left: -7%;
    width: 65px;
  }
}
@media only screen and (max-width: 872px) {
  .c-singlecase__row .c-singlecase__right .c-single__title {
    font-size: 2rem;
    letter-spacing: 2px;
  }
}
.p-case {
  background-color: #f7f8f8;
  padding-bottom: 190px;
}
.p-case .l-container {
  max-width: 900px;
}
.p-case .c-case__middle {
  position: relative;
  margin-top: 163px;
  margin-bottom: 86px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 120px;
}
@media only screen and (max-width: 1023px) {
  .p-case .c-case__middle {
    margin-top: 120px;
  }
}
@media only screen and (max-width: 872px) {
  .p-case .c-case__middle {
    margin-top: 90px;
    margin-bottom: 50px;
  }
}
.p-case .c-case__middle .c-star {
  width: 80px;
  -webkit-transform: translateY(-60px);
  transform: translateY(-60px);
}
@media only screen and (max-width: 872px) {
  .p-case .c-case__middle .c-star {
    width: 60px;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
.c-car2 {
  position: relative;
}
.c-car2 > img {
  width: 120px;
}
@media only screen and (max-width: 580px) {
  .c-car2 > img {
    width: 100px;
  }
}
.c-car2 .c-car2__box {
  position: absolute;
  width: 113px;
  right: 91%;
  bottom: 79%;
}
@media only screen and (max-width: 580px) {
  .c-car2 .c-car2__box {
    width: 98px;
    bottom: 85%;
    right: 91%;
  }
}
.c-list3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 55px 5.75%;
}
@media only screen and (max-width: 580px) {
  .c-list3 {
    gap: 40px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.c-list3__item {
  width: 29.5%;
}
@media only screen and (max-width: 580px) {
  .c-list3__item {
    width: 48%;
  }
}
.c-list3__item .c-item3__img {
  border-radius: 9px;
  overflow: hidden;
}
.c-list3__item .c-item3__img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  aspect-ratio: 1/1;
}
.c-list3__item .c-item3__title {
  margin-top: 3px;
  font-size: 1.4rem;
  letter-spacing: 3px;
  text-align: justify;
}
@media only screen and (max-width: 580px) {
  .c-list3__item .c-item3__title {
    letter-spacing: 0;
  }
}
.p-contact {
  background-color: #f7f8f8;
  padding-bottom: 170px;
}
.p-contact .l-container {
  max-width: 954px;
}
.p-contact .c-contact__wrapper1 {
  background-color: #fff;
  margin-top: 71px;
  border-radius: 7px;
  padding: 37px 5% 42px;
}
@media only screen and (max-width: 872px) {
  .p-contact .c-contact__wrapper1 {
    margin-top: 40px;
    padding: 25px 5% 30px;
  }
}
.p-contact .c-contact__title {
  font-size: 3.4rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 872px) {
  .p-contact .c-contact__title {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 580px) {
  .p-contact .c-contact__title {
    font-size: 2.4rem;
  }
}
.p-contact .c-contact__desc {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.7825;
  margin-top: 13px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 872px) {
  .p-contact .c-contact__desc {
    margin-top: 8px;
    margin-bottom: 20px;
  }
}
.p-contact .c-contact__line {
  margin: 0 auto;
  max-width: 131px;
}
@media only screen and (max-width: 872px) {
  .p-contact .c-contact__line {
    max-width: 100px;
  }
}
.p-contact .c-contact__wrapper2 {
  margin-top: 80px;
  background-color: #fff;
  border-radius: 13px;
  padding: 37px 5% 42px;
}
@media only screen and (max-width: 580px) {
  .p-contact .c-contact__wrapper2 {
    margin-top: 50px;
    padding: 25px 5% 35px;
  }
}
.p-contact .c-contact__desc2 {
  font-size: 1.8rem;
  line-height: 1.75;
  text-align: justify;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 12px;
}
@media only screen and (max-width: 580px) {
  .p-contact .c-contact__desc2 {
    font-size: 1.4rem;
  }
}
/*------------------------------------------------------------
form
------------------------------------------------------------*/
.c-form__container {
  max-width: 733px;
  margin: 46px auto 0;
}
.c-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 872px) {
  .c-form__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.c-form__row + .c-form__row {
  margin-top: 23px;
}
.c-form__row.c-form__row2 {
  margin-top: 35px;
  margin-bottom: 45px;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.c-form__row.c-form__row2.c-form__row3 .c-form__label {
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.c-form__row.c-form__row2.c-form__row3 .c-form__checkboxes .wpcf7-checkbox .wpcf7-list-item {
  width: 49%;
}
@media only screen and (max-width: 580px) {
  .c-form__row.c-form__row2.c-form__row3 .c-form__checkboxes .wpcf7-checkbox .wpcf7-list-item {
    width: 100%;
  }
}
.c-form__row.c-form__row2.c-form__row3 .c-form__checkboxes .wpcf7-checkbox {
  gap: 20px 0;
}
.c-form__row.c-form__row3 {
  margin-top: 53px;
  padding-bottom: 12px;
}
.c-form__row.c-form__row4 {
  margin-top: 14px;
}
.c-form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 225px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 875px) {
  .c-form__label {
    width: 200px;
  }
}
@media only screen and (max-width: 872px) {
  .c-form__label {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.c-form__label.c-form__label--invi {
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}
.c-form__label.c-form__label--area {
  -ms-flex-item-align: baseline;
  align-self: baseline;
  padding-top: 15px;
}
.c-form__label.c-form__label--area .c-require {
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}
.c-form__label .c-label {
  font-size: 1.6rem;
  font-weight: 700;
}
.c-form__label .c-require {
  font-size: 1.1rem;
  font-weight: 500;
  color: #e71f1a;
  margin-right: 17px;
}
.c-form__label .c-require.c-require--invi {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
@media only screen and (max-width: 872px) {
  .c-form__label .c-require.c-require--invi {
    display: none;
  }
}
.c-form__input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.c-form__input .c-form__text1 {
  font-weight: 500;
  text-align: justify;
  letter-spacing: 1px;
}
@media only screen and (max-width: 1023px) {
  .c-form__input {
    width: 100%;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    margin-top: 15px;
  }
}
.c-form__input.c-form__input--width1 {
  width: 100%;
  max-width: 235px;
}
@media only screen and (max-width: 580px) {
  .c-form__input.c-form__input--width1 {
    max-width: 100%;
  }
}
.c-form__input.c-form__input--width2 {
  width: 100%;
  max-width: 355px;
}
@media only screen and (max-width: 580px) {
  .c-form__input.c-form__input--width2 {
    max-width: 100%;
  }
}
.c-form__input.c-form__input--width3 {
  width: 100%;
  max-width: 101px;
}
@media only screen and (max-width: 580px) {
  .c-form__input.c-form__input--width3 {
    max-width: 50%;
  }
}
.c-form__input.c-form__input--width4 {
  width: 100%;
  max-width: 354px;
}
@media only screen and (max-width: 580px) {
  .c-form__input.c-form__input--width4 {
    max-width: 100%;
  }
}
.c-form__input.c-form__input--width5 {
  width: 100%;
  max-width: 133px;
}
.c-form__input.c-form__input--width6 {
  width: 100%;
  max-width: 87px;
}
.c-form__input .c-input__type {
  border: unset;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 8px 15px;
  height: 49px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #313131;
  background-color: #efefef;
  letter-spacing: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: unset;
}
.c-form__input .c-input__type::input-placeholder {
  /* Edge */
  color: #d5d5d6;
}
.c-form__input .c-input__type:input-placeholder {
  /* Internet Explorer 10-11 */
  color: #d5d5d6;
}
.c-form__input .c-input__type::-webkit-input-placeholder {
  color: #d5d5d6;
}
.c-form__input .c-input__type::-moz-placeholder {
  color: #d5d5d6;
}
.c-form__input .c-input__type:-ms-input-placeholder {
  color: #d5d5d6;
}
.c-form__input .c-input__type::-ms-input-placeholder {
  color: #d5d5d6;
}
.c-form__input .c-input__type::placeholder {
  color: #d5d5d6;
}
.c-form__input textarea {
  width: 100%;
  resize: none;
  height: 200px;
  padding: 12px 15px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 2px;
  color: #313131;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #efefef;
  border-radius: unset;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: unset;
}
.c-form__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media only screen and (max-width: 872px) {
  .c-form__right {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: 100%;
  }
}
.c-form__right.c-form__right1 {
  margin-left: 2%;
}
.c-form__right .c-label__child {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 89px;
  font-weight: 500;
}
.c-form__right .c-input--space {
  width: 38px;
}
.c-form__checkboxes {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 270px;
}
@media only screen and (max-width: 872px) {
  .c-form__checkboxes {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    max-width: 100%;
    padding-left: 4%;
    width: 100%;
    margin-top: 15px;
  }
}
.c-form__checkboxes input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 22px;
  min-width: 22px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #efefef;
}
.c-form__checkboxes .wpcf7-form-control-wrap label > span {
  font-size: 1.5rem;
  display: inline-block;
  margin-left: 7px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-wrap: nowrap;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}
@media only screen and (max-width: 580px) {
  .c-form__checkboxes .wpcf7-form-control-wrap label > span {
    font-size: 1.4rem;
    margin-left: 4px;
  }
}
.c-form__checkboxes .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-form__checkboxes .wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 20px;
  -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: 580px) {
  .c-form__checkboxes .wpcf7-checkbox {
    gap: 20px 0;
  }
}
.c-form__checkboxes .wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0 !important;
}
@media only screen and (max-width: 580px) {
  .c-form__checkboxes .wpcf7-checkbox .wpcf7-list-item {
    width: 100%;
  }
}
.c-agree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.4rem;
  margin-top: 111px;
  font-weight: 500;
  position: relative;
  letter-spacing: 1.7px;
}
@media only screen and (max-width: 872px) {
  .c-agree {
    margin-top: 45px;
  }
}
.wpcf7-form-control-wrap {
  height: 18px;
}
.c-agree input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-sizing: border-box;
  width: 22px;
  height: 22px;
}
.c-agree .wpcf7-list-item-label {
  display: none;
}
.c-agree .wpcf7-not-valid-tip {
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: 50%;
  -webkit-transform: translateX(21px);
  transform: translateX(21px);
  transform: translateX(21px);
}
.c-agree .c-policy {
  margin-left: 7px;
  color: #e60013;
}
.c-submit__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 39px;
}
.c-submit__container .c-submit__button {
  cursor: pointer;
  position: relative;
}
.c-submit__container input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  appearance: none;
  appearance: none;
}
.c-submit__button {
  width: 100%;
  max-width: 290px;
  height: 52px;
  border: 2px solid #e60013;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #e60013;
  border-radius: 10px;
  -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-color: #fff;
}
.c-submit__button:hover span {
  color: #e60013;
}
.c-submit__button span {
  color: #fff;
  font-weight: 700;
  font-size: 1.9rem;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
/*
------------------------------------------------------------*/
.p-recruit {
  background-color: #f7f8f8;
}
.p-recruit .c-page__introduce::after {
  background-color: #e4e2dd;
}
.p-recruit .c-recruit1 {
  padding-top: 7px;
  position: relative;
  z-index: 0;
}
.p-recruit .c-recruit1::before {
  position: absolute;
  content: "";
  background-color: #e4e2dd;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 300vh;
  z-index: -2;
}
.p-recruit .c-recruit1 .c-recruit__img1 {
  position: relative;
  width: 150.5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 1200px) {
  .p-recruit .c-recruit1 .c-recruit__img1 {
    width: 106%;
  }
}
.p-recruit .c-recruit1 .c-recruit__txt {
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(48%);
  transform: translateY(48%);
  color: #005bac;
  font-weight: 700;
  font-size: 17.4rem;
  font-weight: 700;
  left: 3%;
}
@media only screen and (max-width: 1100px) {
  .p-recruit .c-recruit1 .c-recruit__txt {
    font-size: 13rem;
  }
}
@media only screen and (max-width: 1023px) {
  .p-recruit .c-recruit1 .c-recruit__txt {
    font-size: 9rem;
  }
}
@media only screen and (max-width: 872px) {
  .p-recruit .c-recruit1 .c-recruit__txt {
    font-size: 6rem;
  }
}
@media only screen and (max-width: 414px) {
  .p-recruit .c-recruit1 .c-recruit__txt {
    font-size: 4rem;
  }
}
.p-recruit .c-recruit1 .l-container {
  max-width: 806px;
  position: relative;
}
.p-recruit .c-recruit1 .c-recruit__icon {
  max-width: 60px;
  margin: 0 auto;
}
.p-recruit .c-recruit1 .c-recruit1__title {
  text-align: center;
  font-size: 3.8rem;
  font-weight: 700;
  margin-top: 19px;
}
@media only screen and (max-width: 872px) {
  .p-recruit .c-recruit1 .c-recruit1__title {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 580px) {
  .p-recruit .c-recruit1 .c-recruit1__title {
    font-size: 2.3rem;
  }
}
.p-recruit .c-recruit1 .c-recruit1__desc {
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: justify;
  margin-top: 43px;
  letter-spacing: 3px;
}
@media only screen and (max-width: 872px) {
  .p-recruit .c-recruit1 .c-recruit1__desc {
    margin-top: 20px;
    letter-spacing: 1.5px;
  }
}
@media only screen and (max-width: 580px) {
  .p-recruit .c-recruit1 .c-recruit1__desc {
    font-size: 1.5rem;
    padding: 0 5%;
  }
}
.p-recruit .c-recruit2 {
  padding-top: 185px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 1023px) {
  .p-recruit .c-recruit2 {
    padding-top: 130px;
  }
}
@media only screen and (max-width: 872px) {
  .p-recruit .c-recruit2 {
    padding-top: 90px;
  }
}
@media only screen and (max-width: 580px) {
  .p-recruit .c-recruit2 {
    padding-top: 50px;
  }
}
.p-recruit .c-recruit2 .l-container {
  max-width: 939px;
}
.p-recruit .c-recruit2 .c-recruit2__title {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 5px;
}
@media only screen and (max-width: 1023px) {
  .p-recruit .c-recruit2 .c-recruit2__title {
    font-size: 2.5rem;
    letter-spacing: 2px;
  }
}
@media only screen and (max-width: 872px) {
  .p-recruit .c-recruit2 .c-recruit2__title {
    font-size: 2rem;
  }
}
.p-recruit .c-recruit2 .c-recruit2__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 80px;
}
@media only screen and (max-width: 872px) {
  .p-recruit .c-recruit2 .c-recruit2__list {
    margin-top: 45px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px 4%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 580px) {
  .p-recruit .c-recruit2 .c-recruit2__list {
    margin-top: 25px;
  }
}
.p-recruit .c-recruit2 .c-recruit2__list li {
  width: 31%;
}
@media only screen and (max-width: 872px) {
  .p-recruit .c-recruit2 .c-recruit2__list li {
    width: 48%;
  }
}
.p-recruit .c-recruit2 .c-recruit2__list li .c-recruit2__h5 {
  margin-top: 21px;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1.75;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 580px) {
  .p-recruit .c-recruit2 .c-recruit2__list li .c-recruit2__h5 {
    font-size: 1.4rem;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 414px) {
  .p-recruit .c-recruit2 .c-recruit2__list li .c-recruit2__h5 {
    font-size: 1.3rem;
  }
}
.p-recruit .c-recruit2 .c-recruit2__list li .c-recruit2__h5 span {
  position: relative;
}
.p-recruit .c-recruit2 .c-recruit2__list li .c-recruit2__h5 span::after {
  content: "";
  position: absolute;
  background-color: #fff232;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
}
.p-recruit .c-recruit2 .c-recruit2__list li .c-recruit2__h5::before, .p-recruit .c-recruit2 .c-recruit2__list li .c-recruit2__h5::after {
  content: "";
  position: absolute;
  background-color: #231916;
  height: 90%;
  width: 1px;
  top: 50%;
}
.p-recruit .c-recruit2 .c-recruit2__list li .c-recruit2__h5::before {
  left: 10%;
  -webkit-transform: rotate(-25deg) translateY(-50%);
  transform: rotate(-25deg) translateY(-50%);
}
.p-recruit .c-recruit2 .c-recruit2__list li .c-recruit2__h5::after {
  right: 10%;
  -webkit-transform: rotate(25deg) translateY(-50%);
  transform: rotate(25deg) translateY(-50%);
}
.p-recruit .c-recruit3 {
  padding-top: 75px;
}
@media only screen and (max-width: 872px) {
  .p-recruit .c-recruit3 {
    padding-top: 40px;
  }
}
.p-recruit .c-recruit3 .l-container {
  max-width: 984px;
}
.p-recruit .c-recruit3 .c-recruit3__title {
  text-align: center;
  color: #005bac;
  font-weight: 700;
  font-size: 2.8rem;
  letter-spacing: 5px;
}
@media only screen and (max-width: 872px) {
  .p-recruit .c-recruit3 .c-recruit3__title {
    font-size: 2.4rem;
    letter-spacing: 2px;
  }
}
.p-recruit .c-recruit3 .c-recruit3__tablenote {
  text-align: right;
  font-size: 1.5rem;
  padding-right: 2.3%;
  letter-spacing: 1.5px;
  margin-top: 37px;
  margin-bottom: 8px;
}
@media only screen and (max-width: 580px) {
  .p-recruit .c-recruit3 .c-recruit3__tablenote {
    font-weight: 500;
    letter-spacing: 0.5px;
  }
}
.p-recruit table {
  border: 1px solid #b3adad;
  border-collapse: collapse;
  padding: 10px;
  width: 100%;
}
.p-recruit table th {
  border: 1px solid #b3adad;
  padding: 15px 10px;
  background: #f0f0f0;
  color: #313030;
  width: 21.7%;
  font-weight: 700;
  font-size: 1.7rem;
  vertical-align: baseline;
  line-height: 1.75;
}
@media only screen and (max-width: 580px) {
  .p-recruit table th {
    font-size: 1.4rem;
    padding: 10px 0;
    width: 30%;
  }
}
.p-recruit table td {
  border: 1px solid #b3adad;
  text-align: justify;
  padding: 16.5px 3%;
  background: #fff;
  color: #313030;
  font-size: 1.6rem;
  line-height: 1.75;
}
@media only screen and (max-width: 580px) {
  .p-recruit table td {
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 10px 3%;
  }
}
.p-company {
  background-color: #f7f8f8;
  padding-bottom: 150px;
}
.p-company .l-container {
  padding-top: 68px;
  max-width: 1000px;
}
@media only screen and (max-width: 872px) {
  .p-company .l-container {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 580px) {
  .p-company .l-container {
    padding-top: 0;
  }
}
.p-company .c-company__title {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  color: #005bac;
  letter-spacing: 3px;
  margin-bottom: 72px;
}
@media only screen and (max-width: 872px) {
  .p-company .c-company__title {
    font-size: 2.4rem;
    margin-bottom: 35px;
    letter-spacing: 2px;
  }
}
@media only screen and (max-width: 580px) {
  .p-company .c-company__title {
    font-size: 2rem;
    margin-bottom: 25px;
  }
}
.p-company .c-company__row1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 142px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 872px) {
  .p-company .c-company__row1 {
    margin-bottom: 80px;
  }
}
.p-company .c-company__row1 .c-company1__left {
  width: 51%;
}
@media only screen and (max-width: 872px) {
  .p-company .c-company__row1 .c-company1__left {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
.p-company .c-company__row1 .c-company1__left .c-company1__title {
  font-weight: 700;
  font-size: 2.5rem;
  font-family: "kozuka-mincho-pro", serif;
}
@media only screen and (max-width: 872px) {
  .p-company .c-company__row1 .c-company1__left .c-company1__title {
    margin-top: 6px;
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 580px) {
  .p-company .c-company__row1 .c-company1__left .c-company1__title {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 414px) {
  .p-company .c-company__row1 .c-company1__left .c-company1__title {
    font-size: 1.7rem;
    text-align: center;
  }
}
.p-company .c-company__row1 .c-company1__left .c-company1__desc {
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: justify;
  margin-top: 17px;
  letter-spacing: 3px;
}
@media only screen and (max-width: 580px) {
  .p-company .c-company__row1 .c-company1__left .c-company1__desc {
    font-size: 1.4rem;
    letter-spacing: 0;
    margin-top: 8px;
  }
}
.p-company .c-company__row1 .c-company1__right {
  width: 41.5%;
}
@media only screen and (max-width: 872px) {
  .p-company .c-company__row1 .c-company1__right {
    width: 100%;
  }
}
.c-company__list {
  margin-bottom: 148px;
}
@media only screen and (max-width: 872px) {
  .c-company__list {
    margin-bottom: 100px;
  }
}
.c-company__list .c-company__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #000;
  padding: 27px 0;
}
@media only screen and (max-width: 1023px) {
  .c-company__list .c-company__item {
    padding: 18px 0;
  }
}
@media only screen and (max-width: 872px) {
  .c-company__list .c-company__item {
    padding: 14px 0;
  }
}
.c-company__list .c-company__item:first-child {
  border-top: 1px solid #000;
}
.c-company__list .c-company__item h5 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.6rem;
  min-width: 20.5%;
  font-weight: 700;
  letter-spacing: 3px;
}
@media only screen and (max-width: 872px) {
  .c-company__list .c-company__item h5 {
    font-size: 1.4rem;
    letter-spacing: 1px;
  }
}
.c-company__list .c-company__item p {
  font-size: 1.6rem;
  letter-spacing: 3px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media only screen and (max-width: 872px) {
  .c-company__list .c-company__item p {
    font-size: 1.4rem;
    letter-spacing: 1px;
  }
}
.c-company__row2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-company__row2 .c-company__left2 {
  width: 40%;
  padding-top: 53px;
}
@media only screen and (max-width: 872px) {
  .c-company__row2 .c-company__left2 {
    width: 100%;
    padding-top: 0;
  }
}
.c-company__row2 .c-company__left2 .c-address {
  font-weight: 500;
  font-size: 1.7rem;
  letter-spacing: 2px;
}
.c-company__row2 .c-company__left2 .c-contact__phone {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.c-company__row2 .c-company__left2 .c-contact__phone .c-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media only screen and (max-width: 580px) {
  .c-company__row2 .c-company__left2 .c-contact__phone .c-phone {
    gap: 5px;
  }
}
.c-company__row2 .c-company__left2 .c-contact__phone .c-phone .c-phone__icon {
  width: 35px;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
@media only screen and (max-width: 414px) {
  .c-company__row2 .c-company__left2 .c-contact__phone .c-phone .c-phone__icon {
    width: 30px;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}
.c-company__row2 .c-company__left2 .c-contact__phone .c-phone .c-number {
  font-size: 3.9rem;
  font-family: "acumin-variable", sans-serif;
  white-space: nowrap;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
@media only screen and (max-width: 414px) {
  .c-company__row2 .c-company__left2 .c-contact__phone .c-phone .c-number {
    font-size: 3.4rem;
  }
}
.c-company__row2 .c-company__left2 .c-contact__phone .c-phone__time {
  font-weight: 500;
  font-size: 1.9rem;
  text-align: center;
  letter-spacing: 2px;
  margin-top: 7px;
}
@media only screen and (max-width: 414px) {
  .c-company__row2 .c-company__left2 .c-contact__phone .c-phone__time {
    font-size: 1.5rem;
    text-align: justify;
    margin-left: 42px;
  }
}
.c-company__row2 .c-company__left2 .c-google__link {
  font-size: 1.8rem;
  margin-top: 4px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 872px) {
  .c-company__row2 .c-company__left2 .c-google__link {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 580px) {
  .c-company__row2 .c-company__left2 .c-google__link {
    font-size: 1.4rem;
  }
}
.c-company__row2 .c-company__left2 .c-ways {
  margin-top: 125px;
  font-size: 1.9rem;
  padding-bottom: 4px;
  font-weight: 700;
  border-bottom: 1px solid #000;
}
@media only screen and (max-width: 872px) {
  .c-company__row2 .c-company__left2 .c-ways {
    margin-top: 75px;
  }
}
@media only screen and (max-width: 580px) {
  .c-company__row2 .c-company__left2 .c-ways {
    margin-top: 45px;
  }
}
.c-company__row2 .c-company__left2 .c-ways__desc {
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.7647058824;
  margin-top: 12px;
  letter-spacing: 4px;
}
.c-company__row2 .c-company__right2 {
  width: 54%;
}
@media only screen and (max-width: 872px) {
  .c-company__row2 .c-company__right2 {
    width: 100%;
    margin-top: 15px;
  }
}
.c-company__row2 .c-company__right2 iframe {
  width: 100%;
  height: 550px;
}
@media only screen and (max-width: 1023px) {
  .c-company__row2 .c-company__right2 iframe {
    height: 400px;
  }
}
@media only screen and (max-width: 872px) {
  .c-company__row2 .c-company__right2 iframe {
    height: 300px;
  }
}
@media only screen and (max-width: 580px) {
  .c-company__row2 .c-company__right2 iframe {
    height: 250px;
  }
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Utility .u-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/




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

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

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

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

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

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

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

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

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




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

}

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

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

}

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


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


.c-fixed__btns {
  position: fixed;
  right: 0;
  z-index: 50;
  top: 28%;
    display: flex;
    flex-direction: column;
    gap: 28px;
}
@media only screen and (max-width: 1023px) {
  .c-fixed__btns {
    gap: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .c-fixed__btns {
    gap: 7px;
    top: 18%;
  }
}
.c-fixed__btns .c-btn__fixed {
  width: 86px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top-left-radius: 17px;
  border-bottom-left-radius: 17px;
  min-height: 143px;
  gap: 6px;
}

@media only screen and (max-width: 767px) {
  .c-fixed__btns .c-btn__fixed {
    width: 45px;
    min-height: 45px;
    gap: 2px;
    padding-left: 2px;
    border-top-left-radius: 13px;
    border-bottom-left-radius: 13px;
  }
  .c-fixed__btns .c-btn__fixed {
    display: none;
  }
}
.c-fixed__btns .c-btn__fixed .c-fixed__icon1 {
  width: 42px;
}
.c-fixed__btns .c-btn__fixed .c-fixed__icon2 {
  width: 32px;
}
.c-fixed__btns .c-btn__fixed .c-fixed__icon3 {
  width: 37px;
}
@media only screen and (max-width: 1023px) {
  .c-fixed__btns .c-btn__fixed .c-fixed__icon1 {
    width: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .c-fixed__btns .c-btn__fixed .c-fixed__icon1 {
    width: 32px;
  }
  .c-fixed__btns .c-btn__fixed .c-fixed__icon3 {
    width: px;
  }
}
.c-fixed__btns .c-btn__fixed .c-fixed__txt {
  font-size: 1.3rem;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-fixed__btns .c-btn__fixed .c-fixed__txt {
    font-size: 1rem;
    display: none;
  }
}
.c-fixed__btns .c-btn__fixed1 {
  background-color: #E89315;
}
.c-fixed__btns .c-btn__fixed2 {
  background-color: #00913a;
}
.c-fixed__btns .c-btn__fixed3 {
  background-color: #CA64A3;
}





.c-footer__nav {
  position: fixed;
  bottom: 0;
  height: 84px;
  z-index: 999;
  width: 100%;
  display: none;
}
@media only screen and (max-width: 872px) {
  .c-footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 414px) {
  .c-footer__nav {
    height: 74px;
  }
}
.c-footer__nav .c-nav__link {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding-top: 7px;
  gap: 5px;
}
@media only screen and (max-width: 414px) {
  .c-footer__nav .c-nav__link {
    padding-top: 0;
  }
}
.c-footer__nav .c-nav__link.c-nav__link1 {
  background-color: #005bac;
}
.c-footer__nav .c-nav__link.c-nav__link2 {
  background-color: #00a33f;
}
.c-footer__nav .c-nav__link.c-nav__link3 {
  background-color: #e89315;
  gap: 10px;
}
.c-footer__nav .c-nav__link.c-nav__link4 {
  background-color: #ca64a3;
}
.c-footer__nav .c-icon1 {
  width: 36px;
}
@media only screen and (max-width: 414px) {
  .c-footer__nav .c-icon1 {
    width: 28px;
  }
}
.c-footer__nav .c-icon2 {
  width: 42px;
}
@media only screen and (max-width: 414px) {
  .c-footer__nav .c-icon2 {
    width: 33px;
  }
}
.c-footer__nav .c-icon3 {
  width: 38px;
}
@media only screen and (max-width: 414px) {
  .c-footer__nav .c-icon3 {
    width: 33px;
  }
}
.c-footer__nav .c-icon4 {
  width: 37px;
}
@media only screen and (max-width: 414px) {
  .c-footer__nav .c-icon4 {
    width: 30px;
  }
}
.c-footer__nav .c-txt {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.3333333333;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 414px) {
  .c-footer__nav .c-txt {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 374px) {
  .c-footer__nav .c-txt {
    font-size: 1rem;
  }
}





.p-service__list {
    grid-gap: 5rem 2rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    max-width: 1070.04px;
    margin: 50px auto 0;
}

@media only screen and (max-width: 1024px) {
    .p-service__list {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (max-width: 767px) {
    .p-service__list {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 4rem 2rem;
    }
}

@media only screen and (max-width: 516px) {
    .p-service__list {
        grid-gap: 3rem 2rem;
    }
}

.p-service__red {
    width: 247.85px;
    height: 46.25px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    color: white;
    font-size: 2rem;
    background-color: #E71F1A;
    border-radius: 36px;
}

@media only screen and (max-width: 1100px) {
    .p-service__red {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .p-service__red {
        font-size: 1.8rem;
    }
}

@media only screen and (max-width: 516px) {
    .p-service__red {
        font-size: 1.6rem;
    }
}

.p-service__image {
    max-width: 150px;
    margin: 12px auto;
}
.p-service__image img{
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

@media only screen and (max-width: 516px) {
    .p-service__image {
        width: 100%;
    }
}

.p-service__price {
    font-size: 2.865rem;
    text-align: center;
    letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
    .p-service__price {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 516px) {
    .p-service__price {
        font-size: 1.8rem;
    }
}

.p-service__link {
    font-size: 3rem;
    color: white;
    background-color: #e71f1a;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 270px;
    height: 60px;
    border-radius: 36px;
    margin: 178px auto;
}

@media only screen and (max-width: 1024px) {
    .p-service__link {
        margin: 90px auto 130px;
        font-size: 2.5rem;
        width: 270px;
        height: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .p-service__link {
        margin: 60px auto 100px;
        font-size: 2.3rem;
        width: 260px;
        height: 60px;
    }
}

@media only screen and (max-width: 516px) {
    .p-service__link {
        margin: 50px auto 65px;
        font-size: 1.8rem;
        width: 219px;
        height: 56px;
    }
}



.c-banner263{
  margin-bottom: 65px;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 516px) {
  .c-banner263{
    margin-bottom: 45px;
  }
}
