@charset "UTF-8";
/*! 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
 */
img,
iframe {
  vertical-align: top;
}

dt {
  font-weight: normal;
}

html,
body {
  height: 100%;
}

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

body {
  min-width: 1120px;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 2;
  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 screen and (max-width: 767px) {
  body {
    min-width: auto;
  }
}

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_wrapper {}


.ly_contents {}
 */
.ly_container {
  margin: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .ly_container {
    width: auto;
  }
}

/**
 * Header
 */
.ly_header {
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 767px) {
  .ly_header {
    min-width: 100%;
    height: 80px;
  }
}
.ly_header .ly_header_inner {
  position: relative;
}
.ly_header .ly_header_inner .el_header_logo {
  position: absolute;
  top: 16px;
  left: 40px;
  width: 200px;
}
@media screen and (max-width: 767px) {
  .ly_header .ly_header_inner .el_header_logo {
    left: 20px;
    width: 180px;
  }
}
.ly_header .ly_header_inner .el_header_logIn {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 1.3rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .ly_header .ly_header_inner .el_header_logIn {
    display: none;
  }
}
.ly_header .ly_header_inner .el_header_logIn a {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: 0.3s;
}
.ly_header .ly_header_inner .el_header_logIn a:hover {
  opacity: 0.5;
}
.ly_header .ly_header_inner .el_header_logIn a::after {
  content: "";
  margin: 0 0 0 10px;
  width: 13px;
  height: 13px;
  background-image: url(../images/icon_login_blue.png);
  background-size: cover;
}
.ly_header .ly_header_inner .menuBtn {
  position: absolute;
  top: 10px;
  right: 30px;
  display: none;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 60px;
}
@media screen and (max-width: 767px) {
  .ly_header .ly_header_inner .menuBtn {
    display: flex;
  }
}
.ly_header .ly_header_inner .menuBtn .line {
  position: relative;
  display: block;
  margin: 3px;
  width: 2px;
  height: 24px;
  background-color: #003c78;
  transition: transform 0.3s;
}
.ly_header .ly_header_inner .menuBtn .line::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  content: "";
  width: 2px;
  height: 50%;
  background-color: #b9b9b9;
}
.ly_header .ly_header_inner .menuBtn.is-open .line {
  margin: 0;
}
.ly_header .ly_header_inner .menuBtn.is-open .line:nth-child(1) {
  transform: rotate(-45deg) translate(1px, 1px);
}
.ly_header .ly_header_inner .menuBtn.is-open .line:nth-child(2) {
  transform: rotate(45deg);
}
.ly_header .ly_header_inner .menuBtn.is-open .line:nth-child(3) {
  display: none;
}
.ly_header .ly_header_inner .menuBtn.is-open .line::after {
  display: none;
}
.ly_header .ly_header_inner .el_header_gNav {
  position: absolute;
  top: 60px;
  right: 30px;
}
@media screen and (max-width: 767px) {
  .ly_header .ly_header_inner .el_header_gNav {
    display: none;
    right: 0;
  }
}
.ly_header .ly_header_inner .el_header_gNav ul {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .ly_header .ly_header_inner .el_header_gNav ul {
    flex-direction: column;
  }
}
.ly_header .ly_header_inner .el_header_gNav ul li {
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .ly_header .ly_header_inner .el_header_gNav ul li {
    margin-left: 0;
  }
}
.ly_header .ly_header_inner .el_header_gNav ul li a {
  font-weight: bold;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .ly_header .ly_header_inner .el_header_gNav ul li a {
    display: block;
    border-top: 1px solid #dddddd;
    padding: 17px;
    text-align: center;
    font-weight: normal;
    color: #003c78;
  }
}
.ly_header .ly_header_inner .el_header_gNav ul li a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .ly_header .ly_header_inner .el_header_gNav ul li:last-of-type a {
    border-bottom: 1px solid #dddddd;
  }
}
@media screen and (max-width: 767px) {
  .ly_header .ly_header_inner .el_header_gNav {
    padding: 20px;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    pointer-events: none;
    transition: opacity 0.3s;
  }
  .ly_header .ly_header_inner .el_header_gNav * {
    pointer-events: none !important;
  }
}
.ly_header .ly_header_inner .el_header_gNav .ebigenBtn {
  display: none;
}
@media screen and (max-width: 767px) {
  .ly_header .ly_header_inner .el_header_gNav .ebigenBtn {
    display: block;
  }
}
.ly_header .ly_header_inner .el_header_gNav .ebigenBtn a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 25px;
  margin: 0 auto;
  width: 215px;
  border-radius: 40px;
  background-color: #eef2f6;
  font-size: 1.3rem;
  color: #003c78;
}
.ly_header .ly_header_inner .el_header_gNav .ebigenBtn a::after {
  content: "";
  margin: 0 0 0 10px;
  width: 13px;
  height: 13px;
  background-image: url(../images/icon_login_blue.png);
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .ly_header .ly_header_inner .menuBtn.is-open + .el_header_gNav {
    display: block;
    pointer-events: auto;
    transition: opacity 0.3s;
  }
  .ly_header .ly_header_inner .menuBtn.is-open + .el_header_gNav * {
    pointer-events: auto !important;
  }
}

/**
 * Footer
 */
.ly_footer {
  margin-top: 140px;
  min-width: 1080px;
}
@media screen and (min-width: 768px) {
  .ly_footer a {
    transition: 0.3s;
  }
  .ly_footer a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 767px) {
  .ly_footer {
    min-width: 315px;
  }
}
.ly_footer .pageTopBtn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: 0.8s;
}
.ly_footer .pageTopBtn.is-active {
  opacity: 1;
  visibility: visible;
}
.ly_footer .pageTopBtn a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #003c78;
  box-sizing: border-box;
  opacity: 0.5;
  transition: background-color 0.3s;
}
.ly_footer .pageTopBtn a::before {
  content: "";
  display: block;
  position: absolute;
  top: 22px;
  left: 29px;
  width: 2px;
  height: 16px;
  background: #fff;
}
.ly_footer .pageTopBtn a::after {
  content: "";
  display: block;
  position: absolute;
  top: 22px;
  left: 25px;
  width: 10px;
  height: 10px;
  border: 2px solid;
  border-color: transparent transparent #fff #fff;
  transform: rotate(135deg);
}
.ly_footer .pageTopBtn a:hover {
  background-color: #666;
}

.ly_footer_nav {
  width: 100%;
  background-color: #003c78;
}

