@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

body {
  line-height: 1;
  position: relative;
  max-width: 100vw;
  overflow-x: hidden;
}

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

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  cursor: pointer;
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

img,
svg {
  width: 100%;
  vertical-align: bottom;
}

label,
input,
select,
option,
textarea,
button {
  cursor: pointer;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
}

input,
select {
  vertical-align: middle;
}

textarea {
  resize: none;
}

button {
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

::-webkit-input-placeholder {
  color: rgba(34, 34, 34, 0.4);
}

:-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.4);
}

::-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.4);
}

::-moz-placeholder {
  color: rgba(34, 34, 34, 0.4);
}

::placeholder {
  color: rgba(34, 34, 34, 0.4);
}

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
div,
ul,
li,
ol,
dt,
dd,
dl,
th,
td,
time,
label,
input,
textarea,
button {
  font-family: "Zen Old Mincho", serif;
  color: #000;
  font-weight: 500;
  line-height: 1.5;
}

a {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

a:hover {
  opacity: 0.6;
}

/**  Utility wpcf7
*/

.wpcf7-list-item {
  margin: 0;
}

/**  Container
*/

.l-inner {
  padding: 0 4rem;
}

.l-container {
  width: 100%;
  max-width: 100rem;
  margin: 0 auto;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 12.5rem;
  z-index: 500;
  background-color: #fff;
}

.l-header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 12.5rem;
  min-height: 100vh;
}

.l-header__burger-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 12.5rem;
  border-bottom: 0.1rem solid #282d5c;
}

.l-header__burger-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.l-header__burger-btn.is_active {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.l-header__burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 4.7rem;
  height: 1.3rem;
}

.l-header__burger > span {
  display: block;
  width: 100%;
  height: 0.1rem;
  background-color: #282d5c;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  opacity: 1;
  border-radius: 0.8rem;
}
.l-header__burger > span:first-of-type.is_active {
  -webkit-transform: translateY(0.6rem) rotate(35deg);
          transform: translateY(0.6rem) rotate(35deg);
}
.l-header__burger > span:last-of-type.is_active {
  -webkit-transform: translateY(-0.5rem) rotate(-35deg);
          transform: translateY(-0.5rem) rotate(-35deg);
}

.l-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 62rem;
}
.l-header__logo a {
  display: block;
  width: 6.7rem;
}

.l-header__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 12.5rem;
  border-top: 0.1rem solid #282d5c;
  border-bottom: 0.1rem solid #282d5c;
  background-color: #fff;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.l-header__contact:hover {
  background-color: #282d5c;
  opacity: 1;
}

.header-contact__text {
  font-size: 1.6rem;
  color: #282d5c;
  margin-bottom: 1rem;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.l-header__contact:hover .header-contact__text {
  color: #fff;
}

.header-contact__icon {
  width: 3.8rem;
}
.header-contact__icon .cls-1 {
  fill: #282d5c;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.l-header__contact:hover .header-contact__icon .cls-1 {
  fill: #fff;
}

.l-header__mask {
  overflow: auto;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 60%;
  height: 100%;
  z-index: 700;
  opacity: 0;
  pointer-events: none;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transform: translateX(12.5rem);
          transform: translateX(12.5rem);
  background-size: cover;
  background-image: url(../images/image_header-mask-bg.png);
}

.l-header__mask.is_active {
  opacity: 1;
  pointer-events: auto;
}

.header-mask__logo {
  display: none;
}

.header-mask__inner {
  padding: 12rem 2rem 0;
}

.header-mask__body {
  width: 100%;
  max-width: 70rem;
  margin: 0 auto;
}

.header-mask__list {
  display: grid;
  grid-template-columns: 50% 50%;
}

.header-mask__item {
  margin-bottom: 5rem;
}

.header-mask__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.header-mask__link span:first-of-type {
  color: #fff;
  font-size: 2rem;
  margin-right: 2rem;
}
.header-mask__link span:last-of-type {
  color: #6368a5;
  font-size: 1.6rem;
  font-weight: 500;
}

.header-mask__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 5rem;
}

.header-mask__contact-list {
  margin-right: 12rem;
}

.header-mask__contact-item {
  margin-bottom: 2rem;
}
.header-mask__contact-item:last-of-type {
  margin-bottom: 0;
}

.header-mask__contact-link {
  color: #fff;
  font-size: 1.6rem;
}

.header-mask__sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}

.header-mask__sns-link {
  display: block;
  width: 3.6rem;
}

.js-sub-list {
  position: relative;
}

.header-mask__sub-list {
  display: none;
  margin-top: 2rem;
}

.header-mask__sub-item {
  margin-bottom: 2rem;
}
.header-mask__sub-item:last-of-type {
  margin-bottom: 0;
}

.header-mask__sub-link {
  color: #fff;
  font-size: 1.6rem;
}

.header-mask__sub-link-plus-icon {
  position: absolute;
  top: 50%;
  right: 10rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 1rem;
  height: 0.1rem;
  background-color: #fff;
  border-radius: 0.1rem;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.header-mask__sub-link-plus-icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 0.1rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.header-mask__sub-link-plus-icon.is_active {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header-mask__sub-link-plus-icon.is_active::after {
  opacity: 0;
}

.l-footer {
  position: relative;
  padding: 9rem 0 4rem;
  background-color: #191e56;
}

.l-footer__inner {
  padding: 0 4rem;
}

.l-footer__container {
  width: 100%;
  max-width: 192rem;
  margin: 0 auto;
}

.l-footer__ele {
  width: 100%;
  max-width: 155rem;
  margin: 0 auto;
}

.l-footer__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-footer__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6rem;
}

.footer-heading__logo {
  width: 5.7rem;
  margin-right: 3rem;
}

.footer-heading__title {
  color: #fff;
  font-size: 3.1rem;
}

.l-footer__item {
  margin-bottom: 4.5rem;
}
.l-footer__item span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 1.8rem;
}
.l-footer__item span::before {
  content: "";
  display: block;
  width: 1rem;
  height: 0.1rem;
  background-color: #fff;
  margin-right: 1.5rem;
}

.l-footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-footer__link::before {
  content: "";
  display: block;
  width: 1rem;
  height: 0.1rem;
  background-color: #fff;
  margin-right: 1.5rem;
}

.l-footer__link,
.l-footer__sub-link {
  color: #fff;
  font-size: 1.8rem;
}

.l-footer__sub-list {
  margin-top: 2rem;
  padding-left: 2rem;
}

.l-footer__sub-item {
  margin-bottom: 2rem;
}

.l-footer__body {
  width: 100%;
  max-width: 42rem;
}

.footer-body__box {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 30% 70%;
  margin-bottom: 5rem;
}
.footer-body__box:last-of-type {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer-body-box__sub-title {
  font-size: 1.2rem;
  color: #b7b7b7;
}

.footer-body-box__link {
  display: block;
  color: #fff;
  font-size: 2rem;
  text-decoration: underline;
  text-underline-offset: 0.5rem;
}

.footer-body-box__mail-link {
  color: #fff;
  font-size: 1.2rem;
}
.footer-body-box__mail-link span {
  color: #fff;
  font-size: 1.6rem;
  margin-right: 2rem;
}
.footer-body-box__mail-link a {
  color: #fff;
  font-size: 1.6rem;
  margin-right: 2rem;
}

.footer-body-box__sns {
  color: #fff;
  font-size: 1.6rem;
}
.footer-body-box__sns a {
  display: block;
  color: #fff;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.footer-body-box__sns a:last-of-type {
  margin-bottom: 0;
}

.l-footer__sp-list {
  display: none;
}

.l-footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-bottom__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 16rem;
}

.footer-bottom__item {
  margin-right: 3rem;
}
.footer-bottom__item:last-of-type {
  margin-right: 0;
}

.footer-bottom__link {
  color: #fff;
  font-size: 1.2rem;
}

.footer-bottom__copyright {
  color: #fff;
  font-size: 1.2rem;
}

.c-opening {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-size: cover;
  background-image: url(../images/image_opening-bg.png);
}

.c-opening__box {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  width: 100%;
  max-width: 75rem;
}

.c-opening__sub-title {
  text-align: center;
  font-size: 2.4rem;
  letter-spacing: 1em;
  margin-left: 6rem;
  margin-bottom: 1.5rem;
}

.c-opening__logo {
  width: 100%;
  max-width: 65rem;
  margin: 0 auto 5rem;
}

.c-opening__title {
  text-align: center;
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
}

#splash_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  width: 100%;
  margin: 0 auto;
}
#splash_text::before {
  content: "loading";
  text-transform: uppercase;
  font-size: 2rem;
}

.progressbar-text {
  position: initial !important;
  top: initial !important;
  left: initial !important;
  right: initial !important;
  -webkit-transform: initial !important;
          transform: initial !important;
  font-size: 2rem;
  font-family: "Cormorant Garamond", serif;
}

.c-back__btn {
  position: absolute;
  bottom: 10rem;
  right: 8rem;
  width: 6.7rem;
}

.c-page-nation {
  margin-top: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
}
.c-page-nation .page-numbers {
  font-size: 1.6rem;
}
.c-page-nation .page-numbers.current {
  color: #9e241c;
}
.c-page-nation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
}
.p-fv {
  width: 100%;
  margin-left: auto;
  background-color: #000;
}

.p-fv__video {
  position: relative;
  width: 100%;
  height: 87rem;
  overflow: hidden;
}
.p-fv__video video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.fv-video__content {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.fv-video__btn-text {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 300;
  color: #fff;
  margin-bottom: 4rem;
}

.fv-video__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 100;
}

.fv-video__on-btn button,
.fv-video__off-btn button {
  font-size: 2.8rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 300;
  color: #fff;
}

.fv-video__on-btn {
  padding-left: 4rem;
}

.fv-video__off-btn {
  padding-right: 4rem;
  border-right: 0.1rem solid #fff;
}

.p-top-info {
  padding: 26rem 0 17rem;
  background-size: cover;
  background-image: url(../images/image_top-info-bg.png);
  overflow: hidden;
}

.p-top-info__inner {
  padding: 0 3rem;
}

.p-top-info__container {
  position: relative;
  width: 100%;
  max-width: 192rem;
  margin: 0 auto;
}

.p-top-info__illust {
  position: absolute;
  top: 12rem;
  right: -36rem;
  width: 115rem;
}

.p-top-info__header {
  position: relative;
  text-align: center;
  margin-bottom: 16.5rem;
}

.top-info-header__text {
  font-size: 2.4rem;
}

.top-info-header__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 9rem;
  letter-spacing: 0.1em;
  font-family: "Cormorant Garamond", serif;
  margin: 0 auto;
}
.top-info-header__title span {
  display: block;
  width: 6.7rem;
  height: 6.7rem;
  border-radius: 50%;
  background-color: #a10d0e;
  margin-top: 1rem;
  margin: 0.5rem 0.5rem 0;
}

.top-info-header__lead {
  font-size: 3.2rem;
}

.top-info-header__arrow {
  position: absolute;
  top: 120%;
  left: 50%;
  width: 0.6rem;
}

.p-top-info-thumbnail__item {
  position: relative;
  width: 100%;
  max-width: 45rem;
  margin: 0 1rem;
  z-index: 50;
}
.p-top-info-thumbnail__item img {
  aspect-ratio: 450/335;
}

#slider-top-info {
  position: relative;
  width: 100%;
  max-width: 152.5rem;
  margin-bottom: 16rem;
}
#slider-top-info::after {
  position: absolute;
  top: -2.2rem;
  left: 0;
  content: "";
  display: block;
  width: 143rem;
  height: 38rem;
  border: 0.1rem solid #282d61;
  background-color: transparent;
  z-index: 0;
}
#slider-top-info .slick-list {
  z-index: 10;
}

.p-top-info__content {
  width: 100%;
  max-width: 148rem;
  margin: 0 auto;
}

.top-info-content__sp-heading {
  display: none;
}

.top-info-content__sp-title {
  display: none;
}

.top-info-content__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-info-content__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 3.5rem;
}

.top-info-content-lead__icon {
  width: 3.4rem;
  margin-right: 2.5rem;
  margin-bottom: 2rem;
}

.top-info-content-lead__text {
  font-size: 7.7rem;
  font-family: "Cormorant Garamond", serif;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.top-info-content__sp-lead {
  display: none;
}

.top-info-content__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.top-info-content-body__title {
  font-size: 4rem;
}

.top-info-content-body__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 8rem;
}

.top-info-content-body-heading__title {
  font-size: 4rem;
}

.top-info-content-body-heading__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 0.1rem solid #282d61;
  padding-bottom: 1.5rem;
}

.top-info-content-body-heading-link__text {
  font-size: 2rem;
  margin-right: 1rem;
}

.top-info-content-body-heading-link__arrow {
  width: 2rem;
  margin-bottom: 1rem;
}

.top-info-content-body__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-info-content-body__cate {
  text-align: center;
  width: 18rem;
  font-size: 2rem;
  padding: 3rem 0;
  margin-right: 1.5rem;
  border-bottom: 0.1rem solid #282d61;
}

.top-info-content-body__flex {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  border-bottom: 0.1rem solid #282d61;
}

.top-info-content-body__ele {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3rem 0 3rem 3rem;
}

.top-info-content-body__sp-flex {
  display: block;
}

.top-info-content-body__time {
  display: block;
  font-size: 1.4rem;
  width: 14rem;
}

.top-info-content-body__sp-cate {
  display: none;
}

.top-info-content-body__text {
  font-size: 2rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.top-info-content-body__arrow {
  width: 2.1rem;
}

.p-top-about {
  padding: 12rem 0;
  background-size: cover;
  background-image: url(../images/image_top-about-bg.png);
}

.p-top-about__inner {
  padding: 0;
}

.p-top-about__container {
  position: relative;
  width: 100%;
  max-width: 192rem;
  margin: 0 auto;
}

.p-top-about__illust {
  position: absolute;
  top: -31%;
  right: 10rem;
  width: 102rem;
  z-index: 1;
}

.p-top-about__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 147.5rem;
  margin: 0 auto;
  -webkit-column-gap: 8rem;
     -moz-column-gap: 8rem;
          column-gap: 8rem;
}

.p-top-about__body {
  position: relative;
  width: 100%;
  max-width: 68rem;
  z-index: 50;
}

.p-top-about__header {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  z-index: 100;
}

.p-top-about__icon {
  position: absolute;
  top: -31%;
  left: 12rem;
  width: 24rem;
}

.top-about-header__title {
  color: #fff;
  font-size: 9rem;
  font-family: "Cormorant Garamond", serif;
  text-transform: uppercase;
}
.top-about-header__title span {
  text-transform: initial;
  color: #fff;
  font-size: 9rem;
  font-family: "Cormorant Garamond", serif;
  margin-left: 2rem;
}

.top-about-header__sub-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 1.6rem;
  margin-bottom: 5rem;
}
.top-about-header__sub-title::after {
  content: "";
  width: 8.5rem;
  height: 0.1rem;
  background-color: #fff;
  margin-left: 1rem;
}

.top-about-header__text {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 6rem;
}

.top-about-header__link {
  width: 14rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 0.1rem solid #fff;
  padding-bottom: 1.5rem;
}

.top-about-header-link__text {
  font-size: 2rem;
  color: #fff;
  margin-right: 1rem;
}

.top-about-header-link__arrow {
  width: 2rem;
  margin-bottom: 1rem;
}

.p-top-learn {
  padding: 15rem 0;
  background-size: cover;
  background-image: url(../images/image_top-learn-bg.png);
}

.p-top-learn__container {
  position: relative;
  width: 100%;
  max-width: 192rem;
  margin: 0 auto;
}

.p-top-learn__header {
  position: relative;
  width: 100%;
  max-width: 141.5rem;
  margin: 0 auto;
}

.top-learn-header__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 3.5rem;
}

.top-learn-header__ele {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.top-learn-header__title {
  font-size: 9rem;
  font-family: "Cormorant Garamond", serif;
  line-height: 1;
  margin-right: 2rem;
}

.top-learn-header__sub-title {
  font-size: 4rem;
  line-height: 1;
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
}

.top-learn-header__text {
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 2rem;
}

.top-learn-header__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 3.5rem;
}

.top-learn-header-lead__icon {
  width: 3.4rem;
  margin-right: 1rem;
  margin-bottom: -0.5rem;
}

.top-learn-header-lead__text {
  font-size: 3.6rem;
}

.p-top-learn__border {
  position: absolute;
  bottom: 8rem;
  right: 50rem;
  width: 19.5rem;
}

.p-top-learn__body {
  width: 100%;
  max-width: 141.5rem;
  margin: 0 auto 10rem;
}

.top-learn-body__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 6rem;
     -moz-column-gap: 6rem;
          column-gap: 6rem;
}

.top-learn-body__box {
  position: relative;
}
.top-learn-body__box::after {
  content: "";
  position: absolute;
  width: 100%;
  border: 0.1rem solid #000;
  z-index: 1;
}
.top-learn-body__box:first-of-type {
  margin-top: 12rem;
}
.top-learn-body__box:first-of-type::after {
  top: -2rem;
  right: -2rem;
  height: 62rem;
}
.top-learn-body__box:nth-of-type(2) {
  margin-top: 7rem;
}
.top-learn-body__box:nth-of-type(2)::after {
  top: -2rem;
  right: -2rem;
  height: 64rem;
}
.top-learn-body__box:last-of-type::after {
  top: -2rem;
  right: -2rem;
  height: 61rem;
}

.top-learn-body__link-box {
  position: relative;
  display: block;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  z-index: 10;
}
.top-learn-body__link-box:hover {
  opacity: 1;
}
.top-learn-body__link-box::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(56, 56, 56, 0.6);
  z-index: 8;
  background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(0%, rgb(0, 0, 0)), color-stop(11.37%, rgba(0, 0, 0, 0.87)), color-stop(89.08%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.87) 11.37%, rgba(0, 0, 0, 0) 89.08%);
}
.top-learn-body__link-box::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(56, 56, 56, 0.6);
  z-index: 5;
}

.top-learn-body__figure {
  position: relative;
}
.top-learn-body__figure::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(56, 56, 56, 0.6);
  z-index: 8;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 0, 0)), color-stop(12.76%, rgba(0, 0, 0, 0.94)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.94) 12.76%, rgba(0, 0, 0, 0.5) 100%);
  opacity: 0;
}

.top-learn-body__link-box:hover .top-learn-body__figure::before {
  opacity: 1;
}

.top-learn-body__link {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  width: 14rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 0.1rem solid #fff;
  padding-bottom: 1.5rem;
  z-index: 10;
}

.top-learn-body-link__text {
  font-size: 2rem;
  color: #fff;
  margin-right: 1rem;
}

.top-learn-body-link__arrow {
  width: 2rem;
  margin-bottom: 1rem;
}

.top-learn-body__title {
  position: relative;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  font-size: 4rem;
  color: #fff;
  white-space: nowrap;
  z-index: 10;
}
.top-learn-body__title span {
  color: #fff;
}

.top-learn-body__content {
  position: relative;
  text-align: center;
  padding: 3rem 0 0;
  margin-left: 2rem;
}

.top-learn-body-content__text {
  font-size: 2.3rem;
}

.top-learn-footer__figure {
  position: relative;
  width: 100%;
  max-width: 164rem;
}
.top-learn-footer__figure:first-of-type {
  margin-left: auto;
  margin-bottom: 3rem;
}
.top-learn-footer__figure:last-of-type {
  margin-left: 14rem;
}

.top-learn-footer__title {
  position: absolute;
  top: 10rem;
  right: 48rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-learn-footer__title span {
  color: #fff;
}
.top-learn-footer__title span:first-of-type {
  font-size: 3.9rem;
  font-family: "Cormorant Garamond", serif;
}
.top-learn-footer__title span:last-of-type {
  font-size: 3.2rem;
}

.top-learn-footer__link-wrap {
  position: absolute;
  top: 7rem;
  right: 25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 17rem;
  height: 17rem;
  border-radius: 50%;
  background-color: #000;
}

.top-learn-footer__link {
  width: 14rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 0.1rem solid #fff;
  padding-bottom: 1.5rem;
}

.top-learn-footer-link__text {
  text-align: center;
  font-size: 2rem;
  color: #fff;
  margin-right: 1rem;
}

.top-learn-footer-link__arrow {
  width: 2rem;
  margin-bottom: 1rem;
}

.p-top-pickup {
  padding: 10rem 0 15rem;
  background-size: cover;
  background-image: url(../images/image_top-pickup-bg.png);
}

.p-top-pickup__inner {
  padding: 0 3rem;
}

.p-top-pickup__container {
  position: relative;
  width: 100%;
  max-width: 192rem;
  margin: 0 auto;
}

.p-top-pickup__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 137rem;
  margin: 0 auto;
}

.p-top-pickup__header {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.top-pickup-header__title {
  font-size: 9rem;
  font-family: "Cormorant Garamond", serif;
  color: #fff;
}

.top-pickup-header__sub-title {
  font-size: 1.8rem;
  margin-bottom: 8.5rem;
  color: #fff;
}

.p-top-pickup__border {
  position: absolute;
  top: -20rem;
  right: 0;
  width: 19.5rem;
}

.p-top-pickup__body {
  width: 100%;
  max-width: 72.4rem;
}
.top-pickup-body__video iframe {
  width: 100%;
  max-width: 100%;
  height: 100%;
  aspect-ratio: 724/411;
}

.top-pickup-header-content__text {
  font-size: 3.2rem;
  line-height: 2;
  color: #fff;
}

.p-top-instagram {
  padding: 10rem 0 7.5rem;
  background-color: #d9d8d6;
}

.p-top-instagram__inner {
  padding: 0;
}

.p-top-instagram__container {
  position: relative;
  width: 100%;
  max-width: 192rem;
  margin: 0 auto;
}

.p-top-instagram__arrow {
  position: absolute;
  top: 3rem;
  left: 19rem;
  width: 0.9rem;
  z-index: 100;
}

.p-top-instagram__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 164rem;
  margin-left: auto;
  margin-bottom: 5rem;
}

