@charset "UTF-8";
html {
  overflow-y: scroll;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6,
strong,
b,
th {
  font-weight: normal;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

ol, ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 500;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, select {
  vertical-align: middle;
}

img,
object,
embed {
  vertical-align: top;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

body {
  position: relative;
  min-width: 1180px;
  color: #333333;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴシック", "Hiragino Sans", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.5rem;
  line-height: 1.8;
}

input,
textarea,
button {
  font-family: inherit;
  font-size: inherit;
}

button {
  overflow: visible;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

em,
address {
  font-style: normal;
}

strong,
b,
em {
  font-weight: bold;
}

button {
  -webkit-appearance: none;
          appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}

input[type="text"],
input[type="search"],
input[type="password"],
input[type="tel"],
input[type="email"] {
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  font-family: inherit;
}

select {
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  background: transparent;
  font-family: inherit;
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

select:-moz-focusring {
  color: transparent;
}

.l-inner {
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}

.l-inner-s {
  max-width: 960px;
  margin: 0 auto;
}

.l-contents {
  position: relative;
}

.l-side-container {
  max-width: 1120px;
  margin: 0 auto;
}

.l-side-wrapper {
  position: static;
  width: 1120px;
  margin: 0 auto;
}

.l-side-wrapper.is-floating {
  position: relative;
}

.l-side {
  z-index: 2;
  position: absolute;
  top: 43px;
  right: 1px;
}

.pg-index .l-side {
  top: 260px;
}

.is-floating .l-side {
  position: fixed;
  top: 43px;
}

.is-fixed .l-side {
  position: absolute;
  top: auto;
  bottom: 90px;
}

.l-side-column-search {
  z-index: 1;
  position: absolute;
  top: 43px;
  right: auto;
  margin-left: 900px;
}

.is-floating .l-side-column-search {
  position: fixed;
  top: 43px;
}

.is-fixed .l-side-column-search {
  position: absolute;
  top: auto;
  bottom: 90px;
}

.l-ranking {
  z-index: 1;
  width: 220px;
  float: right;
}

.l-column-search--sp {
  display: none;
}

.l-header {
  z-index: 10;
  position: relative;
  background: #fff;
}

.l-section-box {
  background: #fff;
}

.l-section-box--key {
  border: 4px solid #eb933b;
}

.l-section-box--border {
  border: 4px solid #d5d5d5;
}

.l-section-box--gray {
  background: #f2f2f2;
}

.l-section-box--cv {
  border-radius: 10px;
  background-color: #f3f0eb;
}

.l-section-box__inner {
  padding: 40px 30px 50px;
}

.l-section-box__inner + .l-section-box__inner {
  border-top: 1px solid #ddd;
}

.l-section-box--cv .l-section-box__inner {
  padding-top: 38px;
  padding-bottom: 38px;
}

.l-section-box__bottom {
  padding: 20px;
  border-top: 1px solid #ddd;
}

.l-section-box__contact {
  padding: 50px 0 10px;
  border-top: 4px solid #ddd;
}

.l-section--lower {
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
}

.l-section--lower .l-inner {
  z-index: 2;
}

.l-section--lower .p-tab__toggle {
  font-size: 1.5rem;
}

.l-section--lower .p-tab__toggle.tab-participant {
  background-position: left 11px center;
}

.l-section--lower .p-tab__toggle b {
  font-size: 1.8rem;
}

.l-section--category {
  background-color: #fff2e5;
}

.l-section.related-column-section {
  padding-bottom: 20px;
}

.l-sub-section + .l-sub-section,
.p-flow-unit-box + .l-sub-section {
  margin-top: 48px;
}

.l-sub-section + .l-sub-section--mt-large,
.p-flow-unit-box + .l-sub-section--mt-large {
  margin-top: 65px;
}

.p-sitemap .l-sub-section {
  padding-bottom: 50px;
}

.p-sitemap .l-sub-section + .l-sub-section {
  margin-top: 40px;
}

.p-sitemap .l-sub-section:not(:last-child) {
  border-bottom: 1px solid #d5d5d5;
}

.l-sub-section.heading-box .c-heading {
  margin-bottom: 0;
  padding-top: 25px;
  padding-right: 15px;
  padding-bottom: 20px;
  background: #fae7d4;
}

.l-sub-section.heading-box .c-heading::before {
  top: 44px;
}

.l-sub-section.heading-box .c-section-title {
  margin-bottom: 0;
  padding: 22px 15px;
  background: #fae7d4;
}

.l-category-top-section {
  padding-bottom: 35px;
}

.l-category-top-section:not(:first-child) {
  padding-top: 35px;
}

.c-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 4px;
  font-weight: bold;
  line-height: 1.438;
  text-align: center;
  transition: opacity 0.2s ease;
}

.c-button:hover {
  opacity: 0.6;
}

.c-button-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.c-button-list--center {
  justify-content: center;
}

.c-button-list--right {
  justify-content: flex-end;
}

.c-select-custom {
  border-radius: 4px;
}

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select-hidden::-ms-expand {
  display: none;
}

.select {
  display: inline-block;
  position: relative;
  width: 180px;
  height: 50px;
  color: #333333;
  font-size: 1.6rem;
  line-height: 1.2;
}

.select-styled {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  align-items: center;
  padding: 0 30px 2px 13px;
  border-width: 2px 2px 0 2px;
  border-style: solid;
  border-radius: 4px;
  border-color: #fff;
  background-color: #fff;
  color: #59330d;
  cursor: pointer;
}

.select-styled.is-disabled {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}

.select-styled:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 11px;
  height: 11px;
  margin-top: -10px;
  transform: rotate(-45deg);
  border-bottom: 2px solid #eb933b;
  border-left: 2px solid #eb933b;
  content: "";
}

.select-styled.active {
  border-bottom-width: 0;
  border-radius: 4px 4px 0 0;
  border-color: #eb933b;
  font-weight: bold;
}

.select-styled.active:after {
  margin-top: -4px;
  transform: rotate(135deg);
}

.select-options {
  display: none;
  z-index: 999;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border-width: 0 2px 2px 2px;
  border-style: solid;
  border-radius: 0 0 4px 4px;
  border-color: #eb933b;
  background-color: #fff;
  font-size: 1.5rem;
  list-style: none;
}

.select-options li {
  display: flex;
  align-items: center;
  height: 45px;
  margin: 0;
  padding: 0 13px;
  border-top: 1px solid #ddd;
}

.select-options li:first-child {
  display: none;
}

.select-options li:hover {
  background: #eb933b;
  color: #fff;
}

.select-options li[rel="hide"] {
  display: none;
}

.c-link-arrow::before,
.c-link-anchor::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 6px;
  content: "";
}

.c-link-arrow::before {
  border-width: 5px 0 5px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #eb933b;
}

.c-link-anchor::before {
  margin-bottom: 2px;
  border-width: 8px 5px 0px 5px;
  border-style: solid;
  border-color: #eb933b transparent transparent transparent;
}

.c-detail-link, .c-more-link {
  margin-top: 10px;
  text-align: right;
}

.c-detail-link--left, .c-more-link--left {
  text-align: left;
}

.c-dot-list__item {
  position: relative;
  padding-left: 1em;
  font-weight: bold;
}

.c-dot-list__item::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "\30FB";
}

.c-num-list {
  counter-reset: number;
}

.c-num-list__item {
  position: relative;
  padding-left: 1em;
  counter-increment: number;
}

.c-num-list__item::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: counter(number) ".";
}

.c-note-list__item {
  position: relative;
  padding-left: 1em;
  line-height: 1.667;
}

.c-note-list__item::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "\203B";
}

.c-nomark-list__item::before {
  display: none;
}

.c-section--light {
  background: url(/houjin/assets/images/common/bg_section_light.png) repeat left top;
}

.c-section--gray {
  background: url(/houjin/assets/images/common/bg_section_gray.png) repeat left top;
}

.c-section--key {
  background: url(/houjin/assets/images/common/bg_section_key.png) repeat left top;
}

.c-section--colored {
  background: #f2f2f2;
}

.c-section--separation {
  border-top: 1px solid #ddd;
}

.c-section--border {
  border: 1px solid #ddd;
}

.c-section-lead {
  margin-bottom: 35px;
  text-align: center;
}

.c-section-lead--left {
  text-align: left;
}

.c-section-text {
  margin-bottom: 28px;
}

.c-border--light {
  border: 1px solid rgba(111, 78, 45, 0.2);
}

.c-section-shoulder {
  margin-bottom: 6px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

.c-tag {
  color: #59330d;
}

.c-tag::before {
  content: "#";
}

.c-label {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}

.c-notes {
  color: #666666;
  font-size: 1.4rem;
}

.c-notes-small {
  font-size: 0.867em;
}

.c-notes-small--num {
  font-size: 0.733em;
}

.c-kerning {
  letter-spacing: -0.05em;
}

.c-table {
  width: 100%;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-collapse: separate;
}

.c-table th,
.c-table td {
  padding: 18px 22px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
}

.c-table th {
  text-align: left;
}

.c-table__head {
  background: #e5e5e5;
}

.c-table__head--colored {
  background: #fff2e5;
}

.c-table__cell {
  background: #fff;
}

.c-table a {
  text-decoration: underline;
}

.c-table ul:not(.c-nomark-list) > li {
  position: relative;
  padding-left: 1em;
}

.c-table ul:not(.c-nomark-list) > li::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "\30FB";
}

.c-section-title {
  margin-bottom: 45px;
  color: #e05043;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

.c-section-title.c-section-title--typo {
  color: #333333;
  line-height: 1.5;
}

.c-block-title {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 8px;
  font-feature-settings: "palt" 1;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}

.c-block-title::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 60px;
  height: 2px;
  margin-left: -30px;
  background: #e05043;
  content: "";
}

.c-heading {
  position: relative;
  margin-bottom: 20px;
  padding-left: 45px;
  font-size: 2.4rem;
  font-weight: bold;
}

.c-heading::before {
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  width: 30px;
  height: 3px;
  background: #e05043;
  content: "";
}

.c-heading-sub {
  margin-bottom: 8px;
  font-feature-settings: "palt" 1;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.444;
}

.c-notes-small {
  font-size: 1.4rem;
  line-height: 1.714;
}

.c-notes-right {
  margin: 5px 0;
  color: #666666;
  text-align: right;
}

.c-underline {
  text-decoration: underline;
}

.c-attention,
.c-alert {
  color: #e05043;
}

.c-metrics {
  font-feature-settings: "palt" 1;
}

.c-letter-spacing {
  letter-spacing: -0.02em;
}

.c-onepiece {
  display: inline-block;
}

.c-bold {
  font-weight: bold;
}

.c-normal {
  font-weight: normal;
}

.l-anchor-nav {
  max-width: 1120px;
  margin: 55px auto 0;
}

.p-anchor-nav {
  display: flex;
  justify-content: center;
}

.p-anchor-nav__item {
  width: 33.333%;
}

.p-anchor-nav__item:not(:first-child) {
  border-left: 1px solid #fff;
}

.p-anchor-nav__button {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 70px;
  padding: 0 45px;
  background: #eb933b;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.222;
  text-align: center;
}

.p-anchor-nav__button::before {
  display: block;
  position: absolute;
  right: 20px;
  width: 11px;
  height: 11px;
  margin-top: -3px;
  transform: rotate(45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
}

.p-anchor-nav__sub {
  display: block;
  margin-bottom: 5px;
  font-size: 1.4rem;
}

.p-banner-block {
  text-align: center;
}

.p-banner-block__item {
  transition: opacity 0.2s ease;
}

.p-banner-block__item:hover {
  opacity: 0.6;
}

.p-bg-box {
  padding: 6px 20px;
  background: #fff;
}

.p-bg-box--light {
  background: #f2eee6;
}

.p-bg-box--border {
  border: 1px solid #ddd;
}

.p-bg-box--movie {
  margin: 20px 0;
  padding-top: 43px;
  padding-bottom: 43px;
}

.p-bg-box--flow {
  padding-top: 34px;
  padding-bottom: 34px;
  text-align: center;
}

.p-bg-box--large {
  padding-right: 30px;
  padding-left: 30px;
}

.p-bg-box--chart {
  padding-top: 50px;
  padding-bottom: 50px;
}

.p-movie-unit {
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
}

.p-movie-unit__content {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}

.p-movie-unit__source {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-movie-unit__caption {
  margin-bottom: 15px;
}

.p-movie-unit__caption--center {
  font-size: 1.8rem;
  text-align: center;
}

.p-border-box {
  border: 4px solid #eb933b;
}

.p-box-section {
  padding: 23px 0 12px;
  line-height: 1.667;
}

.p-box-section:last-child {
  padding-bottom: 30px;
}

.p-box-section__title {
  margin-bottom: 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid #eee;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.444;
}

.p-box-section > p:not([class]),
.p-box-section > ul:not([class]) {
  margin-bottom: 1.667em;
}

.p-box-img-group {
  display: flex;
  flex-wrap: wrap;
  margin: 7px -7px 0;
}

.p-box-img-group__item {
  width: 33.333%;
  margin-bottom: 14px;
  padding: 0 7px;
}

.p-box-img-group__item img {
  width: 100%;
}

.p-profile {
  display: flex;
  margin-top: 25px;
  background: #f7f5f0;
}

.p-profile + .p-profile {
  margin-top: 20px;
}

.p-profile__head {
  margin-bottom: 10px;
  color: #59330d;
  font-size: 1.6rem;
}

.p-profile__name {
  font-size: 2rem;
  font-weight: bold;
}

.p-profile__avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
}

.p-profile__text {
  flex: 1 0 0px;
  padding: 18px 28px;
}

.p-alert-box {
  max-width: 855px;
  margin: 50px auto;
  padding: 36px 30px;
  border: 4px solid #e05043;
  background: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.667;
  text-align: center;
}

.p-alert-box:last-child {
  margin-bottom: 0;
}

.p-profile-bottom {
  padding: 15px 28px 65px;
  border-top: none;
  background: #f7f5f0;
}

.p-profile-bottom .c-heading-sub {
  margin-top: 20px;
}

.p-profile-bottom .c-button-list {
  margin-top: 30px;
}

.p-border-rounded {
  padding: 36px 29px;
  border: 1px solid #d5d5d5;
  border-radius: 10px;
}

.l-breadcrumb {
  padding: 10px 0;
  border-bottom: 1px solid #cec0ab;
  background: #ebe3d3;
}

.p-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  color: #666666;
  font-size: 1.4rem;
}

.p-breadcrumb__item[aria-current="page"] {
  font-weight: bold;
}

.p-breadcrumb__item:not(:last-child)::after {
  margin: 0 0.5em;
  content: "\03e";
}

.p-breadcrumb__item.is-hidden {
  display: none;
}

.p-button-header {
  width: 160px;
  height: 40px;
  font-size: 1.4rem;
}

.p-button-apply {
  background-color: #e05043;
  color: #fff;
}

.p-button-contact-apply {
  padding: 0;
  background-color: #e05043;
  color: #fff;
}

.p-button-contact-header, .p-button-request {
  color: #fff;
}

.p-button-contact-header {
  background-color: #eb933b;
}

.p-button-request {
  background-color: #1bb399;
}

.p-button-confirm {
  background-color: #eb933b;
  color: #fff;
}

.p-button-gnav {
  height: 50px;
  padding-right: 10px;
  padding-left: 47px;
  background-origin: border-box;
  background-position: left 5px center;
  background-repeat: no-repeat;
  background-size: 35px 35px;
  color: #59330d;
  font-size: 1.5rem;
  line-height: 1.267;
}

.p-button-gnav-search {
  background-image: url(/houjin/assets/images/common/icon_btn_search.png);
}

.p-button-gnav-cause {
  background-image: url(/houjin/assets/images/common/icon_btn_cause.png);
}

.p-button-link {
  position: relative;
  background-color: #eeeeee;
}

.p-button-link::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 0;
  height: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #eb933b;
  content: "";
}

.p-button-top {
  min-width: 340px;
  background-color: #e05043;
  color: #fff;
}

.p-button-more {
  position: relative;
  width: 300px;
  height: 55px;
  background-color: #8c8c8c;
  color: #fff;
  font-weight: normal;
}

.p-button-more::before {
  position: absolute;
  content: "";
}

.p-button-more::before {
  display: inline-block;
  top: 50%;
  right: 15px;
  width: 0;
  height: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #eb933b;
}

.p-list-button .p-button-more, .p-button-more--yellow, .p-button-more--orange, .p-button-more--apply {
  width: 320px;
  font-weight: bold;
}

.p-list-button .p-button-more::before, .p-button-more--yellow::before, .p-button-more--orange::before, .p-button-more--apply::before {
  border-color: transparent transparent transparent #fff;
}

.p-list-button .p-button-more, .p-button-more--yellow {
  background-color: #edbe06;
}

.p-button-more--apply {
  background-color: #e05043;
}

.p-button-more--orange {
  background-color: #f0b000;
}

.p-button-more--large {
  height: 70px;
}

.p-button-more-down {
  position: relative;
  width: 240px;
  height: 55px;
  background-color: #8c8c8c;
  color: #fff;
  font-size: 1.7rem;
  font-weight: normal;
}

.p-button-more-down::before {
  position: absolute;
  content: "";
}

.p-button-more-down::before {
  top: 50%;
  right: 18px;
  width: 10px;
  height: 10px;
  margin-top: -8px;
  transform: rotate(45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.p-button-more-down.is-opened::before {
  margin-top: 0;
  transform: rotate(-135deg);
}

.p-button-more-up {
  position: relative;
  width: 240px;
  height: 55px;
  background-color: #8c8c8c;
  color: #fff;
  font-size: 1.7rem;
  font-weight: normal;
}

.p-button-more-up::before {
  position: absolute;
  content: "";
}

.p-button-more-up::before {
  top: 50%;
  right: 18px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  transform: rotate(-135deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.p-button-back {
  position: relative;
  width: 300px;
  height: 55px;
  background-color: #8c8c8c;
  color: #fff;
  font-weight: normal;
}

.p-button-back::before {
  position: absolute;
  content: "";
}

.p-button-back::before {
  display: inline-block;
  top: 50%;
  left: 15px;
  width: 0;
  height: 0;
  margin-top: -5px;
  border-width: 5px 8px 5px 0;
  border-style: solid;
  border-color: transparent #eb933b transparent transparent;
}

.p-button-arrow, .p-button-arrow--large, .p-button-arrow--order {
  position: relative;
  width: 240px;
  height: 55px;
}

.p-button-arrow::before, .p-button-arrow--large::before, .p-button-arrow--order::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 0;
  height: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  content: "";
}

.p-button-arrow--large {
  width: 270px;
  height: 70px;
  font-size: 1.6rem;
}

.p-button-arrow--order {
  width: 460px;
  height: 70px;
  padding-right: 25px;
  padding-left: 25px;
  background-color: #e05043;
  color: #fff;
  font-size: 2rem;
}

.p-button-contact {
  position: relative;
  width: 100%;
  height: 70px;
  padding: 0 30px;
  border-radius: 4px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  font-feature-settings: "palt" 1;
  font-size: 2rem;
}

.l-section-box--cv .p-button-contact {
  border-radius: 30px;
}

.l-section-box--cv .p-button-contact::after {
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 4px*2);
  height: calc(100% - 4px*2);
  border: 1px solid #ffffff;
  border-radius: 30px;
  content: "";
}

.p-button-contact--wide {
  padding-left: 18px;
}

.p-button-contact::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 0;
  height: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  content: "";
}

.p-button-contact.p-button-back {
  font-weight: bold;
}

.p-button-contact.p-button-back::before {
  position: absolute;
  top: 50%;
  right: auto;
  left: 15px;
  margin-top: -5px;
  border-width: 5px 8px 5px 0;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
}

.p-button-select {
  flex-direction: column;
  min-width: 400px;
  height: 90px;
  padding-right: 45px;
  padding-left: 45px;
  border-radius: 8px;
  background-color: #e05043;
  color: #fff;
}

.p-button-select::before {
  right: 25px;
}

.p-button-select::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  content: '';
}

.p-button-select small {
  display: block;
  font-size: 1.7rem;
}

.p-button-service {
  width: 240px;
  height: 55px;
  color: #59330d;
  font-size: 1.6rem;
  line-height: 1.25;
}

.p-button-search {
  width: 100%;
  height: 65px;
  font-weight: normal;
}

.p-button-blank {
  position: relative;
  width: 100%;
  height: 70px;
  border: 2px solid #e05043;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.2);
  color: #e05043;
  font-size: 1.6rem;
  line-height: 1.286;
}

.p-button-blank small {
  font-size: 1.4rem;
}

.p-button-blank::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 14px;
  height: 11px;
  margin-top: -6px;
  background: url(/houjin/assets/images/common/icon_blank.png) no-repeat left top;
  background-size: cover;
  content: "";
}

.p-button-pdf {
  position: relative;
  width: 300px;
  height: 55px;
  padding-right: 35px;
  background-color: #8c8c8c;
  background-image: url(/houjin/assets/images/common/icon_pdf.png);
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-size: 17px 22.5px;
  box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  font-weight: normal;
}