.ly_footer_nav_inner {
  display: flex;
  padding-top: 80px !important;
  justify-content: space-between;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .ly_footer_nav_inner {
    padding-top: 0 !important;
    flex-flow: column;
  }
}

@media screen and (min-width: 768px) {
  .bl_footer_nav {
    margin-bottom: 126px;
  }
}
@media screen and (max-width: 767px) {
  .bl_footer_nav {
    margin-top: 60px;
    padding-bottom: 25px;
    border-bottom: 1px solid #dddddd;
  }
}
.bl_footer_nav li {
  margin-bottom: 13px;
}
.bl_footer_nav li a {
  position: relative;
  padding-left: 24px;
}
.bl_footer_nav li a::before {
  content: "";
  position: absolute;
  margin: auto;
  left: 2px;
  top: 4px;
  bottom: 0;
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(45deg);
}
.bl_footer_nav li a[target=_blank] {
  position: relative;
}
.bl_footer_nav li a[target=_blank]::after {
  content: "";
  position: absolute;
  margin: auto;
  right: -23px;
  top: 0;
  bottom: 0;
  display: block;
  width: 16px;
  height: 12px;
  background: url(../images/icon_external_white.png) no-repeat;
  background-size: contain;
}
.bl_footer_nav .bl_footer_logIn a[target=_blank] {
  position: relative;
}
.bl_footer_nav .bl_footer_logIn a[target=_blank]::after {
  content: "";
  position: absolute;
  margin: auto;
  right: -26px;
  top: 0;
  bottom: 0;
  display: block;
  width: 16px;
  height: 16px;
  background: url(../images/icon_login_white.png) no-repeat;
  background-size: contain;
}

.bl_footer_nav_guide {
  display: flex;
}
@media screen and (min-width: 768px) {
  .bl_footer_nav_guide {
    width: 48.1%;
  }
}
@media screen and (max-width: 767px) {
  .bl_footer_nav_guide {
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 62px;
  }
}

@media screen and (min-width: 768px) {
  .bl_footer_nav_guide_body {
    margin-top: 6px;
    margin-right: 38px;
    width: 35%;
  }
}
.bl_footer_nav_guide_body .el_footer_nav_guide_ttl {
  margin-bottom: 9px;
  font-weight: bold;
}

.bl_footer_nav_guide_imgWrapper {
  width: 58%;
}
@media screen and (max-width: 767px) {
  .bl_footer_nav_guide_imgWrapper {
    margin-top: 14.7px;
    margin-left: 8px;
    width: 95%;
  }
}
.bl_footer_nav_guide_imgWrapper img {
  width: 100%;
}

.bl_footer_links {
  display: flex;
}
@media screen and (max-width: 767px) {
  .bl_footer_links {
    flex-direction: column;
  }
}

