/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Custom: Masumi Yamao
Custom URI: https://colorlife-website.com/
Template:   cocoon-master
Version:    1.1.3
*/

::before,
::after {
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
}

/* 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 {
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
  line-height: 1.15; /* 1 */
}

/* 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 {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* 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 {
  border-top-width: 1px;
  box-sizing: content-box; /* 1 */
  clear: both;
  color: inherit;
  height: 0; /* 1 */
  margin: 0;
  overflow: visible; /* 2 */
}

/**
 * 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;
  color: inherit;
  text-decoration: none;
}

/**
 * 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;
  background: transparent;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  vertical-align: middle;
}

/**
 * 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;
  min-width: 0;
  padding: 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-collapse: collapse;
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

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

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

body {
  background: #fce4ec;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

a:hover {
  color: #333333;
}

.l-main {
  margin-left: auto;
  margin-right: auto;
}

.l-wrapper {
  background: #fce4ec;
  padding-bottom: 15vw;
  padding-left: 2vw;
  padding-right: 2vw;
  margin-top: 20px;
}

.l-main__section {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.l-page__wrapper {
  padding-bottom: 15vw;
}

.l-footer {
  padding-bottom: 10vw;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

.c-header__title {
  align-items: center;
  display: flex;
  justify-content: space-around;
}

.c-header__title img {
  width: 40vw;
}

.c-header__heading {
  font-size: 0.9rem;
  text-align: right;
  width: 100%;
}

.c-header__span {
  font-family: "Zen Old Mincho", sans-serif;
  font-size: 1rem;
  font-weight: 900;
  white-space: nowrap;
}

.c-header__logo {
  text-align: center;
}

.c-header__nav-link {
  font-size: 0.9rem;
  text-align: center;
  width: 100%;
}

.c-header__nav-link:hover {
  border-bottom: 3px solid #c2185b;
}

.c-header__nav-link + .c-header__nav-link {
  border-left: 0;
  border-right: 1px solid #c2185b;
}

.c-drawer-icon__bar {
  background: #c2185b;
  height: 3px;
  position: absolute;
  right: 10%;
  top: 0;
  width: 30px;
}

.c-drawer-icon__bar:nth-of-type(2) {
  top: 9px;
}

.c-drawer-icon__bar:nth-of-type(3) {
  top: 18px;
}

.drawer-icon.is-checked .c-drawer-icon__bar {
  background: #ffffff;
}

.drawer-icon.is-checked .c-drawer-icon__bar:nth-of-type(1) {
  top: 10px;
  transform: rotate(30deg);
}

.drawer-icon.is-checked .c-drawer-icon__bar:nth-of-type(2) {
  display: none;
}

.drawer-icon.is-checked .c-drawer-icon__bar:nth-of-type(3) {
  top: 10px;
  transform: rotate(-30deg);
}

.c-drawer-content__link {
  font-weight: 600;
  border-right: 1px solid #c2185b; /* 右側に線を引く */
  padding: 15px 10px;
}

.c-drawer-content__link:last-child {
  border-right: none; /* 最後のリンクには線を引かない */
  margin-right: 0;
}

.c-fv__picture img {
  width: 100%;
}

.c-movie__box {
  background: #ffffff;
  border: 2px solid #fce4ec;
  border-radius: 30px;
  box-shadow: 0px 5px 15px 0px rgba(204, 204, 204, 0.35);
  color: #c2185b;
  display: flex;
  font-size: 1rem;
  gap: 20px;
  max-width: 150px;
  padding: 10px 12px;
  width: 100%;
}

.view-icon {
  max-width: 25px;
  width: 100%;
}

.c-textbook__text {
  color: #c2185b;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
}

.c-p-textbook__box {
  display: block;
  height: auto;
  width: 80%;
}

.c-p-textbook__box img {
  width: 90%;
}

.book__ribon {
  display: inline-block;
  overflow: hidden;
  position: relative;
}

.book__ribon .ribon {
  display: inline;
}

.ribon {
  background: #c2185b;
  color: #fff;
  display: inline-block;
  left: -25px;
  padding: 2px 10px;
  position: absolute;
  text-align: center;
  top: 20px;
  transform: rotate(-45deg);
  width: 100px;
}

.c-heading {
  border-bottom: 1px solid #333333;
  font-weight: 600;
  padding-bottom: 5px;
}

