@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue",
    Arial, Meiryo, メイリオ, sans-serif;
}

body.hidden {
  overflow-y: hidden;
}

main {
  padding-top: 69px;
}
@media screen and (max-width: 768px) {
  main {
    padding-top: 57px;
  }
}

img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  display: inline-block;
  -o-object-position: center top;
  object-position: center top;
}

video,
iframe {
  max-width: 100%;
}

a {
  opacity: 1;
  transition: all 0.3s;
}

a:hover {
  opacity: 0.9;
  transition: all 0.3s;
}

.l-single {
  display: flex;
  gap: 64px;
}

.l-single-content {
  width: calc(100% - 394px);
}
@media screen and (max-width: 1100px) {
  .l-single-content {
    width: 100%;
  }
}

.mt90 {
  margin-top: 90px;
}

.mb72 {
  margin-bottom: 72px;
}

.nolink {
  pointer-events: none;
}

.slick > li:not(:first-child) {
  display: none;
}

.pl45 {
  padding-left: 45px;
}

.pl60 {
  padding-left: 60px;
}

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

/*! destyle.css v4.0.0 | 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[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"],
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
  appearance: none;
}

/**
 * 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;
}

/**
 * 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 */
}

/**
 * Fix appearance for Firefox
 */
[type="number"] {
  -moz-appearance: textfield;
}

