@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
/*! destyle.css v3.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;
  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] {
  -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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * 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;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

/**
 * 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. Fix font inheritance.
 */
::-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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

.header {
  width: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  transition: background 0.3s;
}
@media not screen and (min-width: 1290px) {
  .header {
    min-height: 100px;
    display: flex;
    align-items: center;
    background: #fff;
  }
}
@media not screen and (min-width: 576px) {
  .header {
    min-height: 72px;
  }
}
.header .js-change-color.current {
  color: #003e8c;
}
.header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0 100px;
}
@media screen and (max-width: 1370px) {
  .header .header-inner {
    padding: 0 0 0 1vw;
    width: 100%;
  }
}
@media not screen and (min-width: 1290px) {
  .header .header-inner {
    padding: 0 4vw;
  }
}
@media not screen and (min-width: 576px) {
  .header .header-inner {
    padding: 0 0 0 6.92vw;
  }
}
@media not screen and (min-width: 1290px) {
  .header .header-logo {
    display: block;
    width: 160px;
  }
}
@media not screen and (min-width: 576px) {
  .header .header-logo {
    width: 32.05vw;
  }
}
.header .header-toggle {
  display: none;
}
@media not screen and (min-width: 1290px) {
  .header .header-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 12px 0;
    width: 72px;
    height: 72px;
    color: #003e8c;
  }
}
@media not screen and (min-width: 576px) {
  .header .header-toggle {
    gap: 9px 0;
  }
}
.header .header-toggle .header-toggle-lines {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  width: 30px;
  height: 20px;
  position: relative;
}
@media not screen and (min-width: 1290px) {
  .header .header-toggle .header-toggle-lines .header-toggle__line {
    display: block;
    width: 100%;
    height: 2px;
    background: #003e8c;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.header .header-toggle .header-toggle-lines .header-toggle__line:first-child {
  top: 0;
  transition: top 0.3s, transform 0.3s;
}
.header .header-toggle .header-toggle-lines .header-toggle__line:nth-child(2) {
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s;
}
.header .header-toggle .header-toggle-lines .header-toggle__line:last-child {
  top: inherit;
  bottom: 0;
  transition: top 0.3s, transform 0.3s;
}
.header .header-toggle .header-toggle__text {
  display: block;
  font-size: 11px;
}
@media not screen and (min-width: 576px) {
  .header .header-toggle .header-toggle__text {
    font-size: 11px;
    position: relative;
    top: 1vw;
  }
}
.header .sp-navigation-overlay {
  display: none;
}
@media not screen and (min-width: 1290px) {
  .header .sp-navigation-overlay {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    background: rgba(0, 0, 0, 0.3);
  }
}
.header .header-navigation-area {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  gap: 27px 0;
  margin-left: auto;
  padding-top: 18px;
}
@media not screen and (min-width: 1290px) {
  .header .header-navigation-area {
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0;
    padding-top: 0;
    width: 100vw;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 100px;
    right: -100vw;
    /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
    -ms-overflow-style: none;
    /*Firefoxへの対応*/
    scrollbar-width: none;
  }
}
@media not screen and (min-width: 576px) {
  .header .header-navigation-area {
    max-height: calc(100vh - 72px);
    top: 72px;
  }
}
.header .header-navigation-area::-webkit-scrollbar {
  display: none;
}
.header .header-navigation-area.is-show {
  right: 0;
}
.header .header-navigation-area-users {
  display: flex;
  align-items: center;
  gap: 0 20px;
  margin-right: 47px;
}
@media not screen and (min-width: 1290px) {
  .header .header-navigation-area-users {
    width: 100%;
  }
}
.header .header-navigation-area-users .header-navigation-area-users__login {
  padding: 12px 17px 10px;
  font-weight: bold;
  font-size: clamp(16px, 1.25vw, 18px);
  text-align: center;
  color: #003e8c;
  border: 1px solid #003e8c;
  transition: background 0.5s, color 0.5s;
}
@media not screen and (min-width: 1290px) {
  .header .header-navigation-area-users .header-navigation-area-users__login {
    display: none;
  }
}
.header .header-navigation-area-users .header-navigation-area-users__login:hover {
  background: #003e8c;
  color: #fff;
  transition: background 0.5s, color 0.5s;
}
.header .header-navigation-area-users .header-navigation-area-translate {
  display: flex;
  align-items: center;
  padding: 5px 17px 4px;
  background: #fff;
  border-radius: 50px;
}
@media not screen and (min-width: 1290px) {
  .header .header-navigation-area-users .header-navigation-area-translate {
    width: 100%;
    border-radius: 0;
  }
}
@media not screen and (min-width: 576px) {
  .header .header-navigation-area-users .header-navigation-area-translate {
    padding: 6px 6.92vw;
  }
}
.header .header-navigation-area-users .header-navigation-area-translate .header-navigation-area-translate__icon {
  display: block;
  margin-right: 16px;
  width: 36px;
}
@media not screen and (min-width: 576px) {
  .header .header-navigation-area-users .header-navigation-area-translate .header-navigation-area-translate__icon {
    width: 24px;
  }
}
.header .header-navigation-area-users .header-navigation-area-translate .header-navigation-area-translate__text {
  display: block;
  margin-right: 25px;
  letter-spacing: 0.08em;
  color: #cecece;
  transition: color 0.3s;
}
.header .header-navigation-area-users .header-navigation-area-translate .header-navigation-area-translate__text:hover {
  color: #003e8c;
  transition: color 0.3s;
}
.header .header-navigation-area-users .header-navigation-area-translate .header-navigation-area-translate__text.is-current {
  color: #222;
  border-bottom: 1px solid #222;
  pointer-events: none;
}
.header .header-navigation-area-users .header-navigation-area-translate .header-navigation-area-translate__text.is-current:hover {
  color: #222;
}
.header .header-navigation-area-users .header-navigation-area-translate .header-navigation-area-translate__text:last-child {
  margin-right: 0;
}
.header .header-navigation-area-users .agency a {
	color: #003e8c;
	text-decoration: underline;
	letter-spacing: 0.08em;
}
@media not screen and (min-width: 576px) {
  .header .header-navigation-area-users .header-navigation-area-translate .header-navigation-area-translate__text {
    margin-right: 20px;
    font-size: 16px;
  }
  .header .header-navigation-area-users .agency {
  	display: none;
  }
}
@media not screen and (min-width: 1290px) {
  .header .header-navigation-area-list-container {
    width: 100%;
    background: #fff;
  }
}
.header .header-navigation-area-list-container .header-navigation-area-list {
  display: flex;
}
@media not screen and (min-width: 1290px) {
  .header .header-navigation-area-list-container .header-navigation-area-list {
    flex-direction: column;
  }
}
.header .header-navigation-area-list-container .header-navigation-area-list-item {
  width: 180px;
  font-size: clamp(16px, 1.59vw, 23px);
  text-align: center;
  box-sizing: border-box;
}
.header .header-navigation-area-list-container .header-navigation-area-list-item.pc-none {
  width: 0;
}
@media screen and (max-width: 1360px) {
  .header .header-navigation-area-list-container .header-navigation-area-list-item {
    max-width: 12.5vw;
  }
}
@media not screen and (min-width: 1290px) {
  .header .header-navigation-area-list-container .header-navigation-area-list-item {
    max-width: inherit;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #cecece;
  }
}
@media not screen and (min-width: 576px) {
  .header .header-navigation-area-list-container .header-navigation-area-list-item.pc-none {
    width: 100%;
  }
}
@media not screen and (min-width: 1200px) {
  .header .header-navigation-area-list-container .header-navigation-area-list-item:first-child {
    border-top: 2px solid #003e8c;
  }
}
.header .header-navigation-area-list-container .header-navigation-area-list-item.js-parent-item {
  position: relative;
}
.header .header-navigation-area-list-container .header-navigation-area-list-item.js-parent-item::after {
  content: "";
  display: block;
  width: 100px;
  height: 50px;
  position: absolute;
  bottom: -20px;
  left: 0;
  transform: translateX(-50%);
  background: transparent;
}
.header .header-navigation-area-list-container .header-navigation-area-list-item:hover .header-navigation-area-list-item-text {
  color: #003e8c;
  transition: color 0.3s;
}
@media not screen and (min-width: 1290px) {
  .header .header-navigation-area-list-container .header-navigation-area-list-item:hover .header-navigation-area-list-item-text {
    color: #222;
  }
}
.header .header-navigation-area-list-container .header-navigation-area-list-item.js-current .header-navigation-area-list-item-text {
  padding-bottom: 16px;
  border-bottom: 4px solid #003e8c;
  transition: border-bottom 0.3s, padding-bottom 0.3s;
}
.header .header-navigation-area-list-container .header-navigation-area-list-item .header-navigation-area-list-item-text {
  display: block;
  padding-bottom: 20px;
  width: 100%;
  border-bottom: 4px solid transparent;
  transition: border-bottom 0.3s, padding-bottom 0.3s, color 0.3s;
}
@media not screen and (min-width: 1290px) {
  .header .header-navigation-area-list-container .header-navigation-area-list-item .header-navigation-area-list-item-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #cecece;
  }
}
@media not screen and (min-width: 576px) {
  .header .header-navigation-area-list-container .header-navigation-area-list-item .header-navigation-area-list-item-text {
    padding: 16px 6.92vw;
    min-height: 71px;
  }
}
@media not screen and (min-width: 1290px) {
  .header .header-navigation-area-list-container .header-navigation-area-list-item .header-navigation-area-list-item-text::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #cecece;
    border-right: 2px solid #cecece;
    transform: rotate(45deg);
    position: relative;
    left: 0;
    transition: left 0.3s, border 0.3s;
  }
}
.header .header-navigation-area-list-container .header-navigation-area-list-item .header-navigation-area-list-item-text .header-navigation-area-list-item-text__icon {
  display: none;
}
@media not screen and (min-width: 1290px) {
  .header .header-navigation-area-list-container .header-navigation-area-list-item .header-navigation-area-list-item-text .header-navigation-area-list-item-text__icon {
    display: block;
    width: 16px;
    height: 16px;
    position: relative;
  }
}
@media not screen and (min-width: 1290px) {
  .header .header-navigation-area-list-container .header-navigation-area-list-item .header-navigation-area-list-item-text .header-navigation-area-list-item-text__icon::before, .header .header-navigation-area-list-container .header-navigation-area-list-item .header-navigation-area-list-item-text .header-navigation-area-list-item-text__icon::after {
    content: "";
    display: block;
    width: 16px;
    height: 2px;
    background: #cecece;
    position: absolute;
    top: 50%;
    left: 50%;
  }
  .header .header-navigation-area-list-container .header-navigation-area-list-item .header-navigation-area-list-item-text .header-navigation-area-list-item-text__icon::before {
    transform: translate(-50%, -50%);
  }
  .header .header-navigation-area-list-container .header-navigation-area-list-item .header-navigation-area-list-item-text .header-navigation-area-list-item-text__icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
    transition: height 0.3s;
  }
}
.header .header-navigation-area-list-container .header-navigation-area-list-item.js-parent-item .header-navigation-area-list-item-text::after {
  content: none;
}
.header .header-navigation-area-list-container .header-navigation-area-list-item.is-active .header-navigation-area-list-item-text__icon::after {
  height: 0;
  transition: height 0.3s;
}
.header .header-navigation-area-list-container .header-navigation-area-list-item.is-active .header-navigation-child.is-show {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s, visibility 0.3s;
}
.header .header-navigation-action {
  display: flex;
  min-height: 140px;
}
@media not screen and (min-width: 1290px) {
  .header .header-navigation-action {
    display: none;
  }
}
.header .header-navigation-action.sp {
  display: none;
}
@media not screen and (min-width: 1290px) {
  .header .header-navigation-action.sp {
    display: block;
    width: 100%;
  }
}
.header .header-navigation-action.sp .header-navigation-action-wrapper {
  display: flex;
  justify-content: center;
}
@media not screen and (min-width: 576px) {
  .header .header-navigation-action.sp .header-navigation-action-wrapper {
    flex-direction: column;
  }
}
.header .header-navigation-action-button {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: center;
  width: 140px;
  letter-spacing: 0.1em;
}
@media not screen and (min-width: 1290px) {
  .header .header-navigation-action-button {
    flex-direction: row-reverse;
    justify-content: center;
    gap: 0 20px;
    width: 50%;
    min-height: 100px;
  }
}
@media not screen and (min-width: 576px) {
  .header .header-navigation-action-button {
    justify-content: flex-end;
    width: 100%;
    min-height: 72px;
  }
}
@media not screen and (min-width: 576px) {
  .header .header-navigation-action-button::before {
    content: "";
    display: block;
    margin-left: auto;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: relative;
    left: 0;
    transition: left 0.3s, border 0.3s;
  }
}
.header .header-navigation-action-button.header-navigation-action-button--contact {
  padding: 24px 16px;
  color: #222;
  background: #e4e4e4;
  transition: background 0.5s, color 0.5s;
}
.header .header-navigation-action-button.header-navigation-action-button--contact:hover {
  background: #ec592d;
  color: #fff;
  transition: background 0.5s, color 0.5s;
}
@media not screen and (min-width: 1290px) {
  .header .header-navigation-action-button.header-navigation-action-button--contact {
    color: #fff;
    background: #003e8c;
  }
}
@media not screen and (min-width: 576px) {
  .header .header-navigation-action-button.header-navigation-action-button--contact {
    display: flex;
    padding: 20px 6.92vw 16px;
  }
}
@media not screen and (min-width: 1290px) {
  .header .header-navigation-action-button.header-navigation-action-button--contact .header-navigation-action-button--contact__icon {
    width: 49px;
  }
}
@media not screen and (min-width: 576px) {
  .header .header-navigation-action-button.header-navigation-action-button--contact .header-navigation-action-button--contact__icon {
    width: 28px;
  }
}
.header .header-navigation-action-button.header-navigation-action-button--contact .header-navigation-action-button--contact__icon .svg-stroke {
  stroke: #222;
  transition: stroke 0.3s;
}
@media not screen and (min-width: 1290px) {
  .header .header-navigation-action-button.header-navigation-action-button--contact .header-navigation-action-button--contact__icon .svg-stroke {
    stroke: #fff;
  }
}
.header .header-navigation-action-button.header-navigation-action-button--contact .header-navigation-action-button--contact__icon .svg-fill {
  fill: #222;
  transition: fill 0.3s;
}
@media not screen and (min-width: 1290px) {
  .header .header-navigation-action-button.header-navigation-action-button--contact .header-navigation-action-button--contact__icon .svg-fill {
    fill: #fff;
  }
}
.header .header-navigation-action-button.header-navigation-action-button--contact:hover .header-navigation-action-button--contact__icon .svg-stroke {
  stroke: #fff;
  transition: stroke 0.3s;
}
.header .header-navigation-action-button.header-navigation-action-button--contact:hover .header-navigation-action-button--contact__icon .svg-fill {
  fill: #fff;
  transition: fill 0.3s;
}
.header .header-navigation-action-button.header-navigation-action-button--catalog {
  padding: 17px 16px 24px;
  color: #fff;
  background: #003e8c;
  transition: background 0.5s;
}
@media not screen and (min-width: 1290px) {
  .header .header-navigation-action-button.header-navigation-action-button--catalog {
    background: #ec592d;
  }
}
@media not screen and (min-width: 576px) {
  .header .header-navigation-action-button.header-navigation-action-button--catalog {
    padding: 20px 6.92vw 16px;
  }
}
.header .header-navigation-action-button.header-navigation-action-button--catalog:hover {
  background: #5e9cce;
  transition: background 0.5s;
}
@media not screen and (min-width: 1290px) {
  .header .header-navigation-action-button.header-navigation-action-button--catalog .header-navigation-action-button--catalog__icon {
    width: 49px;
  }
}
@media not screen and (min-width: 576px) {
  .header .header-navigation-action-button.header-navigation-action-button--catalog .header-navigation-action-button--catalog__icon {
    width: 28px;
  }
}
.header .header-navigation-action-button__text {
  text-align: center;
}
@media not screen and (min-width: 1290px) {
  .header .header-navigation-action-button__text {
    font-weight: bold;
    font-size: clamp(18px, 1.73vw, 25px);
  }
}
.header .header-navigation-action-button__icon {
  width: 70px;
  text-align: center;
}
@media not screen and (min-width: 1290px) {
  .header .header-navigation-action-close {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 10px;
    width: 100%;
    min-height: 100px;
    font-weight: bold;
    font-size: clamp(16px, 1.04vw, 20px);
    color: #fff;
    background: #222;
  }
}
@media not screen and (min-width: 576px) {
  .header .header-navigation-action-close {
    min-height: 72px;
  }
}
.header .header-navigation-action-close .header-navigation-action-close__icon {
  width: 13px;
  height: 13px;
}
.header .pc-navigation {
  display: block;
}
@media not screen and (min-width: 1290px) {
  .header .pc-navigation {
    display: none;
  }
}
.header .pc-navigation .header-navigation-child {
  opacity: 0;
  visibility: hidden;
  display: flex;
  justify-content: space-between;
  gap: 0 2vw;
  padding: 65px 49px 61px 79px;
  width: 76.56vw;
  background: #fff;
  box-shadow: 6px 10px 13px rgba(0, 0, 0, 0.16);
  position: absolute;
  top: 106%;
  left: 50%;
  transform: translateX(-50%);
  transition: opacity 0.3s, visibility 0.3s;
}
@media screen and (max-width: 1920px) {
  .header .pc-navigation .header-navigation-child {
    padding: 65px 49px 61px 4.11vw;
  }
}
@media screen and (max-width: 1400px) {
  .header .pc-navigation .header-navigation-child {
    width: 90vw;
  }
}
.header .pc-navigation .header-navigation-child.is-active {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s, visibility 0.3s;
}
.header .pc-navigation .header-navigation-child .header-navigation-child__title {
  font-weight: bold;
  font-size: 30px;
  color: #003e8c;
  white-space: nowrap;
}
.header .pc-navigation .header-navigation-child .header-navigation-child-layout {
  display: grid;
  grid-template-columns: minmax(auto, 360px) minmax(auto, 560px);
  grid-template-rows: repeat(2, auto);
  gap: 46px 100px;
  margin-top: 4px;
  align-items: start;
}
@media screen and (max-width: 1920px) {
  .header .pc-navigation .header-navigation-child .header-navigation-child-layout {
    gap: 46px 1.5vw;
  }
}
.header .pc-navigation .header-navigation-child .header-navigation-child-layout .header-navigation-child-link-container01 {
  grid-column: 1/2;
  grid-row: 1/2;
}
.header .pc-navigation .header-navigation-child .header-navigation-child-layout .header-navigation-child-link-container02 {
  grid-column: 1/2;
  grid-row: 2/3;
}
.header .pc-navigation .header-navigation-child .header-navigation-child-layout .header-navigation-child-link-container03 {
  grid-column: 2/3;
  grid-row: 1/3;
}
.header .pc-navigation .header-navigation-child .header-navigation-child-layout .header-navigation-child-link-container03 .header-navigation-child-link-title-label {
  margin-left: 6px;
  padding: 5px 12px 2px;
  font-size: 15px;
  text-align: center;
  color: #222;
  background: #cecece;
  border-radius: 5px;
}
.header .pc-navigation .header-navigation-child .header-navigation-child-layout .header-navigation-child-link-container03 .header-navigation-child-container {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
}
@media screen and (max-width: 1640px) {
  .header .pc-navigation .header-navigation-child .header-navigation-child-layout .header-navigation-child-link-container03 .header-navigation-child-container {
    gap: 0 1.04vw;
  }
}
.header .pc-navigation .header-navigation-child .header-navigation-child-layout .header-navigation-child-link-container03 .header-navigation-child-container .header-navigation-child-link {
  padding: 14px 27px 9px 10px;
  width: calc(50% - 10px);
}
@media screen and (max-width: 1640px) {
  .header .pc-navigation .header-navigation-child .header-navigation-child-layout .header-navigation-child-link-container03 .header-navigation-child-container .header-navigation-child-link {
    padding: 14px 1vw 9px 0.52vw;
    width: calc(50% - 0.52vw);
  }
}
.header .pc-navigation .header-navigation-child .header-navigation-child-layout .header-navigation-child-link-title {
  display: flex;
  gap: 0 10px;
  padding-bottom: 6px;
  font-weight: bold;
  font-size: clamp(16px, 1.59vw, 23px);
  color: #003e8c;
  border-bottom: 1px solid #cecece;
}
.header .pc-navigation .header-navigation-child .header-navigation-child-layout .header-navigation-child-link-title .header-navigation-child-link-title-num {
  font-weight: bold;
  font-size: clamp(16px, 1.59vw, 23px);
  color: #cecece;
}
.header .pc-navigation .header-navigation-child .header-navigation-child-layout .header-navigation-child-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  padding: 15px 27px 13px 10px;
  font-size: clamp(16px, 1.25vw, 18px);
  border-bottom: 1px solid #cecece;
}
@media screen and (max-width: 1640px) {
  .header .pc-navigation .header-navigation-child .header-navigation-child-layout .header-navigation-child-link {
    padding: 15px 1vw 13px 0.52vw;
  }
}
.header .pc-navigation .header-navigation-child .header-navigation-child-layout .header-navigation-child-link::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #222;
  border-right: 2px solid #222;
  transform: rotate(45deg);
  position: relative;
  left: 0;
  transition: left 0.3s, border 0.3s;
}
.header .pc-navigation .header-navigation-child .header-navigation-child-layout .header-navigation-child-link:hover::after {
  border-top: 2px solid #222;
  border-right: 2px solid #222;
  left: 10px;
  transition: left 0.3s, border 0.3s;
}
@media not screen and (min-width: 769px) {
  .header .pc-navigation .header-navigation-child .header-navigation-child-layout .header-navigation-child-link:hover::after {
    left: 0;
  }
}
.header .sp-navigation {
  display: none;
}
@media not screen and (min-width: 1290px) {
  .header .sp-navigation {
    display: block;
  }
}
.header .sp-navigation .header-navigation-child {
  opacity: 0;
  visibility: hidden;
  overflow-y: hidden;
  display: flex;
  justify-content: space-between;
  gap: 0 2vw;
  padding: 0 49px 0;
  width: 100%;
  height: 0;
  background: #f5f5f5;
  transition: opacity 0.3s, visibility 0.3s;
}
.header .sp-navigation .header-navigation-child.is-show {
  padding: 65px 49px 61px;
  height: auto;
  overflow-y: visible;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s, visibility 0.3s;
}
@media not screen and (min-width: 576px) {
  .header .sp-navigation .header-navigation-child.is-show {
    padding: 20px 6.92vw 16px;
  }
}
.header .sp-navigation .header-navigation-child .header-navigation-child__title {
  display: none;
}
.header .sp-navigation .header-navigation-child .header-navigation-child-layout {
  display: grid;
  grid-template-columns: minmax(auto, 360px) minmax(auto, 560px);
  grid-template-rows: repeat(2, auto);
  gap: 46px 100px;
  margin-top: 4px;
  align-items: start;
}
@media screen and (max-width: 1920px) {
  .header .sp-navigation .header-navigation-child .header-navigation-child-layout {
    gap: 46px 1.5vw;
  }
}
@media not screen and (min-width: 576px) {
  .header .sp-navigation .header-navigation-child .header-navigation-child-layout {
    display: flex;
    flex-direction: column;
    gap: 30px 0;
  }
}
.header .sp-navigation .header-navigation-child .header-navigation-child-layout .header-navigation-child-link-container01 {
  grid-column: 1/2;
  grid-row: 1/2;
}
@media not screen and (min-width: 576px) {
  .header .sp-navigation .header-navigation-child .header-navigation-child-layout .header-navigation-child-link-container01 {
    width: 100%;
  }
}
.header .sp-navigation .header-navigation-child .header-navigation-child-layout .header-navigation-child-link-container02 {
  grid-column: 1/2;
  grid-row: 2/3;
}
@media not screen and (min-width: 576px) {
  .header .sp-navigation .header-navigation-child .header-navigation-child-layout .header-navigation-child-link-container02 {
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
    width: 100%;
  }
}
@media not screen and (min-width: 576px) {
  .header .sp-navigation .header-navigation-child .header-navigation-child-layout .header-navigation-child-link-container02 .header-navigation-child-link-title {
    width: 100%;
  }
}
.header .sp-navigation .header-navigation-child .header-navigation-child-layout .header-navigation-child-link-container02 .header-navigation-child-link {
  width: calc((100% - 10px) / 2);
}
.header .sp-navigation .header-navigation-child .header-navigation-child-layout .header-navigation-child-link-container03 {
  grid-column: 2/3;
  grid-row: 1/3;
}
.header .sp-navigation .header-navigation-child .header-navigation-child-layout .header-navigation-child-link-container03 .header-navigation-child-link-title-label {
  margin-left: 6px;
  padding: 3px 12px 1px;
  font-size: clamp(11px, 0.78vw, 15px);
  text-align: center;
  color: #222;
  background: #cecece;
  border-radius: 5px;
}
.header .sp-navigation .header-navigation-child .header-navigation-child-layout .header-navigation-child-link-container03 .header-navigation-child-container {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
}
@media screen and (max-width: 1640px) {
  .header .sp-navigation .header-navigation-child .header-navigation-child-layout .header-navigation-child-link-container03 .header-navigation-child-container {
    gap: 0 1.04vw;
  }
}
@media not screen and (min-width: 576px) {
  .header .sp-navigation .header-navigation-child .header-navigation-child-layout .header-navigation-child-link-container03 .header-navigation-child-container {
    gap: 0 10px;
  }
}
.header .sp-navigation .header-navigation-child .header-navigation-child-layout .header-navigation-child-link-container03 .header-navigation-child-container .header-navigation-child-link {
  padding: 14px 27px 9px 10px;
  width: calc(50% - 10px);
}
@media screen and (max-width: 1640px) {
  .header .sp-navigation .header-navigation-child .header-navigation-child-layout .header-navigation-child-link-container03 .header-navigation-child-container .header-navigation-child-link {
    padding: 14px 1vw 9px 0.52vw;
    width: calc(50% - 0.52vw);
  }
}
@media not screen and (min-width: 576px) {
  .header .sp-navigation .header-navigation-child .header-navigation-child-layout .header-navigation-child-link-container03 .header-navigation-child-container .header-navigation-child-link {
    width: calc((100% - 10px) / 2);
  }
}
@media not screen and (min-width: 576px) {
  .header .sp-navigation .header-navigation-child .header-navigation-child-layout .header-navigation-child-link-container03 .header-navigation-child-container .header-navigation-child-link {
    font-weight: normal;
  }
}
.header .sp-navigation .header-navigation-child .header-navigation-child-layout .header-navigation-child-link-title {
  display: flex;
  gap: 0 10px;
  padding-bottom: 6px;
  font-weight: bold;
  font-size: clamp(16px, 1.59vw, 23px);
  color: #003e8c;
  border-bottom: 1px solid #cecece;
}
.header .sp-navigation .header-navigation-child .header-navigation-child-layout .header-navigation-child-link-title .header-navigation-child-link-title-num {
  font-weight: bold;
  font-size: clamp(16px, 1.59vw, 23px);
  color: #cecece;
}
.header .sp-navigation .header-navigation-child .header-navigation-child-layout .header-navigation-child-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  padding: 15px 27px 13px 10px;
  font-size: clamp(16px, 1.25vw, 18px);
  border-bottom: 1px solid #cecece;
}
@media screen and (max-width: 1640px) {
  .header .sp-navigation .header-navigation-child .header-navigation-child-layout .header-navigation-child-link {
    padding: 15px 1vw 13px 0.52vw;
  }
}
@media not screen and (min-width: 576px) {
  .header .sp-navigation .header-navigation-child .header-navigation-child-layout .header-navigation-child-link {
    font-weight: normal;
  }
}
.header .sp-navigation .header-navigation-child .header-navigation-child-layout .header-navigation-child-link::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #222;
  border-right: 2px solid #222;
  transform: rotate(45deg);
}

