@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600&family=Outfit:wght@500;600&display=swap");
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * Base
 */
::-moz-placeholder {
  opacity: 1;
}
:-ms-input-placeholder {
  opacity: 1;
}
::placeholder {
  opacity: 1;
}

label {
  cursor: pointer;
}

img,
iframe {
  vertical-align: top;
}

dt {
  font-weight: inherit;
}

small {
  font-size: inherit;
}

html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
}
html.is_locked {
  position: fixed;
  width: 100%;
}

body {
  min-width: 1000px;
  color: #222;
  font-family: "Noto Sans JP", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -moz-osx-font-smoothing: unset;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
}
@media (max-width: 767px) {
  body {
    min-width: 0;
    font-size: 1.5rem;
    line-height: 1.8;
  }
}

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

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: 0px) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

  @supports (padding: 0px) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/**
 * Layout
 */
.ly_contents {
  position: relative;
  padding: 115px 0 0;
}
@media print, screen and (min-width: 768px) and (max-width: 1120px) {
  .ly_contents {
    padding: 10.2678571431vw 0 0;
  }
}
@media (max-width: 767px) {
  .ly_contents {
    padding: 12.8205128205vw 0 0;
  }
}

.ly_container {
  margin: auto;
  padding: 0 40px;
  max-width: 1200px;
}
.ly_container.ly_container--news {
  margin-left: auto;
  margin-right: auto;
  max-width: 1040px;
}
.ly_container.ly_container--news .bl_contact {
  margin: 60px auto 0;
}
@media (max-width: 767px) {
  .ly_container.ly_container--news .bl_contact {
    margin: 50px auto 0;
  }
}
.ly_container.ly_container--news .el_notes + .bl_contact {
  margin: 40px auto 0;
}
@media (max-width: 767px) {
  .ly_container.ly_container--news .el_notes + .bl_contact {
    margin: 30px auto 0;
  }
}
.ly_container.ly_container--news_bottom {
  margin: 60px auto 0;
}
@media (max-width: 767px) {
  .ly_container.ly_container--news_bottom {
    margin: 40px auto 0;
  }
}
@media (max-width: 767px) {
  .ly_container {
    padding: 0 20px;
    width: auto;
  }
}

.ly_news {
  position: relative;
}
.ly_news::after {
  content: "";
  display: block;
  clear: both;
}
.ly_news .ly_news_nav {
  position: -webkit-sticky;
  position: sticky;
  top: 115px;
  float: left;
  height: calc(100vh - 115px);
  width: 220px;
  overflow-y: auto;
}
@media (max-width: 767px) {
  .ly_news .ly_news_nav {
    position: static;
    top: auto;
    float: none;
    width: auto;
    height: auto;
  }
}
.ly_news .ly_news_main {
  float: right;
  width: calc(100% - 300px);
}
@media (max-width: 767px) {
  .ly_news .ly_news_main {
    float: none;
    width: auto;
  }
}

.ly_detailWrapper {
  margin: 65px 0 140px 0;
}
@media (max-width: 767px) {
  .ly_detailWrapper {
    margin: 50px 0 70px 0;
  }
}
.ly_detailWrapper > * {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .ly_detailWrapper > * {
    margin-top: 50px;
  }
}
.ly_detailWrapper > *:first-child {
  margin-top: 0;
  padding-top: 0;
}
.ly_detailWrapper > .el_title_large + * {
  margin-top: 0;
}
.ly_detailWrapper > .el_title_middle + * {
  margin-top: 0;
}

/**
 * Header
 */
#main_header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #102E9E;
  color: #fff;
  z-index: 1000;
}
@media only screen and (max-width: 767px) {
  #main_header * {
    font-size: 4.1vw;
  }
  #main_header .inner {
    width: 100%;
    margin: auto;
  }
  #main_header .pc {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  #main_header * {
    font-size: 1.6rem;
  }
  #main_header .sp {
    display: none;
  }
  #main_header .inner {
    width: 1120px;
    max-width: calc(100% - 5rem);
    margin: auto;
  }
}
@media print, screen and (min-width: 768px) {
  #main_header .h_logo {
    width: 10.4166666667%;
    margin-left: 3.88rem;
  }
  #main_header .h_logo a {
    transition: all 0.4s ease-in-out 0s;
  }
  #main_header .h_logo a:hover {
    opacity: 0.7;
  }
  #main_header .header_nav {
    display: flex;
    margin-right: 4rem;
    height: 11.5rem;
    flex-wrap: nowrap;
    justify-content: flex-end;
    font-weight: bold;
  }
  #main_header .header_nav > li {
    height: 100%;
  }
  #main_header .header_nav > li > a {
    position: relative;
    display: flex;
    height: 100%;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    line-height: 2;
    letter-spacing: 0.05em;
  }
  #main_header .header_nav > li > a::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.39rem;
    background-color: #fff;
    transform: scale(0, 1);
    transition: all 0.4s ease-in-out 0s;
  }
  #main_header .header_nav > li:not(:last-child) {
    margin-right: 3.12vw;
  }
  #main_header .header_nav .no_mega:hover::after {
    transform: scale(1, 1);
  }
  #main_header .mega_btn.open::after {
    transform: scale(1, 1);
  }
  #main_header .mega_cont {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    padding: 4.95rem 0 7.8rem;
    width: 100%;
    background: rgba(0, 18, 85, 0.8);
  }
  #main_header .mega_cont .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #main_header .mega_cont:not(.product_mega) .mega_list li {
    margin-top: calc(0px - 0.375em);
    line-height: 1.75;
  }
  #main_header .mega_cont:not(.product_mega) .mega_list li:last-child {
    margin-bottom: calc(0px - 0.375em);
  }
  #main_header .mega_cont:not(.product_mega) .mega_list li:not(:last-child) {
    margin-bottom: 1.15rem;
  }
  #main_header .product_mega {
    z-index: 100;
  }
  #main_header .product_mega .mega_list_wrap {
    width: 100%;
  }
  #main_header .product_mega .mega_list {
    display: flex;
    flex-wrap: wrap;
  }
  #main_header .product_mega .mega_list li {
    width: 25%;
  }
  #main_header .product_mega .mega_list li:not(:nth-child(-n+4)) {
    margin-top: 2.5rem;
  }
  #main_header .support_mega .mega_list_wrap, #main_header .company_mega .mega_list_wrap {
    width: 50%;
  }
  #main_header .mega_cont_tit {
    margin-bottom: 3.4rem;
    padding-bottom: 1.19rem;
    width: 100%;
    font-size: 1.875rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    border-bottom: 1px solid #fff;
  }
  #main_header .mega_cont_tit a {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
  }
  #main_header .mega_cont_tit a::after {
    content: "";
    display: block;
    margin-left: 5.6rem;
    width: 1.7rem;
    height: 1.8rem;
    background-size: 100% 100%;
    background-image: url("../images/original/vector01.svg");
    transition: all 0.4s ease-in-out 0s;
  }
  #main_header .mega_cont_tit a:hover::after {
    transform: translate(0.625rem, 0);
  }
  #main_header .mega_cont_tit a span {
    letter-spacing: 0.05em;
    font-size: 3rem;
  }
  #main_header .mega_list_tit {
    margin-bottom: 3.2rem;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  #main_header .mega_list li {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  #main_header .mega_list a {
    position: relative;
  }
  #main_header .mega_list a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 0.0625rem;
    background-color: #fff;
    transform: scale(0, 1);
    transform-origin: 0 50%;
    transition: all 0.4s ease-in-out 0s;
  }
  #main_header .mega_list a:hover::after {
    transform: scale(1, 1);
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1120px) {
  #main_header * {
    font-size: 1.4285714286vw;
  }
  #main_header .header_nav {
    margin-right: 2.75rem;
    height: 10.2678571431vw;
  }
  #main_header .header_nav li {
    line-height: 1;
  }
  #main_header .header_nav li:not(:last-child) {
    margin-right: 3.17vw;
  }
  #main_header .h_logo {
    margin-left: 2.78rem;
  }
}
@media only screen and (max-width: 767px) {
  #main_header {
    height: 12.8205128205vw;
  }
  #main_header .h_logo {
    margin-left: 5.1282051282vw;
    width: 25.641025641vw;
  }
  #main_header .h_nav_btn {
    display: flex;
    margin-right: 3.8461538462vw;
    width: 5.1282051282vw;
    height: 4.1025641026vw;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
  }
  #main_header .h_nav_btn span, #main_header .h_nav_btn::after, #main_header .h_nav_btn:before {
    width: 100%;
    height: 0.5128205128vw;
    background: #fff;
  }
  #main_header .h_nav_btn::after, #main_header .h_nav_btn::before {
    content: "";
    display: block;
    transition: all 0.4s ease-in-out 0s;
  }
  #main_header .h_nav_btn::after {
    transform-origin: 0 50%;
  }
  #main_header .h_nav_btn:before {
    transform-origin: 100% 50%;
  }
  #main_header .h_nav_btn.open::after, #main_header .h_nav_btn.open:before {
    transform: scale(0, 1);
  }
  #main_header .header_nav {
    overflow: auto;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 3.820513vw 0 20.5128205128vw;
    width: 100%;
    max-height: calc(100vh - 12.8205128205vw);
    font-size: 1.25rem;
    font-weight: bold;
    background: #001255;
  }
  #main_header .header_nav > li {
    margin: 0 auto;
    width: 90.7692307692vw;
  }
  #main_header .header_nav > li:not(:last-child) {
    margin-bottom: 6.192308vw;
  }
  #main_header .header_nav > li > a {
    display: flex;
    padding: 1.164103vw 0;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #fff;
    letter-spacing: 0.04em;
    font-size: 5.2vw;
  }
  #main_header .header_nav .no_mega::after {
    content: "";
    display: block;
    width: 2.0512820513vw;
    height: 3.5897435897vw;
    background-size: 100% 100%;
    background-image: url("../images/original/vector01.svg");
  }
  #main_header .header_nav .mega_btn {
    position: relative;
  }
  #main_header .header_nav .mega_btn::after, #main_header .header_nav .mega_btn::before {
    content: "";
    display: block;
    width: 2.5641025641vw;
    height: 0.5128205128vw;
    background-color: #fff;
  }
  #main_header .header_nav .mega_btn::before {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 0;
    transition: all 0.4s ease-in-out 0s;
    transform: translate(0, -50%) rotate(90deg) scale(1, 1) skew(0deg, 0deg);
  }
  #main_header .header_nav .mega_btn.open::before {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 0;
    transform: translate(0, -50%);
  }
  #main_header .mega_cont {
    display: none;
    padding-top: 4.410256vw;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 0.05em;
  }
  #main_header .mega_cont_tit {
    margin-bottom: 4.410256vw;
  }
  #main_header .mega_cont_tit a {
    display: block;
  }
  #main_header .mega_list_wrap:not(:last-child) {
    margin-bottom: 6.4102564103vw;
  }
  #main_header .mega_list li {
    margin-top: calc(0px - 0.375em);
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 1.75;
  }
  #main_header .mega_list li:last-child {
    margin-bottom: calc(0px - 0.375em);
  }
  #main_header .mega_list li:not(:last-child) {
    margin-bottom: calc(5.310256vw - 0.375em);
  }
  #main_header .mega_list a {
    display: block;
  }
}

