@charset "UTF-8";
/* reset
----------------------------------------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  background: transparent;
}

n html {
  height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
main,
section {
  display: block;
}

body {
  letter-spacing: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
td,
th,
address {
  font-size: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
th,
address {
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

fieldset,
img {
  border: 0;
}

img {
  vertical-align: top;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  border: 0;
}

th,
td {
  text-align: left;
  vertical-align: top;
}

caption,
th {
  text-align: left;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
}

sup {
  font-size: 62.5%;
  vertical-align: text-top;
}

input,
textarea,
select,
button,
label {
  font-family: inherit;
  margin: 0;
  vertical-align: middle;
  outline: 0;
}

input[type=radio],
input[type=checkbox],
input[type=submit],
button {
  cursor: pointer;
}

/* =========================================================
root
========================================================= */
:root {
  font-size: 62.5%;
}

/* =========================================================
html
========================================================= */
html.is-menuOpen {
  overflow: hidden;
}

/* =========================================================
body
========================================================= */
body {
  background: #f5f1eb;
  color: #323232;
  font-weight: 500;
  font-family: zen-maru-gothic, "zen-maru-gothic", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, sans-serif;
}

@media only screen and (min-width: 769px), print {
  body {
    line-height: 1.75;
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 768.499px) {
  body {
    min-width: 320px;
    line-height: 1.7;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768.499px) and (max-width: 374.499px) {
  body {
    font-size: 3.7333333333vw;
  }
}
/* =========================================================
scroll bar
========================================================= */
* {
  scrollbar-width: thin;
  scrollbar-color: #999999 #fcfcfc;
}

/*スクロールバー全体*/
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

/*スクロールバーの軌道*/
::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #fcfcfc;
}

/*スクロールバーの動く部分*/
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #999999;
}

/* =========================================================
object
========================================================= */
/* img
-------------------------------------*/
img {
  max-width: 100%;
  height: auto;
}

/* link
-------------------------------------*/
a {
  color: inherit;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

/* form
-------------------------------------*/
input,
select,
textarea {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background-color: #ffffff;
  font-size: inherit;
  line-height: 1;
  font-family: inherit;
  vertical-align: middle;
  resize: none;
}
input:-moz-placeholder, select:-moz-placeholder, textarea:-moz-placeholder {
  color: #aaaaaa;
}
input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #aaaaaa;
}
input:placeholder-shown,
select:placeholder-shown,
textarea:placeholder-shown {
  color: #aaaaaa;
}
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #aaaaaa;
}
input:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
  color: #aaaaaa;
}
input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #aaaaaa;
}
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #aaaaaa;
}
input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

textarea {
  line-height: 1.2;
}

select {
  min-height: 2em;
  line-height: 1;
  cursor: pointer;
}

input[type=text],
input[type=password],
input[type=search],
input[type=tel],
input[type=url],
input[type=email],
input[type=date],
input[type=time],
input[type=number],
input[type=range],
input[type=color],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
select,
textarea {
  padding: 0.5em 1em;
}

/* IE11 */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  select {
    padding-right: 1em;
    background-image: none;
  }
}
input[type=checkbox],
input[type=radio] {
  width: 1em;
  height: 1em;
  margin-top: -0.15em;
  border: 2px solid currentColor;
}
input[type=checkbox]:after,
input[type=radio]:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type=checkbox]:checked:after {
  display: block;
  position: absolute;
  width: 40%;
  height: 60%;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -60%) rotate(45deg);
          transform: translate(-50%, -60%) rotate(45deg);
  border: solid currentColor;
  border-width: 0 2px 2px 0;
}

input[type=radio] {
  border-radius: 50%;
}
input[type=radio]:checked:after {
  display: block;
  position: absolute;
  width: 50%;
  height: 50%;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: currentColor;
}

/* #MqMark
----------------------------------------------------------*/
#MqMark {
  display: none;
}

@media only screen and (min-width: 769px), print {
  #MqMark {
    font-family: "pc";
  }
}
@media only screen and (max-width: 768.499px) {
  #MqMark {
    font-family: "sp";
  }
}
.l-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.l-inner {
  position: relative;
  margin-inline: auto;
}
.l-inner .l-inner {
  padding-inline: 0;
}

@media only screen and (min-width: 769px), print {
  .l-inner {
    max-width: 880px;
    padding-inline: 20px;
  }
  .l-inner.-sizeL {
    max-width: 1130px;
  }
}
@media only screen and (max-width: 768.499px) {
  .l-inner {
    padding-inline: 20px;
  }
  .l-inner.-paddingS--sp {
    padding-inline: 10px;
  }
}
@media only screen and (min-width: 960px), print {
  .l-header {
    min-height: var(--headerH, 150px);
  }
}
@media only screen and (max-width: 959.499px) {
  .l-header {
    min-height: var(--headerH, 70px);
  }
}
.l-contents {
  position: relative;
}

