@charset "UTF-8";
/*========================================*/
/*  vender
/*========================================*/
/*--------------------------------------
  Reset Css
---------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
address,
code,
em,
img,
small,
strong,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
embed,
figure,
figcaption,
footer,
header,
nav,
section,
summary,
time,
audio,
video,
input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

ol,
ul {
  list-style: none; }

table {
  border-spacing: 0;
  border-collapse: collapse; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none; }

/*========================================*/
/* Foundation
/*========================================*/
/*========================================*/
/*  break point
/*========================================*/
/*========================================*/
/*  media query Mixin
/*========================================*/
/*========================================*/
/*  color
/*========================================*/
:root {
  --color-white: #fff;
  --color-black: #000;
  --color-primary: #00429f;
  --color-accent: #ef9c00;
  --color-blue: #0076dd;
  --color-lightblue: #0597f2;
  --color-navy: #00337b;
  --color-navy-cv: #013785;
  --color-about-bg: #073a82;
  --color-border: #d4d4d4;
  --color-border2: #D3DDED;
  --color-black-text: #212325;
  --color-gray-text: #5c5e64;
  --color-gray-bg: #f2f2f2;
  --color-lightgray-bg: #f9f9f9;
  --color-iceblue-bg: #F1F5FD;
  --color-lightgray-text: #8c929d;
  --color-bg: #f8f9fe;
  --color-footerbg: #272a30;
  --color-footer-text: #d5d5d5;
  --color-iceblue: #ebf4ff;
  --color-media-white: #fff;
  --color-media-black: #2e2e2e;
  --color-media-black2: #323538;
  --color-media-black3: #1a1b1b;
  --color-media-gray: #757575;
  --color-media-gray_light: #efefef;
  --color-media-blue: #0076dd;
  --color-media-navy: #00429f;
  --color-media-blue-bg: #f1f5fd;
  --color-media-body-bg: #f9f9f9;
  --color-media-stroke: #d4d4d4;
  --color-media-footer-stroke: #333;
  --color-media-search-bottom: #4b4b4b; }

/*========================================*/
/*  font-family
/*========================================*/
:root {
  --font-gothic: 'Overpass', 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', '游ゴシック体', Meiryo, sans-serif;
  --font-notoSansJp: 'Noto Sans JP', sans-serif;
  --font-media-en: 'Poppins', sans-serif; }

/*========================================*/
/*  z-index
/*========================================*/
:root {
  --z-neg: -1;
  --z-header: 9999; }

/*--------------------------------------
  Common-Setting
---------------------------------------*/
html {
  font-size: 10px;
  font-weight: 500; }

body {
  overflow-x: hidden;
  width: 100%;
  font-family: var(--font-gothic);
  font-size: 1.6rem;
  line-height: 2;
  color: var(--color-black); }

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
  letter-spacing: 0.08em; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

li {
  list-style: none; }

a {
  text-decoration: none; }

* {
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: border-box; }

/*========================================*/
/*  utility
/*========================================*/
/*========================================*/
/*  行揃え
/*========================================*/
.u-ta-left-xs {
  text-align: left; }

.u-ta-center-xs {
  text-align: center; }

.u-ta-right-xs {
  text-align: right; }

.u-va-middle-xs {
  vertical-align: middle; }

/*========================================*/
/*  max-width
/*========================================*/
.u-ma-488-xs {
  max-width: 488px; }

@media print, screen and (min-width: 1240px) {
  .u-ma-1120-xl {
    max-width: 1120px; } }

/*========================================*/
/*  margin
/*========================================*/
.u-ml-a-xs {
  margin-left: auto; }

.u-mr-a-xs {
  margin-right: auto; }

.u-mt-5-xs {
  margin-top: 5px; }

.u-mt-10-xs {
  margin-top: 10px; }

.u-mt-15-xs {
  margin-top: 15px; }

.u-mt-20-xs {
  margin-top: 20px; }

.u-mt-24-xs {
  margin-top: 24px; }

.u-mt-26-xs {
  margin-top: 26px; }

.u-mt-30-xs {
  margin-top: 30px; }

.u-mt-35-xs {
  margin-top: 35px; }

.u-mt-40-xs {
  margin-top: 40px; }

.u-mt-46-xs {
  margin-top: 46px; }

.u-mt-60-xs {
  margin-top: 60px; }

@media print, screen and (min-width: 560px) {
  .u-mt-10-sm {
    margin-top: 10px; } }

@media print, screen and (min-width: 769px) {
  .u-mt-20-md {
    margin-top: 20px; } }

@media print, screen and (min-width: 1024px) {
  .u-mt-0-lg {
    margin-top: 0px; }
  .u-mt-4-lg {
    margin-top: 4px; }
  .u-mt-10-lg {
    margin-top: 10px; }
  .u-mt-22-lg {
    margin-top: 22px; }
  .u-mt-26-lg {
    margin-top: 26px; }
  .u-mt-40-lg {
    margin-top: 40px; }
  .u-ml-8-lg {
    margin-left: 8px; }
  .u-mt-8-minus-lg {
    margin-top: -8px; }
  .u-mt-14-minus-lg {
    margin-top: -14px; }
  .u-mt-4-minus-lg {
    margin-top: -4px; }
  .u-mr-60-lg {
    margin-right: 60px; } }

/*========================================*/
/*  要素タイプ
/*========================================*/
.u-d-bl-xs {
  display: block; }

.u-d-ib-xs {
  display: inline-block; }

.u-d-in-xs {
  display: inline; }

.u-d-n-xs {
  display: none; }

@media print, screen and (min-width: 1024px) {
  .u-d-bl-lg {
    display: block; }
  .u-d-ib-lg {
    display: inline-block; }
  .u-d-in-lg {
    display: inline; }
  .u-d-n-lg {
    display: none; } }

/*========================================*/
/*  表示・非表示
/*========================================*/
@media screen and (max-width: 359px) {
  .u-hidden-u-sm {
    display: none; } }

@media screen and (max-width: 768px) {
  .u-hidden-u-md {
    display: none; } }

@media screen and (max-width: 1023px) {
  .u-hidden-u-lg {
    display: none; } }

@media screen and (max-width: 1239px) {
  .u-hidden-u-xl {
    display: none; } }

@media print, screen and (min-width: 560px) {
  .u-hidden-o-sm {
    display: none; } }

@media print, screen and (min-width: 769px) {
  .u-hidden-o-md {
    display: none; } }

@media print, screen and (min-width: 1024px) {
  .u-hidden-o-lg {
    display: none; } }

@media print, screen and (min-width: 1240px) {
  .u-hidden-o-xl {
    display: none; } }

/*========================================*/
/*  component
/*========================================*/
.c-btn {
  z-index: 2;
  position: relative;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-width: 312px;
  padding: 25px 46px 23px 35px;
  border: 2px solid var(--color-primary);
  border-radius: 33px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
  align-items: center;
  justify-content: center; }
  @media screen and (max-width: 768px) {
    .c-btn {
      padding: 20px 40px 16px 35px; } }
  @media screen and (max-width: 559px) {
    .c-btn {
      max-width: none; } }
  .c-btn span {
    font-size: 1.6rem;
    transition: color 0.4s ease-in-out; }
    @media screen and (max-width: 768px) {
      .c-btn span {
        font-size: 1.4rem; } }
  .c-btn::after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 312px;
    height: 312px;
    border-radius: 50%;
    pointer-events: none;
    content: '';
    transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0); }
  @media print, screen and (min-width: 769px) {
    .c-btn:hover::after {
      -webkit-transform: translate(-50%, -50%) scale(1);
              transform: translate(-50%, -50%) scale(1); } }
  .c-btn.-arrow::before {
    z-index: 2;
    position: absolute;
    top: 50%;
    right: 9px;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    margin-bottom: 3px;
    background-image: url(../images/common/icon-arrow-btn.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: '';
    transition: -webkit-filter 0.4s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: filter 0.4s ease-in-out, transform 0.3s ease-in-out;
    transition: filter 0.4s ease-in-out, transform 0.3s ease-in-out, -webkit-filter 0.4s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -webkit-transform: translateY(-50%) translateX(0);
            transform: translateY(-50%) translateX(0);
    -webkit-filter: invert(100%) sepia(3%) saturate(0%) hue-rotate(204deg) brightness(112%) contrast(102%);
            filter: invert(100%) sepia(3%) saturate(0%) hue-rotate(204deg) brightness(112%) contrast(102%); }
  @media screen and (max-width: 768px) {
    .c-btn.-arrow::before {
      width: 16px;
      height: 16px; } }
  @media print, screen and (min-width: 769px) {
    .c-btn.-arrow:hover::before {
      -webkit-transform: translateY(-50%) translateX(5px);
              transform: translateY(-50%) translateX(5px);
      -webkit-filter: invert(14%) sepia(78%) saturate(3578%) hue-rotate(209deg) brightness(98%) contrast(101%);
              filter: invert(14%) sepia(78%) saturate(3578%) hue-rotate(209deg) brightness(98%) contrast(101%); } }
  .c-btn.-primary {
    background-color: var(--color-primary); }
    .c-btn.-primary span {
      color: var(--color-white); }
    .c-btn.-primary::after {
      background-color: var(--color-white); }
    @media print, screen and (min-width: 769px) {
      .c-btn.-primary:hover span {
        color: var(--color-primary); } }
    .c-btn.-primary.-download::before {
      background-image: url(../images/common/icon-download.svg);
      -webkit-filter: invert(100%) sepia(3%) saturate(0%) hue-rotate(204deg) brightness(112%) contrast(102%);
              filter: invert(100%) sepia(3%) saturate(0%) hue-rotate(204deg) brightness(112%) contrast(102%); }
    @media print, screen and (min-width: 769px) {
      .c-btn.-primary.-download:hover::before {
        -webkit-filter: invert(14%) sepia(78%) saturate(3578%) hue-rotate(209deg) brightness(98%) contrast(101%);
                filter: invert(14%) sepia(78%) saturate(3578%) hue-rotate(209deg) brightness(98%) contrast(101%); } }
  .c-btn.-secondly {
    background-color: var(--color-white); }
    .c-btn.-secondly span {
      color: var(--color-primary); }
    .c-btn.-secondly::after {
      background-color: var(--color-primary); }
    @media print, screen and (min-width: 769px) {
      .c-btn.-secondly:hover span {
        color: var(--color-white); } }
  .c-btn.-download::before, .c-btn.-contact::before {
    z-index: 2;
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    margin-bottom: 3px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: '';
    transition: -webkit-filter 0.4s ease-in-out;
    transition: filter 0.4s ease-in-out;
    transition: filter 0.4s ease-in-out, -webkit-filter 0.4s ease-in-out; }
  .c-btn.-download::before {
    background-image: url(../images/common/icon-download.svg);
    -webkit-filter: invert(14%) sepia(78%) saturate(3578%) hue-rotate(209deg) brightness(98%) contrast(101%);
            filter: invert(14%) sepia(78%) saturate(3578%) hue-rotate(209deg) brightness(98%) contrast(101%); }
  @media print, screen and (min-width: 769px) {
    .c-btn.-download:hover::before {
      -webkit-filter: invert(100%) sepia(3%) saturate(0%) hue-rotate(204deg) brightness(112%) contrast(102%);
              filter: invert(100%) sepia(3%) saturate(0%) hue-rotate(204deg) brightness(112%) contrast(102%); } }
  .c-btn.-contact::before {
    background-image: url(../images/common/icon-contact.svg);
    -webkit-filter: invert(100%) sepia(3%) saturate(0%) hue-rotate(204deg) brightness(112%) contrast(102%);
            filter: invert(100%) sepia(3%) saturate(0%) hue-rotate(204deg) brightness(112%) contrast(102%); }
  @media print, screen and (min-width: 769px) {
    .c-btn.-contact:hover::before {
      -webkit-filter: invert(14%) sepia(78%) saturate(3578%) hue-rotate(209deg) brightness(98%) contrast(101%);
              filter: invert(14%) sepia(78%) saturate(3578%) hue-rotate(209deg) brightness(98%) contrast(101%); } }
  .c-btn span {
    z-index: 2;
    position: relative;
    display: inline-block; }
  .c-btn.-large {
    max-width: 315px;
    padding: 17.5px 29px;
    justify-content: center; }
    @media screen and (max-width: 768px) {
      .c-btn.-large {
        max-width: 275px; } }
    .c-btn.-large.-download::before {
      width: 24px;
      height: 24px;
      margin-bottom: 0; }
      @media screen and (max-width: 768px) {
        .c-btn.-large.-download::before {
          width: 20px;
          height: 20px; } }
    .c-btn.-large span {
      font-size: 1.8rem;
      line-height: 1.5; }
      @media screen and (max-width: 768px) {
        .c-btn.-large span {
          font-size: 1.4rem; } }

.c-btn_ghost {
  z-index: 2;
  position: relative;
  display: block;
  overflow: hidden;
  max-width: 175px;
  margin-left: auto;
  padding: 14px 14px 11px 24px;
  border: 1px solid var(--color-footer-text);
  border-radius: 26px;
  background-color: var(--color-white);
  line-height: 1;
  transition: background-color 0.3s ease-in-out; }
  .c-btn_ghost span {
    line-height: 1.3; }
  @media screen and (max-width: 768px) {
    .c-btn_ghost {
      min-width: 152px; } }
  .c-btn_ghost::after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 175px;
    height: 175px;
    border-radius: 50%;
    background-color: var(--color-primary);
    pointer-events: none;
    content: '';
    transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0); }
  @media print, screen and (min-width: 769px) {
    .c-btn_ghost:hover::after {
      -webkit-transform: translate(-50%, -50%) scale(1);
              transform: translate(-50%, -50%) scale(1); }
    .c-btn_ghost:hover span {
      color: var(--color-white); }
      .c-btn_ghost:hover span::after {
        -webkit-filter: invert(100%) sepia(3%) saturate(0%) hue-rotate(204deg) brightness(112%) contrast(102%);
                filter: invert(100%) sepia(3%) saturate(0%) hue-rotate(204deg) brightness(112%) contrast(102%); }
    .c-btn_ghost:hover:not(.-blank):not([target='_blank']) span::after {
      -webkit-transform: translateX(5px);
              transform: translateX(5px); } }
  .c-btn_ghost span {
    z-index: 2;
    position: relative;
    font-size: 1.4rem;
    color: var(--color-black-text);
    letter-spacing: 0.03em;
    transition: color 0.3s ease-in-out; }
    @media screen and (max-width: 768px) {
      .c-btn_ghost span {
        font-size: 1.3rem; } }
    .c-btn_ghost span::after {
      display: inline-block;
      width: 16px;
      height: 16px;
      margin-bottom: -3px;
      margin-left: 8px;
      background-image: url(../images/common/icon-arrow-btn.svg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      content: '';
      transition: -webkit-filter 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
      transition: filter 0.3s ease-in-out, transform 0.3s ease-in-out;
      transition: filter 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
      -webkit-transform: translateX(0);
              transform: translateX(0);
      -webkit-filter: invert(14%) sepia(78%) saturate(3578%) hue-rotate(209deg) brightness(98%) contrast(101%);
              filter: invert(14%) sepia(78%) saturate(3578%) hue-rotate(209deg) brightness(98%) contrast(101%); }
  .c-btn_ghost.-blank span::after, .c-btn_ghost[target='_blank'] span::after {
    margin-bottom: -2px;
    background-image: url(../images/common/icon-blank.svg); }
  .c-btn_ghost.-large {
    max-width: 312px;
    padding-top: 24px;
    padding-bottom: 24px;
    border-radius: 36px; }
    @media print, screen and (min-width: 769px) {
      .c-btn_ghost.-large:hover span {
        color: var(--color-white); } }
    .c-btn_ghost.-large::after {
      width: 312px;
      height: 312px; }
    .c-btn_ghost.-large span {
      display: flex;
      color: var(--color-primary);
      align-items: center;
      justify-content: space-between; }
      .c-btn_ghost.-large span::after {
        margin-bottom: 0; }
  .c-btn_ghost.-back {
    text-align: right; }
    .c-btn_ghost.-back::after {
      width: 201px;
      height: 201px; }
    .c-btn_ghost.-back span::after {
      position: absolute;
      top: 0;
      left: -28px;
      margin-right: 0;
      margin-left: 8px;
      -webkit-transform: rotate(180deg) !important;
              transform: rotate(180deg) !important; }

.c-btn__circle {
  position: relative;
  width: 32px;
  height: 32px;
  border-radius: 99%;
  background-color: var(--color-primary); }
  .c-btn__circle::before {
    z-index: 2;
    position: absolute;
    top: 50%;
    right: 9px;
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url(../images/common/icon-arrow-btn.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: '';
    transition: -webkit-filter 0.4s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: filter 0.4s ease-in-out, transform 0.3s ease-in-out;
    transition: filter 0.4s ease-in-out, transform 0.3s ease-in-out, -webkit-filter 0.4s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -webkit-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0);
    -webkit-filter: invert(100%) sepia(3%) saturate(0%) hue-rotate(204deg) brightness(112%) contrast(102%);
    filter: invert(100%) sepia(3%) saturate(0%) hue-rotate(204deg) brightness(112%) contrast(102%); }

.c-title_sec {
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt'; }
  .c-title_sec.-white .-en,
  .c-title_sec.-white .-ja {
    color: var(--color-white); }
  .c-title_sec .-en,
  .c-title_sec .-ja {
    display: block;
    font-weight: 700;
    line-height: 150%; }
  .c-title_sec .-en {
    margin-bottom: 16px;
    font-size: 1.8rem;
    color: var(--color-primary);
    letter-spacing: 0.03em; }
    @media screen and (max-width: 768px) {
      .c-title_sec .-en {
        margin-bottom: 8px;
        font-size: 1.3rem; } }
  .c-title_sec .-ja {
    font-size: 4rem;
    color: var(--color-black-text); }
    @media screen and (max-width: 768px) {
      .c-title_sec .-ja {
        font-size: 2.6rem; } }
  .c-title_sec.-center .-en,
  .c-title_sec.-center .-ja {
    text-align: center; }
    @media screen and (max-width: 768px) {
      .c-title_sec.-center .-en,
      .c-title_sec.-center .-ja {
        text-align: left; } }

.c-title_sec2 {
  margin-bottom: 42px; }
  @media screen and (max-width: 768px) {
    .c-title_sec2 {
      margin-bottom: 30px; } }
  .c-title_sec2 .-en {
    margin-bottom: 16px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 150%;
    color: var(--color-navy);
    letter-spacing: 0.03em; }
    @media screen and (max-width: 768px) {
      .c-title_sec2 .-en {
        display: block;
        font-size: 1.6rem; } }
  .c-title_sec2 .-ja {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.5;
    color: var(--color-black-text);
    letter-spacing: 0.03em; }
    @media screen and (max-width: 768px) {
      .c-title_sec2 .-ja {
        font-size: 2.2rem; } }
    .c-title_sec2 .-ja::before {
      display: block;
      width: 40px;
      height: 10px;
      margin-bottom: 12px;
      border-radius: 5px;
      background-color: var(--color-primary);
      content: ''; }
      @media screen and (max-width: 768px) {
        .c-title_sec2 .-ja::before {
          width: 25px;
          height: 6px;
          margin-bottom: 8px;
          border-radius: 3px; } }
  .c-title_sec2 .-ja.-about::before {
    width: 20px;
    height: 2px;
    border-radius: 0; }
    @media screen and (max-width: 768px) {
      .c-title_sec2 .-ja.-about::before {
        margin-bottom: 24px; } }

.c-title_service {
  margin-bottom: 32px; }
  @media screen and (max-width: 768px) {
    .c-title_service {
      margin-bottom: 16px; } }
  .c-title_service.-quote {
    position: relative; }
    .c-title_service.-quote::before {
      position: absolute;
      top: 50px;
      left: -54px;
      display: block;
      width: 30px;
      height: 22px;
      background-image: url(../images/common/icon-quote.svg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      content: ''; }
      @media screen and (max-width: 768px) {
        .c-title_service.-quote::before {
          position: static;
          width: 19px;
          height: 14px;
          margin-bottom: 16px; } }
  .c-title_service .-en {
    display: block;
    font-family: var(--font-gothic);
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    color: var(--color-primary);
    letter-spacing: 0.03em; }
    @media screen and (max-width: 768px) {
      .c-title_service .-en {
        font-size: 1.3rem; } }
  .c-title_service .-ja {
    display: block;
    margin-top: 16px;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.5;
    color: var(--color-black-text); }
    @media screen and (max-width: 768px) {
      .c-title_service .-ja {
        margin-top: 8px;
        font-size: 2.2rem; } }

.c-cv {
  position: relative; }
  .c-cv .c-cv__inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 30px; }


  .c-cv__container {
    z-index: 2;
    position: relative;
    display: flex;
    justify-content: center;
    gap: 40px;
  }
  @media screen and (max-width: 768px) {
    .c-cv__container {
      flex-direction: column;
      gap: 25px 0;
    }
  }



  .c-cv__block {
    width: 49%;
    max-width: 540px;
    border-radius: 16px; }
    @media screen and (max-width: 768px) {
      .c-cv__block {
        width: 100%;
        margin: 0 auto; } }
    .c-cv__block a {
      position: relative;
      display: block;
      overflow: hidden;
      padding: 55px 10px 50px;
      border-radius: 16px;
      background-color: var(--color-white);
      transition-property: background-color; }
      @media screen and (max-width: 768px) {
        .c-cv__block a {
          padding: 33px 10px; } }
      .c-cv__block a::before {
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        width: 540px;
        height: 540px;
        border-radius: 50%;
        background-color: var(--color-primary);
        pointer-events: none;
        content: '';
        transition: -webkit-transform 0.4s ease-in-out;
        transition: transform 0.4s ease-in-out;
        transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
        -webkit-transform: translate(-50%, -50%) scale(0);
                transform: translate(-50%, -50%) scale(0); }
      @media print, screen and (min-width: 769px) {
        .c-cv__block a:hover {
          background-color: var(--color-primary);
          transition-delay: 0.35s; }
          .c-cv__block a:hover::before {
            -webkit-transform: translate(-50%, -50%) scale(1.1);
                    transform: translate(-50%, -50%) scale(1.1); }
          .c-cv__block a:hover .c-cv__title span {
            color: var(--color-white); }
            .c-cv__block a:hover .c-cv__title span::before {
              -webkit-filter: invert(100%) sepia(3%) saturate(0%) hue-rotate(204deg) brightness(112%) contrast(102%);
                      filter: invert(100%) sepia(3%) saturate(0%) hue-rotate(204deg) brightness(112%) contrast(102%); }
          .c-cv__block a:hover .c-cv__desc {
            color: var(--color-white); } }
  .c-cv__title {
    z-index: 2;
    position: relative;
    margin-bottom: 5px;
    padding-right: 15px;
    text-align: center; }
    .c-cv__title span {
      font-size: 3.6rem;
      font-weight: 700;
      line-height: 150%;
      color: var(--color-primary);
      transition: color 0.3s ease-in-out; }
      @media screen and (max-width: 1023px) {
        .c-cv__title span {
          font-size: 2.7rem; } }
      @media screen and (max-width: 768px) {
        .c-cv__title span {
          font-size: 1.8rem; } }
      .c-cv__title span::before {
        display: inline-block;
        width: 40px;
        height: 40px;
        margin-right: 19px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        vertical-align: -6px;
        content: '';
        transition: -webkit-filter 0.3s ease-in-out;
        transition: filter 0.3s ease-in-out;
        transition: filter 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
        -webkit-filter: invert(14%) sepia(78%) saturate(3578%) hue-rotate(209deg) brightness(98%) contrast(101%);
                filter: invert(14%) sepia(78%) saturate(3578%) hue-rotate(209deg) brightness(98%) contrast(101%); }
        @media screen and (max-width: 1023px) {
          .c-cv__title span::before {
            width: 35px;
            height: 35px; } }
        @media screen and (max-width: 768px) {
          .c-cv__title span::before {
            width: 30px;
            height: 30px;
            margin-right: 8px; } }
      .c-cv__title span.-download::before {
        top: 0;
        background-image: url(../images/common/icon-download-cv.svg); }
      .c-cv__title span.-con::before {
        background-image: url(../images/common/icon-contact-cv.svg); }
  .c-cv__desc {
    z-index: 2;
    position: relative;
    font-size: 1.8rem;
    font-weight: 400;
    color: var(--color-primary);
    text-align: center;
    letter-spacing: 0.03em;
    transition: color 0.3s ease-in-out; }
    @media screen and (max-width: 1023px) {
      .c-cv__desc {
        font-size: 1.6rem; } }
    @media screen and (max-width: 768px) {
      .c-cv__desc {
        font-size: 1.3rem; } }
  .c-cv .c-cv__item {
    z-index: 100;
    position: relative;
    display: flex;
    padding: 80px 0 92px;
    color: var(--color-white);
    flex-basis: 50%; }
    .c-cv .c-cv__item.-download {
      background-color: var(--color-primary); }
    .c-cv .c-cv__item.-con {
      background-color: var(--color-navy-cv); }
  .c-cv .c-cv__item__title__en {
    font-size: 1.8rem;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .c-cv .c-cv__item__title__en {
        font-size: 1.3rem; } }
  .c-cv .c-cv__item__title {
    font-size: 3.6rem;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .c-cv .c-cv__item__title {
        font-size: 2.2rem; } }
  .c-cv .c-cv__item__text {
    font-size: 1.4rem;
    font-weight: 400; }
    @media screen and (max-width: 768px) {
      .c-cv .c-cv__item__text {
        margin-top: 16px;
        font-size: 1.3rem; } }
  .c-cv .c-cv__item__button {
    display: block;
    min-width: unset;
    max-width: 400px;
    margin-top: 32px;
    padding: 22px 17px 20px;
    background-color: var(--color-white);
    color: var(--color-primary);
    text-align: center;
    transition: background-color 0.3s ease-in-out; }
    .c-cv .c-cv__item__button::after {
      position: absolute;
      top: 50%;
      left: 50%;
      display: block;
      width: 500px;
      height: 500px;
      border-radius: 50%;
      background-color: #05236a;
      pointer-events: none;
      content: '';
      transition: -webkit-transform 0.4s ease-in-out;
      transition: transform 0.4s ease-in-out;
      transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
      -webkit-transform: translate(-50%, -50%) scale(0);
              transform: translate(-50%, -50%) scale(0); }
    @media print, screen and (min-width: 769px) {
      .c-cv .c-cv__item__button:hover {
        color: var(--color-white); }
        .c-cv .c-cv__item__button:hover::after {
          -webkit-transform: translate(-50%, -50%) scale(1);
                  transform: translate(-50%, -50%) scale(1); } }
    @media screen and (max-width: 768px) {
      .c-cv .c-cv__item__button {
        width: 100%;
        min-width: unset; } }
    .c-cv .c-cv__item__button.-con::after {
      background-color: var(--color-blue); }
  .c-cv .c-cv__flex {
    display: flex; }
    @media screen and (max-width: 768px) {
      .c-cv .c-cv__flex {
        flex-direction: column; } }

.c-systemCardWrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
}

.c-systemCardWrap .c-systemCard {
  max-width: 544px;
}


@media print, screen and (min-width: 769px) {
  .c-systemCardWrap {
    flex-direction: row;
    margin-top: 40px;
    gap: 32px;
  }
}


  .c-systemCardWrap.-system {
    flex-direction: row;
    gap: 20px; }
    @media print, screen and (min-width: 769px) {
      .c-systemCardWrap.-system {
        gap: 32px; } }

.c-systemCard:hover .c-systemCard__img img {
  scale: 1.1; }

.c-systemCard:hover .c-systemCard__textArea::after {
  -webkit-transform: translate(-50%, 5px) rotate(45deg);
          transform: translate(-50%, 5px) rotate(45deg); }

.-system .c-systemCard {
  width: 50%; }

.c-systemCard__img {
  overflow: hidden; }
  .c-systemCard__img img {
    width: 100%;
    transition: scale 0.3s ease-in-out; }

.c-systemCard__textArea {
  z-index: 10;
  position: relative;
  margin-top: -20px;
  margin-right: 15px;
  margin-left: 15px;
  padding: 28px 30px 0;
  background-color: var(--color-white); }
  .-system .c-systemCard__textArea {
    margin: 0;
    padding: 15px 0 33px; }
    @media print, screen and (min-width: 769px) {
      .-system .c-systemCard__textArea {
        margin-top: -34px;
        margin-right: 24px;
        margin-left: 24px;
        padding: 40px 0 72px; } }
    .-system .c-systemCard__textArea::after {
      position: absolute;
      bottom: 12px;
      left: 50%;
      width: 8.4px;
      height: 8.4px;
      border-right: 1.5px solid var(--color-primary);
      border-bottom: 1.5px solid var(--color-primary);
      content: '';
      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;
      -webkit-transform: translateX(-50%) rotate(45deg);
              transform: translateX(-50%) rotate(45deg); }
      @media print, screen and (min-width: 769px) {
        .-system .c-systemCard__textArea::after {
          bottom: 31px;
          width: 11.2px;
          height: 11.2px; } }
  @media screen and (max-width: 768px) {
    .c-systemCard__textArea {
      padding: 24px 0 0 0; } }

.c-systemCard__title {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--color-gray-text);
  text-align: center; }
  .-system .c-systemCard__title {
    font-size: 0.9rem; }
    @media print, screen and (min-width: 769px) {
      .-system .c-systemCard__title {
        font-size: 1.4rem; } }

.c-systemCard__logo {
  margin: 16px auto 0; }
  .-system .c-systemCard__logo {
    margin-top: 8px; }
    @media print, screen and (min-width: 769px) {
      .-system .c-systemCard__logo {
        margin-top: 16px; } }
  .c-systemCard__logo.-biz {
    max-width: 220px;
    max-height: 67px; }
    .-system .c-systemCard__logo.-biz {
      max-width: 113px; }
      @media print, screen and (min-width: 769px) {
        .-system .c-systemCard__logo.-biz {
          max-width: 221px; } }
  .c-systemCard__logo.-hankura {
    max-width: 154px;
    max-height: 67px; }
    .-system .c-systemCard__logo.-hankura {
      max-width: 77px; }
      @media print, screen and (min-width: 769px) {
        .-system .c-systemCard__logo.-hankura {
          max-width: 150px; } }
  .c-systemCard__logo img {
    display: block;
    width: 100%;
    height: auto; }

.c-systemCard__text {
  margin-top: 24px;
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--color-black-text); }
  @media screen and (max-width: 768px) {
    .c-systemCard__text {
      font-size: 1.3rem; } }
  .-system .c-systemCard__text {
    display: none; }

.c-caseList {
  display: grid;
  gap: 20px; }
  @media print, screen and (min-width: 769px) {
    .c-caseList {
      grid-template-columns: 1fr 1fr 1fr; } }

.c-caseCard {
  overflow: hidden;
  background-color: var(--color-white); }
  .c-caseCard:hover .c-caseCard_thumb > img {
    scale: 1.1; }
  .c-caseCard:hover .c-caseCard_logo::before {
    scale: 1.1; }
  .c-caseCard_thumb {
    position: relative;
    overflow: hidden; }
    .c-caseCard_thumb > img {
      transition: scale 0.3s ease-in-out;
      aspect-ratio: 64/35;
      -o-object-fit: cover;
         object-fit: cover; }
  .c-caseCard_logo {
    z-index: 10;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 32.3%;
    padding: 0 8px; }
    .c-caseCard_logo::before {
      z-index: var(--z-neg);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: var(--color-white);
      content: '';
      transition: scale 0.3s ease-in-out; }
  .c-caseCard_textArea {
    padding: 19px 16px; }
    @media print, screen and (min-width: 769px) {
      .c-caseCard_textArea {
        padding: 19px 0; } }
  .c-caseCard_title {
    display: -webkit-box;
    overflow: hidden;
    max-height: 3em;
    /* line-heightの倍数 (例: line-height: 1.5em なら 1.5em * 2 = 3em) */
    margin: 0 0 10px;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.5;
    line-height: 1.5em;
    /* 1行あたりの高さを設定 */
    color: var(--color-black-text);
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; }
    @media print, screen and (min-width: 769px) {
      .c-caseCard_title {
        font-size: 1.8rem; } }
  .c-caseCard_company {
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 2;
    color: var(--color-black-text);
    letter-spacing: 0.03em; }
  .c-caseCard_category {
    margin-bottom: 10px;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 2;
    color: var(--color-lightgray-text);
    letter-spacing: 0.03em; }
  .c-caseCard_tag {
    position: relative;
    padding-left: 10px;
    font-size: 1.2rem;
    font-weight: 400; }
    @media screen and (max-width: 768px) {
      .c-caseCard_tag {
        font-size: 1.1rem; } }
    .c-caseCard_tag::before {
      position: absolute;
      top: 46%;
      left: 0;
      width: 5px;
      height: 5px;
      border-radius: 99%;
      content: '';
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .c-caseCard_tag.-visualization {
      color: var(--color-accent); }
      .c-caseCard_tag.-visualization::before {
        background-color: var(--color-accent); }
    .c-caseCard_tag.-normalization {
      color: var(--color-lightblue); }
      .c-caseCard_tag.-normalization::before {
        background-color: var(--color-lightblue); }
    .c-caseCard_tag.-simplification {
      color: var(--color-blue); }
      .c-caseCard_tag.-simplification::before {
        background-color: var(--color-blue); }
    .c-caseCard_tag.-thoroughness {
      color: var(--color-primary); }
      .c-caseCard_tag.-thoroughness::before {
        background-color: var(--color-primary); }
  .c-caseCard_tags {
    display: flex;
    margin: 15px 0;
    padding: 15px 0;
    border-top: 1px solid #f2f2f2;
    flex-wrap: wrap;
    gap: 5px 10px; }
    @media screen and (max-width: 768px) {
      .c-caseCard_tags {
        gap: 8px 10px; } }
    .c-caseCard_tags li {
      height: 26px;
      margin-top: -4px; }
      @media screen and (max-width: 768px) {
        .c-caseCard_tags li {
          height: 24px; } }

.c-bread {
  z-index: 2;
  position: relative;
  padding: 32px 0;
  background-color: var(--color-white); }
  @media screen and (max-width: 768px) {
    .c-bread {
      padding: 20px 0; } }
  .c-bread_container {
    display: flex;
    width: 100%;
    gap: 0 9px;
    align-items: center; }
  .c-bread_list {
    position: relative;
    padding-right: 15px; }
    .c-bread_list:not(:last-child)::after {
      position: absolute;
      top: 0;
      right: 0;
      margin-left: 9px;
      color: var(--color-lightgray-text);
      content: '/'; }
    .c-bread_list:last-child {
      overflow: hidden; }
    .c-bread_list::after,
    .c-bread_list a,
    .c-bread_list span {
      display: block;
      overflow: hidden;
      font-size: 1.3rem;
      font-weight: 400;
      line-height: 2;
      white-space: nowrap;
      text-overflow: ellipsis; }
      @media screen and (max-width: 768px) {
        .c-bread_list::after,
        .c-bread_list a,
        .c-bread_list span {
          font-size: 1.2rem; } }
    .c-bread_list a {
      color: var(--color-lightgray-text);
      cursor: pointer; }
      @media print, screen and (min-width: 769px) {
        .c-bread_list a:hover {
          text-decoration: underline; } }
    .c-bread_list span {
      color: var(--color-gray-text); }

.c-pagination {
  display: flex;
  margin-top: 74px;
  gap: 0 11px;
  align-items: center;
  justify-content: center; }
  @media screen and (max-width: 768px) {
    .c-pagination {
      margin-top: 40px;
      gap: 0 6px; } }
  .c-pagination li:not(.-dots) {
    width: 50px;
    height: 50px;
    border-radius: 50%; }
    @media screen and (max-width: 768px) {
      .c-pagination li:not(.-dots) {
        width: 40px;
        height: 40px; } }
    .c-pagination li:not(.-dots) a,
    .c-pagination li:not(.-dots) span {
      display: block;
      width: 100%;
      height: 100%;
      border-radius: 50%;
      background-color: var(--color-white);
      font-size: 1.6rem;
      font-weight: 400;
      line-height: 50px;
      color: var(--color-black-text);
      text-align: center; }
      @media screen and (max-width: 768px) {
        .c-pagination li:not(.-dots) a,
        .c-pagination li:not(.-dots) span {
          font-size: 1.3rem;
          line-height: 40px; } }
    @media print, screen and (min-width: 769px) {
      .c-pagination li:not(.-dots) a {
        transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out; }
        .c-pagination li:not(.-dots) a:hover {
          background-color: var(--color-primary);
          color: var(--color-white); } }
  .c-pagination li.-dots span {
    margin-right: 0.5em;
    font-weight: 400;
    color: var(--color-black-text);
    letter-spacing: -0.5em; }
  .c-pagination li.current span {
    background-color: var(--color-primary);
    color: var(--color-white); }
  .c-pagination li.-prev a img, .c-pagination li.-next a img {
    vertical-align: middle;
    transition: -webkit-filter 0.3s ease-in-out;
    transition: filter 0.3s ease-in-out;
    transition: filter 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
    -webkit-filter: invert(11%) sepia(6%) saturate(606%) hue-rotate(169deg) brightness(96%) contrast(92%);
            filter: invert(11%) sepia(6%) saturate(606%) hue-rotate(169deg) brightness(96%) contrast(92%); }
  @media print, screen and (min-width: 769px) {
    .c-pagination li.-prev a:hover img, .c-pagination li.-next a:hover img {
      -webkit-filter: invert(100%) sepia(1%) saturate(7500%) hue-rotate(261deg) brightness(98%) contrast(113%);
              filter: invert(100%) sepia(1%) saturate(7500%) hue-rotate(261deg) brightness(98%) contrast(113%); } }
  .c-pagination li.-prev img {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

.c-tag {
  color: var(--color-blue); }
  .c-tag.-lightblue {
    color: var(--color-lightblue); }
    .c-tag.-lightblue::before {
      background-color: var(--color-lightblue); }
  .c-tag.-orange {
    color: var(--color-accent); }
    .c-tag.-orange::before {
      background-color: var(--color-accent); }
  .c-tag.-primary {
    color: var(--color-primary); }
    .c-tag.-primary::before {
      background-color: var(--color-primary); }
  .c-tag::before {
    background-color: var(--color-blue);
    content: ''; }

/*========================================*/
/*  break point
/*========================================*/
/*========================================*/
/*  media query Mixin
/*========================================*/
/*========================================*/
/*  color
/*========================================*/
:root {
  --color-white: #fff;
  --color-black: #000;
  --color-primary: #00429f;
  --color-accent: #ef9c00;
  --color-blue: #0076dd;
  --color-lightblue: #0597f2;
  --color-navy: #00337b;
  --color-navy-cv: #013785;
  --color-about-bg: #073a82;
  --color-border: #d4d4d4;
  --color-border2: #D3DDED;
  --color-black-text: #212325;
  --color-gray-text: #5c5e64;
  --color-gray-bg: #f2f2f2;
  --color-lightgray-bg: #f9f9f9;
  --color-iceblue-bg: #F1F5FD;
  --color-lightgray-text: #8c929d;
  --color-bg: #f8f9fe;
  --color-footerbg: #272a30;
  --color-footer-text: #d5d5d5;
  --color-iceblue: #ebf4ff;
  --color-media-white: #fff;
  --color-media-black: #2e2e2e;
  --color-media-black2: #323538;
  --color-media-black3: #1a1b1b;
  --color-media-gray: #757575;
  --color-media-gray_light: #efefef;
  --color-media-blue: #0076dd;
  --color-media-navy: #00429f;
  --color-media-blue-bg: #f1f5fd;
  --color-media-body-bg: #f9f9f9;
  --color-media-stroke: #d4d4d4;
  --color-media-footer-stroke: #333;
  --color-media-search-bottom: #4b4b4b; }

/*========================================*/
/*  font-family
/*========================================*/
:root {
  --font-gothic: 'Overpass', 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', '游ゴシック体', Meiryo, sans-serif;
  --font-notoSansJp: 'Noto Sans JP', sans-serif;
  --font-media-en: 'Poppins', sans-serif; }

.c-labels {
  display: flex;
  gap: 0 10px; }
  .c-labels > span {
    display: flex;
    font-family: var(--font-notoSansJp);
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.54px;
    gap: 0 8px;
    align-items: center; }
    @media screen and (max-width: 768px) {
      .c-labels > span {
        font-size: 1.4rem; } }
    .c-labels > span::before {
      display: inline-block;
      width: 15px;
      height: 15px;
      border-radius: 50%;
      content: ""; }
      @media screen and (max-width: 768px) {
        .c-labels > span::before {
          width: 12px;
          height: 12px; } }
    .c-labels > span.-visualization {
      color: var(--color-accent); }
      .c-labels > span.-visualization::before {
        background-color: var(--color-accent); }
    .c-labels > span.-normalization {
      color: var(--color-lightblue); }
      .c-labels > span.-normalization::before {
        background-color: var(--color-lightblue); }
    .c-labels > span.-simplification {
      color: var(--color-blue); }
      .c-labels > span.-simplification::before {
        background-color: var(--color-blue); }
    .c-labels > span.-thoroughness {
      color: var(--color-primary); }
      .c-labels > span.-thoroughness::before {
        background-color: var(--color-primary); }

.c-mediaBtn {
  display: flex;
  width: 125px;
  height: 32px;
  border-radius: 42px;
  background-color: #ececec;
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: .08em;
  transition: color .5s, background-color .5s;
  align-items: center;
  justify-content: center; }
  @media print, screen and (min-width: 769px) {
    .c-mediaBtn {
      width: 10.41667vw;
      height: 2.63889vw;
      border-radius: 3.47222vw;
      font-size: 0.90278vw; } }
  @media screen and (min-width: 1440px) {
    .c-mediaBtn {
      width: 150px;
      height: 38px;
      border-radius: 50px;
      font-size: 1.3rem; } }
  .c-mediaBtn span {
    -webkit-transform: translateY(1px);
            transform: translateY(1px); }
  .c-mediaBtn_arrow {
    display: flex;
    width: 20px;
    height: 20px;
    margin-left: 8px;
    border-radius: 50%;
    background-color: var(--color-primary);
    transition: .5s;
    align-items: center;
    justify-content: center; }
    @media print, screen and (min-width: 769px) {
      .c-mediaBtn_arrow {
        width: 1.73611vw;
        height: 1.73611vw;
        margin-left: 0.55556vw; } }
    @media screen and (min-width: 1440px) {
      .c-mediaBtn_arrow {
        width: 25px;
        height: 25px;
        margin-left: 8px; } }

.c-mediaArticle + .c-mediaArticle {
  margin-top: 32px; }
  @media print, screen and (min-width: 769px) {
    .c-mediaArticle + .c-mediaArticle {
      margin-top: 2.56944vw; } }
  @media screen and (min-width: 1440px) {
    .c-mediaArticle + .c-mediaArticle {
      margin-top: 37px; } }

.c-mediaArticle a {
  display: block; }
  @media print, screen and (min-width: 769px) {
    .c-mediaArticle a {
      display: grid;
      grid-template-columns: 30.86% 1fr;
      gap: 4%; }
      .c-mediaArticle a:hover .c-mediaArticle_img img {
        -webkit-transform: scale(1.15);
                transform: scale(1.15); }
      .c-mediaArticle a:hover .c-mediaArticle_title {
        color: var(--color-primary); } }

.c-mediaArticle_img {
  overflow: hidden;
  border-radius: 8px;
  aspect-ratio: 3 / 2; }
  .c-mediaArticle_img img {
    width: 100%;
    height: 100%;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -o-object-fit: cover;
       object-fit: cover; }

.c-mediaArticle_cat {
  display: flex;
  margin-top: 16px;
  justify-content: flex-start; }
  @media print, screen and (min-width: 769px) {
    .c-mediaArticle_cat {
      margin-top: 0; } }

.c-mediaArticle_title {
  display: -webkit-box;
  overflow: hidden;
  margin-top: 8px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.55;
  transition: color .5s;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; }
  @media print, screen and (min-width: 769px) {
    .c-mediaArticle_title {
      margin-top: 1.11111vw;
      font-size: 2rem;
      -webkit-transform: translateY(0.13889vw);
              transform: translateY(0.13889vw); } }
  @media screen and (min-width: 1440px) {
    .c-mediaArticle_title {
      margin-top: 16px;
      -webkit-transform: translateY(2px);
              transform: translateY(2px); } }

.c-mediaArticle_bottom {
  display: flex;
  margin-top: 4px;
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--color-media-gray);
  align-items: center;
  justify-content: space-between; }
  @media print, screen and (min-width: 769px) {
    .c-mediaArticle_bottom {
      margin-top: 1.11111vw;
      font-size: 1.2rem; } }
  @media screen and (min-width: 1440px) {
    .c-mediaArticle_bottom {
      margin-top: 16px; } }

.c-mediaArticle_tags {
  display: flex;
  gap: 8px; }
  @media print, screen and (min-width: 769px) {
    .c-mediaArticle_tags {
      font-weight: bold;
      gap: 0.55556vw; } }
  @media screen and (min-width: 1440px) {
    .c-mediaArticle_tags {
      gap: 8px; } }

.c-mediaArticle_tag {
  line-height: 1.8; }
  .c-mediaArticle_tag::before {
    content: '# '; }

.c-mediaArticle_date {
  font-family: var(--font-media-en);
  line-height: 1.24; }

.c-mediaSmallArticle + .c-mediaSmallArticle {
  margin-top: 24px; }
  @media print, screen and (min-width: 769px) {
    .c-mediaSmallArticle + .c-mediaSmallArticle {
      margin-top: 1.66667vw; } }
  @media screen and (min-width: 1440px) {
    .c-mediaSmallArticle + .c-mediaSmallArticle {
      margin-top: 24px; } }

.c-mediaSmallArticle a {
  display: grid;
  grid-template-columns: 28.36% 1fr;
  gap: 4.78%; }
  @media print, screen and (min-width: 769px) {
    .c-mediaSmallArticle a {
      grid-template-columns: 10.13889vw 1fr;
      gap: 1.11111vw; } }
  @media screen and (min-width: 1440px) {
    .c-mediaSmallArticle a {
      grid-template-columns: 146px 1fr;
      gap: 16px; } }
  .c-mediaSmallArticle a:hover .c-mediaSmallArticle_img img {
    -webkit-transform: scale(1.15);
            transform: scale(1.15); }
  .c-mediaSmallArticle a:hover .c-mediaSmallArticle_title {
    color: var(--color-primary); }

.c-mediaSmallArticle_img {
  overflow: hidden;
  border-radius: 2.6px;
  aspect-ratio: 3 / 2; }
  .c-mediaSmallArticle_img img {
    width: 100%;
    height: 100%;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -o-object-fit: cover;
       object-fit: cover; }

.c-mediaSmallArticle_content {
  padding-right: 4.56%; }
  @media print, screen and (min-width: 769px) {
    .c-mediaSmallArticle_content {
      padding-right: 0; } }

.c-mediaSmallArticle_title {
  display: -webkit-box;
  overflow: hidden;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.55;
  transition: color .5s;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; }

.c-mediaSmallArticle_date {
  margin-top: 8px;
  font-family: var(--font-media-en);
  font-size: 1.1rem;
  line-height: 1.24;
  color: var(--color-media-gray);
  text-align: right; }
  @media print, screen and (min-width: 769px) {
    .c-mediaSmallArticle_date {
      margin-top: 0.55556vw;
      font-size: 1.2rem; } }
  @media screen and (min-width: 1440px) {
    .c-mediaSmallArticle_date {
      margin-top: 8px; } }

.c-mediaBreadcrumb {
  display: flex;
  margin-top: 8px;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 1rem;
  line-height: 1.55;
  color: var(--color-media-gray);
  flex-wrap: wrap; }
  .c-mediaBreadcrumb a {
    transition: opacity .3s; }
  @media print, screen and (min-width: 769px) {
    .c-mediaBreadcrumb {
      margin-top: 1.11111vw;
      padding-right: 2.77778vw;
      padding-left: 2.77778vw;
      font-size: 1.2rem; }
      .c-mediaBreadcrumb a:hover {
        opacity: 0.6; } }
  @media screen and (min-width: 1440px) {
    .c-mediaBreadcrumb {
      margin-top: 16px;
      padding-right: 40px;
      padding-left: 40px; } }
  .c-mediaBreadcrumb_item {
    display: flex;
    align-items: center; }
    .c-mediaBreadcrumb_item span {
      -webkit-transform: translateY(1px);
              transform: translateY(1px); }
      @media print, screen and (min-width: 769px) {
        .c-mediaBreadcrumb_item span {
          -webkit-transform: translateY(0.10417vw);
                  transform: translateY(0.10417vw); } }
      @media screen and (min-width: 1440px) {
        .c-mediaBreadcrumb_item span {
          -webkit-transform: translateY(1.5px);
                  transform: translateY(1.5px); } }
  .c-mediaBreadcrumb_item:first-child::before {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 4px;
    background-image: url(../images/media/icon-breadcrumb-home.svg);
    background-size: cover;
    content: "";
    -webkit-transform: translateY(-1.5px);
            transform: translateY(-1.5px); }
    @media print, screen and (min-width: 769px) {
      .c-mediaBreadcrumb_item:first-child::before {
        width: 0.83333vw;
        height: 0.83333vw;
        margin-right: 0.27778vw;
        -webkit-transform: translateY(0);
                transform: translateY(0); } }
    @media screen and (min-width: 1440px) {
      .c-mediaBreadcrumb_item:first-child::before {
        width: 12px;
        height: 12px;
        margin-right: 4px; } }
  .c-mediaBreadcrumb_item:not(:last-child) {
    margin-right: 4px; }
    @media print, screen and (min-width: 769px) {
      .c-mediaBreadcrumb_item:not(:last-child) {
        margin-right: 0.55556vw; } }
    @media screen and (min-width: 1440px) {
      .c-mediaBreadcrumb_item:not(:last-child) {
        margin-right: 8px; } }
    .c-mediaBreadcrumb_item:not(:last-child)::after {
      display: inline-block;
      width: 4px;
      height: 6.67px;
      margin-left: 4px;
      background-image: url(../images/media/icon-breadcrumb-arrow.svg);
      background-size: cover;
      content: ""; }
      @media print, screen and (min-width: 769px) {
        .c-mediaBreadcrumb_item:not(:last-child)::after {
          width: 0.27778vw;
          height: 0.46319vw;
          margin-left: 0.55556vw; } }
      @media screen and (min-width: 1440px) {
        .c-mediaBreadcrumb_item:not(:last-child)::after {
          width: 4px;
          height: 6.67px;
          margin-left: 8px; } }

.c-mediaAuthorCard {
  position: relative;
  padding: 20px 20px;
  background-color: #fff; }
  @media print, screen and (min-width: 769px) {
    .c-mediaAuthorCard {
      margin: 0;
      padding: 32px 68px 40px; } }
  .c-mediaAuthorCard + .c-mediaAuthorCard {
    margin-top: 16px; }
    @media print, screen and (min-width: 769px) {
      .c-mediaAuthorCard + .c-mediaAuthorCard {
        margin-top: 16px; } }
  .c-mediaAuthorCard p {
    font-size: 1.3rem;
    line-height: 1.8; }
    @media print, screen and (min-width: 769px) {
      .c-mediaAuthorCard p {
        font-size: 1.4rem; } }
  .c-mediaAuthorCard_head {
    display: flex;
    margin-bottom: 16px;
    gap: 20px; }
    @media print, screen and (min-width: 769px) {
      .c-mediaAuthorCard_head {
        margin-bottom: 1.66667vw;
        gap: 2.63889vw; } }
    @media screen and (min-width: 1440px) {
      .c-mediaAuthorCard_head {
        margin-bottom: 24px;
        gap: 38px; } }
    .c-mediaAuthorCard_head > div > div:first-child {
      display: flex;
      gap: 10px;
      align-items: center; }
      @media print, screen and (min-width: 769px) {
        .c-mediaAuthorCard_head > div > div:first-child {
          gap: 1.38889vw; } }
      @media screen and (min-width: 1440px) {
        .c-mediaAuthorCard_head > div > div:first-child {
          gap: 20px; } }
  .c-mediaAuthorCard_icon {
    width: 80px;
    height: 80px;
    flex-basis: 80px; }
    @media print, screen and (min-width: 769px) {
      .c-mediaAuthorCard_icon {
        width: 5.55556vw;
        height: 5.55556vw;
        flex-basis: 5.55556vw; } }
    @media screen and (min-width: 1440px) {
      .c-mediaAuthorCard_icon {
        width: 80px;
        height: 80px;
        flex-basis: 80px; } }
    .c-mediaAuthorCard_icon img {
      padding: 0;
      border-radius: 50%; }
  .c-mediaAuthorCard_type {
    height: 26px;
    padding: 2px 20px 2px;
    border: var(--color-media-black) 1px solid;
    border-radius: 16px;
    background-color: var(--color-media-gray_light);
    font-size: 1.2rem;
    font-weight: bold;
    color: var(--color-media-black);
    min-width: 80px;
    text-align: center;
  }
  .c-mediaAuthorCard_nameArea {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: center; }
  .c-mediaAuthorCard_name {
    margin-top: 3px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.55;
    color: var(--color-media-black); }
    @media print, screen and (min-width: 769px) {
      .c-mediaAuthorCard_name {
        margin-top: 0.20833vw;
        font-size: 1.8rem; } }
    @media screen and (min-width: 1440px) {
      .c-mediaAuthorCard_name {
        margin-top: 3px; } }
  .c-mediaAuthorCard_position {
    margin-top: 10px;
    font-size: 1.3rem;
    line-height: 1.55;
    color: var(--color-media-gray); }
    @media print, screen and (min-width: 769px) {
      .c-mediaAuthorCard_position {
        margin-top: 0.83333vw;
        margin-top: 0.69444vw; } }
    @media screen and (min-width: 1440px) {
      .c-mediaAuthorCard_position {
        margin-top: 12px;
        margin-top: 10px; } }
  .c-mediaAuthorCard_company {
    display: grid;
    margin-top: 16px;
    padding-top: 24px;
    border-top: 1px solid var(--color-media-stroke);
    grid-template-areas: "logo name" "description description";
    grid-template-columns: 130px 1fr;
    gap: 16px;
    place-items: center start; }
    @media print, screen and (min-width: 769px) {
      .c-mediaAuthorCard_company {
        grid-template-areas: "logo name" "logo description";
        grid-template-rows: -webkit-max-content 1fr;
        grid-template-rows: max-content 1fr;
        row-gap: 8px;
        place-items: start start; } }
    .c-mediaAuthorCard_company_img {
      grid-area: logo; }
    .c-mediaAuthorCard_company > span {
      font-size: 1.4rem;
      font-weight: bold;
      line-height: 1.55;
      color: var(--color-media-black3);
      grid-area: name; }
    .c-mediaAuthorCard_company > p {
      grid-area: description; }
      @media print, screen and (min-width: 769px) {
        .c-mediaAuthorCard_company > p {
          font-size: 1.3rem; } }
  .c-mediaAuthorCard_bottom {
    margin-top: 16px; }
    @media print, screen and (min-width: 769px) {
      .c-mediaAuthorCard_bottom {
        display: flex;
        margin-top: 24px;
        align-items: flex-end; } }
  @media print, screen and (min-width: 769px) {
    .c-mediaAuthorCard_urls {
      flex: 1; } }
  .c-mediaAuthorCard_urls li {
    font-size: 1.3rem; }
    @media print, screen and (min-width: 769px) {
      .c-mediaAuthorCard_urls li {
        font-size: 1.4rem; } }
    .c-mediaAuthorCard_urls li span {
      margin-right: 8px;
      font-weight: bold; }
    .c-mediaAuthorCard_urls li a {
      color: var(--color-media-blue);
      word-break: break-all; }
      @media print, screen and (min-width: 769px) {
        .c-mediaAuthorCard_urls li a {
          transition: opacity 0.3s; }
          .c-mediaAuthorCard_urls li a:hover {
            opacity: 0.7; } }
  .c-mediaAuthorCard_btn {
    display: flex;
    margin-top: 16px;
    justify-content: flex-end; }
    @media print, screen and (min-width: 769px) {
      .c-mediaAuthorCard_btn {
        margin-top: 0;
        margin-left: auto;
        flex-basis: 215px; } }
    .c-mediaAuthorCard_btn a {
      position: relative;
      height: 27px;
      padding: 7px 28px 5px 13px;
      border-radius: 20px;
      background-color: var(--color-media-black);
      font-size: 1rem;
      font-size: 1rem;
      font-weight: bold;
      line-height: 1.55;
      color: #fff !important;
      text-decoration: none;
      letter-spacing: 0.072em; }
      @media print, screen and (min-width: 769px) {
        .c-mediaAuthorCard_btn a {
          height: 38px;
          padding: 10px 43px 5px 21px;
          border-radius: 20px;
          font-size: 1.4rem;
          transition: background-color 0.3s; }
          .c-mediaAuthorCard_btn a:hover {
            background-color: var(--color-media-navy); } }
      .c-mediaAuthorCard_btn a::after {
        position: absolute;
        top: 50%;
        right: 14px;
        display: block;
        width: 10px;
        height: 10px;
        background-image: url("../images/media/icon-arrow.svg");
        background-repeat: no-repeat;
        background-size: 10px 10px;
        content: '';
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%); }
        @media print, screen and (min-width: 769px) {
          .c-mediaAuthorCard_btn a::after {
            top: 48%;
            right: 21px;
            width: 13px;
            height: 13px;
            background-size: cover; } }

.c-mediaCatLabel {
  padding: 7px 6px 3px;
  border-radius: 4px;
  background-color: var(--color-media-black);
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1;
  color: var(--color-white); }
  @media print, screen and (min-width: 769px) {
    .c-mediaCatLabel {
      padding: 9px 8px 5px; } }

.p-mediaTextLink {
  display: inline-flex;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.75;
  letter-spacing: .05em;
  transition: color .5s;
  align-items: center; }
  @media print, screen and (min-width: 769px) {
    .p-mediaTextLink {
      top: 1.52778vw; }
      .p-mediaTextLink:hover {
        color: var(--color-primary); }
        .p-mediaTextLink:hover .p-mediaTextLink_arrow {
          background-color: var(--color-primary); }
          .p-mediaTextLink:hover .p-mediaTextLink_arrow svg path {
            fill: var(--color-white); } }
  .p-mediaTextLink span {
    -webkit-transform: translateY(2px);
            transform: translateY(2px); }
  .p-mediaTextLink_arrow {
    display: flex;
    width: 26px;
    height: 26px;
    margin-left: 8px;
    border: 1px solid var(--color-media-black);
    border-radius: 50%;
    transition: .5s;
    align-items: center;
    justify-content: center; }
    @media print, screen and (min-width: 769px) {
      .p-mediaTextLink_arrow {
        width: 26px;
        height: 26px;
        margin-left: 8px; } }
    .p-mediaTextLink_arrow svg path {
      fill: var(--color-media-black); }

/*========================================*/
/*  modules
/*========================================*/
.m-newsItem {
  border-top: 1px solid var(--color-border); }
  @media screen and (max-width: 768px) {
    .m-newsItem:first-child {
      border-top: none; }
      .m-newsItem:first-child a {
        padding-top: 0; } }
  .m-newsItem:last-child {
    border-bottom: 1px solid var(--color-border); }
  .m-newsItem a {
    display: flex;
    padding: 40px 0;
    flex-wrap: wrap; }
    @media screen and (max-width: 768px) {
      .m-newsItem a {
        padding: 20px 0;
        align-items: center; } }
    @media print, screen and (min-width: 769px) {
      .m-newsItem a:hover .m-newsItem__title {
        color: var(--color-primary);
        text-decoration: underline; } }
  .m-newsItem__date {
    width: 100px;
    margin-right: 10px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2;
    color: var(--color-gray-text);
    flex-shrink: 0; }
    @media screen and (max-width: 768px) {
      .m-newsItem__date {
        width: 80px;
        margin-right: 0;
        font-size: 1.3rem; } }
  .m-newsItem__title {
    width: 100%;
    margin-top: 20px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2;
    color: var(--color-black-text);
    letter-spacing: 0.03em; }
    @media screen and (max-width: 768px) {
      .m-newsItem__title {
        margin-top: 10px;
        font-size: 1.3rem; } }

.m-newsCats {
  flex-shrink: 0; }
  @media screen and (max-width: 768px) {
    .m-newsCats {
      width: auto; } }
  .m-newsCats__item {
    display: inline-block;
    padding: 3px 10px 0;
    border-radius: 4px;
    background-color: var(--color-primary);
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 2;
    color: var(--color-white);
    letter-spacing: 0.03em; }
    @media screen and (max-width: 768px) {
      .m-newsCats__item {
        font-size: 1.2rem; } }

.m-underMv {
  position: relative;
  overflow: hidden;
  padding: 226px 0 149px; }
  @media screen and (max-width: 768px) {
    .m-underMv {
      padding: 141px 0 78px; } }
  @media screen and (min-width: 1360px) {
    .m-underMv .l-container {
      max-width: none;
      padding-left: 120px; } }
  .m-underMv__icon {
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
  .m-underMv__title .-en {
    position: relative;
    color: var(--color-gray-bg);
    clip-path: inset(0 0 0 0); }
    .m-underMv__title .-en::after {
      position: absolute;
      top: 0;
      left: 0;
      color: var(--color-primary);
      content: attr(data-text); }
  .m-underMv__title .-ja {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    color: var(--color-black-text);
    letter-spacing: 0.08em; }
    @media screen and (max-width: 768px) {
      .m-underMv__title .-ja {
        font-size: 1.3rem; } }

.m-underMv__title .-en,
.m-underMv__title .-en::after {
  display: block;
  font-size: 9.8rem;
  font-weight: 900;
  line-height: 1; }
  @media screen and (max-width: 768px) {
    .m-underMv__title .-en,
    .m-underMv__title .-en::after {
      font-size: 4.8rem;
      line-height: 1.5; } }

.m-underMv__title .-en::after {
  clip-path: inset(0 100% 0 0); }

.m-underMv__title .-en.-show::after {
  transition: clip-path 0.8s cubic-bezier(0.57, 0, 1, 0.99);
  clip-path: inset(0 0 0 0); }

.m-download__list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px; }
  @media screen and (max-width: 1239px) {
    .m-download__list {
      gap: 32px 2.8%; } }
  @media screen and (max-width: 768px) {
    .m-download__list {
      flex-direction: column;
      gap: 16px 0;
      align-items: center; } }

.m-download__block {
  width: 31.4%;
  max-width: 353px; }
  @media screen and (max-width: 768px) {
    .m-download__block {
      width: 100%;
      max-width: 315px; } }
  @media screen and (max-width: 559px) {
    .m-download__block {
      max-width: none; } }
  .m-download__block a {
    display: block;
    height: 100%;
    padding: 16px;
    background-color: var(--color-white);
    transition: background-color 0.3s ease-in-out; }
    @media screen and (max-width: 768px) {
      .m-download__block a {
        display: flex;
        padding: 15px 10px;
        align-items: center; } }
    @media print, screen and (min-width: 769px) {
      .m-download__block a:hover {
        background-color: var(--color-primary); }
        .m-download__block a:hover .-title {
          color: var(--color-white); } }
  .m-download__block .-img {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15); }
    @media screen and (max-width: 768px) {
      .m-download__block .-img {
        width: 40.7%;
        margin-right: 16px; } }
  .m-download__block .-title {
    margin-top: 24px;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 150%;
    color: var(--color-black-text);
    transition: color 0.3s ease-in-out; }
    @media screen and (max-width: 768px) {
      .m-download__block .-title {
        width: 53.9%;
        margin-top: 0;
        font-size: 1.2rem; } }

.m-downloadSec {
  z-index: 2;
  position: relative;
  padding: 80px 0 103px;
  background-color: var(--color-lightgray-bg); }
  @media screen and (max-width: 768px) {
    .m-downloadSec {
      padding: 50px 0; } }
  .m-downloadSec__title {
    margin-bottom: 40px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.5;
    color: var(--color-black);
    text-align: center; }
    @media screen and (max-width: 768px) {
      .m-downloadSec__title {
        margin-bottom: 24px;
        font-size: 1.8rem; } }
  .m-downloadSec .c-btn {
    margin: 64px auto 0; }
    @media screen and (max-width: 768px) {
      .m-downloadSec .c-btn {
        margin-top: 32px; } }

/*========================================*/
/* Layout
/*========================================*/
body {
  -webkit-font-smoothing: antialiased; }

.l-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 30px; }

.js-slide-left {
  opacity: 0;
  transition: 0.6s ease;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transform: translateX(-300px);
          transform: translateX(-300px); }
  @media screen and (max-width: 768px) {
    .js-slide-left {
      -webkit-transform: translateX(-150px);
              transform: translateX(-150px); } }

.js-parallax-fadeIn {
  opacity: 0; }
  .js-parallax-fadeIn:not(.js-slide-right) {
    transition: opacity 0.6s ease, -webkit-transform 0.2s ease;
    transition: opacity 0.6s ease, transform 0.2s ease;
    transition: opacity 0.6s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
    transition-property: opacity transform; }

.js-scroll-fadeIn > span {
  overflow: hidden; }

.js-scroll-fadeIn span {
  display: inline-flex; }

main {
  background-color: var(--color-white); }

.header {
  z-index: var(--z-header);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--color-white);
  pointer-events: none;
  transition: -webkit-transform 0.2s ease-in-out 0s;
  transition: transform 0.2s ease-in-out 0s;
  transition: transform 0.2s ease-in-out 0s, -webkit-transform 0.2s ease-in-out 0s; }
  @media screen and (max-width: 768px) {
    .header.-scroll {
      background-color: rgba(255, 255, 255, 0); }
      .header.-scroll .header__logo {
        visibility: hidden;
        opacity: 0; } }
  .header[data-hidden='true'] {
    visibility: hidden;
    opacity: 0; }
  .header[data-hidden='false'] {
    visibility: visible;
    opacity: 1; }
  .header[data-scroll='downwards'] {
    -webkit-transform: translateY(-140px);
            transform: translateY(-140px); }
  .header .header__button {
    padding: 14px 20px 11px 20px !important; }
    .header .header__button span {
      font-size: 1.3rem;
      line-height: 1.5; }
      @media screen and (max-width: 1319px) {
        .header .header__button span {
          font-size: 1.1rem; } }
  .header .header__button__right {
    margin-right: 13px; }
    @media screen and (max-width: 768px) {
      .header .header__button__right {
        margin-right: 0; } }
  .header .header__container {
    position: relative;
    display: flex;
    padding: 18px 40px 20px;
    align-items: center;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      .header .header__container {
        padding: 26px 16px 0; } }
  .header__logo {
    z-index: 3;
    position: relative;
    display: flex;
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    gap: 0 16px;
    align-items: center; }
    @media screen and (max-width: 559px) {
      .header__logo {
        gap: 0 11px; } }
    @media print, screen and (min-width: 769px) {
      .header__logo:hover {
        opacity: 0.7; } }
    @media screen and (max-width: 559px) {
      .header__logo img:first-child {
        width: auto;
        height: 20px; } }
    @media screen and (max-width: 559px) {
      .header__logo img:nth-child(2) {
        width: auto;
        height: 21px; } }
  .header__toggle {
    display: none;
    pointer-events: auto; }
    @media screen and (max-width: 1239px) {
      .header__toggle {
        z-index: 3;
        position: relative;
        display: block;
        width: 48px;
        height: 48px;
        margin-left: 8px;
        border-radius: 50%;
        background-color: var(--color-primary);
        cursor: pointer; } }
    @media screen and (max-width: 1239px) {
      .header__toggle::before, .header__toggle::after {
        position: absolute;
        left: 13px;
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
        background-color: var(--color-white);
        content: '';
        transition: all 0.8s cubic-bezier(0.4, 0.1, 0.3, 1); } }
    @media screen and (max-width: 1239px) {
      .header__toggle[aria-hidden='true']::before {
        top: 20px; } }
    @media screen and (max-width: 1239px) {
      .header__toggle[aria-hidden='true']::after {
        top: 28px; } }
    @media screen and (max-width: 1239px) {
      .header__toggle[aria-hidden='false']::before, .header__toggle[aria-hidden='false']::after {
        top: 23px; } }
    @media screen and (max-width: 1239px) {
      .header__toggle[aria-hidden='false']::before {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); } }
    @media screen and (max-width: 1239px) {
      .header__toggle[aria-hidden='false']::after {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); } }
  .header__menubg {
    z-index: 2;
    position: absolute;
    top: -50px;
    right: -50px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: var(--color-bg);
    transition: -webkit-transform 0.8s cubic-bezier(0.4, 0.1, 0.3, 1);
    transition: transform 0.8s cubic-bezier(0.4, 0.1, 0.3, 1);
    transition: transform 0.8s cubic-bezier(0.4, 0.1, 0.3, 1), -webkit-transform 0.8s cubic-bezier(0.4, 0.1, 0.3, 1);
    -webkit-transform: scale(0);
            transform: scale(0); }
    .header__menubg[aria-hidden='false'] {
      -webkit-transform: scale(40);
              transform: scale(40); }
  @media print, screen and (min-width: 1240px) {
    .header__menuicon {
      display: none; } }
  @media screen and (max-width: 1239px) {
    .header__menuicon {
      z-index: 3;
      position: fixed;
      bottom: 0;
      left: 0;
      width: 148px;
      height: 135px;
      background-image: url(../images/common/icon-navi-open.svg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      transition: 0.3s ease-in-out;
      transition-property: opacity visibility; } }
  @media screen and (max-width: 1239px) {
    .header__menuicon[aria-hidden='true'] {
      visibility: hidden;
      opacity: 0; } }
  @media screen and (max-width: 1239px) {
    .header__menuicon[aria-hidden='false'] {
      visibility: visible;
      opacity: 1; } }
  .header .header__nav {
    display: flex;
    align-items: center; }
    .header .header__nav a {
      pointer-events: auto; }
    .header .header__nav > ul {
      display: flex;
      margin-right: 31px;
      gap: 0 24px; }
      @media screen and (max-width: 1239px) {
        .header .header__nav > ul {
          display: none; } }
      .header .header__nav > ul li.-media {
        position: relative;
        padding-right: 17px; }
        .header .header__nav > ul li.-media:hover::after {
          transition: -webkit-filter 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
          transition: filter 0.3s ease-in-out, transform 0.3s ease-in-out;
          transition: filter 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
          -webkit-filter: invert(14%) sepia(78%) saturate(3578%) hue-rotate(209deg) brightness(98%) contrast(101%);
                  filter: invert(14%) sepia(78%) saturate(3578%) hue-rotate(209deg) brightness(98%) contrast(101%); }
        .header .header__nav > ul li.-media::after {
          position: absolute;
          top: 48%;
          right: 0;
          display: block;
          width: 16px;
          height: 16px;
          background-image: url(../images/common/icon-blank.svg);
          background-repeat: no-repeat;
          background-size: 16px 16px;
          content: '';
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }
      .header .header__nav > ul li a {
        font-size: 1.3rem;
        color: var(--color-black);
        letter-spacing: 0.03em;
        /* 768px and up */
        /* 1240px and up to 1319px */
        /* 1320px and up */ }
        @media screen and (min-width: 1240px) and (max-width: 1319px) {
          .header .header__nav > ul li a {
            font-size: 1.1rem; } }
        @media print, screen and (min-width: 769px) {
          .header .header__nav > ul li a {
            transition: color 0.3s ease-in-out; }
            .header .header__nav > ul li a:hover {
              color: var(--color-primary); } }
    .header .header__nav .c-btn {
      width: auto;
      min-width: 0;
      padding: 17px 24px 15px 27px;
      font-size: 1.3rem; }
      @media screen and (max-width: 768px) {
        .header .header__nav .c-btn {
          display: none; } }
      .header .header__nav .c-btn.-download {
        margin-right: 8px; }
      .header .header__nav .c-btn::after {
        width: 186px;
        height: 186px; }
  @media print, screen and (min-width: 1240px) {
    .header__menu {
      display: none; } }
  @media screen and (max-width: 1239px) {
    .header__menu {
      z-index: 3;
      position: fixed;
      top: 50%;
      left: 50%;
      width: 100%;
      max-width: 315px;
      margin: 0 auto;
      transition-property: display opacity visibility;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      .header__menu[aria-hidden='true'] {
        visibility: hidden;
        opacity: 0; }
      .header__menu[aria-hidden='false'] {
        visibility: visible;
        pointer-events: auto;
        opacity: 1; }
        .header__menu[aria-hidden='false'] ul li,
        .header__menu[aria-hidden='false'] .c-btn {
          opacity: 1;
          -webkit-transform: translateY(0);
                  transform: translateY(0); }
      .header__menu ul {
        margin-bottom: 48px; }
        .header__menu ul li {
          opacity: 0;
          transition: 0.6s cubic-bezier(0.4, 0.1, 0.3, 1);
          transition-property: opacity transform;
          -webkit-transform: translateY(-30px);
                  transform: translateY(-30px); }
          .header__menu ul li.-media {
            position: relative; }
            .header__menu ul li.-media::after {
              position: absolute;
              top: 42%;
              left: 77px;
              display: block;
              width: 16px;
              height: 16px;
              background-image: url(../images/common/icon-blank.svg);
              background-repeat: no-repeat;
              background-size: 16px 16px;
              content: '';
              -webkit-transform: translateY(-50%);
                      transform: translateY(-50%); }
          .header__menu ul li:not(:last-child) {
            margin-bottom: 20px; }
          .header__menu ul li:first-child {
            transition-delay: 0.1s, 0.13s; }
          .header__menu ul li:nth-child(2) {
            transition-delay: 0.16s, 0.19s; }
          .header__menu ul li:nth-child(3) {
            transition-delay: 0.21s, 0.24s; }
          .header__menu ul li:nth-child(4) {
            transition-delay: 0.27s, 0.3s; }
          .header__menu ul li:nth-child(5) {
            transition-delay: 0.33s, 0.36s; }
          .header__menu ul li:nth-child(6) {
            transition-delay: 0.39s, 0.41s; }
          .header__menu ul li:nth-child(7) {
            transition-delay: 0.44s, 0.47s; }
          .header__menu ul li a {
            display: block;
            font-size: 1.8rem;
            font-weight: 700;
            line-height: 1.5;
            color: var(--color-black-text); }
      .header__menu .c-btn {
        min-width: 0;
        padding: 17px 24px 15px 27px;
        font-size: 1.6rem;
        opacity: 0;
        transition: 0.6s ease;
        transition-property: opacity transform;
        -webkit-transform: translateY(-30px);
                transform: translateY(-30px);
        justify-content: center; }
        .header__menu .c-btn.-secondly {
          margin-bottom: 8px;
          transition-delay: 0.5s, 0.53s; }
          .header__menu .c-btn.-secondly span {
            transition-delay: 0; }
        .header__menu .c-btn.-primary {
          transition-delay: 0.56s, 0.59s; }
          .header__menu .c-btn.-primary span {
            transition-delay: 0; } }

.footer {
  z-index: 2;
  position: relative;
  padding: 80px 0;
  background-color: var(--color-footerbg); }
  @media screen and (max-width: 768px) {
    .footer {
      padding: 60px 0 79px 0; } }
  .footer .footer__logo {
    width: 150px; }
    .footer .footer__logo img {
      width: 100%; }
    @media screen and (max-width: 768px) {
      .footer .footer__logo {
        width: 120px; } }
  .footer li a[target='_blank']::after {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-bottom: -2px;
    margin-left: 10px;
    background-image: url(../images/common/icon-blank.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: '';
    transition: -webkit-filter 0.3s ease-in-out;
    transition: filter 0.3s ease-in-out;
    transition: filter 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
    -webkit-filter: invert(100%) sepia(3%) saturate(0%) hue-rotate(204deg) brightness(112%) contrast(102%);
            filter: invert(100%) sepia(3%) saturate(0%) hue-rotate(204deg) brightness(112%) contrast(102%); }
  .footer__top {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 1023px) {
      .footer__top {
        flex-direction: column-reverse;
        gap: 60px; } }
  @media screen and (max-width: 1023px) {
    .footer__nav {
      margin-top: 0; } }
  .footer__nav > ul {
    display: grid;
    grid-template-columns: repeat(5, -webkit-max-content);
    grid-template-columns: repeat(5, max-content);
    gap: 0 32px;
    align-items: baseline; }
    @media screen and (max-width: 1023px) {
      .footer__nav > ul {
        gap: 24px 32px; } }
    @media screen and (max-width: 768px) {
      .footer__nav > ul {
        display: block; } }
    .footer__nav > ul > li:not(:last-child) {
      margin-bottom: 20px; }
      @media screen and (max-width: 768px) {
        .footer__nav > ul > li:not(:last-child) {
          margin-bottom: 32px; } }
    .footer__nav > ul > li > ul {
      margin-top: 16px; }
      @media screen and (max-width: 768px) {
        .footer__nav > ul > li > ul {
          margin-top: 8px; } }
  .footer__bottom {
    display: flex;
    flex-direction: row-reverse;
    margin-top: 85px;
    align-items: center;
    justify-content: space-between; }
    @media screen and (max-width: 1023px) {
      .footer__bottom {
        display: block; } }
    @media screen and (max-width: 768px) {
      .footer__bottom {
        position: relative;
        margin-top: 60px;
        padding-top: 60px; } }
  .footer__links {
    display: flex;
    gap: 0 18px; }
    @media screen and (max-width: 768px) {
      .footer__links li:not(:last-child) {
        margin-bottom: 8px; } }
    .footer__links a {
      font-size: 1.3rem;
      font-weight: 400;
      color: var(--color-border);
      letter-spacing: 0.03em;
      transition: opacity 0.3s ease-in-out; }
      @media screen and (max-width: 768px) {
        .footer__links a {
          font-size: 1.3rem; } }
      @media print, screen and (min-width: 769px) {
        .footer__links a:hover {
          opacity: 0.5; } }
  @media screen and (max-width: 1023px) {
    .footer__copy {
      margin-top: 5px; } }
  .footer__copy small {
    font-size: 1.3rem;
    font-weight: 400;
    color: var(--color-white);
    letter-spacing: 0.03em; }
    @media screen and (max-width: 768px) {
      .footer__copy small {
        font-size: 1.2rem; } }
  .footer .footer__margin {
    margin-left: 60px; }
    @media screen and (max-width: 1023px) {
      .footer .footer__margin {
        margin-top: 32px;
        margin-left: 0; } }
  .footer .footer__company {
    display: flex;
    flex-direction: column;
    gap: 32px; }
    @media screen and (max-width: 768px) {
      .footer .footer__company {
        gap: 32px; } }
    .footer .footer__company.-address {
      gap: 24px; }
    .footer .footer__company.-system {
      margin-top: 16px;
      gap: 8px; }
  .footer .footer__companyName {
    font-size: 1.4rem;
    font-weight: 400;
    color: var(--color-white);
    letter-spacing: 0.03em; }
    @media screen and (max-width: 768px) {
      .footer .footer__companyName {
        font-size: 1.3rem; } }
  .footer .footer__companyAddress {
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.4;
    color: var(--color-lightgray-text);
    letter-spacing: 0.03em; }
    @media screen and (max-width: 768px) {
      .footer .footer__companyAddress {
        font-size: 1.2rem; } }
  .footer .footer__leanops {
    margin-top: 6px; }
    @media screen and (max-width: 768px) {
      .footer .footer__leanops {
        width: 208px;
        margin-top: 16px; } }
    @media screen and (max-width: 768px) {
      .footer .footer__leanops .-logo {
        width: 84px; } }
    .footer .footer__leanops .footer__leanops__title {
      font-size: 13px;
      line-height: 1.4;
      color: var(--color-white);
      letter-spacing: 0.05em; }
    .footer .footer__leanops .footer__leanops__link {
      display: flex;
      margin-top: 12px;
      gap: 16px; }
      @media screen and (max-width: 768px) {
        .footer .footer__leanops .footer__leanops__link {
          gap: 8px; } }
    .footer .footer__leanops .footer__leanops__area {
      display: block;
      margin-top: 10px;
      padding: 16px 12px 24px;
      background-color: rgba(255, 255, 255, 0.05);
      transition: opacity 0.3s ease-in-out; }
      .footer .footer__leanops .footer__leanops__area:hover {
        opacity: 0.6; }
      .footer .footer__leanops .footer__leanops__area p {
        font-size: 11px;
        font-weight: 400;
        color: #d4d4d4;
        letter-spacing: 0; }
  .footer .footer__navflex {
    display: flex;
    flex-direction: column;
    gap: 32px; }
  .footer .footer__navItem li {
    position: relative;
    padding-left: 13px; }
    @media print, screen and (min-width: 769px) {
      .footer .footer__navItem li:hover a {
        opacity: 0.5; }
      .footer .footer__navItem li:hover::after {
        opacity: 0.5; } }
    @media screen and (max-width: 768px) {
      .footer .footer__navItem li:not(:last-child) {
        margin-bottom: 4px; } }
    .footer .footer__navItem li::before {
      position: absolute;
      top: 5px;
      left: 0;
      display: inline-block;
      font-size: 1.3rem;
      color: var(--color-footer-text);
      content: '-'; }
    .footer .footer__navItem li a,
    .footer .footer__navItem li div {
      display: inline;
      margin-right: 8px;
      font-size: 1.3rem;
      font-weight: 400;
      line-height: 200%;
      color: var(--color-footer-text);
      letter-spacing: 0.03em;
      transition: opacity 0.3s ease-in-out; }
      @media screen and (max-width: 768px) {
        .footer .footer__navItem li a,
        .footer .footer__navItem li div {
          font-size: 1.2rem; } }
      .footer .footer__navItem li a::after,
      .footer .footer__navItem li div::after {
        opacity: 0.7; }
  .footer .footer__navTitle {
    position: relative;
    padding-bottom: 16px;
    padding-left: 28px;
    border-bottom: var(--color-gray-text) 1px solid;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.03em; }
    .footer .footer__navTitle a {
      color: var(--color-white);
      transition: color 0.3s ease-in-out; }
    .footer .footer__navTitle::before {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 20px;
      height: 20px;
      background-image: url(../images/common/icon_nav_before.svg);
      background-repeat: no-repeat;
      background-size: 100% 100%;
      content: '';
      transition: background-image 0.3s ease-in-out; }
    @media screen and (max-width: 768px) {
      .footer .footer__navTitle {
        font-size: 1.4rem; } }
    @media print, screen and (min-width: 769px) {
      .footer .footer__navTitle:hover::before {
        background-image: url(../images/common/icon_nav_before_hover.svg); }
      .footer .footer__navTitle:hover a {
        color: var(--color-blue); }
        .footer .footer__navTitle:hover a::after {
          -webkit-filter: invert(28%) sepia(99%) saturate(1357%) hue-rotate(189deg) brightness(100%) contrast(105%);
                  filter: invert(28%) sepia(99%) saturate(1357%) hue-rotate(189deg) brightness(100%) contrast(105%); } }

.footer__container {
  position: relative; }
  .footer__container::before {
    position: absolute;
    bottom: 137px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--color-gray-text);
    content: ''; }
  @media screen and (max-width: 1023px) {
    .footer__container::before {
      bottom: 190px;
      left: 0; } }
  @media screen and (max-width: 768px) {
    .footer__container::before {
      bottom: 215px;
      left: 0; } }

.l-mediaBase {
  color: var(--color-media-black); }
  .l-mediaBase a {
    color: inherit; }
  .l-mediaBase button {
    background-color: transparent;
    color: inherit;
    cursor: pointer; }

.l-mediaContainer {
  position: relative;
  padding: 0 20px; }
  @media print, screen and (min-width: 769px) {
    .l-mediaContainer {
      padding: 0 32px; } }
  @media screen and (min-width: 1020px) {
    .l-mediaContainer {
      padding: 0 64px; } }
  @media screen and (min-width: 1440px) {
    .l-mediaContainer {
      width: 1200px;
      margin: 0 auto;
      padding: 0; } }

.l-media {
  overflow: hidden;
  padding-top: 65px;
  background: var(--color-media-body-bg); }
  @media print, screen and (min-width: 769px) {
    .l-media {
      padding-top: 8.47vw; } }
  @media screen and (min-width: 1440px) {
    .l-media {
      padding-top: 122px; } }
  .l-media_contents {
    margin-top: 40px;
    padding-bottom: 92px; }
    @media print, screen and (min-width: 769px) {
      .l-media_contents {
        display: grid;
        margin-top: 5.13889vw;
        margin-left: auto;
        margin-left: auto;
        padding-bottom: 14.15208vw;
        grid-template-columns: 1fr 22.92vw;
        gap: 4.88vw; } }
    @media screen and (min-width: 1020px) {
      .l-media_contents {
        grid-template-columns: 1fr 21.8vw;
        gap: 4.66vw; } }
    @media screen and (min-width: 1440px) {
      .l-media_contents {
        margin-top: 74px;
        padding-bottom: 203.79px;
        grid-template-columns: 1fr 300px;
        gap: 64px; } }
    .l-media_contents.-cat {
      margin-top: 32px; }
      @media print, screen and (min-width: 769px) {
        .l-media_contents.-cat {
          margin-top: 2.77778vw;
          grid-gap: 7vw; } }
      @media screen and (min-width: 1440px) {
        .l-media_contents.-cat {
          margin-top: 40px;
          grid-gap: 102px; } }
    @media print, screen and (min-width: 769px) {
      .l-media_contents.-author {
        margin-top: 5.83333vw; } }
    @media screen and (min-width: 1440px) {
      .l-media_contents.-author {
        margin-top: 84px; } }
    .l-media_contents.-detail {
      margin-top: 16px; }
      @media print, screen and (min-width: 769px) {
        .l-media_contents.-detail {
          margin-top: 2.77778vw; } }
      @media screen and (min-width: 1440px) {
        .l-media_contents.-detail {
          margin-top: 40px; } }

.u-mediaDot {
  margin-right: -0.18em;
  margin-left: -0.18em; }

.l-mediaHeader {
  z-index: 11;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  padding: 12px 15px 16px;
  background: var(--color-white);
  line-height: 1;
  align-items: center;
  justify-content: space-between; }
  @media screen and (min-width: 1170px) {
    .l-mediaHeader {
      padding: 24px 40px 20px;
      box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
      transition: padding .3s; }
      .l-mediaHeader.is-shrink {
        padding-top: 16px; }
        .l-mediaHeader.is-shrink .l-mediaHeader_logo_text {
          display: none; }
        .l-mediaHeader.is-shrink .l-mediaHeader_logo img {
          width: 173px;
          margin-top: 0; }
        .l-mediaHeader.is-shrink .l-mediaHeaderPcLinks {
          display: none; }
        .l-mediaHeader.is-shrink .l-mediaHeader_right {
          margin-top: 0; } }
  .l-mediaHeader .l-mediaHeader_logo {
    display: block;
    margin-left: 5px;
    transition: opacity .3s; }
    @media screen and (min-width: 1170px) {
      .l-mediaHeader .l-mediaHeader_logo {
        margin-left: 0; }
        .l-mediaHeader .l-mediaHeader_logo:hover {
          opacity: .6; } }
    .l-mediaHeader .l-mediaHeader_logo_text {
      font-size: .8rem;
      font-weight: bold;
      letter-spacing: .05em; }
      @media screen and (min-width: 1170px) {
        .l-mediaHeader .l-mediaHeader_logo_text {
          font-size: 1.2rem; } }
    .l-mediaHeader .l-mediaHeader_logo img {
      width: 153px;
      margin-top: 7px; }
      @media screen and (min-width: 1170px) {
        .l-mediaHeader .l-mediaHeader_logo img {
          width: 204px;
          margin-top: 24px;
          transition: width .3s; } }
  .l-mediaHeader .l-mediaHeaderPcLinks {
    display: none;
    height: 24px;
    gap: 24px;
    align-items: center;
    justify-content: flex-end; }
    @media screen and (min-width: 1170px) {
      .l-mediaHeader .l-mediaHeaderPcLinks {
        display: flex; } }
    .l-mediaHeader .l-mediaHeaderPcLinks li + li {
      padding-left: 24px;
      border-left: 1px solid var(--color-media-gray_light); }
    .l-mediaHeader .l-mediaHeaderPcLinks a {
      font-size: 1.2rem;
      font-weight: bold;
      color: var(--color-media-gray);
      transition: .3s color; }
      .l-mediaHeader .l-mediaHeaderPcLinks a:hover {
        color: var(--color-media-navy); }
      .l-mediaHeader .l-mediaHeaderPcLinks a > img {
        width: 16px;
        height: 16px;
        margin-left: 2px; }
    .l-mediaHeader .l-mediaHeaderPcLinks_sns {
      display: flex;
      gap: 14px;
      align-items: center; }
      .l-mediaHeader .l-mediaHeaderPcLinks_sns a {
        display: block;
        transition: opacity .3s; }
        @media screen and (min-width: 1170px) {
          .l-mediaHeader .l-mediaHeaderPcLinks_sns a:hover {
            opacity: .6; } }
        .l-mediaHeader .l-mediaHeaderPcLinks_sns a:first-child {
          width: 15px; }
        .l-mediaHeader .l-mediaHeaderPcLinks_sns a:nth-child(2) {
          width: 20px; }
  .l-mediaHeader .l-mediaHeader_right {
    display: flex;
    margin-top: 3px;
    align-items: center; }
    @media screen and (min-width: 1170px) {
      .l-mediaHeader .l-mediaHeader_right {
        margin-top: 16px;
        transition: margin 0.3s; } }
  .l-mediaHeader .l-mediaHeaderPcMenu {
    display: none;
    margin-right: 40px;
    margin-bottom: -32px;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: .01em;
    gap: 32px; }
    @media screen and (min-width: 1170px) {
      .l-mediaHeader .l-mediaHeaderPcMenu {
        display: flex; } }
    .l-mediaHeader .l-mediaHeaderPcMenu a {
      display: block;
      height: 46px; }
      .l-mediaHeader .l-mediaHeaderPcMenu a > span {
        display: block;
        -webkit-transform: translateY(2px);
                transform: translateY(2px); }
      .l-mediaHeader .l-mediaHeaderPcMenu a:hover {
        color: var(--color-media-navy); }
      .l-mediaHeader .l-mediaHeaderPcMenu a.is-current {
        position: relative;
        color: var(--color-media-navy); }
        .l-mediaHeader .l-mediaHeaderPcMenu a.is-current::before {
          position: absolute;
          top: 42px;
          left: 50%;
          display: block;
          width: 50%;
          height: 4px;
          background: var(--color-media-navy);
          content: "";
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%); }
  .l-mediaHeader .l-mediaHeader_searchBtn {
    display: flex;
    width: 112px;
    height: 27px;
    border-radius: 20px;
    background: var(--color-media-black);
    font-size: 1rem;
    color: var(--color-white);
    letter-spacing: .072em;
    align-items: center;
    justify-content: center; }
    .l-mediaHeader .l-mediaHeader_searchBtn span {
      -webkit-transform: translateY(2px);
              transform: translateY(2px); }
    .l-mediaHeader .l-mediaHeader_searchBtn span:nth-child(2) {
      display: none; }
    .l-mediaHeader .l-mediaHeader_searchBtn.is-active span:nth-child(1) {
      display: none; }
    .l-mediaHeader .l-mediaHeader_searchBtn.is-active span:nth-child(2) {
      display: block; }
    .l-mediaHeader .l-mediaHeader_searchBtn.is-active::after {
      background-image: url(../images/media/icon-close.svg); }
    @media screen and (min-width: 1170px) {
      .l-mediaHeader .l-mediaHeader_searchBtn {
        width: 149px;
        height: 38px;
        font-size: 1.4rem;
        transition: .3s background-color; }
        .l-mediaHeader .l-mediaHeader_searchBtn:hover {
          background: var(--color-media-navy); } }
    .l-mediaHeader .l-mediaHeader_searchBtn::after {
      display: inline-block;
      width: 10px;
      height: 10px;
      margin-left: 4px;
      background: url(../images/media/icon-search.svg) no-repeat;
      background-size: cover;
      content: ""; }
      @media screen and (min-width: 1170px) {
        .l-mediaHeader .l-mediaHeader_searchBtn::after {
          width: 18px;
          height: 18px;
          margin-left: 8px; } }
  .l-mediaHeader > img {
    width: 100%; }
  .l-mediaHeader .l-mediaHeaderSpMenu {
    display: flex;
    flex-direction: column;
    width: 23px;
    height: 23px;
    margin-left: 16px;
    gap: 3px;
    align-items: center;
    justify-content: center; }
    @media screen and (min-width: 1170px) {
      .l-mediaHeader .l-mediaHeaderSpMenu {
        display: none; } }
    .l-mediaHeader .l-mediaHeaderSpMenu span {
      display: block;
      width: 15px;
      height: 2px;
      background: #000;
      transition: .3s transform; }
    .l-mediaHeader .l-mediaHeaderSpMenu.is-active span:nth-child(1) {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .l-mediaHeader .l-mediaHeaderSpMenu.is-active span:nth-child(2) {
      display: none; }
    .l-mediaHeader .l-mediaHeaderSpMenu.is-active span:nth-child(3) {
      -webkit-transform: translateY(-5px) rotate(-45deg);
              transform: translateY(-5px) rotate(-45deg); }
  .l-mediaHeader .l-mediaHeaderSpContents {
    position: fixed;
    top: 65px;
    right: 0;
    left: 0;
    display: none;
    width: 100%;
    padding: 40px 20px 20px;
    background-color: var(--color-media-black);
    color: var(--color-white); }
    .l-mediaHeader .l-mediaHeaderSpContents.is-active {
      display: block; }
    .l-mediaHeader .l-mediaHeaderSpContents a {
      color: inherit; }
    .l-mediaHeader .l-mediaHeaderSpContents::after {
      z-index: 2;
      position: absolute;
      top: 100%;
      left: 0;
      display: block;
      width: 100%;
      height: calc(100vh - 100%);
      height: calc(100dvh - 100%);
      background: rgba(255, 255, 255, 0.7);
      content: ''; }
    .l-mediaHeader .l-mediaHeaderSpContents_top {
      padding-bottom: 40px;
      border-bottom: 1px solid #535353; }
      .l-mediaHeader .l-mediaHeaderSpContents_top > div {
        font-size: 1.4rem;
        font-weight: 500;
        line-height: 1.5;
        color: var(--color-blue); }
      .l-mediaHeader .l-mediaHeaderSpContents_top ul {
        display: grid;
        margin-top: 20px;
        font-size: 1.3rem;
        line-height: 1.75;
        letter-spacing: .03em;
        grid-template-columns: 1fr 1fr;
        gap: 20px; }
    .l-mediaHeader .l-mediaHeaderSpContents_bottom {
      display: grid;
      margin-top: 20px;
      padding-bottom: 40px;
      border-bottom: 1px solid #535353;
      font-size: 1.2rem;
      line-height: 1;
      color: rgba(255, 255, 255, 0.6);
      letter-spacing: .03em;
      gap: 20px; }
      .l-mediaHeader .l-mediaHeaderSpContents_bottom > a[target="_blank"]::after {
        display: inline-block;
        width: 16px;
        height: 16px;
        margin-left: 2px;
        background-image: url(../images/media/icon-blank.svg);
        content: "";
        -webkit-transform: translateY(4px);
                transform: translateY(4px); }
      .l-mediaHeader .l-mediaHeaderSpContents_bottom_sns {
        display: flex;
        gap: 16px;
        align-items: center; }
        .l-mediaHeader .l-mediaHeaderSpContents_bottom_sns .-facebook {
          width: 20px; }
        .l-mediaHeader .l-mediaHeaderSpContents_bottom_sns .-twitter {
          width: 16px; }
    .l-mediaHeader .l-mediaHeaderSpContents_btn {
      display: flex;
      width: 100%;
      margin-top: 16px;
      font-size: 1rem;
      font-weight: bold;
      letter-spacing: .072em;
      align-items: center;
      justify-content: center; }
      .l-mediaHeader .l-mediaHeaderSpContents_btn > span {
        -webkit-transform: translateY(2px);
                transform: translateY(2px); }
      .l-mediaHeader .l-mediaHeaderSpContents_btn::after {
        display: inline-block;
        width: 24px;
        height: 24px;
        margin-left: 3px;
        background-image: url(../images/media/icon-close.svg);
        background-size: cover;
        content: ""; }

.l-mediaHeaderSearch {
  position: fixed;
  top: 65px;
  right: 0;
  left: 0;
  display: none;
  flex-direction: column;
  width: 100%;
  height: calc(100vh - 65px);
  height: calc(100dvh - 65px); }
  @media screen and (min-width: 1170px) {
    .l-mediaHeaderSearch {
      top: 0;
      left: auto;
      width: 510px;
      height: 100vh;
      height: 100dvh; } }
  .l-mediaHeaderSearch.is-active {
    display: flex; }
  .l-mediaHeaderSearch_top {
    display: none;
    padding: 59px 40px 0;
    background-color: var(--color-media-black);
    justify-content: flex-end; }
    @media screen and (min-width: 1170px) {
      .l-mediaHeaderSearch_top {
        display: flex; } }
    .l-mediaHeaderSearch_top > button {
      display: flex;
      width: 149px;
      height: 38px;
      margin-left: auto;
      border: 1px solid var(--color-white);
      border-radius: 30px;
      font-size: 1.4rem;
      font-weight: bold;
      color: var(--color-white);
      transition: opacity .3s;
      align-items: center;
      justify-content: center; }
      .l-mediaHeaderSearch_top > button:hover {
        opacity: .6; }
      .l-mediaHeaderSearch_top > button span {
        -webkit-transform: translateY(2px);
                transform: translateY(2px); }
      .l-mediaHeaderSearch_top > button::after {
        display: inline-block;
        width: 16px;
        height: 16px;
        margin-left: 8px;
        background-image: url(../images/media/icon-close.svg);
        background-size: cover;
        content: ""; }
  .l-mediaHeaderSearch_category {
    overflow-y: auto;
    height: 100%;
    padding: 24px 20px;
    background-color: var(--color-media-black); }
    @media screen and (min-width: 1170px) {
      .l-mediaHeaderSearch_category {
        padding: 9px 32px 24px; } }
    .l-mediaHeaderSearch_category_head {
      font-size: 1.6rem;
      font-weight: bold;
      color: var(--color-white);
      letter-spacing: .072em; }
      @media screen and (min-width: 1170px) {
        .l-mediaHeaderSearch_category_head {
          padding-bottom: 8px;
          font-size: 2rem; } }
    .l-mediaHeaderSearch_category_title {
      margin-top: 20px;
      font-family: var(--font-media-en);
      font-size: 1.4rem;
      font-weight: 600;
      color: var(--color-media-stroke);
      letter-spacing: .05em; }
      @media screen and (min-width: 1170px) {
        .l-mediaHeaderSearch_category_title {
          margin-top: 24px; } }
      .l-mediaHeaderSearch_category_title > img {
        margin-right: 5px;
        -webkit-transform: translateY(1px);
                transform: translateY(1px); }
        .l-mediaHeaderSearch_category_title > img.-search {
          width: 16px;
          height: 16px; }
        @media screen and (min-width: 1170px) {
          .l-mediaHeaderSearch_category_title > img {
            margin-right: 5px;
            -webkit-transform: translateY(1px);
                    transform: translateY(1px); } }
    .l-mediaHeaderSearch_category_input {
      width: 100%;
      height: 50px;
      margin-top: 16px;
      padding: 13px 58px 14px 10px;
      border-radius: 8px;
      font-size: 1.3rem; }
      .l-mediaHeaderSearch_category_input:focus {
        outline: none; }
      @media screen and (min-width: 1170px) {
        .l-mediaHeaderSearch_category_input {
          padding: 13px 58px 14px 22px;
          font-size: 1.6rem; } }
    .l-mediaHeaderSearch_category_cards {
      display: flex;
      margin-top: 16px;
      flex-wrap: wrap;
      gap: 8px; }
      .l-mediaHeaderSearch_category_cards input {
        display: none; }
    .l-mediaHeaderSearch_category_card {
      position: relative;
      display: block;
      padding: 8px 10px 7px;
      border: 1px solid var(--color-white);
      background-color: var(--color-white);
      font-size: 1.3rem;
      font-weight: 500; }
      @media screen and (min-width: 1170px) {
        .l-mediaHeaderSearch_category_card {
          padding: 13px 15px 11px;
          border-width: 1px;
          font-size: 1.4rem;
          cursor: pointer;
          transition: opacity .3s; }
          .l-mediaHeaderSearch_category_card:hover {
            opacity: .8; } }
      .l-mediaHeaderSearch_category_card::before {
        display: inline-block;
        width: 13px;
        height: 13px;
        margin-right: 4px;
        border: 1.5px solid rgba(0, 0, 0, 0.15);
        border-radius: 50%;
        content: "";
        -webkit-transform: translateY(1.5px);
                transform: translateY(1.5px); }
    .l-mediaHeaderSearch_category_cat label {
      position: relative;
      border-radius: 8px; }
      .l-mediaHeaderSearch_category_cat label::after {
        position: absolute;
        top: 50%;
        left: 13px;
        display: inline-block;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        content: "";
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
        @media screen and (min-width: 1170px) {
          .l-mediaHeaderSearch_category_cat label::after {
            left: 18px; } }
    .l-mediaHeaderSearch_category_cat input:checked + label {
      border-color: var(--color-media-blue);
      background-color: var(--color-media-blue-bg); }
      .l-mediaHeaderSearch_category_cat input:checked + label::before {
        border-color: var(--color-media-navy); }
      .l-mediaHeaderSearch_category_cat input:checked + label::after {
        background-color: var(--color-media-navy); }
    .l-mediaHeaderSearch_category_tag label {
      padding-top: 10px;
      padding-bottom: 10px;
      border-radius: 25px; }
      .l-mediaHeaderSearch_category_tag label::after {
        position: absolute;
        top: 48%;
        left: 14.5px;
        display: inline-block;
        width: 4px;
        height: 6px;
        border-right: 1px solid var(--color-white);
        border-bottom: 1px solid var(--color-white);
        content: "";
        -webkit-transform: translateY(-50%) rotate(45deg);
                transform: translateY(-50%) rotate(45deg); }
        @media screen and (min-width: 1170px) {
          .l-mediaHeaderSearch_category_tag label::after {
            top: 47%;
            left: 20px;
            width: 4px;
            height: 6px; } }
    .l-mediaHeaderSearch_category_tag input:checked + label {
      border-color: var(--color-media-blue);
      background-color: var(--color-media-blue-bg); }
      .l-mediaHeaderSearch_category_tag input:checked + label::before {
        border: none;
        background-color: var(--color-media-navy); }
  .l-mediaHeaderSearch_bottom {
    position: relative;
    display: flex;
    margin-top: auto;
    padding: 16px 62px 20px 20px;
    background-color: var(--color-media-search-bottom);
    align-items: center;
    justify-content: space-around; }
    @media screen and (min-width: 1170px) {
      .l-mediaHeaderSearch_bottom {
        height: 94px;
        padding: 18px 32px 25px;
        justify-content: space-between; } }
    .l-mediaHeaderSearch_bottom_search {
      display: flex;
      width: 184px;
      height: 48px;
      border-radius: 50px;
      background-color: var(--color-media-blue) !important;
      font-size: 1.6rem;
      font-weight: bold;
      color: var(--color-white) !important;
      letter-spacing: .08rem;
      align-items: center;
      justify-content: center; }
      @media screen and (min-width: 1170px) {
        .l-mediaHeaderSearch_bottom_search {
          width: 327px;
          height: 51px;
          border-radius: 50px;
          font-size: 1.6rem;
          transition: opacity .3s; }
          .l-mediaHeaderSearch_bottom_search:hover {
            opacity: .6; } }
      .l-mediaHeaderSearch_bottom_search span {
        -webkit-transform: translateY(1px);
                transform: translateY(1px); }
    .l-mediaHeaderSearch_bottom_reset {
      font-size: 1.1rem;
      font-weight: 600;
      color: var(--color-white) !important;
      letter-spacing: .03rem; }
      @media screen and (min-width: 1170px) {
        .l-mediaHeaderSearch_bottom_reset {
          font-size: 1.3rem;
          transition: opacity .3s; }
          .l-mediaHeaderSearch_bottom_reset:hover {
            opacity: .6; } }
    .l-mediaHeaderSearch_bottom_close {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      display: flex;
      flex-direction: column;
      width: 62px;
      height: 100%;
      border-left: 1px solid rgba(255, 255, 255, 0.2);
      font-size: 1rem;
      font-weight: bold;
      color: #fff !important;
      letter-spacing: .072em;
      align-items: center;
      justify-content: center; }
      @media screen and (min-width: 1170px) {
        .l-mediaHeaderSearch_bottom_close {
          display: none; } }
      .l-mediaHeaderSearch_bottom_close::before {
        display: inline-block;
        width: 24px;
        height: 24px;
        margin-right: 3px;
        margin-bottom: 6px;
        background-image: url(../images/media/icon-close.svg);
        content: ""; }




.l-mediaHeader_newsletter a {
  margin: 0 30px;
  background: #2858a9;
  color: #fff;
  width: 149px;
  height: 38px;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  line-height: 1;
}
.l-mediaHeader_newsletter a span {
  transform: translateY(2px);
}
.l-mediaHeader_newsletter a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1169px) {
  .l-mediaHeader_newsletter {
    display: none;
  }
}
@media screen and (min-width:1170px) and (max-width:1440px) {
  .l-mediaHeader .l-mediaHeaderPcMenu {
    margin-right: 0px;
    gap: 20px;
  }
  .l-mediaHeader_newsletter a {
    margin: 0 10px;
    width: 110px;
  }
}


.l-mediaHeaderSpContents_newsletter {
  text-align: center;
  margin: 30px auto;
}
.l-mediaHeaderSpContents_newsletter a {
  margin: 0 auto;
  background: #2858a9;
  color: #fff;
  width: 80%;
  height: 38px;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  line-height: 1;
}
.l-mediaHeaderSpContents_newsletter a span {
  transform: translateY(2px);
}


.l-mediaFooter {
  line-height: 1.75;
  color: var(--color-white);
  letter-spacing: .03em; }
  .l-mediaFooter_top {
    position: relative;
    padding: 40px 0;
    background-color: var(--color-media-black2); }
    @media screen and (min-width: 1170px) {
      .l-mediaFooter_top {
        padding: 2.01389vw 0 1.80556vw; }
        .l-mediaFooter_top_flex {
          display: flex;
          align-items: center; }
        .l-mediaFooter_top a {
          transition: opacity .3s; }
          .l-mediaFooter_top a:hover {
            opacity: .6; } }
    @media screen and (min-width: 1440px) {
      .l-mediaFooter_top {
        padding: 29px 0 26px; } }
    .l-mediaFooter_top .l-mediaFooter_top_pageTop {
      position: absolute;
      top: -28px;
      right: 15px;
      display: flex;
      flex-direction: column;
      width: 80px;
      height: 80px;
      padding-top: 10px;
      border-radius: 50%;
      background-color: var(--color-media-black2);
      font-family: var(--font-media-en);
      font-size: 1.1rem;
      align-items: center; }
      @media screen and (min-width: 1170px) {
        .l-mediaFooter_top .l-mediaFooter_top_pageTop {
          top: -2.29167vw;
          right: 4.86111vw;
          width: 6.94444vw;
          height: 6.94444vw;
          padding-top: 0.90278vw;
          font-size: 1.4rem; } }
      @media screen and (min-width: 1440px) {
        .l-mediaFooter_top .l-mediaFooter_top_pageTop {
          top: -33px;
          right: 70px;
          width: 100px;
          height: 100px;
          padding-top: 13px; } }
      .l-mediaFooter_top .l-mediaFooter_top_pageTop svg {
        width: 16px;
        height: auto; }
        @media screen and (min-width: 1170px) {
          .l-mediaFooter_top .l-mediaFooter_top_pageTop svg {
            width: 1.66667vw;
            margin-bottom: 0.13889vw; } }
        @media screen and (min-width: 1440px) {
          .l-mediaFooter_top .l-mediaFooter_top_pageTop svg {
            width: 24px;
            margin-bottom: 2px; } }
    .l-mediaFooter_top_head {
      font-family: var(--font-media-en);
      font-size: 1.4rem;
      line-height: 1.5;
      color: var(--color-blue);
      letter-spacing: 0; }
      @media screen and (min-width: 1170px) {
        .l-mediaFooter_top_head {
          margin-right: 2.91667vw;
          font-size: 1.6rem;
          -webkit-transform: translateY(-0.20833vw);
                  transform: translateY(-0.20833vw); } }
      @media screen and (min-width: 1440px) {
        .l-mediaFooter_top_head {
          margin-right: 42px;
          -webkit-transform: translateY(-3px);
                  transform: translateY(-3px); } }
    .l-mediaFooter_top_list {
      display: grid;
      margin-top: 20px;
      font-size: 1.2rem;
      font-weight: 500;
      grid-template-columns: 1fr 1fr;
      gap: 20px; }
      @media screen and (min-width: 1170px) {
        .l-mediaFooter_top_list {
          margin-top: 0;
          font-size: 1.3rem;
          grid-template-columns: repeat(5, -webkit-max-content);
          grid-template-columns: repeat(5, max-content);
          gap: 2.22222vw; } }
      @media screen and (min-width: 1440px) {
        .l-mediaFooter_top_list {
          gap: 32px; } }
  .l-mediaFooter_bottom {
    padding: 40px 0;
    background: var(--color-media-black3); }
    @media screen and (min-width: 1170px) {
      .l-mediaFooter_bottom {
        padding: 3.68056vw 0 4.30556vw; } }
    @media screen and (min-width: 1440px) {
      .l-mediaFooter_bottom {
        padding: 53px 0 62px; } }
    .l-mediaFooter_bottom img {
      display: block; }
    .l-mediaFooter_bottom_logos {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .l-mediaFooter_bottom_logos_left {
        width: 152px; }
        @media screen and (min-width: 1170px) {
          .l-mediaFooter_bottom_logos_left {
            width: 16.66667vw; } }
        @media screen and (min-width: 1440px) {
          .l-mediaFooter_bottom_logos_left {
            width: 240px; } }
      .l-mediaFooter_bottom_logos_sns {
        display: flex;
        gap: 16px;
        align-items: center; }
        @media screen and (min-width: 1170px) {
          .l-mediaFooter_bottom_logos_sns {
            gap: 1.25vw; } }
        @media screen and (min-width: 1440px) {
          .l-mediaFooter_bottom_logos_sns {
            gap: 18px; } }
        .l-mediaFooter_bottom_logos_sns > span {
          display: block;
          font-family: var(--font-media-en);
          font-size: 1rem;
          line-height: 1;
          -webkit-transform: scale(0.9) translateY(1px);
                  transform: scale(0.9) translateY(1px);
          -webkit-transform-origin: top left;
                  transform-origin: top left; }
          @media screen and (min-width: 1170px) {
            .l-mediaFooter_bottom_logos_sns > span {
              font-size: 1.4rem;
              -webkit-transform: scale(1) translateY(0);
                      transform: scale(1) translateY(0); } }
        .l-mediaFooter_bottom_logos_sns > a {
          display: block; }
          @media screen and (min-width: 1170px) {
            .l-mediaFooter_bottom_logos_sns > a {
              transition: opacity .3s; }
              .l-mediaFooter_bottom_logos_sns > a:hover {
                opacity: .6; } }
          .l-mediaFooter_bottom_logos_sns > a img {
            vertical-align: middle; }
          .l-mediaFooter_bottom_logos_sns > a.-facebook {
            width: 20px; }
            @media screen and (min-width: 1170px) {
              .l-mediaFooter_bottom_logos_sns > a.-facebook {
                width: 2.01389vw;
                margin-right: 0.41667vw; } }
            @media screen and (min-width: 1440px) {
              .l-mediaFooter_bottom_logos_sns > a.-facebook {
                width: 29px;
                margin-right: 6px; } }
          .l-mediaFooter_bottom_logos_sns > a.-twitter {
            width: 16px; }
            @media screen and (min-width: 1170px) {
              .l-mediaFooter_bottom_logos_sns > a.-twitter {
                width: 1.52778vw; } }
            @media screen and (min-width: 1440px) {
              .l-mediaFooter_bottom_logos_sns > a.-twitter {
                width: 22px; } }
    .l-mediaFooter_bottom_relation {
      margin-top: 40px; }
      @media screen and (min-width: 1170px) {
        .l-mediaFooter_bottom_relation {
          margin-top: 3.68056vw; } }
      @media screen and (min-width: 1440px) {
        .l-mediaFooter_bottom_relation {
          margin-top: 55px; } }
      .l-mediaFooter_bottom_relation_head {
        display: grid;
        font-size: 1.2rem;
        line-height: 1.5;
        grid-template-columns: -webkit-max-content 1fr;
        grid-template-columns: max-content 1fr;
        gap: 18px;
        place-items: center; }
        @media screen and (min-width: 1170px) {
          .l-mediaFooter_bottom_relation_head {
            font-size: 1.3rem; } }
        .l-mediaFooter_bottom_relation_head::after {
          display: block;
          width: 100%;
          height: 1px;
          background-color: var(--color-media-footer-stroke);
          content: ''; }
          @media screen and (min-width: 1170px) {
            .l-mediaFooter_bottom_relation_head::after {
              height: 0.13889vw; } }
          @media screen and (min-width: 1440px) {
            .l-mediaFooter_bottom_relation_head::after {
              height: 2px; } }
      .l-mediaFooter_bottom_relation > ul {
        display: flex;
        margin-top: 20px;
        flex-wrap: wrap;
        gap: 20px; }
        @media screen and (min-width: 1170px) {
          .l-mediaFooter_bottom_relation > ul {
            margin-top: 1.52778vw;
            gap: 0.55556vw; } }
        @media screen and (min-width: 1440px) {
          .l-mediaFooter_bottom_relation > ul {
            margin-top: 22px;
            gap: 8px; } }
        .l-mediaFooter_bottom_relation > ul a {
          display: block;
          height: 38px; }
          @media screen and (min-width: 1170px) {
            .l-mediaFooter_bottom_relation > ul a {
              height: 3.33333vw;
              transition: opacity .3s; }
              .l-mediaFooter_bottom_relation > ul a:hover {
                opacity: .6; } }
          @media screen and (min-width: 1440px) {
            .l-mediaFooter_bottom_relation > ul a {
              height: 48px; } }
          .l-mediaFooter_bottom_relation > ul a > img {
            height: 100%; }
        .l-mediaFooter_bottom_relation > ul p {
          max-width: 100%;
          margin-top: 9px;
          font-size: 1.1rem;
          font-weight: 400;
          text-align: center; }
          @media screen and (min-width: 1170px) {
            .l-mediaFooter_bottom_relation > ul p {
              margin-top: 0.41667vw; } }
          @media screen and (min-width: 1440px) {
            .l-mediaFooter_bottom_relation > ul p {
              margin-top: 6px; } }
    .l-mediaFooter_bottom_links {
      display: grid;
      margin-top: 40px;
      padding-top: 20px;
      border-top: 1px solid var(--color-media-footer-stroke);
      font-size: 1.2rem;
      color: var(--color-media-stroke);
      letter-spacing: .01em;
      grid-template-columns: 1fr 1fr;
      gap: 20px; }
      @media screen and (min-width: 1170px) {
        .l-mediaFooter_bottom_links {
          margin-top: 2.43056vw;
          padding-top: 1.52778vw;
          border-width: 0.13889vw;
          grid-template-columns: repeat(4, -webkit-max-content);
          grid-template-columns: repeat(4, max-content);
          gap: 1.66667vw; }
          .l-mediaFooter_bottom_links a {
            transition: opacity .3s; }
            .l-mediaFooter_bottom_links a:hover {
              opacity: .6; } }
      @media screen and (min-width: 1440px) {
        .l-mediaFooter_bottom_links {
          margin-top: 35px;
          padding-top: 22px;
          border-width: 2px;
          gap: 24px; } }
      .l-mediaFooter_bottom_links a[target="_blank"]::after {
        display: inline-block;
        width: 12px;
        height: 12px;
        margin-left: 2px;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxMiAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMy4yIDkuNUwyLjUgOC44TDcuMyA0SDNWM0g5VjlIOFY0LjdMMy4yIDkuNVoiIGZpbGw9IiNENUQ1RDUiLz48L3N2Zz4=");
        background-size: cover;
        content: "";
        -webkit-transform: translateY(2.5px);
                transform: translateY(2.5px); }
        @media screen and (min-width: 1170px) {
          .l-mediaFooter_bottom_links a[target="_blank"]::after {
            width: 12px;
            height: 12px;
            -webkit-transform: translateY(1px);
                    transform: translateY(1px); } }
    .l-mediaFooter_bottom_copy {
      margin-top: 40px;
      font-size: 1rem;
      color: var(--color-media-stroke); }
      @media screen and (min-width: 1170px) {
        .l-mediaFooter_bottom_copy {
          position: absolute;
          right: 32px;
          bottom: 0.20833vw; } }
      @media screen and (min-width: 1020px) {
        .l-mediaFooter_bottom_copy {
          right: 64px; } }
      @media screen and (min-width: 1440px) {
        .l-mediaFooter_bottom_copy {
          right: calc((100% - 1200px) / 2);
          bottom: 3px; } }

.l-mediaSidebar {
  margin-top: 64px; }
  @media print, screen and (min-width: 769px) {
    .l-mediaSidebar {
      margin-top: 0; } }
  .l-mediaSidebar_section + .l-mediaSidebar_section {
    margin-top: 40px; }
    @media print, screen and (min-width: 769px) {
      .l-mediaSidebar_section + .l-mediaSidebar_section {
        margin-top: 2.77778vw; } }
    @media screen and (min-width: 1440px) {
      .l-mediaSidebar_section + .l-mediaSidebar_section {
        margin-top: 40px; } }
  .l-mediaSidebar_section_head {
    border-bottom: 2px solid var(--color-media-stroke);
    font-size: 1.4rem;
    font-weight: bold; }
    @media print, screen and (min-width: 769px) {
      .l-mediaSidebar_section_head {
        border-width: 0.13889vw;
        font-size: 1.6rem; } }
    @media screen and (min-width: 1440px) {
      .l-mediaSidebar_section_head {
        border-width: 2px; } }
  .l-mediaSidebar_banner1 {
    display: block;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    transition: opacity .3s; }
    @media print, screen and (min-width: 769px) {
      .l-mediaSidebar_banner1:hover {
        opacity: 0.6; } }
  .l-mediaSidebar_favorite a {
    position: relative;
    display: block;
    padding: 16px 16px 10px 48px;
    border-bottom: 2px solid var(--color-media-gray_light);
    transition: color .5s; }
    @media print, screen and (min-width: 769px) {
      .l-mediaSidebar_favorite a {
        padding: 1.66667vw 1.38889vw 1.31944vw 3.81944vw; }
        .l-mediaSidebar_favorite a:hover {
          color: var(--color-media-navy); } }
    @media screen and (min-width: 1440px) {
      .l-mediaSidebar_favorite a {
        padding: 24px 20px 19px 55px; } }
    .l-mediaSidebar_favorite a::before {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 32px;
      height: 32px;
      background-size: cover;
      content: ""; }
      @media print, screen and (min-width: 769px) {
        .l-mediaSidebar_favorite a::before {
          width: 2.91667vw;
          height: 2.91667vw; } }
      @media screen and (min-width: 1440px) {
        .l-mediaSidebar_favorite a::before {
          width: 42px;
          height: 42px; } }
  .l-mediaSidebar_favorite li:nth-child(1) a::before {
    background-image: url(../images/media/number-favorite01.png); }
  .l-mediaSidebar_favorite li:nth-child(2) a::before {
    background-image: url(../images/media/number-favorite02.png); }
  .l-mediaSidebar_favorite li:nth-child(3) a::before {
    background-image: url(../images/media/number-favorite03.png); }
  .l-mediaSidebar_favorite li:nth-child(4) a::before {
    background-image: url(../images/media/number-favorite04.png); }
  .l-mediaSidebar_favorite li:nth-child(5) a::before {
    background-image: url(../images/media/number-favorite05.png); }
  .l-mediaSidebar_favorite_title {
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.55; }
  .l-mediaSidebar_favorite_date {
    display: flex;
    font-family: var(--font-media-en);
    font-size: 1rem;
    color: var(--color-media-gray);
    justify-content: flex-end; }
  .l-mediaSidebar_banner2 {
    display: block;
    max-width: 600px;
    margin-top: 16px;
    margin-right: auto;
    margin-left: auto;
    box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.1);
    transition: opacity .3s; }
    @media print, screen and (min-width: 769px) {
      .l-mediaSidebar_banner2 {
        margin-top: 1.11111vw;
        box-shadow: 0 0 1.52778vw 0 rgba(0, 0, 0, 0.1); }
        .l-mediaSidebar_banner2:hover {
          opacity: 0.6; } }
    @media screen and (min-width: 1440px) {
      .l-mediaSidebar_banner2 {
        margin-top: 16px;
        box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.1); } }
  .l-mediaSidebar_tags {
    display: flex;
    margin-top: 24px;
    flex-wrap: wrap;
    gap: 8px; }
    @media print, screen and (min-width: 769px) {
      .l-mediaSidebar_tags {
        margin-top: 1.66667vw;
        gap: 0.55556vw; } }
    @media screen and (min-width: 1440px) {
      .l-mediaSidebar_tags {
        margin-top: 24px;
        gap: 8px; } }
    .l-mediaSidebar_tags a {
      display: block;
      padding: 7px 15px 5px;
      border-radius: 18px;
      background-color: var(--color-media-gray_light);
      font-size: 1.3rem;
      font-weight: bold;
      color: var(--color-media-gray);
      transition: background-color .3s, color .3s; }
      .l-mediaSidebar_tags a::before {
        content: "# "; }
      @media print, screen and (min-width: 769px) {
        .l-mediaSidebar_tags a {
          padding: 0.48611vw 1.04167vw 0.34722vw;
          border-radius: 1.25vw; }
          .l-mediaSidebar_tags a:hover {
            background-color: var(--color-media-stroke);
            color: var(--color-media-black); } }
      @media screen and (min-width: 1440px) {
        .l-mediaSidebar_tags a {
          padding: 7px 15px 5px;
          border-radius: 18px; } }

/*========================================*/
/*  project
/*========================================*/
/*========================================*/
/*  break point
/*========================================*/
/*========================================*/
/*  media query Mixin
/*========================================*/
/*========================================*/
/*  color
/*========================================*/
:root {
  --color-white: #fff;
  --color-black: #000;
  --color-primary: #00429f;
  --color-accent: #ef9c00;
  --color-blue: #0076dd;
  --color-lightblue: #0597f2;
  --color-navy: #00337b;
  --color-navy-cv: #013785;
  --color-about-bg: #073a82;
  --color-border: #d4d4d4;
  --color-border2: #D3DDED;
  --color-black-text: #212325;
  --color-gray-text: #5c5e64;
  --color-gray-bg: #f2f2f2;
  --color-lightgray-bg: #f9f9f9;
  --color-iceblue-bg: #F1F5FD;
  --color-lightgray-text: #8c929d;
  --color-bg: #f8f9fe;
  --color-footerbg: #272a30;
  --color-footer-text: #d5d5d5;
  --color-iceblue: #ebf4ff;
  --color-media-white: #fff;
  --color-media-black: #2e2e2e;
  --color-media-black2: #323538;
  --color-media-black3: #1a1b1b;
  --color-media-gray: #757575;
  --color-media-gray_light: #efefef;
  --color-media-blue: #0076dd;
  --color-media-navy: #00429f;
  --color-media-blue-bg: #f1f5fd;
  --color-media-body-bg: #f9f9f9;
  --color-media-stroke: #d4d4d4;
  --color-media-footer-stroke: #333;
  --color-media-search-bottom: #4b4b4b; }

/*========================================*/
/*  font-family
/*========================================*/
:root {
  --font-gothic: 'Overpass', 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', '游ゴシック体', Meiryo, sans-serif;
  --font-notoSansJp: 'Noto Sans JP', sans-serif;
  --font-media-en: 'Poppins', sans-serif; }

.u-hidden {
  overflow: hidden; }

.p-topMvHeight {
  width: 100%;
  height: 787px; }
  @media screen and (max-width: 559px) {
    .p-topMvHeight {
      height: auto;
      min-height: 787px;
      padding-top: 114px; } }

.p-topMv {
  position: fixed;
  top: 76px;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 772px;
  background-color: var(--color-white);
  -webkit-transform: unset !important;
          transform: unset !important; }
  @media screen and (max-width: 768px) {
    .p-topMv {
      top: -30px; } }
  .p-topMv::after {
    z-index: var(--z-neg);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(#fdfdff 0%, #f8f9fe 70%, var(--color-iceblue-bg) 100%);
    content: ''; }
  .p-topMv::before {
    position: absolute;
    top: -10px;
    right: 0;
    display: block;
    width: 53.8%;
    max-width: 737px;
    height: 850px;
    background-image: url(../images/top/img-kv-bg.svg);
    background-repeat: no-repeat;
    background-position-x: 0;
    background-size: contain;
    background-size: 100% 100%;
    content: ''; }
  @media screen and (max-width: 768px) {
    .p-topMv {
      position: absolute; }
      .p-topMv::before {
        top: 150px;
        bottom: 0;
        width: 100%;
        height: 800px;
        margin-left: -24px;
        background-image: url(../images/top/img-kv-bg_sp.svg);
        background-size: cover; } }
  @media screen and (max-width: 559px) {
    .p-topMv {
      display: flex;
      height: auto;
      min-height: 787px;
      padding-top: 114px;
      align-items: flex-end; } }
  .p-topMv .p-topMv__button__area {
    display: flex;
    margin-top: 40px;
    gap: 16px; }
    @media screen and (max-width: 768px) {
      .p-topMv .p-topMv__button__area {
        margin-top: 24px; } }
  .p-topMv .p-topMv__button {
    display: block;
    width: 210px;
    padding: 18px 17px 16px;
    color: var(--color-primary);
    text-align: center; }
    @media screen and (max-width: 768px) {
      .p-topMv .p-topMv__button {
        width: 155px; } }
    .p-topMv .p-topMv__button span {
      font-size: 1.6rem; }
      @media screen and (max-width: 768px) {
        .p-topMv .p-topMv__button span {
          font-size: 1.4rem; } }
  .p-topMv__video {
    position: absolute;
    top: -10px;
    left: 0;
    display: block;
    width: 100%;
    height: calc(100% + 10px);
    -o-object-fit: cover;
       object-fit: cover; }
  .p-topMv .p-topMv__txt {
    position: absolute;
    bottom: 286px;
    left: 86px; }
    @media screen and (max-width: 1239px) {
      .p-topMv .p-topMv__txt {
        left: 70px; } }
    @media screen and (max-width: 1023px) {
      .p-topMv .p-topMv__txt {
        left: 40px; } }
    @media screen and (max-width: 768px) {
      .p-topMv .p-topMv__txt {
        bottom: 406px;
        left: 22px; } }
    @media screen and (max-width: 559px) {
      .p-topMv .p-topMv__txt {
        top: 114px; } }
  .p-topMv .p-topMv__title {
    margin-bottom: 16px;
    font-size: 6rem;
    font-weight: 700;
    color: var(--color-black-text);
    letter-spacing: 0.01em;
    transition: 0.5s cubic-bezier(0.47, 0.16, 0.24, 1);
    transition-delay: 1.4s;
    transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, transform;
    transition-property: opacity, visibility, transform, -webkit-transform;
    -webkit-font-feature-settings: 'palt';
            font-feature-settings: 'palt'; }
    @media screen and (max-width: 768px) {
      .p-topMv .p-topMv__title {
        margin-bottom: 6px;
        font-size: 3.4rem;
        line-height: 140%; } }
    .p-topMv .p-topMv__title strong {
      color: var(--color-primary); }
    .p-topMv .p-topMv__title span {
      display: block;
      font-size: 2.4rem;
      letter-spacing: 0.05em; }
      @media screen and (max-width: 768px) {
        .p-topMv .p-topMv__title span {
          font-size: 1.6rem; } }
  .p-topMv .p-topMv__desc {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.7;
    color: var(--color-black-text);
    letter-spacing: 0.03em;
    transition: 0.6s ease-in-out;
    transition-delay: 2.1s;
    transition-property: opacity, visibility; }
    @media screen and (max-width: 768px) {
      .p-topMv .p-topMv__desc {
        z-index: 2;
        position: relative;
        font-size: 1.3rem; } }

.p-topCase {
  position: relative;
  overflow: hidden;
  padding: 83px 0 120px;
  border-radius: 80px 80px 0px 0px;
  background-color: var(--color-white); }
  @media screen and (max-width: 768px) {
    .p-topCase {
      padding: 40px 0 90px;
      border-radius: 40px 40px 0 0; } }
  .p-topCase .p-topCase__flex {
    display: flex;
    margin-top: 120px;
    gap: 11.3%;
    align-items: flex-end; }
    @media screen and (max-width: 768px) {
      .p-topCase .p-topCase__flex {
        display: block;
        margin-top: 0; } }
  .p-topCase .p-topCase__en {
    margin-bottom: 8px; }
  .p-topCase .p-topCase__button__area {
    width: 100%; }
    .p-topCase .p-topCase__button__area > .c-btn {
      margin: 80px auto 0; }
  .p-topCase .p-topCase__logo__area {
    display: grid;
    padding-bottom: 100px;
    border-bottom: 1px solid var(--color-border);
    grid-template-columns: repeat(4, 1fr);
    row-gap: 19px;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    justify-items: center; }
    @media screen and (max-width: 768px) {
      .p-topCase .p-topCase__logo__area {
        padding-bottom: 60px; } }
  .p-topCase .p-topCase__logo {
    width: 44.7%; }
    @media screen and (max-width: 768px) {
      .p-topCase .p-topCase__logo {
        width: 67px; } }
    .p-topCase .p-topCase__logo img {
      width: 100%;
      height: auto; }
  .p-topCase .p-topCase__text__margin {
    margin-bottom: 10px; }
    @media screen and (max-width: 768px) {
      .p-topCase .p-topCase__text__margin {
        margin-right: 0;
        margin-bottom: 0; } }
  .p-topCase .p-topCase__text {
    font-size: 1.6rem;
    font-weight: 400;
    color: var(--color-black-text); }
    @media screen and (max-width: 768px) {
      .p-topCase .p-topCase__text {
        font-size: 1.4rem; } }
  .p-topCase__icon {
    position: absolute;
    bottom: -89px;
    left: -70px;
    display: block;
    width: 337px;
    height: 350px;
    background-image: url(../images/top/icon-message.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: ''; }
    @media screen and (max-width: 768px) {
      .p-topCase__icon {
        bottom: -50px;
        left: -100px;
        width: 200px;
        height: 200px;
        border-radius: 50%;
        background-color: var(--color-blue);
        background-image: none; } }
  @media screen and (max-width: 768px) {
    .p-topCase__iconSm {
      position: absolute;
      right: -23px;
      bottom: 180px;
      display: block;
      width: 85px;
      height: 85px;
      border-radius: 50%;
      background-color: var(--color-blue); } }
  @media screen and (max-width: 768px) {
    .p-topCase .c-title_sec {
      margin-top: 60px;
      margin-bottom: 21px; }
      .p-topCase .c-title_sec strong {
        font-size: 2.6rem; } }
  @media screen and (max-width: 1023px) {
    .p-topCase__container {
      display: block; } }
  .p-topCase__img {
    z-index: 2;
    position: relative;
    display: block;
    width: 47.8%;
    margin-right: 7.5vw; }
    @media screen and (max-width: 1023px) {
      .p-topCase__img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
        padding-right: 16%; } }
  .p-topCase__txt {
    max-width: 491px;
    padding-top: 40px; }
    @media screen and (max-width: 1023px) {
      .p-topCase__txt {
        z-index: 2;
        position: relative;
        margin: 0 25px;
        padding-top: 0; } }
    .p-topCase__txt p {
      font-weight: 400;
      line-height: 200%;
      letter-spacing: 0.03em; }
      @media screen and (max-width: 559px) {
        .p-topCase__txt p {
          font-size: 1.4rem; } }
    .p-topCase__txt .c-btn {
      margin-top: 80px; }
      @media screen and (max-width: 768px) {
        .p-topCase__txt .c-btn {
          margin-top: 40px; } }

.p-topService {
  position: relative;
  padding: 134px 0 178px;
  background-color: var(--color-iceblue-bg);
  counter-reset: item-counter; }
  @media screen and (max-width: 768px) {
    .p-topService {
      padding: 68px 0 64px; } }
  .p-topService .p-topService__text span {
    font-size: 1.6rem;
    letter-spacing: 0.03em; }
    @media screen and (max-width: 768px) {
      .p-topService .p-topService__text span {
        font-size: 1.4rem; } }
  .p-topService .p-topService__lead {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      .p-topService .p-topService__lead {
        flex-direction: column; } }
    @media screen and (max-width: 1023px) {
      .p-topService .p-topService__lead {
        justify-content: center; } }
  .p-topService .p-topService__leadTxt {
    max-width: 350px; }
    .p-topService .p-topService__leadTxt .c-title_sec {
      margin-bottom: 32px; }
      @media screen and (max-width: 768px) {
        .p-topService .p-topService__leadTxt .c-title_sec {
          margin-bottom: 20px; } }
      @media print, screen and (min-width: 769px) {
        .p-topService .p-topService__leadTxt .c-title_sec .-ja {
          font-size: 3.6rem; } }
    .p-topService .p-topService__leadTxt p {
      font-weight: 400;
      line-height: 200%;
      letter-spacing: 0.03em; }
      @media screen and (max-width: 768px) {
        .p-topService .p-topService__leadTxt p {
          font-size: 1.3rem; }
          .p-topService .p-topService__leadTxt p:not(:last-child) {
            margin-bottom: 13px; } }
    .p-topService .p-topService__leadTxt .c-btn_ghost {
      display: block;
      margin-top: 80px;
      margin-right: auto;
      margin-left: unset; }
      @media screen and (max-width: 768px) {
        .p-topService .p-topService__leadTxt .c-btn_ghost {
          margin-top: 40px; } }
  .p-topService__leadImg {
    width: calc(50% - 16px); }
    @media screen and (max-width: 1023px) {
      .p-topService__leadImg {
        width: 100%;
        max-width: 510px;
        margin-bottom: 40px; } }
  .p-topService .p-topService__item__area {
    margin-top: 27px;
    flex-basis: 52.94%; }
    @media screen and (max-width: 768px) {
      .p-topService .p-topService__item__area {
        margin-top: 27px; } }
  .p-topService .p-topService__item {
    border-top: var(--color-border) 1px solid; }
    .p-topService .p-topService__item a {
      display: block;
      padding-top: 25px;
      color: var(--color-black-text); }
      @media print, screen and (min-width: 769px) {
        .p-topService .p-topService__item a:hover span::before {
          width: 100%; }
        .p-topService .p-topService__item a:hover span::after {
          width: 0; } }
      .p-topService .p-topService__item a span::before, .p-topService .p-topService__item a span::after {
        position: absolute;
        display: block;
        width: 0;
        height: 1px;
        margin-top: 4px;
        background-color: var(--color-border);
        content: '';
        transition: width 0.3s ease-in-out; }
        @media screen and (max-width: 768px) {
          .p-topService .p-topService__item a span::before, .p-topService .p-topService__item a span::after {
            width: 100%; } }
      .p-topService .p-topService__item a span::before {
        bottom: -4px;
        left: 0;
        transition-delay: 0.3s; }
      .p-topService .p-topService__item a span::after {
        right: 0;
        bottom: -4px;
        width: 100%; }
      @media screen and (max-width: 768px) {
        .p-topService .p-topService__item a {
          padding-top: 20px; } }
      @media print, screen and (min-width: 769px) {
        .p-topService .p-topService__item a:hover .p-topService__item__text {
          color: var(--color-primary);
          text-decoration: underline; } }
    @media screen and (max-width: 768px) {
      .p-topService .p-topService__item {
        min-height: 174px; } }
    .p-topService .p-topService__item:last-child {
      border-bottom: var(--color-border) 1px solid; }
    .p-topService .p-topService__item .p-topService__item__text {
      font-size: 1.4rem;
      font-weight: 400;
      color: var(--color-gray-text);
      letter-spacing: 0.03em;
      flex: 1; }
      @media screen and (max-width: 768px) {
        .p-topService .p-topService__item .p-topService__item__text {
          font-size: 1.3rem; } }
    .p-topService .p-topService__item .p-topService__item__title {
      position: relative;
      padding-left: 60px;
      font-size: 2.8rem;
      font-weight: bold; }
      @media screen and (max-width: 768px) {
        .p-topService .p-topService__item .p-topService__item__title {
          padding-left: 29px;
          font-size: 2.1rem; }
          .p-topService .p-topService__item .p-topService__item__title::before {
            font-size: 1.3rem; } }
      .p-topService .p-topService__item .p-topService__item__title::before {
        position: absolute;
        top: 6px;
        left: 0;
        font-size: 1.6rem;
        font-weight: 400;
        color: var(--color-primary);
        content: "0" counter(item-counter);
        counter-increment: item-counter; }
    .p-topService .p-topService__item .p-topService__item__flex {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      @media print, screen and (min-width: 769px) {
        .p-topService .p-topService__item .p-topService__item__flex:hover .p-topService__item__button {
          background-color: var(--color-white);
          color: var(--color-primary); }
          .p-topService .p-topService__item .p-topService__item__flex:hover .p-topService__item__button::before {
            background-image: url("../images/top/icon-service-arrow-btn-hover.svg"); }
          .p-topService .p-topService__item .p-topService__item__flex:hover .p-topService__item__button::after {
            -webkit-transform: translate(-50%, -50%) scale(1);
                    transform: translate(-50%, -50%) scale(1); } }
      .p-topService .p-topService__item .p-topService__item__flex .p-topService__item__button {
        position: relative;
        position: relative;
        overflow: hidden;
        width: 40px;
        height: 40px;
        border-radius: 99%;
        background-color: var(--color-primary);
        transition: all 0.3s ease-in-out; }
        .p-topService .p-topService__item .p-topService__item__flex .p-topService__item__button::before {
          z-index: 2;
          z-index: 10;
          position: absolute;
          top: 50%;
          right: 9px;
          right: 13px;
          display: inline-block;
          width: 14px;
          height: 14px;
          background-image: url("../images/common/icon-arrow-btn.svg");
          background-image: url("../images/top/icon-service-arrow-btn.svg");
          background-repeat: no-repeat;
          background-position: center;
          background-size: cover;
          content: '';
          -webkit-transform: translateY(-50%) translateX(0);
                  transform: translateY(-50%) translateX(0); }
      .p-topService .p-topService__item .p-topService__item__flex > div:first-child {
        display: flex;
        gap: 32px;
        align-items: center; }
      @media screen and (max-width: 768px) {
        .p-topService .p-topService__item .p-topService__item__flex > div:first-child {
          display: block; } }
    .p-topService .p-topService__item .p-topService__item__list {
      display: flex;
      margin: 10px 0 0 60px;
      padding: 24px 0 32px 0;
      border-top: var(--color-border) 1px dashed;
      gap: 32px; }
      .p-topService .p-topService__item .p-topService__item__list a {
        padding-top: 0; }
      .p-topService .p-topService__item .p-topService__item__list div {
        color: var(--color-black-text); }
      @media screen and (max-width: 768px) {
        .p-topService .p-topService__item .p-topService__item__list {
          display: inline-block;
          margin: 16px 0 0 0;
          padding: 16px 0 20px 18px; } }
      .p-topService .p-topService__item .p-topService__item__list > li {
        position: relative; }
        @media screen and (max-width: 768px) {
          .p-topService .p-topService__item .p-topService__item__list > li + li {
            margin-top: 8px; } }
        .p-topService .p-topService__item .p-topService__item__list > li span {
          padding-bottom: 2px;
          font-size: 1.4rem;
          letter-spacing: 0.03em; }
          @media screen and (max-width: 768px) {
            .p-topService .p-topService__item .p-topService__item__list > li span {
              font-size: 1.3rem; } }
        .p-topService .p-topService__item .p-topService__item__list > li::before {
          position: absolute;
          top: 11px;
          left: -17px;
          display: block;
          display: block;
          width: 8px;
          height: 8px;
          border-radius: 99%;
          content: ''; }
        .p-topService .p-topService__item .p-topService__item__list > li.-blue {
          color: var(--color-blue); }
          .p-topService .p-topService__item .p-topService__item__list > li.-blue::before {
            background-color: var(--color-blue); }
        .p-topService .p-topService__item .p-topService__item__list > li.-orange::before {
          background-color: var(--color-accent); }
        .p-topService .p-topService__item .p-topService__item__list > li.-lightblue::before {
          background-color: var(--color-lightblue); }
        .p-topService .p-topService__item .p-topService__item__list > li.-primary::before {
          background-color: var(--color-primary); }
  .p-topService .p-topService__button {
    margin-top: 64px;
    justify-content: center; }
    @media screen and (max-width: 768px) {
      .p-topService .p-topService__button {
        margin-top: 40px; } }

.p-topDownlodNewsContainer {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .p-topDownlodNewsContainer__icon {
    z-index: 2;
    position: absolute;
    top: 43.5%;
    left: -45px;
    display: block;
    width: 142px;
    height: 142px;
    border-radius: 50%;
    background-color: var(--color-accent); }
    @media screen and (max-width: 768px) {
      .p-topDownlodNewsContainer__icon {
        left: 12px;
        width: 50px;
        height: 50px; } }

.p-topDownload {
  position: relative;
  overflow: hidden;
  padding: 120px 0 120px;
  background-color: var(--color-iceblue-bg); }
  @media screen and (max-width: 768px) {
    .p-topDownload {
      padding: 60px 0 70px; } }
  .p-topDownload .m-download__block .-title {
    margin-top: 16px;
    font-size: 1.6rem; }
    @media screen and (max-width: 768px) {
      .p-topDownload .m-download__block .-title {
        margin-top: 8px;
        font-size: 1.2rem; } }
  .p-topDownload .m-download__block:hover .-img img {
    scale: 1.1; }
  .p-topDownload .m-download__block .-img {
    overflow: hidden;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25); }
    .p-topDownload .m-download__block .-img img {
      transition: scale 0.3s ease-in-out; }
  .p-topDownload__icon {
    position: absolute;
    top: -142px;
    right: -192px;
    display: block;
    width: 523px;
    height: 286px;
    background-image: url(../images/top/icon-line.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: ''; }
    @media screen and (max-width: 768px) {
      .p-topDownload__icon {
        top: -44px;
        right: -160px;
        width: 277px;
        height: 151px; } }
  .p-topDownload__label {
    margin-bottom: 62px; }
    @media screen and (max-width: 768px) {
      .p-topDownload__label {
        margin-bottom: 32px; } }
  .p-topDownload .c-btn {
    margin: 60px auto 0; }
    @media screen and (max-width: 768px) {
      .p-topDownload .c-btn {
        height: 61px;
        margin: 40px auto 0; } }

.p-topSystem {
  position: relative;
  padding: 120px 0;
  background-color: var(--color-white); }
  @media screen and (max-width: 768px) {
    .p-topSystem {
      padding: 80px 0; } }
  .p-topSystem .p-topSystem__description {
    margin-top: 40px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2;
    color: var(--color-black-text);
    letter-spacing: 0.03em; }
    @media screen and (max-width: 768px) {
      .p-topSystem .p-topSystem__description {
        margin-top: 20px;
        margin-bottom: 40px; } }
  .p-topSystem .p-topSystem__flex {
    display: flex; }
    .p-topSystem .p-topSystem__flex > *:first-child {
      width: 100%; }
  .p-topSystem .p-topSystem__titleFlex {
    display: flex;
    gap: 8.784%;
    align-items: center; }
    @media screen and (max-width: 768px) {
      .p-topSystem .p-topSystem__titleFlex {
        flex-direction: column;
        gap: 0px; }
        .p-topSystem .p-topSystem__titleFlex > h2 {
          width: 100%; } }
  .p-topSystem .p-topSystem__button {
    margin: 104px auto 0; }
    @media screen and (max-width: 768px) {
      .p-topSystem .p-topSystem__button {
        margin: 40px auto 0; } }

.p-topNews {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 120px 0 77px;
  background-color: var(--color-white); }
  .p-topNews .m-newsCats__item {
    margin-left: 5px;
    font-size: 1.3rem; }
    @media screen and (max-width: 768px) {
      .p-topNews .m-newsCats__item {
        font-size: 1.1rem; } }
  @media print, screen and (min-width: 769px) {
    .p-topNews .c-btn_ghost {
      padding: 18px 14px 15px 24px; } }
  .p-topNews + .p-topNews {
    padding: 120px 0 160px; }
    @media screen and (max-width: 768px) {
      .p-topNews + .p-topNews {
        padding: 80px 0 64px; } }
  @media screen and (max-width: 768px) {
    .p-topNews {
      padding: 64px 0; } }
  .p-topNews__icon {
    position: absolute;
    right: 35px;
    bottom: -189px;
    width: 255px;
    height: 270px;
    background-image: url(../images/top/icon-circle-news.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    @media screen and (max-width: 768px) {
      .p-topNews__icon {
        right: unset;
        bottom: -120px;
        left: -28px;
        width: 208px;
        height: 180px;
        background-image: url(../images/top/icon-circle-news_sp.svg); } }
  @media screen and (max-width: 768px) {
    .p-topNews__icon2 {
      position: absolute;
      top: 98px;
      right: -21px;
      display: block;
      width: 80px;
      height: 80px;
      border-radius: 50%;
      background-color: var(--color-accent); } }
  .p-topNews__label {
    display: flex;
    flex-direction: column;
    margin-bottom: 62px;
    gap: 40px; }
    @media screen and (max-width: 768px) {
      .p-topNews__label {
        flex-direction: row;
        margin-bottom: 0;
        gap: 0;
        align-items: center;
        justify-content: space-between; } }
    @media screen and (max-width: 768px) {
      .p-topNews__label .c-btn_ghost {
        min-width: 114px; } }
  @media screen and (max-width: 768px) {
    .p-topNews__btn {
      display: flex;
      margin-top: 30px;
      justify-content: flex-end; } }

.p-topNewsList {
  flex: 1; }
  .p-topNewsList .m-newsItem .m-newsItem__title {
    width: 100%;
    margin-top: 12px; }
    @media screen and (max-width: 768px) {
      .p-topNewsList .m-newsItem .m-newsItem__title {
        margin-top: 10px; } }

.p-topSeminar {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 120px 0 0;
  background-color: var(--color-white); }
  .p-topSeminar + .p-topSeminar {
    padding: 120px 0 160px; }
    @media screen and (max-width: 768px) {
      .p-topSeminar + .p-topSeminar {
        padding: 80px 0 64px; } }
  @media screen and (max-width: 768px) {
    .p-topSeminar {
      padding: 64px 0 0; } }
  @media print, screen and (min-width: 769px) {
    .p-topSeminar .c-btn_ghost {
      padding: 18px 14px 15px 24px; } }
  .p-topSeminar .p-topSeminarList {
    flex: 1; }
    .p-topSeminar .p-topSeminarList .m-seminarItem {
      border-top: 1px solid var(--color-border); }
      .p-topSeminar .p-topSeminarList .m-seminarItem:last-child {
        border-bottom: 1px solid var(--color-border); }
      .p-topSeminar .p-topSeminarList .m-seminarItem .-img {
        overflow: hidden; }
        .p-topSeminar .p-topSeminarList .m-seminarItem .-img img {
          transition: scale 0.3s ease-in-out; }
      @media print, screen and (min-width: 769px) {
        .p-topSeminar .p-topSeminarList .m-seminarItem:hover .m-seminarItem__title {
          color: var(--color-primary);
          text-decoration: underline; }
        .p-topSeminar .p-topSeminarList .m-seminarItem:hover .-img img {
          scale: 1.1; } }
      .p-topSeminar .p-topSeminarList .m-seminarItem a {
        display: flex;
        padding: 32px 0;
        gap: 5.26%; }
        @media screen and (max-width: 768px) {
          .p-topSeminar .p-topSeminarList .m-seminarItem a {
            padding: 20px 0;
            gap: 16px; } }
      .p-topSeminar .p-topSeminarList .m-seminarItem .m-newsCats__item {
        font-size: 1.3rem; }
        @media screen and (max-width: 768px) {
          .p-topSeminar .p-topSeminarList .m-seminarItem .m-newsCats__item {
            font-size: 1.1rem; } }
      .p-topSeminar .p-topSeminarList .m-seminarItem .m-seminarItem__title {
        width: 100%;
        margin-top: 16px;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 2;
        color: var(--color-black-text);
        letter-spacing: 0.03em; }
        @media screen and (max-width: 768px) {
          .p-topSeminar .p-topSeminarList .m-seminarItem .m-seminarItem__title {
            font-size: 1.3rem;
            line-height: 1.75; } }
      .p-topSeminar .p-topSeminarList .m-seminarItem .m-seminarItem__date {
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 2;
        color: var(--color-gray-text);
        flex-shrink: 0; }
        @media screen and (max-width: 768px) {
          .p-topSeminar .p-topSeminarList .m-seminarItem .m-seminarItem__date {
            font-size: 1.4rem; } }
      .p-topSeminar .p-topSeminarList .m-seminarItem .m-seminarItem__text {
        flex: 1; }
        .p-topSeminar .p-topSeminarList .m-seminarItem .m-seminarItem__text > :first-child {
          display: flex;
          justify-content: space-between; }
          @media screen and (max-width: 768px) {
            .p-topSeminar .p-topSeminarList .m-seminarItem .m-seminarItem__text > :first-child {
              flex-direction: column; } }
      .p-topSeminar .p-topSeminarList .m-seminarItem .m-seminarItem__img {
        flex-basis: 31.57%; }
        @media screen and (max-width: 768px) {
          .p-topSeminar .p-topSeminarList .m-seminarItem .m-seminarItem__img {
            flex-basis: 38.12%; } }

.p-top__flex {
  display: flex;
  gap: 19.1%; }
  @media screen and (max-width: 1023px) {
    .p-top__flex {
      gap: 90px; } }
  @media screen and (max-width: 768px) {
    .p-top__flex {
      flex-direction: column;
      gap: 24px; }
      .p-top__flex > *:first-child {
        flex-basis: 32.15%; } }

.p-top__button__adj {
  margin-right: auto;
  margin-left: 0; }
  .p-top__button__adj span {
    line-height: 1.3; }
  @media screen and (max-width: 768px) {
    .p-top__button__adj {
      margin-right: 0; } }

@media screen and (max-width: 768px) {
  .p-topCase .p-topCase__container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 30px; } }

.p-topCase .c-cardType1__content {
  flex-basis: 39.96%; }

.p-topCase .c-cardType1 {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: #fff;
  text-decoration: none; }

.p-topCase .c-cardType2 {
  display: flex;
  margin: 0 auto;
  padding: 0 9.8% 0 0;
  gap: 7.049%; }
  @media screen and (max-width: 768px) {
    .p-topCase .c-cardType2 {
      display: block;
      margin: unset;
      padding: unset; } }

.p-topCase .c-cardType1__logo {
  z-index: 10;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 32.3%;
  padding: 0 8px; }
  .p-topCase .c-cardType1__logo::before {
    z-index: var(--z-neg);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-white);
    content: ''; }

.p-topCase .c-cardType1__img {
  position: relative; }
  .p-topCase .c-cardType1__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.p-topCase .c-cardType2__img {
  flex-basis: 53.1%; }
  @media screen and (max-width: 768px) {
    .p-topCase .c-cardType2__img {
      flex-basis: unset; } }
  .p-topCase .c-cardType2__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.p-topCase .c-cardType1__title {
  margin-top: 16px;
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--color-black-text); }
  @media screen and (max-width: 768px) {
    .p-topCase .c-cardType1__title {
      font-size: 1.4rem; } }

.p-topCase .c-cardType2__title {
  margin-top: 20px;
  margin-bottom: 16px;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 150%;
  color: var(--color-primary); }
  @media screen and (max-width: 768px) {
    .p-topCase .c-cardType2__title {
      font-size: 2rem; } }

.p-topCase .c-cardType2__text {
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--color-black-text);
  letter-spacing: 0.03em; }
  @media screen and (max-width: 768px) {
    .p-topCase .c-cardType2__text {
      font-size: 1.3rem; } }

.p-topCase .c-cardType2__companyArea {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .p-topCase .c-cardType2__companyArea img {
    width: 80px; }
    @media screen and (max-width: 768px) {
      .p-topCase .c-cardType2__companyArea img {
        width: 60px; } }
  @media screen and (max-width: 768px) {
    .p-topCase .c-cardType2__companyArea {
      margin-top: 16px;
      align-items: flex-start; } }

.p-topCase .c-cardType1__company {
  font-size: 1.4rem;
  color: var(--color-black-text);
  letter-spacing: 0.03em; }
  @media screen and (max-width: 768px) {
    .p-topCase .c-cardType1__company {
      font-size: 1.3rem; } }

.p-topCase .c-cardType2__company {
  margin-top: 20px; }
  @media screen and (max-width: 768px) {
    .p-topCase .c-cardType2__company {
      margin-top: 0; } }

.p-topCase .c-cardType1__category {
  font-size: 1.4rem;
  color: var(--color-lightgray-text);
  letter-spacing: 0.03em; }
  @media screen and (max-width: 768px) {
    .p-topCase .c-cardType1__category {
      font-size: 1.3rem; } }

.p-topCase .c-cardType1__tag {
  margin-top: 5px; }
  @media screen and (max-width: 768px) {
    .p-topCase .c-cardType1__tag {
      margin-top: 3px; } }

.p-topCase .c-cardType1__tagItem {
  position: relative;
  padding-left: 10px;
  font-size: 1.2rem;
  color: var(--color-lightblue); }
  .p-topCase .c-cardType1__tagItem::before {
    position: absolute;
    top: 43%;
    left: 0px;
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 99%;
    background-color: var(--color-lightblue);
    content: '';
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .p-topCase .c-cardType1__tagItem.-blue {
    color: var(--color-blue); }
    .p-topCase .c-cardType1__tagItem.-blue::before {
      background-color: var(--color-blue); }
  .p-topCase .c-cardType1__tagItem.-primary {
    color: var(--color-primary); }
    .p-topCase .c-cardType1__tagItem.-primary::before {
      background-color: var(--color-navy); }
  .p-topCase .c-cardType1__tagItem.-orange {
    color: var(--color-accent); }
    .p-topCase .c-cardType1__tagItem.-orange::before {
      background-color: var(--color-accent); }

.p-topCase .c-cardType2__tagItem {
  position: relative;
  padding-left: 18px;
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--color-lightblue);
  letter-spacing: 0.03em; }
  @media screen and (max-width: 768px) {
    .p-topCase .c-cardType2__tagItem {
      font-size: 1.3rem; } }
  .p-topCase .c-cardType2__tagItem::before {
    position: absolute;
    top: 43%;
    left: 0px;
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 99%;
    background-color: var(--color-lightblue);
    content: '';
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

.p-topCase .p-top__swiperParent {
  position: relative; }

.p-topCase .p-top__swiperArea {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  padding: 0 9.8% 0 0;
  pointer-events: none;
  gap: 7.049%; }
  .p-topCase .p-top__swiperArea > :first-child {
    flex-basis: 53.1%; }
  .p-topCase .p-top__swiperArea > :last-child {
    position: relative;
    flex-basis: 39.96%; }

.p-topCase .swiper-container {
  margin: 30px -20px 0; }
  @media screen and (max-width: 768px) {
    .p-topCase .swiper-container {
      margin: 40px -10px 0; } }

.p-topCase .swiper-pagination {
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-box-pack: center;
  -webkit-box-align: center; }

.p-topCase .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0; }

.p-topCase .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  background-color: #e2dbd2;
  opacity: 1; }

.p-topCase .swiper-pagination-bullet-active {
  width: 11px;
  height: 11px;
  background-color: #ef9c00; }

.p-topCase .swiper-button-next {
  display: block;
  overflow: hidden;
  width: 40px;
  height: 40px;
  border: 1px solid var(--color-primary);
  border-radius: 100%;
  background-color: var(--color-white);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  pointer-events: auto; }
  @media screen and (max-width: 768px) {
    .p-topCase .swiper-button-next {
      width: 32px;
      height: 32px;
      box-shadow: unset; } }
  .p-topCase .swiper-button-next::after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 312px;
    height: 312px;
    border-radius: 50%;
    background-color: var(--color-primary);
    pointer-events: none;
    content: '';
    transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0); }
  @media print, screen and (min-width: 769px) {
    .p-topCase .swiper-button-next:hover::after {
      -webkit-transform: translate(-50%, -50%) scale(1);
              transform: translate(-50%, -50%) scale(1); } }
  .p-topCase .swiper-button-next::before {
    z-index: 2;
    position: absolute;
    top: 50%;
    right: 1.8px;
    display: inline-block;
    width: 17px;
    height: 17px;
    background-image: url(../images/common/icon-arrow-btn.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: '';
    transition: -webkit-filter 0.4s ease-in-out;
    transition: filter 0.4s ease-in-out;
    transition: filter 0.4s ease-in-out, -webkit-filter 0.4s ease-in-out;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    -webkit-filter: invert(14%) sepia(78%) saturate(3578%) hue-rotate(209deg) brightness(98%) contrast(101%);
            filter: invert(14%) sepia(78%) saturate(3578%) hue-rotate(209deg) brightness(98%) contrast(101%); }
  @media screen and (max-width: 768px) {
    .p-topCase .swiper-button-next::before {
      width: 16px;
      height: 16px; } }
  @media print, screen and (min-width: 769px) {
    .p-topCase .swiper-button-next:hover::before {
      -webkit-filter: invert(100%) sepia(3%) saturate(0%) hue-rotate(204deg) brightness(112%) contrast(102%);
              filter: invert(100%) sepia(3%) saturate(0%) hue-rotate(204deg) brightness(112%) contrast(102%); } }

.p-topCase .swiper-button-prev {
  display: block;
  display: block;
  overflow: hidden;
  width: 40px;
  height: 40px;
  border: 1px solid var(--color-primary);
  border: 1px solid var(--color-primary);
  border-radius: 100%;
  border-radius: 100%;
  background-color: var(--color-white);
  background-color: var(--color-white);
  background-color: var(--color-white);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  pointer-events: auto;
  transition: all 0.3s ease-in-out; }
  @media screen and (max-width: 768px) {
    .p-topCase .swiper-button-prev {
      width: 32px;
      height: 32px;
      box-shadow: unset; } }
  .p-topCase .swiper-button-prev::after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 312px;
    height: 312px;
    border-radius: 50%;
    background-color: var(--color-primary);
    pointer-events: none;
    content: '';
    transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0); }
  @media print, screen and (min-width: 769px) {
    .p-topCase .swiper-button-prev:hover::after {
      -webkit-transform: translate(-50%, -50%) scale(1);
              transform: translate(-50%, -50%) scale(1); } }
  .p-topCase .swiper-button-prev::before {
    z-index: 2;
    position: absolute;
    top: 50%;
    right: 2.7px;
    display: inline-block;
    width: 17px;
    height: 17px;
    background-image: url(../images/common/icon-arrow-left-btn.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: '';
    transition: -webkit-filter 0.4s ease-in-out;
    transition: filter 0.4s ease-in-out;
    transition: filter 0.4s ease-in-out, -webkit-filter 0.4s ease-in-out;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    -webkit-filter: invert(14%) sepia(78%) saturate(3578%) hue-rotate(209deg) brightness(98%) contrast(101%);
            filter: invert(14%) sepia(78%) saturate(3578%) hue-rotate(209deg) brightness(98%) contrast(101%); }
  @media screen and (max-width: 768px) {
    .p-topCase .swiper-button-prev::before {
      width: 16px;
      height: 16px; } }
  @media print, screen and (min-width: 769px) {
    .p-topCase .swiper-button-prev:hover::before {
      -webkit-filter: invert(100%) sepia(3%) saturate(0%) hue-rotate(204deg) brightness(112%) contrast(102%);
              filter: invert(100%) sepia(3%) saturate(0%) hue-rotate(204deg) brightness(112%) contrast(102%); } }

.p-topCase .swiper01 {
  position: relative;
  margin: 106px -10px 0; }
  @media screen and (max-width: 768px) {
    .p-topCase .swiper01 {
      margin: 95px -10px 0; } }

.p-topCase .swiper02 {
  position: relative;
  margin: 106px -20px 0; }
  @media screen and (max-width: 768px) {
    .p-topCase .swiper02 {
      position: unset;
      margin: 40px 0 0; } }

.p-topCase .swiper-button-next-00 {
  right: 40px;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px); }
  @media screen and (max-width: 768px) {
    .p-topCase .swiper-button-next-00 {
      position: absolute;
      top: unset;
      right: var(--swiper-navigation-sides-offset, 10px);
      bottom: -36px;
      -webkit-transform: unset;
              transform: unset; } }
  @media screen and (max-width: 768px) {
    .p-topCase .swiper-button-next-00::before {
      right: 0px; } }

.p-topCase .swiper-button-prev-00 {
  left: 40px;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px); }
  @media screen and (max-width: 768px) {
    .p-topCase .swiper-button-prev-00 {
      position: absolute;
      top: unset;
      right: 52px;
      bottom: -36px;
      left: unset;
      -webkit-transform: unset;
              transform: unset; } }
  @media screen and (max-width: 768px) {
    .p-topCase .swiper-button-prev-00::before {
      right: -1px; } }

.p-topCase .swiper-button-next-01 {
  position: absolute;
  top: 27px;
  left: 52px;
  box-shadow: unset; }
  @media screen and (max-width: 768px) {
    .p-topCase .swiper-button-next-01 {
      position: absolute;
      top: unset;
      bottom: -36px;
      left: unset; } }
  @media screen and (max-width: 768px) {
    .p-topCase .swiper-button-next-01::before {
      right: -0.9px; } }

.p-topCase .swiper-button-prev-01 {
  position: absolute;
  top: 45px;
  left: 0;
  box-shadow: unset; }
  @media screen and (max-width: 768px) {
    .p-topCase .swiper-button-prev-01 {
      position: absolute;
      top: unset;
      right: 52px;
      bottom: -36px;
      left: unset; } }
  @media screen and (max-width: 768px) {
    .p-topCase .swiper-button-prev-01::before {
      right: -1px; } }

.p-topCase .swiper-slide {
  width: 280px;
  height: auto; }

@-webkit-keyframes fadeOutIn {
  0% {
    pointer-events: auto;
    opacity: 1; }
  30% {
    pointer-events: none;
    opacity: 0; }
  70% {
    pointer-events: none;
    opacity: 0; }
  100% {
    pointer-events: auto;
    opacity: 1; } }

@keyframes fadeOutIn {
  0% {
    pointer-events: auto;
    opacity: 1; }
  30% {
    pointer-events: none;
    opacity: 0; }
  70% {
    pointer-events: none;
    opacity: 0; }
  100% {
    pointer-events: auto;
    opacity: 1; } }

.p-topCase .swiper-fadeIn {
  -webkit-animation: fadeOutIn 0.6s ease-in-out forwards;
          animation: fadeOutIn 0.6s ease-in-out forwards; }

.c-cv__item__button {
  display: block;
  min-width: 400px;
  margin-top: 32px;
  padding: 18px 17px 16px;
  background-color: var(--color-white);
  color: var(--color-primary);
  text-align: center;
  transition: background-color 0.3s ease-in-out; }
  .c-cv__item__button::after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background-color: #05236a;
    pointer-events: none;
    content: '';
    transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0); }
  @media print, screen and (min-width: 769px) {
    .c-cv__item__button:hover {
      color: var(--color-white); }
      .c-cv__item__button:hover::after {
        -webkit-transform: translate(-50%, -50%) scale(1);
                transform: translate(-50%, -50%) scale(1); } }
  @media screen and (max-width: 768px) {
    .c-cv__item__button {
      width: 100%;
      min-width: unset; } }
  .c-cv__item__button.-contact::after {
    background-color: var(--color-blue); }

.p-topMedia {
  padding-bottom: 120px;
  background-color: var(--color-white); }
  @media screen and (max-width: 768px) {
    .p-topMedia {
      padding-bottom: 80px; } }
  @media screen and (max-width: 768px) {
    .p-topMedia .c-title_sec {
      margin-bottom: 16px; } }
  .p-topMedia .p-topMedia__cv {
    display: grid;
    max-width: 1120px;
    margin: 0 auto;
    padding: 70px 3% 70px 7%;
    background-image: url(../images/top/img-media-frame.svg);
    background-repeat: no-repeat;
    background-size: cover;
    grid-template-areas: 'title description button' 'logo description button';
    -webkit-column-gap: 4%;
       -moz-column-gap: 4%;
            column-gap: 4%; }
    @media screen and (max-width: 768px) {
      .p-topMedia .p-topMedia__cv {
        padding: 70px 25px;
        background-image: url(../images/top/img-media-frame_sp.svg);
        grid-template-areas: 'title' 'logo' 'description' 'button'; } }
    .p-topMedia .p-topMedia__cv .p-topMedia__title {
      font-size: 14px;
      font-weight: bold;
      letter-spacing: 0.06em;
      grid-area: title; }
      @media screen and (max-width: 768px) {
        .p-topMedia .p-topMedia__cv .p-topMedia__title {
          font-size: 13px;
          text-align: center; } }
    .p-topMedia .p-topMedia__cv .p-topMedia__logo {
      margin-top: 18px;
      grid-area: logo; }
      @media screen and (max-width: 768px) {
        .p-topMedia .p-topMedia__cv .p-topMedia__logo {
          margin-top: 16px;
          text-align: center; } }
    .p-topMedia .p-topMedia__cv .p-topMedia__button {
      display: flex;
      width: 264px;
      max-width: unset;
      height: 71px;
      padding: 25px 37px 23px 32px;
      border: var(--color-primary) 2px solid;
      border-radius: 99px;
      grid-area: button;
      align-items: center;
      justify-content: center; }
      @media screen and (max-width: 768px) {
        .p-topMedia .p-topMedia__cv .p-topMedia__button {
          height: 61px;
          margin: 45px auto 0;
          padding: 21px 40px 19px; } }
      .p-topMedia .p-topMedia__cv .p-topMedia__button:hover span {
        color: var(--color-white); }
      .p-topMedia .p-topMedia__cv .p-topMedia__button span {
        font-size: 15px;
        color: var(--color-primary); }
        .p-topMedia .p-topMedia__cv .p-topMedia__button span::after {
          margin-left: 16px; }
      .p-topMedia .p-topMedia__cv .p-topMedia__button::after {
        width: 265px;
        height: 265px; }
    .p-topMedia .p-topMedia__cv .p-topMedia__description {
      margin-top: 14px;
      font-size: 14px;
      line-height: 1.75;
      letter-spacing: 0.08em;
      grid-area: description; }
      @media screen and (max-width: 768px) {
        .p-topMedia .p-topMedia__cv .p-topMedia__description {
          margin-top: 40px;
          font-size: 13px;
          text-align: center; } }

/*========================================*/
/*  break point
/*========================================*/
/*========================================*/
/*  media query Mixin
/*========================================*/
/*========================================*/
/*  color
/*========================================*/
:root {
  --color-white: #fff;
  --color-black: #000;
  --color-primary: #00429f;
  --color-accent: #ef9c00;
  --color-blue: #0076dd;
  --color-lightblue: #0597f2;
  --color-navy: #00337b;
  --color-navy-cv: #013785;
  --color-about-bg: #073a82;
  --color-border: #d4d4d4;
  --color-border2: #D3DDED;
  --color-black-text: #212325;
  --color-gray-text: #5c5e64;
  --color-gray-bg: #f2f2f2;
  --color-lightgray-bg: #f9f9f9;
  --color-iceblue-bg: #F1F5FD;
  --color-lightgray-text: #8c929d;
  --color-bg: #f8f9fe;
  --color-footerbg: #272a30;
  --color-footer-text: #d5d5d5;
  --color-iceblue: #ebf4ff;
  --color-media-white: #fff;
  --color-media-black: #2e2e2e;
  --color-media-black2: #323538;
  --color-media-black3: #1a1b1b;
  --color-media-gray: #757575;
  --color-media-gray_light: #efefef;
  --color-media-blue: #0076dd;
  --color-media-navy: #00429f;
  --color-media-blue-bg: #f1f5fd;
  --color-media-body-bg: #f9f9f9;
  --color-media-stroke: #d4d4d4;
  --color-media-footer-stroke: #333;
  --color-media-search-bottom: #4b4b4b; }

/*========================================*/
/*  font-family
/*========================================*/
:root {
  --font-gothic: 'Overpass', 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', '游ゴシック体', Meiryo, sans-serif;
  --font-notoSansJp: 'Noto Sans JP', sans-serif;
  --font-media-en: 'Poppins', sans-serif; }

.p-prodMvHeight {
  height: 500px; }
  @media screen and (max-width: 768px) {
    .p-prodMvHeight {
      height: 315px; } }

.p-prodMv {
  position: fixed;
  top: 190px;
  left: 0;
  width: 100%; }
  @media screen and (max-width: 768px) {
    .p-prodMv {
      top: 245px;
      padding-bottom: 40px; } }
  @media screen and (max-width: 559px) {
    .p-prodMv {
      top: 204px; } }
  @media screen and (max-width: 768px) {
    .p-prodMv .m-underMv__title .-en {
      margin-bottom: 16px;
      line-height: 1;
      letter-spacing: 0; } }
  @media screen and (max-width: 768px) {
    .p-prodMv .m-underMv__title .-en::after {
      line-height: 1; } }
  .p-prodMv__icon {
    z-index: var(--z-neg);
    position: absolute;
    top: 157px;
    right: -140px;
    display: block;
    width: 807px;
    height: 330px;
    background-image: url(../images/productivity/icon-mv.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0; }
    @media screen and (max-width: 768px) {
      .p-prodMv__icon {
        top: unset;
        right: 30px;
        bottom: 25px;
        width: 130px;
        height: 58px;
        background-image: url(../images/productivity/icon-mv_sp.svg); } }

.p-prod {
  z-index: 2;
  position: relative;
  padding: 114px 0 80px;
  border-radius: 80px 80px 0 0;
  background-color: var(--color-gray-bg); }
  @media screen and (max-width: 768px) {
    .p-prod {
      padding: 62px 0 0;
      border-radius: 40px 40px 0 0; } }
  .p-prod__desc {
    width: calc(100% - 280px);
    max-width: 800px;
    margin-bottom: 100px;
    margin-left: auto;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2;
    color: var(--color-black-text);
    letter-spacing: 0.03em; }
    .p-prod__desc strong {
      font-weight: bold;
      color: var(--color-primary); }
    @media screen and (max-width: 768px) {
      .p-prod__desc {
        width: 100%;
        max-width: none;
        margin-bottom: 36px;
        font-size: 1.5rem; } }

.p-prodContainer {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 768px) {
    .p-prodContainer {
      flex-direction: column;
      gap: 62px 0; } }

.p-prodSecNav {
  position: sticky;
  top: 100px;
  left: 0;
  width: 260px;
  height: 100%;
  padding-top: 30px;
  flex-shrink: 0; }
  @media screen and (max-width: 768px) {
    .p-prodSecNav {
      position: static;
      width: 100%;
      padding: 22px 20px 17px;
      border-radius: 10px;
      background-color: var(--color-white); } }
  .p-prodSecNav__title {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--color-border);
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: var(--color-primary);
    text-align: center;
    letter-spacing: 0.03em; }
  @media screen and (max-width: 768px) {
    .p-prodSecNav__item {
      max-width: 230px;
      margin: 0 auto; } }
  .p-prodSecNav__item + .p-prodSecNav__item {
    margin-top: 16px; }
    @media print, screen and (min-width: 769px) {
      .p-prodSecNav__item + .p-prodSecNav__item {
        margin-top: 24px; } }
  .p-prodSecNav__item a {
    position: relative;
    display: block;
    padding-left: 30px;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.75;
    color: var(--color-primary);
    letter-spacing: 0.03em;
    transition: opacity 0.3s ease-in-out; }
    @media print, screen and (min-width: 769px) {
      .p-prodSecNav__item a {
        font-size: 1.4rem;
        color: var(--color-lightgray-text); } }
    .p-prodSecNav__item a span {
      position: absolute;
      top: 48%;
      left: 0;
      display: block;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      background-color: var(--color-primary);
      content: '';
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media print, screen and (min-width: 769px) {
        .p-prodSecNav__item a span {
          background-color: var(--color-lightgray-text); } }
      .p-prodSecNav__item a span::after {
        position: absolute;
        top: 50%;
        left: 40%;
        display: block;
        width: 5px;
        height: 5px;
        border-right: 1px solid var(--color-white);
        border-bottom: 1px solid var(--color-white);
        content: '';
        -webkit-transform: rotate(45deg) translate(-50%, -50%);
                transform: rotate(45deg) translate(-50%, -50%); }
    @media print, screen and (min-width: 769px) {
      .p-prodSecNav__item a.is-current {
        color: var(--color-primary); }
        .p-prodSecNav__item a.is-current span {
          background-color: var(--color-primary); } }

.p-prodContents {
  width: calc(100% - 280px);
  max-width: 800px; }
  @media screen and (max-width: 768px) {
    .p-prodContents {
      width: 100%;
      max-width: none; } }

.p-prodSec {
  width: 100%; }
  .p-prodSec.-approach {
    margin-top: 270px; }
    @media screen and (max-width: 768px) {
      .p-prodSec.-approach {
        margin-top: 126px !important; } }
  .p-prodSec + .p-prodSec {
    margin-top: 100px; }
    @media screen and (max-width: 768px) {
      .p-prodSec + .p-prodSec {
        margin-top: 50px; } }
  .p-prodSec > *:last-child {
    margin-bottom: 0 !important; }
  .p-prodSec__subTitle {
    margin-top: 64px;
    margin-bottom: 46px;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.5;
    color: var(--color-black-text);
    letter-spacing: 0; }
    @media screen and (max-width: 768px) {
      .p-prodSec__subTitle {
        margin-top: 48px;
        margin-bottom: 32px;
        font-size: 1.6rem; } }
  .p-prodSec p {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2;
    color: var(--color-black-text);
    text-align: justify;
    letter-spacing: 0.03em; }
    @media screen and (max-width: 768px) {
      .p-prodSec p {
        font-size: 1.4rem; } }
    .p-prodSec p strong {
      font-weight: 700;
      color: var(--color-primary); }
    .p-prodSec p + p {
      margin-top: 90px; }
      @media screen and (max-width: 768px) {
        .p-prodSec p + p {
          margin-top: 50px; } }
  .p-prodSec figure {
    display: block;
    margin: 40px 0; }
    @media screen and (max-width: 768px) {
      .p-prodSec figure {
        width: calc(100% + 20px);
        margin: 30px 0;
        margin-left: -10px; } }
    .p-prodSec figure img {
      width: 100%;
      height: auto; }
  .p-prodSec ol,
  .p-prodSec ul {
    margin-top: 16px;
    margin-bottom: 16px;
    padding-left: 1.6rem;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2;
    color: var(--color-black-text); }
    @media screen and (max-width: 768px) {
      .p-prodSec ol,
      .p-prodSec ul {
        font-size: 1.4rem; } }
    .p-prodSec ol li,
    .p-prodSec ul li {
      list-style-type: disc; }
  .p-prodSec__approachIcon {
    position: absolute;
    right: 0;
    bottom: 18.7%;
    display: block;
    width: 210px;
    height: 230px;
    background-image: url(../images/productivity/icon-productivity1.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    @media screen and (max-width: 768px) {
      .p-prodSec__approachIcon {
        bottom: 20%;
        width: 105px;
        height: 90px;
        background-image: url(../images/productivity/icon-productivity1_sp.svg); } }

.p-prodService {
  position: relative;
  overflow: hidden;
  margin-top: -1px;
  padding: 80px 0 120px;
  background-color: var(--color-gray-bg); }
  @media screen and (max-width: 768px) {
    .p-prodService {
      padding: 76px 0 64px; } }
  @media screen and (max-width: 768px) {
    .p-prodService .c-title_sec2 {
      z-index: 2;
      position: relative; } }
  .p-prodService::after {
    position: absolute;
    right: 0;
    bottom: 160px;
    display: block;
    width: 75.5%;
    height: 378px;
    content: ''; }
    @media screen and (max-width: 768px) {
      .p-prodService::after {
        bottom: 0;
        width: 100%;
        height: 335px; } }
  .p-prodService__desc {
    font-weight: 400;
    line-height: 2;
    text-align: justify;
    letter-spacing: 0.03em; }
    @media screen and (max-width: 768px) {
      .p-prodService__desc {
        font-size: 1.4rem; } }
  .p-prodService__contents {
    width: calc(100% - 280px);
    max-width: 800px;
    margin-left: auto; }
    @media screen and (max-width: 768px) {
      .p-prodService__contents {
        width: 100%;
        max-width: none; } }
  .p-prodService__navs {
    display: flex;
    height: 50px;
    margin-right: -61px;
    margin-bottom: 30px;
    gap: 0 20px;
    align-items: center;
    justify-content: flex-end; }
    @media screen and (max-width: 1239px) {
      .p-prodService__navs {
        margin-right: 0; } }
    @media screen and (max-width: 768px) {
      .p-prodService__navs {
        height: 30px;
        margin: 16px;
        gap: 0 15px; } }
  .p-prodService__slider {
    overflow: visible;
    margin-top: 40px; }
    .p-prodService__slider .swiper-slide {
      padding-right: 40px; }
      @media screen and (max-width: 768px) {
        .p-prodService__slider .swiper-slide {
          padding-right: 32px; } }
      .p-prodService__slider .swiper-slide a {
        display: block; }
        @media print, screen and (min-width: 769px) {
          .p-prodService__slider .swiper-slide a:hover .p-prodService__slideImg img {
            -webkit-transform: scale(1.1);
                    transform: scale(1.1); } }
    .p-prodService__slider .swiper-button-prev,
    .p-prodService__slider .swiper-button-next {
      position: static;
      width: 50px;
      height: 50px;
      margin-top: 0;
      border: 1px solid var(--color-primary);
      border-radius: 50%;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      transition: opacity 0.3s ease-in-out; }
      @media screen and (max-width: 768px) {
        .p-prodService__slider .swiper-button-prev,
        .p-prodService__slider .swiper-button-next {
          width: 30px;
          height: 30px; } }
      .p-prodService__slider .swiper-button-prev::before,
      .p-prodService__slider .swiper-button-next::before {
        display: block;
        width: 17px;
        height: 17px;
        content: ''; }
      .p-prodService__slider .swiper-button-prev::after,
      .p-prodService__slider .swiper-button-next::after {
        display: none; }
      @media print, screen and (min-width: 769px) {
        .p-prodService__slider .swiper-button-prev:hover,
        .p-prodService__slider .swiper-button-next:hover {
          opacity: 0.7; } }
    .p-prodService__slider .swiper-button-prev::before {
      background-image: url(../images/top/icon-arrow-prev.svg); }
    .p-prodService__slider .swiper-button-next::before {
      background-image: url(../images/top/icon-arrow-next.svg); }
  .p-prodService__slideImg {
    overflow: hidden;
    width: 100%;
    border-radius: 8px;
    aspect-ratio: 85/59; }
    .p-prodService__slideImg img {
      width: 100%;
      height: 100%;
      border-radius: 8px;
      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;
      -o-object-fit: cover;
         object-fit: cover; }
  .p-prodService__slideInfo {
    display: flex;
    margin-top: 24px;
    align-items: center;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      .p-prodService__slideInfo {
        margin-top: 17px; } }
    .p-prodService__slideInfo .-name {
      font-size: 1.6rem;
      font-weight: 700;
      line-height: 1.5;
      color: var(--color-black); }
      @media screen and (max-width: 768px) {
        .p-prodService__slideInfo .-name {
          font-size: 1.3rem; } }
    .p-prodService__slideInfo .-type {
      font-size: 1.3rem;
      font-weight: 700;
      line-height: 140%; }
      @media screen and (max-width: 768px) {
        .p-prodService__slideInfo .-type {
          font-size: 1.2rem; } }
      .p-prodService__slideInfo .-type::before {
        display: inline-block;
        width: 8px;
        height: 8px;
        margin-right: 8px;
        margin-bottom: 1px;
        border-radius: 50%;
        content: ''; }
      .p-prodService__slideInfo .-type.-visualization {
        color: var(--color-accent); }
        .p-prodService__slideInfo .-type.-visualization::before {
          background-color: var(--color-accent); }
      .p-prodService__slideInfo .-type.-normalization {
        color: var(--color-lightblue); }
        .p-prodService__slideInfo .-type.-normalization::before {
          background-color: var(--color-lightblue); }
      .p-prodService__slideInfo .-type.-simplification {
        color: var(--color-blue); }
        .p-prodService__slideInfo .-type.-simplification::before {
          background-color: var(--color-blue); }
      .p-prodService__slideInfo .-type.-thoroughness {
        color: var(--color-primary); }
        .p-prodService__slideInfo .-type.-thoroughness::before {
          background-color: var(--color-primary); }
  .p-prodService .c-btn_ghost {
    display: block;
    margin: 60px auto 0; }
    @media screen and (max-width: 768px) {
      .p-prodService .c-btn_ghost {
        margin: 50px auto 0; } }

.p-prod,
.p-prodService {
  transition: background-color, 0.3s ease-in-out; }
  .p-prod .p-prodSecNav__item a,
  .p-prod .c-title_sec2 .-ja,
  .p-prod .c-title_sec2 .-en,
  .p-prod .p-prodService__contents,
  .p-prod .p-prodSec,
  .p-prod .p-prodSec p,
  .p-prod .p-prodSec p strong,
  .p-prod .p-prodService__slideInfo .-name,
  .p-prod .p-prodSec__subTitle,
  .p-prodService .p-prodSecNav__item a,
  .p-prodService .c-title_sec2 .-ja,
  .p-prodService .c-title_sec2 .-en,
  .p-prodService .p-prodService__contents,
  .p-prodService .p-prodSec,
  .p-prodService .p-prodSec p,
  .p-prodService .p-prodSec p strong,
  .p-prodService .p-prodService__slideInfo .-name,
  .p-prodService .p-prodSec__subTitle {
    transition: color 0.3s ease-in-out, font-weight 0.3s ease-in-out; }
  .p-prod .p-prodSecNav__item a::before,
  .p-prodService .p-prodSecNav__item a::before {
    transition: background-color 0.3s ease-in-out; }
  .p-prod .c-title_sec2 .-ja::before,
  .p-prodService .c-title_sec2 .-ja::before {
    transition: background-color 0.3s ease-in-out; }
  .p-prod.-bg-change,
  .p-prodService.-bg-change {
    background-color: #073a82; }
    .p-prod.-bg-change .p-prodSecNav__item a,
    .p-prodService.-bg-change .p-prodSecNav__item a {
      color: var(--color-white); }
      .p-prod.-bg-change .p-prodSecNav__item a::before,
      .p-prodService.-bg-change .p-prodSecNav__item a::before {
        background-image: url(../images/productivity/icon-nav-wh.svg); }
    .p-prod.-bg-change .c-title_sec2 .-ja,
    .p-prod.-bg-change .c-title_sec2 .-en,
    .p-prodService.-bg-change .c-title_sec2 .-ja,
    .p-prodService.-bg-change .c-title_sec2 .-en {
      color: var(--color-white); }
    .p-prod.-bg-change .c-title_sec2 .-ja::before,
    .p-prodService.-bg-change .c-title_sec2 .-ja::before {
      background-color: var(--color-white); }
    .p-prod.-bg-change .p-prodService__contents,
    .p-prod.-bg-change .p-prodSec,
    .p-prod.-bg-change .p-prodSec p,
    .p-prod.-bg-change .p-prodSec ul,
    .p-prod.-bg-change .p-prodSec ol,
    .p-prod.-bg-change .p-prodService__slideInfo .-name,
    .p-prod.-bg-change .p-prodSec__subTitle,
    .p-prodService.-bg-change .p-prodService__contents,
    .p-prodService.-bg-change .p-prodSec,
    .p-prodService.-bg-change .p-prodSec p,
    .p-prodService.-bg-change .p-prodSec ul,
    .p-prodService.-bg-change .p-prodSec ol,
    .p-prodService.-bg-change .p-prodService__slideInfo .-name,
    .p-prodService.-bg-change .p-prodSec__subTitle {
      color: var(--color-white); }
    .p-prod.-bg-change .p-prodSec p,
    .p-prodService.-bg-change .p-prodSec p {
      font-weight: 500; }
      .p-prod.-bg-change .p-prodSec p strong,
      .p-prodService.-bg-change .p-prodSec p strong {
        font-weight: 700; }
    .p-prod.-bg-change .p-prodSec p strong,
    .p-prodService.-bg-change .p-prodSec p strong {
      color: var(--color-accent); }

/*========================================*/
/*  break point
/*========================================*/
/*========================================*/
/*  media query Mixin
/*========================================*/
/*========================================*/
/*  color
/*========================================*/
:root {
  --color-white: #fff;
  --color-black: #000;
  --color-primary: #00429f;
  --color-accent: #ef9c00;
  --color-blue: #0076dd;
  --color-lightblue: #0597f2;
  --color-navy: #00337b;
  --color-navy-cv: #013785;
  --color-about-bg: #073a82;
  --color-border: #d4d4d4;
  --color-border2: #D3DDED;
  --color-black-text: #212325;
  --color-gray-text: #5c5e64;
  --color-gray-bg: #f2f2f2;
  --color-lightgray-bg: #f9f9f9;
  --color-iceblue-bg: #F1F5FD;
  --color-lightgray-text: #8c929d;
  --color-bg: #f8f9fe;
  --color-footerbg: #272a30;
  --color-footer-text: #d5d5d5;
  --color-iceblue: #ebf4ff;
  --color-media-white: #fff;
  --color-media-black: #2e2e2e;
  --color-media-black2: #323538;
  --color-media-black3: #1a1b1b;
  --color-media-gray: #757575;
  --color-media-gray_light: #efefef;
  --color-media-blue: #0076dd;
  --color-media-navy: #00429f;
  --color-media-blue-bg: #f1f5fd;
  --color-media-body-bg: #f9f9f9;
  --color-media-stroke: #d4d4d4;
  --color-media-footer-stroke: #333;
  --color-media-search-bottom: #4b4b4b; }

/*========================================*/
/*  font-family
/*========================================*/
:root {
  --font-gothic: 'Overpass', 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', '游ゴシック体', Meiryo, sans-serif;
  --font-notoSansJp: 'Noto Sans JP', sans-serif;
  --font-media-en: 'Poppins', sans-serif; }

.p-serviceMv {
  position: fixed;
  top: 225px;
  left: 0;
  width: 100%;
  padding: 145px 0 60px; }
  @media print, screen and (min-width: 769px) {
    .p-serviceMv {
      top: 236px;
      padding: 186px 0 121px; } }

.p-serviceContents {
  z-index: 2;
  position: relative; }

.p-serviceLead {
  padding: 56px 0 48px;
  background-color: var(--color-bg); }
  @media print, screen and (min-width: 769px) {
    .p-serviceLead {
      padding: 63px 0 90px; } }
  .p-serviceLead__container {
    display: grid;
    grid-template-areas: "head" "image" "dl";
    gap: 24px; }
    @media print, screen and (min-width: 769px) {
      .p-serviceLead__container {
        grid-template-areas: "head image" "dl image";
        grid-template-columns: 1fr 1fr;
        gap: 32px; } }
  .p-serviceLead__head {
    grid-area: head; }
  .p-serviceLead__title {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    color: var(--color-primary); }
    @media print, screen and (min-width: 769px) {
      .p-serviceLead__title {
        margin-top: 35px;
        font-size: 2.9rem; } }
    .p-serviceLead__title span:first-child {
      font-size: 3.2rem;
      letter-spacing: 0.03em; }
      @media print, screen and (min-width: 769px) {
        .p-serviceLead__title span:first-child {
          font-size: 6rem; } }
    .p-serviceLead__title span:nth-child(2) {
      font-size: 2.2rem; }
      @media print, screen and (min-width: 769px) {
        .p-serviceLead__title span:nth-child(2) {
          font-size: 4rem; } }
  .p-serviceLead__desc {
    margin-top: 16px;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2;
    color: var(--color-black-text);
    letter-spacing: 0.03em; }
    @media print, screen and (min-width: 769px) {
      .p-serviceLead__desc {
        margin-top: 24px;
        font-size: 1.8rem; } }
  .p-serviceLead__image {
    position: relative;
    grid-area: image; }
  .p-serviceLead__name {
    position: absolute;
    bottom: 16px;
    left: 16px;
    letter-spacing: 0.03em; }
    @media print, screen and (min-width: 769px) {
      .p-serviceLead__name {
        position: static;
        max-width: 435px;
        margin-top: 30px;
        margin-right: auto;
        margin-left: auto; } }
    .p-serviceLead__name__en {
      font-family: var(--font-en);
      font-size: 1.3rem;
      font-weight: 600;
      color: var(--color-primary); }
      @media print, screen and (min-width: 769px) {
        .p-serviceLead__name__en {
          font-size: 1.5rem; } }
    .p-serviceLead__name__ja {
      display: inline-flex;
      margin-top: 4px;
      padding: 5px 8px;
      background-color: #fff;
      align-items: center; }
      @media print, screen and (min-width: 769px) {
        .p-serviceLead__name__ja {
          margin-top: 6px;
          font-size: 1.8rem; } }
      .p-serviceLead__name__ja span {
        font-weight: bold;
        line-height: 1.5;
        -webkit-transform: translateY(2px);
                transform: translateY(2px); }
    .p-serviceLead__name__position {
      margin-top: 4px;
      padding: 4px 8px;
      background-color: #fff;
      font-size: 1.1rem;
      font-weight: normal; }
      @media print, screen and (min-width: 769px) {
        .p-serviceLead__name__position {
          margin-top: 6px;
          font-size: 1.3rem;
          letter-spacing: .02em; } }
  .p-serviceLead dl {
    padding: 24px 0 0;
    border-top: 1px solid var(--color-border2);
    line-height: 2;
    letter-spacing: 0.03em;
    grid-area: dl; }
    @media print, screen and (min-width: 769px) {
      .p-serviceLead dl {
        max-width: 510px; } }
    .p-serviceLead dl dt {
      font-size: 1.3rem;
      font-weight: bold;
      color: var(--color-primary); }
    .p-serviceLead dl dd {
      margin-top: 5px;
      font-size: 1.2rem;
      color: var(--color-gray-text); }
      @media print, screen and (min-width: 769px) {
        .p-serviceLead dl dd {
          margin-top: 0;
          font-size: 1.3rem; } }
    .p-serviceLead dl dd + dt {
      margin-top: 16px; }
      @media print, screen and (min-width: 769px) {
        .p-serviceLead dl dd + dt {
          margin-top: 24px; } }

.p-serviceSection {
  padding: 48px 0;
  background-color: #fff; }
  .p-serviceSection:nth-child(odd) {
    background-color: var(--color-bg); }
  @media print, screen and (min-width: 769px) {
    .p-serviceSection {
      padding: 80px 0; } }
  .p-serviceSection__en {
    font-family: var(--font-gothic);
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.03em; }
    @media print, screen and (min-width: 769px) {
      .p-serviceSection__en {
        font-size: 1.8rem; } }
    .p-serviceSection__en.-visualization {
      color: var(--color-accent); }
    .p-serviceSection__en.-normalization {
      color: var(--color-lightblue); }
    .p-serviceSection__en.-simplification {
      color: var(--color-blue); }
    .p-serviceSection__en.-thoroughness {
      color: var(--color-primary); }
  .p-serviceSection__head {
    margin-top: 8px; }
    @media print, screen and (min-width: 769px) {
      .p-serviceSection__head {
        display: flex;
        gap: 80px;
        align-items: center; } }
  .p-serviceSection h2 {
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0; }
    @media print, screen and (min-width: 769px) {
      .p-serviceSection h2 {
        font-size: 4rem;
        -webkit-transform: translateY(2px);
                transform: translateY(2px); } }
  .p-serviceSection p {
    margin-top: 16px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.03em; }
    @media print, screen and (min-width: 769px) {
      .p-serviceSection p {
        margin-top: 0;
        font-size: 1.6rem; } }
  .p-serviceSection__cardArea {
    margin-top: 32px; }
    @media print, screen and (min-width: 769px) {
      .p-serviceSection__cardArea {
        margin-top: 40px; } }
  .p-serviceSection__card {
    position: relative;
    display: block;
    padding: 16px;
    border: 1px solid var(--color-border);
    background-color: var(--color-white);
    color: inherit; }
    @media print, screen and (min-width: 769px) {
      .p-serviceSection__card {
        display: flex;
        padding: 50px 112px 50px 32px;
        gap: 64px;
        align-items: center; }
        .p-serviceSection__card:not(div):hover .p-serviceSection__card__thumb img {
          -webkit-transform: scale(1.1);
                  transform: scale(1.1); }
        .p-serviceSection__card:not(div):hover .p-serviceSection__card__arrow {
          background-color: var(--color-white); }
          .p-serviceSection__card:not(div):hover .p-serviceSection__card__arrow:before {
            border-color: var(--color-primary); } }
    .p-serviceSection__card__thumb {
      overflow: hidden; }
      .p-serviceSection__card__thumb img {
        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;
        aspect-ratio: 283 / 205;
        -o-object-fit: cover;
           object-fit: cover; }
      @media print, screen and (min-width: 769px) {
        .p-serviceSection__card__thumb {
          flex-basis: 340px;
          aspect-ratio: 340 / 205; } }
    .p-serviceSection__card__text {
      flex: 1; }
    .p-serviceSection__card h3 {
      margin-top: 24px;
      font-weight: bold;
      line-height: 1.5;
      letter-spacing: 0; }
      @media print, screen and (min-width: 769px) {
        .p-serviceSection__card h3 {
          margin-top: 0;
          font-size: 2rem; } }
    .p-serviceSection__card p {
      margin-top: 12px;
      font-size: 1.2rem;
      font-weight: 400;
      line-height: 2;
      letter-spacing: 0.03em; }
      @media print, screen and (min-width: 769px) {
        .p-serviceSection__card p {
          margin-top: 16px;
          font-size: 1.4rem; } }
    .p-serviceSection__card__bottom {
      display: flex;
      margin-top: 16px;
      flex-wrap: wrap;
      gap: 8px;
      align-items: center; }
      @media print, screen and (min-width: 769px) {
        .p-serviceSection__card__bottom {
          margin-top: 24px;
          gap: 24px; } }
    .p-serviceSection__card__period {
      font-size: 1.3rem;
      font-weight: 400;
      line-height: 2;
      color: var(--color-primary);
      letter-spacing: 0.03em; }
      @media print, screen and (min-width: 769px) {
        .p-serviceSection__card__period {
          font-size: 1.4rem; } }
      .p-serviceSection__card__period span {
        font-size: 1rem; }
    .p-serviceSection__card__logo {
      display: block;
      width: 118px; }
      @media print, screen and (min-width: 769px) {
        .p-serviceSection__card__logo {
          width: 148px;
          -webkit-transform: translateY(-3px);
                  transform: translateY(-3px); } }
      .p-serviceSection__card__logo img {
        display: block; }
      .p-serviceSection__card__logo.-bizerteam {
        -webkit-transform: translateY(-2.5px);
                transform: translateY(-2.5px); }
        @media print, screen and (min-width: 769px) {
          .p-serviceSection__card__logo.-bizerteam {
            -webkit-transform: translateY(-3px);
                    transform: translateY(-3px); } }
    .p-serviceSection__card__arrow {
      position: absolute;
      top: 50%;
      right: 32px;
      display: none;
      width: 40px;
      height: 40px;
      border: 1px solid var(--color-primary);
      border-radius: 50%;
      background-color: var(--color-primary);
      transition: background-color 0.3s ease-in-out;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media print, screen and (min-width: 769px) {
        .p-serviceSection__card__arrow {
          display: block; } }
      .p-serviceSection__card__arrow:before {
        position: absolute;
        top: 50%;
        left: 48%;
        display: block;
        width: 7px;
        height: 7px;
        border-top: 1.5px solid var(--color-white);
        border-right: 1.5px solid var(--color-white);
        content: '';
        transition: border-color 0.3s ease-in-out;
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
                transform: translate(-50%, -50%) rotate(45deg); }
    .p-serviceSection__card + .p-serviceSection__card {
      margin-top: 16px; }
      @media print, screen and (min-width: 769px) {
        .p-serviceSection__card + .p-serviceSection__card {
          margin-top: 32px; } }

.p-systemBase {
  position: relative;
  background-color: var(--color-iceblue-bg); }

.p-systemLead {
  padding: 40px 0; }
  @media print, screen and (min-width: 769px) {
    .p-systemLead {
      padding-top: 23px;
      padding-bottom: calc(40px + 34px); } }

.p-systemContents {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background: var(--color-white); }
  @media print, screen and (min-width: 769px) {
    .p-systemContents {
      border-top-left-radius: 80px;
      border-top-right-radius: 80px; } }

.p-systemCompany {
  padding: 80px 0; }
  @media print, screen and (min-width: 769px) {
    .p-systemCompany {
      padding: 100px 0 120px; } }
  .p-systemCompany p {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center; }
    @media print, screen and (min-width: 769px) {
      .p-systemCompany p {
        font-size: 1.8rem; } }
  .p-systemCompany_logo {
    overflow: hidden;
    margin-top: 32px; }
    @media print, screen and (min-width: 769px) {
      .p-systemCompany_logo {
        margin-top: 40px; } }
    .p-systemCompany_logo_list {
      height: 42px; }
      @media print, screen and (min-width: 769px) {
        .p-systemCompany_logo_list {
          height: 75px; } }
      .p-systemCompany_logo_list + .p-systemCompany_logo_list {
        margin-top: 19px; }
        @media print, screen and (min-width: 769px) {
          .p-systemCompany_logo_list + .p-systemCompany_logo_list {
            margin-top: 40px; } }
    .p-systemCompany_logo .swiper-wrapper {
      transition-timing-function: linear; }
    .p-systemCompany_logo .swiper-slide img {
      height: 100%; }

.p-systemSection {
  padding: 40px 0 32px;
  border-top: 1px solid var(--color-border2); }
  @media print, screen and (min-width: 769px) {
    .p-systemSection {
      padding: 64px 0 56px; } }
  .p-systemSection h2 {
    text-align: center; }
    .p-systemSection h2 span {
      display: block;
      font-size: 1.4rem;
      font-weight: bold;
      line-height: 2;
      color: var(--color-gray-text);
      letter-spacing: .03em; }
      @media print, screen and (min-width: 769px) {
        .p-systemSection h2 span {
          font-size: 1.6rem; } }
    .p-systemSection h2 img {
      display: block;
      width: 222px;
      margin-top: 10px;
      margin-right: auto;
      margin-left: auto; }
      @media print, screen and (min-width: 769px) {
        .p-systemSection h2 img {
          width: 332px;
          margin-top: 18px; } }
      .p-systemSection h2 img.-hankura {
        width: 150px; }
        @media print, screen and (min-width: 769px) {
          .p-systemSection h2 img.-hankura {
            width: 224px; } }

.p-systemSection_lead {
  margin-top: 40px;
  padding-bottom: 16px; }
  @media print, screen and (min-width: 769px) {
    .p-systemSection_lead {
      margin-top: 64px; } }
  .p-systemSection_lead_thumb {
    position: relative; }
  .p-systemSection_lead_badge {
    position: absolute;
    top: -29px;
    right: calc(-11px - 17px);
    width: calc(100px + 34px); }
    @media print, screen and (min-width: 769px) {
      .p-systemSection_lead_badge {
        top: -54px;
        right: calc(27px - 38px);
        width: calc(172px * 1.34); } }
  .p-systemSection_lead_catch {
    position: relative;
    margin-top: 42px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    letter-spacing: .03em; }
    @media print, screen and (min-width: 769px) {
      .p-systemSection_lead_catch {
        width: 720px;
        margin: -42px auto 0;
        padding: 66px 0 0;
        background: var(--color-white);
        font-size: 3.6rem; } }
    .p-systemSection_lead_catch::before {
      position: absolute;
      top: -10px;
      left: 50%;
      display: block;
      width: 15px;
      height: 2px;
      background-color: var(--color-primary);
      content: "";
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
      @media print, screen and (min-width: 769px) {
        .p-systemSection_lead_catch::before {
          top: 40px;
          width: 20px; } }
  .p-systemSection_lead > p {
    margin-top: 32px;
    font-size: 1.3rem;
    line-height: 2;
    color: var(--color-black-text);
    letter-spacing: .03em; }
    @media print, screen and (min-width: 769px) {
      .p-systemSection_lead > p {
        width: 710px;
        margin-top: 40px;
        margin-right: auto;
        margin-left: auto;
        font-size: 1.6rem; }
        .p-systemSection_lead > p span {
          font-size: 1.4rem; } }
  .p-systemSection_lead_btn {
    margin-top: 32px; }
    .p-systemSection_lead_btn a {
      max-width: 180px;
      margin-right: auto;
      margin-left: auto; }
      .p-systemSection_lead_btn a::after {
        width: 180px;
        height: 180px; }

.p-systemSectionH3 {
  padding: 48px 0; }
  .p-systemSectionH3:nth-child(odd) {
    background-color: var(--color-gray-bg); }
  @media print, screen and (min-width: 769px) {
    .p-systemSectionH3 {
      padding: 64px 0; } }
  @media print, screen and (min-width: 769px) {
    .p-systemSectionH3_inner {
      display: grid;
      grid-template-areas: "title contents";
      grid-template-columns: 1fr 730px;
      gap: 0 48px; }
      .p-systemSectionH3_inner.-card {
        grid-template-areas: "title desc" "title cards" "title caption"; } }
  .p-systemSectionH3_title {
    font-weight: bold;
    color: var(--color-primary);
    text-indent: -1em;
    letter-spacing: 0;
    -webkit-transform: translateX(16px);
            transform: translateX(16px); }
    @media print, screen and (min-width: 769px) {
      .p-systemSectionH3_title {
        font-size: 1.8rem;
        text-indent: -20px;
        -webkit-transform: translateX(20px);
                transform: translateX(20px);
        grid-area: title; } }
    .p-systemSectionH3_title::before {
      display: inline-block;
      width: 8px;
      height: 8px;
      margin-right: 8px;
      border-radius: 50%;
      background-color: var(--color-primary);
      content: '';
      -webkit-transform: translateY(-2px);
              transform: translateY(-2px); }
      @media print, screen and (min-width: 769px) {
        .p-systemSectionH3_title::before {
          width: 10px;
          height: 10px;
          margin-right: 10px; } }
  .p-systemSectionH3_list {
    margin-top: 24px;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--color-border); }
    @media print, screen and (min-width: 769px) {
      .p-systemSectionH3_list {
        margin-top: 14px;
        margin-bottom: 0;
        grid-area: contents; } }
    .p-systemSectionH3_list li {
      display: grid;
      padding: 32px 0;
      border-top: 1px solid var(--color-border);
      letter-spacing: .03em;
      grid-template-areas: "icon title" "icon text";
      grid-template-columns: 50px 1fr;
      gap: 16px 24px; }
      @media print, screen and (min-width: 769px) {
        .p-systemSectionH3_list li {
          padding-left: 32px;
          grid-template-columns: 60px 1fr;
          -webkit-column-gap: 36px;
             -moz-column-gap: 36px;
                  column-gap: 36px; } }
    .p-systemSectionH3_list_icon {
      grid-area: icon; }
    .p-systemSectionH3_list_head {
      font-size: 1.4rem;
      font-weight: bold;
      line-height: 1.5; }
      @media print, screen and (min-width: 769px) {
        .p-systemSectionH3_list_head {
          font-size: 1.6rem; } }
    .p-systemSectionH3_list_text {
      font-size: 1.3rem;
      line-height: 2;
      color: var(--color-gray-text); }
      @media print, screen and (min-width: 769px) {
        .p-systemSectionH3_list_text {
          font-size: 1.4rem; } }
  .p-systemSectionH3_desc {
    margin-top: 24px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2; }
    @media print, screen and (min-width: 769px) {
      .p-systemSectionH3_desc {
        margin-top: 0;
        font-size: 1.6rem;
        grid-area: desc; } }
  .p-systemSectionH3_cards {
    display: grid;
    margin-top: 32px;
    gap: 5px; }
    @media print, screen and (min-width: 769px) {
      .p-systemSectionH3_cards {
        margin-top: 24px;
        grid-area: cards;
        grid-template-columns: 1fr 1fr;
        gap: 10px; } }
  .p-systemSectionH3_card {
    position: relative;
    display: grid;
    padding: 24px 20px 20px;
    background-color: var(--color-white);
    grid-template-areas: 'icon title' 'icon catch';
    grid-template-columns: 50px 1fr;
    gap: 5px 20px; }
    @media print, screen and (min-width: 769px) {
      .p-systemSectionH3_card {
        padding-right: 32px;
        padding-left: 32px;
        gap: 3px 24px; } }
    .p-systemSectionH3_card_icon {
      display: flex;
      grid-area: icon;
      align-items: center; }
    .p-systemSectionH3_card_title {
      font-size: 1.2rem;
      font-weight: 700;
      line-height: 1.5;
      letter-spacing: .03em;
      grid-area: title; }
      @media print, screen and (min-width: 769px) {
        .p-systemSectionH3_card_title {
          font-size: 1.3rem; } }
    .p-systemSectionH3_card_catch {
      font-size: 1.4rem;
      line-height: 1.5;
      color: var(--color-primary);
      grid-area: catch; }
      @media print, screen and (min-width: 769px) {
        .p-systemSectionH3_card_catch {
          font-size: 1.6rem; } }
      .p-systemSectionH3_card_catch span {
        margin-right: 4px;
        margin-left: 4px;
        font-size: 2.8rem;
        font-weight: bold; }
        @media print, screen and (min-width: 769px) {
          .p-systemSectionH3_card_catch span {
            margin-right: 3px;
            margin-left: 3px; } }
    .p-systemSectionH3_card::after {
      position: absolute;
      top: 12px;
      right: 12px;
      display: block;
      width: 17px;
      height: 32px;
      background-image: url(../images/system/icon-down.png);
      content: ''; }
  .p-systemSectionH3_caption {
    margin-top: 16px;
    font-size: 1rem;
    line-height: 2;
    letter-spacing: 0.03em; }
    @media print, screen and (min-width: 769px) {
      .p-systemSectionH3_caption {
        font-size: 1.2rem;
        grid-area: caption; } }
  .p-systemSectionH3_en {
    font-family: var(--font-gothic);
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.5;
    color: var(--color-primary);
    letter-spacing: 0.03em; }
    @media print, screen and (min-width: 769px) {
      .p-systemSectionH3_en {
        font-size: 1.8rem; } }
  .p-systemSectionH3_caseTitle {
    margin-top: 8px;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0; }
    @media print, screen and (min-width: 769px) {
      .p-systemSectionH3_caseTitle {
        font-size: 3.2rem; } }
  .p-systemSectionH3_caseInner {
    position: relative; }
  .p-systemSectionH3_btn {
    position: absolute;
    top: 17px;
    right: 16px; }
    @media print, screen and (min-width: 769px) {
      .p-systemSectionH3_btn {
        top: 30px;
        right: 30px; } }
    .p-systemSectionH3_btn .c-btn_ghost {
      min-width: unset; }
  .p-systemSectionH3_caseList {
    margin-top: 32px; }
    @media print, screen and (min-width: 769px) {
      .p-systemSectionH3_caseList {
        margin-top: 40px; } }
  .p-systemSectionH3_graphArea_head {
    margin-top: 32px;
    padding: 10px 16px;
    background-color: var(--color-gray-text);
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.5;
    color: var(--color-white);
    letter-spacing: .03em; }
    @media print, screen and (min-width: 769px) {
      .p-systemSectionH3_graphArea_head {
        margin-top: 24px; } }
  .p-systemSectionH3_graphArea_image {
    display: grid;
    padding: 20px 5px;
    background: var(--color-white); }
    @media print, screen and (min-width: 769px) {
      .p-systemSectionH3_graphArea_image {
        grid-template-columns: 1fr 1fr; } }
  .p-systemSectionH3_graphArea_point {
    display: grid;
    padding: 32px 20px;
    border-top: 1px solid var(--color-border);
    background: var(--color-white); }
    @media print, screen and (min-width: 769px) {
      .p-systemSectionH3_graphArea_point {
        grid-template-areas: "en head" "en text";
        grid-template-columns: 45px 1fr;
        -webkit-column-gap: 32px;
           -moz-column-gap: 32px;
                column-gap: 32px; } }
    .p-systemSectionH3_graphArea_point_en {
      font-family: var(--font-gothic);
      font-size: 1.4rem;
      font-weight: bold;
      color: var(--color-primary); }
      @media print, screen and (min-width: 769px) {
        .p-systemSectionH3_graphArea_point_en {
          font-size: 1.6rem;
          grid-area: en; } }
    .p-systemSectionH3_graphArea_point_head {
      margin-top: 24px;
      font-size: 1.4rem;
      font-weight: bold;
      line-height: 1.5;
      letter-spacing: .03em; }
      @media print, screen and (min-width: 769px) {
        .p-systemSectionH3_graphArea_point_head {
          margin-top: 0;
          grid-area: head; } }
    .p-systemSectionH3_graphArea_point p {
      margin-top: 16px;
      font-size: 1.3rem;
      font-weight: 400;
      line-height: 2;
      color: var(--color-gray-text);
      letter-spacing: .03em; }
      @media print, screen and (min-width: 769px) {
        .p-systemSectionH3_graphArea_point p {
          margin-top: 13px;
          grid-area: text; } }
  .p-systemSectionH3_graphArea_cardArea {
    display: grid;
    margin-top: 5px;
    gap: 5px; }
    @media print, screen and (min-width: 769px) {
      .p-systemSectionH3_graphArea_cardArea {
        margin-top: 10px;
        grid-template-columns: 1fr 1fr;
        gap: 10px; } }
  .p-systemSectionH3_graphArea_card {
    display: grid;
    padding: 24px 20px;
    background-color: #fff;
    letter-spacing: .03em;
    grid-template-areas: "icon title" "icon text";
    grid-template-columns: 50px 1fr;
    gap: 10px 20px; }
    .p-systemSectionH3_graphArea_card_icon {
      grid-area: icon; }
    .p-systemSectionH3_graphArea_card_title {
      font-size: 1.4rem;
      font-weight: bold;
      line-height: 1.5;
      grid-area: title; }
      @media print, screen and (min-width: 769px) {
        .p-systemSectionH3_graphArea_card_title {
          font-size: 1.6rem; } }
    .p-systemSectionH3_graphArea_card_text {
      font-size: 1.3rem;
      line-height: 2;
      color: var(--color-gray-text);
      grid-area: text; }
      @media print, screen and (min-width: 769px) {
        .p-systemSectionH3_graphArea_card_text {
          font-size: 1.4rem; } }

/*========================================*/
/*  break point
/*========================================*/
/*========================================*/
/*  media query Mixin
/*========================================*/
/*========================================*/
/*  color
/*========================================*/
:root {
  --color-white: #fff;
  --color-black: #000;
  --color-primary: #00429f;
  --color-accent: #ef9c00;
  --color-blue: #0076dd;
  --color-lightblue: #0597f2;
  --color-navy: #00337b;
  --color-navy-cv: #013785;
  --color-about-bg: #073a82;
  --color-border: #d4d4d4;
  --color-border2: #D3DDED;
  --color-black-text: #212325;
  --color-gray-text: #5c5e64;
  --color-gray-bg: #f2f2f2;
  --color-lightgray-bg: #f9f9f9;
  --color-iceblue-bg: #F1F5FD;
  --color-lightgray-text: #8c929d;
  --color-bg: #f8f9fe;
  --color-footerbg: #272a30;
  --color-footer-text: #d5d5d5;
  --color-iceblue: #ebf4ff;
  --color-media-white: #fff;
  --color-media-black: #2e2e2e;
  --color-media-black2: #323538;
  --color-media-black3: #1a1b1b;
  --color-media-gray: #757575;
  --color-media-gray_light: #efefef;
  --color-media-blue: #0076dd;
  --color-media-navy: #00429f;
  --color-media-blue-bg: #f1f5fd;
  --color-media-body-bg: #f9f9f9;
  --color-media-stroke: #d4d4d4;
  --color-media-footer-stroke: #333;
  --color-media-search-bottom: #4b4b4b; }

/*========================================*/
/*  font-family
/*========================================*/
:root {
  --font-gothic: 'Overpass', 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', '游ゴシック体', Meiryo, sans-serif;
  --font-notoSansJp: 'Noto Sans JP', sans-serif;
  --font-media-en: 'Poppins', sans-serif; }

.p-downloadMv__icon {
  top: 169px;
  right: 61px;
  display: block;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: var(--color-blue);
  opacity: 0;
  transition: 0.3s ease;
  transition-property: opacity transform;
  -webkit-transform: scale(0);
          transform: scale(0); }
  @media screen and (max-width: 768px) {
    .p-downloadMv__icon {
      top: 152px;
      right: -31px;
      width: 69px;
      height: 69px; } }
  .p-downloadMv__icon.-show {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }

.p-downloadMv__iconSm {
  top: 281px;
  right: 272px;
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: var(--color-primary);
  opacity: 0;
  transition: 0.3s ease;
  transition-delay: 0.15s;
  transition-property: opacity transform;
  -webkit-transform: scale(0);
          transform: scale(0); }
  @media screen and (max-width: 768px) {
    .p-downloadMv__iconSm {
      top: 203px;
      right: 66px;
      width: 46px;
      height: 46px; } }
  .p-downloadMv__iconSm.-show {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }

.p-download {
  padding: 80px 0 160px;
  background-color: var(--color-lightgray-bg); }
  @media screen and (max-width: 768px) {
    .p-download {
      padding: 61px 0 64px; } }
  .p-download__nav {
    display: flex;
    margin-bottom: 80px;
    flex-wrap: wrap;
    gap: 24px 64px;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 768px) {
      .p-download__nav {
        margin-bottom: 64px;
        gap: 24px 20px;
        justify-content: flex-start; } }
  @media screen and (max-width: 768px) {
    .p-download__navItem {
      width: calc(50% - 10px); } }
  .p-download__navItem a {
    position: relative;
    display: inline-block;
    padding-left: 46px;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    color: var(--color-primary);
    letter-spacing: 0.03em;
    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; }
    @media screen and (max-width: 768px) {
      .p-download__navItem a {
        padding-left: 36px;
        font-size: 1.3rem; } }
    @media print, screen and (min-width: 769px) {
      .p-download__navItem a:hover {
        -webkit-transform: translateY(10px);
                transform: translateY(10px); } }
    .p-download__navItem a::before {
      position: absolute;
      top: calc(50% - 15px);
      left: 0;
      display: inline-block;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background-image: url(../images/common/icon-down-blue.svg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      content: ""; }
      @media screen and (max-width: 768px) {
        .p-download__navItem a::before {
          top: calc(50% - 10px);
          width: 20px;
          height: 20px; } }
  .p-download__list {
    display: flex;
    flex-wrap: wrap;
    gap: 64px 32px; }
    @media screen and (max-width: 768px) {
      .p-download__list {
        flex-direction: column;
        gap: 32px 0;
        align-items: center; } }
  .p-download__block {
    width: calc(33.33% - 22px);
    max-width: 352px; }
    @media screen and (max-width: 768px) {
      .p-download__block {
        width: 100%;
        max-width: 315px; } }
    @media screen and (max-width: 559px) {
      .p-download__block {
        max-width: none; } }
    .p-download__block .-img {
      padding: 34px 25px;
      background-color: var(--color-white); }
      @media screen and (max-width: 768px) {
        .p-download__block .-img {
          padding: 10px; } }
      .p-download__block .-img img {
        width: 100%;
        height: 100%;
        border: 1px solid var(--color-border);
        aspect-ratio: 64/35;
        -o-object-fit: cover;
           object-fit: cover; }
    .p-download__block .-title {
      margin: 30px 0 16px;
      font-size: 1.8rem;
      font-weight: 700;
      line-height: 1.5;
      color: var(--color-primary); }
      @media screen and (max-width: 768px) {
        .p-download__block .-title {
          margin: 16px 0 5px;
          font-size: 1.6rem; } }
    .p-download__block .-desc {
      margin-bottom: 16px;
      font-size: 1.6rem;
      font-weight: 400;
      line-height: 2;
      color: var(--color-gray-text);
      letter-spacing: 0.03em; }
      @media screen and (max-width: 768px) {
        .p-download__block .-desc {
          font-size: 1.3rem; } }
    .p-download__block .c-btn_ghost {
      display: inline-block;
      max-width: 190px; }
      .p-download__block .c-btn_ghost::after {
        width: 190px;
        height: 190px; }

.p-downloadSec + .p-downloadSec {
  margin-top: 160px; }
  @media screen and (max-width: 768px) {
    .p-downloadSec + .p-downloadSec {
      margin-top: 64px; } }

/*========================================*/
/*  break point
/*========================================*/
/*========================================*/
/*  media query Mixin
/*========================================*/
/*========================================*/
/*  color
/*========================================*/
:root {
  --color-white: #fff;
  --color-black: #000;
  --color-primary: #00429f;
  --color-accent: #ef9c00;
  --color-blue: #0076dd;
  --color-lightblue: #0597f2;
  --color-navy: #00337b;
  --color-navy-cv: #013785;
  --color-about-bg: #073a82;
  --color-border: #d4d4d4;
  --color-border2: #D3DDED;
  --color-black-text: #212325;
  --color-gray-text: #5c5e64;
  --color-gray-bg: #f2f2f2;
  --color-lightgray-bg: #f9f9f9;
  --color-iceblue-bg: #F1F5FD;
  --color-lightgray-text: #8c929d;
  --color-bg: #f8f9fe;
  --color-footerbg: #272a30;
  --color-footer-text: #d5d5d5;
  --color-iceblue: #ebf4ff;
  --color-media-white: #fff;
  --color-media-black: #2e2e2e;
  --color-media-black2: #323538;
  --color-media-black3: #1a1b1b;
  --color-media-gray: #757575;
  --color-media-gray_light: #efefef;
  --color-media-blue: #0076dd;
  --color-media-navy: #00429f;
  --color-media-blue-bg: #f1f5fd;
  --color-media-body-bg: #f9f9f9;
  --color-media-stroke: #d4d4d4;
  --color-media-footer-stroke: #333;
  --color-media-search-bottom: #4b4b4b; }

/*========================================*/
/*  font-family
/*========================================*/
:root {
  --font-gothic: 'Overpass', 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', '游ゴシック体', Meiryo, sans-serif;
  --font-notoSansJp: 'Noto Sans JP', sans-serif;
  --font-media-en: 'Poppins', sans-serif; }

.p-caseMain {
  overflow: hidden; }

.p-case__pickup {
  padding-bottom: 120px; }
  @media screen and (max-width: 768px) {
    .p-case__pickup {
      padding-bottom: 145px; } }
  .p-case__pickup .c-cardType1 {
    position: relative;
    display: block; }
    .p-case__pickup .c-cardType1 .c-cardType1__img img {
      transition: scale 0.3s ease-in-out;
      aspect-ratio: 32 / 17;
      -o-object-fit: cover;
         object-fit: cover; }
    @media print, screen and (min-width: 769px) {
      .p-case__pickup .c-cardType1 {
        overflow: hidden; }
        .p-case__pickup .c-cardType1:hover .c-cardType1__img img {
          scale: 1.1; } }
    .p-case__pickup .c-cardType1::before {
      z-index: 2;
      position: absolute;
      bottom: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 45%;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
      content: ''; }
    .p-case__pickup .c-cardType1 img {
      width: 100%; }
    .p-case__pickup .c-cardType1 .c-cardType1__textArea {
      z-index: 2;
      position: absolute;
      bottom: 24px;
      left: 4.687%;
      max-width: 90%; }
      @media screen and (max-width: 768px) {
        .p-case__pickup .c-cardType1 .c-cardType1__textArea {
          top: 77%;
          bottom: unset;
          left: 0;
          width: 100%;
          max-width: 100%;
          padding: 0 8px; } }
    .p-case__pickup .c-cardType1 .c-cardType1__titleArea {
      padding: 6px 8px 2px;
      background-color: var(--color-white); }
      @media screen and (max-width: 768px) {
        .p-case__pickup .c-cardType1 .c-cardType1__titleArea {
          padding: 10px 10px; } }
    .p-case__pickup .c-cardType1 .c-cardType1__title {
      display: -webkit-box;
      /* line-heightの倍数 (例: line-height: 1.5em なら 1.5em * 2 = 3em) */
      overflow: hidden;
      max-height: 3em;
      font-size: 2rem;
      font-weight: bold;
      line-height: 1.5;
      line-height: 1.5;
      /* 1行あたりの高さを設定 */
      color: var(--color-primary);
      text-overflow: ellipsis;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2; }
      @media screen and (max-width: 1023px) {
        .p-case__pickup .c-cardType1 .c-cardType1__title {
          font-size: 1.7rem; } }
      @media screen and (max-width: 768px) {
        .p-case__pickup .c-cardType1 .c-cardType1__title {
          max-height: 5em;
          /* line-heightの倍数 (例: line-height: 1.5em なら 1.5em * 2 = 3em) */
          font-size: 1.6rem;
          -webkit-line-clamp: 3; } }
    .p-case__pickup .c-cardType1 .c-cardType1__company {
      margin-top: 8px;
      font-size: 1.4rem;
      line-height: 1.5;
      color: var(--color-white); }
      @media screen and (max-width: 768px) {
        .p-case__pickup .c-cardType1 .c-cardType1__company {
          margin-top: 0;
          padding-left: 8px;
          font-size: 1.3rem;
          color: var(--color-gray-text); } }
  .p-case__pickup .p-case__swiper__title {
    position: relative;
    overflow: hidden;
    width: 64.8521%;
    margin: 0 auto 40px; }
    @media screen and (max-width: 768px) {
      .p-case__pickup .p-case__swiper__title {
        width: 82.8521%; } }
    .p-case__pickup .p-case__swiper__title::after {
      position: absolute;
      top: 50%;
      left: 93px;
      display: block;
      width: 100%;
      height: 1px;
      background-color: var(--color-border);
      content: '';
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .p-case__pickup .p-case__swiper__title span {
      font-size: 2.4rem;
      font-weight: bold;
      color: var(--color-lightgray-text); }
      @media screen and (max-width: 768px) {
        .p-case__pickup .p-case__swiper__title span {
          font-size: 1.6rem; } }
  .p-case__pickup .swiperCase01 {
    position: relative; }
  .p-case__pickup .swiper-button-next {
    display: block;
    overflow: hidden;
    width: 40px;
    height: 40px;
    border: 1px solid var(--color-primary);
    border-radius: 100%;
    background-color: var(--color-white);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15); }
    @media screen and (max-width: 768px) {
      .p-case__pickup .swiper-button-next {
        width: 32px;
        height: 32px;
        box-shadow: unset; } }
    .p-case__pickup .swiper-button-next::after {
      z-index: var(--z-neg);
      position: absolute;
      top: 50%;
      left: 50%;
      display: block;
      width: 100px;
      height: 100px;
      border-radius: 50%;
      background-color: #05236a;
      pointer-events: none;
      content: '';
      transition: -webkit-transform 0.4s ease-in-out;
      transition: transform 0.4s ease-in-out;
      transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
      -webkit-transform: translate(-50%, -50%) scale(0);
              transform: translate(-50%, -50%) scale(0); }
    @media print, screen and (min-width: 769px) {
      .p-case__pickup .swiper-button-next:hover {
        color: var(--color-white); }
        .p-case__pickup .swiper-button-next:hover::before {
          background-image: url("../images/top/icon-arrow-next-hover.svg"); }
        .p-case__pickup .swiper-button-next:hover::after {
          -webkit-transform: translate(-50%, -50%) scale(1);
                  transform: translate(-50%, -50%) scale(1); } }
    .p-case__pickup .swiper-button-next::before {
      position: absolute;
      top: 50%;
      left: 50%;
      display: block;
      width: 17px;
      height: 17px;
      background-image: url(../images/top/icon-arrow-next.svg);
      background-size: 17px 17px;
      content: '';
      transition: background-image 0.4s ease-in-out;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .p-case__pickup .swiper-button-prev {
    display: block;
    display: block;
    overflow: hidden;
    width: 40px;
    height: 40px;
    border: 1px solid var(--color-primary);
    border: 1px solid var(--color-primary);
    border-radius: 100%;
    border-radius: 100%;
    background-color: var(--color-white);
    background-color: var(--color-white);
    background-color: var(--color-white);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease-in-out; }
    @media screen and (max-width: 768px) {
      .p-case__pickup .swiper-button-prev {
        width: 32px;
        height: 32px;
        box-shadow: unset; } }
    .p-case__pickup .swiper-button-prev::after {
      z-index: var(--z-neg);
      position: absolute;
      top: 50%;
      left: 50%;
      display: block;
      width: 100px;
      height: 100px;
      border-radius: 50%;
      background-color: #05236a;
      pointer-events: none;
      content: '';
      transition: -webkit-transform 0.4s ease-in-out;
      transition: transform 0.4s ease-in-out;
      transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
      -webkit-transform: translate(-50%, -50%) scale(0);
              transform: translate(-50%, -50%) scale(0); }
    @media print, screen and (min-width: 769px) {
      .p-case__pickup .swiper-button-prev:hover {
        color: var(--color-white); }
        .p-case__pickup .swiper-button-prev:hover::before {
          background-image: url("../images/top/icon-arrow-prev-hover.svg"); }
        .p-case__pickup .swiper-button-prev:hover::after {
          -webkit-transform: translate(-50%, -50%) scale(1);
                  transform: translate(-50%, -50%) scale(1); } }
    .p-case__pickup .swiper-button-prev::before {
      z-index: 2;
      position: absolute;
      top: 50%;
      left: 50%;
      display: block;
      width: 17px;
      height: 17px;
      background-image: url(../images/top/icon-arrow-prev.svg);
      background-size: 17px 17px;
      content: '';
      transition: background-image 0.4s ease-in-out;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .p-case__pickup .swiper-button-next-case-00 {
    right: 40px; }
    @media screen and (max-width: 768px) {
      .p-case__pickup .swiper-button-next-case-00 {
        position: absolute;
        top: unset;
        right: var(--swiper-navigation-sides-offset, 10px);
        bottom: -105px;
        -webkit-transform: unset;
                transform: unset; } }
  .p-case__pickup .swiper-button-prev-case-00 {
    left: 40px; }
    @media screen and (max-width: 768px) {
      .p-case__pickup .swiper-button-prev-case-00 {
        position: absolute;
        top: unset;
        right: 52px;
        bottom: -105px;
        left: unset;
        -webkit-transform: unset;
                transform: unset; } }

.p-caseMv {
  position: relative;
  padding: 226px 0 120px; }
  @media screen and (max-width: 768px) {
    .p-caseMv {
      padding: 141px 0 78px; } }
  .p-caseMv__icon {
    top: 169px;
    right: 61px;
    display: block;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: var(--color-blue);
    opacity: 0;
    transition: 0.3s ease;
    transition-property: opacity transform;
    -webkit-transform: scale(0);
            transform: scale(0); }
    @media screen and (max-width: 768px) {
      .p-caseMv__icon {
        top: 152px;
        right: -31px;
        width: 69px;
        height: 69px; } }
    .p-caseMv__icon.-show {
      opacity: 1;
      -webkit-transform: scale(1);
              transform: scale(1); }
  .p-caseMv__iconSm {
    top: 281px;
    right: 272px;
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: var(--color-primary);
    opacity: 0;
    transition: 0.3s ease;
    transition-delay: 0.15s;
    transition-property: opacity transform;
    -webkit-transform: scale(0);
            transform: scale(0); }
    @media screen and (max-width: 768px) {
      .p-caseMv__iconSm {
        top: 203px;
        right: 66px;
        width: 46px;
        height: 46px; } }
    .p-caseMv__iconSm.-show {
      opacity: 1;
      -webkit-transform: scale(1);
              transform: scale(1); }

.p-case {
  padding: 80px 0 160px;
  background-color: var(--color-lightgray-bg); }
  @media screen and (max-width: 768px) {
    .p-case {
      padding: 40px 0 80px; } }
  .p-case .c-cardType1__logo {
    z-index: 10;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 32.3%;
    padding: 0 8px; }
    .p-case .c-cardType1__logo::before {
      z-index: var(--z-neg);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: var(--color-white);
      content: ''; }
  .p-case .c-cardType1__img {
    position: relative;
    overflow: hidden; }
    .p-case .c-cardType1__img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .p-case .p-case__list__container {
    max-width: 1220px; }
  .p-case .p-case__btn {
    display: block;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer; }
    .p-case .p-case__btn.is-open > span::after {
      rotate: -90deg; }
    .p-case .p-case__btn > span::after {
      rotate: 90deg; }
  .p-case .p-case__btn__area {
    margin-top: 52px;
    text-align: center; }
  .p-case .p-case__inner {
    padding: 20px; }
    @media screen and (max-width: 768px) {
      .p-case .p-case__inner {
        padding: 19px 16px; } }
  .p-case .p-case__tag__list {
    display: flex;
    margin: 15px 0;
    padding: 15px 0;
    border-top: 1px solid #f2f2f2;
    flex-wrap: wrap;
    gap: 5px 10px; }
    @media screen and (max-width: 768px) {
      .p-case .p-case__tag__list {
        gap: 8px 10px; } }
    .p-case .p-case__tag__list li {
      height: 26px;
      margin-top: -4px; }
      @media screen and (max-width: 768px) {
        .p-case .p-case__tag__list li {
          height: 24px; } }
  .p-case .c-tag {
    position: relative;
    padding-left: 10px;
    font-size: 1.2rem;
    font-weight: 400; }
    @media screen and (max-width: 768px) {
      .p-case .c-tag {
        font-size: 1.1rem; } }
    .p-case .c-tag::before {
      position: absolute;
      top: 46%;
      left: 0;
      width: 5px;
      height: 5px;
      border-radius: 99%;
      content: '';
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
  .p-case__nav {
    display: flex;
    margin-bottom: 80px;
    flex-wrap: wrap;
    gap: 24px 64px;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 768px) {
      .p-case__nav {
        margin-bottom: 64px;
        gap: 24px 20px;
        justify-content: flex-start; } }
  @media screen and (max-width: 768px) {
    .p-case__navItem {
      width: calc(50% - 10px); } }
  .p-case__navItem a {
    position: relative;
    display: inline-block;
    padding-left: 46px;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    color: var(--color-primary);
    letter-spacing: 0.03em;
    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; }
    @media screen and (max-width: 768px) {
      .p-case__navItem a {
        padding-left: 36px;
        font-size: 1.3rem; } }
    @media print, screen and (min-width: 769px) {
      .p-case__navItem a:hover {
        -webkit-transform: translateY(10px);
                transform: translateY(10px); } }
    .p-case__navItem a::before {
      position: absolute;
      top: calc(50% - 15px);
      left: 0;
      display: inline-block;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background-image: url(../images/common/icon-down-blue.svg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      content: ''; }
      @media screen and (max-width: 768px) {
        .p-case__navItem a::before {
          top: calc(50% - 10px);
          width: 20px;
          height: 20px; } }
  .p-case .p-case__list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 64px 3.44%; }
    @media screen and (max-width: 768px) {
      .p-case .p-case__list {
        flex-direction: column;
        gap: 20px 0;
        align-items: center; } }
    @media (min-width: 1022px) and (max-width: 1219px) {
      .p-case .p-case__list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        justify-items: center; } }
    .p-case .p-case__list.is-close::after {
      z-index: 20;
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      height: 170px;
      margin: auto;
      background: linear-gradient(0deg, #fff, #fff 10%, rgba(255, 255, 255, 0));
      content: ''; }
  .p-case .p-case__list__accordion {
    position: relative;
    display: none;
    margin-top: 64px;
    flex-wrap: wrap;
    gap: 64px 3.44%; }
    @media screen and (max-width: 768px) {
      .p-case .p-case__list__accordion {
        flex-direction: column;
        margin-top: 20px;
        gap: 20px 0;
        align-items: center; } }
    .p-case .p-case__list__accordion.is-open {
      display: flex; }
      @media (min-width: 1022px) and (max-width: 1219px) {
        .p-case .p-case__list__accordion.is-open {
          display: grid;
          grid-template-columns: 1fr 1fr;
          justify-items: center; } }
  .p-case .p-case__block {
    overflow: hidden;
    width: calc(33.33% - 22px);
    max-width: 360px;
    background-color: var(--color-white);
    cursor: pointer; }
    @media (min-width: 1022px) and (max-width: 1219px) {
      .p-case .p-case__block {
        width: 100%; } }
    @media screen and (max-width: 768px) {
      .p-case .p-case__block {
        width: 100%;
        max-width: unset; } }
    @media screen and (max-width: 559px) {
      .p-case .p-case__block {
        max-width: none; } }
    .p-case .p-case__block .c-cardType1__logo::before {
      transition: scale 0.3s ease-in-out; }
    .p-case .p-case__block .c-cardType1__img img {
      transition: scale 0.3s ease-in-out; }
    @media print, screen and (min-width: 769px) {
      .p-case .p-case__block:hover .c-cardType1__logo::before {
        scale: 1.1; }
      .p-case .p-case__block:hover .c-cardType1__img img {
        scale: 1.1; } }
    .p-case .p-case__block .-img img {
      width: 100%;
      height: 100%;
      aspect-ratio: 64/35;
      -o-object-fit: cover;
         object-fit: cover; }
    .p-case .p-case__block .-title {
      margin: 0 0 10px;
      font-size: 1.8rem;
      font-weight: 700;
      line-height: 1.5;
      color: var(--color-black-text); }
      @media screen and (max-width: 768px) {
        .p-case .p-case__block .-title {
          font-size: 1.4rem; } }
    .p-case .p-case__block .-company {
      font-size: 1.3rem;
      font-weight: 400;
      line-height: 2;
      color: var(--color-black-text);
      letter-spacing: 0.03em; }
    .p-case .p-case__block .-cat {
      margin-bottom: 10px;
      font-size: 1.3rem;
      font-weight: 400;
      line-height: 2;
      color: var(--color-lightgray-text);
      letter-spacing: 0.03em; }
    .p-case .p-case__block .c-btn_ghost {
      display: inline-block;
      max-width: 190px; }
      .p-case .p-case__block .c-btn_ghost::after {
        width: 190px;
        height: 190px; }

.p-caseSec + .p-caseSec {
  margin-top: 160px; }
  @media screen and (max-width: 768px) {
    .p-caseSec + .p-caseSec {
      margin-top: 64px; } }

/*========================================*/
/*  break point
/*========================================*/
/*========================================*/
/*  media query Mixin
/*========================================*/
/*========================================*/
/*  color
/*========================================*/
:root {
  --color-white: #fff;
  --color-black: #000;
  --color-primary: #00429f;
  --color-accent: #ef9c00;
  --color-blue: #0076dd;
  --color-lightblue: #0597f2;
  --color-navy: #00337b;
  --color-navy-cv: #013785;
  --color-about-bg: #073a82;
  --color-border: #d4d4d4;
  --color-border2: #D3DDED;
  --color-black-text: #212325;
  --color-gray-text: #5c5e64;
  --color-gray-bg: #f2f2f2;
  --color-lightgray-bg: #f9f9f9;
  --color-iceblue-bg: #F1F5FD;
  --color-lightgray-text: #8c929d;
  --color-bg: #f8f9fe;
  --color-footerbg: #272a30;
  --color-footer-text: #d5d5d5;
  --color-iceblue: #ebf4ff;
  --color-media-white: #fff;
  --color-media-black: #2e2e2e;
  --color-media-black2: #323538;
  --color-media-black3: #1a1b1b;
  --color-media-gray: #757575;
  --color-media-gray_light: #efefef;
  --color-media-blue: #0076dd;
  --color-media-navy: #00429f;
  --color-media-blue-bg: #f1f5fd;
  --color-media-body-bg: #f9f9f9;
  --color-media-stroke: #d4d4d4;
  --color-media-footer-stroke: #333;
  --color-media-search-bottom: #4b4b4b; }

/*========================================*/
/*  font-family
/*========================================*/
:root {
  --font-gothic: 'Overpass', 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', '游ゴシック体', Meiryo, sans-serif;
  --font-notoSansJp: 'Noto Sans JP', sans-serif;
  --font-media-en: 'Poppins', sans-serif; }

.p-caseDetail {
  padding: 160px 0 0 0;
  font-weight: 400; }
  .p-caseDetail iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9; }
  @media screen and (max-width: 768px) {
    .p-caseDetail {
      padding: 114px 0 0 0; } }
  .p-caseDetail .p-caseDetail__container {
    max-width: 840px;
    padding-bottom: 160px; }
    @media screen and (max-width: 768px) {
      .p-caseDetail .p-caseDetail__container {
        padding-bottom: 80px; } }
  .p-caseDetail .p-caseDetail__title {
    margin: 20px 0 64px;
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0; }
    @media screen and (max-width: 768px) {
      .p-caseDetail .p-caseDetail__title {
        margin: 16px 0 32px;
        font-size: 2.2rem; } }
  .p-caseDetail .p-caseDetail__mainImg {
    margin-bottom: 40px; }
    .p-caseDetail .p-caseDetail__mainImg img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    @media screen and (max-width: 768px) {
      .p-caseDetail .p-caseDetail__mainImg {
        margin-bottom: 32px; } }
  .p-caseDetail .p-caseDetail__backBtn {
    margin-top: 80px; }
    .p-caseDetail .p-caseDetail__backBtn > a {
      display: block;
      width: 321px;
      max-width: 312px;
      margin: 0 auto;
      padding: 25px 33px 23px 64px; }
      @media screen and (max-width: 768px) {
        .p-caseDetail .p-caseDetail__backBtn > a {
          width: 100%;
          padding: 21px 24px 19px 48px; } }
      .p-caseDetail .p-caseDetail__backBtn > a::before {
        top: 11px;
        right: unset;
        left: 32px;
        rotate: 180deg; }
        @media screen and (max-width: 768px) {
          .p-caseDetail .p-caseDetail__backBtn > a::before {
            left: 23px; } }
  .p-caseDetail .c-tag {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2;
    color: var(--color-black-text);
    letter-spacing: 0.03em; }
    @media screen and (max-width: 768px) {
      .p-caseDetail .c-tag {
        font-size: 1.4rem;
        line-height: 2;
        letter-spacing: 0.03em; } }
    .p-caseDetail .c-tag::before {
      display: inline-block;
      width: 10px;
      height: 10px;
      margin-right: 8px;
      border-radius: 50%;
      content: ''; }
      @media screen and (max-width: 768px) {
        .p-caseDetail .c-tag::before {
          width: 8px;
          height: 8px; } }
  .p-caseDetail .p-caseDetail__companyLogo {
    display: flex;
    -ms-flex-align: center;
    margin-top: 30px;
    align-items: center;
    -webkit-box-align: center; }
    .p-caseDetail .p-caseDetail__companyLogo .p-caseDetail__companyLogo__img {
      width: 100px;
      margin-right: 40px; }
      @media screen and (max-width: 768px) {
        .p-caseDetail .p-caseDetail__companyLogo .p-caseDetail__companyLogo__img {
          margin-right: 16px; } }
      .p-caseDetail .p-caseDetail__companyLogo .p-caseDetail__companyLogo__img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    .p-caseDetail .p-caseDetail__companyLogo .p-caseDetail__companyLogo__textArea {
      display: flex;
      flex-direction: column; }
      .p-caseDetail .p-caseDetail__companyLogo .p-caseDetail__companyLogo__textArea span {
        font-weight: 500;
        color: var(--color-lightgray-text);
        letter-spacing: 0; }
        @media screen and (max-width: 768px) {
          .p-caseDetail .p-caseDetail__companyLogo .p-caseDetail__companyLogo__textArea span {
            font-size: 1.4rem; } }
    .p-caseDetail .p-caseDetail__companyLogo .p-caseDetail__companyLogo__text {
      font-size: 1.8rem;
      font-weight: 500;
      letter-spacing: 0; }
      @media screen and (max-width: 768px) {
        .p-caseDetail .p-caseDetail__companyLogo .p-caseDetail__companyLogo__text {
          font-size: 1.4rem;
          line-height: 1.75; } }
  .p-caseDetail .p-caseDetail__overview {
    margin: 64px 0 120px 0;
    padding: 20px 0 24px;
    border: var(--color-border) 1px solid; }
    @media screen and (max-width: 768px) {
      .p-caseDetail .p-caseDetail__overview {
        margin: 42px 0 80px 0;
        padding: 16px 0 4px; } }
    .p-caseDetail .p-caseDetail__overview table {
      width: 100%;
      /* テーブルを親コンテナの最大幅に広げる */
      table-layout: fixed;
      /* テーブルの幅を固定 */
      border-collapse: collapse; }
      .p-caseDetail .p-caseDetail__overview table caption {
        margin-left: 32px;
        font-size: 1.7rem;
        font-weight: bold;
        line-height: 2;
        color: var(--color-primary);
        text-align: left;
        letter-spacing: 0.03em; }
        @media screen and (max-width: 768px) {
          .p-caseDetail .p-caseDetail__overview table caption {
            margin-left: 16px;
            font-size: 1.4rem; } }
      .p-caseDetail .p-caseDetail__overview table tbody {
        display: block;
        margin-right: 60px;
        margin-left: 60px;
        text-align: left; }
        @media screen and (max-width: 768px) {
          .p-caseDetail .p-caseDetail__overview table tbody {
            margin-right: 16px;
            margin-left: 16px; } }
      .p-caseDetail .p-caseDetail__overview table tr {
        display: flex;
        padding: 24px 0;
        align-items: center;
        justify-content: space-between; }
        @media screen and (max-width: 768px) {
          .p-caseDetail .p-caseDetail__overview table tr {
            padding: 20px 0;
            align-items: flex-start; } }
        .p-caseDetail .p-caseDetail__overview table tr:first-child {
          padding: 16px 0 24px; }
          @media screen and (max-width: 768px) {
            .p-caseDetail .p-caseDetail__overview table tr:first-child {
              padding: 24px 0 20px 0; } }
        .p-caseDetail .p-caseDetail__overview table tr:not(:first-child) {
          border-top: var(--color-border) 1px solid; }
      .p-caseDetail .p-caseDetail__overview table th {
        font-weight: bold;
        flex: 1; }
        @media screen and (max-width: 768px) {
          .p-caseDetail .p-caseDetail__overview table th {
            font-size: 1.3rem; } }
      .p-caseDetail .p-caseDetail__overview table td {
        max-width: 495px;
        flex-basis: 75%; }
        @media screen and (max-width: 768px) {
          .p-caseDetail .p-caseDetail__overview table td {
            font-size: 1.3rem;
            flex-basis: 63.25%; } }
  .p-caseDetail .p-caseDetail__article__content > * + * {
    margin-top: 32px; }
  .p-caseDetail .p-caseDetail__article__content > * + h2 {
    margin-top: 80px; }
    @media screen and (max-width: 768px) {
      .p-caseDetail .p-caseDetail__article__content > * + h2 {
        margin-top: 32px; } }
  .p-caseDetail .p-caseDetail__article__content h2 {
    position: relative;
    margin-bottom: 48px;
    padding-bottom: 32px;
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 1.5;
    color: #272a30;
    letter-spacing: 0.03em; }
    @media screen and (max-width: 768px) {
      .p-caseDetail .p-caseDetail__article__content h2 {
        margin-bottom: 16px;
        padding-bottom: 16px;
        font-size: 2rem; } }
    .p-caseDetail .p-caseDetail__article__content h2::after {
      position: absolute;
      bottom: 0;
      left: 0;
      display: block;
      width: 7.692%;
      height: 2px;
      border-radius: 50px;
      background-color: var(--color-primary);
      content: ''; }
      @media screen and (max-width: 768px) {
        .p-caseDetail .p-caseDetail__article__content h2::after {
          width: 13.692%; } }
    .p-caseDetail .p-caseDetail__article__content h2::before {
      position: absolute;
      bottom: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 2px;
      border-radius: 50px;
      background-color: var(--color-border);
      content: ''; }
  .p-caseDetail .p-caseDetail__article__content h3 {
    margin-top: 64px;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.5;
    color: var(--color-primary);
    letter-spacing: 0.03em; }
    @media screen and (max-width: 768px) {
      .p-caseDetail .p-caseDetail__article__content h3 {
        margin-top: 40px;
        font-size: 2rem; } }
  .p-caseDetail .p-caseDetail__article__content p {
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.03em; }
    @media screen and (max-width: 768px) {
      .p-caseDetail .p-caseDetail__article__content p {
        font-size: 1.4rem; } }
  .p-caseDetail .p-caseDetail__article__content strong {
    font-weight: bold; }
  .p-caseDetail .p-caseDetail__article__content .strong-text {
    font-size: 1.6rem;
    font-weight: bold;
    color: var(--color-primary);
    letter-spacing: 0.01em; }
  .p-caseDetail .p-caseDetail__article__content .heading-line {
    position: relative;
    padding-left: 48px;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.03em; }
    @media screen and (max-width: 768px) {
      .p-caseDetail .p-caseDetail__article__content .heading-line {
        padding-left: 28px;
        font-size: 1.4rem; } }
    .p-caseDetail .p-caseDetail__article__content .heading-line::before {
      position: absolute;
      top: 50%;
      left: 0;
      display: block;
      width: 40px;
      height: 1px;
      background-color: #212325;
      content: '';
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media screen and (max-width: 768px) {
        .p-caseDetail .p-caseDetail__article__content .heading-line::before {
          width: 20px; } }
  .p-caseDetail .p-caseDetail__article__content figure figcaption {
    margin-top: 24px;
    font-size: 1.6rem;
    line-height: 2;
    color: var(--color-gray-text);
    text-align: center;
    letter-spacing: 0.03em; }
    @media screen and (max-width: 768px) {
      .p-caseDetail .p-caseDetail__article__content figure figcaption {
        margin-top: 3px;
        font-size: 1.3rem; } }
  .p-caseDetail .p-caseDetail__article__content .wp-caption {
    max-width: 100%; }
  .p-caseDetail .p-caseDetail__article__content .wp-caption-text {
    margin-top: 24px;
    font-size: 1.6rem;
    line-height: 2;
    color: var(--color-gray-text);
    text-align: center;
    letter-spacing: 0.03em; }
    @media screen and (max-width: 768px) {
      .p-caseDetail .p-caseDetail__article__content .wp-caption-text {
        margin-top: 3px;
        font-size: 1.3rem; } }
  .p-caseDetail .p-caseDetail__article__content img {
    width: 100%;
    height: auto; }
  .p-caseDetail .p-caseDetail__article__content em {
    font-style: italic; }
  .p-caseDetail .p-caseDetail__article__content ul,
  .p-caseDetail .p-caseDetail__article__content ol {
    padding-left: 20px;
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.03em; }
    @media screen and (max-width: 768px) {
      .p-caseDetail .p-caseDetail__article__content ul,
      .p-caseDetail .p-caseDetail__article__content ol {
        font-size: 1.4rem; } }
  .p-caseDetail .p-caseDetail__article__content ul li {
    list-style: disc; }
    .p-caseDetail .p-caseDetail__article__content ul li::marker {
      marker-offset: 0; }
  .p-caseDetail .p-caseDetail__article__content ol li {
    list-style: decimal; }
    .p-caseDetail .p-caseDetail__article__content ol li::marker {
      margin-right: 0; }
  .p-caseDetail .p-caseDetail__article__content u {
    text-underline-offset: 3px; }
  .p-caseDetail .p-caseDetail__article__content .wp-block-separator,
  .p-caseDetail .p-caseDetail__article__content .p-caseDetail__line {
    display: block;
    width: 100%;
    height: 2px;
    margin: 64px 0;
    color: var(--color-border); }
    @media screen and (max-width: 768px) {
      .p-caseDetail .p-caseDetail__article__content .wp-block-separator,
      .p-caseDetail .p-caseDetail__article__content .p-caseDetail__line {
        margin: 40px 0; } }
  .p-caseDetail .p-caseDetail__strong {
    font-size: 1.6rem;
    font-weight: bold;
    color: var(--color-primary);
    letter-spacing: 0.01em; }

/*========================================*/
/*  break point
/*========================================*/
/*========================================*/
/*  media query Mixin
/*========================================*/
/*========================================*/
/*  color
/*========================================*/
:root {
  --color-white: #fff;
  --color-black: #000;
  --color-primary: #00429f;
  --color-accent: #ef9c00;
  --color-blue: #0076dd;
  --color-lightblue: #0597f2;
  --color-navy: #00337b;
  --color-navy-cv: #013785;
  --color-about-bg: #073a82;
  --color-border: #d4d4d4;
  --color-border2: #D3DDED;
  --color-black-text: #212325;
  --color-gray-text: #5c5e64;
  --color-gray-bg: #f2f2f2;
  --color-lightgray-bg: #f9f9f9;
  --color-iceblue-bg: #F1F5FD;
  --color-lightgray-text: #8c929d;
  --color-bg: #f8f9fe;
  --color-footerbg: #272a30;
  --color-footer-text: #d5d5d5;
  --color-iceblue: #ebf4ff;
  --color-media-white: #fff;
  --color-media-black: #2e2e2e;
  --color-media-black2: #323538;
  --color-media-black3: #1a1b1b;
  --color-media-gray: #757575;
  --color-media-gray_light: #efefef;
  --color-media-blue: #0076dd;
  --color-media-navy: #00429f;
  --color-media-blue-bg: #f1f5fd;
  --color-media-body-bg: #f9f9f9;
  --color-media-stroke: #d4d4d4;
  --color-media-footer-stroke: #333;
  --color-media-search-bottom: #4b4b4b; }

/*========================================*/
/*  font-family
/*========================================*/
:root {
  --font-gothic: 'Overpass', 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', '游ゴシック体', Meiryo, sans-serif;
  --font-notoSansJp: 'Noto Sans JP', sans-serif;
  --font-media-en: 'Poppins', sans-serif; }

.p-seminar__nav {
  display: flex;
  max-width: 570px;
  margin: 0 auto;
  font-size: 1.8rem;
  font-weight: bold;
  justify-content: space-between; }
  @media screen and (max-width: 768px) {
    .p-seminar__nav {
      max-width: 313px;
      font-size: 1.3rem;
      flex-wrap: wrap;
      gap: 16px; } }
  .p-seminar__nav li {
    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; }
    @media print, screen and (min-width: 769px) {
      .p-seminar__nav li:hover {
        -webkit-transform: translateY(10px);
                transform: translateY(10px); } }
  .p-seminar__nav a {
    position: relative;
    display: block;
    padding-left: 46px;
    color: var(--color-primary); }
    @media screen and (max-width: 768px) {
      .p-seminar__nav a {
        padding-left: 25px; } }
    .p-seminar__nav a::before {
      position: absolute;
      top: 43%;
      left: 0;
      display: block;
      width: 30px;
      height: 30px;
      background-image: url("../images/common/icon-seminar-nav.svg");
      background-size: 100% 100%;
      content: '';
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media screen and (max-width: 768px) {
        .p-seminar__nav a::before {
          width: 20px;
          height: 20px; } }

.p-seminar__pickup {
  padding-bottom: 120px; }
  @media screen and (max-width: 768px) {
    .p-seminar__pickup {
      padding-bottom: 145px; } }
  .p-seminar__pickup .c-cardType1 {
    position: relative; }
    .p-seminar__pickup .c-cardType1::before {
      position: absolute;
      bottom: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 45%;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
      content: ''; }
    .p-seminar__pickup .c-cardType1 img {
      width: 100%; }
    .p-seminar__pickup .c-cardType1 .c-cardType1__textArea {
      z-index: 2;
      position: absolute;
      bottom: 24px;
      left: 24px;
      padding: 0 8px; }
      @media screen and (max-width: 768px) {
        .p-seminar__pickup .c-cardType1 .c-cardType1__textArea {
          bottom: -30px;
          left: 0;
          width: 100%; } }
    .p-seminar__pickup .c-cardType1 .c-cardType1__title {
      padding: 4px 8px;
      background-color: var(--color-white);
      font-size: 2rem;
      font-weight: bold;
      line-height: 1.5;
      color: var(--color-primary); }
      @media screen and (max-width: 768px) {
        .p-seminar__pickup .c-cardType1 .c-cardType1__title {
          padding: 8px 10px;
          font-size: 1.6rem; } }
    .p-seminar__pickup .c-cardType1 .c-cardType1__company {
      margin-top: 8px;
      font-size: 1.4rem;
      line-height: 1.5;
      color: var(--color-white); }
      @media screen and (max-width: 768px) {
        .p-seminar__pickup .c-cardType1 .c-cardType1__company {
          color: var(--color-gray-text); } }
  .p-seminar__pickup .p-seminar__swiper__title {
    position: relative;
    overflow: hidden;
    width: 64.8521%;
    margin: 0 auto 40px; }
    @media screen and (max-width: 768px) {
      .p-seminar__pickup .p-seminar__swiper__title {
        width: 82.8521%; } }
    .p-seminar__pickup .p-seminar__swiper__title::after {
      position: absolute;
      top: 50%;
      left: 93px;
      display: block;
      width: 100%;
      height: 1px;
      background-color: var(--color-border);
      content: '';
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .p-seminar__pickup .p-seminar__swiper__title span {
      font-size: 2.4rem;
      font-weight: bold;
      color: var(--color-lightgray-text); }
      @media screen and (max-width: 768px) {
        .p-seminar__pickup .p-seminar__swiper__title span {
          font-size: 1.6rem; } }
  .p-seminar__pickup .swiperCase01 {
    position: relative; }
  .p-seminar__pickup .swiper-button-next {
    right: 24px;
    display: block;
    width: 40px;
    height: 40px;
    border: 1px solid var(--color-primary);
    border-radius: 100%;
    background-color: var(--color-white);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15); }
    @media screen and (max-width: 768px) {
      .p-seminar__pickup .swiper-button-next {
        width: 32px;
        height: 32px;
        box-shadow: unset; } }
    .p-seminar__pickup .swiper-button-next::after {
      display: none;
      content: unset; }
    .p-seminar__pickup .swiper-button-next::before {
      position: absolute;
      top: 50%;
      left: 50%;
      display: block;
      width: 17px;
      height: 17px;
      background-image: url(../images/top/icon-arrow-next.svg);
      background-size: 17px 17px;
      content: '';
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .p-seminar__pickup .swiper-button-prev {
    right: 71px;
    display: block;
    display: block;
    width: 40px;
    height: 40px;
    border: 1px solid var(--color-primary);
    border: 1px solid var(--color-primary);
    border-radius: 100%;
    border-radius: 100%;
    background-color: var(--color-white);
    background-color: var(--color-white);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15); }
    @media screen and (max-width: 768px) {
      .p-seminar__pickup .swiper-button-prev {
        width: 32px;
        height: 32px;
        box-shadow: unset; } }
    .p-seminar__pickup .swiper-button-prev::after {
      display: none;
      content: unset; }
    .p-seminar__pickup .swiper-button-prev::before {
      position: absolute;
      top: 50%;
      left: 50%;
      display: block;
      width: 17px;
      height: 17px;
      background-image: url(../images/top/icon-arrow-prev.svg);
      background-size: 17px 17px;
      content: '';
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .p-seminar__pickup .swiper-button-next-case-00 {
    right: 40px; }
    @media screen and (max-width: 768px) {
      .p-seminar__pickup .swiper-button-next-case-00 {
        position: absolute;
        top: unset;
        right: var(--swiper-navigation-sides-offset, 10px);
        bottom: -105px;
        -webkit-transform: unset;
                transform: unset; } }
  .p-seminar__pickup .swiper-button-prev-case-00 {
    left: 40px; }
    @media screen and (max-width: 768px) {
      .p-seminar__pickup .swiper-button-prev-case-00 {
        position: absolute;
        top: unset;
        right: 52px;
        bottom: -105px;
        left: unset;
        -webkit-transform: unset;
                transform: unset; } }

.p-seminarMv {
  position: relative;
  padding: 186px 0 120px; }
  @media screen and (max-width: 768px) {
    .p-seminarMv {
      padding: 141px 0 78px; } }
  .p-seminarMv__icon {
    top: 169px;
    right: 61px;
    display: block;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: var(--color-blue);
    opacity: 0;
    transition: 0.3s ease;
    transition-property: opacity transform;
    -webkit-transform: scale(0);
            transform: scale(0); }
    @media screen and (max-width: 768px) {
      .p-seminarMv__icon {
        top: 152px;
        right: -31px;
        width: 69px;
        height: 69px; } }
    .p-seminarMv__icon.-show {
      opacity: 1;
      -webkit-transform: scale(1);
              transform: scale(1); }
  .p-seminarMv__iconSm {
    top: 281px;
    right: 272px;
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: var(--color-primary);
    opacity: 0;
    transition: 0.3s ease;
    transition-delay: 0.15s;
    transition-property: opacity transform;
    -webkit-transform: scale(0);
            transform: scale(0); }
    @media screen and (max-width: 768px) {
      .p-seminarMv__iconSm {
        top: 203px;
        right: 66px;
        width: 46px;
        height: 46px; } }
    .p-seminarMv__iconSm.-show {
      opacity: 1;
      -webkit-transform: scale(1);
              transform: scale(1); }

.p-seminar {
  padding-top: 78px;
  background-color: var(--color-lightgray-bg); }
  @media screen and (max-width: 768px) {
    .p-seminar {
      padding-top: 40px; } }
  @media screen and (max-width: 768px) {
    .p-seminar .c-btn_ghost {
      min-width: 103px;
      font-size: 1.2rem;
      font-weight: 400; } }
  .p-seminar .p-seminar__head {
    position: relative;
    margin-bottom: 40px;
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.03em; }
    .p-seminar .p-seminar__head.-top {
      margin-top: 146px; }
      @media screen and (max-width: 768px) {
        .p-seminar .p-seminar__head.-top {
          margin-top: 74px; } }
    @media screen and (max-width: 768px) {
      .p-seminar .p-seminar__head {
        margin-bottom: 34px;
        font-size: 2.2rem; } }
    .p-seminar .p-seminar__head::before {
      position: absolute;
      top: -24px;
      left: 0;
      display: block;
      width: 20px;
      height: 2px;
      background-color: var(--color-primary);
      content: ''; }
      @media screen and (max-width: 768px) {
        .p-seminar .p-seminar__head::before {
          top: -15px;
          width: 15px; } }
  .p-seminar .p-seminar__btn {
    display: block;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer; }
    .p-seminar .p-seminar__btn.is-open > span::after {
      rotate: -90deg; }
    .p-seminar .p-seminar__btn > span::after {
      rotate: 90deg; }
  .p-seminar .p-seminar__list__container {
    max-width: 1220px; }
  .p-seminar .p-seminar__btn__area {
    margin-top: 64px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .p-seminar .p-seminar__btn__area {
        margin-top: 32px; } }
  .p-seminar .p-seminar__list__accordion {
    position: relative;
    display: none;
    margin-top: 64px;
    flex-wrap: wrap;
    gap: 64px 3.44%; }
    @media screen and (max-width: 768px) {
      .p-seminar .p-seminar__list__accordion {
        flex-direction: column;
        margin-top: 20px;
        gap: 20px 0;
        align-items: center; } }
    .p-seminar .p-seminar__list__accordion.is-open {
      display: flex; }
      @media (min-width: 1022px) and (max-width: 1219px) {
        .p-seminar .p-seminar__list__accordion.is-open {
          display: grid;
          grid-template-columns: 1fr 1fr;
          justify-items: center; } }
  .p-seminar .p-seminar__inner {
    padding: 20px; }
    @media screen and (max-width: 768px) {
      .p-seminar .p-seminar__inner {
        padding: 19px 16px; } }
  .p-seminar .p-seminar__list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 49px 3.44%; }
    @media screen and (max-width: 768px) {
      .p-seminar .p-seminar__list {
        flex-direction: column;
        gap: 20px 0;
        align-items: center; } }
    @media (min-width: 1022px) and (max-width: 1219px) {
      .p-seminar .p-seminar__list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        justify-items: center; } }
    .p-seminar .p-seminar__list.is-close::after {
      z-index: 20;
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      height: 170px;
      margin: auto;
      background: linear-gradient(0deg, #fff, #fff 10%, rgba(255, 255, 255, 0));
      content: ''; }
  .p-seminar .p-seminar__type {
    display: inline-block;
    margin-bottom: 10px;
    padding: 6px 8px 4px;
    border-radius: 4px;
    background-color: var(--color-primary);
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--color-white); }
  .p-seminar .p-seminar__block {
    width: calc(33.33% - 22px);
    max-width: 360px;
    background-color: var(--color-white);
    cursor: pointer; }
    @media (min-width: 1022px) and (max-width: 1219px) {
      .p-seminar .p-seminar__block {
        width: 100%; } }
    @media print, screen and (min-width: 769px) {
      .p-seminar .p-seminar__block:hover .p-seminar__detailBtn::after {
        -webkit-transform: translate(-50%, -50%) scale(1);
                transform: translate(-50%, -50%) scale(1); }
      .p-seminar .p-seminar__block:hover .p-seminar__detailBtn span {
        color: var(--color-white); }
        .p-seminar .p-seminar__block:hover .p-seminar__detailBtn span::after {
          -webkit-filter: invert(100%) sepia(3%) saturate(0%) hue-rotate(204deg) brightness(112%) contrast(102%);
                  filter: invert(100%) sepia(3%) saturate(0%) hue-rotate(204deg) brightness(112%) contrast(102%); }
      .p-seminar .p-seminar__block:hover .-img img {
        scale: 1.1; } }
    @media screen and (max-width: 768px) {
      .p-seminar .p-seminar__block {
        width: 100%;
        max-width: 315px; } }
    @media screen and (max-width: 559px) {
      .p-seminar .p-seminar__block {
        max-width: none; } }
    .p-seminar .p-seminar__block .-btn {
      width: 100%;
      height: 40px;
      text-align: right; }
      .p-seminar .p-seminar__block .-btn > a {
        padding: 10px 14px 9px 20px; }
        .p-seminar .p-seminar__block .-btn > a > span {
          font-size: 1.3rem; }
    .p-seminar .p-seminar__block .-img {
      overflow: hidden; }
      .p-seminar .p-seminar__block .-img img {
        width: 100%;
        height: 100%;
        transition: scale 0.3s ease-in-out;
        aspect-ratio: 64/35;
        -o-object-fit: cover;
           object-fit: cover; }
    .p-seminar .p-seminar__block .-title {
      display: -webkit-box;
      overflow: hidden;
      max-height: calc(1.5 * 3);
      /* line-heightを適切に設定する */
      margin: 0 0 16px;
      font-size: 1.8rem;
      font-weight: 700;
      line-height: 1.5;
      color: var(--color-black-text);
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      line-clamp: 3; }
      @media screen and (max-width: 768px) {
        .p-seminar .p-seminar__block .-title {
          margin: 0 0 10px;
          font-size: 1.6rem; } }
    .p-seminar .p-seminar__block .-date {
      margin-bottom: 16px;
      font-size: 1.3rem;
      font-weight: 400;
      line-height: 2;
      color: var(--color-gray-text);
      letter-spacing: 0.03em; }
      @media screen and (max-width: 768px) {
        .p-seminar .p-seminar__block .-date {
          font-size: 1.3rem; } }
    .p-seminar .p-seminar__block .c-btn_ghost {
      display: inline-block;
      max-width: 190px; }
      .p-seminar .p-seminar__block .c-btn_ghost::after {
        width: 190px;
        height: 190px; }
  .p-seminar .p-seminar__detailBtn {
    z-index: 2;
    position: relative;
    display: block;
    overflow: hidden;
    width: 120px;
    max-width: 175px;
    margin-left: auto;
    padding: 10px 10px 9px 13px;
    border: 1px solid var(--color-footer-text);
    border-radius: 26px;
    background-color: var(--color-white);
    line-height: 1;
    transition: background-color 0.3s ease-in-out; }
    .p-seminar .p-seminar__detailBtn span {
      line-height: 1.3; }
    @media screen and (max-width: 768px) {
      .p-seminar .p-seminar__detailBtn {
        min-width: 103px;
        padding: 10px 12px 9px 13px; } }
    .p-seminar .p-seminar__detailBtn::after {
      position: absolute;
      top: 50%;
      left: 50%;
      display: block;
      width: 175px;
      height: 175px;
      border-radius: 50%;
      background-color: var(--color-primary);
      pointer-events: none;
      content: '';
      transition: -webkit-transform 0.4s ease-in-out;
      transition: transform 0.4s ease-in-out;
      transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
      -webkit-transform: translate(-50%, -50%) scale(0);
              transform: translate(-50%, -50%) scale(0); }
    .p-seminar .p-seminar__detailBtn span {
      z-index: 2;
      position: relative;
      font-size: 1.3rem;
      color: var(--color-black-text);
      letter-spacing: 0.03em;
      transition: color 0.3s ease-in-out; }
      @media screen and (max-width: 768px) {
        .p-seminar .p-seminar__detailBtn span {
          font-size: 1.2rem; } }
      .p-seminar .p-seminar__detailBtn span::after {
        display: inline-block;
        width: 16px;
        height: 16px;
        margin-bottom: -3px;
        margin-left: 5px;
        background-image: url(../images/common/icon-arrow-btn.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        content: '';
        transition: -webkit-filter 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
        transition: filter 0.3s ease-in-out, transform 0.3s ease-in-out;
        transition: filter 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
        -webkit-transform: translateX(0);
                transform: translateX(0);
        -webkit-filter: invert(14%) sepia(78%) saturate(3578%) hue-rotate(209deg) brightness(98%) contrast(101%);
                filter: invert(14%) sepia(78%) saturate(3578%) hue-rotate(209deg) brightness(98%) contrast(101%); }
  .p-seminar::before {
    z-index: 2;
    position: absolute;
    top: 50%;
    right: 9px;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    margin-bottom: 3px;
    background-image: url(../images/common/icon-arrow-btn.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: '';
    transition: -webkit-filter 0.4s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: filter 0.4s ease-in-out, transform 0.3s ease-in-out;
    transition: filter 0.4s ease-in-out, transform 0.3s ease-in-out, -webkit-filter 0.4s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -webkit-transform: translateY(-50%) translateX(0);
            transform: translateY(-50%) translateX(0);
    -webkit-filter: invert(100%) sepia(3%) saturate(0%) hue-rotate(204deg) brightness(112%) contrast(102%);
            filter: invert(100%) sepia(3%) saturate(0%) hue-rotate(204deg) brightness(112%) contrast(102%); }
  @media screen and (max-width: 768px) {
    .p-seminar::before {
      width: 16px;
      height: 16px; } }
  @media print, screen and (min-width: 769px) {
    .p-seminar:hover::before {
      -webkit-transform: translateY(-50%) translateX(5px);
              transform: translateY(-50%) translateX(5px);
      -webkit-filter: invert(14%) sepia(78%) saturate(3578%) hue-rotate(209deg) brightness(98%) contrast(101%);
              filter: invert(14%) sepia(78%) saturate(3578%) hue-rotate(209deg) brightness(98%) contrast(101%); } }

.p-seminar__live {
  padding: 0 0 145px 0; }
  @media screen and (max-width: 768px) {
    .p-seminar__live {
      padding: 0 0 90px 0; } }

.p-seminar__ondemand {
  padding: 0 0 160px 0; }
  @media screen and (max-width: 768px) {
    .p-seminar__ondemand {
      padding: 0 0 80px 0; } }

/*========================================*/
/*  break point
/*========================================*/
/*========================================*/
/*  media query Mixin
/*========================================*/
/*========================================*/
/*  color
/*========================================*/
:root {
  --color-white: #fff;
  --color-black: #000;
  --color-primary: #00429f;
  --color-accent: #ef9c00;
  --color-blue: #0076dd;
  --color-lightblue: #0597f2;
  --color-navy: #00337b;
  --color-navy-cv: #013785;
  --color-about-bg: #073a82;
  --color-border: #d4d4d4;
  --color-border2: #D3DDED;
  --color-black-text: #212325;
  --color-gray-text: #5c5e64;
  --color-gray-bg: #f2f2f2;
  --color-lightgray-bg: #f9f9f9;
  --color-iceblue-bg: #F1F5FD;
  --color-lightgray-text: #8c929d;
  --color-bg: #f8f9fe;
  --color-footerbg: #272a30;
  --color-footer-text: #d5d5d5;
  --color-iceblue: #ebf4ff;
  --color-media-white: #fff;
  --color-media-black: #2e2e2e;
  --color-media-black2: #323538;
  --color-media-black3: #1a1b1b;
  --color-media-gray: #757575;
  --color-media-gray_light: #efefef;
  --color-media-blue: #0076dd;
  --color-media-navy: #00429f;
  --color-media-blue-bg: #f1f5fd;
  --color-media-body-bg: #f9f9f9;
  --color-media-stroke: #d4d4d4;
  --color-media-footer-stroke: #333;
  --color-media-search-bottom: #4b4b4b; }

/*========================================*/
/*  font-family
/*========================================*/
:root {
  --font-gothic: 'Overpass', 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', '游ゴシック体', Meiryo, sans-serif;
  --font-notoSansJp: 'Noto Sans JP', sans-serif;
  --font-media-en: 'Poppins', sans-serif; }

.p-newsMv__icon {
  position: absolute;
  top: 249px;
  right: 58px;
  display: block;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: var(--color-primary);
  opacity: 0;
  transition: 0.3s ease;
  transition-property: opacity transform;
  -webkit-transform: scale(0);
          transform: scale(0); }
  @media screen and (max-width: 768px) {
    .p-newsMv__icon {
      top: 177px;
      right: -4.3px;
      width: 69px;
      height: 69px; } }
  .p-newsMv__icon.-show {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }

.p-newsMv__iconSm {
  position: absolute;
  top: 188px;
  right: 270px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: var(--color-accent);
  opacity: 0;
  transition: 0.3s ease;
  transition-delay: .15s;
  transition-property: opacity transform;
  -webkit-transform: scale(0);
          transform: scale(0); }
  @media screen and (max-width: 768px) {
    .p-newsMv__iconSm {
      top: 141px;
      right: 81px;
      width: 46px;
      height: 46px; } }
  .p-newsMv__iconSm.-show {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }

.p-news {
  padding: 114px 0 102px;
  background-color: var(--color-lightgray-bg); }
  @media screen and (max-width: 768px) {
    .p-news {
      padding: 64px 0 112px; } }
  .p-news__container {
    display: flex;
    gap: 0 20px;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      .p-news__container {
        flex-direction: column;
        gap: 80px 0; } }

.p-newsMain {
  width: 70%;
  max-width: 750px; }
  @media screen and (max-width: 768px) {
    .p-newsMain {
      width: 100%;
      max-width: 100%; } }
  .p-newsMain__cats {
    display: flex;
    overflow-x: auto;
    width: 100%;
    margin-bottom: 34px;
    gap: 0 32px; }
    @media screen and (max-width: 768px) {
      .p-newsMain__cats {
        margin-bottom: 40px;
        gap: 0 16px; } }
  .p-newsMain__catsItem {
    flex-shrink: 0; }
    .p-newsMain__catsItem.-current a {
      font-weight: 700;
      color: var(--color-black-text); }
      .p-newsMain__catsItem.-current a::before {
        background-color: var(--color-primary); }
    .p-newsMain__catsItem a {
      position: relative;
      padding-left: 16px;
      font-size: 1.6rem;
      font-weight: 400;
      line-height: 2;
      color: var(--color-gray-text);
      letter-spacing: 0.03em;
      transition: color 0.3s ease-in-out, font-weight 0.3s ease-in-out; }
      @media screen and (max-width: 768px) {
        .p-newsMain__catsItem a {
          display: inline-block;
          padding-bottom: 14px;
          padding-left: 0;
          font-size: 1.3rem; } }
      @media print, screen and (min-width: 769px) {
        .p-newsMain__catsItem a:hover {
          font-weight: 700;
          color: var(--color-black-text); }
          .p-newsMain__catsItem a:hover::before {
            background-color: var(--color-primary); } }
      .p-newsMain__catsItem a::before {
        position: absolute;
        top: 50%;
        left: 0;
        display: block;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #D9D9D9;
        content: "";
        transition: background-color 0.3s ease-in-out;
        -webkit-transform: translateY(-60%);
                transform: translateY(-60%); }
        @media screen and (max-width: 768px) {
          .p-newsMain__catsItem a::before {
            top: unset;
            bottom: 0;
            left: 50%;
            width: 6px;
            height: 6px;
            -webkit-transform: translate(-50%, 0);
                    transform: translate(-50%, 0); } }

.p-newsSide {
  width: 30%;
  max-width: 300px; }
  @media screen and (max-width: 768px) {
    .p-newsSide {
      width: 100%;
      max-width: 100%; } }
  .p-newsSide .m-download__list {
    flex-direction: column; }
  .p-newsSide .m-download__block {
    width: 100%; }

.p-detailMv {
  display: flex;
  flex-direction: column;
  height: 466px;
  margin-bottom: 120px;
  background-color: var(--color-lightgray-bg);
  justify-content: center; }
  @media screen and (max-width: 768px) {
    .p-detailMv {
      height: 290px;
      margin-bottom: 62px; } }
  .p-detailMv .l-container {
    width: 100%; }
  .p-detailMv__container {
    margin-bottom: -50px; }
    @media screen and (max-width: 768px) {
      .p-detailMv__container {
        margin-bottom: -38px; } }
  .p-detailMv__infos {
    display: flex;
    margin-bottom: 16px;
    align-items: center; }
    @media screen and (max-width: 768px) {
      .p-detailMv__infos {
        margin-bottom: 10px; } }
  .p-detailMv__title {
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.5;
    color: var(--color-black-text);
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px); }
    @media screen and (max-width: 768px) {
      .p-detailMv__title {
        font-size: 2rem; } }

.p-detailContent {
  width: 100%;
  max-width: 740px;
  margin: 0 auto 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid var(--color-border);
  color: var(--color-black-text); }
  @media screen and (max-width: 768px) {
    .p-detailContent {
      margin-bottom: 40px;
      padding-bottom: 40px; } }
  .p-detailContent__thumb {
    margin-bottom: 80px; }
    @media screen and (max-width: 768px) {
      .p-detailContent__thumb {
        margin-bottom: 40px; } }
    .p-detailContent__thumb img {
      max-width: 100%;
      height: auto; }
  .p-detailContent a:not(.c-btn_ghost) {
    color: var(--color-blue);
    text-decoration: underline; }
    @media print, screen and (min-width: 769px) {
      .p-detailContent a:not(.c-btn_ghost):hover {
        text-decoration: none; } }
  .p-detailContent h2 {
    margin-top: 58px;
    margin-bottom: 48px;
    padding-bottom: 16px;
    border-bottom: 3px solid var(--color-primary);
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0; }
    @media screen and (max-width: 768px) {
      .p-detailContent h2 {
        margin-top: 50px;
        margin-bottom: 24px;
        padding-bottom: 12px;
        font-size: 2rem; } }
  .p-detailContent h3 {
    position: relative;
    margin-top: 58px;
    margin-bottom: 28px;
    padding-left: 20px;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0; }
    @media screen and (max-width: 768px) {
      .p-detailContent h3 {
        margin-top: 50px;
        margin-bottom: 24px;
        font-size: 1.8rem; } }
    .p-detailContent h3::before {
      position: absolute;
      top: 2px;
      left: 0;
      display: block;
      width: 4px;
      height: 32px;
      background-color: var(--color-primary);
      content: ""; }
  .p-detailContent p {
    font-weight: 400;
    letter-spacing: 0.03em; }
    .p-detailContent p + p {
      margin-top: 28px; }
      @media screen and (max-width: 768px) {
        .p-detailContent p + p {
          margin-top: 32px; } }
  .p-detailContent strong {
    font-weight: 700; }
  .p-detailContent .wp-block-embed {
    margin: 58px auto 80px; }
    @media screen and (max-width: 768px) {
      .p-detailContent .wp-block-embed {
        margin: 32px auto 50px; } }
    .p-detailContent .wp-block-embed__wrapper {
      width: 100%;
      aspect-ratio: 16/9; }
      .p-detailContent .wp-block-embed__wrapper iframe {
        width: 100%;
        height: 100%; }
  .p-detailContent table {
    width: 100%;
    margin: 58px 0; }
    @media screen and (max-width: 768px) {
      .p-detailContent table {
        margin: 32px 0; } }
    .p-detailContent table th,
    .p-detailContent table td {
      padding: 16px 20px;
      border: 1px solid var(--color-border);
      font-weight: 400;
      line-height: 1.5;
      text-align: left; }
      @media screen and (max-width: 768px) {
        .p-detailContent table th,
        .p-detailContent table td {
          padding: 10px; } }
  .p-detailContent ul,
  .p-detailContent ol {
    margin: 28px 0; }
    .p-detailContent ul li,
    .p-detailContent ol li {
      font-weight: 400;
      letter-spacing: 0.03em; }
      @media screen and (max-width: 768px) {
        .p-detailContent ul li,
        .p-detailContent ol li {
          font-size: 1.4rem; } }
      .p-detailContent ul li + li,
      .p-detailContent ol li + li {
        margin-top: 8px; }
  .p-detailContent ul li {
    display: flex; }
    .p-detailContent ul li::before {
      margin-right: 8px;
      content: "・";
      flex-shrink: 0; }
  .p-detailContent ol {
    counter-reset: li; }
    .p-detailContent ol li {
      display: flex; }
      .p-detailContent ol li::before {
        display: inline-block;
        width: 19px;
        margin-right: 8px;
        text-align: center;
        content: counter(li) ". ";
        counter-increment: li;
        flex-shrink: 0; }
  .p-detailContent .wp-block-image {
    margin: 58px 0; }
    @media screen and (max-width: 768px) {
      .p-detailContent .wp-block-image {
        margin: 50px 0 88px; } }
    .p-detailContent .wp-block-image figcaption {
      margin-top: 16px;
      font-weight: 400;
      color: var(--color-lightgray-text);
      text-align: left; }
  .p-detailContent .c-btn_ghost {
    display: block;
    max-width: 201px;
    margin: 80px auto 0; }
    @media screen and (max-width: 768px) {
      .p-detailContent .c-btn_ghost {
        margin: 62px auto 0; } }

.p-detailShare {
  display: flex;
  margin-bottom: 80px;
  gap: 0 32px;
  align-items: center;
  justify-content: center; }
  @media screen and (max-width: 768px) {
    .p-detailShare {
      flex-direction: column;
      max-width: 175px;
      margin: 0 auto 40px;
      gap: 16px 0;
      align-items: flex-start; } }
  .p-detailShare__item {
    position: relative; }
    .p-detailShare__item a,
    .p-detailShare__item button {
      font-size: 1.3rem;
      font-weight: 400;
      color: var(--color-black-text);
      letter-spacing: 0.03em;
      transition: opacity 0.3s ease-in-out; }
      @media print, screen and (min-width: 769px) {
        .p-detailShare__item a:hover,
        .p-detailShare__item button:hover {
          opacity: 0.6; } }
      .p-detailShare__item a::before,
      .p-detailShare__item button::before {
        display: inline-block;
        width: 44px;
        height: 44px;
        margin-right: 16px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        vertical-align: -16px;
        content: ""; }
    .p-detailShare__item a.-twitter::before {
      background-image: url(../images/common/icon-twitter.svg); }
    .p-detailShare__item a.-facebook::before {
      background-image: url(../images/common/icon-facebook.svg); }
    .p-detailShare__item button {
      background: transparent;
      cursor: pointer;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none; }
      .p-detailShare__item button.-url::before {
        background-image: url(../images/common/icon-copy.svg); }
    .p-detailShare__item .-copy-text {
      position: absolute;
      top: -50px;
      left: -50%;
      display: inline-block;
      visibility: hidden;
      padding: 4px 10px;
      background-color: var(--color-black-text);
      font-size: 1.6rem;
      font-weight: 400;
      color: var(--color-white);
      word-break: keep-all;
      opacity: 0;
      transition: 0.3s ease-in-out;
      transition-property: opacity, visibility; }
      @media screen and (max-width: 768px) {
        .p-detailShare__item .-copy-text {
          top: -45px;
          left: 22px;
          font-size: 1.2rem;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%); } }
      .p-detailShare__item .-copy-text.-active {
        visibility: visible;
        opacity: 1; }
      .p-detailShare__item .-copy-text::after {
        position: absolute;
        right: 0;
        left: 50%;
        display: block;
        width: 0;
        height: 0;
        border-width: 10px 10px 0 10px;
        border-style: solid;
        border-color: var(--color-black) transparent transparent transparent;
        content: '';
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
        @media screen and (max-width: 768px) {
          .p-detailShare__item .-copy-text::after {
            bottom: -10px; } }

.p-notFound {
  padding: 265px 0 165px; }
  @media screen and (max-width: 768px) {
    .p-notFound {
      padding: 168px 0 149px; } }
  .p-notFound__title {
    display: flex;
    flex-direction: column;
    color: var(--color-primary);
    gap: 16px 0;
    align-items: center; }
    @media screen and (max-width: 768px) {
      .p-notFound__title {
        gap: 1px 0; } }
    .p-notFound__title .-num {
      font-size: 10rem;
      font-weight: 700;
      line-height: 1; }
      @media screen and (max-width: 768px) {
        .p-notFound__title .-num {
          font-size: 8rem;
          line-height: 10rem; } }
    .p-notFound__title .-ja {
      font-size: 2.4rem;
      font-weight: 700;
      line-height: 1.5; }
      @media screen and (max-width: 768px) {
        .p-notFound__title .-ja {
          font-size: 1.6rem; } }
  .p-notFound__desc {
    margin: 31px 0 56px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2;
    color: var(--color-gray-text);
    text-align: center;
    letter-spacing: 0.03em; }
    @media screen and (max-width: 768px) {
      .p-notFound__desc {
        margin: 40px 0;
        font-size: 1.3rem; } }
  .p-notFound .c-btn {
    margin: 0 auto; }

/*========================================*/
/*  break point
/*========================================*/
/*========================================*/
/*  media query Mixin
/*========================================*/
/*========================================*/
/*  color
/*========================================*/
:root {
  --color-white: #fff;
  --color-black: #000;
  --color-primary: #00429f;
  --color-accent: #ef9c00;
  --color-blue: #0076dd;
  --color-lightblue: #0597f2;
  --color-navy: #00337b;
  --color-navy-cv: #013785;
  --color-about-bg: #073a82;
  --color-border: #d4d4d4;
  --color-border2: #D3DDED;
  --color-black-text: #212325;
  --color-gray-text: #5c5e64;
  --color-gray-bg: #f2f2f2;
  --color-lightgray-bg: #f9f9f9;
  --color-iceblue-bg: #F1F5FD;
  --color-lightgray-text: #8c929d;
  --color-bg: #f8f9fe;
  --color-footerbg: #272a30;
  --color-footer-text: #d5d5d5;
  --color-iceblue: #ebf4ff;
  --color-media-white: #fff;
  --color-media-black: #2e2e2e;
  --color-media-black2: #323538;
  --color-media-black3: #1a1b1b;
  --color-media-gray: #757575;
  --color-media-gray_light: #efefef;
  --color-media-blue: #0076dd;
  --color-media-navy: #00429f;
  --color-media-blue-bg: #f1f5fd;
  --color-media-body-bg: #f9f9f9;
  --color-media-stroke: #d4d4d4;
  --color-media-footer-stroke: #333;
  --color-media-search-bottom: #4b4b4b; }

/*========================================*/
/*  font-family
/*========================================*/
:root {
  --font-gothic: 'Overpass', 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', '游ゴシック体', Meiryo, sans-serif;
  --font-notoSansJp: 'Noto Sans JP', sans-serif;
  --font-media-en: 'Poppins', sans-serif; }

.p-serviceDetail {
  font-family: var(--font-notoSansJp);
  transition: background-color 0.3s ease-in-out; }
  .p-serviceDetail.-bg-change {
    background-color: #EFEFEF; }

.p-serviceDetailMv {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding-top: 159px;
  padding-bottom: 79px;
  padding-left: 123px;
  align-items: center; }
  @media print, screen and (min-width: 769px) {
    .p-serviceDetailMv {
      min-height: 660px; } }
  @media screen and (max-width: 1239px) {
    .p-serviceDetailMv {
      padding-left: 100px; } }
  @media screen and (max-width: 1023px) {
    .p-serviceDetailMv {
      padding-left: 60px; } }
  @media screen and (max-width: 768px) {
    .p-serviceDetailMv {
      display: block;
      padding: 145px 30px 75px; } }
  .p-serviceDetailMv__txt {
    z-index: 1;
  }
  .p-serviceDetailMv .c-labels {
    margin-bottom: 24px; }
    @media screen and (max-width: 768px) {
      .p-serviceDetailMv .c-labels {
        margin-bottom: 16px; } }
  @media print, screen and (min-width: 769px) {
    .p-serviceDetailMv__img {
      width: 50%; } }
  .p-serviceDetailMv__title {
    margin-bottom: 32px; }
    @media screen and (max-width: 768px) {
      .p-serviceDetailMv__title {
        margin-bottom: 16px; } }
    .p-serviceDetailMv__title span {
      position: relative;
      display: block;
      font-size: 6.4rem;
      font-weight: 700;
      line-height: 1.4;
      color: var(--color-gray-bg);
      letter-spacing: 0;
      clip-path: inset(0 0 0 0); }
      @media screen and (max-width: 1239px) {
        .p-serviceDetailMv__title span {
          font-size: 5.4rem; } }
      @media screen and (max-width: 1023px) {
        .p-serviceDetailMv__title span {
          font-size: 4.4rem; } }
      @media screen and (max-width: 768px) {
        .p-serviceDetailMv__title span {
          font-size: 3.8rem; } }
      .p-serviceDetailMv__title span.-show::after {
        clip-path: inset(0 0 0 0); }
      .p-serviceDetailMv__title span::after {
        position: absolute;
        top: 0;
        left: 0;
        color: var(--color-black-text);
        white-space: pre-wrap;
        content: attr(data-text);
        transition: clip-path 0.8s cubic-bezier(0.57, 0, 1, 0.99);
        clip-path: inset(0 100% 0 0); }
  .p-serviceDetailMv__desc {
    margin-bottom: 42px;
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--color-black-text);
    letter-spacing: 1.4px; }
    @media screen and (max-width: 1239px) {
      .p-serviceDetailMv__desc {
        font-size: 2.2rem; } }
    @media screen and (max-width: 768px) {
      .p-serviceDetailMv__desc {
        margin-bottom: 32px;
        font-size: 1.6rem;
        letter-spacing: 0.8px; } }
  .p-serviceDetailMv__img {
    position: absolute;
    right: 0; }
    @media print, screen and (min-width: 769px) {
      .p-serviceDetailMv__img {
        top: calc(50% + 40px);
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); } }
    @media print, screen and (min-width: 769px) {
      .p-serviceDetailMv__img.-first {
        padding-right: 80px;
        text-align: right; } }
    @media screen and (max-width: 768px) {
      .p-serviceDetailMv__img.-first {
        top: 87px;
        overflow: hidden;
        width: 130px;
        height: 85px; } }
    .p-serviceDetailMv__img.-first path {
      opacity: 0;
      transition: opacity 0.3s ease; }
      .p-serviceDetailMv__img.-first path.-active {
        opacity: 1; }
    @media screen and (max-width: 768px) {
      .p-serviceDetailMv__img.-first .-icon::before, .p-serviceDetailMv__img.-first .-icon::after {
        position: absolute;
        display: block;
        border-radius: 50%;
        content: "";
        opacity: 0;
        transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
        transition: opacity 0.3s ease, transform 0.3s ease;
        transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
        -webkit-transform: scale(0);
                transform: scale(0); }
      .p-serviceDetailMv__img.-first .-icon::before {
        top: 0;
        right: 77px;
        width: 40px;
        height: 40px;
        background-color: var(--color-blue); }
      .p-serviceDetailMv__img.-first .-icon::after {
        top: 15px;
        right: -13px;
        width: 70px;
        height: 70px;
        background-color: var(--color-accent);
        transition-delay: 80ms; }
      .p-serviceDetailMv__img.-first .-icon.-active::before, .p-serviceDetailMv__img.-first .-icon.-active::after {
        opacity: 1;
        -webkit-transform: scale(1);
                transform: scale(1); } }
    @media print, screen and (min-width: 769px) {
      .p-serviceDetailMv__img.-second {
        padding-right: 80px;
        text-align: right; } }
    @media screen and (max-width: 768px) {
      .p-serviceDetailMv__img.-second {
        top: 75px;
        overflow: hidden; } }
    .p-serviceDetailMv__img.-third {
      right: -44px;
      text-align: right; }
      @media screen and (max-width: 768px) {
        .p-serviceDetailMv__img.-third {
          top: 100px;
          right: 0; } }
    .p-serviceDetailMv__img.-fourth {
      right: -72px;
      text-align: right; }
      @media screen and (max-width: 768px) {
        .p-serviceDetailMv__img.-fourth {
          top: 94px;
          right: 0; } }

.p-serviceDetailContainer {
  display: flex;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 0 0 32px;
  gap: 0 4.2%;
  justify-content: space-between; }
  @media screen and (max-width: 768px) {
    .p-serviceDetailContainer {
      display: block;
      padding: 0; } }

.p-serviceDetailSide {
  position: sticky;
  top: 100px;
  left: 0;
  display: block;
  width: 266px;
  height: 100%;
  padding-bottom: 120px; }
  @media screen and (max-width: 768px) {
    .p-serviceDetailSide {
      z-index: 3;
      position: fixed;
      top: unset;
      bottom: 0;
      visibility: hidden;
      width: 100%;
      height: 100%;
      padding-bottom: 0;
      opacity: 0;
      transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out; }
      .p-serviceDetailSide.-active {
        visibility: visible;
        opacity: 1; } }
  @media print, screen and (min-width: 769px) {
    .p-serviceDetailSide__bg {
      display: none; } }
  @media screen and (max-width: 768px) {
    .p-serviceDetailSide__bg {
      position: fixed;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100vh;
      height: 100dvh;
      background-color: rgba(33, 35, 37, 0.6); } }
  @media screen and (max-width: 768px) {
    .p-serviceDetailSide__btn {
      z-index: 3;
      position: fixed;
      bottom: 0;
      left: 0;
      display: flex;
      padding: 21px 20px 21px 16px;
      border-radius: 0 16px 0 0;
      background-color: var(--color-white);
      line-height: 1.2;
      align-items: center;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none; }
      .p-serviceDetailSide__btn .-text {
        margin-right: 8px;
        font-size: 1.3rem;
        font-weight: 700;
        color: var(--color-black-text);
        letter-spacing: 0.65px; }
      .p-serviceDetailSide__btn .-icon {
        position: relative;
        display: block;
        width: 8px;
        height: 8px;
        border-radius: 50%; }
        .p-serviceDetailSide__btn .-icon:not(:last-child) {
          margin-right: 5px; }
        .p-serviceDetailSide__btn .-icon::before {
          position: absolute;
          top: 3px;
          left: 3px;
          display: none;
          width: 8px;
          height: 8px;
          border-radius: 50%;
          content: ""; }
        .p-serviceDetailSide__btn .-icon.-first {
          background-color: var(--color-accent); }
          .p-serviceDetailSide__btn .-icon.-first.-active {
            width: 14px;
            height: 14px;
            background-color: rgba(239, 156, 0, 0.4); }
            .p-serviceDetailSide__btn .-icon.-first.-active::before {
              display: block;
              background-color: var(--color-accent); }
        .p-serviceDetailSide__btn .-icon.-second {
          background-color: #308FE3; }
          .p-serviceDetailSide__btn .-icon.-second.-active {
            width: 14px;
            height: 14px;
            background-color: rgba(48, 143, 227, 0.4); }
            .p-serviceDetailSide__btn .-icon.-second.-active::before {
              display: block;
              background-color: #308FE3; }
        .p-serviceDetailSide__btn .-icon.-third {
          background-color: var(--color-blue); }
          .p-serviceDetailSide__btn .-icon.-third.-active {
            width: 14px;
            height: 14px;
            background-color: rgba(0, 118, 221, 0.4); }
            .p-serviceDetailSide__btn .-icon.-third.-active::before {
              display: block;
              background-color: var(--color-blue); }
        .p-serviceDetailSide__btn .-icon.-fourth {
          background-color: var(--color-primary); }
          .p-serviceDetailSide__btn .-icon.-fourth.-active {
            width: 14px;
            height: 14px;
            background-color: rgba(0, 66, 159, 0.4); }
            .p-serviceDetailSide__btn .-icon.-fourth.-active::before {
              display: block;
              background-color: var(--color-primary); } }
  @media screen and (max-width: 768px) {
    .p-serviceDetailSide__close {
      position: absolute;
      top: 16px;
      right: 16px;
      width: 32px;
      height: 32px;
      background-color: transparent;
      background-image: url(../images/service/detail/icon-close.svg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; } }
  .p-serviceDetailSide__title {
    display: flex;
    margin-bottom: 24px;
    align-items: center; }
    .p-serviceDetailSide__title > span {
      padding-right: 13px;
      padding-left: 6px;
      font-family: var(--font-gothic);
      font-size: 1.4rem;
      font-weight: 700;
      line-height: 120%;
      letter-spacing: 0.7px;
      flex-shrink: 0; }
    .p-serviceDetailSide__title::after {
      display: block;
      width: 100%;
      height: 1px;
      background-color: var(--color-border);
      content: ""; }
  @media screen and (max-width: 768px) {
    .p-serviceDetailSide__container {
      z-index: 2;
      position: relative;
      overflow-y: scroll;
      width: 306px;
      height: 100vh;
      height: 100dvh;
      padding: 63px 20px 60px;
      border-radius: 0 16px 0 0;
      background-color: var(--color-white);
      -webkit-overflow-scrolling: touch; } }
  .p-serviceDetailSide__list {
    padding-left: 10px; }
  .p-serviceDetailSide__listItem {
    border-bottom: 1px solid var(--color-border);
    line-height: 1.2; }
    .p-serviceDetailSide__listItem:not(:first-child) {
      padding-top: 20px; }
    .p-serviceDetailSide__listItem > span {
      font-size: 1.3rem;
      font-weight: 700;
      line-height: 1.2;
      letter-spacing: 0.65px; }
      .p-serviceDetailSide__listItem > span::before {
        margin-right: 8px;
        font-family: var(--font-gothic); }
    .p-serviceDetailSide__listItem.-first > span {
      color: var(--color-accent); }
      .p-serviceDetailSide__listItem.-first > span::before {
        content: "01"; }
    .p-serviceDetailSide__listItem.-first .p-serviceDetailSide__listChild > li.-active::before,
    .p-serviceDetailSide__listItem.-first .p-serviceDetailSide__listChild > li:hover::before {
      background-color: var(--color-accent); }
    .p-serviceDetailSide__listItem.-second > span {
      color: var(--color-lightblue); }
      .p-serviceDetailSide__listItem.-second > span::before {
        content: "02"; }
    .p-serviceDetailSide__listItem.-second .p-serviceDetailSide__listChild > li.-active::before,
    .p-serviceDetailSide__listItem.-second .p-serviceDetailSide__listChild > li:hover::before {
      background-color: var(--color-lightblue); }
    .p-serviceDetailSide__listItem.-third > span {
      color: var(--color-blue); }
      .p-serviceDetailSide__listItem.-third > span::before {
        content: "03"; }
    .p-serviceDetailSide__listItem.-third .p-serviceDetailSide__listChild > li.-active::before,
    .p-serviceDetailSide__listItem.-third .p-serviceDetailSide__listChild > li:hover::before {
      background-color: var(--color-blue); }
    .p-serviceDetailSide__listItem.-fourth > span {
      color: var(--color-primary); }
      .p-serviceDetailSide__listItem.-fourth > span::before {
        content: "04"; }
    .p-serviceDetailSide__listItem.-fourth .p-serviceDetailSide__listChild > li.-active::before,
    .p-serviceDetailSide__listItem.-fourth .p-serviceDetailSide__listChild > li:hover::before {
      background-color: var(--color-primary); }
  .p-serviceDetailSide__listChild {
    padding: 16px 0 24px; }
    .p-serviceDetailSide__listChild > li {
      padding-left: 25px;
      line-height: 1.2; }
      .p-serviceDetailSide__listChild > li:not(:last-child) {
        margin-bottom: 24px; }
      .p-serviceDetailSide__listChild > li::before {
        position: absolute;
        top: 50%;
        left: 0;
        display: block;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        content: "";
        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;
        -webkit-transform: translateY(-50%) scale(0);
                transform: translateY(-50%) scale(0); }
      .p-serviceDetailSide__listChild > li > a, .p-serviceDetailSide__listChild > li div {
        position: relative;
        display: block;
        font-size: 1.4rem;
        color: var(--color-black-text);
        letter-spacing: 0.7px;
        transition: padding-left 0.3s ease-in-out, font-weight 0.3s ease-in-out; }
        .p-serviceDetailSide__listChild > li > a:not(div):after, .p-serviceDetailSide__listChild > li div:not(div):after {
          position: absolute;
          top: 50%;
          right: 20px;
          display: block;
          width: 12px;
          height: 12px;
          background-image: url(../images/service/detail/icon-arrow-side.svg);
          background-repeat: no-repeat;
          background-position: center;
          background-size: cover;
          content: "";
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }
      .p-serviceDetailSide__listChild > li.-active, .p-serviceDetailSide__listChild > li:hover {
        position: relative; }
        .p-serviceDetailSide__listChild > li.-active:has(a)::before, .p-serviceDetailSide__listChild > li:hover:has(a)::before {
          -webkit-transform: translateY(-50%) scale(1);
                  transform: translateY(-50%) scale(1); }
        .p-serviceDetailSide__listChild > li.-active > a, .p-serviceDetailSide__listChild > li:hover > a {
          padding-left: 15px;
          font-weight: 700; }

.p-serviceDetailContent {
  width: calc(100% - 266px);
  max-width: 1027px; }
  @media screen and (max-width: 768px) {
    .p-serviceDetailContent {
      overflow: hidden;
      width: 100%; } }
  .p-serviceDetailContent__container {
    max-width: 907px;
    padding-right: 20px;
    padding-left: 87px; }
    @media screen and (min-width: 1401px) {
      .p-serviceDetailContent__container {
        max-width: 1010px;
        padding-right: 123px; } }
    @media screen and (max-width: 768px) {
      .p-serviceDetailContent__container {
        padding: 0 30px; } }

.p-serviceDetailLead {
  position: relative;
  overflow: hidden;
  padding: 102px 20px 102px 87px;
  border-radius: 30px 0 0 30px;
  background-image: url(../images/service/detail/img-lead.jpg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  @media screen and (min-width: 1401px) {
    .p-serviceDetailLead {
      border-radius: 30px; } }
  @media screen and (max-width: 768px) {
    .p-serviceDetailLead {
      padding: 86px 30px;
      border-radius: 40px 0 0 0;
      background-image: url(../images/service/detail/img-lead_sp.jpg.webp); } }
  .p-serviceDetailLead::before, .p-serviceDetailLead::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: ""; }
  .p-serviceDetailLead::before {
    background-color: #272A30;
    opacity: 0.4; }
  .p-serviceDetailLead::after {
    background-color: var(--color-primary);
    opacity: 0.5;
    mix-blend-mode: multiply; }
  .p-serviceDetailLead__title, .p-serviceDetailLead__desc {
    z-index: 2;
    position: relative;
    color: var(--color-white); }
  .p-serviceDetailLead__title {
    margin-bottom: 40px;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0; }
    @media screen and (max-width: 768px) {
      .p-serviceDetailLead__title {
        margin-bottom: 32px;
        font-size: 2rem; } }
  .p-serviceDetailLead__desc {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2;
    text-align: justify;
    letter-spacing: 0.48px; }
    @media screen and (max-width: 768px) {
      .p-serviceDetailLead__desc {
        font-size: 1.3rem;
        letter-spacing: 0.39px; } }

.p-serviceDetailSec {
  padding-top: 120px; }
  @media screen and (max-width: 768px) {
    .p-serviceDetailSec {
      padding-top: 64px; } }
  .p-serviceDetailSec.-bgGray, .p-serviceDetailSec:last-child {
    margin-top: 120px;
    padding-bottom: 120px;
    border-top: 1px solid var(--color-border); }
    @media screen and (max-width: 768px) {
      .p-serviceDetailSec.-bgGray, .p-serviceDetailSec:last-child {
        padding-bottom: 64px; } }
  .p-serviceDetailSec.-hasIcon {
    position: relative;
    padding-bottom: 204px; }
    @media screen and (max-width: 768px) {
      .p-serviceDetailSec.-hasIcon {
        padding-bottom: 81px; } }
    .p-serviceDetailSec.-hasIcon .js-parallax-fadeIn {
      position: absolute;
      right: -28vw;
      bottom: 108px;
      display: block;
      width: 362px;
      height: 192px;
      background-image: url(../images/service/detail/icon-line.svg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
      @media screen and (max-width: 1400px) {
        .p-serviceDetailSec.-hasIcon .js-parallax-fadeIn {
          right: -22vw; } }
      @media screen and (max-width: 768px) {
        .p-serviceDetailSec.-hasIcon .js-parallax-fadeIn {
          right: -190px;
          bottom: 21px;
          width: 266px;
          height: 142px; } }
  .p-serviceDetailSec .c-title_service {
    letter-spacing: 0; }
    @media screen and (max-width: 768px) {
      .p-serviceDetailSec .c-title_service {
        margin-bottom: 24px; } }

.p-serviceDetailProblem li {
  position: relative;
  padding: 32px 8px;
  padding-left: 46px;
  border-bottom: 1px solid var(--color-border);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.54px; }
  @media screen and (max-width: 768px) {
    .p-serviceDetailProblem li {
      padding: 18px 0 18px 35px;
      font-size: 1.4rem;
      letter-spacing: 0.42px; } }
  .p-serviceDetailProblem li:first-child {
    border-top: 1px solid var(--color-border); }
  .p-serviceDetailProblem li::before {
    position: absolute;
    top: 50%;
    left: 8px;
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../images/service/detail/icon-check.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    @media screen and (max-width: 768px) {
      .p-serviceDetailProblem li::before {
        left: 0;
        width: 25px;
        height: 25px; } }

.p-serviceDetailFeature__item,
.p-serviceDetailValue__item,
.p-serviceDetailPartner__item {
  display: flex;
  gap: 0 40px; }
  @media screen and (max-width: 1023px) {
    .p-serviceDetailFeature__item,
    .p-serviceDetailValue__item,
    .p-serviceDetailPartner__item {
      display: block; } }
  .p-serviceDetailFeature__item:not(:last-child),
  .p-serviceDetailValue__item:not(:last-child),
  .p-serviceDetailPartner__item:not(:last-child) {
    border-bottom: 1px solid var(--color-border); }
  .p-serviceDetailFeature__item:first-child,
  .p-serviceDetailValue__item:first-child,
  .p-serviceDetailPartner__item:first-child {
    padding-bottom: 56px; }
    @media screen and (max-width: 768px) {
      .p-serviceDetailFeature__item:first-child,
      .p-serviceDetailValue__item:first-child,
      .p-serviceDetailPartner__item:first-child {
        padding-bottom: 24px; } }
  .p-serviceDetailFeature__item:last-child,
  .p-serviceDetailValue__item:last-child,
  .p-serviceDetailPartner__item:last-child {
    padding-top: 48px;
    padding-bottom: 0; }
    @media screen and (max-width: 768px) {
      .p-serviceDetailFeature__item:last-child,
      .p-serviceDetailValue__item:last-child,
      .p-serviceDetailPartner__item:last-child {
        padding-top: 24px; } }
  .p-serviceDetailFeature__item:not(:last-child):not(:first-child),
  .p-serviceDetailValue__item:not(:last-child):not(:first-child),
  .p-serviceDetailPartner__item:not(:last-child):not(:first-child) {
    padding: 48px 0 56px; }
    @media screen and (max-width: 768px) {
      .p-serviceDetailFeature__item:not(:last-child):not(:first-child),
      .p-serviceDetailValue__item:not(:last-child):not(:first-child),
      .p-serviceDetailPartner__item:not(:last-child):not(:first-child) {
        padding: 24px 0; } }

.p-serviceDetailFeature__img,
.p-serviceDetailValue__img,
.p-serviceDetailPartner__img {
  flex-shrink: 0; }
  @media screen and (max-width: 768px) {
    .p-serviceDetailFeature__img,
    .p-serviceDetailValue__img,
    .p-serviceDetailPartner__img {
      margin-bottom: 8px; } }

.p-serviceDetailFeature__txt .-num,
.p-serviceDetailValue__txt .-num,
.p-serviceDetailPartner__txt .-num {
  font-family: var(--font-gothic);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--color-primary);
  letter-spacing: 0.54px; }
  @media screen and (max-width: 768px) {
    .p-serviceDetailFeature__txt .-num,
    .p-serviceDetailValue__txt .-num,
    .p-serviceDetailPartner__txt .-num {
      font-size: 1.3rem;
      letter-spacing: 0.385px; } }

.p-serviceDetailFeature__txt .-title,
.p-serviceDetailValue__txt .-title,
.p-serviceDetailPartner__txt .-title {
  margin: 16px 0 32px;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0; }
  @media screen and (max-width: 768px) {
    .p-serviceDetailFeature__txt .-title,
    .p-serviceDetailValue__txt .-title,
    .p-serviceDetailPartner__txt .-title {
      margin: 8px 0 16px;
      font-size: 1.8rem; } }

.p-serviceDetailFeature__txt .-desc,
.p-serviceDetailValue__txt .-desc,
.p-serviceDetailPartner__txt .-desc {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.48px; }
  @media screen and (max-width: 768px) {
    .p-serviceDetailFeature__txt .-desc,
    .p-serviceDetailValue__txt .-desc,
    .p-serviceDetailPartner__txt .-desc {
      font-size: 1.4rem;
      letter-spacing: 0.42px; } }
  .p-serviceDetailFeature__txt .-desc a,
  .p-serviceDetailValue__txt .-desc a,
  .p-serviceDetailPartner__txt .-desc a {
    color: var(--color-blue);
    text-decoration: underline; }
    @media print, screen and (min-width: 769px) {
      .p-serviceDetailFeature__txt .-desc a:hover,
      .p-serviceDetailValue__txt .-desc a:hover,
      .p-serviceDetailPartner__txt .-desc a:hover {
        text-decoration: none; } }

@media screen and (max-width: 768px) {
  .p-serviceDetailFeature__img {
    width: 152px; } }

@media print, screen and (min-width: 769px) {
  .p-serviceDetailValue__img, .p-serviceDetailValue__txt {
    width: calc(50% - 20px); } }

.p-serviceDetailFunction {
  display: flex;
  margin-top: 62px;
  flex-wrap: wrap;
  gap: 62px 40px; }
  @media screen and (max-width: 768px) {
    .p-serviceDetailFunction {
      margin-top: 24px;
      gap: 32px 0; } }
  @media print, screen and (min-width: 769px) {
    .p-serviceDetailFunction__item {
      width: calc(50% - 20px); } }
  .p-serviceDetailFunction__title {
    display: flex;
    margin-bottom: 32px;
    gap: 0 16px;
    align-items: center; }
    @media screen and (max-width: 768px) {
      .p-serviceDetailFunction__title {
        margin-bottom: 16px; } }
    .p-serviceDetailFunction__title .-icon {
      width: 125px; }
      @media screen and (max-width: 768px) {
        .p-serviceDetailFunction__title .-icon {
          width: 120px; } }
    .p-serviceDetailFunction__title .-text {
      font-size: 2.2rem;
      font-weight: 700;
      line-height: 1.5;
      letter-spacing: 0; }
      @media screen and (max-width: 768px) {
        .p-serviceDetailFunction__title .-text {
          font-size: 1.8rem; } }
  .p-serviceDetailFunction__desc {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2;
    text-align: justify;
    letter-spacing: 0.48px; }
    @media screen and (max-width: 768px) {
      .p-serviceDetailFunction__desc {
        font-size: 1.4rem;
        letter-spacing: 0.42px; } }

.p-serviceDetailFaq {
  border-top: 1px solid var(--color-border); }
  .p-serviceDetailFaq__item {
    display: flex;
    padding: 40px 37px 40px 32px;
    border-bottom: 1px solid var(--color-border);
    gap: 0 32px; }
    @media screen and (max-width: 768px) {
      .p-serviceDetailFaq__item {
        padding: 24px 0;
        gap: 0 16px; } }
  .p-serviceDetailFaq__icon {
    font-family: var(--font-gothic);
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.5;
    color: var(--color-primary);
    flex-shrink: 0; }
    @media screen and (max-width: 768px) {
      .p-serviceDetailFaq__icon {
        font-size: 2.8rem; } }
  .p-serviceDetailFaq__content {
    width: 100%; }
    .p-serviceDetailFaq__content .-title {
      margin-bottom: 32px;
      font-size: 2.2rem;
      font-weight: 700;
      line-height: 1.5;
      letter-spacing: 0; }
      @media screen and (max-width: 768px) {
        .p-serviceDetailFaq__content .-title {
          margin-bottom: 16px;
          font-size: 1.6rem; } }
    .p-serviceDetailFaq__content .-desc {
      font-size: 1.6rem;
      font-weight: 400;
      line-height: 2;
      text-align: justify;
      letter-spacing: 0.48px; }
      @media screen and (max-width: 768px) {
        .p-serviceDetailFaq__content .-desc {
          font-size: 1.4rem;
          letter-spacing: 0.42px; } }

.p-serviceDetailPartner {
  border-top: 1px solid var(--color-border); }
  .p-serviceDetailPartner__item {
    padding: 40px 0 !important;
    border-bottom: 1px solid var(--color-border); }
    @media screen and (max-width: 768px) {
      .p-serviceDetailPartner__item {
        padding: 24px 0 !important; } }
  .p-serviceDetailPartner__img {
    max-width: 170px; }
    @media screen and (max-width: 768px) {
      .p-serviceDetailPartner__img {
        margin-bottom: 24px; } }
  .p-serviceDetailPartner__txt .-title {
    font-size: 2.2rem;
    color: var(--color-primary); }
    @media screen and (max-width: 768px) {
      .p-serviceDetailPartner__txt .-title {
        margin: 0 0 20px 0;
        font-size: 1.8rem; } }

.p-serviceDetailVideo {
  width: 100%;
  aspect-ratio: 16 / 9; }
  .p-serviceDetailVideo iframe,
  .p-serviceDetailVideo video {
    width: 100%;
    height: 100%; }

.p-serviceDetailRecommendation {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 40px; }
  @media screen and (max-width: 768px) {
    .p-serviceDetailRecommendation {
      gap: 16px 0; } }
  .p-serviceDetailRecommendation__item {
    display: flex;
    overflow: hidden;
    flex-direction: column;
    width: calc(50% - 20px);
    border: 1px solid var(--color-border);
    border-radius: 10px; }
    @media screen and (max-width: 768px) {
      .p-serviceDetailRecommendation__item {
        width: 100%;
        border-radius: 8px; } }
  .p-serviceDetailRecommendation__content {
    height: inherit; }
    .p-serviceDetailRecommendation__content.-problem {
      position: relative;
      padding: 40px 27px 44px; }
      @media screen and (max-width: 768px) {
        .p-serviceDetailRecommendation__content.-problem {
          padding: 32px 22px 30px; } }
      .p-serviceDetailRecommendation__content.-problem::after {
        position: absolute;
        bottom: -15px;
        left: 50%;
        display: block;
        width: 30px;
        height: 30px;
        background-image: url(../images/service/detail/icon-arrow-down.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        content: "";
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
        @media screen and (max-width: 768px) {
          .p-serviceDetailRecommendation__content.-problem::after {
            bottom: -12px;
            width: 24px;
            height: 24px; } }
      .p-serviceDetailRecommendation__content.-problem .-desc {
        display: block;
        font-size: 1.8rem;
        line-height: 1.5;
        letter-spacing: 0.9px; }
        @media screen and (max-width: 768px) {
          .p-serviceDetailRecommendation__content.-problem .-desc {
            font-size: 1.4rem;
            letter-spacing: 0.7px; } }
    .p-serviceDetailRecommendation__content.-support {
      height: 100%;
      padding: 27px 27px 36px;
      border-radius: 0 0 10px 10px;
      background-color: var(--color-iceblue); }
      @media screen and (max-width: 768px) {
        .p-serviceDetailRecommendation__content.-support {
          padding: 32px 22px;
          border-radius: 0 0 8px 8px; } }
      .p-serviceDetailRecommendation__content.-support .-desc {
        display: block;
        font-size: 1.6rem;
        line-height: 2;
        letter-spacing: 0.8px; }
        @media screen and (max-width: 768px) {
          .p-serviceDetailRecommendation__content.-support .-desc {
            font-size: 1.4rem;
            letter-spacing: 0.7px; } }
    .p-serviceDetailRecommendation__content .-title {
      display: block;
      margin-bottom: 10px;
      font-size: 1.3rem;
      font-weight: 700;
      line-height: 1.5;
      color: var(--color-primary);
      letter-spacing: 0.65px; }
      @media screen and (max-width: 768px) {
        .p-serviceDetailRecommendation__content .-title {
          margin-bottom: 8px;
          font-size: 1.2rem;
          letter-spacing: 0.6px; } }
    .p-serviceDetailRecommendation__content .-desc {
      font-weight: 400; }

.p-serviceDetailContentUnder {
  overflow: hidden; }

.p-serviceDetailCv {
  position: relative;
  overflow: hidden;
  width: calc(100% - 123px);
  margin: 120px 0 124px auto;
  padding: 80px 0;
  border-radius: 30px 0 0 30px;
  background-color: var(--color-primary); }
  @media screen and (max-width: 768px) {
    .p-serviceDetailCv {
      width: 100%;
      margin: 0;
      padding: 64px 0;
      border-radius: 0; } }
  .p-serviceDetailCv::before, .p-serviceDetailCv::after {
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: ""; }
  .p-serviceDetailCv::before {
    top: 0;
    left: 0;
    width: 342px;
    height: 281px;
    background-image: url(../images/service/detail/bg-cv1.svg); }
    @media screen and (max-width: 768px) {
      .p-serviceDetailCv::before {
        width: 330px;
        height: 270px; } }
  .p-serviceDetailCv::after {
    right: 0;
    bottom: 0;
    width: 352px;
    height: 342px;
    background-image: url(../images/service/detail/bg-cv2.svg); }
    @media screen and (max-width: 768px) {
      .p-serviceDetailCv::after {
        width: 214px;
        height: 207px; } }
  .p-serviceDetailCv__container {
    padding: 0 30px; }
    @media screen and (min-width: 1401px) {
      .p-serviceDetailCv__container {
        max-width: 1050px;
        padding-left: 230px; } }
    @media print, screen and (min-width: 1024px) {
      .p-serviceDetailCv__container {
        max-width: 1050px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 20px;
        padding-left: 230px; } }
  .p-serviceDetailCv__title, .p-serviceDetailCv__desc, .p-serviceDetailCv__link {
    z-index: 2;
    position: relative; }
  .p-serviceDetailCv__title {
    margin-bottom: 40px;
    font-size: 3.2rem;
    font-weight: 700;
    color: var(--color-white); }
    @media screen and (max-width: 768px) {
      .p-serviceDetailCv__title {
        margin-bottom: 32px;
        font-size: 2rem; } }
  .p-serviceDetailCv__desc {
    margin-bottom: 48px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2;
    color: var(--color-white);
    text-align: justify;
    letter-spacing: 0.48px; }
    @media screen and (max-width: 768px) {
      .p-serviceDetailCv__desc {
        margin-bottom: 32px;
        font-size: 1.3rem; } }
  @media print, screen and (min-width: 769px) {
    .p-serviceDetailCv .c-cv__block {
      max-width: 380px; } }
  .p-serviceDetailCv .c-cv__block a {
    padding: 40px 10px; }
    @media screen and (max-width: 768px) {
      .p-serviceDetailCv .c-cv__block a {
        padding: 33px 10px; } }
  .p-serviceDetailCv .c-cv__title span {
    font-size: 2.6rem; }
    @media screen and (max-width: 768px) {
      .p-serviceDetailCv .c-cv__title span {
        font-size: 1.8rem; } }
    .p-serviceDetailCv .c-cv__title span::before {
      width: 32px;
      height: 32px;
      margin-right: 10px; }
      @media screen and (max-width: 768px) {
        .p-serviceDetailCv .c-cv__title span::before {
          width: 30px;
          height: 30px;
          margin-right: 8px; } }
  .p-serviceDetailCv .c-cv__desc {
    font-size: 1.4rem; }
    @media screen and (max-width: 768px) {
      .p-serviceDetailCv .c-cv__desc {
        font-size: 1.3rem; } }
  .p-serviceDetailCv__link {
    margin-top: 32px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .p-serviceDetailCv__link {
        margin-top: 20px; } }
    .p-serviceDetailCv__link a {
      font-size: 1.6rem;
      line-height: 200%;
      color: var(--color-white);
      text-decoration: underline;
      letter-spacing: 0.48px; }
      @media screen and (max-width: 768px) {
        .p-serviceDetailCv__link a {
          font-size: 1.25rem;
          letter-spacing: 0.375px; } }
      @media print, screen and (min-width: 769px) {
        .p-serviceDetailCv__link a:hover {
          text-decoration: none; } }

.p-serviceDetailService {
  position: relative;
  padding: 120px 0 128px;
  background-color: #F9FAFF; }
  @media screen and (max-width: 768px) {
    .p-serviceDetailService {
      padding: 64px 0; } }
  .p-serviceDetailService .c-title_service {
    margin-bottom: 64px; }
    @media screen and (max-width: 768px) {
      .p-serviceDetailService .c-title_service {
        margin-bottom: 40px; } }
  .p-serviceDetailService__icon {
    position: absolute;
    top: -53px;
    right: -108px;
    display: block;
    width: 388px;
    height: 285px;
    background-image: url(../images/service/detail/icon-service.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    @media screen and (max-width: 768px) {
      .p-serviceDetailService__icon {
        top: 56px;
        right: -46px;
        width: 145px;
        height: 106px; } }
  @media print, screen and (min-width: 769px) {
    .p-serviceDetailService__list {
      position: relative; }
      .p-serviceDetailService__list::before {
        position: absolute;
        top: 0;
        left: 97.5px;
        display: block;
        width: 1px;
        height: 0;
        background-color: var(--color-border);
        content: "";
        transition: height 1.6s ease-in-out; }
      .p-serviceDetailService__list.-animated::before {
        height: calc(100% - 120px); } }
  .p-serviceDetailService__listItem {
    z-index: 2;
    position: relative; }
    @media print, screen and (min-width: 769px) {
      .p-serviceDetailService__listItem {
        display: flex;
        gap: 0 62px; } }
    .p-serviceDetailService__listItem:not(:last-child) .p-serviceDetailServiceContent {
      padding-bottom: 55px;
      border-bottom: 1px solid var(--color-border); }
      @media screen and (max-width: 768px) {
        .p-serviceDetailService__listItem:not(:last-child) .p-serviceDetailServiceContent {
          padding-bottom: 27px; } }
    .p-serviceDetailService__listItem:not(:first-child) {
      padding-top: 55px; }
      @media screen and (max-width: 768px) {
        .p-serviceDetailService__listItem:not(:first-child) {
          padding-top: 33px; }
          .p-serviceDetailService__listItem:not(:first-child) .p-serviceDetailService__title {
            top: 33px; } }
  .p-serviceDetailService__title {
    width: 196px;
    height: 196px;
    padding-top: 54px;
    border: 1px solid var(--color-border);
    border-radius: 50%;
    background-color: var(--color-white);
    flex-shrink: 0; }
    @media screen and (max-width: 768px) {
      .p-serviceDetailService__title {
        position: absolute;
        top: 0;
        left: 0;
        width: 120px;
        height: 120px;
        padding-top: 32px; } }
    .p-serviceDetailService__title > span {
      display: block;
      text-align: center; }
    .p-serviceDetailService__title .-num {
      margin-bottom: 8px;
      font-family: var(--font-gothic);
      font-size: 1.6rem;
      font-weight: 700;
      letter-spacing: 0.48px; }
      @media screen and (max-width: 768px) {
        .p-serviceDetailService__title .-num {
          margin-bottom: 0;
          font-size: 1.2rem;
          letter-spacing: 0.36px; } }
      .p-serviceDetailService__title .-num.-first {
        color: var(--color-accent); }
      .p-serviceDetailService__title .-num.-second {
        color: var(--color-lightblue); }
      .p-serviceDetailService__title .-num.-third {
        color: var(--color-blue); }
      .p-serviceDetailService__title .-num.-fourth {
        color: var(--color-primary); }
    .p-serviceDetailService__title .-text {
      font-size: 2.6rem;
      font-weight: 700;
      line-height: 1.3;
      letter-spacing: 0.78px; }
      @media screen and (max-width: 768px) {
        .p-serviceDetailService__title .-text {
          font-size: 1.8rem;
          letter-spacing: 0.54px; } }

.p-serviceDetailServiceContent {
  width: 100%; }
  .p-serviceDetailServiceContent__desc {
    margin-bottom: 46px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0.8px; }
    @media screen and (max-width: 768px) {
      .p-serviceDetailServiceContent__desc {
        display: flex;
        min-height: 120px;
        margin-bottom: 27px;
        padding-left: 132px;
        font-size: 1.4rem;
        letter-spacing: 0.7px;
        align-items: center; } }
  .p-serviceDetailServiceContent__list {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 32px 40px; }
    @media screen and (max-width: 768px) {
      .p-serviceDetailServiceContent__list {
        gap: 16px 0; } }
    @media print, screen and (min-width: 769px) {
      .p-serviceDetailServiceContent__list.-first .p-serviceDetailServiceContent__listItem a:hover .-text {
        color: var(--color-accent); }
        .p-serviceDetailServiceContent__list.-first .p-serviceDetailServiceContent__listItem a:hover .-text::after {
          background-image: url(../images/service/detail/icon-arrow-accent.svg); } }
    @media print, screen and (min-width: 769px) {
      .p-serviceDetailServiceContent__list.-second .p-serviceDetailServiceContent__listItem a:hover .-text {
        color: var(--color-lightblue); }
        .p-serviceDetailServiceContent__list.-second .p-serviceDetailServiceContent__listItem a:hover .-text::after {
          background-image: url(../images/service/detail/icon-arrow-blue.svg); } }
    @media print, screen and (min-width: 769px) {
      .p-serviceDetailServiceContent__list.-third .p-serviceDetailServiceContent__listItem a:hover .-text {
        color: var(--color-blue); }
        .p-serviceDetailServiceContent__list.-third .p-serviceDetailServiceContent__listItem a:hover .-text::after {
          background-image: url(../images/service/detail/icon-arrow-blue.svg); } }
    @media print, screen and (min-width: 769px) {
      .p-serviceDetailServiceContent__list.-fourth .p-serviceDetailServiceContent__listItem a:hover .-text {
        color: var(--color-primary); }
        .p-serviceDetailServiceContent__list.-fourth .p-serviceDetailServiceContent__listItem a:hover .-text::after {
          background-image: url(../images/service/detail/icon-arrow-primary.svg); } }
  .p-serviceDetailServiceContent__listItem {
    width: calc(50% - 20px); }
    @media screen and (max-width: 1023px) {
      .p-serviceDetailServiceContent__listItem {
        width: 100%; } }
    .p-serviceDetailServiceContent__listItem a, .p-serviceDetailServiceContent__listItem div {
      display: flex;
      gap: 0 16px;
      align-items: center; }
      @media print, screen and (min-width: 769px) {
        .p-serviceDetailServiceContent__listItem a:not(div):hover .-img, .p-serviceDetailServiceContent__listItem div:not(div):hover .-img {
          opacity: 0.7; }
        .p-serviceDetailServiceContent__listItem a:not(div):hover .-text::after, .p-serviceDetailServiceContent__listItem div:not(div):hover .-text::after {
          right: -42px; } }
    .p-serviceDetailServiceContent__listItem div .-text::after {
      display: none; }
    .p-serviceDetailServiceContent__listItem .-img {
      width: 126px;
      height: 93px;
      transition: opacity 0.3s ease;
      flex-shrink: 0; }
      @media screen and (max-width: 768px) {
        .p-serviceDetailServiceContent__listItem .-img {
          width: 116px;
          height: 85.6px; } }
      .p-serviceDetailServiceContent__listItem .-img img {
        width: 100%;
        height: 100%;
        border-radius: 6.4px;
        -o-object-fit: cover;
           object-fit: cover; }
    .p-serviceDetailServiceContent__listItem .-text {
      position: relative;
      font-size: 1.6rem;
      font-weight: 700;
      color: var(--color-black-text);
      letter-spacing: 0.8px;
      transition: color 0.3s ease; }
      @media screen and (max-width: 768px) {
        .p-serviceDetailServiceContent__listItem .-text {
          width: 100%;
          font-size: 1.3rem;
          letter-spacing: 0.65px; } }
      .p-serviceDetailServiceContent__listItem .-text::after {
        position: absolute;
        top: 50%;
        right: -32px;
        display: block;
        width: 16px;
        height: 16px;
        background-image: url(../images/service/detail/icon-arrow-side.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        content: "";
        transition: right 0.3s ease, background-image 0.3s ease;
        -webkit-transform: translateY(-45%);
                transform: translateY(-45%); }
        @media screen and (max-width: 768px) {
          .p-serviceDetailServiceContent__listItem .-text::after {
            right: 0; } }

.p-serviceDetailCompany {
  padding: 120px 0 143px; }
  @media screen and (max-width: 768px) {
    .p-serviceDetailCompany {
      padding: 64px 0 60px; } }
  .p-serviceDetailCompany .c-title_service {
    margin-bottom: 64px; }
    @media screen and (max-width: 768px) {
      .p-serviceDetailCompany .c-title_service {
        margin-bottom: 40px; } }
  .p-serviceDetailCompany__table {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    border-top: 1px solid var(--color-border); }
    .p-serviceDetailCompany__table th,
    .p-serviceDetailCompany__table td {
      padding: 40px 0;
      border-bottom: 1px solid var(--color-border); }
      @media screen and (max-width: 768px) {
        .p-serviceDetailCompany__table th,
        .p-serviceDetailCompany__table td {
          display: block; } }
    .p-serviceDetailCompany__table th {
      width: 289px;
      padding-left: 29px;
      font-size: 1.6rem;
      font-weight: 700;
      line-height: 200%;
      text-align: left;
      letter-spacing: 0.8px; }
      @media screen and (max-width: 768px) {
        .p-serviceDetailCompany__table th {
          width: 100%;
          padding: 32px 0 18px;
          border-bottom: none;
          font-size: 1.4rem;
          letter-spacing: 0.7px; } }
    .p-serviceDetailCompany__table td {
      font-size: 1.6rem;
      font-weight: 400;
      line-height: 2;
      vertical-align: middle;
      letter-spacing: 0.48px; }
      @media screen and (max-width: 768px) {
        .p-serviceDetailCompany__table td {
          padding: 0 0 32px;
          font-size: 1.4rem;
          letter-spacing: 0.42px; } }
      .p-serviceDetailCompany__table td .-company,
      .p-serviceDetailCompany__table td .-address {
        display: flex;
        gap: 0 32px;
        align-items: center; }
        @media screen and (max-width: 768px) {
          .p-serviceDetailCompany__table td .-company,
          .p-serviceDetailCompany__table td .-address {
            gap: 0 16px; } }
      @media screen and (max-width: 768px) {
        .p-serviceDetailCompany__table td .-address {
          display: block; } }
      .p-serviceDetailCompany__table td .-address a {
        display: flex;
        gap: 0 3px;
        align-items: center; }
        @media screen and (max-width: 768px) {
          .p-serviceDetailCompany__table td .-address a {
            margin-top: 18px; } }
        .p-serviceDetailCompany__table td .-address a::before {
          display: inline-block;
          width: 24px;
          height: 24px;
          background-image: url(../images/service/detail/icon-location.svg);
          background-repeat: no-repeat;
          background-position: center;
          background-size: cover;
          content: ""; }
      .p-serviceDetailCompany__table td a {
        color: var(--color-blue);
        text-decoration: underline;
        letter-spacing: 0.48px; }
        @media print, screen and (min-width: 769px) {
          .p-serviceDetailCompany__table td a:hover {
            text-decoration: none; } }
      .p-serviceDetailCompany__table td > span {
        display: block;
        font-size: 1.3rem;
        letter-spacing: 0.39px; }

.p-media_hidden {
  display: none; }

.p-mediaSlider {
  padding: 21px 0 40px; }
  @media print, screen and (min-width: 769px) {
    .p-mediaSlider {
      position: relative;
      padding: 32px 0; } }
  .p-mediaSlider .swiper-slide {
    transition: scale .4s;
    scale: .9; }
  .p-mediaSlider .swiper-slide-active {
    z-index: 1;
    scale: 1; }
  .p-mediaSlider_item {
    display: block;
    overflow: hidden;
    width: 100%;
    border-radius: 11px;
    box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.1); }
    @media print, screen and (min-width: 769px) {
      .p-mediaSlider_item {
        display: grid;
        border-radius: 0.76389vw;
        grid-template-columns: 60.3% 1fr; }
        .p-mediaSlider_item:hover .p-mediaSlider_item_img img {
          -webkit-transform: scale(1.15);
                  transform: scale(1.15); }
        .p-mediaSlider_item:hover .p-mediaSlider_item_title {
          color: var(--color-primary); } }
    @media screen and (min-width: 1440px) {
      .p-mediaSlider_item {
        border-radius: 11px; } }
    .p-mediaSlider_item_img {
      overflow: hidden;
      aspect-ratio: 3 / 2; }
      .p-mediaSlider_item_img img {
        width: 100%;
        height: 100%;
        transition: -webkit-transform .5s;
        transition: transform .5s;
        transition: transform .5s, -webkit-transform .5s;
        -o-object-fit: cover;
           object-fit: cover; }
    .p-mediaSlider_item_inner {
      padding: 16px 16px 23px;
      background-color: #fff; }
      @media print, screen and (min-width: 769px) {
        .p-mediaSlider_item_inner {
          padding: 5vw 2.7vw; } }
    .p-mediaSlider_item_flex {
      display: flex;
      margin-bottom: 8px;
      align-items: center;
      justify-content: space-between; }
      @media print, screen and (min-width: 769px) {
        .p-mediaSlider_item_flex {
          margin-bottom: 1vw; } }
    .p-mediaSlider_item_date {
      font-family: var(--font-media-en);
      font-size: 1.1rem;
      line-height: 1.24;
      color: var(--color-media-gray); }
    .p-mediaSlider_item_title {
      display: -webkit-box;
      overflow: hidden;
      font-size: 1.8rem;
      font-weight: bold;
      line-height: 1.55;
      transition: color .5s;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2; }
      @media print, screen and (min-width: 769px) {
        .p-mediaSlider_item_title {
          font-size: 1.8vw;
          -webkit-line-clamp: 3; } }
    @media print, screen and (min-width: 769px) {
      .p-mediaSlider_item_titleWrap {
        display: flex;
        height: 80.4%;
        align-items: center; } }
  .p-mediaSlider_bottom {
    display: flex;
    margin-top: 21px;
    align-items: center;
    justify-content: center; }
    @media print, screen and (min-width: 769px) {
      .p-mediaSlider_bottom {
        margin-top: 1.66667vw; } }
    @media screen and (min-width: 1440px) {
      .p-mediaSlider_bottom {
        margin-top: 24px; } }
    .p-mediaSlider_bottom > button {
      width: 20px;
      height: 20px;
      margin-left: 6px;
      background-image: url(../images/media/icon-pause.svg);
      background-size: cover; }
      @media print, screen and (min-width: 769px) {
        .p-mediaSlider_bottom > button {
          width: 1.38889vw;
          height: 1.38889vw;
          margin-left: 0.69444vw; } }
      @media screen and (min-width: 1440px) {
        .p-mediaSlider_bottom > button {
          width: 20px;
          height: 20px;
          margin-left: 10px; } }
      .p-mediaSlider_bottom > button.is-pause {
        background-image: url(../images/media/icon-play.svg); }
  .p-mediaSlider .p-mediaSlider_pagination {
    --swiper-pagination-bullet-size: 6px;
    position: static;
    display: flex;
    width: auto;
    height: 20px;
    align-items: center; }
    @media print, screen and (min-width: 769px) {
      .p-mediaSlider .p-mediaSlider_pagination {
        --swiper-pagination-bullet-size: 7px;
        height: 1.38889vw; } }
    @media screen and (min-width: 1440px) {
      .p-mediaSlider .p-mediaSlider_pagination {
        --swiper-pagination-bullet-size: 8px;
        height: 20px; } }
    .p-mediaSlider .p-mediaSlider_pagination .swiper-pagination-bullet {
      margin: 0 6px; }
      @media print, screen and (min-width: 769px) {
        .p-mediaSlider .p-mediaSlider_pagination .swiper-pagination-bullet {
          margin: 0 0.55556vw; } }
      @media screen and (min-width: 1440px) {
        .p-mediaSlider .p-mediaSlider_pagination .swiper-pagination-bullet {
          margin: 0 8px; } }
    .p-mediaSlider .p-mediaSlider_pagination .swiper-pagination-bullet-active {
      --swiper-pagination-bullet-size: 10px;
      background-color: var(--color-media-black); }
      @media print, screen and (min-width: 769px) {
        .p-mediaSlider .p-mediaSlider_pagination .swiper-pagination-bullet-active {
          --swiper-pagination-bullet-size: 8px; } }
      @media screen and (min-width: 1440px) {
        .p-mediaSlider .p-mediaSlider_pagination .swiper-pagination-bullet-active {
          --swiper-pagination-bullet-size: 10px; } }
  .p-mediaSlider .p-mediaSlider_prev, .p-mediaSlider .p-mediaSlider_next {
    z-index: 2;
    position: absolute;
    top: 13.9vw;
    display: flex;
    width: 3.33333vw;
    height: 3.33333vw;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: opacity .5s;
    align-items: center;
    justify-content: center; }
    .p-mediaSlider .p-mediaSlider_prev > svg, .p-mediaSlider .p-mediaSlider_next > svg {
      width: 0.625vw;
      height: 0.97222vw; }
    @media screen and (min-width: 1440px) {
      .p-mediaSlider .p-mediaSlider_prev, .p-mediaSlider .p-mediaSlider_next {
        top: 11.9vw; } }
    .p-mediaSlider .p-mediaSlider_prev:hover, .p-mediaSlider .p-mediaSlider_next:hover {
      opacity: .6; }
    @media screen and (max-width: 768px) {
      .p-mediaSlider .p-mediaSlider_prev, .p-mediaSlider .p-mediaSlider_next {
        display: none; } }
  .p-mediaSlider_prev {
    left: 18.3vw; }
  .p-mediaSlider_next {
    right: 18.3vw; }

.p-mediaAbout {
  position: relative;
  display: block;
  max-width: 335px;
  margin-right: auto;
  margin-left: auto; }
  @media print, screen and (min-width: 769px) {
    .p-mediaAbout {
      max-width: none; }
      .p-mediaAbout:hover .p-mediaAbout_btn {
        background-color: var(--color-primary);
        color: var(--color-white); }
        .p-mediaAbout:hover .p-mediaAbout_btn .c-mediaBtn_arrow {
          background-color: var(--color-white); }
          .p-mediaAbout:hover .p-mediaAbout_btn .c-mediaBtn_arrow svg path {
            fill: var(--color-primary); } }
  .p-mediaAbout_bg {
    overflow: hidden; }
  .p-mediaAbout p {
    position: absolute;
    top: 46%;
    left: 9.25%;
    width: 83.58%;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.75; }
    @media print, screen and (min-width: 769px) {
      .p-mediaAbout p {
        top: 19%;
        left: 56.67%;
        width: 38%;
        font-size: 0.97222vw; } }
    @media screen and (min-width: 1440px) {
      .p-mediaAbout p {
        font-size: 1.4rem; } }
  .p-mediaAbout_btn {
    position: absolute;
    bottom: 35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    @media print, screen and (min-width: 769px) {
      .p-mediaAbout_btn {
        bottom: 19%;
        left: 56.67%;
        -webkit-transform: translateX(0);
                transform: translateX(0); }
        .p-mediaAbout_btn svg {
          width: 0.90278vw;
          height: 0.90278vw; } }
    @media screen and (min-width: 1440px) {
      .p-mediaAbout_btn svg {
        width: 13px;
        height: 13px; } }

.p-mediaBlock {
  position: relative; }
  .p-mediaBlock + .p-mediaBlock {
    margin-top: 49px; }
    @media print, screen and (min-width: 769px) {
      .p-mediaBlock + .p-mediaBlock {
        margin-top: 5.90278vw; } }
    @media screen and (min-width: 1440px) {
      .p-mediaBlock + .p-mediaBlock {
        margin-top: 85px; } }
  .p-mediaBlock.-latest {
    margin-top: 64px;
    padding-bottom: 48px; }
    @media print, screen and (min-width: 769px) {
      .p-mediaBlock.-latest {
        margin-top: 5.90278vw;
        padding-bottom: 0; } }
    @media screen and (min-width: 1440px) {
      .p-mediaBlock.-latest {
        margin-top: 85px; } }
    .p-mediaBlock.-latest .p-mediaBlock_title::after {
      display: none; }
  .p-mediaBlock_title {
    display: flex;
    margin-bottom: 22px;
    gap: 10px;
    align-items: center; }
    @media print, screen and (min-width: 769px) {
      .p-mediaBlock_title {
        margin-bottom: 1.66667vw;
        gap: 0.69444vw; } }
    @media screen and (min-width: 1440px) {
      .p-mediaBlock_title {
        margin-bottom: 24px;
        gap: 10px; } }
    .p-mediaBlock_title::before {
      display: block;
      width: 15px;
      height: 15px;
      background-image: url(../images/media/icon-star.svg);
      background-size: cover;
      content: ''; }
      @media print, screen and (min-width: 769px) {
        .p-mediaBlock_title::before {
          width: 1.38889vw;
          height: 1.38889vw; } }
      @media screen and (min-width: 1440px) {
        .p-mediaBlock_title::before {
          width: 20px;
          height: 20px; } }
    .p-mediaBlock_title > span:nth-child(1) {
      font-family: var(--font-media-en);
      font-size: 2.4rem;
      line-height: 1.5; }
      @media print, screen and (min-width: 769px) {
        .p-mediaBlock_title > span:nth-child(1) {
          font-size: 3.2rem; } }
    .p-mediaBlock_title > span:nth-child(2) {
      font-size: 1.2rem;
      font-weight: bold;
      line-height: 1.75;
      color: var(--color-media-gray);
      letter-spacing: .03em;
      -webkit-transform: translateY(4px);
              transform: translateY(4px); }
      @media print, screen and (min-width: 769px) {
        .p-mediaBlock_title > span:nth-child(2) {
          font-size: 1.4rem; } }
    .p-mediaBlock_title::after {
      display: block;
      width: 100%;
      height: 1px;
      margin-left: 6px;
      background-color: var(--color-media-stroke);
      content: '';
      flex: 1; }
      @media print, screen and (min-width: 769px) {
        .p-mediaBlock_title::after {
          height: 0.06944vw;
          margin-left: 0.41667vw; } }
      @media screen and (min-width: 1440px) {
        .p-mediaBlock_title::after {
          height: 1px;
          margin-left: 6px; } }
  .p-mediaBlock_link {
    position: absolute;
    right: 0;
    bottom: 0; }
    @media print, screen and (min-width: 769px) {
      .p-mediaBlock_link {
        top: 1.52778vw;
        bottom: auto; } }
    @media screen and (min-width: 1440px) {
      .p-mediaBlock_link {
        top: 22px; } }
  @media print, screen and (min-width: 769px) {
    .p-mediaBlock_articles {
      padding-right: 2.63889vw; } }
  @media screen and (min-width: 1440px) {
    .p-mediaBlock_articles {
      padding-right: 38px; } }
  .p-mediaBlock_sections {
    display: grid;
    gap: 32px; }
    @media print, screen and (min-width: 769px) {
      .p-mediaBlock_sections {
        grid-template-columns: repeat(2, 1fr);
        gap: 2.98611vw 4.44444vw; }
        .p-mediaBlock_sections section:last-child {
          grid-column: span 2; } }
    @media screen and (min-width: 1440px) {
      .p-mediaBlock_sections {
        gap: 43px 64px; } }
  .p-mediaBlock_sectionTitle {
    position: relative;
    display: flex;
    margin-bottom: 24px;
    padding-top: 8px;
    border-top: 1px solid var(--color-media-black);
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.75;
    letter-spacing: .03em;
    align-items: center;
    justify-content: space-between; }
    @media print, screen and (min-width: 769px) {
      .p-mediaBlock_sectionTitle {
        margin-bottom: 1.66667vw;
        padding-top: 0.55556vw;
        font-size: 2rem;
        transition: color .3s; }
        .p-mediaBlock_sectionTitle:hover {
          color: var(--color-primary); }
          .p-mediaBlock_sectionTitle:hover .p-mediaBlock_sectionTitle_arrow {
            background-color: var(--color-primary); } }
    @media screen and (min-width: 1440px) {
      .p-mediaBlock_sectionTitle {
        margin-bottom: 24px;
        padding-top: 8px; } }
    .p-mediaBlock_sectionTitle span:nth-child(1) {
      -webkit-transform: translateY(3px);
              transform: translateY(3px); }
    .p-mediaBlock_sectionTitle_arrow {
      display: flex;
      width: 26px;
      height: 26px;
      border-radius: 50%;
      background-color: var(--color-media-black);
      content: "";
      transition: background-color .3s;
      align-items: center;
      justify-content: center; }
      .p-mediaBlock_sectionTitle_arrow::after {
        width: 12px;
        height: 12px;
        background-image: url(../images/media/icon-arrow.svg);
        background-size: cover;
        content: ""; }
  @media print, screen and (min-width: 769px) {
    .p-mediaBlock_section2col {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 1.66667vw 4.44444vw; }
      .p-mediaBlock_section2col > article {
        margin-top: 0 !important; } }
  @media screen and (min-width: 1440px) {
    .p-mediaBlock_section2col {
      gap: 24px 64px; } }

.p-mediaInterview a {
  display: block;
  overflow: hidden;
  padding: 10px 10px 0;
  border-radius: 8px;
  background-image: url(../images/media/bg-interview_sp.png);
  background-size: cover; }
  @media print, screen and (min-width: 769px) {
    .p-mediaInterview a {
      display: flex;
      padding: 0;
      border-radius: 0.55556vw;
      background-image: url(../images/media/bg-interview.png); }
      .p-mediaInterview a:hover .p-mediaInterview_img img {
        -webkit-transform: scale(1.15);
                transform: scale(1.15); }
      .p-mediaInterview a:hover .p-mediaInterview_title {
        color: var(--color-primary); } }
  @media screen and (min-width: 1440px) {
    .p-mediaInterview a {
      border-radius: 8px; } }

.p-mediaInterview_img {
  overflow: hidden;
  border-radius: 8px;
  aspect-ratio: 3 / 2; }
  @media print, screen and (min-width: 769px) {
    .p-mediaInterview_img {
      border-radius: 0.55556vw;
      flex-basis: 58.8%; } }
  @media screen and (min-width: 1440px) {
    .p-mediaInterview_img {
      border-radius: 8px; } }
  .p-mediaInterview_img img {
    width: 100%;
    height: 100%;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -o-object-fit: cover;
       object-fit: cover; }

.p-mediaInterview_content {
  position: relative;
  top: -21px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 16px;
  border-radius: 6.7px;
  background: rgba(255, 255, 255, 0.9); }
  @media print, screen and (min-width: 769px) {
    .p-mediaInterview_content {
      top: 0;
      left: -3.81944vw;
      margin: 2.22222vw 0;
      margin-right: -1.59722vw;
      padding: 2.22222vw 1.875vw 2.15278vw 2.22222vw;
      border-radius: 0.55556vw;
      flex: 1; } }
  @media screen and (min-width: 1440px) {
    .p-mediaInterview_content {
      left: -55px;
      margin: 32px 0;
      margin-right: -23px;
      padding: 32px 27px 31px 32px;
      border-radius: 8px; } }

.p-mediaInterview_cat {
  display: flex;
  justify-content: flex-start; }

.p-mediaInterview_title {
  display: -webkit-box;
  overflow: hidden;
  margin-top: 8px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.55;
  transition: color .5s;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; }
  @media print, screen and (min-width: 769px) {
    .p-mediaInterview_title {
      margin-top: 1.11111vw;
      font-size: 2rem; } }
  @media screen and (min-width: 1440px) {
    .p-mediaInterview_title {
      margin-top: 16px; } }

.p-mediaInterview_author {
  margin-top: 8px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.15;
  color: var(--color-media-gray); }
  @media print, screen and (min-width: 769px) {
    .p-mediaInterview_author {
      margin-top: 1.11111vw;
      font-size: 0.83333vw;
      line-height: 1.5; } }
  @media screen and (min-width: 1440px) {
    .p-mediaInterview_author {
      margin-top: 16px;
      font-size: 1.2rem; } }

.p-mediaInterview_bottom {
  display: flex;
  margin-top: 16px;
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--color-media-gray);
  align-items: end;
  justify-content: space-between; }
  @media print, screen and (min-width: 769px) {
    .p-mediaInterview_bottom {
      font-size: 0.83333vw; } }
  @media screen and (min-width: 1440px) {
    .p-mediaInterview_bottom {
      font-size: 1.2rem; } }

.p-mediaInterview_tags {
  display: flex;
  width: 154px;
  line-height: 1.27;
  flex-wrap: wrap;
  gap: 5px; }
  @media print, screen and (min-width: 769px) {
    .p-mediaInterview_tags {
      width: 14.16667vw;
      line-height: 1.5;
      gap: 0.55556vw; } }
  @media screen and (min-width: 1440px) {
    .p-mediaInterview_tags {
      width: 204px;
      gap: 8px; } }

.p-mediaInterview_tag::before {
  content: '# '; }

.p-mediaInterview_date {
  font-family: var(--font-media-en); }

.p-mediaNews {
  margin-top: 32px;
  padding: 20px 24px;
  border-radius: 8px;
  background-color: var(--color-media-gray_light); }
  @media print, screen and (min-width: 769px) {
    .p-mediaNews {
      margin-top: 60px;
      padding: 40px 32px; } }
  .p-mediaNews h2 .p-mediaBlock_sectionTitle {
    margin-bottom: 14px;
    padding-top: 0;
    border: none; }
    @media print, screen and (min-width: 769px) {
      .p-mediaNews h2 .p-mediaBlock_sectionTitle {
        display: inline-flex;
        margin-bottom: 24px;
        gap: 24px;
        justify-content: flex-start; } }
  .p-mediaNews_link {
    display: flex;
    margin-top: 16px;
    justify-content: flex-end; }
    @media print, screen and (min-width: 769px) {
      .p-mediaNews_link {
        margin-top: 24px; } }
  .p-mediaNews_articles {
    display: grid;
    border-bottom: 1px solid var(--color-media-stroke); }
    .p-mediaNews_articles a {
      display: block;
      padding: 16px 0;
      border-top: 1px solid var(--color-media-stroke);
      line-height: 1.55; }
      @media print, screen and (min-width: 769px) {
        .p-mediaNews_articles a {
          display: flex;
          padding: 24px 0;
          transition: opacity .3s;
          gap: 32px; }
          .p-mediaNews_articles a:hover {
            opacity: .6; } }
    .p-mediaNews_articles_date {
      font-family: var(--font-media-en);
      font-size: 1.2rem;
      font-weight: 500;
      color: var(--color-media-navy); }
      @media print, screen and (min-width: 769px) {
        .p-mediaNews_articles_date {
          font-size: 1.4rem;
          flex-basis: 100px; } }
    .p-mediaNews_articles_title {
      margin-top: 8px;
      font-size: 1.4rem;
      font-weight: bold; }
      @media print, screen and (min-width: 769px) {
        .p-mediaNews_articles_title {
          margin-top: 0;
          font-size: 1.5rem; } }

.p-mediaCatHead {
  margin-top: 51px;
  padding-bottom: 60px;
  border-bottom: 1px solid var(--color-media-stroke);
  line-height: 1.55; }
  @media print, screen and (min-width: 769px) {
    .p-mediaCatHead {
      margin-top: 3.81944vw;
      padding-bottom: 5.55556vw; } }
  @media screen and (min-width: 1440px) {
    .p-mediaCatHead {
      margin-top: 55px;
      padding-bottom: 80px; } }
  .p-mediaCatHead_flex {
    display: flex;
    gap: 16px;
    align-items: center; }
    @media print, screen and (min-width: 769px) {
      .p-mediaCatHead_flex {
        gap: 2.22222vw; } }
    @media screen and (min-width: 1440px) {
      .p-mediaCatHead_flex {
        gap: 32px; } }
  .p-mediaCatHead_h1 {
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 0;
    -webkit-transform: translateY(3px);
            transform: translateY(3px); }
    @media print, screen and (min-width: 769px) {
      .p-mediaCatHead_h1 {
        font-size: 3rem;
        -webkit-transform: translateY(2px);
                transform: translateY(2px); } }
  .p-mediaCatHead_img {
    width: 40px; }
    @media print, screen and (min-width: 769px) {
      .p-mediaCatHead_img {
        width: 4.16667vw; } }
    @media screen and (min-width: 1440px) {
      .p-mediaCatHead_img {
        width: 60px; } }
  .p-mediaCatHead_text {
    margin-top: 32px;
    font-size: 1.3rem;
    font-weight: 500;
    color: var(--color-media-gray); }
    @media print, screen and (min-width: 769px) {
      .p-mediaCatHead_text {
        margin-top: 0.69444vw;
        margin-left: 6.38889vw;
        font-size: 1.5rem; } }
    @media screen and (min-width: 1440px) {
      .p-mediaCatHead_text {
        margin-top: 10px;
        margin-left: 92px; } }
  .p-mediaCatHead_link {
    margin-top: 32px; }
    @media print, screen and (min-width: 769px) {
      .p-mediaCatHead_link {
        margin-left: 6.38889vw; } }
    @media screen and (min-width: 1440px) {
      .p-mediaCatHead_link {
        margin-left: 92px; } }
  .p-mediaCatHead_dlWrap {
    display: grid;
    padding: 16px 0 4px;
    gap: 8px; }
    @media print, screen and (min-width: 769px) {
      .p-mediaCatHead_dlWrap {
        grid-template-columns: -webkit-max-content 1fr;
        grid-template-columns: max-content 1fr;
        -webkit-column-gap: 2.77778vw;
           -moz-column-gap: 2.77778vw;
                column-gap: 2.77778vw;
        row-gap: 0.83333vw; } }
    @media screen and (min-width: 1440px) {
      .p-mediaCatHead_dlWrap {
        -webkit-column-gap: 40px;
           -moz-column-gap: 40px;
                column-gap: 40px;
        row-gap: 12px; } }
  .p-mediaCatHead_dl {
    display: flex;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.55;
    gap: 8px;
    align-items: flex-start; }
    @media print, screen and (min-width: 769px) {
      .p-mediaCatHead_dl {
        font-size: 1.4rem; } }
    .p-mediaCatHead_dl.-keyword {
      grid-column: span 2; }
      .p-mediaCatHead_dl.-keyword dd p {
        font-size: 1.3rem; }
        @media print, screen and (min-width: 769px) {
          .p-mediaCatHead_dl.-keyword dd p {
            font-size: 1.6rem; } }
    .p-mediaCatHead_dl > dt {
      color: var(--color-media-gray);
      -webkit-transform: translateY(2px);
              transform: translateY(2px); }
      @media print, screen and (min-width: 769px) {
        .p-mediaCatHead_dl > dt {
          -webkit-transform: translateY(0.13889vw);
                  transform: translateY(0.13889vw); } }
      @media screen and (min-width: 1440px) {
        .p-mediaCatHead_dl > dt {
          -webkit-transform: translateY(2px);
                  transform: translateY(2px); } }
      .p-mediaCatHead_dl > dt::after {
        content: "："; }
      .p-mediaCatHead_dl > dt.-cat {
        -webkit-transform: translateY(5px);
                transform: translateY(5px); }
        @media print, screen and (min-width: 769px) {
          .p-mediaCatHead_dl > dt.-cat {
            -webkit-transform: translateY(0.34722vw);
                    transform: translateY(0.34722vw); } }
        @media screen and (min-width: 1440px) {
          .p-mediaCatHead_dl > dt.-cat {
            -webkit-transform: translateY(5px);
                    transform: translateY(5px); } }
    .p-mediaCatHead_dl > dd {
      display: flex;
      flex: 1;
      flex-wrap: wrap;
      gap: 8px; }
      .p-mediaCatHead_dl > dd p {
        -webkit-transform: translateY(2px);
                transform: translateY(2px); }
        @media print, screen and (min-width: 769px) {
          .p-mediaCatHead_dl > dd p {
            font-size: 1.6rem;
            -webkit-transform: translate(0);
                    transform: translate(0); } }
    .p-mediaCatHead_dl_item {
      padding: 6px 10px 3px;
      border-radius: 8px;
      background-color: var(--color-media-black2);
      color: var(--color-media-white); }
      @media print, screen and (min-width: 769px) {
        .p-mediaCatHead_dl_item {
          padding: 0.41667vw 0.69444vw 0.20833vw;
          border-radius: 0.55556vw; } }
      @media screen and (min-width: 1440px) {
        .p-mediaCatHead_dl_item {
          padding: 6px 10px 3px;
          border-radius: 8px; } }
      .p-mediaCatHead_dl_item.-tag {
        border-radius: 18px;
        background-color: var(--color-media-gray_light);
        color: var(--color-media-black); }
        @media print, screen and (min-width: 769px) {
          .p-mediaCatHead_dl_item.-tag {
            border-radius: 1.25vw; } }
        @media screen and (min-width: 1440px) {
          .p-mediaCatHead_dl_item.-tag {
            border-radius: 18px; } }
        .p-mediaCatHead_dl_item.-tag::before {
          content: "# "; }

.p-mediaCat_contentsHead {
  display: flex;
  margin-bottom: 40px;
  align-items: center;
  justify-content: space-between; }
  @media print, screen and (min-width: 769px) {
    .p-mediaCat_contentsHead {
      position: relative;
      margin-bottom: 2.77778vw;
      justify-content: center; } }
  @media screen and (min-width: 1440px) {
    .p-mediaCat_contentsHead {
      margin-bottom: 40px; } }

.p-mediaCat_count {
  font-size: 1.2rem;
  font-weight: bold;
  color: var(--color-media-gray); }
  @media print, screen and (min-width: 769px) {
    .p-mediaCat_count {
      position: absolute;
      left: 0;
      font-size: 1.3rem; } }

.p-mediaCat_pager {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center; }
  .p-mediaCat_pager.-bottom {
    margin-top: 40px; }
    @media print, screen and (min-width: 769px) {
      .p-mediaCat_pager.-bottom {
        margin-top: 3.125vw; } }
    @media screen and (min-width: 1440px) {
      .p-mediaCat_pager.-bottom {
        margin-top: 45px; } }
  .p-mediaCat_pager a {
    display: block;
    display: flex;
    width: 30px;
    height: 30px;
    transition: opacity .3s;
    align-items: center;
    justify-content: center; }
    @media print, screen and (min-width: 769px) {
      .p-mediaCat_pager a:hover {
        opacity: 0.6; } }
  .p-mediaCat_pager_arrow span {
    width: 6px;
    height: 10px;
    background-size: cover; }
  .p-mediaCat_pager_arrow.-prev span {
    background-image: url(../images/media/icon-pager-prev.svg); }
  .p-mediaCat_pager_arrow.-next span {
    background-image: url(../images/media/icon-pager-next.svg); }
  .p-mediaCat_pager_item {
    font-family: var(--font-media-en);
    font-size: 1.4rem;
    font-weight: 500; }
    .p-mediaCat_pager_item.is-active a {
      border-radius: 50%;
      background-color: var(--color-primary);
      color: var(--color-white); }

.p-mediaCat_author {
  margin-bottom: 50px; }
  @media print, screen and (min-width: 769px) {
    .p-mediaCat_author {
      margin-bottom: 6.94444vw; } }
  @media screen and (min-width: 1440px) {
    .p-mediaCat_author {
      margin-bottom: 100px; } }

.p-mediaGlobalNews {
  border-bottom: 1px solid var(--color-media-stroke); }
  @media print, screen and (min-width: 769px) {
    .p-mediaGlobalNews {
      margin-top: 44px; } }
  .p-mediaGlobalNews article a {
    display: grid;
    padding: 32px 0;
    border-top: 1px solid var(--color-media-stroke);
    line-height: 1.6;
    gap: 8px; }
    @media print, screen and (min-width: 769px) {
      .p-mediaGlobalNews article a {
        display: flex;
        transition: opacity .3s;
        gap: 32px; }
        .p-mediaGlobalNews article a:hover {
          opacity: .6; } }
    .p-mediaGlobalNews article a > div {
      font-family: var(--font-media-en);
      font-size: 1.2rem;
      font-weight: 500;
      color: var(--color-media-navy); }
      @media print, screen and (min-width: 769px) {
        .p-mediaGlobalNews article a > div {
          font-size: 1.4rem;
          flex-basis: 100px; } }
    .p-mediaGlobalNews article a > h2 {
      font-size: 1.6rem;
      font-weight: bold;
      letter-spacing: 0; }
      @media print, screen and (min-width: 769px) {
        .p-mediaGlobalNews article a > h2 {
          line-height: 1.55;
          flex: 1; } }

@media print, screen and (min-width: 769px) {
  .p-mediaDetail__inner {
    padding: 4.44444vw 3.88889vw;
    background-color: #fff; } }

@media screen and (min-width: 1440px) {
  .p-mediaDetail__inner {
    padding: 64px 56px; } }

.p-mediaDetail__inner h1 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.55;
  letter-spacing: 0; }
  @media print, screen and (min-width: 769px) {
    .p-mediaDetail__inner h1 {
      font-size: 3.2rem; } }

button.p-mediaDetail__openButton {
  z-index: 2;
  position: relative;
  display: flex;
  margin: 0 auto;
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--color-primary);
  gap: 10px;
  align-items: center;
  justify-content: center; }
  button.p-mediaDetail__openButton.-open::before {
    content: '－'; }
  button.p-mediaDetail__openButton::before {
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
    content: '＋'; }

.p-mediaDetail__categoryList {
  margin-top: 16px; }
  @media print, screen and (min-width: 769px) {
    .p-mediaDetail__categoryList {
      display: flex;
      margin-top: 1.11111vw;
      gap: 1.73611vw;
      align-items: center; } }
  @media screen and (min-width: 1440px) {
    .p-mediaDetail__categoryList {
      margin-top: 16px;
      gap: 25px; } }
  .p-mediaDetail__categoryList li {
    display: inline-block;
    padding: 5px 10px 4px;
    border-radius: 8px;
    background-color: var(--color-media-black2);
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.5;
    color: var(--color-white); }
    @media print, screen and (min-width: 769px) {
      .p-mediaDetail__categoryList li {
        font-size: 1.3rem; } }
  .p-mediaDetail__categoryList .p-mediaDetail__tag {
    display: flex;
    margin-top: 6px;
    gap: 8px; }
    @media print, screen and (min-width: 769px) {
      .p-mediaDetail__categoryList .p-mediaDetail__tag {
        margin-top: 0;
        gap: 0.55556vw; } }
    @media screen and (min-width: 1440px) {
      .p-mediaDetail__categoryList .p-mediaDetail__tag {
        gap: 8px; } }
    .p-mediaDetail__categoryList .p-mediaDetail__tag li {
      border-radius: 18px;
      background-color: var(--color-media-gray_light);
      color: var(--color-media-gray); }
      @media print, screen and (min-width: 769px) {
        .p-mediaDetail__categoryList .p-mediaDetail__tag li {
          font-size: 1.4rem; } }

.p-mediaDetail__date {
  display: inline-block;
  margin-top: 16px;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.5;
  color: var(--color-media-gray);
  letter-spacing: 0; }
  @media print, screen and (min-width: 769px) {
    .p-mediaDetail__date {
      font-size: 1.3rem; } }
  .p-mediaDetail__date + .p-mediaDetail__date {
    margin-left: 16px; }

.p-mediaDetail__thumbnail {
  margin-top: 40px; }
  @media print, screen and (min-width: 769px) {
    .p-mediaDetail__thumbnail {
      margin-top: 2.77778vw; } }
  @media screen and (min-width: 1440px) {
    .p-mediaDetail__thumbnail {
      margin-top: 40px; } }
  .p-mediaDetail__thumbnail img {
    width: 100%;
    height: auto; }

@media screen and (max-width: 768px) {
  .p-mediaDetailHead {
    margin: 0 -20px;
    padding: 40px 20px 0;
    background-color: #fff; } }

.p-mediaDetail__body {
  margin: 0 -20px;
  padding: 0 20px;
  padding-bottom: 46px;
  background-color: #fff; }
  @media print, screen and (min-width: 769px) {
    .p-mediaDetail__body {
      padding-bottom: 0; } }
  .p-mediaDetail__body > *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(hr):not(blockquote):not(iframe):not(img) {
    padding: 16px 0; }
  .p-mediaDetail__body > p:first-child {
    padding-top: 40px; }
  .p-mediaDetail__body #ez-toc-container {
    position: relative;
    margin-top: 40px;
    padding: 24px 20px;
    border-radius: 4px;
    background-color: #f6f6f6;
    counter-reset: section; }
    @media print, screen and (min-width: 769px) {
      .p-mediaDetail__body #ez-toc-container {
        margin-top: 2.77778vw;
        padding: 1.66667vw 2.22222vw; } }
    @media screen and (min-width: 1440px) {
      .p-mediaDetail__body #ez-toc-container {
        margin-top: 40px;
        padding: 24px 32px; } }
    .p-mediaDetail__body #ez-toc-container nav.is-overflow {
      position: relative;
      /* 必要に応じて調整 */
      overflow: hidden;
      max-height: 223px;
      transition: max-height 0.3s ease;
      /* 展開・折りたたみボタンのスタイル */
      /* 展開した際に高さ制限を解除 */ }
      .p-mediaDetail__body #ez-toc-container nav.is-overflow::before {
        z-index: 1;
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 28px;
        background: linear-gradient(to bottom, rgba(246, 246, 246, 0.2) 0%, #f6f6f6 100%);
        pointer-events: none;
        content: ''; }
      .p-mediaDetail__body #ez-toc-container nav.is-overflow + .js-toggle-toc {
        display: block;
        padding: 10px;
        background-color: #f6f6f6;
        font-weight: normal;
        color: var(--color-media-navy);
        text-align: center;
        cursor: pointer; }
        .p-mediaDetail__body #ez-toc-container nav.is-overflow + .js-toggle-toc::before {
          content: "+ "; }
      .p-mediaDetail__body #ez-toc-container nav.is-overflow.is-expanded {
        max-height: none; }
        .p-mediaDetail__body #ez-toc-container nav.is-overflow.is-expanded + .js-toggle-toc::before {
          content: "- "; }
        .p-mediaDetail__body #ez-toc-container nav.is-overflow.is-expanded::before {
          display: none; }
    .p-mediaDetail__body #ez-toc-container .ez-toc-title {
      margin-bottom: 8px;
      font-size: 1.6rem;
      font-weight: bold;
      line-height: 1.5; }
    .p-mediaDetail__body #ez-toc-container a {
      color: inherit;
      text-decoration: none;
      transition: .3s opacity; }
      .p-mediaDetail__body #ez-toc-container a:hover {
        opacity: .6; }
    .p-mediaDetail__body #ez-toc-container ul {
      position: relative;
      padding-left: 1.5em;
      list-style: none;
      font-size: 1.4rem;
      font-weight: 400; }
      .p-mediaDetail__body #ez-toc-container ul > li {
        counter-increment: section; }
        .p-mediaDetail__body #ez-toc-container ul > li::before {
          position: absolute;
          left: 5px;
          content: counter(section) ". ";
          /* 親の番号を出力 */ }
        .p-mediaDetail__body #ez-toc-container ul > li > ul {
          padding-left: 1.7em;
          counter-reset: subsection; }
          .p-mediaDetail__body #ez-toc-container ul > li > ul > li {
            counter-increment: subsection; }
            .p-mediaDetail__body #ez-toc-container ul > li > ul > li::before {
              left: -2px;
              /* インデント調整 */
              content: counter(section) "." counter(subsection) " ";
              /* 子リスト番号出力 */ }
            .p-mediaDetail__body #ez-toc-container ul > li > ul > li > ul {
              margin-left: 18px;
              counter-reset: grandchild; }
              .p-mediaDetail__body #ez-toc-container ul > li > ul > li > ul > li {
                counter-increment: grandchild; }
                .p-mediaDetail__body #ez-toc-container ul > li > ul > li > ul > li::before {
                  left: -15px;
                  /* インデント調整 */
                  content: counter(section) "." counter(subsection) "." counter(grandchild) " ";
                  /* 孫リスト番号出力 */ }
  .p-mediaDetail__body h2 {
    position: relative;
    margin-bottom: 32px;
    padding-top: 64px;
    padding-bottom: 16px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.55;
    letter-spacing: 0; }
    @media print, screen and (min-width: 769px) {
      .p-mediaDetail__body h2 {
        margin-bottom: 2.22222vw;
        padding-top: 5vw;
        padding-bottom: 1.11111vw;
        font-size: 2.8rem; } }
    @media screen and (min-width: 1440px) {
      .p-mediaDetail__body h2 {
        margin-bottom: 32px;
        padding-top: 72px;
        padding-bottom: 16px; } }
    .p-mediaDetail__body h2::before {
      position: absolute;
      bottom: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 2px;
      background-color: var(--color-border);
      content: ''; }
    .p-mediaDetail__body h2::after {
      position: absolute;
      bottom: 0;
      left: 0;
      display: block;
      width: 23.88%;
      height: 2px;
      background-color: var(--color-media-black);
      content: ''; }
  .p-mediaDetail__body h3 {
    margin-top: 40px;
    margin-bottom: 16px;
    padding: 19px 16px 17px 20px;
    border-left: 4px solid var(--color-primary);
    background-color: #f6f6f6;
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.55;
    color: var(--color-media-black);
    letter-spacing: 0; }
    @media print, screen and (min-width: 769px) {
      .p-mediaDetail__body h3 {
        margin-top: 3.33333vw;
        margin-bottom: 1.11111vw;
        padding: 1.31944vw 1.11111vw 1.18056vw 1.38889vw;
        font-size: 2rem; } }
    @media screen and (min-width: 1440px) {
      .p-mediaDetail__body h3 {
        margin-top: 48px;
        margin-bottom: 16px;
        padding: 19px 16px 17px 20px; } }
  .p-mediaDetail__body h4 {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.55;
    letter-spacing: 0; }
    @media print, screen and (min-width: 769px) {
      .p-mediaDetail__body h4 {
        padding-top: 2.22222vw;
        font-size: 2rem; } }
    @media screen and (min-width: 1440px) {
      .p-mediaDetail__body h4 {
        padding-top: 32px; } }
  .p-mediaDetail__body h5 {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.55;
    letter-spacing: 0; }
    @media print, screen and (min-width: 769px) {
      .p-mediaDetail__body h5 {
        padding-top: 1.11111vw;
        padding-bottom: 1.11111vw; } }
    @media screen and (min-width: 1440px) {
      .p-mediaDetail__body h5 {
        padding-top: 16px;
        padding-bottom: 16px; } }
  .p-mediaDetail__body p {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2; }
    @media print, screen and (min-width: 769px) {
      .p-mediaDetail__body p {
        font-size: 1.6rem; } }
  .p-mediaDetail__body ul:not(.ez-toc-list):not(.ez-toc-list-level-3):not(.ez-toc-list-level-4) {
    list-style-type: disc; }
    .p-mediaDetail__body ul:not(.ez-toc-list):not(.ez-toc-list-level-3):not(.ez-toc-list-level-4) li {
      display: flex;
      font-size: 1.5rem;
      font-weight: 400; }
      .p-mediaDetail__body ul:not(.ez-toc-list):not(.ez-toc-list-level-3):not(.ez-toc-list-level-4) li:has(> a)::before {
        color: var(--color-blue); }
      .p-mediaDetail__body ul:not(.ez-toc-list):not(.ez-toc-list-level-3):not(.ez-toc-list-level-4) li::before {
        margin-right: 2px;
        content: '・'; }
  .p-mediaDetail__body ol li {
    font-size: 1.5rem;
    font-weight: 400;
    counter-increment: list; }
    .p-mediaDetail__body ol li::before {
      margin-right: 4px;
      content: counter(list) "."; }
  .p-mediaDetail__body strong {
    font-size: 1.5rem;
    font-weight: bold; }
  .p-mediaDetail__body blockquote {
    position: relative;
    margin: 16px 0;
    padding: 2px 0 2px 20px; }
    .p-mediaDetail__body blockquote::before {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 3px;
      height: 100%;
      background-color: var(--color-media-stroke);
      content: ''; }
    .p-mediaDetail__body blockquote p {
      font-size: 1.5rem;
      font-weight: 400;
      line-height: 2; }
      @media print, screen and (min-width: 769px) {
        .p-mediaDetail__body blockquote p {
          font-size: 1.6rem; } }
  .p-mediaDetail__body a {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2;
    color: var(--color-blue);
    text-decoration: underline; }
  .p-mediaDetail__body hr.wp-block-separator {
    height: 1px;
    margin: 16px 0;
    padding: 0;
    border: none;
    border-top: 1px solid;
    color: var(--color-media-stroke); }
  .p-mediaDetail__body img {
    width: 100%;
    padding: 24px 0 16px; }
  .p-mediaDetail__body iframe {
    width: 100%;
    height: 100%;
    padding: 24px 0 16px;
    aspect-ratio: 4 / 3; }
    @media print, screen and (min-width: 769px) {
      .p-mediaDetail__body iframe {
        aspect-ratio: 16 / 9; } }
  @media print, screen and (min-width: 769px) {
    .p-mediaDetail__body figure.wp-block-gallery {
      display: flex;
      flex-wrap: wrap; } }
  .p-mediaDetail__body figure.wp-block-gallery .wp-block-image {
    width: 100%; }
    @media print, screen and (min-width: 769px) {
      .p-mediaDetail__body figure.wp-block-gallery .wp-block-image {
        width: 47.6%; } }
    @media print, screen and (min-width: 769px) {
      .p-mediaDetail__body figure.wp-block-gallery .wp-block-image + .wp-block-image {
        margin-left: 32px; } }
    @media screen and (max-width: 768px) {
      .p-mediaDetail__body figure.wp-block-gallery .wp-block-image + .wp-block-image {
        margin-top: 16px; } }
  .p-mediaDetail__body figure figcaption {
    margin-top: 16px;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2;
    color: var(--color-media-gray); }
    @media print, screen and (min-width: 769px) {
      .p-mediaDetail__body figure figcaption {
        font-size: 1.6rem; } }
  .p-mediaDetail__body em {
    font-size: 1.5rem;
    font-weight: bold;
    font-style: normal;
    text-decoration: underline;
    text-decoration-thickness: 8px;
    text-decoration-color: #ffde83;
    text-underline-offset: -3px;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none; }
  .p-mediaDetail__body .relatedlink {
    position: relative;
    display: block;
    margin: 16px 0;
    padding: 20px 20px;
    border: var(--color-media-black) 1px solid;
    border-radius: 4px;
    text-decoration: none; }
  .p-mediaDetail__body .shading-bg {
    margin: 16px 0;
    padding: 20px;
    background-color: var(--color-media-gray_light); }
  .p-mediaDetail__body .wp-block-table {
    display: flex;
    flex-direction: column-reverse; }
    .p-mediaDetail__body .wp-block-table .wp-element-caption {
      margin-top: 0;
      margin-bottom: 16px;
      font-size: 1.6rem;
      font-weight: bold;
      color: var(--color-primary);
      text-align: center; }
    .p-mediaDetail__body .wp-block-table table td {
      border: 1px solid #e0e0e0;
      letter-spacing: 0; }
    .p-mediaDetail__body .wp-block-table table tr:first-child td {
      padding: 20px 10px;
      background-color: var(--color-primary);
      font-size: 1.4rem;
      font-weight: bold;
      color: #fcfcfc; }
      @media print, screen and (min-width: 769px) {
        .p-mediaDetail__body .wp-block-table table tr:first-child td {
          padding: 10px;
          text-align: center; } }
    .p-mediaDetail__body .wp-block-table table tr:not(:first-child) td {
      width: 70px;
      padding: 12px;
      font-size: 1.3rem;
      font-weight: 400;
      line-height: 1.4;
      vertical-align: middle; }
      @media print, screen and (min-width: 769px) {
        .p-mediaDetail__body .wp-block-table table tr:not(:first-child) td {
          padding: 16px 4px;
          text-align: center; } }
    .p-mediaDetail__body .wp-block-table table tr:not(:first-child) td:first-child {
      background-color: var(--color-media-gray_light);
      font-size: 1.4rem;
      font-weight: bold; }
      @media print, screen and (min-width: 769px) {
        .p-mediaDetail__body .wp-block-table table tr:not(:first-child) td:first-child {
          padding: 16px 20px; } }
  .p-mediaDetail__body .p-mediaDetail__download {
    margin: 40px 0 64px;
    padding: 24px 20px 40px;
    border: var(--color-primary) 2px solid;
    border-radius: 4px; }
    @media print, screen and (min-width: 769px) {
      .p-mediaDetail__body .p-mediaDetail__download {
        padding: 24px 30px 40px; } }
    .p-mediaDetail__body .p-mediaDetail__download p + a {
      margin-top: 32px; }
    .p-mediaDetail__body .p-mediaDetail__download a {
      display: block;
      max-width: 572px;
      margin: 0 auto;
      margin-top: 16px;
      padding: 20px 44px;
      border-radius: 72px;
      background-color: var(--color-primary);
      font-size: 1.6rem;
      font-weight: bold;
      color: #fff;
      text-align: center;
      text-decoration: none;
      transition: .3s opacity; }
      @media print, screen and (min-width: 769px) {
        .p-mediaDetail__body .p-mediaDetail__download a:hover {
          opacity: .8; } }
  .p-mediaDetail__body .p-mediaDetail_btn {
    display: block;
    max-width: 572px;
    margin: 0 auto;
    padding: 20px 44px;
    border-radius: 72px;
    background-color: var(--color-primary);
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-decoration: none;
    transition: .3s opacity; }
    @media print, screen and (min-width: 769px) {
      .p-mediaDetail__body .p-mediaDetail_btn:hover {
        opacity: .8; } }

.p-mediaDetail_author {
  margin-top: 16px;
  margin-right: -20px;
  margin-left: -20px;
  background: var(--color-media-body-bg); }
  @media print, screen and (min-width: 769px) {
    .p-mediaDetail_author {
      margin-top: 1.11111vw;
      margin-right: 0;
      margin-left: 0; } }
  @media screen and (min-width: 1440px) {
    .p-mediaDetail_author {
      margin-top: 16px; } }

.p-mediaDetail_other_block + .p-mediaDetail_other_block {
  margin-top: 64px; }

.p-mediaDetail_other_block .p-mediaBlock_title span {
  font-family: var(--font-notoSansJp);
  font-weight: 500; }
  @media print, screen and (min-width: 769px) {
    .p-mediaDetail_other_block .p-mediaBlock_title span {
      font-size: 1.94444vw; } }
  @media screen and (min-width: 1440px) {
    .p-mediaDetail_other_block .p-mediaBlock_title span {
      font-size: 2.8rem; } }

@media print, screen and (min-width: 769px) {
  .p-mediaDetail_other_block .p-mediaBlock_title {
    margin-bottom: 2.22222vw; } }

@media screen and (min-width: 1440px) {
  .p-mediaDetail_other_block .p-mediaBlock_title {
    margin-bottom: 32px; } }

.p-mediaDetail__sns {
  margin-bottom: 40px;
  padding: 64px; }
  @media print, screen and (min-width: 769px) {
    .p-mediaDetail__sns {
      margin-bottom: 2.77778vw;
      padding: 4.44444vw; } }
  @media screen and (min-width: 1440px) {
    .p-mediaDetail__sns {
      margin-bottom: 40px;
      padding: 64px; } }
  .p-mediaDetail__sns p {
    margin-bottom: 32px;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center; }
    @media print, screen and (min-width: 769px) {
      .p-mediaDetail__sns p {
        margin-bottom: 2.22222vw; } }
    @media screen and (min-width: 1440px) {
      .p-mediaDetail__sns p {
        margin-bottom: 32px; } }
  .p-mediaDetail__sns ul {
    display: flex;
    gap: 32px;
    justify-content: center; }
    @media print, screen and (min-width: 769px) {
      .p-mediaDetail__sns ul {
        gap: 2.22222vw; } }
    @media screen and (min-width: 1440px) {
      .p-mediaDetail__sns ul {
        gap: 32px; } }
    .p-mediaDetail__sns ul li::before {
      display: none; }
    .p-mediaDetail__sns ul li a {
      display: block;
      width: 45px;
      height: 45px;
      background-size: cover; }
      @media print, screen and (min-width: 769px) {
        .p-mediaDetail__sns ul li a {
          width: 3.125vw;
          height: 3.125vw; } }
      @media screen and (min-width: 1440px) {
        .p-mediaDetail__sns ul li a {
          width: 45px;
          height: 45px; } }
      .p-mediaDetail__sns ul li a.-x {
        background-image: url(../images/media/icon-x.svg); }
      .p-mediaDetail__sns ul li a.-line {
        background-image: url(../images/media/icon-line.svg); }
      .p-mediaDetail__sns ul li a.-facebook {
        background-image: url(../images/media/icon-fb.svg); }

/*# sourceMappingURL=../maps/css/style.min.css.map */