.home .header-logo {
  pointer-events: inherit;
}

.footer {
  padding: 48px 0 20px;
  background: #f5f5f5;
  position: relative;
}
@media not screen and (min-width: 576px) {
  .footer {
    padding: 8.8vw 0 1.54vw;
  }
}
.footer .footer-inner {
  max-width: 1340px;
}
@media screen and (max-width: 1300px) {
  .footer .footer-inner {
    max-width: 1080px;
  }
}
.footer .footer-logo {
  display: block;
  margin: 0 auto;
  width: 250px;
  text-align: center;
}
@media not screen and (min-width: 576px) {
  .footer .footer-logo {
    width: 51.02vw;
  }
}
.footer .footer-layout-container {
  margin-top: 64px;
  display: flex;
  justify-content: space-between;
  gap: 0 50px;
}
@media screen and (max-width: 1300px) {
  .footer .footer-layout-container {
    justify-content: flex-start;
    flex-direction: column;
    gap: 40px 0;
  }
}
@media not screen and (min-width: 576px) {
  .footer .footer-layout-container {
    margin-top: 7.17vw;
  }
}
.footer .footer-company .footer-company__name {
  font-weight: bold;
  font-size: clamp(23px, 2.43vw, 35px);
}
.footer .footer-company .footer-company__address {
  margin-top: 22px;
}
@media not screen and (min-width: 576px) {
  .footer .footer-company .footer-company__address {
    margin-top: 5vw;
  }
}
.footer .footer-company .footer-company__address .sp-visible {
  display: none;
}
@media not screen and (min-width: 576px) {
  .footer .footer-company .footer-company__address .sp-visible {
    display: block;
  }
}
.footer .footer-company .footer-company-link-container {
  display: flex;
  gap: 0 33px;
  margin-top: 15px;
}
.footer .footer-navigation {
  flex: 1;
  margin-top: -6px;
}
@media screen and (max-width: 1300px) {
  .footer .footer-navigation {
    max-width: inherit;
  }
}
.footer .footer-navigation .footer-navigation-list-container {
  display: flex;
  justify-content: space-between;
}
@media not screen and (min-width: 576px) {
  .footer .footer-navigation .footer-navigation-list-container {
    flex-direction: column;
    gap: 20px 0;
  }
}
.footer .footer-navigation .footer-navigation-list {
  display: flex;
  flex-direction: column;
  gap: 12px 0;
}
.footer .footer-navigation .footer-navigation-list.left {
  margin-right: 54px;
}
.footer .footer-navigation .footer-navigation-list.center {
  margin-right: 19px;
}
.footer .footer-navigation .footer-navigation-list.sp-visible {
  display: none;
}
@media not screen and (min-width: 576px) {
  .footer .footer-navigation .footer-navigation-list.sp-visible {
    display: block;
  }
}
.footer .footer-navigation .footer-navigation-list .footer-navigation-list-item.pc-visible {
  display: block;
}
@media not screen and (min-width: 576px) {
  .footer .footer-navigation .footer-navigation-list .footer-navigation-list-item.pc-visible {
    display: none;
  }
}
.footer .footer-link-container.youtube {
  text-align: center;
}
.footer .footer-link-container.youtube .footer-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 24px 0 0;
  padding: 0 0 10px;
  max-width: 378px;
  text-align: center;
  border: 1px solid #003e8c;
  transition: background 0.3s;
}
@media not screen and (min-width: 576px) {
  .footer .footer-link-container.youtube .footer-link {
    max-width: inherit;
  }
}
.footer .footer-link-container.youtube .footer-link .footer-link-head {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .footer-link-container.youtube .footer-link .footer-link-head .footer-link-head__icon {
  display: block;
  width: 76px;
}
.footer .footer-link-container.youtube .footer-link .footer-link-head .footer-link-head__text {
  width: 158.56px;
  fill: #003e8c;
  transition: fill 0.3s;
}
.footer .footer-link-container.youtube .footer-link .footer-link__text {
  font-size: clamp(18px, 1.52vw, 22px);
  color: #003e8c;
  transition: color 0.3s;
}
.footer .footer-link-container.youtube .footer-link:hover {
  background: #003e8c;
  transition: background 0.3s;
}
@media not screen and (min-width: 769px) {
  .footer .footer-link-container.youtube .footer-link:hover {
    background: transparent;
  }
}
.footer .footer-link-container.youtube .footer-link:hover .footer-link-head__text {
  fill: #fff;
  transition: fill 0.3s;
}
@media not screen and (min-width: 769px) {
  .footer .footer-link-container.youtube .footer-link:hover .footer-link-head__text {
    fill: #003e8c;
  }
}
.footer .footer-link-container.youtube .footer-link:hover .footer-link__text {
  color: #fff;
  transition: color 0.3s;
}
@media not screen and (min-width: 769px) {
  .footer .footer-link-container.youtube .footer-link:hover .footer-link__text {
    color: #003e8c;
  }
}
.footer .footer-copy {
  margin-top: 56px;
  text-align: center;
}
@media not screen and (min-width: 576px) {
  .footer .footer-copy {
    margin-top: 7.69vw;
  }
}
.footer .footer-copy .footer-copy__text {
  font-size: clamp(14px, 1.25vw, 18px);
}
.footer .footer-copy .footer-copy__text .sp-visible {
  display: none;
}
@media not screen and (min-width: 576px) {
  .footer .footer-copy .footer-copy__text .sp-visible {
    display: block;
  }
}
.footer .page-top {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 112px;
  height: 112px;
  background: #003e8c;
  cursor: pointer;
  position: absolute;
  right: 100px;
  bottom: 113px;
  z-index: 10;
  transition: background 0.3s;
}
.footer .page-top:hover {
  background: #5e9cce;
  transition: background 0.3s;
}
.footer .page-top.pc-visible {
  display: flex;
}
@media not screen and (min-width: 576px) {
  .footer .page-top.pc-visible {
    display: none;
  }
}
.footer .page-top.sp-visible {
  display: none;
}
@media not screen and (min-width: 576px) {
  .footer .page-top.sp-visible {
    display: flex;
    justify-content: center;
    position: inherit;
    margin: 15vw auto 0;
    padding-right: 3vw;
    width: 184px;
    height: inherit;
    min-height: 60px;
  }
}
@media not screen and (min-width: 576px) {
  .footer .page-top.sp-visible .page-top__text {
    font-size: 19px;
    color: #fff;
  }
}
@media screen and (max-width: 1600px) {
  .footer .page-top {
    right: 50px;
    bottom: 80px;
  }
}
@media not screen and (min-width: 769px) {
  .footer .page-top {
    width: 80px;
    height: 80px;
    right: 40px;
    bottom: 100px;
  }
}
.footer .page-top::before {
  content: url("../../images/icon-arrow-up.svg");
  display: block;
  transform: scale(0.8);
}
@media not screen and (min-width: 576px) {
  .footer .page-top::before {
    transform: scale(0.5);
  }
}

.page-headline {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  margin-top: 140.33px;
  min-height: 480px;
  color: #fff;
  position: relative;
  z-index: 0;
}
@media not screen and (min-width: 1290px) {
  .page-headline {
    margin-top: 100px;
  }
}
@media not screen and (min-width: 576px) {
  .page-headline {
    margin-top: 72px;
    min-height: 240px;
  }
}
.page-headline::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  z-index: -1;
}
.page-headline .page-headline-inner {
  padding: 167px 5.2vw 205px;
  width: 100%;
}
@media not screen and (min-width: 576px) {
  .page-headline .page-headline-inner {
    padding: 52px 6.92vw 100px;
  }
}
.page-headline .page-headline-title {
  display: flex;
  flex-direction: column;
  color: #fff;
}
.page-headline .page-headline-title .page-headline-title__main {
  font-weight: bold;
  font-size: 50px;
}
@media not screen and (min-width: 576px) {
  .page-headline .page-headline-title .page-headline-title__main {
    font-size: 30px;
    letter-spacing: 0.05em;
  }
}
.page-headline .page-headline-title .page-headline-title__sub {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 22px;
  font-size: 25px;
}
@media not screen and (min-width: 576px) {
  .page-headline .page-headline-title .page-headline-title__sub {
    font-size: 16px;
    margin-top: 10px;
    gap: 7px;
  }
}
.page-headline .page-headline-title .page-headline-title__sub::before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #fff;
}
@media not screen and (min-width: 576px) {
  .page-headline .page-headline-title .page-headline-title__sub::before {
    width: 22px;
  }
}