/**
 * Footer
*/
#main_footer {
  background: #102E9E;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #main_footer * {
    font-size: 4.1vw;
  }
  #main_footer .inner {
    width: 100%;
    margin: auto;
  }
  #main_footer .pc {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  #main_footer * {
    font-size: 1.6rem;
  }
  #main_footer .sp {
    display: none;
  }
  #main_footer .inner {
    width: 1120px;
    max-width: calc(100% - 5rem);
    margin: auto;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1120px) {
  #main_footer * {
    font-size: 1.4285714286vw;
  }
}
#main_footer .tw_btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background: #fff;
  border-radius: 50%;
}
#main_footer .fab {
  font-family: "Font Awesome 5 Brands";
}
#main_footer .fab, #main_footer .far {
  font-weight: 400;
}
#main_footer .fa, #main_footer .fab, #main_footer .fad, #main_footer .fal, #main_footer .far, #main_footer .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
#main_footer .fa-x-twitter:before {
  content: "\e61b";
}
#main_footer .sub_nav a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#main_footer .sub_nav a:before {
  content: "";
  display: block;
  background-size: 100% 100%;
}
#main_footer .sub_nav .event a::before {
  background-image: url("../images/original/calendar-month.svg");
}
#main_footer .sub_nav .recruit a::before {
  background-image: url("../images/original/question-circle.svg");
}
#main_footer .sub_nav .contact a::before {
  background-image: url("../images/original/md-contact.svg");
}
#main_footer .f_bottom {
  background: #001255;
}
@media print, screen and (min-width: 768px) {
  #main_footer > .inner {
    display: flex;
    padding: 6.17rem 0 5.8rem 0;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #main_footer .f_logo {
    display: block;
    width: 25.5rem;
    transition: all 0.4s ease-in-out 0s;
  }
  #main_footer .f_logo:hover {
    opacity: 0.7;
  }
  #main_footer .f_logo img {
    width: 100%;
  }
  #main_footer .tw_btn {
    width: 6.4rem;
    height: 6.4rem;
    color: #000000;
    font-size: 1.52375rem;
    transition: all 0.4s ease-in-out 0s;
  }
  #main_footer .tw_btn:hover {
    opacity: 0.7;
  }
  #main_footer .fa-x-twitter {
    font-size: 2.561rem;
  }
  #main_footer .sub_nav {
    display: flex;
    width: 100%;
    margin-top: 3.2rem;
    flex-wrap: wrap;
    align-items: center;
    font-size: 0.875rem;
    letter-spacing: 0;
  }
  #main_footer .sub_nav li:not(last-child) {
    margin-right: 4rem;
  }
  #main_footer .sub_nav a {
    letter-spacing: 0.05em;
    font-size: 1.4rem;
  }
  #main_footer .sub_nav a:before {
    margin-right: 0.925rem;
  }
  #main_footer .sub_nav a:hover {
    text-decoration: underline;
  }
  #main_footer .sub_nav .event a::before {
    width: 2.1rem;
    height: 2.3rem;
  }
  #main_footer .sub_nav .recruit a::before {
    width: 2.5rem;
    height: 2.5rem;
  }
  #main_footer .sub_nav .contact a::before {
    width: 2.5rem;
    height: 2.5rem;
  }
  #main_footer .f_bottom {
    font-size: 0.75rem;
  }
  #main_footer .f_bottom .inner {
    display: flex;
    height: 6rem;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  #main_footer .f_bottom .f_nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  #main_footer .f_bottom .f_nav li {
    position: relative;
    line-height: 1;
    font-size: 1.2rem;
  }
  #main_footer .f_bottom .f_nav li:not(:last-child) {
    padding-right: 1.1em;
  }
  #main_footer .f_bottom .f_nav li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 1px;
    height: 100%;
    background-color: #fff;
  }
  #main_footer .f_bottom .f_nav li:not(:first-child) {
    padding-left: 1em;
  }
  #main_footer .f_bottom .f_nav li a {
    letter-spacing: 0.04em;
    font-size: 1.2rem;
  }
  #main_footer .f_bottom .f_nav a:hover {
    text-decoration: underline;
  }
  #main_footer .f_bottom .copyright {
    letter-spacing: 0.05em;
    font-size: 1.2rem;
  }
  #main_footer .f_bottom .copyright .thisYear {
    font-size: inherit;
  }
}
@media only screen and (max-width: 767px) {
  #main_footer > .inner {
    position: relative;
    padding: 15.3846153846vw 0 16.3846153846vw 0;
  }
  #main_footer .f_logo {
    display: block;
    margin: 0 auto 14.2051282051vw;
    width: 51.2820512821vw;
  }
  #main_footer .tw_btn {
    position: absolute;
    top: 38.2051282051vw;
    right: 8.2051282051vw;
    width: 16.4102564103vw;
    height: 16.4102564103vw;
    color: #000000;
    font-size: 6.2512820513vw;
  }
  #main_footer .fa-x-twitter {
    font-size: 2.463rem;
  }
  #main_footer .sub_nav {
    margin-left: 8.2051282051vw;
    font-size: 1.125rem;
    letter-spacing: 0.05em;
  }
  #main_footer .sub_nav li:not(last-child) {
    margin-bottom: 8.069231vw;
  }
  #main_footer .sub_nav a {
    display: inline-flex;
    flex-wrap: wrap;
    letter-spacing: 0.05em;
    font-size: 4.612vw;
    font-weight: bold;
  }
  #main_footer .sub_nav a::before {
    margin-right: 3.8461538462vw;
  }
  #main_footer .sub_nav .event a::before {
    width: 5.5384615385vw;
    height: 6.1538461538vw;
  }
  #main_footer .sub_nav .recruit a::before {
    width: 6.1538461538vw;
    height: 6.1538461538vw;
  }
  #main_footer .sub_nav .contact a::before {
    width: 6.1538461538vw;
    height: 6.1538461538vw;
  }
  #main_footer .f_bottom {
    padding: 5.028205vw 0;
    text-align: center;
  }
  #main_footer .f_bottom .f_nav {
    margin: 0 auto 10.15641vw;
    width: 83.5897435897vw;
    font-size: 1rem;
  }
  #main_footer .f_bottom .f_nav li {
    position: relative;
    padding: 5.228205vw 0;
    letter-spacing: 0.05em;
    line-height: 1;
  }
  #main_footer .f_bottom .f_nav li:not(:last-child) {
    border-bottom: 1px solid #fff;
  }
  #main_footer .f_bottom .f_nav a {
    display: block;
  }
  #main_footer .f_bottom .copyright {
    line-height: 1;
    letter-spacing: 0.05em;
    font-size: 3.075vw;
  }
  #main_footer .f_bottom .copyright .thisYear {
    font-size: inherit;
  }
}

/**
 * Block
 */
.bl_pageHeader {
  margin-bottom: 100px;
  background-color: #F6F7FB;
}
@media (max-width: 767px) {
  .bl_pageHeader {
    margin-bottom: 50px;
  }
}
.bl_pageHeader.bl_pageHeader--bg {
  background-size: cover;
}
.bl_pageHeader.bl_pageHeader--bg .bl_breadcrumb li a span {
  position: relative;
  opacity: 0.7;
  color: #FFFFFF;
}
.bl_pageHeader.bl_pageHeader--bg .bl_breadcrumb li:not(:last-child) {
  position: relative;
  padding-right: 28px;
}
.bl_pageHeader.bl_pageHeader--bg .bl_breadcrumb li:not(:last-child)::before {
  border-color: #FFFFFF #FFFFFF transparent transparent;
}
.bl_pageHeader.bl_pageHeader--bg .bl_breadcrumb li:last-child a span {
  opacity: 1;
  color: #FFFFFF;
}
.bl_pageHeader.bl_pageHeader--bg .bl_pageHeader_catTitle::before {
  background-color: #fff;
}
.bl_pageHeader.bl_pageHeader--bg .bl_pageHeader_contents {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  color: #FFFFFF;
}
.bl_pageHeader.bl_pageHeader--top {
  position: relative;
}
.bl_pageHeader.bl_pageHeader--top::before {
  content: "";
  opacity: 0.24;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000C3E;
}
.bl_pageHeader.bl_pageHeader--top .bl_pageHeader_catTitle {
  margin-bottom: 6px;
  padding-left: 0;
  line-height: 1.4;
  font-size: 10.2rem;
}
@media (max-width: 767px) {
  .bl_pageHeader.bl_pageHeader--top .bl_pageHeader_catTitle {
    font-size: 5.2rem;
  }
}
.bl_pageHeader.bl_pageHeader--top .bl_pageHeader_catTitle::before {
  content: none;
}
.bl_pageHeader.bl_pageHeader--top .bl_pageHeader_title {
  font-size: 2.2rem;
}
@media (max-width: 767px) {
  .bl_pageHeader.bl_pageHeader--top .bl_pageHeader_title {
    font-size: 2rem;
  }
}
.bl_pageHeader.bl_pageHeader--top .bl_pageHeader_contents {
  position: relative;
  padding: 104px 0 184px;
}
@media (max-width: 767px) {
  .bl_pageHeader.bl_pageHeader--top .bl_pageHeader_contents {
    padding: 42px 20px 50px 20px;
  }
}
@media (max-width: 767px) {
  .bl_pageHeader .ly_container {
    padding: 0;
  }
}
.bl_pageHeader .bl_pageHeader_contents {
  border-top: 1px solid rgba(16, 46, 158, 0.14);
  padding: 63px 0 87px;
  letter-spacing: 0.04em;
  color: #102E9D;
}
@media (max-width: 767px) {
  .bl_pageHeader .bl_pageHeader_contents {
    padding: 41px 20px;
    border: none;
  }
}
.bl_pageHeader .bl_pageHeader_catTitle {
  position: relative;
  padding-left: 16px;
  font-family: "Outfit", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .bl_pageHeader .bl_pageHeader_catTitle {
    margin-bottom: 3px;
    padding-left: 12px;
    font-size: 1.4rem;
  }
}
.bl_pageHeader .bl_pageHeader_catTitle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #102E9E;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .bl_pageHeader .bl_pageHeader_catTitle::before {
    width: 5px;
    height: 5px;
  }
}
.bl_pageHeader .bl_pageHeader_title {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .bl_pageHeader .bl_pageHeader_title {
    font-size: 2.8rem;
  }
}
.bl_pageHeader.bl_pageHeader--news {
  margin-bottom: 36px;
  background-color: transparent;
}
@media (max-width: 767px) {
  .bl_pageHeader.bl_pageHeader--news {
    margin-bottom: 28px;
  }
}
.bl_pageHeader.bl_pageHeader--news .bl_pageHeader_contents {
  padding: 80px 0 0;
  color: #222;
}
@media (max-width: 767px) {
  .bl_pageHeader.bl_pageHeader--news .bl_pageHeader_contents {
    padding: 52px 20px 0;
    border: none;
  }
}
.bl_pageHeader.bl_pageHeader--news .bl_pageHeader_meta {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}
@media (max-width: 767px) {
  .bl_pageHeader.bl_pageHeader--news .bl_pageHeader_meta {
    display: block;
  }
}
.bl_pageHeader.bl_pageHeader--news .bl_pageHeader_meta time {
  display: block;
  margin: 0 20px 0 0;
  font-family: "Outfit", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  color: #949AAE;
  letter-spacing: 0.06em;
  line-height: 1;
}
@media (max-width: 767px) {
  .bl_pageHeader.bl_pageHeader--news .bl_pageHeader_meta time {
    margin: 0 0 12px;
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  .bl_pageHeader.bl_pageHeader--news .bl_pageHeader_meta .bl_labelList_label {
    padding: 3px 8px;
  }
}
.bl_pageHeader.bl_pageHeader--news .bl_pageHeader_title_wrapper {
  padding: 0 0 18px;
  border-bottom: 1px solid rgba(16, 46, 158, 0.14);
}
@media (max-width: 767px) {
  .bl_pageHeader.bl_pageHeader--news .bl_pageHeader_title_wrapper {
    padding: 0 0 12px;
  }
}
.bl_pageHeader.bl_pageHeader--news .bl_pageHeader_title {
  position: relative;
  font-size: 0;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .bl_pageHeader.bl_pageHeader--news .bl_pageHeader_title {
    line-height: 1.6;
  }
}
.bl_pageHeader.bl_pageHeader--news .bl_pageHeader_title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #102E9E;
  border-radius: 0;
  transform: none;
}
.bl_pageHeader.bl_pageHeader--news .bl_pageHeader_title .mainTitle {
  display: block;
  padding: 4px 0 4px 28px;
  font-size: 3rem;
}
@media (max-width: 767px) {
  .bl_pageHeader.bl_pageHeader--news .bl_pageHeader_title .mainTitle {
    padding: 2px 0 4px 18px;
    font-size: 2.2rem;
  }
}
.bl_pageHeader.bl_pageHeader--news .bl_pageHeader_title .subTitle {
  position: relative;
  display: block;
  padding: 10px 0 10px 28px;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .bl_pageHeader.bl_pageHeader--news .bl_pageHeader_title .subTitle {
    padding: 4px 0 4px 18px;
    font-size: 1.6rem;
  }
}

