@charset "UTF-8";

html {
  font-size: 100%;
}
@media (max-width: 1490px) {
  html {
    font-size: 1.0738255034vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1490px;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .l-inner {
    /*padding-right: 0.9375rem;
    padding-left: 0.9375rem;*/
    padding-left: 0;
    padding-right: 0;
  }
}


.c-background01 {
  background: #F3F1EF;
}

.c-btn01 {
  position: relative;
}

a.c-btn01:hover,
a:hover .c-btn01 {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  a.c-btn01:hover,
  a:hover .c-btn01 {
    opacity: 1;
  }
}

.c-btn01::before {
  content: "";
  z-index: 1;
  width: 6px;
  height: 11px;
  background: #fff;
  -webkit-clip-path: polygon(20% 0, 0 14%, 58% 50%, 0 86%, 20% 100%, 100% 50%);
  clip-path: polygon(20% 0, 0 14%, 58% 50%, 0 86%, 20% 100%, 100% 50%);
  position: absolute;
  top: 50%;
  right: 38.5px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .c-btn01::before {
    display: none;
  }
}

.c-btn01::after {
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #DC000C;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .c-btn01::after {
    display: none;
  }
}

.c-btn01__text {
  padding-right: 60px;
  font-size: 35px;
  color: #DC000C;
  line-height: 1.2857142857;
  letter-spacing: 0.05em;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-btn01__text {
    padding-right: 0;
    display: inline-block;
    font-size: 21px;
    line-height: 1.2857142857;
  }
}

@media screen and (max-width: 767px) {
  .c-btn01__text::before {
    content: "";
    z-index: 1;
    width: 5px;
    height: 7px;
    background: #fff;
    -webkit-clip-path: polygon(20% 0, 0 14%, 58% 50%, 0 86%, 20% 100%, 100% 50%);
    clip-path: polygon(20% 0, 0 14%, 58% 50%, 0 86%, 20% 100%, 100% 50%);
    position: absolute;
    top: 50%;
    right: -32px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
}

@media screen and (max-width: 767px) {
  .c-btn01__text::after {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #DC000C;
    position: absolute;
    top: 50%;
    right: -37px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
}

.c-btn02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 13px 30px;
  font-size: 20px;
  color: #fff;
  line-height: 1;
  background: #DC000C;
  border-radius: 28px;
  position: relative;
}
.c-btn02:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .c-btn02:hover {
    opacity: 1;
  }
}

.c-btn02::after {
  content: "";
  width: 8px;
  height: 16px;
  background: #fff;
  -webkit-clip-path: polygon(20% 0, 0 14%, 58% 50%, 0 86%, 20% 100%, 100% 50%);
  clip-path: polygon(20% 0, 0 14%, 58% 50%, 0 86%, 20% 100%, 100% 50%);
  position: absolute;
  top: 50%;
  right: 19px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}

.p-area {
  border-bottom: 2px solid #A8A8A8;
}
@media screen and (max-width: 767px) {
  .p-area {
    border-bottom: 1px solid #A8A8A8;
  }
}
.p-area__nav {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-area__nav {
    padding-top: 30px;
  }
}
.p-area__navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.p-area__navList > li {
  width: calc(25% - 11.25px);
}
@media screen and (max-width: 767px) {
  .p-area__navList > li {
    width: calc(25% - 6px);
  }
}
.p-area__navList > li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 22px 20px 18px;
  border: 2px solid #A8A8A8;
  border-bottom: none !important;
  border-radius: 30px 30px 0 0;
  background: #F3F1EF;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.3;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .p-area__navList > li a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1024px) {
  .p-area__navList > li a {
    padding: 18px 20px 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-area__navList > li a {
    padding: 6px 10px 4px;
    border: 1px solid #A8A8A8;
    border-radius: 15px 15px 0 0;
    font-size: 17px;
  }
}
.p-area__navList > li a.current {
  position: relative;
  z-index: 1;
  background: #fff;
  pointer-events: none;
}
.p-area__navList > li a.current::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
}
.p-area__navList--internship {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .p-area__navList--internship {
    gap: 20px;
  }
}
.p-area__navList--internship > li a {
  background: #fff;
}
.p-area__navList--internship > li a.current {
  background: #F3F1EF;
}
.p-area__navList--internship > li a.current::before {
  background: #F3F1EF;
}

.p-breadcrumb {
  padding-top: 24px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-breadcrumb {
    padding-top: 50px;
  }
}
.p-breadcrumb__wrap {
  margin-top: 120px;
}
@media screen and (max-width: 1024px) {
  .p-breadcrumb__wrap {
    margin-top: 70px;
  }
}
.p-breadcrumb ul {
  font-size: 0;
}
.p-breadcrumb ul > li {
  display: inline;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-breadcrumb ul > li {
    font-size: 14px;
  }
}
.p-breadcrumb ul > li:not(:last-child) {
  position: relative;
  margin-right: 1em;
}
.p-breadcrumb ul > li:not(:last-child)::after {
  content: ">";
  display: inline-block;
  margin-left: 1em;
  font-weight: bold;
}
.p-breadcrumb ul > li a {
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .p-breadcrumb ul > li a:hover {
    opacity: 0.7;
  }
}