.c-results__text,
.c-results__person {
  font-size: 0.8rem;
}

.c-results__person {
  text-align: right;
}

.c-media__head {
  font-size: 0.9rem;
  font-weight: 600;
  padding-left: 8%;
  position: relative;
}

.c-media__head::before {
  background: #c2185b;
  content: "";
  height: 100%;
  left: 0;
  max-height: 13px;
  max-width: 13px;
  position: absolute;
  top: 1.5vw;
  width: 100%;
}

.c-media__text {
  font-size: 0.7rem;
  padding-left: 6%;
}

.c-copylight {
  font-size: 0.6rem;
}

.c-floating__btn {
  align-items: center;
  display: flex;
  justify-content: center;
}

.c-floating__arrow {
  height: 60px;
  transition: transform 0.3s ease-in-out;
  width: 50px;
}

.c-floating__arrow:hover {
  transform: translateY(-5px);
}

.c-single__result--title {
  font-size: 1.5rem;
  font-weight: 600;
}

.c-single__result-text {
  margin-top: 10px;
}

.widget-sidebar-title {
  font-size: 1.2rem;
}

.c-katei__title {
  color: #c2185b;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}

a.page__site-link {
  color: #c2185b;
}

.c-katei__text {
  color: #333333;
  font-size: 1rem;
  font-weight: 600;
}

.c-text__brown {
  color: #663333;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.c-katei__point-title {
  font-weight: 600;
  margin-top: 30px;
}

.c-point__num {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  width: 95%;
}

.c-text__line {
  -webkit-text-decoration: underline 1.5px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-decoration: underline 1.5px;
}

.c-katei__contact-title {
  color: #fce4ec;
}

.c-katei__contact-text {
  color: #ffffff;
}

.c-katei__contact-text span {
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 1.5;
}

.c-counseling__heading {
  border-bottom: 1px solid #db7093;
  border-left: 10px solid #db7093;
  font-size: 1rem;
  margin-top: 5px;
  padding: 5px 10px;
}

.c-counseling__desc-name {
  font-size: 0.8rem;
  margin-top: 12px;
}

.c-counseling__desc-text {
  font-size: 0.8rem;
  padding: 15px 20px;
}

.c-couseling-strong {
  color: #994f5b;
  font-weight: 800;
}

.text-black {
  color: #333333;
  font-weight: 800;
}

.c-counseling__desc-box {
  display: flex;
}

.c-counseling__desc-box .c-couseling-strong {
  font-size: 0.8rem;
}

.c-counseling__count {
  display: flex;
  flex-direction: column;
  font-size: 0.8rem;
}

.c-couseling-space {
  padding-left: 0;
}

.c-counseling__contact {
  margin-top: 10px;
}

.c-counseling__contact-text {
  font-size: 0.7rem;
  margin-top: 8px;
  text-align: right;
}

.entry-content {
  width: 90%;
}

.c-media__page--title {
  color: #c2185b;
  font-size: 1.5rem;
  font-weight: bold;
}

.c-media__article--thumbnail img {
  max-width: 150px;
}

.c-media__page--line {
  border-bottom: 2px solid #c2185b;
}

.c-media__article--entry__title {
  font-size: 0.8rem;
}

.c-media__article--posted__on {
  font-size: 0.7rem;
}

.c-media__article--entry__content {
  font-size: 0.8rem;
}

h3.wp-block-heading {
  border-left: 2px solid #c2185b;
}

h1.wp-block-heading {
  padding: 0.5em; /*上下左右の余白*/
  background: #fff; /*背景色*/
  border-bottom: solid 3px #c2185b !important; /*線の種類 太さ 色*/
  font-size: 1.5rem;
}

h2.wp-block-heading {
  background: #fff !important;
}

h3.wp-block-heading {
  border-left: 7px solid #c2185b !important;
  border-right: 1px solid #c2185b !important;
  border-top: 1px solid #c2185b !important;
  border-bottom: 1px solid #c2185b !important;
}

h4.wp-block-heading {
  border-top: 2px solid #c2185b !important;
  border-bottom: 2px solid #c2185b !important;
}

.p-header__inner {
  display: flex;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
}

.p-header__nav {
  display: none;
}

.p-header__nav__open {
  height: 18px;
  margin-top: 2px;
  position: relative;
  width: 30px;
  z-index: 51;
}

.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(1) {
  top: 10px;
  transform: rotate(30deg);
}

.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(2) {
  display: none;
}

.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(3) {
  top: 10px;
  transform: rotate(-30deg);
}

.p-drawer-content {
  background: #fff;
  box-shadow: 0px 0px 31px -5px #d6d6d6;
}

.p-drawer-content.is-checked {
  transform: translateX(0);
}

.p-drawer-content__menus {
  padding: 1px;
}

.p-drawer-content__menu {
  color: #c2185b;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.p-drawer-content__menu:first-of-type {
  border-bottom: 1px solid #c2185b;
}
.p-drawer-content__menu a {
  font-size: 0.9rem;
}

.p-head__titlebox {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}

.p-fv {
  align-items: center;
  background-color: #fce4ec;
  border: 2px solid #c2185b;
  border-radius: 8px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  margin-top: 5.5vw;
  min-height: 300px;
  padding: 20px;
}

.p-movie {
  height: 100%;
  width: 100%;
}

.p-movie__inner {
  background-color: #ffffff;
  border: 2px solid #c2185b;
  border-radius: 8px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-evenly;
  padding: 20px;
}

.p-movie__youtube {
  text-align: center;
}

.p-movie__youtube iframe {
  aspect-ratio: 4/3;
  height: auto;
  width: 100%;
}

.p-movie__boxes {
  display: flex;
  gap: 20px;
  justify-content: space-around;
  margin-top: 20px;
}

.tab1__text {
  margin-top: 20px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #c2185b;
  text-align: center;
}
.p-textbooks {
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0px 10px 10px -6px rgba(135, 135, 135, 0.3);
  margin-top: 10%;
  padding: 25px;
}

.p-textbooks__boxes {
  display: flex;
  flex-direction: column;
  gap: 2vw;
  margin-top: 30px;
}

.p-textbooks__pc {
  display: none;
}

.p-textbooks__sp {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
  margin-top: 5.3vw;
}

.p-tab3 {
  display: flex;
  flex-direction: column;
  gap: 8vw;
  margin-top: 5%;
}

.tab3__box {
  background: #fce4ec;
  border: 2px solid #c2185b;
  border-radius: 15px;
  box-shadow: 0px 10px 10px -6px rgba(135, 135, 135, 0.3);
  padding: calc(4vw - 2px);
}

.p-results__boxes {
  display: flex;
  flex-direction: column;
  gap: 3vw;
  margin-top: 2%;
  padding: 2% 10px;
}

.p-results__box {
  background: #fce4ec;
  border-radius: 5px;
}

.p-results__box blockquote {
  background: #fcf4f6 !important;
}

.p-media__boxes {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 4% 10px;
}

.p-box__link {
  text-align: right;
}

.results__link {
  border-bottom: 1px solid #333333;
}

.p-floating__btn {
  background: #c2185b;
  border: 1px solid rgba(252, 228, 236, 0.7);
  border-radius: 50%;
  bottom: 55px;
  display: none;
  height: 60px;
  position: fixed;
  right: 20px;
  width: 60px;
}

.p-results__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.p-results__write--box {
  background: #fcf4f6;
  border-radius: 10px;
  box-shadow: 0px 0px 48px -10px #d6d6d6;
  padding: 10px;
}

.p-single__result {
  background: #fcf4f6;
  border-radius: 10px;
  box-shadow: 0px 0px 48px -10px #d6d6d6;
  padding: 20px;
}

.widget-sidebar {
  background: #ffffff;
  padding: 10px;
}

.p-media__article--boxes {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.p-media__article--box {
  display: flex;
  flex-direction: column;
}

.p-single__result--image {
  text-align: center;
}

.p-katei__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.p-page__header {
  margin-top: 5%;
  text-align: center;
}

.p-page__header img {
  width: 90%;
}

.p-page__sub-header {
  margin-top: 50px;
}

.p-page__site {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 30px;
  text-align: center;
}

.p-katei__description {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}

.p-point__title-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}

.p-point__title-box {
  font-weight: 600;
}

.p-katei__movie .c-movie__box {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}

.p-katei__book-space {
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}

.p-katei__book-space img {
  width: 100%;
}

.p-katei__contact {
  background: #c2185b;
  margin-top: 20px;
}

.p-katei__contact-inner {
  padding: 10% 5%;
}

.p-katei__contact-boxes {
  display: flex;
  flex-direction: column;
}

.p-katei__contact-box {
  text-align: center;
}

.p-counseling__container {
  padding-left: 10px;
  padding-right: 10px;
}

.p-counseling__inner {
  background: #ffffff;
  padding: 20px;
}

.p-counseling__desc-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  line-height: 1.6em; /* 文字の高さ */
  padding-bottom: 1px; /* 最終行の下にも罫線を引く */
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
}