/**
 * 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;
}

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

html {
  font-size: 62.5%;
}

.l-inner {
  max-width: 1100px;
  margin: auto;
}
@media screen and (max-width: 1100px) {
  .l-inner {
    max-width: 800px;
  }
}
@media screen and (max-width: 768px) {
  .l-inner {
    width: 100%;
    padding: 0 24px;
  }
}

@media screen and (max-width: 768px) {
  .l-single-interview-inner {
    padding: 0 10px;
  }
}

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

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

.u-display-none {
  display: none !important;
}

.u-flex {
  display: flex;
  align-items: flex-start;
}
.u-flex--center {
  justify-content: center;
}
.u-flex--sb {
  justify-content: space-between;
}
.u-flex--top {
  justify-content: space-between;
  gap: 64px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1100px) {
  .u-flex--top {
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .u-flex--top {
    gap: 40px;
    padding: 0;
    margin-bottom: 40px;
  }
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #fff;
  margin: auto;
  width: 293px;
  padding: 24px 0;
  position: relative;
  border-radius: 3px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}
.btn span {
  width: 16px;
  height: 16px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.btn span::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  display: inline-block;
  position: relative;
  transform: rotate(45deg);
  top: -5px;
  left: 3px;
}
.btn span.w22 {
  width: 22px;
  height: 22px;
}
.btn span.w22::before {
  transform: rotate(45deg);
  top: -2px;
  left: 6px;
}

.btn--gray {
  background-color: #333333;
}

.btn-normal {
  padding: 20px 52px;
  font-size: 1.6rem;
  font-weight: 600;
  border-radius: 8px;
  letter-spacing: 0.05em;
  display: block;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.3s;
  box-sizing: border-box;
}
.btn-normal--black {
  color: #fff;
  background-color: #1b191a;
  border: 2px solid #1b191a;
}
.btn-normal--black:hover {
  color: #1b191a;
  background-color: #fff;
  transition: all 0.3s;
}
.btn-normal--blue {
  color: #fff;
  background-color: #1b4567;
  border: 2px solid #1b4567;
}
.btn-normal--blue:hover {
  color: #1b4567;
  background-color: #fff;
  transition: all 0.3s;
}
.btn-normal--gold {
  color: #fff;
  background-color: #ba882e;
  border: 2px solid #ba882e;
}
.btn-normal--gold:hover {
  color: #ba882e;
  background-color: #fff;
  transition: all 0.3s;
}
.btn-normal--white {
  color: #1b4567;
  background-color: #f1f3f7;
  border: 2px solid #f1f3f7;
}
.btn-normal--white:hover {
  color: #ba882e;
  transition: all 0.3s;
}
.btn-normal--gray {
  color: #fff;
  background-color: #333333;
  border: 2px solid #333333;
}
.btn-normal--gray:hover {
  color: #333333;
  background-color: #fff;
  transition: all 0.3s;
}

.page-title {
  font-size: 2.8rem;
  font-weight: 600;
  border-left: 7px solid;
  padding-left: 24px;
  margin: 80px 0 32px 0;
  border-color: #989898;
}
@media screen and (max-width: 768px) {
  .page-title {
    margin: 40px 0 30px 0;
    font-size: 2.4rem;
  }
}
.page-title span {
  font-family: "Lato";
  font-size: 1.4rem;
  font-weight: 400;
  display: block;
  margin-top: 12px;
  color: #7a7878;
}
@media screen and (max-width: 768px) {
  .page-title span {
    margin-top: 3px;
  }
}

.secttl-bottom-line {
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #333;
  padding-bottom: 12px;
  border-bottom: 2px solid;
  margin-bottom: 20px;
  border-color: #1b4567;
}
@media screen and (max-width: 768px) {
  .secttl-bottom-line {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
.secttl-bottom-line span {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}

.secttl-bg {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 16px 43px 16px 31px;
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .secttl-bg {
    font-size: 2rem;
    padding: 10px 35px 10px 70px;
    position: relative;
  }
}
.secttl-bg--check {
  background-color: #333;
}
.secttl-bg--check::before {
  content: "";
  width: 30px;
  height: 26px;
  background-image: url(../img/common/icon-check.svg);
  display: inline-block;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .secttl-bg--check::before {
    position: absolute;
    left: 30px;
    top: 10px;
  }
}
.secttl-bg--pickup {
  padding: 12px 43px 12px 70px;
  position: relative;
}
.secttl-bg--pickup::before {
  content: "";
  width: 39px;
  height: 35px;
  background-image: url(../img/common/icon-pickup.svg);
  display: inline-block;
  margin-right: 10px;
  position: absolute;
  left: 34px;
  top: 6px;
}
@media screen and (max-width: 768px) {
  .secttl-bg--pickup::before {
    left: 30px;
    top: 10px;
  }
}
.secttl-bg--attention {
  background-color: #1b4567;
  padding: 12px 43px 12px 83px;
  position: relative;
}
.secttl-bg--attention::before {
  content: "";
  width: 39px;
  height: 35px;
  background-image: url(../img/common/icon-pickup.svg);
  display: inline-block;
  margin-right: 10px;
  position: absolute;
  left: 34px;
  top: 6px;
}
@media screen and (max-width: 768px) {
  .secttl-bg--attention::before {
    left: 30px;
    top: 10px;
  }
}
.secttl-bg--ranking {
  background-color: #333;
  padding: 12px 43px 12px 78px;
  position: relative;
}
.secttl-bg--ranking::before {
  content: "";
  width: 36px;
  height: 25px;
  background-image: url(../img/common/icon-ranking.svg);
  display: inline-block;
  margin-right: 10px;
  position: absolute;
  left: 34px;
  top: 6px;
}
@media screen and (max-width: 768px) {
  .secttl-bg--ranking::before {
    left: 30px;
    top: 10px;
  }
}

.secttl-icon {
  font-size: 3.2rem;
  font-weight: 700;
  color: #333;
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 50px;
  margin-bottom: 24px;
}
.secttl-icon::before {
  position: absolute;
  content: "";
  width: 37px;
  height: 36px;
  display: inline-block;
  background-image: url(../img/common/secttl-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.secttl {
  font-size: 3.2rem;
  font-weight: 600;
  color: #000000;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .secttl {
    font-size: 2rem;
    line-height: 2;
  }
}

.secttl-column {
  font-size: 2.8rem;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .secttl-column {
    font-size: 2.4rem;
  }
}
.secttl-column span {
  margin-bottom: 11px;
  font-size: 1.4rem;
  font-weight: 400;
}
.secttl-column--blue {
  color: #1b4567;
}
.secttl-column--blue span {
  color: #bfbfbf;
}
.secttl-column--white {
  color: #fff;
}
.secttl-column--white span {
  color: #fddd88;
}
.secttl-column--single {
  margin-bottom: 50px;
}
.secttl-column--center {
  text-align: center;
  display: block;
}

.secttl-bg-icon {
  background-color: #1b4567;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  padding: 16px 0 16px 70px;
  border-radius: 3px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin-bottom: 16px;
  position: relative;
}
.secttl-bg-icon::before {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.secttl-bg-icon.skillup::before {
  width: 26px;
  height: 29px;
  background-image: url(../img/common/icon_theme_skillup.svg);
}
.secttl-bg-icon.sports::before {
  width: 30px;
  height: 25px;
  background-image: url(../img/common/icon-theme-sports.svg);
}
.secttl-bg-icon.business::before {
  width: 14px;
  height: 29px;
  background-image: url(../img/common/icon_theme_business.svg);
}
.secttl-bg-icon.lifestyle::before {
  width: 19px;
  height: 30px;
  background-image: url(../img/common/icon-theme-lifestyle.svg);
}
.secttl-bg-icon.medical-welfare::before {
  width: 30px;
  height: 30px;
  background-image: url(../img/common/icon-theme-medical.svg);
}
.secttl-bg-icon.politics_economy::before {
  width: 23px;
  height: 30px;
  background-image: url(../img/common/icon-theme-keizai.svg);
}
.secttl-bg-icon.education_human-rights::before {
  width: 30px;
  height: 24px;
  background-image: url(../img/common/icon-theme-teaching.svg);
}
.secttl-bg-icon.environmental::before {
  width: 24px;
  height: 29px;
  background-image: url(../img/common/icon_theme_environment.svg);
}
.secttl-bg-icon.entertainment::before {
  width: 23px;
  height: 28px;
  background-image: url(../img/common/icon_theme_entertainment.svg);
}

.c-search-modal {
  position: fixed;
  padding-top: 20px;
  padding-bottom: 200px;
  z-index: 999;
  display: none;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
}
@media screen and (max-width: 1100px) {
  .c-search-modal {
    padding: 27px 10px 150px;
    background-color: rgba(0, 0, 0, 0.3);
  }
}
.c-search-modal__bg {
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.c-search-modal__inner {
  background-color: #f5f5f5;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  width: 90%;
  max-width: 1300px;
  margin: 0 80px 0 auto;
  position: relative;
  padding: 50px 90px;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .c-search-modal__inner {
    width: 100%;
    padding: 32px 16px;
  }
}
.c-search-modal__inner::after {
  content: "";
  width: 0;
  height: 0;
  border-width: 0px 23.5px 26px 23.5px;
  border-color: transparent transparent #f5f5f5 transparent;
  border-style: solid;
  position: absolute;
  top: -26px;
  right: 5%;
}
@media screen and (max-width: 768px) {
  .c-search-modal__inner::after {
    display: none;
  }
}
.c-search-modal__title {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding-left: 10px;
  color: #111111;
  margin-bottom: 20px;
  border-left: 6.5px solid #333;
}
@media screen and (max-width: 768px) {
  .c-search-modal__title {
    font-style: 1.8rem;
    margin-bottom: 25px;
  }
}

.c-search-modal__form {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 1250px) {
  .c-search-modal__form {
    flex-direction: column;
    gap: 18px;
    margin-bottom: 50px;
  }
}

.c-search-modal__left {
  width: 45%;
  padding-right: 25px;
  margin-right: 32px;
  position: relative;
}
@media screen and (max-width: 1250px) {
  .c-search-modal__left {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .c-search-modal__left {
    padding-right: 0;
    margin-right: 0;
  }
}
.c-search-modal__left::after {
  content: "";
  width: 15px;
  height: 28px;
  background-image: url(../img/common/c-search-modala__arrow--gray.svg);
  position: absolute;
  right: 0;
  top: calc(50% + 30px);
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1250px) {
  .c-search-modal__left::after {
    display: none;
  }
}

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

.c-search-modal__radio-box {
  display: flex;
  max-width: 552px;
  height: 102px;
}
@media screen and (max-width: 768px) {
  .c-search-modal__radio-box {
    max-width: unset;
  }
}
.c-search-modal__radio-boxParent,
.c-search-modal__radio-boxChild {
  background-color: #fff;
  width: 50%;
  display: flex;
  flex-direction: column;
  box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.16);
  padding: 30px 0 0 26px;
  overflow-y: scroll;
}
@media screen and (max-width: 1100px) {
  .c-search-modal__radio-boxParent,
  .c-search-modal__radio-boxChild {
    padding: 21px 0 0 13px;
  }
}
.c-search-modal__radio-boxParent .radio,
.c-search-modal__radio-boxChild .radio {
  display: flex;
  align-items: center;
  font-weight: 400;
  color: #333333;
  font-size: 1.6rem;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .c-search-modal__radio-boxParent .radio,
  .c-search-modal__radio-boxChild .radio {
    font-size: 1.4rem;
  }
}
.c-search-modal__radio-boxParent .radio__input,
.c-search-modal__radio-boxChild .radio__input {
  display: none;
}
.c-search-modal__radio-boxParent .radio__label,
.c-search-modal__radio-boxChild .radio__label {
  position: relative;
  padding-left: 25px;
}
.c-search-modal__radio-boxParent .radio__label::before,
.c-search-modal__radio-boxChild .radio__label::before {
  content: "";
  width: 12px;
  height: 12px;
  border: 1px solid #707070;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 4px;
}
.c-search-modal__radio-boxParent .radio__label::after,
.c-search-modal__radio-boxChild .radio__label::after {
  display: none;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #707070;
  position: absolute;
  left: 2px;
  top: 6px;
}
.c-search-modal__radio-boxParent
  .radio__label:has(.radio__input:checked)::after,
.c-search-modal__radio-boxChild
  .radio__label:has(.radio__input:checked)::after {
  display: inline-block;
}
.c-search-modal__radio-boxParent {
  border-radius: 6px 0 0 6px;
}
.c-search-modal__radio-boxChild {
  border-radius: 0 6px 6px 0;
}

.c-search-modal__selectArea {
  display: flex;
  gap: 30px;
  margin: 16px 0;
}
@media screen and (max-width: 768px) {
  .c-search-modal__selectArea {
    flex-direction: column;
  }
}
.c-search-modal .select__label {
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  color: #333333;
  padding-left: 11px;
  position: relative;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .c-search-modal .select__label {
    font-size: 1.6rem;
    padding-left: 14px;
  }
}
.c-search-modal .select__label::before {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
  background-color: #333;
}
@media screen and (max-width: 768px) {
  .c-search-modal .select__label::before {
    width: 8px;
    height: 8px;
    top: 6px;
  }
}
.c-search-modal__selectBox {
  width: 171px;
  padding: 11px 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #4b4b4b;
  border-radius: 5px;
  cursor: pointer;
  color: #747272;
}
.c-search-modal__selectBox::-ms-expand {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-search-modal__selectBox {
    width: 211px;
  }
}

.c-search-modal__keyword {
  margin-bottom: 16px;
}
.c-search-modal__keyword .keyword__label {
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  color: #333333;
  padding-left: 11px;
  position: relative;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .c-search-modal__keyword .keyword__label {
    font-size: 1.6rem;
    padding-left: 14px;
  }
}
.c-search-modal__keyword .keyword__label::before {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
  background-color: #333;
}
@media screen and (max-width: 768px) {
  .c-search-modal__keyword .keyword__label::before {
    width: 8px;
    height: 8px;
    top: 6px;
  }
}
.c-search-modal__keyword .keyword__input-box {
  position: relative;
}
.c-search-modal__keyword .keyword__input-box::after {
  content: "";
  width: 21px;
  height: 21px;
  background-image: url(../img/common/icon-search.svg);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 19px;
}
.c-search-modal__keyword .keyword__input {
  width: 100%;
  padding: 11px 20px;
  border: 1px solid #4b4b4b;
  border-radius: 5px;
  color: #747272;
}

.c-search-modal__submitArea {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .c-search-modal__submitArea {
    flex-direction: column;
    align-items: center;
  }
}

.c-search-modal__count {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  background-color: #fff;
  border: 1px solid #4b4b4b;
  border-radius: 8px;
  color: #333333;
  padding: 8px 12px;
  line-height: 1.4;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .c-search-modal__count {
    background-color: unset;
    border: none;
    font-size: 1.6rem;
    padding: 0;
    margin-bottom: 10px;
  }
}
.c-search-modal__count .ajax-search-count {
  color: #ce301d;
}
.c-search-modal__count::before {
  content: "";
  width: 0;
  height: 0;
  border-width: 4.5px 0 4.5px 9px;
  border-color: transparent transparent transparent #4b4b4b;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  right: -10px;
}
@media screen and (max-width: 768px) {
  .c-search-modal__count::before {
    display: none;
  }
}
.c-search-modal__count::after {
  content: "";
  width: 0;
  height: 0;
  border-width: 4px 0 4px 9px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  right: -8px;
}
@media screen and (max-width: 768px) {
  .c-search-modal__count::after {
    display: none;
  }
}

.c-search-modal__submit {
  position: relative;
}
.c-search-modal__submit span {
  width: 16px;
  height: 16px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.c-search-modal__submit span::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  display: inline-block;
  position: relative;
  transform: rotate(45deg);
  top: 1px;
  left: 3px;
}
.c-search-modal__submit .submit__input {
  width: 238px;
  padding: 12px 0;
}
@media screen and (max-width: 768px) {
  .c-search-modal__submit .submit__input {
    width: 293px;
  }
}

.c-search-modal__btnArea {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
@media screen and (max-width: 1250px) {
  .c-search-modal__btnArea {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .c-search-modal__btnArea {
    max-width: 268px;
    margin: auto;
  }
}

.c-search-modal__btnArea-left {
  width: 47%;
}
@media screen and (max-width: 1250px) {
  .c-search-modal__btnArea-left {
    width: 100%;
  }
}

.c-search-modal__terms {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .c-search-modal__terms {
    margin-bottom: 32px;
  }
}

.c-search-modal__termsList {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .c-search-modal__termsList {
    flex-direction: column;
  }
}

.c-search-modal__termsImage {
  width: 47px;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #333;
}
.c-search-modal__termsImage img {
  width: 50%;
  height: auto;
}

.c-search-modal__termsText {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-search-modal__termsText {
    font-size: 1.6rem;
  }
}
.c-search-modal__termsText span {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
  background-color: #313131;
}
.c-search-modal__termsText span::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 4px;
  transform: rotate(45deg);
}

.c-search-modal__termsItem {
  width: 45%;
  max-width: 230px;
}
@media screen and (max-width: 768px) {
  .c-search-modal__termsItem {
    max-width: unset;
    width: 100%;
  }
}
.c-search-modal__termsItem a {
  display: flex;
  align-items: center;
  background-color: #fff;
  position: relative;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 1250px) {
  .c-search-modal__popular {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-search-modal__popular {
    margin-bottom: 32px;
  }
}

.c-search-modal__popularList {
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .c-search-modal__popularList {
    flex-direction: column;
  }
}

.c-search-modal__popularImage {
  width: 48px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-search-modal__popularText {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  margin: 0 0 0 20px;
}
@media screen and (max-width: 768px) {
  .c-search-modal__popularText {
    font-size: 1.6rem;
    margin-left: 40px;
  }
}
.c-search-modal__popularText span {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
}
.c-search-modal__popularText span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 5px;
  transform: rotate(45deg);
}

.c-search-modal__popularItem {
  width: 50%;
  max-width: 193px;
}
@media screen and (max-width: 768px) {
  .c-search-modal__popularItem {
    width: 100%;
    max-width: unset;
  }
}
.c-search-modal__popularItem a {
  display: flex;
  align-items: center;
  background-color: #fff;
  position: relative;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  overflow: hidden;
}
.c-search-modal__popularItem span {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  position: absolute;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  background-color: #333;
}
.c-search-modal__popularItem span::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 3px;
  transform: rotate(45deg);
}

.c-search-modal__specialArticle {
  width: 40%;
}
@media screen and (max-width: 1250px) {
  .c-search-modal__specialArticle {
    width: 100%;
  }
}

.c-search-modal__specialArticle-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .c-search-modal__specialArticle-list {
    flex-direction: column;
  }
}

.c-search-modal__specialArticle-item {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .c-search-modal__specialArticle-item {
    width: 100%;
  }
}

.c-search-modal__specialArticle-link {
  background-color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  color: #111111;
  width: 100%;
  padding: 15px 0 15px 25px;
  display: block;
  position: relative;
  border-radius: 5px;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 768px) {
  .c-search-modal__specialArticle-link {
    font-size: 1.6rem;
  }
}
.c-search-modal__specialArticle-link span {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  position: absolute;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  background-color: #313131;
}
.c-search-modal__specialArticle-link span::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 3px;
  transform: rotate(45deg);
}

.text {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 2;
  color: #111111;
}
.text--white {
  color: #fff;
}
.text--center {
  text-align: center;
}

.c-checked-teacher {
  margin-bottom: 80px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-checked-teacher {
    margin-bottom: 56px;
  }
}
.c-checked-teacher__list {
  margin-bottom: 31px;
  display: flex;
  gap: 14px;
}
@media screen and (max-width: 768px) {
  .c-checked-teacher__list {
    overflow-x: scroll;
    padding-bottom: 24px;
    margin-bottom: 0;
  }
}
.c-checked-teacher__list::-webkit-scrollbar {
  height: 9px;
}
.c-checked-teacher__list::-webkit-scrollbar-thumb {
  background-color: #e4e4e4;
  border-radius: 7px;
}
.c-checked-teacher__404 {
  max-width: 100%;
  text-align: center;
  font-size: 2rem;
}
.c-checked-teacher__404 p {
  color: #1b191a;
}

.c-contact-ranking {
  margin-bottom: 40px;
  counter-reset: number 0;
}
.c-contact-ranking__title {
  font-weight: 700;
  font-size: 2.4rem;
  margin-bottom: 26px;
  color: #1b4567;
}
.c-contact-ranking__title span {
  font-size: 1.4rem;
  color: #bfbfbf;
  font-weight: 400;
  margin-bottom: 12px;
  display: block;
}
.c-contact-ranking__box {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 auto 30px;
  position: relative;
}
.c-contact-ranking__box:last-child {
  margin-bottom: 0;
}
.c-contact-ranking__box img {
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}
.c-contact-ranking__box::before {
  counter-increment: number 1;
  content: counter(number) "";
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  font-weight: 700;
  font-style: italic;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 40px;
  height: 40px;
  padding: 6px 15px 4px 8px;
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.15);
}
.c-contact-ranking__box:nth-of-type(1)::before {
  background-color: #b8a672;
}
.c-contact-ranking__box:nth-of-type(2)::before {
  background-color: #aaaaab;
}
.c-contact-ranking__box:nth-of-type(3)::before {
  background-color: #9c8b7e;
}
.c-contact-ranking__text-box {
  width: calc(100% - 130px);
}
.c-contact-ranking__name {
  font-size: 1.6rem;
  font-weight: 700;
  color: #1b191a;
  white-space: wrap;
  margin-bottom: 6px;
}
.c-contact-ranking__katagaki {
  margin-bottom: 16px;
  font-size: 1.4rem;
}
.c-contact-ranking__katagaki:last-child {
  margin-bottom: 0;
}

.c-side-search__title {
  font-weight: 700;
  font-size: 2.4rem;
  margin-bottom: 26px;
  color: #1b4567;
}
.c-side-search__title span {
  font-size: 1.4rem;
  color: #bfbfbf;
  font-weight: 400;
  margin-bottom: 12px;
  display: block;
}
.c-side-search__image {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}
.c-side-search__image img {
  width: 50%;
}
.c-side-search__text {
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  margin: auto;
}
.c-side-search__text span {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  background-color: #1b4567;
}
.c-side-search__text span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 5px;
  transform: rotate(45deg);
}
.c-side-search__item {
  display: flex;
  align-items: center;
  background-color: #fff;
  position: relative;
  margin-bottom: 12px;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  height: 56px;
  overflow: hidden;
  position: relative;
}

.breadcrumb {
  font-size: 1.3rem;
  color: #626161;
  margin: 28px 0 28px;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    margin: 20px 0 20px;
  }
}

.c-teacher-card__slider {
  padding-bottom: 58px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-teacher-card__slider {
    padding-bottom: 40px;
  }
}
.c-teacher-card__slider .slick-list {
  overflow: visible;
}
.c-teacher-card__slider .slick-arrow {
  width: auto;
  height: auto;
  z-index: 10;
  position: absolute;
  top: auto;
  bottom: -30px;
}
.c-teacher-card__slider .slick-arrow::before {
  content: "";
  width: 87px;
  height: 32px;
  display: inline-block;
  opacity: 1;
}
.c-teacher-card__slider .slick-prev {
  left: auto;
  right: 103px;
}
.c-teacher-card__slider .slick-prev::before {
  background-image: url(../img/common/p-topTeacher-slider-arrowPrev.svg);
}
.c-teacher-card__slider .slick-next {
  right: 0;
}
.c-teacher-card__slider .slick-next::before {
  background-image: url(../img/common/p-topTeacher-slider-arrowNext.svg);
}
.c-teacher-card__slider .slick-track {
  display: flex;
}

.c-teacher-card {
  background-color: #fff;
  padding: 32px 18px;
  width: 356px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  border-radius: 3px;
  margin: 0 10px;
  height: auto;
  position: relative;
  transition: all 0.3s;
}
.c-teacher-card:hover {
  background-color: rgba(20, 44, 64, 0.65);
  transition: all 0.3s;
}
.c-teacher-card:hover .c-teacher-card__title,
.c-teacher-card:hover .c-teacher-card__katagaki {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-teacher-card {
    width: 320px;
    padding: 24px 16px;
  }
}
.c-teacher-card__link {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .c-teacher-card__link {
    flex-direction: column;
  }
}
.c-teacher-card__image {
  width: 150px;
  height: 150px;
  display: block;
  border-radius: 8px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .c-teacher-card__image {
    margin: auto;
  }
}
.c-teacher-card__textBox {
  width: calc(100% - 175px);
}
@media screen and (max-width: 768px) {
  .c-teacher-card__textBox {
    width: 100%;
  }
}
.c-teacher-card__title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .c-teacher-card__title {
    margin-bottom: 1.2rem;
  }
}
.c-teacher-card__katagaki {
  font-size: 1.4rem;
  font-weight: 400;
  color: #1b191a;
  margin-bottom: 18px;
}
.c-teacher-card__katagaki:last-child {
  margin-bottom: 12px;
}
.c-teacher-card .btn-normal {
  padding: 12px 15px;
  font-size: 1.4rem;
  font-weight: 600;
}

.c-categoryList {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 40px;
}
.c-categoryList__item {
  font-size: 1.6rem;
  color: #1b191a;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 5px 12px;
  background-color: #f1f3f7;
  border-radius: 3px;
  width: 261px;
  text-align: center;
  border: 2px solid #f1f3f7;
  transition: all 0.3s;
}
.c-categoryList__item > a {
  padding: 20px 0;
  display: inline-block;
}
.c-categoryList__item.popular {
  background-color: #333;
}
.c-categoryList__item:hover {
  border: 2px solid #1b4567;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .c-categoryList__item {
    font-size: 1.2rem;
    width: 100%;
  }
}
.c-categoryList__link {
  color: inherit;
}

.c-contact-cta {
  background-color: #f1f3f7;
  padding: 65px 0;
}
@media screen and (max-width: 768px) {
  .c-contact-cta {
    padding: 32px 0;
  }
}
.c-contact-cta__text {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 60px;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .c-contact-cta__text {
    margin-bottom: 40px;
  }
}
.c-contact-cta__flex {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .c-contact-cta__flex {
    gap: 18px;
  }
}
.c-contact-cta__flex .btn-normal {
  margin: 0;
}
.c-contact-cta__btn {
  min-width: 300px;
  padding: 20px 0;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-contact-cta__btn {
    width: 222px;
  }
}
.c-contact-cta__btn::before {
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.c-contact-cta__btn--blue {
  background-color: #1b4567;
  border: 3px solid #1b4567;
}
.c-contact-cta__btn--blue:hover {
  background-color: rgba(20, 44, 64, 0.7);
}
.c-contact-cta__btn--gold {
  background-color: #ba882e;
  border: 3px solid #ba882e;
}
.c-contact-cta__btn--gold:hover {
  background-color: rgba(186, 136, 46, 0.7);
}
.c-contact-cta__btn--teacher {
  padding-left: 55px;
  padding-right: 30px;
}
.c-contact-cta__btn--teacher::before {
  left: 48px;
  width: 31px;
  height: 31px;
  background-image: url("../img/common/icon-teacher-image.svg");
}
.c-contact-cta__btn--mail {
  padding-left: 71px;
  padding-right: 36px;
}
.c-contact-cta__btn--mail::before {
  left: 70px;
  width: 25px;
  height: 20px;
  background-image: url("../img/common/icon-mail.svg");
}
.c-contact-cta__btn--tel {
  padding-left: 37px;
  padding-right: 20px;
}
.c-contact-cta__btn--tel::before {
  left: 40px;
  width: 20px;
  height: 29px;
  background-image: url("../img/common/icon-tel.svg");
}
.c-contact-cta__tel-btn {
  background-color: #fff;
  padding: 13px 22px;
  border-radius: 8px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  display: flex;
  align-items: center;
  border: 3px solid #fff;
}
@media screen and (max-width: 768px) {
  .c-contact-cta__tel-btn {
    padding: 12px 15px;
  }
}
.c-contact-cta__tel-btn img {
  width: 46px;
  height: 46px;
  margin-right: 14px;
}
.c-contact-cta__tel-btn:hover {
  border-color: #1b4567;
}
.c-contact-cta__tel-btn--contact-page {
  border-color: rgba(186, 136, 46, 0.7);
}
.c-contact-cta__tel-btn--contact-page:hover {
  border-color: rgba(186, 136, 46, 0.7);
}
.c-contact-cta__tel-number {
  display: block;
  font-size: 2.4rem;
  font-weight: 600;
  color: #1b4567;
  letter-spacing: 0.05em;
}
.c-contact-cta__tel-number--contact-page {
  color: #ba882e;
}
@media screen and (max-width: 768px) {
  .c-contact-cta__tel-number {
    font-size: 2.4rem;
  }
}
.c-contact-cta__tel-text {
  display: block;
  font-size: 1.3rem;
  font-weight: 700;
  color: #1b4567;
  letter-spacing: 0.05em;
}
.c-contact-cta__tel-text--contact-page {
  color: #ba882e;
}
@media screen and (max-width: 768px) {
  .c-contact-cta__tel-text {
    font-size: 1.2rem;
  }
}

.c-faq {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .c-faq {
    margin-bottom: 40px;
  }
}
.c-faq__bg {
  background-color: #f8f4ea;
  padding: 48px 70px;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .c-faq__bg {
    padding: 24px 18px;
  }
}
.c-faq__item {
  margin-bottom: 14px;
}
.c-faq__item:last-child {
  margin-bottom: 0;
}
.c-faq__question {
  background-color: #1b4567;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #fff;
  padding: 16px 25px;
  position: relative;
  cursor: pointer;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .c-faq__question {
    padding: 10px 45px;
    font-size: 1.6rem;
  }
}
.c-faq__question::before {
  content: "Q";
  margin-right: 18px;
}
@media screen and (max-width: 768px) {
  .c-faq__question::before {
    position: absolute;
    left: 13px;
    top: 10px;
  }
}
.c-faq__question::after {
  content: "+";
  font-weight: 400;
  font-size: 3rem;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .c-faq__question::after {
    right: 13px;
  }
}
.c-faq__question.close::after {
  content: "ー";
  font-size: 2rem;
}
.c-faq__answer {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding: 15px 25px;
  margin: 0 25px;
  position: relative;
  display: none;
}
@media screen and (max-width: 768px) {
  .c-faq__answer {
    margin: 0;
    padding: 5px 0 5px 25px;
  }
}
.c-faq__answer::before {
  content: "A";
  position: absolute;
  font-size: 1.8rem;
  font-weight: 700;
  color: #1b4567;
  left: 0;
  top: 15px;
}
@media screen and (max-width: 768px) {
  .c-faq__answer::before {
    top: 6px;
  }
}

.c-candidate {
  display: none;
  position: fixed;
  padding: 10vh 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(27, 25, 26, 0.4);
  z-index: 1000;
}
.c-candidate__listOpen {
  position: relative;
  margin-right: 24px;
  cursor: pointer;
}
.c-candidate__listCount {
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
  padding: 2px 4px 0;
  border-radius: 50%;
  background-color: #ba882e;
  display: inline-block;
  position: absolute;
  top: -5px;
  right: -5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-candidate__container {
  background-color: #fff;
  padding: 56px 24px;
  border: 20px solid #f1f3f7;
  position: relative;
  height: 80vh;
  overflow-y: scroll;
}
@media screen and (max-width: 768px) {
  .c-candidate__container {
    border: 10px solid #f1f3f7;
  }
}
.c-candidate__container::-webkit-scrollbar {
  width: 10px;
  border-radius: 4px;
}
.c-candidate__container::-webkit-scrollbar-track {
  background-color: #d6d5d5;
  border-radius: 4px;
}
.c-candidate__container::-webkit-scrollbar-thumb {
  background-color: #1b4567;
  border-radius: 4px;
}
.c-candidate__list {
  max-width: 800px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}
.c-candidate .js-modal-close {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 3rem;
  color: #1b4567;
  cursor: pointer;
}
.c-candidate .c-teacher-card {
  margin: 0;
  padding: 20px 28px;
  box-shadow: none;
  width: 360px;
  position: relative;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .c-candidate .c-teacher-card {
    padding: 20px 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .c-candidate .c-teacher-card__link {
    flex-direction: row;
  }
}
@media screen and (max-width: 768px) {
  .c-candidate .c-teacher-card__image {
    width: 130px;
    height: 130px;
  }
}
@media screen and (max-width: 768px) {
  .c-candidate .c-teacher-card__textBox {
    width: calc(100% - 155px);
  }
}
.c-candidate__delete-button {
  background-color: #1b4567;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  position: absolute;
  right: -12.5px;
  top: -12.5px;
}
.c-candidate__delete-button::before,
.c-candidate__delete-button::after {
  content: "";
  width: 15px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 11.5px;
  left: 5px;
}
.c-candidate__delete-button::before {
  transform: rotate(45deg);
}
.c-candidate__delete-button::after {
  transform: rotate(-45deg);
}

.c-candidate-add-error {
  font-size: 1.4rem;
  font-weight: 700;
  color: #ba882e;
  margin: 10px 0;
  text-align: center;
}

.l-header__inner {
  align-items: center;
  display: flex;
}
.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #fff;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.05);
  padding: 13px 40px;
}
@media screen and (max-width: 768px) {
  .header {
    padding: 12px 10px;
  }
}
.header__lists {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-right: 24px;
}
@media screen and (max-width: 1100px) {
  .header__lists {
    display: none;
  }
}
@media screen and (max-width: 1250px) {
  .header__lists {
    margin-right: 16px;
    gap: 16px;
  }
}
.header__list {
  font-size: 1.4rem;
  font-weight: 500;
  white-space: nowrap;
  position: relative;
}
.header__list > a {
  color: #1b191a;
  padding-bottom: 5px;
  position: relative;
}
.header__list > a::before {
  background: #1b4567;
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  transform-origin: center top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}
.header__list > a.active {
  color: #ba882e;
}
.header__list > a.active::after {
  content: "";
  position: absolute;
  bottom: 0px; /* 下線の位置を調整 */
  left: 0;
  width: 100%;
  height: 1.5px;
  background-color: #ba882e; /* 下線の色 */
  transform-origin: center top;
  animation: slide 1.5s infinite ease-in-out;
}
@keyframes slide {
  0% {
    transform: scaleX(0);
  }
  50% {
    transform: scale(1, 1); /* 10px右に移動 */
  }
}
.header__list > a:hover {
  color: #1b4567;
}
.header__list > a:hover::before {
  transform: scale(1, 1);
  transform-origin: center top;
}

