@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans&family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@200&display=swap");
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
caption,
td,
th {
  font-weight: inherit;
  text-align: left;
  vertical-align: middle;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
a img {
  border: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
button {
  margin: 0;
  padding: 0;
  border: 0;
  background: 0;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}
*,
:after,
:before {
  box-sizing: inherit;
}
img {
  box-sizing: content-box;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
a {
  transition-duration: 0.5s;
}
b,
strong {
  font-weight: 700;
}
sup {
  font-size: 0.7em;
  vertical-align: super;
}
table {
  width: 100%;
  max-width: 100%;
}
table p:not([class]):not(:last-child) {
  margin-bottom: 1em;
}
td,
th {
  min-height: 1em;
  word-break: break-all;
  word-wrap: break-word;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #c1c1c1;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #c1c1c1;
}
input::placeholder,
textarea::placeholder {
  color: #c1c1c1;
}
[type="email"],
[type="password"],
[type="search"],
[type="tel"],
[type="text"],
[type="url"],
button,
select,
textarea {
  border: 0;
  background: 0;
  outline: none;
}
[type="checkbox"],
[type="radio"],
a,
area,
button,
label,
select {
  cursor: pointer;
}
.body-in {
  overflow-x: hidden;
}
.anime {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.anime:not(.key) {
  transition-duration: 0.5s;
}
.anime.quick {
  transition-duration: 0s;
  -webkit-animation-duration: 0s;
  animation-duration: 0s;
}
.anime.flip-x {
  transform: rotateX(90deg);
}
.anime.flip-y {
  transform: rotateY(90deg);
}
.anime.zoom-in {
  transform: scale(0);
}
.anime.top-in {
  transform: translateY(-50px);
  transform-origin: 0 0;
}
.anime.bottom-in {
  transform: translateY(50px);
}
.anime.left-in {
  transform: translateX(-50px);
}
.anime.right-in {
  transform: translateX(50px);
}
@-webkit-keyframes transform-purge {
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes transform-purge {
  to {
    opacity: 1;
    transform: none;
  }
}
.anime.bottom-in,
.anime.fade-in,
.anime.flip-x,
.anime.flip-y,
.anime.left-in,
.anime.right-in,
.anime.top-in,
.anime.zoom-in {
  opacity: 0;
}
.anime.active .anime.bottom-in.chain:not(.key),
.anime.active .anime.fade-in.chain:not(.key),
.anime.active .anime.flip-x.chain:not(.key),
.anime.active .anime.flip-y.chain:not(.key),
.anime.active .anime.left-in.chain:not(.key),
.anime.active .anime.right-in.chain:not(.key),
.anime.active .anime.top-in.chain:not(.key),
.anime.active .anime.zoom-in.chain:not(.key),
.anime.bottom-in.active:not(.key),
.anime.bottom-in.lock:not(.key),
.anime.fade-in.active:not(.key),
.anime.fade-in.lock:not(.key),
.anime.flip-x.active:not(.key),
.anime.flip-x.lock:not(.key),
.anime.flip-y.active:not(.key),
.anime.flip-y.lock:not(.key),
.anime.left-in.active:not(.key),
.anime.left-in.lock:not(.key),
.anime.right-in.active:not(.key),
.anime.right-in.lock:not(.key),
.anime.top-in.active:not(.key),
.anime.top-in.lock:not(.key),
.anime.zoom-in.active:not(.key),
.anime.zoom-in.lock:not(.key),
.swiper-slide-active .anime.bottom-in:not(.key),
.swiper-slide-active .anime.fade-in:not(.key),
.swiper-slide-active .anime.flip-x:not(.key),
.swiper-slide-active .anime.flip-y:not(.key),
.swiper-slide-active .anime.left-in:not(.key),
.swiper-slide-active .anime.right-in:not(.key),
.swiper-slide-active .anime.top-in:not(.key),
.swiper-slide-active .anime.zoom-in:not(.key) {
  opacity: 1;
  transform: none;
}
.anime.active .anime.bottom-in.chain.key,
.anime.active .anime.fade-in.chain.key,
.anime.active .anime.flip-x.chain.key,
.anime.active .anime.flip-y.chain.key,
.anime.active .anime.left-in.chain.key,
.anime.active .anime.right-in.chain.key,
.anime.active .anime.top-in.chain.key,
.anime.active .anime.zoom-in.chain.key,
.anime.bottom-in.active.key,
.anime.bottom-in.lock.key,
.anime.fade-in.active.key,
.anime.fade-in.lock.key,
.anime.flip-x.active.key,
.anime.flip-x.lock.key,
.anime.flip-y.active.key,
.anime.flip-y.lock.key,
.anime.left-in.active.key,
.anime.left-in.lock.key,
.anime.right-in.active.key,
.anime.right-in.lock.key,
.anime.top-in.active.key,
.anime.top-in.lock.key,
.anime.zoom-in.active.key,
.anime.zoom-in.lock.key,
.swiper-slide-active .anime.bottom-in.key,
.swiper-slide-active .anime.fade-in.key,
.swiper-slide-active .anime.flip-x.key,
.swiper-slide-active .anime.flip-y.key,
.swiper-slide-active .anime.left-in.key,
.swiper-slide-active .anime.right-in.key,
.swiper-slide-active .anime.top-in.key,
.swiper-slide-active .anime.zoom-in.key {
  -webkit-animation-name: transform-purge;
  animation-name: transform-purge;
}
@-webkit-keyframes expand-x {
  to {
    max-width: 100%;
    white-space: normal;
    opacity: 1;
  }
}
@keyframes expand-x {
  to {
    max-width: 100%;
    white-space: normal;
    opacity: 1;
  }
}
@-webkit-keyframes expand-y {
  to {
    max-height: 100%;
    white-space: normal;
  }
}
@keyframes expand-y {
  to {
    max-height: 100%;
    white-space: normal;
  }
}
.anime.expand-x {
  max-width: 0;
}
.anime.active .anime.expand-x.chain:not(.key),
.anime.expand-x.active:not(.key),
.anime.expand-x.lock:not(.key),
.swiper-slide-active .anime.expand-x:not(.key) {
  max-width: 100%;
  white-space: normal;
}
.anime.active .anime.expand-x.chain.key,
.anime.expand-x.active.key,
.anime.expand-x.lock.key,
.swiper-slide-active .anime.expand-x.key {
  -webkit-animation-name: expand-x;
  animation-name: expand-x;
}
.anime.expand-y {
  max-height: 0;
}
.anime.active .anime.expand-y.chain:not(.key),
.anime.expand-y.active:not(.key),
.anime.expand-y.lock:not(.key),
.swiper-slide-active .anime.expand-y:not(.key) {
  max-height: 100%;
  white-space: normal;
}
.anime.active .anime.expand-y.chain.key,
.anime.expand-y.active.key,
.anime.expand-y.lock.key,
.swiper-slide-active .anime.expand-y.key {
  -webkit-animation-name: expand-y;
  animation-name: expand-y;
}
.anime.expand-x,
.anime.expand-y {
  overflow: hidden;
  white-space: nowrap;
}
@-webkit-keyframes focus-in {
  to {
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes focus-in {
  to {
    filter: blur(0);
    opacity: 1;
  }
}
.anime.blur {
  opacity: 0;
}
.anime.active .anime.blur.chain:not(.key),
.anime.blur.active:not(.key),
.anime.blur.lock:not(.key),
.swiper-slide-active .anime.blur:not(.key) {
  opacity: 1;
}
.anime.active .anime.blur.chain.key,
.anime.blur.active.key,
.anime.blur.lock.key,
.swiper-slide-active .anime.blur.key {
  -webkit-animation-name: transform-purge;
  animation-name: transform-purge;
}
@supports (filter: blur(12px)) {
  .anime.blur {
    filter: blur(12px);
  }
  .anime.active .anime.blur.chain:not(.key),
  .anime.blur.active:not(.key),
  .anime.blur.lock:not(.key),
  .swiper-slide-active .anime.blur:not(.key) {
    filter: blur(0);
  }
  .anime.active .anime.blur.chain.key,
  .anime.blur.active.key,
  .anime.blur.lock.key,
  .swiper-slide-active .anime.blur.key {
    -webkit-animation-name: focus-in;
    animation-name: focus-in;
  }
}
.o-list > li,
.u-list > li {
  margin: 0 0 0 2%;
  width: 98%;
}
.u-list > li {
  list-style-type: disc;
}
.o-list > li {
  list-style-type: decimal;
}
.flex {
  display: -ms-flexbox;
  display: flex;
}
.flex.bet,
.pc-flex.bet,
.sp-flex.bet {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex.aro,
.pc-flex.aro,
.sp-flex.aro {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.flex.vstart,
.pc-flex.vstart,
.sp-flex.vstart {
  -ms-flex-align: start;
  align-items: flex-start;
}
.flex.vend,
.pc-flex.vend,
.sp-flex.vend {
  -ms-flex-align: end;
  align-items: flex-end;
}
.flex.vcenter,
.pc-flex.vcenter,
.sp-flex.vcenter {
  -ms-flex-align: center;
  align-items: center;
}
.flex.hstart,
.pc-flex.hstart,
.sp-flex.hstart {
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.flex.hcenter,
.pc-flex.hcenter,
.sp-flex.hcenter {
  -ms-flex-pack: center;
  justify-content: center;
}
.flex.hend,
.pc-flex.hend,
.sp-flex.hend {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.flex.str,
.pc-flex.str,
.sp-flex.str {
  -ms-flex-align: stretch;
  align-items: stretch;
}
.flex.vert,
.pc-flex.vert,
.sp-flex.vert {
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex.break,
.pc-flex.break,
.sp-flex.break {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.youtube-wrap {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
}
.youtube-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.grayscale {
  filter: grayscale(100%);
}
.activeToggle.active .activeToggle__off,
.activeToggle:not(.active) .activeToggle__on {
  display: none;
}
body.lock {
  overflow: hidden;
}
.serif {
  font-family:
    "Noto Serif JP",
    Yu Mincho,
    YuMincho,
    Hiragino Mincho ProN,
    "NotoSerifCJKjp",
    HGS明朝E,
    HG明朝E,
    serif;
}
.is-none {
  display: none !important;
}
.js-hide {
  display: none;
}
.ta-center {
  text-align: center;
}
.ta-right {
  text-align: right;
}
.ta-left {
  text-align: left;
}
.fw-700 {
  font-weight: 700;
}
.fw-900 {
  font-weight: 900;
}
.fz-e7 {
  font-size: 0.7em;
}
.fz-e8 {
  font-size: 0.8em;
}
.fz-e9 {
  font-size: 0.9em;
}
.is-false {
  pointer-events: none;
}
.md-uline {
  position: relative;
  text-decoration: none;
}
.md-uline:before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 2px;
  background: #0251b6;
  transition-duration: 0.5s;
  transform: rotateY(90deg);
  transform-origin: 50%;
  content: "";
}
.md-uline.uline-block {
  display: block;
}
.md-uline.uline-left:before {
  transform-origin: 0;
}
.md-uline.uline-right:before {
  transform-origin: 100%;
}
.md-uline.active,
.md-uline:hover,
a.active .md-uline,
a:hover .md-uline {
  text-decoration: none;
}
.md-uline.active:before,
.md-uline:hover:before,
a.active .md-uline:before,
a:hover .md-uline:before {
  transform: rotateY(0deg);
}
.md-overlay {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition-duration: 0.5s;
  cursor: pointer;
}
.md-overlay:not(.active) {
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.md-overlay--modal {
  z-index: 10000;
}
.md-overlay--ripple {
  border-radius: 50%;
  width: 300vh;
  height: 300vh;
  transform: translate(50%, -50%);
}
.md-overlay--ripple:not(.active) {
  width: 0;
  height: 0;
}
.md-overlay--shutter {
  height: 200vh;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) 50%, hsla(0, 0%, 100%, 0));
}
.md-overlay--shutter:not(.active) {
  transform: translateY(-100%);
}
.md-loading {
  position: relative;
  min-height: 9rem;
  max-height: 60vh;
}
.md-loading:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  margin: -2rem 0 0 -2rem;
  border: 3px solid #0251b6;
  border-bottom-color: rgba(2, 81, 182, 0.5);
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  -webkit-animation-name: mdLoading;
  animation-name: mdLoading;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  content: "";
}
.md-loading:not(.active) {
  opacity: 0;
  visibility: hidden;
}
@-webkit-keyframes mdLoading {
  to {
    transform: rotate(1turn);
  }
}
@keyframes mdLoading {
  to {
    transform: rotate(1turn);
  }
}
.md-lay {
  display: inline-block;
  z-index: 1;
  vertical-align: middle;
  transform: perspective(0) translateZ(0);
}
.md-lay,
.md-lay .lay-bg {
  position: relative;
  transition-duration: 0.5s;
}
.md-lay .lay-bg {
  z-index: 2;
}
.md-lay .lay-bg img {
  width: 100%;
  vertical-align: middle;
}
.md-lay .lay-bg .on {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition-duration: 0.5s;
}
.md-lay .lay-bg .off {
  position: relative;
  transition-duration: 0.5s;
}
.md-lay:after,
.md-lay:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition-duration: 0.5s;
  transform: perspective(0) translateZ(0);
  content: "";
}
.md-lay:before {
  z-index: 3;
  background: rgba(0, 0, 0, 0.5);
}
.md-lay:after {
  z-index: 4;
}
.md-lay.zoom {
  overflow: hidden;
}
.md-lay.block,
.md-lay.over {
  display: block;
}
.md-lay.over .lay-bg img {
  margin-left: 50%;
  width: auto;
  max-width: none;
  transform: translate(-50%);
}
.md-lay.through {
  display: inline-block;
  overflow: visible;
}
.md-lay.through .lay-bg img {
  width: auto;
  max-width: none;
}
.md-lay.no-cover:after,
.md-lay.no-cover:before {
  display: none;
}
.md-lay .lay-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
}
a.active .md-lay .lay-bg .on {
  opacity: 1;
}
a.active .md-lay .lay-bg .off {
  opacity: 0;
}
a.active .md-lay.zoom .lay-bg {
  transform: scale(1.05);
}
a.active .md-lay.bright:before {
  opacity: 1;
}
a.active .md-lay.border:after {
  box-shadow: inset 0 0 0 10px hsla(0, 0%, 100%, 0.5);
  opacity: 1;
}
@font-face {
  font-family: iconfont;
  src:
    url(font/icon/iconfont.eot?73d0fbbdcdcf18e7a3c78d12a09eeeda?#iefix) format("embedded-opentype"),
    url(font/icon/iconfont.woff2?73d0fbbdcdcf18e7a3c78d12a09eeeda) format("woff2"),
    url(font/icon/iconfont.woff?73d0fbbdcdcf18e7a3c78d12a09eeeda) format("woff");
  font-display: swap;
}
.iconfont,
i[class*="icon-"]:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: iconfont !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-decoration: none;
  text-transform: none;
}
i[class*="icon-"] {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}
i[class*="icon-"]:before {
  display: inline-block;
  vertical-align: bottom;
}
.icon-down:before {
  content: "\f101";
}
.icon-facebook:before {
  content: "\f102";
}
.icon-instagram:before {
  content: "\f103";
}
.icon-left:before {
  content: "\f104";
}
.icon-line:before {
  content: "\f105";
}
.icon-right:before {
  content: "\f106";
}
.icon-twitter:before {
  content: "\f107";
}
.icon-up:before {
  content: "\f108";
}
.md-btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  border: 0;
  width: 100%;
  overflow: hidden;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  transition-duration: 0.5s;
  cursor: pointer;
}
.md-btn.left-text {
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}
.md-btn.mat {
  padding: 0;
}
.md-btn.mat a,
.md-btn.mat button,
.md-btn.mat input[type="button"],
.md-btn.mat input[type="submit"] {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0;
  width: 100%;
  height: 100%;
  font-size: inherit;
  font-weight: inherit;
  line-height: 1;
  color: inherit;
  background: transparent;
  outline: none;
  transition: color 0s;
}
.md-btn:before {
  display: inline-block;
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: none;
  transition-duration: 0.5s;
  pointer-events: none;
  content: "";
}
.md-btn:not(.reverse):before {
  left: -100%;
}
.md-btn.reverse:before {
  right: -100%;
}
.md-btn.stay:before {
  display: none;
}
.md-btn .head-icon {
  margin-right: 0.5em;
  margin-left: -1em;
}
.md-btn .left-icon,
.md-btn .right-icon {
  position: absolute;
  top: 50%;
  z-index: 10;
  transition: color 0s;
  transform: translateY(-50%);
  pointer-events: none;
}
.md-btn .right-icon {
  right: 0.8em;
  transition: right 0.5s;
}
.md-btn .left-icon {
  left: 0.8em;
  transition: left 0.5s;
}
.md-btn:hover,
a:hover .md-btn {
  text-decoration: none;
}
.md-btn:hover:not(.reverse):before,
a:hover .md-btn:not(.reverse):before {
  left: 0;
}
.md-btn:hover.reverse:before,
a:hover .md-btn.reverse:before {
  right: 0;
}
.md-btn:hover .right-icon:not(.stay),
a:hover .md-btn .right-icon:not(.stay) {
  right: 0.5em;
}
.md-btn:hover .left-icon:not(.stay),
a:hover .md-btn .left-icon:not(.stay) {
  left: 0.5em;
}
.md-btn.white {
  border: 1px solid #fff;
  color: #000;
  background-color: #fff;
}
.md-btn.black,
.md-btn.white:before,
.md-btn.white:hover,
a:hover .md-btn.white {
  color: #fff;
  background-color: #000;
}
.md-btn.black {
  border: 1px solid #000;
}
.md-btn.black:before,
.md-btn.black:hover,
a:hover .md-btn.black {
  color: #000;
  background-color: #fff;
}
.md-acc .acc-btn {
  cursor: pointer;
}
.md-acc .acc-check {
  display: none;
}
.md-acc .acc-body {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition-duration: 0.5s;
  transform-origin: 0 0;
}
.md-acc .acc-body .acc-body:not(.active) {
  transition-duration: 0s;
}
.md-acc .acc-body:not(.active) .acc-on,
.md-acc .acc-check:not(:checked) ~ .acc-body .acc-on,
.md-acc .acc-check:not(:checked) ~ .acc-btn .acc-on {
  display: none;
}
.md-acc .acc-body.active,
.md-acc .acc-check:checked ~ .acc-body,
.md-acc .acc-check:checked ~ .acc-btn,
.md-acc .acc-check:checked ~ .acc-btn .acc-body {
  max-height: none;
  opacity: 1;
}
.md-acc .acc-body.active .acc-off,
.md-acc .acc-check:checked ~ .acc-body .acc-off,
.md-acc .acc-check:checked ~ .acc-btn .acc-body .acc-off,
.md-acc .acc-check:checked ~ .acc-btn .acc-off,
.sp-md-acc .acc-check {
  display: none;
}
body {
  width: 100%;
}
a:focus {
  outline: 0.3125rem auto -webkit-focus-ring-color !important;
  outline-offset: 0.125rem;
}
p:not([class]):not(:last-child) {
  margin-bottom: 1em;
}
::selection {
  color: #fff;
  background-color: #02469d;
}
[type="email"],
[type="password"],
[type="search"],
[type="tel"],
[type="text"],
[type="url"],
button,
select,
textarea {
  outline: initial;
}
.headerPad {
  padding-top: 10rem;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  white-space: nowrap;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.header__frame {
  padding: 0 0 0 2rem;
  background: #000;
}
.headerLogo__img {
  display: block;
}
.headerPulldown__head {
  padding: 1rem 2.5rem;
  height: 10rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  transition-duration: 0.5s;
  cursor: pointer;
}
.headerPulldown__body {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  padding: 3.5rem 0;
  width: 100%;
  background: red;
  opacity: 0;
  transition-duration: 0.5s;
  transform: rotateX(90deg);
  transform-origin: 0 0;
}
.headerPulldown:hover .headerPulldown__head:before {
  transform: none;
}
.headerPulldown:hover .headerPulldown__body {
  opacity: 1;
  transform: rotateX(0);
}
.gNavBtn {
  display: inline-block;
  position: relative;
  border: 0;
  width: 6rem;
  height: 6rem;
  vertical-align: middle;
  background: #0251b6;
  cursor: pointer;
}
.gNavBtn__box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.gNavBtn__bar {
  display: block;
  position: absolute;
  left: 1.5rem;
  z-index: 2;
  border-radius: 0;
  width: calc(100% - 3rem);
  height: 3px;
  background: #fff;
  transition-duration: 0.5s;
  transform-origin: 50% 50%;
}
.gNavBtn__bar:first-of-type {
  top: 1.75rem;
}
.gNavBtn__bar:nth-of-type(2) {
  top: 50%;
  margin-top: -1.5px;
}
.gNavBtn__bar:nth-of-type(3) {
  bottom: 1.75rem;
}
.gNavBtn.active .gNavBtn__bar {
  background: #fff;
}
.gNavBtn.active .gNavBtn__bar:first-of-type {
  top: 50%;
  margin-top: -1.5px;
  transition:
    top 0.5s,
    margin 0.5s,
    transform 0.5s ease 0.5s;
  transform: rotate(-45deg);
}
.gNavBtn.active .gNavBtn__bar:nth-of-type(2) {
  opacity: 0;
  transition-delay: 0.4s;
  transform: rotateY(90deg);
}
.gNavBtn.active .gNavBtn__bar:nth-of-type(3) {
  bottom: 50%;
  margin-bottom: -1.5px;
  transition:
    bottom 0.5s,
    margin 0.5s,
    transform 0.5s ease 0.5s;
  transform: rotate(45deg);
}
.gNav {
  position: fixed;
  top: 6rem;
  left: 0;
  z-index: 1000;
  width: 100%;
  max-height: calc(100% - 6rem);
  overflow-y: auto;
  background: #00f;
  transition-duration: 0.5s;
  transform-origin: 0 0;
}
.gNav:after {
  display: block;
  height: 0;
  content: "";
}
.gNav:not(.active) {
  transform: rotateX(90deg);
  visibility: hidden;
}
.gNav__item {
  position: relative;
  padding: 1.5rem;
  border-bottom: 1px solid red;
  font-weight: 500;
  color: #fff;
  background: #00f;
}
.gNav__item--sub {
  background: #0ff;
}
.gNav__icon {
  position: absolute;
  top: 50%;
  right: 2rem;
  z-index: 2;
  font-size: 1rem;
  transition-duration: 0.3s;
  transform: translateY(-50%);
}
.acc-check:checked ~ .acc-btn .gNav__icon {
  transform: translateY(-50%) rotate(180deg);
}
.gNav__contact {
  padding: 3rem 3.125%;
}
.gNav__btn--mail {
  height: 6rem;
}
.c5-featureWrap {
  position: relative;
  overflow-x: hidden;
  font-family: "SST W01 Roman", sans-serif, "Helvetica Neue", Helvetica, Arial;
}
.s5-returnToTop {
  margin: 0;
}
.c5-sustainability * {
  box-sizing: border-box;
}
.c5-sustainabilityIntro {
  position: relative;
  box-sizing: border-box;
  margin-top: 0px;
  padding: 17vw 0 0 0;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.75;
  color: #2f353d;
  text-align: center;
  background: #f2f5f5 url("../img/bg_top.png") no-repeat center 25px;
  background-size: contain;
  min-height: 25vw;
}
.c5-sustainabilityIntro__head {
  /*height: 29.57vw;
	background: url(../img/top_intro_bg.png) no-repeat top/cover*/
  font-size: 3.55vw;
  font-weight: bold;
  margin-bottom: 6vw;
  line-height: 1.4;
}
.c5-sustainabilityIntro__headsub {
  font-size: 2.1vw;
  font-weight: bold;
  letter-spacing: 0.04em;
}
.c5-sustainabilityIntro__text {
  z-index: 2;
  margin: 3vw 0 0;
  font-size: 1.1vw;
  line-height: 3.17;
  letter-spacing: 0.06em;
}
.c5-sustainabilityIntro__img {
  position: absolute;
}
.c5-sustainabilityIntro__img--01 {
  top: 288px;
  left: 151px;
}
.c5-sustainabilityIntro__img--02 {
  top: 494px;
  left: 33px;
}
.c5-sustainabilityIntro__img--03 {
  top: 640px;
  left: 51px;
  width: 24px;
}
.c5-sustainabilityIntro__img--04 {
  bottom: 72px;
  left: 81px;
  max-width: 150px;
}
.c5-sustainabilityIntro__img--05 {
  top: 440px;
  right: 114px;
}
.c5-sustainabilityIntro__img--06 {
  right: -30px;
  bottom: 65px;
}
.c5-sustainabilityContents {
  padding: 12vw 0 141px;
  background-image: url(../img/top_contents_bg_deco.png), url(../img/top_contents_bg.png), linear-gradient(180deg, transparent 50%, #e7e7e2 0, #e7e7e2);
  background-repeat: no-repeat;
  background-position:
    top 240px center,
    top,
    top;
  background-size: auto, 100%, auto;
  background-color: #f2f5f5;
}
.c5-sustainabilityNav {
  margin: 85px 0 0;
}
.c5-sustainabilityNav__item {
  margin: 0 85px;
}
.c5-sustainabilityNav__link:hover {
  opacity: 1;
}
.c5-sustainabilityNav__text {
  margin: 30px 0;
}
.c5-sustainabilityItem {
  position: relative;
  border-radius: 20px;
  width: 1061px;
  height: 421px;
  transition: 0.5s;
}
.c5-sustainabilityItem__container {
  padding: 150px 0 0;
}
.c5-sustainabilityItem__container:nth-child(2n) .c5-sustainabilityItem {
  margin-right: 0;
  margin-left: auto;
}
.c5-sustainabilityItem--01 {
  background: url(../img/top_item_01_01_bg.png) no-repeat 50% / cover;
  height: 421px;
}
.c5-sustainabilityItem--01 .c5-sustainabilityItem__text--head {
  color: #366c48;
}
.c5-sustainabilityItem--02 {
  background: url(../img/top_item_02_01_bg.png) no-repeat 50% / cover;
  height: 421px;
}
.c5-sustainabilityItem--02 .c5-sustainabilityItem__text--head {
  color: #2e6c80;
}
.c5-sustainabilityItem--03 {
  background: url(../img/top_item_03_01_bg.png) no-repeat 50% / cover;
  height: 421px;
}
.c5-sustainabilityItem--03 .c5-sustainabilityItem__text--head {
  color: #ae535f;
}
.c5-sustainabilityItem__overview {
  -ms-flex: none;
  flex: none;
  padding: 38px 41px;
  border-radius: 20px 0 0 20px;
  width: 477px;
  height: 100%;
  background: white;
  /*background: url(../img/top_item_bg.png) no-repeat 0/cover;*/
}
.c5-sustainabilityItem__overview--desc {
  margin: 25px 0 0;
  width: 340px;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.1em;
}
.c5-sustainabilityItem__overview--img {
  margin: auto 0 0;
}
.c5-sustainabilityItem__list {
  position: absolute;
  top: -34px;
  right: 50px;
  width: 486px;
}
.c5-sustainabilityItem__item {
  height: 150px;
  transition: 0.5s;
}
.c5-sustainabilityItem__item:not(:first-child) {
  margin: 13px 0 0;
}
.c5-sustainabilityItem__item:hover {
  transform: scale(1.05);
}
.c5-sustainabilityItem__item--nolink:hover {
  transform: none;
}
.c5-sustainabilityItem__item--nolink .c5-sustainabilityItem__link {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
  color: #1a1a1a;
  letter-spacing: 0.07em;
  background: #d7d7d7;
  opacity: 0.85;
  pointer-events: none;
}
.c5-sustainabilityItem__link {
  padding: 15px;
  border-radius: 10px;
  height: 100%;
  background: #deddc7;
  box-shadow: 5px 5px 3px rgba(40, 17, 0, 0.1);
  transition: 0.5s;
}
.c5-sustainabilityItem__link:hover {
  background: #dbd890;
  opacity: 1;
}
.c5-sustainabilityItem__img {
  -ms-flex: none;
  flex: none;
  margin: 1px;
}
.c5-sustainabilityItem__text {
  margin-left: 20px;
}
.c5-sustainabilityItem__text--head {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.48;
  letter-spacing: 0.07em;
}
.c5-sustainabilityItem__text--desc {
  margin: 14px 0 0;
  font-size: 12px;
  line-height: 1.58;
  color: #1a1a1a;
}
.c5-sustainabilityTopic {
  position: relative;
  margin-top: 0px;
  padding: 0 0 98px;
}
.c5-sustainabilityTopic--01 .c5-sustainabilityTopicMv__mv--ttl,
.c5-sustainabilityTopic--01 .c5-sustainabilityTopicSec__head {
  color: #366c48;
}
.c5-sustainabilityTopic--02 .c5-sustainabilityTopicMv__mv--ttl,
.c5-sustainabilityTopic--02 .c5-sustainabilityTopicSec__head {
  color: #2e6c80;
}
.c5-sustainabilityTopic--03 .c5-sustainabilityTopicMv__mv--ttl,
.c5-sustainabilityTopic--03 .c5-sustainabilityTopicSec__head {
  color: #ae535f;
}
.c5-sustainabilityTopicMv__head {
  background: url(../img/page_header_bg.png) no-repeat 50% / cover;
}
.c5-sustainabilityTopicMv__mv {
  position: relative;
  height: 403px;
  background: #deddc7 url(../img/page_mv_bg.png) no-repeat top 11px left -44px / auto;
}
.c5-sustainabilityTopicMv__mv--3-9 {
  height: 524px;
}
.c5-sustainabilityTopicMv__mv--img {
  position: absolute;
  top: 0;
  right: 0;
  height: 403px;
}
.c5-sustainabilityTopicMv__mv--text {
  position: relative;
  padding: 35px 0 0;
}
.c5-sustainabilityTopicMv__mv--ttl {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.c5-sustainabilityTopicMv__mv--subttl {
  font-size: 16px;
  font-weight: 400;
}
.c5-sustainabilityTopicMv__mv--desc {
  margin: 10px 0 0;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
}
.c5-sustainabilityTopicMv__mv_logo--kandou {
  display: block;
  width: 160px;
  margin-top: 20px;
}
.c5-sustainabilityTopicMv__date {
  width: calc(100% - 60%);
  text-align: end;
  font-size: 15px;
  margin: 10px 0 0 0;
}
.c5-sustainabilityTopicMv__mv--clip {
  position: absolute;
  bottom: 0;
}
.c5-sustainabilityTopicSec {
  padding: 120px 10px;
}
.c5-sustainabilityTopicSec:nth-child(odd):not(:last-child) {
  background: #e7e7e2 url(../img/page_sec_bg_odd.png) no-repeat right 18px center;
}
.c5-sustainabilityTopicSec:nth-child(2n) {
  background: #fff url(../img/page_sec_bg_even.png) no-repeat left 56px center;
}
.c5-sustainabilityTopicSec:nth-child(2n) .c5-sustainabilityTopicSec__wrap {
  -ms-flex-order: 2;
  order: 2;
  margin: 0 0 0 auto;
}
.c5-sustainabilityTopicSec:nth-child(2n) .c5-sustainabilityTopicSec__img {
  padding: 0 20px 0 0;
}
.c5-sustainabilityTopicSec--intro,
.c5-sustainabilityTopicSec--outro {
  padding: 80px 10px;
  text-align: center;
}
.c5-sustainabilityTopicSec--outro {
  background: none !important;
}
.c5-sustainabilityTopicSec__head {
  font-size: 22px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05em;
}
.c5-sustainabilityTopicSec__text {
  margin: 36px 0 0;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.015em;
}
.c5-sustainabilityTopicSec__container:first-child .c5-sustainabilityTopicSec__text:first-child {
  margin: 0;
}
.c5-sustainabilityTopicSec__text--note {
  line-height: 1.2;
}
.c5-sustainabilityTopicSec__container .c5-sustainabilityTopicSec__wrap {
  width: 56%;
}
.c5-sustainabilityTopicSec__img {
  box-sizing: border-box;
  -ms-flex: none;
  flex: none;
  padding: 0 0 0 20px;
  max-width: 44%;
}
.c5-sustainabilityTopicSec__img img {
  display: block;
  margin: 0 auto;
  border-radius: 2rem;
}
.c5-sustainabilityTopicSec__img img:not(:first-child) {
  margin: 20px auto 0;
}
.c5-sustainabilityTopicSec__img--caption {
  margin: 10px 0 0;
  line-height: 1.5;
  text-align: center;
}
.c5-sustainabilityTopicSec__img--0301 {
  box-sizing: border-box;
  margin: 20px 0 0;
  padding: 20% 30%;
  border-radius: 2rem;
  width: 100%;
  background: #fff;
}
.c5-sustainabilityTopicSec:last-child .c5-sustainabilityTopicSec__img {
  margin: 0 auto;
}
.c5-sustainabilityTopicLink {
  padding: 84px 0 12px;
  background: #e7e7e2;
}
.c5-sustainabilityTopicLink__list {
  margin: 46px auto 0;
  max-width: 910px;
}
.c5-sustainabilityTopicLink__item {
  margin: 0 0 30px;
  width: 100%;
}
.c5-sustainabilityTopicLink__link {
  display: block;
  padding: 15px;
  border: 2px solid #fff;
  text-align: center;
  background: #fff;
  transition: border 0.5s;
}
.c5-sustainabilityTopicLink__link:hover {
  border: 2px solid #553100;
  opacity: 1;
  transition: border 0.5s;
}
/*2023.1.10Tomita_added*/
.c5-sustainabilityTopicLink__flexItem {
  width: 100%;
  display: block;
}
.c5-sustainabilityTopicLink__flexItem .c5-sustainabilityTopicLink__item {
  width: 100%;
}
.c5-sustainabilityTopicLink__flexItem .c5-sustainabilityTopicLink__item span {
  display: block;
  margin: 20px 0 0 0;
  font-size: 0.9rem;
  line-height: 1.5;
}
@media screen and (min-width: 640px) {
  .c5-sustainabilityTopicLink__flexItem {
    display: flex;
    justify-content: center;
  }
  .c5-sustainabilityTopicLink__flexItem .c5-sustainabilityTopicLink__item {
    display: flex;
    width: calc(100% / 3);
    justify-content: center;
  }
}
.c5-sustainabilityTopicLinkCol2__list {
  display: flex;
  gap: 30px;
  margin: 32px auto 0;
}
@media screen and (max-width: 639px) {
  .c5-sustainabilityTopicLinkCol2__list {
    display: block;
  }
}
/*△2023.1.10Tomita_added△*/
.c5-sustainabilityTopicNav {
  display: none;
  padding: 150px 0 0;
  background: url(../img/page_nav_bg.png) no-repeat top/100% auto;
}
.c5-sustainabilityTopicNav__head--text {
  margin: 23px 0 0;
}
.c5-sustainabilityTopicNav__head--link:hover {
  opacity: 1;
}
.c5-sustainabilityTopicNav__list {
  margin: 50px 0 0;
}
.c5-sustainabilityTopicNav__item {
  width: calc((100% - 28px) / 2);
  height: 150px;
  transition: 0.5s;
}
.c5-sustainabilityTopicNav__item:hover {
  transform: scale(1.05);
}
.c5-sustainabilityTopicNav__item--nolink:hover {
  transform: none;
}
.c5-sustainabilityTopicNav__item--nolink .c5-sustainabilityTopicNav__link {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
  color: #1a1a1a;
  letter-spacing: 0.07em;
  opacity: 0.5;
  pointer-events: none;
}
.c5-sustainabilityTopicNav__link {
  padding: 15px;
  border-radius: 10px;
  height: 100%;
  background: #deddc7;
  box-shadow: 5px 5px 3px rgba(40, 17, 0, 0.1);
  transition: 0.5s;
}
.c5-sustainabilityTopicNav__link:hover {
  background: #dbd890;
  opacity: 1;
}
.c5-sustainabilityTopicNav__img {
  -ms-flex: none;
  flex: none;
}
.c5-sustainabilityTopicNav__text {
  margin-left: 20px;
}
.c5-sustainabilityTopicNav__text--head {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.48;
  letter-spacing: 0.07em;
}
.c5-sustainabilityTopicNav__text--desc {
  margin: 14px 0 0;
  font-size: 12px;
  line-height: 1.58;
  color: #1a1a1a;
}
.c5-sustainabilityTopicNav__other {
  margin: 84px 0 0;
}
.c5-sustainabilityTopicNav__other--topic {
  width: 486px;
}
.c5-sustainabilityTopicNav__other--list {
  margin: 30px 0 0;
}
.c5-sustainabilityTopicNav__other--item {
  margin: 23px 0 0;
}
.c5-sustainabilityTopicNav__other--link {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.07em;
}
.c5-sustainabilityTopicNav__other--link[href=""] {
  pointer-events: none;
}
.c5-sustainabilityTopicNav__other--text {
  position: relative;
}
.c5-sustainabilityTopicNav__other--text:after {
  display: block;
  position: absolute;
  right: 10px;
  border-top: 1px solid #1a1a1a;
  border-right: 1px solid #1a1a1a;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  content: "";
}
.c5-sustainabilityTopicBack {
  padding: 93px 0 0;
  text-align: center;
}
.c5-sustainabilityTopicBack__link {
  font-size: 17px;
  line-height: 1.64;
  letter-spacing: -0.01em;
  border: solid 1px;
  padding: 1rem;
  display: inline-block;
}
.c5-sustainabilitybackground3 {
  background-color: #e7e7e2 !important;
}
@media screen and (min-width: 640px) {
  .pc-flex {
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }
  .flex.pc-bet,
  .pc-flex.pc-bet {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .flex.aro,
  .flex.pc-aro,
  .pc-flex.aro,
  .pc-flex.pc-aro {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .flex.pc-vstart,
  .pc-flex.pc-vstart {
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .flex.pc-vend,
  .pc-flex.pc-vend {
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .flex.pc-vcenter,
  .pc-flex.pc-vcenter {
    -ms-flex-align: center;
    align-items: center;
  }
  .flex.pc-hstart,
  .pc-flex.pc-hstart {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .flex.pc-hcenter,
  .pc-flex.pc-hcenter {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .flex.pc-hend,
  .pc-flex.pc-hend {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .flex.pc-str,
  .pc-flex.pc-str {
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .flex.pc-vert,
  .pc-flex.pc-vert {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex.pc-break,
  .pc-flex.pc-break {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex > .pc-1,
  .pc-flex > .pc-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .flex > .pc-2,
  .pc-flex > .pc-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .flex > .pc-3,
  .pc-flex > .pc-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .op:hover {
    opacity: 0.7;
  }
  .hoverToggle:hover .hoverToggle__off,
  .hoverToggle:not(:hover) .hoverToggle__on {
    display: none;
  }
  .pc {
    display: inherit;
  }
  .sp {
    display: none !important;
  }
  .pc-hide {
    display: none;
  }
  .pc-ta-center {
    text-align: center;
  }
  .pc-ta-right {
    text-align: right;
  }
  .pc-ta-left {
    text-align: left;
  }
  .md-lay.pc-over {
    display: block;
  }
  .md-lay.pc-over .lay-bg img {
    margin-left: 50%;
    width: auto;
    max-width: none;
    transform: translate(-50%);
  }
  .md-lay.pc-through {
    display: inline-block;
    overflow: visible;
  }
  .md-lay.pc-through .lay-bg img {
    width: auto;
    max-width: none;
  }
  a:hover .md-lay .lay-bg .on {
    opacity: 1;
  }
  a:hover .md-lay .lay-bg .off {
    opacity: 0;
  }
  a:hover .md-lay.zoom .lay-bg {
    transform: scale(1.05);
  }
  a:hover .md-lay.bright:before {
    opacity: 1;
  }
  a:hover .md-lay.border:after {
    box-shadow: inset 0 0 0 10px hsla(0, 0%, 100%, 0.5);
    opacity: 1;
  }
  a:not(:hover) .md-lay.hide .lay-content {
    opacity: 0;
  }
  .sp-md-acc .acc-btn {
    cursor: auto;
  }
  .wrap {
    margin: 0 auto;
    padding-right: 10px;
    padding-left: 10px;
  }
  .wrap.w1200 {
    max-width: 1240px;
  }
  .gNav {
    top: 10rem;
  }
}
@media screen and (max-width: 1280px) {
  .c5-sustainabilityIntro__head img {
    max-width: 50%;
  }
  .c5-sustainabilityIntro__text {
    /*margin: 66px 0 0;*/
    font-size: 1.4vw;
    /*line-height: 3*/
  }
  .c5-sustainabilityIntro__img img {
    width: 75%;
  }
  .c5-sustainabilityIntro__img--01 {
    top: 288px;
    left: 151px;
  }
  .c5-sustainabilityIntro__img--02 {
    top: 494px;
    left: 33px;
  }
  .c5-sustainabilityIntro__img--03 {
    top: 640px;
    left: 51px;
    width: 24px;
  }
  .c5-sustainabilityIntro__img--04 {
    bottom: 72px;
    left: 81px;
  }
  .c5-sustainabilityIntro__img--05 {
    top: 440px;
    right: 114px;
  }
  .c5-sustainabilityIntro__img--06 {
    right: -30px;
    bottom: 65px;
  }
  .c5-sustainabilityNav__item {
    margin: 5px;
  }
  .c5-sustainabilityNav__link img:first-child {
    max-width: 80px;
  }
  .c5-sustainabilityItem {
    width: auto;
    /*height: 421px*/
  }
  .c5-sustainabilityItem__container {
    padding: 150px 0 0;
  }
  .c5-sustainabilityItem__overview {
    -ms-flex: none;
    flex: none;
    padding: 28px 31px;
    width: calc(100% - 500px);
    background: white;
    /*width: calc(100% - 486px);*/
    /*background: url(../img/top_item_bg.png) no-repeat 0/auto 100%;*/
  }
  .c5-sustainabilityItem__overview--desc {
    margin: 25px 0 0;
    width: 90%;
    font-size: 14px;
  }
  .c5-sustainabilityItem__overview--img {
    margin: auto 0 0;
  }
  .c5-sustainabilityItem__list {
    top: -34px;
    right: 30px;
  }
  .c5-sustainabilityItem__item:not(:first-child) {
    margin: 13px 0 0;
  }
  .c5-sustainabilityItem__link {
    padding: 15px;
    border-radius: 10px;
    background: #deddc7;
    box-shadow: 5px 5px 3px rgba(40, 17, 0, 0.1);
  }
  .c5-sustainabilityItem__link:hover {
    opacity: 1;
  }
  .c5-sustainabilityItem__img {
    -ms-flex: none;
    flex: none;
    margin: 1px;
  }
  .c5-sustainabilityItem__text {
    margin-left: 20px;
  }
  .c5-sustainabilityItem__text--head {
    font-size: 19px;
    font-weight: 700;
    line-height: 1.48;
    letter-spacing: 0.07em;
  }
  .c5-sustainabilityItem__text--desc {
    margin: 14px 0 0;
    font-size: 12px;
    line-height: 1.58;
    color: #1a1a1a;
  }
  .c5-sustainabilityTopicMv__mv {
    /*height: 253px*/
  }
  .c5-sustainabilityTopicMv__mv--3-9 {
    height: 441px;
  }
  .c5-sustainabilityTopicMv__mv--img {
    position: absolute;
    top: 0;
    right: 0;
    width: 55vw;
    height: 253px;
  }
  .c5-sustainabilityTopicMv__mv--text {
    padding: 20px 0 0 20px;
    width: calc(100% - 520px);
  }
  .c5-sustainabilityTopicMv__mv--ttl {
    font-size: 22px;
  }
  .c5-sustainabilityTopicMv__mv--subttl {
    font-size: 14px;
  }
  .c5-sustainabilityTopicMv__mv--desc {
    margin: 10px 0 0;
    font-size: 12px;
  }
  .c5-sustainabilityTopicMv__date {
    width: calc(100% - 20%);
    font-size: 13px;
    margin: 10px 0 0 0;
    text-align: inherit;
  }
}
@media screen and (max-width: 921px) {
  .c5-sustainabilityTopicMv__mv--3-9 {
    height: 472px;
  }
}
@media screen and (max-width: 820px) {
  .c5-sustainabilityTopicMv__mv--3-9 {
    height: 523px;
  }
}
@media screen and (max-width: 768px) {
  .c5-sustainabilityIntro__text {
    /*margin: 66px 20px 0;
		text-align: left*/
  }
  .c5-sustainabilityIntro__img {
    display: none;
  }
  .c5-sustainabilityNav__item {
    margin: 0 25px;
  }
  .c5-sustainabilityNav__link img:first-child {
    max-width: 50px;
  }
  .c5-sustainabilityNav__link img:last-child {
    max-width: 20px;
  }
  .c5-sustainabilityNav__text {
    margin: 20px 0;
  }
  .c5-sustainabilityNav__text.pc {
    display: block !important;
  }
  .c5-sustainabilityItem {
    width: auto;
    height: 421px;
  }
  .c5-sustainabilityItem__container {
    padding: 150px 0 0;
  }
  .c5-sustainabilityItem__overview {
    -ms-flex: none;
    flex: none;
    padding: 28px 31px;
  }
  .c5-sustainabilityItem__overview--head {
    width: 80%;
  }
  .c5-sustainabilityItem__overview--desc {
    margin: 25px 0 0;
    width: 90%;
    font-size: 14px;
  }
  .c5-sustainabilityItem__overview--img {
    margin: auto 0 0;
  }
  .c5-sustainabilityItem__list {
    top: -34px;
    right: 10px;
    width: 50%;
  }
  .c5-sustainabilityItem__link {
    padding: 15px;
    border-radius: 10px;
  }
  .c5-sustainabilityItem__img {
    margin: 0;
    width: 20%;
  }
  .c5-sustainabilityItem__text {
    margin-left: 10px;
  }
  .c5-sustainabilityItem__text--head {
    font-size: 16px;
  }
  .c5-sustainabilityItem__text--desc {
    margin: 12px 0 0;
  }
  .c5-sustainabilityTopicMv__mv {
    height: auto;
    background: #deddc7 url(../img/page_mv_bg.png) no-repeat top 11px left -44px / auto;
  }
  .c5-sustainabilityTopicMv__mv--img {
    position: relative;
    top: auto;
    right: auto;
    margin: 0 0 0 20px;
    width: auto;
    height: auto;
  }
  .c5-sustainabilityTopicMv__mv--text {
    padding: 15px 20px 0;
    width: auto;
  }
  .c5-sustainabilityTopicMv__mv--ttl {
    font-size: 32px;
  }
  .c5-sustainabilityTopicMv__mv--subttl {
    font-size: 16px;
  }
  .c5-sustainabilityTopicMv__mv--desc {
    margin: 5px 0 0;
    font-size: 17px;
  }
  .c5-sustainabilityTopicMv__date {
    width: 100%;
    font-size: 12px;
    margin: 10px 0 0 0;
    text-align: end;
  }
  .c5-sustainabilityTopicMv__mv--clip {
    position: relative;
    bottom: auto;
    margin: 12px 0 0;
    text-align: center;
    width: calc(100% - 520px);
  }
}
@media screen and (max-width: 639px) {
  .sp-flex {
    display: -ms-flexbox;
    display: flex;
  }
  .flex.sp-bet,
  .sp-flex.sp-bet {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .flex.aro,
  .flex.sp-aro,
  .sp-flex.aro,
  .sp-flex.sp-aro {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .flex.sp-vstart,
  .sp-flex.sp-vstart {
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .flex.sp-vend,
  .sp-flex.sp-vend {
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .flex.sp-vcenter,
  .sp-flex.sp-vcenter {
    -ms-flex-align: center;
    align-items: center;
  }
  .flex.sp-hstart,
  .sp-flex.sp-hstart {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .flex.sp-hcenter,
  .sp-flex.sp-hcenter {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .flex.sp-hend,
  .sp-flex.sp-hend {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .flex.sp-str,
  .sp-flex.sp-str {
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .flex.sp-vert,
  .sp-flex.sp-vert {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex.sp-break,
  .sp-flex.sp-break {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex > .sp-1,
  .sp-flex > .sp-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .flex > .sp-2,
  .sp-flex > .sp-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .flex > .sp-3,
  .sp-flex > .sp-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .sp-table-break td,
  .sp-table-break th,
  .sp-table-break tr {
    display: inline-block;
    width: 100%;
  }
  .sp-table-over {
    overflow-x: auto;
  }
  .sp-table-over th {
    white-space: nowrap;
  }
  .hoverToggle__on {
    display: none;
  }
  .pc {
    display: none !important;
  }
  .sp-hide {
    display: none;
  }
  .sp-ta-center {
    text-align: center;
  }
  .sp-ta-right {
    text-align: right;
  }
  .sp-ta-left {
    text-align: left;
  }
  .md-lay.sp-over {
    display: block;
  }
  .md-lay.sp-over .lay-bg img {
    margin-left: 50%;
    width: auto;
    max-width: none;
    transform: translate(-50%);
  }
  .md-lay.sp-through {
    display: inline-block;
    overflow: visible;
  }
  .md-lay.sp-through .lay-bg img {
    width: auto;
    max-width: none;
  }
  .sp-md-acc .acc-body {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition-duration: 0.5s;
    transform-origin: 0 0;
  }
  .sp-md-acc .acc-body .acc-body:not(.active) {
    transition-duration: 0s;
  }
  .sp-md-acc .acc-body:not(.active) .acc-on,
  .sp-md-acc .acc-check:not(:checked) ~ .acc-body .acc-on,
  .sp-md-acc .acc-check:not(:checked) ~ .acc-btn .acc-on {
    display: none;
  }
  .sp-md-acc .acc-body.active,
  .sp-md-acc .acc-check:checked ~ .acc-body,
  .sp-md-acc .acc-check:checked ~ .acc-btn {
    max-height: none;
    opacity: 1;
  }
  .sp-md-acc .acc-body.active .acc-off,
  .sp-md-acc .acc-check:checked ~ .acc-body .acc-off,
  .sp-md-acc .acc-check:checked ~ .acc-btn .acc-off {
    display: none;
  }
  .sp-wrap {
    padding-right: 30px;
    padding-left: 30px;
  }
  .headerPad {
    padding-top: 6rem;
  }
  .header {
    max-height: 100%;
    overflow: auto;
  }
  .header__frame {
    padding: 0 0 0 3.125%;
  }
  .headerLogo__img {
    max-width: 10rem;
  }
  .c5-sustainabilityIntro {
    margin-top: 0px;
    padding: 0 0 40px;
    background: #f2f5f5;
  }
  .c5-sustainabilityIntro__head {
    /*padding: 35px 40px 55px;*/
    /*height: auto;
		background: url(../img/top_intro_bg_sp.png) no-repeat bottom/cover*/
    font-size: 4.75vw;
    margin-bottom: 2vw;
  }
  .c5-sustainabilityIntro__headsub {
    font-size: 17px;
    margin: 30px 0 20px;
  }
  .c5-sustainabilityIntro__mv {
    text-align: center;
  }
  .c5-sustainabilityIntro__head img {
    max-width: 100%;
  }
  .c5-sustainabilityIntro__text {
    margin: 0 30px 0;
    font-size: 15px;
    line-height: 2.2;
    text-align: left;
  }
  .c5-sustainabilityIntro__img {
    display: inline;
  }
  .c5-sustainabilityIntro__img img {
    width: auto;
  }
  .c5-sustainabilityIntro__img--01 {
    top: 160px;
    left: 23px;
    width: 16px;
  }
  .c5-sustainabilityIntro__img--02 {
    top: 237px;
    left: 43px;
    width: 103px;
  }
  .c5-sustainabilityIntro__img--03 {
    display: none;
    top: 640px;
    left: 51px;
    width: 24px;
  }
  .c5-sustainabilityIntro__img--04 {
    bottom: 24px;
    left: -25px;
    width: 96px;
  }
  .c5-sustainabilityIntro__img--05 {
    top: 232px;
    right: 86px;
    width: 21px;
  }
  .c5-sustainabilityIntro__img--06 {
    right: -18px;
    bottom: 6px;
    width: 154px;
  }
  .c5-sustainabilityContents {
    padding: 130px 0 83px;
    background-image: url(../img/top_contents_bg_deco_sp.png), url(../img/top_contents_bg_sp.png), linear-gradient(180deg, transparent 50%, #e7e7e2 0, #e7e7e2);
    background-position:
      top 190px center,
      top,
      top;
    background-size: 100%, 100%, auto;
  }
  .c5-sustainabilityNav {
    margin: 10px 0 0;
  }
  .c5-sustainabilityNav__item {
    margin: 30px 0 0;
  }
  .c5-sustainabilityNav__link img:first-child {
    max-width: 41px;
  }
  .c5-sustainabilityNav__link img:last-child {
    margin: 0 0 0 auto;
    max-width: 16px;
  }
  .c5-sustainabilityNav__text {
    margin: 0 24px;
    height: 50px;
  }
  .c5-sustainabilityNav__text.pc {
    display: none !important;
  }
  .c5-sustainabilityItem {
    border-radius: 20px;
    width: auto;
    height: auto;
  }
  .c5-sustainabilityItem__container {
    padding: 60px 0 0;
  }
  .c5-sustainabilityItem__container:nth-child(2n) .c5-sustainabilityItem {
    margin-left: 0;
  }
  .c5-sustainabilityItem--01 {
    background: url(../img/top_item_01_01_bg_sp.png) no-repeat 50% / cover;
  }
  .c5-sustainabilityItem--01 .c5-sustainabilityItem__overview--img {
    margin-bottom: 20px;
  }
  .c5-sustainabilityItem--02 {
    background: url(../img/top_item_02_01_bg_sp.png) no-repeat 50% / cover;
  }
  .c5-sustainabilityItem--03 {
    background: url(../img/top_item_03_01_bg_sp.png) no-repeat 50% / cover;
  }
  .c5-sustainabilityItem__overview {
    padding: 30px 20px;
    border-radius: 20px 20px 0 0;
    width: auto;
    height: calc(115.6vw - 34.68px);
    overflow: hidden;
    background: url(../img/top_item_bg_sp.png) no-repeat 50% / cover;
  }
  .c5-sustainabilityItem__overview--head {
    width: auto;
    text-align: center;
  }
  .c5-sustainabilityItem__overview--desc {
    margin: 32px 0 0;
    width: auto;
    font-size: 14px;
    line-height: 1.85;
  }
  .c5-sustainabilityItem__overview--img {
    margin: auto 0 0 -40px;
    max-width: 80%;
  }
  .c5-sustainabilityItem__list {
    position: relative;
    top: -16px;
    right: auto;
    width: 100%;
  }
  .c5-sustainabilityItem__item {
    margin: 0 -15px;
    /*height: 120px;*/
    height: auto;
    opacity: 1;
  }
  .c5-sustainabilityItem__item:not(:first-child) {
    margin: 10px -15px 0;
  }
  .c5-sustainabilityItem__link {
    padding: 13px 15px;
    border-radius: 6px;
    background: #deddc7;
    box-shadow: 3.5px 3.5px 2.1px rgba(40, 17, 0, 0.1);
    opacity: 1;
  }
  .c5-sustainabilityItem__img {
    margin: 0;
    width: 85px;
  }
  .c5-sustainabilityItem__text {
    margin-left: 15px;
  }
  .c5-sustainabilityItem__text--head {
    font-size: 14px;
    line-height: 1.57;
  }
  .c5-sustainabilityItem__text--desc {
    margin: 5px 0 0;
    font-size: 10px;
    line-height: 1.5;
  }
  .c5-sustainabilityTopic {
    margin-top: 0px;
    padding: 0 0 75px;
  }
  .c5-sustainabilityTopicMv__head img {
    max-width: 264px;
  }
  .c5-sustainabilityTopicMv__mv {
    height: auto;
    background: #deddc7 url(../img/page_mv_bg.png) no-repeat top 11px left -44px / auto;
  }
  .c5-sustainabilityTopicMv__mv--img {
    position: relative;
    top: auto;
    right: auto;
    margin: 0 0 0 20px;
    height: auto;
  }
  .c5-sustainabilityTopicMv__mv--text {
    padding: 15px 0 0;
  }
  .c5-sustainabilityTopicMv__mv--ttl {
    font-size: 22px;
    line-height: 1.5;
  }
  .c5-sustainabilityTopicMv__mv--desc {
    margin: 5px 0 0;
    font-size: 12px;
    line-height: 1.75;
  }
  .c5-sustainabilityTopicMv__date {
    width: 100%;
    font-size: 12px;
    margin: 10px 0 0 0;
    text-align: end;
  }
  .c5-sustainabilityTopicMv__mv--clip {
    position: relative;
    bottom: auto;
    margin: 12px 0 0;
  }
  .c5-sustainabilityTopicSec {
    padding: 59px 0 94px;
  }
  .c5-sustainabilityTopicSec:nth-child(odd):not(:last-child) {
    background: #e7e7e2 url(../img/page_sec_bg_odd_sp.png) no-repeat top 16px center/cover;
  }
  .c5-sustainabilityTopicSec:nth-child(2n) {
    background: #fff url(../img/page_sec_bg_even_sp.png) no-repeat top 16px center/cover;
  }
  .c5-sustainabilityTopicSec:nth-child(2n) .c5-sustainabilityTopicSec__wrap {
    margin: 0;
  }
  .c5-sustainabilityTopicSec:nth-child(2n) .c5-sustainabilityTopicSec__img {
    padding: 0;
  }
  .c5-sustainabilityTopicSec--intro,
  .c5-sustainabilityTopicSec--outro {
    padding: 35px 0 50px;
  }
  .c5-sustainabilityTopicSec__head {
    font-size: 18px;
    line-height: 1.6;
  }
  .c5-sustainabilityTopicSec__text {
    margin: 20px 0 0;
    font-size: 14px;
  }
  .c5-sustainabilityTopicSec__container .c5-sustainabilityTopicSec__wrap {
    width: 100%;
  }
  .c5-sustainabilityTopicSec__wrap {
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }
  .c5-sustainabilityTopicSec__img {
    -ms-flex-order: 2;
    order: 2;
    margin: 20px 0 0;
    padding: 0;
    max-width: 100%;
  }
  .c5-sustainabilityTopicLink {
    padding: 37px 0;
  }
  .c5-sustainabilityTopicLink__list {
    margin: 32px auto 0;
    max-width: 100%;
  }
  .c5-sustainabilityTopicLink__item {
    margin: 0 0 10px;
  }
  .c5-sustainabilityTopicLink__link {
    padding: 5px;
  }
  .c5-sustainabilityTopicNav {
    padding: 45px 0 0;
    background: url(../img/page_nav_bg.png) no-repeat top/100% auto;
  }
  .c5-sustainabilityTopicNav__head--num {
    max-width: 77px;
  }
  .c5-sustainabilityTopicNav__head--text {
    margin: 17px 0 0;
    max-width: 178px;
  }
  .c5-sustainabilityTopicNav__list {
    margin: 37px 0 0;
  }
  .c5-sustainabilityTopicNav__item {
    margin: 10px 0 0;
    width: 100%;
    height: 118px;
  }
  .c5-sustainabilityTopicNav__item--nolink .c5-sustainabilityTopicNav__link {
    font-size: 16px;
  }
  .c5-sustainabilityTopicNav__link {
    padding: 0;
    border-radius: 6px;
  }
  .c5-sustainabilityTopicNav__text--head {
    font-size: 14px;
    line-height: 1.48;
    letter-spacing: 0.07em;
  }
  .c5-sustainabilityTopicNav__text--desc {
    margin: 5px 0 0;
    font-size: 10px;
    line-height: 1.5;
  }
  .c5-sustainabilityTopicNav__other {
    margin: 40px 0 0;
  }
  .c5-sustainabilityTopicNav__other .c5-sustainabilityTopicNav__head--num {
    /*max-width: 57px*/
  }
  .c5-sustainabilityTopicNav__other .c5-sustainabilityTopicNav__head--text {
    margin: 13px 0 0;
    /*max-width: 123px*/
  }
  .c5-sustainabilityTopicNav__other--topic {
    margin: 30px 0 0;
    width: 100%;
  }
  .c5-sustainabilityTopicNav__other--list {
    margin: 34px 0 0;
  }
  .c5-sustainabilityTopicNav__other--item {
    margin: 14px 0 0;
  }
  .c5-sustainabilityTopicNav__other--link {
    font-size: 13px;
  }
  .c5-sustainabilityTopicBack {
    padding: 50px 30px 0 30px;
  }
  .c5-sustainabilityTopicBack__link {
    font-size: 13px;
  }
}
/*2022.12.05Tomita_added*/
.c5-sustainabilityItem__listTopic {
  display: block;
}
.c5-sustainabilityItem__listTopic li {
  width: 486px;
  height: 85px;
  margin: 0 auto;
}
.c5-sustainabilityItem__listTopic img {
  width: 100px;
}
.c5-sustainabilityItem__listTopic li:not(:first-child) {
  margin: 40px auto 0 auto;
}
.c5-sustainabilityTopicNav__other .c5-sustainabilityItem__listTopic li {
  display: block;
  margin: 40px 0 2.8vw 0 !important;
  width: 100%;
}
@media screen and (max-width: 639px) {
  .c5-sustainabilityItem__listTopic {
    gap: 0;
  }
  .c5-sustainabilityItem__listTopic li {
    width: calc(100% - 60px);
    margin: 0 30px;
  }
  .c5-sustainabilityItem__listTopic li:last-of-type {
    padding-bottom: 20px;
  }
  .c5-sustainabilityTopicNav__other .c5-sustainabilityItem__listTopic li:first-child {
    margin-top: 20px !important;
  }
}
.topicHead {
  text-align: center;
  margin-bottom: 20px;
}
.topicHead span {
  display: block;
}
/*△2022.12.05Tomita_added△*/
.c5-sustainabilityItem__more {
  max-width: 1061px;
}
.c5-to_right {
  margin-right: 0;
  margin-left: auto;
}
.c5-sustainabilityItem__more a {
  /*box-shadow: 0 0 0 1px #000 inset;*/
  color: rgba(255, 255, 255, 1);
  font-size: clamp(14px, 2vw, 16px);
  border-radius: 8px;
  text-align: center;
  margin: 50px 0 0 auto;
  display: block;
  width: 244px;
  height: 100%;
  padding: 15px 20px;
  cursor: pointer;
  transition: all 0.5s ease;
}

.c5-sustainabilityItem__more a:hover {
  opacity: 0.7;
  background: rgba(255, 255, 255, 1);
  transition: all 0.5s ease;
}
.c5-button_green {
  background: rgba(54, 108, 72, 1);
}
.c5-button_green:hover {
  color: rgba(54, 108, 72, 1);
  box-shadow: 0 0 0 1px rgba(54, 108, 72, 1) inset;
}
.c5-button_blue {
  background: rgba(46, 108, 128, 1);
}
.c5-button_blue:hover {
  color: rgba(46, 108, 128, 1);
  box-shadow: 0 0 0 1px rgba(46, 108, 128, 1) inset;
}
.c5-button_pink {
  background: rgba(174, 83, 95, 1);
}
.c5-button_pink:hover {
  color: rgba(174, 83, 95, 1);
  box-shadow: 0 0 0 1px rgba(174, 83, 95, 1) inset;
}
@media screen and (max-width: 639px) {
  .c5-sustainabilityItem__more {
    width: 80%;
    margin: 20px auto 0 auto;
    /*bottom: -50px;*/
  }
  .c5-sustainabilityItem__more a {
    padding: 14px 10px;
    margin: 20px 0 0 0;
  }
}
.c5-accessibility ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
}
.c5-accessibility ul li {
  width: calc(25% - 20px);
}
.c5-accessibility ul li:hover {
  opacity: 0.7;
  transition: all 0.5s ease;
}
.c5-icon_box {
  width: 100%;
  background: rgba(255, 252, 252, 1);
  box-shadow: 0 0 0 1px #000 inset;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c5-icon_box img {
  text-align: center;
  width: 90px;
  display: block;
}
.c5-accessibility ul li:nth-of-type(2) .c5-icon_box img {
  width: 120px;
}
.c5-accessibility ul li:nth-of-type(4) .c5-icon_box img {
  width: 120px;
}
.c5-accessibility ul li span {
  text-align: center;
  display: block;
  padding: 15px 0;
}
.c5-accessibility ul li span::before {
  position: relative;
  display: inline-block;
  content: "\03e";
}
.c5-accessibility ul li a {
  height: 100%;
  display: block;
}
.c5-mt__heading {
  margin-top: 160px;
}
@media screen and (max-width: 639px) {
  .c5-accessibility ul {
    display: block;
    gap: 0;
  }
  .c5-accessibility ul li {
    width: calc(100%);
  }
  .c5-mt__heading {
    margin-top: 80px;
  }
}
/*△2023.09.06_added△*/
@media screen and (orientation: landscape) {
  .md-overlay--ripple {
    width: 300vw;
    height: 300vw;
  }
}
/*# sourceMappingURL=common.css.map */

.c5-SMOJmessage img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
@media screen and (max-width: 639px) {
  .c5-SMOJmessage img {
    height: auto;
  }
}

/* 2026.03 added*/
.c5-borderdImg {
  border: solid 1px #ccc;
}

/* アンケート */
.c5-mssSurvey__bg {
  background-color: #e7e7e2;
}
.c5-mssSurvey__wrapper {
  max-width: 1200px;
  padding: 0.1px 30px;
  margin-inline: auto;
}

.c5-mssSurvey {
  margin: 18.6666666667vw auto 10.6666666667vw;
}
@media (min-width: 768px) {
  .c5-mssSurvey {
    margin: 90px auto 40px;
  }
}

.c5-mssSurvey__header,
.c5-mssSurvey__heading {
  font-size: 4vw;
  font-weight: bold;
}
@media (min-width: 768px) {
  .c5-mssSurvey__header,
  .c5-mssSurvey__heading {
    font-size: 16px;
  }
}
.c5-mssSurvey__header,
.c5-mssSurvey__heading {
  line-height: 1.6;
  letter-spacing: -0.025em;
}

.c5-mssSurvey__header {
  margin-bottom: 1em;
}

.c5-mssSurvey__inner {
  text-align: center;
  background-image: url("/feature/mysony/story/assets/images/survey-back-top.svg"), url("/feature/mysony/story/assets/images/survey-back-bottom.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position:
    top center,
    bottom center;
  background-color: #fff;
  padding: 13.3333333333vw 5.3333333333vw;
  margin: -20px;
}
@media (min-width: 768px) {
  .c5-mssSurvey__inner {
    padding: 4.1666666667vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  .c5-mssSurvey__inner {
    padding: 50px;
  }
}

@media screen and (min-width: 980px) {
  .c5-mssSurvey__twoUp {
    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;
  }
}

@media screen and (max-width: 767px) {
  .c5-mssSurvey__twoUpItem + .c5-mssSurvey__twoUpItem {
    border-top: solid 1px #cdb182;
    padding-top: 9.3333333333vw;
    margin-top: 9.3333333333vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .c5-mssSurvey__twoUpItem + .c5-mssSurvey__twoUpItem {
    border-top: solid 1px #cdb182;
    padding-top: 4.6666666667vw;
    margin-top: 4.6666666667vw;
  }
}
@media screen and (min-width: 980px) {
  .c5-mssSurvey__twoUpItem + .c5-mssSurvey__twoUpItem {
    border-left: solid 1px #cdb182;
    padding-left: 4.75vw;
    margin-left: 4.75vw;
  }
}

.c5-mssSurvey__notes {
  font-size: 2.4vw;
}
@media (min-width: 768px) {
  .c5-mssSurvey__notes {
    font-size: 10px;
  }
}
.c5-mssSurvey__notes {
  margin: 1em auto;
}
.c5-mssSurvey__notes > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.c5-mssSurvey__notes > ul > li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: left;
  gap: 0.3em;
}
.c5-mssSurvey__notes > ul > li > *:first-child {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  white-space: nowrap;
}

.c5-mssSurvey__buttons > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.3333333333vw;
}
@media (min-width: 768px) {
  .c5-mssSurvey__buttons > ul {
    gap: 0.8333333333vw;
  }
}

.c5-mssSurvey__button {
  background: none;
  border: 0;
  cursor: pointer;
  outline: none;
  padding: 0;
  font: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1.6;
  display: inline-block;
  padding: 0.5em 1em 0.4em;
  border-radius: 100em;
  background-color: #000;
  color: #fff;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.c5-mssSurvey__button:hover,
.c5-mssSurvey__button:focus {
  background-color: #cdb182;
  text-decoration: none;
}
.c5-mssSurvey__button.-isCustomQuestionnaire {
  color: #fff;
  min-width: 14em;
  position: relative;
}
@media screen and (min-width: 980px) and (max-width: 1199px) {
  .c5-mssSurvey__button.-isCustomQuestionnaire {
    min-width: 23.9166666667vw;
  }
}
@media screen and (min-width: 1200px) {
  .c5-mssSurvey__button.-isCustomQuestionnaire {
    min-width: 287px;
  }
}
.c5-mssSurvey__button.-isCustomQuestionnaire::after {
  content: "";
  display: inline-block;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 22 22"><circle fill="%23fff" cx="11" cy="11" r="11" /><polygon fill="%23000" points="10 15.5 8.6 14.1 11.9 10.8 8.6 7.5 10 6.1 14.8 10.8 10 15.5" /></svg>');
  background-repeat: no-repeat;
  background-size: 100%;
  width: 1.38em;
  height: 1.38em;
  margin-right: 0.4em;
  margin-left: 0.4em;
  position: absolute;
  top: 50%;
  right: 0.4em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c5-mssSurvey__button.-isCustomQuestionnaire:hover::after,
.c5-mssSurvey__button.-isCustomQuestionnaire:focus::after {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 22 22"><circle fill="%23fff" cx="11" cy="11" r="11" /><polygon fill="%23CDB182" points="10 15.5 8.6 14.1 11.9 10.8 8.6 7.5 10 6.1 14.8 10.8 10 15.5" /></svg>');
}

[data-mss-survey-button-reaction][disabled] {
  pointer-events: none;
  background-color: #636363;
}
