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

strong {
  font-weight: 700;
}

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

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 screen and (width < 768px) {
  html::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }
  html {
    min-height: 100vh;
    font-size: 25.641025641vw;
  }
}
@media print, screen and (width >= 768px) {
  html {
    overflow: auto scroll;
    font-size: 625%;
  }
}

body {
  color: #222;
  font-family: "メイリオ", meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ", "Hiragino Sans", "游ゴシック", yugothic, "Yu Gothic", sans-serif;
  font-weight: 400;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
@media print, screen and (width >= 768px) {
  body {
    background: #d4ecff;
    font-size: 0.16rem;
    line-height: 1.625;
  }
}
@media screen and (width < 768px) {
  body {
    font-size: 0.15rem;
    line-height: 1.6;
  }
}

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

@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;
  }
}
.l-container {
  overflow: hidden;
}
@media print, screen and (width >= 768px) {
  .l-container__content {
    position: relative;
    width: calc(100% - 30px);
    max-width: 1280px;
    min-height: 100vh;
    margin: 0 auto;
    background: #fff;
  }
  .l-container__content::before, .l-container__content::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px;
  }
  .l-container__content::before {
    left: 100%;
    background: url("../img/common/gradient_bg_01.png") repeat-y 0 0/100% auto;
  }
  .l-container__content::after {
    right: 100%;
    background: url("../img/common/gradient_bg_02.png") repeat-y 0 0/100% auto;
  }
}