.breadcrumbs {
  padding: 20px 0;
}
@media not screen and (min-width: 576px) {
  .breadcrumbs {
    padding: 10px 0;
  }
}
.breadcrumbs .breadcrumbs-inner {
  padding: 0 5.2vw;
  font-size: 20px;
}
@media not screen and (min-width: 576px) {
  .breadcrumbs .breadcrumbs-inner {
    padding: 0 6.92vw;
    font-size: 14px;
  }
}
.breadcrumbs .breadcrumbs-inner .breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 13px;
}
@media not screen and (min-width: 576px) {
  .breadcrumbs .breadcrumbs-inner .breadcrumb-list {
    gap: 10px 15px;
  }
}
.breadcrumbs .breadcrumbs-inner .breadcrumbs-list-item:not(:last-child) {
  display: flex;
  align-items: center;
}
.breadcrumbs .breadcrumbs-inner .breadcrumbs-list-item:not(:last-child)::after {
  content: "";
  display: block;
  margin-right: 3px;
  margin-left: 12px;
  width: 10px;
  height: 10px;
  border-top: 1.5px solid #222;
  border-right: 1.5px solid #222;
  transform: rotate(45deg);
}
@media not screen and (min-width: 576px) {
  .breadcrumbs .breadcrumbs-inner .breadcrumbs-list-item:not(:last-child)::after {
    width: 8px;
    height: 8px;
  }
}