.top-instagram-header__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 3.5rem;
}

.top-instagram-header-lead__icon {
  width: 3.4rem;
  margin-right: 1rem;
  margin-bottom: -0.5rem;
}

.top-instagram-header-lead__text {
  font-size: 3.6rem;
}

.top-instagram-header__title {
  font-size: 9rem;
  font-family: "Cormorant Garamond", serif;
  line-height: 1;
}

#slider-top-instagram {
  width: 100%;
  max-width: 164rem;
  height: 59rem;
  margin-left: auto;
  margin-bottom: 9rem;
}
#slider-top-instagram .top-instagram-body__item {
  width: 100%;
  max-width: 30rem;
  margin: 0 2rem 0 0;
}
#slider-top-instagram .top-instagram-body__item iframe {
  width: 100% !important;
  max-width: 100% !important;
  min-width: initial !important;
}
#slider-top-instagram .top-instagram-body__item iframe .EmbeddedMediaImage {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
#slider-top-instagram .dots-class {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
}
#slider-top-instagram .dots-class button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}
#slider-top-instagram .dots-class li {
  position: relative;
  width: 25%;
  height: 1rem;
  background-color: #282d61;
  cursor: pointer;
}
#slider-top-instagram .dots-class li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
}
#slider-top-instagram .dots-class li.slick-active::before {
  background-color: #9f0000;
  -webkit-animation: progressbar-anime 4.5s linear forwards;
          animation: progressbar-anime 4.5s linear forwards;
}
@-webkit-keyframes progressbar-anime {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@keyframes progressbar-anime {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
#slider-top-instagram .slick-arrow:before {
  content: "" !important;
}
#slider-top-instagram .slick-prev {
  display: none !important;
}
#slider-top-instagram .slick-arrow:before {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
#slider-top-instagram .slick-next {
  top: 28rem;
  right: 31rem;
  width: 5.7rem;
  height: 5.7rem;
  opacity: 1;
}
#slider-top-instagram .slick-next::before {
  background-image: url(../images/image_top-instagram-slider-arrow.svg) !important;
  background-size: contain !important;
  opacity: 1;
}

.p-top-instagram__body {
  text-align: right;
}

.top-instagram-body__link-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
}

.top-instagram-body__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 0.1rem solid #000;
  padding-bottom: 1.5rem;
}

.top-instagram-body-link__text {
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.1em;
  margin-right: 1rem;
}

.top-instagram-body-link__arrow {
  width: 2rem;
  margin-bottom: 1rem;
}

.top-instagram-top-media {
  position: static !important;
}

.p-top-column__bg {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/image_top-column-bg.png);
  background-position: 5% 0;
}

.p-top-column__icon {
  position: absolute;
  top: -17rem;
  right: 0;
  width: 80rem;
}

.p-top-column {
  padding: 15rem 0 15rem;
}

.p-top-column__inner {
  padding: 0;
}

.p-top-column__container {
  position: relative;
  width: 100%;
  max-width: 192rem;
  margin: 0 auto;
}

.p-top-column__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 136rem;
  margin: 0 auto 5rem;
}

.top-column-header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 9rem;
}

.top-column-header-content__title {
  font-size: 4rem;
  line-height: 1;
  padding-right: 3rem;
  border-right: 0.1rem solid #000;
}

.top-column-header-content__btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 3rem;
}

.top-column-header-content__btn-item {
  font-size: 2rem;
  border-bottom: 0.1rem solid #000;
  margin-right: 6rem;
}
.top-column-header-content__btn-item:last-of-type {
  margin-right: 0;
}
.top-column-header-content__btn-item a {
  display: block;
}

.top-column-header-content__btn-item.is_active {
  color: #9e241c;
  border-bottom: 0.1rem solid #9e241c;
}

.top-column-header__flex {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-column-header__title {
  position: relative;
  font-size: 10.5rem;
  font-family: "Cormorant Garamond", serif;
  line-height: 1;
}

.top-column-header__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 0.1rem solid #000;
  padding-bottom: 1.5rem;
  margin-left: auto;
}

.top-column-header-link__text {
  text-align: center;
  font-size: 2rem;
  margin-right: 1rem;
}

.top-column-header-link__arrow {
  width: 2rem;
  margin-bottom: 1rem;
}

.top-column-body__tab {
  display: none;
}

.top-column-body__tab.is_active {
  display: block;
}

.p-top-column__item {
  position: relative;
  width: 100%;
  max-width: 44rem;
  margin: 0 1rem;
}

.p-top-column__link {
  display: block;
}

.p-top-column__figure img {
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 400/400;
}

.p-top-column__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  height: 14.5rem;
  padding: 1.5rem;
}

.top-column-content__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
}

.top-column-content__time {
  color: #fff;
  font-size: 1.8rem;
  margin-right: 2rem;
}

.top-column-content__label {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  border: 0.1rem solid #fff;
  padding: 0.5rem 1rem;
}

.top-column-content__text {
  color: #fff;
  font-size: 1.6rem;
}

.p-top-column__list {
  width: 100%;
  max-width: 179rem;
  margin-left: auto;
}

.p-top-column__sp-block {
  display: none;
}

.p-top-media__container {
  position: relative;
  width: 100%;
  max-width: 192rem;
  margin: 0 auto;
}

.p-top-media__name-title {
  position: absolute;
  bottom: 5rem;
  right: 4rem;
  font-size: 10.5rem;
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #fff;
  z-index: 100;
}

.p-top-media__flex {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 10rem;
     -moz-column-gap: 10rem;
          column-gap: 10rem;
  margin-bottom: 23rem;
}

.top-media-header__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  max-width: 30rem;
}

.top-media-header__title {
  font-size: 10.5rem;
  font-family: "Cormorant Garamond", serif;
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin-right: 1rem;
}

.top-media-header__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top-media-header-lead__icon {
  width: 3.4rem;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
}

.top-media-header-lead__text {
  font-size: 3.6rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.top-media-header__link {
  width: 14rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-bottom: 0.1rem solid #000;
  padding-bottom: 1.5rem;
  margin-left: auto;
  margin-top: 3rem;
}

.top-media-header-link__text {
  text-align: center;
  font-size: 2rem;
  margin-right: 1rem;
}

.top-media-header-link__arrow {
  width: 2rem;
  margin-bottom: 1rem;
}

.p-top-media__sp-header {
  display: none;
}

.p-top-media__sp-lead {
  display: none;
}

.p-top-media__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  max-width: 80rem;
}

.top-media-body__item {
  border-top: 0.1rem #000 dashed;
}
.top-media-body__item:last-of-type {
  border-bottom: 0.1rem #000 dashed;
}

.top-media-body__link {
  display: block;
  padding: 4rem 0;
}

.top-media-body__time {
  font-size: 1.8rem;
  margin-bottom: 2rem;
}

.top-media-body__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
}

.top-media-body__figure {
  width: 100%;
  max-width: 23rem;
}
.top-media-body__figure img {
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 400/400;
}

.top-media-body__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.top-media-body-content__title {
  font-size: 1.8rem;
  text-decoration: underline;
  margin-bottom: 2.5rem;
}

.top-media-body-content__text {
  font-size: 1.6rem;
}

.top-media-body__sp-link {
  display: none;
}

.p-top-media__footer {
  position: relative;
  width: 100%;
  max-width: 164rem;
  margin-left: auto;
}

.top-media-footer__content {
  position: absolute;
  top: 8.5rem;
  left: 38rem;
}

.top-media-footer-content__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 3.2rem;
  text-transform: uppercase;
  margin-bottom: 4rem;
}
.top-media-footer-content__title::before {
  position: absolute;
  left: -145%;
  content: "";
  display: block;
  width: 32rem;
  height: 0.1rem;
  background-color: #fff;
}

.top-media-footer-content__link {
  display: block;
  width: 24rem;
  border-bottom: 0.1rem solid #fff;
  padding-bottom: 1.5rem;
}

.top-media-footer-content-link__text {
  font-size: 2rem;
  color: #fff;
}

.p-top-media__illust01 {
  position: absolute;
  bottom: -10rem;
  left: 0;
  width: 44rem;
}

.p-top-media__illust02 {
  position: absolute;
  bottom: 34rem;
  right: 0;
  width: 25rem;
}

.p-about-kv {
  padding: 30rem 0 0;
  background-size: cover;
  background-image: url(../images/image_about-kv-bg.png);
}

.p-about-kv__inner {
  padding: 0 2rem;
}

.p-about-kv__container {
  position: relative;
  width: 100%;
  max-width: 144rem;
  margin: 0 auto;
}

.p-about-kv__header {
  margin-bottom: 4rem;
}

.about-kv-header__text {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}

.about-kv-header__title {
  font-size: 6rem;
}

.about-kv-body__text {
  max-width: 98rem;
  font-size: 2.2rem;
  line-height: 2;
}

.p-about-kv__icon {
  position: absolute;
  top: -20rem;
  right: -5rem;
  width: 48rem;
}

.p-about-profile {
  padding: 20rem 0 10rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/image_about-profile-bg.png);
}

.p-about-profile__inner {
  padding: 0 2rem;
}

.p-about-profile__container {
  position: relative;
  width: 100%;
  max-width: 140rem;
  margin: 0 auto;
}

.p-about-profile__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 14rem;
     -moz-column-gap: 14rem;
          column-gap: 14rem;
}

.p-about-profile__header {
  position: relative;
  width: 44.5rem;
}

.about-profile-header__figure {
  margin-bottom: 2rem;
}

.about-profile-header__text {
  font-size: 1.4rem;
}

.p-about-profile__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.about-profile-body__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  margin-bottom: 1rem;
}

.about-profile-body-heading__title {
  font-size: 7.2rem;
  line-height: 1;
}

.about-profile-body-heading__text {
  font-size: 3.2rem;
  line-height: 1;
}

.about-profile-body__greeting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  margin-bottom: 2rem;
}

.about-profile-body-greeting__icon {
  width: 3.4rem;
}

.about-profile-body-greeting__text {
  font-size: 3.6rem;
}

.about-profile-body__text {
  font-size: 1.8rem;
  line-height: 2;
}

.p-about-offer {
  padding: 7rem 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/image_about-offer-bg.png);
}

.p-about-offer__inner {
  padding: 0 2rem;
}

.p-about-offer__container {
  position: relative;
  width: 100%;
  max-width: 140rem;
  margin: 0 auto;
}

.p-about-offer__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 118rem;
  margin: 0 auto;
}

.p-about-offer__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 8rem;
     -moz-column-gap: 8rem;
          column-gap: 8rem;
}

.p-about-offer__header {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2rem;
}

.about-offer-header__icon {
  width: 5.5rem;
}

.about-offer-header__title {
  font-size: 4.8rem;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.p-about-offer__body {
  padding: 5rem 0;
  width: 100rem;
  border-top: 0.1rem solid #fff;
  border-bottom: 0.1rem solid #fff;
}

.about-offer-body__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
  row-gap: 2rem;
}

.about-offer-body__item {
  font-size: 2rem;
  line-height: 1;
  color: #fff;
}

.about-offer-body__sp-list {
  display: none;
}

.p-about-school {
  position: relative;
  padding-bottom: 10rem;
  z-index: 10;
}

.p-about-school__header-bg {
  padding: 18rem 0 30rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/image_about-school-header-bg.png);
}

.p-about-school__header-top {
  margin-bottom: 12rem;
}

.about-school-header-top__icon {
  width: 8.6rem;
  margin: 0 auto 2rem;
}

.about-school-header-top__title {
  text-align: center;
  font-size: 3.6rem;
  margin-bottom: 2rem;
}

.about-school-header-top__text {
  text-align: center;
  font-size: 2.4rem;
}

.p-about-school__header-content {
  max-width: 100rem;
  margin: 0 auto;
}

.about-school-header-content__ele {
  margin-bottom: 3rem;
}

.about-school-header-content__title {
  color: #fff;
  text-align: center;
  font-size: 3.6rem;
  margin-bottom: 4rem;
}

.about-school-header-content__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  margin-bottom: 2rem;
}
.about-school-header-content__text:last-of-type {
  margin-bottom: 0;
}
.about-school-header-content__text span {
  display: block;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
}
.about-school-header-content__text span:last-of-type {
  font-size: 3.2rem;
  line-height: 1;
}

.p-about-school__body {
  max-width: 100rem;
  margin: -16rem auto 0;
}

.about-school-body__flex {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  margin-bottom: 4rem;
}
.about-school-body__flex:last-of-type {
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  margin-top: 4rem;
  margin-bottom: 0;
}

.about-school-body__banner {
  display: block;
  width: 100%;
}

.about-school-modal__overlay {
  cursor: pointer;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 999;
}

.about-school-modal__container {
  position: relative;
  width: 100%;
  max-width: 50rem;
  background-color: #fff;
}

.about-school-modal__inner {
  height: 70vh;
  padding: 3rem 3rem;
  overflow-y: auto;
}

.about-school-modal-content__close-btn {
  position: absolute;
  top: -5rem;
  right: -5rem;
  width: 9rem;
}

.about-school-modal-content__header {
  margin-bottom: 5rem;
}

.about-school-modal-content-header__logo {
  max-width: 8rem;
  margin: 0 auto 3rem;
}

.about-school-modal-content-header__title {
  font-size: 2.4rem;
  text-align: center;
}

.about-school-modal-content-body__summary {
  font-size: 1.8rem;
  margin-bottom: 3rem;
}

.about-school-modal-content-body__text {
  font-size: 1.8rem;
}

.about-school-modal-content-body__indent-text {
  text-indent: -1em;
  padding-left: 1em;
}

@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .about-school-modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .about-school-modal__container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .about-school-modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .about-school-modal__container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .about-school-modal__container,
.micromodal-slide .about-school-modal__overlay {
  will-change: transform;
}

.p-about-company {
  position: relative;
  padding: 6rem 0 8rem;
  margin-bottom: 20rem;
  z-index: 10;
}

.p-about-company__inner {
  padding: 0 2rem;
}

.p-about-company__container {
  max-width: 192rem;
  margin: 0 auto;
}

.p-about-company__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
  max-width: 123rem;
  margin: 0 auto;
}

.p-about-company__header {
  width: 69rem;
}

.about-company-header__top {
  margin-bottom: 4rem;
}

.about-company-header-top__title {
  font-size: 8rem;
}

.about-company-header-top__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}

.about-company-header-top__icon {
  width: 3.4rem;
}

.about-company-header-top__text {
  font-size: 3.2rem;
  line-height: 1;
}

.about-company-header__table table {
  width: 100%;
}
.about-company-header__table table tr {
  height: 8rem;
}
.about-company-header__table table tr:nth-of-type(2) {
  height: 8rem;
}
.about-company-header__table table tr:nth-of-type(2) td {
  vertical-align: top;
}
.about-company-header__table table td {
  padding: 3rem 0;
  font-size: 1.6rem;
  vertical-align: middle;
  border-bottom: 0.1rem solid #c9c9c9;
}
.about-company-header__table table td:first-of-type {
  width: 18rem;
}

.about-company-body__figure {
  width: 37rem;
}

.about-cta {
  margin-top: -80rem;
}

.p-cta {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/image_cta-bg.png);
  z-index: 1;
}

.p-cta__container {
  position: relative;
  max-width: 192rem;
  margin: 0 auto;
}

.p-cta__name-title {
  position: absolute;
  bottom: 5rem;
  right: 2rem;
  font-size: 8rem;
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #fff;
  z-index: 100;
}

.p-cta__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 150rem;
}

.p-cta__ele {
  width: 190rem;
  margin-left: auto;
}

.p-cta__school {
  position: relative;
  width: 100%;
  max-width: 164rem;
  margin: 0 auto 12rem;
}

.p-cta-school__title {
  position: absolute;
  top: 10rem;
  right: 48rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-cta-school__title span {
  color: #fff;
}
.p-cta-school__title span:first-of-type {
  font-size: 3.9rem;
  font-family: "Cormorant Garamond", serif;
}
.p-cta-school__title span:last-of-type {
  font-size: 3.2rem;
}

.p-cta-school__link-wrap {
  position: absolute;
  top: 7rem;
  right: 25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 17rem;
  height: 17rem;
  border-radius: 50%;
  background-color: #000;
}

.p-cta-school__link {
  width: 14rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 0.1rem solid #fff;
  padding-bottom: 1.5rem;
}

.p-cta-school-link__text {
  text-align: center;
  font-size: 2rem;
  color: #fff;
  margin-right: 1rem;
}

.p-cta-school-link__arrow {
  width: 2rem;
  margin-bottom: 1rem;
}

.p-cta__contact {
  position: relative;
  width: 100%;
  max-width: 164rem;
  margin-left: auto;
}

.cta-contact__content {
  position: absolute;
  top: 8.5rem;
  left: 38rem;
}

.cta-contact-content__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 3.2rem;
  text-transform: uppercase;
  margin-bottom: 4rem;
}
.cta-contact-content__title::before {
  position: absolute;
  left: -145%;
  content: "";
  display: block;
  width: 32rem;
  height: 0.1rem;
  background-color: #fff;
}

.cta-contact-content__link {
  display: block;
  width: 24rem;
  border-bottom: 0.1rem solid #fff;
  padding-bottom: 1.5rem;
}

.cta-contact-content-link__text {
  font-size: 2rem;
  color: #fff;
}

.p-yamato-kv {
  padding: 15rem 0 3rem;
  background-size: cover;
  background-image: url(../images/image_yamato-kv-bg.png);
}

.p-yamato-kv__inner {
  padding: 0 2rem;
}

.p-yamato-kv__container {
  position: relative;
  width: 100%;
  max-width: 144rem;
  margin: 0 auto;
}

.p-yamato-kv__header {
  margin-bottom: 4rem;
}

.yamato-kv-header__text {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}

.yamato-kv-header__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 6rem;
}
.yamato-kv-header__title sup {
  font-size: 5rem;
  line-height: 1;
}

.p-yamato-kv__body {
  margin-bottom: 6rem;
}

.yamato-kv-body__text {
  max-width: 132rem;
  font-size: 1.8rem;
  line-height: 2;
}

.yamato-kv-content__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 10rem;
     -moz-column-gap: 10rem;
          column-gap: 10rem;
}

.yamato-kv-content__detail {
  position: relative;
}

.yamato-kv-content-detail__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}

.yamato-kv-content-detail__title {
  font-size: 13rem;
  color: #c7c7c7;
  font-family: "Cormorant Garamond", serif;
}

.yamato-kv-content-detail__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 4.8rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.yamato-kv-content-detail__text sup {
  font-size: 4rem;
  line-height: 1;
}

.yamato-kv-content-detail__figure {
  position: absolute;
  top: 20rem;
  left: 40%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  max-width: 15rem;
  z-index: 10;
}

.yamato-kv-content__character {
  width: 60rem;
}

.yamato-kv-content-character__figure {
  margin-bottom: 3rem;
}

.yamato-kv-content-character__text {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}

.yamato-kv-content-character__title {
  text-align: right;
  font-size: 13rem;
  color: #c7c7c7;
  line-height: 1;
  font-family: "Cormorant Garamond", serif;
}

.p-yamato-lead__bg-wrap {
  position: relative;
}

.p-yamato-lead__inner {
  padding: 0 2rem;
}

.p-yamato-lead__container {
  max-width: 192rem;
  margin: 0 auto;
}

.p-yamato-lead__header {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

.yamato-lead-header__title {
  max-width: 37rem;
  font-size: 4rem;
  margin: 0 auto 4rem;
}

.yamato-lead-header__text {
  max-width: 54rem;
  font-size: 2.4rem;
  margin: 0 auto;
}

.p-yamato-lead__icon {
  position: absolute;
  bottom: -8rem;
  left: 42rem;
  width: 20rem;
}

.p-yamato-lesson {
  padding-top: 16rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/image_yamato-lesson-bg.png);
}

.p-yamato-lesson__inner {
  padding: 0 2rem;
}

.p-yamato-lesson__container {
  position: relative;
  max-width: 192rem;
  margin: 0 auto;
}

.p-yamato-lesson__group {
  max-width: 178rem;
  padding: 10rem 0 12rem;
  margin-left: auto;
  border-top: 0.5rem double #b9b9b9;
}

.p-yamato-lesson__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 8rem;
     -moz-column-gap: 8rem;
          column-gap: 8rem;
  max-width: 136rem;
  margin: 0 auto 15rem;
}

.p-yamato-lesson__header {
  position: relative;
}

.yamato-lesson-header__ele {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1rem;
}

.p-yamato-lesson__header-arrow {
  position: absolute;
  top: -40rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 0.8rem;
}

.yamato-lesson-header__icon {
  width: 3.5rem;
}

.yamato-lesson-header__title {
  font-size: 4.8rem;
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.p-yamato-lesson__body {
  width: 70rem;
}

.yamato-lesson-body__ele {
  width: 56rem;
}

.yamato-lesson-body__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem 1rem;
  border: 0.1rem solid #292b65;
  background-color: #fff;
}
.yamato-lesson-body__block:last-of-type {
  margin-bottom: 8rem;
}

.yamato-lesson-body-block__text {
  font-size: 2.4rem;
  color: #292b65;
}

.yamato-lesson-body__block-arrow {
  width: 0.8rem;
  margin: 0 auto 2rem;
}

