<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* =============================================
  # 基本設定

  ## 配色

  - $theme-color: #e70b14;
  - $sub-color: #353c9a;
  - $headline-color: #403b8c;
  - $bg-color: #f2e9e9;
  - $black: #333;
  - $white: #fcfcfc;

============================================= */

/* =============================================
  FOUNDATION
============================================= */

@import url('//fonts.googleapis.com/css?family=Dancing+Script|Montserrat:400,700|Open+Sans&amp;display=swap');

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

::-moz-selection {
  background: #e7e7e7;
}

::selection {
  background: #e7e7e7;
}

html {
  font-size: 62.5%;
  height: 100%;
  line-height: 1.15;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  width: 100%;
}

body {
  background: #fafafa;
  color: #333;
  -ms-content-zooming: none;
  font: normal normal normal 1.5em/1 'Open Sans', '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  height: 100%;
  letter-spacing: 0;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: scroll;
  text-align: left;
  text-justify: inter-ideograph;
  width: 100%;
  word-wrap: break-word;
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
}

body.ua-ie {
  font-family: 'Open Sans', 'メイリオ', Meiryo, sans-serif;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font: inherit;
}

a {
  color: currentColor;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

small {
  font-size: 1.2rem;
}

ul,
ol {
  list-style: none;
}

img,
picture,
video {
  height: auto;
  max-width: 100%;
}

img {
  border-style: none;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
}

select {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist;
}

input[type='checkbox'] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

input[type='radio'] {
  -webkit-appearance: radio-button;
  -moz-appearance: radio-button;
  appearance: radio-button;
}

textarea {
  overflow-y: auto;
  resize: vertical;
}

input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

[hidden] {
  display: none;
}

[disabled] {
  cursor: not-allowed;
}

address {
  font: inherit;
}

:focus:not(.focus-visible) {
  outline: 0;
}

/* =============================================
  UTILITIES
============================================= */

.u-border-line {
  background: linear-gradient(#fafafa 64%, transparent 64%), repeating-linear-gradient(-45deg, #fafafa, #fafafa 2px, #353c9a 2px, #353c9a 4px);
  bottom: 0;
  position: relative;
  z-index: 0;
}

.u-border-line.-bg-gray {
  background: linear-gradient(#f2e9e9 64%, transparent 64%), repeating-linear-gradient(-45deg, #fafafa, #fafafa 2px, #353c9a 2px, #353c9a 4px);
}

.u-display-none {
  display: none;
  height: 0;
  width: 0;
}

.u-mt-8 {
  margin-top: 8px;
}

.u-mt-16 {
  margin-top: 16px;
}

.u-mt-24 {
  margin-top: 24px;
}

.u-mt-32 {
  margin-top: 32px;
}

.u-mt-40 {
  margin-top: 40px;
}

.u-mt-48 {
  margin-top: 48px;
}

.u-mt-56 {
  margin-top: 56px;
}

.u-mt-64 {
  margin-top: 64px;
}

.u-mt-72 {
  margin-top: 72px;
}

.u-mt-80 {
  margin-top: 80px;
}

.u-left-auto {
  margin-left: auto;
}

.u-auto {
  margin: auto;
}

.sp {
  display: none;
}

.is-readonly {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.u-align-center {
  text-align: center;
}

/* =============================================
  COMPONENTS
============================================= */

.c-btn.-border-white::before,
.c-btn.-border-blue::before {
  border-radius: 50%;
  content: '';
  display: inline-block;
  height: 400px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  transition: box-shadow .5s cubic-bezier(.165, .84, .44, 1);
  width: 400px;
  z-index: -1;
}

.c-btn {
  color: #fafafa;
  display: block;
  font-size: 1.6rem;
  margin: auto;
  max-width: 360px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.c-btn::after {
  border-right: 1px solid #fafafa;
  border-top: 1px solid #fafafa;
  content: '';
  display: inline-block;
  height: 8px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-20px, -50%) rotate(45deg);
  transition: border-color .5s, transform .5s;
  width: 8px;
  z-index: 1;
}

.c-btn.is-hover::after {
  transform: translate(-16px, -50%) rotate(45deg);
}

.c-btn__body {
  display: inline-block;
  letter-spacing: .1em;
  line-height: 1.5;
  padding: 22px 24px;
  text-align: center;
  width: 100%;
}

.c-btn.-border-white::before {
  box-shadow: inset 0 0 0 0 rgba(250, 250, 250, .3);
}

.c-btn.-border-white .c-btn__body {
  border: 2px solid rgba(250, 250, 250, .8);
}

.c-btn.-border-white.is-hover::before {
  box-shadow: inset 0 0 0 200px rgba(250, 250, 250, .3);
}

.c-btn.-border-blue {
  color: #e70b14;
}

.c-btn.-border-blue::before {
  box-shadow: inset 0 0 0 0 #e70b14;
}

.c-btn.-border-blue::after {
  border-color: #e70b14;
}

.c-btn.-border-blue .c-btn__body {
  border: 2px solid rgba(231, 11, 20, .8);
  transition: color .5s;
}

.c-btn.-border-blue.is-hover {
  color: #fafafa;
}

.c-btn.-border-blue.is-hover::before {
  box-shadow: inset 0 0 0 200px #e70b14;
}

.c-btn.-border-blue.is-hover::after {
  border-color: #fafafa;
}

.c-btn.-bg-blue {
  background: #fafafa;
  transition: opacity .5s;
}

.c-btn.-bg-blue.is-hover {
  opacity: .9;
}

.c-btn.-bg-blue .c-btn__body {
  border: none;
  padding: 24px;
  position: relative;
  z-index: 0;
}

.c-btn.-bg-blue .c-btn__body::before,
.c-btn.-bg-blue .c-btn__body::after {
  content: '';
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.c-btn.-bg-blue .c-btn__body::before {
  background: rgba(231, 11, 20, .9);
  z-index: -1;
}

.c-btn.-bg-blue .c-btn__body::after {
  background: linear-gradient(-45deg, transparent 25%, rgba(51, 51, 51, .7) 25%, rgba(51, 51, 51, .7) 50%, transparent 50%, transparent 75%, rgba(51, 51, 51, .7) 75%, rgba(51, 51, 51, .7)) repeat;
  background-size: 4px 4px;
  z-index: -2;
}

.c-btn.-for-col-1,
.c-btn.-for-col-2 {
  margin: 64px auto 0;
}

.c-btn.-for-col-1 {
  display: none;
}

.c-date {
  display: block;
  letter-spacing: .05em;
  line-height: 1.5;
}

.c-golden-raito {
  display: block;
  overflow: hidden;
  position: relative;
}

.c-golden-raito::after {
  content: '';
  display: block;
  padding-top: 61.8%;
}

.c-golden-raito__item {
  font-family: 'object-fit: cover;', sans-serif;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.c-gridbox--col2,
.c-gridbox--col3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -2vw;
  max-width: 1400px;
}

.c-gridbox--col2__item {
  margin-top: 2vw;
  position: relative;
  width: calc(50% - 1vw);
}

.c-gridbox--col2__item:nth-child(2n) {
  top: 2vw;
}

.c-gridbox--col3 {
  margin-bottom: 2vw;
}

.c-gridbox--col3::after {
  content: '';
  display: block;
  width: calc((100% / 3) - 1vw);
}

.c-gridbox--col3__item {
  margin-top: 2vw;
  position: relative;
  width: calc((100% / 3) - 1vw);
}

.c-gridbox--col3__item:nth-child(2),
.c-gridbox--col3__item:nth-child(2n + 3) {
  top: 2vw;
}

.c-gridbox--col3__item:nth-child(3n) {
  top: 4vw;
}

.c-headline {
  position: relative;
  text-align: center;
}

.c-headline__en {
  color: #403b8c;
  display: block;
  font-family: 'Dancing Script', cursive;
  font-size: 5.6rem;
  padding-bottom: 34px;
  position: relative;
}

.c-headline__en::after {
  background: #403b8c;
  bottom: 18px;
  content: '';
  display: inline-block;
  height: 2px;
  left: calc(50% - 24px);
  position: absolute;
  width: 48px;
}

.c-headline__jp {
  display: block;
  font-size: 1.6rem;
  letter-spacing: .1em;
  line-height: 1.5;
}

.c-headline.-blue .c-headline__en,
.c-headline.-blue .c-headline__jp {
  color: #e70b14;
}

.c-meta-list {
  align-items: center;
  display: flex;
}

.c-meta-list__item {
  display: inline-block;
}

.c-meta-list__item:not(:first-child) {
  margin-left: .8em;
}

.c-note {
  color: #555;
  font-size: 1.35rem;
  letter-spacing: .05em;
  line-height: 1.5;
}

.c-row-list__item:not(:first-child) {
  margin-top: 32px;
}

.c-square-raito {
  display: block;
  overflow: hidden;
  position: relative;
}

.c-square-raito::after {
  content: '';
  display: block;
  padding-top: 100%;
}

.c-square-raito__item {
  font-family: 'object-fit: cover;', sans-serif;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.c-stripe {
  display: inline-block;
  height: 100vh;
  overflow: hidden;
  position: absolute;
  width: 150vw;
  z-index: 0;
}

.c-stripe::before {
  background: linear-gradient(-45deg, #fafafa 25%, #c9cbe4 25%, #c9cbe4 50%, #fafafa 50%, #fafafa 75%, #c9cbe4 75%, #c9cbe4) repeat;
  background-size: 6px 6px;
  bottom: -20%;
  content: '';
  display: inline-block;
  left: -20%;
  position: absolute;
  right: -20%;
  top: -20%;
}

.c-stripe.-large-left-bottom {
  right: 40%;
}

.c-stripe.-small-left-bottom {
  right: 0;
  z-index: -3;
}

.c-stripe.-left-top {
  bottom: 100%;
  right: 60%;
  transform: rotate(-18deg);
  transform-origin: right bottom;
}

.c-stripe.-left-top::before {
  transform: rotate(18deg);
}

.c-stripe.-large-right-bottom {
  left: 40%;
}

.c-stripe.-small-right-bottom {
  left: 0;
  z-index: -3;
}

.c-stripe.-right-top {
  bottom: 100%;
  left: 60%;
  transform: rotate(18deg);
  transform-origin: left bottom;
}

.c-stripe.-right-top::before {
  transform: rotate(-18deg);
}

.p-section .c-stripe {
  z-index: -1;
}

.c-stripe.-large-left-bottom,
.c-stripe.-small-left-bottom {
  top: 100%;
  transform: rotate(18deg);
  transform-origin: right top;
}

.c-stripe.-large-left-bottom::before,
.c-stripe.-small-left-bottom::before {
  transform: rotate(-18deg);
}

.c-stripe.-large-right-bottom,
.c-stripe.-small-right-bottom {
  top: 100%;
  transform: rotate(18deg);
  transform-origin: left top;
}

.c-stripe.-large-right-bottom::before,
.c-stripe.-small-right-bottom::before {
  transform: rotate(-18deg);
}

.c-table {
  display: block;
}

.c-table__body {
  display: block;
}

.c-table__row {
  display: flex;
}

.c-table__row:not(:first-child) {
  margin-top: 4px;
}

.c-table__title,
.c-table__text {
  align-items: center;
  display: flex;
  letter-spacing: .1em;
  line-height: 1.8;
  padding: 16px 32px;
}

.c-table__title {
  color: #fafafa;
  flex-basis: 29.25%;
  font-weight: normal;
  justify-content: center;
  position: relative;
  z-index: 0;
}

.c-table__title::before,
.c-table__title::after {
  content: '';
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.c-table__title::before {
  background: rgba(231, 11, 20, .9);
  z-index: -1;
}

.c-table__title::after {
  background: linear-gradient(-45deg, transparent 25%, rgba(51, 51, 51, .7) 25%, rgba(51, 51, 51, .7) 50%, transparent 50%, transparent 75%, rgba(51, 51, 51, .7) 75%, rgba(51, 51, 51, .7)) repeat;
  background-size: 4px 4px;
  z-index: -2;
}

.c-table__text {
  background: #f2e9e9;
  flex-basis: 70.75%;
}

.c-tag {
  background: #e70b14;
  display: inline-block;
  letter-spacing: .1em;
  line-height: 2;
  padding: 0 .4em;
}

.c-title {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1.5;
}

.c-title.-blue {
  color: #e70b14;
}

.c-title.-white {
  color: #fafafa;
}

.c-text {
  letter-spacing: .1em;
  line-height: 1.8;
}

.c-text &gt; :not(:first-child) {
  margin-top: 1em;
}

/* =============================================
  LAYOUT
============================================= */

.l-blog {
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 1280px;
}

.l-blog__contents {
  background: #fafafa;
  border-bottom: 4px solid #e70b14;
  border-top: 4px solid #e70b14;
  padding: 4%;
  width: 68%;
}

.l-blog__sidebar {
  width: 28%;
}

.l-blog__sidebar &gt; :not(:first-child) {
  margin-top: 48px;
}

.l-contents-wrapper {
  overflow: hidden;
  position: relative;
}

.l-contents-wrapper.is-fixed {
  left: 0;
  position: fixed;
}

.l-header {
  position: relative;
  z-index: 100;
}

.l-page {
  overflow: hidden;
}

.l-wrapper {
  position: relative;
}

.l-wrapper.is-fixed {
  width: 100%;
  left: 0;
  position: fixed;
}

/* =============================================
  PROJECT
============================================= */

/* ----- MODULES ----- */

.p-card {
  background: #fafafa;
  border-bottom: 4px solid #e70b14;
  border-top: 4px solid #e70b14;
  padding: 5%;
}

.p-card__item:not(:first-child) {
  margin-top: 32px;
}

.p-card__title + .p-card__text {
  margin-top: 1em;
}

.p-section {
  background: #fafafa;
  min-height: 360px;
  overflow: hidden;
  padding: 104px 5%;
  position: relative;
  z-index: 0;
}

.p-section.-bg-gray {
  background: #f2e9e9;
}

.p-section__container {
  margin: auto;
  max-width: 960px;
}

.c-headline + .p-section__content {
  margin-top: 48px;
}

.p-section__inner {
  margin-top: 48px;
}

/* ----- Functions ----- */

[data-animation] {
  visibility: hidden;
}

[data-animation].is-animated {
  visibility: visible;
}

[data-animation='fade-in'] {
  opacity: 0;
  transition: opacity 1s cubic-bezier(.39, .575, .565, 1);
}

[data-animation='fade-in'].is-animated {
  opacity: 1;
}

[data-animation='fade-in-up'] {
  opacity: 0;
  transform: translate3d(0, 56px, 0);
  transition: opacity 1s cubic-bezier(.39, .575, .565, 1), transform 1.2s cubic-bezier(.215, .61, .355, 1);
}

[data-animation='fade-in-up'].is-animated {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

[data-animation='fade-in-left'] {
  opacity: 0;
  transform: translate3d(-56px, 0, 0);
  transition: opacity 1s cubic-bezier(.39, .575, .565, 1), transform 1.2s cubic-bezier(.215, .61, .355, 1);
}

[data-animation='fade-in-left'].is-animated {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.p-cursor {
  background: #353c9a;
  border-radius: 50%;
  display: none;
  height: 24px;
  left: 100%;
  opacity: .8;
  pointer-events: none;
  position: absolute;
  top: 100%;
  transform: scale3d(1, 1, 1);
  transition: opacity .3s, transform .3s;
  width: 24px;
  z-index: 1000;
}

.p-cursor.is-active {
  opacity: .3;
  transform: scale3d(3, 3, 1);
}

body.ua-pc .p-cursor {
  display: inline-block;
}

.p-loader-mask {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 799;
}

.p-loader-mask__grid {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #e70b14;
  display: inline-block;
  position: relative;
  width: 10%;
  z-index: 0;
}

.p-loader-mask__grid::after {
  content: '';
  display: block;
  padding-top: 61.8%;
}

.p-loader-mask.is-loaded .p-loader-mask__grid {
  -webkit-animation: mask-loaded 1.1s cubic-bezier(.77, 0, .175, 1) forwards;
  animation: mask-loaded 1.1s cubic-bezier(.77, 0, .175, 1) forwards;
  transform-origin: left top;
}

.p-loader-mask.is-loading .p-loader-mask__grid {
  -webkit-animation: mask-loading 1.1s cubic-bezier(.77, 0, .175, 1) forwards;
  animation: mask-loading 1.1s cubic-bezier(.77, 0, .175, 1) forwards;
  transform-origin: right bottom;
}

@-webkit-keyframes mask-loaded {
  0% {
    transform: scale3d(1.05, 1.05, 1);
  }

  100% {
    transform: scale3d(0, 0, 1);
  }
}

@keyframes mask-loaded {
  0% {
    transform: scale3d(1.05, 1.05, 1);
  }

  100% {
    transform: scale3d(0, 0, 1);
  }
}

@-webkit-keyframes mask-loading {
  0% {
    transform: scale3d(0, 0, 1);
  }

  100% {
    transform: scale3d(1.05, 1.05, 1);
  }
}

@keyframes mask-loading {
  0% {
    transform: scale3d(0, 0, 1);
  }

  100% {
    transform: scale3d(1.05, 1.05, 1);
  }
}

.p-not-found__desc {
  text-align: center;
}

.p-not-found__desc &gt; :not(:first-child) {
  margin-top: 1em;
}

.p-not-found__desc + .p-not-found__btn {
  margin-top: 64px;
}

.p-opening-loader {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 800;
}

.p-opening-loader__number {
  color: #fafafa;
  font-size: 1.6rem;
  letter-spacing: .1em;
}

.p-opening-loader__progress {
  background: rgba(250, 250, 250, .1);
  height: 4px;
  margin-top: 16px;
  position: relative;
  width: 200px;
}

.p-opening-loader__progress-bar {
  background: #fafafa;
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale3d(1, 1, 1);
  transition: transform 1s cubic-bezier(.215, .61, .355, 1);
  width: 0;
  z-index: 0;
}

.p-pagetop {
  bottom: 0;
  height: 56px;
  overflow: hidden;
  position: fixed;
  right: 0;
  width: 56px;
  z-index: 99;
}

.p-pagetop__btn {
  align-items: center;
  background: linear-gradient(-45deg, transparent 25%, rgba(51, 51, 51, .6) 25%, rgba(51, 51, 51, .6) 50%, transparent 50%, transparent 75%, rgba(51, 51, 51, .6) 75%, rgba(51, 51, 51, .6)) repeat;
  background-size: 4px 4px;
  color: #fafafa;
  display: inline-flex;
  font-size: 2.4rem;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  transform: translate3d(0, 100%, 0);
  transition: background .3s, transform .5s;
  width: 100%;
  z-index: 0;
}

.p-pagetop__btn::after {
  background: #353c9a;
  content: '';
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: opacity .3s;
  width: 100%;
  z-index: -1;
}

.p-pagetop__btn.is-hover::after {
  opacity: .75;
}

.p-pagetop.is-active .p-pagetop__btn {
  transform: translate3d(0, 0, 0);
}

.p-transition-loader {
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 800;
}

.p-transition-loader__spinner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-transition-loader__spinner::before {
  -webkit-animation: loader-icon .5s linear infinite;
  animation: loader-icon .5s linear infinite;
  border: 1px solid #fafafa;
  border-bottom: 1px solid rgba(250, 250, 250, .1);
  border-radius: 50%;
  border-right: 1px solid rgba(250, 250, 250, .1);
  content: '';
  display: inline-block;
  height: 64px;
  width: 64px;
}

@-webkit-keyframes loader-icon {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-icon {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* ----- HEADER ----- */

.p-burger-icon {
  display: inline-block;
  height: 100%;
  position: relative;
  width: 72px;
  z-index: 0;
}

.p-burger-icon::before,
.p-burger-icon::after {
  content: '';
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale3d(0, 1, 1);
  transform-origin: right;
  transition: transform .5s cubic-bezier(.075, .82, .165, 1);
  width: 100%;
}

.p-burger-icon::before {
  background: rgba(231, 11, 20, .9);
  z-index: -1;
}

.p-burger-icon::after {
  background: linear-gradient(-45deg, transparent 25%, rgba(51, 51, 51, .4) 25%, rgba(51, 51, 51, .4) 50%, transparent 50%, transparent 75%, rgba(51, 51, 51, .4) 75%, rgba(51, 51, 51, .4)) repeat;
  background-size: 4px 4px;
  z-index: -2;
}

.p-burger-icon[aria-checked='true']::before,
.p-burger-icon[aria-checked='true']::after {
  transform: scale3d(1, 1, 1);
  transform-origin: left;
}

.p-burger-icon.is-hover::before,
.p-burger-icon.is-hover::after {
  transform: scale3d(1, 1, 1);
  transform-origin: left;
}

.p-burger-icon__line {
  background: #333;
  display: inline-block;
  height: 2px;
  left: calc(50% - 15px);
  margin: auto;
  position: absolute;
  top: calc(50% - 1px);
  transition: background .5s, transform .5s, opacity .5s;
  width: 30px;
}

.p-burger-icon__line:first-child {
  transform: translateY(-10px);
}

.p-burger-icon__line:last-child {
  transform: translateY(10px);
}

.p-burger-icon.is-hover .p-burger-icon__line {
  background: #fafafa;
}

.p-burger-icon[aria-checked='true'] .p-burger-icon__line {
  background: #fafafa;
}

.p-burger-icon[aria-checked='true'] .p-burger-icon__line:first-child {
  transform: rotate(-45deg) translateY(0);
}

.p-burger-icon[aria-checked='true'] .p-burger-icon__line:nth-child(2) {
  opacity: 0;
}

.p-burger-icon[aria-checked='true'] .p-burger-icon__line:last-child {
  transform: rotate(45deg) translateY(0);
}

.p-global-header {
  background: #fafafa;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  left: 0;
  position: fixed;
  top: 0;
  transition: box-shadow .5s;
  z-index: 0;
  width: 100%;
}

.p-global-header__inner {
  width: 100%;
  height: 72px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}

.l-header.is-active .p-global-header {
  box-shadow: 0 0 0 transparent;
}

.p-global-header__logo {
  height: 50px;
  left: 24px;
  max-width: calc(95% - 64px);
  position: absolute;
  top: calc(50% - 23px);
}

.p-global-header__logo-link {
  align-items: center;
  display: inline-flex;
  height: 100%;
  transition: -webkit-filter .3s;
  transition: filter .3s;
  transition: filter .3s, -webkit-filter .3s;
}

.p-global-header__logo-link:hover {
  -webkit-filter: drop-shadow(0 0 2px rgba(0, 0, 0, .4));
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, .4));
}

.p-global-header__logo-img {
  height: 100%;
  width: auto;
}

.p-global-header__tel {
  padding: 0 16px 0 44px;
  position: relative;
  text-align: center;
}

.p-global-header__tel::before {
  align-items: center;
  background: #e70b14;
  border-radius: 50%;
  color: #fafafa;
  content: '\f095';
  display: inline-flex;
  font-family: 'Font Awesome 5 Free', sans-serif;
  font-size: 2rem;
  font-weight: bold;
  height: 36px;
  justify-content: center;
  left: 0;
  letter-spacing: 0;
  position: absolute;
  top: calc(50% - 18px);
  width: 36px;
}

.p-global-header__tel-number {
  color: #e70b14;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1;
}

.p-global-header__tel-desc {
  display: flex;
  justify-content: center;
  margin-top: 4px;
}

.p-global-header__tel-text {
  font-size: 1.2rem;
  letter-spacing: .05em;
  line-height: 1.2;
}

.p-global-header__contact {
  height: 100%;
}

.p-global-header__contact-btn {
  align-items: center;
  background: linear-gradient(-45deg, transparent 25%, rgba(51, 51, 51, .6) 25%, rgba(51, 51, 51, .6) 50%, transparent 50%, transparent 75%, rgba(51, 51, 51, .6) 75%, rgba(51, 51, 51, .6)) repeat;
  background-size: 4px 4px;
  color: #fff;
  display: inline-flex;
  font-weight: bold;
  height: 100%;
  justify-content: center;
  letter-spacing: .1em;
  padding: 16px 32px;
  position: relative;
  z-index: 0;
}

.p-global-header__contact-btn::before {
  content: '\f3c0';
  display: inline-block;
  font-family: 'Font Awesome 5 Brands', sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0;
  margin-right: 8px;
  font-weight: 400;
}

.p-global-header__contact-btn::after {
  background: #353c9a;
  content: '';
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: opacity .3s;
  width: 100%;
  z-index: -1;
}

.p-global-header__contact-btn.is-hover::after {
  opacity: .75;
}

/* ----- NAV ----- */

.p-breadcrumbs {
  background: #e70b14;
  color: #fafafa;
  padding: 16px 5%;
}

.p-breadcrumbs__items {
  display: flex;
  flex-wrap: wrap;
}

.p-breadcrumbs__item {
  letter-spacing: .1em;
  line-height: 1.5;
}

.p-breadcrumbs__item:not(:last-child) {
  margin-right: 1em;
}

.p-breadcrumbs__item:not(:last-child)::after {
  content: '\003e';
  display: inline-block;
  margin-left: 1em;
}

.p-breadcrumbs__link.-current {
  pointer-events: none;
}

.p-gnav {
  background: #f2e9e9;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  left: 0;
  position: fixed;
  transform: translate3d(0, 0, 0);
  transition: visibility .5s, transform .5s cubic-bezier(.19, 1, .22, 1);
  width: 100%;
  z-index: -1;
}

.p-gnav[aria-hidden='true'] {
  transform: translate3d(0, -100%, 0);
  visibility: hidden;
}

.p-gnav__container {
  overflow: hidden;
  padding: 32px;
  position: relative;
  z-index: 0;
}

.p-gnav__container::before,
.p-gnav__container::after {
  content: '';
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-gnav__container::before {
  background: rgba(231, 11, 20, .9);
  z-index: -1;
}

.p-gnav__container::after {
  background: linear-gradient(-45deg, transparent 25%, rgba(51, 51, 51, .7) 25%, rgba(51, 51, 51, .7) 50%, transparent 50%, transparent 75%, rgba(51, 51, 51, .7) 75%, rgba(51, 51, 51, .7)) repeat;
  background-size: 4px 4px;
  z-index: -2;
}

.p-gnav__items {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.p-gnav__item {
  position: relative;
}

.p-gnav__item:not(:first-child) {
  margin-left: 32px;
  padding-left: 32px;
}

.p-gnav__item:not(:first-child)::before {
  background: rgba(250, 250, 250, .9);
  content: '';
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: rotate(25deg);
  width: 1px;
}

.p-gnav__link {
  display: inline-block;
  font-size: 1.4rem;
  position: relative;
  text-align: center;
}

.p-gnav__jp-text {
  color: #fafafa;
  letter-spacing: .1em;
  transition: color .3s;
}

.p-gnav__link.is-hover .p-gnav__jp-text {
  color: #403b8c;
}

.p-gnav__en-text {
  color: #403b8c;
  display: block;
  font-family: 'Dancing Script', cursive;
  font-size: 2.265rem;
  margin-bottom: 8px;
}

.p-gnav__contact {
  display: none;
}

.p-gnav__contact-items {
  border-top: 2px solid rgba(250, 250, 250, .9);
}

.p-gnav__contact-item {
  border-bottom: 1px solid rgba(250, 250, 250, .5);
}

.p-gnav__contact-link {
  align-items: center;
  color: #fafafa;
  display: flex;
  font-size: 1.5rem;
  letter-spacing: .1em;
  padding: 24px 0;
  position: relative;
}

.p-gnav__contact-link::before {
  color: #403b8c;
  display: inline-block;
  font-family: 'Font Awesome 5 Brands', sans-serif;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0;
  margin-right: 16px;
}

.p-gnav__contact-link.-tel::before {
  content: '\f095';
}

.p-gnav__contact-link.-mail::before {
  content: '\f3c0';
	font-weight: 400;
}

.p-menu-overlay {
  background: rgba(0, 0, 0, .4);
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  transition: opacity .5s, visibility .5s;
  width: 100%;
  z-index: -2;
}

.p-menu-overlay[aria-hidden='true'] {
  opacity: 0;
  visibility: hidden;
}

/* ----- FOOTER ----- */

.p-footer-address {
  text-align: center;
}

.p-footer-address__title {
  margin: auto;
  max-width: 320px;
  text-align: center;
}

.p-footer-address__logo {
  display: block;
  width: 100%;
}

.p-footer-address__desc &gt; :not(:first-child) {
  margin-top: 1em;
}

.p-footer-address__title + .p-footer-address__desc {
  margin-top: 24px;
}

.p-footer-banner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 48px auto -12px;
  max-width: 960px;
}

.p-footer-banner__item {
  flex-basis: 25%;
  padding: 12px;
  text-align: center;
}

.p-footer-banner__link {
  display: inline-block;
  position: relative;
}

.p-footer-banner__link::after {
  background: rgba(231, 11, 20, .5);
  content: '';
  display: inline-block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity .5s;
  width: 100%;
  z-index: 1;
}

.p-footer-banner__link.is-hover::after {
  opacity: 1;
}

.p-footer-banner__img {
  display: block;
  width: 100%;
}

.p-footer-contact {
  background: #fafafa center center/cover no-repeat;
  color: #e70b14;
  padding: 104px 5%;
}

.p-footer-contact__info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4% 1fr;
  -ms-grid-rows: auto 1fr;
  grid-template-columns: 1fr 4% 1fr;
  grid-template-rows: auto 1fr;
  margin: auto;
  max-width: 960px;
  padding: 0 64px;
  text-align: center;
}

.p-footer-contact__headline + .p-footer-contact__info {
  margin-top: 64px;
}

.p-footer-contact__info-title {
  align-self: center;
  color: #333;
  -ms-grid-row: 1;
  grid-row: 1 / 2;
  -ms-grid-row-align: center;
  -ms-grid-row-span: 1;
}

.p-footer-contact__info-title:first-of-type {
  -ms-grid-column: 1;
  grid-column: 1 / 2;
  -ms-grid-column-span: 1;
}

.p-footer-contact__info-title:nth-of-type(2) {
  -ms-grid-column: 3;
  grid-column: 3 / 4;
  -ms-grid-column-span: 1;
}

.p-footer-contact__info-title:only-of-type {
  -ms-grid-column: 1;
  grid-column: 1 / 4;
  -ms-grid-column-span: 3;
}

.p-footer-contact__info-desc {
  -ms-grid-row: 3;
  grid-row: 3 / 4;
  -ms-grid-row-span: 1;
}

.p-footer-contact__info-desc:first-of-type {
  -ms-grid-column: 1;
  grid-column: 1 / 2;
  -ms-grid-column-span: 1;
}

.p-footer-contact__info-desc:nth-of-type(2) {
  -ms-grid-column: 3;
  grid-column: 3 / 4;
  -ms-grid-column-span: 1;
}

.p-footer-contact__info-desc:only-of-type {
  -ms-grid-column: 1;
  grid-column: 1 / 4;
  -ms-grid-column-span: 3;
}

.p-footer-contact__info-title + .p-footer-contact__info-desc {
  margin-top: 1em;
}

.p-footer-contact__info-btn {
  color: #fff;
  align-items: center;
  background: linear-gradient(-45deg, transparent 25%, rgba(51, 51, 51, .6) 25%, rgba(51, 51, 51, .6) 50%, transparent 50%, transparent 75%, rgba(51, 51, 51, .6) 75%, rgba(51, 51, 51, .6)) repeat;
  background-size: 4px 4px;
  display: inline-flex;
  font-weight: bold;
  height: 100%;
  justify-content: center;
  letter-spacing: .1em;
  line-height: 1.5;
  padding: 1.2em 2em;
  position: relative;
  width: 100%;
  z-index: 0;
}

.p-footer-contact__info-btn::after {
  content: '';
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: opacity .3s;
  width: 100%;
  z-index: -1;
}

.p-footer-contact__info-btn.-tel::before {
  align-items: center;
  background: #e70b14;
  border-radius: 50%;
  color: #fafafa;
  content: '\f095';
  display: inline-flex;
  font-family: 'Font Awesome 5 Free', sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  height: 32px;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1;
  margin-right: 8px;
  position: relative;
  width: 32px;
}

.p-footer-contact__info-btn.-tel::after {
  background: #f2e9e9;
}

.p-footer-contact__info-btn.-mail::before {
  content: '\f3c0';
  display: inline-block;
  font-family: 'Font Awesome 5 Brands', sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  margin-right: 8px;
}

.p-footer-contact__info-btn.-mail::after {
  background: #353c9a;
}

.p-footer-contact__info-btn.is-hover::after {
  opacity: .75;
}

.p-footer-contact__date {
  display: flex;
  justify-content: center;
  letter-spacing: .08em;
}

.p-footer-contact__info + .p-footer-contact__date {
  margin-top: 64px;
}

.p-footer-contact__date-title + .p-footer-contact__date-text {
  margin-left: 1em;
}

.p-footer-contact__note {
  color: #333;
  letter-spacing: .1em;
  text-align: center;
}

.p-footer-contact__date + .p-footer-contact__note {
  margin-top: 32px;
}

.p-footer-copyright__text {
  display: block;
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 24px 5%;
  text-align: center;
}

.p-global-footer {
  background: #f2e9e9;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
  padding-top: 80px;
}

.p-footer-sns {
  display: flex;
  justify-content: center;
  margin-top: 80px;
  padding: 24px 4vw;
  position: relative;
  z-index: 0;
}

.p-footer-sns::before,
.p-footer-sns::after {
  content: '';
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-footer-sns::before {
  background: rgba(231, 11, 20, .9);
  z-index: -1;
}

.p-footer-sns::after {
  background: linear-gradient(-45deg, transparent 25%, rgba(51, 51, 51, .7) 25%, rgba(51, 51, 51, .7) 50%, transparent 50%, transparent 75%, rgba(51, 51, 51, .7) 75%, rgba(51, 51, 51, .7)) repeat;
  background-size: 4px 4px;
  z-index: -2;
}

.p-footer-sns__item {
  height: 48px;
  width: 48px;
}

.p-footer-sns__item:not(:first-child) {
  margin-left: 20px;
}

.p-footer-sns__btn {
  align-items: center;
  background: #fafafa;
  color: #e70b14;
  display: inline-flex;
  font-size: 2rem;
  height: 100%;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1;
  position: relative;
  width: 100%;
  z-index: 0;
}

.p-footer-sns__btn::before {
  background: #353c9a;
  content: '';
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale3d(0, 0, 1);
  transition: transform .5s cubic-bezier(.075, .82, .165, 1);
  width: 100%;
  z-index: -1;
}

.p-footer-sns__btn.is-hover::before {
  transform: scale3d(1, 1, 1);
}

/* ----- HOME ----- */

.p-home-blog {
  background: #fafafa;
  color: #fafafa;
  flex-basis: 29.25%;
  min-width: 440px;
  position: relative;
  z-index: 1;
}

.p-home-blog__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 4vw;
  position: relative;
  z-index: 0;
}

.p-home-blog__inner::before,
.p-home-blog__inner::after {
  content: '';
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-home-blog__inner::before {
  background: rgba(231, 11, 20, .9);
  z-index: -1;
}

.p-home-blog__inner::after {
  background: linear-gradient(-45deg, transparent 25%, rgba(51, 51, 51, .7) 25%, rgba(51, 51, 51, .7) 50%, transparent 50%, transparent 75%, rgba(51, 51, 51, .7) 75%, rgba(51, 51, 51, .7)) repeat;
  background-size: 4px 4px;
  z-index: -2;
}

.p-home-blog__headline + .p-home-blog__items {
  margin-top: 24px;
}

.p-home-blog__btn {
  align-self: center;
  -ms-grid-row-align: center;
  margin-top: 48px;
  max-width: 100%;
  width: 320px;
}

.p-home-course {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: -2vw 0 0 auto;
  max-width: 1400px;
}

.p-home-course__item {
  margin-top: 2vw;
  position: relative;
  width: calc(50% - 1vw);
}

.p-home-course__item:nth-child(2n) {
  top: 2vw;
}

.p-home-course-card {
  box-shadow: 0;
  display: block;
  height: 100%;
  padding: 8px;
  position: relative;
  position: relative;
  transition: box-shadow .5s;
  z-index: 0;
}

.p-home-course-card::before,
.p-home-course-card::after {
  content: '';
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-home-course-card::before {
  background: rgba(231, 11, 20, .9);
  z-index: -1;
}

.p-home-course-card::after {
  background: linear-gradient(-45deg, transparent 25%, rgba(51, 51, 51, .7) 25%, rgba(51, 51, 51, .7) 50%, transparent 50%, transparent 75%, rgba(51, 51, 51, .7) 75%, rgba(51, 51, 51, .7)) repeat;
  background-size: 4px 4px;
  z-index: -2;
}

.p-home-course-card.is-hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, .8);
}

.p-home-course-card__desc {
  color: #fafafa;
  padding: 5%;
}

.p-home-course-card__text {
  margin-top: 1em;
}

.p-home-course-card__text &gt; :not(:first-child) {
  margin-top: 1em;
}

.p-home-about {
  max-width: 1400px;
}

.p-home-about__item:not(:first-child) {
  margin-top: 48px;
}

.p-home-about-block {
  display: flex;
  padding: 16px;
  position: relative;
  z-index: 0;
}

.p-home-about-block::before {
  background: #f2e9e9;
  box-shadow: 0 0 10px rgba(0, 0, 0, .3);
  content: '';
  display: inline-block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity .5s;
  width: 100%;
  z-index: -1;
}

.p-home-about-block:not(:first-child) {
  margin-top: 48px;
}

.p-home-about-block.is-hover::before {
  opacity: 1;
}

.p-home-about-block__pic {
  flex: 0 0 38.2%;
  min-width: 240px;
}

.p-home-about-block__desc {
  flex-basis: auto;
}

.p-home-about-block__pic + .p-home-about-block__desc {
  padding-left: 32px;
}

.p-home-about-block__title {
  color: #e70b14;
}

.p-home-about-block__text {
  margin-top: 1em;
}

.p-home-about-block__text &gt; :not(:first-child) {
  margin-top: 1em;
}

.p-main-visual {
  display: flex;
  min-height: 100vh;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.p-main-visual::after {
  content: '';
  display: block;
  min-height: 100vh;
}

.p-main-visual__bg {
  background: #fafafa;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.p-main-visual__bg-img {
  background: #ddd center center/ cover no-repeat;
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-main-visual__bg-img.-portrait {
  display: none;
}

.p-home-header {
  color: #fafafa;
  flex-basis: 70.75%;
  max-width: calc(100% - 440px);
  min-height: 480px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.p-home-header__container {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  padding: 4vw;
}

.p-home-header__catchcopy {
  background: rgba(231, 11, 20, .5);
  max-width: 991px;
  padding: 40px;
}

.p-home-header__title {
  font-family: 'Montserrat', '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  font-size: 7.2rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
}

.p-home-header__text {
  font-size: 2rem;
  letter-spacing: .1em;
  line-height: 1.8;
  margin-top: 16px;
  text-align: left;
}

.p-home-header__btn {
  margin: 32px auto 0 0;
  width: 360px;
}

.p-home-post {
  display: block;
  padding: 20px 0 22px;
  position: relative;
  transition: color .5s;
  z-index: 0;
}

.p-home-post::before,
.p-home-post::after {
  bottom: 0;
  content: '';
  display: inline-block;
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}

.p-home-post::before {
  background: rgba(250, 250, 250, .5);
}

.p-home-post::after {
  background: #353c9a;
  transform: scale3d(0, 1, 1);
  transform-origin: right;
  transition: transform .5s cubic-bezier(.075, .82, .165, 1);
}

.p-home-post.is-hover {
  color: #353c9a;
}

.p-home-post.is-hover::after {
  transform: scale3d(1, 1, 1);
  transform-origin: left;
}

.p-home-post__meta {
  color: rgba(250, 250, 250, .5);
  transition: color .5s;
}

.p-home-post.is-hover .p-home-post__meta {
  color: #353c9a;
}

.p-home-post__meta-item:not(:last-child) {
  margin-right: 1em;
}

.p-home-post__title {
  margin-top: .5em;
}

.p-home-profile {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: -2vw 0 2vw;
  max-width: 1400px;
}

.p-home-profile::after {
  content: '';
  display: block;
  width: calc((100% / 3) - 1vw);
}

.p-home-profile__item {
  background: #f2e9e9;
  margin-top: 2vw;
  padding: 8px;
  position: relative;
  width: calc((100% / 3) - 1vw);
}

.p-home-profile__item:nth-child(2),
.p-home-profile__item:nth-child(2n + 3) {
  top: 2vw;
}

.p-home-profile__item:nth-child(3n) {
  top: 4vw;
}

.p-home-profile__pic {
  overflow: hidden;
  position: relative;
}

.p-home-profile__pic::after {
  content: '';
  display: block;
  padding-top: 100%;
}

.p-home-profile__pic-img {
  font-family: 'object-fit: cover;', sans-serif;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-home-profile__desc {
  line-height: 1.5;
  padding: 6% 4% calc(6% - 8px);
}

.p-home-profile__en-name {
  color: #e70b14;
  font-family: 'Montserrat', '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  font-size: 2rem;
  font-weight: bold;
  text-align: left;
}

.p-home-profile__jp-name {
  margin-top: .4em;
  text-align: left;
}

.p-home-section {
  background: #fafafa;
  overflow: hidden;
  position: relative;
}

.p-home-section.-even {
  background: #f2e9e9;
}

.p-home-section__container {
  display: flex;
  position: relative;
  z-index: 1;
}

.p-home-section.-even .p-home-section__container {
  flex-direction: row-reverse;
}

.p-home-section-desc {
  color: #fafafa;
  flex-basis: 29.25%;
  min-width: 392px;
  overflow: hidden;
  padding: 8vw 4vw;
  position: relative;
  z-index: 0;
}

.p-home-section-desc::before,
.p-home-section-desc::after {
  content: '';
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-home-section-desc::before {
  background: rgba(231, 11, 20, .9);
  z-index: -1;
}

.p-home-section-desc::after {
  background: linear-gradient(-45deg, transparent 25%, rgba(51, 51, 51, .4) 25%, rgba(51, 51, 51, .4) 50%, transparent 50%, transparent 75%, rgba(51, 51, 51, .4) 75%, rgba(51, 51, 51, .4)) repeat;
  background-size: 4px 4px;
  z-index: -2;
}

.p-home-section-desc__text,
.p-home-section-desc__btn {
  margin-top: 48px;
}

.p-home-section-content {
  flex-basis: 70.75%;
  overflow: hidden;
  padding: 8vw 4vw;
}

.p-home-section-content__btn {
  display: none;
  margin-top: 48px;
}

.p-home-teacher {
  max-width: 1400px;
}

/* ----- SUBPAGE ----- */

.p-access-item__map {
  background: linear-gradient(-45deg, transparent 25%, rgba(51, 51, 51, .6) 25%, rgba(51, 51, 51, .6) 50%, transparent 50%, transparent 75%, rgba(51, 51, 51, .6) 75%, rgba(51, 51, 51, .6)) repeat;
  background-size: 4px 4px;
  overflow: hidden;
  position: relative;
}

.p-access-item__map::after {
  content: '';
  display: block;
  padding-top: 61.8%;
}

.p-access-item__map iframe {
  -webkit-filter: grayscale(50%);
  filter: grayscale(50%);
  height: 100%;
  left: 0;
  opacity: .9;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-access-item__map + .p-access-item__table {
  margin-top: 32px;
}

.p-about-concept__desc {
  padding: 0 32px;
  margin-top: 32px;
}

.p-about-concept__title + .p-about-concept__text {
  margin-top: 1em;
}

.p-faq {
  background: #f2e9e9;
  padding: 32px;
}

.p-faq__title {
  align-items: center;
  color: #e70b14;
  display: flex;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}

.p-faq__title::before {
  align-items: center;
  align-self: flex-start;
  background: #e70b14;
  color: #fafafa;
  content: 'Q';
  display: inline-flex;
  flex: 0 0 4rem;
  height: 4rem;
  justify-content: center;
  line-height: 1;
  margin-right: 1.6rem;
}

.p-faq__title + .p-faq__text {
  margin-top: 1em;
}

.p-page-header {
  display: flex;
  position: relative;
  z-index: 0;
}

.p-page-header__lead {
  align-items: center;
  color: #fafafa;
  display: flex;
  flex-basis: 29.25%;
  flex-direction: column;
  justify-content: center;
  min-width: 480px;
  overflow: hidden;
  padding: 168px 5%;
  position: relative;
  z-index: 1;
}

.p-page-header__lead::before,
.p-page-header__lead::after {
  content: '';
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-page-header__lead::before {
  background: rgba(231, 11, 20, .9);
  z-index: -1;
}

.p-page-header__lead::after {
  background: linear-gradient(-45deg, transparent 25%, rgba(51, 51, 51, .7) 25%, rgba(51, 51, 51, .7) 50%, transparent 50%, transparent 75%, rgba(51, 51, 51, .7) 75%, rgba(51, 51, 51, .7)) repeat;
  background-size: 4px 4px;
  z-index: -2;
}

.p-page-header__eyecatch {
  flex-basis: 70.75%;
  overflow: hidden;
  position: relative;
}

.p-page-header__eyecatch-img {
  background: #ddd center center / cover no-repeat;
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-page-header__eyecatch-img.-portrait {
  display: none;
}

.p-personal-item {
  background: #fafafa;
  box-shadow: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 32% 1fr;
  -ms-grid-rows: auto 1fr;
  grid-template-columns: 32% 1fr;
  grid-template-rows: auto 1fr;
  padding: 32px 0 32px 32px;
  transition: box-shadow .5s;
}

.p-personal-item:not(:first-child) {
  margin-top: 32px;
}

.p-personal-item.-bg-gray {
  background: #f2e9e9;
}

.p-personal-item.-image-none {
  display: block;
  padding-bottom: 56px;
}

.p-personal-item.is-hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, .3);
}

.p-personal-item__pic {
  -ms-grid-column: 1;
  grid-column: 1 / 2;
  -ms-grid-column-span: 1;
  -ms-grid-row: 1;
  grid-row: 1 / 3;
  -ms-grid-row-span: 2;
}

.p-personal-item__headline {
  color: #fafafa;
  font-family: 'Open Sans', '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  -ms-grid-column: 2;
  grid-column: 2 / 3;
  -ms-grid-column-span: 1;
  -ms-grid-row: 1;
  grid-row: 1 / 2;
  -ms-grid-row-span: 1;
  letter-spacing: .1em;
  line-height: 1.5;
  margin-top: 24px;
  padding: 12px 32px;
  position: relative;
  z-index: 0;
}

.p-personal-item__headline::before,
.p-personal-item__headline::after {
  content: '';
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-personal-item__headline::before {
  background: rgba(231, 11, 20, .9);
  z-index: -1;
}

.p-personal-item__headline::after {
  background: linear-gradient(-45deg, transparent 25%, rgba(51, 51, 51, .7) 25%, rgba(51, 51, 51, .7) 50%, transparent 50%, transparent 75%, rgba(51, 51, 51, .7) 75%, rgba(51, 51, 51, .7)) repeat;
  background-size: 4px 4px;
  z-index: -2;
}

.p-personal-item__title-big {
  display: inline-block;
  font-family: 'Montserrat', '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  font-size: 2rem;
}

.p-personal-item__title-small {
  display: inline-block;
  font-size: 1.4rem;
  margin-left: 1em;
}

.p-personal-item__desc {
  -ms-grid-column: 2;
  grid-column: 2 / 3;
  -ms-grid-column-span: 1;
  -ms-grid-row: 2;
  grid-row: 2 / 3;
  -ms-grid-row-span: 1;
  margin-top: 24px;
  padding: 0 32px;
}

.p-personal-item__desc &gt; :not(:first-child) {
  margin-top: 16px;
}

.p-personal-item__note + .p-personal-item__note {
  margin-top: 1em;
}

.p-personal-item__note-list {
  border-top: 1px solid #999;
  padding-top: 16px;
}

.p-privacy {
  font-size: 1.4rem;
  height: 360px;
  letter-spacing: .1em;
  line-height: 1.5;
  margin-top: 5%;
  overflow-y: auto;
  padding: 0 32px 32px;
}

.p-privacy::-webkit-scrollbar {
  background: rgba(231, 11, 20, .1);
  border-radius: 0;
  overflow: hidden;
  width: 4px;
}

.p-privacy::-webkit-scrollbar-button {
  display: none;
}

.p-privacy::-webkit-scrollbar-thumb {
  background: #e70b14;
  border-radius: 0;
  overflow: hidden;
}

.p-privacy__title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 24px;
  text-align: center;
}

.p-privacy__text {
  margin-bottom: 32px;
}

.p-privacy__list-item:not(:last-child) {
  margin-bottom: 32px;
}

.p-privacy__list-title {
  border-bottom: 2px solid #e70b14;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 16px;
  padding-bottom: 16px;
}

.p-privacy__order {
  counter-reset: order 0;
}

.p-privacy__order-item {
  padding-left: 32px;
  position: relative;
}

.p-privacy__order-item::before {
  content: counter(order) '.';
  counter-increment: order 1;
  display: inline-block;
  left: 0;
  position: absolute;
  top: 0;
}

.c-privacy__order.is-brackets .p-privacy__order-item::before {
  content: '(' counter(order) ')';
}

.c-privacy__order.is-child .p-privacy__order-item::before {
  content: counter(order, lower-roman) '';
}

.p-privacy__order-item:not(:last-child) {
  margin-bottom: 16px;
}

.p-privacy__order-text {
  margin-bottom: 16px;
}

.p-teacher-detail {
  background: #fafafa;
  border-bottom: 4px solid #e70b14;
  border-top: 4px solid #e70b14;
  box-shadow: 0;
  display: block;
  transition: box-shadow .5s;
}

.p-teacher-detail.is-hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, .3);
}

.p-teacher-detail-pic {
  overflow: hidden;
  position: relative;
}

.p-teacher-detail-pic::after {
  content: '';
  display: block;
  padding-top: 57.8%;
}

.p-teacher-detail-pic__img {
  font-family: 'object-fit: cover;', sans-serif;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-teacher-detail-headline {
  color: #fafafa;
  line-height: 1.5;
  padding: 20px 32px;
  position: relative;
  z-index: 0;
}

.p-teacher-detail-headline::before,
.p-teacher-detail-headline::after {
  content: '';
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-teacher-detail-headline::before {
  background: rgba(231, 11, 20, .9);
  z-index: -1;
}

.p-teacher-detail-headline::after {
  background: linear-gradient(-45deg, transparent 25%, rgba(51, 51, 51, .7) 25%, rgba(51, 51, 51, .7) 50%, transparent 50%, transparent 75%, rgba(51, 51, 51, .7) 75%, rgba(51, 51, 51, .7)) repeat;
  background-size: 4px 4px;
  z-index: -2;
}

.p-teacher-detail-headline__title-big {
  display: inline-block;
  font-family: 'Montserrat', '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  font-size: 2rem;
}

.p-teacher-detail-headline__title-small {
  display: inline-block;
  font-size: 1.4rem;
  margin-left: 1em;
}

.p-teacher-detail-list {
  padding: 8px 32px;
}

.p-teacher-detail-list__row {
  display: flex;
  padding: 24px 0;
}

.p-teacher-detail-list__row:not(:last-child) {
  border-bottom: 1px solid #999;
}

.p-teacher-detail-list__title {
  color: #e70b14;
  flex-basis: 25%;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1.5;
}

.p-teacher-detail-list__text {
  flex-basis: 75%;
}

.p-voice-desc {
  box-shadow: 0;
  display: block;
  max-width: 1400px;
  padding: 16px;
  position: relative;
  z-index: 0;
}

.p-voice-desc::before {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  box-shadow: 0 0 8px rgba(0, 0, 0, .3);
  content: '';
  display: inline-block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity .5s;
  width: 100%;
  z-index: -1;
}

.p-voice-desc.is-hover::before {
  opacity: 1;
}

.p-voice-desc + .p-voice-desc {
  margin-top: 64px;
}

.p-voice-desc__pic {
  overflow: hidden;
  position: relative;
}

.p-voice-desc__pic::after {
  content: '';
  display: block;
  padding-top: 41.4%;
}

.p-voice-desc__pic-img {
  font-family: 'object-fit: cover;', sans-serif;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-voice-desc__lead {
  padding: 0 32px;
}

.p-voice-desc__pic + .p-voice-desc__lead {
  margin-top: 32px;
}

.p-voice-desc__title {
  color: #e70b14;
}

.p-voice-desc__title + .p-voice-desc__name {
  margin-top: 1em;
}

.p-voice-desc__title + .p-voice-desc__text,
.p-voice-desc__name + .p-voice-desc__text {
  margin-top: 24px;
}

/* ----- BLOG----- */

.p-article-excerpt {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30% 16px 1fr;
  -ms-grid-rows: auto 1fr;
  grid-template-columns: 30% 16px 1fr;
  grid-template-rows: auto 1fr;
  padding: 4% 0;
  position: relative;
  z-index: 0;
}

.p-article-excerpt::after {
  align-items: center;
  background: rgba(231, 11, 20, .5);
  color: #fafafa;
  content: 'Read More';
  display: inline-flex;
  font-family: 'Dancing Script', cursive;
  font-size: 2.4rem;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: scale3d(1, 1, 1);
  transition: opacity .5s cubic-bezier(.19, 1, .22, 1), transform .5s cubic-bezier(.19, 1, .22, 1);
  width: 100%;
  z-index: 1;
}

.p-article-excerpt.is-hover::after {
  opacity: 1;
  transform: scale3d(.9, .9, 1);
}

.p-article-excerpt__thumb {
  -ms-grid-column: 1;
  grid-column: 1/2;
  -ms-grid-column-span: 1;
  -ms-grid-row: 1;
  grid-row: 1/3;
  -ms-grid-row-span: 2;
}

.p-article-excerpt__head {
  -ms-grid-column: 3;
  grid-column: 3/4;
  -ms-grid-column-span: 1;
  -ms-grid-row: 1;
  grid-row: 1/2;
  -ms-grid-row-span: 1;
}

.p-article-excerpt__desc {
  -ms-grid-column: 3;
  grid-column: 3/4;
  -ms-grid-column-span: 1;
  -ms-grid-row: 2;
  grid-row: 2/3;
  -ms-grid-row-span: 1;
  margin-top: 12px;
}

.p-article-excerpt__category {
  color: #fafafa;
}

.p-article-excerpt__title {
  color: #e70b14;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 8px;
}

.p-article-list__item {
  border-bottom: 1px solid #c2c2c2;
}

.p-article-pager {
  margin-top: 5%;
}

.p-article-pager__items {
  align-items: center;
  display: flex;
  justify-content: center;
}

.p-article-pager__item {
  height: 40px;
  width: 40px;
}

.p-article-pager__item:not(:first-child) {
  margin-left: 12px;
}

.p-article-pager__link,
.p-article-pager__current {
  align-items: center;
  border: 2px solid #e70b14;
  display: inline-flex;
  height: 100%;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1;
  overflow: hidden;
  width: 100%;
}

.p-article-pager__link {
  color: #e70b14;
  position: relative;
  transition: color .5s;
  z-index: 0;
}

.p-article-pager__link::before {
  border-radius: 50%;
  box-shadow: inset 0 0 0 0 #e70b14;
  content: '';
  display: inline-block;
  height: 64px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  transition: box-shadow .5s cubic-bezier(.165, .84, .44, 1);
  width: 64px;
  z-index: -1;
}

.p-article-pager__link.is-hover {
  color: #fafafa;
}

.p-article-pager__link.is-hover::before {
  box-shadow: inset 0 0 0 32px #e70b14;
}

.p-article-pager__current {
  color: #fafafa;
  position: relative;
  z-index: 0;
}

.p-article-pager__current::before,
.p-article-pager__current::after {
  content: '';
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-article-pager__current::before {
  background: rgba(231, 11, 20, .9);
  z-index: -1;
}

.p-article-pager__current::after {
  background: linear-gradient(-45deg, transparent 25%, rgba(51, 51, 51, .7) 25%, rgba(51, 51, 51, .7) 50%, transparent 50%, transparent 75%, rgba(51, 51, 51, .7) 75%, rgba(51, 51, 51, .7)) repeat;
  background-size: 4px 4px;
  z-index: -2;
}

.p-post-content {
  margin-top: 10%;
}

.p-post-content &gt; :first-child {
  margin-top: 0;
}

.p-post-content &gt; [class|='wp'] {
  margin: 40px 0 0;
}

.p-post-content &gt; p {
  margin-top: 40px;
}

.p-post-content p + p {
  margin-top: 1em;
}

.p-post-content p:not([class]) {
  letter-spacing: .1em;
  line-height: 1.8;
}

.p-post-content h2:not([class]) {
  border-bottom: 2px solid #e70b14;
  color: #e70b14;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1.5;
  margin-top: 40px;
  padding-bottom: 8px;
  position: relative;
  text-align: left;
}

.p-post-content h3:not([class]) {
  border-left: 4px solid #e70b14;
  color: #e70b14;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: .1em;
  margin-top: 40px;
  padding: .5em 1em;
  text-align: left;
}

.p-post-content h4:not([class]) {
  border-left: 4px solid #555;
  color: #555;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: .1em;
  margin-top: 40px;
  padding: .5em 1em;
  text-align: left;
}

.p-post-content b:not([class]),
.p-post-content em:not([class]),
.p-post-content strong:not([class]) {
  background: linear-gradient(transparent 55%, rgba(53, 60, 154, .5) 45%);
}

.p-post-content &gt; ul:not([class]),
.p-post-content .wp-block-categories {
  margin: 40px 0 0;
  padding-left: 1em;
}

.p-post-content &gt; ul:not([class]) &gt; li,
.p-post-content .wp-block-categories &gt; li {
  display: flex;
  line-height: 1.5;
}

.p-post-content &gt; ul:not([class]) &gt; li + li,
.p-post-content .wp-block-categories &gt; li + li {
  margin-top: 1em;
}

.p-post-content &gt; ul:not([class]) &gt; li::before,
.p-post-content .wp-block-categories &gt; li::before {
  align-self: center;
  background: #e70b14;
  content: '';
  display: inline-block;
  -ms-grid-row-align: center;
  height: 6px;
  margin-right: 1em;
  transform: rotate(45deg);
  width: 6px;
}

.p-post-content &gt; ol:not([class]) {
  counter-reset: order 0;
  margin: 40px 0 0;
  padding-left: 1em;
}

.p-post-content &gt; ol:not([class]) &gt; li {
  display: flex;
  line-height: 1.5;
}

.p-post-content &gt; ol:not([class]) &gt; li + li {
  margin-top: 1em;
}

.p-post-content &gt; ol:not([class]) &gt; li::before {
  align-self: center;
  color: #e70b14;
  content: counter(order, decimal-leading-zero) '';
  counter-increment: order 1;
  display: inline-block;
  font-family: 'Montserrat', '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  font-size: 1.6rem;
  -ms-grid-row-align: center;
  margin-right: 1em;
}

.p-post-content .wp-block-image {
  position: relative;
}
.p-post-content .wp-block-image figcaption {
  background: #e70b14;
  color: #fafafa;
  font-size: 1.4rem;
  left: 0;
  line-height: 1.5;
  margin: 0;
  padding: 1em 1.5em;
  position: absolute;
  top: 0;
  z-index: 1;
}

.p-post-content .wp-block-quote {
  border: 2px solid #353c9a;
  border-radius: 4px;
  padding: 2em;
}

.p-post-content .wp-block-audio figcaption {
  color: #fafafa;
  font-size: 1em;
  margin: 1em 0 0;
}

.p-post-content .wp-block-file .wp-block-file__button {
  background: #353c9a;
  display: inline-block;
}

.p-post-content .wp-block-code {
  background: #333;
  border: 0;
  border-radius: 0;
  color: #fafafa;
  overflow: hidden;
  padding: 2em;
  width: 100%;
}

.p-post-content .wp-block-code code {
  width: 100%;
}

.p-post-content .wp-block-pullquote {
  border-color: #e70b14;
  color: #e70b14;
}

.p-post-content .wp-block-pullquote cite {
  color: #333;
}

.p-post-content .wp-block-button__link {
  background: #e70b14;
  color: #fafafa;
}

.p-post-content .wp-block-separator {
  border-color: #e70b14;
  margin-left: auto;
  margin-right: auto;
}

.p-post-content .wp-block-calendar caption {
  color: #e70b14;
}

.p-post-content .wp-block-calendar th {
  background: #e70b14;
  color: #fafafa;
}

.p-post-content .wp-block-calendar td {
  color: #e70b14;
}

.p-post-content .wp-block-embed-youtube .wp-block-embed__wrapper {
  overflow: hidden;
  position: relative;
}

.p-post-content .wp-block-embed-youtube .wp-block-embed__wrapper::after {
  content: '';
  display: block;
  padding-top: 56.25%;
}

.p-post-content .wp-block-embed-youtube .wp-block-embed__wrapper iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.wp-embed-aspect-4-3 .p-post-content .wp-block-embed-youtube .wp-block-embed__wrapper::after {
  padding-top: 75%;
}

.wp-embed-aspect-16-9 .p-post-content .wp-block-embed-youtube .wp-block-embed__wrapper::after {
  padding-top: 56.25%;
}

.p-post-section {
  margin-top: 10%;
}

.p-post-section__subsection {
  margin-top: 5%;
}

.p-post-section__eyecatch {
  margin-top: 5%;
  overflow: hidden;
  position: relative;
}

.p-post-section__eyecatch::after {
  content: '';
  display: block;
  padding-top: 61.8%;
}

.p-post-section__eyecatch img {
  font-family: 'object-fit: cover;', sans-serif;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-post-section__text {
  letter-spacing: .1em;
  line-height: 1.8;
  margin-top: 40px;
}

.seo-links {
  margin-bottom: 2em;
  margin-top: .5em;
}

.p-post-nav {
  background: #f2e9e9;
  margin-top: 10%;
  padding: 5%;
}

.p-post-nav__headline {
  color: #fafafa;
  letter-spacing: .1em;
  line-height: 1.5;
  padding: 1em;
  position: relative;
  text-align: center;
  z-index: 0;
}

.p-post-nav__headline::before,
.p-post-nav__headline::after {
  content: '';
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-post-nav__headline::before {
  background: rgba(231, 11, 20, .9);
  z-index: -1;
}

.p-post-nav__headline::after {
  background: linear-gradient(-45deg, transparent 25%, rgba(51, 51, 51, .7) 25%, rgba(51, 51, 51, .7) 50%, transparent 50%, transparent 75%, rgba(51, 51, 51, .7) 75%, rgba(51, 51, 51, .7)) repeat;
  background-size: 4px 4px;
  z-index: -2;
}

.p-post-nav__table {
  letter-spacing: .1em;
  line-height: 1.8;
  margin-top: 32px;
}

.p-post-nav__table &gt; :not(:first-child) {
  margin-top: 1em;
}

.p-post-nav__table-item {
  padding-left: 32px;
  position: relative;
}

.p-post-nav__table-item::before {
  content: '#';
  display: inline-block;
  left: .5em;
  position: absolute;
  top: 0;
}

.p-post-nav__table-item-child {
  margin-left: 32px;
  padding-left: 32px;
  position: relative;
}

.p-post-nav__table-item-child::before {
  background: #e70b14;
  content: '';
  display: inline-block;
  height: 2px;
  left: 0;
  position: absolute;
  top: .75em;
  width: 12px;
}

.p-post-nav__table-link {
  display: inline-block;
  position: relative;
  z-index: 0;
}

.p-post-nav__table-link::after {
  background: #353c9a;
  content: '';
  display: inline-block;
  height: 2px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 100%;
  transition: opacity .5s;
  width: 100%;
  z-index: -1;
}

.p-post-nav__table-link.is-hover::after {
  opacity: 1;
}

.p-post__category {
  background: #e70b14;
  color: #fafafa;
  display: inline-block;
  padding: 0 .5em;
}

.p-post__title {
  margin-top: 8px;
}

.p-post__eyecatch {
  margin-top: 5%;
  overflow: hidden;
  position: relative;
}

.p-post__eyecatch::after {
  content: '';
  display: block;
  padding-top: 61.8%;
}

.p-post__eyecatch img {
  font-family: 'object-fit: cover;', sans-serif;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-post__content {
  margin-top: 5%;
}

.p-post .post-categories {
  display: flex;
  flex-wrap: wrap;
}

.p-post .post-categories li {
  background: #e70b14;
  color: #fafafa;
  display: inline-block;
  letter-spacing: .1em;
  line-height: 2;
  margin-top: 8px;
  padding: 0 .4em;
}

.p-post .post-categories li:not(:last-child) {
  margin-right: .5em;
}

.p-post__btn {
  margin-top: 10%;
}

.p-side-gadget {
  background: #fafafa;
  border-bottom: 4px solid #e70b14;
}

.p-side-gadget__title {
  color: #fafafa;
  line-height: 1.5;
  padding: 1.2em 1.5em;
  position: relative;
  z-index: 0;
}

.p-side-gadget__title::before,
.p-side-gadget__title::after {
  content: '';
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-side-gadget__title::before {
  background: rgba(231, 11, 20, .9);
  z-index: -1;
}

.p-side-gadget__title::after {
  background: linear-gradient(-45deg, transparent 25%, rgba(51, 51, 51, .7) 25%, rgba(51, 51, 51, .7) 50%, transparent 50%, transparent 75%, rgba(51, 51, 51, .7) 75%, rgba(51, 51, 51, .7)) repeat;
  background-size: 4px 4px;
  z-index: -2;
}

.p-side-gadget__item:not(:last-child) {
  border-bottom: 1px dotted #c2c2c2;
}

.p-side-gadget__link {
  display: block;
  letter-spacing: .1em;
  line-height: 1.5;
  padding: 1.2em 1.5em;
  transition: transform .5s cubic-bezier(.19, 1, .22, 1);
}

.p-side-gadget__link.is-hover {
  transform: translate3d(4px, 0, 0);
}

.p-side-gadget__date {
  display: block;
}

.p-side-gadget__article-title {
  margin-top: .4em;
}

@media screen and (max-width: 1199px) {
  .c-btn.-for-col-1 {
    display: block;
  }

  .c-btn.-for-col-2 {
    display: none;
  }

  .c-stripe.-large-left-bottom {
    right: 0;
  }

  .c-stripe.-left-top {
    right: 0;
  }

  .c-stripe.-large-right-bottom {
    left: 0;
  }

  .c-stripe.-right-top {
    left: 0;
  }

  .l-blog {
    display: block;
    max-width: 960px;
  }

  .l-blog__contents {
    padding: 5%;
    width: 100%;
  }

  .l-blog__sidebar {
    margin-top: 5%;
    width: 100%;
  }

  .l-blog__sidebar &gt; :not(:first-child) {
    margin-top: 5%;
  }

  .p-gnav {
    height: 100%;
    left: auto;
    max-width: 480px;
    min-width: 304px;
    padding-top: 122px;
    right: 0;
    top: 0;
    width: 80%;
  }

  .p-gnav[aria-hidden='true'] {
    transform: translate3d(100%, 0, 0);
  }

  .p-gnav__container {
    height: 100%;
    padding: 24px 0 24px 4vw;
  }

  .p-gnav__items {
    display: block;
    height: 100%;
    overflow-y: auto;
    padding-bottom: 104px;
    padding-bottom: calc(constant(safe-area-inset-bottom) + 32px);
    padding-bottom: calc(env(safe-area-inset-bottom) + 32px);
  }

  .p-gnav__item {
    border-bottom: 1px solid rgba(250, 250, 250, .5);
  }

  .p-gnav__item:not(:first-child) {
    margin: 0;
    padding: 0;
  }

  .p-gnav__item:not(:first-child)::before {
    display: none;
  }

  .p-gnav__link::after {
    border-right: 1px solid rgba(250, 250, 250, .5);
    border-top: 1px solid rgba(250, 250, 250, .5);
    content: '';
    height: 8px;
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
  }

  .p-gnav__link {
    display: block;
    padding: 20px 56px 20px 0;
    text-align: left;
  }

  .p-home-blog__inner {
    padding: 10vw 5%;
  }

  .p-home-course__item:nth-child(2n) {
    top: auto;
  }

  .p-main-visual {
    display: block;
    padding-top: 0;
  }

  .p-main-visual::after {
    display: none;
  }

  .p-main-visual__bg-img {
    width: 100%;
  }

  .p-home-header {
    height: 100vh;
    max-width: none;
  }

  .p-home-header__container {
    padding: 5%;
  }

  .p-home-profile__item:nth-child(2),
  .p-home-profile__item:nth-child(2n + 3) {
    top: auto;
  }

  .p-home-profile__item:nth-child(3n) {
    top: auto;
  }

  .p-home-section__container {
    display: block;
    padding-top: 80px;
  }

  .p-home-section-desc {
    padding: 10vw 5%;
  }

  .p-home-section-desc__btn {
    display: none;
  }

  .p-home-section-content {
    padding: 10vw 5%;
  }

  .p-home-section-content__btn {
    display: block;
    margin-top: 32px;
  }

  .p-page-header__lead {
    flex-basis: 50%;
  }

  .p-page-header__eyecatch {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
  }

  .p-personal-item {
    -ms-grid-columns: 40% 1fr;
    grid-template-columns: 40% 1fr;
  }

  .p-personal-item__title-big {
    display: block;
  }

  .p-personal-item__title-small {
    display: block;
    margin: 0;
  }

  .p-teacher-detail-headline__title-big {
    display: block;
  }

  .p-teacher-detail-headline__title-small {
    display: block;
    margin: 0;
  }

  .p-voice-desc__lead {
    padding: 0;
  }

  .p-article-excerpt {
    -ms-grid-columns: 35% 24px 1fr;
    grid-template-columns: 35% 24px 1fr;
    padding: 5% 0;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 1.35em;
  }

  .c-title {
    font-size: 1.8rem;
  }

  .l-page {
    padding-top: 114px;
  }

  .p-section {
    padding: 80px 5%;
  }

  .p-loader-mask__grid {
    width: 20%;
  }

  .p-not-found__desc {
    text-align: left;
    text-justify: inter-ideograph;
  }

  .p-pagetop {
    height: 44px;
    width: 44px;
  }

  .p-pagetop__btn {
    font-size: 1.6rem;
  }

  .p-transition-loader__spinner::before {
    height: 52px;
    width: 52px;
  }

  .p-burger-icon {
    width: 64px;
  }

  .p-burger-icon::before,
  .p-burger-icon::after {
    transform: scale3d(1, 1, 1);
  }

  .p-burger-icon__line {
    background: #fafafa;
    left: calc(50% - 12px);
    width: 24px;
  }

  .p-burger-icon__line:first-child {
    transform: translateY(-8px);
  }

  .p-burger-icon__line:last-child {
    transform: translateY(8px);
  }

  .p-global-header__inner {
    height: 64px;
  }

  .p-global-header__logo {
    height: 40px;
    top: calc(50% - 20px);
  }

  .p-global-header__tel {
    display: none;
  }

  .p-global-header__contact {
    display: none;
  }

  .p-gnav {
    max-width: 440px;
    padding-top: 114px;
  }

  .p-gnav__contact {
    display: block;
  }

  .p-footer-address__title {
    max-width: 240px;
  }

  .p-footer-contact {
    padding: 80px 5%;
  }

  .p-footer-contact__info {
    display: block;
    max-width: 480px;
    padding: 0 5%;
  }

  .p-footer-contact__headline + .p-footer-contact__info {
    margin-top: 40px;
  }

  .p-footer-contact__info-desc + .p-footer-contact__info-title {
    margin-top: 24px;
  }

  .p-footer-contact__info-btn.-tel::before {
    font-size: 1.4rem;
    height: 28px;
    width: 28px;
  }

  .p-footer-contact__info + .p-footer-contact__date {
    margin-top: 40px;
  }

  .p-footer-sns {
    padding: 16px;
  }

  .p-footer-sns__item {
    height: 40px;
    width: 40px;
  }

  .p-footer-sns__item:not(:first-child) {
    margin-left: 16px;
  }

  .p-footer-sns__btn {
    font-size: 1.8rem;
  }

  .p-home-course-card__desc {
    padding: 7% 5%;
  }

  .p-home-about-block__pic + .p-home-about-block__desc {
    padding-left: 24px;
  }

  .p-main-visual__bg {
  }

  .p-home-header {
  }

  .p-home-header__catchcopy {
    padding: 32px;
  }

  .p-home-header__title {
    font-size: 6.4rem;
  }

  .p-home-header__text {
    font-size: 1.8rem;
    margin-top: 12px;
  }

  .p-home-profile {
    background: rgba(53, 60, 154, .15);
    padding: 0 2vw 2vw;
  }

  .p-home-profile__item {
    width: calc((100% / 3) - 1vw);
  }

  .p-home-profile__en-name {
    font-size: 1.8rem;
  }

  .p-about-concept__desc {
    padding: 0 16px;
  }

  .p-faq__title {
    font-size: 1.8rem;
  }

  .p-faq__title::before {
    flex-basis: 3.6rem;
    height: 3.6rem;
  }

  .p-page-header {
    display: block;
  }

  .p-page-header__lead::before {
    background: rgba(231, 11, 20, .5);
  }

  .p-page-header__lead::after {
    background: linear-gradient(-45deg, transparent 25%, rgba(51, 51, 51, .4) 25%, rgba(51, 51, 51, .4) 50%, transparent 50%, transparent 75%, rgba(51, 51, 51, .4) 75%, rgba(51, 51, 51, .4)) repeat;
    background-size: 4px 4px;
  }

  .p-page-header__lead {
    min-width: 100%;
    padding: 120px 5%;
  }

  .p-personal-item {
    padding: 24px 0 24px 24px;
  }

  .p-personal-item.-image-none {
    padding-bottom: 48px;
  }

  .p-personal-item__headline {
    padding: 12px 24px;
  }

  .p-personal-item__desc {
    padding: 0 24px;
  }

  .p-privacy {
    margin-top: 10%;
    padding: 0 16px 32px;
  }

  .p-privacy__title {
    font-size: 1.8rem;
  }

  .p-privacy__list-title {
    font-size: 1.4rem;
  }

  .p-voice-desc__pic::after {
    padding-top: 61.8%;
  }

  .p-article-excerpt__title {
    font-size: 1.8rem;
  }

  .p-post-content &gt; [class|='wp'] {
    margin-top: 32px;
  }

  .p-post-content &gt; p {
    margin-top: 32px;
  }

  .p-post-content h2:not([class]) {
    font-size: 1.8rem;
  }

  .p-post-content h3:not([class]) {
    font-size: 1.5rem;
  }

  .p-post-content h4:not([class]) {
    font-size: 1.4rem;
  }

  .p-post-content &gt; ul:not([class]),
  .p-post-content .wp-block-categories {
    margin-top: 32px;
  }

  .p-post-content &gt; ol:not([class]) {
    margin-top: 32px;
  }

  .p-post-content .wp-block-image figcaption {
    font-size: 1.2rem;
  }

  .p-post-section__text {
    margin-top: 32px;
  }

  .p-post-nav {
    padding: 5%;
  }

  .p-post-nav__table-item {
    padding-left: 20px;
  }

  .p-post-nav__table-item::before {
    left: 0;
  }

  .p-post-nav__table-item-child {
    margin-left: 20px;
    padding-left: 20px;
  }

  .p-post-nav__table-item-child::before {
    width: 8px;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .c-note {
    font-size: 1.2rem;
  }

  .c-row-list__item:not(:first-child) {
    margin-top: 5%;
  }

  .l-page {
    padding-top: 0px;
  }

  .p-card__item:not(:first-child) {
    margin-top: 5%;
  }

  .c-headline + .p-section__content {
    margin-top: 32px;
  }

  .p-not-found__desc + .p-not-found__btn {
    margin-top: 40px;
  }

  .p-burger-icon {
    width: 56px;
  }

  .p-global-header__inner {
    height: 56px;
  }

  .p-gnav {
    padding-top: 0px;
  }

  .p-gnav__container {
    padding: 16px 0 16px 24px;
  }

  .p-footer-banner {
    margin-top: 36px;
  }

  .p-footer-banner__item {
    flex-basis: calc(100% / 3);
  }

  .p-footer-contact__info-btn.-mail::before {
    font-size: 2.2rem;
  }

  .p-global-footer {
    padding-top: 56px;
  }

  .p-footer-sns {
    margin-top: 56px;
  }

  .p-main-visual__bg {
  }

  .p-home-header {
  }

  .p-home-section__container {
    display: block;
    padding-top: 64px;
  }

  .p-faq {
    padding: 5%;
  }

  .p-faq__title::before {
    margin-right: 1.4rem;
  }

  .p-page-header__lead {
    padding: 112px 5%;
  }

  .p-personal-item {
    padding: 5vw 0 5vw 5vw;
  }

  .p-personal-item:not(:first-child) {
    margin-top: 5vw;
  }

  .p-personal-item.-image-none {
    padding-bottom: calc(5vw + 24px);
  }

  .p-personal-item__title-big {
    font-size: 1.8rem;
  }

  .p-personal-item__title-small {
    font-size: 1.35rem;
  }

  .p-teacher-detail-pic::after {
    padding-top: 100%;
  }

  .p-teacher-detail-headline {
    padding: 16px 5%;
  }

  .p-teacher-detail-headline__title-big {
    font-size: 1.8rem;
  }

  .p-teacher-detail-headline__title-small {
    font-size: 1.35rem;
  }

  .p-teacher-detail-list {
    padding: 0 5%;
  }

  .p-teacher-detail-list__row {
    display: block;
    padding: 5% 0;
  }

  .p-teacher-detail-list__text {
    margin-top: .5em;
  }

  .p-voice-desc + .p-voice-desc {
    margin-top: 32px;
  }

  .p-voice-desc__pic + .p-voice-desc__lead {
    margin-top: 24px;
  }

  .p-article-pager__item {
    height: 36px;
    width: 36px;
  }

  .p-post-content &gt; [class|='wp'] {
    margin-top: 24px;
  }

  .p-post-content &gt; p {
    margin-top: 24px;
  }

  .p-post-section__text {
    margin-top: 24px;
  }

  .p-post-nav {
    padding: 5vw;
  }
}

@media screen and (orientation: portrait) and (max-width: 767px) {
  .p-main-visual__bg-img.-portrait {
    display: inline-block;
  }

  .p-main-visual__bg-img.-landscape {
    display: none;
  }

  .p-page-header__eyecatch-img.-portrait {
    display: inline-block;
  }

  .p-page-header__eyecatch-img.-landscape {
    display: none;
  }
}

@media screen and (max-width: 543px) {
  .c-btn {
    font-size: 1.4rem;
  }

  .c-btn.-for-col-1,
  .c-btn.-for-col-2 {
    margin-top: 48px;
  }

  .c-headline__en {
    font-size: 4rem;
  }

  .c-table__row {
    display: block;
  }

  .c-table__title,
  .c-table__text {
    padding: 16px 5%;
  }

  .l-blog__contents {
    padding: 5vw;
  }

  .l-blog__sidebar &gt; :not(:first-child) {
    margin-top: 5vw;
  }

  .p-section {
    padding: 15% 5%;
  }

  .p-transition-loader__spinner::before {
    height: 48px;
    width: 48px;
  }

  .p-global-header__logo {
    left: 5%;
  }

  .p-gnav {
    width: 85%;
  }

  .p-gnav__link {
    padding: 16px 56px 16px 0;
  }

  .p-gnav__en-text {
    font-size: 2rem;
  }

  .p-footer-address {
    padding: 0 5vw;
  }

  .p-footer-banner {
    display: block;
    padding: 0 5vw;
  }

  .p-footer-copyright__text {
    padding: 16px 5%;
  }

  .p-home-blog {
    min-width: 100%;
  }

  .p-home-blog__inner {
    padding: 48px 10vw;
  }

  .p-home-course {
    display: block;
    margin: -24px 0 0;
  }

  .p-home-course__item {
    margin-top: 24px;
    width: 100%;
  }

  .p-home-about-block {
    display: block;
    padding: 0;
  }

  .p-home-about-block__pic {
    min-width: 100%;
  }

  .p-home-about-block__desc {
    margin-top: 20px;
  }

  .p-home-about-block__pic + .p-home-about-block__desc {
    padding: 0;
  }

  .p-home-header__catchcopy {
    margin: 0 calc(50% - 50vw);
    padding: 24px 10vw;
  }

  .p-home-header__title {
    font-size: 3.2rem;
  }

  .p-home-header__text {
    font-size: 1.4rem;
    margin-top: 4px;
  }

  .p-home-header__btn {
    margin-top: 24px;
    width: 100%;
  }

  .p-home-profile {
    display: block;
    margin: 0;
    padding: 5%;
  }

  .p-home-profile__item {
    margin-top: 20px;
    width: 100%;
  }

  .p-home-profile__item:first-child {
    margin: 0;
  }

  .p-home-section-desc {
    min-width: 100%;
    padding: 48px 10vw;
  }

  .p-home-section-desc__text,
  .p-home-section-desc__btn {
    margin-top: 32px;
  }

  .p-home-section-content {
    padding: 48px 5%;
  }

  .p-contact-form__container {
    padding: 5vw;
  }

  .p-personal-item {
    display: block;
    padding: 0;
  }

  .p-personal-item.-image-none {
    padding-bottom: 0;
  }

  .p-personal-item__pic {
    margin-top: 5vw;
    padding: 0 5vw;
  }

  .p-personal-item__headline {
    margin: 0;
    padding: 5vw;
  }

  .p-personal-item__desc {
    margin-top: 5vw;
    padding: 0 5vw 5vw;
  }

  .p-article-excerpt {
    display: block;
    padding: 5vw 0;
  }

  .p-article-excerpt__thumb {
    margin-top: 5vw;
  }

  .p-article-excerpt__desc {
    margin-top: 5vw;
  }

  .p-article-pager {
    margin-top: 5vw;
  }

  .p-post-content {
    margin-top: 10vw;
  }

  .p-post-section {
    margin-top: 10vw;
  }

  .p-post-section__subsection {
    margin-top: 5vw;
  }

  .p-post-section__eyecatch {
    margin-top: 5vw;
  }

  .p-post-nav {
    margin-top: 10vw;
  }

  .p-post__eyecatch {
    margin-top: 10vw;
  }

  .p-post__btn {
    margin-top: 10vw;
  }

  .p-side-gadget__title {
    padding: 1.2em 5vw;
  }

  .p-side-gadget__link {
    padding: 1.2em 5vw;
  }
}
/*# sourceMappingURL=maps/layout.css.map */

/***** refusal *****/
.refusal {
  text-align: right;
  margin-top: 30px;
}
.refusal img {
  width: 100%;
  max-width: 300px;
  margin-left: auto;
}
@media screen and (max-width: 770px) {
  .refusal {
    margin-top: 15px;
  }
  .refusal img {
    max-width: 270px;
  }
}

img[src$="reloclub_logo.jpg"] ,
img[src$="fukuri_logo.jpg"] {
    max-width:200px;
}

.p-contact-form__items select {
  color: #333;
  padding: .8em;
  transition: box-shadow .5s cubic-bezier(.075, .82, .165, 1);
  width: 100%;
	display: block;
	line-height: 1.3;
	box-sizing: border-box;
	margin: 0;
	border-radius: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
  box-shadow: inset 0 0 0 1px #c2c2c2;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat;
	background-position: right .7em top 50%;
	background-size: .65em auto;
}
.p-contact-form__items select:focus {
  box-shadow: inset 0 0 0 2px #353c9a;
  outline: 0;
}
.p-contact-form__items select::-ms-expand {
	display: none;
}
.p-contact-form__items select:focus {
	outline: none;
}
.p-contact-form__items select option {
	font-weight:normal;
}.a2a_kit .a2a_label {display:none !important;}

/***** 20210927 refusal *****/
.refusal {
  line-height: 1;
}
.refusal img {
  width: 100%;
  max-width: 285px;
  max-height: 14px;
  vertical-align: top;
}
@media screen and (max-width: 770px) {
  .refusal img {
    max-width: 285px;
  }
}
/***** 20210111 *****/
.p-contact-form__message {
  vertical-align: top;
}
/***** 20210126 *****/
*::-ms-backdrop, .p-home-header__btn {
  min-height: 72px;
}
/***** 20220307 *****/
.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}
.mw_wp_form .horizontal-item {
  margin-bottom: .5em;
}
/***** 20220421 *****/
.p-gnav {
  top:0;
}
/***** 20220422 *****/
.p-footer-contact__info-btn {
  max-width: 400px;
}
/***** 20220425 *****/
.p-main-visual::after {
  min-height: calc(100vh - 72px);
}
/***** 202203 SEO *****/

/*** h1 ***/
.page-title {
  font-size: 1.5rem;
  line-height: 1.6;
  background-color: #151515;
  color: #fff;
  padding: 13px 24px;
  min-height: 50px;
}


@media screen and (max-width: 1330px) {
  .page-title {
    padding: 13px 50px;
  }
}

.page-title h1 ,
.page-title p {
  font-size: 1.5rem;
  line-height: 1.6;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 770px) {
  .page-title {
    padding: 8px 10px;
    min-height: 40px;
    white-space: nowrap;
  }
  .page-title h1 ,
  .page-title p {
    font-size: 1.2rem;
    line-height: 2;
  }
}

/*** author ***/
.c-author-container {
  background: #f2e9e9;
  padding: 35px 30px 50px;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 770px) {
  .c-author-container {
    padding: 25px 25px 38px;
  }
}

.c-author-figure {
  overflow: hidden;
  position: relative;
  width: 240px;
  height: 180px;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .c-author-figure {
    height: auto;
    width: 100%;
  }
}

.c-author-figure::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}

@media screen and (max-width: 991px) {
  .c-author-figure::before {
    padding-bottom: 75%;
  }
}

.c-author-img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 110%;
  height: 110%;
  width: auto;
  max-width: initial;
  transform: translateX(-50%);
}

.c-author-txt {
  width: calc(100% - 240px);
  padding-left: 30px;
}


@media screen and (max-width: 991px) {
  .c-author-txt {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}

.c-author-txt-label {
  color: #0e5399;
  display: inline-block;
  margin-bottom: 15px;
}


.c-author-txt-name {
  position: relative;
  padding: 15px 25px;
  margin-bottom: 15px;
}

@media screen and (max-width: 991px) {
  .c-author-txt-name {
    margin-right: -30px;
    margin-left: -30px;
  }
}

@media screen and (max-width: 770px) {
  .c-author-txt-name {
    margin-right: -25px;
    margin-left: -25px;

  }
}


.c-author-txt-name::before,
.c-author-txt-name::after {
  content: '';
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.c-author-txt-name::before {
  background: rgba(231, 11, 20, .9);
  z-index: 0;
}

.c-author-txt-name::after {
  background: linear-gradient(-45deg, transparent 25%, rgba(51, 51, 51, 0.7) 25%, rgba(51, 51, 51, 0.7) 50%, transparent 50%, transparent 75%, rgba(51, 51, 51, 0.7) 75%, rgba(51, 51, 51, 0.7)) repeat;
  background-size: 4px 4px;
  z-index: 1;
}


.c-author-txt-name-main {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 900;
  display: inline-block;
  padding-right: 15px;
  color: #fff;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 770px) {
  .c-author-txt-name-main {
    font-size: 18px;
    font-size: 1.8rem;
    display: block;
    padding-right: 0;
  }
}

.c-author-txt-name-sub {
  display: inline-block;
  color: #fff;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 770px) {
  .c-author-txt-name-sub:not(:first-child) {
    margin-top: 10px;
  }
}

.c-author-txt-desc {
  line-height: 2;
}

.c-author-txt-desc:not(:last-child) {
  margin-bottom: 20px;
}

.c-author-txt-list {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}

.c-author-txt-list:not(:last-child) {
  margin-bottom: 15px;
}

@media screen and (max-width: 770px) {
  .c-author-txt-list:not(:last-child) {
    margin-bottom: 20px;
  }
}

.c-author-txt-list-item-link {
  font-size: 12px;
  font-size: 1.2rem;
  color: #0e5399;
  padding: 5px;
  text-decoration: underline;
}

@media screen and (min-width: 991px) {
  .c-author-txt-list-item-link:hover {
    opacity: .6;
  }
}

.c-author-txt-sns {
  display: flex;
  flex-wrap: wrap;
}


@media screen and (max-width: 991px) {
  .c-author-txt-sns {
    justify-content: center;
  }
}



.c-author-txt-sns-label {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 900;
}

@media screen and (max-width: 770px) {
  .c-author-txt-sns-label {
    font-size: 16px;
    font-size: 1.6rem;
    width: 100%;
    margin-bottom: 10px;
  }
}

.c-author-txt-sns-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 15px -15px -15px;
}

@media screen and (max-width: 991px) {
  .c-author-txt-sns-list {
    justify-content: center;
  }
}

@media screen and (max-width: 770px) {
  .c-author-txt-sns-list {
    width: 100%;
    margin: 12px -12px -12px;

  }
}

.c-author-txt-sns-list-item-link {
  font-size: 23px;
  font-size: 2.3rem;
  padding: 15px;
  transition: opacity .2s ease;
}

@media screen and (min-width: 1024px) {
  .c-author-txt-sns-list-item-link:hover {
    opacity: .6;
  }
}

@media screen and (max-width: 770px) {
  .c-author-txt-sns-list-item-link {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 12px;
  }
}

/*** gurtenberg nav ***/

div#toc_container {
  background: #f2e9e9;
  margin-top: 10%;
  padding: 5%;
  width: 100%;
  border: 0;
}

@media screen and (max-width: 767px) {
  div#toc_container {
    padding: 5vw;
  }
}

@media screen and (max-width: 543px) {
  div#toc_container {
    margin-top: 10vw;
  }
}

#toc_container p.toc_title {
  color: #fafafa;
  letter-spacing: .1em;
  line-height: 1.5;
  padding: 1em;
  position: relative;
  text-align: center;
  z-index: 0;
  font-weight: 500;
}

#toc_container p.toc_title::before, #toc_container p.toc_title::after {
  content: '';
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#toc_container p.toc_title::before {
  background: rgba(231, 11, 20, .9);
  z-index: -1;
}

#toc_container p.toc_title::after {
  background: linear-gradient(-45deg, transparent 25%, rgba(51, 51, 51, .7) 25%, rgba(51, 51, 51, .7) 50%, transparent 50%, transparent 75%, rgba(51, 51, 51, .7) 75%, rgba(51, 51, 51, .7)) repeat;
  background-size: 4px 4px;
  z-index: -2;
}

#toc_container p.toc_title+ul.toc_list {
  letter-spacing: .1em;
  line-height: 1.8;
  margin-top: 32px;
}

div#toc_container ul &gt; :not(:first-child) {
  margin-top: 1em;
}

div#toc_container ul ul {
  margin-top: 1em;
  margin-left: 0;
}

div#toc_container ul li {
  font-size: 15px;
  font-size: 1.5rem;
  padding-left: 32px;
  position: relative;
}


@media screen and (max-width: 991px) {
  div#toc_container ul li {
    font-size: 13.5px;
    font-size: 1.35rem;
    padding-left: 20px;
  }
}


div#toc_container ul li::before {
  content: '#';
  display: inline-block;
  left: 0.5em;
  position: absolute;
  top: 0;
}

@media screen and (max-width: 991px) {
  div#toc_container ul li::before {
    left: 0;
  }
}

div#toc_container ul li ul li {
  padding-left: 32px;
  position: relative;
}


@media screen and (max-width: 991px) {
  div#toc_container ul li ul li {
    padding-left: 20px;
  }
}

div#toc_container ul li ul li::before {
  background: #e70b14;
  content: '';
  display: inline-block;
  height: 2px;
  left: 0;
  position: absolute;
  top: 0.75em;
  width: 12px;
}

@media screen and (max-width: 991px) {
  div#toc_container ul li ul li::before {
    width: 8px;
  }

}

div#toc_container a {
  display: inline-block;
  position: relative;
  z-index: 0;
}

div#toc_container a:hover {
  text-decoration: none;
}

div#toc_container a::after {
  background: #353c9a;
  content: '';
  display: inline-block;
  height: 2px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 100%;
  transition: opacity .5s;
  width: 100%;
  z-index: -1;
}

div#toc_container a.is-hover::after {
  opacity: 1;
}