.p-button-download {
  position: relative;
  width: 300px;
  height: 70px;
  padding-right: 35px;
  background-color: #8c8c8c;
  background-image: url(/houjin/assets/images/common/icon_download.png);
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  color: #fff;
  font-size: 1.7rem;
  font-weight: normal;
  line-height: 1.412;
}

.p-button-modal {
  width: 300px;
  height: 55px;
  font-size: 1.6rem;
}

.p-button-personal {
  position: relative;
  width: 360px;
  padding: 7px 40px 7px 40px;
  background: #eb933b;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 2rem;
}

.p-button-personal::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 14px;
  height: 11px;
  margin-top: -5.5px;
  margin-left: 6px;
  background: url(/houjin/assets/images/common/icon_blank_white.png) no-repeat left top;
  background-size: cover;
  content: "";
}

.p-button-yellow-list .p-button-yellow {
  position: relative;
  flex-direction: column;
  min-width: 400px;
  height: 90px;
  margin: 0 10px;
  padding-right: 45px;
  padding-left: 45px;
  border-radius: 8px;
  background-color: #edb226;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-feature-settings: "palt" 1;
  font-size: 2.4rem;
  line-height: 1.333;
}

.p-button-yellow-list .p-button-yellow::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 30px;
  width: 0;
  height: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  content: "";
}

.p-button-yellow-list .p-button-yellow small {
  font-size: 1.7rem;
}

.p-button-yellow-list .p-button-yellow--about {
  background: url(/houjin/assets/images/top/btn_about.png) #edb226 no-repeat left 30px top 50%;
  background-size: 44px 32px;
}

.p-button-yellow-list .p-button-yellow--license {
  background: url(/houjin/assets/images/top/btn_license.png) #edb226 no-repeat left 30px top 50%;
  background-size: 38px 32px;
}

.p-button-yellow-list .p-button-yellow--welfare {
  background: url(/houjin/assets/images/top/btn_welfare.png) #edb226 no-repeat left 30px top 50%;
  background-size: 38px 37px;
}

.p-button-cat-anchor {
  position: relative;
  height: 70px;
  padding-left: 40px;
  border-radius: 6px;
  background-color: #f0b000;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-feature-settings: "palt" 1;
  font-size: 1.8rem;
  font-weight: normal;
}

.p-button-cat-anchor::before, .p-button-cat-anchor::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  content: "";
}

.p-button-cat-anchor::before {
  right: 19px;
  width: 0;
  height: 0;
  margin-top: -4px;
  border-width: 8px 5px 0 5px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.p-button-cat-anchor::after {
  left: 19px;
  transform: translateY(-50%);
  background-position: left top;
  background-repeat: no-repeat;
}

.p-button-cat-anchor--course::after {
  width: 30px;
  height: 23px;
  background-image: url(/houjin/assets/images/flow/icon_course.png);
  background-size: 30px 23px;
}

.p-button-cat-anchor--e-learning::after {
  width: 34px;
  height: 26px;
  background-image: url(/houjin/assets/images/flow/icon_e-learning.png);
  background-size: 34px 26px;
}

.p-button-cat-anchor--group::after {
  width: 34px;
  height: 27px;
  background-image: url(/houjin/assets/images/flow/icon_group.png);
  background-size: 34px 27px;
}

.p-contact-button-item {
  min-width: 300px;
  margin: 0 10px;
}

.p-list-button {
  margin-top: 40px;
  margin-bottom: 52px;
}

.p-e-learning-link {
  width: auto;
  margin: 25px auto;
}

.p-e-learning-link-list__item {
  position: relative;
  width: 855px;
  height: 173px;
  margin: 0 auto;
  border: 1px solid #dddddd;
  border-radius: 10px;
}

.p-e-learning-link-list__item + .p-e-learning-link-list__item {
  margin-top: 20px;
}

.p-e-learning-link-list__item::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 13px;
  height: 13px;
  margin-top: -8px;
  transform: rotate(-135deg);
  border-bottom: 2px solid #eb933b;
  border-left: 2px solid #eb933b;
  content: "";
}

.p-e-learning-link-button {
  justify-content: start;
  height: 100%;
  padding-right: 45px;
  padding-left: 10px;
  text-align: left;
}

.p-e-learning-link-button__img {
  flex-basis: 272px;
}

.p-e-learning-link-button__text {
  display: block;
  flex: 1;
  padding-left: 30px;
  color: #e05043;
  font-size: 2.4rem;
  line-height: 1.083;
}

.p-e-learning-link-button__text-sub {
  display: block;
  width: -webkit-fit-content;
  width: fit-content;
  margin-bottom: 15px;
  border-bottom: 4px solid #ec9a48;
  color: #333333;
  font-size: 1.7rem;
  line-height: 1.588;
}

.p-service-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px;
}

.l-section--lower .p-service-list {
  margin-right: -9px;
  margin-left: -9px;
}

.p-service-list__item {
  padding-right: 25px;
  padding-left: 25px;
}

.l-section--lower .p-service-list__item {
  padding-right: 9px;
  padding-left: 9px;
}

.p-service-list__item--category-top {
  width: 25%;
}

.p-service-list__item--large {
  width: 33.333%;
  margin-bottom: 50px;
}

.l-section--lower .p-service-list__item--large {
  margin-bottom: 20px;
}

.p-service-list__item--small {
  width: 50%;
}

.p-service-list + .c-button-list {
  margin-top: 20px;
}

.p-sp-slider {
  display: flex;
  width: auto;
  margin: 0 -9px;
}

.p-sp-slider__item {
  width: 33.333%;
  padding-right: 9px;
  padding-left: 9px;
}

.p-instructor {
  display: flex;
  margin: 0 -9px;
}

.p-instructor__item {
  width: 228px;
  padding: 0 9px;
}

.p-column-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px;
}

.l-section--lower .p-column-list {
  margin-right: -9px;
  margin-left: -9px;
}

.p-column-list__item {
  width: 33.333%;
  margin-bottom: 50px;
  padding-right: 25px;
  padding-left: 25px;
}

.p-column-list__item.is-hidden {
  display: none;
}

.p-column-list--4col .p-column-list__item,
.p-column-list--category-top .p-column-list__item {
  width: 25%;
}

.l-section--lower .p-column-list__item {
  margin-bottom: 20px;
  padding-right: 9px;
  padding-left: 9px;
}

.p-column-list__item--large {
  width: 100%;
}

.p-recommendation-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -20px;
}

.p-recommendation-list__item {
  padding: 0 20px;
}

.p-lead-list {
  display: flex;
  margin: 0 -9px;
}

.p-lead-list__card {
  position: relative;
}

.p-lead-list__card::before {
  display: block;
  position: absolute;
  content: "";
}

.p-lead-list__item {
  width: 25%;
  padding: 0 9px;
}

.p-small-card {
  display: block;
  border: 1px solid #ddd;
  background: #fff;
  font-feature-settings: "palt" 1;
  transition: opacity 0.2s ease;
}

.p-small-card:hover {
  opacity: 0.6;
}

.p-small-card__body {
  padding: 13px 13px 10px;
}

.p-small-card__title {
  font-size: 1.6rem;
}

.p-small-card__title::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 8px;
  border-width: 5px 0 5px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #eb933b;
  content: "";
}

.category-top-ranking-section .p-small-card__title {
  font-size: 1.5rem;
  line-height: 1.5;
}

.p-small-card__text-wrapper {
  position: relative;
  padding-left: 12px;
}

.p-small-card__text-wrapper::before {
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 0;
  height: 0;
  border-width: 5px 0 5px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #eb933b;
  content: "";
}

.p-small-card__text-wrapper .p-small-card__title::before {
  display: none;
}

.p-small-card__title {
  font-weight: bold;
}

.p-small-card__date {
  margin-bottom: 10px;
  font-size: 1.4rem;
}

.p-small-card .p-label-group {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
}

.p-small-card .p-label-group .c-label {
  display: inline-block;
  min-width: 85px;
  margin-right: 3px;
  padding-right: 13px;
  padding-left: 13px;
  border-radius: 12px;
  font-size: 1.3rem;
}

.p-small-card .p-label-group .c-label--category {
  background: #fcc800;
}

.p-ranking-card {
  display: block;
  position: relative;
  border: 1px solid #ddd;
  background: #fff;
  font-feature-settings: "palt" 1;
  transition: opacity 0.2s ease;
}

.p-ranking-card:hover {
  opacity: 0.6;
}

.p-ranking-card__body {
  padding: 13px 13px 10px;
}

.p-ranking-card__title {
  font-size: 1.6rem;
}

.p-ranking-card__title::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 8px;
  border-width: 5px 0 5px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #eb933b;
  content: "";
}

.category-top-ranking-section .p-ranking-card__title {
  font-size: 1.5rem;
  line-height: 1.5;
}

.category-top-ranking-section .p-ranking-card {
  min-height: 240px;
}

.lead-section .p-ranking-card {
  height: 100%;
}

.p-ranking-card::before {
  display: block;
  position: absolute;
  top: -6px;
  left: 0;
  width: 40px;
  height: 35px;
  padding-right: 5px;
  background-size: cover;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}

.p-ranking-card__text-wrapper {
  position: relative;
  padding-left: 17px;
}

.p-ranking-card__text-wrapper::before {
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 0;
  height: 0;
  border-width: 5px 0 5px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #eb933b;
  content: "";
}

.p-ranking-card__text-wrapper .p-ranking-card__title::before {
  display: none;
}

.p-point-card {
  position: relative;
  height: 100%;
  padding: 75px 15px 25px;
  background: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
}

.p-point-card--category {
  padding: 80px 10px 30px;
  border: 3px solid #e05043;
  border-radius: 10px;
  box-shadow: none;
}

.p-point-card__num {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 60px;
  height: 65px;
  margin-left: -30px;
  padding-top: 7px;
  background: url(/houjin/assets/images/common/icon_point.png) repeat left top;
  background-size: cover;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1;
  text-align: center;
}

.p-point-card--category .p-point-card__num {
  background: url(/houjin/assets/images/common/icon_point_category.png) repeat left top;
  background-size: cover;
}

.p-point-card__num span {
  display: block;
  margin-top: 5px;
  font-size: 2.4rem;
}

.p-point-card__title {
  margin-bottom: 12px;
  color: #e05043;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

.p-point-card--category .p-point-card__title {
  margin-bottom: 16px;
}

.p-point-card p {
  padding: 0 5px;
}

.p-step-card {
  position: relative;
  height: 100%;
  padding: 52px 10px 25px;
  border: 3px solid #e05043;
  border-radius: 10px;
  background: #fff;
}

.p-step-card--top {
  padding-right: 20px;
  padding-left: 20px;
}

.p-step-list__item:not(:last-child) .p-step-card::after {
  display: block;
  position: absolute;
  top: 50%;
  right: -34px;
  width: 23px;
  height: 5px;
  background: url(/houjin/assets/images/common/icon_step_between.png) repeat 0 0;
  background-size: cover;
  content: "";
}

.p-step-list__item:nth-child(5) .p-step-card::before {
  display: block;
  position: absolute;
  top: 50%;
  left: -34px;
  width: 23px;
  height: 5px;
  background: url(/houjin/assets/images/common/icon_step_between.png) repeat 0 0;
  background-size: cover;
  content: "";
}

.p-step-card__num {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 109px;
  height: 46px;
  margin-top: -15px;
  margin-left: -50px;
  padding-top: 10px;
  background: url(/houjin/assets/images/common/icon_step.png) repeat left top;
  background-size: cover;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1;
  text-align: center;
}

.p-step-card__num-wrapper {
  display: flex;
  align-items: center;
  padding-left: 20px;
}

.p-step-card__num-wrapper .p-num {
  margin-left: 5px;
  font-size: 2.4rem;
}

.p-step-card__title {
  margin-bottom: 16px;
  color: #e05043;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

.p-step-card__title--lv2 {
  margin-top: 15px;
  font-size: 1.7rem;
}

.p-step-card__text {
  padding: 0 5px;
  letter-spacing: -0.07em;
}

.p-case-card {
  display: block;
  height: 100%;
  border: 1px solid #ddd;
  background: #fff;
  font-feature-settings: "palt" 1;
}

.p-case-card__title {
  font-size: 1.6rem;
}

.p-case-card__title::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 8px;
  border-width: 5px 0 5px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #eb933b;
  content: "";
}

.p-case-card__text-wrapper {
  position: relative;
  padding-left: 17px;
}

.p-case-card__text-wrapper::before {
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 0;
  height: 0;
  border-width: 5px 0 5px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #eb933b;
  content: "";
}

.p-case-card__text-wrapper .p-case-card__title {
  font-size: 1.7rem;
  font-weight: bold;
}

.p-case-card__text-wrapper .p-case-card__title::before {
  display: none;
}

.p-case-card__text-wrapper .p-case-card__text {
  font-size: 1.5rem;
  line-height: 1.667;
}

.p-case-card__link {
  display: block;
  height: 100%;
}

.p-case-card__body {
  padding: 15px 20px 25px;
}

.p-case-card__body--package-plan {
  padding-top: 18px;
  padding-bottom: 18px;
}

.p-case-card__meta {
  font-feature-settings: "palt" 1;
  line-height: 1.588;
}

.p-case-card__meta-category, .p-case-card__meta-corp {
  font-size: 1.7rem;
  font-weight: bold;
}

.p-case-card__meta-scale {
  color: #666666;
  font-size: 1.4rem;
}

.p-case-card__meta-theme {
  margin: 10px 0;
  color: #59330d;
  font-size: 1.7rem;
}

.p-case-card__descriptiion {
  margin-top: 5px;
  line-height: 1.667;
}

.p-case-card__case-title, .p-case-card__course-title {
  font-size: 1.7rem;
}

.p-case-card__course-title {
  font-weight: bold;
}

.p-case-card__header--package-plan {
  padding: 20px;
  background: #eb933b;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.444;
}

.p-case-card__lead {
  margin-bottom: 16px;
  line-height: 1.667;
}

.p-case-card__table {
  margin: 15px 0;
  border-left: none;
}

.p-case-card__table th,
.p-case-card__table td {
  padding: 10px 0;
  border-right: none;
}

.p-case-card__table th {
  padding-right: 5px;
}

.p-case-card__table td {
  text-align: right;
}

.p-case-card__info-list {
  display: table;
  width: auto;
  margin-left: auto;
}

.p-case-card__info-list-item {
  text-align: right;
}

.p-case-card__cost {
  font-size: 1.7rem;
  font-weight: bold;
}

.p-case-card__course-code {
  display: block;
  margin-top: 10px;
  font-size: 1.4rem;
}

.p-case-card a:not([class]):hover {
  text-decoration: underline;
}

.p-case-card a:not([class])[target="_blank"]::after {
  display: inline-block;
  width: 14px;
  height: 11px;
  margin-left: 5px;
  background: url(/houjin/assets/images/common/icon_blank.png) no-repeat left top;
  background-size: cover;
  content: "";
}

.p-case-card .c-label {
  width: 140px;
  height: 28px;
  margin-top: 5px;
  margin-bottom: 10px;
  background: #99734c;
  color: #fff;
  font-size: 1.3rem;
}

a.p-case-card {
  transition: opacity 0.2s ease;
}

a.p-case-card:hover {
  opacity: 0.6;
}

.p-shop-card {
  display: block;
  font-feature-settings: "palt" 1;
  transition: opacity 0.2s ease;
}

.p-shop-card:hover {
  opacity: 0.6;
}

.p-shop-card__thumb {
  margin-bottom: 12px;
}

.p-shop-card__text {
  line-height: 1.667;
}

.p-shop-card__title {
  margin-bottom: 5px;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.412;
}

.p-shop-card__price {
  margin-top: 5px;
  font-weight: bold;
  text-align: right;
}

.p-article-card {
  display: flex;
  border: 1px solid #ddd;
  background: #fff;
  transition: opacity 0.2s ease;
}

.p-article-card:hover {
  opacity: 0.6;
}

.p-article-card__thumb {
  width: 273px;
}

.p-article-card__body {
  flex: 1 0 0px;
  align-self: center;
  padding: 25px;
}

.p-article-card .c-label {
  width: 100px;
  height: 28px;
  margin-bottom: 11px;
}

.p-article-card__title {
  margin-bottom: 11px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.444;
}

.p-course-card {
  display: block;
  position: relative;
  height: 100%;
  border: 1px solid #ddd;
  background: #fff;
  font-feature-settings: "palt" 1;
  transition: opacity 0.2s ease;
}

.p-course-card:hover {
  opacity: 0.6;
}

.p-course-card__body {
  padding: 13px 13px 10px;
}

.p-course-card__title {
  font-size: 1.6rem;
}

.p-course-card__title::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 8px;
  border-width: 5px 0 5px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #eb933b;
  content: "";
}

.category-top-ranking-section .p-course-card__title {
  font-size: 1.5rem;
  line-height: 1.5;
}

.p-course-card__body {
  padding: 14px 14px 18px;
}

.p-course-card__title {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.333;
}

.p-course-card__catch {
  margin-top: 6px;
  line-height: 1.5;
}

.p-course-card--category .p-course-card {
  border-radius: 5px;
}

.p-course-card--category .p-course-card__body {
  padding: 20px;
}

.p-course-card--category .p-course-card__title {
  position: relative;
  padding-left: 15px;
  font-size: 1.6rem;
  line-height: 1.5;
}

.p-course-card--category .p-course-card__title::before {
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 0;
  height: 0;
  margin-right: 0px;
}

.p-course-card .p-label-group {
  display: flex;
  flex-wrap: wrap;
}

.p-course-card .p-label {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 5px;
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 12px;
  background-color: #fcc800;
  font-size: 1.3rem;
  font-weight: bold;
}

.p-course-card .p-label--qualification, .p-course-card .p-label--hobby, .p-course-card .p-label--practical-use {
  border: 1px solid;
  background-color: #fff;
}

.p-course-card .p-label--qualification {
  color: #3399cc;
}

.p-course-card .p-label--hobby {
  color: #cc3373;
}

.p-course-card .p-label--practical-use {
  color: #e5af0b;
}

a.p-instructor-card {
  transition: opacity 0.2s ease;
}

a.p-instructor-card:hover {
  opacity: 0.6;
}

.p-instructor-card {
  display: block;
  position: relative;
  border: 1px solid #ddd;
  border: none;
  background: #fff;
  font-feature-settings: "palt" 1;
  transition: opacity 0.2s ease;
}

.p-instructor-card:hover {
  opacity: 0.6;
}

.p-instructor-card__body {
  padding: 13px 13px 10px;
}

.p-instructor-card__title {
  font-size: 1.6rem;
}

.p-instructor-card__title::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 8px;
  border-width: 5px 0 5px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #eb933b;
  content: "";
}

.category-top-ranking-section .p-instructor-card__title {
  font-size: 1.5rem;
  line-height: 1.5;
}

.p-instructor-card:hover {
  opacity: 1;
}

.p-instructor-card::before {
  display: block;
  position: absolute;
  top: -6px;
  left: 0;
  width: 40px;
  height: 35px;
  padding-right: 5px;
  background-size: cover;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}

.p-instructor-card__course {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.406;
}

.p-instructor-card__course::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 8px;
  border-width: 5px 0 5px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #eb933b;
  content: "";
}

.p-instructor-card__name {
  font-size: 1.5rem;
  line-height: 1.5;
}

.p-column-card {
  display: block;
  height: 100%;
  border: 1px solid #ddd;
  background: #fff;
  font-feature-settings: "palt" 1;
  transition: opacity 0.2s ease;
}

.p-column-card:hover {
  opacity: 0.6;
}

.p-column-list__item--large .p-column-card {
  border: none;
}

.p-column-card__date {
  color: #666666;
  font-size: 1.4rem;
}

.p-column-card__title {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.529;
}

.p-column-list__item--large .p-column-card__title {
  font-size: 1.8rem;
  line-height: 1.444;
}

.p-column-card__thumb {
  position: relative;
  width: 100%;
  padding-top: 66.66%;
}

.p-column-card__thumb img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.p-column-card__body {
  padding: 15px 20px 25px;
}

.column-detail-header-section .p-column-card__body {
  padding: 15px 0 0;
}

.p-column-card__meta {
  font-feature-settings: "palt" 1;
  line-height: 1.588;
}

.p-column-card__header {
  display: flex;
  justify-content: space-between;
}

.p-column-card__lead {
  margin-top: 5px;
  line-height: 1.667;
}

.column-detail-header-section .p-column-card__lead {
  margin-top: 15px;
  font-size: 1.6rem;
  line-height: 1.875;
}

