@charset "UTF-8";
/*
 * foundation
 */
@import url("https://fonts.googleapis.com/css2?family=Sawarabi+Mincho&display=swap");

/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

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

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  font-size: 62.5%;
  color: #000;
  font-family: "Sawarabi Mincho", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 10rem;
  margin-top: 0 !important;
}

html.body-fixed {
  overflow: hidden;
  height: 100%;
}

body {
  overflow-x: hidden;
  background-color: #fff;
}

body.no-scroll {
  overflow: hidden;
  height: 100vh;
}

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

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

h1 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #000;
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 1.6rem;
  }
}

h2 {
  font-size: 2.8rem;
}

h3 {
  font-size: 2.4rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  h3 {
    font-size: 1.8rem;
    font-weight: 500;
  }
}

a,
li,
p,
th,
td {
  font-size: 1.6rem;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {

  a,
  li,
  p,
  th,
  td {
    line-height: 1.6;
  }
}

p {
  font-size: 1.6rem;
  line-height: 1.875;
}

@media screen and (max-width: 768px) {
  p {
    font-size: 1.6rem;
  }
}

a:hover {
  opacity: 0.6;
  transition: all 0.3s;
  cursor: pointer;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

html:root {
  margin-top: 0 !important;
}

/*
  * layout
  */
.l-footer {
  background-color: #444;
  padding: 6rem 0 1rem;
}

.l-footer__logo {
  width: 38rem;
  height: auto;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .l-footer__logo {
    width: 100%;
  }
}

.l-footer__nav {
  margin: 3rem 0 0;
}

.l-footer__nav ul {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .l-footer__nav ul {
    flex-wrap: wrap;
  }
}

.l-footer__nav ul li {
  text-align: center;
  width: 17.5rem;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.l-footer__nav ul li a {
  color: #fff;
}

.l-footer__inner {
  display: flex;
  justify-content: center;
  gap: 12rem;
  margin: 6rem auto;
}

@media screen and (max-width: 768px) {
  .l-footer__inner {
    flex-direction: column;
    gap: 4rem;
    margin: 6rem auto 3rem;
  }
}

.l-footer__inner p {
  color: #fff;
  font-size: 1.4rem;
}

.l-footer__about-list ul li {
  color: #fff;
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 768px) {
  .l-footer__about-list ul li {
    text-align: center;
  }
}

.l-footer__map {
  width: 60rem;
  height: 30rem;
}

@media screen and (max-width: 768px) {
  .l-footer__map {
    width: 100%;
    height: 60vw;
  }
}

.l-footer__map iframe {
  width: 100%;
  height: 100%;
}

.l-footer__copyright {
  text-align: center;
}

.l-footer__copyright p {
  color: #fff;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .l-header {
    height: 100%;
    position: fixed;
    height: -moz-fit-content;
    height: fit-content;
    background-color: #fff;
    z-index: 1000;
  }
}

.l-header__bnr {
  width: 70rem;
  margin: auto;
  padding: 1rem 0;
}

@media screen and (max-width: 768px) {
  .l-header__nav {
    height: 100%;
    padding: 1rem 0;
    box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.15);
  }
}

.l-header__ig a {
  display: block;
  height: 3rem;
  height: 3rem;
}

@media screen and (max-width: 768px) {
  .l-header__ig a {
    display: block!important;
    width: 4rem!important;
    height: 4rem!important;
  }

   .l-header__ig a img{
      width: 100%!important;
      height: 100%;
      object-fit: cover;
   }
}

.l-header__nav ul {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .l-header__nav ul {
    flex-direction: column;
  }
}

.l-header__nav ul li {
  text-align: center;
  width: 17.5rem;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.l-header__nav ul-logo {
  width: 38rem;
  height: auto;
}

.l-header__nav.-fixed {
  position: fixed;
  background-color: #fff;
  height: 10rem;
  top: -10rem;
  transition: top 0.5s;
  width: 100%;
  z-index: 999;
  display: flex;
  align-items: center;
}

.l-header__nav.-fixed ul li:first-child {
  width: 38rem;
  height: auto;
}

.l-header__inner {
  display: flex;
}

@media screen and (max-width: 768px) {
  .l-header__inner a {
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media screen and (max-width: 768px) {
  .l-header__inner a img {
    width: 60%;
  }
}

#js-header.is-show {
  top: 0;
  /* 隠していたヘッダーを表示 */
}

.l-container {
  width: 124rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .l-container {
    width: 90%;
  }
}

.l-container.-type02 {
  width: 124rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .l-container.-type02 {
    width: 90%;
  }
}

.l-container.-type03 {
  width: 110rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .l-container.-type03 {
    width: 90%;
  }
}

.l-container.-single {
  width: 100rem;
}

@media screen and (max-width: 768px) {
  .l-container.-single {
    width: 100%;
  }
}

/*
   * object
   */
.c-table__company {
  margin-top: 4rem;
}

.c-table__company-line {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .c-table__company-line {
    flex-direction: column;
  }
}

.c-table__company-heading {
  width: 10rem;
  border-bottom: 0.2rem solid #000;
  padding: 1rem 0;
}

@media screen and (max-width: 768px) {
  .c-table__company-heading {
    padding: 0.5rem 0;
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .c-table__company-heading p {
    text-align: center;
  }
}

.c-table__company-content {
  width: 100%;
  padding: 1rem 0;
  border-bottom: 0.1rem solid #eee;
  padding-left: 4rem;
}

@media screen and (max-width: 768px) {
  .c-table__company-content {
    padding-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .c-table__company-content p {
    text-align: center;
  }
}

.c-list__news-inner {
  display: flex;
  gap: 5rem;
  padding-bottom: 4rem;
  padding-top: 4rem;
  border-bottom: 0.2rem solid #eee;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .c-list__news-inner {
    flex-direction: column;
    gap: 2rem;
  }
}

.c-list__news-wrapper {
  width: 100%;
}

.c-list__news-image {
  width: 40rem;
  height: auto;
  aspect-ratio: 4/3;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .c-list__news-image {
    width: 100%;
  }
}

.c-list__news-date {
  font-size: 1.4rem;
}

.c-list__news-title {
  font-size: 2rem;
  margin-top: 0.5rem;
}

.c-mv__top-image {
  width: 100%;
  height: auto;
  margin: 1.6rem 0;
}

@media screen and (max-width: 768px) {
  .c-mv__top-image {
    margin-top: 8rem;
  }
}

.c-mv__sub {
  margin: 1.6rem 0;
}

@media screen and (max-width: 768px) {
  .c-mv__sub {
    margin-top: 8rem;
  }
}

@media screen and (max-width: 768px) {
  .c-mv__sub-image {
    width: 100vw;
    height: 25vw;
  }
}

.c-mv__seminor-mv {
  margin-top: 4rem;
}

.c-button__more {
  display: inline-block;
  background-color: #fff;
  color: #000;
  width: 27rem;
  height: 6rem;
  border-radius: 3rem;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.1rem #000 solid;
}

.c-button__more a {
  font-size: 1.6rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: none;
}

.c-button__more a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3rem;
  width: 1rem;
  height: 1rem;
  border-top: 0.1rem solid #000;
  border-right: 0.1rem solid #000;
  transform: translateY(-50%) rotate(45deg);
}

.c-button__more:hover {
  background-color: #000;
  color: #fff;
}

.c-button__more:hover a::after {
  border-color: #fff;
  transition: all 0.4s ease;
}

.c-button__contact {
  margin: 10rem auto 0;
  background-color: #fff;
  color: #000;
  width: 27rem;
  height: 6rem;
  border-radius: 3rem;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.1rem #000 solid;
}

@media screen and (max-width: 768px) {
  .c-button__contact {
    margin-top: 5rem;
  }
}

.c-button__contact p {
  font-size: 1.6rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 27rem;
  height: 6rem;
}

.c-button__contact p input {
  width: 100%;
  height: 100%;
  text-align: center;
}

.c-button__contact:hover {
  background-color: #000;
  color: #fff;
}

.p-section__heading {
  padding-bottom: 4rem;
  border-bottom: 0.3rem solid #eee;
}

.p-section__heading h2 {
  text-align: center;
}

.p-section__news {
  padding: 12rem 0 8rem;
}

@media screen and (max-width: 768px) {
  .p-section__news {
    padding: 6rem 0 8rem;
  }
}

.p-section__news-contents {
  padding-top: 4rem;
}

.p-section__news-area {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 768px) {
  .p-section__news-area {
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem;
  }
}

.p-section__news-area-inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.p-section__news-area-image {
  max-width: 40rem;
  height: auto;
  aspect-ratio: 4/3;
}

@media screen and (max-width: 768px) {
  .p-section__news-area-image {
    width: 100%;
  }
}

.p-section__news-area-date {
  width: 40rem;
}

@media screen and (max-width: 768px) {
  .p-section__news-area-date {
    width: 100%;
  }
}

.p-section__news-area-date p {
  font-size: 1.6rem;
}

.p-section__news-area-title {
  margin-right: auto;
}

.p-section__news-area-title h3 {
  font-size: 1.8rem;
}

.p-section__news-area-wrapper {
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .p-section__news-area-wrapper {
    width: 100%;
    margin-top: 1rem;
  }
}

.p-section__news-button {
  margin-top: 10rem;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .p-section__news-button {
    margin-top: 5rem;
  }
}

.p-section__lessons {
  padding: 12rem 0 8rem;
}

@media screen and (max-width: 768px) {
  .p-section__lessons {
    padding: 6rem 0 8rem;
  }
}

.p-section__lessons-inner {
  margin-top: 4rem;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .p-section__lessons-inner {
    flex-direction: column;
    gap: 2rem;
  }
}

.p-section__lessons-contents {
  position: relative;
}

.p-section__lessons-contents::after {
  background-color: #000;
  opacity: 0.5;
  width: 60rem;
  height: auto;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 4/3;
}

@media screen and (max-width: 768px) {
  .p-section__lessons-contents::after {
    width: 100%;
    height: auto;
  }
}

.p-section__lessons-image {
  width: 60rem;
  height: auto;
  aspect-ratio: 4/3;
}

@media screen and (max-width: 768px) {
  .p-section__lessons-image {
    width: 100%;
  }
}

.p-section__lessons-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .p-section__lessons-text {
    width: -moz-max-content;
    width: max-content;
  }
}

.p-section__lessons-text p {
  font-size: 3.2rem;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .p-section__lessons-text p {
    font-size: 2rem;
  }
}

.p-section__about {
  padding: 12rem 0 8rem;
}

@media screen and (max-width: 768px) {
  .p-section__about {
    padding: 6rem 0 8rem;
  }
}

.p-section__about-inner {
  margin-top: 4rem;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .p-section__about-inner {
    flex-direction: column;
  }
}

.p-section__about-image {
  width: 60rem;
  height: auto;
}

@media screen and (max-width: 768px) {
  .p-section__about-image {
    width: 100%;
  }
}

.p-section__about-wrapper {
  width: 60rem;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
}

@media screen and (max-width: 768px) {
  .p-section__about-wrapper {
    width: 100%;
    margin-top: 2rem;
  }
}

.p-section__about-button {
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}

.p-section__shop {
  padding: 12rem 0 8rem;
}

@media screen and (max-width: 768px) {
  .p-section__shop {
    padding-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .p-section__shop {
    padding: 0rem 0 8rem;
  }
}

.p-section__shop-inner {
  display: flex;
  justify-content: center;
  gap: 4rem;
}

@media screen and (max-width: 768px) {
  .p-section__shop-inner {
    flex-direction: column;
  }
}

.p-section__shop-bnr {
  width: 55rem;
  height: auto;
}

@media screen and (max-width: 768px) {
  .p-section__shop-bnr {
    width: 100%;
  }
}

.p-section__archive {
  padding: 12rem 0 8rem;
}

.p-section__single {
  padding: 12rem 0 8rem;
}

.p-section__single-date {
  text-align: right;
}

.p-section__single-image {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  margin: 4rem 0;
}

.p-section__company {
  padding: 12rem 0 8rem;
}

@media screen and (max-width: 768px) {
  .p-section__company {
    padding: 6rem 0 8rem;
  }
}

.p-section__company-inner {
  width: 100rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .p-section__company-inner {
    width: 95%;
  }
}

.p-section__contact {
  padding: 12rem 0 12rem;
}

@media screen and (max-width: 768px) {
  .p-section__contact {
    padding: 6rem 0 8rem;
  }
}

.p-section__contact-inner {
  width: 100rem;
  margin: 12rem auto 0;
}

@media screen and (max-width: 768px) {
  .p-section__contact-inner {
    width: 95%;
    margin-top: 4rem;
  }
}

.p-section__contact-line {
  display: flex;
  margin-bottom: 4rem;
}

.p-section__contact-line.-type02 {
  flex-direction: column;
}

.p-section__contact-line.-type02 .p-section__contact-head {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-section__contact-line {
    flex-direction: column;
  }
}

.p-section__contact-head {
  width: 30rem;
}

.p-section__contact-cont {
  width: 100%;
}

.p-section__contact-cont p {
  display: block;
  width: 100%;
  height: 100%;
}

.p-section__contact-cont p span {
  width: 100%;
  height: 100%;
  display: block;
}

.p-section__contact-cont p span input {
  width: 100%;
  height: 100%;
  display: block;
  padding: 1rem;
  border: 0.1rem solid #000;
}

.p-section__contact-cont p span textarea {
  width: 100%;
  height: 100%;
  display: block;
  padding: 1rem;
  border: 0.1rem solid #000;
}

.p-section__tonari {
  padding: 12rem 0 12rem;
}

@media screen and (max-width: 768px) {
  .p-section__tonari {
    padding: 12rem 0 8rem;
  }
}

.p-section__tonari-text {
  margin: 4rem 0 6rem;
}

.p-section__tonari-wrapper {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .p-section__tonari-wrapper {
    flex-direction: column;
    gap: 4rem;
  }
}

.p-section__tonari-image {
  width: 40rem;
}

@media screen and (max-width: 768px) {
  .p-section__tonari-image {
    width: 100%;
  }
}

.p-section__tonari-title {
  margin-top: 2rem;
  text-align: center;
}

.p-section__seminor {
  padding: 12rem 0 12rem;
}

@media screen and (max-width: 768px) {
  .p-section__seminor {
    padding: 12rem 0 6rem;
  }
}

.p-section__seminor-inner {
  width: 100rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .p-section__seminor-inner {
    width: 100%;
  }
}

.p-section__seminor-button {
  margin: 4rem auto 8rem;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 768px) {
  .p-section__seminor-button {
    margin: 3rem auto 5rem;
  }
}

.p-section__seminor-image {
  margin: 4rem auto;
}

@media screen and (max-width: 768px) {
  .p-section__seminor-image {
    margin: 3rem auto;
  }
}

.p-section__pagenation {
  margin-bottom: 8rem;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}

.sp-only {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .sp-only {
    display: block !important;
  }
}

.sp-only-flex {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .sp-only-flex {
    display: flex !important;
  }
}

.fade-in {
  opacity: 0;
  transition: opacity 1.5s ease-out;
}

.fade-in.is-active {
  opacity: 1;
}

.header__nav {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  transform: translateX(100%);
  background-color: #fff;
  transition: ease 0.4s;
  z-index: 999;
}

@media screen and (min-width: 767px) {
  .header__nav {
    position: static;
    transform: initial;
    background-color: inherit;
    height: inherit;
    display: flex;
    justify-content: end;
    width: 50%;
  }
}

@media screen and (min-width: 767px) {
  .nav__items {
    width: 100%;
    display: flex;
    align-items: center;
    height: initial;
    justify-content: space-between;
  }
}

.nav-items {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
}

@media screen and (min-width: 767px) {
  .nav-items {
    padding-top: inherit;
    padding-bottom: inherit;
    position: inherit;
    top: 0;
    left: 0;
    transform: translate(0, 0);
  }
}

.nav-items__item a {
  color: black;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2.4rem;
}

.nav-items__item:last-child a {
  margin-bottom: 0;
}

@media screen and (min-width: 767px) {
  .nav-items__item a {
    margin-bottom: 0;
  }
}

/* ハンバーガーメニュー */
.header__hamburger {
  width: 3rem;
  height: 100%;
}

.hamburger {
  background-color: transparent;
  border-color: transparent;
  z-index: 9999;
  position: fixed;
  top: 2rem;
  right: 2rem;
  height: -moz-fit-content;
  height: fit-content;
}

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

.hamburger span {
  width: 100%;
  height: 0.1rem;
  top: 0.8rem;
  background-color: #000;
  position: relative;
  transition: ease 0.4s;
  display: block;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  margin: 0.8rem 0;
  top: 0;
}

.hamburger span:nth-child(3) {
  top: 0;
}

/* ハンバーガーメニュークリック後のスタイル */
.header__nav.active {
  transform: translateX(0);
}

.hamburger.active span:nth-child(1) {
  top: 1.1em;
  transform: rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  top: -0.7rem;
  transform: rotate(-45deg);
}

.wp-block-paragraph {
  margin: 2rem 0;
}

.wp-block-image {
  margin: 2rem 0;
}

.wp-block-heading {
  margin-top: 4rem;
  margin-bottom: 2rem;
}

.wp-block-columns {
  display: flex;
  gap: 5rem;
}

@media screen and (max-width: 768px) {
  .wp-block-columns {
    flex-direction: column;
    gap: 1rem;
  }
}

.wp-block-column {
  width: 100%;
}

.wpcf7-response-output {
  font-size: 1.6rem;
}

.nav-links ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}

@media screen and (max-width: 768px) {
  .nav-links ul {
    gap: 2.5rem;
  }
}

.page-numbers {
  text-decoration: none;
  font-size: 1.8rem;
}

.current {
  border-bottom: 0.1rem solid #000;
}

.wpcf7-select {
  display: block;
  padding: 1rem;
  border: 0.1rem solid #000;
  min-width: 40rem;
}

@media screen and (max-width: 768px) {
  .wpcf7-select {
    min-width: unset;
    width: 100%;
  }
}

/*# sourceMappingURL=styles.css.map */