.bl_footer_link {
  width: 50%;
  height: 200px;
}
@media screen and (max-width: 767px) {
  .bl_footer_link {
    width: 100%;
    height: 100px;
  }
}
.bl_footer_link a {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.bl_footer_link a::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 20px;
  display: block;
  width: 16px;
  height: 12px;
  background: url(../images/icon_external_blue.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .bl_footer_link a::before {
    right: 10px;
    top: 10px;
  }
}

@media screen and (min-width: 768px) {
  .bl_footer_left {
    border-right: 1px solid #dddddd;
  }
}
@media screen and (max-width: 767px) {
  .bl_footer_left {
    border-bottom: 1px solid #dddddd;
  }
}
.bl_footer_left .bl_footer_link_img {
  height: 20%;
}
@media screen and (min-width: 768px) {
  .bl_footer_left .bl_footer_link_img {
    margin-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .bl_footer_left .bl_footer_link_img {
    height: 30.3%;
  }
}
.bl_footer_left .bl_footer_link_img img {
  height: 100%;
}

.bl_footer_right .bl_footer_link_img {
  height: 43%;
}
@media screen and (max-width: 767px) {
  .bl_footer_right .bl_footer_link_img {
    height: 61%;
  }
}
.bl_footer_right .bl_footer_link_img img {
  height: 100%;
}

.ly_footer_genonyxs {
  background-color: #eef2f6;
}

.ly_footer_genonyxs_inner {
  display: flex;
  padding-top: 80px !important;
}
@media screen and (max-width: 767px) {
  .ly_footer_genonyxs_inner {
    padding-top: 0 !important;
    flex-direction: column;
  }
}

@media screen and (min-width: 768px) {
  .bl_footer_genonyxs_left {
    margin-bottom: 81px;
    margin-right: 100px;
    width: 24.1%;
  }
}
@media screen and (max-width: 767px) {
  .bl_footer_genonyxs_left {
    margin-top: 61px;
  }
}
.bl_footer_genonyxs_left .el_footer_genonyxs_logo a {
  display: block;
  margin-bottom: 44px;
}
@media screen and (max-width: 767px) {
  .bl_footer_genonyxs_left .el_footer_genonyxs_logo a {
    width: 57.5%;
    margin: 0 auto 38.5px;
    margin-right: 22.5%;
  }
}

.el_footer_genonyxs_copyRight {
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .el_footer_genonyxs_copyRight.is_PC {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .el_footer_genonyxs_copyRight.is_SP {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .el_footer_genonyxs_copyRight.is_SP {
    margin-bottom: 62px;
  }
}

@media screen and (max-width: 767px) {
  .bl_footer_genonyxs_right {
    margin-bottom: 45px;
  }
}
.bl_footer_genonyxs_right .el_footer_genonyxs_ttl {
  margin-bottom: 17px;
  font-weight: bold;
}
.bl_footer_genonyxs_right .el_footer_genonyxs_txt {
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 1.75;
}

/**
 * Block
 */
/**
 * Block
 */
.bl_flowList > li {
  position: relative;
  padding-bottom: 85px;
}
@media screen and (max-width: 767px) {
  .bl_flowList > li {
    padding: 40px 0 70px 0;
  }
}
.bl_flowList > li::after {
  content: "";
  position: absolute;
  top: 120px;
  left: 60px;
  width: 1px;
  height: calc(100% - 120px);
  background: #DDDDDD;
}
@media screen and (max-width: 767px) {
  .bl_flowList > li::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
  }
}
.bl_flowList_header {
  display: flex;
  align-items: center;
  color: #003C78;
}
@media screen and (max-width: 767px) {
  .bl_flowList_header {
    margin-bottom: 40px;
  }
}
.bl_flowList_header .step {
  position: relative;
  border: 1px solid #DDDDDD;
  border-radius: 50%;
  width: 120px;
  height: 120px;
}
@media screen and (max-width: 767px) {
  .bl_flowList_header .step {
    width: 100px;
    height: 100px;
  }
}
.bl_flowList_header .step .stepInner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Oswald", sans-serif;
  font-size: 2.4rem;
}
.bl_flowList_header .step .stepInner .number {
  font-size: 2.9rem;
}
@media screen and (max-width: 767px) {
  .bl_flowList_header .step .stepInner .number {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 767px) {
  .bl_flowList_header .step .stepInner {
    font-size: 2rem;
  }
}
.bl_flowList_header .title {
  margin-left: 30px;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .bl_flowList_header .title {
    font-size: 2rem;
  }
}
.bl_flowList_body {
  display: flex;
  margin-top: 15px;
  padding-left: 150px;
}
@media screen and (max-width: 767px) {
  .bl_flowList_body {
    flex-direction: column-reverse;
    padding-left: 0;
  }
}
.bl_flowList_txt {
  width: 52.5%;
}
@media screen and (max-width: 767px) {
  .bl_flowList_txt {
    margin-top: 40px;
    width: 100%;
  }
}
.bl_flowList_txt ol {
  margin-top: -10px;
  counter-reset: item;
}
@media screen and (max-width: 767px) {
  .bl_flowList_txt ol {
    margin-top: -13px;
  }
}
.bl_flowList_txt ol li {
  position: relative;
  padding: 10px 0 0 30px;
}
@media screen and (max-width: 767px) {
  .bl_flowList_txt ol li {
    padding-top: 13px;
    line-height: 1.75;
  }
}
.bl_flowList_txt ol li::before {
  content: counter(item) ".";
  position: absolute;
  top: 0.75em;
  left: 0;
  counter-increment: item;
  color: #003C78;
  font-weight: bold;
}
.bl_flowList_txt ol li .el_lineBtn {
  margin-top: 20px;
}
.bl_flowList_txt .document {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}
.bl_flowList_txt .document .title {
  position: relative;
  margin-bottom: 20px;
  padding-left: 44px;
  font-weight: bold;
}
.bl_flowList_txt .document .title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 24px;
  height: 1px;
  background: #003C78;
}
.bl_flowList_txt .document img {
  width: 44.5%;
}
@media screen and (max-width: 767px) {
  .bl_flowList_txt .document img {
    width: 100%;
  }
}
.bl_flowList_txt .document .el_blueBtn {
  margin-top: 43px;
  width: 94%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .bl_flowList_txt .document .el_blueBtn {
    margin-top: 38px;
    width: 100%;
  }
}
.bl_flowList_txt .noteList {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .bl_flowList_txt .noteList {
    margin-top: 41px;
  }
}
.bl_flowList_txt .noteList li {
  position: relative;
  padding-left: 30px;
  font-size: 1.4rem;
}
.bl_flowList_txt .noteList li:not(:first-child) {
  margin-top: 2px;
}
.bl_flowList_txt .noteList li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.bl_flowList_thumb {
  margin: -23px 0 0 40px;
  width: 43%;
}
@media screen and (max-width: 767px) {
  .bl_flowList_thumb {
    margin: 0;
    width: 100%;
  }
}
.bl_flowList_thumb img {
  border-radius: 10px;
  box-shadow: 10px 10px 30px -4px rgba(0, 60, 120, 0.2);
}

/**
 * Block
 */
.bl_accordionList {
  margin-top: -40px;
}
.bl_accordionList_wrapper {
  margin-top: 80px;
}
.bl_accordionList li {
  padding-top: 40px;
}

.bl_accordion {
  border-radius: 0 0 10px 10px;
  box-shadow: 10px 10px 30px -4px rgba(0, 60, 120, 0.2);
}
.bl_accordion_header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  padding: 20px 19px 20px 80px;
  width: 100%;
  background: #003C78;
  transition: 0.3s;
}
.bl_accordion_header:focus, [data-whatintent=mouse] .bl_accordion_header:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .bl_accordion_header {
    padding: 26px 15px 22px 20px;
  }
}
.bl_accordion_header::before {
  content: "Q.";
  position: absolute;
  top: 0.6em;
  left: 30px;
  color: #FFFFFF;
  font-family: "Oswald", sans-serif;
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .bl_accordion_header::before {
    top: 0.8em;
    left: 20px;
    font-size: 2.4rem;
  }
}
.bl_accordion_header .txt {
  display: block;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .bl_accordion_header .txt {
    width: 85%;
    padding-left: 35px;
    line-height: 1.75;
    font-size: 1.6rem;
  }
}
.bl_accordion_header .icon {
  display: block;
  position: relative;
  border: 1px solid #B1BFCE;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 767px) {
  .bl_accordion_header .icon {
    width: 36px;
    height: 36px;
  }
}
.bl_accordion_header .icon:before, .bl_accordion_header .icon::after {
  content: "";
  position: absolute;
  background: #FFFFFF;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 1px;
}
.bl_accordion_header .icon::after {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(90deg);
  transition: 0.5s;
}
.bl_accordion_cont {
  position: relative;
  border-radius: 0 0 10px 10px;
  padding: 40px 30px 34px 80px;
  line-height: 2;
  background: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .bl_accordion_cont {
    padding: 21px 23px 34px 55px;
  }
}
.bl_accordion_cont::before {
  content: "A.";
  position: absolute;
  top: 0.9em;
  left: 30px;
  color: #003C78;
  font-family: "Oswald", sans-serif;
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .bl_accordion_cont::before {
    top: 0.6em;
    left: 20px;
    font-size: 2.4rem;
  }
}
.bl_accordion.is-open .bl_accordion_header {
  border-radius: 10px 10px 0 0;
  transition: 0.3s;
}
.bl_accordion.is-open .bl_accordion_header .icon::after {
  opacity: 0;
  transition: 0.5s;
}

/**
 * Block
 */