.download {
  padding: 100px 0;
  text-align: center;
}
@media not screen and (min-width: 576px) {
  .download {
    padding: 15.38vw 0 15.64vw;
  }
}
.download .download-container {
  display: flex;
  justify-content: space-between;
  gap: 0 17px;
  padding: 64px 17px 53px 60px;
}
@media not screen and (min-width: 769px) {
  .download .download-container {
    padding: 64px 10vw 53px;
  }
}
@media not screen and (min-width: 576px) {
  .download .download-container {
    padding: 8.6vw 7.17vw 7.43vw;
  }
}
.download .download-body {
  width: 560px;
}
@media not screen and (min-width: 769px) {
  .download .download-body {
    width: 100%;
  }
}
@media not screen and (min-width: 576px) {
  .download .download-body .download__title {
    font-size: 25px;
  }
}
.download .download-body .download__lead {
  margin-top: 24px;
  font-weight: bold;
  font-size: clamp(22px, 2.08vw, 30px);
  line-height: 1.7;
}
@media not screen and (min-width: 576px) {
  .download .download-body .download__lead {
    margin-top: 4vw;
    font-size: 16px;
    line-height: 1.375;
  }
}
.download .download-body .download-link-container {
  margin-top: 46px;
}
@media not screen and (min-width: 769px) {
  .download .download-body .download-link-container {
    margin-top: 20px;
  }
}
@media not screen and (min-width: 576px) {
  .download .download-body .download-link-container {
    margin-top: 0.8vw;
  }
}
.download .download-body .download-link-container .download-link__label {
  display: inline-block;
  font-size: clamp(18px, 1.59vw, 23px);
  color: #003e8c;
  position: relative;
}
@media not screen and (min-width: 576px) {
  .download .download-body .download-link-container .download-link__label {
    font-size: 16px;
  }
}
.download .download-body .download-link-container .download-link__label::before, .download .download-body .download-link-container .download-link__label::after {
  content: "";
  display: block;
  width: 1px;
  height: 26px;
  background: #003e8c;
  position: absolute;
  top: 50%;
}
@media not screen and (min-width: 576px) {
  .download .download-body .download-link-container .download-link__label::before, .download .download-body .download-link-container .download-link__label::after {
    height: 19px;
  }
}
.download .download-body .download-link-container .download-link__label::before {
  left: -30px;
  transform: translateY(-50%) rotate(-24deg);
}
@media not screen and (min-width: 576px) {
  .download .download-body .download-link-container .download-link__label::before {
    left: -2.8vw;
  }
}
.download .download-body .download-link-container .download-link__label::after {
  right: -30px;
  transform: translateY(-50%) rotate(24deg);
}
@media not screen and (min-width: 576px) {
  .download .download-body .download-link-container .download-link__label::after {
    right: -2.8vw;
  }
}
.download .download-body .download-link-container .download-link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  min-height: 120px;
  padding: 0;
  font-size: clamp(23px, 2.43vw, 35px);
  text-align: center;
}
@media not screen and (min-width: 769px) {
  .download .download-body .download-link-container .download-link {
    min-height: 100px;
  }
}
@media not screen and (min-width: 576px) {
  .download .download-body .download-link-container .download-link {
    margin-top: 2.4vw;
    min-height: 55px;
    font-size: 18px;
  }
}
.download .download-body .download-link-container .download-link::after {
  content: none;
}
.download .download-visual {
  margin-top: -12px;
  max-width: 546px;
  width: 100%;
}
@media not screen and (min-width: 769px) {
  .download .download-visual {
    margin: 20px auto 0;
    width: 80%;
  }
}
@media not screen and (min-width: 576px) {
  .download .download-visual {
    margin-top: 3.4vw;
    width: 65.38vw;
  }
}
.download .download-visual.pc-visible {
  display: block;
}
@media not screen and (min-width: 769px) {
  .download .download-visual.pc-visible {
    display: none;
  }
}
.download .download-visual.sp-visible {
  display: none;
}
@media not screen and (min-width: 769px) {
  .download .download-visual.sp-visible {
    display: block;
  }
}
.download .download-visual img {
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.cta {
  padding: 128px 60px 80px;
  min-height: 606px;
  background: url("../../images/contact-bg.jpg") no-repeat center center/cover;
}
@media not screen and (min-width: 992px) {
  .cta {
    padding: 132px 40px 80px;
  }
}
@media not screen and (min-width: 576px) {
  .cta {
    padding: 11vw 6.92vw 7vw;
    min-height: 93.58vw;
  }
}
.cta .cta-inner {
  max-width: inherit;
}
@media not screen and (min-width: 992px) {
  .cta .cta-inner {
    padding: 0;
  }
}
.cta .cta__title {
  font-size: clamp(30px, 4.16vw, 60px);
  color: #fff;
}
@media not screen and (min-width: 576px) {
  .cta .cta__title {
    font-size: 25px;
    text-align: center;
  }
}
.cta .cta__lead {
  margin-top: 22px;
  font-size: clamp(18px, 1.73vw, 25px);
  line-height: 1.72;
  color: #fff;
}
@media not screen and (min-width: 576px) {
  .cta .cta__lead {
    margin-top: 5vw;
    font-size: 16px;
    line-height: 1.93;
  }
}
.cta .cta__lead .pc-visible {
  display: block;
}
@media not screen and (min-width: 576px) {
  .cta .cta__lead .pc-visible {
    display: none;
  }
}
.cta .cta-link-container {
  display: flex;
  justify-content: flex-end;
  margin-top: 98px;
}
@media not screen and (min-width: 992px) {
  .cta .cta-link-container {
    justify-content: center;
    align-items: center;
  }
}
@media not screen and (min-width: 769px) {
  .cta .cta-link-container {
    flex-direction: column;
  }
}
@media not screen and (min-width: 576px) {
  .cta .cta-link-container {
    margin-top: 4.5vw;
  }
}
.cta .cta-link-container .cta-link {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 547px;
  width: 100%;
  min-height: 120px;
}
@media not screen and (min-width: 992px) {
  .cta .cta-link-container .cta-link {
    justify-content: center;
    max-width: 50%;
  }
}
@media not screen and (min-width: 769px) {
  .cta .cta-link-container .cta-link {
    max-width: 100%;
  }
}
@media not screen and (min-width: 576px) {
  .cta .cta-link-container .cta-link {
    min-height: 74px;
  }
}
.cta .cta-link-container .cta-link.agency {
  gap: 0 19px;
  color: #fff;
  border: 1px solid #fff;
  transition: background 0.3s, border 0.3s, color 0.3s;
}
.cta .cta-link-container .cta-link.agency:hover {
	background: #003e8c;
}
@media screen and (max-width: 1780px) {
  .cta .cta-link-container .cta-link.agency {
    gap: 0 12px;
    padding: 0 1vw 0 1vw;
  }
}
.cta .cta-link-container .cta-link.agency .cta-link-text {
  font-weight: bold;
  font-size: min(1.2vw,24px);
}
.cta .cta-link-container .cta-link.agency .cta-link__agency {
  width: 49px;
}
@media not screen and (min-width: 576px) {
  .cta .cta-link-container .cta-link.agency .cta-link-text {
    font-size: 15px;
  }
  .cta .cta-link-container .cta-link.agency .cta-link__agency {
    width: 36px;
  }
}
.cta .cta-link-container .cta-link.agency .cta-link__agency {
  width: 40px;
}
@media screen and (max-width: 1780px) {
  .cta .cta-link-container .cta-link.agency .cta-link__agency {
    width: 30px;
  }
}
.cta .cta-link-container .cta-link.form {
  gap: 0 19px;
  color: #fff;
  background: #ec592d;
  border: 1px solid #ec592d;
  transition: background 0.3s, border 0.3s, color 0.3s;
}
@media screen and (max-width: 1780px) {
  .cta .cta-link-container .cta-link.form {
    padding: 0 2vw 0 2vw;
  }
}
@media not screen and (min-width: 576px) {
  .cta .cta-link-container .cta-link.form {
    gap: 0 15px;
    padding: 0 1vw;
  }
}
.cta .cta-link-container .cta-link.form .cta-link-text {
  font-weight: bold;
  font-size: min(1.2vw,24px);
}
.cta .cta-link-container .cta-link.form .cta-link__form {
  width: 49px;
}
@media not screen and (min-width: 576px) {
  .cta .cta-link-container .cta-link.form .cta-link-text {
    font-size: 15px;
  }
  .cta .cta-link-container .cta-link.form .cta-link__form {
    width: 30px;
  }
}
.cta .cta-link-container .cta-link.form .cta-link__form .svg-stroke {
  stroke: #fff;
  transition: stroke 0.3s;
}
.cta .cta-link-container .cta-link.form .cta-link__form .svg-fill {
  fill: #fff;
  transition: fill 0.3s;
}
.cta .cta-link-container .cta-link.form:hover {
  color: #ec592d;
  background: #fff;
  border: 1px solid #ec592d;
  transition: background 0.3s, border 0.3s, color 0.3s;
}
@media not screen and (min-width: 769px) {
  .cta .cta-link-container .cta-link.form:hover {
    color: #fff;
    background: #ec592d;
    border: 1px solid #ec592d;
  }
}
.cta .cta-link-container .cta-link.form:hover .cta-link__form .svg-stroke {
  stroke: #ec592d;
  transition: stroke 0.3s;
}
@media not screen and (min-width: 769px) {
  .cta .cta-link-container .cta-link.form:hover .cta-link__form .svg-stroke {
    stroke: #fff;
  }
}
.cta .cta-link-container .cta-link.form:hover .cta-link__form .svg-fill {
  fill: #ec592d;
  transition: fill 0.3s;
}
@media not screen and (min-width: 769px) {
  .cta .cta-link-container .cta-link.form:hover .cta-link__form .svg-fill {
    fill: #fff;
  }
}
.cta .cta-link-container .cta-link.tel {
  flex-direction: column;
  justify-content: center;
  font-size: 35px;
  color: #fff;
  background: #003e8c;
  border: 1px solid #003e8c;
  transition: background 0.3s, border 0.3s, color 0.3s;
  pointer-events: none;
}
@media screen and (max-width: 1310px) {
  .cta .cta-link-container .cta-link.tel {
    padding: 0 3vw 0 2.91vw;
  }
}
@media not screen and (min-width: 576px) {
  .cta .cta-link-container .cta-link.tel {
    margin-top: 5vw;
    padding: 0;
    background: none !important;
    border: none !important;
    pointer-events: inherit;
  }
}
.cta .cta-link-container .cta-link.tel:hover {
  background: #5e9cce;
  border: 1px solid #5e9cce;
  color: #fff;
  transition: background 0.3s, border 0.3s, color 0.3s;
}
@media not screen and (min-width: 769px) {
  .cta .cta-link-container .cta-link.tel:hover {
    background: #003e8c;
    border: 1px solid #003e8c;
    color: #fff;
  }
}
.cta .cta-link-container .cta-link.tel .cta-link-layout {
  display: flex;
}
.cta .cta-link-container .cta-link.tel .cta-link-text {
  margin-left: 46px;
  text-align: center;
}
@media screen and (max-width: 1780px) {
  .cta .cta-link-container .cta-link.tel .cta-link-text {
    font-size: min(1.2vw,24px);
  }
}
@media not screen and (min-width: 576px) {
  .cta .cta-link-container .cta-link.tel .cta-link-text {
    margin-left: 26px;
    font-size: 14px;
  }
}
.cta .cta-link-container .cta-link.tel .cta-link-number {
  font-size: 40px;
}
@media screen and (max-width: 1310px) {
  .cta .cta-link-container .cta-link.tel .cta-link-number {
    font-size: clamp(26px, 2.77vw, 40px);
  }
}
.cta .cta-link-container .cta-link.tel .cta-link__tel {
  width: 40px;
}
@media screen and (max-width: 1310px) {
  .cta .cta-link-container .cta-link.tel .cta-link__tel {
    width: 30px;
  }
}
@media not screen and (min-width: 576px) {
  .cta .cta-link-container .cta-link.tel .cta-link__tel {
    width: 28px;
  }
}

.pagination {
  margin-top: 15px;
}
.pagination .pagination-inner {
  display: flex;
  justify-content: space-between;
  padding: 0 100px;
}
@media not screen and (min-width: 992px) {
  .pagination .pagination-inner {
    padding: 0 40px;
  }
}
@media not screen and (min-width: 576px) {
  .pagination .pagination-inner {
    gap: 0 5.12vw;
    padding: 0 6.92vw;
  }
}
.pagination .pagination-inner .link {
  padding: 0 24px;
  min-width: 225px;
  min-height: 50px;
  font-size: 23px;
  border-radius: 10px;
}
@media not screen and (min-width: 576px) {
  .pagination .pagination-inner .link {
    padding: 0 4.1vw;
    min-height: 36px;
    font-size: 18px;
    border-radius: 4px;
  }
}
.pagination .pagination-inner .link.pagination-prev {
  background: #e4e4e4;
  color: #222;
  border: none;
}
@media not screen and (min-width: 576px) {
  .pagination .pagination-inner .link.pagination-prev {
    min-width: 103px;
  }
}
.pagination .pagination-inner .link.pagination-prev::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #222;
  border-right: 2px solid #222;
  position: relative;
  left: 0;
  transition: left 0.3s, border 0.3s;
  transform: rotate(-135deg);
}
.pagination .pagination-inner .link.pagination-prev::after {
  content: none;
}
.pagination .pagination-inner .link.pagination-prev:hover {
  background: #b7b6b6;
}
.pagination .pagination-inner .link.pagination-prev:hover::before {
  left: -10px;
}
@media not screen and (min-width: 576px) {
  .pagination .pagination-inner .link.pagination-next {
    min-width: 213px;
  }
}
.pagination .pagination-inner .pagination-prev__text.pc-visible {
  display: block;
}
@media not screen and (min-width: 576px) {
  .pagination .pagination-inner .pagination-prev__text.pc-visible {
    display: none;
  }
}
.pagination .pagination-inner .pagination-prev__text.sp-visible {
  display: none;
}
@media not screen and (min-width: 576px) {
  .pagination .pagination-inner .pagination-prev__text.sp-visible {
    display: block;
  }
}
.pagination .pagination-inner:only-child {
  justify-content: flex-end;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  color: #222;
}

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