.bl_pageHeader_news {
  position: relative;
  margin-top: -165px;
}
@media (max-width: 767px) {
  .bl_pageHeader_news {
    margin-top: -50px;
    padding: 26px 0;
    border-bottom: 1px solid rgba(16, 46, 158, 0.14);
  }
}
.bl_pageHeader_news::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: #fff;
  border-bottom: 1px solid #DDE1F1;
}
@media (max-width: 767px) {
  .bl_pageHeader_news::after {
    content: none;
  }
}
.bl_pageHeader_news .bl_pageHeader_news_inner {
  position: relative;
  display: flex;
  padding: 16px 50px 16px 0;
  align-items: center;
  background-color: #fff;
  border-right: 1px solid #DDE1F1;
  border-bottom: 1px solid #DDE1F1;
}
@media (max-width: 767px) {
  .bl_pageHeader_news .bl_pageHeader_news_inner {
    display: block;
    padding: 0;
    border: none;
  }
}
.bl_pageHeader_news .bl_pageHeader_news_inner::after {
  content: "";
  opacity: 0.14;
  width: 1px;
  height: calc(100% - 65px);
  background-color: #102E9E;
}
@media (max-width: 767px) {
  .bl_pageHeader_news .bl_pageHeader_news_inner::after {
    content: none;
  }
}
.bl_pageHeader_news .bl_pageHeader_news_title {
  position: relative;
  margin-right: 18px;
  padding-right: 26px;
  flex: none;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  border-right: 1px solid #DDE1F1;
  color: #102E9E;
  z-index: 1;
}
@media (max-width: 767px) {
  .bl_pageHeader_news .bl_pageHeader_news_title {
    margin: 0 0 18px;
    padding-right: 0;
    line-height: 1.6;
    border-right: none;
  }
  .bl_pageHeader_news .bl_pageHeader_news_title br {
    display: none;
  }
}
.bl_pageHeader_news .bl_articleList {
  margin-right: 18px;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .bl_pageHeader_news .bl_articleList {
    margin: 0;
  }
}
.bl_pageHeader_news .bl_articleList .bl_articleList_contents,
.bl_pageHeader_news .bl_articleList .bl_articleList_contents:last-child {
  border: none;
}
.bl_pageHeader_news .bl_articleList .bl_articleList_contents a {
  padding: 12px;
}
@media (max-width: 767px) {
  .bl_pageHeader_news .bl_articleList .bl_articleList_contents a {
    padding: 0;
  }
}
.bl_pageHeader_news .bl_articleList .bl_articleList_contents a:before {
  content: none;
}
.bl_pageHeader_news .bl_articleList .bl_articleList_contents article .mnedia {
  padding: 0 36px 0 0;
  flex: none;
}
.bl_pageHeader_news .bl_articleList .bl_articleList_contents article time {
  width: auto;
}
.bl_pageHeader_news .bl_articleList .bl_articleList_contents article .title {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .bl_pageHeader_news .bl_articleList .bl_articleList_contents article .title {
    font-size: 1.4rem;
  }
}
.bl_pageHeader_news .bl_pageHeader_news_btn {
  flex: none;
}
@media (max-width: 767px) {
  .bl_pageHeader_news .bl_pageHeader_news_btn {
    margin: 20px auto 0;
    width: 53.1%;
  }
}
.bl_pageHeader_news .bl_pageHeader_news_btn .el_btn {
  letter-spacing: 0.04em;
  font-size: 1.5rem;
}
.bl_pageHeader_news .bl_pageHeader_news_btn .el_btn.el_btn--round::before {
  right: 14px;
}
.bl_pageHeader_news .bl_pageHeader_news_btn .el_btn .text {
  padding: 12px 38px 12px 20px;
}
.bl_breadcrumb {
  padding: 17px 0 16px;
  color: #102E9E;
  font-size: 1.3rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .bl_breadcrumb {
    display: none;
    padding: 13px 20px;
    width: 100%;
    font-size: 1.2rem;
    border-top: 1px solid rgba(16, 46, 158, 0.14);
  }
}
.bl_breadcrumb li {
  display: inline-block;
}
.bl_breadcrumb li a {
  color: #A2A8BE;
}
.bl_breadcrumb li:not(:last-child) {
  position: relative;
  padding-right: 28px;
}
.bl_breadcrumb li:not(:last-child)::before {
  content: "";
  position: absolute;
  right: 12px;
  top: 7px;
  width: 6px;
  height: 6px;
  border-color: #A2A8BE #A2A8BE transparent transparent;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
}
.bl_breadcrumb li:last-child a {
  color: inherit;
  pointer-events: none;
}

.bl_pageFooter {
  margin: 140px auto 0;
}
@media (max-width: 767px) {
  .bl_pageFooter {
    margin: 70px auto 0;
  }
}
.bl_pageFooter .bl_breadcrumb {
  display: none;
}
@media (max-width: 767px) {
  .bl_pageFooter .bl_breadcrumb {
    display: block;
  }
}

.bl_btnList {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media (max-width: 767px) {
  .bl_btnList {
    gap: 16px;
  }
}
.bl_btnList.bl_btnList--2col > li {
  width: calc((100% - 72px) / 4);
}
@media (max-width: 767px) {
  .bl_btnList.bl_btnList--2col > li {
    width: 100%;
  }
}
.bl_btnList.bl_btnList--2col--round {
  gap: 20px;
}
@media (max-width: 767px) {
  .bl_btnList.bl_btnList--2col--round {
    gap: 12px;
  }
}
.bl_btnList.bl_btnList--2col--round > li {
  width: calc((100% - 60px) / 4);
}
@media (max-width: 767px) {
  .bl_btnList.bl_btnList--2col--round > li {
    width: 100%;
  }
}
.bl_btnList.bl_btnList--2col--round > li .el_btn--round .text {
  padding: 19px 46px 19px 24px;
}
@media (max-width: 767px) {
  .bl_btnList.bl_btnList--2col--round > li .el_btn--round .text {
    padding: 18px 46px 18px 24px;
  }
}

.bl_news_filter {
  padding-bottom: 22px;
  border-top: 1px solid rgba(16, 46, 158, 0.14);
}
@media (max-width: 767px) {
  .bl_news_filter {
    padding-bottom: 0;
    border: none;
  }
}
.bl_news_filter .bl_news_filter_title {
  position: relative;
  margin: 22px 0 25px;
  padding-left: 13px;
  letter-spacing: 0.04em;
  font-weight: 600;
}
@media (max-width: 767px) {
  .bl_news_filter .bl_news_filter_title {
    margin: 0 60px 18px 0;
  }
}
.bl_news_filter .bl_news_filter_title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 2px;
  height: calc(100% - 0.4em);
  background-color: #102E9E;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .bl_news_filter .bl_news_filter_category {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
  }
}
.bl_news_filter .bl_news_filter_category li {
  margin-top: 10px;
  font-size: 0;
}
@media (max-width: 767px) {
  .bl_news_filter .bl_news_filter_category li {
    margin-top: 0;
  }
}
.bl_news_filter .bl_news_filter_category li:first-child {
  margin-top: 0;
}
.bl_news_filter .bl_news_filter_category li button {
  display: inline-block;
  padding: 4px 12px 6px;
  line-height: 1.2;
  font-size: 1.4rem;
  font-weight: 600;
  color: #102E9E;
  background-color: #fff;
  border: 1px solid #102E9E;
  border-radius: 2em;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .bl_news_filter .bl_news_filter_category li button {
    padding: 5px 6px 6px;
    font-size: 1.2rem;
    letter-spacing: -0.018em;
  }
}
.bl_news_filter .bl_news_filter_category li button.is-current {
  color: #fff;
  background-color: #102E9E;
}
@media not all and (max-width: 767px) {
  .bl_news_filter .bl_news_filter_category li button:hover {
    color: #fff;
    background-color: #102E9E;
  }
}
.bl_news_filter .bl_news_filter_contents {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .bl_news_filter .bl_news_filter_contents {
    display: flex;
    margin-top: 16px;
    gap: 12px;
  }
}
@media (max-width: 767px) {
  .bl_news_filter .bl_news_filter_contents .el_btn--round {
    margin: auto;
    width: 190px;
  }
}