.yamato-lesson-body-block__sub-text {
  position: relative;
}
.yamato-lesson-body-block__sub-text::after {
  position: absolute;
  top: 50%;
  right: -22rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-size: 2.4rem;
  content: "＋ ティータイム";
  color: #292b65;
}

.yamato-lesson-body__text {
  font-size: 2rem;
}

.p-yamato-lesson__illust {
  max-width: 110rem;
  margin: 0 auto;
}

.p-yamato-instructor {
  position: relative;
  z-index: 10;
}

.p-yamato-instructor__container {
  max-width: 192rem;
  margin: 0 auto;
}

.p-yamato-instructor__group {
  max-width: 178rem;
  padding: 10rem 0 12rem;
  margin-left: auto;
  border-top: 0.5rem double #b9b9b9;
}

.p-yamato-instructor__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 8rem;
     -moz-column-gap: 8rem;
          column-gap: 8rem;
  max-width: 136rem;
  margin: 0 auto;
}

.p-yamato-instructor__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}

.yamato-instructor-header__text {
  font-size: 10.5rem;
  line-height: 1;
  text-orientation: sideways;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.yamato-instructor-header__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1rem;
}

.yamato-instructor-header__icon {
  width: 3.5rem;
}

.yamato-instructor-header__title {
  font-size: 4.8rem;
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.p-yamato-instructor__body {
  width: 110rem;
}

.yamato-instructor-body__text {
  display: none;
}

.yamato-instructor-body__lead {
  font-size: 2.4rem;
  color: #292b65;
  margin-bottom: 6rem;
}

.yamato-instructor-body__first-ele {
  margin-bottom: 10rem;
}
.yamato-instructor-body__first-ele .yamato-instructor-body-block__label {
  background-color: #292b65;
}

.yamato-instructor-body__block {
  margin-bottom: 5rem;
}

.yamato-instructor-body-block__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  margin-bottom: 2rem;
}

.yamato-instructor-body-block__label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.6rem;
  line-height: 1;
  color: #fff;
  padding: 0.8rem 1rem;
}

.yamato-instructor-body-block__class-text {
  font-size: 2.4rem;
  line-height: 1;
  color: #292b65;
}

.yamato-instructor-body-block__text {
  font-size: 1.9rem;
}

.yamato-instructor-body-content__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
  margin-bottom: 2rem;
}

.yamato-instructor-body-content__label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem 2rem;
  font-size: 2.6rem;
  line-height: 1;
  border: 0.1rem solid #000;
}

.yamato-instructor-body-content__price-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.8rem;
}

.yamato-instructor-body-content__text {
  font-size: 1.9rem;
}
.yamato-instructor-body-content__text span {
  font-size: 1.5rem;
}

.yamato-instructor-body-content__note {
  font-size: 1.5rem;
}

.yamato-instructor-body__second-ele .yamato-instructor-body-block__label {
  background-color: #662d8c;
}

.yamato-instructor-body__third-ele .yamato-instructor-body__block:first-of-type .yamato-instructor-body-block__label {
  background-color: #ad0000;
}
.yamato-instructor-body__third-ele .yamato-instructor-body__block:last-of-type {
  margin: 5rem auto 0;
}
.yamato-instructor-body__third-ele .yamato-instructor-body__block:last-of-type .yamato-instructor-body-block__label {
  background-color: #0092e4;
}
.yamato-instructor-body__third-ele .yamato-instructor-body-content__text {
  margin-bottom: 0;
}

.p-yamato-artist__container {
  max-width: 192rem;
  margin: 0 auto;
}

.p-yamato-artist__group {
  max-width: 178rem;
  padding: 10rem 0 12rem;
  margin-left: auto;
  border-top: 0.5rem double #b9b9b9;
}

.p-yamato-artist__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 8rem;
     -moz-column-gap: 8rem;
          column-gap: 8rem;
  max-width: 136rem;
  margin: 0 auto;
}

.p-yamato-artist__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}

.yamato-artist-header__text {
  font-size: 10.5rem;
  line-height: 1;
  text-orientation: sideways;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.yamato-artist-header__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1rem;
}

.yamato-artist-header__icon {
  width: 3.5rem;
}

.yamato-artist-header__title {
  font-size: 4.8rem;
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.p-yamato-artist__body {
  width: 105rem;
}

.yamato-artist-body__text {
  display: none;
}

.yamato-artist-body__block {
  margin-bottom: 5rem;
}

.yamato-artist-body-block__label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #292b65;
  font-size: 2.6rem;
  line-height: 1;
  color: #fff;
  padding: 0.8rem 1rem;
  margin-bottom: 2rem;
}

.yamato-artist-body-block__text {
  font-size: 1.9rem;
}

.yamato-artist-body-content__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
  margin-bottom: 2rem;
}

.yamato-artist-body-content__label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem 2rem;
  font-size: 2.6rem;
  line-height: 1;
  border: 0.1rem solid #000;
}

.yamato-artist-body-content__price-text {
  font-size: 1.8rem;
}

.yamato-artist-body-content__text {
  font-size: 1.9rem;
}

.yamato-artist-body-content__note {
  font-size: 1.5rem;
}

.p-yamato-hobby {
  position: relative;
  z-index: 10;
}

.p-yamato-hobby__container {
  max-width: 192rem;
  margin: 0 auto;
}

.p-yamato-hobby__group {
  max-width: 178rem;
  padding: 10rem 0 12rem;
  margin-left: auto;
  border-top: 0.5rem double #b9b9b9;
}

.p-yamato-hobby__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 20rem;
     -moz-column-gap: 20rem;
          column-gap: 20rem;
  max-width: 136rem;
  margin: 0 auto 12rem;
}

.p-yamato-hobby__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}

.yamato-hobby-header__text {
  font-size: 10.5rem;
  line-height: 1;
  text-orientation: sideways;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.yamato-hobby-header__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1rem;
}

.yamato-hobby-header__icon {
  width: 3.5rem;
}

.yamato-hobby-header__title {
  font-size: 4.8rem;
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.p-yamato-hobby__body {
  width: 100rem;
}

.yamato-hobby-body__text {
  display: none;
}

.yamato-hobby-body__block {
  margin-bottom: 5rem;
}

.yamato-hobby-body-block__label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #510763;
  font-size: 2.6rem;
  line-height: 1;
  color: #fff;
  padding: 0.8rem 1rem;
}

.yamato-hobby-body-block__text {
  font-size: 1.8rem;
}

.yamato-hobby-body-content__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
  margin-bottom: 2rem;
}

.yamato-hobby-body-content__label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem 2rem;
  font-size: 2.6rem;
  line-height: 1;
  border: 0.1rem solid #000;
}

.yamato-hobby-body-content__price-text {
  font-size: 1.8rem;
}

.yamato-hobby-body-content__text {
  font-size: 1.9rem;
  margin-bottom: 2rem;
}
.yamato-hobby-body-content__text span {
  font-size: 1.5rem;
}

.yamato-hobby-body-content__note {
  font-size: 1.5rem;
}

.p-yamato-hobby__support {
  max-width: 136rem;
  margin: 0 auto;
}

.yamato-hobby-support-block__label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #0092e4;
  font-size: 2.6rem;
  line-height: 1;
  color: #fff;
  padding: 0.8rem 1rem;
  margin-bottom: 2rem;
}

.yamato-hobby-support-block__text {
  font-size: 1.8rem;
}

.yamato-cta {
  margin-top: -65rem;
}

.p-jingaku-kv {
  padding: 15rem 0 3rem;
  background-size: cover;
  background-position: 0 15%;
  background-image: url(../images/image_jingaku-kv-bg.png);
}

.p-jingaku-kv__inner {
  padding: 0 2rem;
}

.p-jingaku-kv__container {
  position: relative;
  width: 100%;
  max-width: 147rem;
  margin: 0 auto;
}

.p-jingaku-kv__header {
  margin-bottom: 4rem;
}

.jingaku-kv-header__text {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}

.jingaku-kv-header__title {
  font-size: 6rem;
}

.p-jingaku-kv__body {
  margin-bottom: 6rem;
}

.jingaku-kv-body__text {
  max-width: 98rem;
  font-size: 2.2rem;
}

.jingaku-kv-content__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
}

.jingaku-kv-content__detail {
  position: relative;
}

.jingaku-kv-content-detail__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}

.jingaku-kv-content-detail__title {
  font-size: 13rem;
  color: #c7c7c7;
  font-family: "Cormorant Garamond", serif;
}

.jingaku-kv-content-detail__text {
  font-size: 4.8rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.jingaku-kv-content-detail__figure {
  position: absolute;
  top: 20rem;
  right: 12rem;
  max-width: 36rem;
  z-index: 10;
}

.jingaku-kv-content__soul {
  width: 68 rem;
}

.jingaku-kv-content-soul__figure {
  margin-bottom: 3rem;
}

.jingaku-kv-content-soul__text {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}

.jingaku-kv-content-soul__title {
  text-align: right;
  font-size: 13rem;
  color: #c7c7c7;
  line-height: 1;
  font-family: "Cormorant Garamond", serif;
}

.p-jingaku-lead {
  padding: 20rem 0 15rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/image_jingaku-lead-bg.png);
}

.p-jingaku-lead__inner {
  padding: 0 2rem;
}

.p-jingaku-lead__container {
  max-width: 192rem;
  margin: 0 auto;
}

.p-jingaku-lead__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
  max-width: 136rem;
  margin: 0 auto;
}

.p-jingaku-lead__header {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.jingaku-lead-header__title {
  font-size: 5.4rem;
  color: #282c5f;
}

.p-jingaku-lead__body {
  width: 92rem;
}

.jingaku-lead-body__text {
  font-size: 2.4rem;
  color: #282c5f;
}

.p-jingaku-about {
  padding: 0 0 5rem;
}

.p-jingaku-about__container {
  position: relative;
  max-width: 192rem;
  margin: 0 auto;
}

.p-jingaku-about__bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100rem;
  z-index: 1;
}

.p-jingaku-about__group {
  position: relative;
  padding-top: 10rem;
  max-width: 178rem;
  margin-left: auto;
  border-top: 0.5rem double #b9b9b9;
  z-index: 10;
}

.p-jingaku-about__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 138rem;
  margin: 0 auto;
}

.p-jingaku-about__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}

.jingaku-about-header__text {
  font-size: 10.5rem;
  line-height: 1;
  text-orientation: sideways;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.jingaku-about-header__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1rem;
}

.jingaku-about-header__icon {
  width: 3.5rem;
}

.jingaku-about-header__title {
  font-size: 4.8rem;
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.jingaku-about-body__sp-title {
  display: none;
}

.jingaku-about-body__text {
  font-size: 1.8rem;
  color: #292b65;
  margin-bottom: 4rem;
}
.jingaku-about-body__text span {
  font-size: 2.4rem;
  color: #292b65;
}

.jingaku-about-body__block {
  margin-bottom: 5rem;
}

.jingaku-about-body__content {
  margin-bottom: 5rem;
}

.jingaku-about-body__support-block .jingaku-about-body-block__label {
  background-color: #0194df;
}

.jingaku-about-body-block__label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #060b65;
  font-size: 2.6rem;
  line-height: 1;
  color: #fff;
  padding: 0.8rem 1rem;
  margin-bottom: 2rem;
}

.jingaku-about-body-block__text {
  font-size: 1.8rem;
}

.jingaku-about-body-content__label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem 2rem;
  font-size: 2.6rem;
  line-height: 1;
  border: 0.1rem solid #000;
  margin-bottom: 2rem;
}

.jingaku-about-body-content__text {
  font-size: 1.9rem;
}

.p-jingaku-profile {
  position: relative;
  padding: 10rem 0 32rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/image_jingaku-profile-bg.png);
  z-index: 10;
}

.p-jingaku-profile__sp-header {
  display: none;
}

.jingaku-profile-body__text {
  font-size: 2rem;
}

.p-jingaku-profile__inner {
  padding: 0 2rem;
}

.p-jingaku-profile__container {
  position: relative;
  max-width: 192rem;
  margin: 0 auto;
}

.jingaku-profile-card__illust {
  position: absolute;
  top: 48rem;
  right: -2rem;
  width: 145rem;
}

.p-jingaku-profile__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
  max-width: 133rem;
  margin: 0 auto;
}

.p-jingaku-profile__card {
  position: relative;
  width: 58rem;
  background-color: #fff;
}

.jingaku-profile-card__border {
  position: absolute;
  top: -14rem;
  right: -12rem;
  width: 16rem;
}

.jingaku-profile-card__inner {
  padding: 5rem 12rem;
}

.jingaku-profile-card__figure {
  margin: 0 auto 3rem;
}

.jingaku-profile-card__text {
  font-size: 1.3rem;
}

.p-jingaku-profile__box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.jingaku-profile-box__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  margin-bottom: 3rem;
}

.jingaku-profile-box-header__icon {
  width: 3.5rem;
}

.jingaku-profile-box-header__title {
  font-size: 3.2rem;
}

.jingaku-profile-body__text {
  font-size: 2rem;
}

.jingaku-profile-card__sp-illust {
  display: none;
}

.jingaku-cta {
  margin-top: -10rem;
}

.p-class-kv {
  padding: 30rem 0 20rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/image_class-kv-bg.png);
}

.p-class-kv__inner {
  padding: 0 2rem;
}

.p-class-kv__container {
  position: relative;
  width: 100%;
  max-width: 144rem;
  margin: 0 auto;
}

.p-class-kv__header {
  margin-bottom: 4rem;
}

.class-kv-header__text {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}

.class-kv-header__title {
  font-size: 6rem;
}

.class-kv-body__text {
  max-width: 98rem;
  font-size: 2.2rem;
}

.p-class-kv__icon {
  max-width: 110rem;
  margin: 0 auto;
}

.class-cta {
  margin-top: -50rem;
}

.p-wabunka-kv {
  padding: 30rem 0 13rem;
  background-size: cover;
  background-image: url(../images/image_wabunka-kv-bg.png);
}

.p-wabunka-kv__inner {
  padding: 0 2rem;
}

.p-wabunka-kv__container {
  position: relative;
  width: 100%;
  max-width: 147rem;
  margin: 0 auto;
}

.p-wabunka-kv__header {
  margin-bottom: 4rem;
}

.wabunka-kv-header__text {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}

.wabunka-kv-header__title {
  font-size: 6rem;
}

.p-wabunka-kv__body {
  margin-bottom: 6rem;
}

.wabunka-kv-body__text {
  max-width: 98rem;
  font-size: 2.2rem;
}

.wabunka-kv-content__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 8rem;
     -moz-column-gap: 8rem;
          column-gap: 8rem;
}

.wabunka-kv-content__detail {
  position: relative;
}

.wabunka-kv-content-detail__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 8rem;
     -moz-column-gap: 8rem;
          column-gap: 8rem;
}

.wabunka-kv-content-detail__title {
  font-size: 13rem;
  color: #c7c7c7;
  font-family: "Cormorant Garamond", serif;
}

.wabunka-kv-content-detail__text {
  font-size: 4.8rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.wabunka-kv-content-detail__arrow {
  position: absolute;
  top: 56rem;
  right: 3rem;
  max-width: 1rem;
  z-index: 10;
}

.wabunka-kv-content-detail__figure {
  position: absolute;
  top: 20rem;
  right: 16rem;
  max-width: 33rem;
  z-index: 10;
}

.wabunka-kv-content__culture {
  width: 68rem;
}

.wabunka-kv-content-culture__figure {
  max-width: 56rem;
  margin-bottom: 3rem;
}

.wabunka-kv-content-culture__text {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}

.wabunka-kv-content-culture__title {
  text-align: right;
  font-size: 13rem;
  color: #c7c7c7;
  line-height: 1;
  font-family: "Cormorant Garamond", serif;
}

.p-wabunka-lead {
  padding: 13rem 0 13rem;
  background-size: cover;
  background-image: url(../images/image_wabunka-lead-bg.png);
}

.p-wabunka-lead__inner {
  padding: 0 2rem;
}

.p-wabunka-lead__container {
  position: relative;
  max-width: 192rem;
  margin: 0 auto;
}

.p-wabunka-lead__header {
  max-width: 140rem;
  margin: 0 auto;
}

.wabunka-lead-header__title {
  font-size: 3.2rem;
  margin-bottom: 4rem;
}

.wabunka-lead-header__text {
  max-width: 73rem;
  font-size: 2rem;
}

.wabunka-lead-body__figure {
  position: absolute;
  top: -13rem;
  right: -2rem;
  width: 86.5rem;
}

.p-wabunka-lead__illust {
  position: absolute;
  bottom: -25rem;
  right: 62rem;
  width: 20rem;
}

.p-wabunka-course {
  padding: 15rem 0 12rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/image_wabunka-course-bg.png);
}

.p-wabunka-course__container {
  position: relative;
  max-width: 192rem;
  margin: 0 auto;
}

.p-wabunka-course__illust {
  position: absolute;
  bottom: -12rem;
  right: 0;
  width: 47rem;
  z-index: 1;
}

.p-wabunka-course__header {
  position: absolute;
  top: -15rem;
  right: 27rem;
}

.wabunka-course-header__arrow {
  width: 0.6rem;
  margin-left: 2rem;
  margin-bottom: 3rem;
}

.wabunka-course-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}

.wabunka-course-header__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1rem;
}

.wabunka-course-header__icon {
  width: 3.5rem;
}

.wabunka-course-header__title {
  font-size: 4.8rem;
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.wabunka-course-header__text {
  font-size: 10.5rem;
  line-height: 1;
  text-orientation: sideways;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.p-wabunka-course__body {
  position: relative;
  max-width: 178rem;
  margin-left: auto;
  z-index: 10;
}

.wabunka-course-body__box {
  padding: 5rem 0 5rem 10rem;
}
.wabunka-course-body__box:first-of-type {
  padding: 10rem 0 5rem 10rem;
}
.wabunka-course-body__box:first-of-type .wabunka-course-body-box-block__label:first-of-type {
  background-color: #060b65;
}
.wabunka-course-body__box:first-of-type .wabunka-course-body-box-block__label:nth-of-type(3) {
  margin-top: 5rem;
  background-color: #060b65;
}
.wabunka-course-body__box:nth-of-type(2) .wabunka-course-body-box__block:first-of-type .wabunka-course-body-box-block__label {
  background-color: #bc272d;
}
.wabunka-course-body__box:nth-of-type(2) .wabunka-course-body-box__block:nth-of-type(3) {
  margin-top: 8rem;
}
.wabunka-course-body__box:nth-of-type(2) .wabunka-course-body-box__block:nth-of-type(3) .wabunka-course-body-box-block__label {
  background-color: #603813;
}
.wabunka-course-body__box:nth-of-type(3) .wabunka-course-body-box-block__label {
  background-color: #662d8c;
}
.wabunka-course-body__box:last-of-type {
  border-bottom: none;
  padding: 5rem 0 0 10rem;
}

.wabunka-course-body-box__sp-header {
  display: none;
}

.wabunka-course-body-box__sp-text {
  display: none;
}

.wabunka-course-body-box__block {
  margin-bottom: 3rem;
}

.wabunka-course-body-box-block__label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.6rem;
  line-height: 1;
  color: #fff;
  padding: 0.8rem 1rem;
  margin-bottom: 2rem;
}

.wabunka-course-body-box__support-block {
  margin-top: 3rem;
}
.wabunka-course-body-box__support-block .wabunka-course-body-box-block__label {
  background-color: #0194df;
  border: none;
}

.wabunka-course-body-box-block__text {
  font-size: 1.8rem;
}
.wabunka-course-body-box-block__text span {
  color: #e60013;
}

.wabunka-course-body-box-content__label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem 2rem;
  font-size: 2.6rem;
  line-height: 1;
  border: 0.1rem solid #000;
  margin-bottom: 2rem;
}

.wabunka-course-body-box-content__text {
  font-size: 2rem;
}

.wabunka-course-body-box-content__note {
  font-size: 1.5rem;
  margin-top: 2rem;
}
.wabunka-course-body-box-content__note span {
  color: #e60013;
  font-size: 1.8rem;
}

.wabunka-course-body-box__first-ele {
  margin-bottom: 8rem;
}
.wabunka-course-body-box__first-ele .wabunka-course-body-box-block__label {
  background-color: #8b6100;
}

.wabunka-course-body-box__second-ele {
  margin-bottom: 8rem;
}
.wabunka-course-body-box__second-ele .wabunka-course-body-box-block__label {
  background-color: #114500;
}

.wabunka-course-body-box__support-ele .wabunka-course-body-box-block__label {
  background-color: #0092e4;
}

.p-wabunka-profile {
  position: relative;
  padding: 10rem 0 15rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/image_wabunka-profile-bg.png);
  z-index: 10;
}

.p-wabunka-profile__sub-bg {
  position: absolute;
  top: 66rem;
  right: 37rem;
  width: 145rem;
}

.p-wabunka-profile__sp-header {
  display: none;
}

.wabunka-profile-body__text {
  font-size: 2rem;
}

.p-wabunka-profile__inner {
  padding: 0 2rem;
}

.p-wabunka-profile__container {
  position: relative;
  max-width: 192rem;
  margin: 0 auto;
}

.p-wabunka-profile__illust {
  position: absolute;
  top: 48rem;
  right: -1.5rem;
  width: 25rem;
}

.p-wabunka-profile__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
  max-width: 133rem;
  margin: 0 auto;
}

.p-wabunka-profile__card {
  position: relative;
  width: 58rem;
  background-color: rgba(255, 255, 255, 0.7);
}

.wabunka-profile-card__border {
  position: absolute;
  top: -14rem;
  right: -12rem;
  width: 16rem;
}

.wabunka-profile-card__inner {
  padding: 5rem 2rem;
}

.wabunka-profile-card__figure {
  max-width: 33.5rem;
  margin: 0 auto 3rem;
}