.bl_media {
  display: flex;
}
@media screen and (max-width: 767px) {
  .bl_media {
    flex-direction: column;
    align-items: center;
  }
}
.bl_media_thumb {
  width: 27.8%;
}
@media screen and (max-width: 767px) {
  .bl_media_thumb {
    width: 82.5%;
  }
}
.bl_media_thumb img {
  border-radius: 10px;
  box-shadow: 10px 10px 30px -4px rgba(0, 60, 120, 0.2);
}
.bl_media_message {
  margin-left: 80px;
  width: 64.8%;
}
@media screen and (max-width: 767px) {
  .bl_media_message {
    margin: 45px 0 0 0;
    width: 100%;
  }
}
.bl_media_message_ttl {
  margin-bottom: 28px;
  padding-top: 20px;
  color: #003C78;
  line-height: 2;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .bl_media_message_ttl {
    margin-bottom: 22px;
    padding-top: 0;
    line-height: 1.49;
  }
}
.bl_media_message_txt {
  line-height: 2;
}
.bl_media_message_txt + .bl_media_message_txt {
  margin-top: 20px;
}
.bl_media_message_name {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .bl_media_message_name {
    margin-top: 26px;
  }
}
.bl_media__wide .bl_media_thumb {
  width: 46.2%;
}
@media screen and (max-width: 767px) {
  .bl_media__wide .bl_media_thumb {
    width: 100%;
  }
}
.bl_media__wide .bl_media_message {
  margin-left: 60px;
  width: 48.1%;
}
@media screen and (max-width: 767px) {
  .bl_media__wide .bl_media_message {
    margin-left: 0;
    width: 100%;
  }
}

.bl_mediaList {
  margin-top: -80px;
}
.bl_mediaList li {
  padding-top: 80px;
}

.bl_companyList > li {
  border-bottom: 1px solid #DDDDDD;
  padding: 22px 0;
}
@media screen and (max-width: 767px) {
  .bl_companyList > li {
    padding: 28px 0 25px 0;
  }
}
.bl_companyList > li:first-child {
  border-top: 1px solid #DDDDDD;
}
.bl_companyList > li dl {
  display: flex;
}
@media screen and (max-width: 767px) {
  .bl_companyList > li dl {
    flex-direction: column;
  }
}
.bl_companyList > li dl dt {
  padding-left: 9px;
  width: 20%;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .bl_companyList > li dl dt {
    width: 100%;
    margin-bottom: 13px;
    padding-left: 0;
  }
}
.bl_companyList > li dl dd {
  padding-right: 10%;
  width: 80%;
  line-height: 2.25;
}
@media screen and (max-width: 767px) {
  .bl_companyList > li dl dd {
    padding-right: 0;
    width: 100%;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .bl_companyList > li dl dd ul {
    margin: -12px 0 0 1.25em;
    text-indent: -1.25em;
  }
}
@media screen and (max-width: 767px) {
  .bl_companyList > li dl dd ul li {
    padding-top: 12px;
  }
}
@media screen and (max-width: 767px) {
  .bl_companyList > li dl dd .representative {
    margin: -12px 0 0 0.25em;
    text-indent: 0;
  }
}

.bl_message {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .bl_message {
    margin-top: 89px;
  }
}

.bl_info {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .bl_info {
    margin-top: 87px;
  }
}

/**
 * Element
 */
.el_company_lv3Heading {
  position: relative;
  margin-bottom: 70px;
  padding: 10px 0 10px 53px;
  color: #003C78;
  letter-spacing: 0.1em;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .el_company_lv3Heading {
    margin-bottom: 50px;
    padding: 10px 0 10px 36px;
  }
}
.el_company_lv3Heading::before, .el_company_lv3Heading::after {
  content: "";
  position: absolute;
  left: 0;
  width: 4px;
  height: 30px;
}
.el_company_lv3Heading::before {
  top: 0;
  background: #003C78;
}
.el_company_lv3Heading::after {
  top: 30px;
  background: #DDDDDD;
}

.el_lead {
  display: block;
  margin-bottom: 71px;
  text-align: center;
  color: #003C78;
  letter-spacing: 0.08em;
  font-size: 2.4rem;
  line-height: 3.7rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .el_lead {
    margin-bottom: 59px;
    font-size: 2rem;
    letter-spacing: 0.06em;
  }
}
.el_lead .emphasis {
  display: block;
  letter-spacing: 0.08em;
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .el_lead .emphasis {
    font-size: 2.6rem;
    line-height: 3.64rem;
    letter-spacing: 0.06em;
  }
}

.el_lineBtn {
  display: inline-block;
  position: relative;
  padding: 0 42px 13px 0;
  color: #003C78;
  font-size: 1.6rem;
}
.el_lineBtn::before {
  content: "";
  position: absolute;
  top: 0.25em;
  right: 4px;
  width: 20px;
  height: 20px;
  background: url(../images/icon_login_blue.png) no-repeat left top/contain;
}
.el_lineBtn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #003C78;
  transition: 0.5s;
}
.el_lineBtn:focus::after, [data-whatintent=mouse] .el_lineBtn:hover::after {
  width: 0;
  transition: 0.5s;
}

.el_blueBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 25px;
  border-radius: 90px;
  background-image: linear-gradient(-90deg, #006dd9 30%, #003c78 80%);
  background-position: 50% 100%;
  background-size: 200% auto;
  box-shadow: 10px 10px 30px -4px rgba(0, 60, 120, 0.2);
  transition: all 0.3s ease-out;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  transition: all 0.5s;
}
@media screen and (max-width: 767px) {
  .el_blueBtn {
    border-radius: 50px;
    padding: 20px 30px;
    font-size: 1.8rem;
    line-height: 2.52rem;
  }
}
.el_blueBtn::after {
  content: "";
  position: absolute;
  right: 40px;
  margin: 0 0 0 10px;
  width: 20px;
  height: 20px;
  background-image: url(../images/icon_login_white.png);
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .el_blueBtn::after {
    top: 40%;
    right: 30px;
    margin: 0 0 0 40px;
  }
}
.el_blueBtn:hover {
  background-position: 100% 0%;
}

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

@media screen and (min-width: 768px) {
  .hp_spOnly {
    display: none !important;
  }
}

/**
 * Page
 */