.header__list__sublist {
  /* padding: 8px 24px; */
  padding: 0 24px;
  opacity: 0;
  position: absolute;
  top: 30px;
  left: 0;
  background-color: #f1f3f7;
  transition: opacity 500ms, padding 500ms;

  &::before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #f1f3f7;
    position: absolute;
    top: -8px;
    left: 16px;
    clip-path: polygon(0 100%, 50% 0%, 100% 100%);
  }

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

.header__list__sublist__item {
  /* margin: 13px 0; */
  margin: 0 0;
  line-height: 0;
  overflow: hidden;
  transition: margin 500ms, line-height 500ms;

  a {
    transition: color 500ms;
    &:hover {
      color: rgb(151, 111, 42);
    }
  }
}

.header__list {
  &:hover {
    .header__list__sublist {
      padding: 8px 24px;
      opacity: 1;
    }

    .header__list__sublist__item {
      margin: 13px 0;
      line-height: 1.5;
    }
  }
}

.header__search {
  margin-right: 31px;
  height: 40px;
}
@media screen and (max-width: 768px) {
  .header__search {
    display: none;
  }
}
.header__searchBox {
  display: flex;
  border: 2px solid #1b4567;
  height: 100%;
}
.header__searchInput {
  font-size: 1.2rem;
  color: #1b191a;
  text-align: center;
}
.header__searchInput::-moz-placeholder {
  color: #1b191a;
}
.header__searchInput::placeholder {
  color: #1b191a;
}
.header__searchSubmit {
  width: 40px;
  height: 100%;
  display: block;
  background-color: #1b4567;
  cursor: pointer;
}
.header__telbanner {
  margin-right: 40px;
}
.header__telbanner::before {
  display: none;
}
@media screen and (max-width: 1100px) {
  .header__telbanner {
    display: none;
  }
}
.header__logo {
  margin-right: auto;
}
@media screen and (max-width: 1100px) {
  .header__logo {
    margin-right: auto;
  }
}
.header__logo img {
  width: 167px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .header__logo img {
    width: 129px;
  }
}

.openbtn-text {
  font-size: 1, 4rem;
  color: #1b191a;
  font-weight: 500;
  margin-right: 6px;
}

.openbtn {
  cursor: pointer;
  width: 23px;
  height: 20px;
  position: relative;
}
.openbtn span {
  border-radius: 2px;
  background-color: #1b191a;
  display: inline-block;
  height: 1px;
  position: absolute;
  transition: transform 0.3s;
  width: 23px;
  left: 0;
}
.openbtn span:nth-of-type(1) {
  top: 0;
}
.openbtn span:nth-of-type(2) {
  top: 10px;
}
.openbtn span:nth-of-type(3) {
  top: 20px;
}
.openbtn.active span {
  transition: transform 0.3s;
}
.openbtn.active span:nth-of-type(1) {
  transform: rotate(-45deg);
  top: 50%;
}
.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn.active span:nth-of-type(3) {
  transform: rotate(45deg);
  top: 50%;
}
.openbtn.noclick {
  pointer-events: none;
}

div.custom_password_aria > p {
  font-size: 1.4rem !important;
}

.custom_password_aria {
  p {
    margin-bottom: 1em;
    font-size: 1.4rem;
  }

  #pwbox-16710 {
    font-size: 1.4rem;
    padding: 0.4em 0.8em;
    line-height: 1.2;
    border: 1px solid #ccc;
  }
}

.header__nav {
  position: fixed;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  padding: 20px 40px;
  top: 69px;
  left: 0;
  height: 100%;
}
.header__nav a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1100px) {
  .header__nav {
    padding: 20px 13px;
  }
}
@media screen and (max-width: 768px) {
  .header__nav {
    padding: 20px 13px;
    top: 50px;
  }
}
.header__nav-btn {
  display: none;
}
@media screen and (max-width: 1100px) {
  .header__nav-btn {
    display: block;
  }
}
.header__nav-bg {
  display: block;
  background-color: rgba(17, 17, 17, 0.3);
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.header__nav.panelactive {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .header__nav.panelactive {
    overflow: scroll;
  }
}
.header__nav .btn.u-pc-none {
  display: none;
}
@media screen and (max-width: 768px) {
  .header__nav .btn.u-pc-none {
    display: flex;
  }
}

.header__nav-box--telbanner {
  display: none;
}
@media screen and (max-width: 1100px) {
  .header__nav-box {
    width: 180px;
    margin: auto;
    margin-bottom: 28px;
  }
  .header__nav-box--telbanner {
    display: block;
  }
}
.header__nav-container {
  background-color: #fff;
  padding: 48px 80px 30px;
  display: flex;
  justify-content: flex-start;
  gap: 3vw;
  border-radius: 5px;
}
@media screen and (max-width: 1250px) {
  .header__nav-container {
    padding: 48px 0 30px 40px;
  }
}
@media screen and (max-width: 1100px) {
  .header__nav-container {
    flex-direction: column;
    padding: 32px 0 26px;
    gap: 0;
  }
}
.header__nav-container .header__search {
  display: none;
}
@media screen and (max-width: 1100px) {
  .header__nav-container .header__search {
    display: block;
    max-width: 293px;
    margin: auto;
    margin-bottom: 24px;
  }
}

.header__nav-topLink {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  border-right: 1px solid #707070;
  padding-right: 72px;
  margin: 25px 0;
  color: #333333;
}
@media screen and (max-width: 1100px) {
  .header__nav-topLink {
    padding-right: 32px;
    display: none;
  }
}

.header__nav-itemParent {
  font-size: 1.6rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: transparent;
  border-style: none;

  &.button {
    padding: 0;
    cursor: pointer;
    color: #000;
    span {
      &::before,
      &::after {
        display: block;
        content: "";
        position: absolute;
        background-color: #fff;
        border-style: none;
        width: 8px;
        height: 1px;
        transform: none;
        left: 4px;
        top: 8px;
      }
      &::after {
        rotate: 90deg;
        transition: rotate 500ms;
      }
    }

    &.open {
      span {
        &::after {
          rotate: 0deg;
        }
      }
    }
  }
}

.header__nav-box__sublist {
  margin-top: 0;
  padding: 0 12px;
  box-sizing: border-box;
  width: 100%;
  /* padding: 8px 16px; */
  background-color: #eee;
  opacity: 0;

  transition: margin 500ms, padding 500ms, opacity 500ms;

  &.open {
    margin-top: 8px;
    padding: 6px 12px;
    opacity: 1;

    .header__nav-box__sublist__item {
      margin: 8px 0;
      line-height: 1.5;
    }
  }
}
.header__nav-box__sublist__item {
  margin: 0 0;
  line-height: 0;
  font-size: 13px;
  font-weight: 700;
  overflow: hidden;
  transition: margin 500ms, line-height 500ms;
}

.header__nav-itemParent span {
  width: 17px;
  height: 17px;
  display: inline-block;
  background-color: #1b4567;
  border-radius: 50%;
  position: relative;
}
.header__nav-itemParent span::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  top: 5px;
  left: 4px;
}
@media screen and (max-width: 1100px) {
  .header__nav-itemParent.hasChild.active span {
    transform: rotate(90deg);
  }
}