@media (max-width: 767px) {
  .bl_articleList {
    margin: 30px 0 0;
  }
}
.bl_articleList .bl_articleList_contents {
  border-top: 1px solid rgba(16, 46, 158, 0.14);
}
.bl_articleList .bl_articleList_contents:last-child {
  border-bottom: 1px solid rgba(16, 46, 158, 0.14);
}
.bl_articleList .bl_articleList_contents a {
  position: relative;
  display: block;
  padding: 24px 14px;
  transition: all 0.3s;
  z-index: 2;
}
@media (max-width: 767px) {
  .bl_articleList .bl_articleList_contents a {
    padding: 20px 0;
  }
}
.bl_articleList .bl_articleList_contents a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F6F7FB;
  border-radius: 3px;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
  z-index: -1;
}
.bl_articleList .bl_articleList_contents a article .meta {
  display: flex;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .bl_articleList .bl_articleList_contents a article .meta {
    display: block;
    margin-bottom: 8px;
  }
}
.bl_articleList .bl_articleList_contents a article .meta time {
  display: block;
  padding-top: 0.55em;
  width: 100px;
  flex: none;
  font-family: "Outfit", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  color: #949AAE;
  letter-spacing: 0.06em;
  line-height: 1;
}
@media (max-width: 767px) {
  .bl_articleList .bl_articleList_contents a article .meta time {
    margin-bottom: 10px;
    padding-top: 0;
    width: auto;
    font-size: 1.3rem;
  }
}
.bl_articleList .bl_articleList_contents a article .body .title {
  color: #222;
  letter-spacing: 0.04em;
  line-height: 1.6;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .bl_articleList .bl_articleList_contents a article .body .title {
    font-size: 1.4rem;
  }
}
@media not all and (max-width: 767px) {
  .bl_articleList .bl_articleList_contents a:hover:before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .bl_articleList .bl_articleList_contents a:hover article .body .title {
    color: #102E9E;
  }
}

.bl_labelList {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
/* .bl_labelList.tag {
  margin-top: 8px;
} */
@media (max-width: 767px) {
  .bl_labelList {
    gap: 6px;
  }
}
.bl_labelList .bl_labelList_label {
  padding: 4px 12px 5px;
  border-radius: 2em;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
  color: #102E9D;
  border: 1px solid #102E9D;
  border-width: 1px;
}
@media (max-width: 767px) {
  .bl_labelList .bl_labelList_label {
    padding: 2px 8px 3px;
    font-size: 1.2rem;
  }
}
.bl_labelList .bl_labelList_label.bl_labelList_label--important {
  color: #F8345C;
  border: 1px solid #F8345C;
}
.bl_labelList .bl_labelList_label.bl_labelList_label--product {
  color: #1BADC4;
  border: 1px solid #1BADC4;
}

/* .bl_labelList .bl_labelList_label.bl_labelList_label--tag {
  color: rgba(16, 46, 158, 1);
  background: #F6F7FB;
  border: 1px solid rgba(16, 46, 158, 0.14);
  border-radius: 3px;
  padding: 4px 10px;
} */

.bl_media {
  display: flex;
  margin: 50px auto 0;
  gap: 40px;
}
@media (max-width: 767px) {
  .bl_media {
    margin: 50px auto 0;
    gap: 22px;
    flex-direction: column;
  }
}
.bl_media .bl_media_text {
  width: 100%;
}
.bl_media .bl_media_text .el_title_middle {
  margin: 0 0 18px;
}
.bl_media .bl_media_text p {
  letter-spacing: 0.04em;
  line-height: 2;
}
@media (max-width: 767px) {
  .bl_media .bl_media_text p {
    line-height: 1.8;
  }
}
.bl_media .bl_media_img {
  flex: none;
  max-width: 320px;
}
@media (max-width: 767px) {
  .bl_media .bl_media_img {
    text-align: center;
    max-width: 100%;
  }
}
.bl_media.bl_media--left {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .bl_media.bl_media--left {
    flex-direction: column;
  }
}
.bl_media.bl_media--center {
  flex-direction: column-reverse;
  align-items: center;
  gap: 32px;
}
@media (max-width: 767px) {
  .bl_media.bl_media--center {
    gap: 22px;
    flex-direction: column;
  }
}
.bl_media.bl_media--center .bl_media_img {
  flex: none;
  max-width: 640px;
}
@media (max-width: 767px) {
  .bl_media.bl_media--center .bl_media_img {
    max-width: 100%;
  }
}

.bl_iframe {
  margin-right: auto;
  margin-left: auto;
  width: 66.66%;
}
@media (max-width: 767px) {
  .bl_iframe {
    width: 100%;
  }
}
.bl_iframe .bl_iframe_inner {
  position: relative;
  padding-top: 56.25%;
}
.bl_iframe .bl_iframe_inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bl_mainImage {
  margin: 40px auto 0;
}
.bl_mainImage .bl_mainImage_img {
  width: 100%;
}
.bl_mainImage .bl_mainImage_img img {
  width: 100%;
}
.bl_mainImage.bl_mainImage--iframe .bl_mainImage_img {
  position: relative;
  padding-top: 56.25%;
}
.bl_mainImage.bl_mainImage--iframe .bl_mainImage_img iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bl_downloadSet .bl_imgList {
  margin: 50px auto 0;
}
@media (max-width: 767px) {
  .bl_downloadSet .bl_imgList {
    margin: 26px auto 0;
    gap: 26px 15px;
  }
}
@media (max-width: 767px) {
  .bl_downloadSet .bl_imgList li {
    width: calc((100% - 15px) / 2);
  }
}
.bl_downloadSet p + .bl_imgList,
.bl_downloadSet h2 + .bl_imgList,
.bl_downloadSet h3 + .bl_imgList {
  margin: 30px auto 0;
}
@media (max-width: 767px) {
  .bl_downloadSet p + .bl_imgList,
.bl_downloadSet h2 + .bl_imgList,
.bl_downloadSet h3 + .bl_imgList {
    margin: 26px auto 0;
  }
}

/**
 * Block
 */
.bl_imgList {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media (max-width: 767px) {
  .bl_imgList {
    gap: 26px 0;
  }
}
.bl_imgList li {
  width: 100%;
}
.bl_imgList li figure img {
  width: 100%;
  aspect-ratio: 540/337;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 767px) {
  .bl_imgList li figure img {
    aspect-ratio: 335/209;
  }
}
.bl_imgList li figure figcaption {
  margin-top: 14px;
  letter-spacing: 0.04em;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .bl_imgList li figure figcaption {
    margin-top: 12px;
  }
}
.bl_imgList--2col li figure img, .bl_imgList--3col li figure img {
  aspect-ratio: 8/5;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 767px) {
  .bl_imgList--2col li figure img, .bl_imgList--3col li figure img {
    aspect-ratio: 335/209;
  }
}
.bl_imgList--2col {
  gap: 40px;
}
@media (max-width: 767px) {
  .bl_imgList--2col {
    gap: 26px 0;
  }
}
.bl_imgList--2col li {
  width: calc((100% - 40px) / 2);
}
@media (max-width: 767px) {
  .bl_imgList--2col li {
    width: 100%;
  }
}
.bl_imgList--3col {
  gap: 32px;
}
@media (max-width: 767px) {
  .bl_imgList--3col {
    gap: 26px 0;
  }
}
.bl_imgList--3col li {
  width: calc((100% - 64px) / 3);
}
@media (max-width: 767px) {
  .bl_imgList--3col li {
    width: 100%;
  }
}
.bl_imgList + .bl_imgList {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .bl_imgList + .bl_imgList {
    margin-top: 50px;
  }
}

.bl_history {
  display: flex;
  flex-direction: column;
  gap: 22px 0;
}
@media (max-width: 767px) {
  .bl_history {
    gap: 14px 0;
  }
}
.bl_history_item {
  display: flex;
}
.bl_history_item:not(:last-child) .event::before {
  content: "";
  position: absolute;
  top: calc(0.48em + 15px);
  left: -13px;
  width: 1px;
  height: calc(100% + 0.48em + 10px);
  background-color: rgba(16, 46, 158, 0.14);
}
@media (max-width: 767px) {
  .bl_history_item:not(:last-child) .event::before {
    top: calc(0.48em + 10px);
    left: -11px;
    height: calc(100% + 0.38em + 10px);
  }
}
.bl_history_item .year {
  display: inline-block;
  position: relative;
  padding-right: 50px;
  width: 10%;
  min-width: 120px;
  color: #102E9D;
  letter-spacing: 0.06em;
  font-family: "Outfit", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 600;
  font-size: 2.4rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .bl_history_item .year {
    padding-right: 0;
    width: 21.8%;
    min-width: auto;
    font-size: 1.8rem;
  }
}
.bl_history_item .year .circle {
  position: absolute;
  top: 0.48em;
  right: 4px;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  background-color: rgba(16, 46, 158, 0.14);
}
@media (max-width: 767px) {
  .bl_history_item .year .circle {
    top: 0.38em;
    right: 2px;
  }
}
.bl_history_item .year .circle::before {
  content: "";
  opacity: 1;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  background-color: #102E9D;
}
.bl_history_item .event {
  position: relative;
  display: flex;
  padding-top: 0.4em;
  padding-left: 30px;
  width: 100%;
  gap: 10px 0;
  flex-direction: column;
}
@media (max-width: 767px) {
  .bl_history_item .event {
    padding-top: 0.08em;
    padding-left: 14px;
    width: 78.2%;
  }
}
.bl_history_item .event li {
  display: flex;
}
@media (max-width: 767px) {
  .bl_history_item .event li {
    flex-direction: column;
    gap: 3px 0;
  }
}
.bl_history_item .event li .month {
  display: inline-block;
  padding-top: 0.1em;
  width: 5.5%;
  color: #102E9D;
  font-weight: bold;
}
@media (max-width: 767px) {
  .bl_history_item .event li .month {
    display: block;
    width: 100%;
  }
}
.bl_history_item .event .bl_wysiwyg {
  flex: 1;
}
@media (max-width: 767px) {
  .bl_history_item .event .bl_wysiwyg p {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

.bl_question {
  display: flex;
  flex-direction: column;
  gap: 29px 0;
}
@media (max-width: 767px) {
  .bl_question {
    gap: 14px 0;
  }
}
.bl_question_q {
  display: flex;
  padding: 30px 38px;
  background-color: #F6F7FB;
  color: #102E9D;
}
@media (max-width: 767px) {
  .bl_question_q {
    padding: 15px 20px 18px 14px;
  }
}
.bl_question_q p {
  letter-spacing: 0.04em;
  font-size: 1.8rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .bl_question_q p {
    line-height: 1.6;
    font-size: 1.6rem;
  }
}
.bl_question_a {
  display: flex;
  padding: 29px 38px 24px 38px;
}
@media (max-width: 767px) {
  .bl_question_a {
    padding: 17px 20px 18px 14px;
  }
}
.bl_question_a span {
  color: #F6345C;
}
.bl_question span {
  display: inline-block;
  position: relative;
  margin: -7px 28px 0 0;
  padding-right: 35px;
  font-family: "Outfit", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 600;
  font-size: 2.9rem;
  font-weight: 700;
}
.bl_question span::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(16, 46, 158, 0.14);
}
@media (max-width: 767px) {
  .bl_question span {
    margin: -2px 17px 0 0;
    padding-right: 16px;
    font-size: 2.1rem;
  }
}

.bl_contact {
  padding: 40px;
  background-color: #F6F7FB;
}
@media (max-width: 767px) {
  .bl_contact {
    padding: 27px 20px;
  }
}
.bl_contact_item {
  display: flex;
  gap: 0 11.25%;
}
@media (max-width: 767px) {
  .bl_contact_item {
    flex-direction: column;
    gap: 24px 0;
  }
}
.bl_contact_item + .bl_contact_title_large {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .bl_contact_item + .bl_contact_title_large {
    margin-top: 30px;
  }
}
.bl_contact_item + .bl_contact_item {
  margin-top: 28px;
}
.bl_contact_txtInfo {
  flex: 1;
}
.bl_contact_txtInfo p {
  margin-bottom: 4px;
  letter-spacing: 0.04em;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .bl_contact_txtInfo p {
    line-height: 1.6;
    font-size: 1.4rem;
  }
}
.bl_contact_txtInfo_itemWrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 0 30px;
  margin-top: 6px;
}
@media (max-width: 767px) {
  .bl_contact_txtInfo_itemWrapper {
    flex-direction: column;
    gap: 6px 0;
    margin-top: 13px;
  }
}
.bl_contact_txtInfo_item {
  display: flex;
  gap: 0 10px;
}
@media (max-width: 767px) {
  .bl_contact_txtInfo_item {
    align-items: flex-start;
    gap: 0 18px;
    width: 100%;
  }
}
.bl_contact_txtInfo_item--time {
  margin-top: 4px;
  width: 100%;
}
.bl_contact_txtInfo_item dt {
  position: relative;
  padding-top: 0.2em;
  flex: none;
  line-height: 1.5;
  letter-spacing: 0.07em;
  font-size: 1.5rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .bl_contact_txtInfo_item dt {
    padding-top: 0;
    line-height: 1.6;
    letter-spacing: 0.04em;
    font-size: 1.4rem;
  }
}
.bl_contact_txtInfo_item dt::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -26px;
  width: 1px;
  height: 16px;
  transform: rotate(35deg) translateY(calc(-50% - 3px));
  transform-origin: bottom;
  background-color: #949AAE;
}
@media (max-width: 767px) {
  .bl_contact_txtInfo_item dt::after {
    content: none;
  }
}
.bl_contact_txtInfo_item dd {
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .bl_contact_txtInfo_item dd {
    flex: 1;
    line-height: 1.6;
    font-size: 1.4rem;
  }
}
.bl_contact_txtInfo_item dd a {
  color: #102E9D;
  text-decoration: underline;
}
:where([data-whatintent="mouse"]) .bl_contact_txtInfo_item dd a:hover {
  text-decoration: none;
}
.bl_contact_txtInfo_item:first-child dt::after, .bl_contact_txtInfo_item--time dt::after {
  display: none;
}
.bl_contact_btnWrapper {
  margin-top: 14px;
}
@media (max-width: 767px) {
  .bl_contact_btnWrapper {
    margin-top: 15px;
  }
}
.bl_contact_btnWrapper .el_btn.el_btn--round {
  display: inline-block;
}
.bl_contact_btnWrapper .el_btn.el_btn--round[target=_blank]::before {
  right: 18px;
  width: 10px;
  height: 10px;
}
.bl_contact_btnWrapper .el_btn.el_btn--round::before {
  right: 14px;
  width: 17px;
  height: 5px;
}
.bl_contact_btnWrapper .el_btn.el_btn--round .text {
  padding: 5px 38px 5px 22px;
  height: 100%;
  letter-spacing: 0.04em;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .bl_contact_btnWrapper .el_btn.el_btn--round .text {
    padding: 8px 36px 8px 17px;
  }
}
.bl_contact_title_large {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 15px;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.5;
  color: #102E9D;
  border-bottom: 1px solid rgba(16, 46, 158, 0.14);
}
@media (max-width: 767px) {
  .bl_contact_title_large {
    margin-bottom: 18px;
    line-height: 1.78;
    font-size: 1.8rem;
  }
}
.bl_contact_title_large::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 26px;
  height: 2px;
  background-color: #102E9E;
}
.bl_contact_title_small {
  margin-bottom: 18px;
  color: #102E9D;
  letter-spacing: 0.04em;
  font-weight: bold;
}
@media (max-width: 767px) {
  .bl_contact_title_small {
    margin-bottom: 14px;
    line-height: 1.6;
  }
}
.bl_contact_map {
  width: 39.8%;
}
@media (max-width: 767px) {
  .bl_contact_map {
    width: 100%;
  }
}
.bl_contact_map iframe {
  width: 100%;
  aspect-ratio: 35/17;
}
@media (max-width: 767px) {
  .bl_contact_map iframe {
    aspect-ratio: 59/29;
    max-width: none;
  }
}
.bl_contact_map p {
  margin-top: 10px;
  color: #102E9D;
  text-align: right;
  letter-spacing: 0.04em;
  font-size: 1.4rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .bl_contact_map p {
    margin-top: 4px;
    font-size: 1.3rem;
  }
}
.bl_contact_map p a {
  text-decoration: underline;
  transition: ease 0.2s;
}
:where([data-whatintent="mouse"]) .bl_contact_map p a:hover {
  text-decoration: none;
}
.bl_contact_footer {
  margin-top: 28px;
}
.bl_contact_footer .bl_contact_txtInfo_itemWrapper {
  gap: 0 30px;
}
@media (max-width: 767px) {
  .bl_contact_footer .bl_contact_txtInfo_itemWrapper {
    gap: 6px 0;
  }
}
.bl_contact_footer .bl_contact_txtInfo_item dt::after {
  content: none;
}