@media screen and (min-width: 768px) {
  .ly_section_inner {
    width: 1120px;
    padding: 0 20px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .ly_section_inner {
    width: 100%;
    padding: 0 20px;
  }
}

.ly_mv {
  position: relative;
  padding-top: 100px;
  width: 100%;
  height: 700px;
}
@media screen and (max-width: 767px) {
  .ly_mv {
    margin-bottom: 60vh;
    padding-top: 80px;
    height: auto;
  }
}
.ly_mv .bl_mv_slider {
  position: absolute;
  right: 0;
  left: 0;
  padding: 0 30px;
  max-width: 1420px;
  height: 700px;
}
@media screen and (max-width: 767px) {
  .ly_mv .bl_mv_slider {
    padding: 0;
    min-width: 100%;
    width: 100%;
    height: 71vh;
  }
}
@media screen and (min-width: 768px) {
  .ly_mv .bl_mv_slider {
    width: 100%;
  }
}
.ly_mv .bl_mv_slider .slide_img {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 280px);
  height: 700px;
  min-height: 630px;
}
@media screen and (max-width: 767px) {
  .ly_mv .bl_mv_slider .slide_img {
    width: 100%;
    height: 50vh;
    min-height: auto;
  }
}
.ly_mv .bl_mv_slider .slide_img div {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
}
@media screen and (max-width: 767px) {
  .ly_mv .bl_mv_slider .slide_img div {
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .ly_mv .bl_mv_slider .slide_img {
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  .ly_mv .bl_mv_slider .slide_img {
    width: 80%;
  }
}
.ly_mv .bl_mv_slider .bl_mv_ttl {
  display: flex;
  position: absolute;
  top: 115px;
  left: 0;
  width: 560px;
  height: 370px;
  border-radius: 10px;
  background: #003c78;
  box-shadow: 10px 10px 30px -4px rgba(0, 60, 120, 0.2);
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .ly_mv .bl_mv_slider .bl_mv_ttl {
    left: initial;
    right: 5%;
    top: initial;
    bottom: 12%;
    width: 90%;
    padding: 30px 15px;
    height: 170px;
    min-height: auto;
  }
}
.ly_mv .bl_mv_slider .bl_mv_ttl p {
  color: #fff;
  line-height: 5.7rem;
  font-size: 2.8rem;
  font-weight: bold;
}
.ly_mv .bl_mv_slider .bl_mv_ttl p .fLarge {
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .ly_mv .bl_mv_slider .bl_mv_ttl p {
    line-height: 3.5rem;
    font-size: 1.8rem;
  }
  .ly_mv .bl_mv_slider .bl_mv_ttl p .fLarge {
    font-size: 2.4rem;
  }
}

/**
 * スライド調整
 */
:root {
  --swiper-theme-color: #003c78;
}

.swiper-pagination {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .swiper-pagination {
    text-align: center;
  }
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 165px;
}
@media screen and (max-width: 767px) {
  .swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    left: 30px;
  }
}

.swiper-pagination-bullet {
  position: relative;
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 4px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 4px));
}

.swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #003c78;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: var(--swiper-pagination-bullet-vertical-gap, 10px) 0;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 10px);
}

.el-section_lv2Heading_ttl {
  margin-bottom: 80px;
  font-family: "Oswald", sans-serif;
  font-size: 5.2rem;
  letter-spacing: 4px;
  line-height: 0.8;
  color: #003c78;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .el-section_lv2Heading_ttl {
    font-size: 4.8rem;
    letter-spacing: 3px;
  }
}
.el-section_lv2Heading_ttl .el_section_lv2Heading_ttl_JP {
  color: #98a1aa;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .el-section_lv2Heading_ttl .el_section_lv2Heading_ttl_JP {
    font-size: 1.6rem;
  }
}

.el_aboutus_genonyxs_lv2Heading {
  margin-bottom: 70px;
  text-align: center;
  color: #003c78;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .el_aboutus_genonyxs_lv2Heading {
    margin-bottom: 50px;
    font-size: 2rem;
  }
}

.icon_Area {
  display: flex;
  margin: 0 auto 30px;
  justify-content: center;
  align-items: center;
}
.icon_Area img {
  width: 120px;
}
@media screen and (max-width: 767px) {
  .icon_Area img {
    width: 100px;
  }
}