.header__nav-itemChilds {
  margin-top: 24px;
}
@media screen and (max-width: 1100px) {
  .header__nav-itemChilds {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .header__nav-itemChilds.open {
    display: block;
  }
}

.header__nav-itemChild {
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .header__nav-itemChild {
    padding-left: 18px;
    position: relative;
  }
}
@media screen and (max-width: 1100px) {
  .header__nav-itemChild::before {
    content: "";
    width: 10px;
    height: 1px;
    background-color: #333;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
.header__nav-itemChild:last-of-type {
  margin-bottom: 0;
}

.l-sidebar {
  width: 30%;
  max-width: 330px;
  height: 100%;
}
@media screen and (max-width: 1100px) {
  .l-sidebar {
    display: none;
  }
}

.sidebar-btnTop {
  margin-bottom: 32px;
}

.sidebar__bgGray {
  background-color: #f1f3f7;
  padding: 30px;
  margin-bottom: 24px;
}

.sidebar-btn-area {
  margin-bottom: 60px;
}
.sidebar-btn-area .btn {
  width: 240px;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar-btn-area .btn span {
  right: 15px;
}
.sidebar-btn-area .beginner {
  margin-bottom: 19px;
}
.sidebar-btn-area .beginner::before {
  content: "";
  width: 12px;
  height: 17px;
  display: inline-block;
  background-image: url(../img/common/icon-beginer.svg);
  margin-right: 15px;
}
.sidebar-btn-area .question::before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url(../img/common/icon-question.svg);
  margin-right: 14px;
}

.sidebar-Banner-area .coming-soon {
  padding: 24px 40px;
  font-size: 2rem;
  color: #1b4567;
  font-weight: 700;
  text-align: center;
  background-color: #f1f3f7;
}
.sidebar-Banner-area .coming-soon img {
  width: 20%;
  display: block;
  margin: auto;
  margin-top: 24px;
}

.footer {
  padding: 76px 0;
}
@media screen and (max-width: 1100px) {
  .footer {
    padding: 32px 0;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    margin-bottom: 60px;
  }
}
.footer__nav {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1100px) {
  .footer__nav {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  .footer__nav {
    margin-bottom: 32px;
  }
}
.footer a {
  color: #191919;
}
.footer a:hover {
  text-decoration: underline;
}
.footer__nav-itemParent {
  color: #191919;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .footer__nav-itemParent {
    justify-content: center;
  }
}
@media screen and (max-width: 1100px) {
  .footer__nav-itemChilds {
    display: none;
    margin-bottom: 40px;
  }
}
.footer__nav-itemChild {
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 18px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer__nav-itemChild {
    text-align: center;
  }
}
.footer__bottomArea {
  position: relative;
}
.footer__bottomArea-logo {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .footer__bottomArea-logo {
    margin-bottom: 18px;
    display: block;
  }
}
.footer__bottomArea-logo img {
  width: auto;
  height: 50px;
  margin: auto;
  display: block;
}
.footer__snslinks {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  position: absolute;
  right: 103px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .footer__snslinks {
    position: static;
    transform: unset;
    justify-content: center;
  }
}
.footer__snslinks a {
  width: 22px;
  height: 23px;
  display: block;
}
.footer__snslinks .privacy-policy-mark {
  width: 50px;
  height: auto;
}

.p-topKV {
  padding-top: 14px;
  position: relative;
}
.p-topKV__slider {
  position: relative;
}
.p-topKV__slider .slick-slide {
  transform: scale(0.91);
  opacity: 0.7;
}
.p-topKV__slider .slick-slide.slick-center {
  opacity: 1;
  transform: scale(1);
}
.p-topKV__slider .slick-arrow {
  display: inline-block;
  width: 21px;
  height: 21px;
  border-top: 2px solid #1b4567;
  border-left: 2px solid #1b4567;
  position: absolute;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-topKV__slider .slick-arrow {
    width: 15px;
    height: 15px;
  }
}
.p-topKV__slider .slick-arrow::before {
  display: none;
}
.p-topKV__slider .slick-arrow.slick-next {
  transform: rotate(135deg);
  right: 18.5%;
}
@media screen and (max-width: 768px) {
  .p-topKV__slider .slick-arrow.slick-next {
    right: 18px;
  }
}
.p-topKV__slider .slick-arrow.slick-prev {
  transform: rotate(-45deg);
  left: 18.5%;
}
@media screen and (max-width: 768px) {
  .p-topKV__slider .slick-arrow.slick-prev {
    left: 18px;
  }
}
.p-topKV__slider .slick-dots li button:before {
  content: "";
  width: 9px;
  height: 9px;
  display: inline-block;
  border-radius: 50%;
  background-color: #bec1c0;
  opacity: 1;
}
.p-topKV__slider .slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: #1b4567;
}
.p-topKV__slider .slick-dots li {
  padding: 0;
  width: auto;
  height: auto;
}
.p-topKV__slider .slick-dots li button {
  padding: 0;
  width: auto;
  height: auto;
}
.p-topKV__slider .slick-dots {
  display: flex;
  align-items: center;
  gap: 10px;
  bottom: -24px;
  left: 49%;
  transform: translateX(-50%);
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .p-topKV__slider .slick-dots {
    bottom: -18px;
  }
}

.p-topPickUp {
  padding: 0 0 80px 0;
}
@media screen and (max-width: 768px) {
  .p-topPickUp {
    padding-bottom: 56px;
  }
}
.p-topPickUp .secttl-icon {
  margin-bottom: 24px;
}
.p-topPickUp__list {
  padding-bottom: 58px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-topPickUp__list {
    padding-bottom: 0;
  }
}
.p-topPickUp__item {
  width: 201px;
  height: 253px;
  border-radius: 8px;
  margin: 0 24px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-topPickUp__item {
    width: 127px;
    height: 161px;
    margin: 0 5px;
  }
}
.p-topPickUp__item img {
  -o-object-fit: cover;
  object-fit: cover;
  width: inherit;
  height: inherit;
}
.p-topPickUp__link {
  width: inherit;
  height: inherit;
}
.p-topPickUp__link::before {
  content: "";
  background-color: #142c40;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}
.p-topPickUp__title {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-topPickUp__title {
    font-size: 1.4rem;
  }
}
.p-topPickUp__katagaki {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
.p-topPickUp__textBox {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 10px;
  text-align: center;
  opacity: 0;
}
.p-topPickUp .slick-arrow {
  width: auto;
  height: auto;
  z-index: 10;
  position: absolute;
  top: auto;
  bottom: -30px;
}
.p-topPickUp .slick-arrow::before {
  content: "";
  width: 87px;
  height: 32px;
  display: inline-block;
  opacity: 1;
}
.p-topPickUp .slick-prev {
  left: auto;
  right: calc(103px + 10%);
}
.p-topPickUp .slick-prev::before {
  background-image: url(../img/common/p-topTeacher-slider-arrowPrev.svg);
}
.p-topPickUp .slick-next {
  right: 10%;
}
.p-topPickUp .slick-next::before {
  background-image: url(../img/common/p-topTeacher-slider-arrowNext.svg);
}

.p-topPickUp__link:hover .p-topPickUp__textBox {
  opacity: 1;
}
.p-topPickUp__link:hover::before {
  opacity: 0.64;
}

.p-topAttention {
  width: 40%;
  max-width: 440px;
}
@media screen and (max-width: 1100px) {
  .p-topAttention {
    width: 100%;
    max-width: unset;
  }
}
.p-topAttention .twitter-timeline {
  width: 100%;
  max-height: 413px;
  overflow: scroll;
}

.p-topContact-ranking {
  max-width: 739px;
  width: 60%;
  background-color: #f8f4ea;
  padding: 41px 44px;
}
@media screen and (max-width: 1100px) {
  .p-topContact-ranking {
    width: 100%;
    max-width: unset;
  }
}
.p-topContact-ranking__list {
  counter-reset: number 0;
}
.p-topContact-ranking__link {
  position: relative;
  width: 150px;
  height: 150px;
}
.p-topContact-ranking__link::before {
  counter-increment: number 1;
  content: counter(number) " ";
  position: absolute;
  top: -10px;
  left: 0;
  font-size: 2.4rem;
  font-weight: 900;
  color: #fff;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 10;
}
.p-topContact-ranking__link::after {
  content: "";
  width: 150px;
  height: 150px;
  display: block;
  background-color: rgba(20, 44, 64, 0.15);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s;
}
.p-topContact-ranking__link:hover::after {
  opacity: 1;
  transition: all 0.3s;
}
.p-topContact-ranking__link img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.p-topContact-ranking__item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-topContact-ranking__item {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 40px;
  }
}
.p-topContact-ranking__item:nth-of-type(1) .p-topContact-ranking__link::before {
  background-color: #b8a672;
}
.p-topContact-ranking__item:nth-of-type(2) .p-topContact-ranking__link::before {
  background-color: #aaaaab;
}
.p-topContact-ranking__item:nth-of-type(3) .p-topContact-ranking__link::before {
  background-color: #9c8b7e;
}
.p-topContact-ranking__item:last-child {
  margin-bottom: 0;
}
.p-topContact-ranking__item .btn-normal {
  padding: 12px 15px;
  font-size: 1.4rem;
  font-weight: 600;
  margin-left: auto;
  margin-right: 0;
}
.p-topContact-ranking__textBox {
  width: calc(100% - 190px);
}
@media screen and (max-width: 768px) {
  .p-topContact-ranking__textBox {
    width: 100%;
  }
}
.p-topContact-ranking__name {
  font-size: 2rem;
  font-weight: 700;
  color: #1b191a;
  line-height: 1.7;
  margin-bottom: 18px;
}
.p-topContact-ranking__katagaki {
  font-size: 1.4rem;
  font-weight: 400;
  color: #1b191a;
  margin-bottom: 18px;
}
.p-topContact-ranking__katagaki:last-child {
  margin-bottom: 12px;
}
.p-topContact-ranking__404 {
  font-size: 1.8rem;
}

.p-topSearch-form {
  margin-bottom: 80px;
}
.p-topSearch-form__bg {
  background-color: #1b4567;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .p-topSearch-form__bg {
    padding: 30px 0 45px;
  }
}
.p-topSearch-form__bgWhite {
  background-color: #f1f3f7;
  border-radius: 15px;
  padding: 45px 40px;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .p-topSearch-form__bgWhite {
    padding: 30px 10px;
  }
}
.p-topSearch-form__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1250px) {
  .p-topSearch-form__flex {
    flex-direction: column;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-topSearch-form__flex {
    margin-bottom: 32px;
  }
}
.p-topSearch-form__title {
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding-left: 10px;
  color: #111111;
  margin-bottom: 32px;
  border-left: 6.5px solid #1b4567;
}
@media screen and (max-width: 768px) {
  .p-topSearch-form__title {
    font-size: 1.8rem;
    margin-bottom: 25px;
  }
}
.p-topSearch-form__left {
  padding-right: 25px;
  margin-right: 25px;
  position: relative;
}
@media screen and (max-width: 1250px) {
  .p-topSearch-form__left {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 768px) {
  .p-topSearch-form__left {
    padding-right: 0;
    margin-right: 0;
  }
}
.p-topSearch-form__left::after {
  content: "";
  width: 15px;
  height: 28px;
  background-image: url(../img/common/c-search-modala__arrow--gray.svg);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1250px) {
  .p-topSearch-form__left::after {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .p-topSearch-form__right {
    width: 100%;
  }
}
.p-topSearch-form__radio-box {
  width: 552px;
  height: 420px;
  background-color: #fff;
  border-radius: 3px;
  border: 2px solid #1b191a;
  overflow-y: scroll;
  margin-bottom: 16px;
}
@media screen and (max-width: 1250px) {
  .p-topSearch-form__radio-box {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-topSearch-form__radio-box {
    width: 100%;
    height: 300px;
  }
}
.p-topSearch-form__radio-box::-webkit-scrollbar {
  width: 10px;
  border-radius: 4px;
}
.p-topSearch-form__radio-box::-webkit-scrollbar-track {
  background-color: #d6d5d5;
  border-radius: 4px;
}
.p-topSearch-form__radio-box::-webkit-scrollbar-thumb {
  background-color: #1b4567;
  border-radius: 4px;
}
.p-topSearch-form__radio-box .child-categories {
  display: none;
  padding-left: 40px;
}
.p-topSearch-form__radio-box .child-categories.show {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 24px;
  column-gap: 24px;
}
.p-topSearch-form__radio-boxParent,
.p-topSearch-form__radio-boxChild {
  display: flex;
  flex-direction: column;
  padding: 10px 10px 0 26px;
  margin: 10px 0;
}
@media screen and (max-width: 1100px) {
  .p-topSearch-form__radio-boxParent,
  .p-topSearch-form__radio-boxChild {
    padding: 21px 10px 0 13px;
  }
}
@media screen and (max-width: 768px) {
  .p-topSearch-form__radio-boxParent,
  .p-topSearch-form__radio-boxChild {
    width: 100%;
    padding: 16px 0 0 10px;
    margin: 0;
  }
}
.p-topSearch-form__radio-boxParent .radio,
.p-topSearch-form__radio-boxChild .radio {
  display: flex;
  align-items: center;
  font-weight: 400;
  color: #333333;
  font-size: 1.6rem;
  margin-bottom: 16px;
  margin-bottom: 8px;
}
.p-topSearch-form__radio-boxParent .radio.w100,
.p-topSearch-form__radio-boxChild .radio.w100 {
  width: 100%;
}
.p-topSearch-form__radio-boxParent .radio.bold,
.p-topSearch-form__radio-boxChild .radio.bold {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-topSearch-form__radio-boxParent .radio,
  .p-topSearch-form__radio-boxChild .radio {
    font-size: 1.4rem;
  }
}
.p-topSearch-form__radio-boxParent .radio__input,
.p-topSearch-form__radio-boxChild .radio__input {
  display: none;
}
.p-topSearch-form__radio-boxParent .radio .label,
.p-topSearch-form__radio-boxChild .radio .label {
  cursor: pointer;
  padding-right: 20px;
  position: relative;
}
.p-topSearch-form__radio-boxParent .radio .label::before,
.p-topSearch-form__radio-boxParent .radio .label::after,
.p-topSearch-form__radio-boxChild .radio .label::before,
.p-topSearch-form__radio-boxChild .radio .label::after {
  content: "";
  width: 12px;
  height: 2px;
  display: inline-block;
  background-color: #1b4567;
  position: absolute;
}
.p-topSearch-form__radio-boxParent .radio .label::before,
.p-topSearch-form__radio-boxChild .radio .label::before {
  top: 8px;
  right: 0;
  top: 50%;
  right: 10px;
}
.p-topSearch-form__radio-boxParent .radio .label::after,
.p-topSearch-form__radio-boxChild .radio .label::after {
  transform: rotate(90deg);
  top: 8px;
  right: 0;
  transition: all 0.3s;
  top: 50%;
  right: 10px;
}
.p-topSearch-form__radio-boxParent .radio .label:hover,
.p-topSearch-form__radio-boxChild .radio .label:hover {
  background-color: #91c9f8;
}
.p-topSearch-form__radio-boxParent .radio .label.open::after,
.p-topSearch-form__radio-boxChild .radio .label.open::after {
  transform: rotate(0deg);
  transition: all 0.3s;
}
.p-topSearch-form__radio-boxParent .radio__label,
.p-topSearch-form__radio-boxChild .radio__label {
  position: relative;
  padding-left: 25px;
  display: flex;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
}
.p-topSearch-form__radio-boxParent .radio__label:hover,
.p-topSearch-form__radio-boxChild .radio__label:hover {
  background-color: #91c9f8;
}
.p-topSearch-form__radio-boxParent .radio__label::before,
.p-topSearch-form__radio-boxChild .radio__label::before {
  content: "";
  width: 12px;
  height: 12px;
  border: 1px solid #707070;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 4px;
}
.p-topSearch-form__radio-boxParent .radio__label::after,
.p-topSearch-form__radio-boxChild .radio__label::after {
  display: none;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #707070;
  position: absolute;
  left: 2px;
  top: 6px;
}
.p-topSearch-form__radio-boxParent
  .radio__label:has(.radio__input:checked)::after,
.p-topSearch-form__radio-boxChild
  .radio__label:has(.radio__input:checked)::after {
  display: inline-block;
}
.p-topSearch-form__radio-boxParent .radio span,
.p-topSearch-form__radio-boxChild .radio span {
  border-bottom: 1px solid #111;
}
.p-topSearch-form__button {
  padding: 0.5em;
  width: 100%;
  border: 1px solid #1b4567;
  border: 1px solid #ddd;
  background: linear-gradient(
    to bottom,
    rgb(255, 255, 255) 0%,
    rgb(227, 228, 232) 92%,
    rgb(227, 228, 232) 100%
  );
}
.p-topSearch-form__radio-boxChild {
  border: 1px solid #c30;
}
.p-topSearch-form__selectArea {
  display: flex;
  gap: 30px;
  margin: 16px 0;
}
@media screen and (max-width: 768px) {
  .p-topSearch-form__selectArea {
    flex-direction: column;
  }
}
.p-topSearch-form .select__label {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  color: #333333;
  padding-left: 13px;
  position: relative;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-topSearch-form .select__label {
    font-size: 1.6rem;
    padding-left: 14px;
  }
}
.p-topSearch-form .select__label::before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 0;
  background-color: #1b4567;
}
@media screen and (max-width: 768px) {
  .p-topSearch-form .select__label::before {
    width: 8px;
    height: 8px;
    top: 6px;
  }
}
.p-topSearch-form__selectBox {
  width: 185px;
  padding: 11px 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 5px;
  border: 2px solid #1b191a;
  cursor: pointer;
  color: #747272;
}
.p-topSearch-form__selectBox::-ms-expand {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-topSearch-form__selectBox {
    width: 211px;
  }
}
.p-topSearch-form__keyword {
  margin-bottom: 24px;
}
.p-topSearch-form__keyword .keyword__label {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  color: #333333;
  padding-left: 13px;
  position: relative;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-topSearch-form__keyword .keyword__label {
    font-size: 1.6rem;
    padding-left: 14px;
  }
}
.p-topSearch-form__keyword .keyword__label::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #1b4567;
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-topSearch-form__keyword .keyword__label::before {
    width: 8px;
    height: 8px;
    top: 6px;
  }
}
.p-topSearch-form__keyword .keyword__input-box {
  position: relative;
  width: 100%;
  max-width: 340px;
}
.p-topSearch-form__keyword .keyword__input-box::after {
  content: "";
  width: 21px;
  height: 21px;
  background-image: url(../img/common/icon-search.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 19px;
}
.p-topSearch-form__keyword .keyword__input {
  width: 100%;
  padding: 11px 20px;
  border: 2px solid #1b191a;
  border-radius: 5px;
  color: #747272;
}
.p-topSearch-form .reset-btn {
  margin-right: auto;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1100px) {
  .p-topSearch-form .reset-btn {
    margin: auto;
  }
}
.p-topSearch-form .reset-btn .btn-normal {
  padding: 14px 26px;
}

.p-topSearch-form__submitArea {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .p-topSearch-form__submitArea {
    justify-content: flex-start;
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-topSearch-form__submitArea {
    flex-direction: column;
    justify-content: space-between;
    gap: 0;
    align-items: center;
  }
}

.p-topSearch-form__count {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #333333;
  line-height: 1.4;
  position: relative;
  z-index: 0;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-topSearch-form__count {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-topSearch-form__count {
    background-color: unset;
    border: none;
    font-size: 1.6rem;
    padding: 0;
    margin-bottom: 32px;
  }
}
.p-topSearch-form__count .ajax-search-count {
  color: #ce301d;
}

.p-topSearch-form__submit {
  position: relative;
}
.p-topSearch-form__submit span {
  width: 16px;
  height: 16px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.p-topSearch-form__submit span::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  display: inline-block;
  position: relative;
  transform: rotate(45deg);
  top: 1px;
  left: 3px;
}

.p-topSearch-form__btnArea {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .p-topSearch-form__btnArea {
    flex-direction: column;
  }
}

.p-topSearch-form__termsList {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .p-topSearch-form__termsList {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.p-topSearch-form__termsItem {
  width: 24%;
  background-color: #fff;
  text-align: center;
  max-width: 263px;
  border-radius: 5px;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1100px) {
  .p-topSearch-form__termsItem {
    max-width: unset;
    width: 23%;
  }
}
@media screen and (max-width: 768px) {
  .p-topSearch-form__termsItem {
    width: 100%;
    padding: 0;
    max-width: 262px;
  }
}
.p-topSearch-form__termsItem a {
  padding: 30px 0 18px;
  display: inline-block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-topSearch-form__termsItem a {
    display: flex;
    align-items: center;
    padding: 16px;
  }
}

.p-topSearch-form__termsImage {
  width: 50%;
  height: auto;
  margin: 0 auto 31px;
}
@media screen and (max-width: 768px) {
  .p-topSearch-form__termsImage {
    width: 25px;
    margin: 0 10px 0 0;
  }
}

.p-topSearch-form__termsText {
  font-size: 1.8rem;
  font-weight: 500;
  color: #111111;
  display: inline-block;
  padding-right: 25px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-topSearch-form__termsText {
    font-size: 1.4rem;
    width: 100%;
  }
}
.p-topSearch-form__termsText span {
  width: 21px;
  height: 21px;
  background-color: #1b4567;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  right: -22px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1100px) {
  .p-topSearch-form__termsText span {
    right: 0;
  }
}
.p-topSearch-form__termsText span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 5px;
}

@media screen and (max-width: 1250px) {
  .p-topSearch-form__popular {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-topSearch-form__popular {
    margin-bottom: 32px;
  }
}

.p-topSearch-form__popularList {
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .p-topSearch-form__popularList {
    flex-direction: column;
  }
}

.p-topSearch-form__popularImage {
  width: 67px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-topSearch-form__popularImage img {
  width: 100%;
}

.p-topSearch-form__popularText {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  margin: 0 0 0 20px;
}
@media screen and (max-width: 768px) {
  .p-topSearch-form__popularText {
    font-size: 1.6rem;
    margin-left: 40px;
  }
}
.p-topSearch-form__popularText span {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  background-color: #989898;
}
.p-topSearch-form__popularText span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 5px;
  transform: rotate(45deg);
}

.p-topSearch-form__popularItem {
  width: 50%;
  max-width: 269px;
}
@media screen and (max-width: 768px) {
  .p-topSearch-form__popularItem {
    width: 100%;
    max-width: unset;
  }
}
.p-topSearch-form__popularItem a {
  display: flex;
  align-items: center;
  background-color: #fff;
  position: relative;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  overflow: hidden;
}

@-moz-document url-prefix() {
  .p-topSearch-form__radio-boxParent .radio__label::before,
  .p-topSearch-form__radio-boxChild .radio__label::before {
    display: none;
  }
  .p-topSearch-form__radio-boxParent
    .radio__label:has(.radio__input:checked)::after,
  .p-topSearch-form__radio-boxChild
    .radio__label:has(.radio__input:checked)::after {
    display: none !important;
  }
  .p-topSearch-form__radio-boxParent .radio__input,
  .p-topSearch-form__radio-boxChild .radio__input {
    display: inline-block;
  }
  .p-topSearch-form__radio-boxParent .radio__label,
  .p-topSearch-form__radio-boxChild .radio__label {
    padding-left: 0;
  }
}
body.Android .p-topSearch-form__radio-boxParent .radio__label::before,
body.Android .p-topSearch-form__radio-boxChild .radio__label::before {
  display: none;
}
body.Android
  .p-topSearch-form__radio-boxParent
  .radio__label:has(.radio__input:checked)::after,
body.Android
  .p-topSearch-form__radio-boxChild
  .radio__label:has(.radio__input:checked)::after {
  display: none !important;
}
body.Android .p-topSearch-form__radio-boxParent .radio__input,
body.Android .p-topSearch-form__radio-boxChild .radio__input {
  display: inline-block;
  margin: 0 8px;
}
body.Android .p-topSearch-form__radio-boxParent .radio__label,
body.Android .p-topSearch-form__radio-boxChild .radio__label {
  padding-left: 0;
}

.p-topService {
  background-color: #1b4567;
  padding: 65px 0;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-topService {
    padding: 32px 0;
    margin-bottom: 56px;
  }
}
.p-topService__bg {
  display: flex;
  background-color: #fff;
  border-radius: 17px;
  padding: 45px 70px 45px 50px;
  align-items: center;
  gap: 80px;
}
@media screen and (max-width: 768px) {
  .p-topService__bg {
    flex-direction: column;
    padding: 30px 24px;
    gap: 24px;
  }
}
.p-topService img {
  width: 50%;
  max-width: 400px;
}
@media screen and (max-width: 768px) {
  .p-topService img {
    width: 100%;
    max-width: 258px;
    margin: auto;
  }
}
.p-topService__title {
  font-size: 3.2rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 32px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .p-topService__title {
    font-size: 1.8rem;
    margin-bottom: 24px;
    line-height: 2.2222222222;
  }
}
.p-topService__desc {
  font-size: 1.6rem;
  color: #333333;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
}

.p-topStrong-point {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-topStrong-point {
    margin-bottom: 56px;
  }
}
.p-topStrong-point__flex {
  display: flex;
  justify-content: center;
  gap: 58px;
}
.p-topStrong-point__item {
  padding: 55px 22px 27px;
  text-align: center;
  border-radius: 3px;
  width: 33%;
  position: relative;
}
.p-topStrong-point__item img {
  width: auto;
  height: 95px;
  margin: auto;
  margin-bottom: 24px;
}
.p-topStrong-point__item.blue {
  background-color: #f1f3f7;
}
.p-topStrong-point__item.gold {
  background-color: #f8f4ea;
}
.p-topStrong-point__item::before {
  content: "";
  width: 111px;
  height: 100px;
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 5px;
  background-size: contain;
}
.p-topStrong-point__title {
  font-size: 2.2rem;
  color: #1b4567;
  font-weight: 700;
  margin-bottom: 22px;
}
.p-topStrong-point__desc {
  color: #333333;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.75;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .js-topStrong-slider {
    padding-bottom: 18px;
    margin-bottom: 0 !important;
  }
  .js-topStrong-slider .slick-track {
    padding-top: 27px;
    display: flex;
    align-items: stretch;
  }
  .js-topStrong-slider .slick-slide {
    height: auto;
  }
  .js-topStrong-slider .slick-dots li button:before {
    content: "";
    width: 9px;
    height: 9px;
    display: inline-block;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #707071;
    opacity: 1;
  }
  .js-topStrong-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    background-color: #707071;
  }
  .js-topStrong-slider .slick-dots li {
    padding: 0;
    width: auto;
    height: auto;
  }
  .js-topStrong-slider .slick-dots li button {
    padding: 0;
    width: auto;
    height: auto;
  }
  .js-topStrong-slider .slick-dots {
    display: flex;
    align-items: center;
    gap: 7px;
    bottom: 10px;
    left: 49%;
    transform: translateX(-50%);
    width: -moz-fit-content;
    width: fit-content;
  }
  .js-topStrong-slider .slick-arrow {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-top: 2px solid #1b4567;
    border-left: 2px solid #1b4567;
    position: absolute;
    z-index: 10;
    top: 45%;
  }
  .js-topStrong-slider .slick-arrow::before {
    display: none;
  }
  .js-topStrong-slider .slick-arrow.slick-next {
    transform: rotate(135deg);
    right: 10%;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .js-topStrong-slider .slick-arrow.slick-next {
    right: -15px;
  }
}
@media screen and (max-width: 768px) {
  .js-topStrong-slider .slick-arrow.slick-prev {
    transform: rotate(-45deg);
    left: 10%;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .js-topStrong-slider .slick-arrow.slick-prev {
    left: -15px;
  }
}
.p-topTeacher {
  overflow: hidden;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-topTeacher {
    margin-bottom: 40px;
  }
}
.p-topTeacher__slider {
  padding-bottom: 58px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-topTeacher__slider {
    padding-bottom: 32px;
  }
}
.p-topTeacher__slider .slick-list {
  overflow: visible;
}
.p-topTeacher__slider .slick-arrow {
  width: auto;
  height: auto;
  z-index: 10;
  position: absolute;
  top: auto;
  bottom: 0;
}
.p-topTeacher__slider .slick-arrow::before {
  content: "";
  width: 87px;
  height: 32px;
  display: inline-block;
  opacity: 1;
}
.p-topTeacher__slider .slick-prev {
  left: auto;
  right: 103px;
}
.p-topTeacher__slider .slick-prev::before {
  background-image: url(../img/common/p-topTeacher-slider-arrowPrev.svg);
}
.p-topTeacher__slider .slick-next {
  right: 0;
}
.p-topTeacher__slider .slick-next::before {
  background-image: url(../img/common/p-topTeacher-slider-arrowNext.svg);
}

.p-topSpecial-article {
  background-color: #f1f3f7;
  padding: 65px 0;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-topSpecial-article {
    margin-bottom: 40px;
    padding: 30px 0;
  }
}
.p-topSpecial-article__list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 16px;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .p-topSpecial-article__list {
    gap: 16px;
    justify-content: center;
  }
}
.p-topSpecial-article__item {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  width: calc((100% - 32px) / 3);
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-topSpecial-article__item {
    max-width: 320px;
    width: 100%;
  }
}
.p-topSpecial-article__item:hover::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(20, 44, 64, 0.8);
}
.p-topSpecial-article__text {
  font-size: 1.8rem;
}

.p-topTheme {
  margin-bottom: 80px;
  padding: 65px 0;
  background-color: #f8f4ea;
}
@media screen and (max-width: 768px) {
  .p-topTheme {
    padding: 30px 0;
    margin-bottom: 56px;
  }
}
.p-topTheme .secttl-icon {
  margin-left: 24px;
  margin-right: 24px;
}
@media screen and (max-width: 768px) {
  .p-topTheme__container {
    padding: 0;
  }
}
.p-topTheme__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 13px 26px;
  margin-bottom: 32px;
}
.p-topTheme__item {
  width: calc(33% - 20px);
  background-color: #1b4567;
  min-width: 330px;
  position: relative;
  border-radius: 3px;
}
.p-topTheme__item:hover {
  background-color: #ba882e;
}
@media screen and (max-width: 768px) {
  .p-topTheme__item {
    width: 100%;
    min-width: unset;
  }
}
.p-topTheme__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  padding-left: 30px;
}
.p-topTheme__image {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
}
.p-topTheme__text {
  font-weight: 700;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  text-align: center;
}

.p-topFlow {
  background-color: #f8f4ea;
  padding: 65px 0;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-topFlow {
    padding: 32px 0;
    margin-bottom: 56px;
  }
}
.p-topFlow__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 44px;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .p-topFlow__list {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
}
.p-topFlow__item {
  position: relative;
  width: 182px;
  margin: 0 50px;
}
@media screen and (max-width: 1100px) {
  .p-topFlow__item {
    width: 20%;
  }
}
@media screen and (max-width: 768px) {
  .p-topFlow__item {
    width: 100%;
    margin: 0;
  }
}
.p-topFlow__item::before {
  content: "";
  background-image: url(../img/common/icon-topFlow-arrow.svg);
  display: inline-block;
  width: 22px;
  height: 16px;
  position: absolute;
  left: -32%;
  top: 32%;
}
@media screen and (max-width: 768px) {
  .p-topFlow__item::before {
    left: 195px;
    transform: rotate(90deg);
    top: -20px;
  }
}
.p-topFlow__item:first-of-type::before {
  display: none;
}
.p-topFlow__item:nth-of-type(3)::after {
  content: "";
  background-image: url(../img/common/icon-topFlow-arrow.svg);
  display: inline-block;
  width: 22px;
  height: 16px;
  position: absolute;
  right: -32%;
  top: 32%;
}
@media screen and (max-width: 768px) {
  .p-topFlow__item:nth-of-type(3)::after {
    display: none;
  }
}
.p-topFlow__link {
  text-align: center;
  transition: all 0.3s;
}
.p-topFlow__link:hover .p-topFlow__circle {
  background-color: #ba882e;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .p-topFlow__link {
    display: flex;
    text-align: left;
    gap: 16px;
    align-items: center;
  }
}
.p-topFlow__count {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .p-topFlow__count {
    font-size: 1.8rem;
    margin-bottom: 8px;
  }
}
.p-topFlow__circle {
  background-color: #1b4567;
  border-radius: 50%;
  width: 182px;
  height: 182px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-bottom: 15px;
}
@media screen and (max-width: 1100px) {
  .p-topFlow__circle {
    width: 150px;
    height: 150px;
  }
}
@media screen and (max-width: 768px) {
  .p-topFlow__circle {
    width: 90px;
    height: 90px;
    margin: 0;
  }
}
.p-topFlow__circle img {
  width: auto;
  height: 85px;
}
@media screen and (max-width: 1100px) {
  .p-topFlow__circle img {
    width: auto;
    height: 50%;
  }
}
.p-topFlow__title {
  font-size: 1.6rem;
  font-weight: 500;
  color: #333;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-topFlow__title {
    text-align: left;
  }
}

.p-topArea-search {
  margin-bottom: 80px;
}
.p-topArea-search__container {
  background-color: #f8f4ea;
  padding: 24px;
  border-radius: 5px;
  margin-bottom: 32px;
}
.p-topArea-search__group {
  margin-bottom: 32px;
}
.p-topArea-search__group:last-of-type {
  margin-bottom: 0;
}
.p-topArea-search__group-title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 16px;
  padding-left: 14px;
  border-left: 6px solid #1b4567;
}
.p-topArea-search .checkbox input {
  margin: 0 12px 0 0;
}
.p-topArea-search label {
  font-size: 1.6rem;
  font-weight: 500;
  cursor: pointer;
}
.p-topArea-search .checkbox {
  display: inline-block;
  margin: 0 40px 16px 0;
}
.p-topArea-search .btn {
  position: relative;
}
.p-topArea-search .btn input {
  background-color: transparent;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #fff;
}
.p-topArea-search .btn span {
  width: 16px;
  height: 16px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.p-topArea-search .btn span::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  display: inline-block;
  position: relative;
  transform: rotate(45deg);
  top: -6px;
  left: 3px;
}

.p-topbudget-search {
  margin-bottom: 80px;
}
.p-topbudget-search__container {
  background-color: #f1f3f7;
  padding: 50px 24px;
  border-radius: 5px;
  margin-bottom: 32px;
}
.p-topbudget-search__group {
  margin-bottom: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-topbudget-search__group {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 24px;
  }
}
.p-topbudget-search__group-title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 16px;
  padding-left: 14px;
  border-left: 6px solid #333;
}
.p-topbudget-search .checkbox input {
  margin: 0 12px 0 0;
}
@media screen and (max-width: 768px) {
  .p-topbudget-search .checkbox input {
    margin-bottom: 16px;
  }
}
.p-topbudget-search label {
  font-size: 1.6rem;
  font-weight: 500;
  cursor: pointer;
}
.p-topbudget-search .checkbox {
  display: inline-block;
  margin: 0 40px 0px 0;
}
.p-topbudget-search .btn {
  position: relative;
}
.p-topbudget-search .btn input {
  background-color: transparent;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #fff;
}
.p-topbudget-search .btn span {
  width: 16px;
  height: 16px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.p-topbudget-search .btn span::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  display: inline-block;
  position: relative;
  transform: rotate(45deg);
  top: -6px;
  left: 3px;
}