.inner {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 40px;
}
@media not screen and (min-width: 769px) {
  .inner {
    padding: 0 20px;
  }
}
@media not screen and (min-width: 576px) {
  .inner {
    padding: 0 6.92vw;
  }
}

.section-title-lv02 {
  font-weight: bold;
  font-size: clamp(30px, 3.47vw, 50px);
  color: #003e8c;
}

.text {
  font-size: clamp(16px, 1.38vw, 20px);
  line-height: 1.75;
}

.text-bold {
  font-weight: bold;
  font-size: clamp(16px, 1.38vw, 20px);
  line-height: 1.75;
}

.link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px 0 60px;
  min-width: 462px;
  min-height: 75px;
  font-weight: bold;
  font-size: clamp(18px, 1.73vw, 25px);
  color: #003e8c;
  background: #fff;
  border: 1px solid #003e8c;
  transition: background 0.3s, color 0.3s;
}
@media not screen and (min-width: 576px) {
  .link {
    min-width: inherit;
    padding: 0 5.12vw;
    width: 100%;
    min-height: 55px;
  }
}
.link::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #003e8c;
  border-right: 2px solid #003e8c;
  transform: rotate(45deg);
  position: relative;
  left: 0;
  transition: left 0.3s, border 0.3s;
}
.link:hover {
  color: #fff;
  background: #003e8c;
  transition: background 0.3s, color 0.3s;
}
@media not screen and (min-width: 769px) {
  .link:hover {
    color: #003e8c;
    background: #fff;
  }
}
.link:hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  left: 10px;
  transition: left 0.3s, border 0.3s;
}
@media not screen and (min-width: 769px) {
  .link:hover::after {
    border-top: 2px solid #003e8c;
    border-right: 2px solid #003e8c;
    left: 0;
  }
}
.link.link--accent {
  color: #fff;
  background: #003e8c;
  transition: background 0.3s, border 0.3s;
}
.link.link--accent::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: relative;
  left: 0;
  transition: left 0.3s;
}
.link.link--accent:hover {
  background: #5e9cce;
  border: 1px solid #5e9cce;
  transition: background 0.3s, border 0.3s;
}
@media not screen and (min-width: 769px) {
  .link.link--accent:hover {
    color: #003e8c;
    background: #fff;
  }
}
.link.link--accent:hover::after {
  left: 10px;
  transition: left 0.3s;
}
@media not screen and (min-width: 769px) {
  .link.link--accent:hover::after {
    left: 0;
  }
}

