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

  .sp-only {
    display: block;
  }
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Layout .l-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/* Header
------------------------------------------------------------*/
.c-header {
  height: 154.5px;
}
@media only screen and (max-width: 875px) {
  .c-header {
    height: 152.5px;
  }
}
@media only screen and (max-width: 767px) {
  .c-header {
    height: 90px;
  }
}
@media only screen and (max-width: 580px) {
  .c-header {
    height: 80px;
  }
}
.c-header .c-header__fixed {
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 999;
  -webkit-box-shadow: rgba(0, 44, 109, 0.6) 0 4px 5px -3px;
  box-shadow: rgba(0, 44, 109, 0.6) 0 4px 5px -3px;
}
.c-header .c-header__fixed .c-header__wrapper {
  padding: 12px 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
}
@media only screen and (max-width: 580px) {
  .c-header .c-header__fixed .c-header__wrapper {
    padding: 7px 2%;
  }
}
.c-header .c-header__fixed .c-header__wrapper .c-header__logo {
  width: 290px;
}
@media only screen and (max-width: 767px) {
  .c-header .c-header__fixed .c-header__wrapper .c-header__logo {
    width: 220px;
  }
}
.c-header .c-header__fixed .c-header__wrapper .c-header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-header .c-header__fixed .c-header__wrapper .c-btn__line {
  margin-left: 10px;
}
.c-header .c-header__fixed .c-header__wrapper .c-btn__contact {
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  .c-header .c-header__fixed .c-header__wrapper .c-info {
    display: none;
  }
}
/* 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);
}
@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: #002c6d;
  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;
}
@media only screen and (max-width: 875px) {
  .c-menu__links {
    max-width: 688px;
  }
}
@media only screen and (max-width: 767px) {
  .c-menu__links {
    display: none;
  }
}
.c-menu__links .c-menu__link {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding: 2px 3%;
}
@media only screen and (max-width: 1023px) {
  .c-menu__links .c-menu__link {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 875px) {
  .c-menu__links .c-menu__link {
    padding: 2px 2%;
    font-size: 1.35rem;
    letter-spacing: 0.2px;
  }
}
.c-menu__links .c-menu__link + .c-menu__link {
  border-left: 1px solid #c5c6c6;
}
.c-menu__links .c-menu__link:hover span::after {
  -webkit-transform: translateX(-50%) scaleX(1);
  transform: translateX(-50%) scaleX(1);
}
.c-menu__links .c-menu__link span {
  position: relative;
}
.c-menu__links .c-menu__link span::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 100%;
  height: 4px;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  background-color: #002c6d;
  -webkit-transform: translateX(-50%) scaleX(0);
  transform: translateX(-50%) scaleX(0);
}
.c-header__burger {
  display: none;
}
@media only screen and (max-width: 767px) {
  .c-header__burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 10px;
  }
}
.menu-toggle {
  height: 22px;
  width: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}
.menu-toggle span {
  height: 3px;
  background-color: #002c6d;
  -webkit-transition: width 200ms ease;
  transition: width 200ms ease;
  transition: width 200ms ease;
}
.menu-toggle span:nth-child(1) {
  width: 80%;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
  transition-delay: 200ms;
}
.menu-toggle span:nth-child(2) {
  width: 100%;
}
.menu-toggle span:nth-child(3) {
  width: 60%;
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
  transition-delay: 400ms;
}
.menu-toggle span:nth-child(4) {
  position: absolute;
  top: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  width: 3px;
  height: 0;
  -webkit-transition: height 400ms;
  transition: height 400ms;
  transition: height 400ms;
}
.menu-toggle.c-active {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
  transition-delay: 400ms;
}
.menu-toggle.c-active span:nth-child(1) {
  width: 0;
  -webkit-transition: 200ms ease;
  transition: 200ms ease;
  transition: 200ms ease;
}
.menu-toggle.c-active span:nth-child(3) {
  width: 0;
  -webkit-transition: 200ms ease;
  transition: 200ms ease;
  transition: 200ms ease;
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
  transition-delay: 150ms;
}
.menu-toggle.c-active span:nth-child(4) {
  height: 35px;
  -webkit-transition: height 200ms ease;
  transition: height 200ms ease;
  transition: height 200ms ease;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
  transition-delay: 200ms;
}
/*------------------------------------------------------------
footer
------------------------------------------------------------*/
.c-footer {
  padding: 0 5%;
  padding-top: 80px;
  background: #003c4f;
  color: #fff;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .c-footer {
    padding: 50px 2.5% 0;
  }
}
.c-footer .c-btn__scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  width: 53px;
  height: 53px;
  border-radius: 50%;
  background-color: #009d6d;
  right: 2.2%;
  top: 0;
  border: 3px solid #009d6d;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  cursor: pointer;
}
.c-footer .c-btn__scroll:hover {
  background-color: #fff;
}
.c-footer .c-btn__scroll:hover i {
  color: #009d6d;
}
.c-footer .c-btn__scroll i {
  font-size: 2rem;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.c-footer__top {
  margin-left: auto;
  margin-right: auto;
  padding: 0 4.5% 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .c-footer__top {
    padding: 0 3% 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media only screen and (max-width: 580px) {
  .c-footer__top {
    padding-bottom: 30px;
  }
}
.c-footer__top .c-footer__left .c-footer__logo {
  width: 310px;
}
@media only screen and (max-width: 767px) {
  .c-footer__top .c-footer__left .c-footer__logo {
    width: 290px;
  }
}
.c-footer__top .c-footer__left .c-footer__info {
  padding-left: 2.5%;
  margin-top: 70px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.75;
  color: #fff;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .c-footer__top .c-footer__left .c-footer__info {
    padding-left: 0;
    margin-top: 20px;
  }
}
.c-footer__top .c-footer__right {
  width: 100%;
  margin-top: 40px;
  max-width: 316px;
}
@media only screen and (max-width: 767px) {
  .c-footer__top .c-footer__right {
    margin-top: 20px;
  }
}
.c-footer .c-footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 1.7%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 580px) {
  .c-footer .c-footer__bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 1.5%;
  }
}
.c-footer .c-footer__bottom .c-fb__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 580px) {
  .c-footer .c-footer__bottom .c-fb__left {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.c-footer .c-footer__bottom .c-fb__left .c-fb__link {
  font-weight: 500;
  font-size: 1.5rem;
}
.c-footer .c-footer__bottom .c-fb__left .c-fb__link + .c-fb__link {
  margin-left: 60px;
}
@media only screen and (max-width: 580px) {
  .c-footer .c-footer__bottom .c-fb__left .c-fb__link + .c-fb__link {
    margin-left: 0;
  }
}
.c-footer .c-footer__bottom .c-fb__copyright {
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 2px;
}
@media only screen and (max-width: 580px) {
  .c-footer .c-footer__bottom .c-fb__copyright {
    display: block;
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
}
/*------------------------------------------------------------
sidebar
------------------------------------------------------------*/
/* Breadcrumb
------------------------------------------------------------*/
/* layout
------------------------------------------------------------*/
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  body {
    min-width: 320px;
  }
}
.l-container {
  max-width: 1030px;
  margin: 0 auto;
  padding: 0 15px;
}
@media only screen and (max-width: 1023px) {
  .l-container {
    padding: 0 2.5%;
  }
}
@media only screen and (max-width: 767px) {
  .l-container {
    padding: 0 2%;
  }
}
.l-container2 {
  max-width: 1300px;
  margin: 0 auto;
}
@-webkit-keyframes arrow {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  49.9% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes arrow {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  49.9% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes scroll {
  0% {
    opacity: 0;
    top: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
    top: calc(100% - 10px);
  }
}
@keyframes scroll {
  0% {
    opacity: 0;
    top: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
    top: calc(100% - 10px);
  }
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Component .c-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
btn
------------------------------------------------------------*/
.c-btn1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 206px;
  height: 66px;
  border: 1px solid #003c4f;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  margin-left: auto;
  margin-right: auto;
  border-radius: 33px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .c-btn1 {
    width: 180px;
    height: 58px;
    border-radius: 27px;
  }
}
@media only screen and (max-width: 580px) {
  .c-btn1 {
    width: 170px;
    height: 50px;
  }
}
.c-btn1.c-btn1__area {
  margin-left: 0;
  margin-top: 46px;
}
@media only screen and (max-width: 1023px) {
  .c-btn1.c-btn1__area {
    margin-top: 20px;
  }
}
.c-btn1.c-btn1__area:hover i {
  color: #fff;
}
.c-btn1.c-btn1__area i {
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  font-size: 2.5rem;
  margin-left: 14px;
  color: #003c4f;
}
.c-btn1.c-btn1__area span {
  letter-spacing: 1px;
}
.c-btn1 span {
  font-size: 1.45rem;
  font-weight: 700;
  color: #003c4f;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.c-btn1:hover {
  background-color: #003c4f;
}
.c-btn1:hover span {
  color: #fff;
}
.c-btn__entry {
  width: 268px;
  height: 72px;
  border-radius: 36px;
  background-color: #385da0;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(21%, #385da0), to(#000309));
  background-image: -webkit-linear-gradient(left, #385da0 21%, #000309 100%);
  background-image: linear-gradient(90deg, #385da0 21%, #000309 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  position: relative;
  -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;
  margin-left: auto;
  margin-right: auto;
  margin-top: 90px;
  -webkit-transition: background-image 0.5s linear;
  transition: background-image 0.5s linear;
}
@media only screen and (max-width: 580px) {
  .c-btn__entry {
    width: 240px;
    height: 68px;
    margin-top: 45px;
  }
}
.c-btn__entry:hover {
  opacity: 0.95;
}
.c-btn__entry:hover img {
  right: 4%;
}
.c-btn__entry strong {
  font-weight: 500;
  font-size: 2.3rem;
  line-height: 1;
  font-family: "acumin-pro", sans-serif;
}
.c-btn__entry span {
  font-size: 0.9rem;
  font-weight: 500;
  margin-top: 2px;
}
.c-btn__entry img {
  position: absolute;
  width: 24px;
  top: 50%;
  right: 9%;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-pp__button {
  width: 277px;
  height: 67px;
  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;
  border-radius: 33px;
  background-color: #004183;
  border: 3px solid #004183;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  margin-top: 90px;
}
@media only screen and (max-width: 767px) {
  .c-pp__button {
    width: 240px;
    height: 60px;
    margin-top: 30px;
  }
}
.c-pp__button span {
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .c-pp__button span {
    font-size: 1.7rem;
  }
}
.c-pp__button:hover {
  opacity: 1;
  background-color: #fff;
}
.c-pp__button:hover span {
  color: #004183;
}
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
title
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-page__introduce {
  min-height: 376px;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .c-page__introduce {
    min-height: 320px;
  }
}
@media only screen and (max-width: 767px) {
  .c-page__introduce {
    min-height: 280px;
  }
}
@media only screen and (max-width: 580px) {
  .c-page__introduce {
    min-height: 230px;
  }
}
.c-page__introduce--service {
  background-image: url("./../img/service/service_banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.c-page__introduce--question {
  background-image: url("./../img/question_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .c-page__introduce--question {
    background-position: left center;
  }
}
.c-page__introduce--about {
  background-image: url("./../img/about_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (max-width: 767px) {
  .c-page__introduce--about {
    background-position: left center;
  }
}
.c-page__introduce--case {
  background-image: url("./../img/case_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (max-width: 767px) {
  .c-page__introduce--case {
    background-position: right center;
  }
}
.c-page__introduce--contact {
  background-image: url("./../img/contact_banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (max-width: 767px) {
  .c-page__introduce--contact {
    background-position: 60% center;
  }
}
.c-page__introduce--recruit {
  background-color: #002c6d;
  min-height: 112px;
}
.c-page__introduce--message {
  background-image: url("./../img/message_banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (max-width: 767px) {
  .c-page__introduce--message {
    background-position: right center;
  }
}
.c-page__introduce--pp {
  background-image: url("./../img/pp_banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.c-page__introduce--flow {
  background-image: url("./../img/flow_banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.c-page__introduce--news {
  background-image: url("./../img/news_banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.c-page__title1 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 4px 3px rgba(0, 0, 0, 0.4), 0 8px 13px rgba(0, 0, 0, 0.1), 0 18px 23px rgba(0, 0, 0, 0.1);
}
.c-page__title1.c-page__title1--black {
  color: #231916;
  text-shadow: 0 4px 3px rgba(255, 255, 255, 0.4), 0 8px 13px rgba(255, 255, 255, 0.4), 0 18px 23px rgba(255, 255, 255, 0.4);
}
.c-page__title2 {
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
  text-shadow: 0 4px 3px rgba(0, 0, 0, 0.4), 0 8px 13px rgba(0, 0, 0, 0.1), 0 18px 23px rgba(0, 0, 0, 0.1);
}
.c-page__title2.c-page__title2--black {
  color: #231916;
  text-shadow: 0 4px 3px rgba(255, 255, 255, 0.4), 0 8px 13px rgba(255, 255, 255, 0.4), 0 18px 23px rgba(255, 255, 255, 0.4);
}
.c-title2 {
  text-align: center;
}
.c-title2 span {
  font-size: 2.7rem;
  font-weight: 700;
  letter-spacing: 2px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .c-title2 span {
    font-size: 2.4rem;
  }
}
.c-title2 span::after {
  content: "";
  background-image: -webkit-gradient(linear, left top, right top, from(#002c6d), to(#005b9e));
  background-image: -webkit-linear-gradient(left, #002c6d, #005b9e);
  background-image: linear-gradient(to right, #002c6d, #005b9e);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 74%;
  bottom: -14px;
  height: 4px;
  position: absolute;
}
.c-title1 {
  font-size: 3.6rem;
  font-family: "Kiwi Maru", serif;
  color: #003c4f;
  text-align: center;
  letter-spacing: 3.5px;
  font-weight: 500;
}
@media only screen and (max-width: 1023px) {
  .c-title1 {
    font-size: 3.2rem;
    letter-spacing: 2.5px;
  }
}
@media only screen and (max-width: 875px) {
  .c-title1 {
    font-size: 2.7rem;
    letter-spacing: 2px;
  }
}
@media only screen and (max-width: 767px) {
  .c-title1 {
    font-size: 2.2rem;
    letter-spacing: 1px;
  }
}
@media only screen and (max-width: 414px) {
  .c-title1 {
    font-size: 2rem;
    font-weight: 700;
  }
}
.c-title1__img {
  margin-top: 13px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media only screen and (max-width: 580px) {
  .c-title1__img {
    margin-top: 5px;
  }
}
.c-title1__img.c-title1__img1 {
  max-width: 185px;
}
@media only screen and (max-width: 580px) {
  .c-title1__img.c-title1__img1 {
    max-width: 150px;
  }
}
.c-title1__img.c-title1__img2 {
  max-width: 265px;
}
@media only screen and (max-width: 580px) {
  .c-title1__img.c-title1__img2 {
    max-width: 180px;
  }
}
.c-title1__img.c-title1__img3 {
  max-width: 88px;
}
@media only screen and (max-width: 767px) {
  .c-title1__img.c-title1__img3 {
    max-width: 70px;
  }
}
.c-title1__img.c-title1__img4 {
  max-width: 225px;
}
.c-title1__img.c-title1__img5 {
  max-width: 135px;
}
/*------------------------------------------------------------
icon
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
form
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
text
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
navi
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
img
------------------------------------------------------------*/
.c-contact__banner {
  border: 4px solid #003c4f;
  background-color: #fff;
  background-image: url("./../img/contact_bg.jpg");
  padding: 38px 3% 62px;
}
@media only screen and (max-width: 1100px) {
  .c-contact__banner {
    padding: 30px 2% 55px;
  }
}
@media only screen and (max-width: 1023px) {
  .c-contact__banner {
    padding-top: 20px;
  }
}
.c-contact__banner .c-cb__top {
  padding-left: 11%;
  padding-right: 1.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1100px) {
  .c-contact__banner .c-cb__top {
    padding-left: 7%;
  }
}
@media only screen and (max-width: 767px) {
  .c-contact__banner .c-cb__top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 580px) {
  .c-contact__banner .c-cb__top {
    padding: 0 3%;
  }
}
.c-contact__banner .c-cb__top--left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media only screen and (max-width: 1023px) {
  .c-contact__banner .c-cb__top--left {
    -ms-flex-item-align: center;
    align-self: center;
  }
}
@media only screen and (max-width: 767px) {
  .c-contact__banner .c-cb__top--left {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: 100%;
  }
}
.c-contact__banner .c-cb__top--right {
  padding-top: 8px;
  width: 100%;
  max-width: 288px;
}
@media only screen and (max-width: 767px) {
  .c-contact__banner .c-cb__top--right {
    margin-left: auto;
  }
}
.c-contact__banner .c-cb__top .c-cb__img--text {
  width: 121px;
  position: relative;
}
.c-contact__banner .c-cb__top .c-cb__img--text .c-cb__helmet {
  position: absolute;
  width: 110px;
  right: -186px;
  top: -11px;
}
@media only screen and (max-width: 767px) {
  .c-contact__banner .c-cb__top .c-cb__img--text .c-cb__helmet {
    width: 90px;
    right: -100px;
  }
}
.c-contact__banner .c-cb__top .c-cb__title {
  font-size: 3.3rem;
  font-weight: 500;
  line-height: 1.7515151515;
  color: #003c4f;
  margin-top: 15px;
  margin-left: -4px;
  letter-spacing: 3.7px;
}
@media only screen and (max-width: 1023px) {
  .c-contact__banner .c-cb__top .c-cb__title {
    font-size: 2.8rem;
    letter-spacing: 2px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
@media only screen and (max-width: 767px) {
  .c-contact__banner .c-cb__top .c-cb__title {
    width: unset;
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 580px) {
  .c-contact__banner .c-cb__top .c-cb__title {
    font-size: 2rem;
  }
}
.c-contact__banner .c-cb__top .c-cb__title span {
  position: relative;
}
.c-contact__banner .c-cb__top .c-cb__title span::before {
  content: "";
  position: absolute;
  height: 95%;
  width: 5px;
  background-color: #003c4f;
  top: 50%;
  left: -11px;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transform: translateY(-50%) rotate(-24deg);
  transform: translateY(-50%) rotate(-24deg);
}
@media only screen and (max-width: 767px) {
  .c-contact__banner .c-cb__top .c-cb__title span::before {
    width: 3px;
    left: -7px;
  }
}
@media only screen and (max-width: 580px) {
  .c-contact__banner .c-cb__top .c-cb__title span::before {
    display: none;
  }
}
.c-contact__banner .c-cb__top .c-cb__title span::after {
  content: "";
  position: absolute;
  height: 95%;
  width: 5px;
  background-color: #003c4f;
  top: 50%;
  right: -20px;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transform: translateY(-50%) rotate(24deg);
  transform: translateY(-50%) rotate(24deg);
}
@media only screen and (max-width: 767px) {
  .c-contact__banner .c-cb__top .c-cb__title span::after {
    width: 3px;
    right: -13px;
  }
}
@media only screen and (max-width: 580px) {
  .c-contact__banner .c-cb__top .c-cb__title span::after {
    display: none;
  }
}
.c-contact__banner .c-cb__top .c-cb__desc {
  color: #4c4a49;
  line-height: 1.75;
  font-weight: 700;
  font-size: 1.6rem;
  margin-top: 25px;
  padding-right: 23%;
}
@media only screen and (max-width: 1023px) {
  .c-contact__banner .c-cb__top .c-cb__desc {
    font-size: 1.5rem;
    padding-right: 10%;
  }
}
@media only screen and (max-width: 767px) {
  .c-contact__banner .c-cb__top .c-cb__desc {
    padding-right: 20%;
    margin-top: 12px;
  }
}
@media only screen and (max-width: 580px) {
  .c-contact__banner .c-cb__top .c-cb__desc {
    padding-right: 1%;
    text-align: justify;
  }
}
.c-contact__banner .c-cb__bottom {
  margin-top: 18px;
  max-width: 914px;
  margin-left: auto;
  margin-right: auto;
}
.c-contact__banner .c-cb__bottom .c-cbb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .c-contact__banner .c-cb__bottom .c-cbb__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.c-contact__banner .c-cb__bottom .c-cbbb__item {
  width: 32.7%;
  padding: 20px 3%;
  background-color: #f0ece4;
  border-radius: 8px;
}
@media only screen and (max-width: 767px) {
  .c-contact__banner .c-cb__bottom .c-cbbb__item {
    width: 100%;
    max-width: 358px;
  }
  .c-contact__banner .c-cb__bottom .c-cbbb__item + .c-cbbb__item {
    margin-top: 20px;
  }
}
.c-contact__banner .c-cb__bottom .c-cbbb__item .c-cbbb__title {
  max-width: 288px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
  z-index: 5;
  margin-bottom: 20px;
}
.c-contact__banner .c-cb__bottom .c-cbbb__item .c-cbbb__title::before {
  content: "";
  background-color: #003c4f;
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 2px;
  left: 0;
  z-index: -1;
}
.c-contact__banner .c-cb__bottom .c-cbbb__item .c-cbbb__title span {
  font-size: 1.5rem;
  font-weight: 700;
  color: #003c4f;
  padding: 0 7px;
  background-color: #f0ece4;
}
.c-contact__banner .c-cb__bottom .c-cbbb__item .c-cbbb__phone {
  font-family: "acumin-pro", sans-serif;
  font-weight: 700;
  font-size: 3rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1;
  margin-bottom: 5px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.c-contact__banner .c-cb__bottom .c-cbbb__item .c-cbbb__phone:hover {
  color: #003c4f;
}
.c-contact__banner .c-cb__bottom .c-cbbb__item .c-cbbb__time {
  font-size: 1.4rem;
  text-align: center;
  line-height: 1;
}
.c-contact__banner .c-cb__bottom .c-cbbb__item .c-bbb__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 25px;
  color: #fff;
  max-width: 207px;
  width: 100%;
  height: 51px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-contact__banner .c-cb__bottom .c-cbbb__item .c-cbbb__contact {
  background-color: #ee7300;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  border: 3px solid #ee7300;
}
.c-contact__banner .c-cb__bottom .c-cbbb__item .c-cbbb__contact:hover {
  background-color: #fff;
  opacity: 1;
}
.c-contact__banner .c-cb__bottom .c-cbbb__item .c-cbbb__contact:hover img {
  -webkit-filter: unset;
  filter: unset;
}
.c-contact__banner .c-cb__bottom .c-cbbb__item .c-cbbb__contact:hover span {
  color: #ee7300;
}
.c-contact__banner .c-cb__bottom .c-cbbb__item .c-cbbb__contact img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  width: 20px;
  margin-right: 15px;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.c-contact__banner .c-cb__bottom .c-cbbb__item .c-cbbb__contact span {
  font-weight: 700;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.c-contact__banner .c-cb__bottom .c-cbbb__item .c-bbb__line {
  background-color: #4ab134;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  border: 3px solid #4ab134;
}
.c-contact__banner .c-cb__bottom .c-cbbb__item .c-bbb__line:hover {
  background-color: #fff;
  opacity: 1;
}
.c-contact__banner .c-cb__bottom .c-cbbb__item .c-bbb__line:hover img {
  -webkit-filter: drop-shadow(1px 3px 3px #4ab134);
  filter: drop-shadow(1px 3px 3px #4ab134);
}
.c-contact__banner .c-cb__bottom .c-cbbb__item .c-bbb__line:hover span {
  color: #4ab134;
}
.c-contact__banner .c-cb__bottom .c-cbbb__item .c-bbb__line img {
  width: 33px;
  margin-right: 10px;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}
.c-contact__banner .c-cb__bottom .c-cbbb__item .c-bbb__line span {
  font-weight: 700;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
list
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-list1.c-list1--reverse .c-list1__item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.c-list1__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-list1__item + .c-list1__item {
  margin-top: 47px;
}
.c-list1__item .c-item1__img {
  width: 45.5%;
}
@media only screen and (max-width: 767px) {
  .c-list1__item .c-item1__img {
    width: 100%;
  }
}
.c-list1__item .c-item1__img img {
  aspect-ratio: 455/532;
}
.c-list1__item .c-item1__content {
  width: 54.5%;
  padding: 30px 4.5%;
  background-color: #fff;
}
@media only screen and (max-width: 1023px) {
  .c-list1__item .c-item1__content {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-list1__item .c-item1__content {
    width: 100%;
  }
}
.c-list1__item .c-item1__content .c-item1__title {
  color: #009d6d;
  font-size: 2.3rem;
  font-weight: 700;
  letter-spacing: 2.5px;
  margin-bottom: 16px;
  position: relative;
}
@media only screen and (max-width: 875px) {
  .c-list1__item .c-item1__content .c-item1__title {
    font-size: 2rem;
    letter-spacing: 2px;
  }
}
.c-list1__item .c-item1__content .c-item1__title::before {
  content: "";
  position: absolute;
  background-color: #009d6d;
  width: 15px;
  height: 31px;
  left: -20px;
  top: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-list1__item .c-item1__content .c-item1__desc {
  font-size: 1.5rem;
  line-height: 1.6;
  text-align: justify;
  letter-spacing: 2px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 1023px) {
  .c-list1__item .c-item1__content .c-item1__desc {
    margin-bottom: 15px;
  }
}
.c-list1__item .c-item1__content .c-item1__photos {
  margin-left: auto;
  margin-right: auto;
  max-width: 370px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 21px 3%;
}
.c-list1__item .c-item1__content .c-item1__photos .c-item1__photo {
  width: 47%;
}
.c-list1__item .c-item1__content .c-item1__photos .c-item1__photo img {
  aspect-ratio: 175/137;
}
.c-list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.c-list2__item {
  width: 31.5%;
  margin-bottom: 26px;
}
.c-list2__item img {
  aspect-ratio: 314/236;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-list3 {
  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-list3__item {
  width: 31.5%;
}
@media only screen and (max-width: 767px) {
  .c-list3__item {
    width: 49%;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 580px) {
  .c-list3__item:first-child {
    width: 100%;
  }
}
.c-list3__item .c-item3__img {
  overflow: hidden;
  border: 4px solid #003c4f;
}
.c-list3__item .c-item3__img img {
  aspect-ratio: 300/350;
}
.c-list3__item .c-item3__title {
  text-align: center;
  font-weight: 700;
  color: #003c4f;
  font-size: 2.3rem;
  letter-spacing: 2px;
  margin-top: 11px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .c-list3__item .c-item3__title {
    font-size: 2rem;
    margin-top: 8px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 580px) {
  .c-list3__item .c-item3__title {
    font-size: 1.7rem;
    margin-top: 5px;
    margin-bottom: 4px;
  }
}
.c-list3__item .c-item3__desc {
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 500;
  text-align: justify;
  padding: 0 1.2%;
  letter-spacing: 1px;
}
@media only screen and (max-width: 580px) {
  .c-list3__item .c-item3__desc {
    font-size: 1.4rem;
    letter-spacing: 0.5px;
  }
}
@media only screen and (max-width: 414px) {
  .c-list3__item .c-item3__desc {
    font-size: 1.35rem;
  }
}
.c-list4__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .c-list4__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.c-list4__item .c-item4__img {
  border: 4px solid #003c4f;
  overflow: hidden;
  width: 65.7%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media only screen and (max-width: 767px) {
  .c-list4__item .c-item4__img {
    width: 100%;
  }
}
.c-list4__item .c-item4__img img {
  aspect-ratio: 644/273;
}
.c-list4__item .c-item4__right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 3.2%;
  margin-top: 42px;
}
@media only screen and (max-width: 767px) {
  .c-list4__item .c-item4__right {
    padding: 0 3%;
    margin-top: 10px;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: 100%;
  }
}
.c-list4__item .c-item4__right .c-item4__title {
  text-align: center;
  font-weight: 700;
  color: #003c4f;
  font-size: 2.3rem;
  letter-spacing: 2px;
  margin-bottom: 13px;
}
@media only screen and (max-width: 767px) {
  .c-list4__item .c-item4__right .c-item4__title {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 580px) {
  .c-list4__item .c-item4__right .c-item4__title {
    margin-top: 2px;
    font-size: 1.7rem;
    margin-bottom: 4px;
  }
}
.c-list4__item .c-item4__right .c-item4__desc {
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 500;
  text-align: justify;
  padding: 0 1.2%;
  letter-spacing: 1.5px;
}
@media only screen and (max-width: 580px) {
  .c-list4__item .c-item4__right .c-item4__desc {
    font-size: 1.4rem;
  }
}
.c-list5 {
  margin-left: -24px;
  margin-right: -24px;
  margin-top: 73px;
  margin-bottom: 67px;
}
@media only screen and (max-width: 767px) {
  .c-list5 {
    margin-top: 40px;
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 580px) {
  .c-list5 {
    margin-top: 25px;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.c-list5__item {
  margin-left: 24px;
  margin-right: 24px;
}
@media only screen and (max-width: 580px) {
  .c-list5__item {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.c-list5__item:hover .c-item5__img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.c-list5__item:hover .c-item5__title {
  color: #003c4f;
}
.c-list5__item .c-item5__img {
  overflow: hidden;
}
.c-list5__item .c-item5__img img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease-in;
  transition: -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
}
.c-list5__item .c-item5__title {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.c-list6 {
  margin-left: -17.5px;
  margin-right: -17.5px;
  margin-top: 66px;
  margin-bottom: 68px;
}
@media only screen and (max-width: 767px) {
  .c-list6 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 580px) {
  .c-list6 {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.c-list6__item {
  margin-right: 17.5px;
  margin-left: 17.5px;
}
@media only screen and (max-width: 580px) {
  .c-list6__item {
    margin-right: 10px;
    margin-left: 10px;
  }
}
.c-list6__item .c-item6__img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 320/248;
}
.c-list6__item .c-item6__title {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-left: 2%;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 580px) {
  .c-list6__item .c-item6__title {
    margin-top: 8px;
    margin-bottom: 5px;
    font-size: 1.8rem;
  }
}
.c-list6__item .c-item6__desc {
  font-size: 1.6rem;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  margin-left: 2%;
}
@media only screen and (max-width: 767px) {
  .c-list6__item .c-item6__desc {
    font-size: 1.45rem;
  }
}
.c-list6__item .c-item6__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 2%;
  margin-top: 10px;
}
.c-list6__item .c-item6__row .c-item6__category {
  width: 86px;
  height: 26px;
  background-color: #003c4f;
  color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  font-size: 1.2rem;
  border-radius: 12px;
  letter-spacing: 1px;
}
.c-list6__item .c-item6__row .c-item6__date {
  font-size: 1.2rem;
  font-weight: 700;
  margin-left: 15px;
  letter-spacing: 1.5px;
}
.c-list7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5%;
}
@media only screen and (max-width: 767px) {
  .c-list7 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0;
  }
}
.c-list7__item {
  width: 30%;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .c-list7__item {
    width: 49%;
    margin-bottom: 30px;
  }
}
.c-list7__item .c-item7__img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 320/248;
}
.c-list7__item .c-item7__title {
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-left: 2%;
  margin-top: 3px;
  margin-bottom: 2px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
@media only screen and (max-width: 580px) {
  .c-list7__item .c-item7__title {
    margin-top: 8px;
    margin-bottom: 5px;
    font-size: 1.6rem;
  }
}
.c-list7__item .c-item7__desc {
  font-size: 1.5rem;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  margin-left: 2%;
}
@media only screen and (max-width: 767px) {
  .c-list7__item .c-item7__desc {
    font-size: 1.45rem;
  }
}
.c-list7__item .c-item7__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 2%;
  margin-top: 3px;
}
.c-list7__item .c-item7__row .c-item7__category {
  width: 86px;
  height: 26px;
  background-color: #003c4f;
  color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  font-size: 1.2rem;
  border-radius: 12px;
  letter-spacing: 1px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .c-list7__item .c-item7__row .c-item7__category {
    width: 76px;
    height: 23px;
  }
}
@media only screen and (max-width: 580px) {
  .c-list7__item .c-item7__row .c-item7__category {
    width: 70px;
    font-size: 1.1rem;
  }
}
.c-list7__item .c-item7__row .c-item7__date {
  font-size: 1.2rem;
  font-weight: 700;
  margin-left: 15px;
  letter-spacing: 1.5px;
}
@media only screen and (max-width: 767px) {
  .c-list7__item .c-item7__row .c-item7__date {
    font-size: 1.1rem;
    margin-left: 8px;
  }
}
.c-qa__list .c-qa__item {
  border-top: 4px solid #ea5515;
  padding: 28px 2%;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
@media only screen and (max-width: 767px) {
  .c-qa__list .c-qa__item {
    padding: 20px 2%;
  }
}
@media only screen and (max-width: 580px) {
  .c-qa__list .c-qa__item {
    padding: 15px 2%;
  }
}
.c-qa__list .c-qa__item:last-child {
  border-bottom: 4px solid #ea5515;
}
.c-qa__list .c-qa__item .c-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}
.c-qa__list .c-qa__item .c-question:hover .c-question__title {
  color: #ea5515;
}
.c-qa__list .c-qa__item .c-question__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
}
.c-qa__list .c-qa__item .c-question .c-question__icon {
  font-size: 3rem;
  color: #ea5515;
  margin-right: 18px;
  pointer-events: none;
}
@media only screen and (max-width: 1023px) {
  .c-qa__list .c-qa__item .c-question .c-question__icon {
    font-size: 2.8rem;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .c-qa__list .c-qa__item .c-question .c-question__icon {
    font-size: 2.3rem;
    margin-right: 12px;
  }
}
.c-qa__list .c-qa__item .c-question .c-question__title {
  font-size: 3rem;
  letter-spacing: 6px;
  font-weight: 500;
  pointer-events: none;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
@media only screen and (max-width: 1023px) {
  .c-qa__list .c-qa__item .c-question .c-question__title {
    font-size: 2.8rem;
    letter-spacing: 4px;
  }
}
@media only screen and (max-width: 767px) {
  .c-qa__list .c-qa__item .c-question .c-question__title {
    font-size: 2.3rem;
    letter-spacing: 2px;
  }
}
@media only screen and (max-width: 580px) {
  .c-qa__list .c-qa__item .c-question .c-question__title {
    font-size: 2rem;
    letter-spacing: 1px;
  }
}
@media only screen and (max-width: 414px) {
  .c-qa__list .c-qa__item .c-question .c-question__title {
    font-size: 1.7rem;
  }
}
.c-qa__list .c-qa__item .c-question .c-arrow {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  background-color: #ea5515;
  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;
  -ms-flex-item-align: self-start;
  align-self: self-start;
  margin-left: 5px;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .c-qa__list .c-qa__item .c-question .c-arrow {
    width: 30px;
    height: 30px;
  }
}
.c-qa__list .c-qa__item .c-question .c-arrow img {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  width: 15px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.c-qa__list .c-qa__item .c-question .c-arrow img.c-active {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.c-qa__list .c-qa__item .c-answer {
  font-size: 1.6rem;
  font-weight: 700;
  color: #332d2b;
  padding: 0 6%;
  text-align: justify;
  line-height: 1.75;
  height: 0;
  overflow: hidden;
  margin-top: 0;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.c-qa__list .c-qa__item .c-answer .c-blue {
  color: #002c6d;
}
.c-qa__list .c-qa__item .c-answer.c-active {
  margin-top: 25px;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .c-qa__list .c-qa__item .c-answer.c-active {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .c-qa__list .c-qa__item .c-answer {
    padding: 0 3%;
  }
}
@media only screen and (max-width: 580px) {
  .c-qa__list .c-qa__item .c-answer {
    font-size: 1.45rem;
  }
}
.c-case__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5%;
}
@media only screen and (max-width: 767px) {
  .c-case__list {
    gap: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.c-case__list .c-case__item {
  width: 30%;
  margin-bottom: 57px;
}
@media only screen and (max-width: 767px) {
  .c-case__list .c-case__item {
    width: 49%;
    margin-bottom: 30px;
  }
}
.c-case__list .c-case__item:hover .c-case__img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.c-case__list .c-case__item:hover .c-case__title {
  color: #002c6d;
}
.c-case__list .c-case__item .c-case__img {
  overflow: hidden;
}
.c-case__list .c-case__item .c-case__img img {
  aspect-ratio: 1;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.c-case__list .c-case__item .c-case__title {
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  font-size: 2rem;
  font-weight: 700;
  margin-top: 9px;
  letter-spacing: 2px;
}
@media only screen and (max-width: 767px) {
  .c-case__list .c-case__item .c-case__title {
    font-size: 1.8rem;
  }
}
/*------------------------------------------------------------
table
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
line
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
.c-desc2 {
  text-align: justify;
  font-size: 1.8rem;
  line-height: 1.8555555556;
  letter-spacing: 2px;
  margin-left: auto;
  margin-right: auto;
  max-width: 730px;
  padding: 0 3%;
}
@media only screen and (max-width: 767px) {
  .c-desc2 {
    font-size: 1.6rem;
    letter-spacing: 1px;
  }
}
.c-desc2.c-desc2--width1 {
  max-width: 843px;
}
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
other
------------------------------------------------------------*/
.c-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-info .c-info__top {
  font-size: 1.4rem;
  color: #003c4f;
  font-weight: 700;
}
.c-info .c-info__phonenumber {
  font-weight: 600;
  font-family: "acumin-pro", sans-serif;
  line-height: 0.65;
  font-size: 3.38rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.c-info .c-info__desc {
  margin-top: 6px;
  font-size: 1.3rem;
}
.c-btn__contact {
  width: 54px;
  border: 2px solid #ee7300;
  height: 83px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ee7300;
  -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;
}
@media only screen and (max-width: 767px) {
  .c-btn__contact {
    height: 66px;
    width: 45px;
  }
}
.c-btn__contact:hover {
  background-color: #fff;
}
.c-btn__contact:hover span {
  color: #ee7300;
}
.c-btn__contact:hover img {
  -webkit-filter: unset;
  filter: unset;
}
.c-btn__contact img {
  width: 24px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
@media only screen and (max-width: 767px) {
  .c-btn__contact img {
    width: 19px;
  }
}
.c-btn__contact span {
  margin-top: 8px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.c-btn__line {
  width: 54px;
  border: 2px solid #4ab134;
  height: 83px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #4ab134;
  -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;
}
@media only screen and (max-width: 767px) {
  .c-btn__line {
    height: 66px;
    width: 45px;
  }
}
.c-btn__line:hover {
  background-color: #fff;
}
.c-btn__line:hover img {
  -webkit-filter: drop-shadow(1px 3px 3px #4ab134);
  filter: drop-shadow(1px 3px 3px #4ab134);
}
.c-btn__line:hover span {
  color: #4ab134;
}
.c-btn__line img {
  width: 28px;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
@media only screen and (max-width: 767px) {
  .c-btn__line img {
    width: 22px;
  }
}
.c-btn__line span {
  margin-top: 8px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
/*
------------------------------------------------------------*/
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Project .p-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
Css of home page
------------------------------------------------------------*/
.p-top .c-index__banner {
  min-height: 576px;
  background-image: url("./../img/index/index_banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 875px) {
  .p-top .c-index__banner {
    background-position: 30% bottom;
    min-height: 450px;
  }
}
@media only screen and (max-width: 414px) {
  .p-top .c-index__banner {
    background-position: 25% bottom;
    min-height: 300px;
  }
}
.p-top .c-index__introduce {
  background-image: url("./../img/index/index_introduce_bg.png");
  font-family: "Noto Serif JP", serif;
  padding-top: 137px;
  padding-bottom: 300px;
}
@media only screen and (min-width: 1201px) {
  .p-top .c-index__introduce {
    padding-bottom: 340px;
  }
}
@media only screen and (max-width: 1023px) {
  .p-top .c-index__introduce {
    padding-top: 100px;
    padding-bottom: 320px;
  }
}
@media only screen and (max-width: 767px) {
  .p-top .c-index__introduce {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 580px) {
  .p-top .c-index__introduce {
    padding-top: 45px;
  }
}
@media only screen and (max-width: 414px) {
  .p-top .c-index__introduce {
    padding-top: 30px;
  }
}
.p-top .c-index__introduce .l-container {
  max-width: 770px;
}
.p-top .c-index__introduce .c-introduce__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
@media only screen and (max-width: 767px) {
  .p-top .c-index__introduce .c-introduce__container {
    flex-direction: column;
    align-items: center;
  }
}
.p-top .c-index__introduce .c-introduce__container .c-introduce__desc {
  font-size: 1.6rem;
  font-weight: 500;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  line-height: 2.110625;
}
.p-top .c-index__introduce .c-introduce__container .c-introduce__desc--sp {
  display: none;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  .p-top .c-index__introduce .c-introduce__container .c-introduce__desc {
    display: none;
  }
  .p-top .c-index__introduce .c-introduce__container .c-introduce__desc--sp {
    display: block;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 2px;

  }
}
@media only screen and (max-width: 767px) and (max-width: 580px) {
  .p-top .c-index__introduce .c-introduce__container .c-introduce__desc {
    font-size: 1.5rem;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    letter-spacing: 4px;
    text-align: justify;
    font-weight: 600;
  }
}
@media only screen and (max-width: 767px) {
  .p-top .c-index__introduce .c-introduce__container .c-introduce__desc .c-br {
    display: none;
  }
}
.p-top .c-index__introduce .c-introduce__container .c-introduce__title {
  font-size: 2.85rem;
  font-weight: 500;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}
.p-top .c-index__introduce .c-introduce__container .c-introduce__title--sp {
  font-size: 2.3rem;
  font-weight: 500;
  letter-spacing: 3px;
  display: none;
}
@media only screen and (max-width: 767px) {
  .p-top .c-index__introduce .c-introduce__container .c-introduce__title {
    display: none;
  }
  .p-top .c-index__introduce .c-introduce__container .c-introduce__title--sp {
    display: block;
    margin-bottom: 25px;
  }
}
.p-top .c-consulation {
  margin-top: -150px;
  position: relative;
  z-index: 5;
}
@media only screen and (min-width: 1201px) {
  .p-top .c-consulation {
    margin-top: -240px;
  }
}
@media only screen and (max-width: 767px) {
  .p-top .c-consulation {
    margin-top: -290px;
  }
}
.p-top .c-consulation__top {
  position: relative;
}
.p-top .c-consulation__top .c-cin__left {
  position: absolute;
  left: -36%;
  top: -114px;
}
@media only screen and (max-width: 875px) {
  .p-top .c-consulation__top .c-cin__left {
    width: 100px;
    left: 3%;
    top: 10%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 767px) {
  .p-top .c-consulation__top .c-cin__left {
    width: 80px;
  }
}
@media only screen and (max-width: 580px) {
  .p-top .c-consulation__top .c-cin__left {
    width: 68px;
    top: 87px;
  }
}
.p-top .c-consulation__top .c-cin__right {
  position: absolute;
  right: -54%;
  top: -118px;
}
@media only screen and (max-width: 875px) {
  .p-top .c-consulation__top .c-cin__right {
    width: 150px;
    right: 1%;
    top: 10%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 767px) {
  .p-top .c-consulation__top .c-cin__right {
    width: 110px;
  }
}
@media only screen and (max-width: 580px) {
  .p-top .c-consulation__top .c-cin__right {
    width: 97px;
    top: 95px;
  }
}
.p-top .c-consulation__top .c-consulation__introduce {
  position: absolute;
  left: 50%;
  top: 76%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (min-width: 1201px) {
  .p-top .c-consulation__top .c-consulation__introduce {
    top: 48%;
  }
}
@media only screen and (max-width: 580px) {
  .p-top .c-consulation__top .c-consulation__introduce {
    top: 80%;
  }
}
@media only screen and (max-width: 875px) {
  .p-top .c-consulation__top .c-consulation__introduce {
    width: 100%;
  }
}
.p-top .c-consulation__bottom {
  background-color: #f0ece4;
  padding-bottom: 140px;
}
@media only screen and (max-width: 767px) {
  .p-top .c-consulation__bottom {
    padding-top: 125px;
  }
}
@media only screen and (max-width: 580px) {
  .p-top .c-consulation__bottom {
    padding-top: 125px;
    padding-bottom: 100px;
  }
}
.p-top .c-consulation__bottom .l-container {
  max-width: 990px;
}
.p-top .c-consulation__bottom .l-container.l-container2 {
  max-width: 1082px;
}
.p-top .c-consulation__bottom .c-tab__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 40px;
}
@media only screen and (max-width: 1250px) {
  .p-top .c-consulation__bottom .c-tab__labels {
    padding-top: 121px;
  }
}
@media only screen and (max-width: 875px) {
  .p-top .c-consulation__bottom .c-tab__labels {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .p-top .c-consulation__bottom .c-tab__labels {
    padding-top: 0;
  }
}
.p-top .c-consulation__bottom .c-tab__labels .c-tab__label {
  width: 31.3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 70px;
  border-radius: 7px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #e1d7c3;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  cursor: pointer;
}
@media only screen and (max-width: 875px) {
  .p-top .c-consulation__bottom .c-tab__labels .c-tab__label {
    width: 32%;
  }
}
@media only screen and (max-width: 767px) {
  .p-top .c-consulation__bottom .c-tab__labels .c-tab__label {
    padding: 0 2%;
  }
}
@media only screen and (max-width: 414px) {
  .p-top .c-consulation__bottom .c-tab__labels .c-tab__label {
    height: 60px;
  }
}
.p-top .c-consulation__bottom .c-tab__labels .c-tab__label:hover {
  background-color: #e0a154;
}
.p-top .c-consulation__bottom .c-tab__labels .c-tab__label.c-active {
  background-color: #f2911a;
}
.p-top .c-consulation__bottom .c-tab__labels .c-tab__label.c-active span {
  color: #fff;
}
.p-top .c-consulation__bottom .c-tab__labels .c-tab__label span {
  color: #003c4f;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 1px;
  pointer-events: none;
}
@media only screen and (max-width: 1023px) {
  .p-top .c-consulation__bottom .c-tab__labels .c-tab__label span {
    font-size: 1.6rem;
    letter-spacing: 0.5px;
    display: inline-block;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .p-top .c-consulation__bottom .c-tab__labels .c-tab__label span {
    font-size: 1.35rem;
  }
}
@media only screen and (max-width: 580px) {
  .p-top .c-consulation__bottom .c-tab__labels .c-tab__label span {
    font-size: 1.3rem;
    letter-spacing: 0.2px;
  }
}
@media only screen and (max-width: 374px) {
  .p-top .c-consulation__bottom .c-tab__labels .c-tab__label span {
    font-size: 1.2rem;
  }
}
.p-top .c-consulation__bottom .c-tab__lines {
  margin-top: 4px;
  margin-bottom: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.p-top .c-consulation__bottom .c-tab__lines .c-tab__line {
  width: 31.3%;
  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;
}
.p-top .c-consulation__bottom .c-tab__lines .c-tab__line.c-active span {
  background-color: #f2911a;
}
.p-top .c-consulation__bottom .c-tab__lines .c-tab__line span {
  width: 2px;
  height: 48px;
  background-color: transparent;
}
@media only screen and (max-width: 580px) {
  .p-top .c-consulation__bottom .c-tab__lines .c-tab__line span {
    height: 35px;
  }
}
.p-top .c-consulation__bottom .c-tab__contents {
  margin-bottom: 97px;
}
@media only screen and (max-width: 1023px) {
  .p-top .c-consulation__bottom .c-tab__contents {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .p-top .c-consulation__bottom .c-tab__contents {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 580px) {
  .p-top .c-consulation__bottom .c-tab__contents {
    margin-bottom: 35px;
  }
}
.p-top .c-consulation__bottom .c-tab__contents .c-tab__content {
  width: 100%;
  min-height: 397px;
  background-image: url("./../img/index/tab_bg.jpg");
  display: none;
  padding: 25px 2.5%;
}
.p-top .c-consulation__bottom .c-tab__contents .c-tab__content.c-active {
  display: block;
}
@media only screen and (max-width: 767px) {
  .p-top .c-consulation__bottom .c-tab__contents .c-tab__content {
    padding: 20px 4%;
  }
}
.p-top .c-consulation__bottom .c-tab__contents .c-tab__content .c-tc__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .p-top .c-consulation__bottom .c-tab__contents .c-tab__content .c-tc__row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.p-top .c-consulation__bottom .c-tab__contents .c-tab__content .c-tc__row .c-tc__img {
  width: 38%;
}
@media only screen and (max-width: 767px) {
  .p-top .c-consulation__bottom .c-tab__contents .c-tab__content .c-tc__row .c-tc__img {
    width: 80%;
  }
}
.p-top .c-consulation__bottom .c-tab__contents .c-tab__content .c-tc__row .c-tc__right {
  width: 48%;
}
@media only screen and (max-width: 767px) {
  .p-top .c-consulation__bottom .c-tab__contents .c-tab__content .c-tc__row .c-tc__right {
    width: 100%;
    margin-top: 25px;
  }
}
.p-top .c-consulation__bottom .c-tab__contents .c-tab__content .c-tc__row .c-tc__right .c-tc__title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #003c4f;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 7px;
  border-bottom: 2px solid #231916;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .p-top .c-consulation__bottom .c-tab__contents .c-tab__content .c-tc__row .c-tc__right .c-tc__title {
    font-size: 2.2rem;
  }
}
.p-top .c-consulation__bottom .c-tab__contents .c-tab__content .c-tc__row .c-tc__right dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-top .c-consulation__bottom .c-tab__contents .c-tab__content .c-tc__row .c-tc__right dl dt + dt {
  margin-top: 12px;
}
.p-top .c-consulation__bottom .c-tab__contents .c-tab__content .c-tc__row .c-tc__right dl dt img {
  width: 30px;
  margin-right: 8px;
}
.p-top .c-consulation__bottom .c-tab__contents .c-tab__content .c-tc__row .c-tc__right dl dt p {
  font-size: 1.6rem;
  color: #4c4a49;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .p-top .c-consulation__bottom .c-tab__contents .c-tab__content .c-tc__row .c-tc__right dl dt p {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 580px) {
  .p-top .c-consulation__bottom .c-tab__contents .c-tab__content .c-tc__row .c-tc__right dl dt p {
    font-size: 1.4rem;
  }
}
.p-top .c-painting {
  padding-top: 48px;
  padding-bottom: 188px;
  background-image: url("./../img/index/painting_service_bg.jpg");
  position: relative;
}
@media only screen and (min-width: 1201px) {
  .p-top .c-painting {
    padding-bottom: 220px;
  }
}
@media only screen and (max-width: 767px) {
  .p-top .c-painting {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 580px) {
  .p-top .c-painting {
    padding-top: 30px;
  }
}
.p-top .c-painting__top {
  position: absolute;
  background-image: url("./../img/index/painting_service_bg.jpg");
  width: 100%;
  height: 60px;
  z-index: 10;
  bottom: 100%;
  -webkit-clip-path: polygon(0 100%, 100% 0%, 100% 100%);
  clip-path: polygon(0 100%, 100% 0%, 100% 100%);
}
.p-top .c-painting .l-container {
  max-width: 1004px;
}
.p-top .c-painting .l-container.l-container2 {
  max-width: 1030px;
  margin-top: 127px;
}
@media only screen and (max-width: 1023px) {
  .p-top .c-painting .l-container.l-container2 {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .p-top .c-painting .l-container.l-container2 {
    margin-top: 70px;
  }
}
.p-top .c-painting .c-list3 {
  margin-top: 86px;
  margin-bottom: 59px;
}
@media only screen and (max-width: 1023px) {
  .p-top .c-painting .c-list3 {
    margin-top: 60px;
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .p-top .c-painting .c-list3 {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
.p-top .c-painting .c-list4 {
  margin-bottom: 80px;
}
.p-top .c-area {
  padding-top: 85px;
  padding-bottom: 48px;
  background-color: #e9eaea;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .p-top .c-area {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 875px) {
  .p-top .c-area {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 580px) {
  .p-top .c-area {
    padding-bottom: 50px;
  }
}
.p-top .c-area__top {
  position: absolute;
  bottom: calc(100% - 42px);
  z-index: -1;
}
@media only screen and (max-width: 1100px) {
  .p-top .c-area__top {
    bottom: calc(100% - 5px);
  }
}
@media only screen and (max-width: 875px) {
  .p-top .c-area__top {
    bottom: calc(100% - 3px);
  }
}
@media only screen and (max-width: 767px) {
  .p-top .c-area__top {
    bottom: calc(100% - 3px);
  }
}
.p-top .c-area__bottom {
  position: absolute;
  background-color: #e9eaea;
  width: 100%;
  height: 78px;
  z-index: 10;
  top: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
@media only screen and (max-width: 580px) {
  .p-top .c-area__bottom {
    height: 50px;
  }
}
.p-top .c-area__row {
  margin-top: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .p-top .c-area__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-top .c-area__row .c-area__map {
  width: 47%;
}
@media only screen and (max-width: 767px) {
  .p-top .c-area__row .c-area__map {
    width: 100%;
    margin-bottom: 25px;
  }
}
.p-top .c-area__row .c-area__right {
  width: 47%;
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  .p-top .c-area__row .c-area__right {
    margin-top: 0;
    width: 100%;
    padding: 0 3%;
  }
}
.p-top .c-area__row .c-area__right .c-area__title {
  font-size: 2.3rem;
  font-weight: 700;
  color: #003c4f;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .p-top .c-area__row .c-area__right .c-area__title {
    font-size: 2.1rem;
    margin-bottom: 10px;
  }
}
.p-top .c-area__row .c-area__right .c-area__desc {
  font-size: 1.5rem;
  line-height: 1.6;
  max-width: 405px;
  letter-spacing: 2px;
  text-align: justify;
  font-weight: 500;
}
.p-top .c-area__row .c-area__right .c-ar__row {
  position: relative;
}
.p-top .c-area__row .c-area__right .c-ar__row .c-ar__row--img {
  position: absolute;
  width: 100%;
  top: -48px;
  max-width: 257px;
  right: 0;
}
@media only screen and (max-width: 1023px) {
  .p-top .c-area__row .c-area__right .c-ar__row .c-ar__row--img {
    max-width: 220px;
    top: -10px;
  }
}
@media only screen and (max-width: 875px) {
  .p-top .c-area__row .c-area__right .c-ar__row .c-ar__row--img {
    max-width: 200px;
    top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-top .c-area__row .c-area__right .c-ar__row .c-ar__row--img {
    position: unset;
    margin-left: auto;
  }
}
.p-top .c-news {
  padding-top: 130px;
  padding-bottom: 70px;
  background-image: url("./../img/index/news_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover 100%;
  z-index: 5;
}
@media only screen and (max-width: 767px) {
  .p-top .c-news {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 580px) {
  .p-top .c-news {
    padding-top: 70px;
  }
}
.p-top .c-qa {
  padding-top: 122px;
  padding-bottom: 130px;
}
@media only screen and (max-width: 1023px) {
  .p-top .c-qa {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .p-top .c-qa {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 580px) {
  .p-top .c-qa {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.p-top .c-qa .c-qa__list {
  margin-top: 113px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 1023px) {
  .p-top .c-qa .c-qa__list {
    margin-top: 90px;
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 875px) {
  .p-top .c-qa .c-qa__list {
    margin-top: 70px;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .p-top .c-qa .c-qa__list {
    margin-top: 50px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .p-top .c-qa .c-qa__list {
    margin-top: 35px;
    margin-bottom: 30px;
  }
}
.p-top .c-contact__bottom {
  padding: 45px 0;
  background-image: url("./../img/contact_bg.jpg");
  position: relative;
}
.p-top .c-contact__bottom::before {
  content: "";
  position: absolute;
  top: 0;
  height: 2px;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#003c4f), color-stop(75%, #003c4f), color-stop(75%, transparent), to(transparent));
  background-image: -webkit-linear-gradient(left, #003c4f, #003c4f 75%, transparent 75%, transparent 100%);
  background-image: linear-gradient(90deg, #003c4f, #003c4f 75%, transparent 75%, transparent 100%);
  background-size: 10px 1px;
}
.p-top .c-contact__bottom .l-container {
  max-width: 1120px;
}
.p-top .c-contact__bottom .l-container .c-contact__banner {
  border: none;
  background-image: unset;
  background-color: transparent;
}
/*------------------------------------------------------------
Css of home page
------------------------------------------------------------*/
.p-about .l-container {
  max-width: 940px;
}
.p-about .c-about__container {
  padding: 107px 0;
}
@media only screen and (max-width: 1023px) {
  .p-about .c-about__container {
    padding: 90px 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .c-about__container {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 580px) {
  .p-about .c-about__container {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 414px) {
  .p-about .c-about__container {
    padding: 35px 0;
  }
}
.p-about .c-about__container .c-about__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.p-about .c-about__container .c-about__row .c-about__left {
  width: 100%;
  max-width: 128px;
  margin-top: 18px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .p-about .c-about__container .c-about__row .c-about__left {
    max-width: 90px;
  }
}
.p-about .c-about__container .c-about__row .c-about__left .c-al__list .c-al__item {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-about .c-about__container .c-about__row .c-about__left .c-al__list .c-al__item + .c-al__item {
  margin-top: 45px;
}
.p-about .c-about__container .c-about__row .c-about__left .c-al__list .c-al__item .c-al__title {
  font-size: 1.5rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .p-about .c-about__container .c-about__row .c-about__left .c-al__list .c-al__item .c-al__title {
    font-size: 1.4rem;
  }
}
.p-about .c-about__container .c-about__row .c-about__left .c-al__list .c-al__item img {
  width: 10px;
}
.p-about .c-about__container .c-about__row .c-about__table {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 21%;
}
@media only screen and (max-width: 767px) {
  .p-about .c-about__container .c-about__row .c-about__table {
    padding-left: 7%;
  }
}
@media only screen and (max-width: 580px) {
  .p-about .c-about__container .c-about__row .c-about__table {
    padding-left: 4%;
  }
}
.p-about .c-about__container .c-about__row .c-about__table dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 13.5px 1.5%;
  border-bottom: 1px solid #231916;
}
@media only screen and (max-width: 580px) {
  .p-about .c-about__container .c-about__row .c-about__table dl dt {
    padding: 10px 1%;
  }
}
.p-about .c-about__container .c-about__row .c-about__table dl dt .c-at__title {
  font-size: 1.5rem;
  width: 100px;
  font-weight: 700;
}
@media only screen and (max-width: 580px) {
  .p-about .c-about__container .c-about__row .c-about__table dl dt .c-at__title {
    font-size: 1.35rem;
    width: 75px;
  }
}
.p-about .c-about__container .c-about__row .c-about__table dl dt .c-at__desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.5rem;
  text-align: justify;
  padding-left: 13%;
}
@media only screen and (max-width: 580px) {
  .p-about .c-about__container .c-about__row .c-about__table dl dt .c-at__desc {
    font-size: 1.35rem;
  }
}
@media only screen and (max-width: 1023px) {
  .p-about .c-about__container .c-about__row .c-about__table dl dt .c-at__desc {
    padding-left: 7%;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .c-about__container .c-about__row .c-about__table dl dt .c-at__desc {
    padding-left: 5%;
  }
}
@media only screen and (max-width: 580px) {
  .p-about .c-about__container .c-about__row .c-about__table dl dt .c-at__desc {
    padding-left: 3.5%;
  }
}
.p-service {
  padding-bottom: 200px;
}
@media only screen and (max-width: 1023px) {
  .p-service {
    padding-bottom: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .p-service {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 580px) {
  .p-service {
    padding-bottom: 55px;
  }
}
.p-service > section {
  padding-top: 96px;
  padding-bottom: 100px;
  scroll-margin-top: 100px;
}
@media only screen and (max-width: 1023px) {
  .p-service > section {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .p-service > section {
    padding-top: 50px;
    padding-bottom: 60px;
     scroll-margin-top: 90px;

  }
}
@media only screen and (max-width: 580px) {
  .p-service > section {
    padding-top: 35px;
    padding-bottom: 42px;
    scroll-margin-top: 80px;

  }
}
.p-service > section .c-desc2 {
  margin-top: 90px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1023px) {
  .p-service > section .c-desc2 {
    margin-top: 70px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .p-service > section .c-desc2 {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 580px) {
  .p-service > section .c-desc2 {
    margin-top: 20px;
  }
}
.p-service > section:nth-child(odd) {
  background-color: #f7f8f8;
}
.p-question .c-qa__container {
  padding: 120px 0 150px ;
}
@media only screen and (max-width: 1023px) {
  .p-question .c-qa__container {
    padding: 90px 0 120px;
  }
}
@media only screen and (max-width: 767px) {
  .p-question .c-qa__container {
    padding: 70px 0 110px;
  }
}
@media only screen and (max-width: 580px) {
  .p-question .c-qa__container {
    padding: 50px 0 105px;
  }
}
@media only screen and (max-width: 414px) {
  .p-question .c-qa__container {
    padding: 35px 0 105px;
  }
}
.p-question .c-qa__container .c-btn1 {
  margin-top: 80px;
  width: 364px;
}
@media only screen and (max-width: 767px) {
  .p-question .c-qa__container .c-btn1 {
    width: 300px;
  }
  .p-question .c-qa__container .c-btn1 span {
    font-size: 1.35rem;
  }
}
@media only screen and (max-width: 580px) {
  .p-question .c-qa__container .c-btn1 {
    margin-top: 40px;
  }
}
.p-case .c-case__container {
  padding: 82px 0;
}
@media only screen and (max-width: 1023px) {
  .p-case .c-case__container {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-case .c-case__container {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 580px) {
  .p-case .c-case__container {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 414px) {
  .p-case .c-case__container {
    padding: 35px 0;
  }
}
.p-case .c-case__container .l-container {
  max-width: 940px;
}
.p-case .c-sc__container {
  padding: 82px 0 100px;
}
@media only screen and (max-width: 1023px) {
  .p-case .c-sc__container {
    padding: 80px 0 100px;
  }
}
@media only screen and (max-width: 767px) {
  .p-case .c-sc__container {
    padding: 70px 0 80opx;
  }
}
@media only screen and (max-width: 580px) {
  .p-case .c-sc__container {
    padding: 50px 0 70px;
  }
}
@media only screen and (max-width: 414px) {
  .p-case .c-sc__container {
    padding: 35px 0 50px;
  }
}
.p-case .c-sc__container .l-container {
  max-width: 860px;
}
.p-case .c-sc__container .l-container .c-sc__title {
  font-size: 2rem;
  font-weight: 700;
  padding-bottom: 2px;
  letter-spacing: 2px;
  border-bottom: 1px solid #231916;
}
@media only screen and (max-width: 767px) {
  .p-case .c-sc__container .l-container .c-sc__title {
    font-size: 1.7rem;
  }
}
.p-case .c-sc__container .l-container .c-sc__content {
  padding: 0 1%;
  padding-top: 25px;
  font-size: 1.6rem;
  line-height: 1.625;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .p-case .c-sc__container .l-container .c-sc__content {
    font-size: 1.45rem;
  }
}
.p-case .c-sc__container .l-container .c-btn1 {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .p-case .c-sc__container .l-container .c-btn1 {
    margin-top: 70px;
  }
}
.p-case .c-sc__container .l-container .c-btn1 span {
  letter-spacing: 3px;
}
.p-contact .c-contact__container {
  padding-top: 100px;
  padding-bottom: 170px;
}
@media only screen and (max-width: 1023px) {
  .p-contact .c-contact__container {
    padding-top: 90px;
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 875px) {
  .p-contact .c-contact__container {
    padding-top: 70px;
    padding-bottom: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .c-contact__container {
    padding-top: 50px;
    padding-bottom: 90px;
  }
}
@media only screen and (max-width: 580px) {
  .p-contact .c-contact__container {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
.p-contact .c-contact__container .c-title2 span::after {
  width: 86px;
}
.p-contact .c-contact__container .c-contact__phone {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  font-family: "acumin-pro", sans-serif;
  color: #324b79;
  font-size: 4.2rem;
  line-height: 1;
  font-weight: 700;
  margin-top: 42px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .p-contact .c-contact__container .c-contact__phone {
    margin-top: 20px;
    font-size: 3.5rem;
    margin-bottom: 6px;
  }
}
.p-contact .c-contact__container .c-contact__time {
  text-align: center;
  font-size: 1.3rem;
  letter-spacing: 0.5px;
  margin-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  .p-contact .c-contact__container .c-contact__time {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 580px) {
  .p-contact .c-contact__container .c-contact__time {
    font-size: 1.2rem;
    margin-bottom: 50px;
  }
}
.c-form__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 620px;
  margin-top: 65px;
}
.c-form__container .c-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .c-form__container .c-form__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.c-form__container .c-form__row.c-form__row2 .c-form__label {
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding-top: 10px;
}
.c-form__container .c-form__row + .c-form__row {
  margin-top: 22px;
}
.c-form__container .c-form__row .c-form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 215px;
}
.c-form__container .c-form__row .c-form__label .c-required {
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 49px;
  height: 17px;
  padding-bottom: 2px;
  color: #fff;
  background-color: #d70010;
  border-radius: 3px;
  margin-right: 24px;
}
.c-form__container .c-form__row .c-form__label .c-label {
  font-weight: 700;
  font-size: 1.6rem;
  color: #595857;
}
.c-form__container .c-form__row .c-form__input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.c-form__container .c-form__row .c-form__input.c-form__input--width1 {
  max-width: 265px;
}
@media only screen and (max-width: 767px) {
  .c-form__container .c-form__row .c-form__input.c-form__input--width1 {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .c-form__container .c-form__row .c-form__input {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: 100%;
    margin-top: 10px;
  }
}
.c-form__container .c-form__row .c-form__input.c-form__selector .wpcf7-form-control-wrap {
  width: 100%;
  display: block;
}
.c-form__container .c-form__row .c-form__input.c-form__selector .wpcf7-form-control-wrap select {
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  padding: 12px;
  background-color: #e6e6e6;
  height: 50px;
  font-size: 1.45rem;
  letter-spacing: 2px;
  font-weight: 500;
}
.c-form__container .c-form__row .c-form__input input {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  background-color: #e6e6e6;
  padding: 12px;
  font-family: "acumin-pro", sans-serif;
  height: 50px;
  font-size: 1.4rem;
  letter-spacing: 2px;
  color: #595857;
  font-weight: 700;
}
.c-form__container .c-form__row .c-form__input textarea {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  background-color: #e6e6e6;
  padding: 12px;
  font-family: "acumin-pro", sans-serif;
  height: 300px;
  font-size: 1.4rem;
  letter-spacing: 2px;
  font-weight: 700;
  color: #595857;
  resize: none;
}
@media only screen and (max-width: 580px) {
  .c-form__container .c-form__row .c-form__input textarea {
    height: 250px;
  }
}
.c-form__container .c-agree {
  text-align: center;
  font-size: 1.3rem;
  margin-top: 88px;
}
@media only screen and (max-width: 767px) {
  .c-form__container .c-agree {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 580px) {
  .c-form__container .c-agree {
    margin-top: 35px;
    font-size: 1.1rem;
  }
}
.c-form__container .c-agree a {
  color: #24b5ae;
  display: inline-block;
}
.c-form__container .c-button__container {
  margin-top: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-form__container .c-button__container .c-btn__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #c30f23;
  height: 48px;
  width: 100%;
  max-width: 480px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 3px solid #c30f23;
  border-radius: 5px;
  position: relative;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.c-form__container .c-button__container .c-btn__submit span {
  color: #fff;
  font-size: 1.7rem;
  font-weight: 500;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.c-form__container .c-button__container .c-btn__submit i {
  font-size: 1.8rem;
  color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 7%;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.c-form__container .c-button__container .c-btn__submit input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  appearance: none;
  appearance: none;
}
.c-form__container .c-button__container .c-btn__submit .wpcf7-spinner {
  position: absolute !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -53px;
  margin: 0 !important;
  padding: 0 !important;
}
.c-form__container .c-button__container .c-btn__submit:hover {
  background-color: #fff;
  cursor: pointer;
}
.c-form__container .c-button__container .c-btn__submit:hover span {
  color: #c30f23;
}
.c-form__container .c-button__container .c-btn__submit:hover i {
  color: #c30f23;
  right: 3%;
}
.p-recruit .c-recruit__container {
  background-color: #f6faf7;
  padding-bottom: 171px;
}
@media only screen and (max-width: 1023px) {
  .p-recruit .c-recruit__container {
    padding-bottom: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .p-recruit .c-recruit__container {
    padding-bottom: 100px;
  }
}
.p-recruit .c-recruit__container .c-recruit__top {
  padding-top: 160px;
  padding-bottom: 212px;
  background-color: #f6faf7;
  background-image: url(./../img/recruit_human.png), url(./../img/recruit_bg.png);
  background-repeat: no-repeat, no-repeat;
  background-position: right 43.2%, center bottom;
  background-size: auto, cover;
}
@media only screen and (max-width: 1023px) {
  .p-recruit .c-recruit__container .c-recruit__top {
    padding-top: 120px;
    padding-bottom: 140px;
  }
}
@media only screen and (max-width: 875px) {
  .p-recruit .c-recruit__container .c-recruit__top {
    padding-top: 90px;
    padding-bottom: 110px;
  }
}
@media only screen and (max-width: 767px) {
  .p-recruit .c-recruit__container .c-recruit__top {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 580px) {
  .p-recruit .c-recruit__container .c-recruit__top {
    background-size: contain, cover;
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 414px) {
  .p-recruit .c-recruit__container .c-recruit__top {
    padding-top: 30px;
    padding-bottom: 38px;
  }
}
.p-recruit .c-recruit__container .c-recruit__top .l-container {
  max-width: 930px;
}
@media only screen and (max-width: 1023px) {
  .p-recruit .c-recruit__container .c-recruit__top .c-recruit__content {
    padding: 12px 4%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.6);
  }
}
.p-recruit .c-recruit__container .c-recruit__top .c-recruit__title {
  font-size: 5rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 5px;
  margin-bottom: 33px;
}
@media only screen and (max-width: 1023px) {
  .p-recruit .c-recruit__container .c-recruit__top .c-recruit__title {
    font-size: 4.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-recruit .c-recruit__container .c-recruit__top .c-recruit__title {
    font-size: 3.5rem;
    letter-spacing: 3px;
    margin-bottom: 15px;
  }
}
.p-recruit .c-recruit__container .c-recruit__top .c-recruit__desc {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.76;
  letter-spacing: 3px;
}
@media only screen and (max-width: 580px) {
  .p-recruit .c-recruit__container .c-recruit__top .c-recruit__desc {
    font-size: 2rem;
    letter-spacing: 2px;
  }
}
@media only screen and (max-width: 414px) {
  .p-recruit .c-recruit__container .c-recruit__top .c-recruit__desc {
    font-size: 1.8rem;
    letter-spacing: 1.5px;
  }
}
.p-recruit .c-recruit__container .c-recruit__bottom {
  padding: 0 18px;
}
@media only screen and (max-width: 580px) {
  .p-recruit .c-recruit__container .c-recruit__bottom {
    padding: 0 2%;
  }
}
.p-recruit .c-recruit__container .c-recruit__bottom .l-recruit {
  max-width: 966px;
  margin-left: auto;
  margin-right: auto;
  padding: 35px 1.8% 150px;
  background-color: #fff;
}
@media only screen and (max-width: 1023px) {
  .p-recruit .c-recruit__container .c-recruit__bottom .l-recruit {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .p-recruit .c-recruit__container .c-recruit__bottom .l-recruit {
    padding-bottom: 90px;
  }
}
@media only screen and (max-width: 580px) {
  .p-recruit .c-recruit__container .c-recruit__bottom .l-recruit {
    padding-bottom: 60px;
  }
}
.p-recruit .c-recruit__container .c-recruit__bottom .c-recruit__desc {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 500;
  margin-top: 90px;
  letter-spacing: 2px;
}
@media only screen and (max-width: 767px) {
  .p-recruit .c-recruit__container .c-recruit__bottom .c-recruit__desc {
    margin-top: 50px;
    letter-spacing: 1px;
    font-size: 1.45rem;
    margin-top: 45px;
  }
}
.c-recruit__list .c-recruit__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 63px 0.5%;
}
.c-recruit__list .c-recruit__item::before {
  content: "";
  position: absolute;
  top: 0;
  height: 2px;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(32%, #003c4f), color-stop(32%, #cfcece));
  background-image: -webkit-linear-gradient(left, #003c4f 32%, #cfcece 32%);
  background-image: linear-gradient(to right, #003c4f 32%, #cfcece 32%);
}
.c-recruit__list .c-recruit__item:last-child::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(32%, #003c4f), color-stop(32%, #cfcece));
  background-image: -webkit-linear-gradient(left, #003c4f 32%, #cfcece 32%);
  background-image: linear-gradient(to right, #003c4f 32%, #cfcece 32%);
}
@media only screen and (max-width: 1023px) {
  .c-recruit__list .c-recruit__item {
    padding: 45px 1%;
  }
}
@media only screen and (max-width: 767px) {
  .c-recruit__list .c-recruit__item {
    padding: 22px 1%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 580px) {
  .c-recruit__list .c-recruit__item {
    padding: 15px 1%;
  }
}
.c-recruit__list .c-recruit__item h4 {
  font-size: 1.8rem;
  color: #003c4f;
  font-weight: 700;
  width: 32%;
}
.c-recruit__list .c-recruit__item > dl {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 0.5%;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2.1766666667;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
@media only screen and (max-width: 767px) {
  .c-recruit__list .c-recruit__item > dl {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }
}
@media only screen and (max-width: 580px) {
  .c-recruit__list .c-recruit__item > dl {
    width: 100%;
    margin-top: 10px;
    font-size: 1.3rem;
  }
}
.c-recruit__list .c-recruit__item > dl span {
  width: 150px;
  display: inline-block;
}
@media only screen and (max-width: 580px) {
  .c-recruit__list .c-recruit__item > dl span {
    width: 130px;
    font-weight: 700;
    font-size: 1.4rem;
  }
}
.c-recruit__list .c-recruit__item > dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-recruit__list .c-recruit__item > dl .c-dt {
  margin-bottom: 25px;
}
.c-recruit__list .c-recruit__item > dl p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: justify;
}
/*------------------------------------------------------------
Css of home page
------------------------------------------------------------*/
.p-message .l-container {
  max-width: 940px;
}
.p-message .c-message__container {
  padding: 107px 0;
}
@media only screen and (max-width: 1023px) {
  .p-message .c-message__container {
    padding: 90px 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-message .c-message__container {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 580px) {
  .p-message .c-message__container {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 414px) {
  .p-message .c-message__container {
    padding: 35px 0 50px;
  }
}
.p-message .c-message__container .c-message__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.p-message .c-message__container .c-message__row .c-message__left {
  width: 100%;
  max-width: 128px;
  margin-top: 18px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .p-message .c-message__container .c-message__row .c-message__left {
    max-width: 90px;
  }
}
.p-message .c-message__container .c-message__row .c-message__left .c-al__list .c-al__item {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-message .c-message__container .c-message__row .c-message__left .c-al__list .c-al__item + .c-al__item {
  margin-top: 45px;
}
.p-message .c-message__container .c-message__row .c-message__left .c-al__list .c-al__item .c-al__title {
  font-size: 1.5rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .p-message .c-message__container .c-message__row .c-message__left .c-al__list .c-al__item .c-al__title {
    font-size: 1.4rem;
  }
}
.p-message .c-message__container .c-message__row .c-message__left .c-al__list .c-al__item img {
  width: 10px;
}
.p-message .c-message__container .c-message__row .c-message__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 21%;
  font-size: 1.5rem;
  line-height: 2.4;
  letter-spacing: -0.7px;
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .p-message .c-message__container .c-message__row .c-message__content {
    padding-left: 7%;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 580px) {
  .p-message .c-message__container .c-message__row .c-message__content {
    padding-left: 4%;
    font-size: 1.35rem;
  }
}
@media only screen and (max-width: 414px) {
  .p-message .c-message__container .c-message__row .c-message__content {
    font-size: 1.3rem;
  }
}
.p-pp .c-pp__container {
  padding-top: 137px;
  padding-bottom: 150px;
}
@media only screen and (max-width: 1023px) {
  .p-pp .c-pp__container {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .p-pp .c-pp__container {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 580px) {
  .p-pp .c-pp__container {
    padding-top: 30px;
  }
}
.p-pp .c-pp__container .l-container {
  max-width: 994px;
}
.p-pp .c-pp__container .c-pp__content {
  font-size: 1.5rem;
  line-height: 1.75;
  text-align: justify;
}
.p-pp .c-pp__container .c-pp__content strong {
  font-size: 1.8rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .p-pp .c-pp__container .c-pp__content strong {
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-pp .c-pp__container .c-pp__content {
    font-size: 1.4rem;
  }
}
.p-flow .c-flow__container {
  padding-top: 86px;
  padding-bottom: 160px;
}
@media only screen and (max-width: 767px) {
  .p-flow .c-flow__container {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 580px) {
  .p-flow .c-flow__container {
    padding-top: 25px;
  }
}
.p-flow .c-flow__container .c-flow__title {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .p-flow .c-flow__container .c-flow__title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 580px) {
  .p-flow .c-flow__container .c-flow__title {
    font-size: 1.8rem;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 414px) {
  .p-flow .c-flow__container .c-flow__title {
    margin-bottom: 15px;
  }
}
.p-flow .c-flow__container .c-flow__desc {
  padding: 0 9%;
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 700;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .p-flow .c-flow__container .c-flow__desc {
    font-size: 1.5rem;
    padding: 0 6%;
  }
}
@media only screen and (max-width: 580px) {
  .p-flow .c-flow__container .c-flow__desc {
    font-size: 1.4rem;
  }
}
.c-flow__steps {
  margin-top: 86px;
}
@media only screen and (max-width: 767px) {
  .c-flow__steps {
    margin-top: 55px;
  }
}
@media only screen and (max-width: 580px) {
  .c-flow__steps {
    margin-top: 30px;
  }
}
.c-flow__steps .c-flow__step + .c-flow__step {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .c-flow__steps .c-flow__step + .c-flow__step {
    margin-top: 65px;
  }
}
.c-flow__steps .c-flow__step .c-step__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 27px;
  background-color: #002c6d;
  padding: 12px 18px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .c-flow__steps .c-flow__step .c-step__top {
    padding: 8px 12px;
  }
}
.c-flow__steps .c-flow__step .c-step__top .c-step__number {
  font-size: 1.6rem;
  color: #002c6d;
  display: inline-block;
  font-weight: 700;
  background-color: #fff;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 84px;
  height: 27px;
  padding-bottom: 3px;
  letter-spacing: 1px;
  border-radius: 13px;
  -ms-flex-item-align: start;
  align-self: start;
  margin-top: 3px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .c-flow__steps .c-flow__step .c-step__top .c-step__number {
    font-size: 1.45rem;
    height: 25px;
    width: 76px;
    margin-top: 3px;
  }
}
.c-flow__steps .c-flow__step .c-step__top .c-step__title {
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  font-family: "acumin-pro", sans-serif;
  margin-left: 3%;
  letter-spacing: 2px;
}
@media only screen and (max-width: 767px) {
  .c-flow__steps .c-flow__step .c-step__top .c-step__title {
    font-size: 1.7rem;
    letter-spacing: 1px;
  }
}
@media only screen and (max-width: 580px) {
  .c-flow__steps .c-flow__step .c-step__top .c-step__title {
    font-size: 1.6rem;
  }
}
.c-flow__steps .c-flow__step .c-step__bottom {
  margin-top: 34px;
  padding: 0 5.5%;
}
@media only screen and (max-width: 767px) {
  .c-flow__steps .c-flow__step .c-step__bottom {
    margin-top: 20px;
    padding: 0 3.5%;
  }
}
.c-flow__steps .c-flow__step .c-step__bottom .c-sb__desc {
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .c-flow__steps .c-flow__step .c-step__bottom .c-sb__desc {
    font-size: 1.45rem;
  }
}
.c-flow__steps .c-flow__step .c-step__bottom .c-step__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: 767px) {
  .c-flow__steps .c-flow__step .c-step__bottom .c-step__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.c-flow__steps .c-flow__step .c-step__bottom .c-step__row .c-sb__desc {
  width: 48%;
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
@media only screen and (max-width: 767px) {
  .c-flow__steps .c-flow__step .c-step__bottom .c-step__row .c-sb__desc {
    -webkit-transform: unset;
    transform: unset;
    width: 100%;
  }
}
.c-flow__steps .c-flow__step .c-step__bottom .c-step__row .c-sb__img {
  width: 40%;
}
@media only screen and (max-width: 875px) {
  .c-flow__steps .c-flow__step .c-step__bottom .c-step__row .c-sb__img {
    width: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .c-flow__steps .c-flow__step .c-step__bottom .c-step__row .c-sb__img {
    margin-top: 10px;
    width: 100%;
  }
}
.c-sb__contact {
  max-width: 918px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .c-sb__contact {
    margin-top: 30px;
  }
}
.c-sb__contact .c-cbb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .c-sb__contact .c-cbb__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.c-sb__contact .c-cbbb__item {
  width: 32.7%;
  padding: 20px 3%;
  background-color: #f0ece4;
  border-radius: 8px;
}
@media only screen and (max-width: 767px) {
  .c-sb__contact .c-cbbb__item {
    width: 100%;
    max-width: 358px;
  }
  .c-sb__contact .c-cbbb__item + .c-cbbb__item {
    margin-top: 20px;
  }
}
.c-sb__contact .c-cbbb__item .c-cbbb__title {
  max-width: 288px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
  z-index: 5;
  margin-bottom: 20px;
}
.c-sb__contact .c-cbbb__item .c-cbbb__title::before {
  content: "";
  background-color: #003c4f;
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 2px;
  left: 0;
  z-index: -1;
}
.c-sb__contact .c-cbbb__item .c-cbbb__title span {
  font-size: 1.5rem;
  font-weight: 700;
  color: #003c4f;
  padding: 0 7px;
  background-color: #f0ece4;
}
.c-sb__contact .c-cbbb__item .c-cbbb__phone {
  font-family: "acumin-pro", sans-serif;
  font-weight: 700;
  font-size: 3rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1;
  margin-bottom: 5px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.c-sb__contact .c-cbbb__item .c-cbbb__phone:hover {
  color: #003c4f;
}
.c-sb__contact .c-cbbb__item .c-cbbb__time {
  font-size: 1.4rem;
  text-align: center;
  line-height: 1;
}
.c-sb__contact .c-cbbb__item .c-bbb__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 25px;
  color: #fff;
  max-width: 207px;
  width: 100%;
  height: 51px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-sb__contact .c-cbbb__item .c-cbbb__contact {
  background-color: #ee7300;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  border: 3px solid #ee7300;
}
.c-sb__contact .c-cbbb__item .c-cbbb__contact:hover {
  background-color: #fff;
  opacity: 1;
}
.c-sb__contact .c-cbbb__item .c-cbbb__contact:hover img {
  -webkit-filter: unset;
  filter: unset;
}
.c-sb__contact .c-cbbb__item .c-cbbb__contact:hover span {
  color: #ee7300;
}
.c-sb__contact .c-cbbb__item .c-cbbb__contact img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  width: 20px;
  margin-right: 15px;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.c-sb__contact .c-cbbb__item .c-cbbb__contact span {
  font-weight: 700;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.c-sb__contact .c-cbbb__item .c-bbb__line {
  background-color: #4ab134;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  border: 3px solid #4ab134;
}
.c-sb__contact .c-cbbb__item .c-bbb__line:hover {
  background-color: #fff;
  opacity: 1;
}
.c-sb__contact .c-cbbb__item .c-bbb__line:hover img {
  -webkit-filter: drop-shadow(1px 3px 3px #4ab134);
  filter: drop-shadow(1px 3px 3px #4ab134);
}
.c-sb__contact .c-cbbb__item .c-bbb__line:hover span {
  color: #4ab134;
}
.c-sb__contact .c-cbbb__item .c-bbb__line img {
  width: 33px;
  margin-right: 10px;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}
.c-sb__contact .c-cbbb__item .c-bbb__line span {
  font-weight: 700;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.c-sb__label {
  margin-top: 56px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.6rem;
  font-weight: 700;
  border: 2px solid #231916;
  padding: 4px 5px 5px;
  letter-spacing: 1px;
}
.c-sb__steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 28px;
}
.c-sb__steps .c-sb__step {
  width: 7.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .c-sb__steps .c-sb__step {
    width: 10%;
  }
}
.c-sb__steps .c-sb__step + .c-sb__step {
  position: relative;
}
.c-sb__steps .c-sb__step + .c-sb__step::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 19px solid transparent;
  border-bottom: 19px solid transparent;
  border-left: 13px solid #231916;
  top: 29%;
  left: -30px;
}
@media only screen and (max-width: 875px) {
  .c-sb__steps .c-sb__step + .c-sb__step::before {
    left: -24px;
  }
}
@media only screen and (max-width: 767px) {
  .c-sb__steps .c-sb__step + .c-sb__step::before {
    display: none;
  }
}
.c-sb__steps .c-sb__step .c-sbs__number {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  background-color: #231916;
  text-align: center;
  font-family: "Roboto", sans-serif;
  padding: 4px 0;
}
.c-sb__steps .c-sb__step > div {
  background-color: #f6f6f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 12px;
  letter-spacing: 1.5px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .c-sb__steps .c-sb__step > div {
    padding-bottom: 12px;
  }
}
.c-sb__steps .c-sb__step p {
  font-size: 1.8rem;
  font-weight: 700;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media only screen and (max-width: 767px) {
  .c-sb__steps .c-sb__step p {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 580px) {
  .c-sb__steps .c-sb__step p {
    font-size: 1.4rem;
  }
}
.c-sb__acco {
  margin-top: 62px;
}
@media only screen and (max-width: 767px) {
  .c-sb__acco {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .c-sb__acco {
    margin-top: 30px;
  }
}
.c-sb__acco .c-acc__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #231916;
  color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 0 10px;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
@media only screen and (max-width: 767px) {
  .c-sb__acco .c-acc__title {
    padding: 5px 0 7px;
  }
}
.c-sb__acco .c-acc__title:hover {
  background-color: #002c6d;
}
.c-sb__acco .c-acc__title:hover i {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.c-sb__acco .c-acc__title span {
  font-weight: 700;
  font-size: 1.6rem;
  margin-right: 15px;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .c-sb__acco .c-acc__title span {
    font-size: 1.5rem;
  }
}
.c-sb__acco .c-acc__title i {
  pointer-events: none;
  font-size: 1.7rem;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.c-sb__acco .c-acc__title i.c-active {
  -webkit-transform: rotate(180deg) translateY(-2px);
  transform: rotate(180deg) translateY(-2px);
}
.c-sb__acco .c-acc__desc {
  background-color: #f6f6f6;
  font-size: 1.4rem;
  text-align: justify;
  line-height: 1.75;
  letter-spacing: 1.2px;
  height: 0;
  padding: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.c-sb__acco .c-acc__desc.c-active {
  padding: 20px 2.7%;
  height: auto;
}
.p-news .c-news__container {
  padding: 82px 0;
}
@media only screen and (max-width: 1023px) {
  .p-news .c-news__container {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-news .c-news__container {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 580px) {
  .p-news .c-news__container {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 414px) {
  .p-news .c-news__container {
    padding: 35px 0;
  }
}
.p-news .c-news__container .l-container {
  max-width: 940px;
}
.p-news .c-single__container {
  padding: 82px 0 100px;
}
@media only screen and (max-width: 1023px) {
  .p-news .c-single__container {
    padding: 80px 0 100px;
  }
}
@media only screen and (max-width: 767px) {
  .p-news .c-single__container {
    padding: 70px 0 80opx;
  }
}
@media only screen and (max-width: 580px) {
  .p-news .c-single__container {
    padding: 50px 0 70px;
  }
}
@media only screen and (max-width: 414px) {
  .p-news .c-single__container {
    padding: 35px 0 50px;
  }
}
.p-news .c-single__container .l-container {
  max-width: 860px;
}
.p-news .c-single__container .l-container .c-single__title {
  font-size: 2rem;
  font-weight: 700;
  padding-bottom: 2px;
  letter-spacing: 2px;
  border-bottom: 1px solid #231916;
}
@media only screen and (max-width: 767px) {
  .p-news .c-single__container .l-container .c-single__title {
    font-size: 1.7rem;
  }
}
.p-news .c-single__container .l-container .c-single__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-news .c-single__container .l-container .c-single__row .c-category {
  padding: 3px 5px 4px 7px;
  font-size: 1.3rem;
  min-width: 70px;
  text-align: center;
  letter-spacing: 4px;
  color: #fff;
  border-radius: 12px;
  background-color: #003c4f;
  font-weight: 700;
}
.p-news .c-single__container .l-container .c-single__row .c-date {
  font-size: 1.4rem;
  margin-left: 13px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
}
.p-news .c-single__container .l-container .c-single__content {
  padding: 0 1%;
  padding-top: 25px;
  font-size: 1.6rem;
  line-height: 1.625;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .p-news .c-single__container .l-container .c-single__content {
    font-size: 1.45rem;
  }
}
.p-news .c-single__container .l-container .c-btn1 {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .p-news .c-single__container .l-container .c-btn1 {
    margin-top: 70px;
  }
}
.p-news .c-single__container .l-container .c-btn1 span {
  letter-spacing: 3px;
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Utility .u-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/




.c-pnav__news{
  margin-top: 50px;
  margin-bottom: 20px;
  text-align: center;
  justify-content: center;
  display: flex;
  gap: 15px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .c-pnav__news{
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    justify-content: center;
    display: flex;
    gap: 15px;
  }
}
.c-pnav__news a{
 display: inline-block;
 width: 42px;
 line-height: 36px;
 background-color: #fff;
 border: 3px solid #004183;
 text-align: center;
 color: #004183;;
 transition: all 0.25s ease-in;

}

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

.c-pnav__news .prev.page-numbers, .c-pnav__news .next.page-numbers{
  display: none;

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




.c-pnav__news .page-numbers.current{
  display: inline-block;
  width: 42px;
  line-height: 36px;
   border: 3px solid;
   transition: all 0.25s ease-in;
   background-color: #004183;
   border-color: #004183;
   color: #fff;
 

}

.page-numbers.dots{
  display: flex;
  align-items: center;
}