.p-topNews {
  margin-top: 60px;
  background-color: #f1f3f7;
  padding: 34px 0;
}
@media screen and (max-width: 768px) {
  .p-topNews {
    margin: 40px 0 0 0;
  }
}
.p-topNews__container {
  display: flex;
  align-items: center;
}
.p-topNews__list {
  padding-left: 24px;
}
.p-topNews__item:last-of-type {
  margin-bottom: 0;
}
.p-topNews__title {
  width: 48px;
  height: 48px;
  position: relative;
}
.p-topNews__title::after {
  content: "";
  background-color: #1b4567;
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  top: 50%;
  left: 50%;
  position: absolute;
  translate: -50% -50%;
}
.p-topNews__title img {
  width: 30px;
  height: auto;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.p-topNews__itemTitle {
  color: #1b4567;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-topNews__itemTitle {
    font-size: 1.4rem;
  }
}

.p-topBanner-area {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .p-topBanner-area {
    width: 50%;
    min-width: 280px;
    margin: auto;
    gap: 13px;
  }
}
.p-topBanner-area__link img {
  max-width: 405px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-topBanner-area__link img {
    max-width: unset;
  }
}
.p-topBanner-area .coming-soon {
  padding: 24px 40px;
  font-size: 3rem;
  color: #1b4567;
  font-weight: 700;
  text-align: center;
  background-color: #f1f3f7;
  height: 252px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .p-topBanner-area .coming-soon {
    font-size: 2.4rem;
    height: auto;
  }
}
.p-topBanner-area .coming-soon img {
  width: 20%;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-topInterview {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-topInterview {
    margin-bottom: 40px;
  }
}
.p-topInterview__list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 16px;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .p-topInterview__list {
    gap: 16px;
    justify-content: center;
  }
}
.p-topInterview__item {
  width: calc((100% - 32px) / 3);
  position: relative;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .p-topInterview__item {
    max-width: 320px;
    width: 100%;
  }
}
.p-topInterview__item:hover {
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.5);
  transform: scale(1.01);
  transition: all 0.3s;
}
.p-topInterview__item:hover a {
  opacity: 1;
}
.p-topInterview__404 {
  font-size: 1.8rem;
}

.p-teacher {
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  .p-teacher {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1100px) {
  .p-teacher__image {
    margin: auto;
  }
}
.p-teacher__image img {
  width: 201px;
  height: 253px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 10px;
}
@media screen and (max-width: 1100px) {
  .p-teacher__image img {
    margin: 0 auto 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-teacher__image img {
    margin-bottom: 24px;
  }
}
.p-teacher__image .btn-normal {
  width: 100%;
  padding: 20px 0;
}
.p-teacher__name {
  color: #111;
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 2px solid;
  border-color: #1b4567;
}
@media screen and (max-width: 768px) {
  .p-teacher__name {
    font-size: 2.4rem;
  }
}
.p-teacher__name span {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}
.p-teacher__box {
  gap: 18px;
}
@media screen and (max-width: 1100px) {
  .p-teacher__box {
    flex-direction: column;
  }
}
.p-teacher__detail {
  width: calc(100% - 202px);
}
@media screen and (max-width: 1100px) {
  .p-teacher__detail {
    width: 100%;
  }
}
.p-teacher__detailTitle {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #333333;
  margin-bottom: 10px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .p-teacher__detailTitle {
    font-size: 1.6rem;
    padding-bottom: 6.5px;
    margin-bottom: 8px;
  }
}
.p-teacher__detailTitle--katagaki {
  margin-bottom: 32px;
}
.p-teacher__detailText {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  margin-bottom: 18px;
}
.p-teacher__tag-list {
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
}
.p-teacher__tag-title {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
  padding-left: 21px;
  color: #333;
}
.p-teacher__tag-title::before {
  content: "";
  width: 11px;
  height: 11px;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-color: #989898;
}
.p-teacher__categoryListWrap {
  margin-bottom: 18px;
}
.p-teacher__categoryListWrap.mb0 {
  margin-bottom: 0;
}
.p-teacher__categoryList,
.p-teacher__subCategoryList {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 10px;
}
.p-teacher__categoryList:last-child,
.p-teacher__subCategoryList:last-child {
  margin-bottom: 0;
}
.p-teacher__categoryItem {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2;
  padding: 5px 10px;
  border-radius: 15px;
}
.p-teacher__categoryItem--blue {
  background-color: #1b4567;
  color: #fff;
}
.p-teacher__categoryItem--gray {
  background-color: #ededed;
  color: #1b4567;
}
.p-teacher__place {
  gap: 14px;
  flex-wrap: wrap;
}
.p-teacher__placeItem {
  font-size: 1.4rem;
  font-weight: 400;
  color: #1b191a;
  line-height: 1.2;
}

.p-career {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .p-career {
    margin-bottom: 32px;
  }
}

.p-theme {
  margin: 33px 0 38px 0;
}
@media screen and (max-width: 768px) {
  .p-theme {
    margin: 40px 0 32px 0;
  }
}
.p-theme__item {
  margin-bottom: 32px;
  border-bottom: 1px solid #1b4567;
  padding-bottom: 32px;
}
.p-theme__title {
  color: #333333;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .p-theme__title {
    padding: 0 6px;
  }
}
.p-theme__detail {
  color: #333333;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  padding: 0 8px 8px;
  border-bottom: 1px solid #333333;
  margin-bottom: 16px;
  line-height: 1.5;
}
.p-theme__detail.last {
  margin-bottom: 40px;
}
.p-theme__detail-title {
  font-weight: 700;
  margin-bottom: 13px;
  position: relative;
  padding-left: 16px;
}
.p-theme__detail-title::before {
  content: "";
  width: 11px;
  height: 11px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 2px;
  background-color: #989898;
}
.p-theme__detail-desc {
  font-weight: 500;
}
.p-theme__childCategory {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.p-theme__childCategory-item {
  display: inline-block;
  color: #1b191a;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2;
  padding: 5px 10px;
  border: 1px solid #1b4567;
  border-radius: 15px;
}
.p-theme__time {
  display: flex;
  gap: 21px;
}
@media screen and (max-width: 768px) {
  .p-theme__time {
    margin-bottom: 40px;
  }
}
.p-theme__timeTitle {
  font-size: 1.6rem;
  font-weight: 700;
  color: #1b191a;
}
.p-theme__timeDesc {
  font-size: 1.6rem;
  font-weight: 500;
  color: #111111;
}
.p-theme__content {
  position: relative;
}
.p-theme__content-desc {
  margin-top: 18px;
  background-color: #f1f3f7;
  padding: 29px 24px 12px 24px;
  position: relative;
  display: none;
}
.p-theme__content-morelink {
  position: absolute;
  bottom: -32px;
  right: 0;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.75;
  color: #1b4567;
  cursor: pointer;
  transition: all 0.3s;
}
.p-theme__content-morelink.close {
  bottom: auto;
  top: -36px;
  transition: all 0.3s;
  opacity: 0.6;
}
.p-theme__content-close {
  top: 0px;
  right: 10px;
  font-size: 16px;
  color: #1b4567;
  font-weight: 700;
  position: absolute;
  cursor: pointer;
}

.p-media {
  margin-bottom: 56px;
}
.p-media__box {
  margin-bottom: 27px;
}
.p-media__box:last-of-type {
  margin-bottom: 0;
}
.p-media__category {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #333;
  position: relative;
  padding: 0 0 0 22px;
  margin-bottom: 15px;
}
.p-media__category::before {
  content: "";
  width: 11px;
  height: 11px;
  background-color: #1b4567;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.p-media__item {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #333;
  line-height: 2;
  margin-bottom: 15px;
}
.p-media__item:last-of-type::after {
  content: "";
}
.p-media__book-images {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 44px;
}
@media screen and (max-width: 768px) {
  .p-media__book-images {
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
}
.p-media__book-image {
  width: calc(25% - 15px);
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-media__book-image {
    min-width: 200px;
  }
}
.p-media__book-image::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(20, 44, 64, 0.35);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s;
}
.p-media__book-image:hover::before {
  opacity: 1;
  transition: all 0.3s;
}
.p-media__book-modal {
  display: none;
  width: 100%;
  height: 90vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  overflow: scroll;
}
.p-media__book-modal .modal-bg {
  background-color: rgba(27, 25, 26, 0.4);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.p-media__book-content {
  position: absolute;
  top: 10%;
  left: 13%;
  max-width: 614px;
  margin: auto;
  background-color: #fff;
  border: 20px solid #f1f3f7;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .p-media__book-content {
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
  }
}
.p-media__book-content img {
  width: 161px;
  height: auto;
  margin: auto;
  display: block;
  margin-bottom: 24px;
}
.p-media__book-content .js-modal-close {
  font-size: 1.6rem;
  font-weight: 700;
  color: #1b4567;
  position: absolute;
  cursor: pointer;
  top: 5px;
  right: 5px;
}
.p-media__book-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #333333;
  margin-bottom: 30px;
}
.p-media__book-desc {
  color: #333333;
  line-height: 1.5;
}

.p-achievement {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p-achievement {
    margin-bottom: 0px;
  }
}
.p-achievement__box {
  margin-bottom: 30px;
}
.p-achievement__box:last-of-type {
  margin-bottom: 56px;
}
.p-achievement__title {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #333;
  position: relative;
  padding: 0 0 0 22px;
  margin-bottom: 15px;
}
.p-achievement__title::before {
  content: "";
  width: 11px;
  height: 11px;
  background-color: #1b4567;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.p-achievement__item {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #333;
  margin-bottom: 15px;
}

.p-articleBanner {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p-articleBanner {
    margin-bottom: 32px;
  }
}
.p-articleBanner__list {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
}
@media screen and (max-width: 768px) {
  .p-articleBanner__list {
    flex-direction: column;
    gap: 20px;
  }
}
.p-articleBanner__item {
  width: calc(50% - 18px);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 768px) {
  .p-articleBanner__item {
    width: 100%;
  }
}

.p-voice {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-voice {
    margin-bottom: 24px;
  }
}
.p-voice__content {
  background-color: #f1f3f7;
  padding: 22px;
}
@media screen and (max-width: 768px) {
  .p-voice__content {
    padding: 16px;
  }
}
.p-voice__title {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #111111;
  margin-bottom: 20px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-voice__title {
    padding-bottom: 8px;
    margin-bottom: 20px;
  }
}
.p-voice__desc {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  color: #111111;
}

.p-single__btnArea {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  .p-single__btnArea {
    flex-direction: column;
    gap: 0;
  }
}
.p-single__btnArea .btn-normal {
  margin: 0;
  padding: 20px 0;
  width: 200px;
}
@media screen and (max-width: 768px) {
  .p-single__btnArea .btn-normal {
    margin: auto;
  }
}

.p-single-news {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-single-news {
    margin-bottom: 40px;
  }
}
.p-single-news h2 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #1b4567;
  letter-spacing: 0.06em;
  line-height: 1.2;
  padding-bottom: 13px;
  border-bottom: 4px solid #f1f3f7;
  margin-bottom: 24px;
  margin-top: 56px;
}
@media screen and (max-width: 768px) {
  .p-single-news h2 {
    font-size: 2rem;
    padding-bottom: 6px;
    margin-top: 32px;
    margin-bottom: 16px;
  }
}
.p-single-news h3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #333333;
  letter-spacing: 0.06em;
  margin-bottom: 16px;
  border-left: 4px solid #1b4567;
  padding-left: 8px;
}
.p-single-news p {
  font-size: 1.6rem;
  font-weight: 500;
  color: #111111;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 33px;
}
@media screen and (max-width: 768px) {
  .p-single-news p {
    margin-bottom: 16px;
  }
}
.p-single-news img {
  margin-bottom: 16px;
}
.p-single-news .c-teacher-card {
  background-color: #fff;
  padding: 32px 18px 12px;
  width: 356px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  border-radius: 3px;
  margin: 0 10px;
  height: auto;
  position: relative;
  transition: all 0.3s;
}
.p-single-news .c-teacher-card:hover {
  background-color: rgba(20, 44, 64, 0.65);
  transition: all 0.3s;
}
.p-single-news .c-teacher-card:hover .c-teacher-card__title,
.p-single-news .c-teacher-card:hover .c-teacher-card__katagaki {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-single-news .c-teacher-card {
    width: 320px;
    padding: 24px 16px;
  }
}
.p-single-news .c-teacher-card__link {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .p-single-news .c-teacher-card__link {
    flex-direction: column;
  }
}
.p-single-news .c-teacher-card__image {
  width: 150px;
  height: 150px;
  display: block;
  border-radius: 8px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-single-news .c-teacher-card__image {
    margin: auto;
  }
}
.p-single-news .c-teacher-card__textBox {
  width: calc(100% - 175px);
}
@media screen and (max-width: 768px) {
  .p-single-news .c-teacher-card__textBox {
    width: 100%;
  }
}
.p-single-news .c-teacher-card__title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .p-single-news .c-teacher-card__title {
    margin-bottom: 1.2rem;
  }
}
.p-single-news .c-teacher-card__katagaki {
  font-size: 1.4rem;
  font-weight: 400;
  color: #1b191a;
  margin-bottom: 18px;
}
.p-single-news .c-teacher-card__katagaki:last-child {
  margin-bottom: 12px;
}
.p-single-news .c-teacher-card .btn-normal {
  padding: 12px 15px;
  font-size: 1.4rem;
  font-weight: 600;
}
.p-single-news .c-candidate-add-error {
  font-size: 1.4rem;
  font-weight: 700;
  color: #ba882e;
  margin: 10px 0;
  text-align: center;
}