.wabunka-profile-card__text {
  font-size: 1.3rem;
  margin-bottom: 1rem;
}

.wabunka-profile-card__list {
  display: grid;
  grid-template-columns: 30% 1fr;
  margin-bottom: 3rem;
}
.wabunka-profile-card__list:last-of-type {
  margin-bottom: 5rem;
}

.wabunka-profile-card__item {
  font-size: 1.3rem;
  margin-bottom: 0.2rem;
}

.p-wabunka-profile__box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.wabunka-profile-box__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  margin-bottom: 3rem;
}

.wabunka-profile-box-header__icon {
  width: 3.5rem;
}

.wabunka-profile-box-header__title {
  font-size: 3.2rem;
}

.wabunka-profile-body__text {
  font-size: 2rem;
}
.wabunka-profile-body__text span {
  margin-top: 2rem;
  display: block;
  text-align: right;
  font-size: 2rem;
}

.wabunka-cta {
  margin-top: -60rem;
}

.p-archive-news-guidance {
  position: relative;
  padding: 30rem 0 20rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/image_news-guidance-bg.png);
  z-index: 100;
}

.p-archive-news-guidance__inner {
  padding: 0 2rem;
}

.p-archive-news-guidance__container {
  width: 100%;
  max-width: 144rem;
  margin: 0 auto;
}

.p-archive-news-guidance__header {
  max-width: 136rem;
  margin: 0 auto 4rem;
}

.archive-news-guidance-header__text {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}

.archive-news-guidance-header__title {
  font-size: 6rem;
}

.p-archive-news-guidance__body {
  max-width: 136rem;
  margin: 0 auto;
}

.archive-news-guidance-body-tab__btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 8rem;
     -moz-column-gap: 8rem;
          column-gap: 8rem;
  margin-bottom: 10rem;
}

.archive-news-guidance-body-tab__btn-item {
  font-size: 1.8rem;
  color: #031061;
  text-decoration: underline;
  text-decoration-thickness: 0.1rem;
  text-underline-offset: 1rem;
}

.archive-news-guidance-body-tab__btn-item.is_active {
  color: #9e241c;
}

.archive-news-guidance-body-tab__content {
  display: none;
}

.archive-news-guidance-body-tab__content.is_active {
  display: block;
}

.archive-news-guidance-body-tab-content__link {
  position: relative;
  display: grid;
  grid-template-columns: 15% 1fr;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}

.archive-news-guidance-body-tab-content__cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2rem;
  padding: 2rem 1rem;
  border-bottom: 0.1rem solid #282d61;
}

.archive-news-guidance-body-tab-content__link-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 2rem 10em 2rem 3rem;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
  border-bottom: 0.1rem solid #282d61;
}

.archive-news-guidance-body-tab-content__link-time {
  font-size: 1.4rem;
}

.archive-news-guidance-body-tab-content__link-text {
  font-size: 2rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.archive-news-guidance-body-tab-content__link-arrow {
  position: absolute;
  top: 50%;
  right: 3rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 2rem;
}

.archive-news-guidance-cta {
  margin-top: -40rem;
}

.p-single-news-guidance {
  position: relative;
  padding: 30rem 0 10rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/image_news-guidance-bg.png);
  z-index: 100;
}

.p-single-news-guidance__inner {
  padding: 0 2rem;
}

.p-single-news-guidance__container {
  width: 100%;
  max-width: 144rem;
  margin: 0 auto;
}

.p-single-news-guidance__header {
  max-width: 136rem;
  margin: 0 auto 4rem;
}

.single-news-guidance-header__text {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}

.single-news-guidance-header__title {
  font-size: 6rem;
}

.p-single-news-guidance__body {
  max-width: 136rem;
  margin: 0 auto 15rem;
}

.single-news-guidance-body__container {
  max-width: 100rem;
  margin: 0 auto;
}

.single-news-guidance-body__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 6rem;
     -moz-column-gap: 6rem;
          column-gap: 6rem;
  margin-bottom: 8rem;
}

.single-news-guidance-body-heading__category {
  font-size: 1.8rem;
  color: #031061;
  text-decoration: underline;
  text-decoration-thickness: 0.1rem;
  text-underline-offset: 1rem;
}

.single-news-guidance-body-heading__time {
  font-size: 1.4rem;
}

.single-news-guidance-body__title {
  font-size: 2.8rem;
  margin-bottom: 4rem;
}

.single-news-guidance-body__content blockquote:before,
.single-news-guidance-body__content blockquote::after,
.single-news-guidance-body__content q::before,
.single-news-guidance-body__content q::after {
  all: revert;
}
.single-news-guidance-body__content pre {
  white-space: pre-wrap;
}
.single-news-guidance-body__content img,
.single-news-guidance-body__content svg,
.single-news-guidance-body__content iframe,
.single-news-guidance-body__content video {
  max-width: 100%;
}
.single-news-guidance-body__content div, .single-news-guidance-body__content p, .single-news-guidance-body__content a {
  font-size: 1.6rem;
  line-height: 1.8;
}

.p-single-news-guidance__bottom {
  max-width: 136rem;
  margin: 0 auto;
}

.single-news-guidance-bottom__container {
  max-width: 100rem;
  margin: 0 auto;
}

.single-news-guidance-bottom__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 8rem;
     -moz-column-gap: 8rem;
          column-gap: 8rem;
  margin-bottom: 5rem;
}

.single-news-guidance-bottom__prev-btn,
.single-news-guidance-bottom__next-btn,
.single-news-guidance-bottom__none-text {
  font-size: 1.6rem;
}

.single-news-guidance-bottom__back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  max-width: 15rem;
  margin-left: auto;
}

.single-news-guidance-bottom__back-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2rem;
}

.single-news-guidance-bottom__back-text {
  font-size: 1.6rem;
}

.single-news-guidance-cta {
  margin-top: -35rem;
}

.p-archive-column {
  position: relative;
  padding: 30rem 0 20rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/image_column-bg.png);
  z-index: 100;
}

.p-archive-column__inner {
  padding: 0 2rem;
}

.p-archive-column__container {
  width: 100%;
  max-width: 144rem;
  margin: 0 auto;
}

.p-archive-column__header {
  max-width: 136rem;
  margin: 0 auto 4rem;
}

.archive-column-header__text {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}

.archive-column-header__title {
  font-size: 6rem;
}

.p-archive-column__body {
  max-width: 136rem;
  margin: 0 auto;
}

.archive-column-body-tab__btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 8rem;
     -moz-column-gap: 8rem;
          column-gap: 8rem;
  margin-bottom: 10rem;
}

.archive-column-body-tab__btn-item {
  font-size: 1.8rem;
  color: #031061;
  text-decoration: underline;
  text-decoration-thickness: 0.1rem;
  text-underline-offset: 1rem;
}

.archive-column-body-tab__btn-item.is_active {
  color: #9e241c;
}

.archive-column-body-tab__content {
  display: none;
}

.archive-column-body-tab__content.is_active {
  display: block;
}

.archive-column-body-tab-content__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 6rem;
     -moz-column-gap: 6rem;
          column-gap: 6rem;
  row-gap: 6rem;
}
.archive-column-body-tab-content__item:last-of-type {
  margin-bottom: 0;
}

.archive-column-body-tab-content__figure {
  margin-bottom: 2rem;
}
.archive-column-body-tab-content__figure img {
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 400/400;
}

.archive-column-body-tab-content-box__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  margin-bottom: 1rem;
}

.archive-column-body-tab-content-box__time {
  font-size: 1.8rem;
  color: #282d5c;
  line-height: 1;
}

.archive-column-body-tab-content-box__cate {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #282d5c;
  padding: 0.3rem 0.8rem;
  font-size: 1.4rem;
  line-height: 1;
  border: 0.1rem solid #282d5c;
}

.archive-column-body-tab-content-box__title {
  font-size: 1.6rem;
  color: #282d5c;
}

.archive-column-cta {
  margin-top: -60rem;
}

.p-single-column {
  position: relative;
  padding: 30rem 0 10rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/image_column-bg.png);
  z-index: 100;
}

.p-single-column__inner {
  padding: 0 2rem;
}

.p-single-column__container {
  width: 100%;
  max-width: 144rem;
  margin: 0 auto;
}

.p-single-column__body {
  max-width: 136rem;
  margin: 0 auto 15rem;
}

.single-column-body__container {
  max-width: 100rem;
  margin: 0 auto;
}

.single-column-body__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  margin-bottom: 3rem;
}

.single-column-body-heading__time {
  font-size: 1.8rem;
  color: #031061;
}

.single-column-body-heading__category {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.4rem 0.8rem;
  font-size: 1.4rem;
  color: #031061;
  border: solid 0.1rem #031061;
}

.single-column-body__title {
  font-size: 2.8rem;
  color: #031061;
  margin-bottom: 8rem;
}

.single-column-body__figure {
  max-width: 40rem;
  margin: 0 auto 6rem;
}
.single-column-body__figure img {
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 400/400;
}

.single-column-body__content blockquote:before,
.single-column-body__content blockquote::after,
.single-column-body__content q::before,
.single-column-body__content q::after {
  all: revert;
}
.single-column-body__content pre {
  white-space: pre-wrap;
}
.single-column-body__content img,
.single-column-body__content svg,
.single-column-body__content iframe,
.single-column-body__content video {
  max-width: 100%;
}
.single-column-body__content div, .single-column-body__content p, .single-column-body__content a {
  font-size: 1.6rem;
  line-height: 1.8;
}

.p-single-column__bottom {
  max-width: 136rem;
  margin: 0 auto;
}

.single-column-bottom__container {
  max-width: 100rem;
  margin: 0 auto;
}

.single-column-bottom__back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  max-width: 15rem;
  margin: 0 auto;
}

.single-column-bottom__back-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2rem;
}

.single-column-bottom__back-text {
  font-size: 1.6rem;
}

.single-column-cta {
  margin-top: -50rem;
}

.p-archive-publish {
  position: relative;
  padding: 30rem 0 20rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/image_publish-bg.png);
  z-index: 100;
}

.p-archive-publish__inner {
  padding: 0 2rem;
}

.p-archive-publish__container {
  width: 100%;
  max-width: 144rem;
  margin: 0 auto;
}

.p-archive-publish__header {
  max-width: 136rem;
  margin: 0 auto 4rem;
}

.archive-publish-header__text {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}

.archive-publish-header__title {
  font-size: 6rem;
}

.p-archive-publish__body {
  max-width: 136rem;
  margin: 0 auto;
}

.archive-publish-body__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 6rem;
     -moz-column-gap: 6rem;
          column-gap: 6rem;
  row-gap: 6rem;
}
.archive-publish-body__item:last-of-type {
  margin-bottom: 0;
}

.archive-publish-body__figure {
  margin-bottom: 2rem;
}
.archive-publish-body__figure img {
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 400/400;
}

.archive-publish-body-content__time {
  display: block;
  font-size: 1.8rem;
  color: #282d5c;
  line-height: 1;
  margin-bottom: 2rem;
}

.archive-publish-body-content__title {
  font-size: 1.6rem;
  color: #282d5c;
}

.archive-publish-cta {
  margin-top: -48rem;
}

.p-single-publish__overlay {
  cursor: pointer;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 999;
}

.p-single-publish__container {
  position: relative;
  width: 100%;
  max-width: 136rem;
  background-color: #fff;
}

.p-single-publish__inner {
  height: 70vh;
  padding: 6rem 6rem;
  overflow-y: auto;
}

.p-single-publish__body {
  margin: 0 auto 5rem;
}

.single-publish-body__container {
  max-width: 65rem;
  margin: 0 auto;
}

.single-publish-body__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
  margin-bottom: 3rem;
}

.single-publish-body-heading__time {
  font-size: 1.8rem;
  color: #031061;
}

.single-publish-body-heading__category {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.4rem 1rem;
  font-size: 1.8rem;
  line-height: 1;
  color: #fff;
  background-color: #031061;
}

.single-publish-body__figure {
  max-width: 40rem;
  margin: 0 auto 4rem;
}
.single-publish-body__figure img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 400/400;
}

.single-publish-body__title {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}

.single-publish-body__content blockquote:before,
.single-publish-body__content blockquote::after,
.single-publish-body__content q::before,
.single-publish-body__content q::after {
  all: revert;
}
.single-publish-body__content pre {
  white-space: pre-wrap;
}
.single-publish-body__content img,
.single-publish-body__content svg,
.single-publish-body__content iframe,
.single-publish-body__content video {
  max-width: 100%;
}
.single-publish-body__content div,
.single-publish-body__content p,
.single-publish-body__content a {
  font-size: 1.6rem;
  line-height: 1.8;
}

.single-publish-bottom__container {
  max-width: 65rem;
  margin: 0 auto;
}

.single-publish-bottom__back-text {
  font-size: 1.8rem;
}

.p-single-publish__close-btn {
  position: absolute;
  top: -5rem;
  right: -5rem;
  width: 9rem;
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .p-single-publish__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .p-single-publish__container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .p-single-publish__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .p-single-publish__container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .p-single-publish__container,
.micromodal-slide .p-single-publish__overlay {
  will-change: transform;
}

.p-contact {
  position: relative;
  padding: 20rem 0 20rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/image_contact-bg.png);
  z-index: 100;
}

.p-contact__inner {
  padding: 0 2rem;
}

.p-contact__container {
  width: 100%;
  max-width: 144rem;
  margin: 0 auto;
}

.p-contact__header {
  max-width: 118rem;
  padding-bottom: 5rem;
  margin: 0 auto 8rem;
  border-bottom: 0.5rem double #b9b9b9;
}

.contact-header__text {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}

.contact-header__title {
  font-size: 6rem;
  margin-bottom: 5rem;
}

.contact-header__lead {
  font-size: 1.8rem;
}

.p-contact__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  max-width: 118rem;
  margin: 0 auto 8rem;
}

.p-contact__item {
  font-size: 1.8rem;
  color: #031061;
  text-decoration: underline;
  text-decoration-thickness: 0.1rem;
  text-underline-offset: 1rem;
  opacity: 0.3;
}

.p-contact__item.is_active {
  opacity: 1;
}

.p-contact__item-arrow.is_active {
  opacity: 1;
}

.p-contact__item-arrow {
  width: 7rem;
  margin-bottom: 1rem;
  opacity: 0.3;
}

.p-contact__body {
  max-width: 118rem;
  margin: 0 auto;
}

.p-contact__form {
  padding-bottom: 12rem;
  margin: 0 auto 5rem;
  border-bottom: 0.5rem double #b9b9b9;
}

.p-contact__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 4rem;
}
.p-contact__radio .error {
  font-size: 1.6rem;
}

.contact-radio__label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.contact-radio__label p {
  font-size: 2rem;
}

.contact-radio__required {
  padding: 0.4rem 0.8rem;
  font-size: 2rem;
  line-height: 1;
  color: #fff;
  background-color: #282d5c;
}

.contact-radio__label {
  font-size: 2rem;
  color: #000;
}

.contact-radio__box,
.contact-radio__box .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2rem;
  width: 80rem;
  font-size: 2rem;
}
.contact-radio__box .mwform-radio-field,
.contact-radio__box .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  font-size: 2rem;
}
.contact-radio__box .wpcf7-list-item label {
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
.contact-page .contact-radio__box .wpcf7-list-item,
.contact-input-page .contact-radio__box .wpcf7-list-item {
  column-gap: 1rem;
}
.contact-radio__box .mwform-radio-field input,
.contact-radio__box .wpcf7-list-item input {
  width: 2rem;
  height: 2rem;
  accent-color: #9e241c;
}
.contact-page .contact-radio__box .wpcf7-list-item input,
.contact-input-page .contact-radio__box .wpcf7-list-item input {
  margin-top: 0.1rem;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin: 0;
}

.p-contact__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4rem;
}
.p-contact__input .error {
  font-size: 1.6rem;
}

.contact-input__label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  margin-bottom: 2rem;
}
.contact-page .contact-input__label,
.contact-input-page .contact-input__label {
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
}
.contact-input__label label {
  font-size: 2rem;
  color: #000;
}

.contact-input__required {
  padding: 0.4rem 0.8rem;
  font-size: 2rem;
  line-height: 1;
  color: #fff;
  background-color: #282d5c;
}

.contact-input__any {
  padding: 0.4rem 0.8rem;
  font-size: 2rem;
  line-height: 1;
  color: #282d5c;
  background-color: #fff;
  border: 0.1rem solid #282d5c;
}

.contact-input__box {
  width: 80rem;
}

.contact-input__block {
  font-size: 2rem;
}

.p-contact__input input[type=text],
.p-contact__input input[type=email] {
  width: 100%;
  max-width: 100%;
  height: 7rem;
  padding: 0 2rem;
  font-size: 2rem;
  border: 0.1rem solid #000;
  background-color: #fff;
  -webkit-appearance: none;
}

.p-contact__input input[type=tel] {
  width: 100%;
  max-width: 100%;
  height: 7rem;
  padding: 0 2rem;
  font-size: 2rem;
  border: 0.1rem solid #000;
  background-color: #fff;
  -webkit-appearance: none;
}

.p-contact__textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-contact__textarea .error {
  font-size: 1.6rem;
}

.contact-textarea__label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  margin-bottom: 2rem;
}
.contact-textarea__label label {
  font-size: 2rem;
  color: #000;
}

.contact-textarea__required {
  padding: 0.4rem 0.8rem;
  font-size: 2rem;
  line-height: 1;
  color: #fff;
  background-color: #282d5c;
}

.contact-textarea__box {
  width: 80rem;
}

.contact-textarea__block {
  font-size: 2rem;
}

.p-contact__textarea textarea {
  width: 100%;
  max-width: 100%;
  height: 43rem;
  padding: 2rem 2rem;
  font-size: 2rem;
  border: 0.1rem solid #000;
  background-color: #fff;
  -webkit-appearance: none;
}

.p-contact__form-bottom {
  max-width: 38rem;
  margin: 0 auto;
}

.p-contact__radio-consent {
  margin-bottom: 5rem;
}

.contact-radio-consent__block {
  font-size: 2rem;
}
.contact-radio-consent__block .mwform-checkbox-field,
.contact-radio-consent__block .wpcf7-checkbox .wpcf7-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
.contact-radio-consent__block input {
  width: 2rem;
  height: 2rem;
  accent-color: #9e241c;
  margin-right: 5px;
}
.contact-radio-consent__block a {
  text-decoration: underline;
  text-decoration-thickness: 0.1rem;
  text-underline-offset: 1rem;
}
.contact-radio-consent__block .error {
  margin-top: 2.5rem;
  font-size: 1.6rem;
}

.contact-btn__back {
  display: none;
}

.contact-btn__submit {
  position: relative;
  width: 15rem;
  padding-bottom: 1rem;
  border-bottom: 0.05rem solid #211815;
}
.contact-btn__submit input {
  text-align: left;
  width: 100%;
  font-size: 2em;
  color: #211815;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.contact-btn__submit input:hover {
  opacity: 0.5;
}

.contact-btn__submit-arrow {
  position: absolute;
  top: 20%;
  right: 2px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 2rem;
}

.contact-btn__submit .wpcf7-spinner {
  position: absolute;
  top: 0;
  left: -3.5rem;
  right: auto;
  bottom: 0;
  margin: auto;
}

.wpcf7 form .wpcf7-response-output {
  padding: 1.5rem 2rem;
  font-size: 1.6em;
}

.contact-confirm-page .p-contact__radio-consent,
.contact-confirmation-page .p-contact__radio-consent {
  display: none;
}
.contact-confirm-page .contact-btn__flex,
.contact-confirmation-page .contact-btn__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 6rem;
     -moz-column-gap: 6rem;
          column-gap: 6rem;
}
.contact-confirm-page .contact-btn__back,
.contact-confirmation-page .contact-btn__back {
  display: block;
  position: relative;
  width: 15rem;
  padding-bottom: 1rem;
  border-bottom: 0.05rem solid #211815;
}
.contact-confirm-page .contact-btn__back input,
.contact-confirmation-page .contact-btn__back input {
  text-align: right;
  width: 100%;
  font-size: 2em;
  color: #211815;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.contact-confirm-page .contact-btn__back input:hover,
.contact-confirmation-page .contact-btn__back input:hover {
  opacity: 0.5;
}
.contact-confirm-page .contact-btn__back-arrow,
.contact-confirmation-page .contact-btn__back-arrow {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  width: 2rem;
}
.contact-confirm-page .contact-btn__submit,
.contact-confirmation-page .contact-btn__submit {
  position: relative;
  width: 15rem;
  padding-bottom: 1rem;
  border-bottom: 0.05rem solid #211815;
}
.contact-confirm-page .contact-btn__submit input,
.contact-confirmation-page .contact-btn__submit input {
  text-align: left;
  width: 100%;
  font-size: 2em;
  color: #211815;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.contact-confirm-page .contact-btn__submit input:hover,
.contact-confirmation-page .contact-btn__submit input:hover {
  opacity: 0.5;
}
.contact-confirm-page .contact-btn__submit-arrow,
.contact-confirmation-page .contact-btn__submit-arrow {
  position: absolute;
  top: 20%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 2rem;
}

.contact-cta,
.contact-input-cta,
.contact-confirm-cta,
.contact-confirmation-cta,
.contact-complete-cta,
.contact-thanks-cta {
  margin-top: -80rem;
}

.contact-complete__list {
  margin: 0 auto 15rem;
}

.p-contact-complete__body {
  max-width: 100rem;
  margin: 0 auto;
}

.p-cancellation-policy {
  position: relative;
  padding: 20rem 0 20rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/image_cancellation-policy-bg.png);
  z-index: 100;
}

.p-cancellation-policy__inner {
  padding: 0 2rem;
}

.p-cancellation-policy__container {
  width: 100%;
  max-width: 144rem;
  margin: 0 auto;
}

.p-cancellation-policy__header {
  max-width: 128rem;
  margin: 0 auto 5rem;
}

.cancellation-policy-header__text {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}

.cancellation-policy-header__title {
  font-size: 6rem;
  margin-bottom: 5rem;
}

.p-cancellation-policy__body {
  max-width: 128rem;
  margin: 0 auto;
}

.p-cancellation-policy__text {
  font-size: 2.2rem;
}

.cancellation-policy-cta {
  margin-top: -50rem;
}

.p-site-policy {
  position: relative;
  padding: 20rem 0 20rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/image_site-policy-bg.png);
  z-index: 100;
}

