/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
a {
  background-color: transparent;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
img {
  border-style: none;
}
button,
input {
  margin: 0;
  overflow: visible;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}
[type="button"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
}
[type="button"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}
body,
html {
  height: 100%;
}
html {
  font-size: 62.5%;
}
body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  background: #fff;
  color: #646464;
  font-family: Noto Sans JP, sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-break: strict;
  line-height: 1;
  text-align: justify;
  text-justify: inter-ideograph;
}
body > * {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
:after,
:before,
:not(hr):not(legend) {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0f0a14;
}
blockquote,
dd,
dl,
dt,
ol,
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
a,
button {
  -webkit-transition: opacity 0.3s ease-out;
  outline: none;
  transition: opacity 0.3s ease-out;
}
a {
  color: #0087d2;
  text-decoration: none;
}
img {
  -webkit-backface-visibility: hidden;
  max-width: 100%;
  height: auto;
  backface-visibility: hidden;
  vertical-align: top;
}
svg {
  display: inline-block;
}
picture {
  display: block;
}
i {
  font-style: normal;
}
table {
  width: 100%;
  border-spacing: 0;
}
th {
  font-weight: 400;
}
td {
  text-align: center;
}
input {
  border-radius: 0;
}
[role="button"],
[type="button"],
[type="submit"],
button {
  cursor: pointer;
}
[disabled] {
  cursor: default;
  pointer-events: none;
}
[type="number"] {
  width: auto;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}
button,
input,
small {
  font: inherit;
}
button {
  padding: 0;
  overflow: visible;
}
[type="button"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: 0;
}
[type="button"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}
button {
  text-transform: none;
}
button,
input {
  border-style: none;
  background-color: transparent;
  color: inherit;
}
input:not([type="checkbox"]),
input:not([type="radio"]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
[type="search"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  outline-offset: -0.02rem;
}
input {
  display: inline-block;
  width: 100%;
  padding: 0;
  border: none;
  background: #fff;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px #fff inset;
}
.l-block,
.l-block--full,
.l-block--narrow,
.l-block--mid,
.l-block--small {
  padding-right: 25px;
  padding-left: 25px;
}
.l-main {
  overflow: hidden;
}
.l-section {
  padding-top: 50px;
  padding-bottom: 80px;
}
.l-section--simple {
  padding-top: 80px;
  padding-bottom: 80px;
}
.l-section--simple-narrow {
  padding-top: 50px;
  padding-bottom: 80px;
}
.l-section + .l-section:not([class*="u-color-bg"]) {
  padding-top: 0;
  border-top: none;
}
.l-section > :first-child {
  margin-top: 0;
}
.l-trigger {
  margin-top: 30px;
  text-align: center;
}
.l-trigger--high {
  margin-top: 50px;
}
.l-flex {
display: flex;
flex-direction: column;
}
.moreButton {
  overflow-anchor: none;
}
.lazyload {
  opacity: 0;
}
.tingle-modal * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tingle-modal {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-overflow-scrolling: touch;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  z-index: 1000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  user-select: none;
}
.tingle-modal--noOverlayClose {
  cursor: default;
}
.tingle-modal__close {
  z-index: 1000;
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  color: #0f0a14;
  cursor: pointer;
}
.tingle-modal__close:after,
.tingle-modal__close:before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 28px;
  height: 2px;
  margin: auto;
  background-color: currentColor;
  content: "";
}
.tingle-modal__close:before {
  -webkit-transform: translateY(5px) rotate(-30deg);
  bottom: 10px;
  transform: translateY(5px) rotate(-30deg);
}
.tingle-modal__close:after {
  -webkit-transform: translateY(-5px) rotate(30deg);
  top: 10px;
  transform: translateY(-5px) rotate(30deg);
}
.tingle-modal__closeLabel {
  clip: rect(0, 0, 0, 0);
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
}
.tingle-modal-box {
  -ms-flex-negative: 0;
  position: relative;
  flex-shrink: 0;
  width: calc(100% - 180px);
  max-width: 980px;
  margin-top: auto;
  margin-bottom: auto;
  cursor: auto;
  opacity: 1;
  will-change: transform, opacity;
}
body.is-modal-term .tingle-modal-box {
  max-width: 950px;
  height: 600px;
  padding-top: 100px;
  background-color: #fff;
}
body.is-modal-term .tingle-modal-box iframe {
  width: 100%;
  height: 500px;
  overflow-y: auto;
  border: none;
}
.tingle-modal-box__footer {
  width: auto;
  padding: 1.5rem 2rem;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #f5f5f5;
  cursor: auto;
}
.tingle-modal-box__footer:after {
  display: table;
  clear: both;
  content: "";
}
.tingle-modal-box__footer--sticky {
  -webkit-transition: bottom 0.3s ease-in-out 0.3s;
  z-index: 10001;
  position: fixed;
  bottom: -200px;
  opacity: 1;
  transition: bottom 0.3s ease-in-out 0.3s;
}
.tingle-enabled {
  position: fixed;
  right: 0;
  left: 0;
  overflow: hidden;
}
.tingle-modal--visible .tingle-modal-box__footer {
  bottom: 0;
}
.tingle-modal--visible {
  visibility: visible;
  opacity: 1;
}
.tingle-modal--visible .tingle-modal-box {
  -webkit-animation: scale 0.3s ease-out forwards;
  animation: scale 0.3s ease-out forwards;
}
.tingle-modal--overflow {
  padding-top: 8vh;
  padding-bottom: 8vh;
  overflow-y: scroll;
}
@keyframes scale {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.c-banner {
  margin-top: 50px;
}
.c-banner__link {
  display: block;
}
.c-banner__image {
  width: 100%;
}
.c-button-outline {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transform: translateX(-7px);
  -webkit-transition: opacity 0.3s ease-out;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 265px;
  height: 44px;
  padding: 5px 20px;
  transform: translateX(-7px);
  border: 1px solid;
  border-right: none;
  border-radius: 6px 0 0 6px;
  color: #0087d2;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-align: left;
  transition: opacity 0.3s ease-out;
}
.c-button-outline:after,
.c-button-outline:before {
  display: inline-block;
  position: absolute;
  right: -4px;
  width: 4px;
  height: 14px;
  border-right: 1px solid;
  content: "";
}
.c-button-outline:before {
  top: -1px;
  border-top: 1px solid;
  border-radius: 0 6px 0 0;
}
.c-button-outline:after {
  bottom: -1px;
  border-bottom: 1px solid;
  border-radius: 0 0 6px 0;
}
.c-button-outline__text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.c-button-outline .c-button-outline__icon {
  position: absolute;
  top: 0;
  right: -16px;
  bottom: 4px;
  margin: auto;
}
.c-button-outline .c-button-outline__reload {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 5px;
}
.c-button-outline--full {
  max-width: none;
}
.c-button-outline--normal {
  -webkit-transform: none;
  transform: none;
  border-right: 1px solid;
  border-radius: 6px;
}
.c-button-outline--normal:after,
.c-button-outline--normal:before {
  content: none;
}
.c-hamburger {
  -ms-flex-negative: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  color: #0f0a14;
}
.c-hamburger:after,
.c-hamburger:before,
.c-hamburger__bar {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 28px;
  height: 2px;
  margin: auto;
  background-color: #0f0a14;
}
.c-hamburger:after,
.c-hamburger:before {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  content: "";
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.c-hamburger:before {
  bottom: 10px;
}
.c-hamburger:after {
  top: 10px;
}
.c-hamburger__bar {
  background: none;
}
.c-hamburger__bar:before {
  display: inline-block;
  visibility: hidden;
  width: 39px;
  height: 9px;
  margin: auto auto auto -5px;
  opacity: 0;
}
.c-hamburger__bar:after,
.c-hamburger__bar:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}
.c-hamburger__bar:after {
  display: block;
  width: 100%;
  height: 2px;
  margin: auto;
  background-color: #0f0a14;
}
.c-hamburger.is-active:before {
  -webkit-transform: translateY(5px) rotate(-30deg);
  transform: translateY(5px) rotate(-30deg);
}
.c-hamburger.is-active:after {
  -webkit-transform: translateY(-5px) rotate(30deg);
  transform: translateY(-5px) rotate(30deg);
}
.c-hamburger.is-active .c-hamburger__bar:after {
  opacity: 0;
}
.c-heading-01 {
  margin-bottom: 40px;
  color: #0f0a14;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.75;
  text-align: center;
}
.c-icon--arrow-right,
.c-icon--category,
.c-icon--facebook,
.c-icon--instagram,
.c-icon--keyword,
.c-icon--reload,
.c-icon--search,
.c-icon--twitter,
.c-icon--youtube {
  -ms-flex-negative: 0;
  display: inline-block;
  flex-shrink: 0;
}
.c-icon--arrow-right:after,
.c-icon--arrow-right:before,
.c-icon--category:after,
.c-icon--category:before,
.c-icon--facebook:after,
.c-icon--facebook:before,
.c-icon--instagram:after,
.c-icon--instagram:before,
.c-icon--keyword:after,
.c-icon--keyword:before,
.c-icon--reload:after,
.c-icon--reload:before,
.c-icon--search:after,
.c-icon--search:before,
.c-icon--twitter:after,
.c-icon--twitter:before,
.c-icon--youtube:after,
.c-icon--youtube:before {
  -ms-flex-negative: 0;
  display: inline-block;
  flex-shrink: 0;
  vertical-align: middle;
}
.c-icon--arrow-right {
  position: relative;
  width: 32px;
  height: 4px;
  border-bottom: 1px solid;
}
.c-icon--arrow-right:before {
  position: absolute;
  right: -2px;
  bottom: -1px;
  width: 0;
  height: 0;
  border-width: 4px 0 0 7px;
  border-style: solid;
  border-color: transparent transparent transparent currentcolor;
  content: "";
}
.c-icon--category:before {
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%230f0a14'%3E%3Cpath d='M8.607 4.183l1.5 1.5h5.951a1.378 1.378 0 011.027.452 1.462 1.462 0 01.435 1.044v7.412a1.462 1.462 0 01-.435 1.044 1.378 1.378 0 01-1.027.452H4.153a1.378 1.378 0 01-1.027-.452 1.462 1.462 0 01-.435-1.047V5.683a1.462 1.462 0 01.435-1.048 1.378 1.378 0 011.027-.452z'/%3E%3C/svg%3E")
    no-repeat 50%;
  background-size: contain;
  content: "";
}
.c-icon--keyword:before {
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%230f0a14'%3E%3Cpath d='M6.966 6.975a1.1 1.1 0 00.337-.806 1.135 1.135 0 00-1.134-1.136 1.135 1.135 0 00-1.136 1.136 1.135 1.135 0 001.136 1.134 1.086 1.086 0 00.797-.328zm9.792 4.3a1.086 1.086 0 01-.328.8l-4.351 4.358a1.135 1.135 0 01-.806.328 1.086 1.086 0 01-.8-.328l-6.334-6.347a2.641 2.641 0 01-.572-.9 2.736 2.736 0 01-.234-1.032V4.467a1.09 1.09 0 01.337-.8 1.09 1.09 0 01.797-.334h3.687a2.736 2.736 0 011.037.235 2.747 2.747 0 01.9.572l6.342 6.327a1.135 1.135 0 01.325.806zm.186 4.537'/%3E%3C/svg%3E")
    no-repeat 50%;
  background-size: contain;
  content: "";
}
.c-icon--facebook:before {
  width: 32px;
  height: 32px;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 12C22 6.47715 17.5229 2 12 2C6.47715 2 2 6.47715 2 12C2 16.9912 5.65684 21.1283 10.4375 21.8785V14.8906H7.89844V12H10.4375V9.79688C10.4375 7.29063 11.9305 5.90625 14.2146 5.90625C15.3088 5.90625 16.4531 6.10156 16.4531 6.10156V8.5625H15.1922C13.95 8.5625 13.5625 9.3334 13.5625 10.1242V12H16.3359L15.8926 14.8906H13.5625V21.8785C18.3432 21.1283 22 16.9914 22 12Z' fill='black'/%3E%3Cpath d='M15.8926 14.8906L16.3359 12H13.5625V10.1242C13.5625 9.3334 13.95 8.5625 15.1922 8.5625H16.4531V6.10156C16.4531 6.10156 15.3088 5.90625 14.2146 5.90625C11.9305 5.90625 10.4375 7.29063 10.4375 9.79688V12H7.89844V14.8906H10.4375V21.8785C10.9467 21.9584 11.4684 22 12 22C12.5316 22 13.0533 21.9584 13.5625 21.8785V14.8906H15.8926Z' fill='white'/%3E%3C/svg%3E%0A")
    no-repeat 50%;
  background-size: contain;
  content: "";
}
.c-icon--twitter:before {
  width: 32px;
  height: 32px;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.713 10.6218L20.4135 3H18.825L13.0065 9.61791L8.3595 3H3L10.0275 13.0068L3 21H4.5885L10.7325 14.0108L15.6405 21H21L13.713 10.6218ZM11.538 13.0949L10.8255 12.0983L5.16 4.16977H7.599L12.171 10.569L12.8835 11.5656L18.8265 19.8831H16.3875L11.538 13.0949Z' fill='black'/%3E%3C/svg%3E%0A")
    no-repeat 50%;
  background-size: contain;
  content: "";
}
.c-icon--instagram:before {
  width: 32px;
  height: 32px;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.85851 2.06994C6.7945 2.12014 6.0679 2.28994 5.4327 2.53954C4.77529 2.79574 4.21809 3.13954 3.66369 3.69594C3.10929 4.25235 2.76789 4.80995 2.51349 5.46835C2.26729 6.10495 2.10049 6.83215 2.05349 7.89676C2.00648 8.96136 1.99608 9.30356 2.00128 12.0192C2.00648 14.7348 2.01848 15.0752 2.07009 16.142C2.12089 17.2058 2.29009 17.9322 2.53969 18.5676C2.79629 19.225 3.13969 19.782 3.69629 20.3366C4.25289 20.8912 4.81009 21.2318 5.4701 21.4866C6.1061 21.7324 6.8335 21.9 7.89791 21.9466C8.96231 21.9932 9.30491 22.004 12.0197 21.9988C14.7345 21.9936 15.0763 21.9816 16.1429 21.931C17.2095 21.8804 17.9321 21.71 18.5677 21.4616C19.2251 21.2044 19.7825 20.8616 20.3367 20.3048C20.8909 19.748 21.2322 19.19 21.4864 18.5312C21.7328 17.8952 21.9002 17.1678 21.9464 16.1042C21.993 15.0368 22.004 14.696 21.9988 11.9808C21.9936 9.26556 21.9814 8.92516 21.9308 7.85876C21.8802 6.79235 21.7108 6.06815 21.4614 5.43235C21.2043 4.77495 20.8613 4.21835 20.3049 3.66334C19.7485 3.10834 19.1901 2.76734 18.5315 2.51374C17.8951 2.26754 17.1681 2.09974 16.1037 2.05374C15.0393 2.00774 14.6967 1.99594 11.9809 2.00114C9.26511 2.00634 8.92511 2.01794 7.85851 2.06994ZM7.97531 20.1476C7.0003 20.1052 6.4709 19.9432 6.1181 19.8076C5.6509 19.6276 5.3181 19.41 4.9665 19.0618C4.61489 18.7136 4.39889 18.3796 4.21649 17.9134C4.07949 17.5606 3.91449 17.0318 3.86889 16.0568C3.81929 15.003 3.80889 14.6866 3.80309 12.0168C3.79729 9.34696 3.80749 9.03096 3.85369 7.97676C3.89529 7.00256 4.05829 6.47255 4.19369 6.11995C4.37369 5.65215 4.59049 5.31995 4.93949 4.96855C5.2885 4.61715 5.6215 4.40075 6.0881 4.21835C6.4405 4.08074 6.9693 3.91714 7.94391 3.87074C8.99851 3.82074 9.31451 3.81074 11.9839 3.80494C14.6533 3.79914 14.9701 3.80914 16.0251 3.85554C16.9993 3.89794 17.5295 4.05934 17.8817 4.19555C18.3491 4.37555 18.6817 4.59175 19.0331 4.94135C19.3845 5.29095 19.6011 5.62275 19.7835 6.09035C19.9213 6.44175 20.0849 6.97036 20.1309 7.94556C20.1811 9.00016 20.1925 9.31636 20.1973 11.9856C20.2021 14.6548 20.1927 14.9718 20.1465 16.0256C20.1039 17.0006 19.9423 17.5302 19.8065 17.8834C19.6265 18.3504 19.4095 18.6834 19.0603 19.0346C18.7111 19.3858 18.3785 19.6022 17.9117 19.7846C17.5597 19.922 17.0303 20.086 16.0565 20.1324C15.0019 20.182 14.6859 20.1924 12.0155 20.1982C9.34511 20.204 9.03011 20.1932 7.97551 20.1476M16.1275 6.65535C16.1279 6.89271 16.1987 7.12462 16.3309 7.32174C16.4631 7.51887 16.6508 7.67237 16.8703 7.76281C17.0897 7.85326 17.331 7.8766 17.5638 7.82988C17.7965 7.78315 18.0101 7.66847 18.1776 7.50033C18.3451 7.33218 18.459 7.11813 18.5049 6.88525C18.5508 6.65237 18.5266 6.41112 18.4353 6.19201C18.3441 5.97289 18.1899 5.78576 17.9923 5.65428C17.7947 5.5228 17.5625 5.45288 17.3251 5.45335C17.0069 5.45399 16.702 5.58097 16.4774 5.80638C16.2529 6.03179 16.127 6.33716 16.1275 6.65535ZM6.8655 12.01C6.8711 14.846 9.17431 17.1398 12.0097 17.1344C14.8451 17.129 17.1405 14.826 17.1351 11.99C17.1297 9.15396 14.8259 6.85955 11.9901 6.86515C9.15431 6.87075 6.8601 9.17436 6.8655 12.01ZM8.66671 12.0064C8.6654 11.3471 8.85963 10.7022 9.22482 10.1533C9.59002 9.60442 10.1098 9.17614 10.7184 8.92264C11.327 8.66914 11.9971 8.6018 12.644 8.72914C13.2908 8.85648 13.8854 9.17278 14.3525 9.63804C14.8196 10.1033 15.1383 10.6966 15.2682 11.343C15.3981 11.9894 15.3334 12.6597 15.0823 13.2693C14.8312 13.8789 14.405 14.4004 13.8575 14.7677C13.3101 15.1351 12.666 15.3319 12.0067 15.3332C11.569 15.3341 11.1353 15.2488 10.7305 15.0821C10.3257 14.9154 9.95775 14.6706 9.64759 14.3616C9.33743 14.0527 9.09117 13.6857 8.92287 13.2816C8.75456 12.8775 8.66752 12.4441 8.66671 12.0064Z' fill='black'/%3E%3C/svg%3E")
    no-repeat 50%;
  background-size: contain;
  content: "";
}
.c-icon--youtube:before {
  width: 32px;
  height: 32px;
  background: url("data:image/svg+xml,%3Csvg width='22' height='16' viewBox='0 0 22 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.0609 2.91228C20.8199 2.00308 20.1076 1.28717 19.2043 1.04376C17.5673 0.60228 11 0.60228 11 0.60228C11 0.60228 4.43273 0.60228 2.79568 1.04376C1.89244 1.28717 1.18011 2.00308 0.939091 2.91228C0.5 4.56126 0.5 8.00001 0.5 8.00001C0.5 8.00001 0.5 11.4388 0.939091 13.0877C1.18011 13.9969 1.89244 14.7128 2.79568 14.9563C4.43392 15.3977 11 15.3977 11 15.3977C11 15.3977 17.5673 15.3977 19.2043 14.9563C20.1076 14.7128 20.8199 13.9969 21.0609 13.0877C21.5 11.44 21.5 8.00001 21.5 8.00001C21.5 8.00001 21.5 4.56126 21.0609 2.91228Z' fill='%23282828'/%3E%3Cpath d='M8.85227 11.1226L14.3409 8L8.85227 4.87745V11.1226Z' fill='white'/%3E%3C/svg%3E")
    no-repeat 50%;
  background-size: contain;
  content: "";
}
.c-icon--search:before {
  width: 24px;
  height: 24px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='%230087d2'%3E%3Crect width='3.878' height='9.696' rx='1.939' transform='rotate(-45 28.353 -8.688)'/%3E%3Cpath d='M12.093 19.879a7.757 7.757 0 117.757-7.757 7.766 7.766 0 01-7.757 7.757zm0-12.605a4.848 4.848 0 104.843 4.848 4.854 4.854 0 00-4.843-4.848z'/%3E%3C/svg%3E")
    no-repeat 50%;
  background-size: contain;
  content: "";
}
.c-icon--reload:before {
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%230087d2'%3E%3Cpath d='M10 1.339a8.321 8.321 0 016.085 2.577l2.577-2.577v6.5h-6.5l2.36-2.36a6.13 6.13 0 00-4.526-1.97A6.257 6.257 0 005.41 5.41 6.257 6.257 0 003.504 10a6.257 6.257 0 001.906 4.591 6.257 6.257 0 004.591 1.906 6.257 6.257 0 004.591-1.906l1.559 1.559a8.363 8.363 0 01-6.15 2.512 8.34 8.34 0 01-6.117-2.544A8.34 8.34 0 011.339 10a8.34 8.34 0 012.544-6.117A8.34 8.34 0 0110 1.339zm8.661 17.323'/%3E%3C/svg%3E")
    no-repeat 50%;
  background-size: contain;
  content: "";
}
.p-archive__item {
  margin-top: 30px;
}
.p-archive__item:first-child {
  margin-top: 0;
}
.p-banner-corp {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: fixed;
  bottom: 0;
  left: 0;
  align-items: center;
  width: 100%;
  height: 90px;
  background-color: #0087d2;
}
.theme-lp .p-banner-corp {
  display: none;
}
.p-banner-corp__figure {
  -ms-flex-item-align: end;
  align-self: flex-end;
  overflow: hidden;
}
.p-banner-corp__figure img {
  -webkit-transform: translateY(13px);
  transform: translateY(13px);
}
.p-banner-corp__text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.66667;
}
.p-banner-magazine {
  -ms-grid-rows: 41px 1fr;
  -ms-grid-columns: 97px 1fr 42px;
  display: -ms-grid;
  display: grid;
  z-index: 1;
  position: fixed;
  bottom: 0;
  left: 0;
  grid-template: "menuBannerFigure menuBannerLogo menuBannerLogo" 41px "menuBannerFigure menuBannerText menuBannerPoint" 1fr / 97px 1fr 42px;
  width: 100%;
  height: 90px;
  padding: 0 20px 0 0;
  background-color: #0087d2;
}
.theme-lp .p-banner-magazine {
  display: none;
}
.p-banner-magazine__figure {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  grid-area: menuBannerFigure;
  align-self: flex-end;
  overflow: hidden;
}
.p-banner-magazine__figure img {
  -webkit-transform: translateY(13px);
  transform: translateY(13px);
}
.p-banner-magazine__logo {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-area: menuBannerLogo;
  align-self: flex-end;
  width: 253px;
  height: 28px;
}
.p-banner-magazine__text {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: menuBannerText;
  align-self: flex-start;
  margin-top: 2px;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.5;
}
.p-banner-magazine__point {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-area: menuBannerPoint;
  align-items: center;
  align-self: flex-start;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-top: 0;
  border-radius: 50%;
  background-color: #fff;
  color: #0087d2;
  font-family: "Noto Serif JP", serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.25;
}
.p-brackets {
  position: relative;
  margin-bottom: 50px;
  padding: 0 34px;
  text-align: center;
}
.p-brackets:after,
.p-brackets:before {
  display: block;
  position: absolute;
  top: 0;
  width: 14px;
  height: 100%;
  border: 1px solid #0f0a14;
  content: "";
}
.p-brackets:before {
  left: 0;
  border-right: none;
}
.p-brackets:after {
  right: 0;
  border-left: none;
}
.p-brackets--simple {
  padding: 0;
}
.p-brackets--simple:after,
.p-brackets--simple:before {
  content: none;
}
.p-brackets__label {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  color: #0f0a14;
  font-family: Cantata One, serif;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: normal;
}
.p-brackets__label-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 5px;
}
.p-brackets__heading {
  margin-bottom: 10px;
  color: #0f0a14;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.44;
}
.p-brackets__count {
  color: #707070;
  font-family: Cantata One, serif;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: normal;
}
.p-brackets__word {
  margin-bottom: 12px;
  color: #707070;
  font-size: 1.4rem;
}
.p-breadcrumb {
  padding: 10px 0 0 20px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 1rem;
}
.p-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 10px;
  overflow-x: auto;
}
.p-breadcrumb__list:after {
  -ms-flex-negative: 0;
  display: block;
  visibility: hidden;
  flex-shrink: 0;
  width: 20px;
  height: 1px;
  content: "";
}
.p-breadcrumb__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  white-space: nowrap;
}
.p-breadcrumb__item:before {
  margin: 0 4px;
  color: #ccc;
  content: "/";
}
.p-breadcrumb__item:first-child:before {
  content: none;
}
.p-card__block {
  display: block;
  padding: 10px 0px 10px 10px;
}
.p-card__background{
  background: linear-gradient(120deg, rgba(0, 135, 210, 0.1) 65%, transparent 50%);
  background-size: 200% 200%;
  background-position: top right;
}
.p-card__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-card__title{
  text-align: center;
  font-family: "Noto Serif JP", serif;
  color: #0f0a14;
  font-size: 1.4rem;
  margin-bottom: 5px;
}
.p-card__figure {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 128px;
  margin-right: 12px;
  overflow: hidden;
}
.p-card__figure-image {
  width: 100%;
}
.p-card__heading {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #646464;
  font-family: "Noto Serif JP", serif;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.75;
  text-align: left;
}
.p-card__foot {
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
.p-card__category,
.p-card__foot {
  -webkit-box-align: center;
  align-items: center;
}
.p-card__category {
  -webkit-box-flex: 0;
  -ms-flex: none;
  -ms-flex-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  flex: none;
  color: #707070;
  font-size: 1rem;
}
.p-card__category-icon {
  margin-right: 5px;
}
.p-card__category-icon:before {
  width: 16px;
  height: 16px;
}
.p-card__category-icon.c-icon--category:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%230087d2'%3E%3Cpath d='M8.607 4.183l1.5 1.5h5.951a1.378 1.378 0 011.027.452 1.462 1.462 0 01.435 1.044v7.412a1.462 1.462 0 01-.435 1.044 1.378 1.378 0 01-1.027.452H4.153a1.378 1.378 0 01-1.027-.452 1.462 1.462 0 01-.435-1.047V5.683a1.462 1.462 0 01.435-1.048 1.378 1.378 0 011.027-.452z'/%3E%3C/svg%3E");
}
.p-card__category-icon.c-icon--keyword:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%230087d2'%3E%3Cpath d='M6.966 6.975a1.1 1.1 0 00.337-.806 1.135 1.135 0 00-1.134-1.136 1.135 1.135 0 00-1.136 1.136 1.135 1.135 0 001.136 1.134 1.086 1.086 0 00.797-.328zm9.792 4.3a1.086 1.086 0 01-.328.8l-4.351 4.358a1.135 1.135 0 01-.806.328 1.086 1.086 0 01-.8-.328l-6.334-6.347a2.641 2.641 0 01-.572-.9 2.736 2.736 0 01-.234-1.032V4.467a1.09 1.09 0 01.337-.8 1.09 1.09 0 01.797-.334h3.687a2.736 2.736 0 011.037.235 2.747 2.747 0 01.9.572l6.342 6.327a1.135 1.135 0 01.325.806zm.186 4.537'/%3E%3C/svg%3E");
}
.p-card__category-arrow-right{
  width: 15%;
  float: right;
  margin-top: -10px;
}
.p-card__date {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-left: auto;
  padding-left: 10px;
  color: #707070;
  font-family: Cantata One, serif;
  font-size: 1rem;
  font-weight: 400;
}
.p-card__body {
  margin-top: 35px;
  color: #646464;
  font-size: 1.4rem;
  line-height: 2;
  text-align: left;
}
.p-card__body p {
  margin-top: 1em;
}
.p-card__body p:first-child {
  margin-top: 0;
}
.p-card--main .p-card__head {
  display: block;
}
.p-card--main .p-card__heading {
  font-size: 2.4rem;
}
.p-card--main .p-card__figure {
  width: 100%;
  margin-top: 30px;
  margin-right: 0;
}
.p-card--main .p-card__foot {
  margin-top: 20px;
}
.p-card--main .p-card__category {
  font-size: 1.2rem;
}
.p-card--main .p-card__category-icon:before {
  width: 18px;
  height: 18px;
}
.p-card--main .p-card__date {
  font-size: 1.2rem;
}
.p-footer {
  margin-top: auto;
  padding-bottom: 140px;
  border-top: 5px solid #0087d2;
}
.p-footer__navi {
  margin: 0 -25px;
  overflow: hidden;
}
.p-footer__navi-block {
  padding: 32px 25px 17px;
  border-bottom: 1px solid #e5e5e5;
}
.p-footer__navi-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 17px;
  color: #0f0a14;
  font-family: Cantata One, serif;
  font-size: 1.4rem;
  letter-spacing: normal;
}
.p-footer__navi-title-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 5px;
}
.p-footer__navi-list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px;
  font-size: 1.2rem;
  line-height: 1.5;
}
.p-footer__navi-list:first-child {
  border-top: none;
}
.p-footer__navi-item {
  width: 50%;
  padding: 0 6px;
}
.p-footer__navi-link {
  display: block;
  padding: 13px 0;
  color: #707070;
}
.p-footer__corporate {
  padding: 50px 25px 27px;
  text-align: center;
}
.p-footer__corporate-list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.p-footer__corporate-list-link {
  display: inline-block;
  padding: 13px 10px;
  color: #646464;
  font-size: 1.2rem;
  line-height: 1.5;
}
.p-footer__copy {
  color: #0f0a14;
  font-family: "Noto Serif JP", serif;
  font-size: 1.1rem;
  font-weight: 500;
  text-align: center;
}
.p-header {
  z-index: 1000;
}
.p-header,
.p-header__head {
  position: relative;
  height: 68px;
}
.p-header__head {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  align-items: center;
  justify-content: space-between;
  padding: 0 83px 0 20px;
  overflow: hidden;
  background-color: #fff;
}
.p-header__logo {
  z-index: 10;
  position: relative;
}
.p-header__logo-link {
  display: block;
}
.p-header__logo-image {
  width: 151px;
}
.p-header__logo-text {
  display: block;
  margin-top: 6px;
  color: #0f0a14;
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: normal;
}
.p-header__body {
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-right: 68px;
}
.p-header__navi,
.p-header__sns {
  display: none;
}
.p-header__menu {
  z-index: 10;
  position: fixed;
  top: 0;
  right: 0;
}
.p-header__front {
  background-color: #fff;
}
.p-header__front-logo {
  z-index: 10;
  position: relative;
}
.p-header__front-logo-image {
  width: 151px;
}
.p-header__front-logo-text {
  display: block;
  margin-top: 6px;
  color: #0f0a14;
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: normal;
}
.p-header__front-search,
.p-header__front-sns {
  display: none;
}
.p-header__front-search-input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px #f4f4f4 inset;
}
.p-header__search {
  display: none;
}
.p-header__search-input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px #f4f4f4 inset;
}
.p-lp-header {
  margin-top: 20px;
  padding: 0 12px;
  color: #0f0a14;
}
.p-lp-header__balloon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: calc(50% - 6px);
  height: 58px;
  border-radius: 10px;
  background-color: #e5f4ff;
  font-size: 1.2rem;
  line-height: 1.66667;
  text-align: center;
}
.p-lp-header__balloon:after {
  -webkit-transform: translateX(-50%);
  position: absolute;
  bottom: -12px;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-width: 0 12px 12px 0;
  border-style: solid;
  border-color: transparent #e5f4ff transparent transparent;
  content: "";
}
.p-lp-header__balloon:last-child:after {
  border-width: 12px 12px 0 0;
  border-color: #e5f4ff transparent transparent;
}
.p-lp-header__balloon-group {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.p-lp-header__heading {
  margin-top: 41px;
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.45455;
  text-align: center;
}
.p-lp-header__heading em {
  display: block;
  margin-top: 10px;
  font-size: 3rem;
  font-style: normal;
  line-height: 1.6;
}
.p-lp-slider {
  position: relative;
  height: 172px;
  margin-top: 30px;
  overflow: hidden;
}
.p-lp-slider:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #e5f4ff;
  content: "";
}
.p-lp-slider__wrap {
  position: absolute;
  top: 0;
  left: 0;
}
.p-lp-slider__list,
.p-lp-slider__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-lp-slider__item {
  padding: 0 6px;
}
.p-lp-slider__picture {
  width: 100px;
  height: 144px;
}
.p-lp-section {
  margin-top: 90px;
  padding: 0 25px;
  color: #0f0a14;
}
.p-lp-section + .p-lp-section {
  margin-top: 100px;
}
.p-lp-heading {
  position: relative;
  padding-top: 53px;
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.75;
  text-align: center;
}
.p-lp-heading:before {
  -webkit-transform: translateX(-50%);
  position: absolute;
  top: 0;
  left: 50%;
  width: 53px;
  height: 3px;
  transform: translateX(-50%);
  background-color: #0087d2;
  content: "";
}
.p-lp-description {
  margin-top: 30px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: center;
}
.p-lp-suffering__list {
  margin-top: 50px;
}
.p-lp-suffering__item {
  text-align: center;
}
.p-lp-suffering__text {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 2;
}
.p-lp-suffering__picture {
  width: 212px;
  margin: 30px auto;
}
.p-lp-suffering__blockquote {
  position: relative;
  margin-top: 65px;
  padding: 20px;
  border: 1px solid #e5e5e5;
}
.p-lp-suffering__blockquote:before {
  position: absolute;
  top: -16px;
  left: 10px;
  width: 24px;
  height: 24px;
  background: url("../images/ico/ico_double_cautation.svg") no-repeat
    50% / cover;
  content: "";
}
.p-lp-suffering__blockquote-text {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2;
}
.p-lp-story__text {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 2;
}
.p-lp-story__picture {
  width: 156px;
  height: 156px;
  margin: 10px auto 0;
}
.p-lp-story__message {
  margin-top: 30px;
  font-family: Cantata One, serif;
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 1.5;
}
.p-lp-story__message + * {
  margin-top: 30px;
}
.p-lp-story__main {
  margin-top: 50px;
  border: 1px solid #e5e5e5;
}
.p-lp-story__top {
  padding: 18px 20px 0;
  border-bottom: 1px solid #e5e5e5;
}
.p-lp-story__middle {
  padding: 20px;
}
.p-lp-story__bottom {
  padding: 20px;
  background-color: #e5f4ff;
}
.p-lp-story__bottom-heading {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.42857;
  text-align: center;
}
.p-lp-story__bottom .p-magazine__subscribe input[type="text"] {
  margin-top: 20px;
}
.p-lp-way__box {
  -ms-grid-columns: 1fr 108px;
  -ms-grid-rows: 113px auto;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr 108px;
  grid-template-rows: 113px auto;
  margin-top: 50px;
  padding: 10px 20px 20px;
  border: 1px solid #e5e5e5;
}
.p-lp-way__box > :first-child {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.p-lp-way__box > :nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.p-lp-way__box > :nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.p-lp-way__box > :nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
.p-lp-way__header {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-row-align: center;
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  align-self: center;
}
.p-lp-way__name {
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.52941;
}
.p-lp-way__category {
  margin-top: 5px;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.p-lp-way__picture {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  width: 108px;
  height: 113px;
}
.p-lp-way__text {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-column: 1 / 3;
  grid-row: 2 / 3;
  padding-top: 20px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 2;
}
.p-lp-bottom {
  margin-top: 100px;
  padding: 40px 25px;
  background-color: #e5f4ff;
  color: #0f0a14;
}
.p-lp-bottom__heading {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  line-height: 2;
  text-align: center;
}
.p-lp-bottom .p-magazine__subscribe input[type="text"] {
  margin-top: 40px;
}
.p-magazine {
  -ms-grid-rows: auto auto auto;
  -ms-grid-columns: 84px 1fr;
  display: -ms-grid;
  display: grid;
  grid-template: "magazineFigure magazineHeading" auto "magazineText magazineText" auto "magazineForm magazineForm" auto / 84px 1fr;
  padding-top: 30px;
  padding-bottom: 50px;
  background-color: #ecf5fa;
}
.p-magazine__figure {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-row-align: center;
  grid-area: magazineFigure;
  align-self: center;
}
.p-magazine__figure--english {
  height: auto;
  max-width: 60rem;
  margin: 0 auto;
}
.p-magazine__figure--english img {
  width: 100%;
}
.p-magazine--main .p-magazine__heading--english {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 2.8rem;
  line-height: 1.5;
  margin-top: 0;
  padding-right: 0;
  color: #0087D2;
  justify-content: center;
  font-weight: normal;
  width: 100%;
}
.p-magazine__heading {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-row-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-area: magazineHeading;
  align-items: center;
  align-self: center;
  justify-self: flex-start;
}
.p-magazine__logo {
  display: block;
  margin: 0 12px 0 16px;
}
.p-magazine__point {
  -ms-flex-negative: 0;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  align-self: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #0087d2;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: normal;
}
.p-magazine__point,
.p-magazine__text {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
.p-magazine__text {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: magazineText;
  align-self: flex-start;
  margin-top: 16px;
  color: #0f0a14;
  font-size: 2rem;
  line-height: 1.75;
}
.p-magazine--main .p-magazine__text--english {
  margin-top: 1.6rem;
  font-size: 1.6rem;
  letter-spacing: normal;
  line-height: 1.75;
  text-align: center;
}

.p-magazine--main .p-magazine__lead--english {
  font-size: 10px;
  margin-top: 0 !important;
  margin-bottom: 10px !important;
}

.p-magazine__form {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: magazineForm;
}
.p-magazine__subscribe label {
  display: none;
}
.p-magazine__subscribe input[type="email"],
.p-magazine__subscribe input[type="text"] {
  -webkit-transform: scale(calc(14 / 16));
  -webkit-transform-origin: left center;
  width: calc(125% - 30px);
  height: 44px;
  margin-top: 30px;
  padding: 0 15px;
  transform: scale(calc(14 / 16));
  transform-origin: left center;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff;
  font-size: 1.6rem;
  line-height: normal;
  text-align: left;
}
.theme-lp .p-magazine__subscribe input[type="email"],
.theme-lp .p-magazine__subscribe input[type="text"] {
  color: #646464;
}
.p-magazine__subscribe input[type="email"]:focus,
.p-magazine__subscribe input[type="text"]:focus {
  border-color: #0087d2;
  outline: none;
}
.p-magazine__subscribe input[type="submit"] {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-shadow: 0 2px 0 #006eac;
  -webkit-transition: background-color 0.3s ease-out;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 44px;
  margin-top: 20px;
  padding: 0;
  border-radius: 5px;
  background-color: #0087d2;
  box-shadow: 0 2px 0 #006eac;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: center;
  transition: background-color 0.3s ease-out;
}
.p-magazine__subscribe input[type="submit"]:disabled {
  -webkit-box-shadow: 0 2px 0 #acacac;
  background-color: #ccc;
  box-shadow: 0 2px 0 #acacac;
}
.p-magazine__subscribe br,
.p-magazine__subscribe label {
  display: none !important;
}
.p-magazine__lead {
  margin-top: 30px;
  color: #0f0a14;
  font-size: 1.3rem;
  letter-spacing: normal;
  line-height: 2;
}
.p-magazine__trigger {
  margin-top: 30px;
  text-align: center;
}
.p-magazine__term {
  margin-top: 20px;
  line-height: 1.42857;
  text-align: center;
}
.p-magazine--main {
  padding-right: 25px;
  padding-left: 25px;
}

.p-magazine--english {
  -ms-grid-rows: auto auto auto auto;
  -ms-grid-columns: 1fr;
  grid-template: "magazineFigure" auto "magazineHeading" auto "magazineText" auto "magazineBadge" auto "magazineForm" auto / 1fr;
  padding: 0 2.4rem;
  border-top: none;
  background-color: #fff;
}

.p-magazine__badge img {
  margin-top: 1.6rem;
  width: 100%;
}

.p-magazine__box {
  font-family: "Noto Serif JP", serif;
  border: 1px solid #0087D2;
  position: relative;
  overflow: hidden;
  padding: 1.5rem 1.6rem 2rem;
  /* max-width: 60rem; */
  margin: 0 auto;
}
.p-magazine__box::before {
  content: "";
  position: absolute;
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  background-color: #0087D2;
  top: -1.4rem;
  left: -1.4rem;
  transform: rotate(45deg);
}
.p-magazine__first{
  font-size: 2rem;
  color: #0087D2;
  text-align: center;
}
.p-magazine__first span{
  font-size: 2.4rem;
}
.p-magazine__plan {
  font-size: 1.7rem;
  color: #0F0A14;
  margin-top: 1.8rem;
  text-align: center;
}
.p-magazine__plan .p-magazine__price {
  font-size: 4.4rem;
  color: #D03086;
  display: inline-block;
  padding-left: 8px;
}
.p-magazine__plan .p-magazine__price span {
  font-size: 1.3rem;
}
.p-magazine__plan .p-magazine__tax {
  font-size: 1.3rem;
  color: #0F0A14;
  padding-left: 6px;
  display: inline-block;
}

.p-magazine__notes {
  font-family: "Noto Serif JP", serif;
  font-size: 11px;
  color: #0087D2;
  text-align: center;
  margin: 8px 0;
}

.p-magazine__button-yellow {
  height: 5.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFED56;
  border-radius: 10rem;
  font-size: 2rem;
  color: #0F0A14;
  position: relative;
  z-index: 1;
  font-family: "Noto Serif JP", serif;
}
.p-magazine__trigger--yellow {
  position: relative;
  /* max-width: 60rem; */
  margin: 2.3rem auto 0;
}
.p-magazine__trigger--yellow::before {
  content: "";
  position: absolute;
  bottom: -.5rem;
  left: 0;
  background-color: #F9BF3B;
  border-radius: 10rem;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.p-menu + .s2_message {
  margin: 100px 0;
  text-align: center;
}
.p-mainvisual {
  margin-top: 32px;
}
.p-mainvisual__main {
  padding: 0 25px 50px;
}
.p-mainvisual__main .p-card__body img {
  display: none;
}
.p-mainvisual__archive {
  padding: 30px 25px 50px;
  border-top: 1px solid #e5e5e5;
}
.p-mainvisual__title {
  margin-bottom: 10px;
  color: #0087d2;
  font-family: Cantata One, serif;
  font-size: 1.8rem;
  font-weight: 400;
}
.p-mainvisual__trigger {
  margin-top: 28px;
  text-align: center;
}
.p-mainvisual__list-item {
  margin-top: 30px;
}
.p-mainvisual__list-item:first-child {
  margin-top: 0;
}
.p-mainvisual__title + .p-mainvisual__list {
  margin-top: 20px;
}
.p-menu {
  -webkit-transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  z-index: 1001;
  position: fixed;
  top: 68px;
  left: 0;
  width: 100%;
  height: calc(100vh - 68px);
  height: calc((var(--vh, 1vh) * 100) - 68px);
  overflow-y: auto;
  overflow-x: hidden;
  transform: translateX(100%);
  background-color: #fff;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.p-menu__overlay,
.p-menu__trigger {
  display: none;
}
.p-menu__block {
  padding: 40px 0;
}
.p-menu__block--bg {
  padding: 30px 20px;
  background-color: #f4f4f4;
}
.p-menu__title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  color: #0f0a14;
  font-family: Cantata One, serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: normal;
}
.p-menu__title-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 5px;
}
.p-menu__list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.5rem;
  letter-spacing: normal;
  line-height: 1.5;
}
.p-menu__item {
  width: 50%;
}
.p-menu__list--main {
  display: block;
}
.p-menu__list--main .p-menu__item {
  width: 100%;
}
.p-menu__list--main .p-menu__link {
  padding: 20px 45px;
}
.p-menu__link {
  display: block;
  position: relative;
  padding: 13px 20px 13px 25px;
  color: #0f0a14;
}
.p-menu__link--home {
  margin-bottom: 30px;
}
.p-menu__link--home:before {
  display: block;
  position: absolute;
  bottom: -10px;
  left: 45px;
  width: calc(100% - 90px);
  height: 1px;
  background-color: #e5e5e5;
  content: "";
}
.p-menu__banner .p-banner-magazine {
  position: relative;
  bottom: auto;
  left: auto;
}
.p-menu__sns {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  padding: 30px 45px;
}
.p-menu__sns-item {
  padding: 0 6px;
}
.p-menu__sns-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
}
.p-menu__search {
  padding: 20px;
  background-color: #f4f4f4;
}
.p-menu__search + .p-menu__block {
  padding-top: 15px;
}
.p-menu__search-form {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: block;
  position: relative;
  align-items: center;
  width: 100%;
  height: 44px;
  padding: 0 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
}
.p-menu__search-input {
  -webkit-transform: scale(calc(14 / 16));
  -webkit-transform-origin: left center;
  width: calc(125% - 69px);
  height: 100%;
  transform: scale(calc(14 / 16));
  transform-origin: left center;
  outline: none;
  background: none;
  color: #0f0a14;
  font-size: 1.6rem;
  line-height: normal;
}
.p-menu__search-input:-moz-placeholder-shown {
  color: #707070;
}
.p-menu__search-input:placeholder-shown {
  color: #707070;
}
.p-menu__search-input::-webkit-input-placeholder {
  color: #707070;
}
.p-menu__search-input::-moz-placeholder {
  color: #707070;
  opacity: 1;
}
.p-menu__search-input:-ms-input-placeholder {
  color: #707070;
}
.p-menu__search-submit {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  width: 24px;
  height: 24px;
  margin: auto;
}
.p-post__state {
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.p-post__category,
.p-post__state {
  -webkit-box-align: center;
  align-items: center;
}
.p-post__category {
  -webkit-box-flex: 0;
  -ms-flex: none;
  -ms-flex-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  flex: none;
  color: #707070;
  font-size: 1.2rem;
}
.p-post__category-icon {
  margin-right: 2px;
}
.p-post__category-icon:before {
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%230087d2'%3E%3Cpath d='M8.607 4.183l1.5 1.5h5.951a1.378 1.378 0 011.027.452 1.462 1.462 0 01.435 1.044v7.412a1.462 1.462 0 01-.435 1.044 1.378 1.378 0 01-1.027.452H4.153a1.378 1.378 0 01-1.027-.452 1.462 1.462 0 01-.435-1.047V5.683a1.462 1.462 0 01.435-1.048 1.378 1.378 0 011.027-.452z'/%3E%3C/svg%3E");
}
.p-post__date {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-left: auto;
  padding-left: 10px;
  color: #707070;
  font-family: Cantata One, serif;
  font-size: 1.2rem;
  font-weight: 400;
}
.p-post__heading {
  margin-bottom: 30px;
  color: #0f0a14;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.75;
  text-align: left;
}
.p-post__content {
  font-size: 1.4rem;
  line-height: 2;
  text-align: left;
}
.p-post__content > * {
  margin-bottom: 30px;
}
.p-post__content h2 {
  position: relative;
  margin-top: 80px;
  margin-bottom: 50px;
  padding-top: 50px;
  color: #0f0a14;
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.75;
}
.p-post__content h2:before {
  display: block;
  position: absolute;
  top: 0;
  left: -25px;
  width: 55px;
  height: 3px;
  background-color: #0087d2;
  content: "";
}
.p-post__content h3 {
  margin-top: 80px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
  color: #0f0a14;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.57;
}
.p-post__content img {
  width: 100%;
}
.p-post__content b,
.p-post__content strong {
  font-weight: 700;
}
.p-post__content iframe {
  width: 100%;
  min-height: 182px;
  max-height: 182px;
}
.p-post__content iframe.wp-embedded-content {
  min-height: 100%;
  max-height: 100%;
}
.p-post__content li {
  position: relative;
  padding-left: 20px;
}
.p-post__content li:before {
  display: inline-block;
  position: absolute;
  top: 0.75em;
  left: 0;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #e5e5e5;
  content: "";
}
.p-post__content hr {
  display: block;
  width: 100%;
  height: 1px;
  margin: 20px 0;
  border: none;
  background: #e5e5e5;
}
.p-post__content table {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
}
.p-post__content table th:first-child {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}
.p-post__content .flashcard2 {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  padding: 19px;
  border: 1px solid #e5e5e5;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  color: #0f0a14;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
.p-post__content .flashcard2 strong {
  color: #0f0a14;
}
.p-post__content .flashcard2 span {
  display: block;
  color: #646464 !important;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
}
.p-post__content .flashcard3 {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  padding: 0 19px 19px;
  border: 1px solid #e5e5e5;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  color: #0f0a14;
  font-size: 1.8rem;
  font-weight: 500;
}
.p-post__content .flashcard3 strong {
  display: block;
  position: relative;
  margin-right: -19px;
  margin-bottom: 20px;
  margin-left: -19px;
  padding: 14px 14px 14px 19px;
  border-bottom: 1px solid #e5e5e5;
  color: #0087d2;
  font-family: Noto Sans JP, sans-serif;
  font-size: 1.4rem;
}
.p-post__content .flashcard3 strong:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: #0087d2;
  content: "";
}
.p-post__content .flashcard3 strong + br {
  display: none;
}
.p-post__content .flashcard3 hr {
  margin: 15px 0;
}
.p-post__content .flashcard4 {
  padding: 20px;
  background: #f4f4f4;
  color: #0f0a14;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
.p-post__content .flashcard4 div {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  padding: 14px;
  border: 1px solid #e5e5e5;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
.p-post__content .flashcard4 div strong {
  display: block;
  color: #0f0a14;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 500;
}
.p-post__content .flashcard4 div span {
  display: block;
  color: #646464;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
}
.p-post__content .flashcard4 > span {
  display: block;
  margin-bottom: 20px;
  color: #646464 !important;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
}
.p-post__content .flashcard4 :last-child {
  margin-bottom: 0;
}
.p-post__content > :first-child {
  margin-top: 0;
}
.p-post__content > :last-child {
  margin-bottom: 0;
}
.p-post__author {
  margin-top: 100px;
  padding: 30px 20px 20px;
  background-color: #f4f4f4;
}
.p-post__author-figure {
  width: 100px;
  height: 100px;
  margin: 0 auto 25px;
  overflow: hidden;
  border-radius: 50%;
}
.p-post__author-figure img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-post__author-heading {
  margin-bottom: 15px;
  color: #0f0a14;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  text-align: center;
}
.p-post__author-text {
  font-size: 1.2rem;
  line-height: 2;
}
.p-post__class {
  margin-top: 20px;
}
.p-post__class-list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  margin-top: 10px;
  padding-left: 18px;
  font-size: 1.2rem;
  line-height: 2;
}
.p-post__class-list:before {
  -ms-flex-negative: 0;
  display: inline-block;
  position: absolute;
  top: 0.25em;
  left: 0;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";
}
.p-post__class-list:first-child {
  margin-top: 0;
}
.p-post__class-list--category {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.p-post__class-list--category:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%230087d2'%3E%3Cpath d='M8.607 4.183l1.5 1.5h5.951a1.378 1.378 0 011.027.452 1.462 1.462 0 01.435 1.044v7.412a1.462 1.462 0 01-.435 1.044 1.378 1.378 0 01-1.027.452H4.153a1.378 1.378 0 01-1.027-.452 1.462 1.462 0 01-.435-1.047V5.683a1.462 1.462 0 01.435-1.048 1.378 1.378 0 011.027-.452z'/%3E%3C/svg%3E");
}
.p-post__class-list--keyword:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%230087d2'%3E%3Cpath d='M6.966 6.975a1.1 1.1 0 00.337-.806 1.135 1.135 0 00-1.134-1.136 1.135 1.135 0 00-1.136 1.136 1.135 1.135 0 001.136 1.134 1.086 1.086 0 00.797-.328zm9.792 4.3a1.086 1.086 0 01-.328.8l-4.351 4.358a1.135 1.135 0 01-.806.328 1.086 1.086 0 01-.8-.328l-6.334-6.347a2.641 2.641 0 01-.572-.9 2.736 2.736 0 01-.234-1.032V4.467a1.09 1.09 0 01.337-.8 1.09 1.09 0 01.797-.334h3.687a2.736 2.736 0 011.037.235 2.747 2.747 0 01.9.572l6.342 6.327a1.135 1.135 0 01.325.806zm.186 4.537'/%3E%3C/svg%3E");
}
.p-post__class-list-item {
  margin-left: 12px;
}
.p-post__sns {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: visibility 0.3s ease-out, opacity 0.3s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  z-index: 10;
  position: fixed;
  top: 16px;
  left: 15px;
  align-items: center;
  opacity: 0;
  transition: visibility 0.3s ease-out, opacity 0.3s ease-out;
}
.p-post__sns.is-active {
  visibility: visible;
  opacity: 1;
}
.p-post__sns-heading {
  color: #0f0a14;
  font-family: Cantata One, serif;
  font-size: 1.2rem;
  font-weight: 400;
}
.p-post__sns-list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.p-post__sns-item {
  margin-left: 20px;
}
.p-post__sns-icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border-width: thin;
  border-style: solid;
  border-color: #000;
  background-color: #fff;
}
.p-post__sns-icon:before {
  width: 24px;
  height: 24px;
}
.p-recommend__item {
  margin-top: 30px;
}
.p-recommend__item:first-child {
  margin-top: 0;
}
.p-term {
  padding: 0 20px 68px;
}
.p-term section + section {
  margin-top: 100px;
}
.p-term h1 {
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.33333;
}
.p-term h1 + * {
  margin-top: 30px;
}
.p-term h2 {
  margin-top: 50px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.66667;
}
.p-term h2 + * {
  margin-top: 25px;
}
.p-term p {
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  line-height: 2;
}
.p-term ul {
  margin-top: 25px;
}
.p-term ul li {
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  line-height: 2;
}
.p-term ol {
  margin-top: 25px;
}
.p-term ol li {
  padding-left: 1em;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  line-height: 2;
  text-indent: -1em;
}
.p-tile {
  padding-top: 80px;
  padding-bottom: 80px;
}
.p-tile + .p-tile {
  padding-top: 0;
}
.p-tile__in {
  position: relative;
  padding-bottom: 94px;
}
.p-tile--online .p-tile__in {
  padding-bottom: 64px;
}
.p-tile__item {
  margin-top: 30px;
}
.p-tile__item:first-child {
  margin-top: 0;
}
.p-tile__heading {
  position: relative;
  margin-bottom: 40px;
  padding-top: 50px;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
.p-tile__heading:before {
  display: block;
  position: absolute;
  top: 0;
  left: -25px;
  width: 55px;
  height: 3px;
  background-color: #0087d2;
  content: "";
}
.p-tile__lead {
  color: #646464;
  font-size: 1.3rem;
  line-height: 2;
}
.p-tile__trigger {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.p-timeline {
  margin-top: 30px;
}
.p-timeline__item {
  margin-top: 40px;
}
.p-timeline__item:first-child {
  margin-top: 0;
}
.p-timeline__heading {
  padding: 4px 10px;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
}
.p-timeline__heading--twitter {
  background-color: #1da1f2;
}
.p-timeline__heading--facebook {
  background-color: #1877f2;
}
.p-timeline__body {
  padding: 10px 0;
  border: 1px solid #e5e5e5;
  border-top: none;
  background-color: #fff;
  text-align: center;
}
.p-timeline__body .twitter-timeline{
  margin-inline: auto;
}
.p-timeline__content {
  height: 500px;
}
.p-timeline__sns {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.p-timeline__sns-item {
  padding: 0 6px;
}
.p-timeline__sns-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
}
@media screen and (min-width: 897px) {
  a:hover,
  button:hover {
    opacity: 0.7;
  }
  a[href^="tel"] {
    cursor: default;
    pointer-events: none;
  }
  .l-block,
  .l-block--full,
  .l-block--narrow {
    max-width: 100vw;
    padding-right: 108px;
    padding-left: 108px;
  }
  .l-section {
    padding-top: 80px;
    padding-bottom: 120px;
    border-top: 1px solid #e5e5e5;
  }
  .l-section--simple {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .l-section--simple-narrow {
    padding-top: 50px;
    padding-bottom: 120px;
  }
  .l-trigger {
    margin-top: 60px;
  }
  .l-trigger--high {
    margin-top: 120px;
  }
  .c-banner {
    margin-top: 100px;
  }
  .c-button-outline {
    max-width: 255px;
  }
  .c-button-outline .c-button-outline__icon,
  .c-button-outline .c-button-outline__reload {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  }
  .c-button-outline .c-button-outline__reload {
    margin-right: 10px;
  }
  .c-button-outline:hover .c-button-outline__reload {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  .c-button-outline:hover[href] .c-button-outline__icon,
  .c-button-outline:hover[type] .c-button-outline__icon {
    -webkit-transform: translateX(18px);
    transform: translateX(18px);
  }
  .c-button-outline--full {
    max-width: none;
  }
  .c-button-outline--normal {
    -webkit-transition: background-color 0.3s ease-out;
    height: 60px;
    font-size: 1.4rem;
    transition: background-color 0.3s ease-out;
  }
  .c-button-outline--normal:hover {
    background-color: #f4f4f4;
    opacity: 1;
  }
  .c-heading-01 {
    margin-bottom: 50px;
    font-size: 2.6rem;
  }
  .c-icon--facebook:before,
  .c-icon--instagram:before,
  .c-icon--search:before,
  .c-icon--twitter:before,
  .c-icon--youtube:before {
    width: 28px;
    height: 28px;
  }
  .c-icon--reload:before {
    width: 20px;
    height: 20px;
  }
  .p-archive__item {
    margin-top: 60px;
  }
  .p-banner-corp {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-shadow: 0 2px 0 #006eac;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    right: 10px;
    bottom: 10px;
    left: auto;
    align-items: center;
    width: 460px;
    height: 80px;
    padding: 0 32px 0 10px;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 2px 0 #006eac;
  }
  .p-banner-corp:after {
    position: absolute;
    top: 0;
    right: 16px;
    bottom: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-width: 7px 0 7px 9px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    content: "";
  }
  .p-banner-corp__figure {
    z-index: 1;
    width: 82px;
    margin-right: 4px;
  }
  .p-banner-corp__text {
    margin-left: 4px;
    font-size: 2rem;
    line-height: 1.5;
  }
  .p-banner-magazine {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-shadow: 0 2px 0 #006eac;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    right: 10px;
    bottom: 10px;
    left: auto;
    align-items: center;
    width: 460px;
    height: 80px;
    padding: 0 32px 0 23px;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 2px 0 #006eac;
  }
  .p-banner-magazine:after {
    position: absolute;
    top: 0;
    right: 16px;
    bottom: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-width: 7px 0 7px 9px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    content: "";
  }
  .p-banner-magazine__figure {
    z-index: 1;
    width: 82px;
    margin-right: 4px;
  }
  .p-banner-magazine__logo {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    width: 111px;
    height: 51px;
    margin-top: 10px;
  }
  .p-banner-magazine__text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    flex: 1;
    align-self: center;
    margin-top: 0;
    margin-left: 14px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .p-banner-magazine__point {
    position: absolute;
    top: -3px;
    left: 5px;
    grid-area: none;
  }
  .p-brackets {
    margin-bottom: 80px;
  }
  .p-brackets--simple {
    margin-bottom: 70px;
  }
  .p-brackets__label {
    margin-bottom: 15px;
    font-size: 1.4rem;
  }
  .p-brackets__heading {
    margin-bottom: 15px;
    font-size: 3.2rem;
    line-height: 1.75;
  }
  .p-brackets__count {
    font-size: 1.4rem;
  }
  .p-brackets__word {
    margin-bottom: 18px;
  }
  .p-card__block {
    -webkit-transition: none;
    transition: none;
  }
  .p-card__block:hover {
    opacity: 1;
  }
  .p-card__head {
    display: block;
  }
  .p-card__figure {
    width: 100%;
    margin-right: 0;
    /* margin-bottom: 15px; */
  }
  .p-card__block:hover .p-card__figure-image,
  .p-card__figure-image {
    -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out,
      -webkit-transform 0.3s ease-out;
  }
  .p-card__block:hover .p-card__figure-image {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0.8;
  }
  .p-card__heading {
    -webkit-transition: color 0.3s ease-out;
    font-size: 1.6rem;
    transition: color 0.3s ease-out;
  }
  .p-card__block:hover .p-card__heading {
    color: #0087d2;
  }
  .p-card__foot {
    margin-top: 15px;
  }
  .p-card__category {
    font-size: 1.2rem;
  }
  .p-card__category-icon:before {
    width: 18px;
    height: 18px;
  }
  .p-card__date {
    font-size: 1.2rem;
  }
  .p-card__body {
    margin-top: 30px;
    font-size: 1.5rem;
  }
  .p-card--main .p-card__heading {
    font-size: 2.8rem;
  }
  .p-card--main .p-card__foot {
    margin-top: 30px;
  }
  .p-card--archive .p-card__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-card--archive .p-card__figure {
    width: 250px;
    margin-right: 50px;
    margin-bottom: 0;
  }
  .p-card--archive .p-card__heading {
    padding-bottom: 2em;
  }
  .p-card--archive .p-card__foot {
    width: calc(100% - 300px);
    margin-top: -1em;
    margin-left: auto;
  }
  .p-footer {
    padding: 50px 0 69px;
  }
  .p-footer__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .p-footer__content,
  .p-footer__navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-footer__navi {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0;
  }
  .p-footer__navi-block {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 23.9%;
    padding: 0;
    border-bottom: none;
  }
  .p-footer__navi-title {
    margin-bottom: 20px;
  }
  .p-footer__navi-list {
    display: block;
    margin: 0 -10px -20px;
    font-size: 1.3rem;
  }
  .p-footer__navi-item {
    width: 100%;
    padding: 0 10px 20px;
  }
  .p-footer__navi-block--col4-md {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .p-footer__navi-block--col4-md .p-footer__navi-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-footer__navi-block--col4-md .p-footer__navi-item {
    width: 25%;
  }
  .p-footer__navi-link {
    -webkit-transition: color 0.3s ease-out;
    padding: 0;
    transition: color 0.3s ease-out;
  }
  .p-footer__navi-link:hover {
    color: #0087d2;
    opacity: 1;
  }
  .p-footer__corporate {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 29.5%;
    padding: 0 20px 0 0;
    text-align: left;
  }
  .p-footer__corporate-logo img {
    width: 200px;
  }
  .p-footer__corporate-list {
    display: block;
    margin-top: 40px;
    text-align: left;
  }
  .p-footer__corporate-list-item {
    margin-top: 20px;
  }
  .p-footer__corporate-list-item::first-child {
    margin-top: 0;
  }
  .p-footer__corporate-list-link {
    -webkit-transition: color 0.3s ease-out;
    padding: 0;
    transition: color 0.3s ease-out;
  }
  .p-footer__corporate-list-link:hover {
    color: #0087d2;
    opacity: 1;
  }
  .p-footer__copy {
    margin-top: 50px;
    text-align: left;
  }
  .p-lp-header {
    margin-top: 0;
  }
  .p-lp-header__balloon {
    width: calc(50% - 10px);
    height: 82px;
    border-radius: 41px;
    font-size: 1.5rem;
    line-height: 1.73333;
  }
  .p-lp-header__balloon-group {
    width: 500px;
    margin: 0 auto;
  }
  .p-lp-header__heading {
    margin-top: 30px;
  }
  .p-lp-header__heading,
  .p-lp-header__heading em {
    font-size: 3rem;
    letter-spacing: 0.06em;
    line-height: 1.75;
  }
  .p-lp-header__heading em {
    margin-top: 0;
  }
  .p-lp-header__form {
    position: relative;
    width: 450px;
    margin: 0 auto;
  }
  .p-lp-slider {
    height: 268px;
    margin-top: 60px;
  }
  .p-lp-slider:before {
    height: 160px;
  }
  .p-lp-slider__item {
    padding: 0 25px;
  }
  .p-lp-slider__picture {
    width: 150px;
    height: 216px;
  }
  .p-lp-section {
    margin-top: 100px;
  }
  .p-lp-section + .p-lp-section {
    margin-top: 150px;
  }
  .p-lp-heading {
    padding-top: 50px;
    font-size: 2.8rem;
    line-height: 1.625;
  }
  .p-lp-heading:before {
    width: 50px;
    height: 4px;
  }
  .p-lp-description {
    margin-top: 20px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .p-lp-suffering__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin: 60px -25px 0;
  }
  .p-lp-suffering__item {
    width: 33.33%;
    max-width: 400px;
    padding: 0 25px;
  }
  .p-lp-suffering__text {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 6em;
    font-size: 1.6rem;
  }
  .p-lp-suffering__picture {
    width: 250px;
    margin-top: 20px;
  }
  .p-lp-suffering__blockquote {
    width: 850px;
    margin: 92px auto 0;
    padding: 30px 47px;
  }
  .p-lp-suffering__blockquote:before {
    top: -33px;
    left: 30px;
    width: 52px;
    height: 52px;
  }
  .p-lp-suffering__blockquote-text {
    font-size: 2.4rem;
    text-align: center;
  }
  .p-lp-story__text {
    font-size: 1.6rem;
  }
  .p-lp-story__picture {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 200px;
    height: 230px;
    margin: 0;
    padding-top: 30px;
  }
  .p-lp-story__message {
    margin-top: 40px;
    font-size: 3rem;
    line-height: 1;
  }
  .p-lp-story__message + * {
    margin-top: 40px;
  }
  .p-lp-story__main {
    width: 850px;
    margin: 60px auto 0;
  }
  .p-lp-story__top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 50px;
  }
  .p-lp-story__top .p-lp-story__text {
    font-size: 1.8rem;
  }
  .p-lp-story__middle {
    padding: 52px 50px 58px;
  }
  .p-lp-story__bottom {
    padding: 30px 199px 40px;
  }
  .p-lp-story__bottom-heading {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .p-lp-story__bottom-form {
    position: relative;
    width: 450px;
    margin: 0 auto;
  }
  .p-lp-story__bottom-form .p-magazine__form {
    margin-top: 20px;
  }
  .p-lp-way__box {
    -ms-grid-columns: 1fr 200px;
    -ms-grid-rows: auto auto;
    grid-template-columns: 1fr 200px;
    grid-template-rows: auto auto;
    max-width: 850px;
    margin: 60px auto 0;
    padding: 50px;
  }
  .p-lp-way__box > :first-child {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-lp-way__box > :nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .p-lp-way__box > :nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-lp-way__box > :nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .p-lp-way__name {
    font-size: 2rem;
    line-height: 1.3;
  }
  .p-lp-way__category {
    margin-top: 10px;
    font-size: 1.5rem;
    line-height: 1.46667;
  }
  .p-lp-way__picture {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-row-align: center;
    grid-row: 1 / 3;
    align-self: center;
    width: 200px;
    height: 211px;
  }
  .p-lp-way__text {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    padding: 30px 50px 0 0;
    font-size: 1.6rem;
  }
  .p-lp-bottom {
    padding: 60px 0;
  }
  .p-lp-bottom__heading {
    font-size: 2rem;
    letter-spacing: 0.06em;
  }
  .p-lp-bottom__form {
    position: relative;
    width: 450px;
    margin: 0 auto;
  }
  .p-lp-bottom__form .p-magazine__form {
    margin-top: 50px;
  }
  .p-magazine {
    -ms-grid-rows: auto auto 1fr;
    -ms-grid-columns: 300px 1fr;
    grid-template: "magazineFigure magazineHeading" auto "magazineFigure magazineText" auto "magazineFigure magazineForm" 1fr / 300px 1fr;
    padding-top: 0;
    padding-bottom: 0;
    border-top: 1px solid #e5e5e5;
    background-color: #fff;
  }
  .p-magazine__figure {
    -ms-flex-item-align: end;
    align-self: flex-end;
    height: 216px;
    margin-top: 35px;
    padding-right: 45px;
    overflow: hidden;
  }
  .p-magazine__figure--english {
    height: auto;
  }
  .p-magazine__figure img {
    -webkit-transform: translateY(10px);
    width: 255px;
    transform: translateY(10px);
  }
  .p-magazine__figure--english img {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .p-magazine__heading {
    -ms-flex-item-align: end;
    align-self: flex-end;
    height: 35px;
    margin-top: 55px;
  }
  .p-magazine__logo {
    margin: 0 12px 0 0;
  }
  .p-magazine__logo img {
    width: 315px;
  }
  .p-magazine__point {
    -ms-flex-item-align: start;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-self: flex-start;
    width: auto;
    height: 31px;
    margin-top: -3px;
    padding: 0 15px 3px;
    border: 1px solid #0087d2;
    border-radius: 31px;
    background-color: #fff;
    color: #0087d2;
    font-size: 1.8rem;
  }
  .p-magazine__text {
    margin-top: 8px;
    font-size: 2.2rem;
    letter-spacing: 0.06em;
    line-height: 1.09091;
  }
  .p-magazine__figure {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .p-magazine__heading {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .p-magazine__text {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .p-magazine__form {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 32px;
  }
  .p-magazine__subscribe {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    position: relative;
    flex: 1;
    height: 43px;
  }
  .p-magazine__subscribe input[type="email"],
  .p-magazine__subscribe input[type="text"] {
    -webkit-transform: none;
    width: 100%;
    height: 43px;
    margin-top: 0;
    padding: 0 94px 0 15px;
    transform: none;
    font-size: 1.4rem;
  }
  .theme-lp .p-magazine__subscribe input[type="email"],
  .theme-lp .p-magazine__subscribe input[type="text"] {
    height: 60px;
    margin-top: 0;
    padding-right: 105px;
    font-size: 1.6rem;
  }
  .p-magazine__subscribe input[type="submit"] {
    -webkit-box-shadow: 0 2px 0 #dd9000;
    position: absolute;
    top: 0;
    right: 5px;
    bottom: 2px;
    max-width: 74px;
    height: 30px;
    margin: auto;
    background-color: #ffbb03;
    box-shadow: 0 2px 0 #dd9000;
    color: #0f0a14;
  }
  .theme-lp .p-magazine__subscribe input[type="submit"] {
    top: 5px;
    bottom: auto;
    width: 95px;
    max-width: none;
    height: 48px;
    padding-left: 1em;
    font-size: 1.6rem;
    letter-spacing: 1em;
  }
  .p-magazine__subscribe input[type="submit"]:hover[href],
  .p-magazine__subscribe input[type="submit"]:hover[type] {
    background-color: #dd9000;
    opacity: 1;
  }
  .p-magazine__lead {
    display: none;
  }
  .p-magazine__trigger {
    margin-top: 0;
    margin-left: 15px;
  }
  .p-magazine__button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-shadow: 0 2px 0 #006eac;
    -webkit-transform: none;
    -webkit-transition: background-color 0.3s ease-out;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 185px;
    height: 40px;
    padding: 5px;
    transform: none;
    border: none;
    border-radius: 5px;
    background-color: #0087d2;
    box-shadow: 0 2px 0 #006eac;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.2;
    text-align: left;
    transition: background-color 0.3s ease-out;
  }
  .p-magazine__button:hover[href],
  .p-magazine__button:hover[type] {
    background-color: #006eac;
    opacity: 1;
  }
  .p-magazine__button:after,
  .p-magazine__button:before {
    content: none;
  }
  .p-magazine__button-icon {
    display: none;
  }
  .p-magazine__term {
    position: absolute;
    top: 0;
    right: -90px;
  }
  .p-magazine .p-magazine__term {
    position: relative;
    right: 12px;
    margin-top: 10px;
    text-align: right;
  }
  .p-magazine--main {
    -ms-grid-rows: auto auto auto auto;
    -ms-grid-columns: 1fr;
    grid-template: "magazineFigure" auto "magazineHeading" auto "magazineText" auto "magazineForm" auto / 1fr;
    padding: 0;
    border-top: none;
  }
  .p-magazine--main > .p-magazine__figure {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .p-magazine--main > .p-magazine__heading {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-magazine--main > .p-magazine__text {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .p-magazine--main > .p-magazine__form {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .p-magazine--main .p-magazine__figure {
    margin: 0;
    padding-right: 0;
    text-align: center;
  }
  .p-magazine--main .p-magazine__figure img {
    width: 100%;
    max-width: 197px;
  }
  .p-magazine--main .p-magazine__figure--english img {
    max-width: unset;
  }
  .p-magazine--main .p-magazine__heading {
    width: 100%;
    height: auto;
    margin-top: 25px;
    padding-right: 11px;
  }
  .p-magazine--main .p-magazine__heading--english {
    font-size: 2.8rem;
    margin-top: 0;
    padding-right: 0;
  }
  .p-magazine--main .p-magazine__logo {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 16px;
  }
  .p-magazine--main .p-magazine__logo img {
    width: 100%;
    max-width: 163px;
  }
  .p-magazine--main .p-magazine__point {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    width: 60px;
    height: 60px;
    margin-top: 0;
    padding: 0;
    border: none;
    border-radius: 50%;
    background-color: #0087d2;
    color: #fff;
    font-family: "Noto Serif JP", serif;
    font-size: 1.6rem;
    font-weight: 500;
  }
  .p-magazine--main .p-magazine__text {
    margin-top: 21px;
    font-size: 1.7rem;
    letter-spacing: normal;
    line-height: 1.75;
  }
  .p-magazine--main .p-magazine__text--english {
    margin-top: 1rem;
    font-size: 1.4rem;
    letter-spacing: normal;
    line-height: 1.75;
    text-align: center;
  }
  .p-magazine--main .p-magazine__form {
    display: block;
    margin-top: 25px;
  }
  .p-magazine--main .p-magazine__subscribe {
    height: auto;
  }
  .p-magazine--main .p-magazine__subscribe input[type="email"],
  .p-magazine--main .p-magazine__subscribe input[type="text"] {
    height: 52px;
    padding: 0 15px;
  }
  .p-magazine--main .p-magazine__subscribe input[type="submit"] {
    position: static;
    max-width: none;
    height: 52px;
    margin-top: 17px;
    font-size: 1.6rem;
  }
  .p-magazine--main .p-magazine__lead--english {
    display: block;
    margin-top: 28px;
    color: #646464;
    font-size: 1.3rem;
    letter-spacing: 0.1em;
  }
  .p-magazine--main .p-magazine__lead {
    font-size: 1rem;
    font-family: "Noto Serif JP", serif;
    line-height: 1.5;
    color: #0F0A14;
    margin-top: 0;
    letter-spacing: 0;
  }
  .p-magazine--main .p-magazine__trigger {
    margin: 30px 0 0;
  }
  .p-magazine--main .p-magazine__trigger--yellow {
    margin: 23px 0 0;
  }
  .p-magazine--main .p-magazine__button {
    -webkit-box-shadow: none;
    width: 100%;
    height: 44px;
    border: 1px solid #0087d2;
    border-radius: 6px;
    background: none;
    box-shadow: none;
    color: #0087d2;
    font-size: 1.2rem;
  }
  .p-magazine--main .p-magazine__button:hover {
    background-color: #f4f4f4;
  }
  .p-magazine--main .p-magazine__term {
    position: relative;
    top: 0;
    right: 0;
    margin-top: 12px;
    text-align: center;
  }
  .p-magazine__badge{
    width: 100%;
    display: block;
    margin-top: 1.6rem;
  }
  .p-magazine__badge img {
    width: 100%;
  }
  .p-magazine__box {
    padding: 1.2rem 1.1rem 2rem;
    margin-top: 1.6rem;
  }
  .p-magazine__box::before {
    width: 2.5rem;
    height: 2.5rem;
    top: -1.25rem;
    left: -1.25rem;
  }
  .p-magazine__first{
    font-size: 2rem;
    color: #0087D2;
    text-align: center;
  }
  .p-magazine__first span{
    font-size: 2.4rem;
  }
  .p-magazine__plan {
    margin-top: 1.5rem;
  }
  .p-magazine__plan .p-magazine__price {
    font-size: 3.8rem;
    padding-left: 7px;
  }
  .p-magazine__plan .p-magazine__price span {
    font-size: 1.1rem;
  }
  .p-magazine__plan .p-magazine__tax {
    font-size: 1.1rem;
    color: #0F0A14;
  }
  .p-magazine--english {
    -ms-grid-rows: auto auto auto auto;
    -ms-grid-columns: 1fr;
    grid-template: "magazineFigure" auto "magazineHeading" auto "magazineText" auto "magazineBadge" auto "magazineForm" auto / 1fr;
    border-top: none;
    background-color: #fff;
    padding: 0;
  }
  .p-mainvisual {
    -ms-grid-rows: 1fr;
    -ms-grid-columns: 21.75% 1fr 21.75%;
    display: -ms-grid;
    display: grid;
    grid-template: "mainvisualArchive mainvisualMain mainvisualMagazine" 1fr / 21.75% 1fr 21.75%;
    margin-top: 0;
    padding-bottom: 30px;
  }
  .p-mainvisual__main {
    grid-area: mainvisualMain;
    margin: 0 50px;
    padding: 0 49px;
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
  }
  .p-mainvisual__archive {
    grid-area: mainvisualArchive;
    padding: 0;
    border-top: none;
  }
  .p-mainvisual__magazine {
    grid-area: mainvisualMagazine;
  }
  .p-mainvisual__main {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .p-mainvisual__archive {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-mainvisual__magazine {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-mainvisual__title {
    margin-bottom: 20px;
    font-size: 1.5rem;
  }
  .p-mainvisual__trigger {
    display: none;
  }
  .p-post {
    position: relative;
  }
  .p-post__heading {
    margin-bottom: 60px;
    font-size: 3.2rem;
  }
  .p-post__content {
    font-size: 1.6rem;
  }
  .p-post__content > * {
    margin-bottom: 40px;
  }
  .p-post__content h2 {
    margin-bottom: 60px;
    font-size: 3.2rem;
  }
  .p-post__content h2:before {
    left: 0;
    height: 4px;
  }
  .p-post__content h3 {
    font-size: 2.6rem;
  }
  .p-post__content iframe {
    min-height: 421px;
    max-height: 421px;
  }
  .p-post__content table {
    margin-bottom: 60px;
    font-size: 1.4rem;
    table-layout: fixed;
  }
  .p-post__content table td,
  .p-post__content table th {
    padding: 16px 0;
    border-top: 1px solid #e5e5e5;
  }
  .p-post__content table th:first-child {
    padding-right: 20px;
  }
  .p-post__content .flashcard2 {
    padding: 29px;
  }
  .p-post__content .flashcard3 {
    padding: 0 29px 29px;
    font-size: 2.2rem;
  }
  .p-post__content .flashcard3 strong {
    margin-right: -29px;
    margin-bottom: 20px;
    margin-left: -29px;
    padding: 16px 16px 16px 24px;
    font-size: 1.6rem;
  }
  .p-post__content .flashcard4 {
    padding: 30px;
  }
  .p-post__content .flashcard4 div {
    margin-bottom: 30px;
    padding: 19px;
  }
  .p-post__content .flashcard4 div strong {
    font-size: 2.4rem;
  }
  .p-post__content .flashcard4 > span {
    margin-bottom: 30px;
  }
  .p-post__author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 120px;
    padding: 30px;
  }
  .p-post__author-figure {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 30px;
    margin-bottom: 0;
  }
  .p-post__author-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .p-post__author-heading {
    margin-bottom: 20px;
    font-size: 2rem;
    text-align: left;
  }
  .p-post__author-text {
    font-size: 1.4rem;
  }
  .p-post__class {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 80px;
    margin-left: -40px;
  }
  .p-post__class-list {
    margin-top: 0;
    margin-left: 40px;
  }
  .p-post__sns {
    visibility: visible;
    position: fixed;
    top: 282px;
    left: auto;
    margin-left: -200px;
    opacity: 1;
  }
  .p-post__sns,
  .p-post__sns-list {
    display: block;
  }
  .p-post__sns-item {
    margin-top: 20px;
    margin-left: 0;
  }
  .p-post__sns-link {
    display: block;
  }
  .p-post__sns-icon {
    display: block;
    width: auto;
    height: auto;
    border-radius: 0;
    background: none;
  }
  .p-post__sns-icon:before {
    width: 36px;
    height: 36px;
  }
  .p-recommend {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px -50px;
  }
  .p-recommend__item {
    width: 33.3333%;
    margin-top: 0;
    padding: 0 25px 50px;
  }
  .p-term {
    padding: 0 88px 100px;
  }
  .p-term h1 {
    font-size: 3.2rem;
    line-height: 1;
  }
  .p-term h1 + * {
    margin-top: 70px;
  }
  .p-term h2 {
    margin-top: 80px;
    line-height: 1.75;
  }
  .p-term ol li,
  .p-term p,
  .p-term ul li {
    font-size: 1.4rem;
  }
  .p-tile {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .p-tile__in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -25px;
    padding-bottom: 0;
  }
  .p-tile__item {
    width: 25%;
    margin-top: 0;
    padding: 0 25px;
  }
  .p-tile--online .p-tile__item {
    width: 100%;
  }
  .p-tile__heading {
    margin-bottom: 30px;
    padding-top: 30px;
  }
  .p-tile__heading:before {
    left: 0;
    height: 4px;
  }
  .p-tile__trigger {
    position: static;
    width: auto;
    margin-top: 17px;
    text-align: left;
  }
  .p-tile__button {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-transform: none;
    justify-content: flex-start;
    width: auto;
    padding: 13px 26px 13px 0;
    transform: none;
    border: none;
    text-align: left;
  }
  .p-tile__button:after,
  .p-tile__button:before {
    content: none;
  }
  .p-tile__button:hover {
    opacity: 1;
  }
  .u-dn-md {
    display: none !important;
  }
}
@media screen and (min-width: 1166px) {
  .l-block {
    padding-right: calc((100vw - 950px) / 2);
    padding-left: calc((100vw - 950px) / 2);
  }
}
@media screen and (min-width: 1656px) {
  .l-block--full {
    padding-right: calc((100vw - 1440px) / 2);
    padding-left: calc((100vw - 1440px) / 2);
  }
  .p-header__front-search {
    left: calc((100vw - 1440px) / 2);
    max-width: 313px;
  }
}
@media screen and (min-width: 966px) {
  .l-block--narrow {
    padding-right: calc((100vw - 750px) / 2);
    padding-left: calc((100vw - 750px) / 2);
  }
}
@media screen and (max-width: 896px) {
  .tingle-modal-box {
    width: calc(100% - 50px);
  }
  body.is-modal-term .tingle-modal-box {
    height: calc(100vh - 262px);
    padding-top: 60px;
  }
  body.is-modal-term .tingle-modal-box iframe {
    height: calc(100vh - 322px);
  }
  .tingle-modal-box__content {
    overflow-y: scroll;
  }
  .tingle-modal--noOverlayClose {
    padding-top: 0;
  }
  .tingle-modal__close {
    top: auto;
    right: -20px;
    bottom: 100%;
    width: 68px;
    height: 58px;
    color: #fff;
  }
  body.is-modal-term .tingle-modal__close {
    top: 0;
    right: 0;
    bottom: auto;
    color: #000;
  }
  .p-header__head:after {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    display: block;
    position: absolute;
    height: 100%;
    background-color: #fff;
    content: "";
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  }
  
  .p-lp-header__form {
    padding: 0 13px;
  }
  .p-lp-suffering__item + .p-lp-suffering__item {
    margin-top: 50px;
  }
  .p-lp-way__name span {
    font-size: 1.2rem;
  }
  .p-mainvisual {
    padding-right: 0;
    padding-left: 0;
  }
  .p-mainvisual__main .p-card__block {
    pointer-events: none;
  }
  .p-post__content table,
  .p-post__content table tbody,
  .p-post__content table td,
  .p-post__content table th,
  .p-post__content table tr {
    display: block;
    width: 100%;
  }
  .p-post__content table tr {
    padding: 16px 0;
    overflow: hidden;
    border-top: 1px solid #e5e5e5;
  }
  .p-post__content table td,
  .p-post__content table th {
    float: left;
    clear: both;
  }
  .p-post__sns-icon.c-icon--facebook:before {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29.3333 16C29.3333 8.6362 23.3638 2.66667 16 2.66667C8.63616 2.66667 2.66663 8.6362 2.66663 16C2.66663 22.655 7.54241 28.1711 13.9166 29.1714V19.8542H10.5312V16H13.9166V13.0625C13.9166 9.72084 15.9073 7.875 18.9528 7.875C20.4117 7.875 21.9375 8.13542 21.9375 8.13542V11.4167H20.2562C18.6 11.4167 18.0833 12.4445 18.0833 13.499V16H21.7812L21.1901 19.8542H18.0833V29.1714C24.4575 28.1711 29.3333 22.6552 29.3333 16Z' fill='black'/%3E%3Cpath d='M21.1901 19.8542L21.7812 16H18.0833V13.499C18.0833 12.4445 18.6 11.4167 20.2562 11.4167H21.9375V8.13542C21.9375 8.13542 20.4117 7.875 18.9528 7.875C15.9073 7.875 13.9166 9.72084 13.9166 13.0625V16H10.5312V19.8542H13.9166V29.1714C14.5955 29.2779 15.2911 29.3333 16 29.3333C16.7088 29.3333 17.4044 29.2779 18.0833 29.1714V19.8542H21.1901Z' fill='white'/%3E%3C/svg%3E%0A");
  }
  .p-post__sns-icon.c-icon--twitter:before {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.284 14.1624L27.218 4H25.1L17.342 12.8239L11.146 4H4L13.37 17.3425L4 28H6.118L14.31 18.681L20.854 28H28L18.284 14.1624ZM15.384 17.4599L14.434 16.1311L6.88 5.55969H10.132L16.228 14.092L17.178 15.4207L25.102 26.5108H21.85L15.384 17.4599Z' fill='black'/%3E%3C/svg%3E");
  }
  .u-dn-md--down {
    display: none !important;
  }
}

.bizmates-blog-btn-box {
  text-align: center;
}
.bizmates-blog-btn {
  display: inline-block;
  width: 323.891px;
  height: 52px;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 600;
}

.u-mt-0 {
  margin-top: 0 !important;
}
.u-mt-24 {
  margin-top: 24px !important;
}
@media screen and (max-width: 965px) {
  .tb-none{
    display: none !important;
  }
}

.p-tile__pic {
  display: none;
}
.p-tile--online .p-tile__heading {
  letter-spacing: 0;
}
.p-tile__box {
  margin-bottom: 40px;
}
.p-tile__figure-link{
  display: block;
}
.p-tile__figure-link + .p-tile__figure-link {
  margin-top: 40px;
}
.p-tile__figure-image {
  width: 100%;
}

.p-card--online{
  font-size: 1.3rem;
  line-height: 1.746;
}

.p-card__heading{
  font-size: 1.3rem;
  line-height: 1.5;
  display:flex;
  align-items: center;
}

.p-card--online .p-card__foot{
  margin-top: 8px;
}
.p-card--online .p-card__category{
  font-size: 1.1rem;
}
.c-online-bnr{
  opacity: 0;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  margin-bottom: -1rem;
  transition: all 0.3s ease-out;
  z-index: -1;
}
.c-online-bnr.is-open{
  opacity: 1;
  margin-bottom: 0;
  transition: all 0.3s ease-out;
  z-index: 0;
}
.c-online-box{
  position: absolute;
  z-index: 1;
  width: 100%;
  right: 0;
  top: 0;
  height: min(7.5vw, 4rem);
  display: flex;
  justify-content: flex-end;
}
.c-online-close{
  pointer-events: all;
  position: absolute;
  width: min(7.5vw, 4rem);
  height: 100%;
  margin-left: auto;
  margin-right: 0.4rem;
}
.c-online-close::before, .c-online-close::after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: .2rem;
  background-color: #888;
  transform-origin: left;
}
.c-online-close::before{
  transform: rotate(45deg) translate(-50%, -50%);
}
.c-online-close::after{
  transform: rotate(-45deg) translate(-50%, -50%);
}
.c-online-link{
  display: block;
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: all 0.3s ease-out;
  transition: all 0.3s ease-out, -webkit-transform 0.3s ease-out;
  pointer-events: all;
}
.c-online-link:hover{
  transition: all 0.3s ease-out;
  opacity: 0.7; 
}
@media screen and (min-width: 768px) {
  .l-block--mid{
    padding-right: 6.4rem;
    padding-left: 6.4rem;
  }
  .p-tile--online {
    width: 100vw;
    margin-left: -6.4rem;
    padding: 0 1.2rem;
    margin-top: 6.4rem;
  }
  .p-tile__outer{
    display: flex;
  }
  .p-tile--online .p-tile__in {
    display: block;
    margin: 0;
  }
  .p-tile--online .p-tile__in + .p-tile__in {
    margin-top: 30px;
  }
  .p-tile__item--online{
    padding: 0 12px;
  }
  .p-tile__outer .p-tile__item {
    margin-top: 0;
    padding: 0 1.2rem;
    width: calc(100% / 3);
  }
  .p-tile__box {
    display: flex;
    padding: 0 2.8rem;
    margin-bottom: 64px;
  }
  .p-tile__figure-link + .p-tile__figure-link {
    margin-top: 0;
    margin-left: 40px;
  }

  .p-card--online .p-card__head{
    display: block;
  }
  .p-card--online .p-card__figure{
    width: 100%;
  }
  .p-card--online .p-card__foot{
    margin-top: 12px;
  }
  .c-online-bnr{
    left: 50%;
    bottom: 1.6rem;
    transform: translateX(-50%);
    max-width: 57.5rem;
    width: 100%;
  }
  .p-timeline {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin: 0 -25px;
  }
  .p-timeline__item {
    width: 50%;
    margin-top: 0;
    padding: 0 25px;
  }
  .p-timeline__sns-item {
    padding: 0;
  }
  .p-timeline__sns-link {
    width: 52px;
    height: 52px;
  }
  .p-timeline__sns-icon:before {
    width: 33px;
    height: 33px;
  }
  .c-online-box{
    top: -0.5rem;
  }
}
@media screen and (min-width: 966px) {
  .pc-none{
    display: none !important;
  }
  .l-flex{
    flex-direction: row;
  }
  .p-tile--online {
    width: 22.656vw;
    margin-left: 6.4rem;
    padding: 0;
    flex-shrink: 0;
    margin-top: 0;
  }
  .p-tile--online .p-tile__heading {
    font-size: 2rem;
  }
  .p-tile__pic {
    display: block;
    margin-bottom: 64px;
  }
  .p-tile--online .p-tile__in + .p-tile__in {
    margin-top: 46px;
  }
  .p-tile__outer .p-tile__item {
    margin-top: 32px;
  }
  .p-tile__outer .p-tile__item:first-child {
    margin-top: 0;
  }
  .p-tile__box {
    flex-direction: column;
    padding: 0;
    margin-bottom: 0;
    margin-top: 16px;
  }
  .p-tile__figure-link + .p-tile__figure-link {
    margin-top: 40px;
    margin-left: 0;
  }
  
  .p-tile__item--online {
    padding: 0;
  }
  .p-tile__outer{
    flex-direction: column;
  }
  .p-tile__outer .p-tile__item {
    width: 100%;
    padding: 0;
  }
  .c-online-bnr{
    left: unset;
    right: 0;
    transform: translateX(0);
    max-width: unset;
    width: 28vw;
  }
  .c-online-box{
    display: none;
  }
}
@media screen and (min-width: 1166px) {
  .l-block--mid{
    padding-right: 4rem;
    padding-left: 6.4rem;
    max-width: 1208px;
    margin: 0 auto;
  }
  .p-tile--online {
    width: min(19.531vw, 300px);
    margin-left: min(6.77vw, 104px);
  }
  .p-tile--online .p-tile__heading {
    font-size: 2.4rem;
  }
  .p-tile__pic {
    margin-bottom: 80px;
  }
  .p-tile--online .p-tile__in + .p-tile__in {
    margin-top: 16px;
  }
  .p-tile__outer .p-tile__item {
    margin-top: 30px;
  }
  .p-card--online .p-card__head{
    display: flex;
  }
  .p-card--online .p-card__figure{
    width: 128px;
    margin-right: 12px;
    overflow: hidden;
  }
  .p-card--online .p-card__foot{
    margin-top: 8px;
  }
  .c-online-bnr{
    left: 50%;
    right: unset;
    transform: translateX(-50%);
    padding-right: 4rem;
    padding-left: 6.4rem;
    max-width: 1208px;
    width: 100%;
  }
  .c-online-link{
    width: min(19.531vw, 300px);
    margin-left: auto;
  }
}






@media screen and (min-width: 966px) {
  .p-header {
    height: 180px;
  }
  .p-header__in {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-transform: translateY(-150%);
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    align-items: center;
    width: 100%;
    height: 80px;
    padding: 0 0 0 40px;
    transform: translateY(-150%);
    background-color: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  }
  .p-header.is-active .p-header__in {
    -webkit-transform: none;
    transform: none;
  }
  .p-header__head {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: auto;
    margin-right: 40px;
    padding: 0;
    background: none;
  }
  .p-header__logo-image {
    width: 168px;
  }
  .p-header__logo-text {
    display: none;
  }
  .p-header__body {
    -ms-flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    position: static;
    flex: 1;
    align-items: center;
    justify-content: space-between;
    padding: 0;
  }
  .p-header__body,
  .p-header__navi {
    -webkit-box-flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
  .p-header__navi {
    -ms-flex: 1;
    flex: 1;
  }
  .p-header__navi-list {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    flex: 1;
  }
  .theme-lp .p-header__navi-list {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .p-header__navi-list + .p-header__navi-list {
    -webkit-box-flex: 116;
    -ms-flex: 116;
    flex: 116;
    margin-left: 2vw;
    padding-left: 2vw;
  }
  .p-header__navi-list + .p-header__navi-list:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 30px;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.3);
    content: "";
  }
  .p-header__navi-item {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    text-align: center;
  }
  .theme-lp .p-header__navi-item {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0 24px;
    white-space: nowrap;
  }
  .p-header__navi-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-transition: color 0.3s ease-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 5px;
    color: #646464;
    font-size: 1.4rem;
    line-height: 1.2;
    transition: color 0.3s ease-out;
  }
  .p-header__navi-text {
    display: inline-block;
    position: relative;
  }
  .p-header__navi-text:after {
    -webkit-transition: width 0.3s ease-out, opacity 0.3s ease-out;
    display: block;
    position: absolute;
    top: calc(100% + 30px);
    width: 0;
    height: 3px;
    background-color: #0087d2;
    content: "";
    opacity: 0;
    transition: width 0.3s ease-out, opacity 0.3s ease-out;
  }
  .p-header__navi-link.is-current,
  .p-header__navi-link:hover {
    color: #0087d2;
    opacity: 1;
  }
  .p-header__navi-link.is-current .p-header__navi-text:after,
  .p-header__navi-link:hover .p-header__navi-text:after {
    width: 100%;
    content: "";
    opacity: 1;
  }
  .theme-lp .p-header__banner {
    display: none;
  }
  .p-header__sns {
    padding-right: 32px;
  }
  .p-header__sns,
  .p-header__sns-link {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    height: 44px;
  }
  .p-header__sns-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 44px;
  }
  .p-header__menu,
  .theme-home .p-header__menu-bar,
  .theme-home .p-header__menu-trigger:after,
  .theme-home .p-header__menu-trigger:before {
    display: none;
  }
  .p-header__front {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    position: relative;
    align-items: center;
    justify-content: center;
    height: 180px;
    padding: 0 32px;
    text-align: center;
  }
  .p-header__front-logo-image {
    width: 269px;
  }
  .p-header__front-logo-text {
    margin-top: 10px;
    font-size: 1.1rem;
  }
  .p-header__front-sns {
    position: absolute;
    top: 0;
    right: 32px;
    bottom: 0;
    margin: auto;
  }
  .p-header__front-sns,
  .p-header__front-sns-link {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    height: 44px;
  }
  .p-header__front-sns-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 44px;
  }
  .p-header__front-search {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 108px;
    width: calc(21.75% - 47px);
    height: 44px;
    margin: auto;
  }
  .p-header__front-search-form {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 8px;
    background-color: #f4f4f4;
  }
  .p-header__front-search-input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    outline: none;
    background: #f4f4f4;
    color: #0f0a14;
  }
  .p-header__front-search-submit {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    margin-right: 8px;
  }
  .p-header__search {
    -ms-flex-negative: 0;
    display: block;
    position: relative;
    flex-shrink: 0;
    width: 21.5%;
    max-width: 240px;
    height: 44px;
    margin-left: 20px;
  }
  .p-header__search-trigger {
    z-index: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 8px;
    width: 28px;
    height: 28px;
    margin: auto;
  }
  .p-header__search-trigger-icon:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='%23b4b4b4'%3E%3Crect width='3.878' height='9.696' rx='1.939' transform='rotate(-45 28.353 -8.688)'/%3E%3Cpath d='M12.093 19.879a7.757 7.757 0 117.757-7.757 7.766 7.766 0 01-7.757 7.757zm0-12.605a4.848 4.848 0 104.843 4.848 4.854 4.854 0 00-4.843-4.848z'/%3E%3C/svg%3E");
  }
  .p-header__search-trigger.is-active .p-header__search-trigger-icon:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='%230087d2'%3E%3Crect width='3.878' height='9.696' rx='1.939' transform='rotate(-45 28.353 -8.688)'/%3E%3Cpath d='M12.093 19.879a7.757 7.757 0 117.757-7.757 7.766 7.766 0 01-7.757 7.757zm0-12.605a4.848 4.848 0 104.843 4.848 4.854 4.854 0 00-4.843-4.848z'/%3E%3C/svg%3E");
  }
  .p-header__search-form {
    -webkit-transition: width 0.2s ease-out, opacity 0.2s ease-out;
    width: 0;
    height: 100%;
    overflow: hidden;
    background-color: #f4f4f4;
    opacity: 0;
    transition: width 0.2s ease-out, opacity 0.2s ease-out;
  }
  .p-header__search-trigger.is-active + .p-header__search-form {
    width: 100%;
    opacity: 1;
  }
  .p-header__search-input {
    width: 100%;
    height: 100%;
    padding: 8px 8px 8px 44px;
    outline: none;
    background: #f4f4f4;
    color: #0f0a14;
  }
  .p-header__search-submit {
    display: none;
  }
  .p-menu {
    display: none;
  }
  .p-breadcrumb {
    padding: 20px 0 0 40px;
    border-top: 1px solid #e5e5e5;
    border-bottom: none;
    font-size: 1.1rem;
  }
  .p-breadcrumb__list {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 965px) {
  .p-header__front,
    .p-header__head:after {
      -webkit-transform: translateX(100%);
      z-index: 1;
      top: 0;
      left: 0;
      width: 100%;
      transform: translateX(100%);
    }
    .p-header__front {
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-transition: -webkit-transform 0.2s ease-out;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: fixed;
      align-items: center;
      height: 68px;
      padding: 0 83px 0 20px;
      transition: -webkit-transform 0.2s ease-out;
      transition: transform 0.2s ease-out;
      transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
    }
    .is-fixed-menu .p-header__front {
      -webkit-transform: none;
      transform: none;
    }
    .is-fixed-menu .p-menu {
      -webkit-transform: none;
      transform: none;
    }
    body.is-fixed-menu {
      position: fixed;
      width: 100%;
      height: 100%;
    }
}