@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Oswald:wght@200..700&family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap");
@media screen and (min-width: 961px) {
  .sp-visible {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  .pc-visible {
    display: none;
  }
}

.c_white {
  color: #fff;
}

.c_black {
  color: #020202;
}

.c_blue {
  color: #215fac;
}

.cp_wrapper_1100 {
  margin-inline: auto !important;
  max-width: 1100px;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .cp_wrapper_1100 {
    padding-inline: 25px;
  }
}

.cp_wrapper_1200 {
  margin-inline: auto !important;
  max-width: 1200px;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .cp_wrapper_1200 {
    padding-inline: 25px;
  }
}

div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
picture {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  line-height: 1.5;
}

h2,
h3,
h4,
h5,
h6 {
  background: none;
  color: inherit;
}

h2 span {
  display: inline-block;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: inherit;
  background-color: inherit;
}

img:not(.s_header img) {
  max-width: 100%;
}

a,
a:visited {
  color: inherit;
  text-decoration: none !important;
}

.cp-content {
  background: #fff;
  font-weight: 400;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
@media screen and (max-width: 960px) {
  .cp-content {
    padding-top: 10px;
  }
}

.cp-u-title-01 {
  padding: 20px 0 0;
}
@media screen and (min-width: 961px) {
  .cp-u-title-01 {
    padding: 0 25px;
  }
}
.cp-u-title-01 .en {
  font-weight: 900;
  font-size: 40px;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (min-width: 961px) {
  .cp-u-title-01 .en {
    font-size: 60px;
  }
}
.cp-u-title-01 .en::before, .cp-u-title-01 .en::after {
  content: "";
  width: 2px;
  height: 16px;
  position: absolute;
  top: -20px;
  left: 0;
}
@media screen and (min-width: 961px) {
  .cp-u-title-01 .en::before, .cp-u-title-01 .en::after {
    width: 3px;
    height: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.cp-u-title-01 .en::before {
  background: #1d67b1;
  left: 0;
}
@media screen and (min-width: 961px) {
  .cp-u-title-01 .en::before {
    left: -30px;
  }
}
.cp-u-title-01 .en::after {
  background: #e9000b;
  left: 2px;
}
@media screen and (min-width: 961px) {
  .cp-u-title-01 .en::after {
    left: -27px;
  }
}
.cp-u-title-01 .ja {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 961px) {
  .cp-u-title-01 .ja {
    font-size: 18px;
  }
}
@media screen and (max-width: 960px) {
  .cp-u-title-01.sp-mark-left {
    padding: 0 0 0 20px;
  }
  .cp-u-title-01.sp-mark-left .en::before, .cp-u-title-01.sp-mark-left .en::after {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .cp-u-title-01.sp-mark-left .en::before {
    left: -20px;
  }
  .cp-u-title-01.sp-mark-left .en::after {
    left: -18px;
  }
}

.cp-u-text-01 {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.71;
}
@media screen and (min-width: 961px) {
  .cp-u-text-01 {
    font-size: 16px;
    line-height: 2;
  }
}

.cp-u-text-02 {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.75;
}
@media screen and (min-width: 961px) {
  .cp-u-text-02 {
    line-height: 2.5;
  }
}

.cp-u-btn-01 .btn {
  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;
  border-radius: 30px;
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-decoration: none;
  padding: 5px 45px;
  position: relative;
  min-height: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 961px) {
  .cp-u-btn-01 .btn {
    font-size: 16px;
    min-width: 200px;
    min-height: 60px;
  }
}
@media screen and (min-width: 961px) {
  .cp-u-btn-01 .btn.pc-pr-wide {
    padding: 10px 45px 10px 25px;
  }
}
.cp-u-btn-01 .btn-arrow {
  background: #fff;
  width: 16px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 22px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.cp-u-btn-01 .btn-arrow::after {
  content: "";
  background: #fff;
  clip-path: polygon(100% 100%, 0 0, 0 100%);
  width: 6px;
  height: 6px;
  position: absolute;
  bottom: 100%;
  right: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.cp-u-btn-01 .btn:hover {
  background: #fff;
  color: #215fac;
}
.cp-u-btn-01 .btn:hover .btn-arrow {
  background: #215fac;
}
.cp-u-btn-01 .btn:hover .btn-arrow::after {
  background: #215fac;
}
.cp-u-btn-01 .btn-white {
  background: #fff;
  border: 2px solid #fff;
  color: #215fac;
  font-weight: 700;
}
.cp-u-btn-01 .btn-white .btn-arrow {
  background: #215fac;
}
.cp-u-btn-01 .btn-white .btn-arrow::after {
  background: #215fac;
}
.cp-u-btn-01 .btn-white:hover {
  background: none;
  color: #fff;
}
.cp-u-btn-01 .btn-white:hover .btn-arrow {
  background: #fff;
}
.cp-u-btn-01 .btn-white:hover .btn-arrow::after {
  background: #fff;
}

.cp-u-btn-02 .btn {
  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;
  color: #020202;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-decoration: none;
  padding-right: 25px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 961px) {
  .cp-u-btn-02 .btn {
    font-size: 16px;
    padding-right: 30px;
  }
}
.cp-u-btn-02 .btn-arrow {
  background: #020202;
  width: 16px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.cp-u-btn-02 .btn-arrow::after {
  content: "";
  background: #020202;
  clip-path: polygon(100% 100%, 0 0, 0 100%);
  width: 7px;
  height: 7px;
  position: absolute;
  bottom: calc(100% - 1px);
  right: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.cp-u-btn-02 .btn.c_white {
  color: #fff;
}
.cp-u-btn-02 .btn.c_white .btn-arrow {
  background: #fff;
}
.cp-u-btn-02 .btn.c_white .btn-arrow::after {
  background: #fff;
}
.cp-u-btn-02 .btn.c_white:hover {
  color: #4ab4ff;
}
.cp-u-btn-02 .btn.c_white:hover .btn-arrow {
  background: #4ab4ff;
}
.cp-u-btn-02 .btn.c_white:hover .btn-arrow::after {
  background: #4ab4ff;
}
.cp-u-btn-02 .btn:hover {
  color: #215fac;
  text-decoration: underline !important;
}
.cp-u-btn-02 .btn:hover .btn-arrow {
  background: #215fac;
}
.cp-u-btn-02 .btn:hover .btn-arrow::after {
  background: #215fac;
}

.cp-top-mv {
  padding-top: 25px;
  position: relative;
}
.cp-top-mv .mv-title {
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 0.1em;
  line-height: 1.18;
}
@media screen and (min-width: 961px) {
  .cp-top-mv .mv-title {
    font-size: 80px;
  }
}
.cp-top-mv .mv-text {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.64;
  margin-top: 15px;
}
@media screen and (min-width: 961px) {
  .cp-top-mv .mv-text {
    font-size: 18px;
  }
}
.cp-top-mv .mv-slide {
  width: 100%;
  margin-left: -10px;
  padding: 35px 15px 0 0;
  position: relative;
  -webkit-transform: rotate(var(--diag-angle));
          transform: rotate(var(--diag-angle));
  overflow: visible;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  z-index: 1;
}
@media screen and (min-width: 961px) {
  .cp-top-mv .mv-slide {
    margin-left: 0;
    padding: 0 100px 0 0;
    margin-inline: auto;
    max-width: 1350px;
  }
}
.cp-top-mv .mv-slide .slide-inner {
  margin-inline: 7px;
  -webkit-transform: rotate(calc(var(--diag-angle) * -1));
          transform: rotate(calc(var(--diag-angle) * -1));
}
@media screen and (min-width: 961px) {
  .cp-top-mv .mv-slide .slide-inner {
    margin-inline: 25px;
  }
}
.cp-top-mv .mv-slide .slide-inner:link:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.8;
}
.cp-top-mv .mv-slide .slick-list {
  overflow: visible;
}
.cp-top-mv .mv-slide .slick-slider {
  margin-bottom: 0;
}
.cp-top-mv .mv-slide .mv-slide-pn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: rotate(9deg);
          transform: rotate(9deg);
  position: absolute;
  left: 60px;
  top: 0;
}
@media screen and (min-width: 961px) {
  .cp-top-mv .mv-slide .mv-slide-pn {
    left: 115px;
  }
}
.cp-top-mv .mv-slide .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  position: relative;
  top: auto;
  bottom: auto;
  z-index: 1;
}
.cp-top-mv .mv-slide .slick-dots > li {
  display: inline-block;
  margin: 0 13px 0 0;
  width: auto;
  height: auto;
}
.cp-top-mv .mv-slide .slick-dots > li button:before {
  display: none;
}
.cp-top-mv .mv-slide .slick-dots > li > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 9px;
  height: 9px;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  background: #dedede;
}
.cp-top-mv .mv-slide .slick-dots > li.slick-active > *, .cp-top-mv .mv-slide .slick-dots > li:hover > * {
  background: #e40008;
  opacity: 1;
}
.cp-top-mv .mv-slide .slick-pause {
  cursor: pointer;
  border: 1px solid #dedede;
  border-radius: 50%;
  position: relative;
  width: 22px;
  height: 22px;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.cp-top-mv .mv-slide .slick-pause::before, .cp-top-mv .mv-slide .slick-pause::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.cp-top-mv .mv-slide .slick-pause::before {
  content: "";
  border-left: 3px solid #dedede;
  border-right: 3px solid #dedede;
  width: 3px;
  height: 9px;
}
.cp-top-mv .mv-slide .slick-pause::after {
  content: none;
}
.cp-top-mv .mv-slide .slick-pause.paused {
  background: #020202;
}
.cp-top-mv .mv-slide .slick-pause.paused::before {
  content: none;
}
.cp-top-mv .mv-slide .slick-pause.paused::after {
  content: "";
  background: #fff;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  width: 9px;
  height: 9px;
}
.cp-top-mv .mv-slide .slick-pause:hover {
  background: #020202;
}
.cp-top-mv .mv-slide .slick-pause:hover::before {
  border-color: #fff;
}
.cp-top-mv .mv-scroll {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  max-width: 1200px;
  position: absolute;
  left: 50%;
  bottom: -50px;
  z-index: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 961px) {
  .cp-top-mv .mv-scroll {
    bottom: -30px;
  }
}
.cp-top-mv .mv-scroll-inner {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  border: 1px solid #020202;
  border-radius: 50%;
  margin-right: -35px;
  padding-right: 20px;
  width: 137px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media screen and (min-width: 961px) {
  .cp-top-mv .mv-scroll-inner {
    margin-right: -170px;
    padding-right: 0;
    width: 275px;
  }
}
.cp-top-mv .mv-scroll-text {
  font-weight: 400;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  letter-spacing: 0.25em;
  line-height: 1.4;
  padding-left: 22px;
  position: relative;
}
@media screen and (min-width: 961px) {
  .cp-top-mv .mv-scroll-text {
    padding-left: 45px;
  }
}
.cp-top-mv .mv-scroll-text .arrow {
  background: #020202;
  width: 14px;
  height: 1px;
  position: absolute;
  top: 4px;
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-animation: scrollbar 1.5s ease-in-out infinite;
          animation: scrollbar 1.5s ease-in-out infinite;
}
@media screen and (min-width: 961px) {
  .cp-top-mv .mv-scroll-text .arrow {
    width: 28px;
    height: 2px;
  }
}
@-webkit-keyframes scrollbar {
  0% {
    left: 0;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    left: -10px;
    opacity: 0;
  }
}
@keyframes scrollbar {
  0% {
    left: 0;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    left: -10px;
    opacity: 0;
  }
}
.cp-top-mv .mv-scroll-text .arrow::before {
  content: "";
  background: #020202;
  clip-path: polygon(100% 100%, 0 0, 0 100%);
  width: 5px;
  height: 6px;
  position: absolute;
  bottom: calc(100% - 1px);
  right: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 961px) {
  .cp-top-mv .mv-scroll-text .arrow::before {
    width: 10px;
    height: 12px;
  }
}

:root {
  --diag-angle: -9deg;
}

.cp-top-intro {
  padding-top: 50px;
}
@media screen and (min-width: 961px) {
  .cp-top-intro {
    padding-top: 80px;
  }
}
.cp-top-intro .intro-el {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
@media screen and (min-width: 961px) {
  .cp-top-intro .intro-el {
    -ms-grid-columns: 478px 1fr;
    grid-template-columns: 478px 1fr;
  }
}
.cp-top-intro .intro-el-title {
  font-weight: 900;
  font-size: 25px;
  letter-spacing: 0.08em;
  line-height: 1.4;
  margin: 0;
}
@media screen and (min-width: 961px) {
  .cp-top-intro .intro-el-title {
    font-size: 44px;
    line-height: 1.45;
  }
}
.cp-top-intro .intro-el-en {
  color: #f8f8f8;
  font-weight: 300;
  font-family: "Inter", sans-serif;
  font-size: 25px;
  letter-spacing: 0.25em;
  line-height: 1;
  margin-top: 15px;
}
@media screen and (min-width: 961px) {
  .cp-top-intro .intro-el-en {
    font-size: 50px;
    margin-top: 20px;
    width: calc(100% + 50px);
  }
}

.cp-top-service {
  padding-top: 60px;
}
@media screen and (min-width: 961px) {
  .cp-top-service {
    padding-top: 150px;
  }
}
.cp-top-service .service-el {
  display: -ms-grid;
  display: grid;
  gap: 2px;
  margin-top: 30px;
}
@media screen and (min-width: 961px) {
  .cp-top-service .service-el {
    gap: 0;
    margin-top: 50px;
  }
}
.cp-top-service .service-el-item {
  padding: 50px 0;
  background: #1d67b1;
  position: relative;
  z-index: 0;
  border-bottom: #fff 2px solid;
}
@media screen and (max-width: 960px) {
  .cp-top-service .service-el-item {
    background: #1d67b1;
  }
}
@media screen and (min-width: 961px) {
  .cp-top-service .service-el-item {
    opacity: 0;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transition-duration: 1s;
            transition-duration: 1s;
    -webkit-transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
            transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  }
  .cp-top-service .service-el-item.is-active {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.cp-top-service .service-el-item::before {
  content: "";
  background: linear-gradient(224deg, rgba(29, 103, 177, 0.57) 0%, rgba(29, 103, 177, 0) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.cp-top-service .service-el-item .title {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 32px;
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 960px) {
  .cp-top-service .service-el-item .title {
    font-size: 25px;
    padding-top: 25px;
    padding-bottom: 30px;
  }
}
.cp-top-service .service-el-item .info {
  display: -ms-grid;
  display: grid;
  gap: 25px;
  overflow: hidden;
}
@media screen and (min-width: 961px) {
  .cp-top-service .service-el-item .info {
    -ms-grid-columns: 420px 60px 1fr;
    grid-template-columns: 420px 1fr;
    gap: 60px;
    padding: 25px 0 20px;
  }
}
@media screen and (min-width: 961px) and (min-width: 961px) {
  .cp-top-service .service-el-item .info {
    padding: 55px 0 40px;
  }
}
.cp-top-service .service-el-item .info-text-link {
  display: -ms-grid;
  display: grid;
  gap: 8px;
  margin-top: 30px;
}
@media screen and (min-width: 961px) {
  .cp-top-service .service-el-item .info-text-link {
    -ms-grid-columns: 1fr 11px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 13px 11px;
    max-width: 520px;
    margin-top: 20px;
  }
}
.cp-top-service .service-el-item .info-text-link.column-2 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 960px) {
  .cp-top-service .service-el-item .info-text-link.column-2 .btn {
    padding: 5px 45px 5px 20px;
  }
}
.cp-top-service .service-el-item .info-text-link .wide {
  grid-column: 1/-1;
}
.cp-top-service .service-el-item .info-text-link .btn {
  font-size: 15px;
  min-height: 38px;
  width: 100%;
}
@media screen and (min-width: 961px) {
  .cp-top-service .service-el-item .info-text-link .btn {
    font-size: 16px;
    min-height: 50px;
  }
}
.cp-top-service .service-el-item .info-text-more {
  text-align: center;
  margin-top: 30px;
}
@media screen and (min-width: 961px) {
  .cp-top-service .service-el-item .info-text-more {
    text-align: right;
    margin-top: 55px;
  }
}

.cp-top-bnr {
  padding: 60px 0;
}
@media screen and (min-width: 961px) {
  .cp-top-bnr {
    padding: 70px 0 110px;
  }
}
.cp-top-bnr .bnr-el {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media screen and (min-width: 961px) {
  .cp-top-bnr .bnr-el {
    -ms-grid-columns: 1fr 50px 1fr 50px 1fr 50px 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px;
  }
}
.cp-top-bnr .bnr-el a:hover {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0.7;
}

.cp-top-news {
  background: #f2f3f4;
  padding: 50px 0 60px;
}
@media screen and (min-width: 961px) {
  .cp-top-news {
    padding: 120px 0 140px;
  }
}
.cp-top-news .news-el {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 55px;
}
@media screen and (min-width: 961px) {
  .cp-top-news .news-el {
    -ms-grid-columns: 345px 80px 1fr;
    grid-template-columns: 345px 1fr;
    gap: 80px;
    padding-left: 50px;
  }
}
.cp-top-news .news-el-img {
  padding: 0 45px;
}
@media screen and (min-width: 961px) {
  .cp-top-news .news-el-img {
    padding: 90px 0 0;
  }
}
.cp-top-news .news-el-list .tabbox {
  display: none;
  border-top: 1px solid #e4e4e4;
}
.cp-top-news .news-el-list .box-show {
  display: block;
}
.cp-top-news .news-el-list .tab-list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 25px;
}
@media screen and (min-width: 961px) {
  .cp-top-news .news-el-list .tab-list-wrap {
    min-height: 90px;
  }
}
.cp-top-news .news-el-list .tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (min-width: 429px) {
  .cp-top-news .news-el-list .tab-list {
    gap: 30px;
  }
}
@media screen and (min-width: 961px) {
  .cp-top-news .news-el-list .tab-list {
    gap: 40px;
  }
}
.cp-top-news .news-el-list .tab-list .tab {
  cursor: pointer;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.08em;
  padding-bottom: 5px;
  position: relative;
}
@media screen and (min-width: 961px) {
  .cp-top-news .news-el-list .tab-list .tab {
    font-size: 18px;
  }
}
.cp-top-news .news-el-list .tab-list .tab-active {
  color: #215fac;
}
.cp-top-news .news-el-list .tab-list .tab-active::before, .cp-top-news .news-el-list .tab-list .tab-active::after {
  content: "";
  background: #215fac;
  position: absolute;
}
.cp-top-news .news-el-list .tab-list .tab-active::before {
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
}
.cp-top-news .news-el-list .tab-list .tab-active::after {
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  width: 11px;
  height: 8px;
  top: calc(100% - 2px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.cp-top-news .news-el-list .list {
  display: -ms-grid;
  display: grid;
  gap: 8px;
  border-bottom: 1px solid #e4e4e4;
  padding: 25px 40px 25px 5px;
  position: relative;
}
@media screen and (min-width: 961px) {
  .cp-top-news .news-el-list .list {
    padding: 35px 60px 35px 10px;
  }
}
.cp-top-news .news-el-list .list-info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 95px 1fr;
  grid-template-columns: 95px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 961px) {
  .cp-top-news .news-el-list .list-info {
    -ms-grid-columns: 85px 1fr;
    grid-template-columns: 85px 1fr;
  }
}
.cp-top-news .news-el-list .list-info-time {
  color: #020202;
  font-weight: 300;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  letter-spacing: 0.08em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 961px) {
  .cp-top-news .news-el-list .list-info-time {
    font-size: 12px;
  }
}
.cp-top-news .news-el-list .list-info-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
.cp-top-news .news-el-list .list-info-cat .cat {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #d76326;
  border: 1px solid #d76326;
  border-radius: 15px;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.2;
  min-width: 90px;
  min-height: 22px;
  padding: 3px 10px 1px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.cp-top-news .news-el-list .list-info-cat .cat.notice, .cp-top-news .news-el-list .list-info-cat .cat.news {
  background-color: #215fac;
  border-color: #215fac;
}
.cp-top-news .news-el-list .list-info-cat .cat.recruit {
  background-color: #e40008;
  border-color: #e40008;
}
.cp-top-news .news-el-list .list-title {
  color: #020202;
  font-size: 14px;
  letter-spacing: 0.08em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 961px) {
  .cp-top-news .news-el-list .list-title {
    font-size: 16px;
  }
}
.cp-top-news .news-el-list .list-title .pdf {
  content: "";
  display: inline-block;
  background-image: url(/image/cp/top/icon_pdf.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 12px;
  height: 17px;
}
.cp-top-news .news-el-list .list-arrow {
  background: #020202;
  width: 16px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 961px) {
  .cp-top-news .news-el-list .list-arrow {
    right: 30px;
  }
}
.cp-top-news .news-el-list .list-arrow::after {
  content: "";
  background: #020202;
  clip-path: polygon(100% 100%, 0 0, 0 100%);
  width: 6px;
  height: 6px;
  position: absolute;
  bottom: 100%;
  right: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.cp-top-news .news-el-list .list:hover .list-info-time, .cp-top-news .news-el-list .list:hover .list-title {
  color: #215fac;
}
.cp-top-news .news-el-list .list:hover .list-info-cat .cat {
  background: none;
  color: #215fac;
}
.cp-top-news .news-el-list .list:hover .list-info-cat .cat.recruit{
  background: none;
  color: #e40008;
}
.cp-top-news .news-el-list .list:hover .list-arrow {
  background: #215fac;
}
.cp-top-news .news-el-list .list:hover .list-arrow::after {
  background: #215fac;
}

.cp-top-company {
  padding-top: 70px;
}
@media screen and (min-width: 961px) {
  .cp-top-company {
    padding-top: 160px;
  }
}
.cp-top-company .company-el {
  display: -ms-grid;
  display: grid;
  gap: 3px;
}
@media screen and (min-width: 961px) {
  .cp-top-company .company-el {
    -ms-grid-columns: 1fr 1px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
  }
}
.cp-top-company .company-el-item {
  min-height: 440px;
  overflow: hidden;
  padding: 50px 35px;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 961px) {
  .cp-top-company .company-el-item {
    min-height: 670px;
    padding: 140px 50px 50px 40px;
  }
}
.cp-top-company .company-el-item:hover .company-el-img {
  scale: 1.2;
}
.cp-top-company .company-el-item:hover .company-el-btn .btn {
  background: #fff;
}
.cp-top-company .company-el-item:hover .company-el-btn .btn-arrow {
  background: #020202;
}
.cp-top-company .company-el-item:hover .company-el-btn .btn-arrow::after {
  background: #020202;
}
.cp-top-company .company-el-text {
  margin-top: 25px;
}
@media screen and (min-width: 961px) {
  .cp-top-company .company-el-text {
    padding-inline: 25px;
    margin-top: 40px;
  }
}
.cp-top-company .company-el-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.cp-top-company .company-el-img .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cp-top-company .company-el-btn {
  margin-top: 70px;
}
@media screen and (min-width: 961px) {
  .cp-top-company .company-el-btn {
    margin-top: 150px;
    padding-inline: 25px;
  }
}
.cp-top-company .company-el-btn .btn {
  display: inline-block;
  aspect-ratio: 1/1;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 96px;
  position: relative;
}
@media screen and (min-width: 961px) {
  .cp-top-company .company-el-btn .btn {
    width: 150px;
  }
}
.cp-top-company .company-el-btn .btn-arrow {
  background: #fff;
  width: 18px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 961px) {
  .cp-top-company .company-el-btn .btn-arrow {
    width: 28px;
  }
}
.cp-top-company .company-el-btn .btn-arrow::after {
  content: "";
  background: #fff;
  aspect-ratio: 1/1;
  clip-path: polygon(100% 100%, 0 0, 0 100%);
  width: 6px;
  position: absolute;
  bottom: calc(100% - 1px);
  right: -1px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 961px) {
  .cp-top-company .company-el-btn .btn-arrow::after {
    width: 10px;
  }
}

.cp-top-recruit {
  padding-top: 70px;
}
@media screen and (min-width: 961px) {
  .cp-top-recruit {
    padding-top: 120px;
  }
}
.cp-top-recruit .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 10px;
  color: #215fac;
  margin-bottom: -15px;
}
@media screen and (min-width: 961px) {
  .cp-top-recruit .title {
    gap: 20px;
    margin-bottom: -8px;
  }
}
.cp-top-recruit .title-en {
  font-weight: 900;
  font-size: 12vw;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (min-width: 429px) {
  .cp-top-recruit .title-en {
    font-size: 65px;
  }
}
@media screen and (min-width: 961px) {
  .cp-top-recruit .title-en {
    font-size: 130px;
  }
}
.cp-top-recruit .title-ja {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 961px) {
  .cp-top-recruit .title-ja {
    font-size: 18px;
  }
}
.cp-top-recruit .recruit-el {
  display: block;
  background: #020202;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.cp-top-recruit .recruit-el-inner {
  display: -ms-grid;
  display: grid;
}
@media screen and (min-width: 961px) {
  .cp-top-recruit .recruit-el-inner {
    -ms-grid-columns: 430px 35px 1fr;
    grid-template-columns: 430px 1fr;
    gap: 35px;
  }
}
.cp-top-recruit .recruit-el-text {
  display: -ms-grid;
  display: grid;
  gap: 30px;
  padding: 50px 25px 25px;
}
@media screen and (min-width: 961px) {
  .cp-top-recruit .recruit-el-text {
    gap: 50px;
    padding: 130px 0 120px;
  }
}
@media screen and (max-width: 960px) {
  .cp-top-recruit .recruit-el-img {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
}
.cp-top-recruit .recruit-el-img .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 961px) {
  .cp-top-recruit .recruit-el-img .img {
    width: auto;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
.cp-top-recruit .recruit-el-img .hover {
  opacity: 0;
  z-index: 1;
}
@media screen and (min-width: 961px) {
  .cp-top-recruit .recruit-el:hover {
    background: #215fac;
  }
  .cp-top-recruit .recruit-el:hover .recruit-el-img .img {
    opacity: 0;
  }
  .cp-top-recruit .recruit-el:hover .recruit-el-img .hover {
    opacity: 1;
  }
  .cp-top-recruit .recruit-el:hover .recruit-el-btn .btn {
    background: #fff;
    color: #215fac;
  }
  .cp-top-recruit .recruit-el:hover .recruit-el-btn .btn-arrow {
    background: #215fac;
  }
  .cp-top-recruit .recruit-el:hover .recruit-el-btn .btn-arrow::after {
    background: #215fac;
  }
}

.cp-top-cta {
  background: #215fac;
  text-align: center;
  padding: 25px;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .cp-top-cta {
    padding: 50px;
  }
}
.cp-top-cta .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  position: relative;
  width: 100%;
  max-width: 190px;
}
@media screen and (min-width: 961px) {
  .cp-top-cta .btn {
    max-width: 380px;
  }
}
.cp-top-cta .btn::before, .cp-top-cta .btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 50%;
  pointer-events: none;
  -webkit-animation: pulsate 2s linear infinite;
          animation: pulsate 2s linear infinite;
}
.cp-top-cta .btn::after {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}
.cp-top-cta .btn-en {
  font-weight: 900;
  font-family: "Inter", sans-serif;
  font-size: 25px;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 961px) {
  .cp-top-cta .btn-en {
    font-size: 40px;
  }
}
.cp-top-cta .btn-ja {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 961px) {
  .cp-top-cta .btn-ja {
    font-size: 18px;
  }
}
.cp-top-cta .btn-arrow {
  display: inline-block;
  background: #fff;
  margin-top: 20px;
  width: 18px;
  height: 2px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 961px) {
  .cp-top-cta .btn-arrow {
    margin-top: 40px;
    width: 28px;
  }
}
.cp-top-cta .btn-arrow::after {
  content: "";
  background: #fff;
  aspect-ratio: 1/1;
  clip-path: polygon(100% 100%, 0 0, 0 100%);
  width: 6px;
  position: absolute;
  bottom: calc(100% - 1px);
  right: -1px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 961px) {
  .cp-top-cta .btn-arrow::after {
    width: 10px;
  }
}