.p-column-card__icon-list {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-column-card__icon-item {
  width: 26px;
  height: 26px;
}

.p-column-card__icon-item a {
  display: block;
  width: 100%;
  height: 100%;
}

.p-column-card__icon-item:not(:last-child) {
  margin-right: 14px;
}

.p-column-card__icon-item--twitter {
  height: 21px;
  background: url(/houjin/assets/images/column/twitter_icon.png) no-repeat 0 0;
  background-size: contain;
}

.p-column-card__icon-item--facebook {
  background: url(/houjin/assets/images/column/facebook_icon.png) no-repeat 0 0;
  background-size: contain;
}

.p-column-card__icon-item--line {
  background: url(/houjin/assets/images/column/line_icon.png) no-repeat 0 0;
  background-size: contain;
}

.p-column-card__icon-item-text {
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.p-column-card__icon-link {
  transition: opacity 0.2s ease;
}

.p-column-card__icon-link:hover {
  opacity: 0.6;
}

.p-column-card__icon-link .p-twitter__icon {
  width: 26px;
  height: 21px;
  margin-top: 2px;
}

.p-column-card__icon-link .p-facebook__icon, .p-column-card__icon-link .p-line__icon {
  width: 26px;
  height: 26px;
}

.p-column-card-date {
  display: flex;
}

.p-column-card__date--release {
  margin-right: 20px;
}

.p-label-group {
  display: flex;
  flex-wrap: wrap;
}

.p-label-group .c-label {
  display: inline-block;
  min-width: 85px;
  margin-top: 10px;
  margin-right: 3px;
  padding-right: 13px;
  padding-left: 13px;
  border-radius: 12px;
  font-size: 1.3rem;
}

.p-label-group .c-label--category {
  background: #fcc800;
}

.p-label-group .c-label--tag {
  border: 1px solid #f2aa00;
  background-color: #fff;
  color: #f2aa00;
}

.column-detail-header-section .p-label-group .c-label {
  margin-top: 0;
}

.p-label-group--article .c-label {
  margin-top: 5px;
  margin-right: 5px;
}

.column-detail-header-section .p-label-group {
  margin-top: 15px;
}

.p-introduction-card {
  display: flex;
  min-height: 184px;
  border: 1px solid #ddd;
  background: #fff;
  transition: opacity 0.2s ease;
}

.p-introduction-card:hover {
  opacity: 0.6;
}

.p-introduction-card__thumb {
  display: flex;
  align-items: center;
  width: 273px;
  padding: 10px;
}

.p-introduction-card__body {
  position: relative;
  flex: 1 0 0px;
  align-self: center;
  padding: 25px 50px 12px 30px;
}

.p-introduction-card__body::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 13px;
  height: 13px;
  margin-top: -8px;
  transform: rotate(-135deg);
  border-bottom: 2px solid #eb933b;
  border-left: 2px solid #eb933b;
  content: "";
}

.p-introduction-card__corp {
  margin-bottom: 4px;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.529;
}

.p-introduction-card__comment {
  margin-top: 10px;
  margin-bottom: 6px;
}

.p-introduction-card__corp + .p-introduction-card__comment {
  margin-top: 0;
}

.p-introduction-card .p-label-group {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
}

.p-introduction-card .p-label-group .c-label {
  display: inline-block;
  min-width: 85px;
  margin-top: 10px;
  margin-right: 3px;
  padding-right: 13px;
  padding-left: 13px;
  border-radius: 12px;
  font-size: 1.3rem;
}

.p-introduction-card .p-label-group .c-label--category {
  background: #fcc800;
}

.p-introduction-card .p-label-group .c-label--tag {
  border: 1px solid #f2aa00;
  background-color: #fff;
  color: #f2aa00;
}

.column-detail-header-section .p-introduction-card .p-label-group .c-label {
  margin-top: 0;
}

.p-introduction-card .p-label-group--article .c-label {
  margin-top: 0;
  margin-right: 5px;
}

.p-course-flow-card {
  height: 100%;
  padding: 15px 22px 20px;
  border: 3px solid #e05043;
  border-radius: 10px;
  background: #fff;
}

.p-course-flow-card__title {
  width: 200px;
  margin: 0 auto 20px;
  padding-top: 12px;
  padding-bottom: 9px;
  border-radius: 5px;
  background-color: #eb933b;
  color: #fff;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

.p-course-flow-card__thumb {
  margin-bottom: 20px;
  padding-right: 25px;
  padding-left: 25px;
}

.p-course-flow-card__title-lv2 {
  margin-bottom: 5px;
  color: #e05043;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

.p-course-flow-card .c-notes-small {
  margin-top: 1em;
}

.p-recommendation-card {
  width: 250px;
  padding-bottom: 20px;
}

.p-recommendation-card__thumb {
  margin-bottom: 12px;
}

.p-recommendation-card__thumb img {
  border-radius: 10px;
}

.p-recommendation-card__text {
  color: #59330d;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.75;
  text-align: center;
}

.p-course-none {
  display: none;
  padding: 30px 0;
  background: #fff;
  font-size: 1.6rem;
  text-align: center;
}

.p-course-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -9px;
}

.p-course-list__item {
  width: 33.333%;
  margin-bottom: 20px;
  padding: 0 9px;
}

.p-search-section .p-course-list__item {
  padding: 0 6.5px;
}

.p-search-section .p-course-list {
  margin: 0 -6.5px;
}

.p-course-nav {
  margin-bottom: 20px;
  padding: 17px 15px;
  background: #ebe3d3;
  color: #59330d;
}

.p-course-nav__title {
  margin-bottom: 13px;
  padding-left: 32px;
  background: url(/houjin/assets/images/common/icon_search.png) no-repeat left center;
  background-size: 23px 23px;
  color: #59330d;
  font-size: 1.7rem;
}

.p-course-nav__unit {
  display: flex;
}

.p-course-nav.has-category .p-course-nav__unit {
  flex-wrap: wrap;
  justify-content: center;
  margin: -5px;
}

.p-course-nav__unit .select {
  margin-right: 10px;
}

.p-course-nav.has-category .p-course-nav__unit .select {
  width: calc((100% - 40px) / 3);
  margin: 5px;
}

.p-button-reset {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 50px;
  border: 1px solid rgba(89, 51, 13, 0.3);
  border-radius: 4px;
  border-radius: 4px;
  color: #59330d;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.438;
  text-align: center;
  transition: opacity 0.2s ease;
}

.p-button-reset:hover {
  opacity: 0.6;
}

.p-course-nav.has-category .p-button-reset {
  width: 100px;
  margin: 5px;
}

.p-faq__question, .p-faq__answer {
  position: relative;
}

.p-faq__question::before, .p-faq__answer::before {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
}

.p-faq {
  border: 1px solid #ddd;
  background: #fff;
}

.category-top-faq-section .p-faq {
  border-radius: 10px;
}

.faq-section .p-faq {
  border-radius: 10px;
}

.p-faq__question {
  font-size: 1.8rem;
  font-weight: bold;
}

.p-faq__question::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 25px;
  width: 10px;
  height: 10px;
  margin-top: -6px;
  transform: rotate(45deg);
  border-right: 2px solid #999;
  border-bottom: 2px solid #999;
  content: "";
}

.p-faq__question.is-opened::after {
  margin-top: -5px;
  transform: rotate(-135deg);
}

.p-faq__question::before {
  top: 18px;
  left: 20px;
  background-color: #e5e5e5;
  color: #666666;
  content: "Q";
}

.category-top-faq-section .p-faq__question::before {
  border-radius: 50%;
}

.faq-section .p-faq__question::before {
  border-radius: 50%;
}

.p-faq__button {
  display: block;
  width: 100%;
  padding: 26px 38px 26px 74px;
  font-weight: inherit;
  text-align: left;
  pointer-events: none;
  pointer-events: inherit;
}

.p-faq__answer {
  display: none;
  padding: 0 20px 25px 74px;
}

.p-faq__answer::before {
  top: 0;
  left: 20px;
  background-color: #eb933b;
  color: #fff;
  content: "A";
}

.category-top-faq-section .p-faq__answer::before {
  border-radius: 50%;
}

.faq-section .p-faq__answer::before {
  border-radius: 50%;
}

.p-faq__answer a {
  text-decoration: underline;
}

.p-faq-list__item {
  margin-bottom: 20px;
}

.p-flow-list {
  border-bottom: 1px solid #ccc;
  counter-reset: flow;
}

.p-flow-list__item {
  display: flex;
  position: relative;
  align-items: center;
  padding: 30px 0 30px 80px;
  border-top: 1px solid #ccc;
  counter-increment: flow;
}

.p-flow-list__item::before {
  display: block;
  position: absolute;
  top: 0;
  left: 30px;
  width: 0;
  height: 100%;
  border-left: 2px dotted #eb8d2f;
  content: "";
}

.p-flow-list__item:first-child::before {
  top: auto;
  bottom: 0;
  height: 50%;
}

.p-flow-list__item:last-child::before {
  height: 50%;
}

.p-flow-list__item::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  border-radius: 100%;
  background: #eb8d2f;
  color: #fff;
  font-size: 3rem;
  line-height: 60px;
  text-align: center;
  content: counter(flow);
}

.p-flow-list__head {
  width: 160px;
  padding-right: 20px;
  color: #eb8d2f;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
}

.p-flow-list__text {
  flex: 1 0 0px;
}

.p-flow-list__title {
  margin-bottom: 5px;
  font-size: 1.8rem;
  font-weight: bold;
}

.p-flow-list__title:not(:first-child) {
  margin-top: 10px;
}

.p-flow-list__button {
  margin: 10px 0 5px 20px;
}

.p-flow-list__button .c-button {
  margin: 0 auto;
}

.p-flow-list a:not([class]) {
  text-decoration: underline;
}

.p-course-flow-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -21px;
}

.p-course-flow-list__item {
  position: relative;
  width: 33.33%;
  padding: 0 21px;
}

.p-course-flow-list__item:not(:last-child)::before {
  display: block;
  position: absolute;
  top: 50%;
  right: -10px;
  width: 0;
  height: 0;
  border-width: 13.5px 0 13.5px 16px;
  border-style: solid;
  border-color: transparent transparent transparent #e05043;
  content: "";
}

.p-footer {
  padding: 50px 0;
  background: #ebe3d3;
  font-size: 1.4rem;
}

.p-footer__inner {
  display: flex;
  justify-content: space-between;
}

.p-footer-title {
  width: 246px;
}

.p-footer-title__text {
  display: block;
}

.p-footer-title__text {
  margin-top: 18px;
}

.p-footer-contact {
  padding-left: 20px;
  border-left: 1px solid rgba(89, 51, 13, 0.1);
}

.p-footer-contact .c-link-arrow {
  text-decoration: none;
}

.p-footer-contact a {
  text-decoration: underline;
}

.p-footer-contact__head {
  font-weight: bold;
}

.p-footer-contact__body {
  margin-bottom: 20px;
}

.p-footer-nav {
  display: flex;
  flex: 1 0 0px;
  font-feature-settings: "palt" 1;
}

.p-footer-nav__list {
  width: 280px;
  padding-right: 20px;
}

.p-footer-nav__group {
  margin-bottom: 20px;
}

.p-footer-nav__item {
  margin: 5px 0;
}

.p-footer-nav .c-link-arrow[target="_blank"]::after {
  display: inline-block;
  width: 14px;
  height: 11px;
  margin-left: 6px;
  background: url(/houjin/assets/images/common/icon_blank.png) no-repeat left top;
  background-size: cover;
  content: "";
}

.p-footer-copyright {
  padding: 30px;
  background: #fff;
  color: #666666;
  font-size: 1.2rem;
  text-align: center;
}

.p-gnav {
  display: flex;
  flex: 1 0 0px;
  align-items: stretch;
  padding: 6px 0;
}

.p-gnav__item {
  display: table;
  width: 160px;
  height: 50px;
}

.p-gnav__item--search {
  width: 170px;
}

.p-gnav__item--cause {
  width: 170px;
}

.p-gnav__item:nth-child(n + 3) .p-gnav__link::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 35px;
  margin-top: -17px;
  background: #aaa;
  content: "";
}

.p-gnav__item--search.is-current + .p-gnav__item:nth-child(n + 3) .p-gnav__link::before {
  display: none;
}

.p-gnav__link {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding-left: 35px;
  background-position: left 11px center;
  background-repeat: no-repeat;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.267;
  text-align: center;
  vertical-align: middle;
}

.p-gnav__link--group, .p-gnav__link--column {
  padding-left: 10px;
}

.p-gnav__link--e-learning {
  background-image: url(/houjin/assets/images/common/icon_nav_e-learning.png);
  background-size: 29.5px 22px;
}

.p-gnav__link--course {
  background-image: url(/houjin/assets/images/common/icon_nav_course.png);
  background-size: 30px 23.5px;
}

.p-gnav__link--group {
  background-image: url(/houjin/assets/images/common/icon_nav_group.png);
  background-size: 33px 26px;
}

.p-gnav__link--case {
  background-image: url(/houjin/assets/images/common/icon_nav_case.png);
  background-size: 29px 26px;
}

.p-gnav__link--column {
  background-image: url(/houjin/assets/images/common/icon_nav_column.png);
  background-size: 30.5px 26.5px;
}

.p-gnav__link--document {
  background-image: url(/houjin/assets/images/common/icon_nav_document.png);
  background-size: 21px 27px;
}

.p-gnav__small {
  display: block;
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 1.308;
}

.p-subnav {
  display: flex;
}

.p-subnav__item {
  position: relative;
}

.p-subnav__item + .p-subnav__item {
  margin-left: 10px;
  padding-left: 9px;
}

.p-subnav__item:nth-child(n + 2)::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 30px;
  margin-top: -15px;
  background: #d5d5d5;
  content: "";
}

.p-spnav {
  display: none;
  padding: 0 20px;
}

.p-spnav--bottom {
  padding-top: 10px;
  padding-bottom: 20px;
  background: #e5e5e5;
}

.p-spnav__item {
  padding: 11px 0;
}

.p-spnav__item:not(:first-child) {
  border-top: 1px solid #ddd;
}

.p-spnav__button {
  display: block;
  margin-top: -5px;
  padding: 19px 0 15px;
  border-bottom: 1px solid #ddd;
}

.p-spnav .c-button-list__item {
  width: 100%;
}

.p-spnav .p-button-header {
  width: 100%;
  height: 65px;
}

.p-spnav .c-link-arrow[target="_blank"]::after {
  display: inline-block;
  width: 14px;
  height: 11px;
  margin-left: 6px;
  background: url(/houjin/assets/images/common/icon_blank.png) no-repeat left top;
  background-size: cover;
  content: "";
}

.p-spnav-contact {
  padding: 15px 0 35px;
  text-align: center;
}

.p-spnav-contact__tel {
  display: block;
  margin-right: 5px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1;
}

.p-spnav-contact__tel::before {
  display: inline-block;
  width: 20px;
  height: 21px;
  background: url(/houjin/assets/images/common/icon_contact.png) no-repeat left center;
  background-size: cover;
  vertical-align: middle;
  content: "";
}

.p-spnav-contact__time {
  font-feature-settings: "palt" 1;
  font-size: 1.1rem;
}

.p-nav-button {
  display: block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  background: url(/houjin/assets/images/common/btn_nav_open.png) no-repeat left center;
  background-size: cover;
  text-indent: 100%;
  white-space: nowrap;
}

.p-nav-button.is-opened {
  background-image: url(/houjin/assets/images/common/btn_nav_close.png);
}

.p-header {
  max-width: 1180px;
  margin: 0 auto;
  padding-right: 30px;
  padding-left: 30px;
}

.p-header__button-list {
  margin-left: -5px;
}

.p-header__button-item {
  margin-left: 5px;
}

.p-header-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
}

.pg-contact-index .p-header-group,
.pg-contact-lower .p-header-group {
  align-items: center;
  height: 90px;
  padding-top: 0;
  padding-bottom: 0;
}

.p-header-group__row {
  display: flex;
  justify-content: flex-end;
}

.p-header-group__button {
  display: none;
}

.p-header-title {
  display: flex;
  align-items: center;
  padding-right: 20px;
}

.p-header-title__logo, .p-header-title__text {
  display: block;
}

.p-header-title__logo {
  width: 149px;
}

.p-header-title__text {
  width: 262px;
  margin-left: 11px;
}

.p-header-title__emblem {
  width: 218px;
  margin-left: 15px;
}

.p-header-nav {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 12px;
  font-feature-settings: "palt" 1;
  font-size: 1.3rem;
}

.p-header-nav__item {
  line-height: 1;
}

.p-header-nav__item + .p-header-nav__item {
  margin-left: 1em;
  padding-left: 1em;
  border-left: 1px solid #aaa;
}

.p-header-nav a[target="_blank"]::after {
  display: inline-block;
  width: 14px;
  height: 11px;
  margin-left: 6px;
  background: url(/houjin/assets/images/common/icon_blank.png) no-repeat left top;
  background-size: cover;
  content: "";
}

.p-header-contact {
  margin-left: 17px;
  text-align: right;
}

.p-header-contact__tel {
  display: block;
  margin-right: 5px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1;
}

.p-header-contact__tel::before {
  display: inline-block;
  width: 21px;
  height: 21px;
  margin-right: 6px;
  background: url(/houjin/assets/images/common/icon_contact.png) no-repeat left center;
  background-size: cover;
  vertical-align: middle;
  content: "";
}

.p-header-contact__time {
  font-feature-settings: "palt" 1;
  font-size: 1.1rem;
}

.p-icon-ranking {
  display: inline-block;
  position: relative;
  width: 23px;
  height: 15px;
  margin-right: 7px;
  margin-bottom: -1px;
}

.p-icon-ranking::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/houjin/assets/images/common/icon_ranking.png) no-repeat left;
  background-size: cover;
  content: '';
}

.p-info-box {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #f2f2f2;
  line-height: 1.667;
}

.p-info-box__head {
  padding: 18px 22px;
  background: #eb933b;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.444;
}

.p-info-box__body {
  flex: 1 1 auto;
  padding: 18px 30px 30px;
}

.p-info-box__address {
  margin-top: 10px;
  padding-top: 10px;
  overflow: hidden;
  border-top: 1px solid #ddd;
}

.p-info-box__address dt {
  width: 3.5em;
  float: left;
}

.p-info-box__address dd {
  margin-left: 3.5em;
  padding-left: 1em;
  text-indent: -1em;
}

.p-info-box__address dd::before {
  content: "\FF1A";
}

.p-info-box-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -14px;
}

.p-info-box-list__item {
  width: 50%;
  margin-bottom: 30px;
  padding: 0 14px;
}

.p-lineup {
  position: relative;
  overflow: hidden;
  line-height: 1.667;
}

.p-lineup + .p-lineup {
  margin-top: 25px;
}

.p-lineup.js-lineup-view {
  height: 820px;
  padding-bottom: 120px;
}

.p-lineup__container {
  display: flex;
  margin: 0 -25px;
}

.p-lineup__col {
  width: 33.333%;
  padding: 0 25px;
}

.p-lineup__head {
  position: relative;
  padding: 15px 18px;
  border: solid 1px #ddd;
  background-color: #e5e5e5;
  font-size: 1.7rem;
  font-weight: bold;
}

.p-lineup__list {
  margin-bottom: 50px;
}

.p-lineup__item {
  border-bottom: solid 1px #ddd;
  font-size: 1.7rem;
  font-weight: bold;
}

.p-lineup__item a {
  display: block;
  padding: 14px 0;
  transition: opacity 0.2s ease;
}

.p-lineup__item a:hover {
  opacity: 0.6;
}

.p-lineup__more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 67px;
  background-image: linear-gradient(0deg, white 0%, white 40%, rgba(255, 255, 255, 0) 100%);
}

.p-lineup__more-button {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border-radius: 100%;
  background: #8c8c8c;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  transition: opacity 0.2s ease;
}

.p-lineup__more-button:hover {
  opacity: 0.6;
}

.p-lineup__more-button::before {
  display: block;
  position: absolute;
  bottom: 24px;
  left: 50%;
  width: 12px;
  height: 12px;
  margin-left: -5px;
  transform: rotate(45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
}

.p-lineup__more.is-opened {
  padding-top: 20px;
  background-image: none;
}

.p-lineup__more.is-opened .p-lineup__more-button::before {
  top: 24px;
  bottom: auto;
  transform: rotate(-135deg);
}

.p-lineup__header {
  margin-bottom: 20px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ddd;
}

.p-lineup__title {
  font-size: 2rem;
  font-weight: bold;
}

.p-campaign-logo {
  display: block;
  max-width: 160px;
  margin: 8px auto 6px;
}

.p-lineup-contents__img {
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
}

.p-lineup-contents__list {
  margin-bottom: 50px;
}

.p-lineup-contents__list:not(:last-child) {
  margin-bottom: 30px;
}

.p-lineup-contents__head {
  margin-top: 15px;
  margin-bottom: 5px;
  padding-top: 13px;
  border-top: 1px solid #ddd;
  font-size: 1.6rem;
  font-weight: bold;
}

.p-lineup-contents__title {
  margin-top: 15px;
  font-size: 1.7rem;
  font-weight: bold;
}

.p-lineup-contents__title + .p-lineup-contents__img {
  margin-top: 10px;
}

.p-line-list__item:not(:first-child) {
  border-top: 1px solid #ccc;
}

.p-line-list.js-table-more-list .p-line-list__item:nth-child(n + 4) {
  display: none;
}

.p-banner-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px;
}

.p-banner-list__item {
  width: 33.333%;
  padding: 0 25px;
}

.p-list--dark {
  color: #59330d;
}

.p-category-icon-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 320px;
}

.p-category-icon-list__item {
  flex-basis: 100px;
  min-height: 100px;
  margin-bottom: 10px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
}

.p-category-icon-list__item a {
  display: flex;
  z-index: 1;
  position: relative;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 55px 1px 10px;
  text-align: center;
  transition: opacity 0.2s ease;
}

.p-category-icon-list__item a:hover {
  opacity: 0.6;
}

.p-category-icon-list__item a::before, .p-category-icon-list__item a::after {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  content: '';
}