.opacity-animation {
  transition: opacity 0.3s;
}
.opacity-animation:hover {
  opacity: 0.7;
  transition: opacity 0.3s;
}
@media not screen and (min-width: 769px) {
  .opacity-animation:hover {
    opacity: 1;
  }
}

.blank {
  display: flex;
  align-items: center;
  gap: 0 5px;
}
.blank::after {
  content: url("../../images/icon-blank.svg");
}
@media not screen and (min-width: 576px) {
  .blank::after {
    position: relative;
    top: 2px;
  }
}

body.home .header {
  background: transparent;
}
@media not screen and (min-width: 1200px) {
  body.home .header {
    background: #fff;
  }
}
body.home .header.add-background {
  background: #fff;
  transition: background 0.3s;
}

.category-navigation {
  padding: 0 50px;
  width: 100%;
  background: #f5f5f5;
  color: #003e8c;
  position: fixed;
  top: 140.45px;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 1500px) {
  .category-navigation {
    padding: 0 1.04vw;
  }
}
@media not screen and (min-width: 1200px) {
  .category-navigation {
    display: none;
  }
}
.category-navigation .category-navigation-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 12px 0 11px;
}
.category-navigation .category-navigation-list .category-navigation-list-item:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
  margin-right: 30px;
  min-width: 289px;
  min-height: 37px;
  font-weight: bold;
  font-size: clamp(14px, 0.989vw, 19px);
  text-align: center;
  background: #fff;
  border: 1px solid #003e8c;
  border-radius: 50px;
  transition: background 0.3s, color 0.3s;
}
@media screen and (max-width: 1420px) {
  .category-navigation .category-navigation-list .category-navigation-list-item:first-child {
    min-width: 250px;
    margin-right: 1.04vw;
  }
}
.category-navigation .category-navigation-list .category-navigation-list-item:first-child::before {
  content: "▶︎";
  font-size: clamp(12px, 0.729vw, 14px);
}
.category-navigation .category-navigation-list .category-navigation-list-item:first-child:hover {
  color: #fff;
  background: #003e8c;
  transition: background 0.3s, color 0.3s;
}
.category-navigation .category-navigation-list .category-navigation-list-item:not(:first-child) {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 25px;
  font-size: clamp(16px, 1.04vw, 20px);
  min-height: 25px;
  text-align: center;
  border-right: 1px solid #cecece;
}
@media screen and (max-width: 1420px) {
  .category-navigation .category-navigation-list .category-navigation-list-item:not(:first-child) {
    padding: 0 1.04vw;
  }
}
.category-navigation .category-navigation-list .category-navigation-list-item:nth-child(2) {
  padding-left: 0;
}
.category-navigation .category-navigation-list .category-navigation-list-item:last-child {
  border-right: none;
}

