@charset "UTF-8";
@font-face {
  font-family: "Yu Mincho";
  font-style: normal;
  font-weight: 600;
  src: url(./../fonts/yumindb.ttf);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  overflow-x: hidden;
}
html {
  scroll-behavior: smooth;
  overflow-y: auto;
}
body {
  top: 0 !important;
  color: #111111;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overflow-y: hidden;
}
body.is-fixed {
  overflow: hidden;
  position: fixed;
  width: 100vw;
}
.font-mei {
  font-family: Meiryo, sans-serif !important;
}
.font-yumincho {
  font-family: "Yu Mincho" !important;
}

.font-yugothic {
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
}
ul {
  list-style-type: none;
}
a {
  color: currentColor;
  text-decoration: none;
  transition: 0.2s;
}
a:hover {
  opacity: 0.5;
}

.c-main {
  padding-bottom: 118px;
}
@media screen and (max-width: 767px) {
  .c-main {
    padding-bottom: 60px;
  }
}
/* ======================================================== */
/* ULTILITIES */
.u-cl--blue {
  color: #00488e;
}
.u-cl--gray {
  color: #cccccc;
}
.c-text-bg {
  background-color: #1d429a;
  color: #fff;
}
.c-text-underline {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 10px;
}
.fw--500 {
  font-weight: 500;
}
.fw--700 {
  font-weight: 700;
}
.c-text-main {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 30px;
}
.c-text-main2 {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 36px;
}
.c-subtitle {
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0;
}
.c-subtitle.--md {
  font-size: 26px;
}
.c-title1 small {
  display: flex;
  align-items: flex-start;
  color: #cccccc;
  gap: 6px;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0;
  margin-bottom: 10px;
}
.c-title1 small::before {
  background-image: url(./../images/common/logo-img.png);
  width: 31px;
  height: 20px;
}
.c-title1 strong {
  display: block;
  font-weight: 600;
  font-size: 40px;
  letter-spacing: 0;
  line-height: 68px;
}

.c-title2 strong {
  display: block;
  font-weight: 600;
  font-size: 42px;
  letter-spacing: 0;
  margin-bottom: 18px;
}
.c-title2 small {
  display: block;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0;
}