.p-category-icon-list__item a::before {
  top: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.p-search-category__group--01 .p-category-icon-list__item a::before {
  background-color: #3d6dcc;
}

.p-search-category__group--02 .p-category-icon-list__item a::before {
  background-color: #e2584b;
}

.p-search-category__group--03 .p-category-icon-list__item a::before {
  background-color: #63a663;
}

.p-category-icon-list__item a::after {
  top: 30px;
  width: 24px;
  height: 24px;
  transform: translate(-50%, -50%);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.p-category-icon-list__item a[href="#search-category-a01_01"]::after {
  background-image: url(/houjin/assets/images/common/icon_cat01_01.png);
}

.p-category-icon-list__item a[href="#search-category-a01_02"]::after {
  background-image: url(/houjin/assets/images/common/icon_cat01_02.png);
}

.p-category-icon-list__item a[href="#search-category-a01_03"]::after {
  background-image: url(/houjin/assets/images/common/icon_cat01_03.png);
}

.p-category-icon-list__item a[href="#search-category-a01_04"]::after {
  background-image: url(/houjin/assets/images/common/icon_cat01_04.png);
}

.p-category-icon-list__item a[href="#search-category-a01_05"]::after {
  background-image: url(/houjin/assets/images/common/icon_cat01_05.png);
}

.p-category-icon-list__item a[href="#search-category-a01_06"]::after {
  background-image: url(/houjin/assets/images/common/icon_cat01_06.png);
}

.p-category-icon-list__item a[href="#search-category-a02_01"]::after {
  background-image: url(/houjin/assets/images/common/icon_cat02_01.png);
}

.p-category-icon-list__item a[href="#search-category-a02_02"]::after {
  background-image: url(/houjin/assets/images/common/icon_cat02_02.png);
}

.p-category-icon-list__item a[href="#search-category-a02_03"]::after {
  background-image: url(/houjin/assets/images/common/icon_cat02_03.png);
}

.p-category-icon-list__item a[href="#search-category-a02_04"]::after {
  background-image: url(/houjin/assets/images/common/icon_cat02_04.png);
}

.p-category-icon-list__item a[href="#search-category-a02_05"]::after {
  background-image: url(/houjin/assets/images/common/icon_cat02_05.png);
}

.p-category-icon-list__item a[href="#search-category-a02_06"]::after {
  background-image: url(/houjin/assets/images/common/icon_cat02_06.png);
}

.p-category-icon-list__item a[href="#search-category-a03_01"]::after {
  background-image: url(/houjin/assets/images/common/icon_cat03_01.png);
}

.p-category-icon-list__item a[href="#search-category-a03_02"]::after {
  background-image: url(/houjin/assets/images/common/icon_cat03_02.png);
}

.p-category-icon-list__item a[href="#search-category-a03_03"]::after {
  background-image: url(/houjin/assets/images/common/icon_cat03_03.png);
}

.p-category-icon-list__item a[href="#search-category-a03_04"]::after {
  background-image: url(/houjin/assets/images/common/icon_cat03_04.png);
}

.p-category-icon-list__item a[href="#search-category-a03_05"]::after {
  background-image: url(/houjin/assets/images/common/icon_cat03_05.png);
}

.p-category-icon-list__item a[href="#search-category-a03_06"]::after {
  background-image: url(/houjin/assets/images/common/icon_cat03_06.png);
}

.p-category-icon-list__item-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-feature-settings: "palt";
  font-size: 1.4rem;
  line-height: 1.286;
}

.p-category-button-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p-category-button-list__item {
  flex-basis: 255px;
  min-height: 110px;
  margin-bottom: 10px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
}

.p-category-button-list__item:nth-child(1) a::after {
  top: 18px;
  left: 12px;
  width: 66px;
  height: 72px;
  background-image: url(/houjin/assets/images/common/icon_silhouette01.png);
}

.p-category-button-list__item:nth-child(2) a::after {
  top: 22px;
  left: 7px;
  width: 69px;
  height: 59px;
  background-image: url(/houjin/assets/images/common/icon_silhouette02.png);
}

.p-category-button-list__item:nth-child(3) a::after {
  top: 21px;
  left: -3px;
  width: 82px;
  height: 69px;
  background-image: url(/houjin/assets/images/common/icon_silhouette03.png);
  background-position-x: calc(100% + 10px);
}

.p-category-button-list__item:nth-child(4) a::after {
  top: 15px;
  left: 14px;
  width: 61px;
  height: 70px;
  background-image: url(/houjin/assets/images/common/icon_silhouette04.png);
}

.p-category-button-list__item:nth-child(5) a::after {
  top: 15px;
  left: 14px;
  width: 61px;
  height: 70px;
  background-image: url(/houjin/assets/images/common/icon_silhouette05.png);
}

.p-category-button-list__item a {
  display: flex;
  z-index: 1;
  position: relative;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 25px 0 90px;
  transition: opacity 0.2s ease;
}

.p-category-button-list__item a:hover {
  opacity: 0.6;
}

.p-category-button-list__item a::before, .p-category-button-list__item a::after {
  position: absolute;
  content: '';
}

.p-category-button-list__item a::before {
  display: inline-block;
  top: 50%;
  right: 17px;
  width: 0;
  height: 0;
  margin-top: -5px;
  border-width: 8px 5px 0px 5px;
  border-style: solid;
  border-color: #eb933b transparent transparent transparent;
}

.p-category-button-list__item a::after {
  display: block;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: '';
}

.p-category-button-list__item-text {
  color: #e05043;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}

.p-introduction-list__item {
  margin-bottom: 18px;
}

.l-megamenu {
  display: none;
  z-index: 10;
  position: absolute;
  top: 130px;
  left: 0;
  width: 100%;
  padding-top: 9px;
}

.p-megamenu {
  padding: 35px 0 50px;
  border-top: 1px solid #ddd;
  background: #f2f2f2;
}

.p-megamenu__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 30px;
}

.p-megamenu__title {
  margin-bottom: 22px;
  color: #e05043;
  font-size: 2.4rem;
  font-weight: bold;
}

.p-megamenu__subtitle {
  margin-bottom: 14px;
  font-feature-settings: "palt" 1;
  font-size: 1.6rem;
  font-weight: bold;
}

.p-megamenu__category {
  margin: 14px 0;
  padding: 2px 8px;
  background: #fff;
  color: #59330d;
  font-feature-settings: "palt" 1;
  font-size: 1.5rem;
  font-weight: bold;
}

.p-sitemap .p-megamenu__category {
  margin-bottom: 0;
  padding-right: 0;
  padding-left: 0;
}

.p-megamenu__row {
  display: flex;
}

.p-megamenu__col {
  width: 280px;
  padding-right: 20px;
}

.p-megamenu__col + .p-megamenu__col {
  padding-left: 20px;
  border-left: 1px solid #ddd;
}

.p-megamenu__list--other {
  font-weight: bold;
}

.p-megamenu__list--other .p-megamenu__item {
  margin: 8px 0;
}

.p-megamenu__list--index {
  display: none;
}

.p-megamenu__list--indent {
  padding-left: 1.5em;
}

.p-megamenu__list--flex {
  display: flex;
}

.p-megamenu__list--flex .p-megamenu__item {
  width: 33.333%;
}

.p-megamenu__list--flex .p-megamenu__item:not(:first-child) {
  padding: 0 16px;
}

.p-megamenu__item {
  font-feature-settings: "palt" 1;
}

.modaal-close {
  position: absolute;
  top: -71px;
  right: 0;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.5) !important;
}

.modaal-close::before, .modaal-close::after {
  top: 20px;
  left: 30px;
  width: 2px;
  height: 20px;
}

.modaal-close:hover {
  opacity: 0.8;
}

.modaal-close:hover::before, .modaal-close:hover::after {
  background: #fff;
}

.modaal-inner-wrapper {
  padding: 80px 10px;
}

.modaal-container {
  max-width: 640px;
  border-radius: 10px;
  box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.p-modal--alert .modaal-content-container {
  padding: 58px 30px 65px;
}

.modaal-video-wrap {
  margin-right: 5px;
  margin-left: 5px;
}

.p-modal-content {
  display: none;
}

.p-modal__title {
  margin-bottom: 22px;
  color: #e05043;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.313;
  text-align: center;
}

.p-modal__text {
  text-align: center;
}

.p-modal .c-button-list {
  margin-top: 38px;
}

.p-modal--video .modaal-close {
  top: 20px;
  right: 20px;
}

.p-news-list__item:nth-child(odd) {
  background: #f3f0eb;
}

.p-news-list__link {
  display: flex;
  align-items: center;
  padding: 20px;
  transition: opacity 0.2s ease;
}

.p-news-list__link:hover {
  opacity: 0.6;
}

.p-news-list__date {
  width: 135px;
  color: #666666;
  font-size: 1.4rem;
}

.p-news-list__title {
  flex: 1 0 0px;
  font-size: 1.6rem;
  line-height: 1.688;
}

.p-offer-service {
  display: flex;
  margin-top: 20px;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff2e5;
}

.p-offer-service + .p-offer-service {
  margin-top: 10px;
}

.p-offer-service__explanation {
  flex: 1 0 0px;
}

.p-offer-service__img {
  width: 360px;
  margin-right: 30px;
}

.p-offer-service__title {
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
  padding: 8px 42px 8px 60px;
  padding-left: 60px;
  font-size: 2rem;
  font-weight: bold;
}

.p-offer-service__title::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  content: "";
}

.p-offer-service__title--course::before {
  background: url(/houjin/assets/images/purpose/icon_course.png) no-repeat 0 0;
  background-size: contain;
}

.p-offer-service__title--e-learning::before {
  background: url(/houjin/assets/images/purpose/icon_e-learning.png) no-repeat 0 0;
  background-size: contain;
}

.p-offer-service__title--group-training::before {
  background: url(/houjin/assets/images/purpose/icon_group-training.png) no-repeat 0 0;
  background-size: contain;
}

.p-offer-service__text {
  line-height: 1.8;
}

.p-offer-service .c-button-list {
  margin-top: 20px;
}

.p-page-header {
  height: 105px;
  border-top: 1px solid #d5d5d5;
}

.p-page-header--correspondence {
  height: 210px;
}

.p-page-header--detail {
  height: 210px;
}

.pg-e-learning-line_up-lower .p-page-header--detail {
  height: 300px;
}

.p-page-header::after {
  display: block;
  z-index: 1;
  position: relative;
  width: 100%;
  height: 6px;
  background: url(/houjin/assets/images/common/border.png) repeat-x left top;
  content: "";
}

.p-page-header::after {
  display: block;
  width: 100%;
  height: 6px;
  background: url(/houjin/assets/images/common/border.png) repeat-x left top;
  content: "";
}

.p-page-header__inner {
  display: flex;
  align-items: center;
  max-width: 1180px;
  height: 105px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}

.p-page-header--detail .p-page-header__inner {
  height: 210px;
}

.p-page-header--correspondence .p-page-header__inner {
  height: 210px;
}

.p-page-header__title {
  position: relative;
  padding-left: 133px;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.4;
}

.p-page-header--detail .p-page-header__title {
  max-width: 675px;
}

.p-page-header__title span {
  display: block;
  margin-bottom: 5px;
  font-size: 2rem;
}

.p-page-header__title::before {
  display: block;
  position: absolute;
  top: 50%;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

.p-page-header--correspondence .p-page-header__title-shoulder {
  display: block;
  font-size: 2.4rem;
}

.p-page-header__img {
  width: 100%;
  height: 300px;
}

.p-page-header__img img {
  width: 100%;
  height: auto;
}

.pg-purpose-index .p-page-header__title,
.pg-case-index .p-page-header__title,
.pg-purpose-lower .p-page-header__title {
  padding-left: 133px;
}

.pg-purpose-index .p-page-header__title::before,
.pg-case-index .p-page-header__title::before,
.pg-purpose-lower .p-page-header__title::before {
  left: 80px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background-image: url(/houjin/assets/images/common/icon_search.png);
}

.pg-group-index .p-page-header__title {
  padding-left: 133px;
}

.pg-group-index .p-page-header__title::before {
  left: 58px;
  width: 57px;
  height: 46px;
  margin-top: -23px;
  background-image: url(/houjin/assets/images/common/icon_nav_group.png);
}

.pg-group-lower .p-page-header--detail {
  background: url(/houjin/assets/images/group_training/bg_lower_mv.jpg) no-repeat center top;
  background-size: cover;
}

.pg-group-lower .p-page-header__title {
  padding-left: 133px;
}

.pg-group-lower .p-page-header__title::before {
  left: 58px;
  width: 57px;
  height: 46px;
  margin-top: -23px;
  background-image: url(/houjin/assets/images/common/icon_nav_group.png);
}

.pg-e-learning-index .p-page-header__title {
  padding-left: 133px;
}

.pg-e-learning-index .p-page-header__title::before {
  left: 65px;
  width: 46px;
  height: 34px;
  margin-top: -17px;
  background-image: url(/houjin/assets/images/common/icon_nav_e-learning.png);
}

.pg-e-learning-lower .p-page-header--detail {
  background: url(/houjin/assets/images/e-learning/bg_lower_mv.jpg) no-repeat center top;
  background-size: cover;
}

.pg-e-learning-lower .p-page-header__title {
  padding-left: 133px;
}

.pg-e-learning-lower .p-page-header__title::before {
  left: 65px;
  width: 46px;
  height: 34px;
  margin-top: -17px;
  background-image: url(/houjin/assets/images/common/icon_nav_e-learning.png);
}

.pg-course-index .p-page-header__title {
  padding-left: 133px;
}

.pg-course-index .p-page-header__title::before {
  left: 73px;
  width: 57px;
  height: 46px;
  margin-top: -23px;
  background-image: url(/houjin/assets/images/common/icon_nav_course.png);
}

.p-page-header--correspondence .p-page-header__title {
  padding-left: 143px;
}

.p-page-header--correspondence .p-page-header__title::before {
  top: 50%;
  left: 66px;
  width: 49px;
  height: 37px;
  transform: translateY(-50%);
  background-image: url(/houjin/assets/images/common/icon_nav_course.png);
}

.pg-course-lower .p-page-header--detail {
  background: url(/houjin/assets/images/course/bg_lower_mv.jpg) no-repeat center top;
  background-size: cover;
}

.pg-course-lower .p-page-header__title {
  padding-left: 133px;
}

.pg-course-lower .p-page-header__title::before {
  left: 73px;
  width: 57px;
  height: 46px;
  margin-top: -23px;
  background-image: url(/houjin/assets/images/common/icon_nav_course.png);
}

.pg-column-index .p-page-header__title {
  padding-left: 133px;
}

.pg-column-index .p-page-header__title::before {
  left: 65px;
  width: 46px;
  height: 34px;
  margin-top: -17px;
  background-image: url(/houjin/assets/images/common/icon_nav_column.png);
}

.pg-column-lower .p-page-header__title {
  padding-left: 133px;
}

.pg-column-lower .p-page-header__title::before {
  left: 65px;
  width: 46px;
  height: 34px;
  margin-top: -17px;
  background-image: url(/houjin/assets/images/common/icon_nav_column.png);
}

.pg-seminar .p-page-header__title {
  padding-left: 80px;
}

.pg-contact-index .p-page-header,
.pg-contact-lower .p-page-header {
  border-top: 1px solid #d5d5d5;
}

.pg-contact-index .p-page-header__title,
.pg-contact-lower .p-page-header__title {
  max-width: none;
  padding-left: 80px;
}

.pg-about .p-page-header__title {
  padding-left: 142px;
}

.pg-about .p-page-header__title::before {
  left: 83px;
  width: 47px;
  height: 34px;
  margin-top: -17px;
  background-image: url(/houjin/assets/images/common/icon_about.png);
}

.pg-company .p-page-header__title {
  padding-left: 142px;
}

.pg-company .p-page-header__title::before {
  left: 83px;
  width: 47px;
  height: 34px;
  margin-top: -17px;
  background-image: url(/houjin/assets/images/common/icon_about.png);
}

.pg-lower-common .p-page-header__title {
  max-width: none;
  padding-left: 80px;
}

.pg-group-list .p-page-header__title {
  padding-left: 133px;
}

.pg-group-list .p-page-header__title::before {
  left: 58px;
  width: 57px;
  height: 46px;
  margin-top: -23px;
  background-image: url(/houjin/assets/images/common/icon_nav_group.png);
}

.pg-e-learning-list .p-page-header__title {
  padding-left: 133px;
}

.pg-e-learning-list .p-page-header__title::before {
  left: 65px;
  width: 46px;
  height: 34px;
  margin-top: -17px;
  background-image: url(/houjin/assets/images/common/icon_nav_e-learning.png);
}

.pg-course-list .p-page-header__title {
  padding-left: 133px;
}

.pg-course-list .p-page-header__title::before {
  left: 73px;
  width: 57px;
  height: 46px;
  margin-top: -23px;
  background-image: url(/houjin/assets/images/common/icon_nav_course.png);
}

.pg-purpose-list .p-page-header__title {
  padding-left: 133px;
}

.pg-purpose-list .p-page-header__title::before {
  left: 80px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background-image: url(/houjin/assets/images/common/icon_search.png);
}

.p-detail-page-header {
  height: 100%;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
}

.p-detail-page-header__inner {
  position: relative;
  max-width: 1180px;
  height: 300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}

.p-detail-page-header__text {
  position: absolute;
  top: 0;
  left: 30px;
  padding-top: 20px;
}

.p-detail-page-header__img {
  position: absolute;
  top: 0;
  right: 0;
  height: 300px;
  overflow: hidden;
}

.p-detail-page-header__img::before {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, transparent 0%, transparent 88%, #fff 100%);
  content: "";
}

.p-detail-page-header__img::after {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, transparent 0%, transparent 88%, #fff 100%);
  content: "";
}

.p-detail-page-header__img img {
  width: 590px;
}

.p-detail-page-header__target {
  border-radius: 5px;
  font-size: 1.3rem;
  font-weight: bold;
}

.p-detail-page-header__target .p-item {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 5px 0 0 5px;
  background-color: #eb933b;
  color: #fff;
}

.p-detail-page-header__target .p-target {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 0 5px 5px 0;
  background-color: #fae7d4;
  color: #59330d;
}

.p-detail-page-header__target .p-online {
  display: inline-block;
  margin-left: 9px;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #eb933b;
  color: #fff;
}

.p-detail-page-header__title-box {
  padding: 40px 0 20px 50px;
}

.p-detail-page-header__title {
  margin-bottom: 10px;
  color: #e05043;
  font-size: 4.2rem;
  font-weight: bold;
  line-height: 1.2;
}

.p-detail-page-header__title .p-title-sub {
  display: block;
  font-size: 2.4rem;
}

.p-detail-page-header__title-shoulder {
  display: block;
  font-size: 2.4rem;
}

.p-detail-page-header__title-sub {
  color: #59330d;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
}

.p-detail-page-header-sp {
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
}

.l-pagetop {
  z-index: 10;
  position: fixed;
  right: 10px;
  bottom: 10px;
}

.p-pagetop {
  display: block;
  width: 60px;
  height: 60px;
}

.p-point-list {
  display: flex;
  margin: 0 -9px;
}

.p-point-list--category {
  margin: 0 -21px;
}

.p-point-list__item {
  width: 33.333%;
  max-width: 390px;
  padding: 0 9px;
}

.p-point-list--category .p-point-list__item {
  padding: 0 21px;
}

.point-section .c-button-list, .point-section__button {
  margin: 30px -5px 0;
}

.point-section .c-button-list .c-button-list__item, .point-section__button .c-button-list__item {
  padding: 0 5px;
}

.point-section .p-banner-block {
  margin-bottom: 48px;
}

.p-point {
  position: relative;
  padding: 18px 0 18px 33px;
  line-height: 1.667;
}

.p-point--single {
  padding-top: 7px;
  padding-bottom: 7px;
}

.p-point__head {
  font-size: 1.6rem;
  font-weight: bold;
}

.p-point--feature .p-point__head {
  margin-bottom: 5px;
  font-size: 1.8rem;
}

.p-point__head::before {
  display: block;
  position: absolute;
  top: 22px;
  left: 2px;
  width: 20.5px;
  height: 19px;
  background: url(/houjin/assets/images/common/icon_point_check.png) no-repeat left top;
  background-size: 20.5px 19px;
  content: "";
}

.p-point--single .p-point__head::before {
  top: 11px;
}

.p-ranking-box {
  width: 220px;
  padding: 17px 15px 10px;
  border-top: 3px solid #e05043;
  background: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
}

.p-ranking-box__head {
  margin-bottom: 15px;
  padding-top: 23px;
  background: url(/houjin/assets/images/common/icon_ranking_box.png) no-repeat center top;
  color: #e05043;
  font-weight: bold;
  line-height: 1.467;
  text-align: center;
}

.p-ranking-box__list {
  counter-reset: rankbox;
}

.p-ranking-box__item {
  position: relative;
  border-top: 1px solid #ddd;
  counter-increment: rankbox;
}

.p-ranking-box__item::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 18px;
  text-align: center;
  content: counter(rankbox);
}

.p-ranking-box__item:nth-child(1)::before {
  background-color: #b39b24;
  color: #fff;
}

