@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.7;
  }
}
@keyframes fade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.7;
  }
}
@-webkit-keyframes fade-out {
  from {
    opacity: 0.7;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 0.7;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein-cta {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transition-delay: 2s;
    transition-delay: 2s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.sp-visible {
  display: none !important;
}
.sm-visible {
  display: none !important;
}
.md-visible {
  display: none !important;
}
.pc-visible {
  display: block !important;
}
.d-flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.d-inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.column {
  margin-bottom: 20px;
}
.column:last-child {
  margin-bottom: 0;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mt-70 {
  margin-top: 70px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mt-m10 {
  margin-top: -10px !important;
}
.mt-m20 {
  margin-top: -20px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.mb-70 {
  margin-bottom: 70px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.mb-m10 {
  margin-bottom: -10px !important;
}
.mb-m20 {
  margin-bottom: -20px !important;
}
.pt-10 {
  padding-top: 10px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pt-50 {
  padding-top: 50px !important;
}
.pt-60 {
  padding-top: 60px !important;
}
.pt-70 {
  padding-top: 70px !important;
}
.pt-80 {
  padding-top: 80px !important;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.pb-60 {
  padding-bottom: 60px !important;
}
.pb-70 {
  padding-bottom: 70px !important;
}
.pb-80 {
  padding-bottom: 80px !important;
}
.p-10 {
  padding: 10px !important;
}
.p-20 {
  padding: 20px !important;
}
.p-30 {
  padding: 30px !important;
}
.p-40 {
  padding: 40px !important;
}
.p-50 {
  padding: 50px !important;
}
.p-60 {
  padding: 60px !important;
}
.p-70 {
  padding: 70px !important;
}
.p-80 {
  padding: 80px !important;
}
.flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.underline {
  text-decoration: underline !important;
}
.no-underline {
  text-decoration: none !important;
}
.content--medium {
  max-width: 620px;
  margin: 0 auto;
}
.content--660 {
  max-width: 660px;
  margin: 0 auto;
}
.content--760 {
  max-width: 760px;
  margin: 0 auto;
}
.content--920 {
  max-width: 920px;
  margin: 0 auto;
}
.content--460 {
  max-width: 460px;
  margin: 0 auto;
}
.text-middle {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.color-red {
  color: #e3215a;
}
.for-new--hidden {
  display: none !important;
}
.for-customer--hidden {
  display: none !important;
}
.disable-scroll {
  overflow: hidden;
}
.img-fixed {
  height: 100%;
  width: 100%;
  overflow: hidden !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  position: relative;
}
img.full-width {
  width: 100% !important;
  height: auto !important;
}
img.full-height {
  height: 100% !important;
  width: auto !important;
  max-width: unset !important;
}
html {
  font-size: 16px;
  height: 100%;
}
body {
  height: 100%;
  color: #222;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, "Hiragino Sans",
    sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  background-color: #f6f8f9;
  min-width: auto !important;
}
*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
ol[class],
ul[class] {
  list-style: none;
  padding: 0;
}
ul {
  margin: 0;
  padding: 0;
}
blockquote,
body,
dd,
dl,
figcaption,
figure,
h1,
h2,
h3,
h4,
h5,
li,
ol[class],
p,
ul[class] {
  margin: 0;
}
a {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration: none;
  opacity: 1;
  color: inherit;
}
img {
  max-width: 100%;
}
button,
input,
select,
textarea {
  font: inherit;
}
audio,
canvas,
iframe,
img,
svg,
textarea,
video {
  vertical-align: middle;
}
textarea {
  resize: none;
}
section {
  position: relative;
}
.wrapper {
  position: relative;
  overflow-x: hidden;
  background-color: #fff;
}
.wrapper--scroll {
  padding-top: 103px;
}
@media (min-width: 769px) and (max-width: 1199px) {
  .wrapper--scroll {
    padding-top: 97px;
  }
}
.container .content__body {
  max-width: 1000px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.container .container__row {
  padding: 0 15px;
}
.container-1280 {
  margin: 0 auto;
  max-width: 1280px;
}
.container-1280 .container__body {
  width: 1200px;
}
input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0 30px #fff inset !important;
}
a,
button,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}
.noscript {
  background-color: #f0f3f5;
  padding: 20px;
  width: 100%;
  color: #2e2e2e;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(/common21/imgs/icon-arrow-down-blue.svg);
  background-size: 12px 6px;
  background-repeat: no-repeat;
  background-position-x: calc(100% - 10px);
  background-position-y: 50%;
}
select::-ms-expand {
  display: none;
}

button:hover {
  opacity: 0.7;
  cursor: pointer; }

@font-face {
  font-family: icomoon;
  src: url(/english/common21/fonts/icomoon.eot?u6twvm);
  src: url(/english/common21/fonts/icomoon.eot?u6twvm#iefix) format("embedded-opentype"),
    url(/english/common21/fonts/icomoon.ttf?u6twvm) format("truetype"),
    url(/english/common21/fonts/icomoon.woff?u6twvm) format("woff"),
    url(/english/common21/fonts/icomoon.svg?u6twvm#icomoon) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
[class*=" icon-"],
[class^="icon-"] {
  font-family: icomoon !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-plus:before {
  content: "\e904";
  color: #2076c7;
}
.icon-arrow--up:before {
  content: "\e905";
  color: #2076c7;
}
.icon-anchor--down:before {
  content: "\e902";
  color: #2076c7;
}
.icon-arrow--right:before {
  content: "\e903";
  color: #2076c7;
}
.icon-arrow--left:before {
  content: "\e903";
  color: #2076c7;
  display: block;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.icon-camera {
  background: url(/common21/imgs/icon-camera.svg) no-repeat center center;
  background-size: contain;
  height: 15px;
  width: 24px;
  display: inline-block;
}
img.icon-folder,
img.icon-arrow--right,
img.icon-arrow--left,
img.icon-arrow--down,
img.icon-newtab,
img.icon-pdf {
  height: 15px;
}
.icon-pdf {
  height: 15px;
}
.icon-down,
.icon-up {
  width: 18px;
  height: 18px;
  display: inline-block;
}
.icon-down--medium {
  width: 22px;
  height: 22px;
}
.icon-down--large {
  width: 26px;
  height: 26px;
}
.icon-up--medium {
  width: 22px;
  height: 22px;
}
.icon-up--large {
  width: 26px;
  height: 26px;
}
.icon-minus:before {
  content: "\e915";
  color: #2076c7;
}
.icon-tick:before {
  content: "\e910";
  color: #2076c7;
}
.icon-forward:before {
  content: "\e911";
  color: #fff;
}
.icon-back:before {
  content: "\e912";
  color: #fff;
}
.icon-next:before {
  content: "\e913";
  color: #fff;
}
.icon-prev:before {
  content: "\e914";
  color: #fff;
}
.icon-zoom {
  background: url(/common21/imgs/icon-zoom.svg) no-repeat center center;
  background-size: contain;
  height: 15px;
  width: 15px;
  display: inline-block;
}
.icon-close {
  background: url(/common21/imgs/icon-close-blue.svg) no-repeat center center;
  background-size: contain;
  height: 12px;
  width: 12px;
  display: inline-block;
}
.icon-connector:before {
  content: "\e91b";
  color: #2076c7;
}
.btn-caption {
  padding: 8px 20px;
  width: 100%;
  max-width: 335px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
  font-size: 18px;
  font-weight: 700;
  border-radius: 6px;
  color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 70px;
  border-width: 2px;
  border-style: solid;
  word-break: break-word;
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.15);
}
.btn-caption span:first-child {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  margin-bottom: 2px;
}
.btn-caption span:last-child {
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
}
.btn-caption.btn--normal span[class^="icon-"]:before {
  color: #2076c7;
}
.btn-caption .icon-newtab,
.btn-caption .icon-pdf {
  padding-left: 10px;
  margin-top: -5px;
}
.btn-caption span.icon-anchor--down:before {
  font-size: 13px;
  top: 4px;
}
.btn-caption.btn--normal {
  color: #2076c7;
  border-color: #2076c7;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-caption.btn--normal span.icon-anchor--down:before {
  color: #2076c7;
}
.btn-caption.btn--main {
  background-color: #2076c7;
  border-color: #2076c7;
}
.btn-caption.btn--accent {
  background-color: #e3215a;
  border-color: #e3215a;
}
.btn-caption.btn--sub {
  background-color: #0e819a;
  border-color: #0e819a;
}
.btn-caption.btn--inactive {
  background-color: #adadad;
  border-color: #adadad;
  pointer-events: none;
}
.btn-small {
  width: 100%;
  max-width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  border-radius: 6px;
  color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 50px;
  padding: 11px 20px;
  border-width: 2px;
  border-style: solid;
  word-break: break-word;
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.15);
}
.btn-small.btn--normal {
  color: #2076c7;
  border-color: #2076c7;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-small.btn--main {
  background-color: #2076c7;
  border-color: #2076c7;
}
.btn-small.btn--accent {
  background-color: #e3215a;
  border-color: #e3215a;
}
.btn-small.btn--sub {
  background-color: #0e819a;
  border-color: #0e819a;
}
.btn-small.btn--inactive {
  background-color: #adadad;
  border-color: #adadad;
  pointer-events: none;
}
.btn-xs {
  width: 100%;
  max-width: 125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
  font-size: 16px;
  font-weight: 700;
  border-radius: 6px;
  color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 40px;
  border-width: 2px;
  border-style: solid;
  word-break: break-word;
  letter-spacing: 0.03em;
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.15);
}
.btn-xs.btn--normal {
  color: #2076c7;
  border-color: #2076c7;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-xs.btn--main {
  background-color: #2076c7;
  border-color: #2076c7;
}
.btn-xs.btn--accent {
  background-color: #de2d62;
  border-color: #de2d62;
}
.btn-xs.btn--sub {
  background-color: #0e819a;
  border-color: #0e819a;
}
.btn-xs.btn--applications {
  background-color: #57c200;
  border-color: #57c200;
}
.btn-xs.btn--special {
  background-color: #F57609;
  border-color: #F57609;
}
.btn-xs.btn--inactive {
  background-color: #adadad;
  border-color: #adadad;
  pointer-events: none;
}
.btn-large {
  width: 100%;
  max-width: 335px;
  display: block;
  margin: auto;
  font-size: 18px;
  font-weight: 700;
  border-radius: 6px;
  color: #fff;
  height: auto;
  padding: 15px 30px;
  text-align: center;
  line-height: 22px;
  border-width: 2px;
  border-style: solid;
  word-break: break-word;
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.15);
}
.btn-large.btn--normal {
  color: #2076c7;
  border-color: #2076c7;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-large.btn--main {
  background-color: #2076c7;
  border-color: #2076c7;
}
.btn-large.btn--accent {
  background-color: #e3215a;
  border-color: #e3215a;
}
.btn-large.btn--sub {
  background-color: #0e819a;
  border-color: #0e819a;
}
.btn-large.btn--inactive {
  background-color: #adadad;
  border-color: #adadad;
  pointer-events: none;
}
.btn-caption--large {
  max-width: 335px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
  font-size: 18px;
  font-weight: 700;
  border-radius: 6px;
  color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
  text-align: center;
  padding: 16px 20px;
  border-width: 2px;
  border-style: solid;
  word-break: break-word;
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.15);
}
.btn-caption--large span:first-child {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  margin-bottom: 2px;
}
.btn-caption--large span:last-child {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  display: inline-table;
}
.btn-caption--large.btn--normal {
  color: #2076c7;
  border-color: #2076c7;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-caption--large.btn--main {
  background-color: #2076c7;
  border-color: #2076c7;
}
.btn-caption--large.btn--accent {
  background-color: #e3215a;
  border-color: #e3215a;
}
.btn-caption--large.btn--sub {
  background-color: #0e819a;
  border-color: #0e819a;
}
.btn-caption--large.btn--inactive {
  background-color: #adadad;
  border-color: #adadad;
  pointer-events: none;
}
.btn-small--large {
  width: 100%;
  max-width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
  font-size: 14px;
  font-weight: 700;
  border-radius: 6px;
  color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
  border-width: 2px;
  border-style: solid;
  line-height: 18px;
  padding: 11px 20px;
  text-align: center;
  word-break: break-word;
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.15);
}
.btn-small--large.btn--normal {
  color: #2076c7;
  border-color: #2076c7;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-small--large.btn--main {
  background-color: #2076c7;
  border-color: #2076c7;
}
.btn-small--large.btn--accent {
  background-color: #e3215a;
  border-color: #e3215a;
}
.btn-small--large.btn--sub {
  background-color: #0e819a;
  border-color: #0e819a;
}
.btn-small--large.btn--inactive {
  background-color: #adadad;
  border-color: #adadad;
  pointer-events: none;
}
.btn-close {
  margin-bottom: 100px;
}
.btn-close:last-child {
  margin-bottom: 0;
}
.btn-close {
  font-family: Roboto, "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  font-weight: 700;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin: 20px 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #222;
}
.btn-close img {
  width: 24px;
  height: 24px;
  margin-right: 6px;
}
.footer {
  background-color: #f6f8f9;
  position: relative;
  font-family: Roboto, "Noto Sans JP", sans-serif;
}
.footer .footer__hr {
  width: 100%;
  height: 1px;
  background-color: #dbe3e8;
}
.footer .footer__container {
  max-width: 1325px;
  width: 100%;
  margin: 0 auto;
}
.footer__container button {
  width: 100%;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: none;
}
@media screen and (max-width: 1019px) {
  .footer__container .footer__title.sp-visible {
      display: flex !important;
  }
  .footer__container .footer__sub-title.sp-visible {
      display: flex !important;
  }
}
.footer .footer__container .footer__container__body {
  padding: 43px 20px 25px;
  margin: auto;
}
.footer .footer__sns-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0.03em;
  text-align: center;
}
.footer__sns {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer__sns a {
  margin-right: 33px;
  width: 53px;
  height: 53px;
}
.footer__sns a:last-child {
  margin-right: 0;
}
.footer__sns img {
  height: 53px;
  width: 53px;
}
.footer__row {
  margin-bottom: 0;
  padding: 0;
}
.footer__row .footer__button--sp {
  display: none;
  padding: 40px 0;
  border-top: 1px solid #dbe3e8;
}
.footer__row .footer__button--sp .btn-small {
  max-width: 278px;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.footer__row .footer__button--sp .btn-small [class*="icon-"] {
  font-size: 14px;
  padding-left: 15px;
  position: absolute;
  top: 4px;
  right: 5px; }
.footer__row .footer__button--sp .btn-small [class*="icon-"]:before {
  color: #fff;
}
.footer__row .footer__row__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer__row .footer__row__content .footer__container__column {
  width: 33.333%;
  padding: 0 30px 0 30px;
}
.footer__row .footer__row__content .footer__container__column:nth-of-type(3n) {
  padding: 0 0 0 30px;
}
.footer__row .footer__row__content .footer__container__column:nth-of-type(1),
.footer__row .footer__row__content .footer__container__column:nth-of-type(4n) {
  padding: 0 30px 0 0;
}
.footer__row
  .footer__row__content
  .footer__container__column.active
  .footer__sub-title
  .icon-arrow--right {
  display: none;
}
.footer__row .footer__title {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  padding-left: 30px;
  position: relative;
}
.footer__row .footer__title [class^="icon-"] {
  position: absolute;
  font-size: 16px;
  right: 0;
  color: #2076c7;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.footer__row .footer__title.footer__title--inline {
  display: inline;
  padding-right: 20px;
}
.footer__row .footer__title.footer__title--inline a {
  padding-right: 20px;
}
.footer__row .footer__title a {
  position: relative;
  padding-right: 20px;
}
.footer__row .footer__title .icon-newtab {
  position: absolute;
  font-size: 12px;
  right: 0;
}
.footer__row .footer__container__column-group .footer__title {
  padding-left: 0;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid #dbe3e8;
}
.footer__row .footer__container__column-group .footer__title.footer__title--no-icon a {
  pointer-events: none;
  padding-right: 0;
  color: #202020;
}
.footer__row
  .footer__container__column-group
  .footer__title.footer__title--no-icon
  .icon-arrow--right {
  display: none;
}
.footer__row .footer__container__column-group .footer__title a {
  display: block;
}
.footer__row__content .footer__sub-title,
.footer__row__content .footer__sub-title--link {
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  border-bottom: 1px solid #dbe3e8;
  padding-bottom: 7px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
.footer__row__content .footer__sub-title [class^="icon-"],
.footer__row__content .footer__sub-title--link [class^="icon-"] {
  position: absolute;
  right: 0;
  font-size: 14px;
  top: 5px;
}
.footer__row__content .footer__sub-title .icon-newtab,
.footer__row__content .footer__sub-title--link .icon-newtab {
  font-size: 12px;
}
.footer__row__content .footer__sub-title .icon-plus,
.footer__row__content .footer__sub-title--link .icon-plus {
  display: none;
  position: absolute;
  font-size: 14px;
  right: 20px;
  top: 16px;
}
.footer__row__content .footer__container__column-group {
  margin-top: 40px;
}
.footer__row__content .footer__container__column-group .footer__button--sp {
  padding: 40px 0;
}
.footer__row__content .footer__container__column-group .footer__button--sp .btn-small {
  max-width: 278px;
}
.footer__row__content .footer__container__column-group:nth-of-type(1) {
  margin-top: 0;
}
.footer__row__content .footer__sub-title--link {
  font-weight: 400;
  padding-right: 20px;
}
.footer__row__content .footer__sub-title--link:nth-of-type(1) {
  margin-top: 25px;
}
.footer__row__content ul.list__newtab li {
  padding-left: 0;
}
.footer__row__content ul.list__newtab li a {
  display: inline-block;
}
.footer__row__content ul li {
  list-style: none;
  margin: 7px 0 10px;
  padding-left: 15px;
}
.footer__row__content ul li.list__newtab__item {
  padding-left: 0;
}
.footer__row__content ul li.list__newtab__item a {
  padding-left: 0;
  padding-right: 25px;
}
.footer__row__content ul li.list__newtab__item a .icon-newtab {
  position: absolute;
  right: 0;
  margin-top: 4px;
  color: #2076c7;
}
.footer__row__content ul li a {
  color: #202020;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  position: relative;
}
.footer__row__content ul li a .icon-arrow--right {
  position: absolute;
  left: -15px;
  font-size: 12px;
  top: 2px;
}
.footer__row__content ul.list__newtab li a {
  padding-left: 0;
  padding-right: 25px;
}
.footer__row__content ul.list__newtab li a .icon-newtab {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #2076c7;
}
.footer__row__content .menu-icon-right {
  padding-left: 0; }
.footer__row__content .menu-icon-right a {
  padding-right: 25px; }
.footer__row__content .menu-icon-right [class^="icon-"] {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%); }
@media screen and (max-width: 1019px) {
  .footer__row__content .menu-icon-right a {
    padding-right: 45px; }
  .footer__row__content .menu-icon-right [class^="icon-"] {
    left: auto;
    right: 20px; }
}
.footer__container__body--footer {
  width: 1325px;
  margin: auto;
  padding-top: 40px;
}
.footer__container__body--footer .footer__row--card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer__container__body--footer .footer__row--card .footer__link-card {
  width: 255px;
  margin: 20px 30px 0 30px;
  font-size: 14px;
  line-height: 21px;
  padding-left: 15px;
  position: relative;
}
.footer__container__body--footer .footer__row--card .footer__link-card:nth-of-type(1),
.footer__container__body--footer .footer__row--card .footer__link-card:nth-of-type(2),
.footer__container__body--footer .footer__row--card .footer__link-card:nth-of-type(3),
.footer__container__body--footer .footer__row--card .footer__link-card:nth-of-type(4) {
  margin-top: 0;
}
.footer__container__body--footer .footer__row--card .footer__link-card.has-icon-new-tab {
  padding-left: 0;
  position: static;
}
.footer__container__body--footer .footer__row--card .footer__link-card .icon-arrow--right {
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 12px;
}
.footer__container__body--footer .footer__row--card .footer__link-card .icon-newtab {
  padding-left: 10px;
  font-size: 12px;
}
.footer__container__body--footer .footer__row--service {
  margin-bottom: 0;
}
.footer__container__body--footer .footer__row--service .footer__row__content {
  margin-left: 10px;
  margin-top: 0;
}
.footer__container__body--footer
  .footer__row--service
  .footer__row__content
  .footer__container__column {
  width: 208px;
  margin: 0 20px 0 20px;
}
.footer__container__body--footer
  .footer__row--service
  .footer__row__content
  .footer__container__column
  .footer__sub-title {
  margin-bottom: 10px;
  padding-right: 0;
  border-bottom: 2px solid #dbe3e8;
}
.footer__container__body--footer
  .footer__row--service
  .footer__row__content
  .footer__container__column
  a {
  font-size: 14px;
  line-height: 21px;
  position: relative;
}
.footer__container__body--footer
  .footer__row--service
  .footer__row__content
  .footer__container__column
  a
  .icon-arrow--right {
  position: absolute;
  left: 0;
  font-size: 12px;
  top: 2px;
}
.footer__container__body--footer
  .footer__row--service
  .footer__row__content
  .footer__container__column
  a
  .icon-newtab:before {
  color: #2076c7;
}
.footer__container__body--footer
  .footer__row--service
  .footer__row__content
  .footer__container__column
  p {
  padding-left: 15px;
  line-height: 21px;
}
.footer__container__body--footer
  .footer__row--service
  .footer__row__content
  .footer__container__column
  p
  a
  .icon-arrow--right {
  left: -15px;
}
.footer__container__body--footer
  .footer__row--service
  .footer__row__content
  .footer__container__column
  ul
  li {
  margin: 6px 0;
  padding-left: 0;
}
.footer__container__body--footer
  .footer__row--service
  .footer__row__content
  .footer__container__column
  ul
  li
  a {
  padding-left: 0;
}
.footer__container__body--footer
  .footer__row--service
  .footer__row__content
  .footer__container__column
  ul
  li
  a
  .footer__notation {
  font-size: 9px;
  position: relative;
  display: inline-block;
}
.footer__container__body--footer
  .footer__row--service
  .footer__row__content
  .footer__container__column
  ul
  li
  a
  .icon-newtab {
  font-size: 11px;
  margin-left: 10px;
  margin-top: -4px;
}
.footer__container__body--footer .footer__row--service .footer__description {
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
  color: #222;
  padding-left: 30px;
  margin-top: 20px;
}
.footer__fluid {
  border-top: 1px solid #dbe3e8;
  width: 100%;
}
.footer__fluid.footer__fluid--white {
  background-color: #fff;
  padding-bottom: 40px;
}
.footer__fluid .footer__container {
  max-width: 1325px;
  width: 100%;
}
.footer__fluid .footer__container .footer__container__body {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 0;
}
.footer__fluid .footer__adobe .footer__row {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  height: 51px;
}
.footer__fluid .footer__adobe .footer__row .footer__container__column img.image-adobe {
  height: 39px;
  min-width: 158px;
  margin-right: 20px;
}
.footer__fluid .footer__adobe .footer__row .footer__container__column p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0;
  color: #555;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.footer__fluid .footer__adobe .footer__row .footer__container__column .adobe-link__download {
  padding-right: 20px;
  position: relative;
  font-size: 14px;
  line-height: 21px;
  color: #555;
}
.footer__fluid
  .footer__adobe
  .footer__row
  .footer__container__column
  .adobe-link__download
  [class*="icon-"] {
  position: absolute;
  right: 0;
  font-size: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.footer__fluid .footer__adobe .footer__row .footer__container__column .adobe-link__download:hover {
  opacity: 0.7;
  text-decoration: unset;
}
.footer__fluid .footer__logo {
  margin: 17px auto;
  text-align: center;
}
.footer__fluid .footer__logo img {
  margin: auto;
  height: 77px;
  width: 102px;
}
.footer__fluid .footer__logo .footer__slogant {
  font-size: 13px;
  color: #555;
  margin-top: 15px;
  line-height: 21px;
}
.footer__fluid .footer__logo .footer__slogant .text-regular {
  color: #555;
  padding-right: 10px;
  font-size: 14px;
}
.footer__fluid .footer__copy-right {
  max-width: 1240px;
  width: 100%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: #555;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 19.5px;
}
.footer__fluid .footer__copy-right span:last-child {
  font-size: 11px;
}
.breadcrumb {
  width: 100%;
  background-color: #f6f8f9;
  border-top: 1px solid #dbe3e8;
}
.breadcrumb .breadcrumb__container {
  max-width: 1240px;
  width: 100%;
  margin: auto;
}
.breadcrumb .breadcrumb__container ul {
  min-height: 58px;
  padding: 17px 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.breadcrumb .breadcrumb__container ul li {
  margin-right: 5px;
  list-style: none;
  display: inline;
  font-size: 12px;
  color: #222;
}
.breadcrumb .breadcrumb__container ul li:last-child {
  margin-right: 0;
}
.breadcrumb .breadcrumb__container ul li:last-child a {
  color: #222;
  pointer-events: none;
}
.breadcrumb .breadcrumb__container ul li a {
  font-size: 12px;
  color: #555;
}
.breadcrumb .breadcrumb__container ul li a span {
  padding-left: 10px;
}
.breadcrumb .breadcrumb__container ul li a span:before {
  color: #98a6b5;
}
.breadcrumb .breadcrumb__container ul li a:hover {
  opacity: 0.7;
  text-decoration: unset;
}
footer.simple-footer {
  height: 60px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: 1px solid #dbe3e8;
  background-color: #fff;
  font-family: Roboto, "Noto Sans JP", sans-serif;
}
footer.simple-footer .footer__fluid .footer__copy-right {
  margin: 0 auto;
}
footer.simple-footer .footer__fluid {
  border-top: none;
}
footer.simple-footer .copy-right {
  color: #555;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
}
.footer__pagetop {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  position: fixed;
  right: 20px;
  bottom: 20px;
  color: #2076c7;
  cursor: pointer;
  line-height: 30px;
  height: 50px;
  width: 50px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 10px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.footer__pagetop:hover {
  opacity: 0.7;
}
.footer__pagetop .icon-arrow--up {
  position: absolute;
  right: 50%;
  top: 10px;
  font-size: 10px;
  -webkit-transform: translate(50%, 0) scale(0.7);
  transform: translate(50%, 0) scale(0.7);
  font-weight: 700;
}
.footer__menu-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: normal;
}
.footer__menu-bottom li {
  display: block;
}
.footer__menu-bottom span {
  position: relative;
  width: 1px;
  height: 17px;
}
.footer__menu-bottom span:after {
  position: absolute;
  content: "";
  height: 17px;
  width: 1px;
  background-color: #dbe3e8;
  right: 0;
  top: calc(50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.footer__menu-bottom a {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.03em;
  padding: 0 13px 0 10px;
  line-height: 2;
  position: relative;
  color: #555;
}
.footer__menu-bottom a:hover {
  opacity: 0.7;
  text-decoration: unset;
}
.footer__menu-bottom li:first-child a {
  padding-left: 0;
}
.footer__menu-bottom li:last-child a {
  padding-right: 0;
}
.footer__menu-bottom li:last-child span {
  display: none;
}
.js-footer__sub-title {
  pointer-events: none;
  cursor: pointer;
}
.js-footer__sub-title a {
  pointer-events: auto;
}

/* Header Modules
======================================*/
.header {
  position: relative;
  width: 100%;
  background-color: #fff;
  top: 0;
  z-index: 9900;
  font-family: Roboto, "Noto Sans JP", sans-serif;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (max-width: 1019px) {
    .header {
      position: relative; } }
  .header.header--scroll {
    position: fixed; }
    @media screen and (max-width: 1019px) {
      .header.header--scroll {
        position: relative; } }

/* Header TopMenu
======================================*/
.header__top-menu {
  background-color: #2076c7;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }
  @media screen and (max-width: 1019px) {
    .header__top-menu {
      display: none; } }
  .header__top-menu .header__container {
    width: 1200px;
    max-width: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-transition: 0.3s 0s all ease-in-out;
    -o-transition: 0.3s 0s all ease-in-out;
    transition: 0.3s 0s all ease-in-out;
    margin: 0 auto; }
    @media (min-width: 769px) and (max-width: 1199px) {
      .header__top-menu .header__container {
        width: 100%;
        padding: 0 32px 0 40px; } }
  .header__top-menu.has__form-search {
    position: relative; }

.header__top-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .header__top-menu ul li {
    list-style: none; }
    .header__top-menu ul li a {
      color: #fff;
      font-size: 14px;
      font-weight: 400;
      letter-spacing: 0.03em;
      line-height: 1.5;
      padding: 0 13px 2px;
      height: 32px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media screen and (max-width: 1019px) {
        .header__top-menu ul li a:hover {
          opacity: 1; } }

.header__top-menu .header__container__column--left {
  position: relative; }
  .header__top-menu .header__container__column--left ul {
    position: absolute;
    top: 32px;
    display: none;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.15);
    padding: 0 20px;
    width: 150px;
    z-index: 99; }
    .header__top-menu .header__container__column--left ul li {
      border-bottom: 1px solid #dbe3e8;
      border-left: none; }
      .header__top-menu .header__container__column--left ul li:last-child {
        border-right: none;
        border-bottom: none; }
      .header__top-menu .header__container__column--left ul li a {
        color: inherit;
        min-height: 48px;
        padding: 0; }

.header__top-menu .dropdown-list--pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 13px;
  color: #2076c7;
  background-color: #fff;
  letter-spacing: 0.03em;
  padding: 0 30px 2px 13px;
  cursor: pointer;
  position: relative;
  height: 32px;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .header__top-menu .dropdown-list--pc:after {
    position: absolute;
    content: "";
    background: url(/common21/imgs/icon-arrow.svg) no-repeat center;
    background-size: contain;
    width: 12px;
    height: 7px;
    right: 13px;
    top: 12px;
    -webkit-transition: 0.2s 0s transform ease-in-out;
    -o-transition: 0.2s 0s transform ease-in-out;
    transition: 0.2s 0s transform ease-in-out;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .header__top-menu .dropdown-list--pc:hover span, .header__top-menu .dropdown-list--pc:hover:after {
    opacity: 0.7; }

.header__top-menu .header__container__column--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .header__top-menu .header__container__column--right ul li {
    border-left: 1px solid #79abd7; }
    .header__top-menu .header__container__column--right ul li:last-child {
      border-right: 1px solid #79abd7; }
  .header__top-menu .header__container__column--right .header__top-menu__search {
    border-right: none;
    padding: 7px 10px 0;
    cursor: pointer;
    position: relative;
    width: 40px;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: none;
    background: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .header__top-menu .header__container__column--right .header__top-menu__search.close {
      padding-top: 8px;
      background-color: #fff; }
      .header__top-menu .header__container__column--right .header__top-menu__search.close .icon-search--pc {
        height: 16px;
        width: 16px;
        background: url(/common21/imgs/icon-close-blue.svg) no-repeat center;
        background-size: contain; }
    .header__top-menu .header__container__column--right .header__top-menu__search:hover {
      opacity: 0.7; }
  .header__top-menu .header__container__column--right .icon-search--pc {
    height: 19px;
    width: 19px;
    background: url(/common21/imgs/icon-search.svg) no-repeat center;
    background-size: contain; }

/* Header MainMenu
======================================*/
.header__main-menu {
  border-bottom: 1px solid #dbe3e8;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }
  @media screen and (max-width: 1019px) {
    .header__main-menu {
      display: none; } }
  .header__main-menu .header__container {
    max-width: 1220px;
    width: 100%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-transition: 0.3s 0s all ease-in-out;
    -o-transition: 0.3s 0s all ease-in-out;
    transition: 0.3s 0s all ease-in-out;
    margin: 0 auto; }
    @media (min-width: 769px) and (max-width: 1199px) {
      .header__main-menu .header__container {
        width: 100%;
        padding: 0 40px; } }
    .header__main-menu .header__container .header__container__column {
      height: 70px; }
      @media (min-width: 769px) and (max-width: 1199px) {
        .header__main-menu .header__container .header__container__column {
          height: 64px; } }

.header__main-menu .header__container__column--left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (min-width: 769px) and (max-width: 1199px) {
    .header__main-menu .header__container__column--left {
      min-width: calc(100% - 320px);
      padding-top: 4px; } }
  .header__main-menu .header__container__column--left .header__logo--pc {
    margin-bottom: 4px;
  }
  .header__main-menu .header__container__column--left .header__logo--pc a {
    display: block;
    width: 193px; }
    @media (min-width: 769px) and (max-width: 1199px) {
      .header__main-menu .header__container__column--left .header__logo--pc a {
        width: 155px; } }
    .header__main-menu .header__container__column--left .header__logo--pc a img {
      width: 100%;
      height: auto;
      image-rendering: -webkit-optimize-contrast; }
      @media (min-width: 769px) and (max-width: 1199px) {
        .header__main-menu .header__container__column--left .header__logo--pc a img {
          height: 32px; } }

.header__main-menu .header__container__column--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .header__main-menu .header__container__column--right .btn-xs {
    width: 125px;
    cursor: pointer;
    font-size: 14px; }
    @media (min-width: 769px) and (max-width: 1199px) {
      .header__main-menu .header__container__column--right .btn-xs {
        font-size: 13px;
        width: 80px;
        height: 33px; } }
  .header__main-menu .header__container__column--right .header__main-menu__register {
    margin-right: 10px; }
  .header__main-menu .header__container__column--right .herader__main-menu__applications{
    margin-right: 10px; }
    @media (min-width: 769px) and (max-width: 1199px) {
      .header__main-menu .header__container__column--right .herader__main-menu__applications{
        width: 120px; } }
  .header__main-menu .header__container__column--right .herader__main-menu__special{
    margin-right: 10px; }
    @media (min-width: 769px) and (max-width: 1199px) {
      .header__main-menu .header__container__column--right .herader__main-menu__special{
        width: 120px; } }
  .header__main-menu .header__container__column--right .display {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .header__main-menu .header__container__column--right .display--none {
    display: none; }

.header__main-menu nav {
  padding-right: 14px; }
  @media (min-width: 769px) and (max-width: 1199px) {
    .header__main-menu nav {
      width: 100%;
      padding-right: 0; } }

.header__main-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-top: 5px;
  padding-left: 40px;
  -webkit-transition: 0.3s 0s all ease-in-out;
  -o-transition: 0.3s 0s all ease-in-out;
  transition: 0.3s 0s all ease-in-out; }
  @media (min-width: 769px) and (max-width: 1199px) {
    .header__main-menu ul {
      margin-left: 0;
      width: 100%;
      padding: 0 10px 0 22px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; } }
  .header__main-menu ul li {
    list-style: none;
    position: relative;
    cursor: pointer;
    width: 148px; }
    @media (min-width: 769px) and (max-width: 1199px) {
      .header__main-menu ul li {
        width: calc(100% / 5); } }
    .header__main-menu ul li:last-child {
      margin-right: 0; }
    .header__main-menu ul li:before, .header__main-menu ul li:after {
      content: "";
      position: absolute;
      top: 0;
      width: 1px;
      height: 90%;
      display: block;
      background-color: #DBE3E8; }
    .header__main-menu ul li:before {
      left: 0; }
    .header__main-menu ul li:after {
      right: 0; }
    .header__main-menu ul li + li:before {
      display: none; }
    .header__main-menu ul li .header-main-menu-text {
      position: relative;
      padding-bottom: 10px;
      text-align: center;
      font-size: 14px;
      font-weight: 400;
      border: none;
      background: none;
      display: block;
      width: 100%;
      cursor: pointer; }
      @media (min-width: 769px) and (max-width: 1199px) {
        .header__main-menu ul li .header-main-menu-text {
          font-size: 12px; } }
      .header__main-menu ul li .header-main-menu-text:hover {
        opacity: 0.7; }
      .header__main-menu ul li .header-main-menu-text:after {
        position: absolute;
        content: "";
        background: url(/common21/imgs/icon-arrow.svg) no-repeat center;
        background-size: contain;
        width: 12px;
        height: 7px;
        right: 0;
        left: 0;
        margin: auto;
        bottom: -2px;
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg);
        -webkit-transition: 0.2s 0s all ease-in-out;
        -o-transition: 0.2s 0s all ease-in-out;
        transition: 0.2s 0s all ease-in-out; }

/* Header SubMenu
======================================*/
.header__sub-menu {
  background-color: #fff;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }
  @media screen and (max-width: 1019px) {
    .header__sub-menu {
      position: relative;
      width: 100%;
      height: 60px; }
      .header__sub-menu .header-sub-menu {
        display: none;
        position: fixed;
        width: 100%;
        height: 100vh;
        height: calc(100vh - calc(100vh - 100%));
        background-color: rgba(34, 34, 34, 0);
        -webkit-transform: translateY(-100%) translateY(-60px);
            -ms-transform: translateY(-100%) translateY(-60px);
                transform: translateY(-100%) translateY(-60px);
        z-index: 11;
        opacity: 0;
        overflow-y: scroll;
        padding-bottom: 60px; }
        .header__sub-menu .header-sub-menu.has-transition {
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
        .header__sub-menu .header-sub-menu.active {
          display: block;
          opacity: 1;
          -webkit-transform: translateY(0);
              -ms-transform: translateY(0);
                  transform: translateY(0);
          background-color: rgba(0, 0, 0, 0.6); }
      .header__sub-menu .header-sub-menu__list {
        background-color: #fff; } }
  @media screen and (max-width: 1019px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .header__sub-menu .header-sub-menu {
      height: calc(100vh - 60px); } }

.header-menu-sp {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px 0 20px;
  border-bottom: 1px solid #dbe3e8;
  z-index: 12;
  position: relative;
  width: 100%;
  background-color: #fff; }
  @media screen and (max-width: 1019px) {
    .header-menu-sp {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.header-menu-sp__icon {
  width: 25px;
  appearance: none;
  border: 0;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
  order: 1;
  opacity: 1; }
  .header-menu-sp__icon .header-menu-sp__line {
    height: 2px;
    width: 25px;
    background-color: #222;
    margin: 6px 0;
    opacity: 1;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .header-menu-sp__icon.active .header-menu-sp__line:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(135deg);
        -ms-transform: translateY(6px) rotate(135deg);
            transform: translateY(6px) rotate(135deg); }
  .header-menu-sp__icon.active .header-menu-sp__line:nth-of-type(2) {
    opacity: 0; }
  .header-menu-sp__icon.active .header-menu-sp__line:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(225deg);
        -ms-transform: translateY(-10px) rotate(225deg);
            transform: translateY(-10px) rotate(225deg); }
  .header-menu-sp__icon span { display: none; }

.header-menu-sp__logo {
  order: 2;
  margin-left: 22px;
  margin-top: 6px;}
  .header-menu-sp__logo img {
    height: 32px; }

.header-menu-sp__button {
  order: 3;
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .header-menu-sp__button a {
    width: auto;
    font-size: 9px;
    font-weight: 400;
    letter-spacing: 0.01em;
    position: relative;
    padding-top: 20px;
    padding-bottom: 0;
    color: #222; }
    .header-menu-sp__button a:after {
      position: absolute;
      content: "";
      height: 15px;
      width: 23px;
      background: url(/common21/imgs/icon-register.svg) no-repeat center;
      background-size: contain;
      right: calc(50% - 11px);
      top: 0; }
    .header-menu-sp__button .header-menu-sp__applications {
      text-align: center;
      line-height: 1;}
      .header-menu-sp__button .header-menu-sp__applications:after {
        height: 15px;
        width: 23px;
        background: url(/common21/imgs/icon-register.svg) no-repeat center;
        background-size: contain;
        right: calc(50% - 11px);
        top: 0; }
    .header-menu-sp__button .header-menu-sp__login {
      margin-left: 12px; }
      .header-menu-sp__button .header-menu-sp__login:after {
        height: 20px;
        width: 17px;
        background: url(/common21/imgs/icon-login.svg) no-repeat center;
        background-size: contain;
        right: calc(50% - 8px);
        top: -3px; }
  .header-menu-sp__button .display--none {
    display: none; }

.header-sub-menu__item {
  display: none;
  position: absolute;
  width: 100%; }
  .header-sub-menu__item .header-sub-menu__wrapper {
    cursor: default; }
  .header-sub-menu__item .header__sub-menu__inner {
    background-color: #f6f8f9;
    cursor: auto;
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1); }
    @media screen and (max-width: 1019px) {
      .header-sub-menu__item .header__sub-menu__inner {
        -webkit-box-shadow: none;
                box-shadow: none; } }
  @media screen and (max-width: 1019px) {
    .header-sub-menu__item {
      display: block;
      position: static;
      background-color: #fff;
      -webkit-box-shadow: none;
              box-shadow: none;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
      .header-sub-menu__item .header-sub-menu__wrapper {
        min-height: auto; }
      .header-sub-menu__item .header__container {
        -webkit-box-shadow: none;
                box-shadow: none; } }
  .header-sub-menu__item.active {
    display: block; }
  .header-sub-menu__item .header__container {
    width: 1160px;
    max-width: none;
    padding: 10px 0 40px;
    margin: 0 auto; }
    @media (min-width: 769px) and (max-width: 1199px) {
      .header-sub-menu__item .header__container {
        width: 100%;
        padding-left: 24px;
        padding-right: 24px; } }
    @media screen and (max-width: 1019px) {
      .header-sub-menu__item .header__container {
        width: 100%;
        padding: 0; } }

.header__row {
  padding: 0; }
  .header__row button {
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    padding-left: 20px;
    position: relative;
    display: none;
    opacity: 1;
    cursor: pointer; }
    .header__row button .icon-arrow--right {
      position: absolute;
      font-size: 16px;
      right: -20px;
      top: 6px; }
      @media screen and (max-width: 1019px) {
        .header__row button .icon-arrow--right {
          width: 15px;
          height: 15px;
          text-align: center;
          right: 15px;
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          font-size: 15px; }
          .header__row button .icon-arrow--right:before {
            content: "\e904"; } }
    @media screen and (max-width: 1019px) {
      .header__row button {
        font-size: 14px;
        width: 100%;
        min-height: 49px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        border-left: none;
        border-right: none;
        border-top: 1px solid #dbe3e8;
        border-bottom: 1px solid #dbe3e8;
        background-color: #fff;
        margin-top: -1px;
        padding-right: 45px;
        padding-top: 10px;
        padding-bottom: 8px; }
        .header__row button.border-bottom {
          border-bottom: 1px solid #dbe3e8; }
        .header__row button.active .icon-arrow--right:before {
          content: "\e915"; }
        .header__row button.header-sub-menu__title--no-border {
          border-top: none; } }

.header__row .header__row__content .header__container__row {
  padding-top: 40px; }
  .header__row .header__row__content .header__container__row .btn-small {
    max-width: 278px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .header__row .header__row__content .header__container__row .btn-small .icon-newtab {
      padding-left: 10px;
      font-size: 12px;
      position: absolute;
      top: 4px;
      right: 5px; }
      .header__row .header__row__content .header__container__row .btn-small .icon-newtab:before {
        color: #fff; }
  @media screen and (max-width: 1019px) {
    .header__row .header__row__content .header__container__row {
      padding-top: 30px;
      padding-bottom: 40px; }
      .header__row .header__row__content .header__container__row.header--border-top {
        border-top: 1px solid #dbe3e8; }
      .header__row .header__row__content .header__container__row.active {
        display: block; }
        .header__row .header__row__content .header__container__row.active.no-border {
          border-top: none; } }

.header__row__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media screen and (max-width: 1019px) {
    .header__row__content {
      -ms-flex-wrap: unset;
          flex-wrap: unset;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      display: none; }
      .header__row__content.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-bottom: 1px solid #dbe3e8; } }
  .header__row__content .header__container__column {
    width: 250px;
    margin: 30px 20px 0 20px; }
    .header__row__content .header__container__column .header__container__column-group {
      margin-bottom: 40px; }
      .header__row__content .header__container__column .header__container__column-group:last-child {
        margin-bottom: 0; }
    @media (min-width: 769px) and (max-width: 1199px) {
      .header__row__content .header__container__column {
        width: calc((100%) / 3 - 33px);
        margin-left: 16px;
        margin-right: 16px; }
        .header__row__content .header__container__column.header__container__column--md-hide {
          display: none; } }
    @media screen and (max-width: 1019px) {
      .header__row__content .header__container__column {
        width: 100%;
        margin: 0; }
        .header__row__content .header__container__column .header__container__column-group {
          margin-bottom: 0; } }
    .header__row__content .header__container__column.active h3 .icon-arrow--right {
      display: none; }
  .header__row__content .header__container__row {
    width: 100%; }

.header__row__content .header-sub-menu__child,
.header__row__content .header-sub-menu__link {
  font-size: 15px;
  font-weight: 400;
  height: 100%;
  line-height: 1.5;
  border-bottom: 2px solid #dbe3e8;
  padding-bottom: 12px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #222; }
  .header__row__content button:nth-of-type(2),
  .header__row__content .header-sub-menu__link:nth-of-type(2) {
    margin-top: 40px; }
    @media screen and (max-width: 1019px) {
      .header__row__content button:nth-of-type(2),
      .header__row__content .header-sub-menu__link:nth-of-type(2) {
        margin-top: 0; } }
  @media screen and (max-width: 1019px) {
    .header__row__content button,
    .header__row__content .header-sub-menu__link {
      padding-left: 30px;
      min-height: 48px;
      padding-bottom: 6px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border-bottom: 1px solid #dbe3e8;
      font-weight: 400;
      padding-top: 8px; } }
  .header__row__content button .icon-arrow--right,
  .header__row__content button .icon-newtab,
  .header__row__content .header-sub-menu__link .icon-arrow--right,
  .header__row__content .header-sub-menu__link .icon-newtab {
    position: absolute;
    right: 0;
    font-size: 14px;
    top: 5px; }
    @media screen and (max-width: 1019px) {
      .header__row__content button .icon-arrow--right,
      .header__row__content button .icon-newtab,
      .header__row__content .header-sub-menu__link .icon-arrow--right,
      .header__row__content .header-sub-menu__link .icon-newtab {
        width: 15px;
        height: 15px;
        display: block;
        text-align: center;
        right: 15px;
        top: 50%;
        -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
                transform: translate(0, -50%); } }
  .header__row__content button .icon-newtab,
  .header__row__content .header-sub-menu__link .icon-newtab {
    font-size: 12px;
    color: #2076c7; }
    @media screen and (max-width: 1019px) {
      .header__row__content button .icon-newtab,
      .header__row__content .header-sub-menu__link .icon-newtab {
        font-size: 14px;
        right: 15px; }
        .header__row__content button .icon-newtab:before,
        .header__row__content .header-sub-menu__link .icon-newtab:before {
          content: "\e903"; } }
  .header__row__content button .icon-plus,
  .header__row__content .header-sub-menu__link .icon-plus {
    display: none;
    position: absolute;
    font-size: 14px;
    right: 20px;
    top: 17px; }
    @media screen and (max-width: 1019px) {
      .header__row__content button .icon-plus,
      .header__row__content .header-sub-menu__link .icon-plus {
        display: block; } }

@media screen and (max-width: 1019px) {
  .header__row__content button {
    background-color: #fff;
    border-top: 1px solid #dbe3e8;
    border-bottom: none;
    margin-top: -1px;
    padding-left: 30px;
    padding-right: 45px; }
    .header__row__content button.active {
      background-color: #fff; }
      .header__row__content button.active .icon-plus:before {
        content: "\e915"; } }

@media screen and (max-width: 1019px) {
  .header__row__content ul {
    display: none;
    border-top: 1px solid #dbe3e8; }
    .header__row__content ul.active {
      display: block;
      background-color: #f6f8f9; } }

.header__row__content ul li {
  list-style: none;
  padding: 5px 0 5px 15px; }
  .header__row__content ul li:first-child {
    padding-top: 10px; }
    @media screen and (max-width: 1019px) {
      .header__row__content ul li:first-child {
        padding-top: 0; } }
  @media screen and (max-width: 1019px) {
    .header__row__content ul li {
      margin: 0;
      padding: 0; } }
  .header__row__content ul li a {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    position: relative; }
    @media screen and (max-width: 1019px) {
      .header__row__content ul li a {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        min-height: 48px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 10px 45px 8px 40px; }
        .header__row__content ul li a:hover {
          opacity: 1; } }
    .header__row__content ul li a .icon-arrow--right {
      position: absolute;
      left: -15px;
      font-size: 12px;
      top: 50%;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%); }
      @media screen and (max-width: 1019px) {
        .header__row__content ul li a .icon-arrow--right {
          left: unset;
          right: 23px;
          font-size: 14px; } }
.header__row__content .menu-icon-right {
  padding-left: 0; }
.header__row__content .menu-icon-right a {
  padding-right: 25px; }
.header__row__content .menu-icon-right [class^="icon-"] {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%); }
@media screen and (max-width: 1019px) {
  .header__row__content .menu-icon-right a {
    padding-right: 45px; }
  .header__row__content .menu-icon-right [class^="icon-"] {
    left: auto;
    right: 20px; }
}
.header-sub-menu__link {
  padding-right: 20px;
  font-weight: 400; }
  @media screen and (max-width: 1019px) {
    .header-sub-menu__link {
      background-color: #f6f8f9;
      border: none;
      padding-right: 45px; }
      .header-sub-menu__link:hover {
        opacity: 1; } }

.header__fluid {
  text-align: center;
  background-color: #fff;
  cursor: pointer; }
  .header__fluid .header-sub-menu__close {
    padding-left: 20px;
    position: relative;
    height: 50px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #2076c7;
    background: none;
    border: none; }
    .header__fluid .header-sub-menu__close:hover {
      opacity: 0.7; }
    @media screen and (max-width: 1019px) {
      .header__fluid .header-sub-menu__close {
        display: none; } }
    .header__fluid .header-sub-menu__close:before {
      position: absolute;
      content: "";
      background: url(/common21/imgs/icon-close-blue.svg) no-repeat center;
      background-size: contain;
      height: 11px;
      width: 11px;
      left: 0;
      top: calc(50% - 5px); }

.header-search-pc {
  position: absolute;
  width: 100%;
  height: 100px;
  background-color: #f6f8f9;
  top: 32px;
  right: 0;
  z-index: 100;
  display: none;
  border-bottom: 1px solid #dbe3e8; }
  .header-search-pc .header__form-search {
    width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 30px auto; }
    @media (min-width: 769px) and (max-width: 1199px) {
      .header-search-pc .header__form-search {
        width: 100%;
        padding: 0 20px; } }
    .header-search-pc .header__form-search input[type="text"] {
      width: 1055px;
      height: 40px;
      border: none;
      margin-right: 20px;
      padding: 0 20px;
      font-size: 14px;
      letter-spacing: 0.03em;
      font-weight: 400; }
      .header-search-pc .header__form-search input[type="text"]::-webkit-input-placeholder {
        color: #666;
        -webkit-user-select: none;
                user-select: none; }
      .header-search-pc .header__form-search input[type="text"]::-moz-placeholder {
        color: #666;
        -moz-user-select: none;
             user-select: none; }
      .header-search-pc .header__form-search input[type="text"]:-ms-input-placeholder {
        color: #666;
        -ms-user-select: none;
            user-select: none; }
      .header-search-pc .header__form-search input[type="text"]::-ms-input-placeholder {
        color: #666;
        -ms-user-select: none;
            user-select: none; }
      .header-search-pc .header__form-search input[type="text"]::placeholder {
        color: #666;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none; }
    .header-search-pc .header__form-search .searchButton {
      cursor: pointer; }
    .header-search-pc .header__form-search input[type="image"] {
      margin-top: -2px; }
      .header-search-pc .header__form-search input[type="image"]:hover {
        opacity: 0.7; }

.header-search-sp {
  display: none;
  width: 100%;
  height: 75px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f6f8f9;
  padding: 20px;
  position: relative; }
  @media screen and (max-width: 1019px) {
    .header-search-sp {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .header-search-sp .header-search-pc__input,
  .header-search-sp .header-search-sp__input {
    height: 35px;
    width: 100%;
    background-color: #fff;
    border: none;
    border-radius: 4px;
    padding: 0 40px 0 14px;
    font-size: 14px;
    letter-spacing: 0.03em; }
    @supports (-webkit-touch-callout: none) {
      .header-search-sp .header-search-pc__input,
      .header-search-sp .header-search-sp__input {
        font-size: 16px; } }
    .header-search-sp .header-search-pc__input::-webkit-input-placeholder, .header-search-sp .header-search-sp__input::-webkit-input-placeholder {
      color: #666; }
    .header-search-sp .header-search-pc__input::-moz-placeholder, .header-search-sp .header-search-sp__input::-moz-placeholder {
      color: #666; }
    .header-search-sp .header-search-pc__input:-ms-input-placeholder, .header-search-sp .header-search-sp__input:-ms-input-placeholder {
      color: #666; }
    .header-search-sp .header-search-pc__input::-ms-input-placeholder, .header-search-sp .header-search-sp__input::-ms-input-placeholder {
      color: #666; }
    .header-search-sp .header-search-pc__input::placeholder,
    .header-search-sp .header-search-sp__input::placeholder {
      color: #666; }
  .header-search-sp input[type="image"] {
    position: absolute;
    height: 16px;
    width: 16px;
    right: 35px; }

.header-sub-menu__top {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  background-color: #fff; }
  @media screen and (max-width: 1019px) {
    .header-sub-menu__top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border-bottom: 1px solid #dbe3e8;
      margin-bottom: 10px !important; } }
  .header-sub-menu__top li {
    list-style: none;
    width: 50%;
    padding: 0 20px 0 20px;
    border-top: 1px solid #dbe3e8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .header-sub-menu__top li:nth-child(odd) {
      border-right: 1px solid #dbe3e8; }
    .header-sub-menu__top li a {
      min-height: 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative;
      font-size: 14px;
      padding-top: 10px;
      padding-bottom: 10px;
      padding-right: 20px;
      color: #222;
      width: 100%; }
      .header-sub-menu__top li a .icon-arrow--right {
        position: absolute;
        right: 3px;
        top: 50%;
        -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
                transform: translate(0, -50%); }
      .header-sub-menu__top li a .icon-arrow--right::before {
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
                transform: translate(0, -50%); }
      .header-sub-menu__top li a[target="_blank"] .icon-arrow--right {
        width:15px;
        top:50%;
        right:-5px;
        height:15px;
      }
      .header-sub-menu__top li a[target="_blank"] .icon-arrow--right::before {
        content:url(/common21/imgs/icon-newtab-blue.svg);
        width:100%;
        height:100%;
      }

.header-sub-menu__bottom {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  background-color: #f6f8f9;
  border-top: 1px solid #dbe3e8;
  margin-top: 50px; }
  @media screen and (max-width: 1019px) {
    .header-sub-menu__bottom {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 48px !important; } }
  .header-sub-menu__bottom li {
    list-style: none;
    width: 50%;
    padding: 0 20px;
    border-bottom: 1px solid #dbe3e8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .header-sub-menu__bottom li:nth-child(odd) {
      border-right: 1px solid #dbe3e8; }
    .header-sub-menu__bottom li a {
      min-height: 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-size: 14px;
      padding: 10px 0;
      text-align: center;
      color: #222;
      width: 100%; }

.header--simple {
  position: static;
  height: 72px;
  border-bottom: 1px solid #dbe3e8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .header--simple .container {
    text-align: center;
    margin: 0; }
  @media screen and (max-width: 1019px) {
    .header--simple {
      height: 60px; } }
  .header--simple #simple-logo {
    height: 41px; }
    .header--simple #simple-logo:hover {
      opacity: 0.7; }
    @media screen and (max-width: 1019px) {
      .header--simple #simple-logo {
        height: 32px; }
        .header--simple #simple-logo:hover {
          opacity: 1; } }

.js-header-sub-menu__child {
  pointer-events: none; }
  @media screen and (max-width: 1019px) {
    .js-header-sub-menu__child {
      pointer-events: auto; } }
.content--example {
  margin: 40px auto 20px;
  max-width: 1200px;
  color: #222;
  min-height: 900px;
  padding: 0 20px;
}
@media (min-width: 769px) and (max-width: 1199px) {
  footer.simple-footer .footer__fluid {
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .flex-right-sm {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media (min-width: 1020px) and (max-width: 1199px) {
  .md-visible {
    display: block !important;
  }
  .footer__row .footer__title {
    padding-left: 16px;
  }
  .footer__row__content .footer__sub-title,
  .footer__row__content .footer__sub-title--link {
    padding-right: 15px;
  }
  .footer__container__body--footer .footer__row--card .footer__link-card {
    margin: 20px 16px 0 16px;
    width: calc((100%) / 4 - 33px);
  }
  .footer__container__body--footer .footer__row--service .footer__row__content {
    margin-left: 0;
  }
  .footer__container__body--footer
    .footer__row--service
    .footer__row__content
    .footer__container__column {
    max-width: 208px;
    margin: 0 15px 0 15px;
    width: calc(20% - 30px);
  }
  .footer__container__body--footer
    .footer__row--service
    .footer__row__content
    .footer__container__column
    ul
    li {
    padding-right: 13px;
  }
  .footer__fluid .footer__container {
    width: 100%;
  }
  .footer__fluid .footer__adobe .footer__row .footer__container__column img.image-adobe {
    max-width: none;
  }
  .footer__fluid .footer__adobe .footer__row .footer__container__column p {
    width: 100%;
  }
  .footer__fluid .footer__copy-right {
    width: 100%;
    padding: 0 16px;
  }
  .breadcrumb .breadcrumb__container ul {
    width: 100%;
    padding: 17px 40px;
  }
  .breadcrumb .breadcrumb__container {
    width: 100%;
  }
}
@media screen and (min-width: 1020px) {
  .pc-full-image {
    width: 100% !important;
    max-width: 100% !important;
    height: auto;
  }
  .pc-full-image img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto;
  }
  .btn-caption span:last-child {
    font-size: 16px;
  }
  .btn-caption span.icon-anchor--down:before {
    top: 3px;
  }
  .btn-caption {
    font-size: 16px;
    max-width: 300px;
  }
  .btn-small {
    font-size: 16px;
  }
  .btn-large {
    max-width: 420px;
    font-size: 16px;
    line-height: 21px;
  }
  .btn-caption--large span:first-child {
    line-height: 20px;
  }
  .btn-caption--large span:last-child {
    font-size: 16px;
    line-height: 21px;
  }
  .btn-caption--large {
    max-width: 420px;
    font-size: 16px;
    padding: 12px 20px;
  }
  .btn-small--large {
    max-width: 420px;
    font-size: 16px;
    line-height: 24px;
  }
  [class^="btn"] {
    -webkit-animation: fade-out 0s forwards;
    animation: fade-out 0s forwards;
  }
  [class^="btn"]:hover {
    -webkit-animation: fade 0s forwards;
    animation: fade 0s forwards;
  }
}
@media (min-width: 1200px) and (max-width: 1280px) {
  .footer__container__body--footer .footer__row--card .footer__link-card {
    width: 238px;
  }
}
@media screen and (max-width: 1326px) {
  .footer .footer__container {
    width: 100%;
  }
  .footer__row .footer__row__content .footer__container__column:nth-of-type(3n) {
    padding: 0 16px 0 16px;
  }
  .footer__row .footer__row__content .footer__container__column:nth-of-type(1),
  .footer__row .footer__row__content .footer__container__column:nth-of-type(4n) {
    padding: 0 16px 0 16px;
  }
  .footer__row .footer__row__content .footer__container__column {
    padding: 0 16px 0 16px;
    width: 33.333%;
  }
  .footer__container__body--footer {
    width: 100%;
    padding: 40px 20px 0;
  }
  .footer__fluid .footer__adobe .footer__container__body {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1149px) {
  .footer__container__body--footer .footer__row--card .footer__link-card br {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .sm-visible {
    display: block !important;
  }
}
@media screen and (max-width: 1019px) {
  .sp-visible {
    display: block !important;
  }
  .pc-visible {
    display: none !important;
  }
  .sp-full-image {
    width: 100% !important;
    max-width: 100% !important;
    height: auto;
  }
  .sp-full-image img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto;
  }
  body.no-scroll {
    overflow: hidden;
  }
  .wrapper--scroll {
    padding-top: 0;
  }
  .btn-close {
    margin-bottom: 80px;
  }
  .footer .footer__container .footer__container__body {
    padding: 30px 0;
  }
  .footer .footer__sns-title {
    font-size: 16px;
  }
  .footer__sns {
    margin-top: 15px;
  }
  .footer__sns a {
    margin-right: 25px;
    width: 40px;
    height: 40px;
  }
  .footer__sns img {
    height: 40px;
    width: 40px;
  }
  .footer__row {
    margin-bottom: 0;
  }
  .footer__row.footer__row--product .footer__row__content {
    display: none;
  }
  .footer__row.footer__row--product .footer__row__content.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer__row .footer__button--sp {
    display: block;
  }
  .footer__row .footer__button--sp.active {
    border-top: 1px solid #dbe3e8;
    display: block;
  }
  .footer__row .footer__row__content {
    -ms-flex-wrap: unset;
    flex-wrap: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer__row .footer__row__content.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer__row .footer__row__content .footer__container__column:nth-of-type(3n) {
    margin: 0;
    padding: 0;
  }
  .footer__row .footer__row__content .footer__container__column:nth-of-type(1),
  .footer__row .footer__row__content .footer__container__column:nth-of-type(4n) {
    margin: 0;
    padding: 0;
  }
  .footer__row .footer__row__content .footer__container__column {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .footer__row
    .footer__row__content
    .footer__container__column
    .footer__container__column-group
    a:last-child,
  .footer__row
    .footer__row__content
    .footer__container__column
    .footer__container__column-group
    li:last-child {
    border-bottom: none;
  }
  .footer__row .footer__title [class^="icon-"] {
    right: 20px;
    top: 50%;
    font-size: 14px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .footer__row .footer__title [class^="icon-"]:before {
    content: "\e904";
  }
  .footer__row .footer__title.footer__title--inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0;
    opacity: 1;
    cursor: pointer;
  }
  .footer__row .footer__title.footer__title--inline a {
    width: 100%;
    padding-right: 45px;
  }
  .footer__row .footer__title .icon-newtab {
    right: 20px;
    font-size: 14px;
  }
  .footer__row .footer__title {
    font-size: 14px;
    width: 100%;
    min-height: 48px;
    padding-bottom: 8px;
    padding-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #dbe3e8;
    background-color: #f6f8f9;
    padding-left: 20px;
    font-weight: 700;
  }
  .footer__row .footer__title.active {
    background-color: #fff;
  }
  .footer__row .footer__title.active [class^="icon-"]:before {
    content: "\e915";
  }
  .footer__row .footer__title a {
    pointer-events: none;
    padding-right: 45px;
  }
  .footer__row .footer__title:hover a {
    opacity: 1;
  }
  .footer__row .footer__container__column-group .footer__title {
    padding-left: 20px;
    margin-bottom: 0;
    padding-bottom: 8px;
    border-bottom: none;
  }
  .footer__row
    .footer__container__column-group
    .footer__title.footer__title--no-icon
    .icon-arrow--right {
    display: block;
  }
  .footer__row .footer__container__column-group .footer__title.footer__title--no-icon a {
    padding-right: 45px;
  }
  .footer__row .footer__container__column-group .footer__title a {
    pointer-events: none;
    width: 100%;
  }
  .footer__row__content .footer__sub-title,
  .footer__row__content .footer__sub-title--link {
    padding-left: 30px;
    min-height: 48px;
    padding-top: 10px;
    padding-bottom: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #dbe3e8;
    font-weight: 400;
    margin-top: 0;
  }
  .footer__row__content .footer__sub-title [class^="icon-"],
  .footer__row__content .footer__sub-title--link [class^="icon-"] {
    right: 23px;
    top: 17px;
  }
  .footer__row__content .footer__sub-title .icon-newtab,
  .footer__row__content .footer__sub-title--link .icon-newtab {
    font-size: 14px;
  }
  .footer__row__content .footer__sub-title .icon-newtab:before,
  .footer__row__content .footer__sub-title--link .icon-newtab:before {
    content: "\e903";
  }
  .footer__row__content .footer__sub-title .icon-plus,
  .footer__row__content .footer__sub-title--link .icon-plus {
    display: block;
  }
  .footer__row__content .footer__sub-title {
    background-color: #fff;
    border-top: 1px solid #dbe3e8;
    border-bottom: none;
    padding-right: 45px;
    opacity: 1;
    cursor: pointer;
  }
  .footer__row__content .footer__sub-title.active .icon-plus:before {
    content: "\e915";
  }
  .footer__row__content .footer__container__column-group .footer__button--sp {
    display: block;
  }
  .footer__row__content .footer__container__column-group {
    margin-top: 0;
  }
  .footer__row__content .footer__container__column-group:nth-of-type(1) {
    margin-top: 0;
  }
  .footer__row__content .footer__container__column-group.border-top__sp {
    border-top: 1px solid #dbe3e8;
  }
  .footer__row__content .footer__container__column-group .js-footer__sub-content {
    display: none;
  }
  .footer__row__content .footer__sub-title--link:nth-of-type(1) {
    margin-top: 0;
  }
  .footer__row__content .footer__sub-title--link {
    padding-right: 45px;
  }
  .footer__row__content .footer__sub-title--link:hover {
    opacity: 1;
  }
  .footer__row__content .footer__sub-title--link:nth-of-type(1) {
    margin-top: 0;
  }
  .footer__row__content ul {
    border-top: 1px solid #dbe3e8;
  }
  .footer__row__content ul.active {
    display: block;
    border-top: 1px solid #dbe3e8;
  }
  .footer__row__content ul.active li {
    border-bottom: 1px solid #dbe3e8;
  }
  .footer__row__content ul.list__newtab li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer__row__content ul li {
    margin: 0;
    padding-left: 0;
  }
  .footer__row__content ul li.list__newtab__item a .icon-newtab {
    margin-top: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .footer__row__content ul li.list__newtab__item a {
    padding-left: 30px;
  }
  .footer__row__content ul li.list__newtab__item a .icon-newtab {
    right: 20px;
    width: 15px;
    height: 15px;
    font-size: 14px;
  }
  .footer__row__content ul li.list__newtab__item a .icon-newtab:before {
    content: "\e903";
  }
  .footer__row__content ul li a {
    padding-left: 30px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 48px;
    padding-top: 10px;
    padding-bottom: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 45px;
  }
  .footer__row__content ul li a:hover {
    opacity: 1;
  }
  .footer__row__content ul li a .icon-arrow--right {
    left: auto;
    right: 23px;
    font-size: 14px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .footer__row__content ul.list__newtab li a {
    padding-left: 30px;
  }
  .footer__row__content ul.list__newtab li a .icon-newtab {
    right: 20px;
    font-size: 14px;
  }
  .footer__row__content ul.list__newtab li a .icon-newtab:before {
    content: "\e903";
  }
  .footer__row__content ul.footer__sub-menu--list-l2 li a {
    padding-left: 40px;
  }
  .footer__container__body--footer {
    width: 100%;
    padding: 0 !important;
  }
  .footer__container__body--footer .footer__row--card {
    -ms-flex-wrap: unset;
    flex-wrap: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: none;
  }
  .footer__container__body--footer .footer__row--card .footer__link-card {
    width: 100%;
  }
  .footer__container__body--footer .footer__row--service {
    display: none;
  }
  .footer__fluid {
    border-top: none;
  }
  .footer__fluid.footer__fluid--white {
    display: none;
  }
  .footer__fluid .footer__container {
    width: 100%;
  }
  .footer__fluid .footer__container .footer__container__body {
    padding-top: 20px;
  }
  .footer__fluid .footer__logo img {
    margin: 0 auto;
    height: 77px;
    width: 102px;
  }
  .footer__fluid .footer__logo .footer__slogant {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer__fluid .footer__logo .footer__slogant span:last-child {
    line-height: 19.5px;
  }
  .footer__fluid .footer__logo .footer__slogant .text-regular {
    padding-right: 0;
  }
  .footer__fluid .footer__copy-right {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 11px;
    line-height: 19px;
    height: auto;
    padding: 0 20px 56px;
  }
  .footer__fluid .footer__copy-right span:last-child {
    font-size: 10px;
  }
  .footer__fluid .footer__copy-right span + span {
    margin-top: 16px;
  }
  .breadcrumb {
    margin-bottom: -1px;
  }
  .breadcrumb .breadcrumb__container ul {
    padding: 6px 20px;
    border-bottom: 1px solid #dbe3e8;
    min-height: 38px;
  }
  .breadcrumb .breadcrumb__container {
    width: 100%;
  }
  footer.simple-footer {
    height: auto;
    padding-top: 15px;
  }
  footer.simple-footer .footer__pagetop {
    bottom: 10px;
  }
  footer.simple-footer .footer__fluid .footer__copy-right {
    padding-bottom: 15px;
  }
  .footer__pagetop {
    right: 10px;
    height: 45px;
    width: 45px;
    bottom: 10px;
  }
  .footer__menu-bottom {
    display: block;
    padding: 0 20px !important;
  }
  .footer__menu-bottom li + li {
    margin-top: 7px;
  }
  .footer__menu-bottom span {
    display: none;
  }
  .footer__menu-bottom a {
    display: block;
    padding: 0;
  }
  .border-bottom__sp {
    border-bottom: 1px solid #dbe3e8 !important;
  }
  .border-bottom__sp.active {
    border-bottom: none !important;
  }
  .js-footer__sub-title {
    pointer-events: auto;
  }
  .content--example {
    padding-top: 0;
  }
}
@media screen and (max-width: 375px) {
  html {
    font-size: 4.21875vw;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0s !important;
    animation-duration: 0s !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  img.full-width {
    max-height: none !important;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  img.full-height {
    max-width: none !important;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
  }
  .btn-caption .icon-newtab,
  .btn-caption .icon-pdf {
    height: auto;
  }
}

@media print {
  .header__top-menu,
  .header__container__column--left nav,
  .header__container__column--right,
  .breadcrumb,
  .top-header-banner,
  .simple-footer,
  .footer {
    display: none !important;
  }

  .header.header--scroll {
    position: relative !important;
    top: auto !important;
  }

  .wrapper--scroll {
    padding-top: 0 !important;
  }

  body {
    background-color: #fff;
  }
}


