@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap&subset=japanese");
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  color: #333333;
  font-family: "Noto Sans JP", "Arial", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
  color: #004097;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: 700;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@media print, screen and (min-width: 641px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.p-heiwaFooter {
  background-color: #58b331;
  color: #fff;
  padding: 20px 0 15px;
  text-align: center;
}
.p-heiwaFooter a {
  color: #fff;
  text-decoration: none;
}
.p-heiwaFooter a:hover {
  text-decoration: underline;
}
.p-heiwaFooter-privacy {
  font-size: 14px;
  margin: 0 0 20px;
}
.p-heiwaFooter-copy p {
  margin: 0;
  font-size: 9px;
}

@media print, screen and (min-width: 641px) {
  .p-heiwaFooter {
    padding: 45px 0 30px;
  }
  .p-heiwaFooter-copy p {
    font-size: 14px;
  }
}
.p-heiwa {
  font-family: "Noto Sans JP";
  color: #333333;
  background: #fff;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.p-heiwaMain {
  margin: 0 auto;
}

.p-heiwaHero {
  position: relative;
  background: url(../img/img_fv_bg.jpg) no-repeat top center/cover;
  height: clamp(40.625rem, 3.037rem + 160.38vw, 76.188rem);
}
.p-heiwaHero-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 75px;
  position: relative;
  z-index: 2;
}
.p-heiwaHero-logo {
  margin: 0;
  position: relative;
}
.p-heiwaHero-logo--coop {
  cursor: pointer;
}
.p-heiwaHero-logo--coop img {
  width: clamp(1.5rem, -2.568rem + 17.36vw, 4.375rem);
  height: auto;
  position: absolute;
  top: 24px;
  left: 26px;
}
.p-heiwaHero-logo--80th img {
  display: block;
  width: clamp(4.813rem, 2.455rem + 10.06vw, 10rem);
  height: auto;
  position: absolute;
  top: 12px;
  right: 20px;
}
.p-heiwaHero-body {
  padding: 0 20px;
  text-align: center;
}
.p-heiwaHero-ttl {
  margin: 0;
  z-index: 10;
  position: relative;
}
.p-heiwaHero-ttl img {
  width: 100%;
  max-width: clamp(18.75rem, 9.233rem + 40.61vw, 39.688rem);
  height: auto;
  margin: 0 auto;
  vertical-align: bottom;
}
.p-heiwaHero-lead {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-top: -0.5vw;
  font-size: clamp(0.563rem, 0.063rem + 2.5vw, 1.063rem);
  font-weight: 500;
}
.p-heiwaHero-leadText {
  margin: 0 auto;
  text-align: center;
}
.p-heiwaHero-leadLine {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  padding: 0 4px 2px;
  background-image: url(../img/txt_underline.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 100% 1px;
  z-index: 5;
}
.p-heiwaHero-leadBg {
  display: block;
  position: absolute;
  top: -17vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 95%;
  height: auto;
  z-index: 0;
}

.p-heiwaMessage {
  background: #fff;
  padding: 40px 20px 100px;
}
.p-heiwaMessage-inner {
  margin: 0 auto;
}
.p-heiwaMessage-ttl {
  margin: 0 0 45px;
}
.p-heiwaMessage-ttl img {
  width: 60%;
  max-width: 200px;
  display: block;
  height: auto;
  margin: 0 auto;
}
.p-heiwaMessage-lead {
  text-align: center;
  font-size: 14px;
  line-height: 1.8;
  margin: 0 0 55px;
  font-weight: 600;
}
.p-heiwaMessage-list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0;
  width: 100%;
  max-width: 100%;
  margin-bottom: 50px;
}
.p-heiwaMessage-item {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 167/154;
  margin: 0 auto;
  padding: 0;
  justify-self: center;
}
.p-heiwaMessage-item--hidden, .p-heiwaMessage-item[hidden] {
  display: none;
}
.p-heiwaMessage-trigger {
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 12vw;
  border: 0;
  background: transparent;
  cursor: default;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
.p-heiwaMessage-trigger--expandable {
  cursor: pointer;
}
.p-heiwaMessage-trigger--expandable:hover {
  opacity: 0.6;
}
.p-heiwaMessage-text {
  width: 88%;
  max-width: 100%;
  margin: 0;
  font-size: clamp(0.625rem, 0.376rem + 1.25vw, 0.875rem);
  line-height: 1.5;
  font-weight: 500;
  text-align: left;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 5;
  overflow-wrap: anywhere;
}
.p-heiwaMessage-more {
  margin: 28px 0 0;
  text-align: center;
}
.p-heiwaMessage-moreBtn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  min-width: 200px;
  padding: 14px 32px;
  background: #58b331;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  font-family: inherit;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 4px #a59a88;
          box-shadow: 0 0 4px #a59a88;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.p-heiwaMessage-moreBtn:hover {
  opacity: 0.6;
}
.p-heiwaMessage-moreIcn {
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 14px;
  height: 10px;
  background: url(../img/buttonIcon.png) no-repeat center/contain;
}
.p-heiwaMessage-modal {
  width: 400px;
  min-height: 240px;
  margin: auto;
  padding: 0;
  border: 0;
  border-radius: 16px;
  background: transparent;
  overflow: visible;
}
.p-heiwaMessage-modal::-ms-backdrop {
  background: rgba(0, 0, 0, 0.55);
  animation: heiwaMessageModalFadeIn 0.1s ease;
}
.p-heiwaMessage-modal::backdrop {
  background: rgba(0, 0, 0, 0.55);
  -webkit-animation: heiwaMessageModalFadeIn 0.1s ease;
          animation: heiwaMessageModalFadeIn 0.1s ease;
}
.p-heiwaMessage-modal[open] {
  -webkit-animation: heiwaMessageModalFadeIn 0.5s ease-in;
          animation: heiwaMessageModalFadeIn 0.5s ease-in;
}
.p-heiwaMessage-modalInner {
  position: relative;
  padding: 60px 55px;
  background: #fff;
  border-radius: 16px;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}