.p-site-policy__inner {
  padding: 0 2rem;
}

.p-site-policy__container {
  width: 100%;
  max-width: 144rem;
  margin: 0 auto;
}

.p-site-policy__header {
  max-width: 118rem;
  margin: 0 auto 5rem;
}

.site-policy-header__text {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}

.site-policy-header__title {
  font-size: 6rem;
  margin-bottom: 5rem;
}

.p-site-policy__body {
  max-width: 118rem;
  margin: 0 auto;
}

.site-policy-body__block {
  margin-bottom: 6rem;
}

.p-site-policy__text {
  font-size: 2.2rem;
  margin-bottom: 12rem;
}

.site-policy-body-block__title {
  color: #060b65;
  font-size: 3rem;
  margin-bottom: 2rem;
}

.site-policy-body-block__text {
  font-size: 2.2rem;
}

.site-policy-cta {
  margin-top: -50rem;
}

.p-privacy-policy {
  position: relative;
  padding: 20rem 0 20rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/image_privacy-policy-bg.png);
  z-index: 100;
}

.p-privacy-policy__inner {
  padding: 0 2rem;
}

.p-privacy-policy__container {
  width: 100%;
  max-width: 144rem;
  margin: 0 auto;
}

.p-privacy-policy__header {
  max-width: 118rem;
  margin: 0 auto 5rem;
}

.privacy-policy-header__text {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}

.privacy-policy-header__title {
  font-size: 6rem;
  margin-bottom: 5rem;
}

.p-privacy-policy__body {
  max-width: 118rem;
  margin: 0 auto;
}

.privacy-policy-body__block {
  margin-bottom: 6rem;
}

.p-privacy-policy__text {
  font-size: 2.2rem;
  margin-bottom: 12rem;
}

.privacy-policy-body-block__title {
  color: #060b65;
  font-size: 3rem;
  margin-bottom: 2rem;
}

.privacy-policy-body-block__text {
  font-size: 2.2rem;
}

.privacy-policy-cta {
  margin-top: -50rem;
}

@media screen and (max-width:1920px) {
  html {
    font-size: 0.5208333333vw;
  }
}

@media screen and (max-width:1440px) {
  html {
    font-size: 0.6944444444vw;
  }
  .l-header__logo {
    height: 40rem;
  }
  .l-footer__container {
    max-width: 128rem;
    margin: 0;
    margin-left: auto;
  }
  .l-footer__flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 15rem;
       -moz-column-gap: 15rem;
            column-gap: 15rem;
  }
  .l-footer__bottom {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-bottom__list {
    margin-right: 8rem;
  }
  .footer-bottom__item {
    margin-right: 2rem;
  }
  .c-back__btn {
    bottom: 10rem;
    right: 2rem;
    width: 6rem;
  }
  .p-fv__video {
    height: 65rem;
  }
  .p-top-info__content {
    max-width: 110rem;
  }
  .p-top-about__illust {
    top: -24%;
    right: 15rem;
    width: 100rem;
  }
  .p-top-about__flex {
    max-width: 110rem;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
  }
  .p-top-about__body {
    max-width: 50rem;
  }
  .p-top-learn__ele {
    padding: 0 6rem 0 2rem;
  }
  .p-top-learn__header {
    max-width: 110rem;
  }
  .p-top-learn__body {
    max-width: 120rem;
    margin: 0;
    margin-left: auto;
    margin-bottom: 12rem;
  }
  .top-learn-body__flex {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
  }
  .top-learn-body__box:first-of-type::after {
    top: -1.5rem;
    right: -1.5rem;
    height: 54.5rem;
  }
  .top-learn-body__box:nth-of-type(2)::after {
    top: -1.5rem;
    right: -1.5rem;
    height: 57.5rem;
  }
  .top-learn-body__box:last-of-type::after {
    top: -1.5rem;
    right: -1.5rem;
    height: 54.5rem;
  }
  .top-learn-footer__figure {
    max-width: 124rem;
  }
  .top-learn-footer__title {
    top: 6rem;
    right: 48rem;
  }
  .top-learn-footer__link-wrap {
    top: 3rem;
    right: 26rem;
  }
  .p-top-pickup__flex {
    max-width: 110rem;
    margin: 0 auto;
  }
  .p-top-pickup__body {
    max-width: 62rem;
  }
  .p-top-instagram__arrow {
    top: 2rem;
    left: 22rem;
    width: 0.9rem;
  }
  .p-top-instagram__header {
    max-width: 110rem;
    margin-left: auto;
    margin-bottom: 5rem;
  }
  #slider-top-instagram {
    max-width: 110rem;
    margin-bottom: 6rem;
  }
  .p-top-column__icon {
    top: -13rem;
    right: 0;
    width: 55rem;
  }
  .p-top-column__header {
    max-width: 110rem;
    margin: 0;
    margin-left: auto;
    margin-bottom: 5rem;
  }
  .top-column-header__flex {
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
  }
  .top-column-header__link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-bottom: 0.1rem solid #000;
    padding-bottom: 1.5rem;
    margin-left: 0;
  }
  .p-top-column__content {
    height: 14.5rem;
    padding: 1.5rem;
  }
  .p-top-column__list {
    max-width: 128rem;
  }
  .p-top-media__flex {
    -webkit-column-gap: 10rem;
       -moz-column-gap: 10rem;
            column-gap: 10rem;
    padding-right: 8rem;
  }
  .p-top-media__body {
    max-width: 65rem;
  }
  .p-top-media__footer {
    max-width: 124rem;
    margin-left: auto;
  }
  .top-media-footer__content {
    top: 4.5rem;
    left: 39rem;
  }
  .p-top-media__illust01 {
    bottom: -10rem;
    left: 0;
    width: 32rem;
  }
  .p-top-media__illust02 {
    bottom: 34rem;
    right: 0;
    width: 20rem;
  }
  .p-about-kv__inner {
    padding: 0 2rem 0 18rem;
  }
  .p-about-kv__icon {
    top: -24rem;
    right: 4rem;
    width: 40rem;
  }
  .p-about-profile {
    padding: 15rem 0 10rem;
  }
  .p-about-profile__inner {
    padding: 0 4rem 0 18rem;
  }
  .p-about-profile__flex {
    -webkit-column-gap: 5rem;
       -moz-column-gap: 5rem;
            column-gap: 5rem;
  }
  .p-about-profile__header {
    width: 40rem;
  }
  .p-about-offer {
    background-position: 30% 0;
  }
  .p-about-offer__inner {
    padding: 0 2rem 0 18rem;
  }
  .p-about-offer__box {
    max-width: 100%;
  }
  .p-about-company__flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    max-width: 110rem;
  }
  .p-about-company__header {
    width: 60rem;
  }
  .about-cta {
    margin-top: -80rem;
  }
  .p-cta__flex {
    height: 130rem;
  }
  .p-cta__school {
    max-width: 115rem;
    margin: 0 auto 12rem;
  }
  .p-cta-school__title {
    top: 5rem;
    right: 48rem;
  }
  .p-cta-school__link-wrap {
    top: 2rem;
    right: 26rem;
  }
  .p-cta__contact {
    max-width: 115rem;
    margin-left: auto;
  }
  .cta-contact__content {
    top: 5rem;
    left: 38rem;
  }
  .cta-contact-content__title {
    font-size: 3.2rem;
    margin-bottom: 2rem;
  }
  .p-yamato-kv {
    padding: 15rem 0 8rem;
  }
  .p-yamato-kv__inner {
    padding: 0 2rem 0 18rem;
  }
  .yamato-kv-body__text {
    max-width: 64em;
  }
  .yamato-kv-content__flex {
    -webkit-column-gap: 5rem;
       -moz-column-gap: 5rem;
            column-gap: 5rem;
  }
  .yamato-kv-content-detail__figure {
    top: 20rem;
    left: 40%;
    max-width: 14rem;
  }
  .yamato-kv-content-character__title {
    font-size: 10rem;
  }
  .yamato-lead-header__title {
    max-width: 25rem;
    font-size: 3rem;
    margin: 0 auto 4rem;
  }
  .yamato-lead-header__text {
    max-width: 54rem;
    font-size: 2rem;
    margin: 0 auto;
  }
  .p-yamato-lead__icon {
    bottom: -7rem;
    left: 42rem;
    width: 15rem;
  }
  .p-yamato-lesson {
    background-size: contain;
  }
  .p-yamato-lesson__group {
    max-width: 124rem;
    padding: 10rem 0 12rem;
    margin-left: auto;
    border-top: 0.5rem double #b9b9b9;
  }
  .p-yamato-lesson__flex {
    -webkit-column-gap: 5rem;
       -moz-column-gap: 5rem;
            column-gap: 5rem;
    max-width: 110rem;
    margin: 0 auto 10rem;
  }
  .p-yamato-instructor__group {
    max-width: 124rem;
    padding: 10rem 0 12rem;
    margin-left: auto;
    border-top: 0.5rem double #b9b9b9;
  }
  .p-yamato-instructor__flex {
    -webkit-column-gap: 5rem;
       -moz-column-gap: 5rem;
            column-gap: 5rem;
    max-width: 110rem;
    margin: 0 auto;
  }
  .p-yamato-artist__group {
    max-width: 124rem;
    padding: 10rem 0 12rem;
    margin-left: auto;
    border-top: 0.5rem double #b9b9b9;
  }
  .p-yamato-artist__flex {
    -webkit-column-gap: 5rem;
       -moz-column-gap: 5rem;
            column-gap: 5rem;
    max-width: 110rem;
    margin: 0 auto;
  }
  .p-yamato-hobby__group {
    max-width: 124rem;
    padding: 10rem 0 12rem;
    margin-left: auto;
    border-top: 0.5rem double #b9b9b9;
  }
  .p-yamato-hobby__flex {
    -webkit-column-gap: 10rem;
       -moz-column-gap: 10rem;
            column-gap: 10rem;
    max-width: 110rem;
    margin: 0 auto 10rem;
  }
  .p-yamato-hobby__support {
    max-width: 110rem;
  }
  .yamato-cta {
    margin-top: -60rem;
  }
  .p-jingaku-kv__inner {
    padding: 0 2rem 0 18rem;
  }
  .jingaku-kv-content-soul__title {
    font-size: 10rem;
  }
  .p-jingaku-lead {
    padding: 8rem 0 8rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/image_jingaku-lead-bg.png);
  }
  .p-jingaku-lead__flex {
    max-width: 110rem;
  }
  .p-jingaku-lead__body {
    width: 75rem;
  }
  .p-jingaku-about__group {
    max-width: 124rem;
  }
  .p-jingaku-about__flex {
    max-width: 110rem;
  }
  .jingaku-profile-card__illust {
    top: 60rem;
    right: -2rem;
    width: 127rem;
  }
  .p-jingaku-profile__flex {
    max-width: 110rem;
  }
  .p-jingaku-profile__card {
    width: 48rem;
  }
  .jingaku-profile-card__inner {
    padding: 5rem 6rem;
  }
  .jingaku-cta {
    margin-top: -45rem;
  }
  .p-class-kv__inner {
    padding: 0 2rem 0 18rem;
  }
  .class-cta {
    margin-top: -70rem;
  }
  .p-wabunka-kv {
    padding: 30rem 0 13rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/image_wabunka-kv-bg.png);
  }
  .p-wabunka-kv__inner {
    padding: 0 2rem 0 18rem;
  }
  .wabunka-kv-content-detail__arrow {
    top: 54rem;
    right: 3rem;
    max-width: 1rem;
    max-width: 0.6rem;
  }
  .wabunka-kv-content-detail__figure {
    max-width: 31rem;
  }
  .wabunka-kv-content-culture__title {
    font-size: 10rem;
  }
  .p-wabunka-lead {
    padding: 13rem 0 10rem;
    background-size: cover;
    background-image: url(../images/image_wabunka-lead-bg.png);
  }
  .p-wabunka-lead__header {
    max-width: 110rem;
    margin: 0 auto;
  }
  .wabunka-lead-header__text {
    max-width: 45rem;
    font-size: 2rem;
  }
  .wabunka-lead-body__figure {
    top: -13rem;
    right: -2rem;
    width: 75rem;
  }
  .p-wabunka-course {
    padding: 5rem 0 5rem;
    background-size: cover;
    background-image: url(../images/image_wabunka-course-bg.png);
  }
  .p-wabunka-course__illust {
    bottom: -5rem;
  }
  .p-wabunka-course__header {
    top: -10rem;
    right: 10rem;
  }
  .p-wabunka-course__body {
    max-width: 124rem;
    margin-left: auto;
  }
  .wabunka-course-body__box {
    padding: 5rem;
  }
  .wabunka-course-body__box:first-of-type {
    padding: 5rem;
  }
  .wabunka-course-body__box:last-of-type {
    padding: 5rem;
  }
  .p-wabunka-profile__sub-bg {
    top: 73rem;
    right: 15rem;
    width: 110rem;
  }
  .p-wabunka-profile__illust {
    top: 77rem;
    right: -1.5rem;
    width: 20rem;
  }
  .p-wabunka-profile__flex {
    max-width: 110rem;
  }
  .p-wabunka-profile__card {
    width: 45rem;
    background-color: rgba(255, 255, 255, 0.7);
  }
  .wabunka-cta {
    margin-top: -65rem;
  }
  .p-archive-news-guidance__inner {
    padding: 0 2rem 0 18rem;
  }
  .archive-news-guidance-cta {
    margin-top: -55rem;
  }
  .p-single-news-guidance__inner {
    padding: 0 2rem 0 18rem;
  }
  .single-news-guidance-cta {
    margin-top: -35rem;
  }
  .p-archive-column__inner {
    padding: 0 2rem 0 18rem;
  }
  .archive-column-cta {
    margin-top: -60rem;
  }
  .p-single-column__inner {
    padding: 0 2rem 0 18rem;
  }
  .single-column-cta {
    margin-top: -50rem;
  }
  .p-archive-publish__inner {
    padding: 0 2rem 0 18rem;
  }
  .archive-publish-cta {
    margin-top: -48rem;
  }
  .p-single-publish__container {
    max-width: 110rem;
  }
  .p-contact__inner {
    padding: 0 2rem 0 18rem;
  }
  .contact-cta,
  .contact-input-cta,
  .contact-confirm-cta,
  .contact-confirmation-cta,
  .contact-complete-cta,
  .contact-thanks-cta {
    margin-top: -80rem;
  }
  .p-cancellation-policy__inner {
    padding: 0 2rem 0 18rem;
  }
  .cancellation-policy-cta {
    margin-top: -50rem;
  }
  .p-site-policy__inner {
    padding: 0 2rem 0 18rem;
  }
  .site-policy-cta {
    margin-top: -50rem;
  }
  .p-privacy-policy__inner {
    padding: 0 2rem 0 18rem;
  }
  .privacy-policy-cta {
    margin-top: -50rem;
  }
}