.p-single-interview {
  background-color: #1b4567;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg fill='%23255a83' fill-opacity='0.4'%3E%3Cpolygon fill-rule='evenodd' points='8 4 12 6 8 8 6 12 4 8 0 6 4 4 6 0 8 4'/%3E%3C/g%3E%3C/svg%3E");
  padding: 56px 0;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-single-interview {
    padding: 35px 0;
    margin-bottom: 40px;
  }
}
.p-single-interview .text {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .p-single-interview .text {
    font-size: 1.6rem;
  }
}
.p-single-interview__kv {
  margin-bottom: 48px;
}
.p-single-interview__thumbnail {
  margin-bottom: 40px;
}
.p-single-interview__thumbnail img {
  display: block;
  width: 100%;
  max-width: 745px;
  margin: auto;
}
.p-single-interview__introduction {
  background-color: rgba(255, 255, 255, 0.9);
  max-width: 745px;
  margin: auto;
  padding: 27px 40px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-single-interview__introduction {
    padding: 24px 16px;
  }
}
.p-single-interview__box {
  margin-bottom: 64px;
}
.p-single-interview__boxHeader {
  position: relative;
}
.p-single-interview__boxHeader.right .p-single-interview__boxTitle {
  align-items: flex-end;
  left: 0;
}
.p-single-interview__boxHeader.right .p-single-interview__boxImage {
  margin-left: auto;
}
.p-single-interview__boxHeader.left .p-single-interview__boxTitle {
  align-items: flex-start;
  right: 0;
}
.p-single-interview__boxHeader.left .p-single-interview__boxImage {
  margin-right: auto;
}
.p-single-interview__boxTitle {
  font-size: 2.9rem;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  line-height: 1.2;
  color: #fff;
  display: flex;
  flex-direction: column;
  position: absolute;
  transform: translateY(-50%);
  bottom: 5%;
}
@media screen and (max-width: 768px) {
  .p-single-interview__boxTitle {
    font-size: max(1.7rem, 4.5vw);
    transform: unset;
    top: auto;
    bottom: 0;
    width: 100%;
  }
}
.p-single-interview__boxTitle span {
  background-color: #b28f50;
  margin-bottom: 8px;
  padding: 5px 24px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p-single-interview__boxTitle span {
    padding: 1vw;
  }
}
.p-single-interview__boxTitle span:last-child {
  margin-bottom: 0;
}
.p-single-interview__boxImage {
  max-width: 750px;
}
.p-single-interview__faqBox {
  background-color: rgba(255, 255, 255, 0.9);
  max-width: 640px;
  padding: 32px;
  position: relative;
  z-index: 2;
  margin-top: -5%;
}
@media screen and (max-width: 768px) {
  .p-single-interview__faqBox {
    margin-top: 16px;
    padding: 24px 16px;
    max-width: unset;
  }
}
.p-single-interview__faqBox.right {
  margin-right: auto;
}
.p-single-interview__faqBox.left {
  margin-left: auto;
}
.p-single-interview__faq {
  margin-bottom: 32px;
}
.p-single-interview__faqTitle {
  font-size: 2.4rem;
  color: #1b4567;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.33333;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .p-single-interview__faqTitle {
    font-size: 1.8rem;
  }
}
.p-single-interview__btnArea {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 22px;
}
.p-single-interview__btnArea .btn-normal {
  margin: 0;
  width: 240px;
  padding: 0;
  text-align: center;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-single-interview__interviewer {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: right;
}

.p-interview {
  margin-bottom: 40px;
}
.p-interview__thumbnail {
  display: block;
  width: 100%;
  height: auto;
  max-width: 355px;
  margin: auto;
  margin-bottom: 24px;
}
.p-interview__thumbnail:hover {
  opacity: 1;
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.6);
}
.p-interview__thumbnail:hover::before {
  background-color: #ba882e;
  transition: all 0.3s;
}

.p-youtube {
  margin-bottom: 40px;
}
.p-youtube__list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}
.p-youtube__item {
  width: 355px;
  height: 260px;
}
@media screen and (max-width: 768px) {
  .p-youtube__item {
    width: 100%;
    max-width: 355px;
  }
}
.p-youtube__item iframe {
  width: 100%;
  height: 100%;
}

.p-gallery {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-gallery {
    margin-bottom: 40px;
  }
}
.p-gallery__list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
  width: 80vw;
  flex-wrap: wrap;
  max-width: 1100px;
}
@media screen and (max-width: 768px) {
  .p-gallery__list {
    width: 100%;
  }
}
.p-gallery__item {
  max-width: 355px;
  width: calc((100% - 32px) / 3);
}
@media screen and (max-width: 768px) {
  .p-gallery__item {
    width: calc((100% - 16px) / 2);
  }
}
.p-gallery__item.is-hidden {
  display: none;
}
.p-gallery__item img {
  width: 100%;
}
.p-gallery__show-more {
  font-size: 1.6rem;
  font-weight: 500;
  color: #1b4567;
  text-align: right;
  width: 80vw;
  max-width: 1100px;
  margin-left: auto;
  margin-top: 32px;
  cursor: pointer;
}
.p-gallery__show-more:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .p-gallery__show-more {
    width: 100%;
  }
}

.p-archive__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  .p-archive__list {
    flex-direction: column;
    align-items: center;
  }
}
.p-archive__list .c-teacher-card {
  margin: 0;
  padding: 20px 28px;
  box-shadow: none;
  width: 360px;
}
@media screen and (max-width: 768px) {
  .p-archive__list .c-teacher-card {
    padding: 20px 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-archive__list .c-teacher-card__link {
    flex-direction: row;
  }
}
.p-archive__list .c-teacher-card__image {
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .p-archive__list .c-teacher-card__image {
    width: 130px;
    height: 130px;
  }
}
@media screen and (max-width: 768px) {
  .p-archive__list .c-teacher-card__textBox {
    width: calc(100% - 155px);
  }
}
.p-archive__btnList {
  display: flex;
  justify-content: center;
  gap: 22px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p-archive__btnList {
    flex-direction: column;
    align-items: center;
  }
}
.p-archive__btnList .btn-normal {
  margin: 0;
}
.p-archive__404 {
  font-size: 1.8rem;
  font-weight: 500;
}
.p-archive__pagerArea .wp-pagenavi {
  margin-bottom: 48px;
}
.p-archive__pagerArea .wp-pagenavi a,
.p-archive__pagerArea .wp-pagenavi span {
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .p-archive__pagerArea .wp-pagenavi {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    margin-bottom: 48px;
  }
}
.p-archive__themeBtn {
  margin-bottom: 80px;
}

.p-archive-news {
  background-color: #1b4567;
  padding: 80px 0;
}
.p-archive-news .l-inner {
  padding: 0 12px;
}
.p-archive-news__list {
  background-color: #f1f3f7;
  border-radius: 16px;
  padding: 70px;
}
@media screen and (max-width: 768px) {
  .p-archive-news__list {
    padding: 32px 8px;
  }
}
.p-archive-news__item {
  border-bottom: 1px solid #707070;
  padding-bottom: 20px;
  margin-bottom: 36px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-archive-news__item {
    padding-bottom: 12px;
    margin-bottom: 24px;
  }
}
.p-archive-news__item:last-child {
  margin-bottom: 0;
}
.p-archive-news__item .circle {
  width: 26px;
  height: 26px;
  background-color: #1b4567;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  bottom: 19px;
  right: 5px;
}
@media screen and (max-width: 768px) {
  .p-archive-news__item .circle {
    bottom: 10px;
  }
}
.p-archive-news__item .circle::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  transform: rotate(45deg);
  top: 9px;
  left: 7px;
}
.p-archive-news__time {
  font-size: 1.4rem;
  font-weight: 700;
  color: #1b4567;
  letter-spacing: 0.08em;
  line-height: 1.86;
  margin-bottom: 18px;
  display: block;
}
.p-archive-news__title {
  font-size: 2rem;
  font-weight: 600;
  color: #333333;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-bottom: 33px;
}
@media screen and (max-width: 768px) {
  .p-archive-news__title {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
.p-archive-news__title.mb0 {
  margin-bottom: 0;
}
.p-archive-news__desc {
  font-size: 1.6rem;
  font-weight: 300;
  color: #333333;
  letter-spacing: 0.05em;
  line-height: 2;
}
.p-archive-news .wp-pagenavi {
  display: block;
  margin: auto;
  margin-top: 24px;
  margin-bottom: 0;
  width: -moz-fit-content;
  width: fit-content;
}
.p-archive-news .wp-pagenavi a {
  display: inline-block;
  border-color: #fff;
  color: #fff;
}
.p-archive-news .wp-pagenavi span {
  display: inline-block;
  border-color: #fff;
  color: #fff;
}

.p-archive-special-article {
  background-color: #1b4567;
  padding: 60px 0;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-archive-special-article {
    padding: 30px 0;
    margin-bottom: 40px;
  }
}
.p-archive-special-article__banner-area {
  margin-bottom: 40px;
  background-color: #ffffff;
  padding: 18px 0 32px;
  border-radius: 4px;
}
.p-archive-special-article .slick-slide {
  max-width: 670px;
  width: 100%;
  margin: 0 80px;
}
@media screen and (max-width: 768px) {
  .p-archive-special-article .slick-slide {
    width: 80vw;
  }
}
.p-archive-special-article .slick-arrow {
  display: inline-block;
  width: 21px;
  height: 21px;
  border-top: 2px solid #1b4567;
  border-left: 2px solid #1b4567;
  position: absolute;
  z-index: 10;
}
.p-archive-special-article .slick-arrow::before {
  display: none;
}
.p-archive-special-article .slick-arrow.slick-next {
  transform: rotate(135deg);
  right: 7%;
}
@media screen and (max-width: 768px) {
  .p-archive-special-article .slick-arrow.slick-next {
    right: 18px;
  }
}
.p-archive-special-article .slick-arrow.slick-prev {
  transform: rotate(-45deg);
  left: 7%;
}
@media screen and (max-width: 768px) {
  .p-archive-special-article .slick-arrow.slick-prev {
    left: 18px;
  }
}
.p-archive-special-article .slick-dots li button:before {
  content: "";
  width: 9px;
  height: 9px;
  display: inline-block;
  border-radius: 50%;
  background-color: #bec1c0;
  opacity: 1;
}
.p-archive-special-article .slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: #1b4567;
}
.p-archive-special-article .slick-dots li {
  padding: 0;
  width: auto;
  height: auto;
}
.p-archive-special-article .slick-dots li button {
  padding: 0;
  width: auto;
  height: auto;
}
.p-archive-special-article .slick-dots {
  display: flex;
  align-items: center;
  gap: 10px;
  bottom: 20px;
  left: 49%;
  transform: translateX(-50%);
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .p-archive-special-article .slick-dots {
    bottom: 20px;
  }
}
.p-archive-special-article__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 40px 24px;
  margin-bottom: 40px;
}
.p-archive-special-article__item {
  width: calc((100% - 48px) / 3);
  min-width: 350px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #f1f3f7;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .p-archive-special-article__item {
    width: 100%;
    min-width: unset;
  }
}
.p-archive-special-article__item:hover {
  background-color: #ba882e;
  translate: all 0.3s;
}
.p-archive-special-article__textBox {
  padding: 16px 24px 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-archive-special-article__textBox {
    padding: 16px 24px 32px;
  }
}
.p-archive-special-article__title {
  color: #1b4567;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 14px;
}
@media screen and (max-width: 768px) {
  .p-archive-special-article__title {
    font-size: 2rem;
    margin-bottom: 8px;
  }
}
.p-archive-special-article__desc {
  line-height: 1.5;
}
.p-archive-special-article__more {
  color: #1b4567;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #707070;
  position: absolute;
  bottom: 16px;
  right: 24px;
}
.p-archive-special-article .wp-pagenavi {
  margin-top: 24px;
  margin-bottom: 0;
  width: -moz-fit-content;
  width: fit-content;
}
.p-archive-special-article .wp-pagenavi a {
  display: inline-block;
  border-color: #fff;
  color: #fff;
}
.p-archive-special-article .wp-pagenavi span {
  display: inline-block;
  border-color: #fff;
  color: #fff;
}

