body {
  color: #333;
  font-weight: 400;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  line-height: 1.6;
  letter-spacing: 0.03em;
  background: #F2F4F7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  font-size: 0.8125rem;
}

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

a {
  color: #333;
}

a[href^="tel:"] {
  cursor: default;
}

.del-inline-xxs {
  display: inline;
}

.del-inline-xs {
  display: inline;
}

.del-inline-s {
  display: inline;
}

.del-inline-sm {
  display: inline;
}

.del-inline-m {
  display: inline;
}

.del-inline-ml {
  display: inline;
}

.del-inline-l {
  display: inline;
}

.del-inline-xl {
  display: inline;
}

.del-inline-xxl {
  display: inline;
}

.del-none-xxs {
  display: none;
}

.del-none-xs {
  display: none;
}

.del-none-s {
  display: none;
}

.del-none-sm {
  display: none;
}

.del-none-m {
  display: none;
}

.del-none-ml {
  display: none;
}

.del-none-l {
  display: none;
}

.del-none-xl {
  display: none;
}

.del-none-xxl {
  display: none;
}

/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model
   ========================================================================== */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* 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 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* 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 {
  clear: both;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  margin: 0;
  overflow: visible;
  /* 2 */
  color: inherit;
  border: 0;
  border-top: 1px solid;
}

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

address {
  font-style: inherit;
}

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

/**
 * 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 */
  border-bottom: none;
  /* 1 */
}

/**
 * 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-size: inherit;
  /* 2 */
  font-family: monospace, monospace;
  /* 1 */
}

/**
 * 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  vertical-align: bottom;
  border-style: none;
}

embed,
object,
iframe {
  vertical-align: bottom;
  border: 0;
}

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

[type=checkbox] {
  /* 1 */
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  /* 1 */
  -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 {
  padding: 0;
  border-style: none;
}

/**
 * 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 padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 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 {
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  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;
}

/**
 * 1. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
  /* 1 */
}

/**
 * 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 {
  font: inherit;
  /* 2 */
  -webkit-appearance: button;
  /* 1 */
}

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

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

caption {
  text-align: left;
}

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

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

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

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

body.js-open .header {
  background: transparent;
  transition: all 0.5s;
}
body.js-open .c-sub-mv__tit {
  z-index: 1;
  transition: all 0.5s;
}