.wave_bg {
  margin-top: 140px;
  width: 100%;
  background: linear-gradient(to bottom, #e1e8ef 5%, #fff 20%);
}
@media screen and (max-width: 767px) {
  .wave_bg {
    margin-top: 90px;
    background: linear-gradient(to bottom, #e1e8ef 5%, #fff 8%);
  }
}
.wave_bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 120px;
  background-image: url(../images/section_top_wave.png);
  background-position: top center;
  background-size: auto 120px;
  background-repeat: repeat-x;
}
@media screen and (max-width: 767px) {
  .wave_bg::before {
    background-position: top 0 left 5%;
  }
}

.wave_bg2 {
  margin-top: 140px;
  padding-bottom: 140px;
  width: 100%;
  background: linear-gradient(to bottom, #f8f8f8 5%, #e4eaf0 100%);
}
@media screen and (max-width: 767px) {
  .wave_bg2 {
    margin-top: 0;
    background: linear-gradient(to bottom, #f8f8f8 10%, #e4eaf0 100%);
  }
}
.wave_bg2::before {
  content: "";
  display: block;
  width: 100%;
  height: 120px;
  background-image: url(../images/section_top_wave2.png);
  background-position: top center;
  background-size: auto 120px;
  background-repeat: repeat-x;
}
@media screen and (max-width: 767px) {
  .wave_bg2::before {
    background-position: top 0 left 5%;
  }
}

.wave_bg3 {
  width: 100%;
  background: #fff;
}
.wave_bg3::before {
  content: "";
  display: block;
  width: 100%;
  height: 120px;
  background-image: url(../images/section_top_wave3.png);
  background-position: top center;
  background-size: auto 120px;
  background-repeat: repeat-x;
}
@media screen and (max-width: 767px) {
  .wave_bg3::before {
    background-position: top 0 left 5%;
  }
}

.ly_aboutus.wave_bg {
  margin-top: -120px;
  background: linear-gradient(to bottom, #e1e8ef 10%, #fff 20%);
}
@media screen and (max-width: 767px) {
  .ly_aboutus.wave_bg {
    margin-top: 0;
    background: linear-gradient(to bottom, #e1e8ef 10%, #fff 20%);
  }
}

.ly_aboutus .el-section_lv2Heading_ttl {
  margin-top: 260px;
}
@media screen and (max-width: 767px) {
  .ly_aboutus .el-section_lv2Heading_ttl {
    margin-top: 65px;
  }
}
.ly_aboutus .bl_aboutus_logoContents {
  display: flex;
  margin: 0 auto 90px;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .ly_aboutus .bl_aboutus_logoContents {
    display: block;
    width: 100%;
    margin: 0 auto 50px;
  }
}
.ly_aboutus .bl_aboutus_logoContents .img_Area {
  border-radius: 10px;
  box-shadow: 10px 10px 30px -4px rgba(0, 60, 120, 0.2);
}
@media screen and (max-width: 767px) {
  .ly_aboutus .bl_aboutus_logoContents .img_Area {
    margin-bottom: 50px;
  }
}
.ly_aboutus .bl_aboutus_logoContents .img_Area img {
  border-radius: 10px;
  width: 500px;
}
@media screen and (max-width: 767px) {
  .ly_aboutus .bl_aboutus_logoContents .img_Area img {
    width: 100%;
  }
}
.ly_aboutus .bl_aboutus_logoContents .text_Area {
  width: 520px;
}
@media screen and (max-width: 767px) {
  .ly_aboutus .bl_aboutus_logoContents .text_Area {
    width: 100%;
  }
}
.ly_aboutus .bl_aboutus_logoContents .text_Area p {
  margin-bottom: 30px;
}
.ly_aboutus .bl_aboutus_logoContents .text_Area p strong {
  color: #003c78;
}
.ly_aboutus .bl_aboutus_meritContents {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .ly_aboutus .bl_aboutus_meritContents {
    display: block;
  }
}
.ly_aboutus .bl_aboutus_meritContents .inner_Contents {
  width: 480px;
}
@media screen and (max-width: 767px) {
  .ly_aboutus .bl_aboutus_meritContents .inner_Contents {
    width: 100%;
    margin-bottom: 50px;
  }
}
.ly_aboutus .bl_aboutus_meritContents .inner_Contents h3 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .ly_aboutus .bl_aboutus_meritContents .inner_Contents h3 {
    margin-bottom: 20px;
  }
}
.ly_aboutus .bl_aboutus_movieCOntents {
  margin: 0 auto 120px;
}
@media screen and (max-width: 767px) {
  .ly_aboutus .bl_aboutus_movieCOntents {
    width: 100%;
    margin-bottom: 50px;
  }
}
.ly_aboutus .bl_aboutus_movieCOntents video {
  width: 100%;
  border-radius: 10px;
  box-shadow: 10px 10px 30px -4px rgba(0, 60, 120, 0.2);
}

.ly_service .bl_service_evigenContents {
  display: flex;
  margin-bottom: 80px;
  border-radius: 0 10px 10px 0;
  box-shadow: 10px 10px 30px -4px rgba(0, 60, 120, 0.2);
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .ly_service .bl_service_evigenContents {
    display: block;
    border-radius: 0 0 10px 10px;
  }
}
.ly_service .bl_service_evigenContents .left_Area {
  width: 540px;
}
@media screen and (max-width: 767px) {
  .ly_service .bl_service_evigenContents .left_Area {
    width: 100%;
  }
}
.ly_service .bl_service_evigenContents .left_Area img {
  border-radius: 10px 0 0 10px;
}
.ly_service .bl_service_evigenContents .right_Area {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 540px;
  background: #fff;
  border-radius: 0 10px 10px 0;
}
@media screen and (max-width: 767px) {
  .ly_service .bl_service_evigenContents .right_Area {
    width: 100%;
    padding: 30px 0;
    border-radius: 0 0 10px 10px;
  }
}
.ly_service .bl_service_evigenContents .right_Area .h3_Set h3 {
  margin-bottom: 40px;
  text-align: center;
  color: #003c78;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .ly_service .bl_service_evigenContents .right_Area .h3_Set h3 {
    margin-bottom: 20px;
  }
}
.ly_service .bl_service_evigenContents .right_Area .h3_Set img {
  width: 205px;
}
@media screen and (max-width: 767px) {
  .ly_service .bl_service_evigenContents .right_Area .h3_Set img {
    width: 165px;
  }
}
.ly_service .bl_service_whatContents {
  display: flex;
  margin-bottom: 120px;
  padding: 40px;
  border: 1px solid #b1bfce;
  border-radius: 20px;
  background: #fff;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .ly_service .bl_service_whatContents {
    display: block;
    margin-bottom: 90px;
    padding: 30px;
  }
}
.ly_service .bl_service_whatContents .whatcontent_Area .title_Set {
  display: flex;
  margin-bottom: 30px;
  justify-content: flex-start;
  align-items: center;
}
.ly_service .bl_service_whatContents .whatcontent_Area .title_Set img {
  width: 120px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .ly_service .bl_service_whatContents .whatcontent_Area .title_Set img {
    width: 80px;
    margin-right: 20px;
  }
}
.ly_service .bl_service_whatContents .whatcontent_Area .title_Set h3 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #003c78;
}
@media screen and (max-width: 767px) {
  .ly_service .bl_service_whatContents .whatcontent_Area .title_Set h3 {
    font-size: 2.2rem;
    line-height: 1.6;
  }
}
.ly_service .bl_service_whatContents .left_Area {
  padding-right: 50px;
  border-right: 1px solid #b1bfce;
}
@media screen and (max-width: 767px) {
  .ly_service .bl_service_whatContents .left_Area {
    margin-bottom: 40px;
    padding: 0 0 40px 0;
    border-right: none;
    border-bottom: 1px solid #b1bfce;
  }
}
.ly_service .bl_service_whatContents .right_Area {
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .ly_service .bl_service_whatContents .right_Area {
    padding: 0;
  }
}
.ly_service .bl_service_whatContents .right_Area .annotation {
  margin-top: 30px;
  font-size: 1.5rem;
  line-height: 2.4rem;
}
.ly_service .el_service {
  position: relative;
  margin-bottom: 60px;
  text-align: center;
  color: #003c78;
  font-size: 2.4rem;
  font-weight: bold;
}
.ly_service .el_service::before {
  content: "";
  position: absolute;
  top: 50px;
  right: 50%;
  margin: 0 auto 60px;
  padding-bottom: 0.5em;
  width: 40px;
  height: 4px;
  border-bottom: 4px solid #b9b9b9;
  text-align: center;
}
.ly_service .el_service::after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 50%;
  z-index: 2;
  width: 40px;
  height: 4px;
  background-color: #003c78;
}
.ly_service .bl_service_resultContents .resultContents_Area {
  display: flex;
  margin-bottom: 90px;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .ly_service .bl_service_resultContents .resultContents_Area {
    display: block;
  }
}
.ly_service .bl_service_resultContents .resultContents_Area .left_Area {
  width: 210px;
}
@media screen and (max-width: 767px) {
  .ly_service .bl_service_resultContents .resultContents_Area .left_Area {
    margin: 0 auto 50px;
    width: 70%;
    text-align: center;
  }
}
.ly_service .bl_service_resultContents .resultContents_Area .left_Area img {
  box-shadow: 10px 10px 30px -4px rgba(0, 60, 120, 0.2);
}
.ly_service .bl_service_resultContents .resultContents_Area .right_Area {
  width: 780px;
}
@media screen and (max-width: 767px) {
  .ly_service .bl_service_resultContents .resultContents_Area .right_Area {
    width: 100%;
  }
}
.ly_service .bl_service_resultContents .resultContents_Area .right_Area p {
  margin-bottom: 50px;
}
.ly_service .bl_service_resultContents .resultContents_Area .right_Area .evigenBtn_Set {
  display: flex;
  padding: 35px;
  border-radius: 20px;
  background: #eef2f6;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .ly_service .bl_service_resultContents .resultContents_Area .right_Area .evigenBtn_Set {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.ly_service .bl_service_resultContents .resultContents_Area .right_Area .evigenBtn_Set p {
  width: 100%;
  margin: 0;
}
.ly_service .bl_service_resultContents .resultContents_Area .right_Area .evigenBtn_Set .el_blueBtn {
  width: auto;
  margin-right: 25px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .ly_service .bl_service_resultContents .resultContents_Area .right_Area .evigenBtn_Set .el_blueBtn {
    margin: 20px 0 0;
    font-size: 1.8rem;
  }
}
.ly_service .bl_service_courseContents .catch {
  margin-bottom: 50px;
  text-align: center;
  line-height: 3.7rem;
  color: #003c78;
  font-size: 2.4rem;
  font-weight: bold;
}
.ly_service .bl_service_courseContents .courseContents_Area {
  margin-bottom: 120px;
  padding: 40px 0;
  border: 1px solid #b1bfce;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .ly_service .bl_service_courseContents .courseContents_Area {
    padding: 50px 30px 40px;
  }
}
.ly_service .bl_service_courseContents .courseContents_Area h4 {
  margin-bottom: 40px;
  text-align: center;
}
.ly_service .bl_service_courseContents .courseContents_Area h4 img {
  width: 117px;
}
.ly_service .bl_service_courseContents .courseContents_Area .courseContents_Set {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .ly_service .bl_service_courseContents .courseContents_Area .courseContents_Set {
    flex-direction: column;
  }
}
.ly_service .bl_service_courseContents .courseContents_Area .courseContents_Set .left_Area {
  padding-right: 40px;
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 767px) {
  .ly_service .bl_service_courseContents .courseContents_Area .courseContents_Set .left_Area {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #b1bfce;
    padding: 0 0 40px 0;
  }
}
.ly_service .bl_service_courseContents .courseContents_Area .courseContents_Set .left_Area .round {
  padding: 5px 0;
  border-radius: 20px;
  background: #eef2f6;
  color: #003c78;
}
.ly_service .bl_service_courseContents .courseContents_Area .courseContents_Set .left_Area .text {
  margin-bottom: 3rem;
}
.ly_service .bl_service_courseContents .courseContents_Area .courseContents_Set .right_Area {
  padding-left: 40px;
  width: calc((100% - 80px) / 2);
  border-left: 1px solid #b1bfce;
}
@media screen and (max-width: 767px) {
  .ly_service .bl_service_courseContents .courseContents_Area .courseContents_Set .right_Area {
    width: 100%;
    border-left: none;
    padding: 40px 0 0 0;
  }
}
.ly_service .bl_service_courseContents .courseContents_Area .courseContents_Set .right_Area .round {
  border-radius: 20px;
  background: #003c78;
  color: #fff;
}
.ly_service .bl_service_courseContents .courseContents_Area .courseContents_Set .right_Area .text {
  margin-bottom: 2rem;
}
.ly_service .bl_service_courseContents .courseContents_Area .courseContents_Set .right_Area .text strong {
  color: #003c78;
}
.ly_service .bl_service_courseContents .courseContents_Area .courseContents_Set .round {
  margin: 0 auto 30px;
  width: 85%;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .ly_service .bl_service_courseContents .courseContents_Area .courseContents_Set .round {
    padding: 5px 10px;
    width: 100%;
    font-size: 1.6rem;
  }
}
.ly_service .bl_service_courseContents .courseContents_Area .courseContents_Set .price {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ly_service .bl_service_courseContents .courseContents_Area .courseContents_Set .price {
    text-align: left;
  }
}
.ly_service .bl_service_applicationContents .applicationContents_Area {
  display: flex;
  margin: 0 auto 50px;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .ly_service .bl_service_applicationContents .applicationContents_Area {
    flex-direction: column;
    width: 100%;
  }
}
.ly_service .bl_service_applicationContents .applicationContents_Area .left_Area {
  border-radius: 10px;
  box-shadow: 10px 10px 30px -4px rgba(0, 60, 120, 0.2);
}
@media screen and (max-width: 767px) {
  .ly_service .bl_service_applicationContents .applicationContents_Area .left_Area {
    margin-bottom: 50px;
  }
}
.ly_service .bl_service_applicationContents .applicationContents_Area .left_Area img {
  width: 500px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .ly_service .bl_service_applicationContents .applicationContents_Area .left_Area img {
    width: 100%;
  }
}
.ly_service .bl_service_applicationContents .applicationContents_Area .right_Area {
  width: 520px;
}
@media screen and (max-width: 767px) {
  .ly_service .bl_service_applicationContents .applicationContents_Area .right_Area {
    width: 100%;
  }
}
.ly_service .bl_service_applicationContents .applicationContents_Area .right_Area p:first-child {
  margin-bottom: 30px;
}
.ly_service .bl_service_applicationContents .applicationContents_Area .right_Area p strong {
  line-height: 3.6rem;
  font-size: 2rem;
  color: #003c78;
}
@media screen and (max-width: 767px) {
  .ly_service .bl_service_applicationContents .applicationContents_Area .right_Area p strong {
    font-size: 1.8rem;
  }
}
.ly_service .bl_service_applicationContents .largeBanner_Area .bannerArea {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .ly_service .bl_service_applicationContents .largeBanner_Area .bannerArea {
    margin-bottom: 50px;
  }
}
.ly_service .bl_service_applicationContents .largeBanner_Area .bannerArea .largeBanner {
  position: relative;
  display: flex;
  align-items: center;
  padding: 34px 50px;
  width: 100%;
  height: 180px;
  border-radius: 20px;
  background: linear-gradient(90deg, #00c6b9 0%, #3664a0 50%, #3664a0 100%);
  background-size: 200% auto;
  background-position: 0% 0%;
  box-shadow: 10px 10px 30px rgba(0, 60, 120, 0.2);
  transition: 0.5s;
}
.ly_service .bl_service_applicationContents .largeBanner_Area .bannerArea .largeBanner:hover {
  background-position: 100% 0%;
}
@media screen and (max-width: 767px) {
  .ly_service .bl_service_applicationContents .largeBanner_Area .bannerArea .largeBanner {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 25px 50px;
  }
}
.ly_service .bl_service_applicationContents .largeBanner_Area .bannerArea .largeBanner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/service_img_genom.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .ly_service .bl_service_applicationContents .largeBanner_Area .bannerArea .largeBanner:before {
    background-image: url(../images/service_img_genom_sp.png);
  }
}
.ly_service .bl_service_applicationContents .largeBanner_Area .bannerArea .largeBanner:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50px;
  padding: 30px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-image: url(../images/icon_login_white.png);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .ly_service .bl_service_applicationContents .largeBanner_Area .bannerArea .largeBanner:after {
    right: 20px;
    padding: 0;
    width: 20px;
    height: 20px;
    border-radius: unset;
    border: none;
    background-size: contain;
  }
}
.ly_service .bl_service_applicationContents .largeBanner_Area .bannerArea .largeBanner .bannerText {
  position: relative;
  padding-top: 4px;
  width: 100%;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #fff;
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .ly_service .bl_service_applicationContents .largeBanner_Area .bannerArea .largeBanner .bannerText {
    font-size: 1.3rem;
  }
}
.ly_service .bl_service_applicationContents .largeBanner_Area .bannerArea .largeBanner .bannerText:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 133px;
  height: 100px;
  background-image: url(../images/service_img_shopping.png);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .ly_service .bl_service_applicationContents .largeBanner_Area .bannerArea .largeBanner .bannerText:before {
    position: static;
    display: block;
    margin: 0 auto 10px;
    width: 53px;
    height: 39px;
    transform: none;
  }
}
.ly_service .bl_service_applicationContents .largeBanner_Area .bannerArea .largeBanner .bannerText p:first-child {
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .ly_service .bl_service_applicationContents .largeBanner_Area .bannerArea .largeBanner .bannerText p:first-child {
    margin-bottom: 5px;
  }
}
.ly_service .bl_service_applicationContents .largeBanner_Area .bannerArea .largeBanner .bannerText p strong {
  font-weight: bold;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .ly_service .bl_service_applicationContents .largeBanner_Area .bannerArea .largeBanner .bannerText p strong {
    font-size: 1.8rem;
  }
}
.ly_service .bl_service_applicationContents .mapContents_Hdg {
  margin-bottom: 30px;
}
.ly_service .bl_service_applicationContents .mapContents_Hdg .textArea p strong {
  line-height: 3.6rem;
  font-size: 2rem;
  color: #003c78;
}
@media screen and (max-width: 767px) {
  .ly_service .bl_service_applicationContents .mapContents_Hdg .textArea p strong {
    font-size: 1.8rem;
  }
}
.ly_service .bl_service_applicationContents .mapContents_Area {
  display: flex;
  padding: 35px;
  background: #eef2f6;
  border-radius: 20px;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .ly_service .bl_service_applicationContents .mapContents_Area {
    flex-direction: column;
  }
}
.ly_service .bl_service_applicationContents .mapContents_Area h4 {
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #003c78;
}
.ly_service .bl_service_applicationContents .mapContents_Area .left_Area .leftSet {
  display: flex;
  padding-right: 105px;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .ly_service .bl_service_applicationContents .mapContents_Area .left_Area .leftSet {
    flex-direction: column;
    padding: 0 0 30px;
  }
}
.ly_service .bl_service_applicationContents .mapContents_Area .left_Area .leftSet .map {
  margin-right: 40px;
  width: 300px;
}
@media screen and (max-width: 767px) {
  .ly_service .bl_service_applicationContents .mapContents_Area .left_Area .leftSet .map {
    margin: 0 0 30px;
    width: 100%;
  }
}
.ly_service .bl_service_applicationContents .mapContents_Area .right_Area {
  border-left: 1px solid #b1bfce;
  padding-left: 40px;
  width: 400px;
}
.ly_service .bl_service_applicationContents .mapContents_Area .right_Area p {
  margin-bottom: 10px;
  line-height: 2.56rem;
}
@media screen and (max-width: 767px) {
  .ly_service .bl_service_applicationContents .mapContents_Area .right_Area {
    border-left: none;
    border-top: 1px solid #b1bfce;
    padding: 30px 0 0;
    width: 100%;
  }
}

