@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 {
  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 {
  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 {
  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 {
  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 {
  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%;
  transition: background 0.3s;
  background: transparent;
}
header a {
  color: #1f1f1f;
}
header .header-wrapper {
  margin: 0 auto;
}
header .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header-logo {
  display: inline-block;
}
header .header-main {
  display: flex;
}
header .header-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  font-weight: 700;
}
header .header-list-item {
  display: flex;
  align-items: center;
}
header .header-list-item a {
  color: #fff;
}
header .button-sub-menu {
  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: flex;
  align-items: 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 {
    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;
    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;
    transition: transform 0.3s;
    background-position: left 0.01rem center;
    background-size: 0.08rem 0.06rem;
  }
  header .button-sub-menu.is-active {
    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 {
    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;
    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) {
    transform: rotate(-45deg);
  }
  header .button-hamburger.is-active span:nth-child(2) {
    opacity: 0;
  }
  header .button-hamburger.is-active span:nth-child(3) {
    transform: rotate(45deg);
  }
  header .header-list {
    display: block;
    margin-bottom: 0.6rem;
  }
  header .header-list-item {
    position: relative;
    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 {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-150%);
  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 {
    transition-duration: 0.26s;
    background: url("../img/top/sp/keyvisual_bg.png") center/cover no-repeat;
  }
}
footer {
  background: #1f1f1f;
}
footer .footer-inner {
  display: flex;
  justify-content: space-between;
}
footer .footer-navigation {
  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: flex;
    flex-direction: column;
    align-items: flex-end;
    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: flex;
    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;
  transition: 0.3s ease;
  border-radius: 0.5rem;
  background: #666;
}
.banner .button-close::before {
  transform: rotate(45deg);
}
.banner .button-close::after {
  transform: rotate(-45deg);
}
.banner .banner-inner {
  display: flex;
}
.banner .banner-image {
  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;
    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;
    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;
  }
}
.button-common-primary {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  border: 0.02rem solid #ff2828;
  background: #fff;
  color: #1f1f1f;
  font-weight: 700;
}
.button-common-primary::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  flex: 0 0 auto;
  background: url("../img/common/arrow_icn_02.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: 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 .contact-text {
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.contact-common .contact-list-button {
  display: flex;
  position: relative;
  z-index: 1;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
@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;
  }
}

.keyvisual-common .keyvisual-label,
.keyvisual-common .keyvisual-title {
  margin: 0;
  color: #fff;
}
.keyvisual-common .keyvisual-label {
  display: flex;
  position: relative;
  font-weight: 700;
}
.keyvisual-common .label-wrapper {
  display: block;
  position: relative;
}
.keyvisual-common .label-wrapper::before, .keyvisual-common .label-wrapper::after {
  content: "";
  position: absolute;
  background-color: #ff2828;
}
.keyvisual-common .label-wrapper::before {
  right: 0;
  bottom: 0;
  left: 0;
  height: 0.02rem;
}
.keyvisual-common .label-wrapper::after {
  right: -0.03rem;
  bottom: -0.03rem;
  width: 0.08rem;
  height: 0.08rem;
  transform: rotate(45deg);
  transform-origin: center center;
}
.keyvisual-common .keyvisual-title {
  display: block;
  font-weight: 900;
}
@media print, (min-width: 768px) {
  .keyvisual-common {
    min-height: 240px;
    padding: 120px 0 55px;
    background: url("../img/common/keyvisual_bg.png") center center/cover no-repeat;
  }
  .keyvisual-common.is-instruction {
    padding: 106px 0 58px;
  }
  .keyvisual-common.is-instruction .keyvisual-title {
    font-size: 0.32rem;
    line-height: 1.1875;
  }
  .keyvisual-common .wrapper {
    max-width: 1080px;
  }
  .keyvisual-common .keyvisual-label {
    margin: -28px 0 11px;
    font-size: 0.2rem;
  }
  .keyvisual-common .label-wrapper {
    padding: 0 13px 4px 0;
  }
  .keyvisual-common .keyvisual-title {
    font-size: 0.4rem;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 767.98px) {
  .keyvisual-common {
    min-height: 1.7rem;
    padding: 0.96rem 0 0.3rem;
    background: url("../img/common/sp/keyvisual_bg.png") center center/100% 100% no-repeat;
  }
  .keyvisual-common .keyvisual-label {
    margin: -0.27rem 0 0.12rem;
    font-size: 0.16rem;
  }
  .keyvisual-common .label-wrapper {
    padding: 0 0.13rem 0.05rem 0;
  }
  .keyvisual-common .keyvisual-title {
    font-size: 0.24rem;
    line-height: 1.1666666667;
  }
}

.list-common-secondary {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
.list-common-secondary .list-item-main {
  position: relative;
  margin-right: -1px;
  margin-left: -1px;
  background: linear-gradient(90deg, #080590 0%, #264be3 100%);
}
.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: flex;
  flex-direction: column;
  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: 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: flex;
    justify-content: flex-end;
  }
  .list-common-secondary .list-item {
    width: 100%;
    padding: 0 0 0.2rem;
  }
  .list-common-secondary .list-item-button {
    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;
}

.paragraph-common {
  position: relative;
}
.paragraph-common p,
.paragraph-common small {
  display: block;
  position: relative;
  margin: 0;
}
.paragraph-common small {
  opacity: 0.8;
}
.paragraph-common sub,
.paragraph-common sup {
  position: relative;
  opacity: 0.8;
}
.paragraph-common sub {
  vertical-align: bottom;
}
.paragraph-common sup {
  vertical-align: top;
}
.paragraph-common ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.paragraph-common ul li {
  display: flex;
}
.paragraph-common ul li::before {
  content: "・";
  position: relative;
  flex: 0 0 auto;
}
@media print, (min-width: 768px) {
  .paragraph-common {
    font-size: 0.16rem;
    line-height: 1.5;
  }
  .paragraph-common + .paragraph-common {
    margin-top: 14px;
  }
  .paragraph-common p + p {
    margin-top: 12px;
  }
  .paragraph-common small {
    margin-top: 12px;
    font-size: 0.12rem;
    line-height: 1.5;
  }
  .paragraph-common sub,
  .paragraph-common sup {
    font-size: 0.1rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .paragraph-common {
    font-size: 0.14rem;
    line-height: 1.6;
  }
  .paragraph-common + .paragraph-common {
    margin-top: 0.2rem;
  }
  .paragraph-common p + p {
    margin-top: 0.2rem;
  }
  .paragraph-common small {
    margin-top: 0.07rem;
    font-size: 0.1rem;
    line-height: 1.5;
  }
  .paragraph-common sub,
  .paragraph-common sup {
    font-size: 0.08rem;
  }
}

.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;
}

@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;
  }
}
.table-block {
  margin: 0 auto;
  background: #fff;
}

@media print, (min-width: 768px) {
  .table-block {
    padding: 32px 80px 40px;
    border-radius: 20px;
  }
  .table-block:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .table-block {
    padding: 0.24rem 0.16rem 0.32rem;
    border-radius: 0.2rem;
  }
  .table-block:not(:last-child) {
    margin-bottom: 0.16rem;
  }
}
.table-common {
  margin-bottom: 0;
  overflow: hidden;
  border-collapse: separate;
  border: 1px solid #dfe1e4;
  border-radius: 0.08rem;
  color: #000;
}
.table-common th {
  background: #eaf5ff;
  font-weight: 700;
}
.table-common tr:last-child th,
.table-common tr:last-child td {
  border-bottom: unset;
}
.table-common th,
.table-common td {
  border: unset;
  border-bottom: 1px solid #dfe1e4;
}
.table-common th:not(:last-child),
.table-common td:not(:last-child) {
  border-right: 1px solid #dfe1e4;
}
@media print, (min-width: 768px) {
  .table-common {
    border-radius: 8px;
  }
  .table-common tr:first-child {
    border-radius: 8px 8px 0 0;
  }
  .table-common tr:last-child {
    border-radius: 0 0 8px 8px;
  }
  .table-common th {
    width: calc(100% - 208px);
  }
  .table-common th:first-child {
    width: 208px;
  }
  .table-common th,
  .table-common td {
    padding: 10px 14px;
    font-size: 0.16rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .table-common {
    border-radius: 0.08rem;
  }
  .table-common tr:first-child {
    border-radius: 0.08rem 0.08rem 0 0;
  }
  .table-common tr:last-child {
    border-radius: 0 0 0.08rem 0.08rem;
  }
  .table-common th {
    width: calc(100% - 1.35rem);
    padding: 0.11rem;
  }
  .table-common th:first-child {
    width: 1.35rem;
  }
  .table-common td {
    padding: 0.09rem 0.12rem;
  }
  .table-common td:first-child {
    padding: 0.09rem 0.11rem;
  }
  .table-common th,
  .table-common td {
    font-size: 0.14rem;
    line-height: 1.4;
    vertical-align: top;
  }
}
.article-common {
  background-color: #d0eaff;
}
.article-common .article-heading {
  background-color: #fff;
}
.article-common .article-heading .wrapper {
  position: relative;
  z-index: 1;
}
.article-common .heading-excerpt p:last-child {
  margin: 0;
}
.article-common .article-post {
  position: relative;
}
@media print, (min-width: 768px) {
  .article-common .article-heading {
    padding: 80px 0 20px;
  }
  .article-common .article-heading .wrapper {
    max-width: 840px;
  }
  .article-common .article-post {
    padding: 0 0 120px;
  }
}
@media only screen and (max-width: 767.98px) {
  .article-common .article-heading {
    padding: 0.21rem 0 0.2rem;
  }
  .article-common .article-post {
    padding: 0 0 1.2rem;
  }
}

.post-content {
  overflow-wrap: break-word;
}
.post-content p {
  margin-bottom: 1.5em;
}
.post-content p:last-child {
  margin-bottom: 0;
}
.post-content b,
.post-content strong {
  font-weight: 700;
}
.post-content i,
.post-content em {
  font-style: italic;
}
.post-content a {
  color: inherit;
  text-decoration: underline;
}
.post-content a:hover {
  text-decoration: none;
}
.post-content a:hover img {
  opacity: 0.8;
}
.post-content img {
  transition: opacity 0.3s ease;
}
.post-content sup,
.post-content sub {
  position: relative;
  font-size: 0.6em;
}
.post-content sup {
  vertical-align: top;
}
.post-content sub {
  vertical-align: bottom;
}
.post-content figure,
.post-content picture,
.post-content img,
.post-content video,
.post-content iframe,
.post-content table {
  max-width: 100%;
  margin-bottom: 1.5em;
}
.post-content figure:last-child,
.post-content picture:last-child,
.post-content img:last-child,
.post-content video:last-child,
.post-content iframe:last-child,
.post-content table:last-child {
  margin-bottom: 0;
}
.post-content figure img,
.post-content figure video,
.post-content figure iframe,
.post-content figure table {
  margin-bottom: 0;
}
.post-content figcaption {
  margin: 0.75em 0;
  color: #000;
  font-size: 0.12rem;
}
.post-content figcaption:last-child {
  margin-bottom: 0;
}
.post-content blockquote {
  position: relative;
  margin-bottom: 1.5em;
  padding: 1.5em;
  background-color: #f8f8f8;
}
.post-content blockquote::before, .post-content blockquote::after {
  content: "“";
  position: absolute;
  font-size: 1.5em;
  line-height: 1;
}
.post-content blockquote::before {
  top: 0.3em;
  left: 0.3em;
}
.post-content blockquote::after {
  right: 0.3em;
  bottom: 0.3em;
  transform: scale(-1, -1);
}
.post-content blockquote:last-child {
  margin-bottom: 0;
}
.post-content pre,
.post-content code {
  margin-bottom: 1.5em;
}
.post-content pre:last-child,
.post-content code:last-child {
  margin-bottom: 0;
}
.post-content ul {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
  list-style: disc;
}
.post-content ul:last-child {
  margin-bottom: 0;
}
.post-content ol {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
  list-style: decimal;
}
.post-content ol:last-child {
  margin-bottom: 0;
}
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  font-weight: 700;
}
.post-content h2 {
  margin-bottom: 1em;
  font-size: 1.8em;
}
.post-content h2:last-child {
  margin-bottom: 0;
}
.post-content h2 strong {
  color: #264be3;
}
.post-content h3 {
  margin-bottom: 1em;
  font-size: 1.6em;
}
.post-content h3:last-child {
  margin-bottom: 0;
}
.post-content h3.wp-block-heading {
  position: relative;
  color: #0485bc;
}
.post-content h3.wp-block-heading::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.08rem;
  background: url("../img/common/line_decor_06.svg") 100% 50%/cover no-repeat;
}
.post-content h4 {
  margin-bottom: 1em;
  font-size: 1.4em;
}
.post-content h4:last-child {
  margin-bottom: 0;
}
.post-content h5 {
  margin-bottom: 1em;
  font-size: 1.1 0.5em;
}
.post-content h5:last-child {
  margin-bottom: 0;
}
.post-content h6 {
  margin-bottom: 1em;
  font-size: 1em;
}
.post-content h6:last-child {
  margin-bottom: 0;
}
.post-content > div {
  margin-bottom: 0.2rem;
}
.post-content > div:last-child {
  margin-bottom: 0;
}
.post-content .is-layout-flex {
  display: flex;
}
.post-content .has-background {
  background-color: #ccc;
}
.post-content .has-small-font-size {
  font-size: 0.13rem;
}
.post-content .has-large-font-size {
  font-size: 0.36rem;
}
.post-content .has-x-large-font-size {
  font-size: 0.42rem;
}
.post-content .wp-block-columns {
  margin-bottom: 0.6rem;
}
.post-content .wp-block-columns figure {
  margin-bottom: 0.5em;
}
.post-content .wp-block-columns figure:last-child {
  margin-bottom: 0;
}
.post-content .wp-block-columns:last-child {
  margin-bottom: 0;
}
.post-content .wp-block-columns:has(.wp-block-column .wp-block-image):last-child {
  margin-bottom: 0.6rem;
}
.post-content .wp-block-column {
  margin: 0;
}
.post-content .wp-block-group {
  margin: 0 auto 0.2rem;
}
.post-content .wp-block-group:last-child {
  margin-bottom: 0.2rem;
}
.post-content .wp-block-group__inner-container {
  border-radius: 0.2rem;
  background-color: #fff;
}
.post-content .wp-block-flexible-table-block-table {
  margin-bottom: 0.5rem;
}
.post-content .wp-block-flexible-table-block-table > table {
  margin-bottom: 0;
  overflow: hidden;
  border-collapse: separate;
  border: 1px solid #dfe1e4;
  border-radius: 0.08rem;
  color: #000;
}
.post-content .wp-block-flexible-table-block-table > table thead tr:last-child th,
.post-content .wp-block-flexible-table-block-table > table thead tr:last-child td {
  border-bottom: 1px solid #dfe1e4;
}
.post-content .wp-block-flexible-table-block-table > table tr th,
.post-content .wp-block-flexible-table-block-table > table tr td {
  border: 0 solid #dfe1e4;
  border-bottom: 1px solid #dfe1e4;
}
.post-content .wp-block-flexible-table-block-table > table tr th:not(:last-child),
.post-content .wp-block-flexible-table-block-table > table tr td:not(:last-child) {
  border-right: 1px solid #dfe1e4;
}
.post-content .wp-block-flexible-table-block-table > table tr th {
  background-color: #eaf5ff;
  font-weight: 700;
  text-align: center;
}
.post-content .wp-block-flexible-table-block-table > table tr td {
  vertical-align: top;
}
.post-content .wp-block-flexible-table-block-table > table tr td:first-child {
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}
.post-content .wp-block-flexible-table-block-table > table tr ol:last-child,
.post-content .wp-block-flexible-table-block-table > table tr ul:last-child {
  margin-bottom: 1.5em;
}
.post-content .wp-block-flexible-table-block-table > table tr:first-child {
  border-radius: 0.08rem 0.08rem 0 0;
}
.post-content .wp-block-flexible-table-block-table > table tr:last-child {
  border-radius: 0 0 0.08rem 0.08rem;
}
.post-content .wp-block-flexible-table-block-table > table tr:last-child th,
.post-content .wp-block-flexible-table-block-table > table tr:last-child td {
  border-bottom: 0;
}
.post-content .wp-block-flexible-table-block-table:last-child {
  margin-bottom: 0;
}
@media print, (min-width: 768px) {
  .post-content {
    padding: 0 20px;
  }
  .post-content p {
    margin-bottom: 24px;
  }
  .post-content h2.wp-block-heading {
    margin-bottom: 28px;
    font-size: 0.32rem;
    line-height: 1.5;
  }
  .post-content h3.wp-block-heading {
    margin-bottom: 12px;
    padding-bottom: 20px;
    font-size: 0.24rem;
  }
  .post-content .wp-block-columns {
    gap: 40px;
    display: flex;
    flex-wrap: nowrap !important;
  }
  .post-content .wp-block-column {
    flex: 1 1 auto;
  }
  .post-content .wp-block-group {
    max-width: 960px;
  }
  .post-content .wp-block-group__inner-container {
    padding: 60px 80px 61px;
  }
  .post-content .wp-block-flexible-table-block-table > table tr th,
  .post-content .wp-block-flexible-table-block-table > table tr td {
    padding: 10px 11px;
    font-size: 0.16rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .post-content {
    padding: 0 0.16rem;
  }
  .post-content p {
    margin-bottom: 0.21rem;
  }
  .post-content h2.wp-block-heading {
    margin-bottom: 0.28rem;
    font-size: 0.24rem;
    line-height: 1.5;
  }
  .post-content h3.wp-block-heading {
    margin-bottom: 0.09rem;
    padding-bottom: 0.16rem;
    font-size: 0.18rem;
  }
  .post-content .wp-block-table th,
  .post-content .wp-block-table td {
    padding: 0.07rem 0.11rem;
  }
  .post-content .wp-block-columns {
    gap: 0.2rem;
  }
  .post-content .wp-block-columns:has(.wp-block-column .wp-block-image) {
    display: flex;
    flex-direction: column;
  }
  .post-content .wp-block-columns:has(.wp-block-column .wp-block-image) .wp-block-column {
    order: 1;
  }
  .post-content .wp-block-columns:has(.wp-block-column .wp-block-image) .wp-block-column:has(.wp-block-image) {
    order: 0;
    text-align: center;
  }
  .post-content .wp-block-group__inner-container {
    padding: 0.4rem 0.17rem 0.49rem;
  }
  .post-content .wp-block-flexible-table-block-table > table tr th,
  .post-content .wp-block-flexible-table-block-table > table tr td {
    padding: 0.07rem 0.11rem;
    font-size: 0.14rem;
    line-height: 1.4;
    vertical-align: top;
  }
  .post-content .wp-block-flexible-table-block-table:not(:last-child) {
    margin-bottom: 0.12rem;
  }
}

.simpletoc.wp-block-simpletoc-toc {
  position: relative;
  overflow: hidden;
  background-color: #d0eaff;
}
.simpletoc.wp-block-simpletoc-toc::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.simpletoc.wp-block-simpletoc-toc .simpletoc-title {
  display: block;
  position: relative;
  z-index: 1;
  left: 0.04rem;
  margin: 0 auto 0.14rem;
  font-size: 0.24rem;
  font-weight: 700;
  line-height: 1.5;
}
.simpletoc.wp-block-simpletoc-toc .simpletoc-list {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.simpletoc.wp-block-simpletoc-toc .simpletoc-list li {
  display: flex;
}
.simpletoc.wp-block-simpletoc-toc .simpletoc-list a {
  display: flex;
  position: relative;
  align-items: flex-start;
  transition: opacity 0.3s ease;
  opacity: 1;
  color: #1f1f1f;
  text-decoration: none;
}
.simpletoc.wp-block-simpletoc-toc .simpletoc-list a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/common/arrow_icn_03.svg") 50% 50%/100% auto no-repeat;
}
.simpletoc.wp-block-simpletoc-toc .simpletoc-list a:hover {
  opacity: 0.8;
}
@media print, (min-width: 768px) {
  .simpletoc.wp-block-simpletoc-toc {
    margin: 0 -20px 80px;
    padding: 20px 0 88px;
  }
  .simpletoc.wp-block-simpletoc-toc::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% - 126px) 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% - 126px) no-repeat;
  }
  .simpletoc.wp-block-simpletoc-toc .simpletoc-title {
    max-width: 800px;
    margin-bottom: 14px;
    font-size: 0.24rem;
    line-height: 1.5;
  }
  .simpletoc.wp-block-simpletoc-toc .simpletoc-list {
    left: 4px;
    max-width: 800px;
    margin-bottom: -8px;
  }
  .simpletoc.wp-block-simpletoc-toc .simpletoc-list li {
    padding-bottom: 8px;
  }
  .simpletoc.wp-block-simpletoc-toc .simpletoc-list a {
    padding-left: 32px;
  }
  .simpletoc.wp-block-simpletoc-toc .simpletoc-list a::before {
    width: 19px;
    height: 24px;
  }
}
@media print, (min-width: 768px) and (max-width: 1060.02px) {
  .simpletoc.wp-block-simpletoc-toc::before {
    -webkit-mask: url("../img/common/mask_keyvisual_01.png") bottom center/calc(100% + 20px) 95px no-repeat, url("../img/common/mask_keyvisual_02.png") top center/100% calc(100% - 93px) no-repeat;
    mask: url("../img/common/mask_keyvisual_01.png") bottom center/calc(100% + 20px) 95px no-repeat, url("../img/common/mask_keyvisual_02.png") top center/100% calc(100% - 93px) no-repeat;
  }
  .simpletoc.wp-block-simpletoc-toc .simpletoc-title {
    display: none !important;
  }
}
@media only screen and (max-width: 767.98px) {
  .simpletoc.wp-block-simpletoc-toc {
    margin: 0 -0.16rem 0.4rem;
    padding: 0.19rem 0.16rem 1.14rem;
  }
  .simpletoc.wp-block-simpletoc-toc::before {
    -webkit-mask: url("../img/common/mask_keyvisual_01.png") bottom center/calc(100% + 0.2rem) 0.45rem no-repeat, url("../img/common/mask_keyvisual_02.png") top center/100% calc(100% - 0.4rem) no-repeat;
    mask: url("../img/common/mask_keyvisual_01.png") bottom center/calc(100% + 0.2rem) 0.45rem no-repeat, url("../img/common/mask_keyvisual_02.png") top center/100% calc(100% - 0.4rem) no-repeat;
  }
  .simpletoc.wp-block-simpletoc-toc .simpletoc-title {
    display: none !important;
  }
  .simpletoc.wp-block-simpletoc-toc .simpletoc-list {
    margin-bottom: -0.11rem;
  }
  .simpletoc.wp-block-simpletoc-toc .simpletoc-list li {
    padding-bottom: 0.11rem;
  }
  .simpletoc.wp-block-simpletoc-toc .simpletoc-list a {
    padding-left: 0.28rem;
  }
  .simpletoc.wp-block-simpletoc-toc .simpletoc-list a::before {
    width: 0.2rem;
    height: 0.21rem;
  }
}

.casestudy-common {
  background-color: #d0eaff;
}
.casestudy-common .content-wrapper {
  position: relative;
  background-color: #fff;
}
.casestudy-common .content-wrapper::before {
  content: "";
  position: absolute;
  z-index: 0;
  background: url("../img/casestudy/casestudy_img_04.png") center/100% 100% no-repeat;
}
.casestudy-common .information-wrapper {
  display: flex;
}
.casestudy-common .company-content p {
  font-size: 0.15rem;
}
.casestudy-common .company-title {
  color: #264be3;
  font-size: 0.15rem;
  font-weight: 700;
  line-height: 1.5;
}
.casestudy-common .casestudy-list {
  border-radius: 0.08rem;
}
.casestudy-common .casestudy-list .information-title {
  position: relative;
  color: #1f1f1f;
  font-size: 0.2rem;
  font-weight: 700;
  line-height: 1.35;
}
.casestudy-common .casestudy-list .information-title::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0.34rem;
  height: 0.34rem;
  transform: translateY(calc(50% - 0.33rem));
}
.casestudy-common .casestudy-list.has-background {
  background-color: #f5f5f5;
}
.casestudy-common .casestudy-list.has-background .list-information {
  position: relative;
}
.casestudy-common .casestudy-list.has-background .list-information::before {
  content: "";
  position: absolute;
  bottom: -0.24rem;
  left: 50%;
  width: 0.32rem;
  height: 0.32rem;
  transform: translateX(calc(50% - 0.35rem));
  background: url("../img/casestudy/casestudy_icn_03.svg") no-repeat center/cover;
}
.casestudy-common .casestudy-list.has-background .information-title::after {
  left: 0.04rem;
  background: url("../img/casestudy/casestudy_icn_01.svg") no-repeat center/cover;
}
.is-android .casestudy-common .casestudy-list.has-background .information-title::after {
  transform: translateY(calc(50% - 0.315rem));
}
.casestudy-common .casestudy-list.has-border {
  border: 0.03rem solid #264be3;
}
.casestudy-common .casestudy-list.has-border .information-title::after {
  left: 0;
  background: url("../img/casestudy/casestudy_icn_02.svg") no-repeat center/cover;
  border-radius: 50%;
}
.casestudy-common .information-content {
  margin: 0;
  padding: 0;
  list-style: none;
}
.casestudy-common .content-item {
  position: relative;
  padding-left: 0.18rem;
  font-size: 0.15rem;
  line-height: 1.8;
}
.casestudy-common .content-item::before {
  content: "";
  position: absolute;
  top: 0.1rem;
  left: 0;
  width: 0.1rem;
  height: 0.1rem;
  background: url("../img/casestudy/casestudy_icn_04.svg") center/cover no-repeat;
}
.casestudy-common .block-casestudy-content {
  border-radius: 0.2rem;
  background-color: #fff;
}
.casestudy-common .block-casestudy-content:last-child {
  margin-bottom: 0;
}
.casestudy-common .block-casestudy-content img {
  border-radius: 0.05rem;
}
.casestudy-common .content-title {
  color: #264be3;
  font-size: 0.24rem;
  line-height: 1.5;
}
.is-android .casestudy-common .content-title {
  font-weight: 600;
}
.casestudy-common .content-subtitle {
  position: relative;
  color: #264be3;
  font-weight: 700;
  font-size: 0.18rem;
  line-height: 1.5;
}
.casestudy-common .content-subtitle::before {
  content: "";
  position: absolute;
  left: 0;
  height: 2px;
  background-color: #264be3;
}
.casestudy-common .information-image {
  overflow: hidden;
}
.casestudy-common .information-image img {
  border-radius: 0.05rem;
}
@media print, (min-width: 768px) {
  .casestudy-common {
    padding: 0 0 129px;
  }
  .casestudy-common .content-wrapper {
    margin: 0 -20px 232px;
    padding: 0 75px 21px;
  }
  .casestudy-common .content-wrapper::before {
    top: calc(100% - 1px);
    left: 0;
    width: 100%;
    height: 120px;
  }
  .casestudy-common .image-note {
    margin-top: 10px;
    font-size: 0.13rem;
    line-height: 1.4;
  }
  .casestudy-common .information-wrapper {
    justify-content: space-between;
    max-width: 805px;
    margin: 0 auto 64px;
  }
  .casestudy-common .information-company {
    width: 345px;
    margin-right: 20px;
  }
  .casestudy-common .company-logo {
    width: 219px;
    margin: 0 auto 24px;
  }
  .casestudy-common .company-title {
    margin-bottom: 5px;
  }
  .casestudy-common .information-image {
    width: 403px;
    margin-right: 16px;
  }
  .casestudy-common .casestudy-list {
    max-width: 800px;
    margin: 0 auto;
  }
  .casestudy-common .casestudy-list.has-background {
    margin-bottom: 33px;
  }
  .casestudy-common .casestudy-list.has-background .list-information {
    padding: 18px 38px 21px;
  }
  .casestudy-common .casestudy-list.has-border .list-information {
    padding: 19px 38px 14px;
  }
  .casestudy-common .casestudy-list.has-border .information-title {
    margin-right: 50px;
  }
  .casestudy-common .list-information {
    display: flex;
  }
  .casestudy-common .information-title {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: flex-end;
    width: 172px;
    margin-right: 53px;
    padding-left: 40px;
    text-align: right;
  }
  .casestudy-common .block-casestudy-content {
    margin-bottom: 40px;
    padding: 77px 80px;
  }
  .casestudy-common .block-casestudy-content figure.has-width {
    width: 580px;
    margin: 0 auto;
  }
  .casestudy-common .content-title {
    margin-bottom: 37px;
  }
  .casestudy-common .content-subtitle {
    margin-bottom: 34px;
    padding-left: 84px;
  }
  .casestudy-common .content-subtitle::before {
    top: 50%;
    transform: translateY(calc(50% - 1px));
    width: 60px;
  }
  .casestudy-common .content-description {
    margin-bottom: 38px;
  }
  .casestudy-common .content-description.has-big-margin {
    margin-bottom: 76px;
  }
  .casestudy-common .content-information {
    margin-bottom: 76px;
  }
  .casestudy-common .content-information:last-child {
    margin-bottom: 0;
  }
}
@media print, (min-width: 768px) and (max-width: 1060.02px) {
  .casestudy-common .content-subtitle {
    padding-left: 65px;
  }
  .casestudy-common .content-subtitle::before {
    width: 40px;
  }
}
@media print {
  .casestudy-common .block-casestudy-content figure.has-width {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .casestudy-common {
    padding-bottom: 1.2rem;
  }
  .casestudy-common .content-wrapper {
    margin: 0 -0.16rem 0.75rem;
    padding: 0 0.16rem 0.25rem;
  }
  .casestudy-common .content-wrapper::before {
    top: calc(100% - 0.01rem);
    left: 0;
    width: 100%;
    height: 0.38rem;
  }
  .casestudy-common .wrapper {
    padding-right: 0;
    padding-left: 0;
  }
  .casestudy-common .information-wrapper {
    margin-bottom: 1.5em;
    flex-direction: column;
  }
  .casestudy-common .information-company {
    margin: 2.3em 0 1.5em;
    order: 2;
  }
  .casestudy-common .information-image {
    order: 1;
  }
  .casestudy-common .information-title {
    margin-bottom: 0.15rem;
    padding: 0 0.5rem;
  }
  .casestudy-common .casestudy-list.has-background {
    margin-bottom: 0.3rem;
  }
  .casestudy-common .casestudy-list.has-background .list-information::before {
    background-image: url("../img/casestudy/casestudy_icn_03.png");
  }
  .casestudy-common .list-information {
    padding: 0.15rem;
  }
  .casestudy-common .block-casestudy-content {
    margin-bottom: 0.2rem;
    padding: 0.2rem 0.17rem 0.25rem;
  }
  .casestudy-common .content-information {
    margin-bottom: 0.38rem;
  }
  .casestudy-common .content-information:last-child {
    margin-bottom: 0;
  }
  .casestudy-common .content-information .has-width {
    margin-top: 0.25rem;
  }
  .casestudy-common .content-subtitle {
    padding-left: 0.4rem;
  }
  .casestudy-common .content-subtitle::before {
    top: calc(50% - 0.01rem);
    width: 0.25rem;
  }
}

.keyvisual-common.is-details .title-company {
  display: block;
}
@media print, (min-width: 768px) {
  .keyvisual-common.is-details {
    padding: 100px 0 39px;
  }
  .keyvisual-common.is-details .keyvisual-title {
    font-size: 0.3rem;
  }
  .keyvisual-common.is-details .title-company {
    padding-top: 10px;
    font-size: 0.4rem;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 767.98px) {
  .keyvisual-common.is-details {
    padding: 0.8287rem 0 0.3rem;
  }
  .keyvisual-common.is-details .keyvisual-title {
    font-size: 0.2rem;
  }
  .keyvisual-common.is-details .title-company {
    padding-top: 0.05rem;
    font-size: 0.24rem;
    line-height: 1.2;
  }
}

@media print, (min-width: 768px) {
  .section-casestudy {
    padding: 106px 0 119px;
  }
  .section-casestudy .list-common-casestudy {
    padding: 0 2px;
  }
}
@media print {
  .section-casestudy {
    page-break-after: always;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-casestudy {
    padding: 0.6rem 0;
  }
}

.list-common-casestudy .list-wrapper {
  padding: 0;
  list-style: none;
}
.list-common-casestudy .casestudy-item {
  position: relative;
  border-radius: 0.08rem;
  background-color: #fff;
}
.list-common-casestudy .item-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  overflow: hidden;
  border-radius: 0.08rem;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.16);
}
.list-common-casestudy .item-viewport {
  position: absolute;
  z-index: 1;
  height: 100%;
}
.list-common-casestudy .item-thumbnail {
  border-radius: 0.08rem 0.08rem 0 0;
}
.list-common-casestudy .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 0 0 0.08rem 0.08rem;
  background-color: #fff;
  color: #1f1f1f;
}
.list-common-casestudy .item-inner {
  width: 100%;
}
.list-common-casestudy .item-title {
  margin: 0;
  color: #1f1f1f;
  font-weight: 700;
  line-height: 1.5;
}
.list-common-casestudy .item-company {
  color: #1f1f1f;
  font-size: 0.14rem;
  font-weight: 700;
  line-height: 1.5;
}
.list-common-casestudy .button-common-primary {
  width: 1.9rem;
  min-width: auto;
  min-height: 0.48rem;
  margin: 0 auto;
  color: #000;
  font-size: 0.16rem;
}
.list-common-casestudy .button-common-primary::after {
  display: block;
  position: absolute;
  left: auto;
  background: url("../img/casestudy/casestudy_icn_05.svg") center/cover no-repeat;
}
.list-common-casestudy .button-common-primary .button-wrapper {
  position: relative;
  top: -0.01rem;
}
@media print, (min-width: 768px) {
  .list-common-casestudy .list-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.08rem -0.16rem;
  }
  .list-common-casestudy .item-viewport {
    width: calc(100% - 16px);
    height: calc(100% - 16px);
  }
  .list-common-casestudy .casestudy-item {
    width: 33.3333333333%;
    padding: 0 0.08rem 0.16rem;
  }
  .list-common-casestudy .item-thumbnail {
    height: 1.84rem;
    overflow: hidden;
    flex: 0 0 auto;
  }
  .list-common-casestudy .item-wrapper {
    height: calc(100% - 184px);
    padding: 13px 11px 12px;
  }
  .list-common-casestudy .item-company {
    margin-bottom: 18px;
  }
  .list-common-casestudy .item-title {
    margin-bottom: 12px;
    font-size: 0.17rem;
  }
  .list-common-casestudy .button-common-primary {
    padding: 3px 7px 2px 15px;
  }
  .list-common-casestudy .button-common-primary::after {
    top: 50%;
    right: 31px;
    width: 24px;
    height: 24px;
    transform: translateY(calc(50% - 22.5px));
  }
  .is-firefox .list-common-casestudy .button-common-primary::after {
    transform: translateY(calc(50% - 24px));
  }
  .list-common-casestudy .button-common-primary .button-wrapper {
    padding: 11px 57px 9px 27px;
    transform: translateZ(0);
  }
  .is-firefox .list-common-casestudy .button-common-primary .button-wrapper {
    padding-top: 9px;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-common-casestudy .casestudy-item {
    margin-bottom: 0.16rem;
  }
  .list-common-casestudy .casestudy-item:last-child {
    margin-bottom: 0;
  }
  .list-common-casestudy .item-viewport {
    width: 100%;
    height: 100%;
  }
  .list-common-casestudy .item-thumbnail {
    height: 2.06rem;
  }
  .list-common-casestudy .item-wrapper {
    height: calc(100% - 2.06rem);
    padding: 0.16rem;
  }
  .list-common-casestudy .item-container {
    height: -moz-fit-content;
    height: fit-content;
  }
  .list-common-casestudy .item-company {
    margin-bottom: 0.14rem;
  }
  .list-common-casestudy .item-title {
    margin-bottom: 0.16rem;
    font-size: 0.18rem;
  }
  .list-common-casestudy .button-common-primary {
    padding: 0.03rem 0.07rem 0.02rem 0.06rem;
  }
  .list-common-casestudy .button-common-primary::after {
    top: calc(50% - 0.15rem);
    width: 0.31rem;
    height: 0.31rem;
  }
  .list-common-casestudy .button-wrapper {
    padding: 0.1rem 0.29rem 0.1rem 0.19rem;
  }
}