.c-title2.--md strong {
  font-size: 34px;
  margin-bottom: 12px;
}
.c-title2.--small-md small {
  font-size: 16px;
}
.c-title3 {
  position: relative;
  padding-bottom: 20px;
}
.c-title3::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 20px;
  height: 1px;
  background-color: #707070;
}
.c-title3 strong {
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .c-text-main,
  .c-text-main2 {
    font-size: 13px;
    line-height: 1.6;
  }
  .c-text-underline {
    text-underline-offset: 6px;
  }
  .c-subtitle,
  .c-subtitle.--md {
    font-size: 18px;
  }

  .c-title1 small {
    font-size: 11px;
    margin-bottom: 8px;
  }
  .c-title1 small::before {
    width: 25px;
    height: 16px;
  }
  .c-title1 strong {
    font-size: 26px;
    line-height: 1.6;
  }

  .c-title2 strong,
  .c-title2.--md strong {
    font-size: 26px;
    margin-bottom: 6px;
  }
  .c-title2 small,
  .c-title2.--small-md small {
    font-size: 11px;
  }
  .c-title3 {
    padding-bottom: 12px;
  }
  .c-title3 strong {
    font-size: 20px;
  }
}
/* RADIUS */
.u-radius--10 {
  border-radius: 10px;
}
.u-radius--30 {
  border-radius: 30px;
}
.u-radius--50 {
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .u-radius--30,
  .u-radius--50 {
    border-radius: 10px;
  }
}
/* BOX SHADOW */
.u-bs {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
/* ======================================================== */
/* IMAGE */
img {
  object-fit: cover;
  max-width: 100%;
}
img.svg-img {
  object-fit: contain;
}
img.base-img {
  display: block;
  width: 100%;
}
img.base-img-auto {
  display: block;
  max-width: 100%;
}
img.base-img-auto-center {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.c-imgwrapper {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.c-imgwrapper.as42 {
  padding-top: 42%;
}
.c-imgwrapper.as45 {
  padding-top: 45%;
}
.c-imgwrapper.as52 {
  padding-top: 52%;
}
.c-imgwrapper.as62 {
  padding-top: 62%;
}
.c-imgwrapper.as65 {
  padding-top: 65%;
}
.c-imgwrapper.as66 {
  padding-top: 66%;
}
.c-imgwrapper.as67 {
  padding-top: 67%;
}
.c-imgwrapper.as75 {
  padding-top: 75%;
}
.c-imgwrapper.as100 {
  padding-top: 100%;
}
.c-imgwrapper.as107 {
  padding-top: 107%;
}
.c-imgwrapper .img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.6s;
}
.c-imgwrapper__trigger:hover {
  opacity: 1;
}
.c-imgwrapper__trigger:hover .img {
  transform: scale(1.2);
}

.c-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.c-bg2 {
  position: relative;
}
.c-bg2::after {
  content: "";
  width: 100vw;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.c-overlay {
  position: relative;
  z-index: 1;
}
.c-overlay.before::before,
.c-overlay.after::after {
  content: "";
  /* background: linear-gradient(
    to bottom,
    rgba(18, 18, 18, 0) 0%,
    rgba(18, 18, 18, 0) 50%,
    rgba(18, 18, 18, 1)
  ); */
  background: #111;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
/* LOGO  */
.c-logo img,
.c-logo a {
  display: block;
  width: 100%;
}
/* =============================================================== */
/* ICON ARROW */
.c-icon-arrow::before,
.c-icon-arrow::after {
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid;
}
.c-icon-arrow.pink::before,
.c-icon-arrow.pink::after {
  border-top-color: #dcc2ff;
}
.c-icon-arrow.green::before,
.c-icon-arrow.green::after {
  border-top-color: #00ae96;
}
.c-icon-arrow.red::before,
.c-icon-arrow.red::after {
  border-top-color: #ff2138;
}
/* ICON */
.c-icon-before,
.c-icon-after {
  position: relative;
}
.c-icon-before::before,
.c-icon-after::after {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
/* ======================================================== */
/* PARALLAX */
.parallax__container {
  position: absolute;
  clip: rect(0px, auto, auto, 0px);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: -10;
  /* border radius if needed */
  /* clip-path: inset(0 round 10px); */
}

.parallax {
  position: fixed;
  width: 100%;
  height: 100% !important;
  top: 0px;
  left: 0px;
}

.top-pallarax {
  height: 540px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.top-pallarax .parallax__container {
  width: 100%;
}
.top-pallarax .box1 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.top-pallarax .box1 img {
  display: block;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media only screen and (max-width: 1240px) {
  .top-pallarax .parallax__container {
    right: 0;
    left: auto;
  }
}
@media screen and (max-width: 1024px) {
  .top-pallarax {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .top-pallarax {
    height: 200px;
  }
}
/* ======================================================== */
/* HEADER */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  padding-left: 56px;
  height: 120px;
  color: #111;
  background-color: #fff;
  display: flex;
  transition: 0.4s;
}
.header-top {
  background-color: unset;
}
.pt-header {
  padding-top: 120px !important;
}
.header.view {
  height: 100px;
  background-color: rgba(255, 255, 255, 0.96);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
}
html {
  scroll-padding-top: 120px;
}
.header-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: inherit;
}
.header-group,
.menu-toggle,
.menu-toggle .menu-toggle__inner {
  align-self: stretch;
  display: flex;
  align-items: center;
}
.header-logo {
  flex-shrink: 0;
  width: 326px;
}
.header-logo .logo-scroll,
.header.view .header-logo .logo-normal,
.header.show-toggle .header-logo .logo-normal,
.header.header-page .header-logo .logo-normal {
  display: none;
}
.header.view .header-logo .logo-scroll,
.header.show-toggle .header-logo .logo-scroll,
.header.header-page .header-logo .logo-scroll {
  display: block;
}
.header .above-toggle {
  position: relative;
  z-index: 1001;
}
.header-group {
  flex: 1;
  justify-content: flex-end;
}
.header .c-btn1 {
  flex-shrink: 0;
}
.header .c-btn1.icon-mail.above-toggle {
  margin-left: 28px;
}
/* TRIGGER */
.menu-trigger {
  flex-shrink: 0;
  width: 120px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 1001;
  cursor: pointer;
  background-color: #1d429a;
  margin-left: 70px;
}
.menu-trigger div {
  width: 36px;
  height: 26px;
  position: relative;
}
.menu-trigger span {
  width: 100%;
  height: 2px;
  border-radius: 10px;
  background-color: #fff;
  position: absolute;
  left: 0;
  transition: 0.2s;
}
.menu-trigger span:nth-child(1) {
  top: 0;
}
.menu-trigger span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.menu-trigger span:nth-child(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-child(1) {
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
}
.menu-trigger.active span:nth-child(2) {
  left: 150%;
  opacity: 0;
}
.menu-trigger.active span:nth-child(3) {
  bottom: 50%;
  transform: rotate(-45deg) translateY(50%);
}
.menu-trigger p {
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0;
  color: #fff;
  line-height: 1;
  margin-top: 18px;
}

.header-page .menu-trigger {
  background-color: #fff;
}
.header-page .menu-trigger span {
  background-color: #1d429a;
}
.header-page .menu-trigger p {
  color: #1d429a;
}
/* MENU TOGGLE */
.menu-toggle {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  overflow-y: scroll;
  /* Hide scrollbar for IE, Edge and Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  background-color: rgba(255, 255, 255, 0.96);
  transition: 0.4s ease-in-out;
  color: #111;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  display: block;
  pointer-events: none;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.menu-toggle::-webkit-scrollbar {
  display: none;
}
.menu-toggle.active {
  opacity: 1;
  visibility: visible;
  z-index: 1000;
  pointer-events: all;
}
.menu-toggle .menu-toggle__inner {
  padding: 120px 110px 120px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  min-height: 100%;
}
.header .header-mainnav {
  margin-right: 0;
}
.header .header-mainnav .c-headernav {
  display: block;
  height: auto;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .header {
    padding-left: 20px;
  }
  .menu-trigger {
    margin-left: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .header {
    height: 100px;
  }
  .header.view {
    height: 80px;
  }
  .pt-header {
    padding-top: 100px !important;
  }
  html {
    scroll-padding-top: 100px;
  }
  .header .c-btn1.above-toggle {
    display: none;
  }
  .menu-trigger {
    width: 100px;
  }
  .menu-toggle .menu-toggle__inner {
    align-items: center;
  }

  .menu-toggle .btn-wrapper {
    width: 250px;
    padding-top: 20px;
  }
  .menu-toggle .btn-wrapper .c-btn1 {
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .header {
    height: 70px;
  }
  .header.view {
    height: 60px;
  }
  .pt-header {
    padding-top: 70px !important;
  }
  html {
    scroll-padding-top: 80px;
  }
  .header-logo {
    width: 200px;
  }
  .menu-trigger {
    width: 70px;
    margin-left: 10px;
  }

  .menu-trigger div {
    width: 25px;
    height: 20px;
  }
  .menu-trigger p {
    font-size: 8px;
    margin-top: 6px;
  }
  /* TOGGLE */
  .menu-toggle .menu-toggle__inner {
    padding: 90px 20px;
  }
}

/* HEADER NAV */
.c-headernav {
  width: 250px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.c-headernav .item {
  position: relative;
}
.c-headernav .c-headernav__text {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.c-headernav--vertical .c-headernav__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #cccccc;
  font-family: "Yu Mincho";
  letter-spacing: 0;
  font-size: 22px;
  padding: 23px 16px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.c-headernav--vertical .c-headernav__text::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  bottom: -1px;
  background-color: #1d429a;
  z-index: 2;
  -webkit-transform: scaleX(0.35);
  -ms-transform: scaleX(0.35);
  transform: scaleX(0.35);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.c-headernav--vertical input:checked ~ .c-headernav__text::before,
.c-headernav--vertical .c-headernav__text:hover::before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.c-headernav--vertical .c-headernav__text::after {
  background-image: url(./../images/common/ic-arrow-circle-black.png);
  width: 24px;
  height: 24px;
  margin-left: 10px;
}
.c-headernav--vertical input:checked ~ .c-headernav__text,
.c-headernav--vertical .c-headernav__text:hover {
  color: #1d429a;
  opacity: 1;
}
.c-headernav--vertical input:checked ~ .c-headernav__text::after,
.c-headernav--vertical .c-headernav__text:hover::after {
  background-image: url(./../images/common/ic-arrow-circle-blue.png);
}

.c-headernav .parent .submenu {
  max-height: 0;
  overflow: hidden;
  transition: 0.6s;
}
.c-headernav .parent input:checked ~ .submenu {
  max-height: 300px;
}
.c-headernav .parent .submenu a {
  display: block;
  font-family: "Yu Mincho";
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0;
  padding: 17px 20px;
  text-align: left;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  .c-headernav .item {
    font-size: 14px;
    line-height: 2;
  }
  /* NAV 2 VERTICAL */
  .c-headernav--vertical .c-headernav__text {
    font-size: 16px;
    padding: 15px;
  }
  .c-headernav--vertical .c-headernav__text::after {
    width: 18px;
    height: 18px;
  }
  .c-headernav .parent .submenu a {
    font-size: 12px;
    padding: 12px 20px;
  }
}
.c-headernav2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 0;
}
.c-headernav2 .item {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0;
}
.c-headernav2 .item:not(:last-child):after {
  content: "|";
  display: block;
  font-weight: 700;
}
.c-headernav2 .item label,
.c-headernav2 .item a {
  display: block;
  transition: 0.4s;
}
.c-headernav2 .item label:hover,
.c-headernav2 .item a:hover {
  color: #1d429a;
  opacity: 1;
}

.c-headernav2 .parent {
  position: relative;
}
.c-headernav2 .parent .c-headernav__text {
  cursor: pointer;
}
.c-headernav2 .parent .submenu {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  width: 140px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
}
.c-headernav2 .parent input:checked ~ .submenu {
  opacity: 1;
  visibility: visible;
}
.c-headernav2 .parent input:checked ~ label {
  color: #1d429a;
}
.c-headernav2 .parent .submenu a {
  padding: 5px;
}
.c-headernav2 .parent .submenu li:not(:first-child) a {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .c-headernav2 .item {
    font-size: 14px;
  }
  .c-headernav2 .parent .submenu a {
    font-size: 11px;
  }
}
/* END HEADER NAV */
/* ===================================================================== */
/* FOOTER */
/* TOP */
.footer__top {
  padding: 138px 0 120px;
  position: relative;
  background-image: linear-gradient(130deg, #1d429a, #2bb0cb);
}
.footer__top::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url(./../images/common/footer-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.93;
}
.footer__top .c-box {
  max-width: 1000px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  color: #fff;
}
.footer__top .c-box .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer__top .c-box .list li {
  width: 50%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 41px 30px;
}
.footer__top .c-box .list li + li::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 130px;
  background-color: #fff;
}
.footer__top .c-box .title {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0;
  position: relative;
  border-bottom: 1px dashed #fff;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.footer__top .c-box .title1 {
  margin-bottom: 16px;
}
.footer__top .c-box .phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  font-size: 40px;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 10px;
}
.footer__top .c-box .phone .icon {
  display: block;
  flex-shrink: 0;
  width: 37px;
  margin-right: 18px;
}
.footer__top .c-box .button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  background-color: #fff;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0;
  width: 100%;
  max-width: 300px;
  height: 64px;
  color: #438abd;
  margin-bottom: 16px;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.footer__top .c-box .button:hover {
  background-color: transparent;
  color: #fff;
  opacity: 1;
}
.footer__top .c-box .button.icon-mail::before {
  background-image: url(./../images/common/ic-mail2-blue.png);
  width: 25px;
  height: 20px;
  margin-right: 10px;
}
.footer__top .c-box .button.icon-mail:hover::before {
  background-image: url(./../images/common/ic-mail2-white.png);
}
.footer__top .c-box .text1 {
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 26px;
}
/* BOTTOM */
.footer-bottom {
  padding: 100px 0 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.footer-logo {
  max-width: 233px;
  width: 100%;
  margin-bottom: 60px;
}
.footer-bottom .header-mainnav {
  margin-bottom: 42px;
}
.footer-bottom .header-mainnav label,
.footer-bottom .header-mainnav a {
  padding: 0 5px;
}
/* COPY RIGHT */
.c-copyright {
  font-size: 14px;
  letter-spacing: 0;
}
.c-copyright span {
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  /* TOP */
  .footer__top {
    padding: 100px 0;
  }
  .footer__top .c-box .list li {
    width: 100%;
    padding: 40px 20px;
  }
  .footer__top .c-box .list li + li::before {
    width: 60%;
    height: 1px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  /* TOP */
  .footer__top {
    padding: 20px 0;
  }
  .footer__top .c-box .list li {
    padding: 30px 20px;
  }
  .footer__top .c-box .title,
  .footer__top .c-box .title1 {
    font-size: 14px;
    padding-bottom: 8px;
    margin-bottom: 22px;
  }
  .footer__top .c-box .title::before {
    width: 20px;
  }
  .footer__top .c-box .phone {
    font-size: 28px;
  }
  .footer__top .c-box .phone .icon {
    width: 28px;
  }
  .footer__top .c-box .text1 {
    font-size: 13px;
    line-height: 1.6;
  }
  .footer__top .c-box .button {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .footer__top .c-box .button.icon-mail::before {
    width: 20px;
    height: 15px;
    position: relative;
    top: -2px;
  }
  .footer__top .c-box .text2 {
    font-size: 14px;
  }
  /* BOTTOM */
  .footer-bottom {
    padding: 45px 0 90px;
  }
  .footer-logo {
    max-width: 160px;
    margin-bottom: 40px;
  }
  .footer-bottom .header-mainnav {
    margin-bottom: 36px;
  }
  .footer-bottom .header-mainnav a {
    padding: 0 4px;
  }
  .footer-bottom-text {
    font-size: 13px;
    margin-bottom: 40px;
  }
  .c-copyright {
    font-size: 11px;
  }
}
/* END FOOTER */
/* ======================================================== */
/* BREAD */
.c-bread {
  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-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 42px;
  padding: 24px 20px;
}
.c-bread li a {
  display: block;
  font-weight: 700;
  font-size: 12px;
  line-height: 2;
}
@media all and (max-width: 768px) {
  .c-bread {
    padding: 15px 20px;
  }
  .c-bread li a {
    font-size: 11px;
  }
}
/* END BREAD */
/* ======================================================== */
/* PAGE HEADING */
.c-page-heading {
  width: 100%;
  min-height: 400px;
  padding: 70px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.c-page-heading.--contact {
  background-image: url(./../images/page/heading-contact.jpg);
}
.c-page-heading.--profile {
  background-image: url(./../images/page/heading-profile.jpg);
}
.c-page-heading.--service {
  background-image: url(./../images/page/heading-service.jpg);
}
.c-page-heading.--service2 {
  background-image: url(./../images/page/heading-service2.jpg);
}
.c-page-heading.--service3 {
  background-image: url(./../images/page/heading-service3.jpg);
}
.c-page-heading.--service4 {
  background-image: url(./../images/page/heading_usedcar.JPEG);
}
.c-page-heading.--recruit {
  background-image: url(./../images/page/heading-recruit.jpg);
  background-position: 50% 75%;
}
.c-page-heading h1 {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
}
.c-page-heading h1 strong {
  display: block;
  font-size: 42px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .c-page-heading {
    padding: 20px;
    min-height: 250px;
  }
  .c-page-heading h1 {
    font-size: 14px;
  }
  .c-page-heading h1 strong {
    font-size: 30px;
  }
}
/* END PAGE HEADING */
/* ======================================================== */
/* POST */
.c-post-date {
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0;
}
.c-post-cat {
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0;
  display: flex;
  align-items: baseline;
  gap: 5px;
  color: #cccccc;
}
.c-post-cat::before {
  background-image: url(./../images/common/ic-folder-gray.png);
  width: 12px;
  height: 9px;
}
.c-post-cat.--center {
  justify-content: center;
}
.c-post-cat.--black {
  color: #111;
}
.c-post-cat.--black::before {
  background-image: url(./../images/common/ic-folder-black.png);
}
.c-post-cat.--big {
  font-size: 15px;
}
.c-post-cat.--big::before {
  width: 13px;
  height: 11px;
}

.c-post-title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
}
.c-post-title2 {
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0;
}
.c-post-content {
  word-break: break-all;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .c-post-date {
    font-size: 12px;
  }
  .c-post-cat.--big {
    font-size: 13px;
  }

  .c-post-title {
    font-size: 13px;
  }
  .c-post-title2 {
    font-size: 25px;
  }
  .c-post-content {
    font-size: 13px;
    line-height: 1.6;
  }
}
/* NEWS */
.c-news-list .item {
  position: relative;
  z-index: 1;
}
.c-news-list .item::after {
  content: "";
  width: 100vw;
  height: calc(100% - 1px);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  z-index: -1;
  background-color: #fff;
  border-top: 1px solid #eeeeee;
}
.c-news-list .item:nth-child(even):after {
  background-color: rgba(18, 18, 18, 0.02);
  border-radius: 10px 0 0 10px;
}
.c-news-list.no-radius .item,
.c-news-list.no-radius .item:nth-child(even) {
  border-radius: unset;
}
.c-news-list.border .item {
  border-bottom: 1px dashed #111111;
}
.c-post-news {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 22px 0;
}
.c-post-news .group {
  display: flex;
  align-items: center;
}
.c-post-news .new {
  margin-right: 26px;
}
.c-post-news .c-post-date {
  margin-right: 26px;
}
.c-post-news .c-post-cat {
  margin-right: 22px;
}
.c-post-news .c-post-title {
  display: -webkit-box;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .c-post-news {
    padding: 15px 0;
  }
  .c-post-news .new {
    margin-right: 0;
  }
  .c-post-news .c-new {
    margin-right: 10px;
  }
  .c-post-news .c-post-date {
    margin-right: 10px;
  }
  .c-post-news .c-post-cat {
    margin-right: 0;
  }
  .c-post-news .c-post-title {
    flex: 0 1 auto;
    width: 100%;
    margin-top: 10px;
  }
}

.c-news-list2 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.c-news-list2 .c-post-news2 {
  width: calc((100% - 120px) / 4);
  display: flex;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.c-post-news2 {
  display: block;
}
.c-post-news2 .c-imgwrapper {
  background-color: #ccc;
}
.c-post-news2__text {
  position: relative;
  padding: 44px 20px 42px;
}
.c-post-news2__text .c-new {
  position: absolute;
  top: -14px;
  left: 20px;
  width: 42px;
  height: 28px;
}
.c-post-news2 .c-post-cat {
  margin-bottom: 2px;
}
.c-post-news2__title {
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0;
  margin-bottom: 16px;
}
.c-post-news2__excerpt {
  display: -webkit-box;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .c-news-list2 .c-post-news2 {
    width: calc((100% - 40px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .c-news-list2 {
    gap: 20px;
  }
  .c-news-list2 .c-post-news2 {
    width: 100%;
  }
  .c-post-news2__text {
    padding: 25px 20px 30px;
  }
  .c-post-news2__text .c-new {
    width: 40px;
    height: 20px;
    top: -10px;
  }
  .c-post-news2 .c-post-cat {
    margin-bottom: 4px;
  }
  .c-post-news2__title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
/* END NEWS */
/* NEW TAG */
.new,
.c-new {
  width: 60px;
  height: 30px;
}
.c-new {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0;
  background-color: #f9060e;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .new {
    width: auto;
    height: auto;
  }
  .c-new {
    font-size: 10px;
    width: 50px;
    height: 25px;
  }
}
/* END NEW TAG */
/* END POST */
/* ======================================================== */
/* PAGINATION */
.c-pagination {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 70px;
}
.c-pagination .item {
  width: 32px;
  height: 32px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.1em;
  transition: 0.2s;
  margin: 0 5px;
}
.c-pagination .item.prev {
  margin-right: 40px;
  margin-left: 0 !important;
}
.c-pagination .item.next {
  margin-left: 40px;
  margin-right: 0 !important;
}
.c-pagination .item-arrow img {
  display: block;
  width: 17px;
  height: 17px;
}
.c-pagination .item a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transition: inherit;
}
.c-pagination .item:not(.item-arrow) a:hover {
  opacity: 1;
}
.c-pagination .item:not(.item-arrow):hover,
.c-pagination .item.current {
  background: #1d429a;
  color: white;
}
.c-pagination .item.current,
.c-pagination .item.item-dot {
  pointer-events: none;
}
@media all and (max-width: 767px) {
  .c-pagination {
    margin-top: 30px;
  }
  .c-pagination .item {
    width: 25px;
    height: 25px;
    font-size: 10px;
    margin: 0;
  }
  .c-pagination .item.prev {
    margin-right: 5px;
  }
  .c-pagination .item.next {
    margin-left: 5px;
  }
}
/* END PAGINATION */
/* ======================================================== */
/* SLIDER */
.c-slider-wrapper {
  position: relative;
  padding: 0 100px;
}
/* ARROW */
.c-slider-wrapper .c-slider-arrow {
  width: 40px;
  height: 40px;
  background-image: url(https://placehold.co/40x40);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.c-slider-wrapper .c-slider-arrow.prev {
  left: 0;
}
.c-slider-wrapper .c-slider-arrow.next {
  right: 0;
}
.c-slider-wrapper .c-slider-arrow::after {
  content: none;
}
@media screen and (max-width: 1024px) {
  .c-slider-wrapper {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-slider-wrapper {
    padding: 0;
  }
  .c-slider-wrapper .c-slider-arrow {
    display: none;
  }
}
/* PAGINATION */
.c-slider-wrapper.u-pagination {
  padding-bottom: 50px;
}
.c-slider-wrapper.u-pagination .c-slider-pagination {
  bottom: 0;
}
.c-slider-wrapper.u-pagination .c-slider-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 10px;
  background-color: gray;
  opacity: 1;
}
.c-slider-wrapper.u-pagination
  .c-slider-pagination
  .swiper-pagination-bullet-active {
  background-color: aquamarine;
}
/* VERTICAL PAGINATION */
.c-slider-wrapper.u-pagination-vertical {
  position: relative;
  padding: 0;
}
.c-slider-wrapper.u-pagination-vertical .c-slider-pagination {
  width: auto;
  height: 100%;
  top: 0;
  bottom: auto;
  left: auto;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.c-slider-wrapper.u-pagination-vertical
  .c-slider-pagination
  .swiper-pagination-bullet {
  margin: 10px;
}
/* SLIDER CONTINOUS */
.slider-continous-opposite .swiper-wrapper,
.slider-continous .swiper-wrapper {
  transition-timing-function: linear;
}
/* END SLIDER CONTINOUS */
/* MAIN VISUAL */
.c-mainvisual__slider {
  height: 1080px;
}
.c-mainvisual__slider .c-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-mainvisual__slider .swiper-slide-active .c-bg {
  animation: visual1 cubic-bezier(0, 0, 0.58, 1) 4s;
}
@keyframes visual1 {
  from {
    transform: scale(1.2) translate(0, -5%);
  }
  to {
    transform: scale(1) translate(0, 0);
  }
}
/* END MAIN VISUAL */
/* THUMB SLIDER */
/* .c-thumbSwiper-wrapper {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.c-thumbSwiper.thumbSwiper {
  margin: 10px;
}
.c-thumbSwiper.thumbSwiper .swiper-slide {
  opacity: 0.4;
}
.c-thumbSwiper.thumbSwiper .swiper-slide-thumb-active {
  opacity: 1;
} */
/* END THUMB SLIDER */
/* END SLIDER */
/* ======================================================== */
/* SCROLLABLE */
.w-1000 {
  width: 1000px;
}
/* END SCROLLABLE */
/* ======================================================== */

/* ANIMATION  */
/* TEXT */
.c-text-curtain {
  display: inline-flex;
  position: relative;
  z-index: 1;
}
.c-text-curtain__text {
  color: #fff;
  opacity: 0;
  transition: all 1s 1s ease-in-out;
}
.c-text-curtain.leff .c-text-curtain__text {
  opacity: 1;
}
.c-text-curtain::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #f6317b;
  transition: all 1s ease-in-out;
  opacity: 0;
}
.c-text-curtain.leff::after {
  width: 100%;
  opacity: 1;
}
/* END ANIMATION  */
/* ======================================================== */
/* TAB LIST */
.tab-lists {
  position: relative;
}
.tab-lists .list-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transition: 0.4s;
}
.tab-lists .list-item.active {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}
/* ======================================================== */
/* SECTION TEXT IMG */
.c-section1 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.c-section1--aligncenter {
  align-items: center;
}
.c-section1__img {
  width: 50%;
}
.c-section1__text {
  flex: 1;
}

.c-section1.--custom {
  gap: 40px;
}
.c-section1.--custom .c-section1__img {
  width: 260px !important;
}
.c-section1.--custom .c-section1__text {
  flex: 1 !important;
  padding-top: 22px;
}
@media screen and (max-width: 1024px) {
  .c-section1__img,
  .c-section1__text {
    width: 100% !important;
    flex: 0 1 auto !important;
  }
}
@media screen and (max-width: 767px) {
  .c-section1.--custom {
    gap: 20px;
    flex-direction: column;
    align-items: center;
  }
  .c-section1.--custom .c-section1__text {
    padding-top: 0;
  }
}
/* ======================================================== */
/* BUTTON */
/* BTN 1 */
.c-btn1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  max-width: 180px;
  height: 50px;
  border: 1px solid #1d429a;
  color: #1d429a;
  font-family: "Yu Mincho";
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0;
  cursor: pointer;
  transition: 0.4s;
}
.c-btn1:hover {
  background-color: #1d429a;
  color: #fff;
  opacity: 1;
}
.c-btn1.icon-ins::before {
  background-image: url(./../images/common/ic-instagram-blue.png);
  width: 16px;
  height: 16px;
}
.c-btn1.icon-ins:hover::before {
  background-image: url(./../images/common/ic-instagram-white.png);
}
.c-btn1.icon-mail::before {
  background-image: url(./../images/common/ic-mail-blue.png);
  width: 16px;
  height: 16px;
}
.c-btn1.icon-mail:hover::before {
  background-image: url(./../images/common/ic-mail-white.png);
}
/* END BTN 1 */
/* BTN 2 */
.c-btn2__wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}
.c-btn2__wrapper.center {
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-btn__wrapper .c-btn {
    width: 100%;
  }
}

.c-btn2 {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  max-width: 270px;
  padding: 18px 40px;
  border: 1px solid #1d429a;
  color: #1d429a;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0;
  cursor: pointer;
  transition: 0.4s;
}
.c-btn2:hover {
  opacity: 1;
  background-color: #1d429a;
  color: #fff;
}
.c-btn2::after {
  background-image: url(./../images/common/ic-arrow-blue.png);
  width: 13px;
  height: 13px;
}
.c-btn2:hover::after {
  background-image: url(./../images/common/ic-arrow-white.png);
}
@media screen and (max-width: 767px) {
  .c-btn2__wrapper {
    gap: 10px;
  }
  .c-btn2 {
    max-width: 100%;
    padding: 15px 20px;
    font-size: 14px;
  }
  .c-btn2::after {
    width: 10px;
    height: 10px;
  }
}
/* END BTN 2 */
/* BTN 3 */
.c-btn3__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.c-btn3 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 240px;
  height: 58px;
  border: 1px solid #999999;
  background-color: #fff;
  color: #111;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0;
  transition: 0.4s;
}
.c-btn3.active,
.c-btn3:hover {
  opacity: 1;
  background-color: #1d429a;
  border-color: #1d429a;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-btn3__wrapper {
    gap: 10px;
  }
  .c-btn3 {
    max-width: unset;
    font-size: 14px;
    height: 45px;
  }
}
/* END BTN 3 */
/* END BUTTON */
/* ======================================================== */
/* MARQUEE */
.c-marquee {
  display: flex;
  white-space: nowrap;
  width: 100%;
  height: 145px;
  overflow: hidden;
  font-family: sans-serif;
}

.c-marquee__text {
  font-size: 110px;
  line-height: 145px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0 30px;
  opacity: 0.08;
  -webkit-animation-name: marquee;
  animation-name: marquee;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}
@media screen and (max-width: 1024px) {
  .c-marquee {
    height: 95px;
  }
  .c-marquee__text {
    font-size: 90px;
    line-height: 95px;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
  }
}
@media screen and (max-width: 767px) {
  .c-marquee {
    height: 80px;
  }
  .c-marquee__text {
    font-size: 75px;
    line-height: 80px;
  }
}
/* END MARQUEE */
/* ======================================================== */
/* HEADING */
.c-heading__bg {
  display: block;
  width: 100%;
}
.c-heading__bg.--custom {
  max-height: 520px;
}
.c-heading__content {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -110px;
  position: relative;
  z-index: 100;
  background-color: #fff;
  padding: 60px 30px 0;
}
.c-heading .c-title3 {
  margin-bottom: 33px;
}
@media screen and (max-width: 1024px) {
  .c-heading__content {
    margin-top: -60px;
  }
}
@media screen and (max-width: 767px) {
  .c-heading__content {
    width: 100%;
    margin-top: 0;
    padding: 30px 0 0;
  }
  .c-heading .c-title3 {
    margin-bottom: 20px;
  }
}
/* END HEADING */
/* HEADING 2 */
.c-heading2 {
  width: 100%;
  height: 490px;
  background-image: url(./../images/top/7.jpg);
  padding-top: 192px;
  padding-left: 20px;
  padding-right: 20px;
}
.c-heading2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(29, 66, 154, 0.7);
  z-index: 1;
}
.c-heading2__title {
  position: relative;
  z-index: 2;
}
.c-heading2__title small {
  display: inline-block;
  background-color: #ffffff;
  color: #1d429a;
  font-weight: 700;
  font-size: 18px;
  padding: 7px 12px;
  letter-spacing: 0;
  margin-bottom: 22px;
}
.c-heading2__title strong {
  display: block;
  font-weight: 600;
  color: #fff;
  font-size: 42px;
  letter-spacing: 0;
}
@media screen and (max-width: 1024px) {
  .c-heading2 {
    height: 350px;
    padding-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .c-heading2 {
    height: 250px;
  }
  .c-heading2__title small {
    font-size: 13px;
    padding: 5px 10px;
    margin-bottom: 15px;
  }
  .c-heading2__title strong {
    font-size: 26px;
  }
}
/* END HEADING 2 */
/* HEADING 3 */
.c-heading3 {
  position: relative;
  padding: 24px 30px;
  border-bottom: 1px solid #707070;
}
.c-heading3::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 20px;
  width: 5px;
  height: 26px;
  background-color: #1d429a;
}
@media screen and (max-width: 767px) {
  .c-heading3 {
    padding: 15px;
  }
  .c-heading3::before {
    top: 18px;
    left: 0;
    width: 3px;
    height: 20px;
  }
}
/* END HEADING 3 */
/* HEADING 4 */
.c-heading4 {
  font-weight: 700;
  font-size: 26px;
  letter-spacing: 0;
  padding: 0 30px 20px;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  .c-heading4 {
    font-size: 18px;
    padding: 0 0 15px;
  }
}
/* END HEADING 4 */
/* ======================================================== */
/* LIST 1 */
.c-list1 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 50px;
}
.c-list1__item {
  width: calc((100% - 50px) / 2);
  padding: 18px 48px;
  border-bottom: 1px dashed #111111;
}
.c-list1__item::before {
  background-image: url(./../images/common/ic-check-blue.png);
  width: 17px;
  height: 17px;
  position: absolute;
  top: 24px;
  left: 22px;
}
@media screen and (max-width: 767px) {
  .c-list1 {
    gap: 0;
  }
  .c-list1__item {
    width: 100%;
    padding: 15px 22px;
    padding-right: 0;
  }
  .c-list1__item::before {
    width: 13px;
    height: 13px;
    top: 17px;
    left: 0;
  }
}
/* END LIST 1 */
/* LIST 2 */
.c-list2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
}
.c-list2__item {
  width: calc((100% - 50px) / 2);
}
.c-list2 dt {
  margin-bottom: 36px;
}
.c-list2 dd + dd {
  margin-top: 27px;
}
.c-list2 dd {
  position: relative;
  padding-left: 48px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #111111;
}
.c-list2 dd::before {
  background-image: url(./../images/common/ic-check-blue.png);
  width: 17px;
  height: 17px;
  position: absolute;
  top: 6px;
  left: 20px;
}
.c-list2 dd.--check2::before {
  background-image: url(./../images/common/ic-check2-blue.png);
}
@media screen and (max-width: 1024px) {
  .c-list2__item {
    width: 100%;
    max-width: 550px;
  }
}
@media screen and (max-width: 767px) {
  .c-list2 {
    gap: 40px;
  }
  .c-list2 dt {
    margin-bottom: 25px;
  }
  .c-list2 dd + dd {
    margin-top: 20px;
  }
  .c-list2 dd {
    padding-left: 20px;
    padding-bottom: 15px;
  }
  .c-list2 dd::before {
    width: 13px;
    height: 13px;
    top: 3px;
    left: 0;
  }
}
/* END LIST 2 */
/* LIST 3 */
.c-list3 dl + dl {
  margin-top: 60px;
}
.c-list3 dt {
  display: flex;
  align-items: baseline;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0;
  padding: 0 30px 20px;
  border-bottom: 1px solid #707070;
}
.c-list3__index {
  flex-shrink: 0;
  display: inline-block;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0;
  border: 1px solid #1d429a;
  color: #1d429a;
  padding: 3px 14px;
  position: relative;
  top: -4px;
  margin-right: 20px;
}
.c-list3 dd {
  padding: 28px 30px 0;
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  .c-list3 dl + dl {
    margin-top: 30px;
  }
  .c-list3 dt {
    font-size: 16px;
    padding: 0 0 15px;
  }
  .c-list3__index {
    font-size: 11px;
    padding: 2px 8px;
    top: -2px;
    margin-right: 10px;
  }
  .c-list3 dd {
    padding: 15px 0px 0;
    padding-right: 0;
  }
}
/* END LIST 3 */
/* LIST 4 */
.c-list4__item + .c-list4__item {
  margin-top: 2px;
}
.c-list4__item {
  display: flex;
  align-items: baseline;
  position: relative;
}
.c-list4__item::before {
  background-image: url(./../images/common/ic-chat-blue.png);
  width: 16px;
  height: 13px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .c-list4__item::before {
    width: 14px;
    height: 11px;
    margin-right: 8px;
    position: relative;
    top: 1px;
  }
}
/* END LIST 4 */
/* ======================================================== */
/* DATA LIST */
/* DATA LIST 1 */
.c-dl dl {
  display: flex;
  flex-wrap: wrap;
  gap: 0 30px;
}
.c-dl dt,
.c-dl dd {
  border-bottom: 1px solid #cccccc;
  padding: 24px 30px;
}
.c-dl dt {
  width: 220px;
  flex-shrink: 0;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  border-color: #1d429a;
  color: #1d429a;
}
.c-dl dd {
  flex: 1;
  word-break: break-all;
}
.c-dl.--nogap dl {
  gap: 0;
}

.c-dl.--custom1 dt {
  width: 300px;
}

.c-dl.--custom2 dt,
.c-dl.--custom2 dd {
  border-color: #707070;
}
.c-dl.--custom2 dt {
  width: 275px;
}
@media screen and (max-width: 767px) {
  .c-dl dl {
    gap: 0 10px;
  }
  .c-dl dt,
  .c-dl dd {
    line-height: 1.6;
    font-size: 13px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .c-dl dt,
  .c-dl.--custom1 dt {
    width: 90px;
  }

  .c-dl dd {
    padding-left: 20px;
    padding-right: 0;
  }

  .c-dl.--custom2 dt {
    width: 100px;
  }
  .c-dl.--custom2 dd {
    padding-left: 10px;
  }
}
/* END DATA LIST 1 */
/* END DATA LIST */
/* ======================================================== */
.c-list-imgs {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.c-list-imgs img {
  display: block;
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 767px) {
  .c-list-imgs {
    gap: 10px;
  }
  .c-list-imgs img {
    width: calc((100% - 10px) / 2);
  }
}
/* ======================================================== */
/* RECRUIT LIST */
.c-recruit__list-item + .c-recruit__list-item {
  margin-top: 120px;
}
.c-recruit__list .c-section1 {
  gap: 40px;
}
.c-recruit__list .c-section1__img {
  width: 48.4%;
}
.c-recruit__list .c-section1__text {
  padding-top: 16px;
}
.c-recruit__title {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0 5px;
  font-weight: 600;
  font-size: 32px;
  letter-spacing: 0;
  padding: 0 16px 8px;
  border-bottom: 1px solid #707070;
}
.c-recruit__title small {
  font-size: 20px;
}
.c-recruit__wrapper {
  margin: 10px 16px 0;
}
.c-recruit__list2-item + .c-recruit__list2-item {
  margin-top: 30px;
}
.c-recruit__list2.--gap2 .c-recruit__list2-item + .c-recruit__list2-item {
  margin-top: 62px;
}
.c-recruit__title2 {
  color: #1d429a;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .c-recruit__list .c-section1 {
    gap: 20px;
  }
  .c-recruit__title {
    font-size: 22px;
    padding: 0 0 10px;
  }
  .c-recruit__title small {
    font-size: 13px;
  }
  .c-recruit__wrapper {
    margin: 10px 0 0;
  }
  .c-recruit__title2 {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .c-recruit__list-item + .c-recruit__list-item {
    margin-top: 60px;
  }
  .c-recruit__list2-item + .c-recruit__list2-item {
    margin-top: 15px;
  }
  .c-recruit__list2.--gap2 .c-recruit__list2-item + .c-recruit__list2-item {
    margin-top: 15px;
  }
}
/* END RECRUIT LIST */
/* ======================================================== */
/* ======================================================== */
/* ======================================================== */
/* ======================================================== */
/* ======================================================== */
/* ======================================================== */
/* ======================================================== */
/* ======================================================== */
/* ======================================================== */
/* ======================================================== */
/* ======================================================== */
