@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 {
  -webkit-box-sizing: border-box;
  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.01;
  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::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }
  html {
    min-height: 100vh;
    font-size: 15.625vw;
  }
}

body {
  color: #000;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ", "Hiragino Sans", "游ゴシック", yugothic, "Yu Gothic", "メイリオ", meiryo, sans-serif;
  line-height: 1.75;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
@media print, (min-width: 768px) {
  body {
    font-size: 0.16rem;
    font-weight: 300;
  }
}
@media only screen and (max-width: 767.98px) {
  body {
    font-size: 0.14rem;
    font-weight: 400;
  }
}

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

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

.container {
  overflow: hidden;
}
@media print, (min-width: 768px) {
  .container {
    min-width: 1500px;
  }
}
@media only screen and (max-width: 767.98px) {
  .container {
    min-width: 320px;
  }
}

@media print, (min-width: 768px) {
  .wrapper {
    width: calc(100% - 60px);
    max-width: 1200px;
    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 .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header-common .header-image {
  width: 4.56rem;
}
@media print, (min-width: 768px) {
  .header-common {
    padding: 29px 0 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .header-common {
    padding: 0.2rem 0 0.13rem;
  }
  .header-common .header-link {
    width: 4.56rem;
  }
}

.footer-common .footer-container {
  background-color: #fff5f0;
}
.footer-common .footer-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 0.22rem;
  background-color: #c34191;
  color: #fff;
  font-weight: 600;
  line-height: 1;
}
.footer-common .footer-block {
  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;
  background-color: #eb6e87;
}
.footer-common .footer-copyright {
  margin-bottom: 0;
  color: #fff;
  font-weight: 300;
}
@media print, (min-width: 768px) {
  .footer-common .footer-container {
    padding: 38px 0 30px;
  }
  .footer-common .footer-image {
    width: 456px;
    margin: 0 auto 13px;
  }
  .footer-common .footer-button {
    width: 250px;
    padding: 0.06rem 0.1rem 0.07rem;
    font-size: 0.14rem;
  }
  html.is-chrome .footer-common .footer-button {
    padding: 0.05rem 0.1rem;
  }
  .footer-common .footer-block {
    padding: 10px 0;
  }
  .footer-common .footer-copyright {
    font-size: 0.12rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-common .footer-container {
    padding: 0.49rem 0 0.26rem;
  }
  .footer-common .footer-image {
    width: 5.79rem;
    margin: 0 auto 0.19rem;
  }
  .footer-common .footer-button {
    width: 3.25rem;
    padding: 0.11rem 0.08rem 0.07rem;
    font-size: 0.22rem;
  }
  html.is-chrome .footer-common .footer-button {
    padding: 0.09rem 0.08rem;
  }
  .footer-common .footer-block {
    padding: 0.1rem 0;
  }
  .footer-common .footer-copyright {
    font-size: 0.17rem;
  }
}

.heading-common-primary {
  margin-bottom: 6px;
  color: #a4187c;
  font-size: 0.37rem;
  font-weight: 600;
  line-height: 0.55rem;
}
@media print, (min-width: 768px) {
  .heading-common-primary {
    margin-right: -40px;
  }
}
.heading-common-primary02 {
  margin-top: 2px;
  margin-bottom: 2px;
  color: #86418c;
  font-size: 0.20rem;
  font-weight: 600;
  line-height: 0.3rem;
}
@media print, (min-width: 768px) {
  .heading-common-primary02 {
    margin-right: -40px;
  }
}
.heading-common-primary03 {
  margin-bottom: 2px;
  color: #323232;
  font-size: 0.17rem;
  font-weight: 600;
  line-height: 0.3rem;
}
@media print, (min-width: 768px) {
  .heading-common-primary02 {
    margin-right: -40px;
  }
}
.description-common-primary {
  margin-bottom: 0;
  text-align: justify;
}
@media print, (min-width: 768px) {
  .description-common-primary {
    font-size: 0.16rem;
    font-weight: 300;
  }
}
@media only screen and (max-width: 767.98px) {
  .description-common-primary {
    font-size: 0.22rem;
    line-height: 1.75;
  }
}

.swiper-pagination .swiper-pagination-bullet {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  opacity: 1;
  background-color: #c8c8c8;
}
.swiper-pagination .swiper-pagination-bullet:hover {
  background-color: #787878;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #787878;
}
@media print, (min-width: 768px) {
  .swiper-pagination .swiper-pagination-bullet {
    width: 0.12rem;
    height: 0.12rem;
    margin: 0 9px !important;
  }
}
@media only screen and (max-width: 767.98px) {
  .swiper-pagination .swiper-pagination-bullet {
    width: 0.1rem;
    height: 0.1rem;
    margin: 0 0.08rem !important;
  }
}

.list-common-primary {
  position: relative;
  z-index: 0;
  padding-left: 0;
  overflow: hidden;
  list-style: none;
}
.list-common-primary .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.list-common-primary .item-image {
  position: relative;
}
.list-common-primary .item-arrow {
  z-index: 2;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: #fff;
}
.list-common-primary .item-arrow::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.list-common-primary .item-arrow::after {
  position: absolute;
}
.list-common-primary .item-arrow.is-next {
  right: 0;
  left: unset;
}
.list-common-primary .item-arrow:hover {
  color: #2a2b2b;
}
.list-common-primary .item-arrow:hover::before {
  background-color: rgba(255, 255, 255, 0.3);
}
.list-common-primary .button-block {
  position: absolute;
  z-index: 1;
  left: 0;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background-color: #787878;
  mix-blend-mode: multiply;
}
.list-common-primary .button-block.is-next {
  right: 0;
  left: unset;
}
.list-common-primary .content-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.1rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list-common-primary .item-button {
  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;
  min-width: 1.2rem;
  background-color: #c34191;
  color: #fff;
  font-size: 0.2rem;
  font-weight: 600;
  line-height: 1;
}
.list-common-primary .item-heading {
  margin-bottom: 0.06rem;
  font-weight: 600;
}
.list-common-primary .pagination-dots {
  margin-top: 0.16rem;
}
.list-common-primary .list-item:nth-child(even) {
  position: relative;
}
.list-common-primary .list-item:nth-child(even)::before {
  content: "";
  position: absolute;
  z-index: -1;
  background-position: center;
  background-size: cover;
}
.list-common-primary .swiper-pagination {
  position: relative;
}
@media print, (min-width: 768px) {
  .list-common-primary {
    padding-top: 76px;
  }
  .list-common-primary .wrapper {
    margin-bottom: 91px;
    gap: 59px;
  }
  .list-common-primary .item-content {
    width: 438px;
  }
  .list-common-primary .item-image {
    width: 700px;
    margin-bottom: 10px;
  }
  .list-common-primary .item-button {
    padding: 0.09rem 8px 0.07rem;
  }
  html.is-mac .list-common-primary .item-button {
    padding: 0.08rem;
  }
  .list-common-primary .item-arrow {
    top: 47%;
    width: 40px;
    height: 40px;
    margin-top: -3px;
  }
  .list-common-primary .item-arrow::after {
    top: 6px;
    left: 14px;
    font-size: 0.27rem;
  }
  .list-common-primary .content-categories {
    margin-bottom: 4px;
  }
  .list-common-primary .item-heading {
    font-size: 0.26rem;
  }
  .list-common-primary .list-item:nth-child(even)::before {
    top: -114px;
    left: -774px;
    width: 1344px;
    height: 1133px;
    background-image: url("../img/top/top_bg_square.png");
  }
  .list-common-primary .list-item:nth-child(even) .wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .list-common-primary .list-item:nth-child(4n)::before {
    top: -45px;
    right: -775px;
    left: unset;
  }
  .list-common-primary .swiper-horizontal {
    max-width: 700px;
  }
  .list-common-primary .swiper-pagination {
    top: -2px;
    left: -2px;
  }
  .list-common-primary .button-block {
    top: 207px;
    width: 40px;
    height: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-common-primary {
    padding: 0.7rem 0 4.55rem;
  }
  .list-common-primary .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0.85rem;
  }
  .list-common-primary .item-image {
    margin-bottom: 0.19rem;
  }
  .list-common-primary .item-arrow {
    top: 1.93rem;
    width: 0.34rem;
    height: 0.34rem;
    margin-top: -0.01rem;
  }
  .list-common-primary .item-arrow::after {
    top: 0.07rem;
    font-size: 0.24rem;
  }
  .list-common-primary .item-arrow::before {
    top: 0.02rem;
    bottom: -0.04rem;
  }
  .list-common-primary .item-button {
    margin-bottom: 0.03rem;
    padding: 0.08rem 0.08rem 0.06rem;
  }
  html.is-chrome .list-common-primary .item-button {
    padding: 0.07rem 0.08rem;
  }
  .list-common-primary .item-heading {
    font-size: 0.28rem;
  }
  .list-common-primary .description-common-primary {
    line-height: 1.385;
  }
  .list-common-primary .list-item::before {
    width: 9.48rem;
    height: 7.49rem;
    background-image: url("../img/top/sp/top_bg_square.png");
  }
  .list-common-primary .list-item:nth-child(2n+1) {
    position: relative;
  }
  .list-common-primary .list-item:nth-child(2n+1)::before {
    content: "";
    position: absolute;
    top: 5.11rem;
    right: -6.9rem;
    background-position: center;
    background-size: cover;
  }
  .list-common-primary .list-item:first-child::before {
    content: none;
  }
  .list-common-primary .list-item:nth-child(even)::before {
    top: 2.8rem;
    left: -7.11rem;
  }
  .list-common-primary .swiper-horizontal {
    max-width: 100%;
    margin-bottom: 0.15rem;
  }
  .list-common-primary .swiper-pagination {
    top: 0.01rem;
    margin-top: -0.12rem;
  }
  .list-common-primary .button-block {
    top: 1.77rem;
    width: 0.34rem;
    height: 0.34rem;
  }
}

.section-top-keyvisual {
  background-position: center;
  background-size: 100% 100%;
}
.section-top-keyvisual .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.section-top-keyvisual .wrapper::before {
  content: "";
  position: absolute;
}
.section-top-keyvisual .wrapper-border {
  position: absolute;
  mix-blend-mode: screen;
}
.section-top-keyvisual .keyvisual-heading {
  position: relative;
}
.section-top-keyvisual .block-title {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 3;
}
.section-top-keyvisual .block-rectangle {
  position: absolute;
  z-index: 0;
  mix-blend-mode: multiply;
}
@media print, (min-width: 768px) {
  .section-top-keyvisual {
    margin-bottom: 50px;
    padding: 24px 0;
    background-image: url("../img/top/top_bg_00.jpg");
  }
  .section-top-keyvisual .wrapper {
    gap: 54px;
  }
  .section-top-keyvisual .wrapper-border {
    top: 1px;
    right: 25px;
    left: 25px;
  }
  .section-top-keyvisual .keyvisual-heading {
    width: 630px;
  }
  .section-top-keyvisual .keyvisual-heading .image-common {
    margin-top: 70px;
    margin-left: 61px;
  }
  .section-top-keyvisual .keyvisual-image {
    width: 505px;
    margin-top: 2px;
    padding-bottom: 3px;
  }
  .section-top-keyvisual .block-rectangle {
    width: 410px;
    left: 111px;
    top: 72px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-keyvisual {
    margin-bottom: 0.2rem;
    padding-top: 0.53rem;
    background-image: url("../img/top/sp/top_bg_00.jpg");
  }
  .section-top-keyvisual .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-top-keyvisual .wrapper-border {
    top: -0.32rem;
    right: 0.2rem;
    left: 0.19rem;
  }
  .section-top-keyvisual .keyvisual-heading {
    width: 5.53rem;
    margin-bottom: 0.13rem;
    min-height: 1.96rem;
  }
  .section-top-keyvisual .keyvisual-image {
    width: 5.18rem;
    margin-top: -0.07rem;
    padding-bottom: 0.23rem;
  }
  .section-top-keyvisual .block-rectangle {
    width: 3.6rem;
    left: 0.99rem;
    top: 0.59rem;
  }
}

.section-top-prematurity {
  background-color: #faebfa;
}
.section-top-prematurity .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-top-prematurity .image-common {
  border-radius: 0.15rem;
}
@media print, (min-width: 768px) {
  .section-top-prematurity {
    padding: 100px 0 120px;
  }
  .section-top-prematurity .wrapper {
    gap: 78px;
  }
  .section-top-prematurity .title-common-primary {
    width: 520px;
    padding-top: 19px;
  }
  .section-top-prematurity .prematurity-image {
    width: 600px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-prematurity {
    padding: 0.54rem 0 0.77rem;
  }
  .section-top-prematurity .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.45rem;
  }
  .section-top-prematurity .title-common-primary {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .section-top-prematurity .prematurity-image {
    width: 100%;
  }
}

.section-top-initiatives .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-top-initiatives .initiatives-image {
  position: relative;
}
.section-top-initiatives .initiatives-image::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background: center/cover;
}
@media print, (min-width: 768px) {
  .section-top-initiatives {
    padding: 59px 0 73px;
  }
  .section-top-initiatives .wrapper {
    gap: 93px;
  }
  .section-top-initiatives .initiatives-image {
    width: 643px;
  }
  .section-top-initiatives .initiatives-image::before {
    top: -32px;
    left: -64px;
    width: 779px;
    height: 554px;
    background-image: url("../img/top/top_img_10.svg");
  }
  .section-top-initiatives .title-common-primary {
    width: 465px;
    margin-top: 70px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-initiatives {
    padding: 0.9rem 0 1.45rem;
  }
  .section-top-initiatives .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.65rem;
  }
  .section-top-initiatives .initiatives-image {
    width: 5.03rem;
    margin: 0 auto;
  }
  .section-top-initiatives .initiatives-image::before {
    top: -0.26rem;
    left: -0.55rem;
    width: 6.11rem;
    height: 4.35rem;
    background-image: url("../img/top/sp/top_img_10.svg");
  }
  .section-top-initiatives .image-common {
    margin-left: -0.03rem;
  }
}

.section-top-message {
  background-color: #f9e2f9;
}
.section-top-message .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-top-message .message-image {
  position: relative;
}
.section-top-message .message-image::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  width: 5.69rem;
  background: center/cover;
  pointer-events: none;
}
.section-top-message .image-block {
  width: 2.03rem;
  margin: 0 auto;
}
.section-top-message .image-common {
  position: relative;
  z-index: 1;
  border-radius: 0.09rem;
}
.section-top-message .image-title {
  width: 2.38rem;
  margin: 0 auto;
}
@media print, (min-width: 768px) {
  .section-top-message {
    padding: 0.98rem 0 0.91rem;
    overflow: hidden;
  }
  .section-top-message .wrapper {
    gap: 187px;
  }
  .section-top-message .title-common-primary {
    width: 688px;
  }
  .section-top-message .message-image {
    margin-top: 34px;
  }
  .section-top-message .message-image::before {
    top: 12px;
    left: -196px;
    height: 4.02rem;
    background-image: url("../img/top/top_img_09.png");
  }
  .section-top-message .image-block {
    margin-bottom: 28px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-message {
    margin-bottom: 0.5rem;
    padding: 0.38rem 0 0.7rem;
  }
  .section-top-message .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.5rem;
  }
  .section-top-message .message-image::before {
    top: 0.12rem;
    left: 0.03rem;
    height: 4.01rem;
    background-image: url("../img/top/sp/top_img_09.svg");
  }
  .section-top-message .image-block {
    margin-bottom: 0.28rem;
  }
  .section-top-message .image-common {
    margin-left: 0.19rem;
  }
}



.section-top-message02 {
  background-color: #fbf3fb;
}
.section-top-message02 .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-top-message02 .message-image {
  position: relative;
}
.section-top-message02 .message-image::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  width: 5.69rem;
  background: center/cover;
  pointer-events: none;
}
.section-top-message02 .image-block {
  width: 2.03rem;
  margin: 0 auto;
}
.section-top-message02 .image-common {
  position: relative;
  z-index: 1;
  border-radius: 0.09rem;
}
.section-top-message02 .image-title {
  width: 2.38rem;
  margin: 0 auto;
}
@media print, (min-width: 768px) {
  .section-top-message02 {
    padding: 0.98rem 0 0.91rem;
    overflow: hidden;
  }
  .section-top-message02 .wrapper {
    gap: 187px;
  }
  .section-top-message02 .title-common-primary {
    width: 688px;
  }
  .section-top-message02 .message-image {
    margin-top: 34px;
  }
  .section-top-message02 .message-image::before {
    top: 12px;
    left: -196px;
    height: 4.02rem;
    background-image: url("../img/top/top_img_09.png");
  }
  .section-top-message02 .image-block {
    margin-bottom: 28px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-message02 {
    margin-bottom: 2.01rem;
    padding: 0.38rem 0 0.7rem;
  }
  .section-top-message02 .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.5rem;
  }
  .section-top-message02 .message-image::before {
    top: 0.12rem;
    left: 0.03rem;
    height: 4.01rem;
    background-image: url("../img/top/sp/top_img_09.svg");
  }
  .section-top-message02 .image-block {
    margin-bottom: 0.28rem;
  }
  .section-top-message02 .image-common {
    margin-left: 0.19rem;
  }
}



.section-top-regions .regions-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-top-regions .regions-title::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  width: 100%;
  background: center/cover;
  mix-blend-mode: multiply;
}
.section-top-regions .regions-wrapper {
  position: relative;
}
.section-top-regions .regions-wrapper::before {
  content: "";
  position: absolute;
  z-index: 1;
  background-position: center;
  background-size: cover;
  -webkit-filter: opacity(0.45);
  filter: opacity(0.45);
}
.section-top-regions .title-common-primary {
  position: relative;
  z-index: 2;
}
.section-top-regions .title-common-primary .heading-common-primary,
.section-top-regions .title-common-primary .description-common-primary {
  color: #fff;
}
.section-top-regions .title-common-primary .description-common-primary {
  font-weight: 600;
}
@media print, (min-width: 768px) {
  .section-top-regions {
    margin-top: 226px;
  }
  .section-top-regions .regions-title {
    padding: 101px 0 92px;
  }
  .section-top-regions .regions-title::after {
    background-image: url("../img/top/top_bg_02.jpg");
  }
  .section-top-regions .title-common-primary {
    padding-left: 104px;
  }
  .section-top-regions .regions-wrapper {
    width: calc(100% - 60px);
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }
  .section-top-regions .regions-wrapper::before {
    top: -206px;
    left: 555px;
    width: 655px;
    height: 751px;
    background-image: url("../img/top/top_img_04.png");
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-regions .regions-title {
    padding: 1rem 0 0.96rem;
  }
  .section-top-regions .regions-title::after {
    top: 0;
    bottom: 0;
    background-image: url("../img/top/sp/top_bg_02.jpg");
  }
  .section-top-regions .title-common-primary {
    margin-top: -0.21rem;
  }
  .section-top-regions .regions-wrapper {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
  }
  .section-top-regions .regions-wrapper::before {
    top: -2.19rem;
    left: 0.24rem;
    width: 5.95rem;
    height: 6.81rem;
    background-image: url("../img/top/sp/top_img_04.png");
  }
}

.section-top-action .action-heading {
  color: #412828;
  font-weight: 600;
  text-align: center;
}
.section-top-action .action-link {
  display: block;
  margin: 0 auto;
}
@media print, (min-width: 768px) {
  .section-top-action {
    padding: 36px 0 144px;
  }
  .section-top-action .action-heading {
    margin-bottom: -1px;
    font-size: 0.22rem;
  }
  .section-top-action .action-link {
    width: 500px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-action {
    position: relative;
    z-index: 2;
    margin-top: -4.79rem;
    padding: 0.5rem 0 0.34rem;
  }
  .section-top-action .action-heading {
    margin-bottom: -0.02rem;
    font-size: 0.24rem;
  }
  .section-top-action .action-link {
    width: 5.5rem;
  }
}
/*# sourceMappingURL=top.css.map */