.section-common-casestudy .list-common-category {
  margin-bottom: 12px;
}
.section-common-casestudy .list-common-category .category-name {
  padding: 0.03rem 0.06rem 0.03rem 0.07rem;
}
@media print, (min-width: 768px) {
  .section-common-casestudy {
    padding: 70px 0 78px;
  }
  .section-common-casestudy .casestudy-heading .wrapper {
    max-width: 841px;
  }
  .section-common-casestudy .heading-title {
    margin-bottom: 38px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-casestudy {
    padding: 0.3rem 0 0.4rem;
  }
  .section-common-casestudy .heading-title {
    font-size: 0.24rem;
    line-height: 1.1666666667;
  }
}

.section-casestudy-relation .relation-title {
  color: #1f1f1f;
  font-size: 0.28rem;
  line-height: 1.5;
  text-align: center;
}
@media print, (min-width: 768px) {
  .section-casestudy-relation .relation-title {
    margin-bottom: 38px;
  }
  .section-casestudy-relation .list-wrapper {
    margin-bottom: 6px;
  }
}
@media print {
  .section-casestudy-relation {
    page-break-after: always;
  }
}
.list-common-category {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.05rem;
}
.list-common-category .category-item {
  display: block;
  position: relative;
  background-color: #d0eaff;
  color: #264be3;
  font-weight: bold;
  line-height: 1.5;
  text-decoration: none;
}
.list-common-category .category-name {
  display: block;
  padding: 0.02rem 0.06rem 0.02rem 0.07rem;
}
@media print, (min-width: 768px) {
  .list-common-category {
    margin-bottom: 6px;
  }
  .list-common-category .category-item {
    font-size: 0.13rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-common-category .category-item {
    margin-bottom: 0.05rem;
    font-size: 0.14rem;
  }
}

.button-common-primary.has-link {
  display: flex;
  justify-content: flex-end;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 1.36rem;
  min-height: 0.24rem;
  border: 0;
  text-decoration: none;
}
@media print, (min-width: 768px) {
  .button-common-primary.has-link {
    margin: 0 0 0.6rem auto;
  }
  .button-common-primary.has-link .button-wrapper {
    padding: 2px 24px 0 0;
  }
  .button-common-primary.has-link::after {
    right: 4px;
  }
  .is-firefox .button-common-primary.has-link::after {
    transform: translateY(calc(50% - 22px));
  }
}
@media only screen and (max-width: 767.98px) {
  .button-common-primary.has-link {
    margin: 0 0 0.36rem auto;
  }
  .button-common-primary.has-link .button-wrapper {
    padding: 0 0.37rem 0 0;
  }
  .button-common-primary.has-link::after {
    top: calc(50% - 0.16rem);
  }
}
/*# sourceMappingURL=casestudy.css.map */