.p-ranking-box__item:nth-child(2)::before {
  background-color: #8d95a6;
  color: #fff;
}

.p-ranking-box__item:nth-child(3)::before {
  background-color: #995b2e;
  color: #fff;
}

.p-ranking-box__item:nth-child(n + 4)::before {
  background-color: #c3cad9;
  color: #575c66;
}

.p-ranking-box__link {
  display: block;
  position: relative;
  padding: 10px 20px 10px 27px;
}

.p-ranking-box__link::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #eb933b;
  content: "";
}

.p-ranking-box__category {
  font-size: 1.2rem;
  line-height: 1.333;
}

.p-ranking-box__title {
  font-size: 1.4rem;
}

.p-recommend-link {
  display: block;
  position: relative;
  padding: 24px 0 24px 24px;
  line-height: 1.667;
  transition: opacity 0.2s ease;
}

.p-recommend-link:hover {
  opacity: 0.6;
}

.p-recommend-link__head {
  margin-bottom: 8px;
  font-size: 1.8rem;
  font-weight: bold;
}

.p-recommend-link__head::before {
  display: block;
  position: absolute;
  top: 28px;
  left: 0;
  width: 11px;
  height: 19px;
  background: url(/houjin/assets/images/common/arrow_link_head.png) no-repeat left top;
  background-size: 11px 19px;
  content: "";
}

.p-recommend-link--single .p-recommend-link__head::before {
  top: 11px;
}

.p-contact-section {
  padding: 40px 0;
}

.p-contact-section--full {
  margin-top: 60px;
  margin-bottom: 50px;
  padding: 0;
}

.p-contact-section__contact {
  text-align: center;
}

.p-contact-section__title {
  margin-bottom: 5px;
  font-size: 1.6rem;
}

.p-contact-section__tel {
  display: block;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1;
}

.p-contact-section__tel::before {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 6px;
  background: url(/houjin/assets/images/common/icon_contact_large.png) no-repeat left center;
  background-size: cover;
  vertical-align: middle;
  content: "";
}

.p-contact-section__time {
  font-feature-settings: "palt" 1;
  font-size: 1.8rem;
}

.p-contact-section .c-button-list {
  margin: 0 -5px;
}

.p-contact-section .c-button-list__item {
  width: 29.24528%;
  max-width: 310px;
  padding: 0 5px;
}

.search-section {
  padding: 55px 0;
}

.category-search-section .p-search-section, .purpose-search-section .p-search-section {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  border: 1px solid #d5d5d5;
  border-radius: 10px;
}

.category-search-section .p-search-section__header, .purpose-search-section .p-search-section__header {
  position: relative;
  margin-bottom: 25px;
  padding: 40px 29px 30px;
  border-radius: 10px 10px 0 0;
  background-color: #fff2e5;
}

.category-search-section .p-search-section__header::before, .purpose-search-section .p-search-section__header::before {
  display: block;
  position: absolute;
  bottom: -16px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -8px;
  border-width: 16px 9px 0 9px;
  border-style: solid;
  border-color: #fff2e5 transparent transparent transparent;
  content: '';
}

.category-search-section .p-search-section__body, .purpose-search-section .p-search-section__body {
  padding: 0 29px 50px;
}

.category-search-section .p-search-section .p-section-title, .purpose-search-section .p-search-section .p-section-title {
  margin-bottom: 30px;
  line-height: 1;
}

.category-search-section .p-search-section__button, .purpose-search-section .p-search-section__button {
  margin-top: 40px;
}

.category-search-section .p-search-section__title, .purpose-search-section .p-search-section__title {
  position: relative;
  margin-bottom: 20px;
  padding-left: 70px;
  border-bottom: 3px solid #eb933b;
  font-size: 2rem;
  font-weight: bold;
  line-height: 4;
}

.category-search-section .p-search-section__title::before, .category-search-section .p-search-section__title::after, .purpose-search-section .p-search-section__title::before, .purpose-search-section .p-search-section__title::after {
  display: block;
  position: absolute;
  top: 50%;
}

.category-search-section .p-search-section__title::before, .purpose-search-section .p-search-section__title::before {
  left: 0;
  width: 60px;
  height: 60px;
  transform: translateY(-50%);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
}

.category-search-section .p-search-section__title::after, .purpose-search-section .p-search-section__title::after {
  left: 30px;
  width: 35px;
  height: 35px;
  transform: translate(-50%, -50%);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.category-search-section .p-search-section__title--new-employee::before, .purpose-search-section .p-search-section__title--new-employee::before {
  background-image: url(/houjin/assets/images/common/icon_new-employee.png);
}

.category-search-section .p-search-section__title--young::before, .purpose-search-section .p-search-section__title--young::before {
  background-image: url(/houjin/assets/images/common/icon_young.png);
}

.category-search-section .p-search-section__title--leader::before, .purpose-search-section .p-search-section__title--leader::before {
  background-image: url(/houjin/assets/images/common/icon_leader.png);
}

.category-search-section .p-search-section__title--management::before, .purpose-search-section .p-search-section__title--management::before {
  background-image: url(/houjin/assets/images/common/icon_management.png);
}

.category-search-section .p-search-section__title--package::before, .purpose-search-section .p-search-section__title--package::before {
  background-image: url(/houjin/assets/images/common/icon_package.png);
}

.category-search-section .p-search-section__title--course-01::before, .purpose-search-section .p-search-section__title--course-01::before {
  border-radius: 50%;
  background-color: #3d6dcc;
}

.category-search-section .p-search-section__title--course-01::after, .purpose-search-section .p-search-section__title--course-01::after {
  content: '';
}

.category-search-section .p-search-section__title--course-02::before, .purpose-search-section .p-search-section__title--course-02::before {
  border-radius: 50%;
  background-color: #e2584b;
}

.category-search-section .p-search-section__title--course-02::after, .purpose-search-section .p-search-section__title--course-02::after {
  content: '';
}

.category-search-section .p-search-section__title--course-03::before, .purpose-search-section .p-search-section__title--course-03::before {
  border-radius: 50%;
  background-color: #63a663;
}

.category-search-section .p-search-section__title--course-03::after, .purpose-search-section .p-search-section__title--course-03::after {
  content: '';
}

.category-search-section .p-search-section__title--welfarel01::before, .purpose-search-section .p-search-section__title--welfarel01::before {
  background: url(/houjin/assets/images/purpose/welfarel/icon_pickup_01.png) no-repeat left center;
  background-size: cover;
}

.category-search-section .p-search-section__title--welfarel02::before, .purpose-search-section .p-search-section__title--welfarel02::before {
  background: url(/houjin/assets/images/purpose/welfarel/icon_pickup_02.png) no-repeat left center;
  background-size: cover;
}

.category-search-section .p-search-section__title--welfarel03::before, .purpose-search-section .p-search-section__title--welfarel03::before {
  background: url(/houjin/assets/images/purpose/welfarel/icon_pickup_03.png) no-repeat left center;
  background-size: cover;
}

.category-search-section .p-search-section__title--welfarel04::before, .purpose-search-section .p-search-section__title--welfarel04::before {
  background: url(/houjin/assets/images/purpose/welfarel/icon_pickup_04.png) no-repeat left center;
  background-size: cover;
}

#search-category-a01_01 .p-search-section__title::after {
  background-image: url(/houjin/assets/images/common/icon_cat01_01.png);
}

#search-category-a01_02 .p-search-section__title::after {
  background-image: url(/houjin/assets/images/common/icon_cat01_02.png);
}

#search-category-a01_03 .p-search-section__title::after {
  background-image: url(/houjin/assets/images/common/icon_cat01_03.png);
}

#search-category-a01_04 .p-search-section__title::after {
  background-image: url(/houjin/assets/images/common/icon_cat01_04.png);
}

#search-category-a01_05 .p-search-section__title::after {
  background-image: url(/houjin/assets/images/common/icon_cat01_05.png);
}

#search-category-a01_06 .p-search-section__title::after {
  background-image: url(/houjin/assets/images/common/icon_cat01_06.png);
}

#search-category-a02_01 .p-search-section__title::after {
  background-image: url(/houjin/assets/images/common/icon_cat02_01.png);
}

#search-category-a02_02 .p-search-section__title::after {
  background-image: url(/houjin/assets/images/common/icon_cat02_02.png);
}

#search-category-a02_03 .p-search-section__title::after {
  background-image: url(/houjin/assets/images/common/icon_cat02_03.png);
}

#search-category-a02_04 .p-search-section__title::after {
  background-image: url(/houjin/assets/images/common/icon_cat02_04.png);
}

#search-category-a02_05 .p-search-section__title::after {
  background-image: url(/houjin/assets/images/common/icon_cat02_05.png);
}

#search-category-a02_06 .p-search-section__title::after {
  background-image: url(/houjin/assets/images/common/icon_cat02_06.png);
}

#search-category-a03_01 .p-search-section__title::after {
  background-image: url(/houjin/assets/images/common/icon_cat03_01.png);
}

#search-category-a03_02 .p-search-section__title::after {
  background-image: url(/houjin/assets/images/common/icon_cat03_02.png);
}

#search-category-a03_03 .p-search-section__title::after {
  background-image: url(/houjin/assets/images/common/icon_cat03_03.png);
}

#search-category-a03_04 .p-search-section__title::after {
  background-image: url(/houjin/assets/images/common/icon_cat03_04.png);
}

#search-category-a03_05 .p-search-section__title::after {
  background-image: url(/houjin/assets/images/common/icon_cat03_05.png);
}

#search-category-a03_06 .p-search-section__title::after {
  background-image: url(/houjin/assets/images/common/icon_cat03_06.png);
}

.p-search-category {
  display: flex;
  justify-content: space-between;
}

.p-search-category--icon {
  padding-right: 11px;
  padding-left: 11px;
}

.p-search-category--button {
  display: block;
}

.p-search-category__item {
  flex: 1;
}

.p-search-button-unit.c-button-list {
  margin: 0 -11px 55px;
}

.p-search-button-unit .c-button-list__item {
  padding: 0 11px;
}

.p-side-box__btn {
  width: 52px;
  height: 200px;
  border-width: 2px;
  border-style: solid;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background-color: #fff;
  box-shadow: -2px 0px 4px 0px rgba(0, 0, 0, 0.15);
}

.p-side-box__btn--request {
  margin-bottom: 5px;
  border-color: #1bb399;
}

.p-side-box__btn--contact {
  border-color: #e05043;
}

.p-side-btn {
  display: flex;
  height: 100%;
  padding-right: 13px;
  padding-bottom: 3px;
  padding-left: 13px;
  font-size: 1.6rem;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
}

.p-side-btn::before {
  display: block;
  margin-bottom: 5px;
  content: "";
}

.p-side-btn-request {
  position: relative;
  color: #1bb399;
}

.p-side-btn-request::before {
  width: 25px;
  height: 25px;
  background: url(/houjin/assets/images/common/side_btn_request.png) no-repeat 0 0;
  background-size: contain;
}

.p-side-btn-contact {
  position: relative;
  color: #e05043;
}

.p-side-btn-contact::before {
  width: 25px;
  height: 25px;
  background: url(/houjin/assets/images/common/side_btn_contact.png) no-repeat 0 0;
  background-size: contain;
}

.p-step-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -19.5px;
}

.p-step-list__item {
  width: 25%;
  max-width: 304px;
  padding: 0 19.5px;
}

.p-step-list__item:nth-child(5) {
  margin-left: 80px;
}

.p-step-list__item:nth-child(n + 5) {
  margin-top: 40px;
}

.step-section .c-button-list, .step-section__button {
  margin: 30px -5px 0;
}

.step-section .c-button-list .c-button-list__item, .step-section__button .c-button-list__item {
  padding: 0 5px;
}

.step-section .p-banner-block {
  margin-bottom: 48px;
}

.p-step-note-box {
  margin-top: 20px;
}

.p-step-note-box .p-step-note {
  padding-left: 3.6em;
  font-size: 1.3rem;
  text-indent: -3.6em;
}

.p-step-note-box a:not([class]) {
  text-decoration: underline;
}

.p-step-note-box a:not([class]):hover {
  text-decoration: none;
}

.js-pickup-slider .swiper-button-prev,
.js-pickup-slider .swiper-button-next,
.js-sp-slider-01 .swiper-button-prev,
.js-sp-slider-01 .swiper-button-next,
.js-sp-slider-02 .swiper-button-prev,
.js-sp-slider-02 .swiper-button-next {
  width: 40px;
  height: 100px;
  margin-top: -50px;
}

.js-pickup-slider .swiper-button-next,
.js-sp-slider-01 .swiper-button-next,
.js-sp-slider-02 .swiper-button-next {
  right: 0;
}

.js-pickup-slider .swiper-button-next::after,
.js-sp-slider-01 .swiper-button-next::after,
.js-sp-slider-02 .swiper-button-next::after {
  width: 40px;
  height: 100px;
  background: url(/houjin/assets/images/common/arrow_next.png) no-repeat right 5px center;
  background-size: 14px 25px;
  content: "";
}

.js-pickup-slider .swiper-button-prev,
.js-sp-slider-01 .swiper-button-prev,
.js-sp-slider-02 .swiper-button-prev {
  left: 0;
}

.js-pickup-slider .swiper-button-prev::after,
.js-sp-slider-01 .swiper-button-prev::after,
.js-sp-slider-02 .swiper-button-prev::after {
  width: 40px;
  height: 100px;
  background: url(/houjin/assets/images/common/arrow_prev.png) no-repeat left 5px center;
  background-size: 14px 25px;
  content: "";
}

.js-mv-slider .swiper-button-prev,
.js-mv-slider .swiper-button-next {
  width: 65px;
  height: 65px;
  transform: translateY(-50%);
}

.js-mv-slider .swiper-button-prev::after,
.js-mv-slider .swiper-button-next::after {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}

.js-mv-slider .swiper-button-next {
  right: 25px;
}

.js-mv-slider .swiper-button-next::after {
  background-image: url(/houjin/assets/images/top/arrow_next.png);
}

.js-mv-slider .swiper-button-prev {
  left: 25px;
}

.js-mv-slider .swiper-button-prev::after {
  background-image: url(/houjin/assets/images/top/arrow_prev.png);
}

.p-tab__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  padding-left: 36px;
  background-color: #ebe3d3;
  background-position: left 20px center;
  background-repeat: no-repeat;
  color: #59330d;
  font-feature-settings: "palt" 1;
  font-size: 1.6rem;
  line-height: 1.375;
  vertical-align: middle;
  transition: all 0.2s ease;
}

.p-tab__toggle.tab-noicon {
  height: 70px;
  padding-left: 0;
  font-size: 1.8rem;
}

.p-tab__toggle b {
  font-size: 2rem;
}

.p-tab-list__item:not(:first-child) .p-tab__toggle {
  border-left: 1px solid rgba(89, 51, 13, 0.35);
}

.p-tab:not(:first-child) .p-tab__toggle {
  border-top: 1px solid rgba(89, 51, 13, 0.35);
}

.p-tab-list__item.is-current + .p-tab-list__item .p-tab__toggle {
  border-left-color: #eb8d2f !important;
}

.p-tab__toggle[aria-selected="true"],
.p-tab-list__item.is-current .p-tab__toggle, .p-tab__toggle.is-opened, .p-tab__toggle:hover {
  background-color: #eb8d2f;
  color: #fff;
}

.p-tab-list__item:not(:first-child) .p-tab__toggle[aria-selected="true"], .p-tab-list__item:not(:first-child)
.p-tab-list__item.is-current .p-tab__toggle, .p-tab-list__item:not(:first-child) .p-tab__toggle.is-opened, .p-tab-list__item:not(:first-child) .p-tab__toggle:hover {
  border-left-color: #eb8d2f !important;
}

.p-tab__toggle[aria-selected="true"].tab-noicon,
.p-tab-list__item.is-current .p-tab__toggle.tab-noicon, .p-tab__toggle.is-opened.tab-noicon {
  font-weight: bold;
}

.p-tab__toggle.tab-participant {
  background-image: url(/houjin/assets/images/common/icon_participant.png);
  background-size: 30px 22px;
}

.p-tab__toggle.tab-participant[aria-selected="true"], .p-tab__toggle.tab-participant:hover {
  background-image: url(/houjin/assets/images/common/icon_participant_current.png);
}

.p-tab__toggle.tab-occupation {
  background-image: url(/houjin/assets/images/common/icon_occupation.png);
  background-size: 29px 26px;
}

.p-tab__toggle.tab-occupation[aria-selected="true"], .p-tab__toggle.tab-occupation:hover {
  background-image: url(/houjin/assets/images/common/icon_occupation_current.png);
}

.p-tab__toggle.tab-skill {
  background-image: url(/houjin/assets/images/common/icon_skill.png);
  background-size: 28px 28px;
}

.p-tab__toggle.tab-skill[aria-selected="true"], .p-tab__toggle.tab-skill:hover {
  background-image: url(/houjin/assets/images/common/icon_skill_current.png);
}

.p-tab__toggle.tab-theme {
  background-image: url(/houjin/assets/images/common/icon_theme.png);
  background-size: 24px 31px;
}

.p-tab__toggle.tab-theme[aria-selected="true"], .p-tab__toggle.tab-theme:hover {
  background-image: url(/houjin/assets/images/common/icon_theme_current.png);
}

.p-tab__body {
  padding: 25px 22px 30px;
  border: 2px solid #eb8d2f;
  background: #fff;
}

.p-tab__body[aria-hidden="false"] {
  display: block;
}

.p-tab__body[aria-hidden="true"] {
  display: none;
}

.p-tab__body--plan {
  padding: 18px 18px 10px;
  background: transparent;
}

.p-tab .c-button-list {
  margin-left: -5px;
}

.p-tab .c-button-list__item {
  width: 33.333%;
  margin-bottom: 5px;
  padding-left: 5px;
}

.system-feature-section .p-tab .c-button-list__item {
  width: auto;
}

.p-tab-list {
  display: flex;
  background-color: #ebe3d3;
}

.p-tab-list--border {
  border-bottom: 2px solid #eb8d2f;
}

.p-tab-list__item {
  flex: 1 0 0px;
}

.l-section--lower .p-tab-list__item--large .p-tab__toggle {
  background-position: left 20px center;
}

.case-section .p-tab-list {
  margin-bottom: 28px;
}

.p-tab-list-box {
  display: flex;
  margin-bottom: 25px;
}

.p-tab-list-box__item {
  flex: 1 0 0px;
}

.p-tab-list-box__toggle {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  padding: 0 20px;
  border-top: 1px solid #eb8d2f;
  border-bottom: 1px solid #eb8d2f;
  background-color: #ebe3d3;
  color: #59330d;
  font-feature-settings: "palt" 1;
  font-size: 1.6rem;
  line-height: 1.375;
  vertical-align: middle;
  transition: all 0.2s ease;
}

.p-tab-list-box__toggle b {
  font-size: 1.7rem;
}

.p-tab-list-box__item:first-child .p-tab-list-box__toggle {
  border-left: 1px solid #eb8d2f;
  border-radius: 4px 0 0 4px;
}

.p-tab-list-box__item:last-child .p-tab-list-box__toggle {
  border-right: 1px solid #eb8d2f;
  border-radius: 0 4px 4px 0;
}

.p-tab-list-box__item:not(:first-child) .p-tab-list-box__toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 30px;
  margin-top: -15px;
  border-left: 1px solid rgba(89, 51, 13, 0.35);
  content: '';
}

.p-tab-list-box__item.is-current .p-tab-list-box__toggle::after,
.p-tab-list-box__item.is-current + .p-tab-list-box__item .p-tab-list-box__toggle::after {
  border-left: none;
}

.p-tab-list-box__item.is-current .p-tab-list-box__toggle, .p-tab-list-box__toggle:hover {
  background-color: #eb8d2f;
  color: #fff;
}

.p-tab-list-box__item.is-current .p-tab-list-box__toggle {
  font-weight: bold;
}

.p-tab-sp {
  display: none;
}

.p-section-title-text {
  display: table;
  width: auto;
  margin: 0 auto;
  background-repeat: no-repeat;
}

.p-section-title-text--search {
  padding-left: 45px;
  background-image: url(/houjin/assets/images/common/icon_search.png);
  background-position: left 9px;
  background-size: 31px 31px;
}

.category-search-section .p-section-title-text--search, .purpose-search-section .p-section-title-text--search {
  height: 28px;
  padding-left: 44px;
  background-position: left 7px;
  background-size: 30px 30px;
  color: #333333;
  font-size: 2.8rem;
  line-height: 1.5;
}

.p-section-title-text--ranking {
  padding-left: 52px;
  background-image: url(/houjin/assets/images/common/icon_ranking.png);
  background-position: left 11px;
  background-size: 40px 26px;
}

.p-section-title-text--introduction {
  margin-bottom: 30px;
  padding-left: 60px;
  background-image: url(/houjin/assets/images/top/icon_voice.png);
  background-position: left 4px;
  background-size: 44px 40px;
}

.p-section-title-text--pickup {
  margin-bottom: 30px;
  padding-left: 54px;
  background-image: url(/houjin/assets/images/top/icon_pickup.png);
  background-size: 36px 44px;
}

.p-section-title-text--step {
  margin-bottom: 30px;
  padding-left: 80px;
  background-image: url(/houjin/assets/images/common/icon_flow-step.png);
  background-position: left 12px;
  background-size: 67px 23px;
}