.page-section-container-lv02 {
  margin: 0 auto;
  padding: 107px 40px;
  max-width: 1280px;
}
@media not screen and (min-width: 576px) {
  .page-section-container-lv02 {
    padding: 55px 6.92vw;
  }
}

.page-section-title-lv02 {
  display: flex;
  flex-direction: column;
  font-weight: bold;
  font-size: 50px;
  text-align: center;
  color: #003e8c;
}
@media not screen and (min-width: 576px) {
  .page-section-title-lv02 {
    font-size: 28px;
  }
}
.page-section-title-lv02::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: transparent linear-gradient(270deg, #0059c8 0%, #85bbff 100%) 0% 0% no-repeat padding-box;
  position: relative;
  top: 28px;
}
@media not screen and (min-width: 576px) {
  .page-section-title-lv02::after {
    top: 11px;
  }
}

.page-section-title-lv03 {
  margin: 0 auto;
  padding: 28px 0;
  max-width: 657px;
  font-weight: bold;
  font-size: 35px;
  text-align: center;
  color: #003e8c;
  border-top: 3px solid #003e8c;
  border-bottom: 3px solid #003e8c;
}
@media not screen and (min-width: 576px) {
  .page-section-title-lv03 {
    font-size: 23px;
  }
}
.page-section-title-lv03.page-section-title-lv03--yellow {
  color: #deb02f;
  border-top: 3px solid #deb02f;
  border-bottom: 3px solid #deb02f;
}

.page-section-inner {
  margin: 0 auto;
  padding: 0 48px;
}
@media not screen and (min-width: 769px) {
  .page-section-inner {
    padding: 0;
  }
}

.products-section-container {
  margin: 0 auto;
  padding: 107px 0;
}
@media not screen and (min-width: 576px) {
  .products-section-container {
    padding: 55px 6.92vw;
  }
}
.products-section-container .page-section-inner {
  padding: 0 40px;
  max-width: 1280px;
}
@media not screen and (min-width: 576px) {
  .products-section-container .page-section-inner {
    padding: 0;
  }
}