/* ---------------------------------------------------------
	header
--------------------------------------------------------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  width: 100%;
  height: 70px;
  background: #fff;
}
.header__logo {
  position: absolute;
  top: 50%;
  left: 6.6667%;
  z-index: 1;
  width: 200px;
  height: 36px;
  font-size: 0;
  transform: translateY(-50%);
}
.header .gnav {
  position: fixed;
  overflow-y: scroll;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-overflow-scrolling: touch;
}
.header .gnav .container {
  padding: 70px 6.6667% 20px;
}
.header .gnav__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.6vw -15px;
}
.header .gnav__item {
  width: 50%;
  margin-bottom: 3.2vw;
  padding: 0 1.6vw;
}
.header .gnav__item:nth-of-type(3) .icon {
  margin-bottom: -5px;
}
.header .gnav__item:nth-of-type(4) .icon {
  margin-bottom: -5px;
}
.header .gnav__item > a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 36vw;
  padding-bottom: 15%;
  text-align: center;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 5px 4px rgba(0, 0, 0, 0.05);
}
.header .gnav__item .btn-arw {
  right: 7px;
  bottom: 7px;
}
.header .gnav__item .tit .jp {
  display: block;
  font-weight: 700;
  font-size: 4.2666666667vw;
  line-height: 1.35;
  letter-spacing: 0;
}
.header .gnav__item .tit .jp span {
  display: block;
  margin-top: 0.135em;
  font-size: 3.2vw;
  letter-spacing: 0.05em;
}
.header .gnav__item .tit .en {
  display: block;
  margin-top: 0.2em;
  color: #C1C7D1;
  font-size: 3.2vw;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0;
}
.header .gnav__ss-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 18.6666666667vw;
  max-height: 116px;
  margin: 15px auto 0;
  text-align: center;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 5px 4px rgba(0, 0, 0, 0.05);
}
.header .gnav__ss-btn .icon {
  margin-right: 7px;
}
.header .gnav__ss-btn .jp {
  display: block;
  font-weight: 700;
  font-size: 4.8vw;
  line-height: 1.35;
  letter-spacing: 0;
}
.header .gnav__ss-btn .btn-arw {
  top: 50%;
  right: 7px;
  transform: translateY(-50%);
}
.header .gnav.js-open {
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  background: #F2F4F7;
  visibility: visible;
  opacity: 1;
  transition: all 0.2s;
  pointer-events: auto;
  -webkit-overflow-scrolling: touch;
}
.header .gnav.js-open .header-gnav__list {
  opacity: 1;
}

.btn-menu {
  position: absolute;
  top: 15px;
  right: 6.667%;
  z-index: 1010;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  outline: none;
}
.btn-menu span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 40px;
  height: 30px;
  margin: auto;
}
.btn-menu span i {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  margin: 0 auto;
  background-color: #5858BC;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.btn-menu span i:nth-last-of-type(1) {
  top: 0;
}
.btn-menu span i:nth-last-of-type(2) {
  top: 13px;
}
.btn-menu span i:nth-last-of-type(3) {
  bottom: 0;
}
.btn-menu.js-open span i:nth-last-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.btn-menu.js-open span i:nth-last-of-type(2) {
  visibility: hidden;
  opacity: 0;
}
.btn-menu.js-open span i:nth-last-of-type(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

/* ---------------------------------------------------------
	footer
--------------------------------------------------------- */
.footer {
  position: relative;
}
.footer__top {
  padding: 25px 0;
  background: #fff;
}
.footer__bnr-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__bnr-list .bnr-item {
  margin: 0 15px;
}
.footer__bnr-list .bnr-item a {
  display: block;
}
.footer__bnr-list .bnr-item a:hover {
  opacity: 0.8;
}
.footer__bottom {
  padding: 17px 0;
  background: #333;
}
.footer__bottom .copyright {
  color: #fff;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  font-size: 10px;
  font-size: 0.625rem;
}

/* ---------------------------------------------------------
	content
--------------------------------------------------------- */
.container {
  padding: 0 6.6667%;
}