@media print, screen and (width >= 768px) {
  .l-wrapper {
    width: calc(100% - 40px);
    max-width: 836px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (width < 768px) {
  .l-wrapper {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
  }
}

.l-footer {
  background: #d9d9d9;
}
.l-footer .l-wrapper {
  position: relative;
}
.l-footer__logo {
  display: block;
}
.l-footer__contact {
  position: relative;
  font-size: 0.15rem;
  letter-spacing: 0.025em;
  line-height: 1.5333333333;
}
.l-footer__copyright {
  display: block;
  background: #2e2e2e;
  color: #fff;
  font-size: 0.13rem;
  letter-spacing: 0.025em;
  line-height: 1.5;
  text-align: center;
}
.l-footer__button-top {
  position: absolute;
  cursor: pointer;
}
.l-footer__button-top::before, .l-footer__button-top::after {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.l-footer__button-top::before {
  content: "";
  display: block;
  width: 100%;
  background: url("../img/common/btn_top.png") no-repeat center center/100% auto;
}
.l-footer__button-top::after {
  content: "TOPへ戻る";
  display: block;
  color: #000;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
}
@media (hover: hover) {
  .l-footer__button-top:hover::before, .l-footer__button-top:hover::after {
    opacity: 0.7;
  }
}

@media print, screen and (width >= 768px) {
  .l-footer .l-wrapper {
    max-width: 1070px;
  }
  .l-footer__top {
    padding: 54px 0;
  }
  .l-footer__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .l-footer__logo {
    width: 308px;
    margin-right: 38px;
  }
  .l-footer__contact {
    top: -2px;
  }
  .l-footer__copyright {
    padding: 18px 20px;
  }
  .l-footer__button-top {
    top: -38px;
    right: 12px;
    width: 90px;
  }
  .l-footer__button-top::before {
    height: 120px;
    margin-bottom: 4px;
  }
  .l-footer__button-top::after {
    padding-left: 2px;
    font-size: 0.1456rem;
  }
}
@media (768px <= width < 980px) {
  .l-footer__group {
    display: block;
  }
  .l-footer__logo {
    margin-bottom: 25px;
  }
  .l-footer__button-top {
    top: 14px;
  }
}
@media screen and (width < 768px) {
  .l-footer__top {
    padding: 0.26rem 0;
    border-top: 1px solid #ccc;
  }
  .l-footer__logo {
    width: 2.66rem;
    margin: 0 0 0.23rem 0.02rem;
  }
  .l-footer__contact {
    padding-left: 0.14rem;
  }
  .is-firefox .l-footer__contact {
    margin-right: -0.1rem;
  }
  .l-footer__copyright {
    padding: 0.18rem 0.2rem;
  }
  .l-footer__button-top {
    top: -0.42rem;
    right: 0.18rem;
    width: 0.63rem;
  }
  .l-footer__button-top::before {
    height: 0.85rem;
    margin-bottom: 0.02rem;
  }
  .l-footer__button-top::after {
    font-size: 0.10192rem;
  }
}
.l-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
}
.l-header__logo {
  position: relative;
}
.l-header__text {
  margin-bottom: 0;
}

@media print, screen and (width >= 768px) {
  .l-header {
    padding-top: 53px;
  }
  .l-header .l-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 850px;
  }
  .l-header__logo {
    width: 356px;
    margin-right: 26px;
    margin-left: -12px;
  }
  .l-header__text {
    width: 468px;
  }
}
@media screen and (width < 768px) {
  .l-header {
    padding: 0.05rem 0.2rem;
  }
  .l-header .l-wrapper {
    width: 3.12rem;
    margin: 0 auto;
    padding: 0;
  }
}
.wow {
  visibility: hidden;
}

@media print {
  .wow {
    visibility: visible !important;
  }
}
.animated {
  transition: opacity 1.2s cubic-bezier(0.23, 1, 0.32, 1), transform 1.2s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1.2s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fade-in-right {
  from {
    -webkit-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fade-in-right {
  from {
    -webkit-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.fade-in-right {
  -webkit-animation-name: fade-in-right;
  animation-name: fade-in-right;
}

@-webkit-keyframes x-motion {
  0% {
    -webkit-transform: translateX(-50vw);
    transform: translateX(-50vw);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes x-motion {
  0% {
    -webkit-transform: translateX(-50vw);
    transform: translateX(-50vw);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes y-motion {
  0%, 100% {
    top: 100%;
  }
  50% {
    top: 0%;
  }
}
@keyframes y-motion {
  0%, 100% {
    top: 100%;
  }
  50% {
    top: 0%;
  }
}
.fade-motion {
  -webkit-animation-name: x-motion;
  animation-name: x-motion;
}

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

.c-button-skip:focus {
  display: block;
  z-index: 100;
  top: 5px;
  left: 5px;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  clip: auto;
  background-color: #eee;
  color: #ccc;
  font-size: 1em;
  line-height: normal;
  text-decoration: none;
  clip-path: none;
}

.c-heading--primary {
  font-weight: 700;
  text-align: center;
}
.c-heading--primary .c-heading__text {
  display: inline-block;
  position: relative;
}
.c-heading--primary .c-heading__text::before, .c-heading--primary .c-heading__text::after {
  content: "";
  position: absolute;
  border-left: 5px solid #0b4bac;
}
.c-heading--primary .c-heading__text::before {
  -webkit-transform: rotate(-38.5deg);
  -ms-transform: rotate(-38.5deg);
  transform: rotate(-38.5deg);
}
.c-heading--primary .c-heading__text::after {
  right: 0;
  -webkit-transform: rotate(38.5deg);
  -ms-transform: rotate(38.5deg);
  transform: rotate(38.5deg);
}
.c-heading--primary.c-heading--green .c-heading__text::before, .c-heading--primary.c-heading--green .c-heading__text::after {
  border-left-color: #008a7d;
}
.c-heading--primary.c-heading--purple .c-heading__text::before, .c-heading--primary.c-heading--purple .c-heading__text::after {
  border-left-color: #4f43c1;
}
.c-heading--secondary {
  background: #008a7d;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.045em;
  line-height: 1.4;
  text-align: center;
}
.c-heading--secondary.c-heading--purple {
  background: #4f43c1;
}

@media print, screen and (width >= 768px) {
  .c-heading--primary {
    font-size: 0.26rem;
    letter-spacing: 0.045em;
  }
  .c-heading--primary .c-heading__text {
    padding: 0 31px 0 32px;
  }
  .c-heading--primary .c-heading__text::before, .c-heading--primary .c-heading__text::after {
    top: -2px;
    bottom: 1px;
  }
  .c-heading--primary .c-heading__text::before {
    left: -1px;
  }
  .c-heading--secondary {
    padding: 8px 20px 4px;
    border: 2px solid #fff;
    border-radius: 40px;
    font-size: 0.26rem;
  }
  .is-firefox .c-heading--secondary {
    padding-top: 7px;
  }
  .is-mac .c-heading--secondary {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
@media screen and (width < 768px) {
  .c-heading--primary {
    font-size: 0.19rem;
  }
  .c-heading--primary .c-heading__text {
    padding: 0 0.18rem 0 0.19rem;
  }
  .c-heading--primary .c-heading__text::before, .c-heading--primary .c-heading__text::after {
    top: 0;
    bottom: 1px;
    border-left-width: 4px;
  }
  .c-heading--primary .c-heading__text::before {
    left: -0.04rem;
  }
  .c-heading--primary .c-heading__text::after {
    right: -0.06rem;
  }
  .c-heading--secondary {
    padding: 0.11rem 0.2rem;
    border-radius: 0.4rem;
    font-size: 0.189rem;
  }
  .is-chrome .c-heading--secondary, .is-firefox .c-heading--secondary {
    padding-top: 0.13rem;
  }
}
.c-link {
  color: #0000f5;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.03rem;
}

.c-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.c-list--disc {
  font-size: 0.1344rem;
  letter-spacing: 0.02em;
  line-height: 1.4880952381;
}
.c-list--disc > li::before {
  content: "・";
  display: inline;
}
.c-list--primary .c-list__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-list--primary .c-list__data-head {
  position: relative;
  font-weight: 700;
}
.c-list--primary .c-list__data-head::after {
  content: "：";
  position: absolute;
  top: 0;
  font-weight: 400;
}
.c-list--primary .c-list__data-info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.c-list--primary .c-list__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #0a4baa;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
}
.c-list--primary .c-list__tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

@media print, screen and (width >= 768px) {
  .c-list--primary .c-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 39px;
  }
  .c-list--primary .c-list__item:last-child {
    margin-bottom: 0;
  }
  .c-list--primary .c-list__image {
    width: 218px;
    margin-right: 20px;
    margin-left: 49px;
    -webkit-box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.35);
    box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.35);
  }
  .c-list--primary .c-list__info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 569px;
  }
  .c-list--primary .c-list__data {
    font-size: 0.18rem;
    letter-spacing: 0.025em;
    line-height: 1.8888888889;
  }
  .c-list--primary .c-list__data-head {
    width: 48px;
  }
  .c-list--primary .c-list__data-head::after {
    right: -4px;
  }
  .c-list--primary .c-list__title {
    margin-bottom: 32px;
    padding: 6px 28px 2px;
    border: 2px solid #fff;
    border-radius: 30px;
    font-size: 0.24rem;
    letter-spacing: 0.025em;
  }
  .is-mac .c-list--primary .c-list__title {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .is-mac.is-chrome .c-list--primary .c-list__title {
    padding-top: 5px;
  }
  .c-list--primary .c-list__tag {
    min-width: 61px;
    min-height: 25px;
    margin-top: -5px;
    padding: 3px 5px 1px;
    border-radius: 20px;
    color: #000073;
    font-size: 0.16rem;
    letter-spacing: 0.025em;
  }
  .is-mac .c-list--primary .c-list__tag {
    margin-top: -1px;
  }
  .c-list--primary .c-list__text {
    min-width: 221px;
    margin-right: 15px;
  }
  .c-list--primary .c-list__content {
    padding-left: 31px;
  }
}
@media (768px <= width < 980px) {
  .c-list--primary .c-list__image {
    margin: 0 auto;
  }
  .c-list--primary .c-list__info {
    max-width: none;
    margin-bottom: 30px;
  }
  .c-list--primary .c-list__content {
    padding-left: 10px;
  }
  .c-list--primary {
    margin: 0 auto;
    max-width: 600px;
  }
  .c-list--primary .c-list__item {
    display: block;
  }
}
@media screen and (width < 768px) {
  .c-list--primary .c-list__info,
  .c-list--primary .c-list__image {
    position: relative;
    z-index: 1;
  }
  .c-list--primary .c-list__image {
    width: 2.18rem;
    margin: 0.34rem auto 0;
    -webkit-box-shadow: 0 -0.02rem 0.04rem rgba(0, 0, 0, 0.35);
    box-shadow: 0 -0.02rem 0.04rem rgba(0, 0, 0, 0.35);
  }
  .c-list--primary .c-list__item {
    position: relative;
    margin-bottom: 0.57rem;
  }
  .c-list--primary .c-list__item::after {
    content: "";
    position: absolute;
    pointer-events: none;
  }
  .c-list--primary .c-list__item:last-child {
    margin-bottom: 0;
  }
  .c-list--primary .c-list__item--one::after {
    right: -0.25rem;
    bottom: 0.85rem;
    width: 1.12rem;
    height: 2.08rem;
    background: url("../img/top/sp/decor_03.png") no-repeat 0 0/100% auto;
  }
  .c-list--primary .c-list__item--two::after {
    bottom: 0.28rem;
    left: -0.2rem;
    width: 1.18rem;
    height: 2.3rem;
    background: url("../img/top/sp/decor_04.png") no-repeat 0 0/auto 100%;
  }
  .c-list--primary .c-list__data {
    font-size: 0.15rem;
    line-height: 1.4933333333;
  }
  .c-list--primary .c-list__data-head {
    width: 0.45rem;
    padding-right: 0.11rem;
  }
  .c-list--primary .c-list__data-head::after {
    right: 0;
  }
  .c-list--primary .c-list__title {
    margin-bottom: 0.18rem;
    padding: 0.1rem 0.28rem;
    border-radius: 0.3rem;
    font-size: 0.189rem;
    letter-spacing: 0.045em;
  }
  .is-chrome .c-list--primary .c-list__title, .is-firefox .c-list--primary .c-list__title {
    padding-top: 0.12rem;
  }
  .c-list--primary .c-list__tag {
    min-width: 0.55rem;
    min-height: 0.28rem;
    margin-top: -0.02rem;
    padding: 0.02rem 0.05rem;
    border-radius: 0.2rem;
    color: #0b4bac;
    font-size: 0.119rem;
    letter-spacing: 0.025em;
  }
  .is-chrome .c-list--primary .c-list__tag, .is-firefox .c-list--primary .c-list__tag {
    padding-top: 0.04rem;
  }
  .c-list--primary .c-list__text {
    margin-right: 0.1rem;
  }
  .c-list--primary .c-list__content {
    padding-left: 0.03rem;
  }
  .is-firefox .c-list--primary .c-list__content {
    margin-right: -0.1rem;
  }
}
.c-text {
  letter-spacing: 0.045em;
}
.c-text p:last-child {
  margin-bottom: 0;
}

@media print, screen and (width >= 768px) {
  .c-text {
    font-size: 0.17rem;
    line-height: 1.7647058824;
  }
}
@media screen and (width < 768px) {
  .c-text {
    font-size: 0.15rem;
    line-height: 1.6;
  }
}
.u-hover-trans {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  text-decoration: none;
  cursor: pointer;
}
.u-hover-trans:hover {
  opacity: 0.7;
}

.u-image {
  display: block;
  width: 100%;
}

.u-object {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (width < 768px) {
  .u-pc {
    /* stylelint-disable-next-line declaration-no-important */
    display: none !important;
  }
}
@media print, screen and (width >= 768px) {
  .u-sp {
    /* stylelint-disable-next-line declaration-no-important */
    display: none !important;
  }
}
.p-section-about {
  position: relative;
  overflow: hidden;
  background: #6bc8f3;
}
.p-section-about::before, .p-section-about::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  pointer-events: none;
}
.p-section-about::before {
  z-index: 1;
  top: 0;
}
.p-section-about::after {
  bottom: 0;
  background: #fff;
}
.p-section-about .l-wrapper {
  position: relative;
  z-index: 2;
  max-width: 1000px;
}
.p-section-about__right {
  border: 3px solid #2669b8;
  border-radius: 0.06rem;
  background: rgba(255, 255, 255, 0.5);
}
.p-section-about__title {
  color: #000073;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.5;
}
.p-section-about__title small {
  letter-spacing: 0.025em;
}
.p-section-about__tag {
  border-radius: 1px;
  background: #226abc;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.015em;
  line-height: 1.2;
}
.p-section-about__description {
  margin-bottom: 0;
}
.p-section-about__attention {
  color: #1a86b5;
}
.p-section-about__text {
  font-size: 0.13rem;
  letter-spacing: 0.1em;
}
.p-section-about__text-attention {
  display: inline-block;
  margin-left: 0.06rem;
  color: #000073;
  font-size: 0.14rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
.p-section-about__text-large {
  font-size: 0.196rem;
  letter-spacing: 0.1em;
  line-height: 1;
}

@media print, screen and (width >= 768px) {
  .p-section-about {
    margin-bottom: -90px;
    padding: 232px 0 128px;
  }
  .p-section-about::before {
    height: 668px;
    background: url("../img/top/about_bg.png") no-repeat center 0/1280px auto;
  }
  .p-section-about::after {
    top: 550px;
  }
  .p-section-about .l-wrapper {
    max-width: 1000px;
  }
  .p-section-about__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .p-section-about__left {
    width: 344px;
    margin: -36px 5px 0 0;
  }
  .p-section-about__right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 558px;
    margin-right: 25px;
    margin-left: 60px;
    padding: 21px 23px 26px;
  }
  .p-section-about__title {
    margin-bottom: 10px;
    margin-left: 3px;
    font-size: 0.28rem;
    line-height: 1.5;
  }
  .p-section-about__title small {
    font-size: 0.19rem;
  }
  .p-section-about__tag {
    margin-bottom: 11px;
    padding: 6px 15px 3px;
    font-size: 0.17rem;
  }
  .is-firefox .p-section-about__tag, .is-mac .p-section-about__tag {
    padding-top: 5px;
    padding-bottom: 4px;
  }
  .is-mac.is-chrome .p-section-about__tag {
    padding-top: 4px;
  }
  .p-section-about__description {
    margin-right: -5px;
    font-size: 0.16rem;
    line-height: 1.625;
  }
  .p-section-about__image {
    margin-bottom: 12px;
  }
  .p-section-about__text {
    margin-right: -15px;
    padding-left: 3px;
    line-height: 1.2;
  }
}
@media (768px <= width < 980px) {
  .p-section-about__row {
    display: block;
  }
  .p-section-about__left {
    margin-right: auto;
    margin-bottom: 25px;
    margin-left: auto;
  }
  .p-section-about__right {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (width < 768px) {
  .p-section-about {
    min-height: 6.67rem;
    padding: 1.47rem 0 1.07rem;
  }
  .p-section-about::before {
    height: 6.67rem;
    background: url("../img/top/sp/about_bg.png") no-repeat center 0/100% auto;
  }
  .p-section-about::after {
    top: 6rem;
  }
  .p-section-about__left {
    margin-bottom: 0.26rem;
  }
  .p-section-about__right {
    margin-left: 0.01rem;
    padding: 0.18rem 0.17rem 0.22rem 0.12rem;
  }
  .p-section-about__title {
    margin-bottom: 0.13rem;
    margin-left: 0.03rem;
    font-size: 0.21rem;
    line-height: 1.5;
  }
  .p-section-about__title small {
    font-size: 0.1425rem;
  }
  .p-section-about__tag {
    margin-right: -0.07rem;
    margin-bottom: 0.13rem;
    padding: 0.06rem;
    font-size: 0.136rem;
  }
  .is-firefox .p-section-about__tag, .is-chrome .p-section-about__tag {
    padding-top: 0.08rem;
  }
  .p-section-about__description {
    font-size: 0.15rem;
    line-height: 1.5333333333;
  }
  .p-section-about__image {
    position: relative;
    left: 0.08rem;
    width: 2.19rem;
    margin: 0 auto -0.03rem;
  }
  .p-section-about__text {
    margin-bottom: 0;
    margin-right: -0.15rem;
    padding-left: 0.06rem;
    line-height: 1.3;
  }
  .is-firefox .p-section-about__text {
    padding-left: 0;
  }
}
.p-section-material {
  position: relative;
  z-index: 1;
}
.p-section-material::before, .p-section-material::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.p-section-material::before {
  background: #d4ecff;
}
.p-section-material::after {
  z-index: 1;
  background: #b1daff;
}
.p-section-material .l-wrapper {
  position: relative;
  z-index: 2;
}
.p-section-material__list {
  padding-left: 0;
  list-style: none;
}
.p-section-material__description {
  font-weight: 700;
  text-align: center;
}
.p-section-material__description p:last-child {
  margin-bottom: 0;
}
.p-section-material__attention {
  color: #006c70;
}
.p-section-material__br {
  display: none;
}

@media print, screen and (width >= 768px) {
  .p-section-material {
    margin-bottom: -50px;
    padding: 99px 0 157px;
  }
  .p-section-material::before {
    clip-path: polygon(50% 41px, 100% 0%, 100% calc(100% - 8px), 50% calc(100% - 35px), 0% 100%, 0% 6px);
  }
  .p-section-material::after {
    clip-path: polygon(50% 41px, 100% 76px, 100% calc(100% - 70px), 50% calc(100% - 31px), 0% calc(100% - 65px), 0% 82px);
  }
  .p-section-material .c-heading--primary {
    margin-bottom: 21px;
  }
  .p-section-material__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -38px 0 0;
  }
  .p-section-material__item {
    width: 230px;
    margin-right: 80px;
    margin-bottom: 21px;
  }
  .p-section-material__item:nth-child(3n+2) {
    margin-right: 68px;
  }
  .p-section-material__item:nth-child(3n) {
    width: 266px;
    margin-right: 0;
  }
  .p-section-material__description {
    padding-left: 40px;
    font-size: 0.184rem;
    letter-spacing: 0.025em;
    line-height: 1.875;
  }
  .p-section-material__note {
    margin-bottom: -5px;
    font-size: 0.207rem;
    letter-spacing: 0.025em;
    line-height: 1.6666666667;
  }
}
@media (768px <= width < 1024px) {
  .p-section-material__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: -15px;
    margin-left: -15px;
  }
  .p-section-material__image {
    max-width: 230px;
    margin: 0 auto;
  }
  .p-section-material__item {
    width: 30.0230946882%;
    margin-right: 0;
    padding: 0 15px;
  }
  .p-section-material__item:nth-child(3n+2) {
    margin-right: 0;
  }
  .p-section-material__item:nth-child(3n+3) {
    width: 34.1801385681%;
    margin-right: 0;
  }
  .p-section-material__item:nth-child(3n+3) .p-section-material__image {
    max-width: 266px;
  }
  .p-section-material__description {
    padding-left: 0;
  }
}
@media (768px <= width < 830px) {
  .p-section-material__br {
    display: block;
  }
}
@media screen and (width < 768px) {
  .p-section-material {
    margin: -1rem 0;
    padding: 0.9rem 0 1.53rem;
  }
  .p-section-material::before {
    clip-path: polygon(51% 0.37rem, 100% 0%, 100% 100%, 50% calc(100% - 0.49rem), 0% 100%, 0% 0%);
  }
  .p-section-material::after {
    clip-path: polygon(52% 0.37rem, 100% 0.71rem, 100% calc(100% - 0.97rem), 50% calc(100% - 0.48rem), 0% calc(100% - 0.96rem), 0% 0.77rem);
  }
  .p-section-material .c-heading--primary {
    margin-bottom: 0.17rem;
  }
  .p-section-material__list {
    margin: 0 0 0.07rem;
  }
  .p-section-material__item {
    position: relative;
    left: -0.01rem;
    width: 1.84rem;
    margin: 0 auto 0.03rem;
  }
  .p-section-material__item:nth-of-type(3) {
    left: 0.1rem;
    width: 2.12rem;
    margin-top: -0.13rem;
  }
  .p-section-material__description {
    font-size: 0.161rem;
    line-height: 1.4906832298;
  }
  .is-firefox .p-section-material__description {
    margin-left: -0.1rem;
    margin-right: -0.1rem;
  }
  .p-section-material__note {
    margin-bottom: -0.02rem;
    font-size: 0.1725rem;
    line-height: 1.6;
  }
}
.p-section-public {
  background: #e1f8ff;
}
.p-section-public__wrapper {
  position: relative;
  z-index: 3;
}
.p-section-public .l-wrapper {
  position: relative;
  z-index: 3;
}
.p-section-public__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background: #0a4baa;
  color: #fff;
  letter-spacing: 0.025em;
  text-align: center;
}
.p-section-public__title small {
  display: block;
  letter-spacing: 0.025em;
}
.p-section-public__title::before {
  content: "";
  position: absolute;
  border: 6px dotted #fff;
  border-radius: 50%;
}

@media print, screen and (width >= 768px) {
  .p-section-public {
    padding: 100px 0 141px;
  }
  .p-section-public__wrapper::before {
    content: "";
    position: absolute;
    top: -250px;
    right: 0;
    width: 355px;
    height: 860px;
    background: url("../img/top/decor_03.png") no-repeat 196px 418px/auto 395px, url("../img/top/decor_01.png") no-repeat 0 0/auto 711px;
    pointer-events: none;
  }
  .p-section-public__wrapper::after {
    content: "";
    position: absolute;
    bottom: -565px;
    left: 0;
    width: 382px;
    height: 906px;
    background: url("../img/top/decor_04.png") no-repeat -60px 0/auto 375px, url("../img/top/decor_02.png") no-repeat right 75px/auto 711px;
    pointer-events: none;
  }
  .p-section-public .l-wrapper {
    max-width: 886px;
  }
  .p-section-public__title {
    left: 2px;
    width: 245px;
    height: 245px;
    margin: -191px auto 36px;
    padding: 20px 20px 27px;
    font-size: 0.275rem;
    line-height: 1.4;
  }
  .p-section-public__title small {
    font-size: 0.21rem;
    line-height: 2.0476190476;
  }
  .p-section-public__title::before {
    top: 6px;
    right: 6px;
    bottom: 6px;
    left: 6px;
  }
}
@media screen and (width < 768px) {
  .p-section-public {
    padding: 1rem 0 1.13rem;
  }
  .p-section-public__wrapper::after {
    content: "";
    position: absolute;
    top: 1.06rem;
    left: 0;
    width: 3.8rem;
    height: 7.11rem;
    opacity: 0.35;
    background: url("../img/top/decor_02.png") no-repeat right 75px/auto 100%;
    pointer-events: none;
  }
  .p-section-public__title {
    left: -0.03rem;
    width: 1.62rem;
    height: 1.62rem;
    margin: -1.26rem auto 0.35rem;
    padding: 0.26rem 0.15rem 0.25rem;
    font-size: 0.1815rem;
    line-height: 1.4;
  }
  .p-section-public__title small {
    margin-bottom: 0.05rem;
    font-size: 0.1386rem;
    line-height: 1.4;
  }
  .p-section-public__title::before {
    top: 0.03rem;
    right: 0.03rem;
    bottom: 0.03rem;
    left: 0.03rem;
  }
}
.p-section-discussion {
  position: relative;
}
.p-section-discussion::before, .p-section-discussion::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.p-section-discussion::before {
  background: #d0e9eb;
}
.p-section-discussion::after {
  z-index: 1;
  background: #a9d5d8;
}
.p-section-discussion__decor {
  position: absolute;
  pointer-events: none;
}
.p-section-discussion__decor--primary {
  z-index: 3;
  top: -181px;
  right: -37px;
  width: 240px;
  height: 290px;
  background: url("../img/top/decor_05.png") no-repeat center center/100% auto;
}
.p-section-discussion__decor--secondary {
  z-index: 5;
  bottom: 170px;
  left: -52px;
  height: 282px;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.p-section-discussion__decor-icon {
  position: absolute;
  width: 290px;
  height: 282px;
  -webkit-animation: y-motion 2.5s ease-in-out 0s normal forwards;
  animation: y-motion 2.5s ease-in-out 0s normal forwards;
  background: url("../img/top/decor_06.png") no-repeat center center/100% auto;
}
.p-section-discussion .l-wrapper {
  position: relative;
  z-index: 3;
}
.p-section-discussion__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
}

@media print, screen and (width >= 768px) {
  .p-section-discussion {
    margin: -100px 0;
    padding: 107px 0 94px;
  }
  .p-section-discussion::before {
    clip-path: polygon(50% 38px, 100% 8px, 100% calc(100% - 10px), 53% calc(100% - 36px), 0% 100%, 0% 11px);
  }
  .p-section-discussion::after {
    clip-path: polygon(50% 38px, 100% 65px, 100% calc(100% - 72px), 52% calc(100% - 36px), 0% calc(100% - 68px), 0% 69px);
  }
  .p-section-discussion .c-heading--primary {
    padding-left: 10px;
  }
  .p-section-discussion .c-heading--primary .c-heading__text::before {
    left: -22px;
  }
  .p-section-discussion .c-heading--primary .c-heading__text::after {
    right: -15px;
  }
  .p-section-discussion .c-heading--secondary {
    margin-bottom: 33px;
  }
  .p-section-discussion__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .p-section-discussion__info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 554px;
    margin-right: 20px;
  }
  .p-section-discussion__image {
    width: 220px;
    margin-top: 1px;
    -webkit-box-shadow: 0 -3px 8px rgba(0, 0, 0, 0.45);
    box-shadow: 0 -3px 8px rgba(0, 0, 0, 0.45);
  }
  .p-section-discussion__description {
    padding-left: 26px;
    font-size: 0.16rem;
    letter-spacing: 0.05em;
    line-height: 1.625;
  }
  .p-section-discussion__description p {
    margin-bottom: 26px;
  }
  .p-section-discussion__description p:last-child {
    margin-bottom: 0;
  }
  .p-section-discussion__text {
    font-size: 0.184rem;
    letter-spacing: 0.05em;
    line-height: 1.4;
  }
  .p-section-discussion__list {
    left: 3px;
    max-width: 422px;
    margin: 27px auto 0;
  }
  .p-section-discussion__list > li {
    width: 124px;
    margin: 0 25px 0 0;
  }
  .p-section-discussion__list > li:nth-child(3n) {
    margin-right: 0;
  }
}
@media (768px <= width < 1380px) {
  .p-section-discussion {
    padding-bottom: 140px;
  }
  .p-section-discussion__decor--primary {
    right: -10px;
  }
  .p-section-discussion__decor--secondary {
    left: -10px;
  }
}
@media (768px <= width < 1200px) {
  .p-section-discussion__decor--primary {
    width: 20vw;
  }
  .p-section-discussion__decor-icon {
    width: 24.1666666667vw;
  }
}
@media (768px <= width < 980px) {
  .p-section-discussion__item {
    display: block;
  }
  .p-section-discussion__info {
    margin: 0 auto 30px;
  }
  .p-section-discussion__description {
    padding-right: 0;
    padding-left: 0;
  }
  .p-section-discussion__image {
    margin: 0 auto;
  }
  .p-section-discussion__decor--secondary {
    bottom: 130px;
  }
}
@media screen and (width < 768px) {
  .p-section-discussion {
    margin: -1rem 0;
    padding: 0.98rem 0 0.94rem;
  }
  .p-section-discussion::before {
    clip-path: polygon(50% 0.45rem, 100% 0.07rem, 100% calc(100% - 0.1rem), 50% calc(100% - 0.57rem), 0% calc(100% - 0.11rem), 0% 0.1rem);
  }
  .p-section-discussion::after {
    clip-path: polygon(51% 0.45rem, 100% 0.8rem, 100% calc(100% - 1.02rem), 50% calc(100% - 0.56rem), 0% calc(100% - 1.01rem), 0% 0.85rem);
  }
  .p-section-discussion .c-heading--primary {
    margin-bottom: 0.25rem;
    padding-right: 0.07rem;
  }
  .p-section-discussion .c-heading--primary .c-heading__text::before {
    left: -0.08rem;
  }
  .p-section-discussion .c-heading--primary .c-heading__text::after {
    right: -0.08rem;
  }
  .p-section-discussion .c-heading--secondary {
    margin-bottom: 0.29rem;
  }
  .p-section-discussion__image {
    width: 2.2rem;
    margin: 0 auto 0.19rem;
    -webkit-box-shadow: 0 -0.03rem 0.08rem rgba(0, 0, 0, 0.45);
    box-shadow: 0 -0.03rem 0.08rem rgba(0, 0, 0, 0.45);
  }
  .p-section-discussion__description {
    font-size: 0.15rem;
    letter-spacing: 0.005em;
    line-height: 1.6;
  }
  .p-section-discussion__description p {
    margin-bottom: 0.24rem;
  }
  .p-section-discussion__description p:last-child {
    margin-bottom: 0;
  }
  .p-section-discussion__description .c-link {
    letter-spacing: 0.05em;
  }
  .p-section-discussion__list {
    left: 0.02rem;
    margin: -0.03rem -0.16rem 0 0;
  }
  .p-section-discussion__list > li {
    width: 33.8797814208%;
    margin: 0 -0.08rem 0 0;
  }
  .p-section-discussion__list > li:nth-child(3n+2) {
    margin-top: 0.16rem;
    margin-right: -0.13rem;
  }
  .p-section-discussion__list > li:nth-child(3n) {
    margin-right: 0;
  }
}
.p-section-food-education {
  background: #e6f4ff;
}
.p-section-food-education .l-wrapper {
  position: relative;
  z-index: 3;
}
.p-section-food-education__list {
  letter-spacing: 0.045em;
}
.p-section-food-education__head {
  position: relative;
  font-weight: 700;
}
.p-section-food-education__head::after {
  content: "：";
  font-weight: 400;
}
.p-section-food-education__image {
  position: relative;
  border: 2px solid rgba(153, 153, 153, 0.6);
}

@media print, screen and (width >= 768px) {
  .p-section-food-education {
    padding: 135px 0 97px;
  }
  .p-section-food-education .c-heading--primary {
    margin-bottom: 29px;
  }
  .p-section-food-education .c-heading--primary .c-heading__text::before {
    left: -16px;
  }
  .p-section-food-education .c-heading--primary .c-heading__text::after {
    right: -9px;
  }
  .p-section-food-education .c-heading--secondary {
    margin-bottom: 21px;
  }
  .is-firefox .p-section-food-education .c-heading--secondary {
    padding-top: 8px;
  }
  .p-section-food-education .c-text {
    margin-bottom: 30px;
    padding: 0 15px;
  }
  .p-section-food-education__list {
    margin-bottom: 40px;
    padding-left: 15px;
    font-size: 0.17rem;
    line-height: 1.7647058824;
  }
  .p-section-food-education__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-section-food-education__head {
    width: 90px;
    padding-right: 15px;
  }
  .p-section-food-education__head::after {
    position: absolute;
    top: 0;
    right: 0;
  }
  .p-section-food-education__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .p-section-food-education__image {
    margin: 0 -13px;
  }
}
@media (768px <= width < 1380px) {
  .p-section-food-education {
    padding-top: 160px;
  }
}
@media (768px <= width < 980px) {
  .p-section-food-education__image {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (width < 768px) {
  .p-section-food-education {
    padding: 1rem 0 0.63rem;
  }
  .p-section-food-education .c-heading--primary {
    margin-bottom: 0.21rem;
  }
  .p-section-food-education .c-heading--primary .c-heading__text::before {
    left: -0.16rem;
  }
  .p-section-food-education .c-heading--primary .c-heading__text::after {
    right: -0.15rem;
  }
  .p-section-food-education .c-heading--secondary {
    margin: 0 0 0.23rem 0.02rem;
    padding-top: 0.04rem;
    padding-bottom: 0.04rem;
    font-size: 0.16rem;
    line-height: 1.2;
  }
  .is-chrome .p-section-food-education .c-heading--secondary, .is-firefox .p-section-food-education .c-heading--secondary {
    padding-top: 0.07rem;
  }
  .p-section-food-education .c-text {
    margin-bottom: 0.24rem;
  }
  .p-section-food-education__list {
    margin-right: -0.05rem;
    margin-bottom: 0.29rem;
    padding-left: 0;
    font-size: 0.15rem;
    line-height: 1.6;
  }
  .p-section-food-education__item {
    margin-bottom: 0.04rem;
  }
  .p-section-food-education__item:last-child {
    margin-bottom: 0;
  }
  .p-section-food-education__head {
    display: inline-block;
    margin-right: -0.04rem;
  }
  .p-section-food-education__content {
    display: inline-block;
  }
  .p-section-food-education__image {
    margin: 0 -0.03rem 0 -0.02rem;
  }
}
.p-section-privacy__title {
  margin-bottom: 0;
  font-size: 0.156rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.5384615385;
}
.p-section-privacy__description {
  margin-bottom: 0;
  font-size: 0.1344rem;
  letter-spacing: -0.065em;
  line-height: 1.5384615385;
}
.p-section-privacy__row:last-child {
  margin-bottom: 0;
}

@media print, screen and (width >= 768px) {
  .p-section-privacy {
    padding: 36px 0;
  }
  .p-section-privacy .l-wrapper {
    max-width: 1074px;
  }
  .p-section-privacy__description {
    margin-top: 4px;
  }
  .p-section-privacy__row {
    margin-bottom: 22px;
  }
  .p-section-privacy .c-list--disc {
    margin-top: 7px;
    padding-left: 9px;
  }
  .p-section-privacy .c-list--disc > li:first-child {
    margin-bottom: -3px;
  }
}
@media screen and (width < 768px) {
  .p-section-privacy {
    padding: 0.33rem 0 0.32rem;
  }
  .p-section-privacy__description {
    margin-top: 0.03rem;
  }
  .p-section-privacy__row {
    margin-bottom: 0.2rem;
  }
  .p-section-privacy .c-list--disc {
    margin-top: 7px;
  }
  .p-section-privacy .c-list--disc > li::before {
    margin-left: 0.1rem;
  }
  .p-section-privacy .c-list--disc > li:first-child {
    margin-bottom: -0.03rem;
  }
}
@media print {
  .l-header {
    padding-top: 30px;
  }
  .p-section-about {
    padding-top: 180px;
    padding-bottom: 100px;
  }
  .p-section-material .c-heading--primary {
    margin-bottom: 10px;
  }
  .p-section-public__title {
    width: 200px;
    height: 200px;
    margin-top: -170px;
    font-size: 0.24rem;
  }
  .p-section-public {
    padding-bottom: 100px;
  }
  .p-section-discussion__decor--primary {
    top: -320px;
  }
  .p-section-discussion__decor--secondary {
    -webkit-animation-name: x-motion;
    animation-name: x-motion;
  }
  .p-section-discussion__decor-icon {
    top: 100%;
  }
}
/*# sourceMappingURL=styles.css.map */