.p-section-title-text--achievement {
  min-height: 50px;
  margin-bottom: 30px;
  padding-left: 95px;
  background-image: url(/houjin/assets/images/top/icon_achievement.png);
  background-position-x: 30px;
  background-size: 43px 42px;
}

.p-section-title-text--recommendation {
  padding-left: 50px;
  background-image: url(/houjin/assets/images/common/icon_recommendation.png);
  background-position: left 5px;
  background-size: 35px 35px;
}

.p-section-title-text--curriculum {
  padding-left: 50px;
  background-image: url(/houjin/assets/images/common/icon_curriculum.png);
  background-position: left 10px;
  background-size: 34px 28px;
}

.p-section-title-text--overview {
  padding-left: 45px;
  background-image: url(/houjin/assets/images/common/icon_overview.png);
  background-position: left 10px;
  background-size: 26px 26px;
}

.p-section-title-text--requirements {
  padding-left: 40px;
  background-image: url(/houjin/assets/images/common/icon_requirements.png);
  background-position: left 8px;
  background-size: 30px 30px;
}

.p-section-title-text--cost {
  padding-left: 36px;
  background-image: url(/houjin/assets/images/common/icon_cost.png);
  background-position: left 8px;
  background-size: 23px 30px;
}

.p-section-title-text--support {
  padding-left: 50px;
  background-image: url(/houjin/assets/images/common/icon_support.png);
  background-position: left 10px;
  background-size: 27px 31px;
}

.p-section-title-text--gallery {
  padding-left: 47px;
  background-image: url(/houjin/assets/images/common/icon_gallery.png);
  background-position: left 10px;
  background-size: 31.5px 29px;
}

.p-section-title {
  margin-bottom: 16px;
}

.p-section-title--category {
  margin-bottom: 25px;
}

.p-voice-unit {
  display: flex;
}

.p-voice-unit + .p-voice-unit {
  margin-top: 30px;
}

.p-voice-unit__avatar {
  text-align: center;
}

.p-voice-unit__avatar img {
  width: 43px;
}

.p-voice-unit__name {
  margin-top: 6px;
  color: #eb933b;
  font-size: 1.2rem;
  line-height: 1.25;
  white-space: nowrap;
}

.p-voice-unit__text {
  display: flex;
  position: relative;
  flex: 1 0 0px;
  align-items: center;
  min-height: 90px;
  padding: 15px 30px;
  border-radius: 10px;
  background: #fff;
  font-size: 1.7rem;
  line-height: 1.588;
}

.p-voice-unit__text::before {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  content: "";
}

.voice-section--line-up .p-voice-unit__text {
  background: #f3f0eb;
}

.p-voice-unit--ltr .p-voice-unit__text, .p-voice-unit--rtl .p-voice-unit__text {
  flex: 1 0 0px;
}

.p-voice-unit--ltr .p-voice-unit__text::before, .p-voice-unit--rtl .p-voice-unit__text::before {
  top: 50%;
  margin-top: -8px;
}

.p-voice-unit--ltr .p-voice-unit__avatar {
  margin-left: 20px;
}

.p-voice-unit--ltr .p-voice-unit__text {
  margin-right: 105px;
  margin-left: 30px;
}

.p-voice-unit--ltr .p-voice-unit__text::before {
  left: -20px;
  border-width: 0 20px 16px 0;
  border-color: transparent #fff transparent transparent;
}

.voice-section--line-up .p-voice-unit--ltr .p-voice-unit__text::before {
  border-color: transparent #f3f0eb transparent transparent;
}

.p-voice-unit--rtl {
  flex-direction: row-reverse;
}

.p-voice-unit--rtl .p-voice-unit__avatar {
  margin-right: 20px;
}

.p-voice-unit--rtl .p-voice-unit__text {
  margin-right: 25px;
  margin-left: 110px;
}

.p-voice-unit--rtl .p-voice-unit__text::before {
  right: -20px;
  border-width: 16px 20px 0 0;
  border-color: #fff transparent transparent transparent;
}

.voice-section--line-up .p-voice-unit--rtl .p-voice-unit__text::before {
  border-color: #f3f0eb transparent transparent transparent;
}

.p-voice-unit--ttb + .p-voice-unit--ttb, .p-voice-unit--btt + .p-voice-unit--ttb, .p-voice-unit--ttb + .p-voice-unit--btt, .p-voice-unit--btt + .p-voice-unit--btt {
  margin-top: 0;
}

.p-voice-unit--ttb .p-voice-unit__avatar, .p-voice-unit--btt .p-voice-unit__avatar {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-voice-unit--ttb .p-voice-unit__name, .p-voice-unit--btt .p-voice-unit__name {
  margin-left: 5px;
}

.p-voice-unit--ttb .p-voice-unit__text, .p-voice-unit--btt .p-voice-unit__text {
  flex: 1 1 auto;
  align-items: flex-start;
  min-height: auto;
  padding: 20px 16px;
  font-size: 1.6rem;
}

.p-voice-unit--ttb .p-voice-unit__text::before, .p-voice-unit--btt .p-voice-unit__text::before {
  left: 50%;
  margin-left: -8px;
}

.p-voice-unit--ttb {
  flex-direction: column;
}

.p-voice-unit--ttb .p-voice-unit__avatar {
  margin-top: 9px;
}

.p-voice-unit--ttb .p-voice-unit__text {
  margin-top: 25px;
}

.p-voice-unit--ttb .p-voice-unit__text::before {
  top: -20px;
  border-width: 20px 0 0 16px;
  border-color: transparent transparent transparent #fff;
}

.p-voice-unit--btt {
  flex-direction: column-reverse;
}

.p-voice-unit--btt .p-voice-unit__avatar {
  margin-bottom: 8px;
}

.p-voice-unit--btt .p-voice-unit__text {
  margin-bottom: 25px;
}

.p-voice-unit--btt .p-voice-unit__text::before {
  bottom: -20px;
  border-width: 20px 16px 0 0;
  border-color: #fff transparent transparent transparent;
}

.p-voice-row {
  display: flex;
  justify-content: space-between;
}

.p-voice-row .p-voice-unit {
  width: 265px;
}

.u-pc-hidden {
  display: none;
}

.u-hidden {
  display: none;
}

.u-block-center {
  margin-right: auto;
  margin-left: auto;
}

.u-ta-center {
  text-align: center;
}

.u-mt-10 {
  margin-top: 10px;
}

.u-mb-10 {
  margin-bottom: 10px;
}

.u-mt-20 {
  margin-top: 20px;
}

.u-mb-20 {
  margin-bottom: 20px;
}

.u-mt-30 {
  margin-top: 30px;
}

.u-mb-30 {
  margin-bottom: 30px;
}

.u-mt-40 {
  margin-top: 40px;
}

.u-mb-40 {
  margin-bottom: 40px;
}

.u-mt-50 {
  margin-top: 50px;
}

.u-mb-50 {
  margin-bottom: 50px;
}

.u-mt-60 {
  margin-top: 60px;
}

.u-mb-60 {
  margin-bottom: 60px;
}

.u-mt-70 {
  margin-top: 70px;
}

.u-mb-70 {
  margin-bottom: 70px;
}

.u-mt-80 {
  margin-top: 80px;
}

.u-mb-80 {
  margin-bottom: 80px;
}

.u-mt-90 {
  margin-top: 90px;
}

.u-mb-90 {
  margin-bottom: 90px;
}

.p-mv-slider__item a {
  display: block;
}

.p-mv-slider img {
  width: 100%;
  max-width: none;
}

.p-top-service {
  padding: 87px 0;
}

.p-top-service__copy, .p-top-service__lead {
  text-align: center;
}

.p-top-service__copy {
  margin-bottom: 15px;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: -0.025em;
  line-height: 2;
}

.p-top-service__copy .p-copy {
  position: relative;
  margin-right: 5px;
  margin-left: 5px;
  padding-bottom: 5px;
  font-size: 2.8rem;
}

.p-top-service__copy .p-copy::after {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 140px;
  height: 6px;
  border-radius: 3px;
  background-color: #dc5448;
  content: "";
}

.p-top-service__lead {
  margin-bottom: 70px;
  font-size: 1.5rem;
  letter-spacing: -0.025em;
  line-height: 2.133;
}

.p-section-top-service .p-search-wrapper {
  padding-bottom: 50px;
  background-color: #fff2e5;
}

.p-section-top-service .l-inner {
  max-width: 1120px;
}

.p-section-top-service .c-block-title {
  margin-bottom: 20px;
  padding-top: 40px;
}

.p-section-top-service .c-block-title::before {
  background: #dc5448;
}

.p-section-top-service .p-service-list {
  margin-bottom: -50px;
}

.p-service-list {
  margin: 0 -10px;
}

.p-service-list__item {
  padding-right: 10px;
  padding-left: 10px;
}

.p-service-card {
  position: relative;
  height: 100%;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  font-feature-settings: "palt" 1;
  letter-spacing: -0.02em;
}

.p-service-card__thumb {
  width: 340px;
  height: 140px;
}

.p-service-card__thumb img {
  width: 100%;
  height: 100%;
}

.p-service-card__title {
  display: table;
  height: 60px;
  margin-bottom: 20px;
}

.p-service-card__title-text {
  display: table-cell;
  position: relative;
  padding-left: 80px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.25;
  vertical-align: middle;
}

.p-service-card__title-text::before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 30px;
  width: 60px;
  height: 60px;
  margin-left: -30px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

.p-service-card__title-text--group::before {
  background-image: url(/houjin/assets/images/top/icon_group.png);
}

.p-service-card__title-text--e-learning::before {
  background-image: url(/houjin/assets/images/top/icon_e-learning.png);
}

.p-service-card__title-text--course::before {
  background-image: url(/houjin/assets/images/top/icon_course.png);
}

.p-service-card__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 27px 40px;
}

.l-section--lower .p-service-card__body {
  display: table;
  width: 100%;
  height: 88px;
  padding: 0;
  color: #e05043;
  font-weight: bold;
  text-align: center;
}

.p-service-card__text {
  letter-spacing: -0.05em;
}

.p-service-card .c-button {
  margin: 20px auto 0;
}

.p-service-card .p-button-service {
  color: #fff;
}

.p-service-card .p-button-link {
  background-color: #edb226;
}

.p-service-card .p-button-link::before {
  border-color: transparent transparent transparent #fff;
}

.p-section-top-introduction {
  padding-bottom: 60px;
}

.p-section-top-pickup .p-pickup-wrapper {
  background-color: #fff2e5;
}

.p-section-top-pickup .l-inner {
  max-width: 1120px;
}

.p-section-top-pickup .p-pickup-slider {
  margin: 0 -10px;
  padding-top: 35px;
  padding-bottom: 35px;
}

.p-section-top-pickup .p-pickup-slider__item {
  width: 270px;
  padding: 0 10px;
}

.p-section-top-pickup .p-small-card {
  border: none;
  background-color: inherit;
}

.p-section-top-pickup .p-small-card__body {
  padding: 15px 0;
}

.p-section-top-pickup .p-small-card__title {
  letter-spacing: -0.035em;
}

.p-section-top-pickup .p-small-card__text {
  font-size: 1.5rem;
  line-height: 1.5;
}

.p-section-top-column .p-column-list {
  margin-bottom: -20px;
}

.news-section {
  padding: 55px 0 90px;
}

.news-section .c-button-list {
  margin-top: 55px;
}

.info-contents {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  max-width: 1180px;
  margin: 0 auto;
  padding: 80px 30px 0;
}

.info-contents__pickup {
  max-width: 1180px;
}

.info-contents__facebook {
  width: 360px;
}

.info-contents__facebook iframe {
  height: 100%;
}

.l-section--lower .info-contents {
  padding-top: 0;
  padding-bottom: 0;
}

.p-pickup {
  padding: 30px 18px 25px;
}

.p-pickup .c-button-list {
  margin-top: 40px;
}

.p-pickup-slider {
  display: flex;
  margin: 0 -4px;
}

.p-pickup-slider__item {
  width: 218px;
  padding: 0 4px;
}

.ranking-section {
  padding: 45px 0;
}

.p-ranking {
  display: flex;
  margin: 0 -9px;
  counter-reset: rank;
}

.p-ranking__card {
  position: relative;
}

.p-ranking__card::before {
  display: block;
  position: absolute;
  content: "";
}

.p-ranking__item {
  width: 228px;
  padding: 0 9px;
  counter-increment: rank;
}

.p-search-wrapper .p-ranking__item {
  display: flex;
}

.p-ranking__item--col3 {
  width: 33.333%;
}

.p-ranking__item:nth-child(1) .p-ranking-card::before {
  background-image: url(/houjin/assets/images/common/icon_ranking_01.png);
  color: #fff;
  content: counter(rank);
}

.p-ranking__item:nth-child(2) .p-ranking-card::before {
  background-image: url(/houjin/assets/images/common/icon_ranking_02.png);
  color: #fff;
  content: counter(rank);
}

.p-ranking__item:nth-child(3) .p-ranking-card::before {
  background-image: url(/houjin/assets/images/common/icon_ranking_03.png);
  color: #fff;
  content: counter(rank);
}

.p-ranking__item:nth-child(4) .p-ranking-card::before {
  background-image: url(/houjin/assets/images/common/icon_ranking_04.png);
  color: #575c66;
  content: counter(rank);
}

.p-ranking__item:nth-child(5) .p-ranking-card::before {
  background-image: url(/houjin/assets/images/common/icon_ranking_04.png);
  color: #575c66;
  content: counter(rank);
}

.p-tag-group {
  font-size: 1.4rem;
}

.p-tag-group .c-tag {
  display: inline-block;
}

.swiper-container {
  padding-bottom: 40px;
}

.l-hero .swiper-wrapper {
  position: relative;
}

.l-hero .swiper-wrapper::after {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 6px;
  background: url(/houjin/assets/images/common/border.png) repeat-x left bottom;
  content: "";
}

.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
}

.swiper-pagination-bullet {
  background: #d5d5d5;
  opacity: 0.7;
}

.swiper-pagination-bullet-active {
  background: #eb933b;
  opacity: 1;
}

.p-achievement-box {
  position: relative;
  margin-top: 70px;
  border: 1px solid #d5d5d5;
  border-radius: 10px;
}

.p-achievement-box .p-achievement {
  padding: 60px 40px 40px 80px;
}

.p-achievement-box .p-section-title {
  position: absolute;
  top: -0.8em;
  right: 0;
  left: 0;
}

.p-achievement-box .p-section-title-text {
  padding: 0 65px 0 95px;
  background-color: #fff;
}

.p-achievement-box .p-achievement-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.p-achievement-box .p-achievement-list__item {
  width: 100px;
  margin: 0 15px 10px;
}