.products-item {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media not screen and (min-width: 1200px) {
  .products-item {
    align-items: center;
    gap: 0 10px;
  }
}
@media not screen and (min-width: 992px) {
  .products-item {
    flex-direction: column;
  }
}
.products-item + .product-item {
  margin-top: 120px;
}

.products-item-head {
  flex: 1;
}
@media not screen and (min-width: 1200px) {
  .products-item-head {
    flex: inherit;
    width: 45%;
  }
}
@media not screen and (min-width: 992px) {
  .products-item-head {
    width: 100%;
  }
}
.products-item-head .products-item-head-text {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  gap: 13px 0;
}
.products-item-head .products-item-head-text .products-item-head-title {
  margin: 10px 0;
}
.products-item-head .products-item-head-text .products-item-head-title img {
  width: auto;
  height: 65px;
}
@media not screen and (min-width: 1200px) {
  .products-item-head .products-item-head-text .products-item-head-title img {
    height: 50px;
  }
}
@media not screen and (min-width: 576px) {
  .products-item-head .products-item-head-text .products-item-head-title img {
    height: 40px;
  }
}
.products-item-head .products-item-head-text .products-item-head-text-label {
  display: flex;
  gap: 0 15px;
}
.products-item-head .products-item-head-text .products-item-head-text-label__text {
  padding: 8px 12px;
  width: 116px;
  font-size: 20px;
  text-align: center;
  color: #fff;
}
@media not screen and (min-width: 576px) {
  .products-item-head .products-item-head-text .products-item-head-text-label__text {
    padding: 6px 8px 5px;
    width: 80px;
    font-size: 14px;
  }
}
.products-item-head .products-item-head-text .products-item-head-text-label__text.products-item-head-text-label__text--red {
  background: #de1310;
}
.products-item-head .products-item-head-text .products-item-head-text-label__text.products-item-head-text-label__text--blue {
  background: #003e8c;
}
@media not screen and (min-width: 992px) {
  .products-item-head .products-item-head-image {
    margin: 0 auto;
    max-width: 600px;
  }
}
@media not screen and (min-width: 576px) {
  .products-item-head .products-item-head-image {
    width: 100%;
  }
}

.products-item-detail {
  flex: 1;
}
@media not screen and (min-width: 1200px) {
  .products-item-detail {
    flex: inherit;
    width: calc(55% - 10px);
  }
}
@media not screen and (min-width: 992px) {
  .products-item-detail {
    width: 100%;
  }
}
.products-item-detail .products-item-detail__col:first-child {
  width: 46.66%;
}
.products-item-detail .products-item-detail-row-head {
  background: #cecece;
}
.products-item-detail .products-item-detail-row-head .products-item-detail-head {
  padding: 16px 20px 15px;
  font-weight: bold;
  font-size: 25px;
}
@media not screen and (min-width: 576px) {
  .products-item-detail .products-item-detail-row-head .products-item-detail-head {
    padding: 16px 10px 15px;
    font-size: 20px;
  }
}
.products-item-detail .products-item-detail-row {
  border-bottom: 1px solid #cecece;
}
.products-item-detail .products-item-detail-row .products-item-detail-row-head {
  padding: 16px 20px 13px;
  font-weight: normal;
  font-size: 18px;
  background: #e4e4e4;
}
@media not screen and (min-width: 576px) {
  .products-item-detail .products-item-detail-row .products-item-detail-row-head {
    padding: 16px 10px 13px;
    font-size: 14px;
  }
}
.products-item-detail .products-item-detail-row .products-item-detail-row-data {
  padding: 10px 20px;
  font-size: 20px;
  line-height: 1.5;
  vertical-align: middle;
}
@media not screen and (min-width: 576px) {
  .products-item-detail .products-item-detail-row .products-item-detail-row-data {
    padding: 10px;
    font-size: 16px;
  }
}
.products-item-detail .products-item-detail-row .products-item-detail-row-data.products-item-detail-row-data--addsup {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.products-item-detail .products-item-detail-row .products-item-detail-row-data.products-item-detail-row-data--addsup .products-item-detail-row-data-note {
  font-size: 20px;
  top: inherit;
}
@media not screen and (min-width: 576px) {
  .products-item-detail .products-item-detail-row .products-item-detail-row-data.products-item-detail-row-data--addsup .products-item-detail-row-data-note {
    font-size: 16px;
  }
}

.product-item-note {
  margin-top: 30px;
  width: 100%;
}
.product-item-note .product-item-note-inner {
  margin: 0 auto;
  padding: 15px 38px 11px;
  max-width: 572px;
  background: #f5f5f5;
}
@media not screen and (min-width: 576px) {
  .product-item-note .product-item-note-inner {
    padding: 23px 24px 20px;
  }
}
.product-item-note .product-item-note-inner .product-item-note-title {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}
@media not screen and (min-width: 576px) {
  .product-item-note .product-item-note-inner .product-item-note-title {
    font-size: 16px;
  }
}
.product-item-note .product-item-note-inner .product-item-note-description {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.5;
}
@media not screen and (min-width: 576px) {
  .product-item-note .product-item-note-inner .product-item-note-description {
    margin-top: 12px;
    font-size: 12px;
  }
}

.products-item-note-list-container {
  margin-top: 12px;
  width: 100%;
}
.products-item-note-list-container .products-item-note-list {
  max-width: 50%;
  margin-left: auto;
}
@media not screen and (min-width: 992px) {
  .products-item-note-list-container .products-item-note-list {
    max-width: 100%;
  }
}
.products-item-note-list-container .products-item-note-list .products-item-note-list-item {
  display: flex;
  gap: 0 10px;
  font-size: 18px;
  line-height: 1.72;
}
@media not screen and (min-width: 576px) {
  .products-item-note-list-container .products-item-note-list .products-item-note-list-item {
    font-size: 16px;
  }
}

.products-sample {
  padding: 0 60px;
}
@media not screen and (min-width: 1200px) {
  .products-sample {
    padding: 0 3.12vw;
  }
}
@media not screen and (min-width: 992px) {
  .products-sample {
    padding: 0;
  }
}

.products-sample-title {
  display: flex;
  align-items: center;
  padding-left: 20px;
  min-height: 48px;
  font-weight: bold;
  font-size: 28px;
  color: #003e8c;
  border-left: 10px solid #cecece;
}
@media not screen and (min-width: 576px) {
  .products-sample-title {
    font-size: 20px;
  }
}

.products-sample-layout {
  display: flex;
  justify-content: space-between;
  gap: 0 120px;
  margin-top: 10px;
}
@media not screen and (min-width: 1200px) {
  .products-sample-layout {
    gap: 0 3.12vw;
  }
}
@media not screen and (min-width: 769px) {
  .products-sample-layout {
    flex-direction: column;
    gap: 60px 0;
  }
}

.products-sample-item {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  flex: 1;
}
.products-sample-item .products-sample-item-body {
  margin-top: 16px;
}
.products-sample-item .products-sample-item-body .products-sample-item-title {
  display: flex;
  align-items: center;
  gap: 0 20px;
  font-weight: bold;
  font-size: 25px;
}
@media not screen and (min-width: 576px) {
  .products-sample-item .products-sample-item-body .products-sample-item-title {
    font-size: 20px;
  }
}
.products-sample-item .products-sample-item-body .products-sample-item-title .products-sample-item-title__label {
  display: block;
  padding: 3px 0;
  width: 74px;
  font-weight: normal;
  font-size: 15px;
  text-align: center;
  color: #fff;
}
@media not screen and (min-width: 576px) {
  .products-sample-item .products-sample-item-body .products-sample-item-title .products-sample-item-title__label {
    width: 70px;
    font-size: 14px;
  }
}
.products-sample-item .products-sample-item-body .products-sample-item-title .products-sample-item-title__label.products-sample-item-title__label--yellow {
  background: #e0993c;
}
.products-sample-item .products-sample-item-body .products-sample-item-title .products-sample-item-title__label.products-sample-item-title__label--blue {
  background: #114d9f;
}
.products-sample-item .products-sample-item-detail {
  margin-top: 14px;
  width: 100%;
}
.products-sample-item .products-sample-item-detail .products-sample-item-detail__col:first-child {
  width: 33.33%;
  background: #e4e4e4;
}
@media not screen and (min-width: 992px) {
  .products-sample-item .products-sample-item-detail .products-sample-item-detail__col:first-child {
    width: 45%;
  }
}
.products-sample-item .products-sample-item-detail .products-sample-item-detail-row {
  border-top: 1px solid #cecece;
}
.products-sample-item .products-sample-item-detail .products-sample-item-detail-row:last-child {
  border-bottom: 1px solid #cecece;
}
.products-sample-item .products-sample-item-detail .products-sample-item-detail-row .products-sample-item-detail-row-head {
  padding: 16px 20px 13px;
  font-size: 18px;
}
@media not screen and (min-width: 576px) {
  .products-sample-item .products-sample-item-detail .products-sample-item-detail-row .products-sample-item-detail-row-head {
    font-weight: normal;
    font-size: 14px;
  }
}
.products-sample-item .products-sample-item-detail .products-sample-item-detail-row .products-sample-item-detail-row-data {
  padding: 13px 20px;
  font-size: 20px;
}
@media not screen and (min-width: 576px) {
  .products-sample-item .products-sample-item-detail .products-sample-item-detail-row .products-sample-item-detail-row-data {
    font-size: 16px;
  }
}

.function-template .page-headline {
  margin-top: 200.33px;
}
@media not screen and (min-width: 1200px) {
  .function-template .page-headline {
    margin-top: 100px;
  }
}
@media not screen and (min-width: 576px) {
  .function-template .page-headline {
    margin-top: 72px;
  }
}
.function-template .page-function-title-lv02 {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-weight: bold;
}
.function-template .page-function-title-lv02 .page-function-title-lv02__main {
  margin-top: 32px;
  font-size: 50px;
  text-align: center;
  color: #003e8c;
}
@media not screen and (min-width: 576px) {
  .function-template .page-function-title-lv02 .page-function-title-lv02__main {
    margin-top: 15px;
    font-size: 28px;
  }
}
.function-template .page-function-title-lv02 .page-function-title-lv02__sub {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 55px;
  min-height: 63px;
  font-weight: bold;
  font-size: 35px;
  text-align: center;
  color: #003e8c;
  border: 2px solid #003e8c;
  border-radius: 6px;
}
@media not screen and (min-width: 576px) {
  .function-template .page-function-title-lv02 .page-function-title-lv02__sub {
    padding: 0 32px;
    font-size: 23px;
    min-height: 40px;
  }
}
.function-template .page-function-title-lv02 .page-function-title-lv02__label {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 0 10px;
  min-width: 201px;
  min-height: 27px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  background: #cecece;
}
@media not screen and (min-width: 576px) {
  .function-template .page-function-title-lv02 .page-function-title-lv02__label {
    margin-top: 10px;
    min-width: 156px;
    min-height: 22px;
    font-size: 12px;
  }
}
.function-template .page-function-title-lv02::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: transparent linear-gradient(270deg, #0059c8 0%, #85bbff 100%) 0% 0% no-repeat padding-box;
  position: relative;
  top: 28px;
}
@media not screen and (min-width: 576px) {
  .function-template .page-function-title-lv02::after {
    top: 11px;
  }
}
.function-template .page-function-title-lv02.page-function-title-lv02-row .page-function-title-lv02__main {
  display: flex;
  align-items: center;
  gap: 0 10px;
  position: relative;
}
@media not screen and (min-width: 576px) {
  .function-template .page-function-title-lv02.page-function-title-lv02-row .page-function-title-lv02__main {
    font-size: 26px;
  }
}
.function-template .page-function-title-lv02.page-function-title-lv02-row .page-function-title-lv02__main .page-function-title-lv02__main--option {
  display: block;
  width: 118px;
  height: 32px;
  background: url("../../images/discharge-usability-option-label.png") no-repeat center/cover;
}
@media not screen and (min-width: 576px) {
  .function-template .page-function-title-lv02.page-function-title-lv02-row .page-function-title-lv02__main .page-function-title-lv02__main--option {
    margin-right: -5px;
    width: 85px;
    height: 23px;
  }
}
.function-template .function-flex {
  display: flex;
}
@media not screen and (min-width: 576px) {
  .function-template .function-flex {
    flex-direction: column;
  }
}
.function-template .function-section-title-fz35 {
  font-weight: bold;
  font-size: 35px;
  text-align: center;
}
@media not screen and (min-width: 576px) {
  .function-template .function-section-title-fz35 {
    font-size: 23px;
    line-height: 1.56;
  }
}
.function-template .function-section-title-fz35 .sp-visible {
  display: none;
}
@media not screen and (min-width: 576px) {
  .function-template .function-section-title-fz35 .sp-visible {
    display: block;
  }
}
.function-template .function-section-title-fz35.function-section-title-fz35-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
  position: relative;
}
@media not screen and (min-width: 576px) {
  .function-template .function-section-title-fz35.function-section-title-fz35-row {
    font-size: 26px;
  }
}
.function-template .function-section-title-fz35.function-section-title-fz35-row .function-section-title-fz35--option {
  display: block;
  width: 118px;
  height: 32px;
  background: url("../../images/discharge-usability-option-label.png") no-repeat center/cover;
}
@media not screen and (min-width: 576px) {
  .function-template .function-section-title-fz35.function-section-title-fz35-row .function-section-title-fz35--option {
    margin-right: -5px;
    width: 85px;
    height: 23px;
  }
}
.function-template .function-section-container-lv05 {
  margin-top: 66px;
}
.function-template .function-section-container-lv05 + .function-section-container-lv05 {
  margin-top: 120px;
}
@media not screen and (min-width: 576px) {
  .function-template .function-section-container-lv05 + .function-section-container-lv05 {
    margin-top: 60px;
  }
}
.function-template .function-section-title-fz28 {
  display: flex;
  align-items: center;
  padding-left: 20px;
  min-height: 48px;
  font-weight: bold;
  font-size: 28px;
  color: #003e8c;
  border-left: 10px solid #cecece;
}
@media not screen and (min-width: 576px) {
  .function-template .function-section-title-fz28 {
    padding: 5px 0 5px 20px;
    min-height: inherit;
    font-size: 18px;
    line-height: 1.55;
  }
}
.function-template .function-section-title-fz28 .sp-visible {
  display: none;
}
@media not screen and (min-width: 576px) {
  .function-template .function-section-title-fz28 .sp-visible {
    display: block;
  }
}
.function-template .function-section-title-fz28.function-section-title-fz28-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
  position: relative;
}
@media not screen and (min-width: 576px) {
  .function-template .function-section-title-fz28.function-section-title-fz28-row {
    font-size: 26px;
  }
}
.function-template .function-section-title-fz28.function-section-title-fz28-row .function-section-title-fz28--option {
  display: block;
  width: 118px;
  height: 32px;
  background: url("../../images/discharge-usability-option-label.png") no-repeat center/cover;
}
@media not screen and (min-width: 576px) {
  .function-template .function-section-title-fz28.function-section-title-fz28-row .function-section-title-fz28--option {
    margin-right: -5px;
    width: 85px;
    height: 23px;
  }
}
.function-template .function-text {
  font-size: 20px;
  line-height: 1.75;
}
@media not screen and (min-width: 576px) {
  .function-template .function-text {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.875;
  }
}
.function-template .function-text.sp-visible {
  display: none;
}
@media not screen and (min-width: 576px) {
  .function-template .function-text.sp-visible {
    display: block;
  }
}
.function-template .download-container {
  background: #f5f5f5;
}
@media not screen and (min-width: 576px) {
  .function-template .pagination-next {
    margin-left: auto;
    width: 54.61vw;
  }
}

.error-text {
  font-size: 20px;
  line-height: 1.4;
  color: #ff0000;
}
@media not screen and (min-width: 576px) {
  .error-text {
    font-size: 14px !important;
  }
}
.error-text.is-hidden {
  display: none;
}




.category-navigation .category-navigation-list .category-navigation-list-item:nth-child(n+2).act a {	
	color: #cecece;	
	position: relative;	
}	
.category-navigation .category-navigation-list .category-navigation-list-item:nth-child(n+2).act a:after {	
	content: "";	
	position: absolute;	
	left: 0;	
	bottom: 0;	
	width: 100%;	
	height: 1px;	
	background: #cecece;	
	visibility: visible;	
	opacity: 1;	
}	
.category-navigation .category-navigation-list .category-navigation-list-item:nth-child(n+2) a {	
	text-decoration: none;	
	position: relative;	
	transition: 0.3s;	
}	
.category-navigation .category-navigation-list .category-navigation-list-item:nth-child(n+2) a:hover {	
	color: #cecece;	
	text-decoration: none;	
	transition: 0.3s;	
	position: relative;	
}	
.category-navigation .category-navigation-list .category-navigation-list-item:nth-child(n+2) a:hover:after {	
	content: "";	
	position: absolute;	
	left: 0;	
	bottom: 0;	
	width: 100%;	
	height: 1px;	
	background: #cecece;	
}