/* ---------------------------------------------------------
	modules
--------------------------------------------------------- */
/* -- mv -- */
.c-sub-mv {
  position: relative;
  width: 100%;
  height: 275px;
  font-size: 0;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.c-sub-mv .container {
  position: relative;
  height: 100%;
}
.c-sub-mv__tit {
  position: absolute;
  top: 60%;
  left: 50%;
  z-index: 20;
  text-align: center;
  transform: translate(-50%, -50%);
}
.c-sub-mv__tit .jp {
  position: relative;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
  font-size: 24px;
  font-size: 1.5rem;
}
.c-sub-mv__tit .jp span {
  display: block;
  margin-top: 2px;
  font-size: 15px;
  font-size: 0.9375rem;
}
.c-sub-mv__tit .en {
  position: relative;
  margin-top: 5px;
  color: #C1C7D1;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  font-size: 14px;
  font-size: 0.875rem;
}

/* -- btn -- */
.c-btn-wrap {
  margin-top: 60px;
  text-align: center;
}

.c-btn,
.c-btn2 {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 240px;
  height: 70px;
  font-weight: 700;
  text-align: center;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 5px 6px 2px rgba(0, 0, 0, 0.05);
  font-size: 15px;
  font-size: 0.9375rem;
}
.c-btn .en,
.c-btn2 .en {
  font-family: "Roboto", sans-serif;
}
.c-btn .btn-arw {
  top: 50%;
  right: 7px;
  transform: translateY(-50%);
}
.c-btn2 .btn-arw {
  top: 50%;
  left: 7px;
  transform: translateY(-50%) scale(-1, 1);
}

.btn-arw {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #F2F4F7;
  border-radius: 50%;
}
.btn-arw::after {
  position: absolute;
  top: 50%;
  left: 48%;
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #565CBA;
  border-right: 2px solid #565CBA;
  transform: rotate(45deg) translate(-50%, -50%);
  transform-origin: left top;
  content: "";
}

.tal {
  text-align: left;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

/* ---------------------------------------------------------
	download
--------------------------------------------------------- */
.download .c-sub-mv__tit::before {
  display: inline-block;
  width: 90px;
  height: 90px;
  background-image: url("../img/icon06.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  content: "";
}

.download-main {
  padding: 30px 0 35px;
}

.download-side {
  position: relative;
  z-index: 2;
}
.download-side__inner {
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
}
.download-side__tit {
  position: relative;
  display: block;
  margin-bottom: 10px;
  padding-left: 30px;
  color: #5858BC;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  font-size: 14px;
  font-size: 0.875rem;
}
.download-side__tit::before {
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 20px;
  height: 2px;
  background: #5858BC;
  content: "";
}
.download-side__block {
  position: relative;
}
.download-side__block .block-tit {
  position: relative;
  display: flex;
  align-items: center;
  height: 60px;
  padding: 5px 50px 5px 25px;
  color: #5858BC;
  background: #fff;
  border: 2px solid #5858BC;
  border-radius: 5px;
  font-size: 15px;
  font-size: 0.9375rem;
}
.download-side__block .block-tit.active {
  border-radius: 5px 5px 0 0;
}
.download-side__block .block-tit.active i::before {
  transform: rotate(180deg);
  opacity: 0;
}
.download-side__block .block-tit i {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 15px;
  height: 2px;
  color: #5858BC;
  line-height: 1;
  background: currentColor;
  transform: translateY(-50%);
}
.download-side__block .block-tit i::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  content: "";
}
.download-side__block .block-item:last-child {
  border-bottom: none;
}

.download-cont-wrap {
  width: 100%;
}

.download-cont {
  position: relative;
  padding: 35px 0 15px;
}
.download-cont__tit {
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 1.4615384615;
  letter-spacing: 0;
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
}
.download-cont__item {
  margin-bottom: 35px;
}
.download-cont__item:last-child {
  margin-bottom: 0;
}
.download-cont__block-item {
  margin-bottom: 53px;
}
.download-cont__block-item:last-child {
  margin-bottom: 0;
}
.download-cont__block-item .tit {
  margin-bottom: 18px;
  padding: 5px 10px;
  color: #5858BC;
  font-weight: 700;
  background: #D8DFED;
  border-radius: 5px;
  font-size: 14px;
  font-size: 0.875rem;
}
.download-cont__block-item .download-item {
  margin-bottom: 18px;
}
.download-cont__block-item .download-item:last-child {
  margin-bottom: 0;
}
.download-cont__block-item .download-item a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 80px;
  padding: 5px 40px 5px 52px;
  font-weight: 500;
  line-height: 1.45;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 5px 4px rgba(0, 0, 0, 0.05);
  font-size: 14px;
  font-size: 0.875rem;
}
.download-cont__block-item .download-item a.pdf::before {
  background-image: url("../img/icon_pdf.svg");
}
.download-cont__block-item .download-item a.xls::before {
  background-image: url("../img/icon_xls.svg");
}
.download-cont__block-item .download-item a.doc::before {
  background-image: url("../img/icon_doc.svg");
}
.download-cont__block-item .download-item a::before {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  transform: translateY(-50%);
  content: "";
}
.download-cont__block-item .download-item a::after {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 17px;
  background-image: url("../img/icon_dl.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  transform: translateY(-50%);
  content: "";
}

.c-table {
  width: 100%;
  overflow: hidden;
  border: 1px solid #5858BC;
  border-radius: 5px;
}
.c-table dl {
  display: flex;
}
.c-table dl:last-child dt,
.c-table dl:last-child dd {
  border-bottom: none;
}
.c-table dt,
.c-table dd {
  line-height: 1.45;
  letter-spacing: 0;
  font-size: 12px;
  font-size: 0.75rem;
}
.c-table dt {
  flex: none;
  width: 70px;
  padding: 5px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  background: #5858BC;
  border-bottom: 1px solid #fff;
}
.c-table dd {
  width: 100%;
  padding: 5px 12px;
  background: #fff;
  border-bottom: 1px solid #5858BC;
}
@media screen and (min-width: 361px) {
  .del-inline-xxs {
    display: none;
  }
  .del-none-xxs {
    display: inline;
  }
}
@media screen and (min-width: 641px) {
  .del-inline-xs {
    display: none;
  }
  .del-none-xs {
    display: inline;
  }
}
@media screen and (min-width: 768px) {
  body {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .del-inline-s {
    display: none;
  }
  .del-none-s {
    display: inline;
  }
  .header {
    height: 90px;
  }
  .header__logo {
    left: 30px;
    width: 244px;
    height: 44px;
  }
  .header .gnav .container {
    padding: 90px 40px 40px;
  }
  .header .gnav__list {
    margin: 0 -12.5px -25px;
  }
  .header .gnav__item {
    width: 33.3334%;
    margin-bottom: 25px;
    padding: 0 12.5px;
  }
  .header .gnav__item:nth-of-type(1) {
    order: 1;
  }
  .header .gnav__item:nth-of-type(2) {
    order: 4;
  }
  .header .gnav__item:nth-of-type(3) {
    order: 2;
  }
  .header .gnav__item:nth-of-type(4) {
    order: 5;
  }
  .header .gnav__item:nth-of-type(5) {
    order: 3;
  }
  .header .gnav__item:nth-of-type(6) {
    order: 6;
  }
  .header .gnav__item > a {
    height: 28.8306451613vw;
    max-height: 286px;
    padding-bottom: 12.5%;
  }
  .header .gnav__item > a:hover .btn-arw {
    background: #565CBA;
  }
  .header .gnav__item > a:hover .btn-arw::after {
    border-top-color: #F2F4F7;
    border-right-color: #F2F4F7;
  }
  .header .gnav__item .btn-arw {
    right: 15px;
    bottom: 10px;
  }
  .header .gnav__item .icon {
    margin-bottom: 5px;
  }
  .header .gnav__item .tit .jp {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .header .gnav__item .tit .jp span {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .header .gnav__item .tit .en {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .header .gnav__ss-btn {
    height: 116px;
    margin-top: 30px;
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  }
  .header .gnav__ss-btn .jp {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .header .gnav__ss-btn .btn-arw {
    right: 15px;
  }
  .header .gnav__ss-btn:hover .btn-arw {
    background: #565CBA;
  }
  .header .gnav__ss-btn:hover .btn-arw::after {
    border-top-color: #F2F4F7;
    border-right-color: #F2F4F7;
  }
  .btn-menu {
    top: 20px;
    right: 25px;
    width: 50px;
    height: 50px;
  }
  .footer__bnr-list .bnr-item {
    margin: 0 25px;
  }
  .footer__bnr-list .bnr-item a {
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  }
  .footer__bottom .copyright {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .container {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 40px;
  }
  .c-sub-mv {
    height: 310px;
  }
  .c-sub-mv__tit {
    top: 50%;
  }
  .c-sub-mv__tit .jp {
    font-size: 34px;
    font-size: 2.125rem;
  }
  .c-sub-mv__tit .jp span {
    font-size: 21px;
    font-size: 1.3125rem;
  }
  .c-sub-mv__tit .en {
    margin-top: 5px;
    font-size: 16px;
    font-size: 1rem;
  }
  .c-btn-wrap {
    margin-top: 80px;
  }
  .c-btn,
.c-btn2 {
    width: auto;
    height: 70px;
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    font-size: 16px;
    font-size: 1rem;
  }
  .c-btn:hover .btn-arw,
.c-btn2:hover .btn-arw {
    background: #565CBA;
  }
  .c-btn:hover .btn-arw::after,
.c-btn2:hover .btn-arw::after {
    border-top-color: #F2F4F7;
    border-right-color: #F2F4F7;
  }
  .c-btn {
    padding: 5px 70px 5px 30px;
  }
  .c-btn .btn-arw {
    right: 15px;
  }
  .c-btn2 {
    padding: 5px 30px 5px 70px;
  }
  .c-btn2 .btn-arw {
    left: 15px;
  }
  .btn-arw {
    width: 30px;
    height: 30px;
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  }
  .btn-arw::after {
    width: 7px;
    height: 7px;
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  }
  .download .c-sub-mv__tit::before {
    width: 98px;
    height: 98px;
  }
  .download-main {
    padding: 0 0 75px;
  }
  .download-main .container {
    display: flex;
    flex-direction: row-reverse;
  }
  .download-side {
    flex: none;
    width: 189px;
    padding: 70px 0 0 45px;
  }
  .download-side__block .block-tit {
    display: none;
  }
  .download-side__block .block-item a:hover {
    text-decoration: underline;
  }
  .download-cont {
    padding: 55px 0 20px;
  }
  .download-cont__tit {
    margin-bottom: 35px;
    font-size: 26px;
    font-size: 1.625rem;
  }
  .download-cont__item {
    margin-bottom: 55px;
  }
  .download-cont__block-item {
    margin-bottom: 30px;
  }
  .download-cont__block-item .tit {
    font-size: 16px;
    font-size: 1rem;
  }
  .download-cont__block-item .download-item a {
    height: 100%;
    min-height: 80px;
    padding: 5px 40px 5px 52px;
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    font-size: 14px;
    font-size: 0.875rem;
  }
  .download-cont__block-item .download-item a::before {
    width: 32px;
    height: 32px;
  }
  .download-cont__block-item .download-item a::after {
    width: 20px;
    height: 17px;
  }
  .c-table dt,
.c-table dd {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .c-table dd {
    padding: 5px 15px;
  }
}
@media screen and (min-width: 992px) {
  .del-inline-sm {
    display: none;
  }
  .del-none-sm {
    display: inline;
  }
  .header .gnav__list {
    margin: 0 0 -35px;
    padding: 0 20px;
  }
  .header .gnav__item {
    margin-bottom: 35px;
    padding: 0 20px;
  }
  .header .gnav__item:nth-of-type(3) .icon {
    margin-bottom: 5px;
  }
  .header .gnav__item:nth-of-type(4) .icon {
    margin-bottom: 5px;
  }
  .header .gnav__item > a {
    padding-bottom: 5%;
  }
  .header .gnav__item .btn-arw {
    bottom: 15px;
  }
  .header .gnav__item .icon {
    margin-bottom: 15px;
  }
  .header .gnav__ss-btn {
    width: calc(100% - 80px);
  }
}
@media screen and (min-width: 1081px) {
  .del-inline-m {
    display: none;
  }
  .del-none-m {
    display: inline;
  }
}
@media screen and (min-width: 1281px) {
  .del-inline-ml {
    display: none;
  }
  .del-none-ml {
    display: inline;
  }
}
@media screen and (min-width: 1440px) {
  .del-inline-l {
    display: none;
  }
  .del-none-l {
    display: inline;
  }
}
@media screen and (min-width: 1601px) {
  .del-inline-xl {
    display: none;
  }
  .del-none-xl {
    display: inline;
  }
}
@media screen and (min-width: 1921px) {
  .del-inline-xxl {
    display: none;
  }
  .del-none-xxl {
    display: inline;
  }
}
@media screen and (max-width: 767px) {
  .header .gnav__item .btn-arw {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
  .header .gnav__item .btn-arw::after {
    width: 1.6vw;
    height: 1.6vw;
  }
  .header .gnav__item .icon img {
    height: 13.3333333333vw;
  }
  .header .gnav__ss-btn .icon img {
    width: 11.2vw;
  }
  .header .gnav__ss-btn .btn-arw {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
  .header .gnav__ss-btn .btn-arw::after {
    width: 1.6vw;
    height: 1.6vw;
  }
  .download-side__block .block-list {
    position: absolute;
    top: 60px;
    right: 0;
    z-index: 1;
    display: none;
    width: 100%;
    overflow: hidden;
    border: 2px solid #5858BC;
    border-top: none;
    border-radius: 0 0 5px 5px;
  }
  .download-side__block .block-item {
    width: 100%;
    background: #D8DFED;
    border-bottom: 2px solid #5858BC;
  }
  .download-side__block .block-item a {
    position: relative;
    z-index: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    height: 56px;
    padding: 5px 50px 5px 25px;
    white-space: nowrap;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
