@charset "UTF-8"; /* =============================================
  # 基本設定

  ## 配色

  - $theme-color: #6495ed;
  - $sub-color: #fff349;
  - $headline-color: #fff349;
  - $bg-color: #e6eaf1;
  - $black: #333;
  - $white: #fcfcfc;

============================================= */
/* =============================================
  FOUNDATION
============================================= */
@import url("//fonts.googleapis.com/css?family=Dancing+Script|Montserrat:400,700|Open+Sans&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, #fff349 2px, #fff349 4px );
    bottom: 0;
    position: relative;
    z-index: 0;
}

.u-border-line.-bg-gray {
    background: linear-gradient(#e6eaf1 64%, transparent 64%), repeating-linear-gradient( -45deg, #fafafa, #fafafa 2px, #fff349 2px, #fff349 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 0.5s cubic-bezier(0.165, 0.84, 0.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 0.5s, transform 0.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: 0.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, 0.3);
}

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

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

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

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

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

.c-btn.-border-blue .c-btn__body {
    border: 2px solid rgba(100, 149, 237, 0.8);
    transition: color 0.5s;
}

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

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

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

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

.c-btn.-bg-blue.is-hover {
    opacity: 0.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(100, 149, 237, 0.9);
    z-index: -1;
}

.c-btn.-bg-blue .c-btn__body::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: -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: 0.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: #fff349;
    display: block;
    font-family: "Dancing Script", cursive;
    font-size: 5.6rem;
    padding-bottom: 34px;
    position: relative;
}

.c-headline__en::after {
    background: #fff349;
    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: 0.1em;
    line-height: 1.5;
}

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

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

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

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

.c-note {
    color: #555;
    font-size: 1.35rem;
    letter-spacing: 0.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%, #fff349 25%, #fff349 50%, #fafafa 50%, #fafafa 75%, #fff349 75%, #fff349 ) 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: 0.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(100, 149, 237, 0.9);
    z-index: -1;
}

.c-table__title::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: -2;
}

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

.c-tag {
    background: #6495ed;
    display: inline-block;
    letter-spacing: 0.1em;
    line-height: 2;
    padding: 0 0.4em;
}

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

.c-title.-blue {
    color: #6495ed;
}

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

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

.c-text > :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 #6495ed;
    border-top: 4px solid #6495ed;
    padding: 4%;
    width: 68%;
}

.l-blog__sidebar {
    width: 28%;
}

.l-blog__sidebar > :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;
    padding-top: 72px;
}

.l-wrapper {
    position: relative;
}

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

/* =============================================
  PROJECT
============================================= */
/* ----- MODULES ----- */
.p-card {
    background: #fafafa;
    border-bottom: 4px solid #6495ed;
    border-top: 4px solid #6495ed;
    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: #e6eaf1;
}