@media screen and (max-width:768px) {
  html {
    font-size: 2.5641025641vw;
  }
  .l-body {
    padding-top: 8.5rem;
  }
  .l-inner {
    padding: 0 1.5rem;
  }
  .l-container {
    max-width: 100%;
  }
  .l-header {
    right: 0;
    width: 100%;
    background-size: cover;
    background-image: url(../images/image_header-bg_sp.png);
    background-color: initial;
  }
  .l-header__inner {
    padding: 0 2rem;
  }
  .l-header__body {
    width: 100%;
    height: 8.7rem;
    min-height: initial;
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .l-header__burger-wrap {
    position: absolute;
    top: 4rem;
    right: 2rem;
    height: auto;
    border: none;
    z-index: 999;
  }
  .l-header__burger {
    width: 4.7rem;
    height: 1.3rem;
  }
  .l-header__burger > span {
    height: 0.2rem;
    border-radius: 0.1rem;
  }
  .l-header__burger > span:first-of-type.is_active {
    background-color: #fff;
    -webkit-transform: translateY(0.6rem) rotate(35deg);
            transform: translateY(0.6rem) rotate(35deg);
  }
  .l-header__burger > span:last-of-type.is_active {
    background-color: #fff;
    -webkit-transform: translateY(-0.5rem) rotate(-35deg);
            transform: translateY(-0.5rem) rotate(-35deg);
  }
  .l-header__logo {
    height: auto;
    border: none;
  }
  .l-header__logo a {
    width: 4.5rem;
  }
  .l-header__contact {
    display: none;
  }
  .l-header__mask {
    width: 100%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0;
  }
  .header-mask__logo {
    display: block;
    width: 4.5rem;
    margin-bottom: 6.5rem;
  }
  .header-mask__inner {
    padding: 2.5rem 2rem 8rem;
  }
  .header-mask__body {
    max-width: 100%;
  }
  .header-mask__list {
    grid-template-columns: 100%;
    margin-bottom: 4rem;
  }
  .header-mask__item {
    margin-bottom: 2.5rem;
  }
  .header-mask__item:nth-of-type(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .header-mask__item:nth-of-type(4) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .header-mask__item:nth-of-type(6) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-bottom: 0;
  }
  .header-mask__link span:first-of-type {
    font-size: 1.5rem;
    margin-right: 1.5rem;
  }
  .header-mask__link span:last-of-type {
    font-size: 1.3rem;
  }
  .header-mask__flex {
    margin-bottom: 5.5rem;
  }
  .header-mask__contact-list {
    margin-right: 8.5rem;
  }
  .header-mask__contact-item {
    margin-bottom: 2rem;
  }
  .header-mask__contact-link {
    font-size: 1.3rem;
  }
  .header-mask__sns-list {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
  .header-mask__sns-link {
    width: 2.8rem;
  }
  .header-mask__sub-list {
    margin-bottom: 2rem;
  }
  .header-mask__sub-item {
    margin-bottom: 2rem;
  }
  .header-mask__sub-link {
    font-size: 1.2rem;
  }
  .header-mask__sub-link-plus-icon {
    right: 15rem;
    width: 1rem;
    height: 0.1rem;
    border-radius: 0.1rem;
  }
  .header-mask__sub-link-plus-icon::after {
    border-radius: 0.1rem;
  }
  .l-footer {
    padding: 5rem 0 2rem;
  }
  .l-footer__inner {
    padding: 0 2rem;
  }
  .l-footer__container {
    max-width: 100%;
  }
  .l-footer__ele {
    max-width: 100%;
  }
  .l-footer__flex {
    display: block;
  }
  .l-footer__heading {
    margin-bottom: 3rem;
  }
  .footer-heading__logo {
    width: 5.7rem;
    margin-right: 2rem;
  }
  .footer-heading__title {
    font-size: 1.6rem;
  }
  .l-footer__list {
    display: none;
  }
  .l-footer__body {
    display: none;
  }
  .l-footer__sp-list {
    display: block;
    margin-bottom: 9rem;
  }
  .l-footer__sp-item {
    margin-bottom: 2rem;
  }
  .l-footer__sp-item:last-of-type {
    margin-bottom: 0;
  }
  .l-footer__sp-link {
    color: #fff;
    font-size: 1.5rem;
  }
  .l-footer__bottom {
    display: block;
  }
  .footer-bottom__list {
    display: none;
  }
  .footer-bottom__copyright {
    text-align: center;
  }
  .c-opening__box {
    max-width: 100%;
  }
  .c-opening__sub-title {
    font-size: 1.6rem;
    margin-left: 4rem;
    margin-bottom: 3rem;
  }
  .c-opening__logo {
    max-width: 28rem;
    margin: 0 auto 3rem;
  }
  .c-opening__title {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  #splash_text {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    width: 90%;
  }
  #splash_text::before {
    font-size: 1.4rem;
  }
  .progressbar-text {
    font-size: 1.4rem;
  }
  .c-back__btn {
    bottom: 7rem;
    right: 2rem;
    width: 3.5rem;
  }
  .c-page-nation {
    margin-top: 5rem;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
  .c-page-nation .nav-links {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
  .p-fv {
    width: 100%;
    padding-top: 10rem;
    background-size: cover;
    background-image: url(../images/image_fv-bg_sp.png);
    background-color: initial;
  }
  .p-fv__video {
    width: 100%;
    max-width: 37.6rem;
    height: 27.4rem;
    aspect-ratio: 376/274;
    margin: 0 auto;
    background-color: initial;
    border-top: 0.2rem solid #000;
    border-bottom: 0.2rem solid #000;
  }
  .fv-video__content {
    display: none;
  }
  .p-top-info {
    background-size: contain;
    background-repeat: no-repeat;
    padding: 5rem 0 8.5rem;
  }
  .p-top-info__inner {
    padding: 0 2rem;
  }
  .p-top-info__illust {
    top: -1rem;
    right: -2rem;
    width: 9rem;
  }
  .p-top-info__header {
    margin-bottom: 5rem;
  }
  .top-info-header__text {
    font-size: 1.6rem;
  }
  .top-info-header__title {
    font-size: 3.6rem;
    margin: 0 auto 1rem;
  }
  .top-info-header__title span {
    width: 3rem;
    height: 3rem;
    margin: 0 0.5rem;
  }
  .top-info-header__lead {
    font-size: 2rem;
  }
  .top-info-header__arrow {
    top: 110%;
    width: 0.7rem;
  }
  .p-top-info-thumbnail__item {
    max-width: 25.2rem;
    margin: 0 1rem;
  }
  #slider-top-info {
    max-width: 33.5rem;
    margin-bottom: 13.5rem;
  }
  #slider-top-info::after {
    top: -1.3rem;
    left: -3rem;
    width: 37rem;
    height: 21.3rem;
    border: 0.1rem solid #282d61;
  }
  .p-top-info__content {
    max-width: 100%;
  }
  .top-info-content__sp-heading {
    display: block;
    text-align: center;
    margin-bottom: 2rem;
  }
  .top-info-content__sp-title {
    display: block;
    font-size: 2rem;
  }
  .top-info-content__lead {
    display: none;
  }
  .top-info-content__sp-lead {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 1rem;
  }
  .top-info-content-sp-lead__icon {
    width: 3rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
  }
  .top-info-content-sp-lead__text {
    font-size: 4rem;
    line-height: 1;
    font-family: "Cormorant Garamond", serif;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
  .top-info-content-body__heading {
    display: none;
  }
  .top-info-content-body__link {
    display: block;
  }
  .top-info-content-body__cate {
    display: none;
  }
  .top-info-content-body__flex {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    border-bottom: 0.1rem solid #282d61;
  }
  .top-info-content-body__ele {
    display: block;
    padding: 2.5rem 0;
  }
  .top-info-content-body__sp-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 2.5rem;
  }
  .top-info-content-body__time {
    width: 10rem;
    font-size: 1.3rem;
  }
  .top-info-content-body__sp-cate {
    display: block;
    font-size: 1.3rem;
  }
  .top-info-content-body__text {
    font-size: 1.5rem;
  }
  .top-info-content-body__arrow {
    width: 2.1rem;
  }
  .p-top-about {
    padding: 4rem 0 5rem;
    background-image: url(../images/image_top-about-bg_sp.png);
  }
  .p-top-about__inner {
    padding: 0 2rem;
  }
  .p-top-about__illust {
    display: none;
  }
  .p-top-about__flex {
    display: block;
    max-width: 100%;
  }
  .p-top-about__body {
    max-width: 100%;
    margin-bottom: 4.5rem;
  }
  .p-top-about__icon {
    top: -10rem;
    left: 19rem;
    width: 18rem;
  }
  .top-about-header__title {
    font-size: 4rem;
  }
  .top-about-header__title span {
    font-size: 4rem;
  }
  .top-about-header__sub-title {
    font-size: 1.4rem;
    margin-bottom: 3.5rem;
  }
  .top-about-header__sub-title::after {
    width: 12rem;
    height: 0.1rem;
    background-color: rgba(255, 255, 255, 0.3);
    margin-left: 1rem;
  }
  .top-about-header__text {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
  .top-about-header__link {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 14rem;
    border-bottom: 0.1rem solid #fff;
    padding-bottom: 1.5rem;
    margin-left: auto;
  }
  .top-about-header-link__text {
    font-size: 1.5rem;
    margin-right: 1rem;
  }
  .top-about-header-link__arrow {
    width: 2rem;
    margin-bottom: 1rem;
  }
  .p-top-learn {
    padding: 5rem 0 3rem;
    background-image: none;
  }
  .p-top-learn__ele {
    padding: 0 2rem 0 0;
  }
  .p-top-learn__container {
    max-width: 100%;
  }
  .p-top-learn__header {
    max-width: 100%;
    padding: 0 2rem;
    margin-bottom: 7rem;
  }
  .top-learn-header__flex {
    display: block;
    margin-bottom: 3rem;
  }
  .top-learn-header__ele {
    margin-bottom: 1rem;
  }
  .top-learn-header__title {
    font-size: 4rem;
    margin-right: 2rem;
  }
  .top-learn-header__sub-title {
    font-size: 1.8rem;
    margin-right: 0;
  }
  .top-learn-header__text {
    font-size: 1.4rem;
    margin-bottom: 0;
  }
  .top-learn-header__lead {
    margin-right: 1rem;
  }
  .top-learn-header-lead__icon {
    width: 3rem;
    margin-right: 1rem;
    margin-bottom: 0rem;
  }
  .top-learn-header-lead__text {
    font-size: 2rem;
  }
  .p-top-learn__border {
    bottom: 7rem;
    right: 6rem;
    width: 9.5rem;
  }
  .p-top-learn__body {
    max-width: 100%;
    margin: 0 auto 10rem;
  }
  .top-learn-body__flex {
    display: block;
  }
  .top-learn-body__box::after {
    border: 0.1rem solid #000;
  }
  .top-learn-body__box:first-of-type {
    margin-top: 0;
    margin-bottom: 7rem;
  }
  .top-learn-body__box:first-of-type::after {
    top: -2rem;
    right: -1.5rem;
    height: 51rem;
  }
  .top-learn-body__box:nth-of-type(2) {
    margin-top: 0;
    margin-bottom: 7rem;
  }
  .top-learn-body__box:nth-of-type(2)::after {
    top: -2rem;
    right: -1.5rem;
    height: 53rem;
  }
  .top-learn-body__box:last-of-type {
    margin-bottom: 7rem;
  }
  .top-learn-body__box:last-of-type::after {
    top: -2rem;
    right: -1.5rem;
    height: 51rem;
  }
  .top-learn-body__link {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 15rem;
    border-bottom: 0.1rem solid #fff;
    padding-bottom: 1.5rem;
    margin-left: auto;
  }
  .top-learn-body-link__text {
    font-size: 1.8rem;
    margin-right: 1rem;
  }
  .top-learn-body-link__arrow {
    width: 2rem;
    margin-bottom: 1rem;
  }
  .top-learn-body__title {
    font-size: 3.2rem;
  }
  .top-learn-body__content {
    padding: 2rem 0 0;
    margin-left: 3rem;
  }
  .top-learn-body-content__text {
    font-size: 1.8rem;
  }
  .top-learn-footer__figure {
    max-width: 100%;
  }
  .top-learn-footer__figure:first-of-type {
    margin: 0 auto 2.5rem;
  }
  .top-learn-footer__figure:last-of-type {
    margin: 0 auto;
  }
  .top-learn-footer__title {
    top: 16rem;
    right: 10rem;
  }
  .top-learn-footer__title span:first-of-type {
    font-size: 4rem;
  }
  .top-learn-footer__title span:last-of-type {
    font-size: 2rem;
  }
  .top-learn-footer__link-wrap {
    top: 28rem;
    right: 10rem;
  }
  .top-learn-footer__link {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 13rem;
    border-bottom: 0.1rem solid #fff;
    padding-bottom: 1.5rem;
    margin: 0 auto;
  }
  .top-learn-footer-link__text {
    font-size: 1.5rem;
    margin-right: 1rem;
  }
  .top-learn-footer-link__arrow {
    width: 3rem;
    margin-bottom: 1rem;
  }
  .p-top-pickup {
    padding: 5rem 0 8rem;
    background-image: url(../images/image_top-pickup-bg_sp.png);
  }
  .p-top-pickup__inner {
    padding: 0 2rem;
  }
  .p-top-pickup__container {
    max-width: 100%;
  }
  .p-top-pickup__flex {
    display: block;
    max-width: 100%;
  }
  .p-top-pickup__header {
    margin: 0 auto 12rem;
  }
  .top-pickup-header__title {
    font-size: 4rem;
  }
  .top-pickup-header__sub-title {
    font-size: 1.4rem;
    margin-bottom: 9rem;
  }
  .p-top-pickup__border {
    top: -9rem;
    right: 9rem;
    width: 13rem;
  }
  .p-top-pickup__body {
    max-width: 100%;
  }
  .top-pickup-body__video {
    padding: 0.5rem;
    border: 0.1rem solid #fff;
  }
  .top-pickup-body__video iframe {
    aspect-ratio: 335/184;
  }
  .top-pickup-header-content__text {
    font-size: 1.8rem;
  }
  .p-top-instagram {
    padding: 7rem 0;
  }
  .p-top-instagram__inner {
    padding: 0 0 0 2rem;
  }
  .p-top-instagram__container {
    max-width: 100%;
  }
  .p-top-instagram__arrow {
    top: 11rem;
    left: 0;
    width: 0.6rem;
  }
  .p-top-instagram__header {
    display: block;
    max-width: 100%;
    margin-bottom: 3rem;
  }
  .top-instagram-header__lead {
    margin-right: 1rem;
  }
  .top-instagram-header-lead__icon {
    width: 3rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
  }
  .top-instagram-header-lead__text {
    font-size: 2rem;
  }
  .top-instagram-header__title {
    font-size: 4rem;
  }
  #slider-top-instagram {
    max-width: 34rem;
    margin-bottom: 6rem;
  }
  #slider-top-instagram .top-instagram-body__item {
    max-width: 28rem;
    margin: 0 0.5rem;
  }
  #slider-top-instagram .slick-arrow:before {
    top: -3rem;
    left: 25rem;
  }
  #slider-top-instagram .slick-next {
    display: none;
  }
  .top-instagram-body__link-wrap {
    display: inline-block;
    text-align: center;
    padding-right: 2rem;
  }
  .top-instagram-body__link {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 0.1rem solid #000;
    padding-bottom: 1.5rem;
    margin-left: auto;
  }
  .top-instagram-body__link:first-of-type {
    margin-bottom: 2rem;
  }
  .top-instagram-body-link__text {
    font-size: 1.5rem;
    margin-right: 1rem;
  }
  .top-instagram-body-link__arrow {
    width: 2rem;
    margin-bottom: 1rem;
  }
  .p-top-column__bg {
    background-image: url(../images/image_top-column-bg_sp.png);
  }
  .p-top-column__icon {
    top: -5rem;
    right: 0;
    width: 25rem;
  }
  .p-top-column {
    padding: 6rem 0 6rem;
  }
  .p-top-column__inner {
    padding: 0 2rem;
  }
  .p-top-column__container {
    max-width: 100%;
  }
  .p-top-column__header {
    max-width: 100%;
    margin: 0 auto 5rem;
  }
  .top-column-header__content {
    display: none;
  }
  .top-column-header__title {
    font-size: 4rem;
  }
  .top-column-header__title::after {
    position: absolute;
    content: "コラム";
    font-size: 2rem;
    bottom: -2.5rem;
    left: 0;
  }
  .top-column-header__link {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 0.1rem solid #000;
    padding-bottom: 1.5rem;
    margin-left: auto;
  }
  .top-column-header-link__text {
    font-size: 1.5rem;
    margin-right: 1rem;
  }
  .top-column-header-link__arrow {
    width: 2rem;
    margin-bottom: 1rem;
  }
  .p-top-column__body {
    display: none;
  }
  .p-top-column__list {
    display: none;
  }
  .p-top-column__sp-block {
    display: block;
    max-width: 100%;
  }
  .p-top-column__sp-box {
    position: relative;
    width: 100%;
    margin-bottom: 3rem;
  }
  .p-top-column__sp-box:last-of-type {
    margin-bottom: 0;
  }
  .p-top-column__sp-box img {
    -o-object-fit: contain;
       object-fit: contain;
    aspect-ratio: 400/400;
  }
  .top-column-sp-box__content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    height: 11rem;
    padding: 1.5rem;
  }
  .top-column-sp-box-content__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1rem;
  }
  .top-column-sp-box-content__time {
    color: #fff;
    font-size: 1.8rem;
    margin-right: 2rem;
  }
  .top-column-sp-box-content__label {
    color: #fff;
    font-size: 1.4rem;
    line-height: 1;
    border: 0.1rem solid #fff;
    padding: 0.5rem 1rem;
  }
  .top-column-sp-box-content__text {
    color: #fff;
    font-size: 1.6rem;
  }
  .p-top-media__container {
    max-width: 100%;
  }
  .p-top-media__name-title {
    display: none;
  }
  .p-top-media__flex {
    display: block;
    padding: 0 3rem 0rem 5rem;
    margin-bottom: 45rem;
  }
  .p-top-media__header {
    display: none;
  }
  .top-media-header__link {
    display: none;
  }
  .top-media-header-link__text {
    font-size: 1.5rem;
    margin-right: 1rem;
  }
  .top-media-header-link__arrow {
    width: 2rem;
    margin-bottom: 1rem;
  }
  .p-top-media__sp-header {
    display: block;
    margin-bottom: 4rem;
  }
  .top-media-sp-header__title {
    font-size: 4rem;
    font-family: "Cormorant Garamond", serif;
    line-height: 1.2;
  }
  .p-top-media__sp-lead {
    display: block;
    position: absolute;
    top: 1rem;
    left: 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top-media-sp-lead__icon {
    width: 3rem;
    margin-bottom: 1rem;
  }
  .top-media-sp-lead__text {
    font-size: 2rem;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
  .top-media-body__list {
    margin-bottom: 6rem;
  }
  .top-media-body__item {
    border-top: none;
  }
  .top-media-body__item:last-of-type {
    border-bottom: none;
  }
  .top-media-body__link {
    padding: 0;
    margin-bottom: 4rem;
  }
  .top-media-body__time {
    display: none;
  }
  .top-media-body__flex {
    display: block;
  }
  .top-media-body__figure {
    max-width: 23rem;
    margin-bottom: 1.5rem;
  }
  .top-media-body-content__title {
    font-size: 1.5rem;
    margin-bottom: 0;
  }
  .top-media-body-content__text {
    display: none;
  }
  .top-media-body__sp-link {
    width: 14rem;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 0.1rem solid #000;
    padding-bottom: 1.5rem;
    margin-left: auto;
  }
  .top-media-body-sp-link__text {
    text-align: center;
    font-size: 1.5rem;
    margin-right: 1rem;
  }
  .top-media-body-sp-link__arrow {
    width: 3rem;
    margin-bottom: 1rem;
  }
  .p-top-media__footer {
    max-width: 100%;
  }
  .top-media-footer__content {
    top: 5rem;
    left: 7rem;
  }
  .top-media-footer-content__title {
    text-align: center;
    font-size: 5rem;
    margin-bottom: 1rem;
  }
  .top-media-footer-content__title::before {
    display: none;
  }
  .top-media-footer-content__link {
    text-align: center;
    width: 100%;
    border-bottom: 0.1rem solid #fff;
    padding-bottom: 1.5rem;
  }
  .top-media-footer-content-link__text {
    font-size: 2rem;
  }
  .p-top-media__illust01 {
    bottom: -40rem;
    left: 0;
    width: 100%;
  }
  .p-top-media__illust02 {
    display: none;
  }
  .p-about-kv {
    padding: 15rem 0 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/image_about-kv-bg_sp.png);
  }
  .p-about-kv__inner {
    padding: 0 2rem;
  }
  .p-about-kv__container {
    max-width: 100%;
  }
  .p-about-kv__header {
    margin-bottom: 2rem;
  }
  .about-kv-header__text {
    font-size: 1.3rem;
    margin-bottom: 2rem;
  }
  .about-kv-header__title {
    font-size: 3.2rem;
  }
  .about-kv-body__text {
    max-width: 100%;
    font-size: 1.5rem;
  }
  .p-about-kv__icon {
    display: none;
  }
  .p-about-profile {
    padding: 0 0 7rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/image_about-profile-bg_sp.png);
  }
  .p-about-profile__inner {
    padding: 0 2rem;
  }
  .p-about-profile__container {
    max-width: 100%;
  }
  .p-about-profile__flex {
    padding-top: 8rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .p-about-profile__header {
    width: 100%;
  }
  .about-profile-header__figure {
    margin-bottom: 1rem;
  }
  .about-profile-header__text {
    font-size: 1.2rem;
  }
  .p-about-profile__body {
    margin-bottom: 2rem;
  }
  .about-profile-body__heading {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    margin-bottom: 1rem;
  }
  .about-profile-body-heading__title {
    font-size: 3.2rem;
  }
  .about-profile-body-heading__text {
    font-size: 1.5rem;
  }
  .about-profile-body__greeting {
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
    margin-bottom: 2rem;
  }
  .about-profile-body-greeting__icon {
    width: 2.2rem;
  }
  .about-profile-body-greeting__text {
    font-size: 2.2rem;
  }
  .about-profile-body__text {
    font-size: 1.4rem;
  }
  .p-about-offer {
    padding: 3rem 0;
    background-position: 48% 0;
    background-image: url(../images/image_about-offer-bg_sp.png);
  }
  .p-about-offer__inner {
    padding: 0 2rem;
  }
  .p-about-offer__container {
    max-width: 100%;
  }
  .p-about-offer__box {
    display: block;
    max-width: 100%;
  }
  .p-about-offer__flex {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
  }
  .p-about-offer__header {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    width: 6rem;
    row-gap: 2rem;
  }
  .about-offer-header__icon {
    width: 3rem;
  }
  .about-offer-header__title {
    font-size: 3.2rem;
  }
  .p-about-offer__body {
    padding: 2rem 0;
    width: 20rem;
    border-top: 0.1rem solid #fff;
    border-bottom: 0.1rem solid #fff;
  }
  .about-offer-body__list {
    display: none;
  }
  .about-offer-body__sp-list {
    display: block;
  }
  .about-offer-body__sp-item {
    font-size: 1.4rem;
    color: #fff;
    margin-bottom: 1.5rem;
  }
  .about-offer-body__sp-item:last-of-type {
    margin-bottom: 0;
  }
  .p-about-school {
    padding-bottom: 5rem;
  }
  .p-about-school__header-bg {
    padding: 5rem 2rem 20rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/image_about-school-header-bg_sp.png);
  }
  .p-about-school__header-top {
    margin-bottom: 10rem;
  }
  .about-school-header-top__icon {
    width: 4.5rem;
    margin: 0 auto 2rem;
  }
  .about-school-header-top__title {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
  .about-school-header-top__text {
    font-size: 1.3rem;
  }
  .p-about-school__header-content {
    max-width: 100%;
  }
  .about-school-header-content__ele {
    margin-bottom: 3rem;
  }
  .about-school-header-content__title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .about-school-header-content__text {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    margin-bottom: 2rem;
  }
  .about-school-header-content__text span {
    font-size: 1rem;
  }
  .about-school-header-content__text span:last-of-type {
    font-size: 1.6rem;
  }
  .about-school-header-content__sp-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 1rem;
  }
  .p-about-school__body {
    max-width: 100%;
    padding: 0 1rem;
    margin: 0 auto;
  }
  .about-school-body__flex {
    display: block;
    margin-bottom: 3rem;
  }
  .about-school-body__flex:last-of-type {
    margin-top: 0;
    margin-bottom: 0;
  }
  .about-school-body__banner {
    margin-bottom: 3rem;
  }
  .about-school-modal__overlay {
    background-color: rgba(0, 0, 0, 0.6);
  }
  .about-school-modal__container {
    max-width: 35rem;
  }
  .about-school-modal__inner {
    height: 65vh;
    padding: 3rem 2rem;
  }
  .about-school-modal-content__close-btn {
    top: -3rem;
    right: 0;
    width: 6rem;
  }
  .about-school-modal-content__header {
    margin-bottom: 3rem;
  }
  .about-school-modal-content-header__logo {
    max-width: 6rem;
    margin: 0 auto 2rem;
  }
  .about-school-modal-content-header__title {
    font-size: 1.8rem;
  }
  .about-school-modal-content-body__summary {
    font-size: 1.7rem;
    margin-bottom: 2rem;
  }
  .about-school-modal-content-body__text {
    font-size: 1.5rem;
  }
  .p-about-company {
    padding: 6rem 0 0;
    margin-bottom: 6rem;
  }
  .p-about-company__inner {
    padding: 0 2rem;
  }
  .p-about-company__container {
    max-width: 100%;
  }
  .p-about-company__flex {
    display: block;
    max-width: 100%;
  }
  .p-about-company__header {
    width: 100%;
    margin-bottom: 4rem;
  }
  .about-company-header__top {
    margin-bottom: 4rem;
  }
  .about-company-header-top__title {
    font-size: 4rem;
  }
  .about-company-header-top__flex {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
  .about-company-header-top__icon {
    width: 3rem;
  }
  .about-company-header-top__text {
    font-size: 1.9rem;
  }
  .about-company-header__table table tr {
    height: 6rem;
  }
  .about-company-header__table table tr:nth-of-type(2) {
    height: 6rem;
  }
  .about-company-header__table table td {
    padding: 1.5rem 0;
    font-size: 1.2rem;
    border-bottom: 0.1rem solid #c9c9c9;
  }
  .about-company-header__table table td:first-of-type {
    width: 8em;
  }
  .about-company-body__figure {
    width: 18em;
    margin-left: auto;
  }
  .about-cta {
    padding-top: 45rem;
    margin-top: -33rem;
  }
  .p-cta {
    background-image: url(../images/image_cta-bg_sp.png);
  }
  .p-cta__container {
    max-width: 100%;
  }
  .p-cta__name-title {
    display: none;
  }
  .p-cta__flex {
    height: auto;
  }
  .p-cta__ele {
    width: 100%;
    margin: 0 auto;
  }
  .p-cta__school {
    max-width: 100%;
    margin: 0 auto;
  }
  .p-cta-school__title {
    top: 10rem;
    right: 10rem;
  }
  .p-cta-school__title span:first-of-type {
    font-size: 4rem;
  }
  .p-cta-school__title span:last-of-type {
    font-size: 2rem;
  }
  .p-cta-school__link-wrap {
    top: 22rem;
    right: 10rem;
  }
  .p-cta-school__link {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 13rem;
    border-bottom: 0.1rem solid #fff;
    padding-bottom: 1.5rem;
    margin: 0 auto;
  }
  .p-cta-school-link__text {
    font-size: 1.5rem;
    margin-right: 1rem;
  }
  .p-cta-school-link__arrow {
    width: 3rem;
    margin-bottom: 1rem;
  }
  .p-cta__contact {
    max-width: 100%;
  }
  .cta-contact__content {
    top: 5rem;
    left: 7rem;
  }
  .cta-contact-content__title {
    text-align: center;
    font-size: 5rem;
    margin-bottom: 1rem;
  }
  .cta-contact-content__title::before {
    display: none;
  }
  .cta-contact-content__link {
    text-align: center;
    width: 100%;
    border-bottom: 0.1rem solid #fff;
    padding-bottom: 1.5rem;
  }
  .cta-contact-content-link__text {
    font-size: 2rem;
  }
  .p-yamato-kv {
    padding: 15rem 0 10rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/image_yamato-kv-bg_sp.png);
  }
  .p-yamato-kv__inner {
    padding: 0 2rem;
  }
  .p-yamato-kv__container {
    max-width: 100%;
  }
  .p-yamato-kv__header {
    margin-bottom: 4rem;
  }
  .yamato-kv-header__text {
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }
  .yamato-kv-header__title {
    font-size: 3.2rem;
  }
  .yamato-kv-header__title sup {
    font-size: 2rem;
  }
  .p-yamato-kv__body {
    margin-bottom: 3rem;
  }
  .yamato-kv-body__text {
    max-width: 100%;
    font-size: 1.5rem;
  }
  .yamato-kv-content__flex {
    display: block;
  }
  .yamato-kv-content__detail {
    margin-bottom: 12rem;
  }
  .yamato-kv-content-detail__flex {
    display: block;
  }
  .yamato-kv-content-detail__title {
    font-size: 4.9rem;
    margin-bottom: 1rem;
  }
  .yamato-kv-content-detail__text {
    text-align: center;
    font-size: 2.7rem;
    margin-left: 8rem;
    white-space: nowrap;
  }
  .yamato-kv-content-detail__text sup {
    font-size: 2rem;
  }
  .yamato-kv-content-detail__figure {
    top: 0;
    left: auto;
    right: -3rem;
    max-width: 10rem;
  }
  .yamato-kv-content__character {
    width: 100%;
  }
  .yamato-kv-content-character__figure {
    margin-bottom: 2rem;
  }
  .yamato-kv-content-character__text {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
  .yamato-kv-content-character__title {
    font-size: 6.5rem;
  }
  .p-yamato-lead__bg-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 39rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/image_yamato-lead-bg_sp2.jpg);
  }
  .p-yamato-lead__bg {
    display: none;
  }
  .p-yamato-lead__inner {
    padding: 0 1rem;
  }
  .p-yamato-lead__container {
    max-width: 100%;
  }
  .p-yamato-lead__header {
    position: initial;
    top: initial;
    left: initial;
    transform: initial;
    -webkit-transform: initial;
  }
  .yamato-lead-header__title {
    max-width: 23rem;
    font-size: 2.5rem;
    margin: 0 auto 3rem;
  }
  .yamato-lead-header__text {
    max-width: 100%;
    font-size: 1.6rem;
  }
  .p-yamato-lead__icon {
    bottom: -4rem;
    left: 4rem;
    width: 11rem;
  }
  .p-yamato-lesson {
    padding-top: 10rem;
    background-size: contain;
    background-image: url(../images/image_yamato-lesson-bg.png);
  }
  .p-yamato-lesson__inner {
    padding: 0 2rem;
  }
  .p-yamato-lesson__container {
    max-width: 100%;
  }
  .p-yamato-lesson__group {
    max-width: 100%;
    padding: 6rem 0;
    margin: 0 auto;
    border-top: 0.5rem double #b9b9b9;
  }
  .p-yamato-lesson__flex {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    max-width: 100%;
    margin: 0 auto 4rem;
  }
  .yamato-lesson-header__ele {
    row-gap: 1rem;
  }
  .p-yamato-lesson__header-arrow {
    top: -16rem;
    left: 50%;
    width: 0.5rem;
  }
  .yamato-lesson-header__icon {
    width: 3rem;
  }
  .yamato-lesson-header__title {
    font-size: 2rem;
  }
  .p-yamato-lesson__body {
    width: 28rem;
  }
  .yamato-lesson-body__ele {
    width: 100%;
  }
  .yamato-lesson-body__block {
    padding: 1.5rem 1rem;
    border: 0.1rem solid #292b65;
  }
  .yamato-lesson-body__block:last-of-type {
    margin-bottom: 7rem;
  }
  .yamato-lesson-body-block__text {
    font-size: 1.5rem;
  }
  .yamato-lesson-body__block-arrow {
    width: 0.5rem;
    margin: 0 auto 2rem;
  }
  .yamato-lesson-body-block__sub-text::after {
    top: auto;
    bottom: -4rem;
    right: 0;
    font-size: 1.5rem;
  }
  .yamato-lesson-body__text {
    font-size: 1.5rem;
  }
  .p-yamato-lesson__illust {
    max-width: 26rem;
  }
  .p-yamato-instructor__container {
    max-width: 100%;
  }
  .p-yamato-instructor__group {
    max-width: 100%;
    padding: 8rem 2rem;
    margin: 0 auto;
    border-top: 0.5rem double #b9b9b9;
  }
  .p-yamato-instructor__flex {
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
    max-width: 100%;
  }
  .p-yamato-instructor__header {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
  .yamato-instructor-header__text {
    display: none;
  }
  .yamato-instructor-header__flex {
    row-gap: 1rem;
  }
  .yamato-instructor-header__icon {
    width: 3rem;
  }
  .yamato-instructor-header__title {
    font-size: 2rem;
  }
  .p-yamato-instructor__body {
    width: 100%;
  }
  .yamato-instructor-body__text {
    display: block;
    font-size: 6rem;
    line-height: 1;
    margin-bottom: 3rem;
  }
  .yamato-instructor-body__lead {
    font-size: 1.8rem;
    margin-bottom: 6rem;
  }
  .yamato-instructor-body__first-ele {
    margin-bottom: 3rem;
  }
  .yamato-instructor-body__block {
    margin-bottom: 2rem;
  }
  .yamato-instructor-body-block__flex {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    margin-bottom: 2rem;
  }
  .yamato-instructor-body-block__label {
    padding: 0.5rem 1.5rem;
    font-size: 2rem;
  }
  .yamato-instructor-body-block__class-text {
    font-size: 1.8rem;
  }
  .yamato-instructor-body-block__text {
    font-size: 1.5rem;
  }
  .yamato-instructor-body-content__flex {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    margin-bottom: 2rem;
  }
  .yamato-instructor-body-content__label {
    padding: 0.5rem 1.5rem;
    font-size: 2rem;
    border: 0.1rem solid #000;
  }
  .yamato-instructor-body-content__price-text {
    font-size: 1.3rem;
  }
  .yamato-instructor-body-content__text {
    font-size: 1.5rem;
  }
  .yamato-instructor-body-content__text span {
    font-size: 1.3rem;
  }
  .yamato-instructor-body-content__note {
    font-size: 1.3rem;
  }
  .yamato-instructor-body__third-ele .yamato-instructor-body__block:last-of-type {
    margin: 2rem auto 0;
  }
  .yamato-instructor-body__third-ele .yamato-instructor-body-content__text {
    margin-bottom: 0;
  }
  .p-yamato-artist__container {
    max-width: 100%;
  }
  .p-yamato-artist__group {
    max-width: 100%;
    padding: 8rem 2rem;
    margin: 0 auto;
    border-top: 0.5rem double #b9b9b9;
  }
  .p-yamato-artist__flex {
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
    max-width: 100%;
  }
  .p-yamato-artist__header {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
  .yamato-artist-header__text {
    display: none;
  }
  .yamato-artist-header__flex {
    row-gap: 1rem;
  }
  .yamato-artist-header__icon {
    width: 3rem;
  }
  .yamato-artist-header__title {
    font-size: 2rem;
  }
  .p-yamato-artist__body {
    width: 100%;
  }
  .yamato-artist-body__text {
    display: block;
    font-size: 6rem;
    line-height: 1;
    margin-bottom: 3rem;
  }
  .yamato-artist-body__block {
    margin-bottom: 3rem;
  }
  .yamato-artist-body-block__label {
    font-size: 2rem;
    padding: 0.8rem 1rem;
    margin-bottom: 2rem;
  }
  .yamato-artist-body-block__text {
    font-size: 1.5rem;
  }
  .yamato-artist-body-content__flex {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    margin-bottom: 2rem;
  }
  .yamato-artist-body-content__label {
    padding: 1rem 2rem;
    font-size: 1.8rem;
    border: 0.1rem solid #000;
  }
  .yamato-artist-body-content__price-text {
    font-size: 1.4rem;
  }
  .yamato-artist-body-content__text {
    font-size: 1.5rem;
  }
  .yamato-artist-body-content__note {
    font-size: 1.3rem;
  }
  .p-yamato-hobby__container {
    max-width: 100%;
  }
  .p-yamato-hobby__group {
    max-width: 100%;
    padding: 8rem 2rem;
    margin: 0 auto;
    border-top: 0.5rem double #b9b9b9;
  }
  .p-yamato-hobby__flex {
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
    max-width: 100%;
    margin: 0 auto 6rem;
  }
  .p-yamato-hobby__header {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
  .yamato-hobby-header__text {
    display: none;
  }
  .yamato-hobby-header__flex {
    row-gap: 1rem;
  }
  .yamato-hobby-header__icon {
    width: 3rem;
  }
  .yamato-hobby-header__title {
    font-size: 2rem;
  }
  .p-yamato-hobby__body {
    width: 100%;
  }
  .yamato-hobby-body__text {
    display: block;
    font-size: 6rem;
    line-height: 1;
    margin-bottom: 3rem;
  }
  .yamato-hobby-body__block {
    margin-bottom: 3rem;
  }
  .yamato-hobby-body-block__label {
    font-size: 2rem;
    padding: 0.8rem 1rem;
  }
  .yamato-hobby-body-block__text {
    font-size: 1.5rem;
  }
  .yamato-hobby-body-content__flex {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    margin-bottom: 2rem;
  }
  .yamato-hobby-body-content__label {
    padding: 1rem 2rem;
    font-size: 1.8rem;
    border: 0.1rem solid #000;
  }
  .yamato-hobby-body-content__price-text {
    font-size: 1.4rem;
  }
  .yamato-hobby-body-content__text {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
  .yamato-hobby-body-content__text span {
    font-size: 1.3rem;
  }
  .yamato-hobby-body-content__note {
    font-size: 1.3rem;
  }
  .p-yamato-hobby__support {
    max-width: 100%;
  }
  .yamato-hobby-support-block__label {
    font-size: 2rem;
    padding: 0.8rem 1rem;
  }
  .yamato-hobby-support-block__text {
    font-size: 1.5rem;
  }
  .yamato-cta {
    padding-top: 50rem;
    margin-top: -35rem;
  }
  .p-jingaku-kv {
    padding: 20rem 0 3rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: initial;
    background-image: url(../images/image_jingaku-kv-bg_sp.png);
  }
  .p-jingaku-kv__inner {
    padding: 0 2rem;
  }
  .p-jingaku-kv__container {
    max-width: 100%;
  }
  .p-jingaku-kv__header {
    margin-bottom: 4rem;
  }
  .jingaku-kv-header__text {
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }
  .jingaku-kv-header__title {
    font-size: 3.2rem;
  }
  .p-jingaku-kv__body {
    margin-bottom: 3rem;
  }
  .jingaku-kv-body__text {
    max-width: 100%;
    font-size: 1.5rem;
  }
  .jingaku-kv-content__flex {
    display: block;
  }
  .jingaku-kv-content__detail {
    margin-bottom: 12rem;
  }
  .jingaku-kv-content-detail__flex {
    display: block;
  }
  .jingaku-kv-content-detail__title {
    font-size: 4.9rem;
    margin-bottom: 1rem;
  }
  .jingaku-kv-content-detail__text {
    text-align: center;
    font-size: 2.7rem;
    margin-left: 6rem;
  }
  .jingaku-kv-content-detail__figure {
    top: 8rem;
    left: auto;
    right: -2rem;
    max-width: 21rem;
  }
  .jingaku-kv-content__soul {
    width: 100%;
  }
  .jingaku-kv-content-soul__figure {
    margin-bottom: 2rem;
  }
  .jingaku-kv-content-soul__text {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
  .jingaku-kv-content-soul__title {
    font-size: 6.5rem;
  }
  .p-jingaku-lead {
    padding: 30rem 0 5rem;
    margin-top: -25rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/image_jingaku-lead-bg_sp.png);
  }
  .p-jingaku-lead__inner {
    padding: 0 2rem;
  }
  .p-jingaku-lead__container {
    max-width: 100%;
  }
  .p-jingaku-lead__flex {
    display: block;
    max-width: 100%;
  }
  .p-jingaku-lead__header {
    margin-bottom: 10rem;
  }
  .jingaku-lead-header__title {
    font-size: 3.2rem;
  }
  .p-jingaku-lead__body {
    width: 100%;
  }
  .jingaku-lead-body__text {
    font-size: 1.5rem;
  }
  .p-jingaku-about {
    padding: 0 0 15rem;
  }
  .p-jingaku-about__container {
    max-width: 100%;
  }
  .p-jingaku-about__bg {
    top: auto;
    bottom: -12rem;
    right: 0;
    width: 20rem;
  }
  .p-jingaku-about__group {
    padding: 6rem 2rem 0;
    max-width: 100%;
    margin: 0 auto;
    border-top: 0.5rem double #b9b9b9;
  }
  .p-jingaku-about__flex {
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
    max-width: 100%;
  }
  .p-jingaku-about__header {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }
  .jingaku-about-header__text {
    display: none;
  }
  .jingaku-about-header__flex {
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
    row-gap: 1rem;
  }
  .jingaku-about-header__icon {
    width: 3rem;
  }
  .jingaku-about-header__title {
    font-size: 2rem;
  }
  .jingaku-about-body__sp-title {
    display: block;
    font-size: 6rem;
    line-height: 1;
    margin-bottom: 3rem;
  }
  .jingaku-about-body__text {
    font-size: 1.6rem;
    margin-bottom: 4rem;
  }
  .jingaku-about-body__text span {
    font-size: 1.6rem;
  }
  .jingaku-about-body__block {
    margin-bottom: 2rem;
  }
  .jingaku-about-body__content {
    margin-bottom: 2rem;
  }
  .jingaku-about-body-block__label {
    font-size: 2rem;
    padding: 0.8rem 1rem;
    margin-bottom: 2rem;
  }
  .jingaku-about-body-block__text {
    font-size: 1.5rem;
  }
  .jingaku-about-body-content__label {
    padding: 0.8rem 1rem;
    font-size: 1.8rem;
    border: 0.1rem solid #000;
  }
  .jingaku-about-body-content__text {
    font-size: 1.5rem;
  }
  .p-jingaku-profile {
    padding: 3rem 0 5rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/image_jingaku-profile-bg_sp.png);
  }
  .p-jingaku-profile__sp-header {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    padding: 0 2rem;
    margin-bottom: 2rem;
  }
  .jingaku-profile-sp-header__icon {
    width: 3rem;
  }
  .jingaku-profile-sp-header__title {
    font-size: 2.4rem;
  }
  .jingaku-profile-body__text {
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }
  .p-jingaku-profile__inner {
    padding: 0 2rem;
  }
  .p-jingaku-profile__container {
    max-width: 100%;
  }
  .jingaku-profile-card__illust {
    display: none;
  }
  .p-jingaku-profile__flex {
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }
  .p-jingaku-profile__card {
    width: 100%;
    margin-bottom: 3rem;
  }
  .jingaku-profile-card__border {
    top: -6rem;
    right: -1.5rem;
    width: 7rem;
  }
  .jingaku-profile-card__inner {
    padding: 5rem 3rem;
  }
  .jingaku-profile-card__figure {
    margin: 0 auto 2rem;
  }
  .jingaku-profile-card__text {
    font-size: 1.3rem;
  }
  .jingaku-profile-box__header {
    display: none;
  }
  .jingaku-profile-box-header__icon {
    width: 3rem;
  }
  .jingaku-profile-body__text {
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }
  .jingaku-profile-card__sp-illust {
    display: block;
    width: 100%;
  }
  .jingaku-cta {
    padding-top: 40rem;
    margin-top: -40rem;
  }
  .p-class-kv {
    padding: 20rem 0 12rem;
    background-repeat: no-repeat;
    background-image: url(../images/image_class-kv-bg_sp.png);
  }
  .p-class-kv__inner {
    padding: 0 2rem;
  }
  .p-class-kv__container {
    max-width: 100%;
  }
  .p-class-kv__header {
    margin-bottom: 2rem;
  }
  .class-kv-header__text {
    font-size: 1.3rem;
    margin-bottom: 2rem;
  }
  .class-kv-header__title {
    font-size: 3.2rem;
  }
  .p-class-kv__body {
    margin-bottom: 3rem;
  }
  .class-kv-body__text {
    max-width: 100%;
    font-size: 1.4rem;
  }
  .p-class-kv__icon {
    max-width: 100%;
  }
  .class-cta {
    padding-top: 45rem;
    margin-top: -33rem;
  }
  .p-wabunka-kv {
    padding: 15rem 0 3rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: initial;
    background-image: url(../images/image_wabunka-kv-bg_sp.png);
  }
  .p-wabunka-kv__inner {
    padding: 0 1rem;
  }
  .p-wabunka-kv__container {
    max-width: 100%;
  }
  .p-wabunka-kv__header {
    margin-bottom: 4rem;
  }
  .wabunka-kv-header__text {
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }
  .wabunka-kv-header__title {
    font-size: 3.2rem;
  }
  .p-wabunka-kv__body {
    margin-bottom: 3rem;
  }
  .wabunka-kv-body__text {
    max-width: 100%;
    font-size: 1.5rem;
  }
  .wabunka-kv-content__flex {
    display: block;
  }
  .wabunka-kv-content__detail {
    margin-bottom: 7rem;
  }
  .wabunka-kv-content-detail__flex {
    display: block;
  }
  .wabunka-kv-content-detail__title {
    font-size: 4.9rem;
    margin-bottom: 1rem;
  }
  .wabunka-kv-content-detail__text {
    text-align: center;
    font-size: 2.7rem;
    margin-left: 6rem;
  }
  .wabunka-kv-content-detail__arrow {
    top: 80rem;
    left: auto;
    right: 28rem;
    max-width: 0.4rem;
  }
  .wabunka-kv-content-detail__figure {
    top: 1rem;
    left: auto;
    right: -0.5rem;
    max-width: 18rem;
  }
  .wabunka-kv-content__culture {
    width: 100%;
  }
  .wabunka-kv-content-culture__figure {
    max-width: 100%;
    margin-bottom: 2rem;
  }
  .wabunka-kv-content-culture__text {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
  .wabunka-kv-content-culture__title {
    font-size: 6.5rem;
  }
  .p-wabunka-lead {
    padding: 8rem 0 4rem;
    background-image: url(../images/image_wabunka-lead-bg_sp.png);
  }
  .p-wabunka-lead__inner {
    padding: 0 2rem;
  }
  .p-wabunka-lead__container {
    max-width: 100%;
  }
  .p-wabunka-lead__header {
    max-width: 100%;
    margin: 0 auto 3rem;
  }
  .wabunka-lead-header__title {
    font-size: 2rem;
  }
  .wabunka-lead-header__text {
    max-width: 100%;
    font-size: 1.5rem;
  }
  .wabunka-lead-body__figure {
    position: initial;
    top: initial;
    right: initial;
    width: 100%;
  }
  .p-wabunka-lead__illust {
    bottom: -12rem;
    right: 5rem;
    width: 11rem;
  }
  .p-wabunka-course {
    padding: 0 0 12rem;
    background-image: none;
  }
  .p-wabunka-course__container {
    max-width: 100%;
  }
  .p-wabunka-course__illust {
    bottom: -12rem;
    right: 0;
    width: 19rem;
  }
  .p-wabunka-course__header {
    display: none;
  }
  .wabunka-course-header__inner {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
  .wabunka-course-header__flex {
    row-gap: 1rem;
  }
  .wabunka-course-header__icon {
    width: 3rem;
  }
  .wabunka-course-header__title {
    font-size: 2rem;
  }
  .wabunka-course-header__text {
    display: none;
  }
  .p-wabunka-course__body {
    max-width: 100%;
    margin: 0 auto;
  }
  .wabunka-course-body__box {
    padding: 5rem 2rem 5rem 7rem;
  }
  .wabunka-course-body__box:first-of-type {
    padding: 5rem 2rem;
  }
  .wabunka-course-body__box:first-of-type .wabunka-course-body-box-block__label:nth-of-type(3) {
    margin-top: 3rem;
  }
  .wabunka-course-body__box:nth-of-type(2) .wabunka-course-body-box__block:nth-of-type(3) {
    margin-top: 4rem;
  }
  .wabunka-course-body__box:last-of-type {
    padding: 5rem 2rem 0 7rem;
  }
  .wabunka-course-body-box__sp-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
  .wabunka-course-body-box__sp-header {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1rem;
  }
  .wabunka-course-body-box-sp-header__icon {
    width: 3rem;
  }
  .wabunka-course-body-box-sp-header__title {
    font-size: 2rem;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
  .wabunka-course-body-box__sp-text {
    display: block;
    font-size: 6rem;
    line-height: 1;
    margin-bottom: 3rem;
  }
  .wabunka-course-body-box__block {
    margin-bottom: 2rem;
  }
  .wabunka-course-body-box-block__label {
    padding: 0.5rem 1.5rem;
    font-size: 2rem;
    border: 0rem solid #000;
  }
  .wabunka-course-body-box__support-block {
    margin-top: 2rem;
  }
  .wabunka-course-body-box-block__text {
    font-size: 1.5rem;
  }
  .wabunka-course-body-box-content__label {
    padding: 0.5rem 1.5rem;
    font-size: 2rem;
    border: 0.1rem solid #000;
  }
  .wabunka-course-body-box-content__text {
    font-size: 1.5rem;
  }
  .wabunka-course-body-box-content__note {
    font-size: 1.3rem;
    margin-top: 2rem;
  }
  .wabunka-course-body-box-content__note span {
    font-size: 1.5rem;
  }
  .wabunka-course-body-box__first-ele {
    margin-bottom: 4rem;
  }
  .wabunka-course-body-box__second-ele {
    margin-bottom: 4rem;
  }
  .p-wabunka-profile {
    padding: 3rem 0 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/image_wabunka-profile-bg_sp.png);
  }
  .p-wabunka-profile__sub-bg {
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
  }
  .p-wabunka-profile__sp-header {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    padding: 0 2rem;
    margin-bottom: 2rem;
  }
  .wabunka-profile-sp-header__icon {
    width: 3rem;
  }
  .wabunka-profile-sp-header__title {
    font-size: 1.8rem;
  }
  .wabunka-profile-body__text {
    font-size: 1.2rem;
  }
  .p-wabunka-profile__inner {
    padding: 0 2rem;
  }
  .p-wabunka-profile__container {
    max-width: 100%;
  }
  .p-wabunka-profile__illust {
    display: none;
  }
  .p-wabunka-profile__flex {
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }
  .p-wabunka-profile__card {
    width: 100%;
    margin-bottom: 3rem;
  }
  .wabunka-profile-card__border {
    top: -6rem;
    right: -1.5rem;
    width: 7rem;
  }
  .wabunka-profile-card__inner {
    padding: 4rem 2rem;
  }
  .wabunka-profile-card__figure {
    margin: 0 auto 2rem;
  }
  .wabunka-profile-card__text {
    font-size: 1.2rem;
  }
  .wabunka-profile-card__list {
    grid-template-columns: 30% 1fr;
    margin-bottom: 2rem;
  }
  .wabunka-profile-card__list:last-of-type {
    margin-bottom: 2rem;
  }
  .wabunka-profile-card__item {
    font-size: 1.2rem;
    margin-bottom: 0.2rem;
  }
  .wabunka-profile-box__header {
    display: none;
  }
  .wabunka-profile-box-header__icon {
    width: 3rem;
  }
  .p-wabunka-profile__body {
    padding-bottom: 32rem;
  }
  .wabunka-profile-body__text {
    font-size: 1.4rem;
  }
  .wabunka-cta {
    padding-top: 40rem;
    margin-top: -40rem;
  }
  .p-archive-news-guidance {
    padding: 15rem 0 0;
    background-size: contain;
    background-image: url(../images/image_news-guidance-bg_sp.png);
  }
  .p-archive-news-guidance__inner {
    padding: 0 2rem;
  }
  .p-archive-news-guidance__container {
    max-width: 100%;
  }
  .p-archive-news-guidance__header {
    max-width: 100%;
    margin: 0 auto 2rem;
  }
  .archive-news-guidance-header__text {
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }
  .archive-news-guidance-header__title {
    font-size: 3.2rem;
  }
  .p-archive-news-guidance__body {
    max-width: 100%;
  }
  .archive-news-guidance-body-tab__btn-list {
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
    margin-bottom: 7rem;
  }
  .archive-news-guidance-body-tab__btn-item {
    font-size: 1.6rem;
    text-decoration-thickness: 0.1rem;
    text-underline-offset: 1rem;
  }
  .archive-news-guidance-body-tab-content__link {
    display: block;
  }
  .archive-news-guidance-body-tab-content__cate {
    display: block;
    font-size: 1.5rem;
    padding: 2rem 0 0 0;
    margin-bottom: 2rem;
    border-bottom: none;
  }
  .archive-news-guidance-body-tab-content__link-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1rem;
    padding: 0 5rem 2rem 2rem;
    border-bottom: 0.1rem solid #282d61;
  }
  .archive-news-guidance-body-tab-content__link-time {
    font-size: 1.1rem;
  }
  .archive-news-guidance-body-tab-content__link-text {
    font-size: 1.5rem;
  }
  .archive-news-guidance-body-tab-content__link-arrow {
    top: 70%;
    right: 0;
    width: 2rem;
  }
  .archive-news-guidance-cta {
    padding-top: 50rem;
    margin-top: -20rem;
  }
  .p-single-news-guidance {
    padding: 15rem 0 10rem;
    background-size: contain;
    background-image: url(../images/image_news-guidance-bg_sp.png);
  }
  .p-single-news-guidance__inner {
    padding: 0 2rem;
  }
  .p-single-news-guidance__container {
    max-width: 100%;
  }
  .p-single-news-guidance__header {
    max-width: 100%;
    margin: 0 auto 2rem;
  }
  .single-news-guidance-header__text {
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }
  .single-news-guidance-header__title {
    font-size: 3.2rem;
  }
  .p-single-news-guidance__body {
    max-width: 100%;
    margin: 0 auto 10rem;
  }
  .single-news-guidance-body__heading {
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
    margin-bottom: 6rem;
  }
  .single-news-guidance-body-heading__category {
    font-size: 1.5rem;
    text-decoration-thickness: 0.1rem;
    text-underline-offset: 1rem;
  }
  .single-news-guidance-body-heading__time {
    font-size: 1.3rem;
  }
  .single-news-guidance-body__title {
    font-size: 2rem;
    margin-bottom: 4rem;
  }
  .single-news-guidance-body__content div, .single-news-guidance-body__content p, .single-news-guidance-body__content a {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .p-single-news-guidance__bottom {
    max-width: 100%;
  }
  .single-news-guidance-bottom__container {
    max-width: 100%;
  }
  .single-news-guidance-bottom__flex {
    -webkit-column-gap: 5rem;
       -moz-column-gap: 5rem;
            column-gap: 5rem;
    margin-bottom: 5rem;
  }
  .single-news-guidance-bottom__prev-btn,
.single-news-guidance-bottom__next-btn,
.single-news-guidance-bottom__none-text {
    font-size: 1.5rem;
  }
  .single-news-guidance-bottom__back {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    max-width: 15rem;
    margin: 0 auto;
  }
  .single-news-guidance-bottom__back-arrow {
    width: 1.8rem;
  }
  .single-news-guidance-bottom__back-text {
    font-size: 1.5rem;
  }
  .single-news-guidance-cta {
    padding-top: 70rem;
    margin-top: -40rem;
  }
  .p-archive-column {
    padding: 15rem 0 0;
    background-size: contain;
    background-image: url(../images/image_column-bg_sp.png);
  }
  .p-archive-column__inner {
    padding: 0 2rem;
  }
  .p-archive-column__container {
    max-width: 100%;
  }
  .p-archive-column__header {
    max-width: 100%;
    margin: 0 auto 2rem;
  }
  .archive-column-header__text {
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }
  .archive-column-header__title {
    font-size: 3.2rem;
  }
  .p-archive-column__body {
    max-width: 100%;
  }
  .archive-column-body-tab__btn-list {
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
    margin-bottom: 7rem;
  }
  .archive-column-body-tab__btn-item {
    font-size: 1.6rem;
    text-decoration-thickness: 0.1rem;
    text-underline-offset: 1rem;
  }
  .archive-column-body-tab-content__list {
    display: block;
  }
  .archive-column-body-tab-content__item {
    margin-bottom: 3rem;
  }
  .archive-column-body-tab-content__figure {
    margin-bottom: 2rem;
  }
  .archive-column-body-tab-content-box__flex {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    margin-bottom: 1rem;
  }
  .archive-column-body-tab-content-box__time {
    font-size: 1.5rem;
  }
  .archive-column-body-tab-content-box__cate {
    padding: 0.3rem 0.6rem;
    font-size: 1.2rem;
    border: 0.1rem solid #282d5c;
  }
  .archive-column-body-tab-content-box__title {
    font-size: 1.4rem;
  }
  .archive-column-cta {
    padding-top: 50rem;
    margin-top: -20rem;
  }
  .p-single-column {
    padding: 15rem 0 10rem;
    background-size: contain;
    background-image: url(../images/image_column-bg_sp.png);
  }
  .p-single-column__inner {
    padding: 0 2rem;
  }
  .p-single-column__container {
    max-width: 100%;
  }
  .p-single-column__body {
    max-width: 100%;
    margin: 0 auto 10rem;
  }
  .single-column-body__heading {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    margin-bottom: 2rem;
  }
  .single-column-body-heading__time {
    font-size: 1.5rem;
  }
  .single-column-body-heading__category {
    padding: 0.4rem 0.8rem;
    font-size: 1.2rem;
    border: solid 0.1rem #031061;
  }
  .single-column-body__title {
    font-size: 1.5rem;
    margin-bottom: 3rem;
  }
  .single-column-body__figure {
    max-width: 100%;
    margin: 0 auto 6rem;
  }
  .single-column-body__content div, .single-column-body__content p, .single-column-body__content a {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .p-single-column__bottom {
    max-width: 100%;
  }
  .single-column-bottom__container {
    max-width: 100%;
  }
  .single-column-bottom__back {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    max-width: 15rem;
    margin: 0 auto;
  }
  .single-column-bottom__back-arrow {
    width: 1.8rem;
  }
  .single-column-bottom__back-text {
    font-size: 1.5rem;
  }
  .single-column-cta {
    padding-top: 70rem;
    margin-top: -40rem;
  }
  .p-archive-publish {
    padding: 15rem 0 0;
    background-size: contain;
    background-image: url(../images/image_publish-bg_sp.png);
  }
  .p-archive-publish__inner {
    padding: 0 2rem;
  }
  .p-archive-publish__container {
    max-width: 100%;
  }
  .p-archive-publish__header {
    max-width: 100%;
    margin: 0 auto 2rem;
  }
  .archive-publish-header__text {
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }
  .archive-publish-header__title {
    font-size: 3.2rem;
  }
  .p-archive-publish__body {
    max-width: 100%;
  }
  .archive-publish-body__list {
    display: block;
  }
  .archive-publish-body__item {
    margin-bottom: 3rem;
  }
  .archive-publish-body__figure {
    margin-bottom: 2rem;
  }
  .archive-publish-body-content__time {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  .archive-publish-body-content__title {
    font-size: 1.4rem;
  }
  .archive-publish-cta {
    padding-top: 50rem;
    margin-top: -20rem;
  }
  .p-single-publish__overlay {
    background-color: rgba(0, 0, 0, 0.6);
  }
  .p-single-publish__container {
    max-width: 35rem;
  }
  .p-single-publish__inner {
    height: 65vh;
    padding: 3rem 2rem;
  }
  .p-single-publish__body {
    margin: 0 auto 3rem;
  }
  .single-publish-body__container {
    max-width: 100%;
  }
  .single-publish-body__heading {
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
    margin-bottom: 2rem;
  }
  .single-publish-body-heading__time {
    font-size: 1.5rem;
  }
  .single-publish-body-heading__category {
    font-size: 1.5rem;
  }
  .single-publish-body__figure {
    max-width: 100%;
    margin: 0 auto 3rem;
  }
  .single-publish-body__title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .single-publish-body__content div,
.single-publish-body__content p,
.single-publish-body__content a {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .single-publish-bottom__container {
    max-width: 100%;
  }
  .single-publish-bottom__back-text {
    font-size: 1.5rem;
  }
  .p-single-publish__close-btn {
    top: -3rem;
    right: 0;
    width: 6rem;
  }
  .p-contact {
    padding: 15rem 0 0;
    background-size: contain;
    background-image: url(../images/image_contact-bg_sp.png);
  }
  .p-contact__inner {
    padding: 0 2rem;
  }
  .p-contact__container {
    max-width: 100%;
  }
  .p-contact__header {
    max-width: 100%;
    padding-bottom: 5rem;
    margin: 0 auto 4rem;
    border-bottom: 0.5rem double #b9b9b9;
  }
  .contact-header__text {
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }
  .contact-header__title {
    font-size: 3.2rem;
  }
  .contact-header__lead {
    font-size: 1.5rem;
  }
  .p-contact__list {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    max-width: 100%;
    margin: 0 auto 5rem;
  }
  .p-contact__item {
    font-size: 1.3rem;
    text-decoration-thickness: 0.1rem;
    text-underline-offset: 1rem;
  }
  .p-contact__item-arrow {
    width: 5rem;
    margin-bottom: 1rem;
  }
  .p-contact__body {
    max-width: 100%;
  }
  .p-contact__form {
    padding-bottom: 8rem;
    margin: 0 auto 3rem;
    border-bottom: 0.5rem double #b9b9b9;
  }
  .p-contact__radio {
    display: block;
    margin-bottom: 3rem;
  }
  .p-contact__radio .error {
    font-size: 1.3rem;
  }
  .contact-radio__label {
    margin-bottom: 3rem;
  }
  .contact-radio__label p {
    font-size: 1.5rem;
  }
  .contact-radio__required {
    padding: 0.4rem 0.8rem;
    font-size: 1.5rem;
  }
  .contact-radio__label {
    font-size: 1.5rem;
  }
  .contact-radio__box,
  .contact-radio__box .wpcf7-radio {
    width: 100%;
    font-size: 1.5rem;
  }
  .contact-radio__box .mwform-radio-field,
  .contact-radio__box .wpcf7-list-item label {
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
    font-size: 1.5rem;
  }
  .contact-radio__box .mwform-radio-field input,
  .contact-radio__box .wpcf7-list-item input {
    width: 1.6rem;
    height: 1.6rem;
  }
  .p-contact__input {
    display: block;
    margin-bottom: 3rem;
  }
  .p-contact__input .error {
    font-size: 1.3rem;
  }
  .contact-input__label {
    width: 100%;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    margin-bottom: 1rem;
  }
  .contact-input-page .contact-input__label,
  .contact-confirm-page .contact-input__label
  .contact-confirmation-page .contact-input__label {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
  .contact-input__label label {
    font-size: 1.5rem;
  }
  .contact-input__required {
    padding: 0.4rem 0.8rem;
    font-size: 1.5rem;
  }
  .contact-input__any {
    padding: 0.4rem 0.8rem;
    font-size: 1.5rem;
    border: 0.1rem solid #282d5c;
  }
  .contact-input__box {
    width: 100%;
  }
  .contact-input__block {
    font-size: 1.5rem;
  }
  .p-contact__input input[type=text],
  .p-contact__input input[type=email] {
    height: 4.5rem;
    /* padding: 0 1rem; */
    /* font-size: 1.5rem; */
    border: 0.1rem solid #000;
  }
  .p-contact__input input[type=tel] {
    height: 4.5rem;
    /* padding: 0 1rem; */
    /* font-size: 1.5rem; */
    border: 0.1rem solid #000;
  }
  .p-contact__textarea {
    display: block;
  }
  .p-contact__textarea .error {
    font-size: 1.3rem;
  }
  .p-contact__input input[type=text],
  .p-contact__input input[type=email],
  .p-contact__textarea textarea {
    font-size: 16px;
    padding: 0.5rem 1rem;
  }
  .contact-textarea__label {
    width: 100%;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    margin-bottom: 1rem;
  }
  .contact-input-page .contact-textarea__label,
  .contact-confirm-page .contact-textarea__label
  .contact-confirmation-page .contact-textarea__label {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
  .contact-textarea__label label {
    font-size: 1.5rem;
  }
  .contact-textarea__required {
    padding: 0.4rem 0.8rem;
    font-size: 1.5rem;
  }
  .contact-textarea__box {
    width: 100%;
  }
  .contact-textarea__block {
    font-size: 1.5rem;
  }
  .p-contact__textarea textarea {
    height: 20rem;
    /* padding: 1.5rem; */
    /* font-size: 1.5rem; */
    border: 0.1rem solid #000;
  }
  .p-contact__form-bottom {
    max-width: 100%;
  }
  .p-contact__radio-consent {
    margin-bottom: 3rem;
  }
  .contact-radio-consent__block {
    font-size: 1.5rem;
  }
  .contact-radio-consent__block .mwform-checkbox-field,
  .contact-radio-consent__block .wpcf7-checkbox .wpcf7-list-item {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
  .contact-radio-consent__block input {
    width: 1.6rem;
    height: 1.6rem;
  }
  .contact-radio-consent__block a {
    text-decoration-thickness: 0.1rem;
    text-underline-offset: 1rem;
  }
  .contact-radio-consent__block .error {
    margin-top: 2.5rem;
    font-size: 1.3rem;
  }
  .contact-btn__submit {
    width: 12rem;
    padding-bottom: 1rem;
    margin: 0 auto;
    border-bottom: 0.05rem solid #211815;
  }
  .contact-btn__submit input {
    font-size: 1.8rem;
  }
  .contact-btn__submit-arrow {
    top: 20%;
    width: 2rem;
  }
  .contact-confirm-page .contact-btn__flex,
  .contact-confirmation-page .contact-btn__flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contact-confirm-page .contact-btn__back,
  .contact-confirmation-page .contact-btn__back {
    width: 12rem;
    padding-bottom: 1rem;
    margin: 0 auto;
    border-bottom: 0.05rem solid #211815;
  }
  .contact-confirm-page .contact-btn__back input,
  .contact-confirmation-page .contact-btn__back input {
    font-size: 1.8rem;
  }
  .contact-confirm-page .contact-btn__back-arrow,
  .contact-confirmation-page .contact-btn__back-arrow {
    top: 50%;
    width: 2rem;
  }
  .contact-confirm-page .contact-btn__submit,
  .contact-confirmation-page .contact-btn__submit {
    width: 13.5rem;
    padding-bottom: 1rem;
    margin: 0 auto;
    border-bottom: 0.05rem solid #211815;
  }
  .contact-confirm-page .contact-btn__submit input,
  .contact-confirmation-page .contact-btn__submit input {
    font-size: 1.8rem;
  }
  .contact-confirm-page .contact-btn__submit-arrow,
  .contact-confirmation-page .contact-btn__submit-arrow {
    top: 20%;
    width: 2rem;
  }
  .contact-cta,
  .contact-input-cta,
  .contact-confirm-cta,
  .contact-confirmation-cta,
  .contact-complete-cta,
  .contact-thanks-cta {
    padding-top: 45rem;
    margin-top: -33rem;
  }
  .contact-complete__list {
    margin: 0 auto 10rem;
  }
  .p-contact-complete__body {
    max-width: 100%;
    margin: 0 auto;
  }
  .p-cancellation-policy {
    padding: 15rem 0 0;
    background-size: contain;
    background-image: url(../images/image_cancellation-policy-bg_sp.png);
  }
  .p-cancellation-policy__inner {
    padding: 0 2rem;
  }
  .p-cancellation-policy__container {
    max-width: 100%;
  }
  .p-cancellation-policy__header {
    max-width: 100%;
    margin: 0 auto 4rem;
  }
  .cancellation-policy-header__text {
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }
  .cancellation-policy-header__title {
    font-size: 3.2rem;
  }
  .p-cancellation-policy__body {
    max-width: 100%;
  }
  .p-cancellation-policy__text {
    font-size: 1.5rem;
  }
  .cancellation-policy-cta {
    padding-top: 60rem;
    margin-top: -40rem;
  }
  .p-site-policy {
    padding: 15rem 0 0;
    background-size: contain;
    background-image: url(../images/image_site-policy-bg_sp.png);
  }
  .p-site-policy__inner {
    padding: 0 2rem;
  }
  .p-site-policy__container {
    max-width: 100%;
  }
  .p-site-policy__header {
    max-width: 100%;
    margin: 0 auto 4rem;
  }
  .site-policy-header__text {
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }
  .site-policy-header__title {
    font-size: 3.2rem;
  }
  .p-site-policy__body {
    max-width: 100%;
  }
  .site-policy-body__block {
    margin-bottom: 5rem;
  }
  .p-site-policy__text {
    font-size: 1.5rem;
    margin-bottom: 5rem;
  }
  .site-policy-body-block__title {
    font-size: 1.7rem;
    margin-bottom: 1.5rem;
  }
  .site-policy-body-block__text {
    font-size: 1.5rem;
  }
  .site-policy-cta {
    padding-top: 60rem;
    margin-top: -40rem;
  }
  .p-privacy-policy {
    padding: 15rem 0 0;
    background-size: contain;
    background-image: url(../images/image_privacy-policy-bg_sp.png);
  }
  .p-privacy-policy__inner {
    padding: 0 2rem;
  }
  .p-privacy-policy__container {
    max-width: 100%;
  }
  .p-privacy-policy__header {
    max-width: 100%;
    margin: 0 auto 4rem;
  }
  .privacy-policy-header__text {
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }
  .privacy-policy-header__title {
    font-size: 3.2rem;
  }
  .p-privacy-policy__body {
    max-width: 100%;
  }
  .privacy-policy-body__block {
    margin-bottom: 5rem;
  }
  .p-privacy-policy__text {
    font-size: 1.5rem;
    margin-bottom: 5rem;
  }
  .privacy-policy-body-block__title {
    font-size: 1.7rem;
    margin-bottom: 1.5rem;
  }
  .privacy-policy-body-block__text {
    font-size: 1.5rem;
  }
  .privacy-policy-cta {
    padding-top: 60rem;
    margin-top: -40rem;
  }
}

@media screen and (max-width: 768px) {
  .u-under__none {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .u-over__none {
    display: none !important;
  }
}

@media screen and (min-width: 768px){
.sp_br {display: none; }
}