/*** pass ***/
.post-password-form input[type="password"] {
  border: 1px solid #b2b2b2;
  padding: 5px;
}

.post-password-form input[type="submit"] {
  padding: 5px 10px;
}


/*----------------------------------------
20220705 privacy
----------------------------------------*/
.l-privacy {
  position: relative;
  overflow: hidden;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}
@media screen and (max-width: 991px) {
  .l-privacy {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .l-privacy {
    margin-top: 40px;
  }
}
.p-privacy__read {
  margin: 2em 0 3em;
}
.p-privacy__ttl {
  margin-bottom: 30px;
  padding-bottom: 20px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: left;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .p-privacy__ttl {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
/*----- c-section -----*/
.c-section {
  position: relative;
  text-align: left;
}
.c-section:not(:last-child) {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .c-section:not(:last-child) {
    margin-bottom: 60px;
  }
}
.c-section.is-contact {
  margin-bottom: 0;
}
.c-section__container {
  position: relative;
  margin: 0 80px;
}
@media screen and (max-width: 767px) {
  .c-section__container {
    margin: 0 20px;
  }
}
.c-section__container.is-middle {
  margin: 0 160px;
}
@media screen and (max-width: 1199px) {
  .c-section__container.is-middle {
    margin: 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .c-section__container.is-middle {
    margin: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .c-section__container.is-middle.is-sp-middle {
    margin: 0 20px;
  }
}
.c-section__container.is-small {
  margin: 0 300px;
}
@media screen and (max-width: 1600px) {
  .c-section__container.is-small {
    margin: 0 200px;
  }
}
@media screen and (max-width: 1199px) {
  .c-section__container.is-small {
    margin: 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .c-section__container.is-small {
    margin: 0 20px;
  }
}
.p-privacy-block {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-privacy-block {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/*----- c-o-list-child -----*/
.c-o-list-child {
  position: relative;
  text-align: justify;
}
.c-o-list-child:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .c-o-list-child:not(:first-child) {
    margin-top: 10px;
  }
}
.c-o-list-child__item {
  position: relative;
  z-index: 1;
  margin: 0 0 10px;
  padding: 0 0 0 25px;
  counter-increment: c-o-list-child-number;
}
.c-o-list-child__item::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: center;
  content: "(" counter(c-o-list-child-number) ")";
}
@media screen and (max-width: 767px) {
  .c-o-list-child__item::before {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.c-o-list-child__item-txt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .c-o-list-child__item-txt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/*----- c-guid-desc -----*/
.c-guid-desc {
  margin: 0 0 20px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .c-guid-desc {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.p-privacy-block .c-guid-desc,
.p-shopping-guide-block .c-guid-desc {
  text-align: left;
}
.c-section.is-guide .c-guid-desc {
  padding-left: 10px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .c-section.is-guide .c-guid-desc {
    padding-right: 5px;
    padding-left: 5px;
  }
}
:not(:last-child) &gt; .c-guid-desc:last-child {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  :not(:last-child) &gt; .c-guid-desc:last-child {
    margin-bottom: 40px;
  }
}
/*----- c-o-list -----*/
.c-o-list {
  position: relative;
  text-align: justify;
}
.c-o-list:not(:last-child) {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .c-o-list:not(:last-child) {
    margin-bottom: 40px;
  }
}
.c-o-list__item {
  position: relative;
  z-index: 1;
  margin: 0 0 15px;
  padding: 0 10px 0 35px;
  counter-increment: c-o-list-number;
}
@media screen and (max-width: 767px) {
  .c-o-list__item {
    margin-bottom: 10px;
    padding-left: 23px;
  }
}
.c-o-list__item:last-child {
  margin-bottom: 3em;
}
.c-o-list__item::before {
  position: absolute;
  top: 0;
  left: 3px;
  display: block;
  line-height: 1.8;
  content: counter(c-o-list-number) ".";
}
@media screen and (max-width: 767px) {
  .c-o-list__item::before {
    left: 1px;
  }
}
.c-o-list__item-txt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .c-o-list__item-txt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.c-u-list-child__item {
    position: relative;
    padding: 0 0 0 10px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
    color: #333;
}
@media screen and (max-width: 767px) {
  .c-u-list-child__item {
      font-size: 12px;
      font-size: 1.2rem;
  }
}
.c-u-list-child__item::before {
    position: absolute;
    top: 10px;
    left: 2px;
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 50px;
    background: #333;
    content: "";
}
.c-form__consent {
  padding: 50px 0;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .c-form__consent {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 30px 0;
    text-align: center;
    line-height: 1.6;
  }
}
.c-form__consent a,
.p-privacy-block a {
  text-decoration: underline;
}
.c-form__consent a:hover,
.p-privacy-block a:hover {
  opacity: .8;
}
/*----------------------------------------
footer-sub-link
----------------------------------------*/
.p-footer-sub-link {
  text-align: center;
  margin: 36px auto;
  padding: 0 4vw;
}
.p-footer-sub-link + .p-footer-sns {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-footer-sub-link {
    margin: 36px auto;
  }
  .p-footer-sub-link + .p-footer-sns {
    margin-top: 16px;
  }
}
.p-footer-sub-link-list {
  display: flex;
  justify-content: center;
  max-width: 1600px;
  flex-wrap: wrap;
  margin: auto;
}
.p-footer-sub-link-item {
  padding: 0;
  line-height: 1.65em;
  position: relative;
  letter-spacing: 0.1rem;
  font-size: 1.5rem;
}
.p-footer-sub-link-item + .p-footer-sub-link-item {
  margin-left: .5em;
  padding-left: .5em;
}
.p-footer-sub-link-item + .p-footer-sub-link-item:before {
  position: absolute;
  left: 0;
  top: calc(50% - .5em);
  height: 1em;
  width: 1px;
  content: "";
  background: #333;
}
.p-footer-sub-link-link {
  display: inline-block;
  transition: .2s;
  font-size: 1.3rem;
  color: #333;
}
.p-footer-sub-link-link:hover {
  text-decoration: underline;
}
/* 20220829 */
.c-table__text {
  display: block;
}
/* 20230220 */
.p-post-content .wp-block-audio audio {
  min-width: auto;
}
.p-post-content .wp-block-code {
  overflow: auto;
}
/** 20230623 **/ figure {margin-bottom: 0 !important;}

/** 202308 twitter =&gt; X **/ .a2a_s_share1 svg path:first-child {fill: #222 !important;}

/* 20240131 contact form 7 */
.p-contact-form {
  background: #fafafa;
  border-bottom: 4px solid #e70b14;
  border-top: 4px solid #e70b14;
  margin: auto;
  max-width: 960px;
}

.p-contact-form input[type='checkbox'],
.p-contact-form input[type='radio'] {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
}

.p-contact-form input[type='submit'] {
  color: inherit;
}

.p-contact-form label {
  display: inline-block;
  position: relative;
}

.p-contact-form .error {
  color: #f3798f;
  font-weight: bold;
  margin-top: .5em;
}

.p-contact-form__container {
  padding: 5%;
}

.p-contact-form__lead {
  text-align: center;
}

.p-contact-form__lead &gt; :not(:first-child) {
  margin-top: 1em;
}

.p-contact-form__items {
  margin-top: 5%;
}

.p-contact-form__title {
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1.5;
}

.p-contact-form__valid {
  background: #e70b14;
  color: #fafafa;
  display: inline-block;
  font-weight: normal;
  letter-spacing: .1em;
  line-height: 2;
  margin-right: .8em;
  padding: 0 .8em;
}

.p-contact-form__valid.-any {
  background: #c2c2c2;
}

.p-contact-form__fill {
  margin-top: 12px;
}

.p-contact-form__fill + .p-contact-form__title {
  margin-top: 24px;
}

.p-contact-form__message {
  height: 320px;
}

.p-contact-form input[type="text"],
.p-contact-form input[type="email"],
.p-contact-form input[type="tel"],
.p-contact-form select,
.p-contact-form input[type="date"],
.p-contact-form input[type="number"],
textarea {
  box-shadow: inset 0 0 0 1px #c2c2c2;
  line-height: 1.5;
  padding: .8em;
  transition: box-shadow .5s cubic-bezier(.075, .82, .165, 1);
  width: 100%;
}

.p-contact-form input[type="text"]:focus,
.p-contact-form input[type="email"]:focus,
.p-contact-form input[type="tel"]:focus,
.p-contact-form select:focus,
.p-contact-form input[type="date"]:focus,
.p-contact-form input[type="number"]:focus,
textarea:focus {
  box-shadow: inset 0 0 0 2px #353c9a;
  outline: 0;
}

.p-contact-form__btn {
  margin-top: 5%;
  max-width: 360px;
}

.p-contact-form .mwform-radio-field {
  display: inline-block;
  padding-right: 16px;
}

.p-contact-form input[type="radio"] + span {
  display: inline-block;
  line-height: 1.5;
  padding-left: 32px;
  position: relative;
}

.p-contact-form input[type="radio"] + span::before,
.p-contact-form input[type="radio"] + span::after {
  border-radius: 50%;
  content: '';
  display: inline-block;
  position: absolute;
}

.p-contact-form input[type="radio"] + span::before {
  border: 1px solid #c2c2c2;
  height: 24px;
  left: 0;
  top: 12px;
  transform: translateY(-50%);
  width: 24px;
}

.p-contact-form input[type="radio"] + span::after {
  background: #e70b14;
  height: 12px;
  left: 12px;
  opacity: 0;
  top: 12px;
  transform: translateY(-50%) translateX(-50%) scale3d(.8, .8, 1);
  transition: opacity .5s cubic-bezier(.19, 1, .22, 1), transform .5s cubic-bezier(.19, 1, .22, 1);
  width: 12px;
}

input[type='radio']:checked + span::after {
  opacity: 1;
  transform:  translateY(-50%) translateX(-50%) scale3d(1, 1, 1);
}

.p-contact-form input[type="checkbox"] + span {
  display: inline-block;
  line-height: 1.5;
  padding-left: 36px;
  position: relative;
}

.p-contact-form input[type="checkbox"] + span::before,
.p-contact-form input[type="checkbox"] + span::after {
  content: '';
  display: inline-block;
  position: absolute;
}

.p-contact-form input[type="checkbox"] + span::before {
  border: 2px solid #e70b14;
  border-radius: 0;
  height: 24px;
  left: 0;
  top: calc(50% - 12px);
  transition: opacity .5s cubic-bezier(.19, 1, .22, 1), transform .5s cubic-bezier(.19, 1, .22, 1);
  width: 24px;
}

.p-contact-form input[type="checkbox"] + span::after {
  border-bottom: 2px solid transparent;
  border-right: 2px solid transparent;
  height: 16px;
  left: 8px;
  opacity: 0;
  top: calc(50% - 10px);
  transform: rotate(-225deg);
  transition: border-color .5s cubic-bezier(.19, 1, .22, 1), opacity .5s cubic-bezier(.19, 1, .22, 1), transform .5s cubic-bezier(.19, 1, .22, 1);
  width: 8px;
}

input[type="checkbox"]:checked + span::before {
  opacity: 0;
  transform: scale3d(2, 2, 1) rotate(45deg);
}

input[type="checkbox"]:checked + span::after {
  border-color: #e70b14;
  opacity: 1;
  transform: rotate(45deg);
}

.p-contact-form__consent {
  text-align: center;
}

.p-privacy + .p-contact-form__consent {
  margin-top: 5%;
}

.p-contact-form__submit {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 5%;
  padding: 0 2.4%;
}

.p-contact-form__submit-item--submit {
  flex-basis: 100%;
}

.wpcf7-list-item {
  margin: 0 1em 8px 0;
}

.wpcf7-list-item:first-child {
  margin-left: 0;
}

.wpcf7-not-valid-tip {
  padding-top: 5px;
  line-height: 1.5;
}

.wpcf7-form.submitting .wpcf7-submit {
  pointer-events: none;
  cursor: auto;
}

.p-contact-form input,
.p-contact-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #000;
  min-height: 45px;
}

.p-contact-form input[type="file"] {
  min-height: 30px;
}

.wpcf7 input[type="file"] {
  width: 100%;
}

input::-webkit-date-and-time-value{
  text-align: left;
}

span.wpcf7-spinner {
  position: absolute;
  top: 110%;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}

@media screen and (max-width: 991px) {
  .p-contact-form__lead {
    text-align: left;
  }

  .p-contact-form .mwform-radio-field {
    display: block;
    padding: 0;
  }

  .p-contact-form .mwform-radio-field + .mwform-radio-field {
    margin: 16px 0 0;
  }

  .p-contact-form__submit {
    margin-top: 10%;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-contact-form__items {
    margin-top: 32px;
  }
}

.wpcf7 form .wpcf7-response-output {
  line-height: 1.5;
  margin: 0 0 2em;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  background-color: #46b450;
  font-weight: bold;
  color: #fff;
}

/***** 20240508 *****/

.p-post-content h2 {
  border-bottom: 2px solid #e70b14;
  color: #e70b14;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1.5;
  margin-top: 40px;
  padding-bottom: 8px;
  position: relative;
  text-align: left;
}

.p-post-content h3 {
  border-left: 4px solid #e70b14;
  color: #e70b14;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: .1em;
  margin-top: 40px;
  padding: .5em 1em;
  text-align: left;
}

.p-post-content h4 {
  border-left: 4px solid #555;
  color: #555;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: .1em;
  margin-top: 40px;
  padding: .5em 1em;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .p-post-content h2:not([class]) {
    font-size: 1.8rem;
  }

  .p-post-content h3:not([class]) {
    font-size: 1.5rem;
  }

  .p-post-content h4:not([class]) {
    font-size: 1.4rem;
  }
}</pre></body></html>