@media screen and (max-width: 768px) {
  html.is-fixed .l-page {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
  }
  body {
    min-width: 320px;
  }
  .l-inner {
    padding-right: 15px;
    padding-left: 15px;
  }
  .l-side-wrapper {
    width: 100%;
  }
  .l-side-wrapper--column {
    display: none;
  }
  .pg-index .l-side {
    top: auto;
  }
  .l-side {
    position: fixed;
    top: auto;
    bottom: 5px;
    width: 100%;
    margin-left: auto;
  }
  .is-floating .l-side {
    top: auto;
    right: 0;
    bottom: 5px;
    margin-left: 0 !important;
  }
  .is-fixed .l-side {
    display: none;
  }
  .l-ranking {
    display: none;
  }
  .l-column-search--sp {
    display: block;
    padding-bottom: 50px;
  }
  .l-navigation {
    display: none;
    z-index: 10;
    position: absolute;
    top: 60px;
    right: 0;
    left: 0;
    width: 100%;
    overflow-y: auto;
  }
  .l-navigation__inner {
    background: #f2f2f2;
  }
  .l-section-box__inner {
    padding: 26px 20px 16px;
  }
  .l-section-box__contact {
    padding: 25px 0 10px;
  }
  .l-section--lower {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .l-section.point-section .c-section-title, .l-section.case-section .c-section-title, .l-section.contact-section .c-section-title {
    margin-bottom: 12px;
  }
  .l-section.search-section .c-section-title {
    margin-bottom: 20px;
  }
  .select-hidden {
    -webkit-appearance: none;
            appearance: none;
    display: inline-block;
    visibility: visible;
    z-index: 1;
    position: relative;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 4px;
    background: #fff;
    font-size: 1.6rem;
    line-height: 1.2;
    opacity: 0;
  }
  .select {
    width: 100%;
    margin-bottom: 10px;
  }
  .c-section-lead {
    margin-bottom: 18px;
    text-align: left;
  }
  .c-section-text {
    margin-bottom: 18px;
  }
  .c-border--light {
    border-right: none;
    border-left: none;
  }
  .c-section-shoulder {
    font-size: 1.6rem;
  }
  .c-table th,
  .c-table td {
    padding: 11px 18px;
  }
  .c-table--block {
    display: block;
  }
  .c-table--block thead,
  .c-table--block tbody,
  .c-table--block tfoot,
  .c-table--block tr,
  .c-table--block th,
  .c-table--block td {
    display: block;
    width: 100% !important;
  }
  .c-section-title {
    margin-bottom: 30px;
    font-size: 2.1rem;
  }
  .c-block-title {
    margin-bottom: 20px;
    font-size: 2rem;
  }
  .c-heading {
    margin-bottom: 12px;
    padding-left: 40px;
    font-size: 2rem;
  }
  .c-heading::before {
    top: 16px;
    width: 25px;
  }
  .p-anchor-nav {
    display: block;
  }
  .p-anchor-nav__item {
    width: auto;
  }
  .p-anchor-nav__item:not(:first-child) {
    border-top: 1px solid #fff;
    border-left: none;
  }
  .l-anchor-nav--course .p-anchor-nav__item:nth-child(1n) {
    border-top: none;
    border-bottom: 1px solid #d5d5d5;
  }
  .p-anchor-nav__button::before {
    right: 24px;
  }
  .p-bg-box {
    padding: 0 15px;
  }
  .p-bg-box--movie {
    margin: 10px 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .p-bg-box--flow {
    margin: 10px 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .p-bg-box--chart {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .p-movie-unit__caption {
    margin-bottom: 6px;
  }
  .p-box-section + .p-box-section {
    margin-top: 20px;
    border-top: 1px solid #eee;
  }
  .p-box-section__title {
    margin-bottom: 16px;
    padding-bottom: 0;
    border-bottom: none;
    font-size: 1.8rem;
  }
  .p-box-img-group {
    display: block;
    margin: 0;
    text-align: center;
  }
  .p-box-img-group__item {
    width: auto;
    padding: 0;
    text-align: center;
  }
  .p-box-img-group__item img {
    width: auto;
  }
  .p-profile {
    flex-direction: column-reverse;
  }
  .p-profile__head {
    font-size: 1.5rem;
  }
  .p-profile__name {
    font-size: 1.8rem;
  }
  .p-profile__avatar {
    width: auto;
  }
  .p-profile__avatar img {
    width: 100%;
    max-width: none;
  }
  .p-profile__text {
    flex: 1 1 auto;
    padding: 18px 15px;
  }
  .p-alert-box {
    margin: 30px auto;
    padding: 15px;
    font-size: 1.8rem;
  }
  .p-profile-bottom {
    padding: 10px 15px 45px;
  }
  .p-border-rounded {
    padding: 15px;
  }
  .l-breadcrumb {
    padding: 15px 0;
  }
  .p-button-gnav {
    justify-content: flex-start;
    height: 55px;
    padding-left: 45px;
    background-position: left center;
    font-size: 1.7rem;
    text-align: left;
  }
  .p-button-top {
    min-width: 100%;
  }
  .p-button-more {
    width: 240px;
  }
  .p-list-button .p-button-more, .p-button-more--yellow, .p-button-more--orange, .p-button-more--apply {
    width: 240px;
  }
  .p-button-more--wide {
    width: 280px;
  }
  .p-button-arrow--order {
    width: 100%;
    max-width: 460px;
    height: 55px;
    font-size: 1.7rem;
  }
  .p-button-contact {
    font-size: 1.8rem;
  }
  .p-button-select {
    min-width: 100%;
  }
  .p-button-select small {
    font-size: 1.4rem;
  }
  .p-button-search {
    justify-content: flex-start;
    height: 55px;
  }
  .p-button-blank {
    padding: 0 25px;
  }
  .p-button-pdf {
    width: 240px;
    margin: 0 auto;
  }
  .p-button-download {
    width: 260px;
    margin: 0 auto;
  }
  .p-button-modal {
    width: 240px;
  }
  .p-button-personal {
    width: 100%;
    min-width: calc(280px - 10px * 2);
  }
  .p-button-yellow-list__item + .p-button-yellow-list__item {
    margin-top: 10px;
  }
  .p-button-yellow-list .p-button-yellow {
    min-width: 300px;
    background-position-x: 10px;
    font-size: 1.8rem;
  }
  .p-button-yellow-list .p-button-yellow::before {
    right: 15px;
  }
  .p-button-yellow-list .p-button-yellow small {
    font-size: 1.2rem;
  }
  .p-contact-button-item {
    width: 300px;
    min-width: 0;
  }
  .p-contact-button-item + .p-contact-button-item {
    margin-top: 10px;
  }
  .p-e-learning-link-list__item {
    width: 100%;
  }
  .p-e-learning-link-list__item::after {
    right: 10px;
  }
  .p-e-learning-link-button {
    padding-right: 30px;
  }
  .p-e-learning-link-button__img {
    flex-basis: auto;
    width: 31.81287%;
    min-width: 100px;
  }
  .p-e-learning-link-button__text {
    flex: 0 1 auto;
    padding-left: 3.50877%;
    font-size: 2rem;
  }
  .p-e-learning-link-button__text-sub {
    font-size: 1.4rem;
  }
  .p-service-list {
    display: block;
    margin: 0 0 -20px;
  }
  .p-service-list--nowrap {
    display: flex;
    flex-wrap: nowrap;
  }
  .p-service-list__item {
    width: auto;
    margin-bottom: 20px;
    padding-right: 0;
    padding-left: 0;
  }
  .p-service-list + .c-button-list {
    margin-top: 50px;
  }
  .p-sp-slider {
    margin: 0;
  }
  .p-sp-slider__item {
    width: auto;
    padding-right: 40px;
    padding-left: 40px;
  }
  .p-instructor {
    display: block;
  }
  .p-instructor__item {
    width: 100%;
    margin-bottom: 10px;
    padding: 0;
  }
  .p-column-list {
    display: block;
    margin: 0 0 -20px;
  }
  .p-column-list--nowrap {
    display: flex;
    flex-wrap: nowrap;
  }
  .p-column-list__item {
    width: auto;
    margin-bottom: 20px;
    padding-right: 0;
    padding-left: 0;
  }
  .l-section--lower .p-column-list__item {
    width: auto;
  }
  .p-recommendation-list {
    width: 100%;
    margin: 0;
  }
  .p-recommendation-list__item {
    flex-basis: 50%;
    padding: 0 10px;
  }
  .p-lead-list {
    display: block;
  }
  .p-lead-list__card {
    display: flex;
  }
  .p-lead-list__item {
    width: auto;
    margin-bottom: 14px;
  }
  .p-ranking--full .p-small-card__body {
    display: flex;
    align-items: center;
  }
  .p-ranking--full .p-ranking-card__body {
    display: flex;
    align-items: center;
  }
  .category-top-ranking-section .p-ranking-card {
    min-height: auto;
  }
  .p-ranking-card::before {
    width: 32px;
    height: 28px;
    font-size: 1.3rem;
  }
  .p-ranking-card {
    display: flex;
  }
  .p-ranking-card__thumb {
    width: 120px;
  }
  .commodity-search-section .p-ranking-card__thumb {
    min-width: 120px;
  }
  .p-ranking__item--col3 .p-ranking-card {
    display: block;
  }
  .p-ranking__item--col3 .p-ranking-card__thumb {
    width: auto;
  }
  .p-ranking__item--col3 .p-ranking-card__thumb img {
    width: 100%;
  }
  .p-point-card {
    padding: 15px 25px 25px;
  }
  .p-point-card__num {
    left: 0;
    margin-left: 0;
  }
  .p-point-card__title {
    min-height: 2.5em;
    padding-right: 15px;
    padding-left: 45px;
  }
  .p-step-card {
    padding: 15px 50px 25px;
  }
  .p-step-list__item:not(:last-child) .p-step-card::after {
    top: auto;
    right: 50%;
    bottom: -38px;
    width: 5px;
    height: 23px;
    background: url(/houjin/assets/images/common/icon_step_between_sp.png) repeat 0 0;
    background-size: cover;
  }
  .p-step-list__item:nth-child(5) .p-step-card::before {
    display: none;
  }
  .p-step-card__num {
    left: 0;
    margin-left: 0;
  }
  .p-step-card__title {
    padding-right: 15px;
    padding-left: 45px;
  }
  .p-lead-list .p-case-card {
    display: flex;
  }
  .p-lead-list .p-case-card .p-case-card__thumb {
    width: 120px;
  }
  .p-lead-list--misc .p-case-card__text-wrapper .p-case-card__text,
  .p-lead-list--related .p-case-card__text-wrapper .p-case-card__text {
    display: none;
  }
  .p-case-card__thumb img {
    width: 100%;
  }
  .p-case-card__body {
    padding: 14px 14px 20px;
  }
  .p-lead-list--misc .p-case-card__body,
  .p-lead-list--related .p-case-card__body {
    display: flex;
    align-items: center;
    padding-bottom: 14px;
  }
  .p-case-card__meta-category, .p-case-card__meta-corp {
    font-size: 1.6rem;
  }
  .p-case-card__meta-theme {
    font-size: 1.6rem;
  }
  .p-case-card__cost {
    font-size: 1.5rem;
  }
  .p-shop-card {
    display: flex;
  }
  .p-shop-card__thumb {
    width: 120px;
    margin-right: 15px;
    margin-bottom: 0;
  }
  .p-shop-card__text {
    flex: 1 0 0px;
  }
  .p-shop-card__title {
    margin-bottom: 4px;
    font-size: 1.6rem;
  }
  .p-article-card {
    display: block;
  }
  .p-article-card__thumb {
    width: auto;
  }
  .p-article-card__thumb img {
    width: 100%;
    max-width: none;
  }
  .p-article-card__body {
    padding: 15px 15px 20px;
  }
  .p-article-card__title {
    margin-bottom: 5px;
    font-size: 1.6rem;
  }
  .p-ranking--full .p-course-card__body {
    display: flex;
    align-items: center;
  }
  .p-course-card__body {
    padding: 14px 14px 20px;
  }
  .p-ranking--full .p-instructor-card__body {
    display: flex;
    align-items: center;
  }
  .p-instructor-card::before {
    width: 32px;
    height: 28px;
    font-size: 1.3rem;
  }
  .p-instructor-card__thumb img {
    width: 100%;
  }
  .p-column-card__thumb img {
    width: 100%;
  }
  .p-column-card__body {
    padding: 14px 14px 20px;
  }
  .p-column-card-date {
    display: block;
  }
  .p-column-card__date--release {
    margin-right: 0;
  }
  .p-introduction-card {
    display: block;
  }
  .p-introduction-card__thumb {
    width: auto;
    padding: 20px;
  }
  .p-introduction-card__thumb img {
    width: 100%;
  }
  .p-introduction-card__body {
    padding: 15px 40px 20px 15px;
  }
  .p-introduction-card__corp {
    margin-bottom: 5px;
    font-size: 1.6rem;
  }
  .p-course-flow-card__thumb img {
    width: 100%;
  }
  .p-recommendation-card {
    width: 100%;
  }
  .p-recommendation-card__text {
    font-size: 1.4rem;
  }
  .p-course-list {
    display: block;
    margin: 0;
  }
  .p-course-list__item {
    width: 100%;
    padding: 0;
  }
  .p-course-nav__unit {
    display: block;
  }
  .p-course-nav__unit .select {
    margin-right: 0;
  }
  .p-course-nav.has-category .p-course-nav__unit .select {
    width: 100%;
    margin: 0 0 10px;
  }
  .p-button-reset {
    margin: 10px auto 0;
  }
  .p-course-nav.has-category .p-button-reset {
    margin: 10px auto 0;
  }
  .p-faq__question::before, .p-faq__answer::before {
    width: 30px;
    height: 30px;
    font-size: 1.6rem;
    line-height: 30px;
  }
  .p-faq__question {
    font-size: 1.6rem;
    line-height: 1.688;
  }
  .p-faq__question::before {
    top: 15px;
    left: 15px;
  }
  .p-faq__button {
    padding: 15px 38px 15px 57px;
  }
  .p-faq__answer {
    padding: 0 12px 15px 57px;
  }
  .p-faq__answer::before {
    left: 15px;
  }
  .p-faq-list__item {
    margin-bottom: 10px;
  }
  .p-faq-list__item:first-child .p-faq__answer {
    display: block;
  }
  .p-flow-list__item {
    display: block;
    padding: 24px 30px 20px 50px;
  }
  .p-flow-list__item::before {
    left: 19px;
  }
  .p-flow-list__item:first-child::before {
    height: calc(100% - 15px);
  }
  .p-flow-list__item:last-child::before {
    height: 15px;
  }
  .p-flow-list__item::after {
    top: 15px;
    width: 40px;
    height: 40px;
    margin-top: 0;
    font-size: 2rem;
    line-height: 40px;
  }
  .p-flow-list__head {
    width: auto;
    margin-bottom: 12px;
    padding-right: 0;
    font-size: 1.8rem;
    line-height: 1.333;
  }
  .p-flow-list__title {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .p-flow-list__button {
    margin-left: 0;
  }
  .p-course-flow-list {
    display: block;
    margin: 0;
  }
  .p-course-flow-list__item {
    width: 100%;
    margin-bottom: 40px;
  }
  .p-course-flow-list__item:not(:last-child)::before {
    top: auto;
    right: 50%;
    bottom: -30px;
    transform: translateX(50%);
    border-width: 16px 13.5px 0px 13.5px;
    border-color: #e05043 transparent transparent transparent;
  }
  .p-footer {
    padding: 30px 0;
    font-size: 1.5rem;
  }
  .p-footer__inner {
    display: block;
  }
  .p-footer-title {
    width: auto;
    margin-bottom: 30px;
    text-align: center;
  }
  .p-footer-title__logo {
    display: inline-block;
    vertical-align: middle;
  }
  .p-footer-title__text {
    display: inline-block;
    vertical-align: middle;
  }
  .p-footer-title__logo {
    width: 105px;
  }
  .p-footer-title__text {
    width: 158px;
    margin-top: 0;
    margin-left: 10px;
  }
  .p-footer-contact {
    padding-top: 20px;
    padding-left: 0;
    border-top: 1px solid rgba(89, 51, 13, 0.1);
    border-left: none;
  }
  .p-footer-nav {
    display: block;
  }
  .p-footer-nav__list {
    width: auto;
    padding-right: 0;
  }
  .p-footer-nav__group {
    margin-bottom: 0;
    padding: 3px 0;
    border-top: 1px solid rgba(89, 51, 13, 0.1);
  }
  .p-footer-nav__item {
    margin: 12px 0;
  }
  .p-footer-copyright {
    padding: 24px 15px;
  }
  .p-gnav {
    display: block;
    position: relative;
    padding: 10px 20px 0;
  }
  .p-gnav .c-link-arrow {
    display: block;
  }
  .p-gnav__item {
    display: block;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #ddd;
  }
  .p-gnav__item:nth-child(n + 3) .p-gnav__link::before {
    display: none;
  }
  .p-gnav__link {
    display: block;
    height: auto;
    padding-left: 45px;
    background-position: left center;
    font-size: 1.7rem;
    line-height: 1.294;
    text-align: left;
  }
  .p-gnav__link-inner {
    display: block;
    padding: 13px 0;
  }
  .p-gnav__small {
    font-size: 1.5rem;
    line-height: 1.467;
  }
  .p-subnav {
    display: block;
    padding: 0 20px;
    font-size: 1.7rem;
  }
  .p-subnav .c-link-arrow {
    display: block;
  }
  .p-subnav__item {
    margin: 0;
    padding: 13px 0 13px 30px;
    border-bottom: 1px solid #ddd;
  }
  .p-subnav__item + .p-subnav__item {
    margin-left: 0;
    padding-left: 30px;
  }
  .p-subnav__item:nth-child(n + 2)::before {
    display: none;
  }
  .p-spnav {
    display: block;
  }
  .p-spnav__item .c-link-arrow {
    display: block;
  }
  .p-spnav .c-button-list__item {
    margin-top: 5px;
    margin-left: 0;
  }
  .p-header {
    padding-right: 0;
    padding-left: 0;
  }
  .p-header-group {
    padding: 10px;
  }
  .pg-contact-index .p-header-group,
  .pg-contact-lower .p-header-group {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .p-header-group__left {
    flex: 1 0 0px;
  }
  .p-header-group__right {
    display: none;
  }
  .p-header-group__button {
    display: block;
  }
  .p-header-title__logo {
    width: 105px;
  }
  .p-header-title__text {
    flex: 1 0 0px;
    width: auto;
    max-width: 183.5px;
    margin-left: 8px;
  }
  .p-header-title__emblem {
    display: none;
  }
  .p-info-box__head {
    padding: 12px 15px;
    font-size: 1.6rem;
  }
  .p-info-box__body {
    padding: 18px 15px 20px;
  }
  .p-info-box-list {
    display: block;
    margin: 0;
  }
  .p-info-box-list__item {
    width: auto;
    margin-bottom: 20px;
    padding: 0;
  }
  .p-lineup.js-lineup-view {
    padding-bottom: 0;
  }
  .p-lineup {
    height: auto !important;
  }
  .p-lineup__container {
    display: block;
    margin: 0;
  }
  .p-lineup__col {
    width: auto;
    padding: 0;
  }
  .p-lineup__head {
    margin-top: 5px;
    cursor: pointer;
  }
  .p-lineup__head::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 16px;
    width: 10px;
    height: 10px;
    margin-top: -6px;
    transform: rotate(45deg);
    border-right: 2px solid #eb933b;
    border-bottom: 2px solid #eb933b;
    content: "";
  }
  .p-lineup__head.is-opened::after {
    margin-top: -5px;
    transform: rotate(-135deg);
  }
  .p-lineup__list {
    display: none;
    margin-bottom: 10px;
  }
  .p-lineup__col:first-of-type .js-accordion:first-of-type .p-lineup__list:first-of-type {
    display: block;
  }
  .p-lineup__list--1col {
    display: block !important;
  }
  .p-lineup__more {
    display: none;
  }
  .p-lineup-contents {
    display: none;
  }
  .p-lineup__col:first-of-type .js-accordion:first-of-type .p-lineup-contents:first-of-type {
    display: block;
  }
  .p-lineup-contents__img {
    margin-top: 10px;
  }
  .p-lineup-contents__list {
    margin-bottom: 30px;
  }
  .p-banner-list {
    display: block;
    margin: 0;
  }
  .p-banner-list__item {
    width: 100%;
    padding: 0;
  }
  .p-banner-list__item + .p-banner-list__item {
    margin-top: 16px;
  }
  .p-category-icon-list {
    width: 100%;
  }
  .p-category-icon-list__item {
    flex-basis: calc(50% - 5px);
    min-height: 50px;
  }
  .p-category-icon-list__item a {
    align-items: center;
    justify-content: flex-start;
    padding-top: 10px;
    padding-right: 5px;
    padding-left: 49px;
    text-align: left;
  }
  .p-category-icon-list__item a::before, .p-category-icon-list__item a::after {
    transform: translateX(0);
  }
  .p-category-icon-list__item a::before {
    left: 10px;
    width: 32px;
    height: 32px;
  }
  .p-category-icon-list__item a::after {
    top: 16px;
    left: 16px;
    width: 20px;
    height: 20px;
  }
  .p-category-icon-list__item-text {
    display: block;
    font-size: 1.3rem;
    line-height: 1.385;
  }
  .p-category-button-list {
    justify-content: center;
    width: 100%;
  }
  .p-category-button-list__item:nth-child(1) a::after {
    top: 10px;
    width: 50px;
    height: 40px;
  }
  .p-category-button-list__item:nth-child(1) a::after {
    left: 5px;
  }
  .p-category-button-list__item:nth-child(2) a::after {
    top: 10px;
    width: 50px;
    height: 40px;
  }
  .p-category-button-list__item:nth-child(2) a::after {
    left: 5px;
  }
  .p-category-button-list__item:nth-child(3) a::after {
    top: 10px;
    width: 50px;
    height: 40px;
  }
  .p-category-button-list__item:nth-child(3) a::after {
    left: -5px;
    width: 60px;
  }
  .p-category-button-list__item:nth-child(4) a::after {
    top: 10px;
    width: 50px;
    height: 40px;
  }
  .p-category-button-list__item:nth-child(4) a::after {
    left: 5px;
  }
  .p-category-button-list__item:nth-child(5) a::after {
    left: 9px;
    width: 45px;
    height: 38px;
  }
  .p-category-button-list__item {
    flex-basis: calc(50% - 10px);
    min-width: 260px;
    min-height: 60px;
    margin-right: 5px;
    margin-left: 5px;
  }
  .p-category-button-list__item a {
    align-items: center;
    justify-content: flex-start;
    padding: 10px 25px 10px 60px;
  }
  .p-category-button-list__item a br {
    display: none;
  }
  .p-category-button-list__item-text {
    display: block;
    font-size: 1.3rem;
    line-height: 1.385;
  }
  .l-megamenu {
    position: static;
    padding-top: 0;
  }
  .p-megamenu {
    padding: 0 0 0 40px;
    border-top: none;
  }
  .p-megamenu__inner {
    padding: 0;
  }
  .p-megamenu__title {
    display: none;
  }
  .p-megamenu__subtitle {
    margin-top: 20px;
  }
  .p-megamenu__category {
    margin-top: 20px;
  }
  .p-megamenu__row {
    display: block;
  }
  .p-megamenu__col {
    width: auto;
    padding: 0;
    border-top: 1px solid #ddd;
  }
  .p-megamenu__col + .p-megamenu__col {
    padding-left: 0;
    border-left: none;
  }
  .p-megamenu__list--index {
    display: block;
    border-top: none;
  }
  .p-megamenu__list--flex {
    display: block;
  }
  .p-megamenu__list--flex .p-megamenu__item {
    width: 100%;
  }
  .p-megamenu__list--flex .p-megamenu__item:not(:first-child) {
    padding: 0;
  }
  .p-megamenu__item {
    margin: 18px 0;
  }
  .modaal-close {
    top: -45px;
    width: 40px;
    height: 40px;
  }
  .modaal-close::before, .modaal-close::after {
    top: 6px;
    left: 19px;
    width: 1px;
    height: 28px;
  }
  .p-modal--alert .modaal-content-container {
    padding: 50px 15px;
  }
  .p-modal__title {
    margin-bottom: 15px;
    font-size: 2rem;
  }
  .p-modal--video .modaal-close {
    top: 15px;
    right: 15px;
  }
  .p-news-list__link {
    display: block;
    padding: 13px 20px 16px;
  }
  .p-offer-service {
    display: block;
  }
  .p-offer-service__img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .p-offer-service__title {
    margin-bottom: 5px;
    padding: 8px 35px 4px 60px;
    font-size: 2rem;
  }
  .p-offer-service .c-button-list {
    justify-content: center;
  }
  .p-page-header--detail {
    height: auto;
    min-height: 130px;
  }
  .p-page-header {
    height: auto;
    min-height: 105px;
  }
  .p-page-header__inner {
    padding-right: 15px;
    padding-left: 15px;
  }
  .p-page-header__inner {
    height: auto;
    min-height: 105px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .p-page-header--detail .p-page-header__inner {
    height: auto;
    min-height: 130px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .p-page-header--correspondence .p-page-header__inner {
    height: auto;
    min-height: 130px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .p-page-header__title {
    max-width: 300px;
    padding-left: 45px;
    font-size: 2.2rem;
  }
  .p-page-header__title span {
    font-size: 1.6rem;
  }
  .p-page-header--correspondence .p-page-header__title-shoulder {
    font-size: 1.8rem;
  }
  .pg-purpose-index .p-page-header__title,
  .pg-case-index .p-page-header__title,
  .pg-purpose-lower .p-page-header__title {
    padding-left: 45px;
  }
  .pg-purpose-index .p-page-header__title::before,
  .pg-case-index .p-page-header__title::before,
  .pg-purpose-lower .p-page-header__title::before {
    left: 6px;
    width: 36px;
    height: 29px;
    margin-top: -15px;
  }
  .pg-group-index .p-page-header__title {
    padding-left: 45px;
  }
  .pg-group-index .p-page-header__title::before {
    left: 0;
    width: 36px;
    height: 29px;
    margin-top: -15px;
  }
  .pg-group-lower .p-page-header--detail {
    background-image: url(/houjin/assets/images/group_training/bg_lower_mv_sp.jpg);
    background-position-x: right;
  }
  .pg-group-lower .p-page-header__title {
    padding-left: 45px;
  }
  .pg-group-lower .p-page-header__title::before {
    left: 0;
    width: 36px;
    height: 29px;
    margin-top: -15px;
  }
  .pg-e-learning-index .p-page-header__title {
    padding-left: 45px;
  }
  .pg-e-learning-index .p-page-header__title::before {
    left: 0;
    width: 36px;
    height: 29px;
    margin-top: -15px;
  }
  .pg-e-learning-lower .p-page-header--detail {
    background-image: url(/houjin/assets/images/e-learning/bg_lower_mv_sp.jpg);
    background-position-x: right;
  }
  .pg-e-learning-lower .p-page-header__title {
    padding-left: 45px;
  }
  .pg-e-learning-lower .p-page-header__title::before {
    left: 0;
    width: 36px;
    height: 29px;
    margin-top: -15px;
  }
  .pg-course-index .p-page-header__title {
    padding-left: 45px;
  }
  .pg-course-index .p-page-header__title::before {
    left: 10px;
    width: 36px;
    height: 29px;
    margin-top: -15px;
  }
  .p-page-header--correspondence .p-page-header__title {
    max-width: none;
    padding-left: 60px;
  }
  .p-page-header--correspondence .p-page-header__title::before {
    left: 10px;
    width: 36px;
    height: 29px;
  }
  .pg-course-lower .p-page-header--detail {
    background-image: url(/houjin/assets/images/course/bg_lower_mv_sp.jpg);
    background-position-x: right;
  }
  .pg-course-lower .p-page-header__title {
    padding-left: 45px;
  }
  .pg-course-lower .p-page-header__title::before {
    left: 10px;
    width: 36px;
    height: 29px;
    margin-top: -15px;
  }
  .pg-column-index .p-page-header__title {
    padding-left: 45px;
  }
  .pg-column-index .p-page-header__title::before {
    left: 0;
    width: 36px;
    height: 29px;
    margin-top: -15px;
  }
  .pg-column-lower .p-page-header__title {
    padding-left: 45px;
  }
  .pg-column-lower .p-page-header__title::before {
    left: 0;
    width: 36px;
    height: 29px;
    margin-top: -15px;
  }
  .pg-seminar .p-page-header__title {
    padding-left: 0;
  }
  .pg-contact-index .p-page-header__title,
  .pg-contact-lower .p-page-header__title {
    padding-left: 0;
  }
  .pg-about .p-page-header__title {
    padding-left: 45px;
  }
  .pg-about .p-page-header__title::before {
    left: 0;
    width: 37px;
    height: 27px;
    margin-top: -14px;
  }
  .pg-company .p-page-header__title {
    padding-left: 45px;
  }
  .pg-company .p-page-header__title::before {
    left: 0;
    width: 37px;
    height: 27px;
    margin-top: -14px;
  }
  .pg-lower-common .p-page-header__title {
    padding-left: 0;
  }
  .pg-group-list .p-page-header__title {
    padding-left: 45px;
  }
  .pg-group-list .p-page-header__title::before {
    left: 0;
    width: 36px;
    height: 29px;
    margin-top: -15px;
  }
  .pg-e-learning-list .p-page-header__title {
    padding-left: 45px;
  }
  .pg-e-learning-list .p-page-header__title::before {
    left: 0;
    width: 36px;
    height: 29px;
    margin-top: -15px;
  }
  .pg-course-list .p-page-header__title {
    padding-left: 45px;
  }
  .pg-course-list .p-page-header__title::before {
    left: 10px;
    width: 36px;
    height: 29px;
    margin-top: -15px;
  }
  .pg-purpose-list .p-page-header__title {
    padding-left: 45px;
  }
  .pg-purpose-list .p-page-header__title::before {
    left: 6px;
    width: 36px;
    height: 29px;
    margin-top: -15px;
  }
  .p-detail-page-header {
    display: none;
  }
  .p-detail-page-header-grid .p-detail-page-header {
    display: block;
  }
  .p-detail-page-header-grid--course .p-detail-page-header {
    padding-bottom: 20px;
  }
  .p-detail-page-header__inner {
    padding-right: 15px;
    padding-left: 15px;
  }
  .p-detail-page-header__inner {
    height: auto;
  }
  .p-detail-page-header-grid .p-detail-page-header__inner {
    display: flex;
    flex-direction: column;
  }
  .p-detail-page-header__text {
    position: static;
    left: 0;
    padding-top: 0;
  }
  .p-detail-page-header-grid .p-detail-page-header__text {
    order: 1;
  }
  .p-detail-page-header__img {
    position: relative;
    height: auto;
  }
  .p-detail-page-header-grid .p-detail-page-header__img {
    order: 2;
  }
  .p-detail-page-header-grid .p-detail-page-header__img::before, .p-detail-page-header-grid .p-detail-page-header__img::after {
    display: none;
  }
  .p-detail-page-header__img img {
    width: 100%;
  }
  .p-detail-page-header__target {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 1rem;
  }
  .p-detail-page-header-grid .p-detail-page-header__target {
    order: 3;
  }
  .p-detail-page-header__target .p-item {
    padding: 4px 5px;
    border-radius: 3px 0 0 3px;
  }
  .p-detail-page-header__target .p-target {
    padding: 4px 5px;
    border-radius: 0 3px 3px 0;
  }
  .p-detail-page-header__target .p-online {
    padding: 4px 5px;
    border-radius: 3px;
  }
  .p-detail-page-header__title-box {
    padding: 20px 10px 10px;
  }
  .p-detail-page-header__title-box--min {
    display: flex;
    flex-direction: column-reverse;
  }
  .p-detail-page-header__title {
    margin-bottom: 0;
    font-size: 3rem;
  }
  .p-detail-page-header__title .p-title-sub {
    font-size: 2.2rem;
  }
  .p-detail-page-header__title-shoulder {
    font-size: 2.2rem;
  }
  .p-detail-page-header__title-sub {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
  .l-pagetop {
    display: none;
  }
  .p-point-list {
    display: block;
    margin: 0;
  }
  .p-point-list__item {
    width: auto;
    max-width: none;
    margin-bottom: 15px;
    padding: 0;
  }
  .point-section .c-button-list, .point-section__button {
    max-width: 300px;
    margin: 30px auto 0;
  }
  .point-section .c-button-list .c-button-list__item, .point-section__button .c-button-list__item {
    padding: 0;
  }
  .point-section .c-button-list .c-button-list__item + .c-button-list__item, .point-section__button .c-button-list__item + .c-button-list__item {
    margin-top: 10px;
  }
  .point-section .p-banner-block {
    margin-bottom: 30px;
  }
  .p-point {
    padding: 15px 0 15px 32px;
  }
  .p-point--single {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .p-point__head::before {
    top: 20px;
    left: 0;
  }
  .p-point--single .p-point__head::before {
    top: 11px;
  }
  .p-recommend-link {
    padding: 15px 0 15px 24px;
  }
  .p-recommend-link__head::before {
    top: 20px;
    left: 0;
  }
  .p-recommend-link--single .p-recommend-link__head::before {
    top: 11px;
  }
  .p-contact-section__tel {
    font-size: 2.8rem;
  }
  .p-contact-section__tel::before {
    width: 24px;
    height: 24px;
  }
  .p-contact-section__time {
    font-size: 1.4rem;
  }
  .p-contact-section .c-button-list {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  .p-contact-section .c-button-list__item {
    width: 100%;
    margin: 0 auto 10px;
    text-align: center;
  }
  .category-search-section .p-search-section__header, .purpose-search-section .p-search-section__header {
    padding: 15px;
  }
  .category-search-section .p-search-section__body, .purpose-search-section .p-search-section__body {
    padding: 0 15px 30px;
  }
  .category-search-section .p-search-section .p-section-title, .purpose-search-section .p-search-section .p-section-title {
    margin-bottom: 15px;
  }
  .category-search-section .p-search-section__title, .purpose-search-section .p-search-section__title {
    padding-left: 50px;
    font-size: 1.8rem;
    line-height: 3;
  }
  .category-search-section .p-search-section__title::before, .purpose-search-section .p-search-section__title::before {
    width: 40px;
    height: 40px;
  }
  .category-search-section .p-search-section__title::after, .purpose-search-section .p-search-section__title::after {
    left: 20px;
    width: 24px;
    height: 24px;
  }
  .p-search-category {
    display: block;
  }
  .p-search-category__group + .p-search-category__group {
    margin-top: 5px;
  }
  .p-search-category--icon {
    padding-right: 0;
    padding-left: 0;
  }
  .p-search-category--button {
    margin-right: -5px;
    margin-left: -5px;
  }
  .p-search-button-unit .c-button-list__item {
    margin-bottom: 10px;
  }
  .p-side-box {
    display: flex;
  }
  .p-side-box__btn {
    width: 100%;
    height: 52px;
    border-radius: 6px;
  }
  .p-side-box__btn--request {
    margin-right: 1.5px;
    margin-bottom: 0;
    margin-left: 6px;
  }
  .p-side-box__btn--contact {
    margin-right: 6px;
    margin-left: 1.5px;
  }
  .p-side-btn {
    align-items: center;
    padding-bottom: 0;
    padding-left: 27px;
    font-feature-settings: "palt" 1;
    font-size: 1.4rem;
    -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
  }
  .p-side-btn::before {
    position: absolute;
    top: 50%;
    left: 2px;
    margin-bottom: 0;
    transform: translateY(-50%);
  }
  .p-side-btn-request {
    padding-right: 17px;
  }
  .p-side-btn-contact {
    padding-right: 0;
  }
  .p-step-list {
    display: block;
    margin: 0;
  }
  .p-step-list__item {
    width: auto;
    max-width: none;
    margin-bottom: 50px;
    padding: 0;
  }
  .p-step-list__item:nth-child(5) {
    margin-left: 0;
  }
  .p-step-list__item:nth-child(n + 5) {
    margin-left: 0;
  }
  .step-section .c-button-list, .step-section__button {
    max-width: 300px;
    margin: 30px auto 0;
  }
  .step-section .c-button-list .c-button-list__item, .step-section__button .c-button-list__item {
    padding: 0;
  }
  .step-section .c-button-list .c-button-list__item + .c-button-list__item, .step-section__button .c-button-list__item + .c-button-list__item {
    margin-top: 10px;
  }
  .step-section .p-banner-block {
    margin-bottom: 30px;
  }
  .js-mv-slider .swiper-button-prev,
  .js-mv-slider .swiper-button-next {
    width: 45px;
    height: 45px;
    margin-top: -22px;
  }
  .js-mv-slider .swiper-button-next {
    right: 10px;
  }
  .js-mv-slider .swiper-button-prev {
    left: 10px;
  }
  .p-tab__toggle {
    display: flex;
    position: relative;
    align-items: center;
    padding-right: 40px;
    padding-left: 60px;
    background-position: left 15px center;
    text-align: left;
  }
  .p-tab__toggle.tab-noicon {
    justify-content: flex-start;
    height: 80px;
    padding-left: 23px;
  }
  .sp-scroll .p-tab__toggle.tab-noicon {
    height: 60px;
    font-size: 1.6rem;
  }
  .p-tab__toggle.tab-nochange, .p-tab__toggle.tab-noarrow {
    padding-right: 23px;
  }
  .p-tab__toggle.tab-nochange::after, .p-tab__toggle.tab-noarrow::after {
    display: none;
  }
  .p-tab__toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 17px;
    width: 10px;
    height: 10px;
    margin-top: -8px;
    transform: rotate(45deg);
    border-right: 2px solid #eb933b;
    border-bottom: 2px solid #eb933b;
    content: "";
  }
  .p-tab__toggle[aria-selected="true"]::after {
    margin-top: -5px;
    transform: rotate(-135deg);
  }
  .sp-scroll .p-tab__toggle b {
    font-size: 1.6rem;
  }
  .p-tab__toggle[aria-selected="true"]::after,
  .p-tab-list__item.is-current .p-tab__toggle::after, .p-tab__toggle.is-opened::after, .p-tab__toggle:hover::after {
    border-right-color: #fff;
    border-bottom-color: #fff;
  }
  .p-tab:not(:first-child) .p-tab__toggle[aria-selected="true"], .p-tab:not(:first-child)
  .p-tab-list__item.is-current .p-tab__toggle, .p-tab:not(:first-child) .p-tab__toggle.is-opened, .p-tab:not(:first-child) .p-tab__toggle:hover {
    border-top-color: #eb8d2f !important;
  }
  .p-tab__body {
    display: none;
    padding: 12px 10px 7px;
  }
  .p-tab__body.tab-nochange {
    display: block;
  }
  .p-tab .c-button-list {
    display: block;
  }
  .p-tab .c-button-list__item {
    width: auto;
  }
  .p-tab-list {
    display: none;
  }
  .p-tab-list.sp-scroll {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
  }
  .p-tab-list.sp-scroll .p-tab-list__item {
    max-width: 100%;
    white-space: nowrap;
  }
  .ie .p-tab-list.sp-scroll .p-tab-list__item {
    flex: 0 1 auto;
  }
  .p-tab-list-box.sp-scroll {
    overflow-x: auto;
    white-space: nowrap;
  }
  .ie .p-tab-list-box.sp-scroll .p-tab-list-box__item {
    flex: 0 1 auto;
  }
  .p-tab-list-box__toggle {
    display: flex;
    align-items: center;
  }
  .p-tab-sp {
    display: block;
  }
  .p-section-title-text {
    min-height: 30px;
  }
  .category-search-section .p-section-title-text--search, .purpose-search-section .p-section-title-text--search {
    background-position: left top;
    background-size: 30px 30px;
    font-size: 2rem;
  }
  .p-section-title-text--search {
    background-position: left top;
    background-size: 30px 30px;
  }
  .p-section-title-text--ranking {
    padding-left: 54px;
    background-position: left 3px;
    background-size: 38.5px 25px;
  }
  .p-section-title-text--introduction {
    min-height: 40px;
    background-position: left top;
    background-size: 43.5px 39.5px;
  }
  .p-section-title-text--pickup {
    min-height: 42px;
    background-position: left top;
    background-size: 36px 44px;
  }
  .p-section-title-text--step {
    background-position: left top 5px;
    background-size: 67px 22px;
  }
  .p-section-title-text--achievement {
    min-height: 50px;
    background-position: left 20px bottom 10px;
    background-size: 43px 42px;
  }
  .p-section-title-text--recommendation {
    padding-left: 40px;
    background-size: 30px 30px;
  }
  .p-section-title-text--curriculum {
    padding-left: 40px;
    background-position: left 8px;
    background-size: 30px 24px;
  }
  .p-section-title-text--overview {
    background-position: left 8px;
    background-size: 30px 24px;
  }
  .p-section-title-text--requirements {
    background-position: left 5px;
    background-size: 30px 30px;
  }
  .p-section-title-text--cost {
    background-position: left 5px;
    background-size: 23px 30px;
  }
  .p-section-title-text--support {
    padding-left: 40px;
    background-position: left 8px;
    background-size: 30px 24px;
  }
  .p-section-title-text--gallery {
    background-position: left 5px;
    background-size: 31.5px 29px;
  }
  .p-section-title {
    margin-bottom: 18px;
  }
  .p-voice-unit__text {
    padding: 15px 20px;
  }
  .p-voice-unit--ltr .p-voice-unit__avatar {
    margin-left: 0;
  }
  .p-voice-unit--ltr .p-voice-unit__text {
    margin-right: 0;
    margin-left: 20px;
  }
  .p-voice-unit--rtl .p-voice-unit__avatar {
    margin-right: 0;
  }
  .p-voice-unit--rtl .p-voice-unit__text {
    margin-right: 20px;
    margin-left: 0;
  }
  .p-voice-unit--ttb + .p-voice-unit--ttb, .p-voice-unit--btt + .p-voice-unit--ttb, .p-voice-unit--ttb + .p-voice-unit--btt, .p-voice-unit--btt + .p-voice-unit--btt {
    margin-top: 30px;
  }
  .p-voice-unit--ttb .p-voice-unit__avatar, .p-voice-unit--btt .p-voice-unit__avatar {
    display: block;
  }
  .p-voice-unit--ttb .p-voice-unit__text, .p-voice-unit--btt .p-voice-unit__text {
    flex: 1 0 0px;
  }
  .p-voice-unit--ttb .p-voice-unit__text::before, .p-voice-unit--btt .p-voice-unit__text::before {
    top: 50%;
    left: auto;
    margin-top: -8px;
    margin-left: 0;
  }
  .p-voice-unit--ttb {
    flex-direction: row;
  }
  .p-voice-unit--ttb .p-voice-unit__text {
    margin-top: 0;
    margin-right: 0;
    margin-left: 20px;
  }
  .p-voice-unit--ttb .p-voice-unit__text::before {
    left: -20px;
    border-width: 0 20px 16px 0;
    border-color: transparent #fff transparent transparent;
  }
  .p-voice-unit--btt {
    flex-direction: row-reverse;
  }
  .p-voice-unit--btt .p-voice-unit__text {
    margin-right: 20px;
    margin-bottom: 0;
    margin-left: 0;
  }
  .p-voice-unit--btt .p-voice-unit__text::before {
    right: -20px;
    border-width: 16px 20px 0 0;
    border-color: #fff transparent transparent transparent;
  }
  .p-voice-row {
    display: block;
  }
  .p-voice-row .p-voice-unit {
    width: 100%;
  }
  .u-pc-hidden {
    display: block;
  }
  .u-sp-hidden {
    display: none;
  }
  .p-top-service {
    padding: 40px 0 55px;
  }
  .p-top-service__copy {
    margin-bottom: 20px;
    font-size: 1.9rem;
    line-height: 2;
  }
  .p-top-service__copy .p-copy {
    font-size: 2.5rem;
  }
  .p-top-service__copy .p-copy::after {
    left: 10px;
    width: 100px;
  }
  .p-top-service__lead {
    margin-bottom: 42px;
    font-size: 1.3rem;
    line-height: 2.231;
  }
  .p-section-top-service .p-service-list {
    margin-bottom: -20px;
  }
  .p-service-card__thumb {
    width: 100%;
    height: 100%;
  }
  .p-service-card__title-text {
    font-size: 1.8rem;
  }
  .p-service-card__body {
    display: block;
    height: auto;
    padding: 20px 20px 30px;
  }
  .l-section--lower .p-service-card__body {
    height: 65px;
  }
  .p-section-top-pickup .p-pickup-slider {
    margin: 0;
  }
  .p-section-top-pickup .p-pickup-slider__item {
    padding: 0 40px;
  }
  .p-section-top-column .p-column-list {
    margin-bottom: 20px;
  }
  .news-section {
    padding: 28px 0 40px;
  }
  .news-section .c-button-list {
    margin-top: 30px;
  }
  .info-contents {
    display: block;
    padding: 0;
  }
  .info-contents__pickup {
    max-width: none;
  }
  .l-section--lower .info-contents__pickup {
    padding-right: 0;
    padding-left: 0;
  }
  .info-contents__facebook {
    width: 100%;
    padding: 25px 15px 0;
    text-align: center;
  }
  .p-pickup {
    padding: 40px 15px 50px;
  }
  .p-pickup-slider {
    margin: 0;
  }
  .p-pickup-slider__item {
    padding: 0 40px;
  }
  .p-ranking {
    display: block;
  }
  .p-ranking__card {
    display: flex;
  }
  .p-search-wrapper .p-ranking__item {
    display: block;
  }
  .p-ranking__item {
    width: auto;
    margin-bottom: 14px;
  }
  .p-ranking__item:nth-child(n + 4) {
    display: none;
  }
  .p-ranking--full .p-ranking__item:nth-child(n + 4) {
    display: block;
  }
  .p-search-wrapper .p-ranking-card__body {
    flex: 1;
  }
  .p-achievement-box .p-achievement {
    padding: 30px 15px;
  }
  .p-achievement-box .p-achievement-list__item {
    width: 94px;
  }
}

@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    display: inline-block;
    pointer-events: none;
  }
  .l-navigation {
    display: block !important;
  }
  .l-navigation__inner {
    display: flex;
    align-items: center;
  }
  .l-section--lower-2col .l-inner {
    padding-right: 295px;
  }
  .p-step-list__item:nth-child(4) .p-step-card::after {
    display: none;
  }
  .p-gnav__item--search.is-current .p-button-gnav {
    border: 2px solid #eb933b;
  }
  .p-gnav__item--cause.is-current .p-button-gnav {
    border: 2px solid #eb933b;
  }
  .p-gnav__item:hover .l-megamenu {
    display: block;
  }
  .p-gnav__link::after {
    display: block;
    position: absolute;
    bottom: -2px;
    left: 8px;
    width: 144px;
    height: 3px;
    background: #e05043;
    content: "";
    opacity: 0;
    transition: opacity 0.2s ease;
  }
  .p-gnav__link:hover::after,
  .is-current .p-gnav__link::after {
    opacity: 1;
  }
  .p-lineup__list {
    display: block !important;
  }
  .p-lineup__list--1col {
    display: flex !important;
    flex-wrap: wrap;
  }
  .p-lineup__list--1col .p-lineup__item {
    width: calc(33.333% - 50px);
    margin: 0 25px;
  }
  .p-lineup-contents {
    display: block !important;
  }
  .p-detail-page-header-grid .p-detail-page-header__text {
    z-index: 1;
    padding-top: 64px;
  }
  .p-detail-page-header-grid--course .p-detail-page-header__text {
    display: flex;
    align-items: center;
    height: 100%;
    padding-top: 0;
  }
  .p-detail-page-header-grid .p-detail-page-header__target {
    z-index: 2;
    position: relative;
    padding-top: 20px;
  }
  .p-detail-page-header__title-box--min {
    max-width: 580px;
    padding-top: 30px;
    padding-left: 80px;
  }
  .p-detail-page-header__title-box--min .p-detail-page-header__title {
    line-height: 1.381;
  }
  .p-detail-page-header__title-box--min .p-detail-page-header__title-sub {
    line-height: 1.5;
  }
  .p-detail-page-header-sp {
    display: none;
  }
  .js-pickup-slider .swiper-button-prev,
  .js-pickup-slider .swiper-button-next,
  .js-sp-slider-01 .swiper-button-prev,
  .js-sp-slider-01 .swiper-button-next,
  .js-sp-slider-02 .swiper-button-prev,
  .js-sp-slider-02 .swiper-button-next {
    display: none;
  }
}

@media screen and (max-width: 1180px) {
  .is-floating .l-side {
    right: auto;
    margin-left: 1098px;
  }
}