.bl_wysiwyg > *:not(:first-child) {
  margin-top: 27px;
}
@media (max-width: 767px) {
  .bl_wysiwyg > *:not(:first-child) {
    margin-top: 14px;
  }
}
.bl_wysiwyg p {
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .bl_wysiwyg p {
    font-size: 1.5rem;
  }
}
.bl_wysiwyg strong,
.bl_wysiwyg b {
  font-weight: bold;
}
.bl_wysiwyg a {
  position: relative;
  color: #102E9D;
  text-decoration: underline;
}
:where([data-whatintent="mouse"]) .bl_wysiwyg a:hover {
  text-decoration: none;
}
.bl_wysiwyg a[target=_blank] {
  position: relative;
}
.bl_wysiwyg a[target=_blank]::after {
  content: "";
  display: inline-block;
  padding-left: 22px;
  bottom: 0.25em;
  width: 12px;
  height: 14px;
  background: url(../images/icon_blank_02.svg) no-repeat center center/contain;
}
@media (max-width: 767px) {
  .bl_wysiwyg a[target=_blank]::after {
    width: 12px;
    height: 10px;
  }
}
.bl_wysiwyg ul {
  display: flex;
  flex-direction: column;
  gap: 6px 0;
}
@media (max-width: 767px) {
  .bl_wysiwyg ul {
    gap: 3px 0;
  }
}
.bl_wysiwyg ul li {
  position: relative;
  padding-left: 20px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .bl_wysiwyg ul li {
    padding-left: 16px;
    font-size: 1.5rem;
  }
}
.bl_wysiwyg ul li::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  top: 0.8em;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #102E9D;
}
@media (max-width: 767px) {
  .bl_wysiwyg ul li::before {
    width: 4px;
    height: 4px;
  }
}
.bl_wysiwyg ol {
  display: flex;
  flex-direction: column;
  gap: 6px 0;
  counter-reset: number;
}
@media (max-width: 767px) {
  .bl_wysiwyg ol {
    gap: 3px 0;
  }
}
.bl_wysiwyg ol li {
  position: relative;
  padding-left: 1.3em;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .bl_wysiwyg ol li {
    font-size: 1.5rem;
  }
}
.bl_wysiwyg ol li::before {
  counter-increment: number;
  content: counter(number) ".";
  position: absolute;
  top: 0.15em;
  left: -3px;
  color: #102E9D;
  font-family: "Outfit", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  font-weight: 600;
}
.bl_wysiwyg table {
  width: 100%;
}
.bl_wysiwyg table a {
  color: #102E9E;
  text-decoration: underline;
}
@media not all and (max-width: 767px) {
  .bl_wysiwyg table a:hover {
    text-decoration: none;
  }
}
.bl_wysiwyg table th,
.bl_wysiwyg table td {
  padding: 18px 20px;
  vertical-align: middle;
  letter-spacing: 0.04em;
  line-height: 1.6;
  border: 1px solid rgba(16, 46, 158, 0.14);
}
@media (max-width: 767px) {
  .bl_wysiwyg table th,
.bl_wysiwyg table td {
    padding: 15px 14px;
    font-size: 1.4rem;
  }
}
.bl_wysiwyg table th {
  width: 24%;
  font-weight: 600;
  background-color: #F6F7FB;
}
@media (max-width: 767px) {
  .bl_wysiwyg table th {
    width: 35.2%;
  }
}

/**
 * Element
*/
.pg_detail .bl_wysiwyg h2,
.el_title_large {
  position: relative;
  margin: 70px auto 40px;
  padding-bottom: 25px;
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.5;
  color: #102E9D;
  border-bottom: 1px solid rgba(16, 46, 158, 0.14);
}
@media (max-width: 767px) {
  .pg_detail .bl_wysiwyg h2,
.el_title_large {
    margin: 50px auto 26px;
    padding-bottom: 20px;
    font-size: 2.4rem;
  }
}
.pg_detail .bl_wysiwyg h2::before,
.el_title_large::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: #102E9E;
}
@media (max-width: 767px) {
  .pg_detail .bl_wysiwyg h2::before,
.el_title_large::before {
    width: 40px;
  }
}

