@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,
table th,
table td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q::before,
q::after,
blockquote::before,
blockquote::after {
  content: 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 {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

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

a img {
  border: none;
}

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 {
  color: inherit;
}

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

button:focus {
  outline: 0;
}

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

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

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

@media print {
  html,
  body {
    width: 1600px;
    margin: 0;
  }
  body {
    -webkit-print-color-adjust: exact;
  }
  @page {
    margin: 0;
    size: 11in 14.028in;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
html {
  opacity: 0.0001;
  line-height: 1;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
html.is-visible {
  opacity: 1;
}
@media print, (min-width: 768px) {
  html {
    font-size: 625%;
  }
}
@media only screen and (max-width: 767.98px) {
  html {
    min-height: 100vh;
    font-size: 26.6666666667vw;
  }
  html::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }
}

body {
  color: #333;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ", "Hiragino Sans", "游ゴシック", yugothic, "Yu Gothic", "メイリオ", meiryo, sans-serif;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  font-weight: 400;
}
body.is-menu-open {
  position: fixed;
  width: 100%;
}
@media print, (min-width: 768px) {
  body {
    overflow-x: hidden;
    font-size: 0.16rem;
    line-height: 1.75;
  }
}
@media only screen and (max-width: 767.98px) {
  body {
    font-size: 0.14rem;
    line-height: 2;
  }
}

@media only screen and (max-width: 967.98px) {
  main {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 767.98px) {
  main {
    padding-top: 0.6rem;
  }
}

img,
svg {
  image-rendering: smooth;
  shape-rendering: geometricprecision;
}

.hidden {
  display: none;
}

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

.load {
  opacity: 0.001;
}
html.is-visible .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 only screen and (max-width: 767.98px) {
  .container {
    min-width: 320px;
  }
}

@media print, (min-width: 768px) {
  .wrapper {
    width: calc(100% - 60px);
    max-width: 1160px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .wrapper {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
  }
}

@media print, (min-width: 768px) {
  .sm {
    /* stylelint-disable-next-line declaration-no-important */
    display: none !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .md {
    /* stylelint-disable-next-line declaration-no-important */
    display: none !important;
  }
}

.header-common {
  position: relative;
  z-index: 999;
  background-color: #fff;
}
@media print, (min-width: 768px) {
  .header-common {
    height: 100px;
  }
  .header-common .header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 0 40px;
  }
}
@media print, (min-width: 768px) and (max-width: 1279.98px) {
  .header-common .header-wrapper {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 967.98px) {
  .header-common {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  .header-common .header-wrapper {
    padding: 0.09rem 0 0.09rem 0.15rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .header-common .header-wrapper {
    display: flex;
    align-items: center;
    min-height: 0.6rem;
  }
}

.logo-header-primary {
  margin: 0;
}
.logo-header-primary .logo-wrapper {
  display: block;
}
@media print, (min-width: 768px) {
  .logo-header-primary {
    flex: 0 0 auto;
    width: 277px;
  }
}
@media print, (min-width: 768px) and (max-width: 1279.98px) {
  .logo-header-primary {
    width: 230px;
  }
}
@media only screen and (max-width: 767.98px) {
  .logo-header-primary {
    width: 2.1rem;
  }
}

.navigation-header-sitemap .navigation-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.navigation-header-sitemap .navigation-item {
  font-size: 0.14rem;
  font-weight: 500;
}
.navigation-header-sitemap .navigation-item:last-child {
  margin: 0;
}
.navigation-header-sitemap .item-link {
  display: block;
}
@media print, (min-width: 768px) {
  .navigation-header-sitemap {
    display: flex;
    flex: 1;
    align-items: center;
  }
  .navigation-header-sitemap .navigation-wrapper {
    display: flex;
    flex: 1;
    justify-content: flex-end;
  }
  .navigation-header-sitemap .navigation-item {
    margin-right: 28px;
  }
  .navigation-header-sitemap .logo-header-primary {
    display: none;
  }
}
@media print, (min-width: 968px) {
  .navigation-header-sitemap {
    display: flex !important;
  }
}
@media print {
  .navigation-header-sitemap {
    padding-right: 40px;
  }
}
@media print, (min-width: 768px) and (max-width: 1279.98px) {
  .navigation-header-sitemap .navigation-item {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 967.98px) {
  .navigation-header-sitemap {
    display: none;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 0.15rem 1.5rem;
    background: #fff;
    overflow: hidden auto;
  }
  .navigation-header-sitemap .navigation-wrapper {
    display: block;
  }
  .navigation-header-sitemap .logo-header-primary {
    display: block;
    margin: 0.3rem 0 0.5rem;
  }
  .navigation-header-sitemap .item-link {
    padding: 0.08rem 0;
    border-bottom: 1px solid #ccc;
  }
}
@media only screen and (max-width: 767.98px) {
  .navigation-header-sitemap .logo-header-primary {
    margin: 0.11rem 0 0.48rem;
  }
}

.button-header-inquiry {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.3rem;
  background-color: #004098;
  color: #fff;
  font-size: 0.14rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.button-header-inquiry .button-wrapper {
  position: relative;
}
@media print, (min-width: 768px) {
  .button-header-inquiry {
    flex: 0 0 auto;
    width: 140px;
    min-height: 50px;
    margin-left: 40px;
    padding: 8px 10px;
  }
}
@media print, (min-width: 768px) and (max-width: 1279.98px) {
  .button-header-inquiry {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 967.98px) {
  .button-header-inquiry {
    width: 2rem;
    min-height: 0.5rem;
    margin: 0.5rem auto 0;
    padding: 0.08rem 0.1rem;
  }
  .button-header-inquiry .button-wrapper {
    top: -1px;
  }
}

.button-header-burger {
  position: fixed;
  z-index: 2;
  right: 0.2rem;
  width: 0.4rem;
  height: 0.4rem;
  transition: right 0.3s ease, width 0.3s ease;
  cursor: pointer;
}
.button-header-burger .button-line {
  position: absolute;
  left: 0;
  width: 0.4rem;
  height: 0.02rem;
  transition: transform 0.3s ease, width 0.3s ease, top 0.3s ease, opacity 0.3s ease;
  border-top: 0.02rem solid #333;
}
.button-header-burger .button-line:nth-child(1) {
  top: 0.1rem;
}
.button-header-burger .button-line:nth-child(2) {
  top: 0.2rem;
}
.button-header-burger .button-line:nth-child(3) {
  top: 0.3rem;
}
.button-header-burger.is-active .button-line {
  width: 0.45rem;
}
.button-header-burger.is-active .button-line:nth-child(1) {
  top: 0.22rem;
  transform: rotate(45deg);
}
.button-header-burger.is-active .button-line:nth-child(2) {
  opacity: 0;
}
.button-header-burger.is-active .button-line:nth-child(3) {
  top: 0.22rem;
  transform: rotate(-45deg);
}
@media print, (min-width: 768px) {
  .button-header-burger {
    display: none;
  }
}
@media only screen and (max-width: 967.98px) {
  .button-header-burger {
    display: block;
    top: 26px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-header-burger {
    top: 0.09rem;
  }
}

.footer-common {
  position: relative;
}

.footer-navigation {
  position: relative;
  background-color: #000;
  color: #fff;
}
@media print, (min-width: 768px) {
  .footer-navigation {
    padding: 28px 0 4px;
  }
  .footer-navigation .navigation-inner {
    display: flex;
    align-items: flex-start;
    margin-bottom: 94px;
  }
}
@media print, (min-width: 768px) and (max-width: 967.98px) {
  .footer-navigation .navigation-inner {
    display: block;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-navigation {
    padding: 0.3rem 0 0.15rem;
  }
  .footer-navigation .navigation-inner {
    margin-bottom: 0.4rem;
  }
}

.logo-footer-primary {
  width: 2.77rem;
}
.logo-footer-primary .logo-wrapper {
  display: block;
}
@media print, (min-width: 768px) {
  .logo-footer-primary {
    flex: 0 0 auto;
    margin-top: 2px;
    margin-right: 83px;
  }
}
@media only screen and (max-width: 967.98px) {
  .logo-footer-primary {
    margin: 0 auto 0.35rem;
  }
}

.navigation-footer-sitemap .item-heading {
  display: flex;
  font-weight: 700;
}
.navigation-footer-sitemap .heading-link {
  display: block;
  line-height: 1.2;
}
.navigation-footer-sitemap .navigation-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.navigation-footer-sitemap .navigation-item.is-information .item-wrapper {
  display: flex;
}
@media print, (min-width: 768px) {
  .navigation-footer-sitemap {
    flex: 1;
    padding-right: 88px;
  }
  .navigation-footer-sitemap .navigation-wrapper {
    margin-bottom: -25px;
  }
  .navigation-footer-sitemap .navigation-item {
    width: 200px;
    margin-bottom: 25px;
  }
  .navigation-footer-sitemap .navigation-item.is-introduction {
    width: unset;
  }
  .navigation-footer-sitemap .navigation-item.is-information {
    width: 400px;
  }
  .navigation-footer-sitemap .navigation-item.is-information .item-wrapper {
    display: flex;
  }
  .navigation-footer-sitemap .item-heading {
    margin-bottom: 9px;
  }
}
@media print, (min-width: 768px) and (max-width: 967.98px) {
  .navigation-footer-sitemap {
    padding-right: 0;
  }
  .navigation-footer-sitemap .navigation-wrapper {
    justify-content: center;
  }
  .navigation-footer-sitemap .navigation-item {
    width: 175px;
  }
}
@media only screen and (max-width: 767.98px) {
  .navigation-footer-sitemap .navigation-wrapper {
    margin-bottom: -0.3rem;
  }
  .navigation-footer-sitemap .navigation-item {
    margin-bottom: 0.3rem;
  }
  .navigation-footer-sitemap .item-heading {
    margin-bottom: 0.09rem;
  }
}

.list-footer-sitemap .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-footer-sitemap .list-item {
  position: relative;
}
.list-footer-sitemap .list-item:last-child {
  margin-bottom: 0;
}
.list-footer-sitemap .item-link {
  display: inline-block;
  position: relative;
  padding-left: 0.14rem;
  font-size: 0.14rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.list-footer-sitemap .item-link::before {
  content: "";
  position: absolute;
  top: 0.04rem;
  left: 0;
  width: 0.1rem;
  height: 0.1rem;
  background: url("../img/common/icon_arrow_02.svg") center/contain no-repeat;
}
@media print, (min-width: 768px) {
  .list-footer-sitemap {
    margin-top: -4px;
    padding-right: 10px;
  }
  .list-footer-sitemap.is-plat {
    margin-left: 15px;
  }
  .list-footer-sitemap .list-item {
    margin-bottom: -3px;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-footer-sitemap .list-item {
    display: flex;
    margin-bottom: 0.1rem;
    padding-right: 0.1rem;
  }
}

.footer-policy {
  font-size: 0.12rem;
  font-weight: 500;
  text-align: center;
}
.footer-policy .policy-wrapper {
  position: relative;
}

.button-common-primary {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  border-radius: 0.3rem;
  background-color: #004098;
  color: #fff;
  font-size: 0.16rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.button-common-primary::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 0.06rem;
  height: 0.11rem;
  transform: translateY(-50%);
  background: url("../img/common/icon_arrow_04.svg") center/contain no-repeat;
}
.button-common-primary .button-wrapper {
  position: relative;
  padding: 0 0.12rem;
}
@media print, (min-width: 768px) {
  .button-common-primary {
    min-height: 50px;
    padding: 10px 14px;
  }
  .button-common-primary::before {
    right: 20px;
  }
  .button-common-primary .button-wrapper {
    top: -1px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-common-primary {
    min-height: 0.5rem;
    padding: 0.1rem 0.14rem;
  }
  .button-common-primary::before {
    right: 0.2rem;
  }
  .button-common-primary .button-wrapper {
    top: -0.01rem;
  }
}

.button-common-primary.is-cta {
  max-width: 2.8rem;
  background-color: #e6e6e6;
  color: #333;
}
.button-common-primary.is-cta::before {
  background-image: url("../img/common/icon_arrow_01.svg");
}

.button-common-top {
  visibility: hidden;
  position: fixed;
  z-index: 10;
  bottom: 0.6rem;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  opacity: 0;
  cursor: pointer;
  pointer-events: none;
}
.button-common-top.is-active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.button-common-top.is-stuck {
  position: absolute;
  bottom: 100%;
  transform: translateY(50%);
}
@media print, (min-width: 768px) {
  .button-common-top {
    right: 40px;
    width: 60px;
    height: 60px;
  }
  .button-common-top:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-common-top {
    right: 0.2rem;
    width: 0.5rem;
    height: 0.5rem;
  }
}

.button-common-download {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0.4rem;
  padding: 0.06rem 0.1rem;
  border-radius: 0.05rem;
  background-color: #004098;
  color: #fff;
  font-size: 0.16rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.button-common-download .button-wrapper {
  display: inline-flex;
  position: relative;
  align-items: center;
}
.button-common-download .button-wrapper::after {
  content: "";
  display: inline-block;
  position: relative;
  flex: 0 0 auto;
  width: 0.17rem;
  height: 0.2rem;
  margin-left: 0.04rem;
  background: url("../img/common/icon_download_01.svg") center/contain no-repeat;
}

.button-header-skip {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  border: 0;
  clip-path: inset(50%);
}

.button-header-skip:focus {
  display: block;
  z-index: 100;
  top: 0.05rem;
  left: 0.05rem;
  width: auto;
  height: auto;
  padding: 0.15rem 0.23rem 0.14rem;
  clip: auto;
  background-color: #eee;
  color: #444;
  font-size: 1em;
  line-height: normal;
  text-decoration: none;
  clip-path: none;
}

.breadcrumb-common {
  position: relative;
  min-height: 0.3rem;
  background-color: #f2f2f2;
}
.breadcrumb-common .breadcrumb-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.breadcrumb-common .breadcrumb-item {
  display: inline-flex;
  position: relative;
  padding-right: 0.18rem;
  color: #333;
  font-size: 0.14rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.is-firefox .breadcrumb-common .breadcrumb-item {
  top: -1px;
}
.breadcrumb-common .breadcrumb-item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.01rem;
  width: 0.11rem;
  height: 0.11rem;
  transform: translateY(-50%);
  background: url("../img/common/icon_arrow_breadcrumb.svg") center/contain no-repeat;
}
.breadcrumb-common .breadcrumb-item:last-child::after {
  display: none;
}
.breadcrumb-common .item-wrapper {
  position: relative;
  top: -1px;
}
@media print, (min-width: 768px) {
  .breadcrumb-common {
    padding: 1px 0;
  }
  .breadcrumb-common .wrapper {
    max-width: 1160px;
  }
}
@media print, (min-width: 768px) and (max-width: 1279.98px) {
  .breadcrumb-common .wrapper {
    width: calc(100% - 35px);
  }
}
@media only screen and (max-width: 767.98px) {
  .breadcrumb-common {
    padding: 0.03rem 0;
  }
}

.title-common-primary {
  margin-bottom: 0.33rem;
  text-align: center;
}
.title-common-primary .title-japanese,
.title-common-primary .title-english {
  display: block;
}
.title-common-primary .title-japanese {
  margin-bottom: 1px;
  font-size: 0.29rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.title-common-primary .title-english {
  color: #c83232;
  font-family: "Oswald", sans-serif;
  font-size: 0.16rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.title-common-secondary {
  font-size: 0.29rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media print, (min-width: 768px) {
  .title-common-secondary {
    margin-bottom: 27px;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-secondary {
    margin-bottom: 0.24rem;
    line-height: 1.5;
  }
}

.title-common-tertiary {
  margin: 0;
}
.title-common-tertiary .title-small,
.title-common-tertiary .title-main {
  display: block;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.title-common-tertiary .title-small {
  color: #004098;
  font-size: 0.16rem;
  line-height: 1.3;
}
@media print, (min-width: 768px) {
  .title-common-tertiary .title-main {
    font-size: 0.3rem;
    line-height: 1.3333333333;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-tertiary .title-small {
    margin-bottom: 0.06rem;
  }
  .title-common-tertiary .title-main {
    font-size: 0.26rem;
    line-height: 1.4;
  }
}

.title-common-tertiary.is-modify .title-small {
  color: #333;
}

.title-common-quaternary {
  margin: 0;
  border-bottom: 1px solid #ccc;
  color: #004098;
  font-size: 0.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
.title-common-quaternary.is-regular {
  color: #333;
}

.title-common-detail {
  font-weight: 700;
}
.title-common-detail .title-japanese,
.title-common-detail .title-english {
  display: block;
  line-height: 1.2;
}
.title-common-detail .title-japanese {
  color: #999;
  font-size: 0.16rem;
  letter-spacing: 0.05em;
}
.title-common-detail .title-english {
  font-family: "Oswald", sans-serif;
}
@media print, (min-width: 768px) {
  .title-common-detail .title-english {
    font-size: 0.32rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-detail .title-english {
    font-size: 0.26rem;
  }
}

.title-common-quinary {
  margin-bottom: 0;
  color: #004098;
  font-size: 0.21rem;
  font-weight: 700;
  line-height: 1.7142857143;
}
.title-common-quinary .title-wrapper {
  position: relative;
}

.title-common-senary {
  display: flex;
  position: relative;
  margin-bottom: 0.02rem;
  font-size: 0.16rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.title-common-senary .title-square {
  flex: 0 0 auto;
  margin-right: 0.04rem;
  color: #004098;
}
.title-common-senary .title-wrapper {
  position: relative;
}

.title-common-highlight {
  margin: 0;
  color: #004098;
  font-size: 0.16rem;
  font-weight: 700;
}
@media only screen and (max-width: 767.98px) {
  .title-common-highlight {
    line-height: 1.5;
  }
}

.paragraph-common {
  margin: 0;
  font-size: 0.16rem;
  font-weight: 500;
  line-height: 1.75;
}

.cta-common {
  background-color: #004098;
  color: #fff;
  font-size: 0.18rem;
  letter-spacing: 0.1em;
}
.cta-common .cta-button {
  position: relative;
}
@media print, (min-width: 768px) {
  .cta-common {
    padding: 28px 0 33px;
  }
  .cta-common .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cta-common .cta-button {
    top: 2px;
    flex: 0 0 auto;
    width: 280px;
  }
  .cta-common .cta-description {
    margin: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .cta-common {
    padding: 0.28rem 0 0.35rem;
  }
  .cta-common .cta-button {
    width: 2.8rem;
    margin: 0 auto;
  }
  .cta-common .cta-description {
    margin-bottom: 0.2rem;
  }
}

@media print, (min-width: 768px) {
  .section-strength {
    padding: 52px 0 200px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-strength {
    padding: 0.5rem 0 1rem;
  }
}

.list-strength .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-strength .list-item:last-child {
  margin-bottom: 0;
}
.list-strength .image-wrapper {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  border-radius: 0.25rem;
}
.list-strength .image-wrapper .object-common {
  position: absolute;
  top: 0;
  left: 0;
}
@media print, (min-width: 768px) {
  .list-strength {
    margin-top: 46px;
  }
  .list-strength .title-common-tertiary {
    margin-bottom: 7px;
  }
  .list-strength .item-content {
    padding: 0 0 calc(50% - 525px) 60px;
  }
  .list-strength .item-wrapper {
    display: flex;
    align-items: center;
  }
  .list-strength .list-item {
    margin-bottom: 100px;
  }
  .list-strength .list-item:nth-child(odd) .item-wrapper {
    flex-direction: row-reverse;
  }
  .list-strength .list-item:nth-child(odd) .item-content {
    padding-right: 45px;
    padding-left: 0;
  }
  .list-strength .item-image {
    flex: 0 0 auto;
    width: 46.8965517241%;
  }
}
@media print, (min-width: 768px) and (max-width: 1279.98px) {
  .list-strength .item-content {
    padding-left: 40px;
  }
  .list-strength .list-item {
    margin-bottom: 100px;
  }
  .list-strength .list-item:nth-child(odd) .item-content {
    padding-right: 25px;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-strength {
    margin-top: 0.4rem;
  }
  .list-strength .title-common-tertiary {
    margin-bottom: 0.1rem;
  }
  .list-strength .list-item {
    margin-bottom: 0.5rem;
  }
  .list-strength .item-image {
    margin-bottom: 0.2rem;
  }
}
/*# sourceMappingURL=strength.css.map */