.p-profile__books--sp .p-profile__book {
  width: 50%;
  margin-top: 20px;
}

.p-profile__books--sp .p-profile__books--space {
  display: flex;
  gap: 20px;
}

h3.c-profile__head {
  font-size: 1.5rem;
  text-align: center;
  font-style: italic;
}

.p-profile__books--pc {
  display: none;
}

.p-profile__dates {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.p-profile__media {
  margin-top: 50px;
}

.hidden-pc {
  display: block;
}

.hidden-sp {
  display: none;
}

.c-media__article--thumbnail {
  display: none;
}

@media screen and (min-width: 768px) {
  .l-main {
    padding-left: 0px;
    padding-right: 0px;
  }

  .p-drawer-content {
    display: none;
  }
  .c-header__title {
    white-space: nowrap;
    justify-content: flex-start;
    margin-left: 15%;
    gap: 10%;
  }

  .c-header__title img {
    max-width: 180px;
  }

  .c-header__heading {
    font-size: 25px;
  }

  .c-header__span {
    font-size: 2rem;
  }

  .c-header__nav-link {
    border-right: 1px solid #c2185b;
    font-size: 13px;
    font-weight: 900;
    padding: 20px 0;
  }

  .c-movie__box {
    align-items: center;
    font-size: 0.8rem;
    gap: 5px;
    justify-content: center;
    padding: 9px;
  }

  .view-icon {
    max-width: 13px;
    width: 100%;
  }

  .c-p-textbook__box {
    width: 150px;
  }

  .c-media__head {
    font-size: 1.3rem;
    font-weight: 600;
    padding-left: 6%;
    position: relative;
  }
  .c-media__head::before {
    font-size: 1rem;
    height: 100%;
    max-height: 15px;
    max-width: 15px;
    top: 1vw;
    width: 100%;
  }

  .c-floating__arrow {
    height: 80px;
  }

  .c-katei__contact-title {
    font-size: 1.5rem;
  }

  .c-katei__contact-text {
    font-size: 1.5rem;
  }

  .c-counseling__desc-name {
    margin-top: 12px;
    font-size: 1rem;
  }

  .c-counseling__desc-text {
    padding: 10px 40px;
    font-size: 1rem;
    line-height: 1.7;
  }

  .c-couseling-space {
    padding-left: 104px;
  }

  .p-header__inner {
    flex-direction: column;
    min-height: 70px;
    padding-left: 0;
    padding-right: 0;
  }

  .p-header__nav {
    background: #ffffff;
    border-bottom: 1px solid #c2185b;
    display: block;
    width: 100%;
  }

  .p-header__nav__links {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }

  .p-header__nav__open {
    display: none;
  }

  .p-fv {
    margin-top: 0;
  }

  .p-tab1 {
    display: grid;
    gap: 10px;
    grid-template-columns: 30% 70%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }

  .tab2 {
    padding-left: 0;
    padding-right: 0;
  }

  .p-textbooks {
    padding: 100px 50px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .p-textbooks__pc {
    display: flex;
    gap: 2vw;
    justify-content: center;
  }

  .p-textbooks__sp {
    display: none;
  }

  .p-tab3 {
    display: flex;
    flex-direction: row;
    gap: 3vw;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
  }

  .p-floating__btn {
    height: 80px;
    right: 50px;
    width: 80px;
  }

  .p-media__article--box {
    flex-direction: row;
    gap: 10px;
  }

  .p-single__result--image {
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .p-katei__container {
    padding-left: 100px;
    padding-right: 100px;
  }

  .p-katei__contact-inner {
    padding: 3% 5%;
  }

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

  .p-media__article--boxes {
    padding-right: 10%;
  }

  .p-counseling__desc-inner {
    gap: 50px;
  }

  .p-profile__books--sp {
    display: none;
  }
  .p-profile__books--pc {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .p-profile__books--pc .p-profile__book {
    width: 50%;
  }

  .p-profile__books--pc .p-profile__books--space {
    display: flex;
    gap: 20px;
  }

  .p-profile__dates {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }

  .p-profile__date dl {
    display: flex;
    gap: 35px;
  }

  .p-profile__date dt {
    min-width: 250px;
    font-size: 1.1rem;
  }

  .p-profile__date dd {
    font-size: 1.1rem;
    width: 400px;
  }

  .tab1__text {
    margin-top: 20px;
    font-size: 1.5rem;
    font-weight: 600;
    color: #c2185b;
    text-align: center;
  }
  .c-media__article--thumbnail {
    display: none;
  }
}

@media screen and (min-width: 1280px) {
  .l-wrapper {
    padding-bottom: 5vw;
  }

  .l-main__section {
    flex-direction: row;
    gap: 20px;
    justify-content: center;
    width: 100%;
    padding-top: 50px;
  }

  .l-page__wrapper {
    padding-bottom: 5vw;
  }

  .l-footer {
    padding-bottom: 5vw;
  }

  .c-header__title img {
    max-width: 200px;
  }

  .c-header__heading {
    font-size: 28px;
    margin-left: 20%;
  }

  .c-header__span {
    font-size: 2.8rem;
  }

  .c-header__logo a {
    font-size: 1.875rems;
    font-weight: 700;
    line-height: 1.2;
  }

  .c-header__nav-link {
    border-left: 1px solid #c2185b;
    border-right: 1px solid #c2185b;
    font-size: 18px;
    padding: 20px 17px;
  }

  .c-movie__box {
    font-size: 1.25rem;
    font-weight: 600;
    padding: 10px;
    text-align: center;
  }

  .c-movie__box:hover {
    background: #f8b9ce;
  }

  .view-icon {
    max-width: 20px;
  }

  .c-textbook__text {
    font-size: 1.5rem;
  }

  .c-p-textbook__box {
    width: 210px;
  }

  .c-heading {
    font-size: 1.5rem;
  }

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

  .c-results__text,
  .c-results__person {
    font-size: 1rem;
  }

  .c-media__head::before {
    height: 100%;
    max-height: 20px;
    max-width: 20px;
    top: 0.3vw;
    width: 100%;
  }

  .c-copylight {
    font-size: 1rem;
  }

  .c-counseling__desc-text {
    padding: 35px 40px;
  }

  .p-header__inner {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    padding-top: 1rem;
  }

  .p-header__nav {
    background: #ffffff;
    border-bottom: 1px solid #c2185b;
    display: block;
    width: 100%;
  }

  .p-header__nav__links {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }

  .p-header__nav__open {
    display: none;
  }

  .p-fv {
    margin-top: 0;
  }

  .p-tab1 {
    max-width: 1280px;
    padding-top: 1.25vw;
  }

  .tab2 {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    max-width: 1280px;
  }

  .p-textbooks__sp {
    display: none;
  }

  .tab3__box {
    padding: calc(2vw - 2px);
    width: 50%;
  }

  .p-results__boxes {
    gap: 30px;
  }

  .p-media__boxes {
    gap: 30px;
    padding: 5% 20px;
  }

  .p-results__box:nth-of-type(1) {
    margin-top: 5%;
  }
  .p-results__list {
    padding-left: 10px;
    padding-right: 10px;
  }

  .p-main__left {
    width: 100%;
    padding: 20px 30px;
  }

  .p-katei__container {
    padding-left: 20%;
    padding-right: 20%;
  }

  .p-katei__book-space img {
    width: 60%;
  }

  .p-counseling__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1040px;
  }

  .hidden-pc {
    display: none;
  }

  .hidden-sp {
    display: block;
  }
  h1.wp-block.wp-block-post-title.block-editor-block-list__block.editor-post-title.editor-post-title__input.rich-text {
    margin: 20px 0;
    height: 50px;
  }

  .p-profile__books--pc .p-profile__books--space {
    justify-content: center;
  }
  .p-profile__books--pc .p-profile__book {
    width: 20%;
  }
  .p-profile__date dd {
    width: 100%;
  }
}