.pg_detail .bl_wysiwyg h3,
.el_title_middle {
  margin-bottom: 16px;
  letter-spacing: 0.04em;
  font-size: 2.4rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .pg_detail .bl_wysiwyg h3,
.el_title_middle {
    margin-bottom: 20px;
    font-size: 2rem;
  }
}

.el_title_large--index {
  margin: 120px auto 50px;
  color: #102E9D;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .el_title_large--index {
    margin: 64px auto 32px;
  }
}
.el_title_large--index .subTitle {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
  line-height: 1.5;
  font-family: "Outfit", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .el_title_large--index .subTitle {
    margin-bottom: 9px;
    font-size: 1.3rem;
  }
}
.el_title_large--index .subTitle::before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: #102E9D;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .el_title_large--index .subTitle::before {
    margin-right: 9px;
    width: 5px;
    height: 5px;
  }
}
.el_title_large--index .mainTitle {
  line-height: 1.47;
  font-size: 3.8rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .el_title_large--index .mainTitle {
    font-size: 2.8rem;
  }
}

.el_title_middle--index {
  margin: 40px auto 20px;
  padding-bottom: 17px;
  line-height: 1.45;
  font-weight: 600;
  font-size: 2.2rem;
  letter-spacing: 0.07em;
  color: #102E9E;
  border-bottom: 1px solid rgba(16, 46, 158, 0.14);
}
@media (max-width: 767px) {
  .el_title_middle--index {
    margin: 30px auto 14px;
    padding-bottom: 12px;
    line-height: 1.6;
    font-size: 1.8rem;
  }
}

.el_btn {
  overflow: hidden;
  position: relative;
  display: flex;
  height: 100%;
  font-weight: 600;
  letter-spacing: 0.04em;
  border-radius: 3px;
  transition: ease 0.2s;
}
.el_btn::before, .el_btn::after {
  content: "";
  position: absolute;
  z-index: 4;
}
.el_btn::before {
  top: 50%;
  right: 24px;
  width: 19px;
  height: 6px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/icon_ar_01_b.svg);
  transition: all 0.3s;
  transform: translateY(calc(-50% - 2px));
}
.el_btn::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(16, 46, 158, 0.3);
  border-radius: 3px;
}
.el_btn[target=_blank]::before {
  top: 50%;
  right: 24px;
  width: 18px;
  height: 18px;
  background-image: url(../images/icon_blank_02.svg);
  transform: translateY(-50%);
}
.el_btn .text {
  position: relative;
  display: flex;
  padding: 10px 50px 10px 24px;
  min-height: 72px;
  width: 100%;
  align-items: center;
  color: #102E9E;
  word-break: break-word;
  transition: all 0.3s;
  z-index: 3;
}
@media (max-width: 767px) {
  .el_btn .text {
    padding: 10px 50px 10px 20px;
    min-height: 58px;
    line-height: 1.5;
  }
}
.el_btn .text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F6F7FB;
  border-radius: 3px;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
  z-index: -1;
}
@media not all and (max-width: 767px) {
  .el_btn:hover .text:before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}
.el_btn.el_btn--round {
  letter-spacing: 0.08em;
  border-radius: 2em;
  background-color: #102E9E;
}
.el_btn.el_btn--round::before {
  right: 20px;
  background-image: url(../images/icon_ar_01.svg);
}
.el_btn.el_btn--round::after {
  border: 1px solid #102E9E;
  border-radius: 2em;
}
.el_btn.el_btn--round[target=_blank]::before {
  top: 50%;
  right: 24px;
  width: 18px;
  height: 18px;
  background-image: url(../images/icon_blank_01.svg);
  transform: translateY(-50%);
}
.el_btn.el_btn--round .text {
  padding: 12px 46px 12px 24px;
  min-height: auto;
  color: #fff;
}
@media (max-width: 767px) {
  .el_btn.el_btn--round .text {
    padding: 11px 46px 11px 24px;
    line-height: 1.5;
  }
}
.el_btn.el_btn--round .text::before {
  background-color: #fff;
  border-radius: 2em;
}
@media not all and (max-width: 767px) {
  .el_btn.el_btn--round:hover:before {
    background-image: url(../images/icon_ar_01_b.svg);
  }
  .el_btn.el_btn--round:hover[target=_blank]::before {
    background-image: url(../images/icon_blank_02.svg);
  }
  .el_btn.el_btn--round:hover .text {
    color: #102E9E;
  }
}
.el_btn.el_btn--round.el_btn--round--back {
  margin: auto;
  width: 250px;
}
.el_btn.el_btn--round.el_btn--round--back::before {
  left: 20px;
  transform: translateY(-50%) scale(-1, 1);
}
.el_btn.el_btn--round.el_btn--round--back .text {
  padding: 12px 24px 12px 46px;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .el_btn.el_btn--round.el_btn--round--back .text {
    padding: 11px 24px 11px 46px;
  }
}
.el_btn.el_btn--sns .icon {
  position: absolute;
  top: 50%;
  left: 18px;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  z-index: 2;
}
@media (max-width: 767px) {
  .el_btn.el_btn--sns .icon {
    left: 19px;
    width: 36px;
    height: 36px;
  }
}
.el_btn.el_btn--sns .text {
  padding: 23px 50px 23px 72px;
}
@media (max-width: 767px) {
  .el_btn.el_btn--sns .text {
    padding: 18px 50px 18px 69px;
  }
}

.el_select {
  position: relative;
  display: block;
  margin-top: 14px;
}
@media (max-width: 767px) {
  .el_select {
    margin-top: 0;
  }
}
.el_select:first-of-type {
  margin-top: 0;
}
.el_select::before, .el_select::after {
  content: "";
  position: absolute;
}
.el_select::after {
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  background-color: #F6F7FB;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
  z-index: -1;
}
.el_select::before {
  top: 50%;
  right: 16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  border-color: #102E9D transparent transparent transparent;
  transform: translateY(-50%);
}
@media not all and (max-width: 767px) {
  .el_select:hover:after {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}
.el_select select {
  display: block;
  padding: 15px 16px;
  width: 100%;
  letter-spacing: 0.04em;
  font-weight: 600;
  border-radius: 3px;
  border: 1px solid rgba(16, 46, 158, 0.14);
  word-break: break-word;
  transition: all 0.3s;
  cursor: pointer;
}
@media (max-width: 767px) {
  .el_select select {
    padding: 11px 16px;
  }
}
@media (max-width: 767px) {
  .el_select.el_select--product {
    width: 56.7%;
  }
}
@media (max-width: 767px) {
  .el_select.el_select--year {
    width: calc(43.3% - 12px);
  }
}

.el_rssBtn {
  position: absolute;
  right: 0;
  top: -38px;
  padding: 5px 9px 5px 8px;
  color: #fff;
  font-family: "Outfit", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.3rem;
  border-radius: 3px;
  background-color: #EE802F;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .el_rssBtn {
    top: 0;
  }
}
.el_rssBtn .text {
  display: inline-block;
}
.el_rssBtn .text::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/icon_rss.svg);
}
@media not all and (max-width: 767px) {
  .el_rssBtn:hover {
    opacity: 0.75;
  }
}

.el_moreBtn {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 40px auto 0;
  width: 30%;
  color: #102E9E;
  font-weight: 600;
  letter-spacing: 0.08em;
  border-radius: 2em;
  background-color: #E4E7F2;
  transition: ease 0.2s;
}
@media (max-width: 767px) {
  .el_moreBtn {
    margin: 30px auto 0;
    width: 250px;
  }
}
.el_moreBtn::before, .el_moreBtn::after {
  content: "";
  position: absolute;
  z-index: 4;
}
.el_moreBtn::before {
  top: 50%;
  right: 34px;
  width: 8px;
  height: 8px;
  transition: all 0.3s;
  transform: translateY(-50%);
  border-color: transparent #102E9E #102E9E transparent;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg) translateY(calc(-50% - 5px));
}
.el_moreBtn::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #F6F7FB;
  border-radius: 2em;
  transition: 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
}
.el_moreBtn .text {
  position: relative;
  display: block;
  padding: 18px 40px 18px 24px;
  color: #102E9E;
  transition: all 0.3s;
  z-index: 3;
}
@media (max-width: 767px) {
  .el_moreBtn .text {
    padding: 15px 40px 16px 24px;
  }
}
.el_moreBtn .text::before {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #fff;
  border-radius: 3px;
  transition: 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  z-index: -1;
}
@media not all and (max-width: 767px) {
  .el_moreBtn:hover::after {
    border: 1px solid #102E9E;
  }
  .el_moreBtn:hover .text:before {
    top: 0;
    bottom: auto;
    height: 100%;
  }
  @media (hover: none) {
    .el_moreBtn .text:before {
      height: 100%;
      top: 0;
      bottom: auto;
    }
  }
}

.el_text {
  line-height: 2;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .el_text {
    line-height: 1.8;
  }
}

.el_lead {
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 2;
}
@media (max-width: 767px) {
  .el_lead {
    line-height: 1.8;
  }
}
.el_lead a {
  position: relative;
  color: #102E9D;
  text-decoration: underline;
}
:where([data-whatintent="mouse"]) .el_lead a:hover {
  text-decoration: none;
}
.el_lead a[target=_blank] {
  position: relative;
}
.el_lead a[target=_blank]::after {
  content: "";
  display: inline-block;
  padding-left: 22px;
  bottom: 0.25em;
  width: 12px;
  height: 14px;
  background: url(../images/icon_blank_02.svg) no-repeat center center/contain;
}
@media (max-width: 767px) {
  .el_lead a[target=_blank]::after {
    width: 12px;
    height: 10px;
  }
}

.el_cation {
  margin-top: 10px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .el_cation {
    font-size: 1.2rem;
  }
}

.el_notes {
  text-align: right;
  margin-top: 60px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .el_notes {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .el_table--scroll {
    overflow-x: scroll;
  }
  .el_table--scroll table {
    table-layout: fixed;
    width: 1000px;
  }
}

/**
 * Unique
 */
/**
 * Helper
 */
@media (max-width: 767px) {
  .hp_pcOnly {
    display: none !important;
  }
}

@media not all and (max-width: 767px) {
  .hp_spOnly {
    display: none !important;
  }
}

/**
 * Page
 */
.pg_detail .bl_media .el_title_middle {
  padding-left: 0;
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .pg_detail .bl_media .el_title_middle {
    margin-bottom: 17px;
    font-size: 2rem;
  }
}
.pg_detail .bl_media .el_title_middle::before {
  content: none;
}

.pg_news .bl_wysiwyg h2,
.pg_news .el_title_large {
  position: relative;
  margin: 70px auto 30px;
  border: none;
  padding: 15px 17px;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #102E9E;
  background-color: #F1F4F9;
}
@media (max-width: 767px) {
  .pg_news .bl_wysiwyg h2,
.pg_news .el_title_large {
    margin: 50px auto 24px;
    padding: 16px;
    font-size: 2rem;
    line-height: 1.6;
  }
}
.pg_news .bl_wysiwyg h2::before,
.pg_news .el_title_large::before {
  content: "";
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0;
  width: 3px;
  height: calc(100% - 34px);
  background-color: #102E9E;
  transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 767px) {
  .pg_news .bl_wysiwyg h2::before,
.pg_news .el_title_large::before {
    height: calc(100% - 36px);
  }
}
.pg_news .bl_wysiwyg h3,
.pg_news .el_title_middle {
  position: relative;
  margin: 50px auto 18px;
  padding-left: 22px;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .pg_news .bl_wysiwyg h3,
.pg_news .el_title_middle {
    padding-left: 18px;
    font-size: 1.8rem;
  }
}
.pg_news .bl_wysiwyg h3::before,
.pg_news .el_title_middle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #102E9E;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .pg_news .bl_wysiwyg h3::before,
.pg_news .el_title_middle::before {
    width: 8px;
    height: 8px;
  }
}

