@charset "UTF-8";
html,
body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1.5em;
  font-weight: bold;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

ol,
ul {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}

table {
  width: 100%;
  margin-bottom: 1.5em;
  border-spacing: 0;
  border-collapse: collapse;
}

table th,
table td {
  padding: 0.5em;
  border: 1px solid #000;
}

table th {
  font-weight: bold;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q::before,
q::after,
blockquote::before,
blockquote::after {
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body * {
  max-height: 99999em;
  word-break: break-word;
}

p {
  margin-bottom: 1.5em;
}

a:hover {
  text-decoration: none;
}

a:not([class]) {
  color: inherit;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  word-break: normal;
  vertical-align: middle;
  white-space: normal;
  -webkit-appearance: none;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

textarea {
  overflow: auto;
  line-height: 1.5;
  white-space: pre-line;
  resize: none;
}

button {
  color: inherit;
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
  html,
  body {
    width: 1600px;
    margin: 0;
  }
  @page {
    margin: 0;
    size: 11in 14.028in;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
html {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  line-height: 1;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
html:not(.is-visible) {
  opacity: 0;
}

body {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #1f1f1f;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
@media only screen and (max-width: 1060px) {
  body::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }
}

.hidden {
  display: none;
}

.trans {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  text-decoration: none;
}
.trans:hover {
  opacity: 0.8;
}

.load {
  opacity: 0;
}
html.is-visible .load {
  opacity: 1;
}

.first-load {
  -webkit-transition: opacity 0.26s;
  transition: opacity 0.26s;
  opacity: 0;
}
.wf-active .first-load {
  opacity: 1;
}

.image-common {
  display: block;
  width: 100%;
}

.object-common {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media print, (min-width: 768px) {
  html {
    font-size: 625%;
  }
  body {
    font-size: 0.16rem;
    line-height: 1.5;
  }
  .wrapper {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 20px;
  }
  .sm {
    display: none !important;
  }
}
@media only screen and (max-width: 767.98px) {
  html {
    min-height: 100vh;
    font-size: 26.6666666667vw;
  }
  body {
    font-size: 0.14rem;
    line-height: 1.5;
  }
  .container {
    min-width: 320px;
  }
  .wrapper {
    padding-right: 0.16rem;
    padding-left: 0.16rem;
  }
  .md {
    display: none !important;
  }
}
@media only screen and (max-width: 1060px) {
  .sm {
    display: block !important;
  }
  .md {
    display: none !important;
  }
  body.has-menu {
    overflow: hidden;
  }
}
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  background: transparent;
}
header a {
  color: #1f1f1f;
}
header .header-wrapper {
  margin: 0 auto;
}
header .header-inner {
  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;
}
header .header-logo {
  display: inline-block;
}
header .header-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .header-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  font-weight: 700;
}
header .header-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header-list-item a {
  color: #fff;
}
header .button-sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background: url("../img/common/arrow_icn.png") center center no-repeat;
  cursor: pointer;
}
header .button-sub-menu.is-active .sub-content {
  display: block;
}
header .sub-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
header .header-button-link {
  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;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 700;
}

@media print, (min-width: 1060.02px) {
  header .header-wrapper {
    max-width: 1340px;
    padding: 18px 20px;
  }
  header .header-logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 175px;
    margin-right: 40px;
  }
  header .header-navigation {
    height: auto !important;
    margin-top: 6px;
  }
  header .header-list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  header .header-list-item {
    padding-bottom: 9px;
  }
  header .header-list-item:not(:last-child) {
    margin-right: 32px;
  }
  header .header-list-item.has-sub {
    position: relative;
  }
  header .header-list-item.has-sub:hover .sub-content {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  header .button-sub-menu {
    top: 2px;
    width: 10px;
    height: 10px;
    margin-left: 6px;
    background-size: 6px 5px;
  }
  header .sub-content {
    visibility: hidden;
    position: absolute;
    z-index: 101;
    top: 100%;
    left: 0;
    width: 302px;
    padding: 4px 16px 1px;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
    border-radius: 8px;
    opacity: 0;
    background: #fff;
    pointer-events: none;
  }
  header .sub-list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  header .sub-list-item {
    position: relative;
    padding: 12px 0;
    font-size: 0.14rem;
    font-weight: 400;
  }
  header .sub-list-item a {
    color: #1f1f1f;
  }
  header .sub-list-item:not(:last-child)::before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 7px;
    background: url("../img/common/line_decor_03.svg") right 0 center/cover no-repeat;
  }
  header .header-button-link {
    min-width: 144px;
    min-height: 40px;
    padding: 6px 5px 8px;
    border-radius: 30px;
  }
}
@media print, (min-width: 1060.02px) and (max-width: 1297px) {
  header .header-list-item:not(:last-child) {
    margin-right: 20px;
  }
}
@media print, (min-width: 1060.02px) and (max-width: 1200px) {
  header .header-logo {
    margin-right: 20px;
  }
  header .header-list-item:not(:last-child) {
    margin-right: 12px;
  }
}
@media print, (min-width: 1060.02px) and (max-width: 1140px) {
  header .header-list-item {
    font-size: 0.14rem;
  }
}
@media only screen and (max-width: 1060px) {
  header {
    min-height: 0.6rem;
  }
  header.has-menu {
    background: #110c94;
  }
  header .button-sub-menu {
    position: relative;
    top: 0.03rem;
    width: 0.3rem;
    height: 0.3rem;
    margin-left: 0.07rem;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    background-position: left 0.01rem center;
    background-size: 0.08rem 0.06rem;
  }
  header .button-sub-menu.is-active {
    -webkit-transform: scale(1, -1);
            transform: scale(1, -1);
  }
  header .sub-content {
    display: none;
    width: 100%;
  }
  header .header-logo {
    position: relative;
    z-index: 9999;
    top: 0;
    left: 0.16rem;
    width: 1.75rem;
  }
  header .header-navigation {
    visibility: hidden;
    position: fixed;
    z-index: 101;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin-top: 0.6rem;
    padding: 0.75rem 0.16rem 0.7rem;
    overflow-y: auto;
    opacity: 0;
    background-color: #110c94;
    font-size: 0.2rem;
    pointer-events: none;
  }
  header .header-navigation::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }
  header .header-navigation.is-ready {
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
  }
  header .header-navigation.is-active {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  header .header-navigation .header-list-button {
    margin-bottom: 0.25rem;
    padding: 0;
    list-style-type: none;
  }
  header .header-navigation .list-button-item:not(:last-child) {
    margin-bottom: 0.15rem;
  }
  header .button-common-primary {
    min-height: 0.6rem;
    font-size: 0.18rem;
  }
  header .button-common-primary::after {
    top: 0.18rem;
    right: 0.16rem;
    width: 0.22rem;
    height: 0.22rem;
  }
  header .button-hamburger {
    position: relative;
    z-index: 9999;
    top: 0;
    right: 0;
    width: 0.6rem;
    height: 0.6rem;
    cursor: pointer;
  }
  header .button-hamburger span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.2rem;
    margin-left: -0.08rem;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border: 0.01rem solid #fff;
  }
  header .button-hamburger span:nth-child(1) {
    margin-top: -0.08rem;
  }
  header .button-hamburger span:nth-child(3) {
    margin-top: 0.08rem;
  }
  header .button-hamburger.is-active span {
    margin-top: 0;
  }
  header .button-hamburger.is-active span:nth-child(1) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  header .button-hamburger.is-active span:nth-child(2) {
    opacity: 0;
  }
  header .button-hamburger.is-active span:nth-child(3) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  header .header-list {
    display: block;
    margin-bottom: 0.6rem;
  }
  header .header-list-item {
    position: relative;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  header .header-list-item::before {
    content: "";
    position: absolute;
    bottom: -0.23rem;
    left: 0;
    width: 100%;
    height: 0.07rem;
    background: url("../img/common/line_decor.svg") right 0 center/cover no-repeat;
  }
  header .header-list-item.has-sub::after {
    top: 0.1rem;
    width: 0.06rem;
    height: 0.05rem;
    margin-left: 0.08rem;
  }
  header .header-list-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 0.44rem;
  }
  header .sub-list {
    margin-top: 0.14rem;
    font-size: 0.14rem;
    font-weight: 400;
  }
  header .sub-list-item:not(:last-child) {
    margin-bottom: 0.23rem;
  }
  header .header-button-link {
    min-width: 1.44rem;
    min-height: 0.52rem;
    padding: 0.05rem;
    border-radius: 0.3rem;
  }
}
@media print, (min-width: 768px) and (max-width: 1060.02px) {
  header .header-list-item::before {
    height: 14px;
  }
}
.header-fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  transform: translateY(-150%);
  z-index: 100;
  background: url(../img/top/keyvisual_bg.png) top left/100% auto no-repeat;
  transition: transform 0.8s ease;
}
.header-fixed.is-visible {
  transform: translateY(0%);
}

@media print, (min-width: 768px) {
  .header-fixed {
    background: url("../img/top/keyvisual_bg.png") top left/100% auto no-repeat;
  }
}
@media print {
  .header-fixed {
    display: none;
  }
}
@media only screen and (max-width: 1060px) {
  .header-fixed .header-navigation {
    display: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .header-fixed {
    background: url(../img/top/sp/keyvisual_bg.png) center/cover no-repeat;
    transition-duration: 0.26s;
  }
}
header .header-list-item {
  color: #fff;
}
header .header-list-item .trans {
  cursor: pointer;
}

.header-global {
  background-color: #fff;
  border-bottom: 1px solid rgba(79, 183, 226, 0.5);
  font-family: "Noto Sans JP", sans-serif;
  overflow: hidden;
}
.header-global .global-wrapper {
  display: flex;
  align-items: center;
}
.header-global .global-logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.header-global .global-logo .logo-image {
  position: relative;
}
.header-global .navigation-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.header-global .navigation-item {
  border-right: 1px solid #dfdfdf;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-global .navigation-item-heading {
  font-weight: 500;
  color: #333;
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: 0.3s ease;
}
.header-global .navigation-item-heading.is-current {
  color: #008dbd;
  font-weight: bold;
}

@media print, (min-width: 768px) {
  .header-global {
    padding: 0 12px;
  }
  .header-global .global-wrapper {
    height: 34px;
  }
  .header-global .global-logo {
    margin-right: 20px;
  }
  .header-global .global-logo .logo-image {
    width: 33px;
    margin-right: 12px;
    top: -1px;
  }
  .header-global .global-logo .logo-heading {
    font-weight: bold;
    color: #7e7e7e;
    font-size: 11px;
  }
  .header-global .navigation-button {
    display: none;
  }
  .header-global .navigation-list {
    border-left: 1px solid #dfdfdf;
  }
  .header-global .navigation-item {
    min-height: 24px;
    flex: 0 0 auto;
  }
  .header-global .navigation-item:hover .navigation-item-description {
    max-width: 500px;
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
  .header-global .navigation-item-heading {
    font-size: 12px;
    color: #333;
    padding: 5px 16px;
    text-decoration: none;
    transition: 0.3s ease;
  }
  .header-global .navigation-item-heading:hover {
    color: #008dbd;
  }
  .header-global .navigation-item-description {
    font-weight: 500;
    color: #7e7e7e;
    font-size: 12px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    max-width: 0;
    clip-path: inset(0 100% 0 0);
    opacity: 0;
    transition: max-width 0.8s ease, clip-path 0.8s ease, opacity 0.7s ease;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .header-global .navigation-item-heading {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media only screen and (max-width: 1060px) {
  .header-global {
    padding: 0 14px;
  }
  .header-global .global-wrapper {
    height: 31px;
  }
  .header-global .global-logo {
    margin-right: 15px;
  }
  .header-global .global-logo .logo-image {
    width: 31px;
    top: -1px;
  }
  .header-global .global-logo .logo-image img {
    width: 100%;
    display: block;
  }
  .header-global .global-logo .logo-heading {
    display: none;
  }
  .header-global .navigation-wrapper {
    display: flex;
    align-items: center;
  }
  .header-global .navigation-item-description {
    display: none;
  }
  .header-global .navigation-button {
    font-weight: bold;
    font-size: 9px;
    width: 76px;
    min-height: 19px;
    color: #8b8b8b;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 5px;
    flex-shrink: 0;
    cursor: pointer;
  }
  .header-global .navigation-list {
    display: none;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .header-global .navigation-list.is-open {
    display: flex;
  }
  .header-global .navigation-list::-webkit-scrollbar {
    display: none;
  }
  .header-global .navigation-item {
    min-height: 18px;
    flex: 0 0 auto;
  }
  .header-global .navigation-item-heading {
    font-size: 9px;
    padding: 2.2px 10px;
    display: block;
    font-weight: bold;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1060px) {
  .header-global .global-wrapper {
    height: 40px;
  }
  .header-global .global-logo .logo-image {
    width: 35px;
  }
  .header-global .navigation-button {
    font-size: 12px;
    width: 110px;
    min-height: 25px;
  }
  .header-global .navigation-item-heading {
    font-size: 12px;
  }
}

footer {
  background: #1f1f1f;
}
footer .footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .footer-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .footer-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .footer-list a {
  color: rgba(255, 255, 255, 0.8);
}
footer .footer-small {
  color: rgba(255, 255, 255, 0.8);
}

@media print, (min-width: 768px) {
  footer {
    padding: 60px 0;
  }
  footer .footer-wrapper {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 20px;
  }
  footer .footer-navigation {
    margin-left: 24px;
  }
  footer .footer-list {
    font-size: 0.14rem;
  }
  footer .footer-list:not(:last-child) {
    width: 252px;
    margin-right: 25px;
  }
  footer .footer-list.is-modify {
    margin-right: 24px;
    text-align: right;
  }
  footer .footer-list-item:not(:last-child) {
    margin-bottom: 11px;
  }
  footer .footer-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer .footer-small {
    margin-right: 14px;
    font-size: 0.1rem;
  }
}
@media only screen and (max-width: 767.98px) {
  footer {
    padding: 0.6rem 0 0.4rem;
  }
  footer .footer-wrapper {
    padding: 0 0.16rem;
  }
  footer .footer-inner {
    display: block;
  }
  footer .footer-navigation {
    display: block;
    margin-bottom: 0.6rem;
  }
  footer .footer-list {
    font-size: 0.12rem;
  }
  footer .footer-list.is-modify {
    margin-bottom: 0.58rem;
  }
  footer .footer-list:not(:last-child) {
    margin-bottom: 0.11rem;
  }
  footer .footer-list-item:not(:last-child) {
    margin-bottom: 0.11rem;
  }
  footer .footer-small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 58px;
    font-size: 0.08rem;
  }
}
.banner {
  display: none;
  position: fixed;
  z-index: 99;
  right: 0;
  bottom: 0;
  background: #fff;
}
.banner .button-close {
  display: block;
  position: absolute;
  z-index: 10;
  cursor: pointer;
}
.banner .button-close::before, .banner .button-close::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  margin: auto;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border-radius: 0.5rem;
  background: #666;
}
.banner .button-close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.banner .button-close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.banner .banner-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.banner .banner-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.banner .big-text {
  color: #010e72;
  font-weight: 700;
}

@media print, (min-width: 768px) {
  .banner {
    width: 390px;
    padding: 15px 5px 15px 20px;
    -webkit-box-shadow: 0 4px 12px 0 rgba(1, 14, 114, 0.2);
            box-shadow: 0 4px 12px 0 rgba(1, 14, 114, 0.2);
  }
  .banner .button-close {
    right: 11px;
    bottom: calc(100% + 8px);
    width: 16px;
    height: 16px;
  }
  .banner .button-close::before, .banner .button-close::after {
    width: 1px;
    height: 20px;
    border-radius: 50px;
  }
  .banner .banner-image {
    width: 140px;
    height: 90px;
    margin-right: 20px;
  }
  .banner .big-text {
    margin-bottom: 12px;
    font-size: 0.2rem;
    line-height: 1.5;
  }
  .banner .button-common-secondary ::after {
    top: 1px;
  }
}
@media only screen and (max-width: 767.98px) {
  .banner {
    width: 3.05rem;
    padding: 0.08rem;
    -webkit-box-shadow: 0 0.04rem 0.12rem 0 rgba(1, 14, 114, 0.2);
            box-shadow: 0 0.04rem 0.12rem 0 rgba(1, 14, 114, 0.2);
  }
  .banner .button-close {
    right: 0.2rem;
    bottom: calc(100% + 0.08rem);
    width: 0.16rem;
    height: 0.16rem;
  }
  .banner .button-close::before, .banner .button-close::after {
    width: 0.01rem;
    height: 0.2rem;
  }
  .banner .banner-image {
    width: 1.05rem;
    height: 0.72rem;
    margin-right: 0.16rem;
  }
  .banner .big-text {
    margin-bottom: 0.05rem;
    font-size: 0.16rem;
    line-height: 1.5;
  }
}
footer .footer-list-item .sub-link {
  display: inline-flex;
  position: relative;
}
footer .footer-list-item .sub-link::before {
  content: "―";
  position: relative;
  display: inline-block;
  font-size: inherit;
}

@media print, (min-width: 768px) {
  footer {
    padding-bottom: 0;
  }
  footer .footer-right {
    max-height: 180px;
  }
  footer .footer-list.has-sub {
    max-width: 310px;
  }
  footer .footer-list.has-sub .footer-list-item {
    margin-bottom: 8px;
  }
  footer .footer-list.has-sub .footer-list-item .sub-link::before {
    margin-right: 3px;
  }
}
@media only screen and (max-width: 767.98px) {
  footer {
    padding: 58px 0 0;
  }
  footer .footer-navigation {
    margin-bottom: 37px;
  }
  footer .footer-list.has-sub {
    margin-top: -3px;
  }
  footer .footer-list.has-sub .footer-list-item .sub-link::before {
    margin-right: 3px;
  }
  footer .footer-list.is-modify {
    margin-bottom: 36px;
  }
  footer .footer-list.is-modify .footer-list-item {
    margin-bottom: 11px;
  }
  footer .footer-list-item:not(:last-child) {
    margin-bottom: 8px;
  }
}
.global-footer {
  background-color: #fff;
  border-top: 1px solid rgba(126, 126, 126, 0.5);
}
.global-footer .global-footer-inner {
  display: flex;
}
.global-footer .global-footer-logo {
  flex-shrink: 0;
  align-self: flex-start;
}
.global-footer .global-footer-navigation {
  font-family: "Inter", Arial, sans-serif;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.global-footer .global-footer-link {
  color: #333;
  font-weight: 700;
  width: fit-content;
}
.global-footer .text-small {
  color: #7E7E7E;
  font-weight: 500;
  font-size: 10px;
}
.global-footer .global-footer-copyright {
  text-align: right;
  font-family: "Noto Sans JP", sans-serif;
}
.global-footer .copyright-list {
  padding-left: 0;
  list-style: none;
  display: flex;
  justify-content: right;
}
.global-footer .global-footer-item {
  display: flex;
  flex-direction: column;
}
.global-footer .copyright-item::after {
  content: "｜";
  color: #333;
}
.global-footer .copyright-item:last-child {
  margin-right: 0;
}
.global-footer .copyright-item:last-child::after {
  content: unset;
}
.global-footer .copyright-link {
  color: #333;
  font-weight: 500;
}
.global-footer .copyright-text {
  color: #7E7E7E;
  font-size: 10px;
}
@media print, (min-width: 768px) {
  .global-footer {
    margin-top: 32px;
  }
  .global-footer .global-footer-inner {
    padding: 32px 26px 9px 42px;
  }
  .global-footer .global-footer-logo {
    margin-right: 38px;
    margin-top: 3px;
    width: 48px;
  }
  .global-footer .global-footer-navigation {
    display: flex;
    flex-wrap: wrap;
    margin-right: 30px;
  }
  .global-footer .text-small {
    margin-bottom: 2px;
  }
  .global-footer .global-footer-item {
    margin-right: 24px;
    margin-bottom: 12px;
  }
  .global-footer .global-footer-item:last-child {
    margin-right: 0;
  }
  .global-footer .global-footer-link {
    font-size: 13px;
  }
  .global-footer .global-footer-copyright {
    margin-left: auto;
    margin-top: auto;
    min-width: 250px;
    padding-top: 13px;
  }
  .global-footer .copyright-list {
    margin-bottom: 3px;
  }
  .global-footer .copyright-item {
    margin-right: 3px;
    font-size: 12px;
  }
  .global-footer .copyright-item::after {
    font-size: 12px;
    margin-left: 3px;
  }
  .global-footer .copyright-text {
    font-weight: 700;
  }
}
@media only screen and (max-width: 767.98px) {
  .global-footer .global-footer-inner {
    flex-wrap: wrap;
    padding: 30px 20px 20px;
  }
  .global-footer .global-footer-logo {
    width: 38px;
    margin: 3px 25px 20px 3px;
  }
  .global-footer .global-footer-navigation {
    padding-top: 5px;
  }
  .global-footer .global-footer-item {
    margin-bottom: 13px;
  }
  .global-footer .global-footer-item:last-child {
    margin-bottom: 0;
  }
  .global-footer .global-footer-link {
    font-size: 12px;
    padding-left: 1px;
  }
  .global-footer .text-small {
    margin-bottom: 1px;
    line-height: 1;
  }
  .global-footer .global-footer-copyright {
    width: 100%;
    margin-top: 34px;
    padding-right: 10px;
    display: flex;
    justify-content: right;
    flex-direction: column;
  }
  .global-footer .copyright-list {
    margin-bottom: 11px;
  }
  .global-footer .copyright-item {
    font-size: 11px;
    margin-right: 2px;
  }
  .global-footer .copyright-item::after {
    font-size: 11px;
    margin-left: 3px;
  }
  .global-footer .copyright-text {
    font-weight: 500;
  }
}

.button-common-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0.02rem solid #fff;
  background: linear-gradient(90deg, #FF2828 0%, #991818 100%);
  color: #fff;
  font-weight: 700;
}
.button-common-primary::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background: url("../img/common/arrow_icn_05.svg") center/contain no-repeat;
}
.button-common-primary.is-small {
  min-width: unset;
}

@media print, (min-width: 768px) {
  .button-common-primary {
    min-width: 298px;
    min-height: 60px;
    padding: 5px 20px 7px;
    border-radius: 30px;
    font-size: 0.18rem;
    line-height: 1.1111111111;
  }
  .button-common-primary.is-small {
    min-height: 48px;
    padding: 9px 22px 8px;
    font-size: 0.16rem;
  }
  .button-common-primary.is-small::after {
    top: 0;
    width: 18px;
    height: 18px;
    margin-left: 12px;
  }
  .button-common-primary::after {
    top: 1px;
    width: 23px;
    height: 23px;
    margin-left: 12px;
  }
}
@media print, (min-width: 768px) and (max-width: 1060.02px) {
  .button-common-primary::after {
    position: absolute;
    top: 0.17rem;
    right: 0.12rem;
    left: unset;
    width: 0.23rem;
    height: 0.23rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-common-primary {
    min-height: 0.52rem;
    padding: 0.05rem 0.2rem 0.06rem;
    border-radius: 0.3rem;
    font-size: 0.16rem;
    line-height: 1.25;
  }
  .button-common-primary::after {
    position: absolute;
    top: 0.12rem;
    right: 0.12rem;
    left: unset;
    width: 0.23rem;
    height: 0.23rem;
  }
  .button-common-primary.is-small {
    min-height: 0.44rem;
    padding: 0.1rem 0.1rem 0.08rem 0.22rem;
    font-size: 0.14rem;
  }
  .button-common-primary.is-small::after {
    position: relative;
    top: -0.01rem;
    width: 0.18rem;
    height: 0.18rem;
    margin-left: 0.22rem;
  }
}
.button-common-secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  color: #1f1f1f;
  text-decoration: none;
}
.button-common-secondary::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 0;
  right: 0;
  background: url("../img/common/arrow_icn_02.svg") center/contain no-repeat;
}
.button-common-secondary.is-white {
  color: #fff;
}
.button-common-secondary.is-white::after {
  background: url("../img/common/arrow_icn_04.png") center/contain no-repeat;
}

@media print, (min-width: 768px) {
  .button-common-secondary {
    font-size: 0.12rem;
  }
  .button-common-secondary::after {
    top: 2px;
    width: 15px;
    height: 15px;
    margin-left: 8px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-common-secondary {
    font-size: 0.12rem;
  }
  .button-common-secondary::after {
    top: 0.01rem;
    width: 0.16rem;
    height: 0.16rem;
    margin-left: 0.08rem;
  }
}
.contact-common {
  position: relative;
}
.contact-common::after {
  content: "";
  position: absolute;
  z-index: 0;
  right: 0;
  background: url("../img/common/contact_decor.png") center center/contain no-repeat;
}
.contact-common.is-middle::after {
  background: none;
}
.contact-common .contact-text {
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.contact-common .contact-list-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
.contact-common .contact-list-button .list-button-item .button-lead {
  color: #fff;
  margin: 10px 0;
  font-size: 0.13rem;
  font-weight: bold;
  text-align: center;
}
@media print, (min-width: 1060.02px) {
  .contact-common .contact-list-button .list-button-item .button-lead {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .contact-common.is-middle .contact-list-button .list-button-item .button-lead {
    margin-bottom: 10px;
  }
}
@media print, (min-width: 768px) {
  .contact-common {
    padding: 41px 0 44px;
    background: url("../img/common/contact_bg.png") top center/cover no-repeat;
  }
  .contact-common::after {
    top: 16px;
    width: 200px;
    height: 258px;
  }
  .contact-common .contact-text {
    margin-bottom: 39px;
    font-size: 0.2rem;
    line-height: 1.5;
  }
  .contact-common .contact-list-button {
    margin: 0 -16px;
  }
  .contact-common .list-button-item {
    width: 33.3333333333%;
    padding: 0 16px 16px;
  }
}
@media print, (min-width: 768px) and (max-width: 1060.02px) {
  .contact-common .list-button-item {
    width: 100%;
  }
  .contact-common .contact-list-button {
    width: 50%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .contact-common {
    padding: 0.6rem 0 0.4rem;
    background: url("../img/common/sp/contact_bg.png") top center/cover no-repeat;
  }
  .contact-common::after {
    bottom: -0.44rem;
    width: 1.38rem;
    height: 2.48rem;
  }
  .contact-common .contact-text {
    margin-bottom: 0.32rem;
    font-size: 0.18rem;
    line-height: 1.5;
  }
  .contact-common .contact-list-button {
    width: 2.79rem;
    margin: 0 auto;
  }
  .contact-common .list-button-item {
    width: 100%;
    padding: 0 0 0.2rem;
  }
}

.contact-common.is-pure::after {
  display: none;
}
@media only screen and (max-width: 767.98px) {
  .contact-common.is-pure {
    min-height: 5.08rem;
  }
}

.list-common-secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
.list-common-secondary .list-item-main {
  position: relative;
  margin-right: -1px;
  margin-left: -1px;
  background: -webkit-gradient(linear, left top, right top, from(#080590), to(#264be3));
  background: linear-gradient(90deg, #080590 0%, #264be3 100%);
  display: block;
}
.list-common-secondary .list-item-title {
  margin-bottom: 0;
  color: #fff;
  font-weight: 700;
}
.list-common-secondary .list-item-title span {
  display: block;
  text-align: center;
}
.list-common-secondary .list-item-title .big-text {
  font-weight: 900;
}
.list-common-secondary .list-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.list-common-secondary .list-item-content p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
}
.list-common-secondary .list-item-box {
  overflow: hidden;
  background: #fff;
}
.list-common-secondary .list-item-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, (min-width: 768px) {
  .list-common-secondary {
    margin: 0 -10px;
  }
  .list-common-secondary .list-item {
    width: 33.3333333333%;
    padding: 0 10px 20px;
  }
  .list-common-secondary .list-item-main {
    margin-bottom: 16px;
    padding: 20px 0 23px;
    -webkit-mask: url("../img/common/mask_product_01.png") bottom center/auto 32px no-repeat, url("../img/common/mask_product_02.png") top center/100% calc(100% - 32px) no-repeat, url("../img/common/mask_product_02.png") top calc(100% - 31px) center/calc(100% - 3px) 2px no-repeat;
            mask: url("../img/common/mask_product_01.png") bottom center/auto 32px no-repeat, url("../img/common/mask_product_02.png") top center/100% calc(100% - 32px) no-repeat, url("../img/common/mask_product_02.png") top calc(100% - 31px) center/calc(100% - 3px) 2px no-repeat;
  }
  .list-common-secondary .list-item-title {
    font-size: 0.2rem;
    line-height: 1.5;
  }
  .list-common-secondary .list-item-title .big-text {
    margin-bottom: -1px;
    font-size: 0.24rem;
  }
  .list-common-secondary .list-item-content {
    min-height: 131px;
    padding: 0 16px;
  }
  .list-common-secondary .list-item-content p {
    font-size: 0.14rem;
    line-height: 1.5;
  }
  .list-common-secondary .list-item-image {
    width: 240px;
    margin: 0 auto 4px;
  }
  .list-common-secondary .list-item-box {
    padding: 0 0 20px;
    border-radius: 8px;
  }
}
@media print, (min-width: 768px) and (max-width: 1060.02px) {
  .list-common-secondary .list-item {
    width: 50%;
  }
  .list-common-secondary .list-item-main {
    -webkit-mask: url("../img/common/mask_product_01.png") bottom center/auto 0.76rem no-repeat, url("../img/common/mask_product_02.png") top center/100% calc(100% - 0.7rem) no-repeat;
            mask: url("../img/common/mask_product_01.png") bottom center/auto 0.76rem no-repeat, url("../img/common/mask_product_02.png") top center/100% calc(100% - 0.7rem) no-repeat;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-common-secondary {
    margin: 0;
  }
  .list-common-secondary .list-item-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .list-common-secondary .list-item {
    width: 100%;
    padding: 0 0 0.2rem;
  }
  .list-common-secondary .list-item-button {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .list-common-secondary .list-item-main {
    margin-bottom: 0.17rem;
    padding: 0.2rem 0 0.24rem;
    -webkit-mask: url("../img/common/mask_product_01.png") bottom center/auto 0.4rem no-repeat, url("../img/common/mask_product_02.png") top center/100% calc(100% - 0.38rem) no-repeat;
            mask: url("../img/common/mask_product_01.png") bottom center/auto 0.4rem no-repeat, url("../img/common/mask_product_02.png") top center/100% calc(100% - 0.38rem) no-repeat;
  }
  .list-common-secondary .list-item-title {
    font-size: 0.16rem;
    line-height: 1.5;
  }
  .list-common-secondary .list-item-title .big-text {
    margin-bottom: -0.02rem;
    font-size: 0.2rem;
  }
  .list-common-secondary .list-item-content {
    min-height: 1.18rem;
    padding: 0 0.16rem;
  }
  .list-common-secondary .list-item-content p {
    font-size: 0.14rem;
    line-height: 1.5;
  }
  .list-common-secondary .list-item-image {
    width: 1.8rem;
    margin: 0 auto 0.05rem;
  }
  .list-common-secondary .list-item-box {
    padding: 0 0 0.17rem;
    border-radius: 0.08rem;
  }
}
.list-common-primary {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-common-primary .list-item p:last-child {
  margin-bottom: 0;
}
.list-common-primary .list-item span {
  position: relative;
  top: -0.05rem;
  font-size: 0.1rem;
}
.list-common-primary .list-item-title {
  position: relative;
  font-weight: 700;
}
.list-common-primary .list-item-title::before {
  content: "";
  position: absolute;
  left: 0;
  background: url("../img/common/check_icn.png") center/contain no-repeat;
}
.list-common-primary .list-item-title strong {
  color: #264be3;
}

@media print, (min-width: 768px) {
  .list-common-primary .list-content {
    margin-bottom: 16px;
  }
  .list-common-primary .list-content p {
    margin-bottom: 8px;
  }
  .list-common-primary .list-content p:last-child {
    margin-bottom: 0;
  }
  .list-common-primary .list-item:not(:last-child) {
    margin-bottom: 80px;
  }
  .list-common-primary .list-item-title {
    margin-bottom: 20px;
    padding-left: 40px;
    font-size: 0.24rem;
    line-height: 1.5;
  }
  .list-common-primary .list-item-title::before {
    top: 5px;
    width: 28px;
    height: 28px;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-common-primary {
    margin-left: -0.04rem;
  }
  .list-common-primary .list-item:not(:last-child) {
    margin-bottom: 0.6rem;
  }
  .list-common-primary .list-item p {
    margin-bottom: 0.07rem;
    padding-left: 0.3rem;
    line-height: 1.5714285714;
  }
  .list-common-primary .list-item-title {
    margin-right: 0.14rem;
    margin-bottom: 0.16rem;
    padding-left: 0.29rem;
    font-size: 0.18rem;
    line-height: 1.5;
  }
  .list-common-primary .list-item-title::before {
    top: 0.04rem;
    width: 0.21rem;
    height: 0.21rem;
  }
}
.list-common-dot {
  margin: 0;
  padding: 0;
  color: #000;
  list-style: none;
}
.list-common-dot li {
  position: relative;
}
.list-common-dot li::before {
  content: "";
  position: absolute;
  border-radius: 200rem;
  background: #000;
}

@media print, (min-width: 768px) {
  .list-common-dot {
    margin-bottom: 32px;
  }
  .list-common-dot li {
    padding-left: 24px;
  }
  .list-common-dot li::before {
    top: 12px;
    left: 10px;
    width: 4px;
    height: 4px;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-common-dot {
    margin-bottom: 0.32rem;
  }
  .list-common-dot li {
    padding-left: 0.24rem;
  }
  .list-common-dot li::before {
    top: 0.1rem;
    left: 0.1rem;
    width: 0.04rem;
    height: 0.04rem;
  }
}
.list-character {
  margin: 0;
  padding: 0;
  font-size: 0.12rem;
  line-height: 1.5;
  list-style: none;
}
.list-character li {
  position: relative;
  padding-left: 0.15rem;
}
.list-character li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.title-common-primary {
  font-weight: 700;
  text-align: center;
}
.title-common-primary.is-left {
  text-align: left;
}
.title-common-primary strong {
  color: #264be3;
}
.title-common-primary.is-white {
  color: #fff;
}
.title-common-primary.is-blue {
  color: #264be3;
}

@media print, (min-width: 768px) {
  .title-common-primary {
    margin-bottom: 40px;
    font-size: 0.32rem;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-primary {
    margin-bottom: 0.28rem;
    font-size: 0.24rem;
    line-height: 1.5;
  }
}
.title-common-secondary {
  position: relative;
  font-weight: 700;
}
.title-common-secondary::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.14rem;
  background: url("../img/common/line_decor_04.svg") right 0 center/cover no-repeat;
}
.title-common-secondary strong {
  color: #264be3;
}

@media print, (min-width: 768px) {
  .title-common-secondary {
    margin-bottom: 11px;
    padding-right: 49px;
    padding-bottom: 11px;
    font-size: 0.24rem;
  }
}
@media print, (min-width: 768px) and (max-width: 1060.02px) {
  .title-common-secondary {
    display: inline-block;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-secondary {
    margin-bottom: 0.11rem;
    padding-bottom: 0.15rem;
    font-size: 0.18rem;
  }
}
.title-common-quaternary {
  color: #264be3;
  font-weight: 700;
  text-align: center;
}

@media print, (min-width: 768px) {
  .title-common-quaternary {
    margin-bottom: 28px;
    font-size: 0.24rem;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-quaternary {
    margin-bottom: 0.24rem;
    font-size: 0.18rem;
    line-height: 1.5;
  }
}
.section-keyvisual {
  overflow: hidden;
}
.section-keyvisual .keyvisual-wrapper {
  position: relative;
  margin: 0 auto;
}
.section-keyvisual .keyvisual-inner {
  margin: 0 auto;
  color: #fff;
}
.section-keyvisual .keyvisual-text-line {
  display: inline-block;
  position: relative;
  font-weight: 700;
}
.section-keyvisual .keyvisual-text-line::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: url("../img/common/line_decor_04.svg") right 0 center/cover no-repeat;
}
.section-keyvisual .keyvisual-title {
  font-weight: 900;
  line-height: 1.2;
}
.section-keyvisual .keyvisual-text {
  font-weight: 500;
}
.section-keyvisual .keyvisual-image {
  position: absolute;
}
.section-keyvisual .keyvisual-security {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
  border-radius: 0.08rem;
  text-decoration: none;
}
.section-keyvisual .security-logo img {
  width: 0.31rem;
  margin: 0 auto 1px;
}
.section-keyvisual .security-number {
  color: #000;
  line-height: 1;
}
.section-keyvisual .security-content {
  margin: 0;
  color: #1f1f1f;
  font-weight: 500;
  flex: 1;
}
.section-keyvisual .keyvisual-button {
  list-style: none;
  padding: 0;
  margin: 0;
}
.section-keyvisual .keyvisual-list {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-keyvisual .keyvisual-list .item-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0.12rem;
  line-height: 1.2;
  color: #fff;
  border: 1px solid #fff;
  padding: 0.06rem 0.11rem;
}

@media print, (min-width: 768px) {
  .section-keyvisual {
    min-height: 480px;
    padding: 129px 0 80px;
    background: url("../img/top/keyvisual_bg.png") center/cover no-repeat;
  }
  .section-keyvisual .keyvisual-wrapper {
    max-width: 1260px;
  }
  .section-keyvisual .keyvisual-inner {
    max-width: 1080px;
    padding: 0 20px;
  }
  .section-keyvisual .keyvisual-text-line {
    margin-bottom: 16px;
    padding-right: 16px;
    padding-bottom: 10px;
    font-size: 0.2rem;
  }
  .section-keyvisual .keyvisual-text-line::before {
    width: 100%;
    height: 14px;
  }
  .section-keyvisual .keyvisual-title {
    margin-bottom: 20px;
    font-size: 0.4rem;
  }
  .section-keyvisual .keyvisual-text {
    margin-bottom: 15px;
  }
  .section-keyvisual .keyvisual-image {
    top: 11px;
    right: -69px;
    width: 637px;
  }
  .section-keyvisual .keyvisual-security {
    align-items: center;
    padding: 5px 15px 4px 6px;
    margin-bottom: 60px;
  }
  .section-keyvisual .security-logo {
    margin-right: 10px;
    width: 57px;
  }
  .section-keyvisual .security-number {
    font-size: 0.1rem;
  }
  .section-keyvisual .security-content {
    font-size: 0.14rem;
    flex: 1;
  }
  .section-keyvisual .keyvisual-button {
    display: flex;
  }
  .section-keyvisual .keyvisual-button .button-common-primary {
    min-width: -moz-fit-content;
    min-width: fit-content;
    padding: 5px 30.5px 7px;
  }
  .section-keyvisual .keyvisual-button-item {
    margin-right: 10px;
  }
  .section-keyvisual .keyvisual-list {
    max-width: 520px;
    margin-bottom: 30px;
    gap: 8px;
  }
}
@media (width >= 768px) and (width <= 1150px) {
  .section-keyvisual .keyvisual-wrapper {
    min-height: 750px;
  }
  .section-keyvisual .keyvisual-button {
    display: block;
    position: absolute;
    bottom: -31px;
    left: 50%;
    width: 92%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .section-keyvisual .keyvisual-image {
    top: unset;
    right: unset;
    bottom: 175px;
    left: 50%;
    width: 417px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
.section-keyvisual .keyvisual-button-item {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-keyvisual {
    padding: 1.12rem 0 0.71rem;
    background: url("../img/top/sp/keyvisual_bg.png") center/cover no-repeat;
  }
  .section-keyvisual .keyvisual-wrapper {
    min-height: 5.73rem;
  }
  .section-keyvisual .keyvisual-inner {
    padding: 0 0.16rem;
  }
  .section-keyvisual .keyvisual-text-line {
    margin-bottom: 0.14rem;
    padding-right: 0.16rem;
    padding-bottom: 0.13rem;
    font-size: 0.16rem;
  }
  .section-keyvisual .keyvisual-text-line::before {
    width: 100%;
    height: 0.12rem;
  }
  .section-keyvisual .keyvisual-title {
    margin-bottom: 0.28rem;
    font-size: 0.24rem;
    line-height: 1.2083333333;
  }
  .section-keyvisual .keyvisual-text {
    margin-bottom: 0.09rem;
  }
  .section-keyvisual .button-common-primary {
    min-height: 0.6rem;
    font-size: 0.18rem;
  }
  .section-keyvisual .button-common-primary::after {
    top: 0.16rem;
    right: 0.18rem;
  }
  .section-keyvisual .keyvisual-image {
    right: -0.58rem;
    bottom: 0.71rem;
    width: 4.17rem;
  }
  .section-keyvisual .keyvisual-security {
    align-items: flex-start;
    padding: 0.06rem 0.04rem 0.06rem 0.07rem;
    margin-bottom: 0.2rem;
  }
  .section-keyvisual .security-logo {
    margin-right: 0.05rem;
    width: 0.52rem;
  }
  .section-keyvisual .security-logo img {
    margin-bottom: 0.02rem;
  }
  .section-keyvisual .security-number {
    font-size: 0.09rem;
  }
  .section-keyvisual .security-content {
    font-size: 0.13rem;
    line-height: 1.2307692308;
  }
  .section-keyvisual .keyvisual-button {
    display: block;
    position: absolute;
    bottom: -0.61rem;
    left: 50%;
    width: 92%;
    transform: translateX(-50%);
  }
  .section-keyvisual .keyvisual-button-item,
  .section-keyvisual .keyvisual-list {
    margin-bottom: 0.1rem;
  }
  .section-keyvisual .keyvisual-list {
    gap: 0.08rem 0.12rem;
  }
}
.section-problems {
  position: relative;
  background-color: #eaf5ff;
}
.section-problems::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.section-problems::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url("../img/top/down_icn.png") center/contain no-repeat;
}
.section-problems .wrapper {
  position: relative;
  z-index: 1;
}
.section-problems .problems-inner {
  margin: 0 auto;
}
.section-problems .problems-content p:last-child {
  margin-bottom: 0;
}
.section-problems .problems-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-problems .problems-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.section-problems .title-common-primary {
  text-align: left;
}
.section-problems .problems-list {
  margin: 0;
  padding: 0;
  font-weight: 500;
  list-style: none;
}
.section-problems .problems-list li {
  position: relative;
}
.section-problems .problems-list li::before {
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #ff2828;
}

@media print, (min-width: 768px) and (max-width: 1060.02px) {
  .section-problems .problems-content {
    margin: 0 auto 80px;
  }
  .section-problems .problems-image {
    margin: 0 auto;
  }
}
@media print, (min-width: 768px) {
  .section-problems {
    padding: 80px 0 20px;
  }
  .section-problems::before {
    -webkit-mask: url("../img/common/mask_keyvisual_01.png") bottom center/calc(100% + 20px) 130px no-repeat, url("../img/common/mask_keyvisual_02.png") top center/100% calc(100% - 130px) no-repeat;
            mask: url("../img/common/mask_keyvisual_01.png") bottom center/calc(100% + 20px) 130px no-repeat, url("../img/common/mask_keyvisual_02.png") top center/100% calc(100% - 130px) no-repeat;
  }
  .section-problems::after {
    bottom: -20px;
    width: 40px;
    height: 40px;
  }
  .section-problems .problems-inner {
    max-width: 800px;
  }
  .section-problems .problems-content {
    margin-bottom: 80px;
  }
  .section-problems .problems-content p {
    margin-bottom: 24px;
  }
  .section-problems .problems-box {
    margin-left: 10px;
  }
  .section-problems .problems-image {
    width: 236px;
    margin-right: 25px;
  }
  .section-problems .title-common-primary {
    margin-bottom: 28px;
  }
  .section-problems .problems-list li {
    padding-left: 23px;
  }
  .section-problems .problems-list li:not(:last-child) {
    margin-bottom: 12px;
  }
  .section-problems .problems-list li::before {
    top: 10px;
    left: 1px;
    width: 8px;
    height: 8px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-problems {
    padding: 0.6rem 0 0.18rem;
  }
  .section-problems::before {
    -webkit-mask: url("../img/common/mask_keyvisual_01.png") bottom center/calc(100% + 0.2rem) 0.4rem no-repeat, url("../img/common/mask_keyvisual_02.png") top center/100% calc(100% - 0.34rem) no-repeat;
            mask: url("../img/common/mask_keyvisual_01.png") bottom center/calc(100% + 0.2rem) 0.4rem no-repeat, url("../img/common/mask_keyvisual_02.png") top center/100% calc(100% - 0.34rem) no-repeat;
  }
  .section-problems::after {
    bottom: -0.2rem;
    width: 0.4rem;
    height: 0.4rem;
  }
  .section-problems .problems-content {
    margin-bottom: 0.6rem;
    line-height: 1.5714285714;
  }
  .section-problems .problems-content p {
    margin-bottom: 0.24rem;
  }
  .section-problems .problems-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 0.2rem;
  }
  .section-problems .problems-image {
    width: 1.58rem;
    margin-right: 0.14rem;
  }
  .section-problems .title-common-primary {
    margin-top: 0.71rem;
    margin-bottom: 0;
    line-height: 1.375;
  }
  .section-problems .problems-list li {
    padding-left: 0.17rem;
  }
  .section-problems .problems-list li:not(:last-child) {
    margin-bottom: 0.1rem;
  }
  .section-problems .problems-list li::before {
    top: 0.09rem;
    left: 0.03rem;
    width: 0.06rem;
    height: 0.06rem;
  }
}
.section-support {
  background: #eaf5ff;
}
.section-support .support-introduction {
  position: relative;
  font-weight: 700;
  text-align: center;
}
.section-support .support-introduction strong {
  color: #264be3;
}
.section-support .support-introduction::before, .section-support .support-introduction::after {
  content: "";
  position: absolute;
  font-weight: 700;
  text-align: center;
}
.section-support .support-introduction::before {
  left: 0;
}
.section-support .support-introduction::after {
  right: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.section-support .support-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
.section-support .support-list li.is-modify .item-image {
  margin-right: 0;
}
.section-support .support-list-item {
  height: 100%;
  border-radius: 8px;
  background: linear-gradient(97deg, #264be3 -1.62%, #267de3 99.44%);
  color: #fff;
}
.section-support .item-heading span {
  display: inline-block;
}
.section-support .item-number {
  position: relative;
  color: #5cceff;
  font-family: "Montserrat", sans-serif;
}
.section-support .item-text {
  line-height: 1.5;
}
.section-support .item-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-support .item-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.section-support .item-button-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, (min-width: 768px) {
  .section-support {
    padding: 82px 0 110px;
  }
  .section-support .item-button-area {
    margin-bottom: 9px;
  }
  .section-support .support-introduction {
    width: 494px;
    margin: 0 auto 78px;
    padding: 0 40px;
    font-size: 0.24rem;
  }
  .section-support .support-introduction::before, .section-support .support-introduction::after {
    top: -2px;
    width: 12px;
    height: 108px;
    background: url("../img/top/decor_icn_left.svg") center/contain no-repeat;
  }
  .section-support .title-common-primary {
    margin-bottom: 30px;
  }
  .section-support .support-list {
    margin: 0 -10px;
  }
  .section-support .support-list li {
    width: 50%;
    padding: 10px;
  }
  .section-support .support-list li.is-modify .item-image {
    width: 108px;
    margin-top: -41px;
    margin-right: 0;
  }
  .section-support .support-list li.is-modify .item-content {
    margin-right: 10px;
  }
  .section-support .support-list-item {
    height: 100%;
    padding: 9px 12px 7px 20px;
  }
  .section-support .item-heading {
    margin-bottom: 4px;
  }
  .section-support .item-number {
    margin-right: 12px;
    font-size: 0.32rem;
  }
  .section-support .item-text {
    font-size: 0.24rem;
    line-height: 1.5;
  }
  .section-support .item-content {
    margin-right: 25px;
    font-size: 0.14rem;
    line-height: 1.5;
  }
  .section-support .item-content p {
    margin-bottom: 10px;
  }
  .section-support .item-image {
    width: 88px;
    margin-top: -5px;
    margin-right: 10px;
  }
  .section-support .support-content {
    max-width: 800px;
    margin: 0 auto 80px;
  }
}
@media print, (min-width: 768px) and (max-width: 1060.02px) {
  .section-support .support-list li {
    width: 100%;
  }
  .section-support .item-group {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-support {
    padding: 0.5rem 0 0.43rem;
  }
  .section-support .support-introduction {
    margin: 0 -0.02rem 0.23rem;
    padding: 0 0.32rem;
    font-size: 0.16rem;
  }
  .section-support .support-introduction::before, .section-support .support-introduction::after {
    top: -0.02rem;
    width: 0.12rem;
    height: 100%;
    background: url("../img/top/sp/decor_icn_left.svg") center/contain no-repeat;
  }
  .section-support .title-common-primary {
    margin-bottom: 0.24rem;
  }
  .section-support .support-list li {
    width: 100%;
    padding: 0 0 0.16rem;
  }
  .section-support .support-list li.is-modify .support-list-item {
    padding-bottom: 0.16rem;
  }
  .section-support .support-list li.is-modify .item-image {
    width: 0.82rem;
    margin-top: -0.06rem;
    margin-right: 0;
  }
  .section-support .support-list li.is-modify .item-image.is-report {
    width: 0.9rem;
    margin-top: -0.12rem;
    margin-right: -0.06rem;
  }
  .section-support .support-list li.is-modify .item-content {
    margin-right: 0.1rem;
  }
  .section-support .support-list-item {
    height: 100%;
    padding: 0.08rem 0.17rem 0.09rem 0.2rem;
  }
  .section-support .item-heading {
    margin-bottom: 0.07rem;
  }
  .section-support .item-number {
    top: 0.02rem;
    min-width: 0.3rem;
    margin-right: 0.07rem;
    font-size: 0.24rem;
  }
  .section-support .item-text {
    font-size: 0.17rem;
    line-height: 1.4705882353;
  }
  .section-support .item-content {
    margin-right: 0.14rem;
    font-size: 0.14rem;
    line-height: 1.5;
  }
  .section-support .item-content p {
    margin-bottom: 0.06rem;
  }
  .section-support .item-image {
    width: 0.68rem;
    margin-top: 0.02rem;
    margin-right: 0.08rem;
  }
  .section-support .item-image.is-confirm {
    width: 0.8rem;
    margin-top: -0.03rem;
    margin-right: 0.02rem;
  }
  .section-support .support-content {
    padding-left: 0.05rem;
    font-size: 0.14rem;
    line-height: 1.6;
    margin-bottom: 0.8rem;
  }
}
.section-service {
  background: #eaf5ff;
}

@media print, (min-width: 768px) {
  .section-service {
    padding: 0 0 80px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-service {
    padding: 0 0 0.4rem;
  }
}
.section-strength {
  overflow: hidden;
  background: #d0eaff;
}
.section-strength .wrapper {
  position: relative;
  z-index: 1;
}
.section-strength .strength-block {
  position: relative;
}
.section-strength .strength-block::after {
  content: "";
  position: absolute;
}
.section-strength .strength-block::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  height: 100%;
  background: #fff;
}
.section-strength .strength-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-strength .strength-content span {
  position: relative;
  top: -0.07rem;
  right: -0.03rem;
  font-size: 0.1rem;
}
.section-strength .strength-note {
  color: rgba(31, 31, 31, 0.8);
  line-height: 1.5;
}
.section-strength .button-more {
  display: inline-block;
  color: #0485bc;
  font-weight: 500;
}
.section-strength .strength-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-strength .strength-item {
  background: rgba(92, 206, 255, 0.12);
  color: #000;
  line-height: 1.5;
}
.section-strength .strength-button-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-strength .result-block {
  position: relative;
}
.section-strength .result-block::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  height: 100%;
  background: #fff;
}
.section-strength .result-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
.section-strength .small-text {
  color: #0485bc;
  font-weight: 500;
}
.section-strength .result-title {
  display: inline-block;
  position: relative;
  font-weight: 700;
}
.section-strength .result-title::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background: url("../img/common/line_decor_05.svg") left 0 center/cover no-repeat;
}
.section-strength .result-title span {
  display: block;
}
.section-strength .result-title strong {
  color: #264be3;
}
.section-strength .result-text {
  margin-bottom: 0;
}
.section-strength .strength-content-wrapper {
  display: flex;
}
.section-strength .strength-logo {
  flex-shrink: 0;
  width: 0.7rem;
}
.section-strength .strength-number {
  color: #000;
}

@media print, (min-width: 768px) {
  .section-strength {
    padding: 80px 0 120px;
  }
  .section-strength .strength-block {
    margin-bottom: 80px;
    padding: 52px 0 48px;
  }
  .section-strength .strength-block::after {
    right: -173px;
    bottom: 40px;
    width: 357px;
    height: 318px;
    background: url("../img/top/strength_decor.png") center/contain no-repeat;
  }
  .section-strength .strength-block::before {
    right: calc(50% - 480px);
    width: 100vw;
    border-radius: 0 20px 20px 0;
  }
  .section-strength .strength-block .title-common-primary {
    margin-bottom: 28px;
  }
  .section-strength .strength-inner {
    margin-bottom: 22px;
  }
  .section-strength .strength-group {
    min-width: 408px;
  }
  .section-strength .strength-group:not(:last-child) {
    margin-right: 40px;
  }
.section-strength .strength-number {
    font-size: 0.12rem;
  }
  .section-strength .strength-content {
    margin-bottom: 12px;
  }
  .section-strength .strength-note {
    font-size: 0.12rem;
  }
  .section-strength .button-more {
    margin-bottom: 13px;
  }
  .section-strength .strength-list {
    margin-bottom: 7px;
  }
  .section-strength .strength-item {
    margin-bottom: 13px;
    padding: 7px 16px;
    border-radius: 8px;
    font-size: 0.14rem;
    line-height: 1.5;
  }
  .section-strength .strength-item:not(:last-child) {
    margin-right: 13px;
  }
  .section-strength .strength-text {
    margin-bottom: 32px;
  }
  .section-strength .result-block {
    padding: 48px 0 20px 60px;
  }
  .section-strength .result-block::before {
    left: calc(50% - 480px);
    width: 100vw;
    height: 100%;
    border-radius: 20px 0 0 20px;
  }
  .section-strength .result-block .title-common-primary {
    margin-bottom: 22px;
  }
  .section-strength .result-list {
    margin: 0 -19px;
  }
  .section-strength .result-list li {
    width: 50%;
    padding: 0 19px 27px;
  }
  .section-strength .small-text {
    margin-bottom: 5px;
    font-size: 0.12rem;
    line-height: 1.5;
  }
  .section-strength .result-title {
    margin-bottom: 26px;
    padding-right: 3px;
    font-size: 0.2rem;
    line-height: 1.5;
  }
  .section-strength .result-title::before {
    bottom: -20px;
    width: 100%;
    height: 14px;
  }
  .section-strength .result-text {
    font-size: 0.14rem;
    line-height: 1.5;
  }
.strength-content-wrapper {
    align-items: center;
  }
  .strength-content-wrapper .strength-content {
    width: 326px;
    margin-bottom: 0;
  }
  .strength-logo {
    margin-left: 5px;
    margin-top: 3px;
  }
  .strength-logo img {
    width: 57px;
    margin: 0 auto;
    margin-bottom: 3px;
  }
}
@media print, (min-width: 768px) and (max-width: 1060.02px) {
  .section-strength .strength-item .sm {
    display: none !important;
  }
  .section-strength .strength-block {
    padding: 52px 160px 48px 0;
  }
  .section-strength .strength-block::after {
    right: 0;
    bottom: -53px;
    width: 280px;
    height: 260px;
  }
  .section-strength .strength-block::before {
    right: calc(50% - 365px);
  }
  .section-strength .strength-block .button-common-primary::after {
    position: relative;
    top: 0;
    width: 18px;
    height: 18px;
    margin-left: 18px;
  }
  .section-strength .strength-inner {
    display: block;
  }
  .section-strength .result-block {
    padding: 48px 145px 20px 0;
  }
  .section-strength .result-block::before {
    right: calc(50% - 365px);
    left: unset;
    border-radius: 0 20px 20px 0;
  }
  .section-strength .result-list li {
    width: 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-strength {
    padding: 0.8rem 0 1rem;
  }
  .section-strength .title-common-primary {
    font-size: 0.2rem;
    line-height: 1.5;
  }
  .section-strength .strength-block {
    margin-bottom: 0.8rem;
    padding: 0.41rem 0.1rem 0.48rem 0;
  }
  .section-strength .strength-block::after {
    right: -0.05rem;
    bottom: -0.14rem;
    width: 1.57rem;
    height: 1.84rem;
    background: url("../img/top/sp/strength_decor.png") center/contain no-repeat;
  }
  .section-strength .strength-block::before {
    right: calc(50% - 1.71rem);
    width: 100vw;
    border-radius: 0 0.2rem 0.2rem 0;
  }
  .section-strength .strength-block .title-common-primary {
    margin-bottom: 0.39rem;
  }
  .section-strength .strength-inner {
    display: block;
    margin-bottom: 0.15rem;
  }
  .section-strength .strength-group:not(:last-child) {
    margin-bottom: 0.32rem;
  }
  .section-strength .strength-content {
    margin-bottom: 0.06rem;
  }
  .section-strength .strength-note {
    padding-right: 0.02rem;
    font-size: 0.12rem;
  }
  .section-strength .button-more {
    margin-bottom: 0.16rem;
    font-size: 0.16rem;
  }
  .section-strength .strength-list {
    margin-bottom: 0.1rem;
  }
  .section-strength .strength-item {
    margin-bottom: 0.12rem;
    padding: 0.08rem 0.12rem;
    border-radius: 0.08rem;
    font-size: 0.12rem;
    line-height: 1.5;
  }
  .section-strength .strength-item:not(:last-child) {
    margin-right: 0.13rem;
  }
  .section-strength .strength-text {
    margin-bottom: 0.31rem;
    width: 1.7rem;
  }
  .section-strength .result-block {
    padding: 0.42rem 0.1rem 0.08rem 0;
  }
  .section-strength .result-block::before {
    right: calc(50% - 1.71rem);
    width: 100vw;
    border-radius: 0 0.2rem 0.2rem 0;
  }
  .section-strength .result-block .title-common-primary {
    margin-bottom: 0.4rem;
  }
  .section-strength .result-list {
    margin: 0;
  }
  .section-strength .result-list li {
    width: 100%;
    padding: 0 0 0.39rem;
  }
  .section-strength .small-text {
    margin-bottom: 0.04rem;
    font-size: 0.12rem;
    line-height: 1.5;
  }
  .section-strength .result-title {
    margin-bottom: 0.32rem;
    padding-right: 0.02rem;
    font-size: 0.18rem;
    line-height: 1.5;
  }
  .section-strength .result-title::before {
    bottom: -0.2rem;
    width: 100%;
    height: 0.14rem;
  }
  .section-strength .result-text {
    font-size: 0.14rem;
    line-height: 1.5;
  }
.strength-content-wrapper {
    align-items: flex-start;
  }
  .strength-logo {
    margin-left: 0.1rem;
  }
  .strength-logo img {
    width: 0.55rem;
height: 0.36rem;
    margin: -0.03rem 0 0.03rem 0.04rem;
  }
  .strength-number {
    font-size: 0.11rem;
  }
}
.casestudy-block {
  background: #fff;
}
.casestudy-block .casestudy-slider {
  position: relative;
}
.casestudy-block .slider-arrow {
  position: absolute;
  top: 50%;
  background: url("../img/common/arrow_icn_02.svg") center/contain no-repeat;
  width: 0.24rem;
  height: 0.24rem;
  z-index: 2;
  cursor: pointer;
  transform: translateY(-50%);
}
.casestudy-block .slider-arrow.is-previous {
  transform: translateY(-50%) scaleX(-1);
}
.casestudy-block .list-wrapper {
  border-radius: 0.08rem;
  background: #fff;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.16);
  overflow: hidden;
  height: auto !important;
}
.casestudy-block .item-viewport {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.casestudy-block .item-wrapper {
  color: #1f1f1f;
}
.casestudy-block .item-title {
  margin: 0;
  color: #1f1f1f;
  font-weight: bold;
  line-height: 1.5;
}
.casestudy-block .item-title .highlight {
  color: #264be3;
}
.casestudy-block .item-company {
  color: #1f1f1f;
  font-size: 0.14rem;
  font-weight: bold;
  line-height: 1.5;
}
.casestudy-block .item-thumbnail {
  position: relative;
  padding-top: 59.6026490066%;
}
.casestudy-block .item-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media print, (min-width: 768px) {
  .casestudy-block {
    padding: 47px 0 47px 50px;
    margin-left: 160px;
    border-radius: 20px 0 0 20px;
  }
  .casestudy-block .title-common-primary {
    padding: 0 10px;
    margin-bottom: 3px;
  }
  .casestudy-block .slider-inner {
    overflow: hidden;
    padding: 20px 0 20px 10px;
  }
  .casestudy-block .slider-arrow {
    margin-top: -1px;
  }
  .casestudy-block .slider-arrow.is-previous {
    left: -26px;
  }
  .casestudy-block .slider-arrow.is-next {
    right: 65px;
  }
  .casestudy-block .button-common-primary.is-small {
    width: 226px;
    margin: 12px auto 0;
    position: relative;
    left: -45px;
  }
  .is-firefox .casestudy-block .button-common-primary.is-small {
    padding-top: 7px;
  }
  .is-firefox .casestudy-block .button-common-primary.is-small::after {
    top: 1px;
  }
  .is-tablet .casestudy-block .button-common-primary.is-small {
    padding-top: 8px;
  }
  .casestudy-block .list-wrapper {
    width: 308px;
  }
  .casestudy-block .item-wrapper {
    padding: 13px;
  }
  .casestudy-block .item-company {
    margin-bottom: 18px;
  }
  .casestudy-block .item-title {
    margin-bottom: 11px;
    font-size: 0.17rem;
  }
}
@media only screen and (min-width: 1500px) {
  .casestudy-block .slider-arrow.is-next {
    right: 25px;
  }
}
@media print, (min-width: 768px) and (max-width: 1060.02px) {
  .casestudy-block .button-common-primary.is-small::after {
    position: relative;
    right: 0;
  }
  .casestudy-block .casestudy-slider {
    margin-right: -500px;
  }
  .casestudy-block .slider-arrow.is-next {
    left: 50%;
  }
}
@media only screen and (max-width: 767.98px) {
  .casestudy-block {
    padding: 0.4rem 0 0.48rem 0.06rem;
    margin-right: 0.16rem;
    border-radius: 0 0.2rem 0.2rem 0;
  }
  .casestudy-block .casestudy-slider {
    margin-right: -2.88rem;
  }
  .casestudy-block .slider-inner {
    overflow: hidden;
    padding: 0.2rem 0 0.2rem 0.1rem;
  }
  .casestudy-block .title-common-primary {
    padding: 0 0.1rem;
    margin-bottom: 0.2rem;
  }
  .casestudy-block .slider-arrow {
    margin-top: 0.19rem;
  }
  .casestudy-block .slider-arrow.is-next {
    left: 46.7%;
  }
  .casestudy-block .slider-arrow.is-previous {
    left: -1px;
  }
  .casestudy-block .button-common-primary.is-small {
    width: 2.08rem;
    padding-top: 0.08rem;
    margin: 0.12rem auto 0;
    position: relative;
    left: -0.16rem;
  }
  .casestudy-block .button-common-primary.is-small::after {
    top: 0;
  }
  .casestudy-block .item-wrapper {
    padding: 0.13rem 0.17rem 0.13rem 0.13rem;
  }
  .casestudy-block .item-company {
    margin-bottom: 0.14rem;
  }
  .casestudy-block .item-title {
    margin-bottom: 0.11rem;
    font-size: 0.16rem;
  }
}
.list-casestudy-category {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.05rem;
}
.list-casestudy-category .category-item {
  font-size: 0.13rem;
  display: block;
  position: relative;
  background-color: #d0eaff;
  color: #264be3;
  font-weight: bold;
  line-height: 1.5;
  text-decoration: none;
}
.list-casestudy-category .category-name {
  display: block;
  padding: 0.02rem 0.06rem 0.02rem 0.07rem;
}

@media print, (min-width: 768px) {
  .list-casestudy-category {
    margin-bottom: 6px;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-casestudy-category .category-item {
    margin-bottom: 0.08rem;
  }
}
.casestudy-block .casestudy-logo {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #fafafa;
  border-radius: 0.05rem;
}
.casestudy-block .logo-item {
  mix-blend-mode: darken;
}

@media print, (min-width: 768px) {
  .casestudy-block .title-common-primary {
    margin-bottom: 28px;
  }
  .casestudy-block .title-common-primary .title-small {
    font-size: 0.16rem;
  }
  .casestudy-block .casestudy-description {
    padding: 0 9px;
    margin-bottom: 22px;
  }
  .casestudy-block .casestudy-logo {
    max-width: 960px;
    min-height: 116px;
    padding: 12px 12px 0 0;
    margin: 0 10px 3px;
  }
  .casestudy-block .casestudy-logo .logo-item {
    margin: 0 10px 10px;
  }
  .casestudy-block .casestudy-logo .logo-item:last-child {
    margin-right: 0;
  }
}
@media print, (min-width: 768px) and (max-width: 1060px) {
  .casestudy-block .casestudy-logo img.sm {
    display: none !important;
  }
  .casestudy-block .casestudy-logo img.md {
    display: block !important;
  }
}
@media print, (min-width: 768px) and (max-width: 1188px) {
  .casestudy-block .casestudy-logo {
    padding: 40px 20vw;
  }
  .casestudy-block .casestudy-logo .logo-item {
    width: 33.3333333333%;
    margin: 0 20px 30px;
    display: flex;
    justify-content: center;
  }
  .casestudy-block .casestudy-logo .logo-item img {
    width: 100%;
  }
  .casestudy-block .casestudy-logo .logo-item:first-child {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding: 0 35px;
  }
  .casestudy-block .casestudy-logo .logo-item:last-child {
    margin-right: 20px;
  }
  .casestudy-block .casestudy-logo .logo-item:last-child img {
    width: 70%;
  }
}
@media print, (min-width: 768px) and (max-width: 1060px) {
  .casestudy-block .casestudy-logo {
    padding-right: 15vw;
    padding-left: 15vw;
  }
}
@media only screen and (max-width: 767.98px) {
  .casestudy-block .title-common-primary {
    margin-bottom: 0.16rem;
  }
  .casestudy-block .title-common-primary .title-small {
    font-size: 0.13rem;
  }
  .casestudy-block .casestudy-description {
    padding: 0 0.09rem;
    margin-bottom: 0.16rem;
  }
  .casestudy-block .casestudy-logo {
    padding: 0.24rem 0.02rem 0.1rem 0.06rem;
    margin: 0 0.16rem 0.2rem 0.1rem;
  }
  .casestudy-block .casestudy-logo .logo-item {
    width: calc((100% - 0.1rem) / 2);
    padding: 0 0.09rem 0.14rem 0.04rem;
    display: flex;
    justify-content: center;
  }
  .casestudy-block .casestudy-logo .logo-item:first-child {
    width: 100%;
    padding-left: 0.1rem;
    padding-right: 0.14rem;
  }
  .casestudy-block .casestudy-logo .logo-item img {
    width: 100%;
  }
}
.service-common {
  background-color: #D0EAFF;
}
.service-common .wrapper {
  background-color: #fff;
  border-radius: 0.2rem;
}
.service-common .service-title {
  color: #fff;
  margin-bottom: 0;
  font-weight: 700;
  background-color: #0485BC;
  border-top-left-radius: 0.08rem;
  border-top-right-radius: 0.08rem;
  text-align: center;
}
.service-common .content-wrapper {
  border: 1px solid #0485BC;
  border-bottom-left-radius: 0.08rem;
  border-bottom-right-radius: 0.08rem;
}
.service-common .content-list {
  border-bottom: 1px solid #DFE1E4;
}
.service-common .content-list:nth-of-type(even) {
  background-color: #F5F5F5;
}
.service-common .content-list:last-child {
  border-bottom: none;
}
.service-common .content-link {
  color: #0485BC;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.02rem;
  position: relative;
  display: inline;
}
.service-common .content-link::after {
  position: absolute;
  content: "";
  background: url("../img/common/blank_icn.svg") center/100% no-repeat;
  right: 0;
}
.service-common .content-link:hover {
  text-decoration: none;
}
.service-common .content-description {
  color: #000;
  margin-bottom: 0;
}
.service-common .detail-list {
  list-style: none;
  padding-left: 0;
  color: #000;
  margin-bottom: 0;
}
.service-common .detail-item {
  position: relative;
}
.service-common .detail-item:last-child {
  margin-bottom: 0;
}
.service-common .detail-item::before {
  position: absolute;
  content: "";
  background: url("../img/common/check_icn.png") center/100% no-repeat;
  left: 0;
}
.service-common .text-small {
  display: inline-block;
}
.service-common .button-common-primary {
  border-radius: 0.8rem;
}
.service-common .link-text {
  text-align: center;
}
.service-common .content-link-wrapper {
  display: flex;
  justify-content: center;
}

@media print, (min-width: 768px) {
  .service-common {
    padding: 0 0 154px;
  }
  .service-common .wrapper {
    max-width: 980px;
    padding: 64px 83px 55px;
  }
  .service-common .service-description {
    margin-bottom: 20px;
  }
  .service-common .service-title {
    font-size: 0.18rem;
    padding: 11px 10px 10px;
  }
  .service-common .content-wrapper {
    margin-bottom: 16px;
  }
  .service-common .content-list {
    display: flex;
    flex-direction: row-reverse;
  }
  .service-common .content-list:last-of-type .content-detail {
    padding-bottom: 13px;
  }
  .service-common .content-title {
    flex: 1;
    padding: 14px 20px 15px 18px;
  }
  .service-common .content-link {
    padding-right: 24px;
  }
  .service-common .content-link.is-modify {
    font-size: 0.18rem;
    margin-bottom: 10px;
  }
  .service-common .content-link::after {
    width: 13px;
    height: 13px;
    bottom: 5px;
  }
  .service-common .content-logo {
    width: 192px;
    margin-top: 3px;
    margin-bottom: 8px;
  }
  .service-common .content-logo.is-modify {
    margin-top: 10px;
  }
  .service-common .content-description {
    line-height: calc(19/16);
  }
  .service-common .content-description.is-modify {
    margin-top: 10px;
  }
  .service-common .content-detail {
    width: 265px;
    border-right: 1px solid #DFE1E4;
    padding: 19px 16px;
  }
  .service-common .detail-item {
    padding-left: 31px;
    line-height: calc(19/16);
    margin-bottom: 14px;
  }
  .service-common .detail-item::before {
    width: 16px;
    height: 16px;
    top: 2px;
  }
  .service-common .text-small {
    font-size: 0.14rem;
    line-height: calc(20/14);
    margin-bottom: 5px;
  }
  .service-common .title-common-primary {
    margin-bottom: 22px;
  }
  .service-common .button-common-primary {
    width: fit-content;
    min-width: 523px;
    min-height: 81px;
    padding: 4px 20px 7px 67px;
  }
  .service-common .button-common-primary::after {
    top: 2px;
    margin-left: 21px;
    width: 24px;
    height: 24px;
  }
}
@media print, (min-width: 768px) and (max-width: 1060px) {
  .service-common{
    padding-right: 30px;
    padding-left: 30px;
  }
  .service-common .wrapper {
    padding-left: calc(70/980 * 100%);
    padding-right: calc(70/980 * 100%);
  }
  .service-common .button-common-primary::after {
    position: relative;
  }
}
@media only screen and (max-width: 767.98px) {
  .service-common {
    padding: 0 0.231rem 0.683rem;
  }
  .service-common .wrapper {
    padding: 0.346rem 0.144rem 0.385rem;
  }
  .service-common .service-description {
    font-size: 0.135rem;
    margin-bottom: 0.125rem;
    line-height: 1.6;
  }
  .service-common .service-title {
    font-size: 0.135rem;
    padding: 0.106rem;
  }
  .service-common .content-wrapper {
    margin-bottom: 0.202rem;
  }
  .service-common .content-list {
    padding: 0.115rem 0.144rem 0.173rem;
  }
  .service-common .content-list:nth-of-type(2) .content-logo {
    margin-bottom: 0.115rem;
  }
  .service-common .content-list:last-of-type .content-detail {
    margin-top: 0.115rem;
  }
  .service-common .content-list:last-of-type {
    padding-bottom: 0.269rem;
  }
  .service-common .content-link {
    font-size: 0.135rem;
    padding-right: 0.212rem;
  }
  .service-common .content-link::after {
    width: 0.115rem;
    height: 0.115rem;
    bottom: 0.029rem;
  }
  .is-ios .service-common .content-link::after {
    bottom: 0.05rem;
  }
  .service-common .content-link.is-modify::after {
    bottom: 0.06rem;
  }
  .service-common .content-link.is-modify {
    font-size: 0.173rem;
  }
  .service-common .content-logo {
    width: 1.635rem;
    margin-top: 0.048rem;
    margin-bottom: 0.087rem;
  }
  .service-common .content-logo.is-modify {
    width: 1.769rem;
    margin-top: 0.135rem;
    margin-bottom: 0.173rem;
  }
  .service-common .content-logo.is-modify.is-sidfm {
    width: 1.635rem;
    margin: 0.096rem 0 0.125rem 0.029rem;
  }
  .service-common .content-description {
    display: none;
  }
  .service-common .detail-item {
    font-size: 0.135rem;
    padding-left: 0.231rem;
    line-height: 1.6;
  }
  .service-common .detail-item::before {
    width: 0.135rem;
    height: 0.135rem;
    top: 0.048rem;
  }
  .service-common .text-small {
    font-size: 0.106rem;
    margin-bottom: 0.058rem;
  }
  .service-common .text-large {
    font-size: 0.163rem;
  }
  .service-common .title-common-primary {
    font-size: 0.173rem;
    margin-bottom: 0.163rem;
  }
  .service-common .button-common-primary {
    width: 100%;
    min-height: 0.817rem;
    padding: 0.058rem 0.192rem 0.058rem;
  }
  .service-common .button-common-primary::after {
    top: 50%;
    width: 0.231rem;
    right: 0.144rem;
    height: 0.231rem;
    transform: translateY(-50%);
  }
  .service-common .content-link-wrapper {
    padding-top: 0.019rem;
  }
}