.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(0.39, 0.575, 0.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(0.39, 0.575, 0.565, 1), transform 1.2s cubic-bezier(0.215, 0.61, 0.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(0.39, 0.575, 0.565, 1), transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

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

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

.p-cursor.is-active {
    opacity: 0.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: #6495ed;
    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(0.77, 0, 0.175, 1) forwards;
    animation: mask-loaded 1.1s cubic-bezier(0.77, 0, 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(0.77, 0, 0.175, 1) forwards;
    animation: mask-loading 1.1s cubic-bezier(0.77, 0, 0.175, 1) forwards;
    transform-origin: right bottom;
}

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

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

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

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

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

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

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

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

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

.p-not-found__desc > :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: 0.1em;
}

.p-opening-loader__progress {
    background: rgba(250, 250, 250, 0.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(0.215, 0.61, 0.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, 0.6) 25%, rgba(51, 51, 51, 0.6) 50%, transparent 50%, transparent 75%, rgba(51, 51, 51, 0.6) 75%, rgba(51, 51, 51, 0.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 0.3s, transform 0.5s;
    width: 100%;
    z-index: 0;
}

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

.p-pagetop__btn.is-hover::after {
    opacity: 0.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 0.5s linear infinite;
    animation: loader-icon 0.5s linear infinite;
    border: 1px solid #fafafa;
    border-bottom: 1px solid rgba(250, 250, 250, 0.1);
    border-radius: 50%;
    border-right: 1px solid rgba(250, 250, 250, 0.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 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    width: 100%;
}

.p-burger-icon::before {
    background: rgba(100, 149, 237, 0.9);
    z-index: -1;
}

.p-burger-icon::after {
    background: linear-gradient( -45deg, transparent 25%, rgba(51, 51, 51, 0.4) 25%, rgba(51, 51, 51, 0.4) 50%, transparent 50%, transparent 75%, rgba(51, 51, 51, 0.4) 75%, rgba(51, 51, 51, 0.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 0.5s, transform 0.5s, opacity 0.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 {
    align-items: center;
    background: #fafafa;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    height: 72px;
    justify-content: flex-end;
    left: 0;
    position: fixed;
    top: 0;
    transition: box-shadow 0.5s;
    width: 100%;
    z-index: 0;
}

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

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

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

.p-global-header__logo-link:hover {
    -webkit-filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.4));
    filter: drop-shadow(0 0 2px rgba(0, 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: #6495ed;
    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: #6495ed;
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 0.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: 0.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, 0.6) 25%, rgba(51, 51, 51, 0.6) 50%, transparent 50%, transparent 75%, rgba(51, 51, 51, 0.6) 75%, rgba(51, 51, 51, 0.6) ) repeat;
    background-size: 4px 4px;
    color: #6495ed;
    display: inline-flex;
    font-weight: bold;
    height: 100%;
    justify-content: center;
    letter-spacing: 0.1em;
    padding: 16px 32px;
    position: relative;
    z-index: 0;
}

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

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

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

/* ----- NAV ----- */
.p-breadcrumbs {
    background: #6495ed;
    color: #fafafa;
    padding: 16px 5%;
}

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

.p-breadcrumbs__item {
    letter-spacing: 0.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-gnav {
    background: #e6eaf1;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    left: 0;
    position: fixed;
    top: 72px;
    transform: translate3d(0, 0, 0);
    transition: visibility 0.5s, transform 0.5s cubic-bezier(0.19, 1, 0.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(100, 149, 237, 0.9);
    z-index: -1;
}

.p-gnav__container::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: -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, 0.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: 0.1em;
    transition: color 0.3s;
}

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

.p-gnav__en-text {
    color: #fff349;
    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, 0.9);
}

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

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

.p-gnav__contact-link::before {
    color: #fff349;
    display: inline-block;
    font-family: "Font Awesome 5 Free", 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: "\f0e0";
}

.p-menu-overlay {
    background: rgba(0, 0, 0, 0.4);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    transition: opacity 0.5s, visibility 0.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 > :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(100, 149, 237, 0.5);
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.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: #6495ed;
    padding: 104px 5%;
}

.p-footer-contact__info {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 4% 1fr 4% 1fr;
    -ms-grid-rows: auto 1fr;
    grid-template-columns: 1fr 4% 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:nth-of-type(3) {
    -ms-grid-column: 5;
    grid-column: 5 / 6;
    -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:nth-of-type(3) {
    -ms-grid-column: 5;
    grid-column: 5 / 6;
    -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 {
    align-items: center;
    background: linear-gradient( -45deg, transparent 25%, rgba(51, 51, 51, 0.6) 25%, rgba(51, 51, 51, 0.6) 50%, transparent 50%, transparent 75%, rgba(51, 51, 51, 0.6) 75%, rgba(51, 51, 51, 0.6) ) repeat;
    background-size: 4px 4px;
    display: inline-flex;
    font-weight: bold;
    height: 100%;
    justify-content: center;
    letter-spacing: 0.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 0.3s;
    width: 100%;
    z-index: -1;
}

.p-footer-contact__info-btn.-tel::before {
    align-items: center;
    background: #6495ed;
    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: #e6eaf1;
}

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

.p-footer-contact__info-btn.-reserve::before {
    content: "\f073";
    display: inline-block;
    font-family: "Font Awesome 5 Free", sans-serif;
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1;
    margin-right: 8px;
}

.p-footer-contact__info-btn.-mail::after, .p-footer-contact__info-btn.-reserve::after {
    background: #fff349;
}

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

.p-footer-contact__date {
    display: flex;
    justify-content: center;
    letter-spacing: 0.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: 0.1em;
    text-align: center;
}

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

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

.p-global-footer {
    background: #e6eaf1;
    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(100, 149, 237, 0.9);
    z-index: -1;
}

.p-footer-sns::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: -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: #6495ed;
    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: #fff349;
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale3d(0, 0, 1);
    transition: transform 0.5s cubic-bezier(0.075, 0.82, 0.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(100, 149, 237, 0.9);
    z-index: -1;
}

.p-home-blog__inner::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: -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 0.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(100, 149, 237, 0.9);
    z-index: -1;
}

.p-home-course-card::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: -2;
}

.p-home-course-card.is-hover {
    box-shadow: 0 0 10px rgba(0, 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 > :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: #e6eaf1;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.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: #6495ed;
}

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

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

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

.p-main-visual::after {
    content: "";
    display: block;
    min-height: calc(100vh - 72px);
}

.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(100, 149, 237, 0.5);
    max-width: 1024px;
    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: 0.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 0.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, 0.5);
}

.p-home-post::after {
    background: #fff349;
    transform: scale3d(0, 1, 1);
    transform-origin: right;
    transition: transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

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

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

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

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

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

.p-home-post__title {
    margin-top: 0.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: #e6eaf1;
    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: #6495ed;
    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: 0.4em;
    text-align: left;
}

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

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

.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(100, 149, 237, 0.9);
    z-index: -1;
}

.p-home-section-desc::after {
    background: linear-gradient( -45deg, transparent 25%, rgba(51, 51, 51, 0.4) 25%, rgba(51, 51, 51, 0.4) 50%, transparent 50%, transparent 75%, rgba(51, 51, 51, 0.4) 75%, rgba(51, 51, 51, 0.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, 0.6) 25%, rgba(51, 51, 51, 0.6) 50%, transparent 50%, transparent 75%, rgba(51, 51, 51, 0.6) 75%, rgba(51, 51, 51, 0.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: 0.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-contact-form {
    background: #fafafa;
    border-bottom: 4px solid #6495ed;
    border-top: 4px solid #6495ed;
    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: 0.5em;
}

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

.p-contact-form__lead {
    text-align: center;
}

.p-contact-form__lead > :not(:first-child) {
    margin-top: 1em;
}

.p-contact-form__items {
    margin-top: 5%;
}

.p-contact-form__title {
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.5;
}

.p-contact-form__valid {
    background: #6495ed;
    color: #fafafa;
    display: inline-block;
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: 2;
    margin-right: 0.8em;
    padding: 0 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;
}

.chkot {
    margin: 30px 0;
    text-align: center;
}

.chkot a {
    text-decoration: underline;
}

.p-contact-form__text, .p-contact-form__message {
    box-shadow: inset 0 0 0 1px #c2c2c2;
    line-height: 1.5;
    padding: 0.8em;
    transition: box-shadow 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    width: 100%;
}

.p-contact-form__text:focus, .p-contact-form__message:focus {
    box-shadow: inset 0 0 0 2px #fff349;
    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 .mwform-radio-field-text {
    display: inline-block;
    line-height: 1.5;
    padding-left: 32px;
    position: relative;
}

.p-contact-form .mwform-radio-field-text::before, .p-contact-form .mwform-radio-field-text::after {
    border-radius: 50%;
    content: "";
    display: inline-block;
    position: absolute;
}

.p-contact-form .mwform-radio-field-text::before {
    border: 1px solid #c2c2c2;
    height: 24px;
    left: 0;
    top: calc(50% - 12px);
    width: 24px;
}

.p-contact-form .mwform-radio-field-text::after {
    background: #6495ed;
    height: 12px;
    left: 6px;
    opacity: 0;
    top: calc(50% - 6px);
    transform: scale3d(0.8, 0.8, 1);
    transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 12px;
}

input[type="radio"]:checked + .mwform-radio-field-text::after {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

.p-contact-form .mwform-checkbox-field-text {
    display: inline-block;
    line-height: 1.5;
    padding-left: 36px;
    position: relative;
}

.p-contact-form .mwform-checkbox-field-text::before, .p-contact-form .mwform-checkbox-field-text::after {
    content: "";
    display: inline-block;
    position: absolute;
}

.p-contact-form .mwform-checkbox-field-text::before {
    border: 2px solid #6495ed;
    border-radius: 0;
    height: 24px;
    left: 0;
    top: calc(50% - 12px);
    transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 24px;
}

.p-contact-form .mwform-checkbox-field-text::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 0.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 8px;
}

input:checked + .mwform-checkbox-field-text::before {
    opacity: 0;
    transform: scale3d(2, 2, 1) rotate(45deg);
}

input:checked + .mwform-checkbox-field-text::after {
    border-color: #6495ed;
    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, .p-contact-form__submit-item--back, .p-contact-form__submit-item--submit {
    flex-basis: 48%;
}

.mw_wp_form_input .p-contact-form__submit-item, .mw_wp_form_input .p-contact-form__submit-item--back, .mw_wp_form_input .p-contact-form__submit-item--submit {
    flex-basis: 100%;
}

.mw_wp_form_confirm .p-contact-form__submit-item:not(:first-child), .mw_wp_form_confirm .p-contact-form__submit-item--back:not(:first-child), .mw_wp_form_confirm .p-contact-form__submit-item--submit:not(:first-child) {
    margin-left: 4%;
}

.mw_wp_form_input .p-contact-form__submit-item--back {
    display: none;
}

.mw_wp_form_confirm .p-contact-form__submit-item--back {
    display: block;
}

.mw_wp_form_confirm .-confirm-none {
    display: none;
}

.mw_wp_form_input .contact__lead--confirm, .mw_wp_form_confirm .contact__lead--input {
    display: none;
}

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

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

.p-faq__title::before {
    align-items: center;
    align-self: flex-start;
    background: #6495ed;
    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(100, 149, 237, 0.9);
    z-index: -1;
}

.p-page-header__lead::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: -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 0.5s;
}

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

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

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

.p-personal-item.is-hover {
    box-shadow: 0 0 8px rgba(0, 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: 0.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(100, 149, 237, 0.9);
    z-index: -1;
}

.p-personal-item__headline::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: -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 > :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: 0.1em;
    line-height: 1.5;
    margin-top: 5%;
    overflow-y: auto;
    padding: 0 32px 32px;
}

.p-privacy.no-scroll {
    overflow: auto;
    height: auto;
}

.p-privacy::-webkit-scrollbar {
    background: rgba(100, 149, 237, 0.1);
    border-radius: 0;
    overflow: hidden;
    width: 4px;
}

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

.p-privacy::-webkit-scrollbar-thumb {
    background: #6495ed;
    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 #6495ed;
    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 #6495ed;
    border-top: 4px solid #6495ed;
    box-shadow: 0;
    display: block;
    transition: box-shadow 0.5s;
}

.p-teacher-detail.is-hover {
    box-shadow: 0 0 8px rgba(0, 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(100, 149, 237, 0.9);
    z-index: -1;
}

.p-teacher-detail-headline::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: -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: #6495ed;
    flex-basis: 25%;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.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, 0.3);
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.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: #6495ed;
}

.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(100, 149, 237, 0.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 0.5s cubic-bezier(0.19, 1, 0.22, 1), transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    z-index: 1;
}

.p-article-excerpt.is-hover::after {
    opacity: 1;
    transform: scale3d(0.9, 0.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: #6495ed;
    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 #6495ed;
    display: inline-flex;
    height: 100%;
    justify-content: center;
    letter-spacing: 0;
    line-height: 1;
    overflow: hidden;
    width: 100%;
}

.p-article-pager__link {
    color: #6495ed;
    position: relative;
    transition: color 0.5s;
    z-index: 0;
}

.p-article-pager__link::before {
    border-radius: 50%;
    box-shadow: inset 0 0 0 0 #6495ed;
    content: "";
    display: inline-block;
    height: 64px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    transition: box-shadow 0.5s cubic-bezier(0.165, 0.84, 0.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 #6495ed;
}

.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(100, 149, 237, 0.9);
    z-index: -1;
}

.p-article-pager__current::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: -2;
}

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

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

.p-post-content > [class|="wp"] {
    margin: 40px 0 0;
}

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

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

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

.p-post-content h2:not([class]) {
    border-bottom: 2px solid #6495ed;
    color: #6495ed;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.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 #6495ed;
    color: #6495ed;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-top: 40px;
    padding: 0.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: 0.1em;
    margin-top: 40px;
    padding: 0.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(255, 243, 73, 0.5) 45%);
}

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

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

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

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

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

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

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

.p-post-content > ol:not([class]) > li::before {
    align-self: center;
    color: #6495ed;
    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: #6495ed;
    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 #fff349;
    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: #fff349;
    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: #6495ed;
    color: #6495ed;
}

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

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

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

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

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

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

.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: 0.1em;
    line-height: 1.8;
    margin-top: 40px;
}

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

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

.p-post-nav__headline {
    color: #fafafa;
    letter-spacing: 0.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(100, 149, 237, 0.9);
    z-index: -1;
}

.p-post-nav__headline::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: -2;
}

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

.p-post-nav__table > :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: 0.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: #6495ed;
    content: "";
    display: inline-block;
    height: 2px;
    left: 0;
    position: absolute;
    top: 0.75em;
    width: 12px;
}

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

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

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

.p-post__category {
    background: #6495ed;
    color: #fafafa;
    display: inline-block;
    padding: 0 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: #6495ed;
    color: #fafafa;
    display: inline-block;
    letter-spacing: 0.1em;
    line-height: 2;
    margin-top: 8px;
    padding: 0 0.4em;
}

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

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

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

.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(100, 149, 237, 0.9);
    z-index: -1;
}

.p-side-gadget__title::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: -2;
}

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

.p-side-gadget__link {
    display: block;
    letter-spacing: 0.1em;
    line-height: 1.5;
    padding: 1.2em 1.5em;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.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: 0.4em;
}

.name-text {
    text-align: right;
    margin: 20px 0;
    color: #6495ed;
    font-weight: bold;
    letter-spacing: 0.1rem;
}

.mb-60 {
    margin-bottom: 60px;
}

.has-text-align-center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.jets_img {
    margin: 40px auto;
    text-align: center;
    max-width: 800px;
}

@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 > :not(:first-child) {
        margin-top: 5%;
    }

    .p-gnav {
        height: 100%;
        left: auto;
        max-width: 480px;
        min-width: 304px;
        padding-top: 72px;
        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, 0.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, 0.5);
        border-top: 1px solid rgba(250, 250, 250, 0.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 {
        top: 72px;
    }

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

    .p-home-header {
        height: 100vh;
        max-width: none;
        padding-top: 72px;
    }

    .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: 64px;
    }

    .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 {
        height: 64px;
    }

    .p-global-header__logo {
        height: 45px;
        /*top: calc(50% - 12px);*/
    }

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

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

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

    .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 {
        top: 64px;
    }

    .p-home-header {
        padding-top: 64px;
    }

    .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(255, 243, 73, 0.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-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;
    }

    .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(100, 149, 237, 0.5);
    }

    .p-page-header__lead::after {
        background: linear-gradient( -45deg, transparent 25%, rgba(51, 51, 51, 0.4) 25%, rgba(51, 51, 51, 0.4) 50%, transparent 50%, transparent 75%, rgba(51, 51, 51, 0.4) 75%, rgba(51, 51, 51, 0.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 > [class|="wp"] {
        margin-top: 32px;
    }

    .p-post-content > 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 > ul:not([class]), .p-post-content .wp-block-categories {
        margin-top: 32px;
    }

    .p-post-content > 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: 56px;
    }

    .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 {
        height: 56px;
    }

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

    .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, .p-footer-contact__info-btn.-reserve::before {
        font-size: 2.2rem;
    }

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

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

    .p-main-visual__bg {
        top: 56px;
    }

    .p-home-header {
        padding-top: 56px;
    }

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

    .p-contact-form__items {
        margin-top: 32px;
    }

    .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: 0.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 > [class|="wp"] {
        margin-top: 24px;
    }

    .p-post-content > 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 > :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 {
        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: 0.8em;
    transition: box-shadow 0.5s cubic-bezier(0.075, 0.82, 0.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 0.7em top 50%;
    background-size: 0.65em auto;
}

.p-contact-form__items select:focus {
    box-shadow: inset 0 0 0 2px #fff349;
    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;
}

.br-pc {
    display: none;
}

@media screen and (min-width: 992px) {
    .br-pc {
        display: block;
    }
}

.p-privacy + .p-privacy {
    margin-top: 70px;
}

@media screen and (max-width: 767px) {
    .p-privacy + .p-privacy {
        margin-top: 60px;
    }
}


.p-card__text.c-text span {
    color: #6495ed;
    font-weight: 600;
}