.pg_company #message,
.pg_company #profile,
.pg_company #usability,
.pg_company #group {
  position: relative;
}
.pg_company #message::before,
.pg_company #profile::before,
.pg_company #usability::before,
.pg_company #group::before {
  content: "";
  display: block;
  margin-top: -115px;
  padding-top: 115px;
  width: 100%;
}
@media print, screen and (min-width: 768px) and (max-width: 1120px) {
  .pg_company #message::before,
.pg_company #profile::before,
.pg_company #usability::before,
.pg_company #group::before {
    margin-top: -10.2678571431vw;
    padding-top: 10.2678571431vw;
  }
}
@media (max-width: 767px) {
  .pg_company #message::before,
.pg_company #profile::before,
.pg_company #usability::before,
.pg_company #group::before {
    margin-top: -12.8205128205vw;
    padding-top: 12.8205128205vw;
  }
}
.pg_company #usability::before {
  background-color: #fff;
}
.pg_company .company_message {
  position: relative;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .pg_company .company_message {
    padding: 26px 0 64px;
  }
}
.pg_company .company_message .company_message_logo {
  position: absolute;
  top: 230px;
  right: 36px;
}
@media print, screen and (min-width: 768px) and (max-width: 1120px) {
  .pg_company .company_message .company_message_logo {
    top: calc(10.2678571431vw + 120px);
  }
}
@media (max-width: 767px) {
  .pg_company .company_message .company_message_logo {
    top: 49px;
    right: auto;
    left: 50%;
    width: calc(100% - 32px);
    transform: translateX(-50%);
  }
}
.pg_company .company_message .company_message_inner {
  display: flex;
}
@media (max-width: 767px) {
  .pg_company .company_message .company_message_inner {
    display: block;
  }
}
.pg_company .company_message .company_message_inner .company_message_title {
  margin-right: 50px;
  flex: none;
}
@media (max-width: 767px) {
  .pg_company .company_message .company_message_inner .company_message_title {
    margin: 0 0 26px;
  }
}
.pg_company .company_message .company_message_inner .company_message_text {
  margin: -30px 0 0;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .pg_company .company_message .company_message_inner .company_message_text {
    margin: 0;
    line-height: 1.8;
  }
}
.pg_company .company_message .company_message_inner .company_message_text p {
  margin: 25px 0 0;
}
@media (max-width: 767px) {
  .pg_company .company_message .company_message_inner .company_message_text p {
    margin: 20px 0 0;
  }
}
.pg_company .company_message .company_message_inner .company_message_text .company_message_text_sign {
  text-align: right;
  font-weight: 600;
}
@media (max-width: 767px) {
  .pg_company .company_message .company_message_inner .company_message_text .company_message_text_sign {
    margin-top: 10px;
  }
}
.pg_company .company_message .company_message_inner .company_message_img {
  margin-left: 82px;
  width: 37.5%;
  flex: none;
}
@media (max-width: 767px) {
  .pg_company .company_message .company_message_inner .company_message_img {
    margin: 30px auto 0;
    width: 74.6%;
  }
}
.pg_company .company_declaration {
  padding-bottom: 120px;
  background-color: #F6F7FB;
}
@media (max-width: 767px) {
  .pg_company .company_declaration {
    padding-bottom: 64px;
  }
}
.pg_company .company_declaration .ly_container {
  width: 100%;
}
.pg_company .company_declaration .company_declaration_inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
@media (max-width: 1360px) {
  .pg_company .company_declaration .company_declaration_inner {
    max-width: 100%;
  }
}
.pg_company .company_declaration .company_declaration_inner .company_declaration_imgList {
  position: absolute;
  top: 0;
  left: 0;
  width: 40.9%;
}
@media (max-width: 1360px) {
  .pg_company .company_declaration .company_declaration_inner .company_declaration_imgList {
    transform: none;
  }
}
@media (max-width: 767px) {
  .pg_company .company_declaration .company_declaration_inner .company_declaration_imgList {
    position: static;
    margin-top: 50px;
    width: 100%;
  }
}
.pg_company .company_declaration .company_declaration_inner .company_declaration_imgList li:nth-child(1) {
  width: 74.5%;
}
@media (max-width: 767px) {
  .pg_company .company_declaration .company_declaration_inner .company_declaration_imgList li:nth-child(1) {
    width: 85.33%;
  }
}
.pg_company .company_declaration .company_declaration_inner .company_declaration_imgList li:nth-child(2) {
  margin-top: -60px;
  margin-left: 36.3%;
  width: 49%;
}
@media (max-width: 767px) {
  .pg_company .company_declaration .company_declaration_inner .company_declaration_imgList li:nth-child(2) {
    margin-top: -85px;
    margin-left: 38.66%;
    width: 56%;
  }
}
.pg_company .company_declaration .company_declaration_inner .company_declaration_imgList li:nth-child(3) {
  margin-top: 60px;
  margin-left: 12.5%;
  width: 40%;
}
@media (max-width: 767px) {
  .pg_company .company_declaration .company_declaration_inner .company_declaration_imgList li:nth-child(3) {
    margin-top: 30px;
    margin-left: 14.66%;
    width: 42.66%;
  }
}
.pg_company .company_declaration .company_declaration_inner .ly_container {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .pg_company .company_declaration .company_declaration_inner .ly_container {
    display: block;
  }
}
.pg_company .company_declaration .company_declaration_inner .company_declaration_text {
  width: 61.6%;
}
@media (max-width: 767px) {
  .pg_company .company_declaration .company_declaration_inner .company_declaration_text {
    width: 100%;
  }
}
.pg_company .company_declaration .company_declaration_inner .company_declaration_text .el_title_middle--index:first-of-type {
  margin-top: 0;
}
.pg_company .company_declaration .company_declaration_inner .company_declaration_text p {
  line-height: 2;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .pg_company .company_declaration .company_declaration_inner .company_declaration_text p {
    line-height: 1.8;
    letter-spacing: 0.04em;
  }
}
.pg_company .company_declaration .company_declaration_inner .company_declaration_btn {
  display: flex;
  margin-top: 50px;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 767px) {
  .pg_company .company_declaration .company_declaration_inner .company_declaration_btn {
    margin-top: 29px;
    justify-content: center;
    gap: 12px;
  }
}
.pg_company .company_declaration .company_declaration_inner .company_declaration_btn .el_btn {
  width: 264px;
}
@media (max-width: 767px) {
  .pg_company .company_declaration .company_declaration_inner .company_declaration_btn .el_btn {
    width: 74.6%;
  }
}
.pg_company .company_declaration .company_declaration_inner .company_declaration_btn .el_btn .text {
  padding: 19px 46px 19px 24px;
}
@media (max-width: 767px) {
  .pg_company .company_declaration .company_declaration_inner .company_declaration_btn .el_btn .text {
    padding: 18px 46px 18px 24px;
  }
}
@media (max-width: 767px) {
  .pg_company .company_profile .el_title_large--index {
    margin: 64px auto 27px;
  }
}
.pg_company .company_profile .company_profile_contents .company_profile_contents_item {
  border-top: 1px solid rgba(16, 46, 158, 0.14);
}
.pg_company .company_profile .company_profile_contents .company_profile_contents_item dl {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.pg_company .company_profile .company_profile_contents .company_profile_contents_item dl dt {
  position: relative;
  padding: 26px 1em 26px 0;
  width: 24.67%;
  flex: none;
  font-weight: 600;
  border-bottom: 1px solid rgba(16, 46, 158, 0.14);
}
@media (max-width: 767px) {
  .pg_company .company_profile .company_profile_contents .company_profile_contents_item dl dt {
    width: 33.4%;
    padding: 21px 10px 20px 0;
  }
}
.pg_company .company_profile .company_profile_contents .company_profile_contents_item dl dt::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 26px;
  height: 2px;
  background-color: #102E9D;
}
.pg_company .company_profile .company_profile_contents .company_profile_contents_item dl dd {
  width: 75.33%;
  padding: 26px 0;
  border-bottom: 1px solid rgba(16, 46, 158, 0.14);
}
@media (max-width: 767px) {
  .pg_company .company_profile .company_profile_contents .company_profile_contents_item dl dd {
    padding: 21px 0;
    width: 66.6%;
  }
}
.pg_company .company_profile .company_profile_contents .company_profile_contents_item ul {
  margin-top: -6px;
}
.pg_company .company_profile .company_profile_contents .company_profile_contents_item ul li {
  position: relative;
  margin-top: 6px;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .pg_company .company_profile .company_profile_contents .company_profile_contents_item ul li {
    padding-left: 14px;
  }
}
.pg_company .company_profile .company_profile_contents .company_profile_contents_item ul li::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #102E9D;
}
.pg_company .company_profile .company_profile_contents .company_profile_contents_item .link {
  margin-top: 8px;
}
.pg_company .company_profile .company_profile_contents.company_profile_contents--2col {
  display: flex;
  gap: 50px;
}
@media (max-width: 767px) {
  .pg_company .company_profile .company_profile_contents.company_profile_contents--2col {
    display: block;
  }
}
.pg_company .company_profile .company_profile_contents.company_profile_contents--2col .company_profile_contents_item {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .pg_company .company_profile .company_profile_contents.company_profile_contents--2col .company_profile_contents_item:not(:first-child) {
    border-top: none;
  }
}
.pg_company .company_profile .company_profile_contents_btn {
  display: flex;
  margin: 50px 0 0 auto;
  gap: 20px;
  justify-content: center;
}
@media (max-width: 767px) {
  .pg_company .company_profile .company_profile_contents_btn {
    margin: 40px auto 0;
    width: 100%;
    gap: 12px;
    flex-direction: column;
  }
}
.pg_company .company_profile .company_profile_contents_btn .el_btn {
  min-width: 220px;
}
@media (max-width: 767px) {
  .pg_company .company_profile .company_profile_contents_btn .el_btn {
    min-width: none;
  }
}
.pg_company .company_profile .company_profile_contents_btn .el_btn .text {
  padding: 19px 46px 19px 24px;
}
@media (max-width: 767px) {
  .pg_company .company_profile .company_profile_contents_btn .el_btn .text {
    padding: 18px 46px 18px 24px;
  }
}
.pg_company .company_profile .company_profile_image {
  margin-top: 120px;
}
@media (max-width: 767px) {
  .pg_company .company_profile .company_profile_image {
    margin-top: 64px;
  }
}
.pg_company .company_profile .company_profile_image img {
  width: 100%;
}
.pg_company .company_group {
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .pg_company .company_group {
    padding-bottom: 64px;
  }
}
.pg_company .company_group .company_group_list > li {
  display: flex;
  margin-top: 50px;
  gap: 60px;
}
@media (max-width: 767px) {
  .pg_company .company_group .company_group_list > li {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .pg_company .company_group .company_group_list > li:first-child {
    margin-top: 0;
  }
}
.pg_company .company_group .company_group_list > li .company_group_list_thumb {
  position: relative;
  padding-top: 22.143%;
  width: 22.322%;
  height: 100%;
  flex: none;
  border: 1px solid rgba(16, 46, 158, 0.14);
}
@media (max-width: 767px) {
  .pg_company .company_group .company_group_list > li .company_group_list_thumb {
    padding-top: 48vw;
    width: 48vw;
  }
}
.pg_company .company_group .company_group_list > li .company_group_list_thumb .company_group_list_thumb_inner {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  padding: 31px;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .pg_company .company_group .company_group_list > li .company_group_list_thumb .company_group_list_thumb_inner {
    padding: 22px;
  }
}
.pg_company .company_group .company_group_list > li .company_group_list_contents {
  width: calc(100% - 60px - 22.3%);
}
@media (max-width: 767px) {
  .pg_company .company_group .company_group_list > li .company_group_list_contents {
    position: relative;
    padding-bottom: 64px;
    width: 100%;
  }
}
.pg_company .company_group .company_group_list > li .company_group_list_contents .company_group_list_contents_header {
  display: flex;
  margin: 0 0 28px;
  padding-bottom: 14px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(16, 46, 158, 0.14);
}
@media (max-width: 767px) {
  .pg_company .company_group .company_group_list > li .company_group_list_contents .company_group_list_contents_header {
    padding-bottom: 12px;
  }
}
.pg_company .company_group .company_group_list > li .company_group_list_contents .company_group_list_contents_header .title {
  position: relative;
  padding-left: 22px;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .pg_company .company_group .company_group_list > li .company_group_list_contents .company_group_list_contents_header .title {
    padding-left: 15px;
    font-size: 1.8rem;
  }
}
.pg_company .company_group .company_group_list > li .company_group_list_contents .company_group_list_contents_header .title::before {
  content: "";
  position: absolute;
  top: 0.1em;
  left: 0;
  width: 3px;
  height: calc(100% - 0.2em);
  background-color: #102E9E;
}
@media (max-width: 767px) {
  .pg_company .company_group .company_group_list > li .company_group_list_contents .company_group_list_contents_header .title::before {
    top: 0.25em;
    height: calc(100% - 0.49em);
  }
}
@media (max-width: 767px) {
  .pg_company .company_group .company_group_list > li .company_group_list_contents .company_group_list_contents_header .btn {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.pg_company .company_group .company_group_list > li .company_group_list_contents .company_group_list_contents_header .btn .el_btn {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .pg_company .company_group .company_group_list > li .company_group_list_contents .company_group_list_contents_header .btn .el_btn {
    font-size: 1.4rem;
  }
}
.pg_company .company_group .company_group_list > li .company_group_list_contents .company_group_list_contents_header .btn .el_btn .text {
  padding: 7px 36px 7px 20px;
}
@media (max-width: 767px) {
  .pg_company .company_group .company_group_list > li .company_group_list_contents .company_group_list_contents_header .btn .el_btn .text {
    padding: 8px 36px 9px 20px;
  }
}
.pg_company .company_group .company_group_list > li .company_group_list_contents .company_group_list_contents_header .btn .el_btn::before {
  right: 14px;
}
.pg_company .company_group .company_group_list > li .company_group_list_contents .company_group_list_contents_header .btn .el_btn[target=_blank]::before {
  right: 16px;
  width: 11px;
  height: 11px;
}
@media (max-width: 767px) {
  .pg_company .company_group .company_group_list > li .company_group_list_contents .company_group_list_contents_header .btn .el_btn[target=_blank]::before {
    right: 18px;
    width: 10px;
    height: 10px;
  }
}
.pg_company .company_group .company_group_list > li .company_group_list_contents .company_group_list_contents_body table {
  margin-top: -24px;
  width: 100%;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .pg_company .company_group .company_group_list > li .company_group_list_contents .company_group_list_contents_body table {
    margin-top: -16px;
  }
}
.pg_company .company_group .company_group_list > li .company_group_list_contents .company_group_list_contents_body table th {
  width: 15.3%;
  font-weight: 600;
}
@media (max-width: 767px) {
  .pg_company .company_group .company_group_list > li .company_group_list_contents .company_group_list_contents_body table th {
    width: 28%;
  }
}
.pg_company .company_group .company_group_list > li .company_group_list_contents .company_group_list_contents_body table th, .pg_company .company_group .company_group_list > li .company_group_list_contents .company_group_list_contents_body table td {
  padding-top: 24px;
}
@media (max-width: 767px) {
  .pg_company .company_group .company_group_list > li .company_group_list_contents .company_group_list_contents_body table th, .pg_company .company_group .company_group_list > li .company_group_list_contents .company_group_list_contents_body table td {
    padding-top: 16px;
  }
}
.pg_company .company_footer {
  padding: 100px 0;
  background-color: #F6F7FB;
}
@media (max-width: 767px) {
  .pg_company .company_footer {
    padding: 64px 0;
  }
}
.pg_company .company_footer .ly_container {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (max-width: 767px) {
  .pg_company .company_footer .ly_container {
    gap: 40px;
  }
}
.pg_company .company_footer .company_footer_linkList {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
@media (max-width: 767px) {
  .pg_company .company_footer .company_footer_linkList {
    gap: 0;
    flex-direction: column;
    border-top: 1px solid #D5DAEE;
  }
}
.pg_company .company_footer .company_footer_linkList li {
  width: calc((100% - 64px) / 3);
  border-top: 1px solid #D5DAEE;
  border-bottom: 1px solid #D5DAEE;
}
@media (max-width: 767px) {
  .pg_company .company_footer .company_footer_linkList li {
    width: 100%;
    border-top: none;
  }
}
.pg_company .company_footer .company_footer_linkList li a {
  position: relative;
  display: flex;
  padding: 25px 66px 23px 8px;
  min-height: 100px;
  align-items: center;
  font-weight: 600;
  letter-spacing: 0.08em;
  word-break: break-word;
  transition: all 0.3s;
  z-index: 3;
}
@media (max-width: 767px) {
  .pg_company .company_footer .company_footer_linkList li a {
    padding: 18px 50px 19px 0;
    min-height: 74px;
  }
}
.pg_company .company_footer .company_footer_linkList li a::before, .pg_company .company_footer .company_footer_linkList li a::after {
  content: "";
  position: absolute;
}
.pg_company .company_footer .company_footer_linkList li a::after {
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/icon_ar_circle_01.svg);
}
@media (max-width: 767px) {
  .pg_company .company_footer .company_footer_linkList li a::after {
    right: 0;
    width: 32px;
    height: 32px;
    background-image: url(../images/icon_ar_circle_01_sp.svg);
  }
}
.pg_company .company_footer .company_footer_linkList li a[target=_blank]::after {
  background-image: url(../images/icon_ar_circle_blank.svg);
}
@media (max-width: 767px) {
  .pg_company .company_footer .company_footer_linkList li a[target=_blank]::after {
    background-image: url(../images/icon_ar_circle_blank_sp.svg);
  }
}
.pg_company .company_footer .company_footer_linkList li a::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
  z-index: -1;
}
@media not all and (max-width: 767px) {
  .pg_company .company_footer .company_footer_linkList li a:hover:before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}
.pg_company .company_footer .company_footer_banner a {
  position: relative;
  display: block;
  color: #fff;
  background-image: url(../images/company_img_footer_01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .pg_company .company_footer .company_footer_banner a {
    background-image: url(../images/company_img_footer_01_sp.jpg);
  }
}
.pg_company .company_footer .company_footer_banner a::before, .pg_company .company_footer .company_footer_banner a::after {
  content: "";
  position: absolute;
}
.pg_company .company_footer .company_footer_banner a::before {
  opacity: 0.55;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2C6C8E;
}
.pg_company .company_footer .company_footer_banner a::after {
  top: 50%;
  right: 70px;
  width: 80px;
  height: 80px;
  background-image: url(../images/icon_ar_circle_02.svg);
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .pg_company .company_footer .company_footer_banner a::after {
    top: auto;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background-image: url(../images/icon_ar_circle_02_sp.svg);
    transform: none;
  }
}
.pg_company .company_footer .company_footer_banner a .company_footer_banner_inner {
  position: relative;
  padding: 87px 200px 90px 80px;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .pg_company .company_footer .company_footer_banner a .company_footer_banner_inner {
    padding: 38px 30px 89px 30px;
  }
}
.pg_company .company_footer .company_footer_banner a .company_footer_banner_inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #102E9D;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
.pg_company .company_footer .company_footer_banner a .mainTitle,
.pg_company .company_footer .company_footer_banner a .subTitle {
  position: relative;
  z-index: 1;
}
.pg_company .company_footer .company_footer_banner a .mainTitle {
  margin-top: 6px;
  letter-spacing: 0.08em;
  font-size: 2rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .pg_company .company_footer .company_footer_banner a .mainTitle {
    font-size: 1.8rem;
  }
}
.pg_company .company_footer .company_footer_banner a .subTitle {
  font-family: "Outfit", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 600;
  font-weight: 500;
  font-size: 5.4rem;
  letter-spacing: 0.04em;
  line-height: 1.25;
}
@media (max-width: 767px) {
  .pg_company .company_footer .company_footer_banner a .subTitle {
    font-size: 3.6rem;
  }
}
@media not all and (max-width: 767px) {
  .pg_company .company_footer .company_footer_banner a:hover .company_footer_banner_inner:before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}
.pg_company .bl_pageFooter {
  margin: 0;
}

/**
 * Keyframes
 */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.anim_fadeIn {
  -webkit-animation: fadeIn 1s linear 1 forwards;
  animation: fadeIn 1s linear 1 forwards;
}