.p-briefing {
  margin: 80px 0 120px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-briefing {
    margin: 30px 0;
  }
}
.p-briefing__table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-briefing__table {
    width: 810px;
  }
}
@media screen and (max-width: 767px) {
  .p-briefing__tableWrap {
    overflow-x: auto;
  }
  .p-briefing__tableWrap::-webkit-scrollbar {
    display: none;
  }
}
.p-briefing__table thead {
  background: #F3F1EF;
}
.p-briefing__table thead th {
  padding: 20px 10px 16px;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .p-briefing__table thead th {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-briefing__table thead th {
    padding: 19px 10px 15px;
    font-size: 15px;
  }
}
.p-briefing__table thead th:nth-child(1) {
  width: 15.1%;
}
.p-briefing__table thead th:nth-child(2) {
  width: 15.1%;
}
@media screen and (max-width: 767px) {
  .p-briefing__table thead th:nth-child(2) {
    width: 17%;
  }
}
.p-briefing__table thead th:nth-child(3) {
  width: 32%;
}
@media screen and (max-width: 767px) {
  .p-briefing__table thead th:nth-child(3) {
    width: 33%;
  }
}
.p-briefing__table thead th:nth-child(4) {
  width: 18.9%;
}
@media screen and (max-width: 767px) {
  .p-briefing__table thead th:nth-child(4) {
    width: 16%;
  }
}
.p-briefing__table thead th:nth-child(5) {
  width: 18.9%;
}
.p-briefing__table tbody {
  text-align: center;
}
.p-briefing__table tbody tr td {
  padding: 14px 5px 13px;
  font-size: 17px;
}
@media screen and (max-width: 1024px) {
  .p-briefing__table tbody tr td {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-briefing__table tbody tr td {
    padding: 13px 5px 12px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-briefing__table tbody tr td[colspan] {
    padding: 13px 10px 12px;
    text-align: left;
  }
}
.p-briefing__table th,
.p-briefing__table td {
  border: 2px solid #A8A8A8;
}
@media screen and (max-width: 767px) {
  .p-briefing__table th,
  .p-briefing__table td {
    border: 1px solid #A8A8A8;
  }
}
.p-briefing__tableRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
.p-briefing__tableLink {
  display: block;
  width: 100%;
  max-width: 140px;
  padding: 3px 10px 2px;
  border-radius: 15px;
  background: #00AAEB;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .p-briefing__tableLink:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1024px) {
  .p-briefing__tableLink {
    padding: 3px 5px 2px;
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .p-briefing__tableLink {
    max-width: 123px;
    font-size: 14px;
  }
}
.p-briefing__tableLink--rikunabi {
  background: #0068B7;
}
.p-briefing__tableLink--form {
  background: #A8A8A8;
}
.p-briefing__main {
  margin-top: 80px;
}
.p-briefing__bottom {
  margin-top: 80px;
}
.p-briefing__bottomTitle {
  font-size: 26px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-briefing__bottomTitle {
    font-size: 20px;
  }
}
.p-briefing__bottomWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .p-briefing__bottomWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 16px;
  }
}
.p-briefing__bottomBanner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 0;
  margin-right: 2.2580645161%;
  padding: 22px 65px 22px 22px;
  border-radius: 5px;
  background: #00AAEB;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .p-briefing__bottomBanner:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1024px) {
  .p-briefing__bottomBanner {
    margin: 0 0 16px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-briefing__bottomBanner {
    padding: 16px 48px 16px 16px;
  }
}
.p-briefing__bottomBanner::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 29px;
  z-index: 2;
  width: 5px;
  height: 9px;
  background: #00AAEB;
  -webkit-clip-path: polygon(15% 0, 0 12%, 65% 50%, 0 88%, 15% 100%, 100% 50%);
  clip-path: polygon(15% 0, 0 12%, 65% 50%, 0 88%, 15% 100%, 100% 50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-briefing__bottomBanner::before {
    right: 20px;
    width: 5px;
    height: 8px;
    -webkit-clip-path: polygon(20% 0, 0 14%, 58% 50%, 0 86%, 20% 100%, 100% 50%);
    clip-path: polygon(20% 0, 0 14%, 58% 50%, 0 86%, 20% 100%, 100% 50%);
  }
}
.p-briefing__bottomBanner::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  z-index: 1;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-briefing__bottomBanner::after {
    right: 16px;
    width: 15px;
    height: 15px;
  }
}
.p-briefing__bottomBanner figure {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 8px 12px;
  background: #fff;
}
.p-briefing__bottomBanner figure img {
  width: 100%;
  min-width: 93.5582822086%;
  max-width: 320px;
  height: auto;
}
.p-briefing__bottomBanner--rikunabi {
  background-color: #0068B7;
}
.p-briefing__bottomBanner--rikunabi::before {
  background-color: #0068B7;
}
.p-briefing__bottomLink {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  padding: 30px 38px;
  border: 1px solid #A8A8A8;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .p-briefing__bottomLink:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1024px) {
  .p-briefing__bottomLink {
    margin-top: 8px;
  }
}
@media screen and (max-width: 767px) {
  .p-briefing__bottomLink {
    padding: 18px 30px;
    font-size: 14px;
  }
}
.p-briefing__bottomLink::before {
  content: "";
  position: absolute;
  top: calc(50% + 15px);
  right: 43px;
  z-index: 2;
  width: 5px;
  height: 9px;
  background: #fff;
  -webkit-clip-path: polygon(15% 0, 0 12%, 65% 50%, 0 88%, 15% 100%, 100% 50%);
  clip-path: polygon(15% 0, 0 12%, 65% 50%, 0 88%, 15% 100%, 100% 50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-briefing__bottomLink::before {
    top: calc(50% + 10px);
    right: 34px;
    width: 5px;
    height: 8px;
    -webkit-clip-path: polygon(20% 0, 0 14%, 58% 50%, 0 86%, 20% 100%, 100% 50%);
    clip-path: polygon(20% 0, 0 14%, 58% 50%, 0 86%, 20% 100%, 100% 50%);
  }
}
.p-briefing__bottomLink::after {
  content: "";
  position: absolute;
  top: calc(50% + 15px);
  right: 36px;
  z-index: 1;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #A8A8A8;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-briefing__bottomLink::after {
    top: calc(50% + 10px);
    right: 30px;
    width: 15px;
    height: 15px;
  }
}
.p-briefing__time {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-briefing__time {
    font-size: 13px;
  }
}
.p-briefing__content img {
  display: inline-block;
  vertical-align: middle;
}
.p-briefing__content a {
  display: inline;
  width: auto;
  color: #DC000C;
  text-decoration: underline;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .p-briefing__content a:hover {
    opacity: 0.7;
  }
}
.p-briefing__content mark a {
  color: inherit;
}
.p-briefing__content a[href^="tel:"] {
  color: #3C2618;
  text-decoration: none;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-briefing__content a[href^="tel:"] {
    cursor: pointer;
    pointer-events: visible;
  }
}
.p-briefing__content > * {
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-briefing__content > * {
    font-size: 16px;
    line-height: 1.75;
  }
}
.p-briefing__content > *:not(:last-child) {
  margin-bottom: 2em;
}
.p-briefing__content h2 {
  display: block;
  padding-bottom: 8px;
  border-bottom: 3px solid #DC000C;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .p-briefing__content h2 {
    font-size: 22px;
  }
}
.p-briefing__content h2:not(:first-child) {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-briefing__content h2:not(:first-child) {
    margin-top: 80px;
  }
}
.p-briefing__content h2:not(:last-child) {
  margin-bottom: 1.2em;
}
@media screen and (max-width: 767px) {
  .p-briefing__content h2:not(:last-child) {
    margin-bottom: 0.8em;
  }
}
.p-briefing__content h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-briefing__content h3 {
    font-size: 20px;
  }
}
.p-briefing__content h3:not(:first-child) {
  margin-top: 1.5em;
}
.p-briefing__content h3:not(:last-child) {
  margin-bottom: 1.5em;
}
.p-briefing__content h4 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-briefing__content h4 {
    font-size: 18px;
  }
}
.p-briefing__content h4:not(:first-child) {
  margin-top: 1em;
}
.p-briefing__content h4:not(:last-child) {
  margin-bottom: 1em;
}
.p-briefing__content h5 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-briefing__content h5 {
    font-size: 16px;
  }
}
.p-briefing__content h5:not(:first-child) {
  margin-top: 1em;
}
.p-briefing__content h5:not(:last-child) {
  margin-bottom: 1em;
}
.p-briefing__content h6 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-briefing__content h6 {
    font-size: 14px;
  }
}
.p-briefing__content h6:not(:first-child) {
  margin-top: 1em;
}
.p-briefing__content h6:not(:last-child) {
  margin-bottom: 1em;
}
.p-briefing__content p:not(:last-child) {
  margin-bottom: 2em;
}
.p-briefing__content figure {
  margin-bottom: 0;
}
.p-briefing__content figure:not(:last-child) {
  margin-bottom: 10px;
}
.p-briefing__content figcaption {
  position: relative;
  margin-top: 8px;
  color: #A8A8A8;
  font-size: 13px;
}
.p-briefing__content table {
  display: table;
  line-height: 1.4;
}
.p-briefing__content thead {
  display: table-header-group;
  vertical-align: middle;
  border-color: inherit;
}
.p-briefing__content tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}
.p-briefing__content tfoot {
  display: table-footer-group;
  vertical-align: middle;
  border-color: inherit;
}
.p-briefing__content table > tr {
  vertical-align: middle;
}
.p-briefing__content col {
  display: table-column;
}
.p-briefing__content colgroup {
  display: table-column-group;
}
.p-briefing__content tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}
.p-briefing__content td,
.p-briefing__content th {
  display: table-cell;
  padding: 1em;
  vertical-align: inherit;
}
.p-briefing__content th {
  background: #F3F1EF;
  font-weight: bold;
}
.p-briefing__content caption {
  display: table-caption;
}
.p-briefing__content ul,
.p-briefing__content menu,
.p-briefing__content dir {
  display: block;
  list-style-type: disc;
}
.p-briefing__content ol,
.p-briefing__content ul {
  margin-top: 1em;
  padding-left: 1em;
}
.p-briefing__content ol ol,
.p-briefing__content ol ul,
.p-briefing__content ul ol,
.p-briefing__content ul ul {
  margin-top: 0;
}
.p-briefing__content ol {
  display: block;
  counter-reset: num;
  padding-left: 1.5em;
}
.p-briefing__content ol > li {
  position: relative;
  counter-increment: num;
}
.p-briefing__content ol > li::before {
  content: counter(num);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0.472em;
  left: -1.77em;
  padding-top: 1px;
  border: 1px solid #3C2618;
  border-radius: 50%;
  width: 1.416em;
  height: 1.416em;
  font-size: 85%;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
}
.p-briefing__content li {
  margin-top: 6px;
  display: list-item;
}
.p-briefing__content ul ul,
.p-briefing__content ul ol,
.p-briefing__content ol ul,
.p-briefing__content ol ol {
  margin: 0;
}
.p-briefing__content ul ul,
.p-briefing__content ol ul {
  list-style-type: circle;
}
.p-briefing__content ol ol ul,
.p-briefing__content ol ul ul,
.p-briefing__content ul ol ul,
.p-briefing__content ul ul ul {
  list-style-type: square;
}
.p-briefing__content dd {
  display: block;
}
.p-briefing__content dl {
  display: block;
}
.p-briefing__content dt {
  display: block;
}
.p-briefing__content strong {
  font-weight: bold;
}
.p-briefing__content em {
  font-style: italic;
}
.p-briefing__content sup {
  font-size: 70%;
  vertical-align: super;
}
.p-briefing__content sub {
  font-size: 70%;
  vertical-align: sub;
}
.p-briefing__content blockquote {
  position: relative;
  padding: 2rem 2.5rem 2.5rem;
  border: 1px solid #3C2618;
  font-size: 1.4rem;
}
.p-briefing__content blockquote P:not(:last-child) {
  margin-bottom: 1rem;
}
.p-briefing__content blockquote cite {
  position: relative;
  display: block;
}
.p-briefing__content .map {
  position: relative;
  padding-top: 60%;
}
.p-briefing__content .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-briefing__content .wp-block-table th,
.p-briefing__content .wp-block-table td {
  padding: 20px 15px 18px !important;
  border-color: #A8A8A8;
}
@media screen and (max-width: 767px) {
  .p-briefing__content .wp-block-table th,
  .p-briefing__content .wp-block-table td {
    padding: 14px 20px;
  }
}
.p-briefing__content .wp-block-table thead th {
  text-align: center;
}
.p-briefing__content .wp-block-flexible-table-block-table table {
  border-collapse: collapse;
}
.p-briefing__content .wp-block-flexible-table-block-table table tr th {
  text-align: center;
}
.p-briefing__content .wp-block-flexible-table-block-table table tr th,
.p-briefing__content .wp-block-flexible-table-block-table table tr td {
  padding: 20px 15px 18px !important;
  border: 1px solid #A8A8A8;
}
@media screen and (max-width: 767px) {
  .p-briefing__content .wp-block-flexible-table-block-table table tr th,
  .p-briefing__content .wp-block-flexible-table-block-table table tr td {
    padding: 14px 20px !important;
  }
}
.p-briefing__content .wp-block-table:not(:last-child),
.p-briefing__content .wp-block-flexible-table-block-table:not(:last-child) {
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .p-briefing__content .wp-block-table,
  .p-briefing__content .wp-block-flexible-table-block-table {
    overflow-x: auto;
  }
  .p-briefing__content .wp-block-table::-webkit-scrollbar,
  .p-briefing__content .wp-block-flexible-table-block-table::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-briefing__content .wp-block-table table,
  .p-briefing__content .wp-block-flexible-table-block-table table {
    width: 1090px;
    max-width: none;
    max-width: initial;
  }
}
.p-briefing__content .wp-block-embed-youtube.aligncenter iframe,
.p-briefing__content .wp-block-embed-youtube.aligncenter .wp-element-caption {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.p-briefing__content .wp-block-embed-youtube.alignright {
  margin-left: auto;
}
.p-briefing__content .wp-block-embed-youtube iframe {
  width: 80%;
  height: auto;
  aspect-ratio: 500/281;
}
@media screen and (max-width: 767px) {
  .p-briefing__content .wp-block-embed-youtube iframe {
    width: 100%;
  }
}
.p-briefing__content .wp-block-embed-youtube .wp-element-caption {
  width: 80%;
}
.p-briefing__content .wp-block-separator {
  border-color: #A8A8A8;
}
.p-briefing__content .wp-block-separator:not(:last-child) {
  margin-bottom: 3.5rem;
}
.p-briefing__content .wp-block-spacer {
  margin-bottom: 0;
}
.p-briefing__content .wp-block-buttons:not(:first-child) {
  margin-top: 2em;
}
.p-briefing__content .wp-block-button__link {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-width: 260px;
  min-height: 50px;
  padding: 10px 20px;
  border-radius: 50px;
  background: #DC000C;
  color: #fff;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .p-briefing__content .wp-block-button__link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .p-briefing__content .wp-block-button__link {
    min-height: 46px;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .p-company-card01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 767px) {
  .p-company-card01__head {
    margin-top: 10px;
  }
}

.p-company-card01__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-company-card01__area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.p-company-card01__btn .c-btn01__text {
  padding-right: 74px;
  font-size: 35px;
  line-height: 1.3095238095;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-company-card01__btn .c-btn01__text {
    padding-right: 28px;
    font-size: 22px;
    line-height: 1.3636363636;
  }
}

.p-company-card01__btn .c-btn01::before {
  top: auto;
  bottom: 23px;
  right: 40.5px;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
@media screen and (max-width: 767px) {
  .p-company-card01__btn .c-btn01::before {
    display: none;
  }
}

.p-company-card01__btn .c-btn01::after {
  width: 28px;
  height: 28px;
  top: auto;
  bottom: 15px;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
@media screen and (max-width: 767px) {
  .p-company-card01__btn .c-btn01::after {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .p-company-card01__btn .c-btn01__text::before {
    width: 6px;
    height: 8px;
    top: auto;
    bottom: 12px;
    right: 4.5px;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}

@media screen and (max-width: 767px) {
  .p-company-card01__btn .c-btn01__text::after {
    width: 18px;
    height: 18px;
    top: auto;
    bottom: 8px;
    right: 0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}

.p-company-card01__text {
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-company-card01__text {
    margin-top: 5px;
    font-size: 18px;
    line-height: 1.5555555556;
  }
}

.p-company__works .p-company-card01__text {
  width: 47.5806451613%;
}
@media screen and (max-width: 767px) {
  .p-company__works .p-company-card01__text {
    width: auto;
  }
}

.p-company-card01__body {
  margin-top: 27px;
}
@media screen and (max-width: 767px) {
  .p-company-card01__body {
    margin-top: 0;
  }
}

.p-company-card01__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-company-card01__img img {
  width: 100%;
  height: auto;
}

.p-company-card01__img--01 img {
  border-radius: 15px 0 0 15px;
}
@media screen and (max-width: 767px) {
  .p-company-card01__img--01 img {
    border-radius: 10px 0 0 10px;
  }
}

.p-company-card01__img--04 img {
  border-radius: 0 15px 15px 0;
}
@media screen and (max-width: 767px) {
  .p-company-card01__img--04 img {
    border-radius: 0 10px 10px 0;
  }
}

.p-company-card02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 115px;
  -moz-column-gap: 115px;
  column-gap: 115px;
}
@media screen and (max-width: 767px) {
  .p-company-card02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.p-company-card02.p-company-card02--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-company-card02.p-company-card02--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.p-company-card02__img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-company-card02__img {
    width: auto;
  }
}

.p-company-card02__img img {
  width: 100%;
  height: auto;
  border-radius: 15px;
}

.p-company-card02__body {
  width: 40.3225806452%;
}
@media screen and (max-width: 767px) {
  .p-company-card02__body {
    width: auto;
    margin-top: 21px;
  }
}

.p-company-card02__btn {
  width: 84.3548387097%;
}
@media screen and (max-width: 767px) {
  .p-company-card02__btn {
    width: auto;
  }
}

.p-company-card02__btn .c-btn01__text {
  display: inline-block;
  padding-right: 54px;
  font-size: 35px;
  line-height: 1.3095238095;
}
@media screen and (max-width: 767px) {
  .p-company-card02__btn .c-btn01__text {
    font-size: 22px;
    line-height: 1.3636363636;
    letter-spacing: 0.03em;
  }
}

.p-company-card02__btn .c-btn01::before {
  top: auto;
  bottom: 16px;
  right: 10px;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
@media screen and (max-width: 767px) {
  .p-company-card02__btn .c-btn01::before {
    display: none;
  }
}

.p-company-card02__btn .c-btn01::after {
  width: 28px;
  height: 28px;
  top: auto;
  bottom: 8px;
  right: 0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
@media screen and (max-width: 767px) {
  .p-company-card02__btn .c-btn01::after {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .p-company-card02__btn .c-btn01__text::before {
    width: 6px;
    height: 8px;
    top: auto;
    bottom: 13px;
    right: -25.5px;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}

@media screen and (max-width: 767px) {
  .p-company-card02__btn .c-btn01__text::after {
    width: 18px;
    height: 18px;
    top: auto;
    bottom: 8px;
    right: -30px;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}

.p-company-card02__text {
  margin-top: 22px;
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-company-card02__text {
    margin-top: 2px;
    font-size: 18px;
    line-height: 1.5555555556;
  }
}

.p-company__inner {
  position: relative;
}

.p-company__inner::after {
  content: "";
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  background: #F3F1EF;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-company__inner::after {
    display: none;
  }
}

.p-company {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-company {
    padding-bottom: 30px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .p-company .p-breadcrumb__inner {
    padding-right: 0;
    padding-left: 0;
  }
}

.p-company__works {
  max-width: 1240px;
  margin-inline: auto;
  margin-top: 70px;
  padding-bottom: 96px;
}
@media screen and (max-width: 767px) {
  .p-company__works {
    margin-top: 5px;
    padding-bottom: 0;
  }
}

.p-company__style {
  max-width: 1240px;
  margin-inline: auto;
  padding-top: 65px;
  padding-bottom: 59px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-company__style {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 27px;
  }
}

.p-company__style::after {
  content: "";
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-company__style::after {
    display: none;
  }
}

.p-company__data {
  max-width: 1240px;
  margin-inline: auto;
  padding-top: 60px;
  padding-bottom: 63px;
}
@media screen and (max-width: 767px) {
  .p-company__data {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 27px;
  }
}

.p-csr {
  padding-top: 80px;
  padding-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-csr {
    padding-top: 80px;
    padding-bottom: 30px;
  }
}

.p-csr::after {
  content: "";
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  background: #F3F1EF;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .p-csr .p-breadcrumb__inner {
    padding-right: 0;
    padding-left: 0;
  }
}

.p-csr__inner {
  max-width: 1240px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-csr__inner {
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.p-csr__head {
  width: 58.2258064516%;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .p-csr__head {
    width: auto;
    margin-top: 0;
    display: contents;
  }
}

@media screen and (max-width: 767px) {
  .p-csr__detail {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.p-csr__title {
  font-size: 35px;
  color: #0087D3;
  line-height: 1.2857142857;
  letter-spacing: 0.05em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-csr__title {
    font-size: 28px;
    line-height: 1.6071428571;
  }
}

.p-csr__read {
  margin-top: 8px;
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-csr__read {
    margin-top: 0;
    font-size: 24px;
    line-height: 1.25;
  }
}

.p-csr__text {
  margin-top: 14px;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.016em;
}
@media screen and (max-width: 767px) {
  .p-csr__text {
    margin-top: 17px;
    line-height: 1.625;
    letter-spacing: 0.03em;
  }
}

.p-csr__btn {
  margin-top: 26px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-csr__btn {
    width: 90.8333333333%;
    margin-inline: auto;
    margin-top: 13px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

.p-csr__btn--link {
  width: 145px;
  padding: 13px 0 11px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #fff;
  line-height: 1;
  background: #0087D3;
  border-radius: 30px;
  position: relative;
}
.p-csr__btn--link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .p-csr__btn--link:hover {
    opacity: 1;
  }
}

.p-csr__btn--link::after {
  content: "";
  width: 8px;
  height: 11px;
  background: #fff;
  -webkit-clip-path: polygon(20% 0, 0 14%, 58% 50%, 0 86%, 20% 100%, 100% 50%);
  clip-path: polygon(20% 0, 0 14%, 58% 50%, 0 86%, 20% 100%, 100% 50%);
  position: absolute;
  top: 50%;
  right: 11px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  z-index: 1;
}
.p-csr__body {
  width: 34.2741935484%;
}
@media screen and (max-width: 767px) {
  .p-csr__body {
    width: 88.8888888889%;
    margin-inline: auto;
    margin-top: 37px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.p-csr__img figcaption {
  display: block;
  margin-top: 21.1px;
  font-size: 28px;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-csr__img figcaption {
    margin-top: 18px;
    font-size: 24px;
    line-height: 1.75;
  }
}

.p-csr__img img {
  width: 100%;
  height: auto;
}

.p-data-card {
  height: 100%;
  min-height: 350px;
  background: #fff;
  border: 1px solid #DC000C;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .p-data-card {
    height: 100%;
    min-height: 286px;
  }
}

.p-data-card__inner {
  height: 100%;
  padding: 27px 32px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-data-card__inner {
    padding: 23px 21px 20px;
  }
}

.p-data-card__title {
  font-size: 35px;
  color: #DC000C;
  text-align: center;
  line-height: 1.2;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-data-card__title {
    font-size: 28px;
    line-height: 1.1785714286;
  }
}

.p-data-card--03 .p-data-card__title,
.p-data-card--04 .p-data-card__title {
  text-align: left;
}

.p-data-card__img {
  width: 90.4320987654%;
  margin-left: 5px;
  margin-right: auto;
  margin-top: 7px;
}
@media screen and (max-width: 767px) {
  .p-data-card__img {
    width: 87.2727272727%;
    margin-left: 9px;
  }
}

.p-data-card__img img {
  width: 100%;
  height: auto;
}

.p-data-card__detail {
  width: 145px;
  position: absolute;
  bottom: 26px;
  right: 33px;
}
@media screen and (max-width: 767px) {
  .p-data-card__detail {
    width: 120px;
    bottom: 23px;
    right: 27px;
  }
}

.p-data-card__text {
  font-size: 14px;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-data-card__text {
    font-size: 10px;
    line-height: 1.5;
  }
}

.p-data-card__btn {
  margin-top: 6px;
}
.p-data-card__link {
  width: 100%;
  display: block;
  padding: 9px 20px 8px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  background: #DC000C;
  border-radius: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-data-card__link {
    padding: 8px 18px;
    font-size: 10px;
    line-height: 1.5;
  }
}

.p-data-card__link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .p-data-card__link:hover {
    opacity: 1;
  }
}

.p-data-card__link::after {
  content: "";
  width: 7px;
  height: 12px;
  background: #fff;
  -webkit-clip-path: polygon(20% 0, 0 14%, 58% 50%, 0 86%, 20% 100%, 100% 50%);
  clip-path: polygon(20% 0, 0 14%, 58% 50%, 0 86%, 20% 100%, 100% 50%);
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}

.p-data-card__attention {
  font-size: 14px;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-data-card__attention {
    font-size: 10px;
    line-height: 1.5;
  }
}

.p-data-card--02 .p-data-card__attention,
.p-data-card--03 .p-data-card__attention,
.p-data-card--04 .p-data-card__attention,
.p-data-card--05 .p-data-card__attention,
.p-data-card--06 .p-data-card__attention {
  margin-top: auto;
}

.p-data-card__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-data-card--02 .p-data-card__area {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .p-data-card--02 .p-data-card__area {
    margin-top: 18px;
  }
}

.p-data-card--03 .p-data-card__area {
  margin-top: 57px;
}
@media screen and (max-width: 767px) {
  .p-data-card--03 .p-data-card__area {
    margin-top: 25px;
  }
}

.p-data-card--04 .p-data-card__area {
  margin-top: 24px;
}

.p-data-card--05 .p-data-card__area {
  margin-top: 24px;
}

.p-data-card--06 .p-data-card__area {
  margin-top: 24px;
}

.p-data__read {
  font-size: 50px;
  color: #DC000C;
  text-align: right;
  line-height: 1.2;
  font-weight: bold;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media screen and (max-width: 767px) {
  .p-data__read {
    font-size: 41px;
  }
}

.p-data-card--02 .p-data__read {
  margin-top: 20px;
}
.p-data-card--03 .p-data__read {
  margin-top: 28px;
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .p-data-card--03 .p-data__read {
    margin-top: 44px;
    margin-left: 7px;
  }
}

.p-data-card--04 .p-data__read {
  margin-top: 20px;
}

.p-data-card--05 .p-data__read {
  margin-top: 20px;
}

.p-data-card--06 .p-data__read {
  margin-top: 20px;
}

.p-data__read .p-data__read--sm {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-data__read .p-data__read--sm {
    font-size: 16px;
    line-height: 1.5;
  }
}

.p-data__read .p-data__read--number {
  height: 80px;
  display: inline-block;
  line-height: 1;
}

.p-data-card--02 .p-data__read .p-data__read--number {
  margin-top: -20px;
}
@media screen and (max-width: 767px) {
  .p-data-card--02 .p-data__read .p-data__read--number {
    max-width: 138px;
    margin-top: -20px;
  }
}

.p-data-card--03 .p-data__read .p-data__read--number {
  margin-top: -24px;
}
@media screen and (max-width: 767px) {
  .p-data-card--03 .p-data__read .p-data__read--number {
    max-width: 204px;
    margin-top: -17px;
  }
}

.p-data-card--04 .p-data__read .p-data__read--number {
  margin-top: -20px;
}
@media screen and (max-width: 767px) {
  .p-data-card--04 .p-data__read .p-data__read--number {
    margin-top: 0;
  }
}

.p-data-card--05 .p-data__read .p-data__read--number {
  margin-top: -20px;
}
@media screen and (max-width: 767px) {
  .p-data-card--05 .p-data__read .p-data__read--number {
    margin-top: 0;
  }
}

.p-data-card--06 .p-data__read .p-data__read--number {
  margin-top: -20px;
}
@media screen and (max-width: 767px) {
  .p-data-card--06 .p-data__read .p-data__read--number {
    margin-top: 0;
  }
}

.p-data__read .p-data__read--number img {
  height: auto;
}

.p-data__text {
  margin-top: 17px;
  font-size: 30px;
  color: #DC000C;
  text-align: center;
  line-height: 1.0666666667;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-data__text {
    margin-top: 5px;
    font-size: 24px;
    line-height: 1.0833333333;
  }
}

.p-data-card--02 .p-data-card__icon {
  width: 80px;
  position: absolute;
  bottom: 32px;
  left: 35px;
}
@media screen and (max-width: 767px) {
  .p-data-card--02 .p-data-card__icon {
    width: 21.0909090909%;
    width: 65px;
    bottom: 25px;
    left: 28px;
  }
}

.p-data-card--03 .p-data-card__icon {
  width: 100px;
  position: absolute;
  top: 18px;
  right: 32px;
}
@media screen and (max-width: 767px) {
  .p-data-card--03 .p-data-card__icon {
    width: 25.8181818182%;
    width: 82px;
    top: 17px;
    right: 25px;
  }
}

.p-data-card__icon img {
  width: 100%;
  height: auto;
}

.p-data {
  margin-top: 132px;
}
@media screen and (max-width: 767px) {
  .p-data {
    margin-top: 70px;
  }
}

.p-data__breadcrumb {
  padding-bottom: 29px;
}

.p-data__bg {
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  padding-top: 49px;
  padding-bottom: 120px;
  background: transparent url(../about/img/bg_data_pc.png) repeat center center/100%;
}
@media screen and (max-width: 767px) {
  .p-data__bg {
    padding-top: 24px;
    padding-bottom: 30px;
    background: transparent url(../about/img/bg_data_sp.png) repeat center center/100%;
  }
}

.p-data__wrap {
  max-width: 1346px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-data__wrap {
    padding-bottom: 10px;
  }
}

.p-data__title {
  margin-left: 6px;
  font-size: 42px;
  color: #DC000C;
  line-height: 1.3095238095;
  letter-spacing: 0.05em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-data__title {
    margin-left: 0;
    font-size: 24px;
    line-height: 1.25;
  }
}

.p-data__list {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 3fr));
  -webkit-column-gap: 63px;
  -moz-column-gap: 63px;
  column-gap: 63px;
  row-gap: 46px;
}
@media screen and (max-width: 767px) {
  .p-data__list {
    width: 88.6111111111%;
    margin-inline: auto;
    margin-top: 35px;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 10px;
  }
}

.p-data__item {
  position: relative;
}

.p-data__img img {
  width: 100%;
  height: auto;
}

.p-data__btn {
  width: 37.1794871795%;
  position: absolute;
  bottom: 1.75rem;
  right: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-data__btn {
    width: 37.6175548589%;
    bottom: 1.4375rem;
    right: 1.75rem;
  }
}

.p-data__link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .p-data__link:hover {
    opacity: 1;
  }
}

.p-data__btn img {
  width: 100%;
  height: auto;
}

.p-education-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-education-step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.p-education-step__head {
  width: 40.7196969697%;
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-education-step__head {
    width: auto;
    height: auto;
  }
}

.p-education-step__area {
  width: 49.5348837209%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-education-step__area {
    width: 48.4679665738%;
  }
}

.p-education-step--01 .p-education-step__area {
  background: #FA6A59;
}

.p-education-step--02 .p-education-step__area {
  background: #FC5845;
}

.p-education-step--03 .p-education-step__area {
  background: #FD3922;
}

.p-education-step--04 .p-education-step__area {
  background: #F71B00;
}

.p-education-step--05 .p-education-step__area {
  background: #FD3922;
}

.p-education-step--01 .p-education-step__area::after,
.p-education-step--02 .p-education-step__area::after,
.p-education-step--03 .p-education-step__area::after {
  content: "";
  width: 32px;
  height: 12px;
  background: transparent url(../images/company/style/arrow_one.svg) no-repeat center center/100%;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
@media screen and (max-width: 767px) {
  .p-education-step--01 .p-education-step__area::after,
  .p-education-step--02 .p-education-step__area::after,
  .p-education-step--03 .p-education-step__area::after {
    display: none;
  }
}

.p-education-step--04 .p-education-step__area::after {
  content: "";
  width: 32px;
  height: 76px;
  background: transparent url(../images/company/style/arrow_three.svg) no-repeat center center/100%;
  position: absolute;
  bottom: -143px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
@media screen and (max-width: 767px) {
  .p-education-step--04 .p-education-step__area::after {
    display: none;
  }
}

.p-education-step__title {
  font-size: 28px;
  color: #fff;
  text-align: center;
  line-height: 1.2142857143;
  letter-spacing: 0.044em;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-education-step__title {
    font-size: 20px;
    line-height: 1.7;
  }
}

.p-education-step__title span {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.p-education-step__img {
  width: 51.5011547344%;
}
@media screen and (max-width: 767px) {
  .p-education-step__img {
    width: 51.5320334262%;
  }
}

.p-education-step__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-education-step__img img {
    height: auto;
  }
}

.p-education-step__body {
  width: 57.2916666667%;
}
@media screen and (max-width: 767px) {
  .p-education-step__body {
    width: auto;
    margin-top: 20px;
  }
}

.p-education-step__text {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.016em;
}
@media screen and (max-width: 767px) {
  .p-education-step__text {
    font-size: 16px;
    line-height: 1.5;
  }
}

.p-education-step__text:nth-child(n+2) {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-education-step__text:nth-child(n+2) {
    margin-top: 23px;
  }
}

.p-footer {
  background: #C2000A;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-footer {
    font-size: 12px;
  }
}
.p-footer__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .p-footer__inner {
    padding: 0 36px;
  }
}
.p-footer__main {
  padding: 42px 0 32px;
}
@media screen and (max-width: 767px) {
  .p-footer__main {
    padding: 30px 0 12px;
  }
}
.p-footer__mainNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .p-footer__mainNav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.p-footer__mainList01 {
  font-weight: bold;
}
.p-footer__mainList01 > li + li {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .p-footer__mainList01 > li + li {
    margin-top: 10px;
  }
}
.p-footer__mainList01 > li a {
  position: relative;
  z-index: 0;
  padding-right: 35px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .p-footer__mainList01 > li a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__mainList01 > li a {
    padding-right: 24px;
  }
}
.p-footer__mainList01 > li a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 7px;
  z-index: -1;
  width: 5px;
  height: 9px;
  background: #C2000A;
  -webkit-clip-path: polygon(15% 0, 0 12%, 65% 50%, 0 88%, 15% 100%, 100% 50%);
  clip-path: polygon(15% 0, 0 12%, 65% 50%, 0 88%, 15% 100%, 100% 50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-footer__mainList01 > li a::before {
    right: 4px;
    width: 5px;
    height: 7px;
    -webkit-clip-path: polygon(20% 0, 0 14%, 58% 50%, 0 86%, 20% 100%, 100% 50%);
    clip-path: polygon(20% 0, 0 14%, 58% 50%, 0 86%, 20% 100%, 100% 50%);
  }
}
.p-footer__mainList01 > li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  z-index: -2;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-footer__mainList01 > li a::after {
    width: 14px;
    height: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__mainList02 {
    margin-top: 16px;
  }
}
.p-footer__mainList02 > li {
  display: inline-block;
}
.p-footer__mainList02 > li + li {
  position: relative;
  margin-left: 21px;
}
.p-footer__mainList02 > li + li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -11px;
  width: 1px;
  height: 14px;
  background: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-footer__mainList02 > li a {
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .p-footer__mainList02 > li a:hover {
    opacity: 0.7;
  }
}
.p-footer__bottom {
  padding: 26px 20px;
  border-top: 1px solid #F3F3F3;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-footer__bottom {
    padding: 20px 36px 25px;
    text-align: right;
  }
}
.p-footer__copy {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .p-footer__copy {
    font-size: 9px;
  }
}

.p-form {
  margin: 100px 0 120px;
}
@media screen and (max-width: 767px) {
  .p-form {
    margin: 70px 0 30px;
  }
}
.p-form__head {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-form__head {
    padding-top: 40px;
    border-top: 6px solid #DC000C;
  }
}
.p-form__headTitle {
  color: #C2000A;
  font-size: 42px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-form__headTitle {
    font-size: 24px;
  }
}
.p-form__headTitle--thanks {
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .p-form__headTitle--thanks {
    font-size: 24px;
  }
}
.p-form__headButton {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 250px;
  min-height: 50px;
  margin-top: 26px;
  padding: 10px 50px;
  border: 1px solid #C2000A;
  border-radius: 50px;
  font-size: 12px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .p-form__headButton:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .p-form__headButton {
    min-height: 46px;
    padding: 12px 30px 10px 16px;
    font-size: 11px;
  }
}
.p-form__headButton .red {
  margin-right: 8px;
  color: #C2000A;
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  .p-form__headButton .red {
    font-size: 15px;
  }
}
.p-form__headButton::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  z-index: -1;
  width: 8px;
  height: 14px;
  background: #C2000A;
  -webkit-clip-path: polygon(15% 0, 0 12%, 65% 50%, 0 88%, 15% 100%, 100% 50%);
  clip-path: polygon(15% 0, 0 12%, 65% 50%, 0 88%, 15% 100%, 100% 50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-form__headButton::before {
    right: 14px;
    width: 7px;
    height: 11px;
    -webkit-clip-path: polygon(20% 0, 0 14%, 58% 50%, 0 86%, 20% 100%, 100% 50%);
    clip-path: polygon(20% 0, 0 14%, 58% 50%, 0 86%, 20% 100%, 100% 50%);
  }
}
.p-form__main {
  margin-top: 28px;
  padding: 60px 40px 60px 65px;
  border-radius: 10px;
  background: #F3F1EF;
}
@media screen and (max-width: 767px) {
  .p-form__main {
    margin-top: 24px;
    padding: 40px 20px;
  }
}
.p-form__mainText {
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-form__mainText {
    font-size: 12px;
  }
}
.p-form__mainText:not(:first-child) {
  margin-top: 8px;
}
.p-form__mainText--red {
  color: #C2000A;
}
.p-form .h-adr .p-form__define {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-form .h-adr .p-form__define {
    margin-top: 20px;
  }
}
.p-form__define {
  margin-top: 35px;
}
.p-form__define > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .p-form__define > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    max-width: 480px;
    margin: 0 auto;
  }
}
.p-form__define > div + div {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-form__define > div + div {
    margin-top: 20px;
  }
}
.p-form__define > div dt {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 13.5em;
  min-height: 47px;
  padding-left: 2em;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-form__define > div dt {
    width: 100%;
    min-height: 0;
    min-height: initial;
    padding-left: 1.5em;
    font-size: 15px;
  }
}
.p-form__define > div dd {
  width: calc(100% - 13.5em - 16px);
  max-width: 500px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-form__define > div dd {
    width: 100%;
  }
}
.p-form__define > div dd .wpcf7-form-control-wrap {
  display: block;
}
.p-form__define > div dd .wpcf7-form-control-wrap:not(:last-child) {
  margin-bottom: 8px;
}
.p-form input[type=text],
.p-form input[type=email],
.p-form input[type=tel],
.p-form textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 45px;
  padding: 12px 15px;
  border: 1px solid rgba(112, 112, 112, .62);
  border-radius: 5px;
  background: #fff;
  font-size: 14px;
  outline: none;
}
@media screen and (max-width: 767px) {
  .p-form input[type=text],
  .p-form input[type=email],
  .p-form input[type=tel],
  .p-form textarea {
    padding: 12px 15px 12px 24px;
  }
}
.p-form input[type=text]::-webkit-input-placeholder,
.p-form input[type=email]::-webkit-input-placeholder,
.p-form input[type=tel]::-webkit-input-placeholder,
.p-form textarea::-webkit-input-placeholder {
  color: rgba(91, 92, 92, .78);
}
.p-form input[type=text]::-moz-placeholder,
.p-form input[type=email]::-moz-placeholder,
.p-form input[type=tel]::-moz-placeholder,
.p-form textarea::-moz-placeholder {
  color: rgba(91, 92, 92, .78);
}
.p-form input[type=text]::-ms-input-placeholder,
.p-form input[type=email]::-ms-input-placeholder,
.p-form input[type=tel]::-ms-input-placeholder,
.p-form textarea::-ms-input-placeholder {
  color: rgba(91, 92, 92, .78);
}
.p-form input[type=text]::placeholder,
.p-form input[type=email]::placeholder,
.p-form input[type=tel]::placeholder,
.p-form textarea::placeholder {
  color: rgba(91, 92, 92, .78);
}
.p-form textarea {
  height: 260px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-form textarea {
    height: 320px;
    padding: 12px 20px;
  }
}
.p-form textarea[name=your-address], .p-form textarea[name=your-address-holiday] {
  height: 47px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-form textarea[name=your-address], .p-form textarea[name=your-address-holiday] {
    height: 69px;
    padding: 12px 15px 12px 24px;
  }
}
.p-form input[type=checkbox],
.p-form input[type=radio] {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-form__radio {
    margin-bottom: 30px !important;
  }
}
.p-form__radio dt {
  min-height: 0 !important;
  min-height: initial !important;
}
.p-form__radio .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 46px;
}
@media screen and (max-width: 767px) {
  .p-form__radio .wpcf7-radio {
    gap: 10px 24px;
  }
}
.p-form__radio .wpcf7-list-item {
  position: relative;
  margin: 0;
  padding-left: 33px;
}
.p-form__radio .wpcf7-list-item:has(input[value=未選択]) {
  display: none;
}
.p-form__radio .wpcf7-list-item > label {
  cursor: pointer;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .p-form__radio .wpcf7-list-item > label:hover {
    opacity: 0.7;
  }
}
.p-form__radio .wpcf7-list-item > label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(112, 112, 112, .62);
  border-radius: 50%;
  background: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-form__radio .wpcf7-list-item > label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #C2000A;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-form__radio .wpcf7-list-item > label:has(input:checked)::after {
  opacity: 1;
}
.p-form__radio .wpcf7-list-item > label > span {
  font-size: 14px;
}
.p-form__select select {
  display: block;
  width: 100%;
  min-height: 45px;
  padding: 12px 15px;
  border: 1px solid rgba(112, 112, 112, .62);
  border-radius: 5px;
  background: #fff;
  color: rgba(91, 92, 92, .78);
  font-size: 14px;
  outline: none;
  cursor: pointer;
}
.p-form__select select option {
  padding: 7px 15px;
  line-height: 2;
}
.p-form__select select option:checked {
  background: #F3F1EF;
}
.p-form__birth .wpcf7-form-control-wrap {
  margin: 0 !important;
}
.p-form__birth dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .p-form__birth dd {
    gap: 4px;
  }
}
.p-form__birth dd > p {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 47px;
  font-size: 14px;
}
.p-form__birth input[name=birth-year], .p-form__birth input[name=birth-month], .p-form__birth input[name=birth-day] {
  width: 96px;
}
@media screen and (max-width: 767px) {
  .p-form__birth input[name=birth-year], .p-form__birth input[name=birth-month], .p-form__birth input[name=birth-day] {
    padding: 12px;
  }
}
@media screen and (max-width: 767px) {
  .p-form__birth input[name=birth-month], .p-form__birth input[name=birth-day] {
    width: 100%;
    max-width: min(16.4102564103vw, 64px);
    padding: 12px 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-form__birth span[data-name=birth-month] .wpcf7-not-valid-tip, .p-form__birth span[data-name=birth-day] .wpcf7-not-valid-tip {
    max-width: min(16.4102564103vw, 64px);
  }
}
.p-form__birth .wpcf7-not-valid-tip {
  width: 96px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-form__birth .wpcf7-not-valid-tip {
    font-size: 11px !important;
    white-space: wrap;
  }
}
.p-form__required {
  position: relative;
}
.p-form__required::before {
  content: "＊";
  display: block;
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  color: #C2000A;
  font-size: 20px;
  line-height: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-form__required::before {
    font-size: 18px;
  }
}
.p-form__policy {
  margin-top: 30px;
  padding-left: 2em;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-form__policy {
    padding-left: 0;
  }
}
.p-form__policyText {
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 1.7;
}
.p-form__policyText a {
  text-decoration: underline;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .p-form__policyText a:hover {
    opacity: 0.7;
  }
}
.p-form__policy label {
  position: relative;
  display: inline-block;
  width: auto;
  margin-top: 24px;
  padding-left: 33px;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .p-form__policy label:hover {
    opacity: 0.7;
  }
}
.p-form__policy label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(112, 112, 112, .62);
  border-radius: 50%;
  background: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-form__policy label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #C2000A;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.p-form__policy label:has(input:checked)::after {
  opacity: 1;
  visibility: visible;
}
.p-form__policy label > span:nth-child(1) {
  display: none;
}
.p-form__buttonWrap {
  max-width: 250px;
  margin: -10px 0 0 auto;
}
@media screen and (max-width: 767px) {
  .p-form__buttonWrap {
    max-width: 250px;
    margin: 36px auto 0;
  }
}
.p-form__button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 50px;
  border: none;
  border-radius: 50px;
  background: #C2000A;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .p-form__button:hover {
    opacity: 0.7;
  }
}
.p-form__button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  z-index: 1;
  width: 7px;
  height: 11px;
  background: #fff;
  -webkit-clip-path: polygon(20% 0, 0 14%, 58% 50%, 0 86%, 20% 100%, 100% 50%);
  clip-path: polygon(20% 0, 0 14%, 58% 50%, 0 86%, 20% 100%, 100% 50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-form__button input {
  display: block;
  width: 100%;
  height: 50px;
  border: none;
  border-radius: 50px;
  background: none;
  color: #fff;
  font-size: 16px;
  outline: none;
  cursor: pointer;
}
.p-form__dropdownPlaceholder {
  display: block;
  position: relative;
  width: 100%;
  min-height: 45px;
  padding: 12px 15px;
  border: 1px solid rgba(112, 112, 112, .62);
  border-radius: 5px;
  background: #fff;
  color: rgba(91, 92, 92, .78);
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .p-form__dropdownPlaceholder:hover {
    opacity: 0.7;
  }
}
.p-form__dropdownPlaceholder:not([data-placeholder=日程一覧]) {
  color: #3C2618;
}
.p-form__dropdownPlaceholder::before, .p-form__dropdownPlaceholder::after {
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  right: 15px;
  width: 6px;
  height: 11px;
  background: #C2000A;
  -webkit-clip-path: polygon(15% 0, 0 12%, 65% 50%, 0 88%, 15% 100%, 100% 50%);
  clip-path: polygon(15% 0, 0 12%, 65% 50%, 0 88%, 15% 100%, 100% 50%);
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
@media screen and (max-width: 767px) {
  .p-form__dropdownPlaceholder::before, .p-form__dropdownPlaceholder::after {
    -webkit-clip-path: polygon(20% 0, 0 14%, 58% 50%, 0 86%, 20% 100%, 100% 50%);
    clip-path: polygon(20% 0, 0 14%, 58% 50%, 0 86%, 20% 100%, 100% 50%);
  }
}
.p-form__dropdownPlaceholder::after {
  top: calc(50% + 7px);
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.p-form__dropdownList {
  display: none;
  padding: 20px 15px;
  border: 1px solid rgba(112, 112, 112, .62);
  border-radius: 5px;
  background: #fff;
  color: rgba(91, 92, 92, .78);
}
@media screen and (max-width: 767px) {
  .p-form__dropdownList {
    padding: 10px;
  }
}
.p-form__dropdownItem {
  padding: 8px 0 8px 20px;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.p-form__dropdownItem.selected {
  position: relative;
}
.p-form__dropdownItem.selected::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 3px;
  width: 9px;
  height: 13px;
  background: #A8A8A8;
  -webkit-clip-path: polygon(15% 0, 0 12%, 65% 50%, 0 88%, 15% 100%, 100% 50%);
  clip-path: polygon(15% 0, 0 12%, 65% 50%, 0 88%, 15% 100%, 100% 50%);
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
@media screen and (max-width: 767px) {
  .p-form__dropdownItem.selected::before {
    left: 5px;
    width: 7px;
    height: 10px;
    -webkit-clip-path: polygon(20% 0, 0 14%, 58% 50%, 0 86%, 20% 100%, 100% 50%);
    clip-path: polygon(20% 0, 0 14%, 58% 50%, 0 86%, 20% 100%, 100% 50%);
  }
}
@media (any-hover: hover) {
  .p-form__dropdownItem:hover {
    background: #F3F1EF;
  }
}
.p-form__note {
  color: #C2000A;
  font-size: 12px;
}
.p-form__complete {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-form__complete {
    margin-top: 24px;
  }
}
.p-form__completeLead {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-form__completeLead {
    font-size: 22px;
    letter-spacing: 0.05em;
  }
}
.p-form__completeTextwrap {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-form__completeTextwrap {
    margin-top: 10px;
  }
}
.p-form__completeText {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-form__completeText {
    font-size: 16px;
  }
}
.p-form__completeText + p {
  margin-top: 1.6em;
}
.p-form__completeButtonwrap {
  max-width: 300px;
  margin: 80px auto 0;
}
@media screen and (max-width: 767px) {
  .p-form__completeButtonwrap {
    margin-top: 16px;
  }
}
.p-form__completeButton {
  min-height: 60px;
}
.p-form .wpcf7-not-valid-tip {
  margin-top: 5px;
  color: #C2000A;
  font-size: 13px;
}
.p-form .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.p-form .wpcf7-response-output {
  font-size: 18px;
  line-height: 1.6;
}
.p-form .wpcf7 form.sent .wpcf7-response-output {
  display: none;
}

.p-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 120px;
  padding: 20px 0 12px;
  background: #fff;
}
@media (max-width: 1340px) {
  .p-header {
    padding-top: 37px;
  }
}
@media screen and (max-width: 1024px) {
  .p-header {
    height: 70px;
    padding: 0;
  }
}
@media (min-width: 1025px) {
  .p-header--red {
    background: #C2000A;
  }
  .p-header--red .p-header__logoText,
  .p-header--red .p-header__entryButton {
    color: #fff;
  }
  .p-header--red .p-header__navLink {
    color: #fff;
  }
  .p-header--red .p-header__navItem {
    border-right: 2px solid #fff;
  }
  .p-header--red .p-header__navItem:first-child {
    border-left: 2px solid #fff;
  }
}
@media screen and (max-width: 1024px) {
  .p-header--red .p-header__logo a {
    position: relative;
    z-index: 0;
  }
  .p-header--red .p-header__logo a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 108px;
    height: 27px;
    background: url(../images/common/logo_ohsakaya_01.svg) no-repeat center/contain;
  }
}
@media screen and (max-width: 1024px) {
  .p-header .u-pc {
    display: none !important;
  }
}
.p-header .u-sp {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .p-header .u-sp {
    display: block !important;
  }
}
.p-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 4.0268456376%;
  max-width: 1490px;
  margin: 0 auto;
  padding: 0 25px;
}
@media (max-width: 1340px) {
  .p-header__inner {
    gap: 2.0134228188%;
  }
}
@media screen and (max-width: 1024px) {
  .p-header__inner {
    gap: 0;
    padding: 0;
  }
}
.p-header__logo {
  position: relative;
  z-index: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .p-header__logo:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1024px) {
  .p-header__logo {
    z-index: 103;
    margin-right: auto;
    padding: 16px 0 0 16px;
  }
}
@media screen and (max-width: 1024px) {
  .p-header__logo a {
    display: block;
    max-width: 180px;
  }
}
.p-header__logoImage {
  width: 213px;
  height: 52px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1340px) {
  .p-header__logoImage {
    width: 160px;
    height: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .p-header__logoImage {
    width: 108px;
    height: 27px;
  }
}
.p-header__logoText {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
@media (max-width: 1340px) {
  .p-header__logoText {
    font-size: 11px;
  }
}
@media screen and (max-width: 1024px) {
  .p-header__logoText {
    margin-top: 5px;
    font-size: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .p-header__entry {
    z-index: 101;
  }
}
.p-header__entryButton {
  position: relative;
  z-index: 2;
  color: #DC000C;
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.1;
  cursor: pointer;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .p-header__entryButton:hover {
    opacity: 0.7;
  }
}
@media (max-width: 1340px) {
  .p-header__entryButton {
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .p-header__entryButton {
    width: 60px;
    height: 60px;
    margin: 0;
    background: #C2000A;
    color: #fff;
    font-size: 13px;
  }
}
.p-header__entryNav {
  position: absolute;
  top: 100%;
  right: max((100% - 1440px) / 2, 25px);
  z-index: 1;
  width: auto;
  height: auto;
  background: #F3F1EF;
}
@media screen and (max-width: 1024px) {
  .p-header__entryNav {
    position: fixed;
    top: 0;
    left: 120%;
    z-index: -2;
    width: 100%;
    height: 100%;
    padding: 100px 15px 0;
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 80px, rgb(243, 241, 239) 80px, rgb(243, 241, 239) 100%);
    -webkit-transition: left 0.3s;
    transition: left 0.3s;
  }
}
@media screen and (max-width: 1024px) {
  .p-header__entryNav.active {
    left: 0;
    z-index: -1;
  }
}
.p-header__entryNav::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 40px;
}
@media (max-width: 1340px) {
  .p-header__entryNav::before {
    height: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .p-header__entryNav::before {
    content: none;
  }
}
@media screen and (max-width: 1024px) {
  .p-header__entryList {
    max-width: 540px;
    height: 100%;
    margin: 0 auto;
    overflow-y: auto;
  }
}
@media screen and (max-width: 1024px) {
  .p-header__entryList > li + li {
    margin-top: 12px;
  }
}
.p-header__entryList > li + li a {
  border-top: 1px solid #D3D3D3;
}
.p-header__entryList > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 490px;
  min-height: 70px;
  padding: 10px 20px 10px 24px;
  font-size: 19px;
  line-height: 1.3;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media screen and (max-width: 1024px) {
  .p-header__entryList > li a {
    min-height: 0;
    min-height: initial;
    padding: 18px 20px;
    border-radius: 10px;
    background: #fff;
    font-size: 16px;
    line-height: 1.5;
  }
}
.p-header__entryList > li a > span {
  display: inline-block;
}
.p-header__entryList > li a > span.title {
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .p-header__entryList > li a > span.title {
    display: block;
    width: 100%;
  }
}
.p-header__entryList > li a > span.title--internship {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-header__entryList > li a > span.title--internship {
    display: inline-block;
    width: auto;
  }
}
@media screen and (max-width: 1024px) {
  .p-header__entryList > li a > span.title--career {
    display: inline-block;
    width: auto;
  }
}
@media (any-hover: hover) {
  .p-header__entryList > li a:hover {
    background: #D3D3D3;
  }
}
.p-header__hamburger {
  display: none;
}
@media screen and (max-width: 1024px) {
  .p-header__hamburger {
    position: relative;
    z-index: 101;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 60px;
    height: 60px;
  }
}
.p-header__hamburger.active .line:nth-child(1) {
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  -webkit-transform-origin: top center;
  transform-origin: top center;
}
.p-header__hamburger.active .line:nth-child(2) {
  -webkit-transform: translateY(-8px) rotate(-25deg);
  transform: translateY(-8px) rotate(-25deg);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
}
.p-header__hamburger .line {
  width: 32px;
  height: 2px;
  background: #DC000C;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.p-header__hamburger .line + .line {
  margin-top: 6px;
}
.p-header__hamburger .text {
  margin-top: 4px;
  color: #DC000C;
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.p-header__nav {
  top: 100%;
  left: 0;
  z-index: 1;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1340px) {
  .p-header__nav {
    margin-left: 2.0134228188%;
  }
}
@media screen and (max-width: 1024px) {
  .p-header__nav {
    position: fixed;
    top: 0;
    right: -100%;
    left: auto;
    z-index: -2;
    height: 100%;
    margin: 0;
    padding: 90px 0 0;
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 70px, rgb(243, 241, 239) 70px, rgb(243, 241, 239) 100%);
    -webkit-transition: right 0.3s;
    transition: right 0.3s;
  }
}
@media screen and (max-width: 1024px) {
  .p-header__nav.active {
    right: 0;
    z-index: -1;
  }
}
.p-header__navList {
  font-size: 0;
}
@media screen and (max-width: 1024px) {
  .p-header__navList {
    max-width: 540px;
    height: 100%;
    margin: 0 auto;
    padding: 0 15px 60px;
    overflow-y: auto;
  }
}
.p-header__navItem {
  display: inline-block;
  padding: 0 20px;
  border-right: 2px solid #DC000C;
}
@media (max-width: 1340px) {
  .p-header__navItem {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1024px) {
  .p-header__navItem {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    border: none;
    border-radius: 10px;
    background: #fff;
  }
}
.p-header__navItem:first-child {
  border-left: 2px solid #DC000C;
}
@media screen and (max-width: 1024px) {
  .p-header__navItem:first-child {
    border: none;
  }
}
@media screen and (max-width: 1024px) {
  .p-header__navItem:not(:first-child) {
    margin-top: 12px;
  }
}
.p-header__navItem.js-hover .p-header__navLink {
  position: relative;
}
.p-header__navItem.js-hover .p-header__navLink::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 35px;
  height: 20px;
  background: #DED6B4;
  opacity: 0;
  visibility: hidden;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.p-header__navItem.js-hover.active .p-header__navLink::before {
  opacity: 1;
  visibility: visible;
}
.p-header__navItem.js-hover.active .p-header__navLink::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 40px;
}
.p-header__navIcon {
  display: none;
}
@media screen and (max-width: 1024px) {
  .p-header__navIcon {
    display: block;
    position: absolute;
    top: 14px;
    left: 20px;
    z-index: 0;
  }
}
.p-header__navLink {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.2;
}
@media (max-width: 1340px) {
  .p-header__navLink {
    font-size: min(1.3658536585vw, 19px);
  }
}
@media screen and (max-width: 1024px) {
  .p-header__navLink {
    position: relative;
    z-index: 0;
    display: block;
    width: 100%;
    padding: 20px 20px 20px 76px;
    color: #C2000A;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.p-header__navLink > span {
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .p-header__navLink > span:hover {
    opacity: 0.7;
  }
}
.p-header__dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 50px max((100% - 1440px) / 2, 25px) 50px max((100% - 1440px) / 2 + 230px + min(4.1666666667%, 60px), 25px);
  background: #DED6B4;
}
@media screen and (max-width: 1024px) {
  .p-header__dropdown {
    position: static;
    padding: 0;
    background: none;
  }
}
@media (min-width: 1025px) {
  .p-header__dropdown--company .p-header__dropdownList > li {
    display: inline-block;
  }
  .p-header__dropdown--company .p-header__dropdownList > li + li {
    position: relative;
    margin-left: min(5.5555555556vw, 80px);
  }
  .p-header__dropdown--company .p-header__dropdownList > li a {
    font-size: 18px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1024px) {
  .p-header__dropdown--company .p-header__dropdownList > li a {
    font-size: 16px;
  }
}
@media (min-width: 1025px) and (any-hover: hover) {
  .p-header__dropdown--company .p-header__dropdownList > li a:hover {
    color: #DC000C;
  }
}
@media (min-width: 1025px) {
  .p-header__dropdown--voice .p-header__dropdownList {
    display: inline-grid;
    grid-template-rows: auto auto;
    gap: 15px min(2.0833333333vw, 30px);
    -webkit-column-gap: 35px;
    -moz-column-gap: 35px;
    column-gap: 35px;
  }
  .p-header__dropdown--voice .p-header__dropdownList > li {
    display: inline-block;
    width: auto;
  }
  .p-header__dropdown--voice .p-header__dropdownList > li:nth-child(7) {
    grid-column: 3/5;
  }
  .p-header__dropdown--voice .p-header__dropdownList > li:nth-child(1) {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .p-header__dropdown--voice .p-header__dropdownList > li:nth-child(2) {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .p-header__dropdown--voice .p-header__dropdownList > li:nth-child(3) {
    grid-column: 3/5;
    grid-row: 1/2;
  }
  .p-header__dropdown--voice .p-header__dropdownList > li:nth-child(4) {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .p-header__dropdown--voice .p-header__dropdownList > li:nth-child(5) {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .p-header__dropdown--voice .p-header__dropdownList > li:nth-child(6) {
    grid-column: 3/4;
    grid-row: 2/3;
  }
  .p-header__dropdown--voice .p-header__dropdownList > li:nth-child(7) {
    grid-column: 4/5;
    grid-row: 2/3;
    text-align: right;
  }
  .p-header__dropdown--voice .p-header__dropdownList > li a {
    font-size: 18px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1024px) {
  .p-header__dropdown--voice .p-header__dropdownList > li a {
    font-size: 16px;
  }
}
@media (min-width: 1025px) and (any-hover: hover) {
  .p-header__dropdown--voice .p-header__dropdownList > li a:hover {
    color: #DC000C;
  }
}
.p-header__dropdownLink {
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  .p-header__list {
    margin-top: -6px;
    padding: 0 20px 18px 76px;
  }
  .p-header__list > li + li {
    margin-top: 5px;
  }
  .p-header__list > li a {
    display: block;
    position: relative;
    padding-left: 1.1em;
    font-size: 13px;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}
@media screen and (max-width: 1024px) and (any-hover: hover) {
  .p-header__list > li a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1024px) {
  .p-header__list > li a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0.75em;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #3C2618;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.p-internship-article {
  margin: 100px 0 120px;
}
@media screen and (max-width: 767px) {
  .p-internship-article {
    margin: 70px 0 30px;
    padding-top: 40px;
    border-top: 6px solid #DC000C;
  }
}
.p-internship-article__time {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-internship-article__time {
    font-size: 13px;
  }
}
.p-internship-article__title {
  display: block;
  padding-bottom: 8px;
  border-bottom: 3px solid #DC000C;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .p-internship-article__title {
    font-size: 22px;
  }
}
.p-internship-article__status {
  display: inline-block;
  min-width: 400px;
  margin-top: 30px;
  padding: 10px 10px 8px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-internship-article__status {
    position: relative;
    left: 50%;
    min-width: min(90.7246376812%, 313px);
    margin-top: 24px;
    padding: 6px 10px;
    font-size: 15px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.p-internship-article__status.status01 {
  background: rgba(60, 38, 24, .15);
  color: #C2000A;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .p-internship-article__status.status01 {
    font-size: 17px;
  }
}
.p-internship-article__status.status02, .p-internship-article__status.status03 {
  background: rgba(60, 38, 24, .65);
}
.p-internship-article__status.status04 {
  background: #3c2618;
}
.p-internship-article__define {
  margin-top: 30px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .p-internship-article__define {
    margin-top: 24px;
    font-size: 16px;
  }
}
.p-internship-article__define > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-internship-article__define > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-internship-article__define > div + div {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-internship-article__define > div + div {
    margin-top: 20px;
  }
}
.p-internship-article__define > div dt {
  width: calc(5em + 30px);
}
@media screen and (max-width: 767px) {
  .p-internship-article__define > div dt {
    width: 100%;
  }
}
.p-internship-article__define > div dd {
  width: calc(100% - 5em - 30px);
}
@media screen and (max-width: 767px) {
  .p-internship-article__define > div dd {
    width: 100%;
    margin-top: 4px;
  }
}
.p-internship-article__content {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-internship-article__content {
    margin-top: 30px;
  }
}
.p-internship-article__content img {
  display: inline-block;
  vertical-align: middle;
}
.p-internship-article__content a {
  display: inline;
  width: auto;
  color: #DC000C;
  text-decoration: underline;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .p-internship-article__content a:hover {
    opacity: 0.7;
  }
}
.p-internship-article__content mark a {
  color: inherit;
}
.p-internship-article__content a[href^="tel:"] {
  color: #3C2618;
  text-decoration: none;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-internship-article__content a[href^="tel:"] {
    cursor: pointer;
    pointer-events: visible;
  }
}
.p-internship-article__content > * {
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-internship-article__content > * {
    font-size: 16px;
    line-height: 1.75;
  }
}
.p-internship-article__content > *:not(:last-child) {
  margin-bottom: 2em;
}
.p-internship-article__content h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-internship-article__content h2 {
    font-size: 20px;
  }
}
.p-internship-article__content h2:not(:first-child) {
  margin-top: 1.5em;
}
.p-internship-article__content h2:not(:last-child) {
  margin-bottom: 1.5em;
}
.p-internship-article__content h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
.p-internship-article__content h3:not(:first-child) {
  margin-top: 1em;
}
.p-internship-article__content h3:not(:last-child) {
  margin-bottom: 1em;
}
.p-internship-article__content h4 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
.p-internship-article__content h4:not(:first-child) {
  margin-top: 1em;
}
.p-internship-article__content h4:not(:last-child) {
  margin-bottom: 1em;
}
.p-internship-article__content h5 {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
}
.p-internship-article__content h5:not(:first-child) {
  margin-top: 1em;
}
.p-internship-article__content h5:not(:last-child) {
  margin-bottom: 1em;
}
.p-internship-article__content h6 {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}
.p-internship-article__content h6:not(:first-child) {
  margin-top: 1em;
}
.p-internship-article__content h6:not(:last-child) {
  margin-bottom: 1em;
}
.p-internship-article__content p:not(:last-child) {
  margin-bottom: 2em;
}
.p-internship-article__content figure {
  margin-bottom: 0;
}
.p-internship-article__content figure:not(:last-child) {
  margin-bottom: 10px;
}
.p-internship-article__content figcaption {
  position: relative;
  margin-top: 8px;
  color: #A8A8A8;
  font-size: 13px;
}
.p-internship-article__content table {
  display: table;
  line-height: 1.4;
}
.p-internship-article__content thead {
  display: table-header-group;
  vertical-align: middle;
  border-color: inherit;
}
.p-internship-article__content tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}
.p-internship-article__content tfoot {
  display: table-footer-group;
  vertical-align: middle;
  border-color: inherit;
}
.p-internship-article__content table > tr {
  vertical-align: middle;
}
.p-internship-article__content col {
  display: table-column;
}
.p-internship-article__content colgroup {
  display: table-column-group;
}
.p-internship-article__content tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}
.p-internship-article__content td,
.p-internship-article__content th {
  display: table-cell;
  padding: 1em;
  vertical-align: inherit;
}
.p-internship-article__content th {
  background: #F3F1EF;
  font-weight: bold;
}
.p-internship-article__content caption {
  display: table-caption;
}
.p-internship-article__content ul,
.p-internship-article__content menu,
.p-internship-article__content dir {
  display: block;
  list-style-type: disc;
}
.p-internship-article__content ol,
.p-internship-article__content ul {
  margin-top: 1em;
  padding-left: 1em;
}
.p-internship-article__content ol ol,
.p-internship-article__content ol ul,
.p-internship-article__content ul ol,
.p-internship-article__content ul ul {
  margin-top: 0;
}
.p-internship-article__content ol {
  display: block;
  counter-reset: num;
  padding-left: 1.5em;
}
.p-internship-article__content ol > li {
  position: relative;
  counter-increment: num;
}
.p-internship-article__content ol > li::before {
  content: counter(num);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0.472em;
  left: -1.77em;
  padding-top: 1px;
  border: 1px solid #3C2618;
  border-radius: 50%;
  width: 1.416em;
  height: 1.416em;
  font-size: 85%;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
}
.p-internship-article__content li {
  margin-top: 6px;
  display: list-item;
}
.p-internship-article__content ul ul,
.p-internship-article__content ul ol,
.p-internship-article__content ol ul,
.p-internship-article__content ol ol {
  margin: 0;
}
.p-internship-article__content ul ul,
.p-internship-article__content ol ul {
  list-style-type: circle;
}
.p-internship-article__content ol ol ul,
.p-internship-article__content ol ul ul,
.p-internship-article__content ul ol ul,
.p-internship-article__content ul ul ul {
  list-style-type: square;
}
.p-internship-article__content dd {
  display: block;
}
.p-internship-article__content dl {
  display: block;
}
.p-internship-article__content dt {
  display: block;
}
.p-internship-article__content strong {
  font-weight: bold;
}
.p-internship-article__content em {
  font-style: italic;
}
.p-internship-article__content sup {
  font-size: 70%;
  vertical-align: super;
}
.p-internship-article__content sub {
  font-size: 70%;
  vertical-align: sub;
}
.p-internship-article__content blockquote {
  position: relative;
  padding: 2rem 2.5rem 2.5rem;
  border: 1px solid #3C2618;
  font-size: 1.4rem;
}
.p-internship-article__content blockquote P:not(:last-child) {
  margin-bottom: 1rem;
}
.p-internship-article__content blockquote cite {
  position: relative;
  display: block;
}
.p-internship-article__content .map {
  position: relative;
  padding-top: 60%;
}
.p-internship-article__content .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-internship-article__content .wp-block-table th,
.p-internship-article__content .wp-block-table td {
  padding: 20px 15px 18px !important;
  border-color: #A8A8A8;
}
@media screen and (max-width: 767px) {
  .p-internship-article__content .wp-block-table th,
  .p-internship-article__content .wp-block-table td {
    padding: 14px 20px;
  }
}
.p-internship-article__content .wp-block-table thead th {
  text-align: center;
}
.p-internship-article__content .wp-block-flexible-table-block-table table {
  border-collapse: collapse;
}
.p-internship-article__content .wp-block-flexible-table-block-table table tr th {
  text-align: center;
}
.p-internship-article__content .wp-block-flexible-table-block-table table tr th,
.p-internship-article__content .wp-block-flexible-table-block-table table tr td {
  padding: 20px 15px 18px !important;
  border: 1px solid #A8A8A8;
}
@media screen and (max-width: 767px) {
  .p-internship-article__content .wp-block-flexible-table-block-table table tr th,
  .p-internship-article__content .wp-block-flexible-table-block-table table tr td {
    padding: 14px 20px !important;
  }
}
.p-internship-article__content .wp-block-table:not(:last-child),
.p-internship-article__content .wp-block-flexible-table-block-table:not(:last-child) {
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .p-internship-article__content .wp-block-table,
  .p-internship-article__content .wp-block-flexible-table-block-table {
    overflow-x: auto;
  }
  .p-internship-article__content .wp-block-table::-webkit-scrollbar,
  .p-internship-article__content .wp-block-flexible-table-block-table::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-internship-article__content .wp-block-table table,
  .p-internship-article__content .wp-block-flexible-table-block-table table {
    width: 1090px;
    max-width: none;
    max-width: initial;
  }
}
.p-internship-article__content .wp-block-embed-youtube.aligncenter iframe,
.p-internship-article__content .wp-block-embed-youtube.aligncenter .wp-element-caption {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.p-internship-article__content .wp-block-embed-youtube.alignright {
  margin-left: auto;
}
.p-internship-article__content .wp-block-embed-youtube iframe {
  width: 80%;
  height: auto;
  aspect-ratio: 500/281;
}
@media screen and (max-width: 767px) {
  .p-internship-article__content .wp-block-embed-youtube iframe {
    width: 100%;
  }
}
.p-internship-article__content .wp-block-embed-youtube .wp-element-caption {
  width: 80%;
}
.p-internship-article__content .wp-block-separator {
  border-color: #A8A8A8;
}
.p-internship-article__content .wp-block-separator:not(:last-child) {
  margin-bottom: 3.5rem;
}
.p-internship-article__content .wp-block-spacer {
  margin-bottom: 0;
}
.p-internship-article__content .wp-block-buttons:not(:first-child) {
  margin-top: 2em;
}
.p-internship-article__content .wp-block-button__link {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-width: 260px;
  min-height: 50px;
  padding: 10px 20px;
  border-radius: 50px;
  background: #DC000C;
  color: #fff;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .p-internship-article__content .wp-block-button__link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .p-internship-article__content .wp-block-button__link {
    min-height: 46px;
    font-size: 16px;
  }
}
.p-internship-article__bottom {
  margin-top: 80px;
}
.p-internship-article__bottomTitle {
  font-size: 26px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-internship-article__bottomTitle {
    font-size: 20px;
  }
}
.p-internship-article__bottomWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .p-internship-article__bottomWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 16px;
  }
}
.p-internship-article__bottomBanner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 0;
  margin-right: 2.2580645161%;
  padding: 22px 65px 22px 22px;
  border-radius: 5px;
  background: #00AAEB;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .p-internship-article__bottomBanner:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1024px) {
  .p-internship-article__bottomBanner {
    margin: 0 0 16px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-internship-article__bottomBanner {
    padding: 16px 48px 16px 16px;
  }
}
.p-internship-article__bottomBanner::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 29px;
  z-index: 2;
  width: 5px;
  height: 9px;
  background: #00AAEB;
  -webkit-clip-path: polygon(15% 0, 0 12%, 65% 50%, 0 88%, 15% 100%, 100% 50%);
  clip-path: polygon(15% 0, 0 12%, 65% 50%, 0 88%, 15% 100%, 100% 50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-internship-article__bottomBanner::before {
    right: 20px;
    width: 5px;
    height: 8px;
    -webkit-clip-path: polygon(20% 0, 0 14%, 58% 50%, 0 86%, 20% 100%, 100% 50%);
    clip-path: polygon(20% 0, 0 14%, 58% 50%, 0 86%, 20% 100%, 100% 50%);
  }
}
.p-internship-article__bottomBanner::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  z-index: 1;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-internship-article__bottomBanner::after {
    right: 16px;
    width: 15px;
    height: 15px;
  }
}
.p-internship-article__bottomBanner figure {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 8px 12px;
  background: #fff;
}
.p-internship-article__bottomBanner figure img {
  width: 100%;
  min-width: 93.5582822086%;
  max-width: 320px;
  height: auto;
}
.p-internship-article__bottomBanner--rikunabi {
  background-color: #0068B7;
}
.p-internship-article__bottomBanner--rikunabi::before {
  background-color: #0068B7;
}
.p-internship-article__bottomLink {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  padding: 30px 38px;
  border: 1px solid #A8A8A8;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .p-internship-article__bottomLink:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1024px) {
  .p-internship-article__bottomLink {
    margin-top: 8px;
  }
}
@media screen and (max-width: 767px) {
  .p-internship-article__bottomLink {
    padding: 18px 30px;
    font-size: 14px;
  }
}
.p-internship-article__bottomLink::before {
  content: "";
  position: absolute;
  top: calc(50% + 15px);
  right: 43px;
  z-index: 2;
  width: 5px;
  height: 9px;
  background: #fff;
  -webkit-clip-path: polygon(15% 0, 0 12%, 65% 50%, 0 88%, 15% 100%, 100% 50%);
  clip-path: polygon(15% 0, 0 12%, 65% 50%, 0 88%, 15% 100%, 100% 50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-internship-article__bottomLink::before {
    top: calc(50% + 10px);
    right: 34px;
    width: 5px;
    height: 8px;
    -webkit-clip-path: polygon(20% 0, 0 14%, 58% 50%, 0 86%, 20% 100%, 100% 50%);
    clip-path: polygon(20% 0, 0 14%, 58% 50%, 0 86%, 20% 100%, 100% 50%);
  }
}
.p-internship-article__bottomLink::after {
  content: "";
  position: absolute;
  top: calc(50% + 15px);
  right: 36px;
  z-index: 1;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #A8A8A8;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-internship-article__bottomLink::after {
    top: calc(50% + 10px);
    right: 30px;
    width: 15px;
    height: 15px;
  }
}

.p-internship {
  padding: 100px 0 120px;
}
@media screen and (max-width: 767px) {
  .p-internship {
    padding: 30px 0;
  }
}
.p-internship__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .p-internship__container {
    gap: 20px;
    max-width: 480px;
    margin: 0 auto;
  }
}
.p-internship__time {
  display: block;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .p-internship__time {
    font-size: 13px;
  }
}
.p-internship a.p-internship__card {
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .p-internship a.p-internship__card:hover {
    opacity: 0.7;
  }
}
.p-internship__card {
  width: calc(33.33333% - 20px);
  padding: 30px;
  border-radius: 20px;
  background: #fff;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, .16);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, .16);
}
@media screen and (max-width: 1024px) {
  .p-internship__card {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 767px) {
  .p-internship__card {
    width: 100%;
    padding: 25px 20px;
  }
}
.p-internship__card--noevent {
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-internship__card--noevent {
    margin-bottom: 50vw;
  }
}
.p-internship__cardImage {
  aspect-ratio: 400/100;
}
.p-internship__cardImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-internship__cardStatus {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 45px;
  margin-top: 15px;
  padding: 5px 10px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-internship__cardStatus {
    min-height: 35px;
    margin-top: 10px;
    font-size: 15px;
  }
}
.p-internship__cardStatus.status01 {
  background: rgba(60, 38, 24, .15);
  color: #C2000A;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .p-internship__cardStatus.status01 {
    font-size: 17px;
  }
}
.p-internship__cardStatus.status02, .p-internship__cardStatus.status03 {
  background: rgba(60, 38, 24, .65);
}
.p-internship__cardStatus.status04 {
  background: #3c2618;
}
.p-internship__cardTitle {
  margin-top: 15px;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-internship__cardTitle {
    margin-top: 10px;
    font-size: 18px;
  }
}
.p-internship__cardTitle--noevent {
  margin-top: 5px;
  font-size: 18px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-internship__cardTitle--noevent {
    font-size: 16px;
  }
}
.p-internship__cardDefine {
  margin-top: 10px;
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  .p-internship__cardDefine {
    margin-top: 8px;
    font-size: 14px;
  }
}
.p-internship__cardDefine > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-internship__cardDefine > div + div {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-internship__cardDefine > div + div {
    margin-top: 8px;
  }
}
.p-internship__cardDefine > div dt {
  width: 5em;
}
.p-internship__cardDefine > div dd {
  width: calc(100% - 5em);
}

.p-jobs-career {
  padding: 100px 0 75px !important;
}
@media screen and (max-width: 767px) {
  .p-jobs-career {
    padding: 70px 0 40px !important;
  }
}

.p-jobs-entry {
  margin: 0;
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .p-jobs-entry {
    padding: 70px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-jobs-entry__search {
    max-width: 480px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
.p-jobs-entry__searchLead {
  color: #C2000A;
  font-size: 30px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-jobs-entry__searchLead {
    font-size: 20px;
  }
}
.p-jobs-entry__searchWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 28px;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .p-jobs-entry__searchWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    margin-top: 15px;
  }
}
.p-jobs-entry__searchButton {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 498px;
  padding: 28px 130px 24px 80px;
  border: 3px solid #DC000C;
  border-radius: 130px;
  background: #fff;
  text-align: center;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .p-jobs-entry__searchButton:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .p-jobs-entry__searchButton {
    padding: 14px 30px 14px 20px;
  }
}
.p-jobs-entry__searchButton::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  width: 14px;
  height: 25px;
  background: #DC000C;
  -webkit-clip-path: polygon(15% 0, 0 12%, 65% 50%, 0 88%, 15% 100%, 100% 50%);
  clip-path: polygon(15% 0, 0 12%, 65% 50%, 0 88%, 15% 100%, 100% 50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-jobs-entry__searchButton::before {
    right: 30px;
    width: 10px;
    height: 16px;
    -webkit-clip-path: polygon(20% 0, 0 14%, 58% 50%, 0 86%, 20% 100%, 100% 50%);
    clip-path: polygon(20% 0, 0 14%, 58% 50%, 0 86%, 20% 100%, 100% 50%);
  }
}
.p-jobs-entry__searchButton .main {
  color: #DC000C;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .p-jobs-entry__searchButton .main {
    font-size: 20px;
  }
}
.p-jobs-entry__searchButton .bottom {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .p-jobs-entry__searchButton .bottom {
    font-size: 11px;
  }
}
.p-jobs-entry__searchText {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .p-jobs-entry__searchText {
    font-size: 14px;
  }
}
.p-jobs-entry__searchText > span {
  display: inline-block;
  margin-right: 1em;
  color: #C2000A;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .p-jobs-entry__searchText > span {
    font-size: 16px;
  }
}
.p-jobs-entry__searchImage {
  max-width: 100%;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-jobs-entry__searchImage {
    width: calc(100% + 10px);
    max-width: none;
    max-width: initial;
    margin-top: 15px;
  }
}
.p-jobs-entry__searchImage img {
  width: 100%;
  height: auto;
}
.p-jobs-entry__searchDownload {
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-jobs-entry__searchDownload {
    margin-top: 20px;
  }
}
.p-jobs-entry__searchLink {
  text-decoration: underline;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .p-jobs-entry__searchLink:hover {
    opacity: 0.7;
  }
}
.p-jobs-entry__main {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-jobs-entry__main {
    margin-top: 40px;
  }
}
.p-jobs-entry__form {
  padding: 75px 80px;
  background: #fff;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, .1);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, .1);
}
@media screen and (max-width: 767px) {
  .p-jobs-entry__form {
    padding: 30px 20px;
  }
}
.p-jobs-entry__formLead {
  color: #C2000A;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-jobs-entry__formLead {
    font-size: 20px;
    text-align: left;
  }
}
.p-jobs-entry__formWrap {
  margin-top: 44px;
}
@media screen and (max-width: 767px) {
  .p-jobs-entry__formWrap {
    margin-top: 20px;
  }
}

.p-jobs-graduate {
  padding-top: 100px !important;
}
@media screen and (max-width: 767px) {
  .p-jobs-graduate {
    padding-top: 70px !important;
  }
}

.p-jobs {
  padding: 50px 0 120px;
}
@media screen and (max-width: 767px) {
  .p-jobs {
    padding: 40px 0 30px;
  }
}
.p-jobs__inner {
  max-width: 1440px;
  padding: 0;
}
.p-jobs__textlink {
  text-decoration: underline;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .p-jobs__textlink:hover {
    opacity: 0.7;
  }
}
.p-jobs__image {
  display: block;
  position: relative;
  max-width: 660px;
  margin: 80px auto 0;
}
@media screen and (max-width: 767px) {
  .p-jobs__image {
    width: calc(100% - 20px);
    margin-top: 40px;
  }
}
.p-jobs__image img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-jobs__image img {
    max-width: 480px;
    margin: 0 auto;
  }
}
.p-jobs__desc {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: 0 min(4%, 40px);
}
@media screen and (max-width: 767px) {
  .p-jobs__desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    max-width: 480px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
.p-jobs__descLink {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 240px;
  padding: 20px 20px 40px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .p-jobs__descLink:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .p-jobs__descLink {
    min-height: 200px;
  }
}
.p-jobs__descLink::before {
  content: "";
  position: absolute;
  bottom: 31px;
  left: calc(50% + 1px);
  z-index: 1;
  width: 6px;
  height: 8px;
  background: #DC000C;
  -webkit-clip-path: polygon(20% 0, 0 14%, 58% 50%, 0 86%, 20% 100%, 100% 50%);
  clip-path: polygon(20% 0, 0 14%, 58% 50%, 0 86%, 20% 100%, 100% 50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-jobs__descLink::before {
    bottom: 24px;
    width: 6px;
    height: 8px;
  }
}
.p-jobs__descLink::after {
  content: "";
  position: absolute;
  bottom: 25px;
  left: 50%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-jobs__descLink::after {
    bottom: 20px;
    width: 16px;
    height: 16px;
  }
}
.p-jobs__descLink--graduate {
  background: #DC000C;
}
.p-jobs__descLink--career {
  background: #AD2E2C;
}
.p-jobs__descLink--career::before {
  background: #AD2E2C;
}
.p-jobs__descLink .top {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .p-jobs__descLink .top {
    font-size: 16px;
  }
}
.p-jobs__descLink .main {
  margin-top: 8px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .p-jobs__descLink .main {
    margin-top: 5px;
    font-size: 28px;
  }
}
.p-jobs__faq {
  margin-top: 140px;
}
@media screen and (max-width: 767px) {
  .p-jobs__faq {
    margin-top: 80px;
  }
}
.p-jobs__faqTitle {
  position: relative;
  left: 50%;
  display: inline-block;
  color: #C2000A;
  font-size: 44px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-jobs__faqTitle {
    font-size: 26px;
  }
}
.p-jobs__faqTitle::before {
  content: "";
  position: absolute;
  right: calc(100% + 8px);
  bottom: 0;
  width: 89px;
  height: 90px;
  background: url(../images/jobs/p_faq_01.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .p-jobs__faqTitle::before {
    position: static;
    display: inline-block;
    width: 55px;
    height: 55px;
    margin-right: 8px;
    vertical-align: middle;
  }
}
.p-jobs__faqDefine {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-jobs__faqDefine {
    margin-top: 32px;
  }
}
.p-jobs__faqDefine > div + div {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-jobs__faqDefine > div + div {
    margin-top: 40px;
  }
}
.p-jobs__faqDefine > div dt {
  position: relative;
  padding: 18px 80px 16px 120px;
  border-radius: 10px;
  background: #fff;
  color: #C2000A;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
  cursor: pointer;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .p-jobs__faqDefine > div dt:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .p-jobs__faqDefine > div dt {
    padding: 14px 52px 14px 54px;
    font-size: 20px;
  }
}
.p-jobs__faqDefine > div dt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 48px;
  width: 30px;
  height: 38px;
  background: url(../images/jobs/txt_q_01.svg) no-repeat center/contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-jobs__faqDefine > div dt::before {
    left: 15px;
    width: 24px;
    height: 32px;
  }
}
.p-jobs__faqDefine > div dt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  z-index: 1;
  width: 9px;
  height: 15px;
  background: #C2000A;
  -webkit-clip-path: polygon(15% 0, 0 12%, 65% 50%, 0 88%, 15% 100%, 100% 50%);
  clip-path: polygon(15% 0, 0 12%, 65% 50%, 0 88%, 15% 100%, 100% 50%);
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
@media screen and (max-width: 767px) {
  .p-jobs__faqDefine > div dt::after {
    right: 14px;
  }
}
.p-jobs__faqDefine > div dd {
  display: none;
  position: relative;
  padding: 28px 120px 0 120px;
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-jobs__faqDefine > div dd {
    padding: 14px 0 0 54px;
    font-size: 16px;
  }
}
.p-jobs__faqDefine > div dd::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 48px;
  width: 30px;
  height: 31px;
  background: url(../images/jobs/txt_a_01.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .p-jobs__faqDefine > div dd::before {
    top: 15px;
    left: 15px;
    width: 24px;
    height: 26px;
  }
}
.p-jobs__head {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-jobs__head {
    padding-top: 40px;
    border-top: 6px solid #DC000C;
  }
}
.p-jobs__headTitle {
  color: #C2000A;
  font-size: 42px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-jobs__headTitle {
    font-size: 24px;
  }
}
.p-jobs__main {
  margin-top: 85px;
}
@media screen and (max-width: 767px) {
  .p-jobs__main {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-jobs__define {
    padding: 0 20px;
  }
}
.p-jobs__define > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 18px;
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-jobs__define > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px 0;
    border-bottom: 1px solid #C2000A;
    font-size: 14px;
  }
}
.p-jobs__define > div:first-child dt {
  border-top: 1px solid #C2000A;
}
@media screen and (max-width: 767px) {
  .p-jobs__define > div:first-child dt {
    border-top: none;
  }
}
.p-jobs__define > div:first-child dd {
  border-top: 1px solid #A8A8A8;
}
@media screen and (max-width: 767px) {
  .p-jobs__define > div:first-child dd {
    border-top: none;
  }
}
.p-jobs__define > div dt {
  width: 150px;
  padding: 20px 0 18px;
  border-bottom: 1px solid #C2000A;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-jobs__define > div dt {
    width: 100%;
    padding: 0;
    border-bottom: none;
    line-height: 1.2;
  }
}
.p-jobs__define > div dd {
  width: calc(100% - 168px);
  padding: 20px 0 18px;
  border-bottom: 1px solid #A8A8A8;
}
@media screen and (max-width: 767px) {
  .p-jobs__define > div dd {
    width: 100%;
    margin-top: 8px;
    padding: 0;
    border-bottom: none;
  }
}
.p-jobs__define > div dd > p + p {
  margin-top: 1.6em;
}
.p-jobs__defineImage {
  width: auto;
  max-width: 100%;
  height: 181px;
}
@media screen and (max-width: 767px) {
  .p-jobs__defineImage {
    width: 319px;
    height: auto;
  }
}
.p-jobs__defineImage img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-jobs__defineImage img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-jobs__defineImage--career {
    height: 322pxpx;
  }
}
.p-jobs__bottom {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-jobs__bottom {
    margin-top: 40px;
    padding: 0 20px;
  }
}
.p-jobs__bottomWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-jobs__bottomWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    max-width: 480px;
    margin: 0 auto;
  }
}
.p-jobs__bottomItem {
  display: inline-block;
  width: 50%;
  padding-right: 5.1111111111%;
}
@media screen and (max-width: 767px) {
  .p-jobs__bottomItem {
    width: auto;
    max-width: 380px;
    padding-right: 0;
  }
}
.p-jobs__bottomBanner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 0;
  padding: 20px 57px 20px 20px;
  border-radius: 5px;
  background: #00AAEB;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .p-jobs__bottomBanner:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .p-jobs__bottomBanner {
    padding: 16px 45px 16px 16px;
  }
}
.p-jobs__bottomBanner + .p-jobs__bottomBanner {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-jobs__bottomBanner + .p-jobs__bottomBanner {
    margin-top: 25px;
  }
}
.p-jobs__bottomBanner::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 26px;
  z-index: 2;
  width: 5px;
  height: 9px;
  background: #00AAEB;
  -webkit-clip-path: polygon(15% 0, 0 12%, 65% 50%, 0 88%, 15% 100%, 100% 50%);
  clip-path: polygon(15% 0, 0 12%, 65% 50%, 0 88%, 15% 100%, 100% 50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-jobs__bottomBanner::before {
    right: 20px;
    width: 4px;
    height: 7px;
    -webkit-clip-path: polygon(20% 0, 0 14%, 58% 50%, 0 86%, 20% 100%, 100% 50%);
    clip-path: polygon(20% 0, 0 14%, 58% 50%, 0 86%, 20% 100%, 100% 50%);
  }
}
.p-jobs__bottomBanner::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 1;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-jobs__bottomBanner::after {
    right: 16px;
    width: 13px;
    height: 13px;
  }
}
.p-jobs__bottomBanner figure {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 5px 8px;
  background: #fff;
}
.p-jobs__bottomBanner figure img {
  width: 100%;
  min-width: 93.5582822086%;
  max-width: 305px;
  height: auto;
}
.p-jobs__bottomBanner--rikunabi {
  background: #0068B7;
}
.p-jobs__bottomBanner--rikunabi::before {
  background: #0068B7;
}
.p-jobs__bottomText {
  width: calc(100% + 4em);
  margin-bottom: 15px;
  padding-left: 1em;
  font-size: 18px;
  text-indent: -1em;
}
@media screen and (max-width: 1024px) {
  .p-jobs__bottomText {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-jobs__bottomText {
    display: inline-block;
    width: auto;
    margin-bottom: 5px;
  }
}

.p-modal-card {
  height: 100%;
  padding: 0.25rem 0.625rem 0.625rem 0.3125rem;
  position: relative;
}

.p-modal-card::after {
  content: "";
  width: calc(100% - 15px);
  height: calc(100% - 14px);
  background: #572A06;
  border-radius: 30px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.p-modal-card__close {
  display: block;
  width: 3.75rem;
  height: 3.75rem;
  background: #fff;
  border-radius: 50%;
  border: 4px solid #572A06;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: -1.5rem;
  right: -1.0625rem;
  z-index: 10;
  cursor: pointer;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
@media screen and (max-width: 767px) {
  .p-modal-card__close {
    top: -1.0625rem;
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-modal-card__close::after {
    content: "";
    width: 1.4375rem;
    height: 1.4375rem;
    background: transparent url(../about/img/icon_close.svg) no-repeat center center/contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
}

.p-modal-card--green .p-modal-card__close {
  border: 4px solid #3E9E26;
}

.p-modal-card--red .p-modal-card__close {
  border: 4px solid #DC000C;
}

.p-modal-card--blue .p-modal-card__close {
  border: 4px solid #0087D3;
}

.p-modal-card--orange .p-modal-card__close {
  border: 4px solid #FF4C36;
}

.p-modal-card--lightbrown .p-modal-card__close {
  border: 4px solid #A56D35;

}

.p-modal-card__close--img {
  width: 1.4375rem;
  height: 1.4375rem;
  position: relative;
}

.p-modal-card__close--img img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateZ(0) translate(-50%, -50%);
  -webkit-transform: translateZ(0) translate(-50%, -50%);
  z-index: 1;
}

.p-modal-card__inner {
  padding: 3.4375rem 3.4375rem 3.4375rem 0;
  background: #F3F1EF;
  border-radius: 30px;
  border: 4px solid #572A06;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-modal-card__inner {
    height: 70vh;
    padding: 0 1.0625rem 3.75rem 0;
    overflow-y: auto;
  }
}

.p-modal-card--green .p-modal-card__inner {
  border: 4px solid #3E9E26;
}

.p-modal-card--red .p-modal-card__inner {
  border: 4px solid #DC000C;
}

.p-modal-card--blue .p-modal-card__inner {
  border: 4px solid #0087D3;
}

.p-modal-card--orange .p-modal-card__inner {
  border: 4px solid #FF4C36;
}

.p-modal-card--lightbrown .p-modal-card__inner {
  border: 4px solid #A56D35;
}

.p-modal-card__head {
  padding: 1.3125rem 1.9375rem 1rem 3.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 5px;
  background: #572A06;
  border-radius: 0 15px 15px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-modal-card__head {
    padding: 1.3125rem 1.125rem 1rem 1.0625rem;
    row-gap: 0;
  }
}

.p-modal-card__head::before {
  content: "";
  width: 6px;
  height: 100%;
  background: #572A06;
  position: absolute;
  top: 50%;
  left: -6px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}

.p-modal-card--green::after,
.p-modal-card--green .p-modal-card__head,
.p-modal-card--green .p-modal-card__head::before {
  background: #3E9E26;
}

.p-modal-card--red::after,
.p-modal-card--red .p-modal-card__head,
.p-modal-card--red .p-modal-card__head::before {
  background: #DC000C;
}

.p-modal-card--blue::after,
.p-modal-card--blue .p-modal-card__head,
.p-modal-card--blue .p-modal-card__head::before {
  background: #0087D3;
}

.p-modal-card--orange::after,
.p-modal-card--orange .p-modal-card__head,
.p-modal-card--orange .p-modal-card__head::before {
  background: #FF4C36;
}

.p-modal-card--lightbrown::after,
.p-modal-card--lightbrown .p-modal-card__head,
.p-modal-card--lightbrown .p-modal-card__head::before {
  background: #A56D35;
}

.p-modal-card__title {
  margin-right: auto;
  font-size: 2.0625rem;
  color: #fff;
  line-height: 1.5151515152;
  letter-spacing: 0.016em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-modal-card__title {
    font-size: 1.5625rem;
    line-height: 1.52;
  }
}

.p-modal-card__link {
  padding-right: 2rem;
  font-size: 1.125rem;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.07em;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-modal-card__link {
    margin-left: auto;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

.p-modal-card__link::before {
  content: "";
  z-index: 1;
  width: 6px;
  height: 11px;
  background: #572A06;
  -webkit-clip-path: polygon(20% 0, 0 14%, 58% 50%, 0 86%, 20% 100%, 100% 50%);
  clip-path: polygon(20% 0, 0 14%, 58% 50%, 0 86%, 20% 100%, 100% 50%);
  position: absolute;
  top: 50%;
  right: 0.375rem;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}

.p-modal-card--green .p-modal-card__link::before {
  background: #3E9E26;
}

.p-modal-card--red .p-modal-card__link::before {
  background: #DC000C;
}

.p-modal-card--blue .p-modal-card__link::before {
  background: #0087D3;
}

.p-modal-card--orange .p-modal-card__link::before {
  background: #FF4C36;
}

.p-modal-card--lightbrown .p-modal-card__link::before {
  background: #A56D35;
}

.p-modal-card__link::after {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}

.p-modal-card__body {
  margin-top: 1.875rem;
  margin-left: 3.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .p-modal-card__body {
    margin-left: 1.0625rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.p-modal-card__detail {
  width: 43.8271604938%;
}
@media screen and (max-width: 767px) {
  .p-modal-card__detail {
    width: auto;
    text-align: center;
  }
}

.p-modal-card__text {
  font-size: 1.25rem;
  line-height: 1.65;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-modal-card__text {
    font-size: 0.9375rem;
    text-align: left;
    line-height: 1.6666666667;
  }
}

.p-modal-card__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 7px;
  padding: 0.6875rem 1.375rem 0.6875rem 1.875rem;
  font-size: 1.125rem;
  line-height: 1.5;
  background: #fff;
  border-radius: 30px;
  border: 2px solid #572A06;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-modal-card__btn {
    margin-inline: auto;
    padding: 0.875rem 1.1875rem 0.75rem 1.875rem;
    font-size: 1rem;
    line-height: 1.5;
  }
}

.p-modal-card--green .p-modal-card__btn {
  border: 2px solid #3E9E26;
}

.p-modal-card--red .p-modal-card__btn {
  border: 2px solid #DC000C;
}

.p-modal-card--blue .p-modal-card__btn {
  border: 2px solid #0087D3;
}

.p-modal-card--orange .p-modal-card__btn {
  border: 2px solid #FF4C36;
}

.p-modal-card--lightbrown .p-modal-card__btn {
  border: 2px solid #A56D35;
}

.p-modal-card__btn::after {
  content: "";
  display: block;
  width: 7px;
  height: 14px;
  margin-left: 18px;
  background: #3C2618;
  -webkit-clip-path: polygon(20% 0, 0 14%, 58% 50%, 0 86%, 20% 100%, 100% 50%);
  clip-path: polygon(20% 0, 0 14%, 58% 50%, 0 86%, 20% 100%, 100% 50%);
}
@media screen and (max-width: 767px) {
  .p-modal-card__btn::after {
    width: 6px;
    height: 12px;
  }
}

.p-modal-card--green .p-modal-card__btn::after {
  background: #3E9E26;
}

.p-modal-card--red .p-modal-card__btn::after {
  background: #DC000C;
}

.p-modal-card--blue .p-modal-card__btn::after {
  background: #0087D3;
}

.p-modal-card--orange .p-modal-card__btn::after {
  background: #FF4C36;
}

.p-modal-card--lightbrown .p-modal-card__btn::after {
  background: #A56D35;
}

.p-modal-card__img {
  width: 54.3209876543%;
}
@media screen and (max-width: 767px) {
  .p-modal-card__img {
    width: auto;
  }
}

.p-modal-card__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 440/321;
}
@media screen and (max-width: 767px) {
  .p-modal-card__img img {
    aspect-ratio: 327/239;
  }
}

.p-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 100;
  background-color: rgba(255, 255, 255, .8);
}
@media screen and (max-width: 767px) {
  .p-modal {
    display: block;
  }
}

/* モーダルがactiveの時 */
.p-modal.is-active {
  opacity: 1;
  pointer-events: auto;
}

/* モーダル背景のオーバーレイ部分 */
.p-modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

/* モーダルのコンテンツ */
.p-modal__content {
  position: relative;
  width: 100%;
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .p-modal__content {
    margin-top: 10vh;
  }
}

.p-modal__slider {
  padding: 25px 0 0 0;
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-modal__slider {
    padding: 20px 0 0 0;
  }
}

.p-modal__slider .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-modal__slide {
  height: 100%;
}

.p-modal__button--prev,
.p-modal__button--next {
  width: 44px;
  height: 46px;
  background: transparent url(../company/img/arrow_slide.svg) no-repeat center center/100%;
}

.p-modal__button--prev {
  position: absolute;
  top: 50%;
  left: 24.3%;
  transform: rotateY(180deg) translate(-50%, -50%);
  -webkit-transform: rotateY(180deg) translate(-50%, -50%);
  &:after{
    content: "";
  }
}
@media screen and (max-width: 767px) {
  .p-modal__button--prev {
    top: 60%;
    left: 0;
    transform: rotateY(180deg) translate(0, -50%);
    -webkit-transform: rotateY(180deg) translate(0, -50%);
  }
}

.p-modal__button--next {
  position: absolute;
  top: 50%;
  right: 24.3%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  &:after{
    content: "";
  }
}
@media screen and (max-width: 767px) {
  .p-modal__button--next {
    top: 60%;
    right: 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
}

.p-mv {
  margin-top: 120px;
  padding-top: 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-mv {
    margin-top: 70px;
    padding-top: 16px;
    padding-bottom: 15px;
  }
}
.p-mv .js-mv-animation {
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.11, 0, 0.5, 0) 0.3s;
  transition: opacity 0.6s cubic-bezier(0.11, 0, 0.5, 0) 0.3s;
}
@media screen and (max-width: 767px) {
  .p-mv .js-mv-animation {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
  }
}
.p-mv .js-mv-animation.fadein {
  opacity: 1;
}

.p-mv::after {
  content: "";
  width: 100%;
  height: 80px;
  background: transparent url(../images/common/bg_mv_01_pc.png) no-repeat center top/cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-mv::after {
    height: 16px;
    background: transparent url(../images/common/bg_mv_01_sp.png) no-repeat center top/cover;
  }
}

.p-mv__inner {
  position: relative;
}

.p-mv__swiper {
  -webkit-transition: opacity 0.6s cubic-bezier(0.11, 0, 0.5, 0) 0.2s !important;
  transition: opacity 0.6s cubic-bezier(0.11, 0, 0.5, 0) 0.2s !important;
}
.p-mv__swiper.swiper-fade .swiper-slide {
  -webkit-transition: opacity 1000ms !important;
  transition: opacity 1000ms !important;
  z-index: -1;
}
.p-mv__swiper.swiper-fade .swiper-slide-active,
.p-mv__swiper.swiper-fade .swiper-slide-duplicate-active {
  -webkit-transition: opacity 1200ms cubic-bezier(0.11, 0, 0.5, 0) !important;
  transition: opacity 1200ms cubic-bezier(0.11, 0, 0.5, 0) !important;
  z-index: 1;
}

.p-mv__img {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-mv__img {
    height: auto;
    height: 328px;
  }
}

.p-mv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  will-change: transform;
}
@media screen and (max-width: 767px) {
  .p-mv__img.p-mv__img--01 img {
    -o-object-position: 48% center;
    object-position: 48% center;
  }
}

@media screen and (max-width: 767px) {
  .p-mv__img.p-mv__img--02 img {
    -o-object-position: 75% center;
    object-position: 75% center;
  }
}

@media screen and (max-width: 767px) {
  .p-mv__img.p-mv__img--03 img {
    -o-object-position: 93% center;
    object-position: 93% center;
  }
}

@media screen and (max-width: 767px) {
  .p-mv__img.p-mv__img--04 img {
    -o-object-position: 55% center;
    object-position: 55% center;
  }
}

@media screen and (max-width: 767px) {
  .p-mv__img.p-mv__img--05 img {
    -o-object-position: 53% center;
    object-position: 53% center;
  }
}

@media screen and (max-width: 767px) {
  .p-mv__img.p-mv__img--06 img {
    -o-object-position: 51% center;
    object-position: 51% center;
  }
}

@media screen and (max-width: 767px) {
  .p-mv__img.p-mv__img--07 img {
    -o-object-position: 51% center;
    object-position: 51% center;
  }
}

@-webkit-keyframes zoomDown {
  0% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes zoomDown {
  0% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.swiper-slide-active .p-mv__img,
.swiper-slide-duplicate-active .p-mv__img,
.swiper-slide-prev .p-mv__img {
  -webkit-animation: zoomDown 6s linear forwards;
  animation: zoomDown 6s linear forwards;
}

.p-mv__body {
  width: 100%;
  max-width: 1340px;
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-mv__body {
    width: 100%;
    margin-top: 22px;
    padding: 0 16px;
    position: static;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}

.p-mv__read {
  width: 45.1388888889%;
  min-width: 300px;
}
@media screen and (max-width: 767px) {
  .p-mv__read {
    width: 316.9px;
  }
}

.p-mv__read img {
  width: 100%;
  height: auto;
}

.p-mv__text {
  display: inline-block;
  margin-top: 40px;
  margin-left: 13px;
  font-size: 18px;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-mv__text {
    margin-top: 20px;
    margin-left: 0;
    font-size: 11px;
    line-height: 1.6363636364;
  }
}

.p-mv__text::after {
  content: "";
  width: 100%;
  height: 100%;
  background: transparent url(../images/top/bg_mv-text_pc.png) no-repeat center center/118%;
  position: absolute;
  top: -5px;
  left: -10px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-mv__text::after {
    display: none;
  }
}

.p-notfound {
  margin-top: 120px;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-notfound {
    margin-top: 70px;
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: 6px solid #DC000C;
  }
}

.p-notfound__inner {
  padding-top: 88px;
  padding-bottom: 122px;
  background: transparent url(../images/common/p_notfound_pc.png) no-repeat center center/97%;
}
@media screen and (max-width: 767px) {
  .p-notfound__inner {
    width: 91.1111111111%;
    padding-top: 130px;
    padding-bottom: 191px;
    background: transparent url(../images/common/p_notfound_sp.png) no-repeat center center/contain;
  }
}

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

.p-notfound__entext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-notfound__entext {
    width: 133px;
    margin-inline: auto;
  }
}

.p-notfound__entext img {
  height: auto;
}

.p-notfound__title {
  margin-top: 47px;
  font-size: 32px;
  line-height: 1.3125;
  letter-spacing: 0.1em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-notfound__title {
    margin-top: 10px;
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}

.p-notfound__text {
  margin-top: 15px;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-notfound__text {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.8666666667;
    letter-spacing: 0.03em;
  }
}

.p-scrollbar__thumb {
  display: block;
  height: 15px;
  margin-top: 20px;
  border-radius: 8px;
  background-color: #A8A8A8;
  cursor: pointer;
}
.p-scrollbar__track {
  border-radius: 8px;
  background-color: #F3F1EF;
}

.p-style-education {
  padding-top: 100px;
  padding-bottom: 132px;
  background: #F3F1EF;
}
@media screen and (max-width: 767px) {
  .p-style-education {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.p-style-education__inner {
  max-width: 1106px;
}

.p-style-education__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-style-education__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.p-style-education__title {
  margin-top: 112px;
  font-size: 32px;
  color: #DC000C;
  line-height: 1.0625;
  letter-spacing: 0.044em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-style-education__title {
    margin-top: 0;
    font-size: 24px;
    line-height: 1.25;
  }
}

.p-style-education__mainImg {
  width: 59.0909090909%;
}
@media screen and (max-width: 767px) {
  .p-style-education__mainImg {
    width: 100%;
    margin-top: 14px;
  }
}

.p-style-education__mainImg img {
  width: 100%;
  height: auto;
}

.p-style-education__body {
  margin-top: 43px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 30px;
}
@media screen and (max-width: 767px) {
  .p-style-education__body {
    margin-top: 50px;
    row-gap: 58px;
  }
}

.p-style-education__item {
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-style-education__item:not(:last-child):after {
    content: "";
    width: 32px;
    height: 14px;
    background: transparent url(../images/company/style/arrow_three.svg) no-repeat center center/100%;
    position: absolute;
    bottom: -36px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
  }
}

.p-style-mv {
  margin-top: 120px;
  padding-bottom: 95px;
}
@media screen and (max-width: 767px) {
  .p-style-mv {
    margin-top: 91px;
    padding-bottom: 36px;
  }
}

.p-style-mv__breadcrumb {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.p-style-mv__inner {
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
.p-style-mv__head {
  width: 86.1111111111%;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-style-mv__head {
    width: auto;
  }
}

.p-style-mv__area {
  width: 63.3064516129%;
  margin-inline: auto;
  position: absolute;
  top: 106px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
@media screen and (max-width: 767px) {
  .p-style-mv__area {
    width: auto;
    position: static;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}

.p-style-mv__title {
  font-size: 35px;
  color: #DC000C;
  text-align: center;
  line-height: 1.3095238095;
  letter-spacing: 0.01em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-style-mv__title {
    font-size: 24px;
    text-align: left;
    line-height: 1.25;
  }
}

.p-style-mv__read {
  margin-top: 17px;
  font-size: 19px;
  line-height: 1.8181818182;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-style-mv__read {
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.8666666667;
  }
}

.p-style-mv__img {
  width: 100vw;
  height: 574px;
  margin: 0 calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .p-style-mv__img {
    width: 100%;
    height: auto;
    margin: 0;
    margin-top: 7px;
  }
}

.p-style-mv__img picture {
  height: 100%;
}

.p-style-mv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-style-mv__img img {
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }
}

.p-style-mv__body {
  width: 86.1111111111%;
  margin-inline: auto;
  margin-top: 31px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-style-mv__body {
    width: auto;
    margin-top: 60px;
  }
}

.p-style-mv__careerup--title {
  padding: 27px 0 27px;
  font-size: 28px;
  color: #fff;
  text-align: center;
  line-height: 1.2142857143;
  letter-spacing: 0.044em;
  font-weight: bold;
  background: #DC000C;
}
@media screen and (max-width: 767px) {
  .p-style-mv__careerup--title {
    padding: 14px 0 12px;
    font-size: 20px;
    line-height: 1.7;
  }
}

.p-style-mv__careerup--text {
  max-width: 1056px;
  margin-inline: auto;
  margin-top: 31px;
  font-size: 18px;
  line-height: 1.7777777778;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-style-mv__careerup--text {
    margin-top: 14px;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0.03em;
  }
}

.p-style-mv__careerup--area {
  margin-top: 33.8px;
}
@media screen and (max-width: 767px) {
  .p-style-mv__careerup--area {
    margin-top: 10px;
    overflow-x: scroll;
  }
}

@media screen and (max-width: 767px) {
  .p-style-mv__careerup--img {
    width: 730px;
  }
}

.p-style-mv__careerup--img img {
  width: 100%;
  height: auto;
}

.p-style-welfare {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .p-style-welfare {
    padding: 70px 0 30px;
  }
}

.p-style-welfare__inner {
  max-width: 1290px;
}
@media screen and (max-width: 767px) {
  .p-style-welfare__inner {
    margin-bottom: 10px;
  }
}

.p-style-welfare__wrap {
  display: grid;
  grid-template-columns: repeat(3, 30.6451612903%);
  row-gap: 54px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-style-welfare__wrap {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 28px;
  }
}

.p-sub-mv {
  height: 250px;
  margin-top: 120px;
  background: url(../images/common/bg_mv_01_pc.png) no-repeat center top/cover;
}
@media screen and (max-width: 1024px) {
  .p-sub-mv {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .p-sub-mv {
    height: 140px;
    background-image: url(../images/common/bg_mv_01_sp.png);
  }
}
.p-sub-mv__inner {
  height: 100%;
}
.p-sub-mv__head {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-sub-mv__head {
    padding-top: 0;
  }
}
.p-sub-mv__title {
  color: #fff;
  font-size: 42px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-sub-mv__title {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-sub-mv__title {
    font-size: 26px;
  }
}

.p-top-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 15px;
  }
}

.p-top-card__number {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-top-card__number {
    display: block;
    position: static;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}

.p-top-card__number img {
  width: 100%;
  height: auto;
}

.p-top-card__detail {
  width: 50%;
  padding-top: 64px;
}
@media screen and (max-width: 767px) {
  .p-top-card__detail {
    width: auto;
    padding-top: 0;
  }
}

.p-top-card__text {
  margin-top: 12px;
  font-size: 18px;
  line-height: 1.7777777778;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-top-card__text {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0.04em;
  }
}

.p-top-card__img {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .p-top-card__img {
    width: auto;
  }
}

.p-top-card__img img {
  width: 100%;
  height: auto;
}

.p-top-link {
  padding-top: 130px;
  padding-bottom: 130px;
  background: #F3F1EF;
}
@media screen and (max-width: 767px) {
  .p-top-link {
    padding-top: 20px;
    padding-bottom: 59.5px;
    background: #fff;
  }
}

.p-top-link__inner {
  max-width: 1050px;
}

.p-top-link__wrap {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 111px;
}
@media screen and (max-width: 767px) {
  .p-top-link__wrap {
    width: 88.8888888889%;
    margin-inline: auto;
    row-gap: 68px;
  }
}

.p-topmessage {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-topmessage {
    padding-bottom: 80px;
  }
}

.p-topmessage__img {
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  margin-top: -44.8px;
}
@media screen and (max-width: 767px) {
  .p-topmessage__img {
    margin-top: 20px;
  }
}

.p-topmessage__img img {
  width: 100%;
  height: auto;
}

.p-topmessage__body {
  max-width: 960px;
  margin-inline: auto;
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
@media screen and (max-width: 767px) {
  .p-topmessage__body {
    margin-top: 37px;
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-topmessage__text {
  font-size: 18px;
  line-height: 1.7777777778;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-topmessage__text {
    font-size: 15px;
    line-height: 1.6666666667;
    letter-spacing: 0.03em;
  }
}

.p-video {
  padding-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .p-video {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}

.p-video__inner {
  max-width: 1048px;
}

.p-video__head {
  margin-left: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-video__head {
    width: 89.1666666667%;
    margin-inline: auto;
    margin-left: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 14px;
  }
}

.p-video__icon {
  margin-right: 51px;
}
@media screen and (max-width: 767px) {
  .p-video__icon {
    width: 175px;
  }
}

.p-video__icon img {
  height: auto;
}

.p-video__title {
  font-size: 36px;
  line-height: 1.1666666667;
  letter-spacing: 0.05em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-video__title {
    font-size: 26px;
    line-height: 1.3846153846;
  }
}

.p-video__wrap {
  margin-top: 57px;
  display: grid;
  grid-template-columns: repeat(2, 48.0961923848%);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  row-gap: 37px;
}
@media screen and (max-width: 767px) {
  .p-video__wrap {
    /*width: 89.1666666667%;*/
    width: 260px;
    margin-inline: auto;
    margin-top: 20px;
    padding-bottom: 10px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 20px;
  }
}

.p-video__link {
  cursor: pointer;
  pointer-events: auto;
}

.p-video__link img {
  width: 100%;
  height: auto;
}

.p-video__wrap {
  position: relative;
}

.p-video__thumbnail {
  cursor: pointer;
}

.p-video__thumbnail img {
  width: 100%;
  height: auto;
}

.p-video__modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
  z-index: 1000;
}

.p-video__modal.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-video__modal-content {
  position: relative;
  width: 80%;
  max-width: 800px;
}

.p-video__modal-close {
  position: absolute;
  top: -40px;
  right: -40px;
  font-size: 30px;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
}

#videoPlayer {
  width: 100%;
  height: auto;
}

.p-voice-card01:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .p-voice-card01:hover {
    opacity: 1;
  }
}

.p-voice-card01__head {
  position: relative;
}

.p-voice-card01__img img {
  width: 100%;
  height: auto;
}

.p-voice-card01__number {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-voice-card01__number {
    top: 16.4px;
    left: 16.4px;
  }
}

.p-voice-card01__number img {
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-voice-card01__number img {
    width: 78%;
  }
}

.p-voice-card01__body {
  margin-top: 10px;
}

.p-voice-card01__name {
  font-size: 18px;
  line-height: 1.6666666667;
  letter-spacing: 0.044em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-voice-card01__name {
    font-size: 16px;
    line-height: 1.625;
    letter-spacing: 0.03em;
  }
}

@media screen and (max-width: 767px) {
  .p-voice-card01__name::before {
    content: "";
    z-index: 1;
    width: 5px;
    height: 9px;
    background: #fff;
    -webkit-clip-path: polygon(20% 0, 0 14%, 58% 50%, 0 86%, 20% 100%, 100% 50%);
    clip-path: polygon(20% 0, 0 14%, 58% 50%, 0 86%, 20% 100%, 100% 50%);
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
}

@media screen and (max-width: 767px) {
  .p-voice-card01__name::after {
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #DC000C;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
}

.p-voice-card01__name span {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.044em;
}
@media screen and (max-width: 767px) {
  .p-voice-card01__name span {
    font-size: 14px;
  }
}

.p-voice-card02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-voice-card02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.p-voice-card02:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-voice-card02:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.p-voice-card02__head {
  width: 50.4032258065%;
  padding-top: 2px;
}
@media screen and (max-width: 767px) {
  .p-voice-card02__head {
    width: auto;
    padding-top: 0;
  }
}

.p-voice-card02__question {
  font-size: 18px;
  color: #C2000A;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-voice-card02__question {
    font-size: 16px;
    line-height: 1.5;
  }
}

.p-voice-card02__answer {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.7777777778;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-voice-card02__answer {
    margin-top: 14px;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0.03em;
  }
}

.p-voice-card02__body {
  width: 45.1612903226%;
}
@media screen and (max-width: 767px) {
  .p-voice-card02__body {
    width: auto;
    margin-top: 14px;
  }
}

.p-voice-card02__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 560/444;
}
@media screen and (max-width: 767px) {
  .p-voice-card02__img img {
    aspect-ratio: 319/253;
  }
}

.p-voice-contents__inner {
  max-width: 1440px;
  padding-top: 75px;
  padding-bottom: 80px;
  background: #F3F1EF;
}
@media screen and (max-width: 767px) {
  .p-voice-contents__inner {
    padding-top: 10px;
    padding-bottom: 30px;
  }
}

.p-voice-contents__head {
  max-width: 1240px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-voice-contents__head {
    width: 88.6111111111%;
    margin-inline: auto;
  }
}

.p-voice-contents__wrap {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 80px;
}
@media screen and (max-width: 767px) {
  .p-voice-contents__wrap {
    row-gap: 40px;
  }
}

.p-voice-contents__body {
  max-width: 1240px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-voice-contents__body {
    width: auto;
    margin-inline: auto;
    padding-bottom: 10px;
  }
}

.p-voice-contents__message {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-voice-contents__message {
    margin-top: 30px;
  }
}

.p-voice-contents__btn {
  width: 400px;
  margin-inline: auto;
  margin-top: 101px;
}
@media screen and (max-width: 767px) {
  .p-voice-contents__btn {
    width: auto;
    margin-top: 55px;
  }
}

.p-voice-detail {
  padding-bottom: 26px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-voice-detail {
    background: #F3F1EF;
  }
}

.p-voice-detail::after {
  content: "";
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  background: transparent url(../images/voice/mv_bg.png) no-repeat center center/cover;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
@media screen and (max-width: 767px) {
  .p-voice-detail::after {
    display: none;
  }
}

.p-voice-detail__inner {
  position: relative;
  z-index: 1;
}

.p-voice-detail__breadcrumb {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .p-voice-detail__breadcrumb {
    margin-top: 70px;
  }
}

.p-voice-detail__breadcrumb a,
.p-voice-detail__breadcrumb li:after,
.p-voice-detail__breadcrumb span {
  color: #fff;
}

.p-voice-message {
  background: #fff;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .p-voice-message {
    border-radius: 15px;
  }
}

.p-voice-message__inner {
  padding: 48px 100px 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-voice-message__inner {
    padding: 23px 20px 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.p-voice-message__head {
  width: 24.2307692308%;
}
@media screen and (max-width: 767px) {
  .p-voice-message__head {
    width: auto;
  }
}

.p-voice-message__title {
  padding-left: 26px;
  font-size: 16px;
  color: #C2000A;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-voice-message__title {
    padding-left: 25px;
    font-size: 16px;
    line-height: 1.5;
  }
}

.p-voice-message__title::before {
  content: "⚫︎";
  font-size: 16px;
  color: #C2000A;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}

.p-voice-message__read {
  margin-top: 27px;
  font-size: 28px;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-voice-message__read {
    margin-top: 1px;
    font-size: 28px;
    line-height: 1.4285714286;
    letter-spacing: 0.04em;
  }
}

.p-voice-message__body {
  width: 72.6923076923%;
  padding-top: 3px;
  background-size: 12px 1px;
  background-image: linear-gradient(to right, #DC000C 6px, transparent 6px);
  background-repeat: repeat-x;
  background-position: left top;
}
@media screen and (max-width: 767px) {
  .p-voice-message__body {
    width: auto;
    margin-top: 11px;
    padding-top: 4px;
    background-size: 6px 1px;
    background-image: linear-gradient(to right, #DC000C 3px, transparent 3px);
  }
}

.p-voice-message__text {
  display: inline;
  font-size: 18px;
  line-height: 2.5;
  letter-spacing: 0.05em;
  background-size: 12px 1px;
  background-image: linear-gradient(to right, #DC000C 6px, transparent 6px);
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-voice-message__text {
    font-size: 16px;
    line-height: 2.25;
    letter-spacing: 0.03em;
    background-size: 6px 1px;
    background-image: linear-gradient(to right, #DC000C 3px, transparent 3px);
    padding-bottom: 4px;
  }
}

.p-voice-mv {
  max-width: 1240px;
  margin-inline: auto;
  margin-top: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-voice-mv {
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.p-voice-mv__area {
  width: 63.5483870968%;
}
@media screen and (max-width: 767px) {
  .p-voice-mv__area {
    width: auto;
    display: contents;
  }
}

.p-voice-mv__img {
  height: 560px;
}
@media screen and (max-width: 767px) {
  .p-voice-mv__img {
    height: 418px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.p-voice-mv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-voice-mv__attention {
  font-size: 14px;
  color: #fff;
  text-align: right;
  line-height: 1.7142857143;
  letter-spacing: 0.016em;
}
@media screen and (max-width: 767px) {
  .p-voice-mv__attention {
    width: 88.4615384615%;
    margin-inline: auto;
    padding-left: 21px;
    font-size: 12px;
    color: #3C2618;
    text-align: left;
    line-height: 1.5;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}

.p-voice-mv__body {
  width: 41.6935483871%;
  height: 100%;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-voice-mv__body {
    width: auto;
    height: auto;
    position: static;
    display: contents;
  }
}

.p-voice-mv__detail {
  padding: 31px 39px 60px;
  padding: 31px 0 60px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-voice-mv__detail {
    width: 88.4615384615%;
    margin-inline: auto;
    margin-top: -65px;
    padding: 10px 20px 21px;
    background: #DC000C;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.p-voice-mv__top {
  width: 84.912959381%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-voice-mv__top {
    width: auto;
  }
}

.p-voice-mv__title {
  padding-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-voice-mv__title {
    padding-bottom: 6px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.p-voice-mv__title::after {
  content: "";
  width: 100%;
  height: 1px;
  background: transparent url(../images/voice/fig_border.png) no-repeat center center/cover;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-voice-mv__title::after {
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-image: url(../images/voice/fig_border.png);
    mask-image: url(../images/voice/fig_border.png);
    background: #fff;
  }
}

.p-voice-mv__title--sub {
  display: inline-block;
  margin-right: 28px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-voice-mv__title--sub {
    width: 113px;
    margin-right: 9px;
  }
}

@media screen and (max-width: 767px) {
  .p-voice-mv__title--sub::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-voice-mv__title--sub01::after {
    -webkit-mask-image: url(../images/voice/txt_voice01.svg);
    mask-image: url(../images/voice/txt_voice01.svg);
  }
}

@media screen and (max-width: 767px) {
  .p-voice-mv__title--sub02::after {
    -webkit-mask-image: url(../images/voice/txt_voice02.svg);
    mask-image: url(../images/voice/txt_voice02.svg);
  }
}

@media screen and (max-width: 767px) {
  .p-voice-mv__title--sub03::after {
    -webkit-mask-image: url(../images/voice/txt_voice03.svg);
    mask-image: url(../images/voice/txt_voice03.svg);
  }
}

@media screen and (max-width: 767px) {
  .p-voice-mv__title--sub04::after {
    -webkit-mask-image: url(../images/voice/txt_voice04.svg);
    mask-image: url(../images/voice/txt_voice04.svg);
  }
}

@media screen and (max-width: 767px) {
  .p-voice-mv__title--sub05::after {
    -webkit-mask-image: url(../images/voice/txt_voice05.svg);
    mask-image: url(../images/voice/txt_voice05.svg);
  }
}

@media screen and (max-width: 767px) {
  .p-voice-mv__title--sub06::after {
    -webkit-mask-image: url(../images/voice/txt_voice06.svg);
    mask-image: url(../images/voice/txt_voice06.svg);
  }
}

@media screen and (max-width: 767px) {
  .p-voice-mv__title--sub07::after {
    -webkit-mask-image: url(../images/voice/txt_voice07.svg);
    mask-image: url(../images/voice/txt_voice07.svg);
  }
}

.p-voice-mv__title--sub img {
  height: auto;
}

.p-voice-mv__title--main {
  font-size: 20px;
  color: #DC000C;
  line-height: 1.5;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-voice-mv__title--main {
    font-size: 17px;
    color: #fff;
    line-height: 1.4705882353;
  }
}

.p-voice-mv__bottom {
  width: 84.912959381%;
  margin-inline: auto;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-voice-mv__bottom {
    width: auto;
    padding-top: 13px;
  }
}

.p-voice-mv__read {
  font-size: 30px;
  font-size: max(17px, 1.875rem);
  line-height: 1.4666666667;
  letter-spacing: 0.03em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-voice-mv__read {
    font-size: 18px;
    color: #fff;
    line-height: 1.7777777778;
  }
}

.p-voice-mv__name {
  width: 88.0077369439%;
  font-size: 18px;
  font-size: max(13px, 1.125rem);
  color: #fff;
  line-height: 1.6666666667;
  letter-spacing: 0.044em;
}
@media screen and (max-width: 767px) {
  .p-voice-mv__name {
    width: 88.4615384615%;
    margin-inline: auto;
    margin-top: 11px;
    padding-left: 21px;
    font-size: 14px;
    color: #3C2618;
    line-height: 1.5;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

.p-voice {
  max-width: 1240px;
  margin-inline: auto;
  padding-top: 80px;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .p-voice {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}

.p-voice__wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 35px;
  -moz-column-gap: 35px;
  column-gap: 35px;
  row-gap: 51px;
}
@media screen and (max-width: 767px) {
  .p-voice__wrap {
    width: 88.6111111111%;
    margin-inline: auto;
    padding-bottom: 10px;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 18px;
  }
}

.p-voice__box--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.p-voice__title {
  padding-bottom: 23px;
}
@media screen and (max-width: 767px) {
  .p-voice__title {
    padding-bottom: 0;
  }
}

.p-voice__title--main {
  font-size: 35px;
  color: #DC000C;
  line-height: 1.25;
  letter-spacing: 0.05em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-voice__title--main {
    font-size: 22px;
    line-height: 1.3636363636;
    letter-spacing: 0.03em;
  }
}

.p-voice__text {
  margin-top: 25px;
  font-size: 20px;
  line-height: 1.6363636364;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-voice__text {
    margin-top: 11px;
    font-size: 18px;
    line-height: 1.5555555556;
    letter-spacing: 0.05em;
  }
}

.p-welfare-card__title {
  padding: 27px 0;
  font-size: 28px;
  color: #fff;
  text-align: center;
  line-height: 1.2142857143;
  letter-spacing: 0.044em;
  font-weight: bold;
  background: #DC000C;
}
@media screen and (max-width: 767px) {
  .p-welfare-card__title {
    padding: 5px 0 1px;
    font-size: 20px;
    line-height: 1.7;
  }
}

@media screen and (max-width: 767px) {
  .p-welfare-card__body {
    margin-top: 12px;
    display: grid;
    grid-template-columns: 30% 66.9444444444%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.p-welfare-card__img img {
  width: 100%;
  height: auto;
}

.p-welfare-card__text {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.016em;
}
@media screen and (max-width: 767px) {
  .p-welfare-card__text {
    margin-top: 0;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0;
  }
}

.p-works {
  padding-bottom: 35px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-works {
    /*margin-top: 70px;*/
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-works__inner {
    /*border-top: 6px solid #DC000C;*/
    padding-top: 20px;
  }
}

.p-works__head {
  max-width: 1290px;
  margin-inline: auto;
  margin-top: 78px;
}
@media screen and (max-width: 767px) {
  .p-works__head {
    margin-top: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 0.5625rem;
  }
}

.p-works__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-works__area {
    display: contents;
  }
}

.p-works__title {
  width: 575px;
}
@media screen and (max-width: 767px) {
  .p-works__title {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.p-works__title--main {
  font-size: 42px;
  color: #DC000C;
  line-height: 1.3095238095;
  letter-spacing: 0.05em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-works__title--main {
    width: 100%;
    font-size: 24px;
    line-height: 1.25;
  }
}

.p-works__read {
  margin-top: 12px;
  font-size: 34px;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-works__read {
    margin-top: 0;
    margin-right: 22px;
    font-size: 18px;
    line-height: 1.3333333333;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.p-works__btn {
  width: 223px;
  margin-left: 27px;
}
@media screen and (max-width: 767px) {
  .p-works__btn {
    width: 140px;
    margin-left: 0;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

.p-works__link {
  display: block;
  padding: 19px 0 13px 13.5%;
  background: #DC000C;
  border-radius: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-works__link {
    padding: 8px 0 8px 6.5%;
  }
}

.p-works__link::after {
  content: "";
  width: 8px;
  height: 16px;
  background: #fff;
  -webkit-clip-path: polygon(20% 0, 0 14%, 58% 50%, 0 86%, 20% 100%, 100% 50%);
  clip-path: polygon(20% 0, 0 14%, 58% 50%, 0 86%, 20% 100%, 100% 50%);
  position: absolute;
  top: 50%;
  right: 19px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .p-works__link::after {
    width: 6px;
    height: 12px;
    right: 10px;
  }
}

.p-works__link--text {
  display: inline-block;
  padding-left: 47px;
  font-size: 20px;
  color: #fff;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-works__link--text {
    padding-left: 40px;
    font-size: 14px;
  }
}

.p-works__link--text::before {
  content: "";
  width: 36.97px;
  height: 37.12px;
  background: transparent url(../about/img/icon_video.svg) no-repeat center center/100%;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-image: url(../about/img/icon_video.svg);
  mask-image: url(../about/img/icon_video.svg);
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .p-works__link--text::before {
    width: 27.2px;
    height: 27.12px;
    left: 5px;
  }
}

.p-works__wrap {
  max-width: 1764px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-works__wrap {
    margin-top: 20px;
    padding-right: 0;
    padding-left: 0;
  }
}

.p-works_img img {
  width: 100%;
  height: auto;
}

.p-works__subtitle {
  font-size: 2.625rem;
  color: #DC000C;
  line-height: 1.3095238095;
  letter-spacing: 0.05em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-works__subtitle {
    font-size: 1.375rem;
    line-height: 1.5;
  }
}

.p-works__subtitle--01 {
  position: absolute;
  top: 8.5%;
  left: 39.6%;
}
@media screen and (max-width: 767px) {
  .p-works__subtitle--01 {
    top: 0;
    left: 0.9375rem;
  }
}

.p-works__subtitle--02 {
  position: absolute;
  top: 19.5%;
  right: 24.8%;
}
@media screen and (max-width: 767px) {
  .p-works__subtitle--02 {
    top: 44.4%;
    right: auto;
    left: 0.9375rem;
  }
}

.p-works__icon {
  width: 6.8261376896%;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-works__icon {
    width: 15.3846153846%;
  }
}

.p-works__icon:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
@media screen and (max-width: 767px) {
  .p-works__icon:hover {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.p-works__icon--01 {
  position: absolute;
  bottom: 30%;
  right: 25.8%;
}
@media screen and (max-width: 767px) {
  .p-works__icon--01 {
    bottom: 25.4%;
    right: 30.2%;
  }
}

.p-works__icon--02 {
  position: absolute;
  top: 29.9%;
  right: 30.6%;
}
@media screen and (max-width: 767px) {
  .p-works__icon--02 {
    top: 44%;
    right: 37.8%;
  }
}

.p-works__icon--03 {
  position: absolute;
  top: 46.5%;
  right: 13.3%;
}
@media screen and (max-width: 767px) {
  .p-works__icon--03 {
    top: auto;
    bottom: 36%;
    right: 3.9%;
  }
}

.p-works__icon--04 {
  position: absolute;
  top: 34.8%;
  right: 41.8%;
}
@media screen and (max-width: 767px) {
  .p-works__icon--04 {
    right: auto;
    top: 49%;
    left: 23.4%;
  }
}

.p-works__icon--05 {
  position: absolute;
  top: 39.4%;
  right: 21.5%;
}
@media screen and (max-width: 767px) {
  .p-works__icon--05 {
    top: 49.2%;
    right: 21%;
  }
}

.p-works__icon--06 {
  position: absolute;
  bottom: 30.4%;
  left: 47.5%;
}
@media screen and (max-width: 767px) {
  .p-works__icon--06 {
    bottom: 12%;
    left: 13%;
  }
}

.p-works__icon--07 {
  position: absolute;
  bottom: 38.4%;
  left: 37.1%;
}
@media screen and (max-width: 767px) {
  .p-works__icon--07 {
    bottom: 32.8%;
    left: 4.2%;
  }
}

.p-works__icon--08 {
  position: absolute;
  top: 43.8%;
  left: 10.1%;
}
@media screen and (max-width: 767px) {
  .p-works__icon--08 {
    top: 31.5%;
    left: 15.1%;
  }
}

.p-works__icon--09 {
  position: absolute;
  top: 51%;
  right: 35.4%;
}
@media screen and (max-width: 767px) {
  .p-works__icon--09 {
    top: auto;
    right: auto;
    bottom: 24.8%;
    left: 30%;
  }
}

.p-works__icon--10 {
  position: absolute;
  top: 21.8%;
  left: 18.1%;
}
@media screen and (max-width: 767px) {
  .p-works__icon--10 {
    top: 15.3%;
    left: 33.5%;
  }
}

.p-works__icon--11 {
  width: 7.8179696616%;
  position: absolute;
  top: 29.8%;
  left: 34.2%;
}
@media screen and (max-width: 767px) {
  .p-works__icon--11 {
    width: 17.9487179487%;
    left: auto;
    top: 21.4%;
    right: 11.3%;
  }
}

.p-works__icon--12 {
  position: absolute;
  top: 9.5%;
  left: 8.8%;
}
@media screen and (max-width: 767px) {
  .p-works__icon--12 {
    top: 6%;
    left: 11.4%;
  }
}

.p-works__icon--13 {
  position: absolute;
  top: 6.6%;
  left: 27.2%;
}
@media screen and (max-width: 767px) {
  .p-works__icon--13 {
    left: auto;
    top: 3.9%;
    right: 30.1%;
  }
}

.p-works__icon img {
  width: 100%;
  height: auto;
}

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

.u-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: block;
  }
}
/*# sourceMappingURL=styles.css.map */