.p-archive-interview {
  background-color: #1b4567;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg fill='%23255a83' fill-opacity='0.4'%3E%3Cpolygon fill-rule='evenodd' points='8 4 12 6 8 8 6 12 4 8 0 6 4 4 6 0 8 4'/%3E%3C/g%3E%3C/svg%3E");
  padding: 60px 0;
}
.p-archive-interview__list {
  margin-bottom: 56px;
}
.p-archive-interview__item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background-color: #f8f4ea;
  border: 5px solid #ba882e;
  padding: 45px 30px;
  gap: 32px;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .p-archive-interview__item {
    flex-direction: column;
    padding: 16px;
    gap: 16px;
  }
}
.p-archive-interview__item:last-child {
  margin-bottom: 0;
}
.p-archive-interview__thumbnail {
  width: 375px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-archive-interview__thumbnail {
    width: 100%;
  }
}
.p-archive-interview__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-archive-interview__itemTextBox {
  width: calc(100% - 375px - 30px);
}
@media screen and (max-width: 768px) {
  .p-archive-interview__itemTextBox {
    width: 100%;
  }
}
.p-archive-interview__title {
  font-size: 2.4rem;
  font-weight: 800;
  color: #1b4567;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-archive-interview__title {
    font-size: 2rem;
  }
}
.p-archive-interview__introduction {
  font-size: 1.6rem;
  font-weight: 1.5;
  letter-spacing: 0.05em;
  color: #111111;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-archive-interview__introduction {
    margin-bottom: 16px;
    font-size: 1.4rem;
  }
}
.p-archive-interview__itemFlexBox {
  border-top: 1px solid #ba882e;
  padding-top: 40px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .p-archive-interview__itemFlexBox {
    padding-top: 16px;
    flex-wrap: wrap;
  }
}
.p-archive-interview__itemFlexBox--left {
  width: calc(100% - 170px);
}
@media screen and (max-width: 768px) {
  .p-archive-interview__itemFlexBox--left {
    width: 100%;
  }
}
.p-archive-interview__name {
  font-size: 2rem;
  font-weight: 700;
  color: #111111;
}
@media screen and (max-width: 768px) {
  .p-archive-interview__name {
    margin-bottom: 16px;
    font-size: 1.8rem;
  }
}
.p-archive-interview__katagaki {
  font-size: 1.6rem;
  font-weight: 700;
  color: #111111;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-archive-interview__katagaki {
    font-size: 1.4rem;
  }
}
.p-archive-interview__more {
  background-color: #1b4567;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 14px 40px;
  border-radius: 8px;
  color: #fff;
  border: 2px solid #1b4567;
}
@media screen and (max-width: 768px) {
  .p-archive-interview__more {
    margin: auto;
  }
}
.p-archive-interview__more:hover {
  color: #1b4567;
  background-color: #fff;
  border: 2px solid #1b4567;
}
.p-archive-interview .wp-pagenavi {
  margin-top: 24px;
  margin-bottom: 0;
  width: -moz-fit-content;
  width: fit-content;
}
.p-archive-interview .wp-pagenavi a {
  display: inline-block;
  border-color: #fff;
  color: #fff;
}
.p-archive-interview .wp-pagenavi span {
  display: inline-block;
  border-color: #fff;
  color: #fff;
}
.p-archive-interview__select {
  position: relative;
  padding-right: 40px;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.p-archive-interview__select select {
  margin-bottom: 40px;
  display: block;
  width: 190px;
  height: 40px;
  text-align: center;
  color: #111111;
  border: 2px solid #ba882e;
  cursor: pointer;
}
@media screen and (max-width: 1100px) {
  .p-archive-interview__select select {
    margin: 0 0 20px 0;
  }
}
.p-archive-interview__select::after {
  content: "";
  width: 40px;
  height: 40px;
  background-color: #ba882e;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}
.p-archive-interview__select::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 13px;
  right: 16px;
  display: inline-block;
  transform: rotate(135deg);
  z-index: 2;
  transition: 0.3s;
}
.p-archive-interview__select.open::before {
  transform: rotate(315deg);
  top: 15px;
  transition: 0.3s;
}

.p-archive-ranking {
  background-color: #1b4567;
  padding: 80px 0;
}
.p-archive-ranking .l-inner {
  padding: 0 12px;
}
.p-archive-ranking__list {
  background-color: #f1f3f7;
  border-radius: 16px;
  padding: 70px;
}
@media screen and (max-width: 768px) {
  .p-archive-ranking__list {
    padding: 32px 8px;
  }
}
.p-archive-ranking__item {
  border-bottom: 1px solid #707070;
  padding-bottom: 8px;
  margin-bottom: 8px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-archive-ranking__item {
    padding-bottom: 12px;
    margin-bottom: 24px;
  }
}
.p-archive-ranking__item:last-child {
  margin-bottom: 0;
}
.p-archive-ranking__item .circle {
  width: 26px;
  height: 26px;
  background-color: #1b4567;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  bottom: 8px;
  right: 5px;
}
@media screen and (max-width: 768px) {
  .p-archive-ranking__item .circle {
    bottom: 10px;
  }
}
.p-archive-ranking__item .circle::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  transform: rotate(45deg);
  top: 9px;
  left: 7px;
}
.p-archive-ranking__item a:hover .p-archive-ranking__title {
  color: #ba882e;
  transition: all 0.3s;
}
.p-archive-ranking__title {
  font-size: 1.8rem;
  font-weight: 600;
  color: #333333;
  letter-spacing: 0.05em;
  line-height: 1.6;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .p-archive-ranking__title {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
.p-archive-ranking__title.mb0 {
  margin-bottom: 0;
}
.p-archive-ranking .wp-pagenavi {
  display: block;
  margin: auto;
  margin-top: 24px;
  margin-bottom: 0;
  width: -moz-fit-content;
  width: fit-content;
}
.p-archive-ranking .wp-pagenavi a {
  display: inline-block;
  border-color: #fff;
  color: #fff;
}
.p-archive-ranking .wp-pagenavi span {
  display: inline-block;
  border-color: #fff;
  color: #fff;
}

.p-flow {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-flow {
    margin-bottom: 32px;
  }
}
.p-flow__stepList {
  display: flex;
  gap: 8px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-flow__stepList {
    gap: 6px 4px;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
}
.p-flow__stepItem {
  text-align: center;
  color: #fff;
  background-color: #aeaeae;
  min-width: 160px;
  height: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .p-flow__stepItem {
    min-width: unset;
    width: 32%;
    height: 33px;
  }
}
.p-flow__stepItem.current {
  background-color: #1b4567;
}
.p-flow__stepItem:hover {
  background-color: #1b4567;
}
.p-flow__stepItem-count {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.p-flow__stepItem-title {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .p-flow__stepItem-title {
    display: none;
  }
}
.p-flow__summary {
  color: #333333;
  letter-spacing: 0.05em;
  padding: 40px 46px;
  margin-bottom: 48px;
  background-color: #f1f3f7;
}
@media screen and (max-width: 768px) {
  .p-flow__summary {
    padding: 22px;
    margin-bottom: 32px;
  }
}
.p-flow__summaryTitle {
  font-weight: 700;
  font-size: 2.4rem;
  margin-bottom: 20px;
  color: #1b4567;
}
@media screen and (max-width: 768px) {
  .p-flow__summaryTitle {
    font-size: 1.8rem;
  }
}
.p-flow__summaryText {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}
.p-flow__btnList {
  display: flex;
  gap: 22px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-flow__btnList {
    flex-direction: column;
    align-items: center;
  }
}
.p-flow__btnList .btn-normal {
  width: 240px;
  padding: 20px 0;
  margin: 0;
  text-align: center;
}

.p-flow__content {
  margin-bottom: 48px;
}
.p-flow__content h2 {
  color: #1b4567;
  letter-spacing: 0.06em;
  font-size: 2.4rem;
  font-weight: 700;
  border-bottom: 4px solid #f1f3f7;
  padding-bottom: 5px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .p-flow__content h2 {
    font-size: 2rem;
    margin-bottom: 16px;
  }
}
.p-flow__content p {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #111;
  margin-bottom: 40px;
}
.p-flow__content p:last-child {
  margin: 0;
}
.p-flow__content h3 {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
  color: #333;
  padding-left: 12px;
  margin-bottom: 20px;
  position: relative;
}
.p-flow__content h3::before {
  content: "";
  width: 4px;
  height: 18px;
  background-color: #1b4567;
  position: absolute;
  left: 0;
  top: 4px;
}
.p-flow__content img {
  float: right;
  max-width: 180px;
  margin-left: 32px;
}
.p-flow__content .u-flex {
  align-items: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .p-flow__content .u-flex {
    flex-direction: column-reverse;
    gap: 20px;
  }
}
.p-flow__content .u-flex p {
  margin-bottom: 0;
}
.p-flow__content .info-box {
  background-color: #f8f4ea;
  padding: 24px 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-flow__content .info-box {
    padding: 16px 12px;
  }
}
.p-flow__content .info-box:last-child {
  margin-bottom: 32px;
}
.p-flow__content .info-box__title {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
  color: #333333;
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .p-flow__content .info-box__title {
    font-size: 1.6rem;
  }
}
.p-flow__content .info-box__title:before {
  content: "";
  width: 17px;
  height: 14px;
  display: inline-block;
  background-image: url(../img/common/icon-check2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.p-flow__content .info-box p.note {
  font-size: 1.4rem;
}
.p-flow__content .info-box__list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-flow__content .info-box__list {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
.p-flow__content .info-box__item {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: 1.5;
  color: #111;
  min-width: 45%;
  margin-bottom: 8px;
  position: relative;
  padding-left: 20px;
}
.p-flow__content .info-box__item:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #1b4567;
  display: inline-block;
  position: absolute;
  top: 12px;
  transform: translateY(-50%);
  left: 0;
}
.p-flow__content .info-box__attention {
  color: #111111;
}

.p-flow__pickUp {
  background-color: #f8f4ea;
  padding: 24px 32px;
}
@media screen and (max-width: 768px) {
  .p-flow__pickUp {
    padding: 18px;
  }
}
.p-flow__pickUp-titleJa {
  color: #1b4567 !important;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 0 !important;
  line-height: 1.5;
}
.p-flow__pickUp-titleJa::before {
  display: none;
}
.p-flow__pickUp-titleJa--blue {
  color: #1b4567 !important;
  position: relative;
  padding-left: 22px !important;
}
.p-flow__pickUp-titleJa--blue::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  display: inline-block;
  background-color: #1b4567;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.p-flow__pickUp-bgWhite {
  background-color: #fff;
  padding: 16px;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .p-flow__pickUp-bgWhite {
    margin-bottom: 16px;
  }
}

.p-flow__qa {
  background-color: #f8f4ea;
  padding: 22px 18px;
  margin-bottom: 48px;
}
.p-flow__qa-ttl {
  display: inline-block;
  color: #1b4567 !important;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 26px;
}
.p-flow__qa-item {
  margin-bottom: 14px;
}
.p-flow__qa-question {
  background-color: #1b4567;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #fff;
  padding: 16px 25px;
  position: relative;
  cursor: pointer;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .p-flow__qa-question {
    padding: 10px 45px;
    font-size: 1.6rem;
  }
}
.p-flow__qa-question::before {
  content: "Q";
  margin-right: 18px;
}
@media screen and (max-width: 768px) {
  .p-flow__qa-question::before {
    position: absolute;
    left: 13px;
    top: 10px;
  }
}
.p-flow__qa-question::after {
  content: "+";
  font-weight: 400;
  font-size: 3rem;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-flow__qa-question::after {
    right: 13px;
  }
}
.p-flow__qa-question.close::after {
  content: "ー";
  font-size: 2rem;
}
.p-flow__qa-answer {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding: 15px 25px;
  margin: 0 25px;
  position: relative;
  display: none;
}
@media screen and (max-width: 768px) {
  .p-flow__qa-answer {
    margin: 0;
    padding: 5px 0 5px 25px;
  }
}
.p-flow__qa-answer::before {
  content: "A";
  position: absolute;
  font-size: 1.8rem;
  font-weight: 700;
  color: #1b4567;
  left: 0;
  top: 15px;
}

.p-flow__list {
  counter-reset: number 0;
  padding: 40px 32px;
  background-color: #f8f4ea;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .p-flow__list {
    padding: 16px 12px;
  }
}
.p-flow__listItem {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
  color: #333;
  margin-bottom: 16px;
}
.p-flow__listItem:last-of-type {
  margin-bottom: 0;
}
.p-flow__listItem::before {
  counter-increment: number 1;
  content: counter(number) " ";
  color: #1b4567;
  margin-right: 6px;
  min-width: 21px;
  text-align: center;
  display: inline-block;
}

.p-privacy-policy {
  margin-bottom: 72px;
}
.p-privacy-policy h2 {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.4;
  color: #fff;
  background-color: #1b4567;
  padding: 12px 21px;
  margin: 40px 0 24px;
}
@media screen and (max-width: 768px) {
  .p-privacy-policy h2 {
    font-size: 2rem;
  }
}
.p-privacy-policy p {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2;
  color: #111111;
}
.p-privacy-policy p:last-of-type {
  margin-bottom: 40px;
}
.p-privacy-policy table {
  margin-bottom: 24px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.p-privacy-policy .table-cancel-price {
  margin: 24px 0;
  overflow-x: scroll;
}
.p-privacy-policy .table-cancel-price table {
  min-width: 700px;
  width: 100%;
}
.p-privacy-policy .table-cancel-price th,
.p-privacy-policy .table-cancel-price td {
  border: 6px solid #fff !important;
  padding: 15px 34px !important;
}
.p-privacy-policy .table-cancel-price thead th {
  background-color: #1b4567 !important;
  color: #fff;
}
.p-privacy-policy .table-cancel-price tbody th,
.p-privacy-policy .table-cancel-price tbody td {
  background-color: #f8f4ea !important;
}
.p-privacy-policy .table-cancel-price tbody th {
  color: #111111;
}
.p-privacy-policy .table-cancel-price tbody td {
  color: #1b4567;
}
.p-privacy-policy .table-cancel-price tbody td.red {
  color: #9f2727;
}

@media screen and (max-width: 768px) {
  .p-contact__inner {
    padding: 0;
  }
}
.p-contact__introduction {
  font-size: 1.4rem;
  font-weight: 400;
  color: #111;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .p-contact__introduction {
    margin-bottom: 14px;
  }
}
.p-contact__bg {
  background-color: #f1f3f7;
  padding: 40px 86px;
  border-radius: 8px;
}
@media screen and (max-width: 1250px) {
  .p-contact__bg {
    padding: 24px 30px 140px;
    border-radius: 0;
  }
}
.p-contact__bg--blue {
  background-color: #1b4567;
  padding: 48px 0 80px;
}
@media screen and (max-width: 768px) {
  .p-contact__bg--blue {
    background-color: #fff;
    padding: 25px 0 80px;
  }
}
.p-contact__flow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.p-contact__flow .triangle {
  width: 0;
  height: 0;
  border-width: 7.5px 0px 7.5px 8px;
  border-color: transparent transparent transparent #333;
}
.p-contact__flowItem {
  font-size: 1.6rem;
  font-weight: 600;
  color: #1b4567;
  border: 2px solid #1b4567;
  background-color: #fff;
  padding: 18px 100px;
}
@media screen and (max-width: 1250px) {
  .p-contact__flowItem {
    padding: 15px 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-contact__flowItem {
    font-size: 1.4rem;
    padding: 15px 11px;
  }
}
.p-contact__flowItem.current {
  background-color: #1b4567;
  color: #fff;
}
.p-contact__form .hissu {
  background-color: #ba882e;
  font-size: 1.4rem;
  color: #fff;
  font-weight: 700;
  padding: 3px 10px;
  display: inline-block;
  margin-right: 10px;
  white-space: nowrap;
}

.p-contact__form .ninni {
  background-color: #a9a9a9;
  font-size: 1.4rem;
  color: #fff;
  font-weight: 700;
  padding: 3px 10px;
  display: inline-block;
  margin-right: 10px;
}

.p-contact__form .hissu.hidden {
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .p-contact__form .hissu.hidden {
    display: none;
  }
}
.p-contact__form .form__label {
  font-size: 1.5rem;
  color: #333;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 700;
  width: 20%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-contact__form .form__label {
    width: 80%;
    margin-bottom: 10px;
  }
}
.p-contact__form input[type="text"],
.p-contact__form input[type="email"],
.p-contact__form input[type="tel"],
.p-contact__form select,
.p-contact__form textarea {
  background-color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  border: 1px solid #4b4b4b;
  border-radius: 5px;
  padding: 15px 26px;
  display: block;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue",
    Arial, Meiryo, メイリオ, sans-serif;
}
.p-contact__form input[type="text"],
.p-contact__form input[type="email"],
.p-contact__form input[type="tel"],
.p-contact__form textarea {
  width: calc(80% - 60px);
}
@media screen and (max-width: 768px) {
  .p-contact__form input[type="text"],
  .p-contact__form input[type="email"],
  .p-contact__form input[type="tel"],
  .p-contact__form textarea {
    width: 100%;
  }
}
.p-contact__form input[type="checkbox"] {
  border: 1px solid #4b4b4b;
  width: 20px;
  height: 20px;
  background-color: #fff;
  margin: 0 16px 0 0;
}
.p-contact__form textarea {
  height: 180px;
}
.p-contact__form select {
  color: #747272;
  max-width: 100%;
}
.p-contact__form select:focus {
  color: #111;
}
@media screen and (max-width: 768px) {
  .p-contact__form .select-S {
    width: calc(40% - 7px);
  }
}
.p-contact__form .select-S select {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-contact__form .select-M {
    width: 60%;
    margin-right: 7px;
  }
}
.p-contact__form .select-M select {
  width: 100%;
}
.p-contact__form .select-pref {
  position: relative;
  max-width: 100%;
}
.p-contact__form .select-pref::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #4b4b4b;
  border-left: 2px solid #4b4b4b;
  position: absolute;
  transform: rotate(225deg);
  top: 20px;
  right: 10px;
}
.p-contact__formItem {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.p-contact__formItem.flexBaseline {
  align-items: baseline;
}
@media screen and (max-width: 768px) {
  .p-contact__formItem {
    flex-wrap: wrap;
    align-items: baseline;
    margin-bottom: 19px;
  }
}
.p-contact__hopes {
  margin-right: 48px;
  width: 40%;
}
@media screen and (max-width: 768px) {
  .p-contact__hopes {
    margin-bottom: 24px;
    width: 100%;
  }
}
.p-contact__hopes .form__label {
  display: flex;
  align-items: center;
  width: auto;
  gap: 25px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .p-contact__hopes .form__label {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.p-contact__hopes .form__label:last-of-type {
  margin-bottom: 0;
}
.p-contact__hopes .select-pref {
  width: 65%;
}
@media screen and (max-width: 768px) {
  .p-contact__hopes .select-pref {
    width: 100%;
  }
}
.p-contact__hopes .select-pref select {
  width: 100%;
}
.p-contact__dates {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .p-contact__dates {
    width: 100%;
  }
}
.p-contact__date {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .p-contact__date {
    flex-wrap: wrap;
    row-gap: 12px;
  }
}
.p-contact__date .select-pref {
  margin-left: 12px;
}
@media screen and (max-width: 768px) {
  .p-contact__date .select-pref {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-contact__date .form__label {
    width: 100%;
    margin-bottom: 0;
  }
}
.p-contact__formText {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #1b4567;
  margin: 8px 0;
}
.p-contact__formText.small {
  font-size: 1.4rem;
}
.p-contact__formText.center {
  text-align: center;
  margin-bottom: 24px;
  font-size: 1.8rem;
}
.p-contact__formText.black {
  color: #333;
}
.p-contact__inputWrap {
  width: calc(80% - 60px);
  margin-bottom: 24px;
}
.p-contact__inputWrap:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-contact__inputWrap {
    width: 100%;
  }
}
.p-contact__inputWrap input[type="text"],
.p-contact__inputWrap textarea {
  width: 100%;
}
.p-contact__inputFlex {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.6rem;
  flex-wrap: wrap;
}
.p-contact__inputFlex.w100 {
  width: 100%;
}
.p-contact__inputFlex input[type="text"] {
  width: auto;
  max-width: 150px;
}
.p-contact__inputFlex input[type="text"].mb0 {
  margin-bottom: 0;
}
.p-contact__inputFlex input[type="text"].w80 {
  max-width: unset;
  width: 80%;
}
.p-contact .privacy-check {
  margin: auto;
  margin-bottom: 40px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
}
.p-contact .privacy-check > a {
  text-decoration: underline;
}
.p-contact__formSubmit {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.p-contact__formSubmit--buttons {
  display: flex;
  gap: 10px;
}
.p-contact__formSubmit span {
  width: 16px;
  height: 16px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.p-contact__formSubmit span::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  display: inline-block;
  position: relative;
  transform: rotate(45deg);
  top: 0px;
  left: 3px;
}
.p-contact__confirmText {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .p-contact__confirmText {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-contact .confirm__label {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-contact .confirm__hopes {
    margin-bottom: 0;
  }
}
.p-contact__thanksText {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 32px;
}
.p-contact__candidateList {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 30px 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-contact__candidateList {
    gap: 20px;
  }
}
.p-contact__candidateList .c-teacher-card {
  margin: 0;
  padding: 8px;
  overflow: visible;
  width: 217px;
}
@media screen and (max-width: 768px) {
  .p-contact__candidateList .c-teacher-card {
    width: calc(50% - 12.5px);
  }
}
.p-contact__candidateList .c-teacher-card__link {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-contact__candidateList .c-teacher-card__link {
    gap: 16px;
  }
}
.p-contact__candidateList .c-teacher-card__image {
  width: 90px;
  height: 90px;
}
.p-contact__candidateList .c-teacher-card__textBox {
  width: calc(100% - 115px);
}
@media screen and (max-width: 768px) {
  .p-contact__candidateList .c-teacher-card__textBox {
    width: 100%;
  }
}
.p-contact__candidateList .c-teacher-card__title {
  font-size: 1.4rem;
}
.p-contact__candidateList .c-teacher-card__katagaki {
  font-size: 1.2rem;
}
.p-contact__radio {
  font-size: 1.6rem;
  margin-right: 8px;
}
.p-contact__radio-box {
  width: 100%;
  border-width: 1px;
}
.p-contact__child-categories {
  display: flex;
}
.p-contact__terms-iframe {
  width: 100%;
  height: 50vh;
  max-width: 100%;
  background-color: #fff;
  margin-bottom: 40px;
}

.p-contact-cta {
  padding: 40px 0;
}
.p-contact-cta__text {
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-contact-cta__text {
    text-align: left;
  }
}
.p-contact-cta__flex {
  margin-bottom: 20px;
}

.wpcf7-form-control-wrap {
  display: contents !important;
}

.p-searchResult {
  background-color: #1b4567;
  padding: 32px 0;
  margin-bottom: 50px;
}
.p-searchResult__container {
  background-color: #f1f3f7;
  display: flex;
  padding: 28px 32px 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-searchResult__container {
    flex-direction: column;
  }
}
.p-searchResult__left {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-searchResult__left {
    width: 100%;
  }
}
.p-searchResult__right {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-searchResult__right {
    width: 100%;
  }
}
.p-searchResult__itemTtl {
  font-size: 1.8rem;
  font-weight: bold;
  color: #111111;
  border-left: 5px solid #1b4567;
  padding-left: 8px;
  margin-bottom: 2.4rem;
}
.p-searchResult__list {
  display: flex;
  gap: 16px 35px;
  margin-bottom: 22px;
  flex-wrap: wrap;
}
.p-searchResult__list.mb0 {
  margin-bottom: 0;
}
.p-searchResult__listItem {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #1b191a;
}
.p-searchResult__listItem.w100 {
  width: 100%;
}
.p-searchResult__listItem.bold {
  font-weight: 700;
}
.p-searchResult__count {
  position: absolute;
  font-size: 1.8rem;
  color: #111111;
  font-weight: bold;
  bottom: 23.5px;
  right: 74px;
}
@media screen and (max-width: 768px) {
  .p-searchResult__count {
    right: 32px;
  }
}
.p-searchResult__figure {
  margin-left: 32px;
}

.p-company {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-company {
    margin-bottom: 40px;
  }
}
.p-company__list {
  display: flex;
  align-items: center;
  height: 96px;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 768px) {
  .p-company__list {
    height: auto;
    padding: 24px 0;
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-company__list:last-of-type {
  margin-bottom: 40px;
}
.p-company__title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #1b4567;
  letter-spacing: 0.08em;
  line-height: 2;
  width: 15%;
}
@media screen and (max-width: 768px) {
  .p-company__title {
    width: 100%;
    margin-bottom: 16px;
  }
}
.p-company__desc {
  font-size: 1.6rem;
  font-weight: 300;
  color: #333333;
  letter-spacing: 0.05em;
  line-height: 2;
  width: 85%;
}
@media screen and (max-width: 768px) {
  .p-company__desc {
    width: 100%;
  }
}
.p-company__desc span {
  display: block;
}
.p-company__desc a {
  display: block;
  color: #333333;
  width: -moz-fit-content;
  width: fit-content;
}
.p-company__desc a::after {
  content: "";
  width: 14px;
  height: 14px;
  background-image: url(../img/common/icon-target_blank.svg);
  display: inline-block;
  margin-left: 10px;
}
.p-company__desc a:hover {
  text-decoration: underline;
}

.p-sticky-cta {
  display: inline-block;
  position: fixed;
  top: 25vh;
  right: 0;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .p-sticky-cta {
    bottom: 0;
    left: 0;
    top: auto;
    right: auto;
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    padding: 0 24px;
  }
}
.p-sticky-cta__link {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  width: 56px;
  padding: 16px 14px;
  writing-mode: vertical-rl;
  display: flex;
  gap: 7px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-sticky-cta__link {
    width: 50%;
    writing-mode: rl;
    position: relative;
  }
}
.p-sticky-cta__link--contact {
  background-color: #ba882e;
  margin-bottom: 4px;
  border-radius: 8px 0 0 8px;
}
@media screen and (max-width: 768px) {
  .p-sticky-cta__link--contact {
    margin-bottom: 0;
    display: flex;
    flex-direction: row-reverse;
    padding: 20px 24px;
    border-radius: 8px 8px 0 0;
    width: 60%;
  }
}
.p-sticky-cta__sns {
  background-color: #aaaaaa;
  border-radius: 8px 0 0 8px;
}
@media screen and (max-width: 768px) {
  .p-sticky-cta__sns {
    display: flex;
    border-radius: 8px 8px 0 0;
    width: 40%;
    justify-content: center;
    align-items: center;
  }
}

.p-page {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-page {
    margin-bottom: 40px;
  }
}
.p-page h2 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #1b4567;
  letter-spacing: 0.06em;
  line-height: 1.2;
  padding-bottom: 13px;
  border-bottom: 4px solid #f1f3f7;
  margin-bottom: 24px;
  margin-top: 56px;
}
@media screen and (max-width: 768px) {
  .p-page h2 {
    font-size: 2rem;
    padding-bottom: 6px;
    margin-top: 32px;
    margin-bottom: 16px;
  }
}
.p-page h3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #333333;
  letter-spacing: 0.06em;
  margin-bottom: 16px;
  border-left: 4px solid #1b4567;
  padding-left: 8px;
}
.p-page p {
  font-size: 1.6rem;
  font-weight: 500;
  color: #111111;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 33px;
}
@media screen and (max-width: 768px) {
  .p-page p {
    margin-bottom: 16px;
  }
}
.p-page img {
  margin-bottom: 16px;
}
.p-page ol.table-of-contents {
  background-color: #f8f4ea;
  padding: 40px 32px;
  margin-bottom: 24px;
  list-style: decimal;
  list-style-position: inside;
}
.p-page ol.table-of-contents li {
  font-size: 1.6rem;
  color: #1b4567;
  font-weight: bold;
  margin-bottom: 20px;
}
.p-page ol.table-of-contents li:last-child {
  margin-bottom: 0;
}
.p-page ol.table-of-contents li a {
  color: inherit;
  text-decoration: underline;
}
.p-page table {
  margin-bottom: 24px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.p-page .table-cancel-price table {
  min-width: 700px;
}
.p-page .table-cancel-price th,
.p-page .table-cancel-price td {
  border: 6px solid #fff !important;
  padding: 15px 34px !important;
}
.p-page .table-cancel-price thead th {
  background-color: #1b4567 !important;
  color: #fff;
}
.p-page .table-cancel-price tbody th,
.p-page .table-cancel-price tbody td {
  background-color: #f8f4ea !important;
}
.p-page .table-cancel-price tbody th {
  color: #111111;
}
.p-page .table-cancel-price tbody td {
  color: #1b4567;
}
.p-page .table-cancel-price tbody td.red {
  color: #9f2727;
}

.p-theme-speakers__toc {
  padding: 30px;
  background-color: #f1f3f7;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .p-theme-speakers__toc {
    padding: 16px;
  }
}
.p-theme-speakers__toc-ttl {
  font-size: 1.8rem;
  font-weight: 700;
  color: #111;
  border-left: 5px solid #1b4567;
  padding-left: 8px;
  margin-bottom: 21px;
}
.p-theme-speakers__toc-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 32px;
}
@media screen and (max-width: 768px) {
  .p-theme-speakers__toc-list {
    flex-direction: column;
    gap: 16px;
  }
}
.p-theme-speakers__toc-item {
  width: 17%;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #1b191a;
}
@media screen and (max-width: 768px) {
  .p-theme-speakers__toc-item {
    width: auto;
  }
}
.p-theme-speakers__toc-link:hover {
  text-decoration: underline;
}
.p-theme-speakers__childList {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 32px;
}
.p-theme-speakers__childItem {
  background-color: #ededed;
  border-radius: 3px;
  border: 2px solid #ededed;
  transition: all 0.3s;
}
.p-theme-speakers__childItem:hover {
  border: 2px solid #1b4567;
  transition: all 0.3s;
}
.p-theme-speakers__childLink {
  color: #1b4567;
  font-size: 1.6rem;
  padding: 6px 20px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p-theme-speakers__childLink {
    font-size: 1.4rem;
    padding: 8px;
  }
}
.p-theme-speakers__section {
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  .p-theme-speakers__section {
    margin-bottom: 40px;
  }
}

.p-ranking {
  margin-bottom: 80px;
  counter-reset: number 0;
}
@media screen and (max-width: 768px) {
  .p-ranking {
    margin-bottom: 40px;
  }
}
.p-ranking__list {
  display: flex;
  gap: 8px;
  margin-bottom: 40px;
  counter-reset: number 0;
}
@media screen and (max-width: 768px) {
  .p-ranking__list {
    display: none;
  }
}
.p-ranking__list .btn-normal {
  font-size: 1rem;
  padding: 8px;
}
.p-ranking__listItem {
  width: calc((100% - 8px) / 5);
  padding: 8px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  background-color: #f1f3f7;
  position: relative;
}
.p-ranking__listItem::before {
  counter-increment: number 1;
  content: counter(number) "";
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 700;
  font-style: italic;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 25px;
  height: 25px;
  padding: 0 4px 0 0px;
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.15);
  z-index: 5;
}
.p-ranking__listItem:nth-of-type(1)::before {
  background-color: #b8a672;
}
.p-ranking__listItem:nth-of-type(2)::before {
  background-color: #aaaaab;
}
.p-ranking__listItem:nth-of-type(3)::before {
  background-color: #9c8b7e;
}
.p-ranking__listItem:nth-of-type(4)::before,
.p-ranking__listItem:nth-of-type(5)::before {
  background-color: #333;
}
.p-ranking__listImage {
  width: 100%;
  height: 120px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 8px;
}
.p-ranking__listImage img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.p-ranking__listName {
  font-size: 1.4rem;
  margin-bottom: 8px;
  text-align: center;
  font-weight: 700;
}
.p-ranking__item {
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.3);
  padding: 32px 24px;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-ranking__item {
    padding: 16px;
  }
}
.p-ranking__item:last-child {
  margin-bottom: 0;
}
.p-ranking__item::before {
  counter-increment: number 1;
  content: counter(number) "";
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  font-weight: 700;
  font-style: italic;
  border-radius: 50%;
  position: absolute;
  top: -15px;
  left: -15px;
  width: 40px;
  height: 40px;
  padding: 6px 15px 4px 8px;
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 768px) {
  .p-ranking__item::before {
    top: -20px;
    left: -20px;
  }
}
.p-ranking__item:nth-of-type(1)::before {
  background-color: #b8a672;
}
.p-ranking__item:nth-of-type(2)::before {
  background-color: #aaaaab;
}
.p-ranking__item:nth-of-type(3)::before {
  background-color: #9c8b7e;
}
.p-ranking__item:nth-of-type(4)::before,
.p-ranking__item:nth-of-type(5)::before {
  background-color: #333;
}
.p-ranking__name {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-ranking__name {
    font-size: 2rem;
  }
}
.p-ranking__btnArea {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}
.p-ranking__btnArea .btn-normal {
  margin: 0;
  padding: 0;
  width: 200px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-sitemap {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-sitemap {
    margin-bottom: 40px;
  }
}
.p-sitemap__group {
  margin-bottom: 40px;
}
.p-sitemap__title {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  background-color: #1b4567;
  color: #fff;
  padding: 16px 40px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .p-sitemap__title {
    font-size: 1.75rem;
    padding: 8px 16px;
  }
}
.p-sitemap__subTitle {
  padding-left: 6px;
  border-left: 4px solid #1b4567;
  margin-bottom: 8px;
}
.p-sitemap__list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px 24px;
  margin-bottom: 32px;
  counter-reset: number 0;
}
.p-sitemap__list--sub {
  padding-left: 32px;
  margin-top: 16px;
}
.p-sitemap__list.number-count .p-sitemap__link {
  padding-right: 0;
  padding-left: 20px;
}
.p-sitemap__list.number-count .p-sitemap__link::before {
  counter-increment: number 1;
  content: counter(number) "";
  color: #fff;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
}
.p-sitemap__list.number-count .p-sitemap__link::after {
  display: none;
}
.p-sitemap__item {
  font-size: 1.4rem;
}
.p-sitemap__item.w100 {
  width: 100%;
}
.p-sitemap__link {
  color: #111;
  display: inline-block;
  padding-right: 20px;
  position: relative;
}
.p-sitemap__link:hover {
  text-decoration: underline;
}
.p-sitemap__link::before {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #1b4567;
  border-radius: 50%;
  position: absolute;
  top: 1px;
  right: 0;
}
.p-sitemap__link::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  transform: rotate(45deg);
  top: 5px;
  right: 5.5px;
}

.p-movie-archive {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-movie-archive {
    margin-bottom: 40px;
  }
}
.p-movie-archive__tabList {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .p-movie-archive__tabList {
    flex-wrap: wrap;
  }
}
.p-movie-archive__tabItem {
  width: calc((100% - 16px) / 4);
  background-color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  color: #1b4567;
  border-radius: 30px;
  display: block;
  text-align: center;
  border: 2px solid #1b4567;
  padding: 16px 0;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-movie-archive__tabItem {
    width: calc((100% - 16px) / 2);
  }
}
.p-movie-archive__tabItem:hover {
  background-color: #1b4567;
  color: #fff;
}
.p-movie-archive__tabItem.active {
  background-color: #1b4567;
  color: #fff;
  cursor: default;
}
.p-movie-archive__areaList {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-movie-archive__areaList {
    align-items: center;
    justify-content: center;
  }
}
.p-movie-archive__areaItem {
  width: 350px;
  height: 260px;
  position: relative;
  cursor: pointer;
}
.p-movie-archive__areaItem.active::before,
.p-movie-archive__areaItem.active::after {
  display: none;
}
.p-movie-archive__areaItem iframe {
  width: 100%;
  height: 100%;
}
.p-movie-archive__areaItem::before {
  content: "";
  width: 55px;
  height: 55px;
  background-color: rgb(207, 0, 0);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-movie-archive__areaItem::after {
  content: "";
  width: 0;
  height: 0;
  border-width: 15px 0px 15px 20px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  left: calc(50% + 2px);
  transform: translate(-50%, -50%);
}

.js-tab-area {
  display: none;
}
.js-tab-area.is-active {
  display: block;
}

.js-scroll-fadeIn {
  transition: all 0.3s;
} /*# sourceMappingURL=style.css.map */