.ly_section .btnBox_Area {
  display: flex;
  gap: 20px 40px;
  padding: 40px;
  margin-bottom: 80px;
  border-radius: 20px;
  border: 1px solid #b1bfce;
}
@media screen and (max-width: 767px) {
  .ly_section .btnBox_Area {
    flex-direction: column-reverse;
    padding: 30px;
    margin-bottom: 70px;
  }
}
.ly_section .btnBox_Area .el_blueBtn {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 767px) {
  .ly_section .btnBox_Area .el_blueBtn {
    width: 100%;
    text-align: center;
  }
}
.ly_section .btnBox_Area .el_blueBtn__gradation {
  background: linear-gradient(90deg, #00c6b9 0%, #3664a0 50%, #3664a0 100%);
  background-size: 200% auto;
  background-position: 0% 0%;
}
.ly_section .btnBox_Area .el_blueBtn__gradation:hover {
  background-position: 100% 0%;
}

.other {
  margin: 0 auto;
  padding: 200px 20px 0;
  width: 1120px;
}
@media screen and (max-width: 767px) {
  .other {
    width: 100%;
    padding: 100px 20px 0;
  }
}
.other .text {
  margin-bottom: 50px;
}
.other .right {
  text-align: right;
}
.other ol {
  margin: 0 0 50px 50px;
}
.other ol li {
  list-style: decimal;
}
.other ul.committee li a {
  display: block;
  margin-bottom: 20px;
  padding: 20px;
  border-bottom: 1px dotted #98a1aa;
}
.other ul.committee li a .date {
  color: #003c78;
}
.other ul.committee li a:hover {
  background-color: #e1e8ef;
}

/**
 * Keyframes
 */