@media only screen and (min-width: 960px), print {
  .l-contents {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 959.499px) {
  .l-contents {
    padding-top: 20px;
  }
}
.c-nextButton {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  border: solid currentColor;
  border-radius: 50em;
  background-color: currentColor;
  color: inherit;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
}
.c-nextButton > span {
  color: #ffffff;
}
.c-nextButton:hover, a:hover .c-nextButton {
  background-color: #ffffff;
}
.c-nextButton:hover > span, a:hover .c-nextButton > span {
  color: #323232;
}
.c-nextButton .-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: solid currentColor;
  border-radius: 50%;
  background-color: #ffffff;
  color: inherit;
}
.c-nextButton .-icon::after {
  display: block;
  position: absolute;
  width: 24%;
  height: 24%;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-70%, -50%) rotate(45deg);
          transform: translate(-70%, -50%) rotate(45deg);
  border: solid currentColor;
}
.c-nextButton.-large {
  font-weight: 900;
}
@media only screen and (min-width: 769px), print {
  .c-nextButton {
    min-width: 180px;
    min-height: 30px;
    padding: 1px 25px 1px 40px;
    border-width: 3px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .c-nextButton .-icon {
    width: 30px;
    height: 30px;
    margin-left: -3px;
    border-width: 3px;
  }
  .c-nextButton .-icon::after {
    border-width: 3px 3px 0 0;
  }
  .c-nextButton.-large {
    min-height: 60px;
    padding: 6px 50px 6px 80px;
    border-width: 4px;
    font-size: 20px;
    font-size: 2rem;
  }
  .c-nextButton.-large .-icon {
    width: 60px;
    height: 60px;
    margin-left: -4px;
    border-width: 4px;
  }
  .c-nextButton.-large .-icon::after {
    border-width: 5px 5px 0 0;
  }
}
@media only screen and (max-width: 768.499px) {
  .c-nextButton {
    min-width: 130px;
    min-height: 30px;
    padding: 1px 15px 1px 30px;
    border-width: 3px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768.499px) and (max-width: 374.499px) {
  .c-nextButton {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 768.499px) {
  .c-nextButton .-icon {
    width: 30px;
    height: 30px;
    margin-left: -3px;
    border-width: 3px;
  }
  .c-nextButton .-icon::after {
    border-width: 3px 3px 0 0;
  }
  .c-nextButton.-large {
    min-height: 50px;
    padding: 6px 30px 6px 60px;
    border-width: 4px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768.499px) and (max-width: 374.499px) {
  .c-nextButton.-large {
    font-size: 4.8vw;
  }
}
@media only screen and (max-width: 768.499px) {
  .c-nextButton.-large .-icon {
    width: 50px;
    height: 50px;
    margin-left: -4px;
    border-width: 4px;
  }
  .c-nextButton.-large .-icon::after {
    border-width: 5px 5px 0 0;
  }
}
.c-level1Heading {
  font-weight: bold;
  margin: 1.5em 0;
  font-size: 20px;
  font-size: 2rem;
}
.c-level1Heading:first-child {
  margin-top: 0;
}
.c-level1Heading:last-child {
  margin-bottom: 0;
}

.c-accentCategoryTag {
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 10em;
  padding-left: 0.5em;
  overflow: hidden;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.c-accentCategoryTag span {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.3em 1em 0.35em 0.5em;
  background-color: #eeeeee;
  color: #ffffff;
}
.c-accentCategoryTag span::before {
  display: block;
  position: absolute;
  width: 0;
  height: 100%;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  top: 0%;
  left: 0;
  -webkit-transform: skewY(-45deg);
          transform: skewY(-45deg);
  width: 0.5em;
  background-color: #eeeeee;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}
.c-accentCategoryTag.-reverse > span, .c-accentCategoryTag.-reverse > span::before {
  background-color: #ffffff;
  color: #323232;
}
.c-accentCategoryTag.-basics:not(.-reverse) > span, .c-accentCategoryTag.-basics:not(.-reverse) > span::before {
  background-color: #ff899b;
}
.c-accentCategoryTag.-basics.-reverse > span {
  color: #ff899b;
}
.c-accentCategoryTag.-prepare:not(.-reverse) > span, .c-accentCategoryTag.-prepare:not(.-reverse) > span::before {
  background-color: #ffa07d;
}
.c-accentCategoryTag.-prepare.-reverse > span {
  color: #ffa07d;
}
.c-accentCategoryTag.-budget:not(.-reverse) > span, .c-accentCategoryTag.-budget:not(.-reverse) > span::before {
  background-color: #c8865a;
}
.c-accentCategoryTag.-budget.-reverse > span {
  color: #c8865a;
}
.c-accentCategoryTag.-maker:not(.-reverse) > span, .c-accentCategoryTag.-maker:not(.-reverse) > span::before {
  background-color: #86c85a;
}
.c-accentCategoryTag.-maker.-reverse > span {
  color: #86c85a;
}
.c-accentCategoryTag.-layout:not(.-reverse) > span, .c-accentCategoryTag.-layout:not(.-reverse) > span::before {
  background-color: #cdb411;
}
.c-accentCategoryTag.-layout.-reverse > span {
  color: #cdb411;
}
.c-accentCategoryTag.-voice:not(.-reverse) > span, .c-accentCategoryTag.-voice:not(.-reverse) > span::before {
  background-color: #be86be;
}
.c-accentCategoryTag.-voice.-reverse > span {
  color: #be86be;
}
.c-accentCategoryTag.-land:not(.-reverse) > span, .c-accentCategoryTag.-land:not(.-reverse) > span::before {
  background-color: #86bebe;
}
.c-accentCategoryTag.-land.-reverse > span {
  color: #86bebe;
}
.c-accentCategoryTag.-progress:not(.-reverse) > span, .c-accentCategoryTag.-progress:not(.-reverse) > span::before {
  background-color: #365eaa;
}
.c-accentCategoryTag.-progress.-reverse > span {
  color: #365eaa;
}

.c-categoryTag {
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 11.5em;
  padding-inline: 1.1em;
  line-height: 1;
  letter-spacing: -0.025em;
  text-align: center;
}
.c-categoryTag::before, .c-categoryTag::after {
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  top: 0%;
  -webkit-transform: rotate(45deg) scaleY(1.3);
          transform: rotate(45deg) scaleY(1.3);
  background-color: currentColor;
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
}
.c-categoryTag::before {
  left: 0;
}
.c-categoryTag::after {
  right: 1em;
}
.c-categoryTag.-basics {
  color: #ff899b;
}
.c-categoryTag.-prepare {
  color: #ffa07d;
}
.c-categoryTag.-budget {
  color: #c8865a;
}
.c-categoryTag.-maker {
  color: #86c85a;
}
.c-categoryTag.-layout {
  color: #cdb411;
}
.c-categoryTag.-voice {
  color: #be86be;
}
.c-categoryTag.-land {
  color: #86bebe;
}
.c-categoryTag.-progress {
  color: #365eaa;
}

@media only screen and (min-width: 769px), print {
  .c-categoryTag {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 768.499px) {
  .c-categoryTag {
    font-size: 9px;
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 768.499px) and (max-width: 374.499px) {
  .c-categoryTag {
    font-size: 2.4vw;
  }
}
.p-header {
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  background: rgba(245, 241, 235, 0.95);
  line-height: 1;
  line-height: 1;
}
.p-header img {
  vertical-align: top;
}
.p-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-header__abcLogo {
  position: relative;
  z-index: 1;
}
.p-header__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1;
}
.p-header__powered {
  font-weight: 700;
}
.p-header__nav {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-header__navList > li {
  font-weight: 700;
  line-height: 1.2;
}
.p-header__navList > li a {
  display: block;
  position: relative;
  text-decoration: none;
}
.p-header__navList > li a::after {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  left: 50%;
  top: 0%;
  background-color: currentColor;
}
@media only screen and (min-width: 960px), print {
  .p-header__inner {
    gap: 0 30px;
  }
  .p-header__abcLogo {
    width: 80px;
  }
  .p-header__heading {
    gap: 20px;
    padding-bottom: 20px;
  }
  .p-header__title {
    width: 154px;
  }
  .p-header__powered {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .p-header__nav {
    width: 100%;
    margin-top: -2px;
    border-top: 2px solid currentColor;
  }
  .p-header__navList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-header__navList > li {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .p-header__navList > li a {
    padding: 25px 25px 25px;
  }
}
@media only screen and (min-width: 960px) and (min-width: 960px) and (max-width: 1259.499px), print {
  .p-header__navList > li a {
    padding-inline: 10px;
  }
}
@media only screen and (min-width: 960px), print {
  .p-header__navList > li a::after {
    opacity: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 18px;
    height: 6px;
  }
  .p-header__navList > li a:hover {
    color: #787878;
  }
  .p-header__navList > li a:hover::after {
    opacity: 1;
  }
  .p-header__menuOpen {
    display: none;
  }
}
@media only screen and (max-width: 959.499px) {
  .p-header__inner {
    gap: 0 10px;
  }
  .p-header__inner::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background-position: 0 0;
    -webkit-background-size: 100% auto;
            background-size: 100% auto;
    background-repeat: no-repeat;
    content: "";
    left: 0;
    bottom: 0;
    background-color: currentColor;
  }
  .p-header__abcLogo {
    width: 40px;
  }
  .p-header__heading {
    gap: 15px;
    padding-bottom: 10px;
  }
  .p-header__title {
    width: 96px;
  }
  .p-header__powered {
    font-size: 8px;
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 959.499px) and (max-width: 374.499px) {
  .p-header__powered {
    font-size: 2.1333333333vw;
  }
}
@media only screen and (max-width: 959.499px) {
  .p-header__nav {
    visibility: visible;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    margin-top: -1px;
    padding-block: 50px 80px;
    overflow: auto;
    background-color: #aca4a1;
    color: #ffffff;
    text-align: center;
    -webkit-transition: ease 0.4s;
    transition: ease 0.4s;
    -webkit-transition-property: visibility, opacity;
    transition-property: visibility, opacity;
    pointer-events: none;
  }
  .is-menuOpen .p-header__nav {
    visibility: visible;
    opacity: 1;
    z-index: 2;
    pointer-events: auto;
  }
  .p-header__navList > li {
    text-align: center;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 959.499px) and (max-width: 374.499px) {
  .p-header__navList > li {
    font-size: 6.4vw;
  }
}
@media only screen and (max-width: 959.499px) {
  .p-header__navList > li a {
    padding-block: 24px;
  }
  .p-header__navList > li a::after {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 65px;
    height: 2px;
    background-color: #ffffff;
  }
  .p-header__navList > li:first-child a::after {
    display: none;
  }
  .p-header__menuOpen {
    position: relative;
    z-index: 2;
  }
  .p-header__menuOpen button {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  .p-header__menuOpen button span {
    position: absolute;
    top: calc(50% - 1px);
    left: 30%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 40%;
    height: 2px;
    background-color: #707070;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transition-property: margin, top, opacity, -webkit-transform;
    transition-property: margin, top, opacity, -webkit-transform;
    transition-property: margin, transform, top, opacity;
    transition-property: margin, transform, top, opacity, -webkit-transform;
  }
  .p-header__menuOpen button span.-m1 {
    margin-top: -6px;
  }
  .p-header__menuOpen button span.-m3 {
    margin-top: 6px;
  }
  .is-menuOpen .p-header__menuOpen button span {
    margin-top: 0;
    background-color: #ffffff;
  }
  .is-menuOpen .p-header__menuOpen button span.-m1 {
    -webkit-transform: rotate(-315deg);
            transform: rotate(-315deg);
  }
  .is-menuOpen .p-header__menuOpen button span.-m2 {
    opacity: 0;
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg);
  }
  .is-menuOpen .p-header__menuOpen button span.-m3 {
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg);
  }
}
.p-siteinfoHeader {
  line-height: 1;
}
.p-siteinfoHeader__catch {
  font-weight: 700;
  letter-spacing: 0.08em;
}
.p-siteinfoHeader__title {
  margin-top: 0.5em;
}
.p-siteinfoHeader__title img {
  width: auto;
  height: 1em;
}
.p-siteinfoHeader__powered {
  margin-top: 1em;
  font-weight: 700;
}

@media only screen and (min-width: 769px), print {
  .p-siteinfoHeader__catch {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .p-siteinfoHeader__title {
    font-size: 46px;
    font-size: 4.6rem;
  }
  .p-siteinfoHeader__powered {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 768.499px) {
  .p-siteinfoHeader__catch {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768.499px) and (max-width: 374.499px) {
  .p-siteinfoHeader__catch {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 768.499px) {
  .p-siteinfoHeader__title {
    font-size: 34px;
    font-size: 3.4rem;
  }
}
@media only screen and (max-width: 768.499px) and (max-width: 374.499px) {
  .p-siteinfoHeader__title {
    font-size: 9.0666666667vw;
  }
}
@media only screen and (max-width: 768.499px) {
  .p-siteinfoHeader__powered {
    font-size: 10px;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 768.499px) and (max-width: 374.499px) {
  .p-siteinfoHeader__powered {
    font-size: 2.6666666667vw;
  }
}
.p-footer {
  position: relative;
  background-color: #aca4a1;
  color: #ffffff;
  line-height: 1;
}
.p-footer img {
  vertical-align: top;
}
.p-footer__totop {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 5;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  pointer-events: none;
}
.is-scrolled .p-footer__totop {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.p-footer__totop.is-btmFix {
  position: absolute;
  bottom: 100%;
}
.p-footer__subNavList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.8em 1em;
}
.p-footer__subNavList > li {
  line-height: 1.2;
}
.p-footer__subNavList > li a {
  display: inline-block;
  padding-left: 1em;
  text-decoration: none;
  text-indent: -1em;
}
.p-footer__subNavList > li a:hover {
  text-decoration: underline;
}
.p-footer__subNavList > li a::before {
  display: block;
  position: absolute;
  width: 0.5em;
  height: 0.5em;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  position: relative;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: -0.35em;
  margin-right: 0.5em;
  border: solid currentColor;
  border-width: 3px 3px 0 0;
  vertical-align: middle;
}
.p-footer__navList > li {
  line-height: 1.2;
}
.p-footer__navList > li + li {
  margin-top: 0.8em;
}
.p-footer__navList > li > a {
  display: inline-block;
  padding-left: 1em;
  text-decoration: none;
  text-indent: -1em;
}
.p-footer__navList > li > a:hover {
  text-decoration: underline;
}
.p-footer__navList > li > a::before {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 0.5em;
  height: 3px;
  margin-top: -0.25em;
  margin-right: 0.5em;
  background-color: #ffffff;
  vertical-align: middle;
}

@media only screen and (min-width: 769px), print {
  .p-footer {
    padding-block: 100px;
  }
  .p-footer__totop {
    margin: 50px 80px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 959.499px) {
  .p-footer__totop {
    margin: 25px 40px;
  }
}
@media only screen and (min-width: 769px), print {
  .p-footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-footer__info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p-footer__subNav {
    margin-top: 60px;
  }
  .p-footer__subNavList {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .p-footer__copy {
    margin-top: 30px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .p-footer__navList > li {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 768.499px) {
  .p-footer {
    padding-block: 50px 100px;
  }
  .p-footer__totop {
    width: 35px;
    margin: 20px 20px;
  }
  .p-footer__subNav {
    margin-top: 50px;
  }
  .p-footer__subNavList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 768.499px) and (max-width: 374.499px) {
  .p-footer__subNavList {
    font-size: 3.2vw;
  }
}
@media only screen and (max-width: 768.499px) {
  .p-footer__copy {
    margin-top: 30px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 768.499px) and (max-width: 374.499px) {
  .p-footer__copy {
    font-size: 3.2vw;
  }
}
@media only screen and (max-width: 768.499px) {
  .p-footer__nav {
    margin-top: 60px;
  }
  .p-footer__navList > li {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 768.499px) and (max-width: 374.499px) {
  .p-footer__navList > li {
    font-size: 3.2vw;
  }
}
.p-pop {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 10px auto;
}
.p-pop__cont {
  display: none;
}
.p-pop .p-pop__cont {
  display: block;
}
.p-pop__inner {
  position: relative;
  max-width: 1024px;
  margin: auto;
}
.p-pop__main {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: auto;
}
.p-pop__photo {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: auto;
  text-align: center;
}
.p-pop__movie {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 900px;
  margin: auto;
}
.p-pop__iframeWrap {
  position: relative;
  padding-top: 56.25%;
}
.p-pop__iframeWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-pop__closeBtn {
  position: absolute;
  z-index: 8;
  top: 0;
  right: 10px;
  cursor: pointer;
}
.p-pop__closeBtn:hover {
  opacity: 0.7;
}
.p-pop__closeBtn:before, .p-pop__closeBtn:after {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  left: 50%;
  top: 50%;
  width: 50%;
  height: 2px;
  margin: -1px 0 0 -25%;
  border-radius: 2px;
  background-color: #fff;
}
.p-pop__closeBtn:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-pop__closeBtn:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.p-pop__closeWrap {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-pop__prev, .p-pop__next {
  position: absolute;
  top: 50%;
  display: none;
  overflow: hidden;
  width: 40px;
  height: 40px;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  text-indent: -9999px;
  border-radius: 50%;
  background: #fff;
}
.p-pop__prev:after, .p-pop__next:after {
  display: block;
  position: absolute;
  width: 20%;
  height: 20%;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  left: 50%;
  top: 50%;
  border: 1px solid #000;
  border-width: 2px 2px 0 0;
}
.p-pop__prev {
  left: 0;
}
.p-pop__prev:after {
  -webkit-transform: translate(-30%, -50%) scaleX(-1) rotate(45deg);
          transform: translate(-30%, -50%) scaleX(-1) rotate(45deg);
}
.p-pop__next {
  right: 0;
}
.p-pop__next:after {
  -webkit-transform: translate(-70%, -50%) rotate(45deg);
          transform: translate(-70%, -50%) rotate(45deg);
}

@media only screen and (min-width: 769px), print {
  .p-pop__inner {
    padding: 50px 60px;
  }
  .p-pop__iframeWrap iframe {
    max-height: calc(100vh - 150px);
  }
  .p-pop__closeBtn {
    width: 50px;
    height: 50px;
  }
  .p-pop__prev, .p-pop__next {
    width: 40px;
    height: 40px;
    margin: 0 10px;
  }
}
@media only screen and (max-width: 768.499px) {
  .p-pop__inner {
    padding: 50px 50px 0;
  }
  .p-pop__inner iframe {
    max-height: calc(100vh - 100px);
  }
  .p-pop__closeBtn {
    width: 35px;
    height: 35px;
  }
  .p-pop__prev, .p-pop__next {
    width: 30px;
    height: 30px;
    margin: 0 10px;
  }
}
.p-popOverlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.p-pagerNav {
  position: relative;
  color: #323232;
  font-weight: 900;
  text-align: center;
}
.p-pagerNav a {
  text-decoration: none;
}
.p-pagerNav__inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.p-pagerNav__inner:empty {
  display: none;
}
.p-pagerNav .page-numbers {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1.6666em;
  height: 1.6666em;
  padding-bottom: 2px;
  border: 3px solid currentColor;
  border-radius: 50%;
  background-color: #ffffff;
  line-height: 1.1;
  text-decoration: none;
}
.p-pagerNav a.page-numbers {
  border-color: #323232;
  background-color: #ffffff;
}
.p-pagerNav span.page-numbers.prev, .p-pagerNav span.page-numbers.next {
  color: #c8c8c8;
  pointer-events: none;
}
.p-pagerNav span.page-numbers:not(.prev):not(.next):not(.dots) {
  border-color: #323232;
  background-color: #323232;
  color: #ffffff;
}
.p-pagerNav .page-numbers.is-disabled {
  border-color: currentColor;
  color: #c8c8c8;
  pointer-events: none;
}
.p-pagerNav .page-numbers.dots {
  border: 0;
  background-color: transparent;
  color: currentColor;
  font-size: 120%;
  vertical-align: middle;
}
.p-pagerNav .page-numbers.all {
  position: relative;
  text-align: center;
}
.p-pagerNav .page-numbers.prev,
.p-pagerNav .page-numbers.next {
  position: absolute;
  overflow: hidden;
  text-indent: -9999px;
}
.p-pagerNav .page-numbers.prev::after,
.p-pagerNav .page-numbers.next::after {
  display: block;
  position: absolute;
  width: 24%;
  height: 24%;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-64%, -50%) rotate(45deg);
          transform: translate(-64%, -50%) rotate(45deg);
  border: solid currentColor;
  border-width: 3.4px 3.4px 0 0;
}
.p-pagerNav .page-numbers.prev {
  left: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.p-pagerNav .page-numbers.next {
  right: 0;
}

@media only screen and (min-width: 769px), print {
  .p-pagerNav {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .p-pagerNav__inner {
    gap: 10px;
    padding: 0 calc(1.6666em + 10px);
  }
}
@media only screen and (max-width: 768.499px) {
  .p-pagerNav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768.499px) and (max-width: 374.499px) {
  .p-pagerNav {
    font-size: 4.8vw;
  }
}
@media only screen and (max-width: 768.499px) {
  .p-pagerNav__inner {
    gap: 10px;
    padding: 0 calc(1.6666em + 10px);
  }
}
.p-topicPathNav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-topicPathNav__list > li {
  display: inline-block;
  position: relative;
  font-weight: 700;
}
.p-topicPathNav__list > li + li {
  margin-left: 0.25em;
  padding-left: 1.75em;
}
.p-topicPathNav__list > li + li::before {
  display: block;
  position: absolute;
  width: 0.8em;
  height: 0.8em;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  left: 0%;
  top: 0.45em;
  -webkit-transform: scaleY(0.5) rotate(45deg);
          transform: scaleY(0.5) rotate(45deg);
  border: solid currentColor;
  border-width: 1.5px 1.5px 0 0;
  vertical-align: middle;
}
.p-topicPathNav__list > li a {
  text-decoration: none;
}

@media only screen and (min-width: 769px), print {
  .p-topicPathNav__list > li {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .p-topicPathNav__list > li a:hover {
    text-decoration: underline;
  }
}
@media only screen and (max-width: 768.499px) {
  .p-topicPathNav__list > li {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
.p-relativePost,
.p-wysiwyg .p-relativePost {
  position: relative;
}
.p-relativePost::before,
.p-wysiwyg .p-relativePost::before {
  display: block;
  position: absolute;
  width: 200vw;
  height: 100%;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  right: 0;
  top: 0%;
  opacity: 0.3;
  z-index: 0;
  background-image: -webkit-radial-gradient(#b96d6d 25%, transparent 25%), -webkit-radial-gradient(#b96d6d 25%, transparent 25%);
  background-image: radial-gradient(#b96d6d 25%, transparent 25%), radial-gradient(#b96d6d 25%, transparent 25%);
  background-repeat: repeat;
}
.p-relativePost__inner,
.p-wysiwyg .p-relativePost__inner {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  text-decoration: none;
}
.p-relativePost__title,
.p-wysiwyg .p-relativePost__title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #b96d6d;
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.p-relativePost__postTitle,
.p-wysiwyg .p-relativePost__postTitle {
  font-weight: 700;
  line-height: 1.6;
}
@media only screen and (min-width: 769px), print {
  .p-relativePost,
  .p-wysiwyg .p-relativePost {
    padding: 20px 20px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 959.499px) {
  .p-relativePost,
  .p-wysiwyg .p-relativePost {
    padding-inline: 0;
  }
}
@media only screen and (min-width: 769px), print {
  .p-relativePost::before,
  .p-wysiwyg .p-relativePost::before {
    margin-right: -200px;
    border-radius: 0 50em 50em 0;
    background-position: 0 0, 5px 5px;
    -webkit-background-size: 10px 10px;
            background-size: 10px 10px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 960px) and (max-width: 1259.499px), print {
  .p-relativePost::before,
  .p-wysiwyg .p-relativePost::before {
    margin-right: calc(50% - 50svw + 20px);
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1079.499px), print {
  .p-relativePost::before,
  .p-wysiwyg .p-relativePost::before {
    margin-right: calc(50% - 50svw - 20px);
    border-radius: 0;
  }
}
@media only screen and (min-width: 769px), print {
  .p-relativePost__inner,
  .p-wysiwyg .p-relativePost__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    padding: 60px 30px 30px;
  }
  .p-relativePost__inner:where(a):hover,
  .p-wysiwyg .p-relativePost__inner:where(a):hover {
    -webkit-filter: brightness(1.05);
            filter: brightness(1.05);
  }
  .p-relativePost__title,
  .p-wysiwyg .p-relativePost__title {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 150px;
    margin: -20px 30px;
    padding: 12px 35px 14px;
    border-radius: 0 0 20px 20px;
    font-size: 17px;
    font-size: 1.7rem;
  }
  .p-relativePost__thumb,
  .p-wysiwyg .p-relativePost__thumb {
    width: 204px;
  }
  .p-relativePost__main,
  .p-wysiwyg .p-relativePost__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-relativePost__postTitle,
  .p-wysiwyg .p-relativePost__postTitle {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 959.499px) {
  .p-relativePost__postTitle,
  .p-wysiwyg .p-relativePost__postTitle {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media only screen and (min-width: 769px), print {
  .p-relativePost__more,
  .p-wysiwyg .p-relativePost__more {
    margin-top: auto;
    padding-top: 20px;
    text-align: right;
  }
}
@media only screen and (max-width: 768.499px) {
  .p-relativePost,
  .p-wysiwyg .p-relativePost {
    padding: 10px 0;
  }
  .p-relativePost::before,
  .p-wysiwyg .p-relativePost::before {
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    margin-right: 50%;
    background-position: 0 0, 3px 3px;
    -webkit-background-size: 6px 6px;
            background-size: 6px 6px;
  }
  .p-relativePost__inner,
  .p-wysiwyg .p-relativePost__inner {
    display: block;
    padding: 50px 15px 20px;
  }
  .p-relativePost__title,
  .p-wysiwyg .p-relativePost__title {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    min-width: 200px;
    margin-top: -10px;
    padding: 10px 25px 12px;
    border-radius: 0 0 20px 20px;
    white-space: nowrap;
    font-size: 20px;
    font-size: 2rem;
  }
  .p-relativePost__thumb,
  .p-wysiwyg .p-relativePost__thumb {
    width: 153px;
    margin-inline: auto;
  }
  .p-relativePost__main,
  .p-wysiwyg .p-relativePost__main {
    margin-top: 15px;
  }
  .p-relativePost__postTitle,
  .p-wysiwyg .p-relativePost__postTitle {
    text-align: center;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .p-relativePost__more,
  .p-wysiwyg .p-relativePost__more {
    margin-top: 5px;
    text-align: center;
  }
}
.p-indentList {
  padding-left: 0;
}
.p-indentList {
  list-style: none;
  margin-left: 1em;
}
.p-indentList > * {
  padding-left: 1em;
  text-indent: -1em;
}
.p-indentList > * > * {
  text-indent: 0;
}
.p-indentList > li:nth-child(n+2) {
  margin-top: 5px;
}

.p-postList {
  display: grid;
}
@media only screen and (min-width: 960px), print {
  .p-postList {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
}
@media only screen and (max-width: 959.499px) {
  .p-postList {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    max-width: 640px;
    margin-inline: auto;
  }
}
.p-postCard {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  background-color: #ffffff;
}
.p-postList .p-postCard {
  height: 100%;
}
.p-postList .p-postCard__inner {
  min-height: 100%;
}
.p-postCard__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
}
.p-postCard__inner > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
.p-postCard__main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.p-postCard__info {
  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;
  line-height: 1;
}
.p-postCard__category {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-postCard__date {
  margin-top: auto;
  text-align: right;
  white-space: nowrap;
}
.p-postCard__title {
  line-height: 1.4;
}
.p-postCard__title::after {
  display: block;
  position: absolute;
  width: 1em;
  height: 1em;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  position: relative;
}
.p-postCard__text {
  padding-right: 1em;
  line-height: 1.4;
}
.p-postCard__text::after {
  display: block;
  position: absolute;
  width: 1em;
  height: 1em;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  position: relative;
}
.p-postCard__more {
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background-color: currentColor;
}
.p-postCard__more::after {
  display: block;
  position: absolute;
  width: 24%;
  height: 24%;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-62%, -50%) rotate(45deg);
          transform: translate(-62%, -50%) rotate(45deg);
  border: solid #ffffff;
}
.p-postCard.-basics .p-postCard__more {
  color: #ff899b;
}
.p-postCard.-prepare .p-postCard__more {
  color: #ffa07d;
}
.p-postCard.-budget .p-postCard__more {
  color: #c8865a;
}
.p-postCard.-maker .p-postCard__more {
  color: #86c85a;
}
.p-postCard.-layout .p-postCard__more {
  color: #cdb411;
}
.p-postCard.-voice .p-postCard__more {
  color: #be86be;
}
.p-postCard.-land .p-postCard__more {
  color: #86bebe;
}
.p-postCard.-progress .p-postCard__more {
  color: #365eaa;
}

@media only screen and (min-width: 769px), print {
  .p-postCard {
    border-radius: 6px;
  }
  .p-postCard__inner:where(a):hover {
    opacity: 0.7;
  }
  .p-postCard__main {
    padding: 15px 18px 25px;
  }
  .p-postCard__info {
    gap: 8px 2px;
  }
  .p-postCard__date {
    font-size: 9px;
    font-size: 0.9rem;
  }
  .p-postCard__title {
    margin-top: 10px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .p-postCard__text {
    margin-top: 8px;
    font-size: 11px;
    font-size: 1.1rem;
  }
  .p-postCard__more {
    width: 24px;
    height: 24px;
    margin: 12px 10px;
  }
  .p-postCard__more::after {
    border-width: 3px 3px 0 0;
  }
}
@media only screen and (max-width: 768.499px) {
  .p-postCard {
    border-radius: 6px;
  }
  .p-postCard__main {
    padding: 15px 12px 25px;
  }
  .p-postCard__info {
    gap: 8px 2px;
  }
  .p-postCard__category {
    font-size: 8px;
    font-size: 0.8rem;
  }
  .p-postCard__date {
    font-size: 7px;
    font-size: 0.7rem;
  }
  .p-postCard__title {
    margin-top: 8px;
    font-size: 11px;
    font-size: 1.1rem;
  }
  .p-postCard__text {
    margin-top: 8px;
    font-size: 8px;
    font-size: 0.8rem;
  }
  .p-postCard__more {
    width: 15px;
    height: 15px;
    margin: 10px 8px;
  }
  .p-postCard__more::after {
    border-width: 2px 2px 0 0;
  }
}
.p-accentPostCard {
  position: relative;
}
.p-accentPostCard__inner {
  display: block;
  position: relative;
  z-index: 1;
  text-decoration: none;
}
.p-accentPostCard__inner > * {
  position: relative;
  z-index: 1;
}
.p-accentPostCard__bg {
  opacity: 0.65;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.p-accentPostCard__bg::before {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  right: 0;
  top: 0%;
  -webkit-transform: translate(51.515%, -100%);
          transform: translate(51.515%, -100%);
  margin-top: 2px;
  background-position: left bottom;
  background-size: 100% auto;
}
.p-accentPostCard__bg::before {
  background-color: #000000;
  -webkit-mask-image: url(../images/card_bg01.svg);
          mask-image: url(../images/card_bg01.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: left bottom;
          mask-position: left bottom;
}
.p-accentPostCard__bg::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  left: 0%;
  top: 0%;
  background-color: #000000;
}
li:nth-child(4n+1) .p-accentPostCard__bg::before {
  -webkit-mask-image: url(../images/card_bg01.svg);
          mask-image: url(../images/card_bg01.svg);
}
li:nth-child(4n+2) .p-accentPostCard__bg::before {
  -webkit-mask-image: url(../images/card_bg02.svg);
          mask-image: url(../images/card_bg02.svg);
}
li:nth-child(4n+3) .p-accentPostCard__bg::before {
  -webkit-mask-image: url(../images/card_bg01.svg);
          mask-image: url(../images/card_bg01.svg);
}
li:nth-child(4n+0) .p-accentPostCard__bg::before {
  -webkit-mask-image: url(../images/card_bg03.svg);
          mask-image: url(../images/card_bg03.svg);
}
.p-accentPostCard__thumb img {
  width: 100%;
}
.p-accentPostCard__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
}
.p-accentPostCard__date {
  -ms-flex-item-align: center;
      align-self: center;
  font-weight: 700;
}
.p-accentPostCard__title {
  font-weight: 700;
  line-height: 1.4;
}
.p-accentPostCard.-basics .p-accentPostCard__bg::before, .p-accentPostCard.-basics .p-accentPostCard__bg::after {
  background-color: #ffb2be;
}
.p-accentPostCard.-prepare .p-accentPostCard__bg::before, .p-accentPostCard.-prepare .p-accentPostCard__bg::after {
  background-color: #ffbea6;
}
.p-accentPostCard.-budget .p-accentPostCard__bg::before, .p-accentPostCard.-budget .p-accentPostCard__bg::after {
  background-color: #dcb296;
}
.p-accentPostCard.-maker .p-accentPostCard__bg::before, .p-accentPostCard.-maker .p-accentPostCard__bg::after {
  background-color: #b2dc96;
}
.p-accentPostCard.-layout .p-accentPostCard__bg::before, .p-accentPostCard.-layout .p-accentPostCard__bg::after {
  background-color: #e1d270;
}
.p-accentPostCard.-voice .p-accentPostCard__bg::before, .p-accentPostCard.-voice .p-accentPostCard__bg::after {
  background-color: #d2abd2;
}
.p-accentPostCard.-land .p-accentPostCard__bg::before, .p-accentPostCard.-land .p-accentPostCard__bg::after {
  background-color: #abd2d2;
}
.p-accentPostCard.-progress .p-accentPostCard__bg::before, .p-accentPostCard.-progress .p-accentPostCard__bg::after {
  background-color: #6483be;
}

@media only screen and (min-width: 769px), print {
  .p-accentPostCard {
    border-radius: 20px 0 20px 20px;
  }
  .p-accentPostCard__inner {
    padding-top: 30px;
    border-radius: 30px 0 30px 30px;
  }
  .p-accentPostCard__inner:where(a):hover {
    opacity: 0.7;
  }
  .p-accentPostCard__bg::before {
    width: 66px;
    height: 120px;
  }
  .p-accentPostCard__bg::after {
    border-radius: 20px 0 20px 20px;
  }
  .p-accentPostCard__main {
    padding: 20px;
  }
  .p-accentPostCard__info {
    gap: 10px;
  }
  .p-accentPostCard__category {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .p-accentPostCard__date {
    font-size: 9px;
    font-size: 0.9rem;
  }
  .p-accentPostCard__title {
    margin-top: 10px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 768.499px) {
  .p-accentPostCard {
    border-radius: 20px 0 20px 20px;
  }
  .p-accentPostCard__bg::before {
    width: 44px;
    height: 80px;
  }
  .p-accentPostCard__bg::after {
    border-radius: 20px 0 20px 20px;
  }
  .p-accentPostCard__inner {
    padding-top: 30px;
    border-radius: 30px 0 30px 30px;
  }
  .p-accentPostCard__main {
    padding: 20px;
  }
  .p-accentPostCard__info {
    gap: 10px;
  }
  .p-accentPostCard__category {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 768.499px) and (max-width: 374.499px) {
  .p-accentPostCard__category {
    font-size: 2.9333333333vw;
  }
}
@media only screen and (max-width: 768.499px) {
  .p-accentPostCard__date {
    font-size: 9px;
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 768.499px) and (max-width: 374.499px) {
  .p-accentPostCard__date {
    font-size: 2.4vw;
  }
}
@media only screen and (max-width: 768.499px) {
  .p-accentPostCard__title {
    margin-top: 10px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 768.499px) and (max-width: 374.499px) {
  .p-accentPostCard__title {
    font-size: 4vw;
  }
}
.p-problemCard__inner {
  display: block;
  text-decoration: none;
  text-align: center;
}
.p-problemCard__thumb {
  text-align: center;
}
.p-problemCard__title {
  font-weight: 700;
  line-height: 1.25;
}
.p-problemCard__title strong {
  color: #fff046;
}
.p-problemCard__more .c-nextButton {
  color: #fff046;
}
.p-problemCard__more .c-nextButton > span:not(.-icon) {
  color: #60b3d6;
}
.p-problemCard__more .c-nextButton .-icon::after {
  border-color: #60b3d6;
}
.p-problemCard__more .c-nextButton:hover, a:hover .p-problemCard__more .c-nextButton {
  background-color: #ffffff;
}

@media only screen and (min-width: 769px), print {
  .p-problemCard__title {
    margin-top: 3px;
    font-size: 19px;
    font-size: 1.9rem;
  }
  .p-problemCard__title strong {
    font-size: 27px;
    font-size: 2.7rem;
  }
  .p-problemCard__more {
    margin-top: 8px;
  }
}
@media only screen and (max-width: 768.499px) {
  .p-problemCard__title {
    margin-top: 3px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 768.499px) and (max-width: 374.499px) {
  .p-problemCard__title {
    font-size: 4vw;
  }
}
@media only screen and (max-width: 768.499px) {
  .p-problemCard__title strong {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
@media only screen and (max-width: 768.499px) and (max-width: 374.499px) {
  .p-problemCard__title strong {
    font-size: 5.6vw;
  }
}
@media only screen and (max-width: 768.499px) {
  .p-problemCard__more {
    margin-top: 8px;
  }
}
.p-pickupCard {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #ffffff;
}
.p-pickupCard__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-decoration: none;
}
.p-pickupCard__thumb img {
  width: 100%;
}
.p-pickupCard__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.p-pickupCard__main > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
.p-pickupCard__category {
  line-height: 1;
}
.p-pickupCard__category .c-categoryTag {
  width: 100%;
}
.p-pickupCard__title {
  font-weight: 700;
  line-height: 1.3;
}
.p-pickupCard__text {
  font-weight: 700;
  line-height: 1.3;
}
.p-pickupCard__text::after {
  display: block;
  position: absolute;
  width: 1em;
  height: 1em;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  position: relative;
}
.p-pickupCard__date {
  margin-top: auto;
  line-height: 1;
}
.p-pickupCard__more {
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background-color: currentColor;
}
.p-pickupCard__more::after {
  display: block;
  position: absolute;
  width: 24%;
  height: 24%;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-70%, -50%) rotate(45deg);
          transform: translate(-70%, -50%) rotate(45deg);
  border: solid #ffffff;
  border-width: 3px 3px 0 0;
}
.p-pickupCard.-basics .p-pickupCard__more {
  color: #ff899b;
}
.p-pickupCard.-prepare .p-pickupCard__more {
  color: #ffa07d;
}
.p-pickupCard.-budget .p-pickupCard__more {
  color: #c8865a;
}
.p-pickupCard.-maker .p-pickupCard__more {
  color: #86c85a;
}
.p-pickupCard.-layout .p-pickupCard__more {
  color: #cdb411;
}
.p-pickupCard.-voice .p-pickupCard__more {
  color: #be86be;
}
.p-pickupCard.-land .p-pickupCard__more {
  color: #86bebe;
}
.p-pickupCard.-progress .p-pickupCard__more {
  color: #365eaa;
}

@media only screen and (min-width: 769px), print {
  .p-pickupCard {
    border-radius: 6px;
  }
  .p-pickupCard__inner:where(a):hover {
    opacity: 0.7;
  }
  .p-pickupCard__thumb {
    width: 255px;
  }
  .p-pickupCard__main {
    padding: 10px 18px;
  }
  .p-pickupCard__title {
    margin-top: 8px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-pickupCard__text {
    margin-top: 5px;
    font-size: 11px;
    font-size: 1.1rem;
  }
  .p-pickupCard__date {
    padding-top: 5px;
    font-size: 9px;
    font-size: 0.9rem;
  }
  .p-pickupCard__more {
    width: 24px;
    height: 24px;
    margin: 12px 12px;
  }
}
@media only screen and (max-width: 768.499px) {
  .p-pickupCard {
    border-radius: 6px;
  }
  .p-pickupCard__thumb {
    width: 255px;
  }
  .p-pickupCard__main {
    padding: 15px 20px;
  }
  .p-pickupCard__title {
    margin-top: 10px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 768.499px) and (max-width: 374.499px) {
  .p-pickupCard__title {
    font-size: 4vw;
  }
}
@media only screen and (max-width: 768.499px) {
  .p-pickupCard__text {
    margin-top: 8px;
    font-size: 11px;
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 768.499px) and (max-width: 374.499px) {
  .p-pickupCard__text {
    font-size: 2.9333333333vw;
  }
}
@media only screen and (max-width: 768.499px) {
  .p-pickupCard__date {
    padding-top: 5px;
    font-size: 9px;
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 768.499px) and (max-width: 374.499px) {
  .p-pickupCard__date {
    font-size: 2.4vw;
  }
}
@media only screen and (max-width: 768.499px) {
  .p-pickupCard__more {
    width: 24px;
    height: 24px;
    margin: 12px 12px;
  }
}
.p-listVisual {
  display: block;
  position: relative;
}
.p-listVisual::before {
  display: block;
  position: absolute;
  width: 100%;
  height: 0px;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: relative;
  padding-top: 80.3921568627%;
}
.p-listVisual img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-listVisual:not(:has(img)) {
  background-color: #fafafa;
}
.p-listVisual:not(:has(img))::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  left: 0;
  top: 0;
  opacity: 0.3;
  background: url(../images/site_title01.svg) no-repeat center center;
  -webkit-background-size: 50% auto;
          background-size: 50% auto;
}

:where(.p-wysiwyg) {
  /* table */
}
:where(.p-wysiwyg) .table_ar {
  margin: 1.5em 0;
  overflow: hidden;
  border-radius: 12px;
}
:where(.p-wysiwyg) .table_ar table {
  width: calc(100% + 8px);
  margin: -4px;
}
@media only screen and (max-width: 768.499px) {
  :where(.p-wysiwyg) .table_ar table {
    width: calc(100% + 4px);
    margin: -2px;
  }
}
:where(.p-wysiwyg) .table_ar table th,
:where(.p-wysiwyg) .table_ar table td {
  text-align: center;
}
:where(.p-wysiwyg) .table_ar:not(.table_normal) table tr:first-of-type th,
:where(.p-wysiwyg) .table_ar:not(.table_normal) table tr:first-of-type td {
  background-color: #e3c5c5;
  color: #b96d6d;
  font-weight: bold;
}
:where(.p-wysiwyg) .table_normal table td,
:where(.p-wysiwyg) .ta_left table td {
  text-align: left;
}
:where(.p-wysiwyg) .table_multiple td:first-child {
  background-color: #e3c5c5;
}
:where(.p-wysiwyg) {
  /* reservation */
}
:where(.p-wysiwyg) .reservation {
  position: relative;
  margin-block: 50px;
  padding: 140px 20px 20px;
}
@media only screen and (max-width: 920px) {
  :where(.p-wysiwyg) .reservation {
    padding-top: 15.5vw;
  }
}
@media only screen and (max-width: 768.499px) {
  :where(.p-wysiwyg) .reservation {
    padding: 16vw 10px 10px;
  }
}
:where(.p-wysiwyg) .reservation:last-child {
  margin-bottom: 0;
}
:where(.p-wysiwyg) .reservation p,
:where(.p-wysiwyg) .reservation ul {
  margin: 0;
}
:where(.p-wysiwyg) .reservation > * {
  position: relative;
  z-index: 2;
}
:where(.p-wysiwyg) .reservation::before, :where(.p-wysiwyg) .reservation::after {
  display: block;
  position: absolute;
  width: 50%;
  height: 150px;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  top: 0;
  top: 20px;
  z-index: 1;
  width: calc(50% - 20px);
  background-color: #ffffff;
}
@media only screen and (max-width: 768.499px) {
  :where(.p-wysiwyg) .reservation::before, :where(.p-wysiwyg) .reservation::after {
    top: 10px;
    width: calc(50% - 10px);
  }
}
:where(.p-wysiwyg) .reservation::before {
  right: 50%;
  -webkit-transform: skewY(-18deg);
          transform: skewY(-18deg);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
:where(.p-wysiwyg) .reservation::after {
  left: 50%;
  -webkit-transform: skewY(18deg);
          transform: skewY(18deg);
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
}
:where(.p-wysiwyg) .reservation .reservation-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-background-size: auto auto;
          background-size: auto auto;
  background-color: rgb(255, 255, 255);
}
:where(.p-wysiwyg) .reservation .reservation-bg::before, :where(.p-wysiwyg) .reservation .reservation-bg::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 130px;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  bottom: 0;
  bottom: 100%;
  background-color: #ffffff;
}
:where(.p-wysiwyg) .reservation .reservation-bg::before {
  right: 50%;
  -webkit-transform: skewY(-18deg);
          transform: skewY(-18deg);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
:where(.p-wysiwyg) .reservation .reservation-bg::after {
  left: 50%;
  -webkit-transform: skewY(18deg);
          transform: skewY(18deg);
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
}
:where(.p-wysiwyg) .reservation .reservation-bg {
  background-image: -webkit-repeating-linear-gradient(315deg, transparent, transparent 5px, rgb(255, 229, 238) 5px, rgb(255, 229, 238) 8px);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, rgb(255, 229, 238) 5px, rgb(255, 229, 238) 8px);
}
@media only screen and (max-width: 768.499px) {
  :where(.p-wysiwyg) .reservation .reservation-bg {
    background-image: -webkit-repeating-linear-gradient(315deg, transparent, transparent 3px, rgb(255, 229, 238) 3px, rgb(255, 229, 238) 6px);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 3px, rgb(255, 229, 238) 3px, rgb(255, 229, 238) 6px);
  }
}
:where(.p-wysiwyg) .reservation .reservation-header {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 3;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 400px;
  margin-top: 15px;
}
@media only screen and (max-width: 768.499px) {
  :where(.p-wysiwyg) .reservation .reservation-header {
    width: 240px;
    margin-top: 10px;
  }
}
:where(.p-wysiwyg) .reservation .reservation-header img {
  max-width: none;
}
:where(.p-wysiwyg) .reservation .reservation-wrap {
  position: relative;
  padding: 0 30px 30px;
  background-color: #ffffff;
}
@media only screen and (max-width: 768.499px) {
  :where(.p-wysiwyg) .reservation .reservation-wrap {
    padding: 20px 15px 20px;
  }
}
:where(.p-wysiwyg) .reservation .reservation-text {
  padding-right: 250px;
}
@media only screen and (max-width: 768.499px) {
  :where(.p-wysiwyg) .reservation .reservation-text {
    padding-right: 0;
  }
}
:where(.p-wysiwyg) .reservation .reservation-text strong {
  color: #ff7bac;
}
:where(.p-wysiwyg) .reservation .reservation-text::after {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  right: 0;
  top: 0;
  width: 40%;
  max-width: 300px;
  height: 136px;
  margin-top: 10px;
  margin-right: -50px;
  background-image: url("/kurashinote/assets/images/myhome_illust01.svg");
  background-position: center center;
}
@media only screen and (max-width: 768.499px) {
  :where(.p-wysiwyg) .reservation .reservation-text::after {
    display: block;
    position: relative;
    width: 234px;
    height: 107px;
    margin: 25px auto 0;
  }
}
:where(.p-wysiwyg) .reservation .reservation-link {
  margin-top: 10px;
  text-align: center;
}
@media only screen and (max-width: 768.499px) {
  :where(.p-wysiwyg) .reservation .reservation-link {
    margin-top: 40px;
  }
}
:where(.p-wysiwyg) .reservation .reservation-button.c-nextButton {
  min-width: 240px;
  color: #ff7bac;
}
@media only screen and (max-width: 768.499px) {
  :where(.p-wysiwyg) .reservation .reservation-button.c-nextButton {
    min-width: 190px;
  }
}
:where(.p-wysiwyg) .reservation .reservation-button.c-nextButton > span {
  color: #ffffff;
}
:where(.p-wysiwyg) .reservation .reservation-button.c-nextButton:hover {
  background-color: #ffffff;
}
:where(.p-wysiwyg) .reservation .reservation-button.c-nextButton:hover > span {
  color: inherit;
}
:where(.p-wysiwyg) {
  /* content-list */
}
:where(.p-wysiwyg) .content-list {
  position: relative;
  margin-block: 75px 40px;
  padding: 30px 0;
  border: solid #b96d6d;
  border-width: 2px 0;
}
:where(.p-wysiwyg) .content-list::before {
  display: block;
  position: absolute;
  width: 45px;
  height: 45px;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  left: 0;
  bottom: 0;
  bottom: 100%;
  background-image: url("/kurashinote/assets/images/icon_pencil01.svg");
}
:where(.p-wysiwyg) .content-list > p:first-child > strong {
  color: #b96d6d;
  font-size: 20px;
}
:where(.p-wysiwyg) .content-list ul,
:where(.p-wysiwyg) .content-list p {
  margin-block: 0.5em;
}
:where(.p-wysiwyg) .content-list ul:first-child,
:where(.p-wysiwyg) .content-list p:first-child {
  margin-top: 0;
}
:where(.p-wysiwyg) .content-list ul:last-child,
:where(.p-wysiwyg) .content-list p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 768.499px) {
  :where(.p-wysiwyg) .content-list {
    margin-block: 40px 30px;
    padding: 15px 0;
    border-width: 1px 0;
  }
  :where(.p-wysiwyg) .content-list::before {
    width: 22px;
    height: 22px;
  }
  :where(.p-wysiwyg) .content-list > p:first-child > strong {
    font-size: 16px;
  }
  :where(.p-wysiwyg) .content-list ul {
    font-size: 13px;
  }
}
:where(.p-wysiwyg) {
  /* entry_comment */
}
:where(.p-wysiwyg) .entry_comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-block: 30px;
}
@media only screen and (max-width: 768.499px) {
  :where(.p-wysiwyg) .entry_comment {
    margin-block: 20px;
  }
}
:where(.p-wysiwyg) .entry_comment:first-child {
  margin-top: 0;
}
:where(.p-wysiwyg) .entry_comment .entry_comment_person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
:where(.p-wysiwyg) .entry_comment .entry_comment_person p {
  margin: 0;
}
:where(.p-wysiwyg) .entry_comment .entry_comment_person p:empty {
  min-height: 0;
}
:where(.p-wysiwyg) .entry_comment .entry_comment_photo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-clip-path: circle(60px at center);
          clip-path: circle(60px at center);
  width: 120px;
  height: 120px;
}
@media only screen and (max-width: 768.499px) {
  :where(.p-wysiwyg) .entry_comment .entry_comment_photo {
    -webkit-clip-path: circle(35px at center);
            clip-path: circle(35px at center);
    width: 70px;
    height: 70px;
  }
}
:where(.p-wysiwyg) .entry_comment .entry_comment_photo img {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
:where(.p-wysiwyg) .entry_comment .entry_comment_name {
  padding-top: 5px;
  font-size: 12px;
  line-height: 1.3;
}
:where(.p-wysiwyg) .entry_comment .entry_comment_text {
  position: relative;
  margin-left: 20px;
  padding: 15px 20px;
  border-radius: 10px;
  background: #f5f1eb;
  font-size: 15px;
}
@media only screen and (max-width: 768.499px) {
  :where(.p-wysiwyg) .entry_comment .entry_comment_text {
    padding-inline: 12px;
    border-radius: 5px;
    font-size: 13px;
  }
}
:where(.p-wysiwyg) .entry_comment .entry_comment_text::after {
  position: absolute;
  top: 27%;
  right: 100%;
  width: 0;
  height: 0;
  margin-top: -10px;
  border: solid transparent;
  border-top-width: 10px;
  border-right-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-color: rgba(0, 153, 255, 0);
  border-right-color: #f5f1eb;
  content: "";
  pointer-events: none;
}
:where(.p-wysiwyg) {
  /* term description */
}
:where(.p-wysiwyg) .term_description {
  margin-block: 30px;
  padding: 20px 25px;
  border-radius: 10px;
  background: #f5f1eb;
}
@media only screen and (max-width: 768.499px) {
  :where(.p-wysiwyg) .term_description {
    margin-block: 20px;
    padding: 15px 15px;
    border-radius: 5px;
  }
}
:where(.p-wysiwyg) .term_description .terminology {
  margin-block: 0;
  font-weight: 700;
  font-size: 110%;
}
:where(.p-wysiwyg) .term_description .explanation {
  margin-block: 0;
}
:where(.p-wysiwyg) .term_description .explanation:nth-child(n+2) {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid rgba(50, 50, 50, 0.15);
}
:where(.p-wysiwyg) {
  /* casestudy */
}
:where(.p-wysiwyg) .casestudy {
  margin-block: 30px;
  padding: 25px 20px;
  border-radius: 10px;
  background: #ece8e1;
}
@media only screen and (max-width: 768.499px) {
  :where(.p-wysiwyg) .casestudy {
    margin-block: 20px;
    padding: 20px 15px;
    border-radius: 5px;
  }
}
:where(.p-wysiwyg) .casestudy p {
  margin: 0;
}
:where(.p-wysiwyg) .casestudy p:empty {
  min-height: 0;
}
:where(.p-wysiwyg) .casestudy .casestudy_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768.499px) {
  :where(.p-wysiwyg) .casestudy .casestudy_inner {
    display: block;
  }
}
:where(.p-wysiwyg) .casestudy .casestudy_inner:not(:first-of-type) {
  margin-top: 40px;
}
:where(.p-wysiwyg) .casestudy .casestudy_photo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 50%;
  max-width: 400px;
}
@media only screen and (max-width: 768.499px) {
  :where(.p-wysiwyg) .casestudy .casestudy_photo {
    width: 100%;
    max-width: none;
  }
}
:where(.p-wysiwyg) .casestudy .casestudy_photo img {
  width: 100%;
}
:where(.p-wysiwyg) .casestudy .casestudy_description {
  padding-left: 20px;
}
@media only screen and (max-width: 768.499px) {
  :where(.p-wysiwyg) .casestudy .casestudy_description {
    padding: 10px 0 0 0;
  }
}
:where(.p-wysiwyg) .casestudy .casestudy_title {
  font-size: 110%;
}
:where(.p-wysiwyg) .casestudy .casestudy_text {
  padding-top: 10px;
}
:where(.p-wysiwyg) .casestudy .casestudy_link {
  display: inline-block;
  position: relative;
  z-index: 0;
  margin-top: 20px;
  padding: 0.5em 2em;
  border: 1px solid #4d4134;
  border-radius: 4px;
  background: #4d4134;
  color: #ffffff;
  font-weight: 500;
  font-size: 12px;
}
@media only screen and (max-width: 768.499px) {
  :where(.p-wysiwyg) .casestudy .casestudy_link {
    display: block;
    text-align: center;
  }
}
:where(.p-wysiwyg) .casestudy .casestudy_link::after {
  display: block;
  top: 0;
  right: 0.5em;
  left: auto;
  -webkit-transform: none;
          transform: none;
  width: 0.8em;
  height: 100%;
  background: url(../images/common/ico_arrow_w.svg) no-repeat center center;
  content: "";
}
:where(.p-wysiwyg) .casestudy .casestudy_link::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  background: #6b5e50;
  content: "";
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
:where(.p-wysiwyg) .casestudy .casestudy_link:hover::before {
  display: block;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
:where(.p-wysiwyg) {
  /* entry_large_link */
}
:where(.p-wysiwyg) .entry_large_link {
  display: inline-block;
  position: relative;
  z-index: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-top: 30px;
  padding: 1em 2.5em 1em 1.5em;
  overflow: hidden;
  border-radius: 4px;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
}
@media only screen and (max-width: 768.499px) {
  :where(.p-wysiwyg) .entry_large_link {
    margin-top: 20px;
    padding-left: 1em;
  }
}
:where(.p-wysiwyg) .entry_large_link:after {
  display: block;
  position: absolute;
  top: 0;
  right: 1em;
  left: auto;
  -webkit-transform: none;
          transform: none;
  width: 1.2em;
  height: 100%;
  background: url("/kurashinote/assets/images/icon_arrow_w.svg") no-repeat center center;
  content: "";
}
@media only screen and (max-width: 768.499px) {
  :where(.p-wysiwyg) .entry_large_link:after {
    right: 0.8em;
    width: 1em;
  }
}
:where(.p-wysiwyg) .entry_large_link::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  content: "";
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
:where(.p-wysiwyg) .entry_large_link:hover::before {
  display: block;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
:where(.p-wysiwyg) .link_case {
  background: #323232;
  color: #ffffff;
}
:where(.p-wysiwyg) .link_case::before {
  background: rgba(255, 255, 255, 0.15);
}
:where(.p-wysiwyg) {
  /* nearby */
}
:where(.p-wysiwyg) .nearby {
  margin-block: 30px;
  padding: 15px 20px;
  border: 1px solid #e3c5c5;
  border-radius: 10px;
  font-size: 15px;
}
@media only screen and (max-width: 768.499px) {
  :where(.p-wysiwyg) .nearby {
    margin-block: 20px;
    padding: 15px 15px;
    border-radius: 5px;
    font-size: 13px;
  }
}
:where(.p-wysiwyg) .nearby:first-child {
  margin-top: 0;
}
:where(.p-wysiwyg) .nearby:last-child {
  margin-bottom: 0;
}
:where(.p-wysiwyg) .nearby dt {
  padding-bottom: 10px;
  border-bottom: 1px dashed #e3c5c5;
}
:where(.p-wysiwyg) .nearby dd {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 15px;
  margin-right: 10px;
}
:where(.p-wysiwyg) .nearby dd a {
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: auto;
  max-width: 100%;
  padding: 4px 1.75em 5px 1em;
  border: 1px solid #e3c5c5;
  border-radius: 50em;
  color: #4d4134;
  text-decoration: none;
}
:where(.p-wysiwyg) .nearby dd a::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0.75em;
  bottom: auto;
  left: auto;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 5px;
  height: 5px;
  border: 1px solid currentColor;
  border-width: 1px 1px 0 0;
  -webkit-background-size: contain;
          background-size: contain;
  content: "";
}
:where(.p-wysiwyg) .nearby dd a:hover {
  border-color: #b96d6d;
  background: #b96d6d;
  color: #ffffff;
}
@media only screen and (max-width: 768.499px) {
  :where(.p-wysiwyg) .nearby dd {
    width: 100%;
    margin: 10px 0 0;
  }
  :where(.p-wysiwyg) .nearby dd a {
    width: 100%;
  }
}
:where(.p-wysiwyg) {
  /* .bunner-ar */
}
:where(.p-wysiwyg) .bunner-ar {
  margin-block: 30px;
  text-align: center;
}
:where(.p-wysiwyg) .bunner-ar a {
  display: inline-block;
}
:where(.p-wysiwyg) .bunner-ar a:nth-child(n+2) {
  margin-top: 30px;
}
:where(.p-wysiwyg) .bunner-ar img {
  width: 100%;
}
:where(.p-wysiwyg) .bunner-ar small {
  margin-top: 5px;
}
:where(.p-wysiwyg) .content-img_ar {
  margin-block: 50px 30px;
}
@media only screen and (max-width: 768.499px) {
  :where(.p-wysiwyg) .content-img_ar {
    margin-block: 30px 30px;
  }
}
:where(.p-wysiwyg) .ttlh6_ar {
  margin-top: 50px;
}
@media only screen and (max-width: 768.499px) {
  :where(.p-wysiwyg) .ttlh6_ar {
    margin-top: 30px;
  }
}
:where(.p-wysiwyg) {
  /* gaikan_size_limit */
}
:where(.p-wysiwyg) .gaikan_size_limit {
  text-align: center;
}
:where(.p-wysiwyg) .gaikan_size_limit img {
  max-width: 500px;
}
:where(.p-wysiwyg) .entry_copy {
  display: inline-block;
  color: #787878;
  font-size: 13px;
  line-height: 1.5;
}
@media only screen and (max-width: 768.499px) {
  :where(.p-wysiwyg) .entry_copy {
    font-size: 12px;
  }
}
:where(.p-wysiwyg) p:has(.entry_copy) {
  margin-top: 50px;
}
:where(.p-wysiwyg) body {
  color: #323232;
  font-size: 17px;
  line-height: 1.75;
  font-family: zen-maru-gothic, "zen-maru-gothic", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, sans-serif;
}
:where(.p-wysiwyg) * {
  word-break: break-all;
}
:where(.p-wysiwyg) p,
:where(.p-wysiwyg) h1,
:where(.p-wysiwyg) h2,
:where(.p-wysiwyg) h3,
:where(.p-wysiwyg) h4,
:where(.p-wysiwyg) h5,
:where(.p-wysiwyg) h6,
:where(.p-wysiwyg) blockquote {
  margin-block: 30px 20px;
  font-size: inherit;
}
@media only screen and (max-width: 768.499px) {
  :where(.p-wysiwyg) p,
  :where(.p-wysiwyg) h1,
  :where(.p-wysiwyg) h2,
  :where(.p-wysiwyg) h3,
  :where(.p-wysiwyg) h4,
  :where(.p-wysiwyg) h5,
  :where(.p-wysiwyg) h6,
  :where(.p-wysiwyg) blockquote {
    margin-block: 20px 20px;
  }
}
:where(.p-wysiwyg) p:where(p),
:where(.p-wysiwyg) h1:where(p),
:where(.p-wysiwyg) h2:where(p),
:where(.p-wysiwyg) h3:where(p),
:where(.p-wysiwyg) h4:where(p),
:where(.p-wysiwyg) h5:where(p),
:where(.p-wysiwyg) h6:where(p),
:where(.p-wysiwyg) blockquote:where(p) {
  margin-top: 1em;
}
:where(.p-wysiwyg) h1,
:where(.p-wysiwyg) h2,
:where(.p-wysiwyg) h3,
:where(.p-wysiwyg) h4,
:where(.p-wysiwyg) h5,
:where(.p-wysiwyg) h6 {
  margin-top: 2.5em;
  font-weight: bold;
}
:where(.p-wysiwyg) h1 {
  line-height: 1.4;
}
:where(.p-wysiwyg) h2:not(.-noStyle) {
  position: relative;
  min-height: 2.8em;
  margin-block: 3em 30px;
  padding-top: 0.5em;
  padding-left: 3.5em;
  color: #323232;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.4;
}
@media only screen and (max-width: 768.499px) {
  :where(.p-wysiwyg) h2:not(.-noStyle) {
    min-height: 0;
    padding: 0;
    font-size: 18px;
  }
}
:where(.p-wysiwyg) h2:not(.-noStyle):nth-child(n+2) {
  padding-top: calc(80px + 0.5em);
  background-image: -webkit-radial-gradient(circle, #f5f1eb 15px, transparent 15px);
  background-image: radial-gradient(circle, #f5f1eb 15px, transparent 15px);
  background-position: -1% top;
  -webkit-background-size: 6.8% 30px;
          background-size: 6.8% 30px;
  background-repeat: repeat-x;
}
@media only screen and (min-width: 769px) and (max-width: 959.499px) {
  :where(.p-wysiwyg) h2:not(.-noStyle):nth-child(n+2) {
    -webkit-background-size: 7.3% 30px;
            background-size: 7.3% 30px;
  }
}
:where(.p-wysiwyg) h2:not(.-noStyle):nth-child(n+2)::before {
  margin-top: 80px;
}
@media only screen and (max-width: 768.499px) {
  :where(.p-wysiwyg) h2:not(.-noStyle):nth-child(n+2) {
    padding-top: 55px;
    background-image: -webkit-radial-gradient(circle, #f5f1eb 7.5px, transparent 7.5px);
    background-image: radial-gradient(circle, #f5f1eb 7.5px, transparent 7.5px);
    -webkit-background-size: 7.8% 15px;
            background-size: 7.8% 15px;
  }
}
@media only screen and (max-width: 768.499px) and (max-width: 374.499px) {
  :where(.p-wysiwyg) h2:not(.-noStyle):nth-child(n+2) {
    -webkit-background-size: 9.2% 15px;
            background-size: 9.2% 15px;
  }
}
@media only screen and (max-width: 768.499px) {
  :where(.p-wysiwyg) h2:not(.-noStyle):nth-child(n+2)::before {
    margin-top: 0;
  }
}
:where(.p-wysiwyg) h2:not(.-noStyle) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768.499px) {
  :where(.p-wysiwyg) h2:not(.-noStyle) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
:where(.p-wysiwyg) h2:not(.-noStyle)::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: #b96d6d;
  font-weight: 300;
  font-size: 120px;
  line-height: 1;
  font-family: "voltage", "jaf-domus-titling-web", zen-maru-gothic, "zen-maru-gothic", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, sans-serif;
}
@media only screen and (max-width: 768.499px) {
  :where(.p-wysiwyg) h2:not(.-noStyle)::before {
    position: relative;
    top: auto;
    left: auto;
    font-size: 75px;
    text-align: center;
  }
}
:where(.p-wysiwyg) h2:not(.-noStyle):nth-of-type(0)::before {
  content: "0.";
}
:where(.p-wysiwyg) h2:not(.-noStyle):nth-of-type(1)::before {
  content: "1.";
}
:where(.p-wysiwyg) h2:not(.-noStyle):nth-of-type(2)::before {
  content: "2.";
}
:where(.p-wysiwyg) h2:not(.-noStyle):nth-of-type(3)::before {
  content: "3.";
}
:where(.p-wysiwyg) h2:not(.-noStyle):nth-of-type(4)::before {
  content: "4.";
}
:where(.p-wysiwyg) h2:not(.-noStyle):nth-of-type(5)::before {
  content: "5.";
}
:where(.p-wysiwyg) h2:not(.-noStyle):nth-of-type(6)::before {
  content: "6.";
}
:where(.p-wysiwyg) h2:not(.-noStyle):nth-of-type(7)::before {
  content: "7.";
}
:where(.p-wysiwyg) h2:not(.-noStyle):nth-of-type(8)::before {
  content: "8.";
}
:where(.p-wysiwyg) h2:not(.-noStyle):nth-of-type(9)::before {
  content: "9.";
}
:where(.p-wysiwyg) h2:not(.-noStyle):nth-of-type(10) {
  padding-left: 4em;
}
@media only screen and (max-width: 768.499px) {
  :where(.p-wysiwyg) h2:not(.-noStyle):nth-of-type(10) {
    padding-left: 0;
  }
}
:where(.p-wysiwyg) h2:not(.-noStyle):nth-of-type(10)::before {
  content: "10.";
}
:where(.p-wysiwyg) h2:not(.-noStyle):nth-of-type(11) {
  padding-left: 4em;
}
@media only screen and (max-width: 768.499px) {
  :where(.p-wysiwyg) h2:not(.-noStyle):nth-of-type(11) {
    padding-left: 0;
  }
}
:where(.p-wysiwyg) h2:not(.-noStyle):nth-of-type(11)::before {
  content: "11.";
}
:where(.p-wysiwyg) h2:not(.-noStyle):nth-of-type(12) {
  padding-left: 4em;
}
@media only screen and (max-width: 768.499px) {
  :where(.p-wysiwyg) h2:not(.-noStyle):nth-of-type(12) {
    padding-left: 0;
  }
}
:where(.p-wysiwyg) h2:not(.-noStyle):nth-of-type(12)::before {
  content: "12.";
}
:where(.p-wysiwyg) h2:not(.-noStyle):nth-of-type(13) {
  padding-left: 4em;
}
@media only screen and (max-width: 768.499px) {
  :where(.p-wysiwyg) h2:not(.-noStyle):nth-of-type(13) {
    padding-left: 0;
  }
}
:where(.p-wysiwyg) h2:not(.-noStyle):nth-of-type(13)::before {
  content: "13.";
}
:where(.p-wysiwyg) h2:not(.-noStyle):nth-of-type(14) {
  padding-left: 4em;
}
@media only screen and (max-width: 768.499px) {
  :where(.p-wysiwyg) h2:not(.-noStyle):nth-of-type(14) {
    padding-left: 0;
  }
}
:where(.p-wysiwyg) h2:not(.-noStyle):nth-of-type(14)::before {
  content: "14.";
}
:where(.p-wysiwyg) h2:not(.-noStyle):nth-of-type(15) {
  padding-left: 4em;
}
@media only screen and (max-width: 768.499px) {
  :where(.p-wysiwyg) h2:not(.-noStyle):nth-of-type(15) {
    padding-left: 0;
  }
}
:where(.p-wysiwyg) h2:not(.-noStyle):nth-of-type(15)::before {
  content: "15.";
}
:where(.p-wysiwyg) h2:not(.-noStyle):nth-of-type(16) {
  padding-left: 4em;
}
@media only screen and (max-width: 768.499px) {
  :where(.p-wysiwyg) h2:not(.-noStyle):nth-of-type(16) {
    padding-left: 0;
  }
}
:where(.p-wysiwyg) h2:not(.-noStyle):nth-of-type(16)::before {
  content: "16.";
}
:where(.p-wysiwyg) h2:not(.-noStyle):nth-of-type(17) {
  padding-left: 4em;
}
@media only screen and (max-width: 768.499px) {
  :where(.p-wysiwyg) h2:not(.-noStyle):nth-of-type(17) {
    padding-left: 0;
  }
}
:where(.p-wysiwyg) h2:not(.-noStyle):nth-of-type(17)::before {
  content: "17.";
}
:where(.p-wysiwyg) h2:not(.-noStyle):nth-of-type(18) {
  padding-left: 4em;
}
@media only screen and (max-width: 768.499px) {
  :where(.p-wysiwyg) h2:not(.-noStyle):nth-of-type(18) {
    padding-left: 0;
  }
}
:where(.p-wysiwyg) h2:not(.-noStyle):nth-of-type(18)::before {
  content: "18.";
}
:where(.p-wysiwyg) h2:not(.-noStyle):nth-of-type(19) {
  padding-left: 4em;
}
@media only screen and (max-width: 768.499px) {
  :where(.p-wysiwyg) h2:not(.-noStyle):nth-of-type(19) {
    padding-left: 0;
  }
}
:where(.p-wysiwyg) h2:not(.-noStyle):nth-of-type(19)::before {
  content: "19.";
}
:where(.p-wysiwyg) h2:not(.-noStyle):nth-of-type(20) {
  padding-left: 4em;
}
@media only screen and (max-width: 768.499px) {
  :where(.p-wysiwyg) h2:not(.-noStyle):nth-of-type(20) {
    padding-left: 0;
  }
}
:where(.p-wysiwyg) h2:not(.-noStyle):nth-of-type(20)::before {
  content: "20.";
}
:where(.p-wysiwyg) h3:not(.-noStyle) {
  color: #b96d6d;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.6;
}
@media only screen and (max-width: 768.499px) {
  :where(.p-wysiwyg) h3:not(.-noStyle) {
    font-size: 18px;
  }
}
:where(.p-wysiwyg) h4:not(.-noStyle) {
  color: #b96d6d;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.7;
}
@media only screen and (max-width: 768.499px) {
  :where(.p-wysiwyg) h4:not(.-noStyle) {
    font-size: 16px;
  }
}
:where(.p-wysiwyg) h5:not(.-noStyle) {
  font-weight: 700;
}
@media only screen and (max-width: 768.499px) {
  :where(.p-wysiwyg) h5:not(.-noStyle) {
    font-size: 15px;
  }
}
:where(.p-wysiwyg) h6:not(.-noStyle) {
  font-weight: 700;
}
:where(.p-wysiwyg) p {
  text-align: justify;
}
:where(.p-wysiwyg) a {
  color: #323232;
}
:where(.p-wysiwyg) ul {
  list-style-type: disc;
}
:where(.p-wysiwyg) ol {
  list-style-type: decimal;
}
:where(.p-wysiwyg) ul,
:where(.p-wysiwyg) ol {
  margin-block: 1.5em;
  padding-left: 1.75em;
}
:where(.p-wysiwyg) ul.-noStyle,
:where(.p-wysiwyg) ol.-noStyle {
  list-style: none;
  padding-left: 0;
}
:where(.p-wysiwyg) ul.-hasLiMargin > li,
:where(.p-wysiwyg) ol.-hasLiMargin > li {
  margin-block: 2em;
}
:where(.p-wysiwyg) ul.-hasLiMargin > li:first-child,
:where(.p-wysiwyg) ol.-hasLiMargin > li:first-child {
  margin-top: 0;
}
:where(.p-wysiwyg) ul.-hasLiMargin > li:last-child,
:where(.p-wysiwyg) ol.-hasLiMargin > li:last-child {
  margin-bottom: 0;
}
:where(.p-wysiwyg) p:first-child,
:where(.p-wysiwyg) h1:first-child,
:where(.p-wysiwyg) h2:first-child,
:where(.p-wysiwyg) h3:first-child,
:where(.p-wysiwyg) h4:first-child,
:where(.p-wysiwyg) h5:first-child,
:where(.p-wysiwyg) h6:first-child,
:where(.p-wysiwyg) blockquote:first-child,
:where(.p-wysiwyg) ul:first-child,
:where(.p-wysiwyg) ol:first-child,
:where(.p-wysiwyg) table:first-child {
  margin-top: 0;
}
:where(.p-wysiwyg) p:last-child,
:where(.p-wysiwyg) h1:last-child,
:where(.p-wysiwyg) h2:last-child,
:where(.p-wysiwyg) h3:last-child,
:where(.p-wysiwyg) h4:last-child,
:where(.p-wysiwyg) h5:last-child,
:where(.p-wysiwyg) h6:last-child,
:where(.p-wysiwyg) blockquote:last-child,
:where(.p-wysiwyg) ul:last-child,
:where(.p-wysiwyg) ol:last-child,
:where(.p-wysiwyg) table:last-child {
  margin-bottom: 0;
}
:where(.p-wysiwyg) li > blockquote:first-child, :where(.p-wysiwyg) li > blockquote:last-child,
:where(.p-wysiwyg) li > ul:first-child,
:where(.p-wysiwyg) li > ul:last-child,
:where(.p-wysiwyg) li > ol:first-child,
:where(.p-wysiwyg) li > ol:last-child,
:where(.p-wysiwyg) li > table:first-child,
:where(.p-wysiwyg) li > table:last-child {
  margin-block: 30px;
}
@media only screen and (max-width: 768.499px) {
  :where(.p-wysiwyg) li > blockquote:first-child, :where(.p-wysiwyg) li > blockquote:last-child,
  :where(.p-wysiwyg) li > ul:first-child,
  :where(.p-wysiwyg) li > ul:last-child,
  :where(.p-wysiwyg) li > ol:first-child,
  :where(.p-wysiwyg) li > ol:last-child,
  :where(.p-wysiwyg) li > table:first-child,
  :where(.p-wysiwyg) li > table:last-child {
    margin-block: 20px;
  }
}
:where(.p-wysiwyg) table {
  width: auto;
  min-width: 100%;
  margin: 1.5em -4px;
  border-collapse: separate;
  border-spacing: 4px;
}
@media only screen and (max-width: 768.499px) {
  :where(.p-wysiwyg) table {
    margin-inline: -2px;
    border-spacing: 2px;
  }
}
:where(.p-wysiwyg) table th,
:where(.p-wysiwyg) table td {
  font-size: 16px;
  line-height: 1.4;
  vertical-align: middle;
}
@media only screen and (max-width: 768.499px) {
  :where(.p-wysiwyg) table th,
  :where(.p-wysiwyg) table td {
    font-size: 13px;
  }
}
:where(.p-wysiwyg) table th {
  background-color: #e3c5c5;
  font-weight: 700;
  text-align: center;
}
:where(.p-wysiwyg) table td {
  background-color: #f5f1eb;
}
:where(.p-wysiwyg) table thead th,
:where(.p-wysiwyg) table thead td {
  background-color: #e3c5c5;
  color: #b96d6d;
  text-align: center;
}
:where(.p-wysiwyg) iframe {
  display: block;
  max-width: 100%;
}
:where(.p-wysiwyg) hr {
  display: block;
  clear: both;
  width: 100%;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: solid #e5e5e5;
  border-width: 1px 0 0;
}
:where(.p-wysiwyg) hr:after {
  display: block;
  clear: both;
  content: "";
}
:where(.p-wysiwyg) figcaption,
:where(.p-wysiwyg) .wp-caption-text,
:where(.p-wysiwyg) .caption-text {
  margin-top: 1em;
  color: #787878;
  font-size: 13px;
  text-align: left;
}
@media only screen and (max-width: 768.499px) {
  :where(.p-wysiwyg) figcaption,
  :where(.p-wysiwyg) .wp-caption-text,
  :where(.p-wysiwyg) .caption-text {
    font-size: 11px;
  }
}
:where(.p-wysiwyg) figure {
  text-align: center;
}
:where(.p-wysiwyg) figure:where(.p-wysiwyg > *) {
  margin-block: 30px;
}
:where(.p-wysiwyg) img[class*=wp-image].aligncenter {
  margin-top: 2em;
  margin-bottom: 2em;
}
:where(.p-wysiwyg) blockquote {
  display: block;
  position: relative;
  margin-block: 40px 50px;
  padding: 40px 40px;
  border-radius: 20px;
  background-color: #f4e9e9;
}
:where(.p-wysiwyg) blockquote::before {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  right: 0;
  bottom: 0;
  -webkit-transform: skewX(45deg) scaleX(0.6) rotate(45deg);
          transform: skewX(45deg) scaleX(0.6) rotate(45deg);
  margin: -30px 140px;
  border-width: 30px;
  border-style: solid;
  border-color: transparent #f4e9e9 #f4e9e9 transparent;
  border-radius: 0 0 8px 0;
}
:where(.p-wysiwyg) blockquote::after {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  right: 0;
  top: 100%;
  width: 74px;
  height: 52px;
  margin: -10px 30px;
  background-image: url("/kurashinote/assets/images/icon_note01.svg");
}
@media only screen and (max-width: 768.499px) {
  :where(.p-wysiwyg) blockquote {
    margin-block: 20px 30px;
    padding: 15px 15px;
    border-radius: 10px;
  }
  :where(.p-wysiwyg) blockquote::before {
    margin: -10px 70px;
    border-width: 15px;
    border-radius: 0 0 4px 0;
  }
  :where(.p-wysiwyg) blockquote::after {
    width: 37px;
    height: 26px;
    margin: -7px 15px;
  }
}
:where(.p-wysiwyg) body {
  font-size: 17px;
}
:where(.p-wysiwyg) table th,
:where(.p-wysiwyg) table td {
  padding: 10px 15px;
}
@media only screen and (max-width: 768.499px) {
  :where(.p-wysiwyg) p,
  :where(.p-wysiwyg) h1,
  :where(.p-wysiwyg) h2,
  :where(.p-wysiwyg) h3,
  :where(.p-wysiwyg) h4,
  :where(.p-wysiwyg) h5,
  :where(.p-wysiwyg) h6 {
    font-size: 14px;
  }
  :where(.p-wysiwyg) table th,
  :where(.p-wysiwyg) table td {
    padding: 8px 8px;
  }
}
:where(.p-wysiwyg) {
  /**
   * 4.0 - Alignment
   */
}
:where(.p-wysiwyg) .alignleft {
  float: left;
  clear: both;
  margin: 0.5em 1em 1em 0;
}
:where(.p-wysiwyg) .alignright {
  float: right;
  clear: both;
  margin: 0.5em 0 1em 1em;
}
:where(.p-wysiwyg) .aligncenter {
  display: block;
  clear: both;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
  text-align: center;
}
@media only screen and (max-width: 768.499px) {
  :where(.p-wysiwyg) .aligncenter {
    border-radius: 8px;
  }
}
:where(.p-wysiwyg) .alignnone {
  clear: both;
  margin: 0.5em auto 0.5em;
  text-align: center;
}
@media only screen and (max-width: 768.499px) {
  :where(.p-wysiwyg) .alignleft,
  :where(.p-wysiwyg) .alignright,
  :where(.p-wysiwyg) .aligncenter,
  :where(.p-wysiwyg) .alignnone {
    display: block;
    float: none;
    clear: both;
    margin: 0.5em auto 0.5em;
    text-align: center;
  }
}
:where(.p-wysiwyg) {
  /**
    * 5.0 - Caption
    */
}
:where(.p-wysiwyg) .wp-caption {
  max-width: 100%;
  margin-bottom: 1em;
  padding: 0;
  border: none;
  background: transparent;
  text-align: inherit;
}
:where(.p-wysiwyg) .wp-caption-text,
:where(.p-wysiwyg) .wp-caption-dd {
  padding-top: 0.5em;
  color: #686868;
  font-style: italic;
  font-size: 12px;
  line-height: 1.6153846154;
}
:where(.p-wysiwyg) {
  /**
    * 6.0 - Galleries
    */
}
:where(.p-wysiwyg) .mce-content-body .wpview-wrap {
  margin-bottom: 28px;
}
:where(.p-wysiwyg) .gallery {
  margin: 0 -1.1666667%;
  padding: 0;
}
:where(.p-wysiwyg) .gallery .gallery-item {
  display: inline-block;
  width: 100%;
  max-width: 33.33%;
  padding: 0 1.1400652% 2.2801304%;
  text-align: center;
  vertical-align: top;
}
:where(.p-wysiwyg) .gallery-columns-1 .gallery-item {
  max-width: 100%;
}
:where(.p-wysiwyg) .gallery-columns-2 .gallery-item {
  max-width: 50%;
}
:where(.p-wysiwyg) .gallery-columns-4 .gallery-item {
  max-width: 25%;
}
:where(.p-wysiwyg) .gallery-columns-5 .gallery-item {
  max-width: 20%;
}
:where(.p-wysiwyg) .gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
:where(.p-wysiwyg) .gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
:where(.p-wysiwyg) .gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
:where(.p-wysiwyg) .gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
:where(.p-wysiwyg) .gallery .gallery-caption {
  margin: 0;
  font-size: 13px;
}
:where(.p-wysiwyg) .gallery-columns-6 .gallery-caption,
:where(.p-wysiwyg) .gallery-columns-7 .gallery-caption,
:where(.p-wysiwyg) .gallery-columns-8 .gallery-caption,
:where(.p-wysiwyg) .gallery-columns-9 .gallery-caption {
  display: none;
}
:where(.p-wysiwyg) {
  /**
    * 7.0 - Audio / Video
    */
}
:where(.p-wysiwyg) .wp-audio-shortcode a,
:where(.p-wysiwyg) .wp-playlist a {
  -webkit-box-shadow: none;
          box-shadow: none;
}
:where(.p-wysiwyg) .mce-content-body .wp-audio-playlist {
  margin: 0;
  padding-bottom: 0;
}
:where(.p-wysiwyg) .mce-content-body .wp-playlist-tracks {
  margin-top: 0;
}
:where(.p-wysiwyg) .mce-content-body .wp-playlist-item {
  padding: 10px 0;
}
:where(.p-wysiwyg) .mce-content-body .wp-playlist-item-length {
  top: 10px;
}
:where(.p-wysiwyg) {
  /**
    * 8.0 - RTL
    */
}
:where(.p-wysiwyg) .rtl blockquote {
  border: 0 solid #1a1a1a;
  border-right-width: 4px;
}
:where(.p-wysiwyg) .rtl blockquote.alignleft,
:where(.p-wysiwyg) .rtl blockquote.alignright {
  border: 0 solid #1a1a1a;
  border-top-width: 4px;
}
:where(.p-wysiwyg) .rtl blockquote:not(.alignleft):not(.alignright) {
  margin-right: -28px;
  padding: 0 24px 0 0;
}
:where(.p-wysiwyg) .rtl blockquote blockquote:not(.alignleft):not(.alignright) {
  margin-right: 0;
  margin-left: auto;
}
:where(.p-wysiwyg) .rtl li > ul,
:where(.p-wysiwyg) .rtl blockquote > ul {
  margin-right: 20px;
  margin-left: auto;
}
:where(.p-wysiwyg) .rtl li > ol,
:where(.p-wysiwyg) .rtl blockquote > ol {
  margin-right: 24px;
  margin-left: auto;
}
:where(.p-wysiwyg) .rtl table th,
:where(.p-wysiwyg) .rtl .mce-item-table th,
:where(.p-wysiwyg) .rtl table caption {
  text-align: right;
}
:where(.p-wysiwyg) .p-indentList {
  padding-left: 0;
}
:where(.p-wysiwyg) .p-indentList {
  list-style: none;
  margin-left: 1em;
}
:where(.p-wysiwyg) .p-indentList > * {
  padding-left: 1em;
  text-indent: -1em;
}
:where(.p-wysiwyg) .p-indentList > * > * {
  text-indent: 0;
}
:where(.p-wysiwyg) .p-indentList > li:nth-child(n+2) {
  margin-top: 5px;
}

/* hover */
.u-ovSelf:hover {
  opacity: 0.7;
}

a.u-ov:hover img {
  opacity: 0.7;
}

/* fade setting */
.u-ovSelf,
a.u-ov img {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

/* clearfix */
.u-clearfix:after,
.u-clearFix:after,
.u-cf:after {
  display: block;
  clear: both;
  content: "";
}

/* wight height */
.u-wAuto {
  width: auto !important;
}

.u-hAuto {
  height: auto !important;
}

.u-minwAuto {
  min-width: auto !important;
}

.u-minhAuto {
  min-height: auto !important;
}

.u-maxwAuto {
  max-width: auto !important;
}

.u-maxhAuto {
  max-height: auto !important;
}

.u-w0 {
  width: 0px !important;
}

.u-minw0 {
  min-width: 0px !important;
}

.u-maxw0 {
  max-width: 0px !important;
}

.u-h0 {
  height: 0px !important;
}

.u-minh0 {
  min-height: 0px !important;
}

.u-maxh0 {
  max-height: 0px !important;
}

.u-w0per {
  width: 0% !important;
}

.u-minw0per {
  min-width: 0% !important;
}

.u-maxw0per {
  max-width: 0% !important;
}

.u-h0per {
  height: 0% !important;
}

.u-minh0per {
  min-height: 0% !important;
}

.u-maxh0per {
  max-height: 0% !important;
}

.u-w5 {
  width: 5px !important;
}

.u-minw5 {
  min-width: 5px !important;
}

.u-maxw5 {
  max-width: 5px !important;
}

.u-h5 {
  height: 5px !important;
}

.u-minh5 {
  min-height: 5px !important;
}

.u-maxh5 {
  max-height: 5px !important;
}

.u-w5per {
  width: 5% !important;
}

.u-minw5per {
  min-width: 5% !important;
}

.u-maxw5per {
  max-width: 5% !important;
}

.u-h5per {
  height: 5% !important;
}

.u-minh5per {
  min-height: 5% !important;
}

.u-maxh5per {
  max-height: 5% !important;
}

.u-w10 {
  width: 10px !important;
}

.u-minw10 {
  min-width: 10px !important;
}

.u-maxw10 {
  max-width: 10px !important;
}

.u-h10 {
  height: 10px !important;
}

.u-minh10 {
  min-height: 10px !important;
}

.u-maxh10 {
  max-height: 10px !important;
}

.u-w10per {
  width: 10% !important;
}

.u-minw10per {
  min-width: 10% !important;
}

.u-maxw10per {
  max-width: 10% !important;
}

.u-h10per {
  height: 10% !important;
}

.u-minh10per {
  min-height: 10% !important;
}

.u-maxh10per {
  max-height: 10% !important;
}

.u-w15 {
  width: 15px !important;
}

.u-minw15 {
  min-width: 15px !important;
}

.u-maxw15 {
  max-width: 15px !important;
}

.u-h15 {
  height: 15px !important;
}

.u-minh15 {
  min-height: 15px !important;
}

.u-maxh15 {
  max-height: 15px !important;
}

.u-w15per {
  width: 15% !important;
}

.u-minw15per {
  min-width: 15% !important;
}

.u-maxw15per {
  max-width: 15% !important;
}

.u-h15per {
  height: 15% !important;
}

.u-minh15per {
  min-height: 15% !important;
}

.u-maxh15per {
  max-height: 15% !important;
}

.u-w20 {
  width: 20px !important;
}

.u-minw20 {
  min-width: 20px !important;
}

.u-maxw20 {
  max-width: 20px !important;
}

.u-h20 {
  height: 20px !important;
}

.u-minh20 {
  min-height: 20px !important;
}

.u-maxh20 {
  max-height: 20px !important;
}

.u-w20per {
  width: 20% !important;
}

.u-minw20per {
  min-width: 20% !important;
}

.u-maxw20per {
  max-width: 20% !important;
}

.u-h20per {
  height: 20% !important;
}

.u-minh20per {
  min-height: 20% !important;
}

.u-maxh20per {
  max-height: 20% !important;
}

.u-w25 {
  width: 25px !important;
}

.u-minw25 {
  min-width: 25px !important;
}

.u-maxw25 {
  max-width: 25px !important;
}

.u-h25 {
  height: 25px !important;
}

.u-minh25 {
  min-height: 25px !important;
}

.u-maxh25 {
  max-height: 25px !important;
}

.u-w25per {
  width: 25% !important;
}

.u-minw25per {
  min-width: 25% !important;
}

.u-maxw25per {
  max-width: 25% !important;
}

.u-h25per {
  height: 25% !important;
}

.u-minh25per {
  min-height: 25% !important;
}

.u-maxh25per {
  max-height: 25% !important;
}

.u-w30 {
  width: 30px !important;
}

.u-minw30 {
  min-width: 30px !important;
}

.u-maxw30 {
  max-width: 30px !important;
}

.u-h30 {
  height: 30px !important;
}

.u-minh30 {
  min-height: 30px !important;
}

.u-maxh30 {
  max-height: 30px !important;
}

.u-w30per {
  width: 30% !important;
}

.u-minw30per {
  min-width: 30% !important;
}

.u-maxw30per {
  max-width: 30% !important;
}

.u-h30per {
  height: 30% !important;
}

.u-minh30per {
  min-height: 30% !important;
}

.u-maxh30per {
  max-height: 30% !important;
}

.u-w35 {
  width: 35px !important;
}

.u-minw35 {
  min-width: 35px !important;
}

.u-maxw35 {
  max-width: 35px !important;
}

.u-h35 {
  height: 35px !important;
}

.u-minh35 {
  min-height: 35px !important;
}

.u-maxh35 {
  max-height: 35px !important;
}

.u-w35per {
  width: 35% !important;
}

.u-minw35per {
  min-width: 35% !important;
}

.u-maxw35per {
  max-width: 35% !important;
}

.u-h35per {
  height: 35% !important;
}

.u-minh35per {
  min-height: 35% !important;
}

.u-maxh35per {
  max-height: 35% !important;
}

.u-w40 {
  width: 40px !important;
}

.u-minw40 {
  min-width: 40px !important;
}

.u-maxw40 {
  max-width: 40px !important;
}

.u-h40 {
  height: 40px !important;
}

.u-minh40 {
  min-height: 40px !important;
}

.u-maxh40 {
  max-height: 40px !important;
}

.u-w40per {
  width: 40% !important;
}

.u-minw40per {
  min-width: 40% !important;
}

.u-maxw40per {
  max-width: 40% !important;
}

.u-h40per {
  height: 40% !important;
}

.u-minh40per {
  min-height: 40% !important;
}

.u-maxh40per {
  max-height: 40% !important;
}

.u-w45 {
  width: 45px !important;
}

.u-minw45 {
  min-width: 45px !important;
}

.u-maxw45 {
  max-width: 45px !important;
}

.u-h45 {
  height: 45px !important;
}

.u-minh45 {
  min-height: 45px !important;
}

.u-maxh45 {
  max-height: 45px !important;
}

.u-w45per {
  width: 45% !important;
}

.u-minw45per {
  min-width: 45% !important;
}

.u-maxw45per {
  max-width: 45% !important;
}

.u-h45per {
  height: 45% !important;
}

.u-minh45per {
  min-height: 45% !important;
}

.u-maxh45per {
  max-height: 45% !important;
}

.u-w50 {
  width: 50px !important;
}

.u-minw50 {
  min-width: 50px !important;
}

.u-maxw50 {
  max-width: 50px !important;
}

.u-h50 {
  height: 50px !important;
}

.u-minh50 {
  min-height: 50px !important;
}

.u-maxh50 {
  max-height: 50px !important;
}

.u-w50per {
  width: 50% !important;
}

.u-minw50per {
  min-width: 50% !important;
}

.u-maxw50per {
  max-width: 50% !important;
}

.u-h50per {
  height: 50% !important;
}

.u-minh50per {
  min-height: 50% !important;
}

.u-maxh50per {
  max-height: 50% !important;
}

.u-w55 {
  width: 55px !important;
}

.u-minw55 {
  min-width: 55px !important;
}

.u-maxw55 {
  max-width: 55px !important;
}

.u-h55 {
  height: 55px !important;
}

.u-minh55 {
  min-height: 55px !important;
}

.u-maxh55 {
  max-height: 55px !important;
}

.u-w55per {
  width: 55% !important;
}

.u-minw55per {
  min-width: 55% !important;
}

.u-maxw55per {
  max-width: 55% !important;
}

.u-h55per {
  height: 55% !important;
}

.u-minh55per {
  min-height: 55% !important;
}

.u-maxh55per {
  max-height: 55% !important;
}

.u-w60 {
  width: 60px !important;
}

.u-minw60 {
  min-width: 60px !important;
}

.u-maxw60 {
  max-width: 60px !important;
}

.u-h60 {
  height: 60px !important;
}

.u-minh60 {
  min-height: 60px !important;
}

.u-maxh60 {
  max-height: 60px !important;
}

.u-w60per {
  width: 60% !important;
}

.u-minw60per {
  min-width: 60% !important;
}

.u-maxw60per {
  max-width: 60% !important;
}

.u-h60per {
  height: 60% !important;
}

.u-minh60per {
  min-height: 60% !important;
}

.u-maxh60per {
  max-height: 60% !important;
}

.u-w65 {
  width: 65px !important;
}

.u-minw65 {
  min-width: 65px !important;
}

.u-maxw65 {
  max-width: 65px !important;
}

.u-h65 {
  height: 65px !important;
}

.u-minh65 {
  min-height: 65px !important;
}

.u-maxh65 {
  max-height: 65px !important;
}

.u-w65per {
  width: 65% !important;
}

.u-minw65per {
  min-width: 65% !important;
}

.u-maxw65per {
  max-width: 65% !important;
}

.u-h65per {
  height: 65% !important;
}

.u-minh65per {
  min-height: 65% !important;
}

.u-maxh65per {
  max-height: 65% !important;
}

.u-w70 {
  width: 70px !important;
}

.u-minw70 {
  min-width: 70px !important;
}

.u-maxw70 {
  max-width: 70px !important;
}

.u-h70 {
  height: 70px !important;
}

.u-minh70 {
  min-height: 70px !important;
}

.u-maxh70 {
  max-height: 70px !important;
}

.u-w70per {
  width: 70% !important;
}

.u-minw70per {
  min-width: 70% !important;
}

.u-maxw70per {
  max-width: 70% !important;
}

.u-h70per {
  height: 70% !important;
}

.u-minh70per {
  min-height: 70% !important;
}

.u-maxh70per {
  max-height: 70% !important;
}

.u-w75 {
  width: 75px !important;
}

.u-minw75 {
  min-width: 75px !important;
}

.u-maxw75 {
  max-width: 75px !important;
}

.u-h75 {
  height: 75px !important;
}

.u-minh75 {
  min-height: 75px !important;
}

.u-maxh75 {
  max-height: 75px !important;
}

.u-w75per {
  width: 75% !important;
}

.u-minw75per {
  min-width: 75% !important;
}

.u-maxw75per {
  max-width: 75% !important;
}

.u-h75per {
  height: 75% !important;
}

.u-minh75per {
  min-height: 75% !important;
}

.u-maxh75per {
  max-height: 75% !important;
}

.u-w80 {
  width: 80px !important;
}

.u-minw80 {
  min-width: 80px !important;
}

.u-maxw80 {
  max-width: 80px !important;
}

.u-h80 {
  height: 80px !important;
}

.u-minh80 {
  min-height: 80px !important;
}

.u-maxh80 {
  max-height: 80px !important;
}

.u-w80per {
  width: 80% !important;
}

.u-minw80per {
  min-width: 80% !important;
}

.u-maxw80per {
  max-width: 80% !important;
}

.u-h80per {
  height: 80% !important;
}

.u-minh80per {
  min-height: 80% !important;
}

.u-maxh80per {
  max-height: 80% !important;
}

.u-w85 {
  width: 85px !important;
}

.u-minw85 {
  min-width: 85px !important;
}

.u-maxw85 {
  max-width: 85px !important;
}

.u-h85 {
  height: 85px !important;
}

.u-minh85 {
  min-height: 85px !important;
}

.u-maxh85 {
  max-height: 85px !important;
}

.u-w85per {
  width: 85% !important;
}

.u-minw85per {
  min-width: 85% !important;
}

.u-maxw85per {
  max-width: 85% !important;
}

.u-h85per {
  height: 85% !important;
}

.u-minh85per {
  min-height: 85% !important;
}

.u-maxh85per {
  max-height: 85% !important;
}

.u-w90 {
  width: 90px !important;
}

.u-minw90 {
  min-width: 90px !important;
}

.u-maxw90 {
  max-width: 90px !important;
}

.u-h90 {
  height: 90px !important;
}

.u-minh90 {
  min-height: 90px !important;
}

.u-maxh90 {
  max-height: 90px !important;
}

.u-w90per {
  width: 90% !important;
}

.u-minw90per {
  min-width: 90% !important;
}

.u-maxw90per {
  max-width: 90% !important;
}

.u-h90per {
  height: 90% !important;
}

.u-minh90per {
  min-height: 90% !important;
}

.u-maxh90per {
  max-height: 90% !important;
}

.u-w95 {
  width: 95px !important;
}

.u-minw95 {
  min-width: 95px !important;
}

.u-maxw95 {
  max-width: 95px !important;
}

.u-h95 {
  height: 95px !important;
}

.u-minh95 {
  min-height: 95px !important;
}

.u-maxh95 {
  max-height: 95px !important;
}

.u-w95per {
  width: 95% !important;
}

.u-minw95per {
  min-width: 95% !important;
}

.u-maxw95per {
  max-width: 95% !important;
}

.u-h95per {
  height: 95% !important;
}

.u-minh95per {
  min-height: 95% !important;
}

.u-maxh95per {
  max-height: 95% !important;
}

.u-w100 {
  width: 100px !important;
}

.u-minw100 {
  min-width: 100px !important;
}

.u-maxw100 {
  max-width: 100px !important;
}

.u-h100 {
  height: 100px !important;
}

.u-minh100 {
  min-height: 100px !important;
}

.u-maxh100 {
  max-height: 100px !important;
}

.u-w100per {
  width: 100% !important;
}

.u-minw100per {
  min-width: 100% !important;
}

.u-maxw100per {
  max-width: 100% !important;
}

.u-h100per {
  height: 100% !important;
}

.u-minh100per {
  min-height: 100% !important;
}

.u-maxh100per {
  max-height: 100% !important;
}

/* display */
.u-dib {
  display: inline-block !important;
}

.u-di {
  display: inline !important;
}

.u-db {
  display: block !important;
}

.u-dfl {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.u-dnone,
.u-hide {
  display: none !important;
}

/* pcNone,spNone */
@media only screen and (min-width: 769px), print {
  /* show
  ----------*/
  .u-pcBlock {
    display: block;
  }
  .u-spBlock {
    display: none !important;
  }
  .u-pcBlock-i {
    display: inline-block;
  }
  .u-spBlock-i {
    display: none !important;
  }
  /* hide
  ----------*/
  .u-pcNone {
    display: none !important;
  }
}
@media only screen and (max-width: 768.499px) {
  /* show
  ----------*/
  .u-pcBlock {
    display: none !important;
  }
  .u-spBlock {
    display: block;
  }
  .u-pcBlock-i {
    display: none !important;
  }
  .u-spBlock-i {
    display: inline-block;
  }
  /* hide
  ----------*/
  .u-spNone {
    display: none !important;
  }
}
/* font */
.u-fontB {
  font-weight: bold !important;
}

.u-fontM {
  font-weight: 500 !important;
}

.u-fontN {
  font-weight: normal !important;
}

.u-jizume {
  margin-left: -0.05em;
  letter-spacing: -0.05em;
}

/* color */
.u-colorBlack {
  color: #000000 !important;
}

.u-colorText {
  color: #323232 !important;
}

.u-colorWhite {
  color: #ffffff !important;
}

.u-colorRed {
  color: #ff0000 !important;
}

/* background-color */
.u-bgBlack {
  background-color: #000000 !important;
}

.u-bgText {
  background-color: #323232 !important;
}

.u-bgWhite {
  background-color: #ffffff !important;
}

.u-bgRed {
  background-color: #ff0000 !important;
}

.u-bgTransparent {
  background-color: transparent !important;
}

/* layout */
.u-tl {
  text-align: left !important;
}
@media only screen and (min-width: 769px), print {
  .u-tl--pc {
    text-align: left !important;
  }
}
@media only screen and (max-width: 768.499px) {
  .u-tl--sp {
    text-align: left !important;
  }
}

.u-tr {
  text-align: right !important;
}
@media only screen and (min-width: 769px), print {
  .u-tr--pc {
    text-align: right !important;
  }
}
@media only screen and (max-width: 768.499px) {
  .u-tr--sp {
    text-align: right !important;
  }
}

.u-tc {
  text-align: center !important;
}
@media only screen and (min-width: 769px), print {
  .u-tc--pc {
    text-align: center !important;
  }
}
@media only screen and (max-width: 768.499px) {
  .u-tc--sp {
    text-align: center !important;
  }
}

.u-clear {
  clear: both !important;
}

.u-fl {
  float: left !important;
}
@media only screen and (min-width: 769px), print {
  .u-fl--pc {
    float: left !important;
  }
}
@media only screen and (max-width: 768.499px) {
  .u-fl--sp {
    float: left !important;
  }
}

.u-fr {
  float: right !important;
}
@media only screen and (min-width: 769px), print {
  .u-fr--pc {
    float: right !important;
  }
}
@media only screen and (max-width: 768.499px) {
  .u-fr--sp {
    float: right !important;
  }
}

.u-justifyEnd {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.u-justifyStart {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.u-justifyCenter {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.u-alignItemsEnd {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.u-alignItemsStart {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.u-alignItemsCenter {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.u-alignSelfEnd {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.u-alignSelfStart {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.u-alignSelfCenter {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.u-ellipsis {
  display: inline-block !important;
  max-width: 100% !important;
  overflow: hidden !important;
  text-decoration: inherit !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
}

.u-mt0 {
  margin-top: 0px !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-ml0 {
  margin-left: 0px !important;
}

.u-mr0 {
  margin-right: 0px !important;
}

.u-mt0em {
  margin-top: 0em !important;
}

.u-mb0em {
  margin-bottom: 0em !important;
}

.u-ml0em {
  margin-left: 0em !important;
}

.u-mr0em {
  margin-right: 0em !important;
}

.u-pt0 {
  padding-top: 0px !important;
}

.u-pb0 {
  padding-bottom: 0px !important;
}

.u-pl0 {
  padding-left: 0px !important;
}

.u-pr0 {
  padding-right: 0px !important;
}

.u-pt0em {
  padding-top: 0em !important;
}

.u-pb0em {
  padding-bottom: 0em !important;
}

.u-pl0em {
  padding-left: 0em !important;
}

.u-pr0em {
  padding-right: 0em !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-ml5 {
  margin-left: 5px !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

.u-mt1em {
  margin-top: 1em !important;
}

.u-mb1em {
  margin-bottom: 1em !important;
}

.u-ml1em {
  margin-left: 1em !important;
}

.u-mr1em {
  margin-right: 1em !important;
}

.u-pt5 {
  padding-top: 5px !important;
}

.u-pb5 {
  padding-bottom: 5px !important;
}

.u-pl5 {
  padding-left: 5px !important;
}

.u-pr5 {
  padding-right: 5px !important;
}

.u-pt1em {
  padding-top: 1em !important;
}

.u-pb1em {
  padding-bottom: 1em !important;
}

.u-pl1em {
  padding-left: 1em !important;
}

.u-pr1em {
  padding-right: 1em !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-mt2em {
  margin-top: 2em !important;
}

.u-mb2em {
  margin-bottom: 2em !important;
}

.u-ml2em {
  margin-left: 2em !important;
}

.u-mr2em {
  margin-right: 2em !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-pl10 {
  padding-left: 10px !important;
}

.u-pr10 {
  padding-right: 10px !important;
}

.u-pt2em {
  padding-top: 2em !important;
}

.u-pb2em {
  padding-bottom: 2em !important;
}

.u-pl2em {
  padding-left: 2em !important;
}

.u-pr2em {
  padding-right: 2em !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-mt3em {
  margin-top: 3em !important;
}

.u-mb3em {
  margin-bottom: 3em !important;
}

.u-ml3em {
  margin-left: 3em !important;
}

.u-mr3em {
  margin-right: 3em !important;
}

.u-pt15 {
  padding-top: 15px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-pl15 {
  padding-left: 15px !important;
}

.u-pr15 {
  padding-right: 15px !important;
}

.u-pt3em {
  padding-top: 3em !important;
}

.u-pb3em {
  padding-bottom: 3em !important;
}

.u-pl3em {
  padding-left: 3em !important;
}

.u-pr3em {
  padding-right: 3em !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-mt4em {
  margin-top: 4em !important;
}

.u-mb4em {
  margin-bottom: 4em !important;
}

.u-ml4em {
  margin-left: 4em !important;
}

.u-mr4em {
  margin-right: 4em !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-pt4em {
  padding-top: 4em !important;
}

.u-pb4em {
  padding-bottom: 4em !important;
}

.u-pl4em {
  padding-left: 4em !important;
}

.u-pr4em {
  padding-right: 4em !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-mt5em {
  margin-top: 5em !important;
}

.u-mb5em {
  margin-bottom: 5em !important;
}

.u-ml5em {
  margin-left: 5em !important;
}

.u-mr5em {
  margin-right: 5em !important;
}

.u-pt25 {
  padding-top: 25px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-pl25 {
  padding-left: 25px !important;
}

.u-pr25 {
  padding-right: 25px !important;
}

.u-pt5em {
  padding-top: 5em !important;
}

.u-pb5em {
  padding-bottom: 5em !important;
}

.u-pl5em {
  padding-left: 5em !important;
}

.u-pr5em {
  padding-right: 5em !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-mt6em {
  margin-top: 6em !important;
}

.u-mb6em {
  margin-bottom: 6em !important;
}

.u-ml6em {
  margin-left: 6em !important;
}

.u-mr6em {
  margin-right: 6em !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

.u-pt6em {
  padding-top: 6em !important;
}

.u-pb6em {
  padding-bottom: 6em !important;
}

.u-pl6em {
  padding-left: 6em !important;
}

.u-pr6em {
  padding-right: 6em !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-ml35 {
  margin-left: 35px !important;
}

.u-mr35 {
  margin-right: 35px !important;
}

.u-mt7em {
  margin-top: 7em !important;
}

.u-mb7em {
  margin-bottom: 7em !important;
}

.u-ml7em {
  margin-left: 7em !important;
}

.u-mr7em {
  margin-right: 7em !important;
}

.u-pt35 {
  padding-top: 35px !important;
}

.u-pb35 {
  padding-bottom: 35px !important;
}

.u-pl35 {
  padding-left: 35px !important;
}

.u-pr35 {
  padding-right: 35px !important;
}

.u-pt7em {
  padding-top: 7em !important;
}

.u-pb7em {
  padding-bottom: 7em !important;
}

.u-pl7em {
  padding-left: 7em !important;
}

.u-pr7em {
  padding-right: 7em !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-mt8em {
  margin-top: 8em !important;
}

.u-mb8em {
  margin-bottom: 8em !important;
}

.u-ml8em {
  margin-left: 8em !important;
}

.u-mr8em {
  margin-right: 8em !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

.u-pt8em {
  padding-top: 8em !important;
}

.u-pb8em {
  padding-bottom: 8em !important;
}

.u-pl8em {
  padding-left: 8em !important;
}

.u-pr8em {
  padding-right: 8em !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-ml45 {
  margin-left: 45px !important;
}

.u-mr45 {
  margin-right: 45px !important;
}

.u-mt9em {
  margin-top: 9em !important;
}

.u-mb9em {
  margin-bottom: 9em !important;
}

.u-ml9em {
  margin-left: 9em !important;
}

.u-mr9em {
  margin-right: 9em !important;
}

.u-pt45 {
  padding-top: 45px !important;
}

.u-pb45 {
  padding-bottom: 45px !important;
}

.u-pl45 {
  padding-left: 45px !important;
}

.u-pr45 {
  padding-right: 45px !important;
}

.u-pt9em {
  padding-top: 9em !important;
}

.u-pb9em {
  padding-bottom: 9em !important;
}

.u-pl9em {
  padding-left: 9em !important;
}

.u-pr9em {
  padding-right: 9em !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-mt10em {
  margin-top: 10em !important;
}

.u-mb10em {
  margin-bottom: 10em !important;
}

.u-ml10em {
  margin-left: 10em !important;
}

.u-mr10em {
  margin-right: 10em !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pl50 {
  padding-left: 50px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}

.u-pt10em {
  padding-top: 10em !important;
}

.u-pb10em {
  padding-bottom: 10em !important;
}

.u-pl10em {
  padding-left: 10em !important;
}

.u-pr10em {
  padding-right: 10em !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-ml55 {
  margin-left: 55px !important;
}

.u-mr55 {
  margin-right: 55px !important;
}

.u-mt11em {
  margin-top: 11em !important;
}

.u-mb11em {
  margin-bottom: 11em !important;
}

.u-ml11em {
  margin-left: 11em !important;
}

.u-mr11em {
  margin-right: 11em !important;
}

.u-pt55 {
  padding-top: 55px !important;
}

.u-pb55 {
  padding-bottom: 55px !important;
}

.u-pl55 {
  padding-left: 55px !important;
}

.u-pr55 {
  padding-right: 55px !important;
}

.u-pt11em {
  padding-top: 11em !important;
}

.u-pb11em {
  padding-bottom: 11em !important;
}

.u-pl11em {
  padding-left: 11em !important;
}

.u-pr11em {
  padding-right: 11em !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-mt12em {
  margin-top: 12em !important;
}

.u-mb12em {
  margin-bottom: 12em !important;
}

.u-ml12em {
  margin-left: 12em !important;
}

.u-mr12em {
  margin-right: 12em !important;
}

.u-pt60 {
  padding-top: 60px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-pl60 {
  padding-left: 60px !important;
}

.u-pr60 {
  padding-right: 60px !important;
}

.u-pt12em {
  padding-top: 12em !important;
}

.u-pb12em {
  padding-bottom: 12em !important;
}

.u-pl12em {
  padding-left: 12em !important;
}

.u-pr12em {
  padding-right: 12em !important;
}

.u-mt65 {
  margin-top: 65px !important;
}

.u-mb65 {
  margin-bottom: 65px !important;
}

.u-ml65 {
  margin-left: 65px !important;
}

.u-mr65 {
  margin-right: 65px !important;
}

.u-mt13em {
  margin-top: 13em !important;
}

.u-mb13em {
  margin-bottom: 13em !important;
}

.u-ml13em {
  margin-left: 13em !important;
}

.u-mr13em {
  margin-right: 13em !important;
}

.u-pt65 {
  padding-top: 65px !important;
}

.u-pb65 {
  padding-bottom: 65px !important;
}

.u-pl65 {
  padding-left: 65px !important;
}

.u-pr65 {
  padding-right: 65px !important;
}

.u-pt13em {
  padding-top: 13em !important;
}

.u-pb13em {
  padding-bottom: 13em !important;
}

.u-pl13em {
  padding-left: 13em !important;
}

.u-pr13em {
  padding-right: 13em !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-ml70 {
  margin-left: 70px !important;
}

.u-mr70 {
  margin-right: 70px !important;
}

.u-mt14em {
  margin-top: 14em !important;
}

.u-mb14em {
  margin-bottom: 14em !important;
}

.u-ml14em {
  margin-left: 14em !important;
}

.u-mr14em {
  margin-right: 14em !important;
}

.u-pt70 {
  padding-top: 70px !important;
}

.u-pb70 {
  padding-bottom: 70px !important;
}

.u-pl70 {
  padding-left: 70px !important;
}

.u-pr70 {
  padding-right: 70px !important;
}

.u-pt14em {
  padding-top: 14em !important;
}

.u-pb14em {
  padding-bottom: 14em !important;
}

.u-pl14em {
  padding-left: 14em !important;
}

.u-pr14em {
  padding-right: 14em !important;
}

.u-mt75 {
  margin-top: 75px !important;
}

.u-mb75 {
  margin-bottom: 75px !important;
}

.u-ml75 {
  margin-left: 75px !important;
}

.u-mr75 {
  margin-right: 75px !important;
}

.u-mt15em {
  margin-top: 15em !important;
}

.u-mb15em {
  margin-bottom: 15em !important;
}

.u-ml15em {
  margin-left: 15em !important;
}

.u-mr15em {
  margin-right: 15em !important;
}

.u-pt75 {
  padding-top: 75px !important;
}

.u-pb75 {
  padding-bottom: 75px !important;
}

.u-pl75 {
  padding-left: 75px !important;
}

.u-pr75 {
  padding-right: 75px !important;
}

.u-pt15em {
  padding-top: 15em !important;
}

.u-pb15em {
  padding-bottom: 15em !important;
}

.u-pl15em {
  padding-left: 15em !important;
}

.u-pr15em {
  padding-right: 15em !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-ml80 {
  margin-left: 80px !important;
}

.u-mr80 {
  margin-right: 80px !important;
}

.u-mt16em {
  margin-top: 16em !important;
}

.u-mb16em {
  margin-bottom: 16em !important;
}

.u-ml16em {
  margin-left: 16em !important;
}

.u-mr16em {
  margin-right: 16em !important;
}

.u-pt80 {
  padding-top: 80px !important;
}

.u-pb80 {
  padding-bottom: 80px !important;
}

.u-pl80 {
  padding-left: 80px !important;
}

.u-pr80 {
  padding-right: 80px !important;
}

.u-pt16em {
  padding-top: 16em !important;
}

.u-pb16em {
  padding-bottom: 16em !important;
}

.u-pl16em {
  padding-left: 16em !important;
}

.u-pr16em {
  padding-right: 16em !important;
}

.u-mt85 {
  margin-top: 85px !important;
}

.u-mb85 {
  margin-bottom: 85px !important;
}

.u-ml85 {
  margin-left: 85px !important;
}

.u-mr85 {
  margin-right: 85px !important;
}

.u-mt17em {
  margin-top: 17em !important;
}

.u-mb17em {
  margin-bottom: 17em !important;
}

.u-ml17em {
  margin-left: 17em !important;
}

.u-mr17em {
  margin-right: 17em !important;
}

.u-pt85 {
  padding-top: 85px !important;
}

.u-pb85 {
  padding-bottom: 85px !important;
}

.u-pl85 {
  padding-left: 85px !important;
}

.u-pr85 {
  padding-right: 85px !important;
}

.u-pt17em {
  padding-top: 17em !important;
}

.u-pb17em {
  padding-bottom: 17em !important;
}

.u-pl17em {
  padding-left: 17em !important;
}

.u-pr17em {
  padding-right: 17em !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-ml90 {
  margin-left: 90px !important;
}

.u-mr90 {
  margin-right: 90px !important;
}

.u-mt18em {
  margin-top: 18em !important;
}

.u-mb18em {
  margin-bottom: 18em !important;
}

.u-ml18em {
  margin-left: 18em !important;
}

.u-mr18em {
  margin-right: 18em !important;
}

.u-pt90 {
  padding-top: 90px !important;
}

.u-pb90 {
  padding-bottom: 90px !important;
}

.u-pl90 {
  padding-left: 90px !important;
}

.u-pr90 {
  padding-right: 90px !important;
}

.u-pt18em {
  padding-top: 18em !important;
}

.u-pb18em {
  padding-bottom: 18em !important;
}

.u-pl18em {
  padding-left: 18em !important;
}

.u-pr18em {
  padding-right: 18em !important;
}

.u-mt95 {
  margin-top: 95px !important;
}

.u-mb95 {
  margin-bottom: 95px !important;
}

.u-ml95 {
  margin-left: 95px !important;
}

.u-mr95 {
  margin-right: 95px !important;
}

.u-mt19em {
  margin-top: 19em !important;
}

.u-mb19em {
  margin-bottom: 19em !important;
}

.u-ml19em {
  margin-left: 19em !important;
}

.u-mr19em {
  margin-right: 19em !important;
}

.u-pt95 {
  padding-top: 95px !important;
}

.u-pb95 {
  padding-bottom: 95px !important;
}

.u-pl95 {
  padding-left: 95px !important;
}

.u-pr95 {
  padding-right: 95px !important;
}

.u-pt19em {
  padding-top: 19em !important;
}

.u-pb19em {
  padding-bottom: 19em !important;
}

.u-pl19em {
  padding-left: 19em !important;
}

.u-pr19em {
  padding-right: 19em !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-ml100 {
  margin-left: 100px !important;
}

.u-mr100 {
  margin-right: 100px !important;
}

.u-mt20em {
  margin-top: 20em !important;
}

.u-mb20em {
  margin-bottom: 20em !important;
}

.u-ml20em {
  margin-left: 20em !important;
}

.u-mr20em {
  margin-right: 20em !important;
}

.u-pt100 {
  padding-top: 100px !important;
}

.u-pb100 {
  padding-bottom: 100px !important;
}

.u-pl100 {
  padding-left: 100px !important;
}

.u-pr100 {
  padding-right: 100px !important;
}

.u-pt20em {
  padding-top: 20em !important;
}

.u-pb20em {
  padding-bottom: 20em !important;
}

.u-pl20em {
  padding-left: 20em !important;
}

.u-pr20em {
  padding-right: 20em !important;
}

@media only screen and (min-width: 769px), print {
  .u-mt0--pc {
    margin-top: 0px !important;
  }
  .u-mb0--pc {
    margin-bottom: 0px !important;
  }
  .u-ml0--pc {
    margin-left: 0px !important;
  }
  .u-mr0--pc {
    margin-right: 0px !important;
  }
  .u-mt0em--pc {
    margin-top: 0em !important;
  }
  .u-mb0em--pc {
    margin-bottom: 0em !important;
  }
  .u-ml0em--pc {
    margin-left: 0em !important;
  }
  .u-mr0em--pc {
    margin-right: 0em !important;
  }
  .u-pt0--pc {
    padding-top: 0px !important;
  }
  .u-pb0--pc {
    padding-bottom: 0px !important;
  }
  .u-pl0--pc {
    padding-left: 0px !important;
  }
  .u-pr0--pc {
    padding-right: 0px !important;
  }
  .u-pt0em--pc {
    padding-top: 0em !important;
  }
  .u-pb0em--pc {
    padding-bottom: 0em !important;
  }
  .u-pl0em--pc {
    padding-left: 0em !important;
  }
  .u-pr0em--pc {
    padding-right: 0em !important;
  }
  .u-mt5--pc {
    margin-top: 5px !important;
  }
  .u-mb5--pc {
    margin-bottom: 5px !important;
  }
  .u-ml5--pc {
    margin-left: 5px !important;
  }
  .u-mr5--pc {
    margin-right: 5px !important;
  }
  .u-mt1em--pc {
    margin-top: 1em !important;
  }
  .u-mb1em--pc {
    margin-bottom: 1em !important;
  }
  .u-ml1em--pc {
    margin-left: 1em !important;
  }
  .u-mr1em--pc {
    margin-right: 1em !important;
  }
  .u-pt5--pc {
    padding-top: 5px !important;
  }
  .u-pb5--pc {
    padding-bottom: 5px !important;
  }
  .u-pl5--pc {
    padding-left: 5px !important;
  }
  .u-pr5--pc {
    padding-right: 5px !important;
  }
  .u-pt1em--pc {
    padding-top: 1em !important;
  }
  .u-pb1em--pc {
    padding-bottom: 1em !important;
  }
  .u-pl1em--pc {
    padding-left: 1em !important;
  }
  .u-pr1em--pc {
    padding-right: 1em !important;
  }
  .u-mt10--pc {
    margin-top: 10px !important;
  }
  .u-mb10--pc {
    margin-bottom: 10px !important;
  }
  .u-ml10--pc {
    margin-left: 10px !important;
  }
  .u-mr10--pc {
    margin-right: 10px !important;
  }
  .u-mt2em--pc {
    margin-top: 2em !important;
  }
  .u-mb2em--pc {
    margin-bottom: 2em !important;
  }
  .u-ml2em--pc {
    margin-left: 2em !important;
  }
  .u-mr2em--pc {
    margin-right: 2em !important;
  }
  .u-pt10--pc {
    padding-top: 10px !important;
  }
  .u-pb10--pc {
    padding-bottom: 10px !important;
  }
  .u-pl10--pc {
    padding-left: 10px !important;
  }
  .u-pr10--pc {
    padding-right: 10px !important;
  }
  .u-pt2em--pc {
    padding-top: 2em !important;
  }
  .u-pb2em--pc {
    padding-bottom: 2em !important;
  }
  .u-pl2em--pc {
    padding-left: 2em !important;
  }
  .u-pr2em--pc {
    padding-right: 2em !important;
  }
  .u-mt15--pc {
    margin-top: 15px !important;
  }
  .u-mb15--pc {
    margin-bottom: 15px !important;
  }
  .u-ml15--pc {
    margin-left: 15px !important;
  }
  .u-mr15--pc {
    margin-right: 15px !important;
  }
  .u-mt3em--pc {
    margin-top: 3em !important;
  }
  .u-mb3em--pc {
    margin-bottom: 3em !important;
  }
  .u-ml3em--pc {
    margin-left: 3em !important;
  }
  .u-mr3em--pc {
    margin-right: 3em !important;
  }
  .u-pt15--pc {
    padding-top: 15px !important;
  }
  .u-pb15--pc {
    padding-bottom: 15px !important;
  }
  .u-pl15--pc {
    padding-left: 15px !important;
  }
  .u-pr15--pc {
    padding-right: 15px !important;
  }
  .u-pt3em--pc {
    padding-top: 3em !important;
  }
  .u-pb3em--pc {
    padding-bottom: 3em !important;
  }
  .u-pl3em--pc {
    padding-left: 3em !important;
  }
  .u-pr3em--pc {
    padding-right: 3em !important;
  }
  .u-mt20--pc {
    margin-top: 20px !important;
  }
  .u-mb20--pc {
    margin-bottom: 20px !important;
  }
  .u-ml20--pc {
    margin-left: 20px !important;
  }
  .u-mr20--pc {
    margin-right: 20px !important;
  }
  .u-mt4em--pc {
    margin-top: 4em !important;
  }
  .u-mb4em--pc {
    margin-bottom: 4em !important;
  }
  .u-ml4em--pc {
    margin-left: 4em !important;
  }
  .u-mr4em--pc {
    margin-right: 4em !important;
  }
  .u-pt20--pc {
    padding-top: 20px !important;
  }
  .u-pb20--pc {
    padding-bottom: 20px !important;
  }
  .u-pl20--pc {
    padding-left: 20px !important;
  }
  .u-pr20--pc {
    padding-right: 20px !important;
  }
  .u-pt4em--pc {
    padding-top: 4em !important;
  }
  .u-pb4em--pc {
    padding-bottom: 4em !important;
  }
  .u-pl4em--pc {
    padding-left: 4em !important;
  }
  .u-pr4em--pc {
    padding-right: 4em !important;
  }
  .u-mt25--pc {
    margin-top: 25px !important;
  }
  .u-mb25--pc {
    margin-bottom: 25px !important;
  }
  .u-ml25--pc {
    margin-left: 25px !important;
  }
  .u-mr25--pc {
    margin-right: 25px !important;
  }
  .u-mt5em--pc {
    margin-top: 5em !important;
  }
  .u-mb5em--pc {
    margin-bottom: 5em !important;
  }
  .u-ml5em--pc {
    margin-left: 5em !important;
  }
  .u-mr5em--pc {
    margin-right: 5em !important;
  }
  .u-pt25--pc {
    padding-top: 25px !important;
  }
  .u-pb25--pc {
    padding-bottom: 25px !important;
  }
  .u-pl25--pc {
    padding-left: 25px !important;
  }
  .u-pr25--pc {
    padding-right: 25px !important;
  }
  .u-pt5em--pc {
    padding-top: 5em !important;
  }
  .u-pb5em--pc {
    padding-bottom: 5em !important;
  }
  .u-pl5em--pc {
    padding-left: 5em !important;
  }
  .u-pr5em--pc {
    padding-right: 5em !important;
  }
  .u-mt30--pc {
    margin-top: 30px !important;
  }
  .u-mb30--pc {
    margin-bottom: 30px !important;
  }
  .u-ml30--pc {
    margin-left: 30px !important;
  }
  .u-mr30--pc {
    margin-right: 30px !important;
  }
  .u-mt6em--pc {
    margin-top: 6em !important;
  }
  .u-mb6em--pc {
    margin-bottom: 6em !important;
  }
  .u-ml6em--pc {
    margin-left: 6em !important;
  }
  .u-mr6em--pc {
    margin-right: 6em !important;
  }
  .u-pt30--pc {
    padding-top: 30px !important;
  }
  .u-pb30--pc {
    padding-bottom: 30px !important;
  }
  .u-pl30--pc {
    padding-left: 30px !important;
  }
  .u-pr30--pc {
    padding-right: 30px !important;
  }
  .u-pt6em--pc {
    padding-top: 6em !important;
  }
  .u-pb6em--pc {
    padding-bottom: 6em !important;
  }
  .u-pl6em--pc {
    padding-left: 6em !important;
  }
  .u-pr6em--pc {
    padding-right: 6em !important;
  }
  .u-mt35--pc {
    margin-top: 35px !important;
  }
  .u-mb35--pc {
    margin-bottom: 35px !important;
  }
  .u-ml35--pc {
    margin-left: 35px !important;
  }
  .u-mr35--pc {
    margin-right: 35px !important;
  }
  .u-mt7em--pc {
    margin-top: 7em !important;
  }
  .u-mb7em--pc {
    margin-bottom: 7em !important;
  }
  .u-ml7em--pc {
    margin-left: 7em !important;
  }
  .u-mr7em--pc {
    margin-right: 7em !important;
  }
  .u-pt35--pc {
    padding-top: 35px !important;
  }
  .u-pb35--pc {
    padding-bottom: 35px !important;
  }
  .u-pl35--pc {
    padding-left: 35px !important;
  }
  .u-pr35--pc {
    padding-right: 35px !important;
  }
  .u-pt7em--pc {
    padding-top: 7em !important;
  }
  .u-pb7em--pc {
    padding-bottom: 7em !important;
  }
  .u-pl7em--pc {
    padding-left: 7em !important;
  }
  .u-pr7em--pc {
    padding-right: 7em !important;
  }
  .u-mt40--pc {
    margin-top: 40px !important;
  }
  .u-mb40--pc {
    margin-bottom: 40px !important;
  }
  .u-ml40--pc {
    margin-left: 40px !important;
  }
  .u-mr40--pc {
    margin-right: 40px !important;
  }
  .u-mt8em--pc {
    margin-top: 8em !important;
  }
  .u-mb8em--pc {
    margin-bottom: 8em !important;
  }
  .u-ml8em--pc {
    margin-left: 8em !important;
  }
  .u-mr8em--pc {
    margin-right: 8em !important;
  }
  .u-pt40--pc {
    padding-top: 40px !important;
  }
  .u-pb40--pc {
    padding-bottom: 40px !important;
  }
  .u-pl40--pc {
    padding-left: 40px !important;
  }
  .u-pr40--pc {
    padding-right: 40px !important;
  }
  .u-pt8em--pc {
    padding-top: 8em !important;
  }
  .u-pb8em--pc {
    padding-bottom: 8em !important;
  }
  .u-pl8em--pc {
    padding-left: 8em !important;
  }
  .u-pr8em--pc {
    padding-right: 8em !important;
  }
  .u-mt45--pc {
    margin-top: 45px !important;
  }
  .u-mb45--pc {
    margin-bottom: 45px !important;
  }
  .u-ml45--pc {
    margin-left: 45px !important;
  }
  .u-mr45--pc {
    margin-right: 45px !important;
  }
  .u-mt9em--pc {
    margin-top: 9em !important;
  }
  .u-mb9em--pc {
    margin-bottom: 9em !important;
  }
  .u-ml9em--pc {
    margin-left: 9em !important;
  }
  .u-mr9em--pc {
    margin-right: 9em !important;
  }
  .u-pt45--pc {
    padding-top: 45px !important;
  }
  .u-pb45--pc {
    padding-bottom: 45px !important;
  }
  .u-pl45--pc {
    padding-left: 45px !important;
  }
  .u-pr45--pc {
    padding-right: 45px !important;
  }
  .u-pt9em--pc {
    padding-top: 9em !important;
  }
  .u-pb9em--pc {
    padding-bottom: 9em !important;
  }
  .u-pl9em--pc {
    padding-left: 9em !important;
  }
  .u-pr9em--pc {
    padding-right: 9em !important;
  }
  .u-mt50--pc {
    margin-top: 50px !important;
  }
  .u-mb50--pc {
    margin-bottom: 50px !important;
  }
  .u-ml50--pc {
    margin-left: 50px !important;
  }
  .u-mr50--pc {
    margin-right: 50px !important;
  }
  .u-mt10em--pc {
    margin-top: 10em !important;
  }
  .u-mb10em--pc {
    margin-bottom: 10em !important;
  }
  .u-ml10em--pc {
    margin-left: 10em !important;
  }
  .u-mr10em--pc {
    margin-right: 10em !important;
  }
  .u-pt50--pc {
    padding-top: 50px !important;
  }
  .u-pb50--pc {
    padding-bottom: 50px !important;
  }
  .u-pl50--pc {
    padding-left: 50px !important;
  }
  .u-pr50--pc {
    padding-right: 50px !important;
  }
  .u-pt10em--pc {
    padding-top: 10em !important;
  }
  .u-pb10em--pc {
    padding-bottom: 10em !important;
  }
  .u-pl10em--pc {
    padding-left: 10em !important;
  }
  .u-pr10em--pc {
    padding-right: 10em !important;
  }
  .u-mt55--pc {
    margin-top: 55px !important;
  }
  .u-mb55--pc {
    margin-bottom: 55px !important;
  }
  .u-ml55--pc {
    margin-left: 55px !important;
  }
  .u-mr55--pc {
    margin-right: 55px !important;
  }
  .u-mt11em--pc {
    margin-top: 11em !important;
  }
  .u-mb11em--pc {
    margin-bottom: 11em !important;
  }
  .u-ml11em--pc {
    margin-left: 11em !important;
  }
  .u-mr11em--pc {
    margin-right: 11em !important;
  }
  .u-pt55--pc {
    padding-top: 55px !important;
  }
  .u-pb55--pc {
    padding-bottom: 55px !important;
  }
  .u-pl55--pc {
    padding-left: 55px !important;
  }
  .u-pr55--pc {
    padding-right: 55px !important;
  }
  .u-pt11em--pc {
    padding-top: 11em !important;
  }
  .u-pb11em--pc {
    padding-bottom: 11em !important;
  }
  .u-pl11em--pc {
    padding-left: 11em !important;
  }
  .u-pr11em--pc {
    padding-right: 11em !important;
  }
  .u-mt60--pc {
    margin-top: 60px !important;
  }
  .u-mb60--pc {
    margin-bottom: 60px !important;
  }
  .u-ml60--pc {
    margin-left: 60px !important;
  }
  .u-mr60--pc {
    margin-right: 60px !important;
  }
  .u-mt12em--pc {
    margin-top: 12em !important;
  }
  .u-mb12em--pc {
    margin-bottom: 12em !important;
  }
  .u-ml12em--pc {
    margin-left: 12em !important;
  }
  .u-mr12em--pc {
    margin-right: 12em !important;
  }
  .u-pt60--pc {
    padding-top: 60px !important;
  }
  .u-pb60--pc {
    padding-bottom: 60px !important;
  }
  .u-pl60--pc {
    padding-left: 60px !important;
  }
  .u-pr60--pc {
    padding-right: 60px !important;
  }
  .u-pt12em--pc {
    padding-top: 12em !important;
  }
  .u-pb12em--pc {
    padding-bottom: 12em !important;
  }
  .u-pl12em--pc {
    padding-left: 12em !important;
  }
  .u-pr12em--pc {
    padding-right: 12em !important;
  }
  .u-mt65--pc {
    margin-top: 65px !important;
  }
  .u-mb65--pc {
    margin-bottom: 65px !important;
  }
  .u-ml65--pc {
    margin-left: 65px !important;
  }
  .u-mr65--pc {
    margin-right: 65px !important;
  }
  .u-mt13em--pc {
    margin-top: 13em !important;
  }
  .u-mb13em--pc {
    margin-bottom: 13em !important;
  }
  .u-ml13em--pc {
    margin-left: 13em !important;
  }
  .u-mr13em--pc {
    margin-right: 13em !important;
  }
  .u-pt65--pc {
    padding-top: 65px !important;
  }
  .u-pb65--pc {
    padding-bottom: 65px !important;
  }
  .u-pl65--pc {
    padding-left: 65px !important;
  }
  .u-pr65--pc {
    padding-right: 65px !important;
  }
  .u-pt13em--pc {
    padding-top: 13em !important;
  }
  .u-pb13em--pc {
    padding-bottom: 13em !important;
  }
  .u-pl13em--pc {
    padding-left: 13em !important;
  }
  .u-pr13em--pc {
    padding-right: 13em !important;
  }
  .u-mt70--pc {
    margin-top: 70px !important;
  }
  .u-mb70--pc {
    margin-bottom: 70px !important;
  }
  .u-ml70--pc {
    margin-left: 70px !important;
  }
  .u-mr70--pc {
    margin-right: 70px !important;
  }
  .u-mt14em--pc {
    margin-top: 14em !important;
  }
  .u-mb14em--pc {
    margin-bottom: 14em !important;
  }
  .u-ml14em--pc {
    margin-left: 14em !important;
  }
  .u-mr14em--pc {
    margin-right: 14em !important;
  }
  .u-pt70--pc {
    padding-top: 70px !important;
  }
  .u-pb70--pc {
    padding-bottom: 70px !important;
  }
  .u-pl70--pc {
    padding-left: 70px !important;
  }
  .u-pr70--pc {
    padding-right: 70px !important;
  }
  .u-pt14em--pc {
    padding-top: 14em !important;
  }
  .u-pb14em--pc {
    padding-bottom: 14em !important;
  }
  .u-pl14em--pc {
    padding-left: 14em !important;
  }
  .u-pr14em--pc {
    padding-right: 14em !important;
  }
  .u-mt75--pc {
    margin-top: 75px !important;
  }
  .u-mb75--pc {
    margin-bottom: 75px !important;
  }
  .u-ml75--pc {
    margin-left: 75px !important;
  }
  .u-mr75--pc {
    margin-right: 75px !important;
  }
  .u-mt15em--pc {
    margin-top: 15em !important;
  }
  .u-mb15em--pc {
    margin-bottom: 15em !important;
  }
  .u-ml15em--pc {
    margin-left: 15em !important;
  }
  .u-mr15em--pc {
    margin-right: 15em !important;
  }
  .u-pt75--pc {
    padding-top: 75px !important;
  }
  .u-pb75--pc {
    padding-bottom: 75px !important;
  }
  .u-pl75--pc {
    padding-left: 75px !important;
  }
  .u-pr75--pc {
    padding-right: 75px !important;
  }
  .u-pt15em--pc {
    padding-top: 15em !important;
  }
  .u-pb15em--pc {
    padding-bottom: 15em !important;
  }
  .u-pl15em--pc {
    padding-left: 15em !important;
  }
  .u-pr15em--pc {
    padding-right: 15em !important;
  }
  .u-mt80--pc {
    margin-top: 80px !important;
  }
  .u-mb80--pc {
    margin-bottom: 80px !important;
  }
  .u-ml80--pc {
    margin-left: 80px !important;
  }
  .u-mr80--pc {
    margin-right: 80px !important;
  }
  .u-mt16em--pc {
    margin-top: 16em !important;
  }
  .u-mb16em--pc {
    margin-bottom: 16em !important;
  }
  .u-ml16em--pc {
    margin-left: 16em !important;
  }
  .u-mr16em--pc {
    margin-right: 16em !important;
  }
  .u-pt80--pc {
    padding-top: 80px !important;
  }
  .u-pb80--pc {
    padding-bottom: 80px !important;
  }
  .u-pl80--pc {
    padding-left: 80px !important;
  }
  .u-pr80--pc {
    padding-right: 80px !important;
  }
  .u-pt16em--pc {
    padding-top: 16em !important;
  }
  .u-pb16em--pc {
    padding-bottom: 16em !important;
  }
  .u-pl16em--pc {
    padding-left: 16em !important;
  }
  .u-pr16em--pc {
    padding-right: 16em !important;
  }
  .u-mt85--pc {
    margin-top: 85px !important;
  }
  .u-mb85--pc {
    margin-bottom: 85px !important;
  }
  .u-ml85--pc {
    margin-left: 85px !important;
  }
  .u-mr85--pc {
    margin-right: 85px !important;
  }
  .u-mt17em--pc {
    margin-top: 17em !important;
  }
  .u-mb17em--pc {
    margin-bottom: 17em !important;
  }
  .u-ml17em--pc {
    margin-left: 17em !important;
  }
  .u-mr17em--pc {
    margin-right: 17em !important;
  }
  .u-pt85--pc {
    padding-top: 85px !important;
  }
  .u-pb85--pc {
    padding-bottom: 85px !important;
  }
  .u-pl85--pc {
    padding-left: 85px !important;
  }
  .u-pr85--pc {
    padding-right: 85px !important;
  }
  .u-pt17em--pc {
    padding-top: 17em !important;
  }
  .u-pb17em--pc {
    padding-bottom: 17em !important;
  }
  .u-pl17em--pc {
    padding-left: 17em !important;
  }
  .u-pr17em--pc {
    padding-right: 17em !important;
  }
  .u-mt90--pc {
    margin-top: 90px !important;
  }
  .u-mb90--pc {
    margin-bottom: 90px !important;
  }
  .u-ml90--pc {
    margin-left: 90px !important;
  }
  .u-mr90--pc {
    margin-right: 90px !important;
  }
  .u-mt18em--pc {
    margin-top: 18em !important;
  }
  .u-mb18em--pc {
    margin-bottom: 18em !important;
  }
  .u-ml18em--pc {
    margin-left: 18em !important;
  }
  .u-mr18em--pc {
    margin-right: 18em !important;
  }
  .u-pt90--pc {
    padding-top: 90px !important;
  }
  .u-pb90--pc {
    padding-bottom: 90px !important;
  }
  .u-pl90--pc {
    padding-left: 90px !important;
  }
  .u-pr90--pc {
    padding-right: 90px !important;
  }
  .u-pt18em--pc {
    padding-top: 18em !important;
  }
  .u-pb18em--pc {
    padding-bottom: 18em !important;
  }
  .u-pl18em--pc {
    padding-left: 18em !important;
  }
  .u-pr18em--pc {
    padding-right: 18em !important;
  }
  .u-mt95--pc {
    margin-top: 95px !important;
  }
  .u-mb95--pc {
    margin-bottom: 95px !important;
  }
  .u-ml95--pc {
    margin-left: 95px !important;
  }
  .u-mr95--pc {
    margin-right: 95px !important;
  }
  .u-mt19em--pc {
    margin-top: 19em !important;
  }
  .u-mb19em--pc {
    margin-bottom: 19em !important;
  }
  .u-ml19em--pc {
    margin-left: 19em !important;
  }
  .u-mr19em--pc {
    margin-right: 19em !important;
  }
  .u-pt95--pc {
    padding-top: 95px !important;
  }
  .u-pb95--pc {
    padding-bottom: 95px !important;
  }
  .u-pl95--pc {
    padding-left: 95px !important;
  }
  .u-pr95--pc {
    padding-right: 95px !important;
  }
  .u-pt19em--pc {
    padding-top: 19em !important;
  }
  .u-pb19em--pc {
    padding-bottom: 19em !important;
  }
  .u-pl19em--pc {
    padding-left: 19em !important;
  }
  .u-pr19em--pc {
    padding-right: 19em !important;
  }
  .u-mt100--pc {
    margin-top: 100px !important;
  }
  .u-mb100--pc {
    margin-bottom: 100px !important;
  }
  .u-ml100--pc {
    margin-left: 100px !important;
  }
  .u-mr100--pc {
    margin-right: 100px !important;
  }
  .u-mt20em--pc {
    margin-top: 20em !important;
  }
  .u-mb20em--pc {
    margin-bottom: 20em !important;
  }
  .u-ml20em--pc {
    margin-left: 20em !important;
  }
  .u-mr20em--pc {
    margin-right: 20em !important;
  }
  .u-pt100--pc {
    padding-top: 100px !important;
  }
  .u-pb100--pc {
    padding-bottom: 100px !important;
  }
  .u-pl100--pc {
    padding-left: 100px !important;
  }
  .u-pr100--pc {
    padding-right: 100px !important;
  }
  .u-pt20em--pc {
    padding-top: 20em !important;
  }
  .u-pb20em--pc {
    padding-bottom: 20em !important;
  }
  .u-pl20em--pc {
    padding-left: 20em !important;
  }
  .u-pr20em--pc {
    padding-right: 20em !important;
  }
}
@media only screen and (max-width: 768.499px) {
  .u-mt0--sp {
    margin-top: 0px !important;
  }
  .u-mb0--sp {
    margin-bottom: 0px !important;
  }
  .u-ml0--sp {
    margin-left: 0px !important;
  }
  .u-mr0--sp {
    margin-right: 0px !important;
  }
  .u-mt0em--sp {
    margin-top: 0em !important;
  }
  .u-mb0em--sp {
    margin-bottom: 0em !important;
  }
  .u-ml0em--sp {
    margin-left: 0em !important;
  }
  .u-mr0em--sp {
    margin-right: 0em !important;
  }
  .u-pt0--sp {
    padding-top: 0px !important;
  }
  .u-pb0--sp {
    padding-bottom: 0px !important;
  }
  .u-pl0--sp {
    padding-left: 0px !important;
  }
  .u-pr0--sp {
    padding-right: 0px !important;
  }
  .u-pt0em--sp {
    padding-top: 0em !important;
  }
  .u-pb0em--sp {
    padding-bottom: 0em !important;
  }
  .u-pl0em--sp {
    padding-left: 0em !important;
  }
  .u-pr0em--sp {
    padding-right: 0em !important;
  }
  .u-mt5--sp {
    margin-top: 5px !important;
  }
  .u-mb5--sp {
    margin-bottom: 5px !important;
  }
  .u-ml5--sp {
    margin-left: 5px !important;
  }
  .u-mr5--sp {
    margin-right: 5px !important;
  }
  .u-mt1em--sp {
    margin-top: 1em !important;
  }
  .u-mb1em--sp {
    margin-bottom: 1em !important;
  }
  .u-ml1em--sp {
    margin-left: 1em !important;
  }
  .u-mr1em--sp {
    margin-right: 1em !important;
  }
  .u-pt5--sp {
    padding-top: 5px !important;
  }
  .u-pb5--sp {
    padding-bottom: 5px !important;
  }
  .u-pl5--sp {
    padding-left: 5px !important;
  }
  .u-pr5--sp {
    padding-right: 5px !important;
  }
  .u-pt1em--sp {
    padding-top: 1em !important;
  }
  .u-pb1em--sp {
    padding-bottom: 1em !important;
  }
  .u-pl1em--sp {
    padding-left: 1em !important;
  }
  .u-pr1em--sp {
    padding-right: 1em !important;
  }
  .u-mt10--sp {
    margin-top: 10px !important;
  }
  .u-mb10--sp {
    margin-bottom: 10px !important;
  }
  .u-ml10--sp {
    margin-left: 10px !important;
  }
  .u-mr10--sp {
    margin-right: 10px !important;
  }
  .u-mt2em--sp {
    margin-top: 2em !important;
  }
  .u-mb2em--sp {
    margin-bottom: 2em !important;
  }
  .u-ml2em--sp {
    margin-left: 2em !important;
  }
  .u-mr2em--sp {
    margin-right: 2em !important;
  }
  .u-pt10--sp {
    padding-top: 10px !important;
  }
  .u-pb10--sp {
    padding-bottom: 10px !important;
  }
  .u-pl10--sp {
    padding-left: 10px !important;
  }
  .u-pr10--sp {
    padding-right: 10px !important;
  }
  .u-pt2em--sp {
    padding-top: 2em !important;
  }
  .u-pb2em--sp {
    padding-bottom: 2em !important;
  }
  .u-pl2em--sp {
    padding-left: 2em !important;
  }
  .u-pr2em--sp {
    padding-right: 2em !important;
  }
  .u-mt15--sp {
    margin-top: 15px !important;
  }
  .u-mb15--sp {
    margin-bottom: 15px !important;
  }
  .u-ml15--sp {
    margin-left: 15px !important;
  }
  .u-mr15--sp {
    margin-right: 15px !important;
  }
  .u-mt3em--sp {
    margin-top: 3em !important;
  }
  .u-mb3em--sp {
    margin-bottom: 3em !important;
  }
  .u-ml3em--sp {
    margin-left: 3em !important;
  }
  .u-mr3em--sp {
    margin-right: 3em !important;
  }
  .u-pt15--sp {
    padding-top: 15px !important;
  }
  .u-pb15--sp {
    padding-bottom: 15px !important;
  }
  .u-pl15--sp {
    padding-left: 15px !important;
  }
  .u-pr15--sp {
    padding-right: 15px !important;
  }
  .u-pt3em--sp {
    padding-top: 3em !important;
  }
  .u-pb3em--sp {
    padding-bottom: 3em !important;
  }
  .u-pl3em--sp {
    padding-left: 3em !important;
  }
  .u-pr3em--sp {
    padding-right: 3em !important;
  }
  .u-mt20--sp {
    margin-top: 20px !important;
  }
  .u-mb20--sp {
    margin-bottom: 20px !important;
  }
  .u-ml20--sp {
    margin-left: 20px !important;
  }
  .u-mr20--sp {
    margin-right: 20px !important;
  }
  .u-mt4em--sp {
    margin-top: 4em !important;
  }
  .u-mb4em--sp {
    margin-bottom: 4em !important;
  }
  .u-ml4em--sp {
    margin-left: 4em !important;
  }
  .u-mr4em--sp {
    margin-right: 4em !important;
  }
  .u-pt20--sp {
    padding-top: 20px !important;
  }
  .u-pb20--sp {
    padding-bottom: 20px !important;
  }
  .u-pl20--sp {
    padding-left: 20px !important;
  }
  .u-pr20--sp {
    padding-right: 20px !important;
  }
  .u-pt4em--sp {
    padding-top: 4em !important;
  }
  .u-pb4em--sp {
    padding-bottom: 4em !important;
  }
  .u-pl4em--sp {
    padding-left: 4em !important;
  }
  .u-pr4em--sp {
    padding-right: 4em !important;
  }
  .u-mt25--sp {
    margin-top: 25px !important;
  }
  .u-mb25--sp {
    margin-bottom: 25px !important;
  }
  .u-ml25--sp {
    margin-left: 25px !important;
  }
  .u-mr25--sp {
    margin-right: 25px !important;
  }
  .u-mt5em--sp {
    margin-top: 5em !important;
  }
  .u-mb5em--sp {
    margin-bottom: 5em !important;
  }
  .u-ml5em--sp {
    margin-left: 5em !important;
  }
  .u-mr5em--sp {
    margin-right: 5em !important;
  }
  .u-pt25--sp {
    padding-top: 25px !important;
  }
  .u-pb25--sp {
    padding-bottom: 25px !important;
  }
  .u-pl25--sp {
    padding-left: 25px !important;
  }
  .u-pr25--sp {
    padding-right: 25px !important;
  }
  .u-pt5em--sp {
    padding-top: 5em !important;
  }
  .u-pb5em--sp {
    padding-bottom: 5em !important;
  }
  .u-pl5em--sp {
    padding-left: 5em !important;
  }
  .u-pr5em--sp {
    padding-right: 5em !important;
  }
  .u-mt30--sp {
    margin-top: 30px !important;
  }
  .u-mb30--sp {
    margin-bottom: 30px !important;
  }
  .u-ml30--sp {
    margin-left: 30px !important;
  }
  .u-mr30--sp {
    margin-right: 30px !important;
  }
  .u-mt6em--sp {
    margin-top: 6em !important;
  }
  .u-mb6em--sp {
    margin-bottom: 6em !important;
  }
  .u-ml6em--sp {
    margin-left: 6em !important;
  }
  .u-mr6em--sp {
    margin-right: 6em !important;
  }
  .u-pt30--sp {
    padding-top: 30px !important;
  }
  .u-pb30--sp {
    padding-bottom: 30px !important;
  }
  .u-pl30--sp {
    padding-left: 30px !important;
  }
  .u-pr30--sp {
    padding-right: 30px !important;
  }
  .u-pt6em--sp {
    padding-top: 6em !important;
  }
  .u-pb6em--sp {
    padding-bottom: 6em !important;
  }
  .u-pl6em--sp {
    padding-left: 6em !important;
  }
  .u-pr6em--sp {
    padding-right: 6em !important;
  }
  .u-mt35--sp {
    margin-top: 35px !important;
  }
  .u-mb35--sp {
    margin-bottom: 35px !important;
  }
  .u-ml35--sp {
    margin-left: 35px !important;
  }
  .u-mr35--sp {
    margin-right: 35px !important;
  }
  .u-mt7em--sp {
    margin-top: 7em !important;
  }
  .u-mb7em--sp {
    margin-bottom: 7em !important;
  }
  .u-ml7em--sp {
    margin-left: 7em !important;
  }
  .u-mr7em--sp {
    margin-right: 7em !important;
  }
  .u-pt35--sp {
    padding-top: 35px !important;
  }
  .u-pb35--sp {
    padding-bottom: 35px !important;
  }
  .u-pl35--sp {
    padding-left: 35px !important;
  }
  .u-pr35--sp {
    padding-right: 35px !important;
  }
  .u-pt7em--sp {
    padding-top: 7em !important;
  }
  .u-pb7em--sp {
    padding-bottom: 7em !important;
  }
  .u-pl7em--sp {
    padding-left: 7em !important;
  }
  .u-pr7em--sp {
    padding-right: 7em !important;
  }
  .u-mt40--sp {
    margin-top: 40px !important;
  }
  .u-mb40--sp {
    margin-bottom: 40px !important;
  }
  .u-ml40--sp {
    margin-left: 40px !important;
  }
  .u-mr40--sp {
    margin-right: 40px !important;
  }
  .u-mt8em--sp {
    margin-top: 8em !important;
  }
  .u-mb8em--sp {
    margin-bottom: 8em !important;
  }
  .u-ml8em--sp {
    margin-left: 8em !important;
  }
  .u-mr8em--sp {
    margin-right: 8em !important;
  }
  .u-pt40--sp {
    padding-top: 40px !important;
  }
  .u-pb40--sp {
    padding-bottom: 40px !important;
  }
  .u-pl40--sp {
    padding-left: 40px !important;
  }
  .u-pr40--sp {
    padding-right: 40px !important;
  }
  .u-pt8em--sp {
    padding-top: 8em !important;
  }
  .u-pb8em--sp {
    padding-bottom: 8em !important;
  }
  .u-pl8em--sp {
    padding-left: 8em !important;
  }
  .u-pr8em--sp {
    padding-right: 8em !important;
  }
  .u-mt45--sp {
    margin-top: 45px !important;
  }
  .u-mb45--sp {
    margin-bottom: 45px !important;
  }
  .u-ml45--sp {
    margin-left: 45px !important;
  }
  .u-mr45--sp {
    margin-right: 45px !important;
  }
  .u-mt9em--sp {
    margin-top: 9em !important;
  }
  .u-mb9em--sp {
    margin-bottom: 9em !important;
  }
  .u-ml9em--sp {
    margin-left: 9em !important;
  }
  .u-mr9em--sp {
    margin-right: 9em !important;
  }
  .u-pt45--sp {
    padding-top: 45px !important;
  }
  .u-pb45--sp {
    padding-bottom: 45px !important;
  }
  .u-pl45--sp {
    padding-left: 45px !important;
  }
  .u-pr45--sp {
    padding-right: 45px !important;
  }
  .u-pt9em--sp {
    padding-top: 9em !important;
  }
  .u-pb9em--sp {
    padding-bottom: 9em !important;
  }
  .u-pl9em--sp {
    padding-left: 9em !important;
  }
  .u-pr9em--sp {
    padding-right: 9em !important;
  }
  .u-mt50--sp {
    margin-top: 50px !important;
  }
  .u-mb50--sp {
    margin-bottom: 50px !important;
  }
  .u-ml50--sp {
    margin-left: 50px !important;
  }
  .u-mr50--sp {
    margin-right: 50px !important;
  }
  .u-mt10em--sp {
    margin-top: 10em !important;
  }
  .u-mb10em--sp {
    margin-bottom: 10em !important;
  }
  .u-ml10em--sp {
    margin-left: 10em !important;
  }
  .u-mr10em--sp {
    margin-right: 10em !important;
  }
  .u-pt50--sp {
    padding-top: 50px !important;
  }
  .u-pb50--sp {
    padding-bottom: 50px !important;
  }
  .u-pl50--sp {
    padding-left: 50px !important;
  }
  .u-pr50--sp {
    padding-right: 50px !important;
  }
  .u-pt10em--sp {
    padding-top: 10em !important;
  }
  .u-pb10em--sp {
    padding-bottom: 10em !important;
  }
  .u-pl10em--sp {
    padding-left: 10em !important;
  }
  .u-pr10em--sp {
    padding-right: 10em !important;
  }
  .u-mt55--sp {
    margin-top: 55px !important;
  }
  .u-mb55--sp {
    margin-bottom: 55px !important;
  }
  .u-ml55--sp {
    margin-left: 55px !important;
  }
  .u-mr55--sp {
    margin-right: 55px !important;
  }
  .u-mt11em--sp {
    margin-top: 11em !important;
  }
  .u-mb11em--sp {
    margin-bottom: 11em !important;
  }
  .u-ml11em--sp {
    margin-left: 11em !important;
  }
  .u-mr11em--sp {
    margin-right: 11em !important;
  }
  .u-pt55--sp {
    padding-top: 55px !important;
  }
  .u-pb55--sp {
    padding-bottom: 55px !important;
  }
  .u-pl55--sp {
    padding-left: 55px !important;
  }
  .u-pr55--sp {
    padding-right: 55px !important;
  }
  .u-pt11em--sp {
    padding-top: 11em !important;
  }
  .u-pb11em--sp {
    padding-bottom: 11em !important;
  }
  .u-pl11em--sp {
    padding-left: 11em !important;
  }
  .u-pr11em--sp {
    padding-right: 11em !important;
  }
  .u-mt60--sp {
    margin-top: 60px !important;
  }
  .u-mb60--sp {
    margin-bottom: 60px !important;
  }
  .u-ml60--sp {
    margin-left: 60px !important;
  }
  .u-mr60--sp {
    margin-right: 60px !important;
  }
  .u-mt12em--sp {
    margin-top: 12em !important;
  }
  .u-mb12em--sp {
    margin-bottom: 12em !important;
  }
  .u-ml12em--sp {
    margin-left: 12em !important;
  }
  .u-mr12em--sp {
    margin-right: 12em !important;
  }
  .u-pt60--sp {
    padding-top: 60px !important;
  }
  .u-pb60--sp {
    padding-bottom: 60px !important;
  }
  .u-pl60--sp {
    padding-left: 60px !important;
  }
  .u-pr60--sp {
    padding-right: 60px !important;
  }
  .u-pt12em--sp {
    padding-top: 12em !important;
  }
  .u-pb12em--sp {
    padding-bottom: 12em !important;
  }
  .u-pl12em--sp {
    padding-left: 12em !important;
  }
  .u-pr12em--sp {
    padding-right: 12em !important;
  }
  .u-mt65--sp {
    margin-top: 65px !important;
  }
  .u-mb65--sp {
    margin-bottom: 65px !important;
  }
  .u-ml65--sp {
    margin-left: 65px !important;
  }
  .u-mr65--sp {
    margin-right: 65px !important;
  }
  .u-mt13em--sp {
    margin-top: 13em !important;
  }
  .u-mb13em--sp {
    margin-bottom: 13em !important;
  }
  .u-ml13em--sp {
    margin-left: 13em !important;
  }
  .u-mr13em--sp {
    margin-right: 13em !important;
  }
  .u-pt65--sp {
    padding-top: 65px !important;
  }
  .u-pb65--sp {
    padding-bottom: 65px !important;
  }
  .u-pl65--sp {
    padding-left: 65px !important;
  }
  .u-pr65--sp {
    padding-right: 65px !important;
  }
  .u-pt13em--sp {
    padding-top: 13em !important;
  }
  .u-pb13em--sp {
    padding-bottom: 13em !important;
  }
  .u-pl13em--sp {
    padding-left: 13em !important;
  }
  .u-pr13em--sp {
    padding-right: 13em !important;
  }
  .u-mt70--sp {
    margin-top: 70px !important;
  }
  .u-mb70--sp {
    margin-bottom: 70px !important;
  }
  .u-ml70--sp {
    margin-left: 70px !important;
  }
  .u-mr70--sp {
    margin-right: 70px !important;
  }
  .u-mt14em--sp {
    margin-top: 14em !important;
  }
  .u-mb14em--sp {
    margin-bottom: 14em !important;
  }
  .u-ml14em--sp {
    margin-left: 14em !important;
  }
  .u-mr14em--sp {
    margin-right: 14em !important;
  }
  .u-pt70--sp {
    padding-top: 70px !important;
  }
  .u-pb70--sp {
    padding-bottom: 70px !important;
  }
  .u-pl70--sp {
    padding-left: 70px !important;
  }
  .u-pr70--sp {
    padding-right: 70px !important;
  }
  .u-pt14em--sp {
    padding-top: 14em !important;
  }
  .u-pb14em--sp {
    padding-bottom: 14em !important;
  }
  .u-pl14em--sp {
    padding-left: 14em !important;
  }
  .u-pr14em--sp {
    padding-right: 14em !important;
  }
  .u-mt75--sp {
    margin-top: 75px !important;
  }
  .u-mb75--sp {
    margin-bottom: 75px !important;
  }
  .u-ml75--sp {
    margin-left: 75px !important;
  }
  .u-mr75--sp {
    margin-right: 75px !important;
  }
  .u-mt15em--sp {
    margin-top: 15em !important;
  }
  .u-mb15em--sp {
    margin-bottom: 15em !important;
  }
  .u-ml15em--sp {
    margin-left: 15em !important;
  }
  .u-mr15em--sp {
    margin-right: 15em !important;
  }
  .u-pt75--sp {
    padding-top: 75px !important;
  }
  .u-pb75--sp {
    padding-bottom: 75px !important;
  }
  .u-pl75--sp {
    padding-left: 75px !important;
  }
  .u-pr75--sp {
    padding-right: 75px !important;
  }
  .u-pt15em--sp {
    padding-top: 15em !important;
  }
  .u-pb15em--sp {
    padding-bottom: 15em !important;
  }
  .u-pl15em--sp {
    padding-left: 15em !important;
  }
  .u-pr15em--sp {
    padding-right: 15em !important;
  }
  .u-mt80--sp {
    margin-top: 80px !important;
  }
  .u-mb80--sp {
    margin-bottom: 80px !important;
  }
  .u-ml80--sp {
    margin-left: 80px !important;
  }
  .u-mr80--sp {
    margin-right: 80px !important;
  }
  .u-mt16em--sp {
    margin-top: 16em !important;
  }
  .u-mb16em--sp {
    margin-bottom: 16em !important;
  }
  .u-ml16em--sp {
    margin-left: 16em !important;
  }
  .u-mr16em--sp {
    margin-right: 16em !important;
  }
  .u-pt80--sp {
    padding-top: 80px !important;
  }
  .u-pb80--sp {
    padding-bottom: 80px !important;
  }
  .u-pl80--sp {
    padding-left: 80px !important;
  }
  .u-pr80--sp {
    padding-right: 80px !important;
  }
  .u-pt16em--sp {
    padding-top: 16em !important;
  }
  .u-pb16em--sp {
    padding-bottom: 16em !important;
  }
  .u-pl16em--sp {
    padding-left: 16em !important;
  }
  .u-pr16em--sp {
    padding-right: 16em !important;
  }
  .u-mt85--sp {
    margin-top: 85px !important;
  }
  .u-mb85--sp {
    margin-bottom: 85px !important;
  }
  .u-ml85--sp {
    margin-left: 85px !important;
  }
  .u-mr85--sp {
    margin-right: 85px !important;
  }
  .u-mt17em--sp {
    margin-top: 17em !important;
  }
  .u-mb17em--sp {
    margin-bottom: 17em !important;
  }
  .u-ml17em--sp {
    margin-left: 17em !important;
  }
  .u-mr17em--sp {
    margin-right: 17em !important;
  }
  .u-pt85--sp {
    padding-top: 85px !important;
  }
  .u-pb85--sp {
    padding-bottom: 85px !important;
  }
  .u-pl85--sp {
    padding-left: 85px !important;
  }
  .u-pr85--sp {
    padding-right: 85px !important;
  }
  .u-pt17em--sp {
    padding-top: 17em !important;
  }
  .u-pb17em--sp {
    padding-bottom: 17em !important;
  }
  .u-pl17em--sp {
    padding-left: 17em !important;
  }
  .u-pr17em--sp {
    padding-right: 17em !important;
  }
  .u-mt90--sp {
    margin-top: 90px !important;
  }
  .u-mb90--sp {
    margin-bottom: 90px !important;
  }
  .u-ml90--sp {
    margin-left: 90px !important;
  }
  .u-mr90--sp {
    margin-right: 90px !important;
  }
  .u-mt18em--sp {
    margin-top: 18em !important;
  }
  .u-mb18em--sp {
    margin-bottom: 18em !important;
  }
  .u-ml18em--sp {
    margin-left: 18em !important;
  }
  .u-mr18em--sp {
    margin-right: 18em !important;
  }
  .u-pt90--sp {
    padding-top: 90px !important;
  }
  .u-pb90--sp {
    padding-bottom: 90px !important;
  }
  .u-pl90--sp {
    padding-left: 90px !important;
  }
  .u-pr90--sp {
    padding-right: 90px !important;
  }
  .u-pt18em--sp {
    padding-top: 18em !important;
  }
  .u-pb18em--sp {
    padding-bottom: 18em !important;
  }
  .u-pl18em--sp {
    padding-left: 18em !important;
  }
  .u-pr18em--sp {
    padding-right: 18em !important;
  }
  .u-mt95--sp {
    margin-top: 95px !important;
  }
  .u-mb95--sp {
    margin-bottom: 95px !important;
  }
  .u-ml95--sp {
    margin-left: 95px !important;
  }
  .u-mr95--sp {
    margin-right: 95px !important;
  }
  .u-mt19em--sp {
    margin-top: 19em !important;
  }
  .u-mb19em--sp {
    margin-bottom: 19em !important;
  }
  .u-ml19em--sp {
    margin-left: 19em !important;
  }
  .u-mr19em--sp {
    margin-right: 19em !important;
  }
  .u-pt95--sp {
    padding-top: 95px !important;
  }
  .u-pb95--sp {
    padding-bottom: 95px !important;
  }
  .u-pl95--sp {
    padding-left: 95px !important;
  }
  .u-pr95--sp {
    padding-right: 95px !important;
  }
  .u-pt19em--sp {
    padding-top: 19em !important;
  }
  .u-pb19em--sp {
    padding-bottom: 19em !important;
  }
  .u-pl19em--sp {
    padding-left: 19em !important;
  }
  .u-pr19em--sp {
    padding-right: 19em !important;
  }
  .u-mt100--sp {
    margin-top: 100px !important;
  }
  .u-mb100--sp {
    margin-bottom: 100px !important;
  }
  .u-ml100--sp {
    margin-left: 100px !important;
  }
  .u-mr100--sp {
    margin-right: 100px !important;
  }
  .u-mt20em--sp {
    margin-top: 20em !important;
  }
  .u-mb20em--sp {
    margin-bottom: 20em !important;
  }
  .u-ml20em--sp {
    margin-left: 20em !important;
  }
  .u-mr20em--sp {
    margin-right: 20em !important;
  }
  .u-pt100--sp {
    padding-top: 100px !important;
  }
  .u-pb100--sp {
    padding-bottom: 100px !important;
  }
  .u-pl100--sp {
    padding-left: 100px !important;
  }
  .u-pr100--sp {
    padding-right: 100px !important;
  }
  .u-pt20em--sp {
    padding-top: 20em !important;
  }
  .u-pb20em--sp {
    padding-bottom: 20em !important;
  }
  .u-pl20em--sp {
    padding-left: 20em !important;
  }
  .u-pr20em--sp {
    padding-right: 20em !important;
  }
}
.u-resetStyle {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  background: none transparent;
  font-size: inherit;
  font-family: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.u-filterColorBasics {
  -webkit-filter: invert(74%) sepia(21%) saturate(752%) hue-rotate(305deg) brightness(103%) contrast(101%);
          filter: invert(74%) sepia(21%) saturate(752%) hue-rotate(305deg) brightness(103%) contrast(101%);
}

.u-filterColorPrepare {
  -webkit-filter: invert(95%) sepia(9%) saturate(3268%) hue-rotate(301deg) brightness(101%) contrast(101%);
          filter: invert(95%) sepia(9%) saturate(3268%) hue-rotate(301deg) brightness(101%) contrast(101%);
}

.u-filterColorBudget {
  -webkit-filter: invert(78%) sepia(41%) saturate(283%) hue-rotate(336deg) brightness(90%) contrast(91%);
          filter: invert(78%) sepia(41%) saturate(283%) hue-rotate(336deg) brightness(90%) contrast(91%);
}

.u-filterColorMaker {
  -webkit-filter: invert(94%) sepia(16%) saturate(795%) hue-rotate(38deg) brightness(90%) contrast(90%);
          filter: invert(94%) sepia(16%) saturate(795%) hue-rotate(38deg) brightness(90%) contrast(90%);
}

.u-filterColorLayout {
  -webkit-filter: invert(84%) sepia(58%) saturate(371%) hue-rotate(357deg) brightness(95%) contrast(85%);
          filter: invert(84%) sepia(58%) saturate(371%) hue-rotate(357deg) brightness(95%) contrast(85%);
}

.u-filterColorVoice {
  -webkit-filter: invert(100%) sepia(36%) saturate(2937%) hue-rotate(259deg) brightness(95%) contrast(73%);
          filter: invert(100%) sepia(36%) saturate(2937%) hue-rotate(259deg) brightness(95%) contrast(73%);
}

.u-filterColorLand {
  -webkit-filter: invert(98%) sepia(78%) saturate(316%) hue-rotate(102deg) brightness(89%) contrast(83%);
          filter: invert(98%) sepia(78%) saturate(316%) hue-rotate(102deg) brightness(89%) contrast(83%);
}

.u-filterColorProgress {
  -webkit-filter: invert(35%) sepia(78%) saturate(648%) hue-rotate(184deg) brightness(82%) contrast(88%);
          filter: invert(35%) sepia(78%) saturate(648%) hue-rotate(184deg) brightness(82%) contrast(88%);
}

.u-filterColorWhite {
  -webkit-filter: invert(100%) brightness(100) grayscale(1);
          filter: invert(100%) brightness(100) grayscale(1);
}

.f-yakuhan {
  font-family: YakuHanRP, zen-maru-gothic, "zen-maru-gothic", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, sans-serif;
}

.f-min {
  font-family: "Yu Mincho", "游明朝体", YuMincho, "游明朝", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.f-rumba {
  font-weight: 400;
  font-family: "ads-rumba", zen-maru-gothic, "zen-maru-gothic", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, sans-serif;
}

.f-en {
  font-weight: 700;
  font-family: "jaf-domus-titling-web", zen-maru-gothic, "zen-maru-gothic", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, sans-serif;
}

.f-enAlkaline {
  font-weight: 700;
  font-family: "alkaline", "jaf-domus-titling-web", zen-maru-gothic, "zen-maru-gothic", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, sans-serif;
}

.f-enAlphapipe {
  font-weight: 700;
  font-family: "bc-alphapipe", "jaf-domus-titling-web", zen-maru-gothic, "zen-maru-gothic", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, sans-serif;
}

.f-enVoltage {
  font-weight: 300;
  font-family: "voltage", "jaf-domus-titling-web", zen-maru-gothic, "zen-maru-gothic", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, sans-serif;
}

/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */
@font-face {
  font-style: normal;
  font-weight: 400;
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  list-style: none;
  position: relative;
  z-index: 1;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  overflow: hidden;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 100%;
  height: 100%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
      -ms-scroll-snap-type: y mandatory;
          scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
  content: "";
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  width: var(--swiper-centered-offset-after);
  height: 100%;
  min-height: 1px;
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-virtual .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  width: var(--swiper-virtual-size);
  height: 1px;
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  z-index: 10;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  cursor: pointer;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-variant: initial;
  font-size: var(--swiper-navigation-size);
  line-height: 1;
  font-family: swiper-icons;
  letter-spacing: 0;
  text-transform: none !important;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  right: auto;
  left: 10px;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  z-index: 10;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  display: inline-block;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000000);
}

button.swiper-pagination-bullet {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  top: 50%;
  right: 10px;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  position: absolute;
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  width: 100%;
  height: 100%;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  position: relative;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
  -ms-touch-action: none;
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  bottom: 3px;
  left: 1%;
  z-index: 50;
  width: 98%;
  height: 5px;
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  top: 1%;
  right: 3px;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.5);
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  margin-left: -21px;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-top-color: transparent;
  border-radius: 50%;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #ffffff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1000;
  pointer-events: none;
}

.swiper-free-mode > .swiper-wrapper {
  margin: 0 auto;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  pointer-events: none;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  visibility: hidden;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  visibility: visible;
  pointer-events: auto;
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  opacity: 0.6;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-cube-shadow:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000000;
  content: "";
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  z-index: 1;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  overflow: hidden;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media only screen and (max-width: 959.499px) {
  html:has(#wpadminbar) {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  html:has(#wpadminbar) #wpadminbar {
    display: none;
  }
}
.pg-home__pickup {
  position: relative;
}

.pg-home__pickup::before {
  display: block;
  position: absolute;
  width: 100vw;
  height: 50%;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #dce6e6;
}

.pg-home__category {
  position: relative;
}

.pg-home__category::before {
  display: block;
  position: absolute;
  width: 100vw;
  height: 100%;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  left: 50%;
  top: 0%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #dce6e6;
}

@media only screen and (min-width: 769px), print {
  .pg-home__new {
    padding-block: 100px 35px;
  }
  .pg-home__step {
    padding-block: 35px 70px;
  }
  .pg-home__category {
    padding-block: 130px 100px;
  }
}
@media only screen and (max-width: 959.499px) {
  .pg-home .l-header {
    min-height: 0;
  }
  .pg-home .p-header {
    -webkit-transition: ease 0.2s all;
    transition: ease 0.2s all;
  }
  .pg-home .p-header__heading {
    -webkit-transition: ease 0.2s opacity;
    transition: ease 0.2s opacity;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  html:not(.is-scrolled):not(.is-menuOpen) .pg-home .p-header {
    padding: 15px 10px 15px 15px;
    background-color: transparent;
  }
  html:not(.is-scrolled):not(.is-menuOpen) .pg-home .p-header__inner::after {
    opacity: 0;
  }
  html:not(.is-scrolled):not(.is-menuOpen) .pg-home .p-header__heading {
    opacity: 0;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .pg-home .l-contents {
    padding-top: 0;
  }
}
@media only screen and (max-width: 768.499px) {
  .pg-home__new {
    padding-block: 60px 60px;
  }
  .pg-home__step {
    padding-block: 70px 60px;
  }
  .pg-home__category {
    padding-block: 60px 80px;
  }
}
.pg-home-visual__inner {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100svw;
  max-width: 100svw;
}

.pg-home-visual__item {
  position: relative;
}

.pg-home-visual__main {
  position: absolute;
  bottom: 0;
  left: 0;
}

.pg-home-visual__text {
  line-height: 1.75;
}

.pg-home-visual__text,
.pg-home-visual__text p {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1259.499px), print {
  .pg-home-visual {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    padding-bottom: 8%;
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
  }
}
@media only screen and (min-width: 769px), print {
  .pg-home-visual__main {
    width: 32.8125svw;
    padding-block: 3.125svw;
    padding-inline: 14.84375svw;
  }
  .pg-home-visual__siteinfo .p-siteinfoHeader__catch {
    font-size: 1.40625svw;
  }
  .pg-home-visual__siteinfo .p-siteinfoHeader__title {
    font-size: 3.59375svw;
  }
  .pg-home-visual__siteinfo .p-siteinfoHeader__powered {
    font-size: 1.015625svw;
  }
  .pg-home-visual__text {
    margin-top: 2.25em;
    font-size: 1.1328125svw;
  }
}
@media only screen and (max-width: 768.499px) {
  .pg-home-visual__main {
    width: 85.3333333333svw;
    padding-right: 5.3333333333svw;
    padding-left: 18.6666666667svw;
    padding-block: 5.3333333333svw;
  }
  .pg-home-visual__siteinfo .p-siteinfoHeader__catch {
    font-size: 3.7333333333svw;
  }
  .pg-home-visual__siteinfo .p-siteinfoHeader__title {
    font-size: 9.0666666667svw;
  }
  .pg-home-visual__siteinfo .p-siteinfoHeader__powered {
    font-size: 2.6666666667svw;
  }
  .pg-home-visual__text {
    margin-top: 1.25em;
    font-size: 3.2svw;
    line-height: 1.6;
  }
}
.pg-home-new__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
  line-height: 1;
}

.pg-home-new__heading img {
  width: auto;
  height: 1em;
}

.pg-home-new__title {
  margin-top: 0.2em;
}

.pg-home-new__listBlock {
  position: relative;
  left: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: var(--wrapperW, 100svw);
  max-width: 100svw;
}

.pg-home-new__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
  will-change: transform;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.pg-home-new__arrow {
  display: none;
  position: absolute;
  border-radius: 50%;
}

.pg-home-new__arrow:where(.swiper-initialized *) {
  display: block;
}

.pg-home-new__arrow::after {
  display: block;
  position: absolute;
  width: 50%;
  height: 50%;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  left: 50%;
  top: 50%;
  -webkit-transform: scaleX(0.85) translate(-70%, -50%) rotate(45deg);
          transform: scaleX(0.85) translate(-70%, -50%) rotate(45deg);
  border: 0 solid #ffffff;
}

.pg-home-new__arrow.swiper-button-prev {
  left: 0;
  -webkit-transform: scaleX(-1) translateY(-50%);
          transform: scaleX(-1) translateY(-50%);
}

.pg-home-new__arrow.swiper-button-next {
  right: 0;
  left: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.pg-home-new__more {
  text-align: center;
}

.pg-home-new__more .c-nextButton {
  color: #505050;
}

.pg-home-new__more .c-nextButton:hover {
  background-color: #ffffff;
}

.pg-home-new__more .c-nextButton:hover > span {
  color: inherit;
}

@media only screen and (min-width: 769px), print {
  .pg-home-new__heading {
    gap: 26px;
  }
  .pg-home-new__enTitle {
    font-size: 30px;
    font-size: 3rem;
  }
  .pg-home-new__title {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .pg-home-new__main {
    margin-top: 85px;
  }
  .pg-home-new__listBlock {
    padding-inline: 40px;
  }
  .pg-home-new__list > li {
    width: 255px;
  }
  .pg-home-new__list > li:nth-child(2n+1) {
    margin-top: 30px;
  }
  .pg-home-new__arrow {
    width: 100px;
    height: 100px;
    margin-inline: 15px;
  }
  .pg-home-new__arrow::after {
    border-width: 8px 8px 0 0;
  }
  .pg-home-new__more {
    margin-top: 30px;
  }
  .pg-home-new__more .c-nextButton {
    width: 350px;
  }
}
@media only screen and (max-width: 768.499px) {
  .pg-home-new__heading {
    gap: 25px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pg-home-new__enTitle {
    font-size: 23px;
    font-size: 2.3rem;
  }
}
@media only screen and (max-width: 768.499px) and (max-width: 374.499px) {
  .pg-home-new__enTitle {
    font-size: 6.1333333333vw;
  }
}
@media only screen and (max-width: 768.499px) {
  .pg-home-new__title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768.499px) and (max-width: 374.499px) {
  .pg-home-new__title {
    font-size: 4.8vw;
  }
}
@media only screen and (max-width: 768.499px) {
  .pg-home-new__main {
    margin-top: 60px;
  }
  .pg-home-new__listBlock {
    padding-inline: 40px;
  }
  .pg-home-new__list > li {
    width: 255px;
  }
  .pg-home-new__arrow {
    width: 70px;
    height: 70px;
    margin-inline: 0;
  }
  .pg-home-new__arrow::after {
    border-width: 12px 12px 0 0;
  }
  .pg-home-new__more {
    margin-top: 40px;
    margin-inline: -10px;
  }
  .pg-home-new__more .c-nextButton {
    width: 294px;
  }
}
.pg-home-problem {
  position: relative;
}

.pg-home-problem::before {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  left: 50%;
  top: 0%;
  z-index: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: var(--wrapperW, 100svw);
  max-width: 100svw;
  background: repeat-x center center;
  -webkit-background-size: auto 100%;
          background-size: auto 100%;
  -webkit-filter: blur(0px);
          filter: blur(0px);
}

.pg-home-problem__inner {
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #ffffff;
}

.pg-home-problem__title {
  font-weight: 900;
  line-height: 1.2;
}

.pg-home-problem__title strong {
  display: inline-block;
  position: relative;
  color: #fff046;
  letter-spacing: -0.02em;
}

.pg-home-problem__title strong::before {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.pg-home-problem__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pg-home-problem__lastCatch {
  font-weight: 900;
  text-align: center;
}

.pg-home-problem__lastCatch strong {
  color: #fff046;
}

@media only screen and (min-width: 769px), print {
  .pg-home-problem::before {
    background-image: url(../images/bg_problem.svg);
  }
  .pg-home-problem__inner {
    min-height: 762px;
    padding-block: 140px 100px;
  }
  .pg-home-problem__heading {
    text-align: center;
  }
  .pg-home-problem__title {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 959.499px) {
  .pg-home-problem__title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 769px), print {
  .pg-home-problem__title > span {
    display: inline-block;
  }
  .pg-home-problem__title strong {
    padding-inline: 25px;
    font-size: 42px;
    font-size: 4.2rem;
  }
  .pg-home-problem__title strong::before {
    width: 160px;
    height: 128px;
    background-image: url(../images/icon_fukidashi.svg);
  }
  .pg-home-problem__main {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 959.499px) {
  .pg-home-problem__main {
    padding-block: 50px 50px;
  }
}
@media only screen and (min-width: 769px), print {
  .pg-home-problem__list {
    gap: 35px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 959.499px) {
  .pg-home-problem__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 480px;
    margin-inline: auto;
  }
}
@media only screen and (min-width: 769px), print {
  .pg-home-problem__list > li:nth-child(2) {
    margin-top: 30px;
  }
  .pg-home-problem__list > li:nth-child(3) {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 959.499px) {
  .pg-home-problem__list > li:nth-child(2), .pg-home-problem__list > li:nth-child(3) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 769px), print {
  .pg-home-problem__lastCatch {
    margin-top: 25px;
    line-height: 1.4;
    font-size: 25px;
    font-size: 2.5rem;
  }
  .pg-home-problem__lastCatch strong {
    font-size: 35px;
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 768.499px) {
  .pg-home-problem::before {
    background-image: url(../images/bg_problem-sp.svg);
  }
  .pg-home-problem__inner {
    max-width: 375px;
    margin-inline: auto;
    padding-block: 65px 65px;
  }
  .pg-home-problem__heading {
    padding-inline: 15px;
  }
  .pg-home-problem__title {
    line-height: 1.9;
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 768.499px) and (max-width: 374.499px) {
  .pg-home-problem__title {
    font-size: 7.4666666667vw;
  }
}
@media only screen and (max-width: 768.499px) {
  .pg-home-problem__title > span {
    display: block;
  }
  .pg-home-problem__title > span:last-child {
    text-align: right;
  }
  .pg-home-problem__title strong {
    padding-inline: 25px;
    font-size: 36px;
    font-size: 3.6rem;
  }
}
@media only screen and (max-width: 768.499px) and (max-width: 374.499px) {
  .pg-home-problem__title strong {
    font-size: 9.6vw;
  }
}
@media only screen and (max-width: 768.499px) {
  .pg-home-problem__title strong::before {
    width: 167px;
    height: 93px;
    background-image: url(../images/icon_fukidashi-sp.svg);
  }
  .pg-home-problem__main {
    margin-top: 30px;
  }
  .pg-home-problem__listBlock {
    padding-inline: 10px;
  }
  .pg-home-problem__list {
    gap: 10px 10px;
  }
  .pg-home-problem__list > li {
    width: calc(50% - 5px);
  }
  .pg-home-problem__list > li:nth-child(2n+1) {
    margin-top: 15px;
  }
  .pg-home-problem__lastCatch {
    margin-top: 35px;
    line-height: 1.5;
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 768.499px) and (max-width: 374.499px) {
  .pg-home-problem__lastCatch {
    font-size: 7.4666666667vw;
  }
}
@media only screen and (max-width: 768.499px) {
  .pg-home-problem__lastCatch strong {
    line-height: 1.45;
    font-size: 36px;
    font-size: 3.6rem;
  }
}
@media only screen and (max-width: 768.499px) and (max-width: 374.499px) {
  .pg-home-problem__lastCatch strong {
    font-size: 9.6vw;
  }
}
.pg-home-step__heading {
  position: relative;
  z-index: 1;
}

.pg-home-step__title {
  line-height: 1;
}

.pg-home-step__title img {
  width: auto;
  height: 1em;
}

.pg-home-step__lead {
  font-weight: 700;
  line-height: 1.6;
}

.pg-home-step__main {
  position: relative;
  z-index: 0;
}

.pg-home-step__stepBlock {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.pg-home-step__textList {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pg-home-step__textList > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.pg-home-step__textList > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  text-decoration: none;
}

.pg-home-step__textList > li.-start {
  color: #ffffff;
}

.pg-home-step__textList > li.-goal {
  color: #ffffff;
}

.pg-home-step__more {
  position: relative;
  color: #ff1d25;
  text-align: center;
}

.pg-home-step__moreCatch {
  font-weight: 900;
}

.pg-home-step__moreButton {
  position: relative;
  z-index: 1;
  text-align: center;
}

.pg-home-step__moreButton .c-nextButton {
  background-color: #ffffff;
  color: inherit;
  letter-spacing: 0.05em;
}

.pg-home-step__moreButton .c-nextButton > span {
  color: inherit;
}

.pg-home-step__moreButton .c-nextButton strong {
  display: inline-block;
  margin-left: 0.3em;
  margin-block: -0.5em -0.2em;
  color: inherit;
  vertical-align: middle;
}

.pg-home-step__moreButton .c-nextButton:hover {
  border-color: #ff1d25;
  background-color: #ff1d25;
}

.pg-home-step__moreButton .c-nextButton:hover > span {
  color: #ffffff;
}

.pg-home-step__moreIllust {
  line-height: 1;
  pointer-events: none;
}

@media only screen and (min-width: 769px), print {
  .pg-home-step__title {
    font-size: 41px;
    font-size: 4.1rem;
  }
  .pg-home-step__lead {
    margin-top: 8px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .pg-home-step__stepBlock {
    width: 1920px;
    margin-top: -130px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 960px) and (max-width: 1079.499px), print {
  .pg-home-step__stepImage {
    -webkit-transform: scale(0.92);
            transform: scale(0.92);
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 959.499px) {
  .pg-home-step__stepImage {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
}
@media only screen and (min-width: 769px), print {
  .pg-home-step__textList > li {
    width: 190px;
    height: 190px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .pg-home-step__textList > li a {
    padding-top: 25px;
  }
  .pg-home-step__textList > li a:hover {
    opacity: 0.5;
    background-color: rgba(255, 255, 255, 0.75);
  }
  .pg-home-step__textList > li.-start {
    top: 301px;
    left: 527px;
    width: 125px;
    height: 125px;
    font-size: 30px;
    font-size: 3rem;
  }
  .pg-home-step__textList > li.-prepare {
    top: 484px;
    left: 611px;
  }
  .pg-home-step__textList > li.-budget {
    top: 294px;
    left: 740px;
  }
  .pg-home-step__textList > li.-maker {
    top: 484px;
    left: 869px;
  }
  .pg-home-step__textList > li.-land {
    top: 294px;
    left: 1040px;
  }
  .pg-home-step__textList > li.-maker2 {
    top: 463px;
    left: 1040px;
    width: 108px;
    height: 108px;
    padding-top: 48px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .pg-home-step__textList > li.-layout {
    top: 484px;
    left: 1211px;
  }
  .pg-home-step__textList > li.-contract {
    top: 312px;
    left: 1215px;
    width: 108px;
    height: 108px;
    padding-top: 48px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .pg-home-step__textList > li.-construction {
    top: 432px;
    left: 1399px;
    width: 150px;
    height: 150px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .pg-home-step__textList > li.-construction a {
    padding-bottom: 15px;
  }
  .pg-home-step__textList > li.-goal {
    top: 281px;
    left: 1353px;
    width: 125px;
    height: 125px;
    font-size: 30px;
    font-size: 3rem;
  }
  .pg-home-step__textList > li.-complete {
    top: 150px;
    left: 1310px;
    width: 108px;
    height: 108px;
    padding-bottom: 5px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .pg-home-step__more {
    margin-top: 30px;
  }
  .pg-home-step__moreCatch {
    font-size: 20px;
    font-size: 2rem;
  }
  .pg-home-step__moreButton {
    margin-top: 8px;
  }
  .pg-home-step__moreButton .c-nextButton {
    min-width: 550px;
    font-size: 26px;
    font-size: 2.6rem;
  }
  .pg-home-step__moreButton .c-nextButton strong {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .pg-home-step__moreIllust {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 0;
    width: 259px;
    margin-top: -20px;
    margin-left: 240px;
  }
}
@media only screen and (max-width: 768.499px) {
  .pg-home-step__heading {
    text-align: center;
  }
  .pg-home-step__title {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 768.499px) and (max-width: 374.499px) {
  .pg-home-step__title {
    font-size: 8.5333333333vw;
  }
}
@media only screen and (max-width: 768.499px) {
  .pg-home-step__lead {
    margin-top: 8px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768.499px) and (max-width: 374.499px) {
  .pg-home-step__lead {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 768.499px) {
  .pg-home-step__stepBlock {
    width: 100vw;
    margin-top: 15px;
  }
  .pg-home-step__stepBg {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 116.2666666667vw;
  }
  .pg-home-step__textList > li {
    width: 33.3333333333svw;
    height: 33.3333333333svw;
    font-size: 4svw;
  }
  .pg-home-step__textList > li a {
    padding-top: 4svw;
  }
  .pg-home-step__textList > li.-start {
    top: 14.1333333333svw;
    left: 37.0666666667svw;
    width: 16.5333333333svw;
    height: 16.5333333333svw;
    font-size: 4svw;
  }
  .pg-home-step__textList > li.-prepare {
    top: 33.8666666667svw;
    left: 72.5333333333svw;
  }
  .pg-home-step__textList > li.-budget {
    top: 57.0666666667svw;
    left: 27.2svw;
  }
  .pg-home-step__textList > li.-maker {
    top: 80.8svw;
    left: 72.8svw;
  }
  .pg-home-step__textList > li.-land {
    top: 106.6666666667svw;
    left: 27.2svw;
  }
  .pg-home-step__textList > li.-maker2 {
    top: 106.6666666667svw;
    left: 72svw;
    width: 37.3333333333svw;
    height: 9.3333333333svw;
    padding-bottom: 0.5333333333svw;
    padding-left: 9.0666666667svw;
    border-radius: 50em;
    font-size: 2.9333333333svw;
  }
  .pg-home-step__textList > li.-layout {
    top: 132.2666666667svw;
    left: 73.0666666667svw;
  }
  .pg-home-step__textList > li.-contract {
    top: 131.2svw;
    left: 35.7333333333svw;
    width: 34.6666666667svw;
    height: 9.3333333333svw;
    padding-bottom: 0.2666666667svw;
    padding-left: 12svw;
    border-radius: 50em;
    font-size: 2.9333333333svw;
  }
  .pg-home-step__textList > li.-construction {
    top: 145.3333333333svw;
    left: 28.2666666667svw;
    width: 46.1333333333svw;
    height: 13.3333333333svw;
    border-radius: 50em;
    font-size: 3.7333333333svw;
  }
  .pg-home-step__textList > li.-construction span {
    margin-inline: -0.2em;
  }
  .pg-home-step__textList > li.-construction a {
    padding-bottom: 4svw;
    padding-left: 1.8666666667svw;
  }
  .pg-home-step__textList > li.-goal {
    top: 173.8666666667svw;
    left: 44.2666666667svw;
    width: 16.5333333333svw;
    height: 16.5333333333svw;
    font-size: 4svw;
  }
  .pg-home-step__textList > li.-complete {
    top: 190.4svw;
    left: 42.6666666667svw;
    width: 29.3333333333svw;
    height: 9.3333333333svw;
    padding-bottom: 0.8svw;
    border-radius: 50em;
    font-size: 2.9333333333svw;
  }
  .pg-home-step__more {
    margin-top: 30px;
  }
  .pg-home-step__moreCatch {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 768.499px) and (max-width: 374.499px) {
  .pg-home-step__moreCatch {
    font-size: 3.4666666667vw;
  }
}
@media only screen and (max-width: 768.499px) {
  .pg-home-step__moreButton {
    margin-top: 5px;
    margin-inline: -10px;
  }
  .pg-home-step__moreButton .c-nextButton {
    width: 343px;
    max-width: 100%;
    min-height: 62px;
    padding-inline: 55px 15px;
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 768.499px) and (max-width: 374.499px) {
  .pg-home-step__moreButton .c-nextButton {
    font-size: 4.5333333333vw;
  }
}
@media only screen and (max-width: 768.499px) {
  .pg-home-step__moreButton .c-nextButton strong {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 768.499px) and (max-width: 374.499px) {
  .pg-home-step__moreButton .c-nextButton strong {
    font-size: 6.4vw;
  }
}
@media only screen and (max-width: 768.499px) {
  .pg-home-step__moreButton .c-nextButton .-icon {
    width: 62px;
    height: 62px;
  }
  .pg-home-step__moreIllust {
    position: relative;
    z-index: 1;
    width: 202px;
    margin-top: -5px;
    margin-inline: auto;
  }
}
@-webkit-keyframes titlepop {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}
@keyframes titlepop {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}
.pg-home-pickup {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
}

.pg-home-pickup__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.pg-home-pickup__bg::before, .pg-home-pickup__bg::after {
  display: block;
  position: absolute;
  width: 1em;
  height: 1em;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  background-image: url(../images/icon_corner.svg);
}

.pg-home-pickup__bg::before {
  top: 0;
  left: 0;
}

.pg-home-pickup__bg::after {
  top: 0;
  right: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.pg-home-pickup__bg.-corner2 {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}

.pg-home-pickup__inner {
  position: relative;
  z-index: 1;
}

.pg-home-pickup__heading {
  position: relative;
  z-index: 1;
}

.pg-home-pickup__title {
  -webkit-animation: titlepop steps(2) 1.6s infinite;
          animation: titlepop steps(2) 1.6s infinite;
  -webkit-transform-origin: 46% 120%;
          transform-origin: 46% 120%;
}

.pg-home-pickup__main {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-inline: auto;
}

.pg-home-pickup__listBlock {
  margin-inline: auto;
}

.pg-home-pickup__list {
  display: grid;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-template-columns: repeat(2, 1fr);
}

@media only screen and (min-width: 769px), print {
  .pg-home-pickup {
    padding: 60px 25px 80px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1079.499px), print {
  .pg-home-pickup {
    margin-inline: -20px;
  }
}
@media only screen and (min-width: 769px), print {
  .pg-home-pickup__bg::before, .pg-home-pickup__bg::after {
    font-size: 48px;
    font-size: 4.8rem;
  }
  .pg-home-pickup__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pg-home-pickup__title {
    width: 213px;
  }
  .pg-home-pickup__lead {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .pg-home-pickup__main {
    max-width: 940px;
    margin-top: -20px;
    padding: 30px 30px;
    background-image: -webkit-radial-gradient(#fff046 25%, transparent 25%), -webkit-radial-gradient(#fff046 25%, transparent 25%);
    background-image: radial-gradient(#fff046 25%, transparent 25%), radial-gradient(#fff046 25%, transparent 25%);
    background-position: 0 0, 5px 5px;
    -webkit-background-size: 10px 10px;
            background-size: 10px 10px;
    background-color: #ffffff;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1079.499px), print {
  .pg-home-pickup__main {
    padding-inline: 20px;
  }
}
@media only screen and (min-width: 769px), print {
  .pg-home-pickup__listBlock .-pc {
    display: block;
  }
  .pg-home-pickup__listBlock .-tbsp {
    display: none;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1079.499px), print {
  .pg-home-pickup__listBlock .-pc {
    display: none;
  }
  .pg-home-pickup__listBlock .-tbsp {
    display: block;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 959.499px) {
  .pg-home-pickup__listBlock {
    max-width: 640px;
  }
}
@media only screen and (min-width: 769px), print {
  .pg-home-pickup__list {
    gap: 30px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 960px) and (max-width: 1079.499px), print {
  .pg-home-pickup__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
}
@media only screen and (max-width: 768.499px) {
  .pg-home-pickup {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100svw;
    padding: 5px 20px 50px;
    background-image: -webkit-radial-gradient(#fff046 25%, transparent 25%), -webkit-radial-gradient(#fff046 25%, transparent 25%);
    background-image: radial-gradient(#fff046 25%, transparent 25%), radial-gradient(#fff046 25%, transparent 25%);
    background-position: 0 0, 3px 3px;
    -webkit-background-size: 6px 6px;
            background-size: 6px 6px;
    background-color: #ffffff;
  }
  .pg-home-pickup__bg::before, .pg-home-pickup__bg::after {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 768.499px) and (max-width: 374.499px) {
  .pg-home-pickup__bg::before, .pg-home-pickup__bg::after {
    font-size: 7.4666666667vw;
  }
}
@media only screen and (max-width: 768.499px) {
  .pg-home-pickup__heading {
    text-align: center;
  }
  .pg-home-pickup__title img {
    width: 164px;
  }
  .pg-home-pickup__lead {
    margin-top: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768.499px) and (max-width: 374.499px) {
  .pg-home-pickup__lead {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 768.499px) {
  .pg-home-pickup__main {
    margin-top: 15px;
  }
  .pg-home-pickup__listBlock {
    max-width: 640px;
  }
  .pg-home-pickup__listBlock .-pc {
    display: none;
  }
  .pg-home-pickup__list {
    gap: 20px;
  }
}
.pg-home-category {
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-inline: auto;
}

.pg-home-category__inner {
  background-color: #dce6e6;
}

.pg-home-category__title {
  line-height: 1;
}

.pg-home-category__title img {
  width: auto;
  height: 1em;
  vertical-align: top;
}

.pg-home-category__main {
  margin-inline: auto;
}

.pg-home-category__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pg-home-category__list > li {
  line-height: 1;
  text-align: center;
}

.pg-home-category__list > li a {
  text-decoration: none;
}

.pg-home-category__list > li .c-nextButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-inline: auto;
  text-align: center;
}

.pg-home-category__schoolBanner {
  text-align: center;
}

.pg-home-category__schoolBanner a {
  display: inline-block;
}

.pg-home-category__schoolBanner a:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}

@media only screen and (min-width: 769px), print {
  .pg-home-category {
    max-width: 1010px;
    padding: 20px;
    border-radius: 150px;
    background: url(../images/bg_stripes.png) repeat center top;
    -webkit-background-size: 20px auto;
            background-size: 20px auto;
  }
  .pg-home-category__inner {
    padding: 110px 30px 80px;
    border-radius: 130px;
  }
  .pg-home-category__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 10px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 520px;
    height: 100px;
    border-radius: 50em;
    background: url(../images/bg_stripes.png) repeat center top;
    -webkit-background-size: 20px auto;
            background-size: 20px auto;
  }
  .pg-home-category__title img {
    font-size: 35px;
    font-size: 3.5rem;
  }
  .pg-home-category__main {
    max-width: 860px;
  }
  .pg-home-category__list {
    gap: 5px 15px;
  }
  .pg-home-category__list > li .c-nextButton {
    width: 180px;
  }
  .pg-home-category__schoolBanner {
    margin-top: 40px;
  }
  .pg-home-category__schoolBanner img {
    width: 736px;
  }
}
@media only screen and (max-width: 768.499px) {
  .pg-home-category__title {
    text-align: center;
  }
  .pg-home-category__title img {
    font-size: 27px;
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 768.499px) and (max-width: 374.499px) {
  .pg-home-category__title img {
    font-size: 7.2vw;
  }
}
@media only screen and (max-width: 768.499px) {
  .pg-home-category__main {
    max-width: 480px;
    margin-top: 30px;
    margin-inline: auto;
  }
  .pg-home-category__listBlock {
    padding-inline: 10px;
  }
  .pg-home-category__list {
    gap: 5px 10px;
  }
}
@media only screen and (max-width: 768.499px) and (max-width: 374.499px) {
  .pg-home-category__list {
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
  }
}
@media only screen and (max-width: 768.499px) {
  .pg-home-category__list > li {
    width: calc(50% - 5px);
    max-width: 200px;
    text-align: center;
  }
  .pg-home-category__list > li .c-nextButton {
    width: 89%;
    min-width: 0;
  }
  .pg-home-category__schoolBanner {
    margin-top: 15px;
  }
  .pg-home-category__schoolBanner img {
    width: 328px;
  }
}
@media only screen and (min-width: 769px), print {
  .pg-archive__index {
    padding-block: 70px 150px;
  }
}
@media only screen and (max-width: 768.499px) {
  .pg-archive__index {
    padding-block: 25px 80px;
  }
}
.pg-archive-index__title {
  line-height: 1;
}

.pg-archive-index__title img {
  width: auto;
  height: 1em;
}

.pg-archive-index__listBlock .p-postCard__text {
  display: none;
}

.pg-archive-index__pager:not(:has(a.page-numbers)) {
  display: none;
}

@media only screen and (min-width: 769px), print {
  .pg-archive-index__title {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 959.499px) {
  .pg-archive-index__title {
    text-align: center;
  }
}
@media only screen and (min-width: 769px), print {
  .pg-archive-index__main {
    margin-top: 35px;
  }
  .pg-archive-index__pager {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 768.499px) {
  .pg-archive-index__title {
    text-align: center;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .pg-archive-index__main {
    margin-top: 35px;
  }
  .pg-archive-index__pager {
    margin-top: 50px;
    margin-inline: -10px;
  }
}
.pg-single__article {
  background-color: #ffffff;
}

.pg-single__detail:first-child, .pg-single__profile:first-child {
  margin-top: 0;
}

.pg-single__detail:last-child, .pg-single__profile:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 769px), print {
  .pg-single__article {
    padding: 20px 50px 50px;
    border-radius: 50px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 959.499px) {
  .pg-single__article {
    padding-inline: 40px;
  }
}
@media only screen and (min-width: 769px), print {
  .pg-single__summary {
    margin-block: 30px;
  }
  .pg-single__mokuji {
    margin-block: 30px;
  }
  .pg-single__banner {
    margin-block: 50px;
  }
  .pg-single__detail {
    margin-block: 100px 80px;
  }
  .pg-single__profile {
    margin-block: 80px;
  }
  .pg-single__recommend {
    margin-block: 100px 80px;
  }
  .pg-single__sns {
    margin-block: 80px;
  }
}
@media only screen and (max-width: 768.499px) {
  .pg-single__article {
    padding: 25px 15px 20px;
    border-radius: 25px;
  }
  .pg-single__summary {
    margin-block: 25px;
  }
  .pg-single__mokuji {
    margin-block: 25px;
  }
  .pg-single__banner {
    margin-block: 40px;
  }
  .pg-single__detail {
    margin-block: 40px;
  }
  .pg-single__profile {
    margin-block: 50px;
  }
  .pg-single__recommend {
    margin-block: 100px 50px;
  }
  .pg-single__sns {
    margin-block: 50px;
  }
}
.pg-single-header__title {
  color: #b96d6d;
  font-weight: 700;
  line-height: 1.5;
}

.pg-single-header__info {
  line-height: 1;
}

.pg-single-header__dateList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: 400;
}

.pg-single-header__visual {
  line-height: 1;
}

.pg-single-header__visual img {
  vertical-align: top;
}

@media only screen and (min-width: 769px), print {
  .pg-single-header__title {
    margin-top: 5px;
    font-size: 35px;
    font-size: 3.5rem;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 959.499px) {
  .pg-single-header__title {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media only screen and (min-width: 769px), print {
  .pg-single-header__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 25px;
  }
  .pg-single-header__category {
    font-size: 17px;
    font-size: 1.7rem;
  }
  .pg-single-header__dateList {
    gap: 1em;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .pg-single-header__visual {
    margin-top: 25px;
  }
  .pg-single-header__text {
    margin-top: 30px;
    line-height: 1.85;
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 768.499px) {
  .pg-single-header__title {
    margin-top: 5px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .pg-single-header__info {
    margin-top: 20px;
  }
  .pg-single-header__category {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .pg-single-header__dateList {
    gap: 20px;
    margin-top: 5px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .pg-single-header__visual {
    margin-top: 20px;
  }
  .pg-single-header__text {
    margin-top: 25px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.pg-single-visual {
  position: relative;
  text-align: center;
}

.pg-single-visual > span {
  display: inline-block;
  position: relative;
}

.pg-single-visual > span::before, .pg-single-visual > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  left: 0%;
  top: 0%;
  background-image: url("../images/bg_overkv01.svg"), url("../images/bg_overkv02.svg");
  background-position: top left, top right;
  background-repeat: no-repeat;
  pointer-events: none;
}

.pg-single-visual > span::before {
  margin-top: -1px;
}

.pg-single-visual > span::after {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
  margin-top: 1px;
}

@media only screen and (min-width: 769px), print {
  .pg-single-visual > span::before, .pg-single-visual > span::after {
    -webkit-background-size: 104px 104px;
            background-size: 104px;
  }
}
@media only screen and (max-width: 768.499px) {
  .pg-single-visual {
    margin-inline: -15px;
  }
  .pg-single-visual > span::before, .pg-single-visual > span::after {
    -webkit-background-size: 45px 45px;
            background-size: 45px;
  }
}
.pg-single-summary {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-inline: auto;
  background-image: -webkit-linear-gradient(left, rgba(185, 109, 109, 0.1) 1px, transparent 2px), -webkit-linear-gradient(rgba(185, 109, 109, 0.1) 1px, transparent 2px);
  background-image: linear-gradient(90deg, rgba(185, 109, 109, 0.1) 1px, transparent 2px), linear-gradient(rgba(185, 109, 109, 0.1) 1px, transparent 2px);
  background-color: rgba(185, 109, 109, 0.15);
}

.pg-single-summary__inner {
  margin-inline: auto;
}

.pg-single-summary__title {
  color: #b96d6d;
  font-weight: 900;
}

.pg-single-summary__main {
  font-weight: 700;
  line-height: 1.6;
}

.pg-single-summary__main ul > li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.pg-single-summary__main ul > li > * {
  text-indent: 0;
}

.pg-single-summary__main ul > li::before {
  display: block;
  position: absolute;
  width: 1em;
  height: 1em;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  position: relative;
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
  margin-top: -0.3em;
  margin-right: 0.5em;
  border-radius: 50%;
  background-color: #b96d6d;
  vertical-align: middle;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}

@media only screen and (min-width: 769px), print {
  .pg-single-summary {
    max-width: 650px;
    padding: 25px 30px;
    background-position: 3px 3px;
    -webkit-background-size: 10px 10px;
            background-size: 10px 10px;
  }
  .pg-single-summary__inner {
    max-width: 540px;
  }
  .pg-single-summary__title {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .pg-single-summary__main {
    margin-top: 20px;
    font-size: 17px;
    font-size: 1.7rem;
  }
  .pg-single-summary__main ul > li + li {
    margin-top: 8px;
  }
}
@media only screen and (max-width: 768.499px) {
  .pg-single-summary {
    margin-inline: -15px;
    padding: 25px 20px;
    background-position: 3px 3px;
    -webkit-background-size: 10px 10px;
            background-size: 10px 10px;
  }
  .pg-single-summary__inner {
    max-width: 540px;
  }
  .pg-single-summary__title {
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .pg-single-summary__main {
    margin-top: 10px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .pg-single-summary__main ul > li + li {
    margin-top: 4px;
  }
}
.pg-single-mokuji {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-inline: auto;
  background-color: #f5f1eb;
}

.pg-single-mokuji:not(:has(li)) {
  display: none;
}

.pg-single-mokuji::before {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  left: 0;
  top: 0;
  border: solid;
  border-color: #ffffff #b96d6d #b96d6d #ffffff;
}

.pg-single-mokuji__title {
  color: #b96d6d;
  line-height: 1;
}

.pg-single-mokuji__main {
  line-height: 1.4;
}

.pg-single-mokuji__main ul > li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.pg-single-mokuji__main ul > li a {
  text-decoration: none;
}

.pg-single-mokuji__main ul > li + li {
  margin-top: 0.75em;
}

.pg-single-mokuji__main ul > li > * {
  text-indent: 0;
}

.pg-single-mokuji__main ul mark {
  display: inline-block;
  width: 1em;
  margin-top: -0.45em;
  margin-bottom: -0.25em;
  color: #b96d6d;
  font-size: 150%;
  vertical-align: middle;
}

@media only screen and (min-width: 769px), print {
  .pg-single-mokuji {
    max-width: 650px;
    padding: 35px 35px 50px 65px;
  }
  .pg-single-mokuji::before {
    border-width: 25px;
  }
  .pg-single-mokuji__title {
    font-size: 30px;
    font-size: 3rem;
  }
  .pg-single-mokuji__main {
    margin-top: 20px;
  }
  .pg-single-mokuji__main ul > li {
    font-size: 17px;
    font-size: 1.7rem;
  }
  .pg-single-mokuji__main ul > li a:hover {
    text-decoration: underline;
  }
}
@media only screen and (max-width: 768.499px) {
  .pg-single-mokuji {
    margin-inline: -5px;
    padding: 20px 12.5px 30px 12.5px;
  }
  .pg-single-mokuji::before {
    border-width: 20px;
  }
  .pg-single-mokuji__title {
    text-align: center;
    font-size: 27px;
    font-size: 2.7rem;
  }
  .pg-single-mokuji__main {
    margin-top: 10px;
  }
  .pg-single-mokuji__main ul > li {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.pg-single-banner {
  margin-inline: auto;
  text-align: center;
}

.pg-single-banner a {
  display: block;
}

@media only screen and (min-width: 769px), print {
  .pg-single-banner {
    max-width: 780px;
  }
  .pg-single-banner a:hover {
    -webkit-filter: brightness(1.05);
            filter: brightness(1.05);
  }
}
@media only screen and (max-width: 768.499px) {
  .pg-single__article .pg-single-banner {
    margin-inline: -5px;
  }
}
.pg-single-detail__relative:first-child {
  margin-top: 0;
}

.pg-single-detail__relative:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 769px), print {
  .pg-single-detail__relative {
    margin-block: 50px;
  }
}
@media only screen and (max-width: 768.499px) {
  .pg-single-detail__relative {
    margin-block: 30px;
  }
}
.pg-single-profile {
  -webkit-background-size: auto auto;
          background-size: auto auto;
}

.pg-single-profile__inner {
  background-color: #ffffff;
}

.pg-single-profile__title {
  color: #b96d6d;
  font-weight: 700;
  line-height: 1;
}

.pg-single-profile__title > span {
  display: inline-block;
  border-bottom: solid #f5f1eb;
}

.pg-single-profile__thumb img {
  border-radius: 50%;
}

.pg-single-profile__textBlock .-name strong {
  display: block;
}

@media only screen and (min-width: 769px), print {
  .pg-single-profile {
    padding: 20px;
    border-radius: 40px;
    background-image: -webkit-repeating-linear-gradient(315deg, transparent, transparent 10px, #f5f1eb 10px, #f5f1eb 16px);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, #f5f1eb 10px, #f5f1eb 16px);
  }
  .pg-single-profile__inner {
    padding: 25px 30px;
    border-radius: 20px;
  }
  .pg-single-profile__title {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .pg-single-profile__title > span {
    padding-bottom: 8px;
    border-bottom-width: 6px;
  }
  .pg-single-profile__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 25px;
    margin-top: 25px;
  }
  .pg-single-profile__thumb {
    width: 120px;
  }
  .pg-single-profile__textBlock {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 768.499px) {
  .pg-single-profile {
    margin-inline: -5px;
    padding: 10px 10px;
    border-radius: 20px;
    background-image: -webkit-repeating-linear-gradient(315deg, transparent, transparent 4px, #f5f1eb 4px, #f5f1eb 6px);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 4px, #f5f1eb 4px, #f5f1eb 6px);
  }
  .pg-single-profile__inner {
    padding: 25px 15px;
    border-radius: 10px;
  }
  .pg-single-profile__title {
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .pg-single-profile__title > span {
    padding-bottom: 10px;
    border-bottom-width: 4px;
  }
  .pg-single-profile__main {
    gap: 25px;
    margin-top: 10px;
  }
  .pg-single-profile__thumb {
    width: 100px;
    margin-inline: auto;
  }
  .pg-single-profile__textBlock {
    margin-top: 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.pg-single-recommend {
  position: relative;
}

.pg-single-recommend:not(:has(li)) {
  display: none;
}

.pg-single-recommend::before {
  display: block;
  position: absolute;
  width: 100vw;
  height: 100%;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  left: 50%;
  top: 0%;
  opacity: 0.2;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-background-size: auto auto;
          background-size: auto auto;
}

.pg-single-recommend__inner {
  position: relative;
}

.pg-single-recommend__title {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50em;
  background-color: #b96d6d;
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

@media only screen and (min-width: 769px), print {
  .pg-single-recommend::before {
    background-image: -webkit-repeating-linear-gradient(315deg, transparent, transparent 7px, #b96d6d 9px, #b96d6d 12px);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 7px, #b96d6d 9px, #b96d6d 12px);
  }
  .pg-single-recommend__inner {
    padding-block: 60px 60px;
  }
  .pg-single-recommend__title {
    min-width: 350px;
    padding: 12px 20px 18px;
    font-size: 30px;
    font-size: 3rem;
  }
}
@media only screen and (max-width: 768.499px) {
  .pg-single-recommend::before {
    background-image: -webkit-repeating-linear-gradient(315deg, transparent, transparent 5px, #b96d6d 6px, #b96d6d 8px);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, #b96d6d 6px, #b96d6d 8px);
  }
  .pg-single-recommend__inner {
    padding-block: 70px 50px;
  }
  .pg-single-recommend__title {
    min-width: 250px;
    padding: 8px 20px 12px;
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.pg-single-sns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (min-width: 769px), print {
  .pg-single-sns__list {
    gap: 20px;
  }
  .pg-single-sns__list > li a:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 768.499px) {
  .pg-single-sns__list {
    gap: 25px;
  }
}
.pg-template__content {
  padding-bottom: 100px;
}

.pg-template-content {
  background-color: #ffffff;
}

.pg-template-content__title {
  color: #b96d6d;
  font-weight: 700;
  line-height: 1.5;
}

.pg-template-content__visual {
  text-align: center;
}

@media only screen and (min-width: 769px), print {
  .pg-template-content {
    padding: 50px 50px;
  }
  .pg-template-content__title {
    font-size: 35px;
    font-size: 3.5rem;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 959.499px) {
  .pg-template-content__title {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media only screen and (min-width: 769px), print {
  .pg-template-content__visual {
    margin-block: 30px;
  }
  .pg-template-content__main {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 768.499px) {
  .pg-template-content {
    padding: 30px 20px;
  }
  .pg-template-content__title {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .pg-template-content__visual {
    margin-block: 30px;
  }
  .pg-template-content__main {
    margin-top: 30px;
  }
}