.p-heiwaMessage-modalClose {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 2;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.p-heiwaMessage-modalClose:hover {
  opacity: 0.6;
}
.p-heiwaMessage-modalCloseIcn {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.p-heiwaMessage-modalCloseIcn::before, .p-heiwaMessage-modalCloseIcn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 3px;
  border-radius: 999px;
  background: #58b331;
}
.p-heiwaMessage-modalCloseIcn::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.p-heiwaMessage-modalCloseIcn::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.p-heiwaMessage-modalBody {
  margin: 0;
  border-radius: 12px;
}
.p-heiwaMessage-modalText {
  margin: 0;
  font-size: 16px;
  line-height: 1.85;
  font-weight: 500;
  text-align: left;
  color: #333333;
}

@-webkit-keyframes heiwaMessageModalFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes heiwaMessageModalFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-heiwaBanner {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 600px;
}
.p-heiwaBanner img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}
.p-heiwaBanner:hover {
  opacity: 0.6;
}

.p-heiwaCommunity {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(35%, #e4ffd3), to(#fff));
  background: linear-gradient(0deg, #e4ffd3 35%, #fff 100%);
  padding: 100px 20px 60px;
}
.p-heiwaCommunity-inner {
  margin: 0 auto;
  text-align: center;
}
.p-heiwaCommunity-lead {
  margin: 0 0 28px;
  font-size: 14px;
  line-height: 1.9;
  font-weight: 500;
}
.p-heiwaCommunity img {
  width: 95%;
  max-width: 1200px;
  height: auto;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 400px) {
  .p-heiwaMessage-trigger {
    padding: 11vw;
  }
  .p-heiwaMessage-text {
    -webkit-line-clamp: 4;
  }
}
@media screen and (min-width: 640px) {
  .p-heiwaMessage-trigger {
    padding: 8vw 7vw;
  }
  .p-heiwaMessage-text {
    -webkit-line-clamp: 4;
  }
}
.p-heiwaMessage-item--bg01 {
  background: url(../img/message_bg01.png) no-repeat center/contain;
}

.p-heiwaMessage-item--bg02 {
  background: url(../img/message_bg02.png) no-repeat center/contain;
}

.p-heiwaMessage-item--bg03 {
  background: url(../img/message_bg03.png) no-repeat center/contain;
}

.p-heiwaMessage-item--bg04 {
  background: url(../img/message_bg04.png) no-repeat center/contain;
}

.p-heiwaMessage-item--bg05 {
  background: url(../img/message_bg05.png) no-repeat center/contain;
}

.p-heiwaMessage-item--bg06 {
  background: url(../img/message_bg06.png) no-repeat center/contain;
}

.p-heiwaMessage-item--bg07 {
  background: url(../img/message_bg07.png) no-repeat center/contain;
}

.p-heiwaMessage-item--bg08 {
  background: url(../img/message_bg08.png) no-repeat center/contain;
}

.p-heiwaMessage-item--bg09 {
  background: url(../img/message_bg09.png) no-repeat center/contain;
}

.p-heiwaMessage-item--bg10 {
  background: url(../img/message_bg10.png) no-repeat center/contain;
}

.p-heiwaMessage-item--bg11 {
  background: url(../img/message_bg11.png) no-repeat center/contain;
}

.p-heiwaMessage-item--bg12 {
  background: url(../img/message_bg12.png) no-repeat center/contain;
}

.p-heiwaMessage-item--bg13 {
  background: url(../img/message_bg13.png) no-repeat center/contain;
}

.p-heiwaMessage-item--bg14 {
  background: url(../img/message_bg14.png) no-repeat center/contain;
}

.p-heiwaMessage-item--bg15 {
  background: url(../img/message_bg15.png) no-repeat center/contain;
}

.p-heiwaMessage-item--bg16 {
  background: url(../img/message_bg16.png) no-repeat center/contain;
}

.p-heiwaMessage-item--bg17 {
  background: url(../img/message_bg17.png) no-repeat center/contain;
}

.p-heiwaMessage-item--bg18 {
  background: url(../img/message_bg18.png) no-repeat center/contain;
}

.p-heiwaMessage-item--bg19 {
  background: url(../img/message_bg19.png) no-repeat center/contain;
}

.p-heiwaMessage-item--bg20 {
  background: url(../img/message_bg20.png) no-repeat center/contain;
}

@media print, screen and (min-width: 641px) {
  .p-heiwaHero {
    background: url(../img/img_fv_bg_pc.jpg) no-repeat center center/cover;
    padding-top: 52.08%;
    height: 0;
  }
  .p-heiwaHero-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
  }
  .p-heiwaHero-logo {
    position: absolute;
  }
  .p-heiwaHero-logo--coop {
    top: 0;
    left: 0;
  }
  .p-heiwaHero-logo--80th {
    top: 0;
    right: 0;
  }
  .p-heiwaHero-body {
    position: absolute;
    top: 50%;
    left: 3%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 10;
  }
  .p-heiwaHero-ttl img {
    max-width: clamp(18.75rem, 4.797rem + 34.83vw, 39.625rem);
  }
  .p-heiwaHero-leadText {
    text-align: center;
    font-size: clamp(0.75rem, 0.541rem + 0.52vw, 1.063rem);
  }
  .p-heiwaHero-leadBg {
    top: 50%;
    left: 50%;
    width: 90%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .p-heiwaMessage {
    padding-top: 100px;
  }
  .p-heiwaMessage-ttl img {
    max-width: 456px;
  }
  .p-heiwaMessage-lead {
    font-size: 18px;
  }
  .p-heiwaMessage-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-heiwaMessage-trigger {
    padding: 7.5vw 6.5vw;
  }
  .p-heiwaMessage-text {
    font-size: 14px;
  }
  .p-heiwaCommunity {
    padding: 120px 20px 60px;
  }
  .p-heiwaCommunity img {
    margin-top: -40px;
  }
  .p-heiwaCommunity-lead {
    font-size: 18px;
    margin: 0 0 20px;
  }
}
@media print, screen and (min-width: 641px) and (max-width: 859px) {
  .p-heiwaCommunity-lead {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 860px) and (max-width: 1199px) {
  .p-heiwaMessage {
    padding-left: 0;
    padding-right: 0;
  }
  .p-heiwaMessage-list {
    width: 100%;
    max-width: 860px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
  }
  .p-heiwaMessage-trigger {
    padding: 53px 45px;
  }
  .p-heiwaMessage-item {
    margin: 0;
  }
}
@media print, screen and (min-width: 1200px) {
  .p-heiwaMessage {
    padding-left: 0;
    padding-right: 0;
  }
  .p-heiwaMessage-list {
    width: 100%;
    max-width: 1200px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
  }
  .p-heiwaMessage-trigger {
    padding: 60px 54px;
  }
  .p-heiwaMessage-item {
    margin: 0;
  }
}
.u-clearfix::after {
  clear: both;
  content: "";
  display: block;
}

@media print, screen and (max-width: 640px) {
  .u-sp-none {
    display: none;
  }
}
@media print, screen and (min-width: 641px) {
  .u-pc-none {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */