@charset "UTF-8";
html,
body {
  color: #333;
  font-family: "M PLUS 1p", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  height: 100%;
  width: 100%;
  line-height: 2;
  letter-spacing: 0.05rem;
}

header {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  pointer-events: none;
}
header h1 {
  margin-bottom: 0;
}

img {
  max-width: 100%;
}

figure {
  margin: 0;
}

figcaption {
  text-align: center;
  font-size: 0.75rem;
  margin-top: 0.5rem;
}

h3.c-heading--primary,
h3.c-heading--secondary {
  padding: 0.5rem 1.5rem 0.5rem 3.5rem;
  border-radius: 9999px;
  position: relative;
}
h3.c-heading--primary::before,
h3.c-heading--secondary::before {
  content: "★";
  display: block;
  line-height: 1;
  position: absolute;
  left: 0.9rem;
  top: 50%;
  transform: translateY(-50%);
  text-shadow: 1px 1px 0px #333;
}
h3.c-heading--primary {
  background-color: #f9891d;
  color: #fff;
}
h3.c-heading--primary span {
  text-shadow: 1px 1px 0px #333;
}
h3.c-heading--secondary {
  background-color: #333;
  color: #fff;
}
h3.c-heading--secondary span {
  text-shadow: 1px 1px 0px #333;
}

.l-global {
  height: 100%;
  width: 100%;
  position: relative;
}

.l-header {
  left: 0;
  position: fixed;
  top: 0;
  z-index: 10;
}

.l-footer {
  background-color: #333;
  color: #fff;
  padding-bottom: 4rem;
  padding-top: 4rem;
}

.p-header__logo {
  display: inline-block;
  height: auto;
  max-width: 340px;
  width: 50%;
  background-color: #fff;
  padding: 0.5rem;
  pointer-events: all;
}

.p-footer__logo {
  margin-left: auto;
  margin-right: auto;
  max-width: 340px;
  width: 60%;
}
.p-footer__sns {
  width: 200px;
}

.p-nav-sm {
  background-color: #333;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: all 0.3s ease-out;
  visibility: hidden;
  width: 100%;
  z-index: 2;
}
.p-nav-xl {
  display: none;
}

.p-hero-full,
.p-hero-part {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.p-hero-full h1,
.p-hero-part h1,
.p-hero-csr h1 {
  font-family: "vdl-logojrpop-futoline", sans-serif;
  white-space: nowrap;
  color: #f9891d;
  /*background-color: #fff;*/
  padding: 0.5rem;
  text-shadow: 7px 7px 0 #fff, -7px 7px 0 #fff, -7px -7px 0 #fff, 7px -7px 0 #fff;
}
.p-hero-full h1.shadow,
.p-hero-csr h1 {
  text-shadow: 3px 3px 0px #fff, -3px 3px 0 #fff, -3px -3px 0 #fff, 3px -3px 0 #fff;
}
.p-hero-full h1.p-hero-reset__h1,
.p-hero-part h1.p-hero-reset__h1 {
  padding: 0;
  width: 100%;
  height: 100%;
}
.p-hero-full {
  height: 100vh;
}
.p-hero-part {
  height: 50vh;
}
.p-hero-csr {
  position: relative;
  width: 100%;
  padding-top: 120px;
}
.p-hero-csr__img img {
  width: 100%;
}
.p-hero-csr__heading {
  margin-right: auto;
  margin-left: auto;
  margin-top: 2rem;
  width: 90%;
  max-width: max-content;
}

.p-caroshizu-nav__container {
  padding-bottom: 15rem;
}

.p-member__container {
  padding-bottom: 14rem;
}

.p-member {
  margin-left: auto;
  margin-right: auto;
  width: 75%;
}
.p-member__list {
  row-gap: 3rem;
}
.p-member__item {
  position: relative;
}
.p-member__link {
  display: block;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
.p-member__subject {
  line-height: 1.4;
}
.p-member__bubble {
  width: 60%;
}

.p-member-sub__link {
  transition: all 0.3s ease;
}
.p-member-sub__link:hover {
  transform: scale(1.1);
}
.p-member-sub__summary {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
.p-member-sub__information {
  position: absolute;
  bottom: 5%;
  left: 50%;
  width: 200%;
  line-height: 1;
  text-align: center;
  transform: translateX(-50%) rotate(-10deg);
}
.p-member-sub__copy {
  font-size: 16px;
  font-size: 0.9rem;
  font-weight: 700;
  color: #009fe8;
  color: #333;
  text-shadow: 1px 1px 0 #fff;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0.5rem;
  letter-spacing: -0.06em;
}
.p-member-sub__department {
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  font-weight: 700;
  background-color: #f9891d;
  padding: 0.5rem;
}
.p-member-sub__major {
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
  background-color: #333;
  padding: 0.5rem;
}

.p-member-profile__img {
  border-radius: 20px;
  margin-bottom: 1rem;
  overflow: hidden;
  width: 100%;
}
.p-member-profile__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-member-profile__table {
  width: 100%;
}
.p-member-profile__table th,
.p-member-profile__table td {
  display: block;
  padding: 0.2rem 0.5rem;
}
.p-member-profile__table th {
  border-top: #e6e6e6 solid 2px;
  vertical-align: top;
}
.p-member-profile__table th::before {
  content: "✎";
  margin-right: 0.3rem;
}
.p-member-profile__table td {
  border-top: #e6e6e6 dotted 2px;
}
.p-member-profile__table tr:first-child th {
  border-top: none;
}

.p-member-qa__question {
  font-size: 20px;
  font-size: 1.25rem;
  color: #f9891d;
  line-height: 1.5;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
}
.p-member-qa__question::before {
  content: "Q.";
  font-family: "Fugaz One", cursive;
  font-size: 24px;
  font-size: 1.5rem;
}
.p-member-qa__answer {
  padding: 2rem;
  border-radius: 1rem;
}
.p-member-qa__answer::before {
  content: "A.";
  color: #003f8e;
  font-family: "Fugaz One", cursive;
  font-size: 24px;
  font-size: 1.5rem;
}

.p-member-schedule table {
  width: 100%;
}
.p-member-schedule th,
.p-member-schedule td {
  display: block;
  padding: 0.5rem;
}
.p-member-schedule th {
  border-bottom: #666 dotted 3px;
  color: #565656;
}

.p-csr__container {
  padding-bottom: 15rem;
}

.p-csr-image-splide {
  opacity: 0.6;
}
.p-csr-image-splide__item {
  width: 375px;
}

.p-sdgs-icon__list {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  margin-bottom: 0;
}
.p-sdgs-icon__item {
  width: 70px;
}

.p-welfare__container {
  padding-bottom: 15rem;
}

.p-list-insurance,
.p-list-welfare {
  list-style-type: none;
  padding-left: 0;
}
.p-list-insurance li,
.p-list-welfare li {
  position: relative;
  padding: 0.3rem 0.3rem 0.3rem 1.4rem;
  border-top: #d3ceb7 dotted 4px;
}
.p-list-insurance li:first-child,
.p-list-welfare li:first-child {
  border-top: none;
}
.p-list-insurance li::before,
.p-list-welfare li::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.p-list-insurance li::before {
  content: "♥";
  color: #f9891d;
}

.p-list-welfare li::before {
  content: "☻";
  color: #f9891d;
}

.p-education__container {
  padding-bottom: 15rem;
}

.p-employment__container {
  padding-bottom: 15rem;
  padding-top: 6rem;
}

.p-employment-flow__list {
  text-align: center;
  list-style-type: none;
  padding-left: 0;
}
.p-employment-flow__item {
  padding-bottom: 6rem;
  position: relative;
  margin-bottom: 1rem;
}
.p-employment-flow__item::after {
  content: url("../img/icon_arrow_down_orange.svg");
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 160px;
  height: 60px;
  display: block;
  bottom: 10px;
}
.p-employment-flow__item:last-child::after {
  content: none;
}
.p-employment-flow__item div {
  background-color: #f4f4e7;
  background-color: #f4f4f4;
  border: #f9891d solid 4px;
  border-radius: 20px;
  padding: 1rem;
}
.p-employment-flow__item strong {
  font-size: 20px;
  font-size: 1.25rem;
}
.p-employment-flow__item span {
  font-size: 18px;
  font-size: 1.125rem;
  border-top: #e6e6e6 dotted 3px;
  display: block;
  color: #666;
}

.p-entry-f {
  background-color: #f9891d;
  padding: 4rem 0;
}
.p-entry-f__comment {
  background-color: #fff;
  width: fit-content;
  margin: auto;
  color: #f9891d;
  padding: 0.25rem 1rem;
  border-radius: 9999px;
}
.p-entry-f__list {
  width: 50%;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.p-entry-f__item {
  border-radius: 7px;
  overflow: hidden;
}
.p-entry-f__item a {
  display: block;
  height: 100%;
  background-color: #fff;
}
.p-entry-f__item img {
  width: 100%;
}

.p-text1-splide__item,
.p-text2-splide__item {
  font-size: 140px;
  font-size: 8.75rem;
  font-weight: 700;
  line-height: 1;
}

/* .p-text1-splide__item {
  color: #4d4d4d;
} */

.p-text2-splide__item {
  color: #f4f4e7;
}

.p-entry__link {
  background-color: #f4f4e7;
  color: #333;
  display: block;
  height: 150px;
  position: relative;
  text-decoration: none;
  transition: all 0.5s ease-out;
}
.p-entry__link:hover {
  background-color: #333;
  color: #fff;
}
.p-entry__link:hover .p-entry--off {
  opacity: 0;
  top: -48px;
}
.p-entry__link:hover .p-entry--on {
  opacity: 1;
  top: 0;
}
.p-entry__container {
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 40px;
  width: 100%;
  line-height: 1;
}
.p-entry--off,
.p-entry--on {
  position: absolute;
  left: 0;
  transition: all 0.5s ease-out;
  height: max-content;
}
.p-entry--off {
  top: 0;
  opacity: 1;
}
.p-entry--on {
  top: 100%;
  opacity: 0;
}

.p-entry-splide-off__item,
.p-entry-splide-on__item {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
  padding: 0 2.8rem 0 0.5rem;
}
.p-entry-splide-off__item::after,
.p-entry-splide-on__item::after {
  content: url("../img/icon_arrow_left_orange.svg");
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: auto;
  display: block;
}

.p-arrow-down {
  position: relative;
  padding-bottom: 80px;
}
.p-arrow-down::after {
  content: url("../img/icon_arrow_down_orange.svg");
  position: absolute;
  left: 50%;
  /*transform: translateX(-50%);*/
  width: 60px;
  height: 60px;
  display: block;
  bottom: 10px;
}

.c-toggle-nav {
  background-color: #333;
  border: none;
  border-radius: 9999px;
  height: 70px;
  width: 70px;
  pointer-events: all;
  transition: all 0.3s;
}
.c-toggle-nav:hover {
  background-color: #f9891d;
}
.c-toggle-nav__line {
  background-color: #fff;
  border-radius: 2px;
  display: block;
  height: 4px;
  position: relative;
  text-indent: -9999px;
  margin: auto;
  max-width: 40px;
  width: 50%;
}
.c-toggle-nav__line::before,
.c-toggle-nav__line::after {
  background-color: #fff;
  border-radius: 2px;
  content: "";
  display: block;
  height: 4px;
  left: 0;
  position: absolute;
  transition: all 0.3s;
  width: 100%;
}
.c-toggle-nav__line::before {
  top: -12px;
}
.c-toggle-nav__line::after {
  bottom: -12px;
}

.c-nav-sm {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.c-nav-sm__list {
  display: flex;
  flex-direction: column;
  border-bottom: #666 solid 1px;
}
.c-nav-sm__item {
  border-top: #666 solid 1px;
}
.c-nav-sm__link {
  font-size: 21px;
  font-size: 1.3125rem;
  color: #fff;
  font-weight: 500;
  display: block;
  line-height: 1.4;
  padding: 0.5rem 1rem 0.5rem 2rem;
  position: relative;
  text-decoration: none;
  width: max-content;
}
.c-nav-sm__link::before {
  font-size: 14px;
  font-size: 0.875rem;
  content: "▶";
  color: #f9891d;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.c-nav-sm__link span {
  font-size: 18px;
  font-size: 1.125rem;
  color: #666;
}

.c-hero-full__video {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.c-hero-full__video iframe {
  position: absolute;
  height: auto;
  width: auto;
  min-height: 100%;
  min-width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: 9/16;
}
.c-hero-full__video--sm {
  display: block;
}
.c-hero-full__video--md {
  display: none;
}
.c-hero-full__img {
  width: 100%;
  height: 100%;
  border-bottom: #eae8dd solid 1px;
}
.c-hero-full__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.c-hero-part__img {
  width: 100%;
  height: 100%;
  border-bottom: #eae8dd solid 1px;
}
.c-hero-part__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.c-hero-img--sm {
  display: block;
}
.c-hero-img--md {
  display: none;
}

.c-btn-entry,
.c-btn-readmore {
  position: absolute;
}
.c-btn-entry-csr {
  position: relative;
}
.c-btn-entry__link,
.c-btn-readmore__link {
  display: block;
  transition: all 0.2s ease-out;
  transform: rotate(-30deg);
}
.c-btn-entry__link:hover,
.c-btn-readmore__link:hover {
  transform: rotate(0deg) scale(1.2);
}
.c-btn-entry__text,
.c-btn-readmore__text {
  color: #fff;
  display: block;
  font-family: "Fugaz One", cursive;
  font-weight: 400;
  left: 50%;
  line-height: 1.2;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-out;
}

.c-btn-entry {
  bottom: 2rem;
  width: 164px;
  height: 164px;
  right: 2rem;
}
.c-btn-entry-csr {
  width: 164px;
  height: 164px;
  margin: 2rem auto 0 auto;
}
.c-btn-entry__text {
  font-size: 32px;
  font-size: 2rem;
}

.c-btn-readmore {
  bottom: 3rem;
  width: 130px;
  height: 130px;
  left: 50%;
  transform: translateX(-50%);
}
.c-btn-readmore__text {
  font-size: 24px;
  font-size: 1.5rem;
}
.c-btn-readmore__bubble {
  width: 110%;
  height: auto;
}
.c-btn-readmore__description {
  font-size: 16px;
  font-size: 0.75rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  color: #555;
  text-align: center;
}
.p-hero-full .c-btn-readmore__bubble {
  width: 85%;
  height: auto;
}
.p-hero-full .c-btn-readmore__bubble.color_bubble {
  width: 100%;
  height: auto;
}
.p-hero-full .c-btn-readmore__description {
  width: 74%;
}
.c-btn-readmore__description p {
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.4;
}

.c-link-detail {
  display: block;
  margin-top: 1rem;
  text-decoration: none;
  position: absolute;
  bottom: 2rem;
  right: 1.5rem;
}
.c-link-detail span {
  position: relative;
  padding-right: 2rem;
}
.c-link-detail span::after {
  content: url("../img/icon_arrow_right_orange.svg");
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: auto;
  display: block;
  transition: all 0.3s ease;
}
.c-link-detail:hover span::after {
  right: -0.5rem;
}

.c-table-std__frame {
  border: #666 3px solid;
  border-radius: 20px;
  overflow: hidden;
}
.c-table-std {
  width: 100%;
}
.c-table-std th,
.c-table-std td {
  padding: 0.5rem;
  display: block;
}
.c-table-std th {
  border-bottom: #666 2px dotted;
  background-color: #f9891d;
  color: #fff;
}
.c-table-std td {
  border-bottom: #666 2px solid;
}
.c-table-std tr:nth-last-child(1) > td {
  border-bottom: none;
}

.c-switch-img {
  position: relative;
}
.c-switch-img__on {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.c-switch-img__off {
  position: relative;
  transition: all 0.3s ease-out;
}
.c-switch-img:hover .c-switch-img__on {
  opacity: 1;
}
.c-switch-img:hover .c-switch-img__off {
  opacity: 0;
}

.c-img-circle {
  aspect-ratio: 1/1;
  border-radius: 9999px;
  border-width: 1px;
  border-style: solid;
  padding: 7px;
}
.c-img-circle__inner {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 9999px;
  overflow: hidden;
}
.c-img-circle__inner img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.c-video {
  overflow: hidden;
  border-radius: 30px;
}
.c-video--sm {
  width: 100%;
  aspect-ratio: 9/16;
  display: block;
}
.c-video--md {
  width: 100%;
  aspect-ratio: 16/9;
  display: none;
}

.c-container__inner {
  width: 84%;
  margin-left: auto;
  margin-right: auto;
}

.c-title-xl {
  display: none;
}

.c-cursor--caromaru a {
  cursor: url("../img/cursor_caromaru2.svg") 50 55, auto;
}

.u-display-md--none {
  display: none;
}

.u-bg-01,
.u-bg-02,
.u-bg-03,
.u-bg-04,
.u-bg-05,
.u-bg-06 {
  background-size: cover;
  background-position: center;
  background-repeat: repeat-y;
  background-attachment: fixed;
}

.u-bg-03-img {
  background-image: url("../img/bg_img01.webp"), url("../img/bg03.webp");
  background-size: auto, cover;
  background-position: top center, center;
  background-repeat: repeat-y, repeat-y;
  background-attachment: scroll, fixed;
}

.u-bg-01 {
  background-image: url("../img/bg01.webp");
}

.u-bg-02 {
  background-image: url("../img/bg02.webp");
}

.u-bg-03 {
  background-image: url("../img/bg03.webp");
}

.u-bg-04 {
  background-image: url("../img/bg04.webp");
}

.u-bg-05 {
  background-image: url("../img/bg05.webp");
}

.u-bg-06 {
  background-image: url("../img/bg06.webp");
}

.u-bg--gray01 {
  background-color: #e6e6e6;
}

.u-bg--gray {
  background-color: #333;
}

.u-bg--white {
  background-color: #fff;
}

.u-bg--beige01 {
  background-color: #f4f4e7;
}

.u-bg--beige {
  background-color: #eae8dd;
}

.u-ff-basis {
  font-family: "M PLUS 1p", sans-serif;
}

.u-ff-hl {
  font-family: "vdl-logojrpop-futoline", sans-serif;
}

.u-ff-hl-en {
  font-family: "Fugaz One", cursive;
}

.u-fw--regular {
  font-weight: 400;
}

.u-fw--medium {
  font-weight: 500;
}

.u-fw--bold {
  font-weight: 700;
}

.u-fw--extrabold {
  font-weight: 800;
}

.u-fw--black {
  font-weight: 900;
}

.u-fs--h1 {
  font-size: 36px;
  font-size: 2.25rem;
}

.u-fs--h2 {
  font-size: 32px;
  font-size: 2rem;
}

.u-fs--h3 {
  font-size: 24px;
  font-size: 1.5rem;
}

.u-fs--h4 {
  font-size: 22px;
  font-size: 1.375rem;
}

.u-fs--h5 {
  font-size: 20px;
  font-size: 1.25rem;
}

.u-fs--h6 {
  font-size: 18px;
  font-size: 1.125rem;
}

.u-fs-sub {
  font-size: 71.428%;
}

.u-fs-sub-s {
  font-size: 55.555%;
}

.u-fs-display--sm {
  font-size: 16px;
  font-size: 1rem;
}

.u-fs-display--md {
  font-size: 16px;
  font-size: 1rem;
}

.u-fs-display--lg {
  font-size: 16px;
  font-size: 1rem;
}

.u-fs-display--xl {
  font-size: 16px;
  font-size: 1rem;
}

.u-fs-display--xxl {
  font-size: 16px;
  font-size: 1rem;
}

.u-clr--black {
  color: #000;
}

.u-clr--white {
  color: #fff;
}

.u-clr--primary {
  color: #f9891d;
}

.u-clr--secondary {
  color: #333;
}

.u-clr--gray01 {
  color: #e6e6e6;
}

.u-clr--gray02 {
  color: #666;
}

.u-clr--gray03 {
  color: #565656;
}

.u-clr--gray04 {
  color: #4d4d4d;
}

.u-clr--beige01 {
  color: #f4f4e7;
}

.u-clr--beige02 {
  color: #eae8dd;
}

.u-clr--beige03 {
  color: #d3ceb7;
}

.u-w-90 {
  width: 90%;
}

.u-w-84 {
  width: 84%;
}

.u-w-max-720 {
  max-width: 720px;
}

.u-w-max-840 {
  max-width: 840px;
}

.u-w-max-1400 {
  max-width: 1400px;
}

.u-mb--0 {
  margin-bottom: 0;
}

.u-pb--6 {
  padding-bottom: 6rem !important;
}

.u-border-top--beige {
  border-top: #d3ceb7 solid 1px;
}

.u-border-left--beige {
  border-left: #d3ceb7 solid 1px;
}

.u-border-right--beige {
  border-right: #d3ceb7 solid 1px;
}

.u-border-top--gray {
  border-top: #565656 solid 1px;
}

.u-border-left--gray {
  border-left: #565656 solid 1px;
}

.u-border-right--gray {
  border-right: #565656 solid 1px;
}

.u-border-clr--gray04 {
  border-color: #4d4d4d;
}

.u-border-clr--beige03 {
  border-color: #d3ceb7;
}

.u-rounded-top-left {
  border-top-left-radius: 36px;
}

.u-transform--skewX-15 {
  transform: skewX(-15deg);
}

body.is-active-nav {
  overflow: hidden;
}

.is-active-nav .p-nav-sm {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.is-active-nav .c-toggle-nav {
  background-color: #f9891d;
}
.is-active-nav .c-toggle-nav__line {
  background-color: transparent;
}
.is-active-nav .c-toggle-nav__line::before {
  top: 0;
  transform: rotate(45deg);
}
.is-active-nav .c-toggle-nav__line::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.js-top-left {
  opacity: 0;
  position: absolute;
  left: -100%;
  top: -30%;
  transition: all 0.3s ease-out;
  transform-origin: bottom right;
  transform: scale(0.1);
}
.js-top-left.is-inview {
  opacity: 1;
  transform: scale(1);
}
.p-hero-full .js-top-left {
  left: -75%;
}
.p-hero-full .js-top-left.js-top-left2 {
  left: -50%;
}
.js-top-right {
  opacity: 0;
  position: absolute;
  right: -20%;
  top: -20%;
  transform-origin: bottom left;
  transition: all 0.3s ease-out;
  transform: scale(0.1);
}
.js-top-right.is-inview {
  opacity: 1;
  transform: scale(1);
}

.js-up {
  opacity: 0;
  transform: translateY(5%);
  transition: all 1s ease-out;
}
.js-up.is-inview {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (min-width: 768px) {
  article h3.c-heading--orange {
    padding: 0.5rem 1.5rem 0.5rem 4rem;
  }
  .p-member__container {
    padding-bottom: 20rem;
  }
  .p-member {
    width: 100%;
  }
  .p-member__list {
    column-gap: 1rem;
    row-gap: 2rem;
  }
  .p-member__item {
    width: 46%;
  }
  .p-member__item:nth-child(2n) {
    transform: translateY(20%);
  }
  .p-member-sub__copy {
    font-size: 22px;
    font-size: 1.25rem;
  }
  .p-member-sub__department {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .p-member-sub__major {
    font-size: 16px;
    font-size: 1rem;
  }
  .p-member-profile {
    position: relative;
  }
  .p-member-profile__detail {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 3px;
    padding: 1rem;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    width: 40%;
  }
  .p-member-profile__img {
    margin-bottom: 0;
  }
  .p-member-schedule table {
    border-top: #eae8dd dotted 3px;
  }
  .p-member-schedule th,
  .p-member-schedule td {
    display: table-cell;
    border-bottom: #eae8dd dotted 3px;
  }
  .p-member-schedule th {
    white-space: nowrap;
  }
  .p-member-schedule td {
    border-left: #eae8dd solid 1px;
  }
  .p-csr__container {
    padding-bottom: 17rem;
  }
  .p-welfare__container {
    padding-bottom: 17rem;
  }
  .p-education__container {
    padding-bottom: 17rem;
  }
  .p-employment-flow {
    max-width: 800px;
    margin: auto;
  }
  .p-employment-flow__item strong {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .p-employment-flow__item span {
    font-size: 20px;
    font-size: 1.25rem;
    border-top: #e6e6e6 dotted 3px;
    display: block;
    color: #666;
  }
  .p-entry-f__list {
    flex-direction: row;
    justify-content: center;
    width: initial;
  }
  .p-entry-f__item {
    position: relative;
  }
  .p-entry-f__item a {
    padding: 0.5rem 1rem;
  }
  .c-hero-full__video iframe {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    aspect-ratio: 16/9;
  }
  .c-hero-full__video--sm {
    display: none;
  }
  .c-hero-full__video--md {
    display: block;
  }
  .c-hero-img--sm {
    display: none;
  }
  .c-hero-img--md {
    display: block;
  }
  .c-btn-entry {
    bottom: 3rem;
    right: 3rem;
  }
  .c-btn-readmore {
    width: 150px;
    height: 150px;
  }
  .c-btn-readmore__text {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .c-video--sm {
    display: none;
  }
  .c-video--md {
    display: block;
  }
  .u-fs--h1 {
    font-size: 54px;
    font-size: 3.375rem;
  }
  .u-fs--h2 {
    font-size: 48px;
    font-size: 3rem;
  }
  .u-fs--h3 {
    font-size: 32px;
    font-size: 2rem;
  }
  .js-top-right {
    right: -20%;
    top: -10%;
  }
}
@media screen and (min-width: 992px) {
  .c-table-std th,
  .c-table-std td {
    padding: 1rem;
    display: table-cell;
  }
  .c-table-std th {
    background-color: #f9891d;
    border-bottom: #666 2px dotted;
    border-right: #666 2px dotted;
    vertical-align: top;
    width: 30%;
  }
  .c-table-std td {
    border-bottom: #666 2px dotted;
  }
  .c-table-std tr:last-child th {
    border-bottom: none;
  }
  .p-csr-image-splide__item {
    width: 700px;
  }
  .p-member__bubble {
    width: 50%;
  }
  .p-member-schedule th,
  .p-member-schedule td {
    padding: 1rem;
  }
  .p-member-qa__question {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .p-member-qa__answer::before {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .p-arrow-down {
    padding-bottom: 120px;
  }
  .p-arrow-down::after {
    width: 240px;
    height: 90px;
  }
  .u-w-lg-50 {
    width: 50%;
  }
  .js-top-right {
    right: -10%;
    top: -10%;
  }
}
@media screen and (min-width: 1200px) {
  .p-nav-lg {
    display: none;
  }
  .p-nav-xl {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .p-caroshizu-nav__container {
    padding-bottom: 0;
  }
  .p-member__container {
    padding-bottom: 4rem;
  }
  .p-member {
    padding-bottom: 8rem;
    padding-top: 5rem;
  }
  .p-member__list {
    gap: 0;
  }
  .p-member__item {
    width: 25%;
  }
  .p-member__item:nth-child(2n) {
    transform: translate(-25%, 40%);
  }
  .p-member-profile {
    align-items: center;
    display: flex;
    gap: 2rem;
  }
  .p-member-profile__img {
    width: 50%;
  }
  .p-member-profile__detail {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    left: initial;
    position: initial;
    top: initial;
    transform: translateY(0);
    width: 50%;
  }
  .p-member-profile__table th,
  .p-member-profile__table td {
    display: table-cell;
    padding: 0.5rem 1rem;
  }
  .p-member-profile__table th {
    border-top: #e6e6e6 dotted 2px;
    width: 48%;
  }
  .p-member-profile__table tr:first-child td {
    border-top: none;
  }
  .p-csr__container {
    padding-bottom: 6rem;
  }
  .p-sdgs-icon__item {
    width: 80px;
  }
  .p-welfare__container {
    padding-bottom: 0;
  }
  .p-education__container {
    padding-bottom: 0;
  }
  .p-employment__container {
    padding-bottom: 0;
  }
  .p-csr-image__list {
    max-width: 700px;
  }
  .p-csr-image-splide {
    padding-left: 90px;
  }
  .p-entry__link {
    height: 240px;
  }
  .p-entry__container {
    height: 70px;
  }
  .p-entry-splide-off__item,
  .p-entry-splide-on__item {
    font-size: 48px;
    font-size: 3rem;
    padding: 0 3.2rem 0 1rem;
  }
  .p-entry-splide-off__item::after,
  .p-entry-splide-on__item::after {
    width: 40px;
  }
  .c-toggle-nav {
    display: none;
  }
  .c-nav-xl__list {
    display: flex;
    flex-direction: row;
    margin-bottom: 0;
    column-gap: 3px;
  }
  .c-nav-xl__link {
    font-size: 18px;
    font-size: 1.125rem;
    background-color: #e6e6e6;
    border-left: #eae8dd solid 1px;
    border-right: #eae8dd solid 1px;
    border-top: #eae8dd solid 1px;
    border-top-left-radius: 20px;
    border-top-right-radius: 12px;
    color: #333;
    display: block;
    font-weight: 500;
    padding: 0.75rem 1.25rem;
    text-decoration: none;
    transform: skewX(-15deg);
    transition: all 0.3s ease-out;
    width: max-content;
  }
  /* .c-nav-xl__link:hover {
    background-color: #333;
    border-left: #565656 solid 1px;
    border-right: #565656 solid 1px;
    border-top: #565656 solid 1px;
    color: #fff;
  } */
  .c-nav-xl__current .c-nav-xl__link {
    background-color: #333;
    border-left: #565656 solid 1px;
    border-right: #565656 solid 1px;
    border-top: #565656 solid 1px;
    color: #f9891d;
  }
  .c-btn-entry {
    bottom: 6rem;
  }
  .c-btn-readmore {
    bottom: initial;
    top: 5rem;
    left: initial;
    right: 4rem;
    transform: translateX(0);
  }
  .c-container {
    padding: 2rem 2rem 6rem 8rem;
  }
  .c-container__inner {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
  }
  .c-title-xl {
    font-size: 48px;
    font-size: 3rem;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 90px;
  }
  .c-title-xl span {
    font-family: "Fugaz One", cursive;
    left: 50%;
    position: absolute;
    top: 0;
    transform: rotate(90deg) translateY(50%);
    transform-origin: left bottom;
    white-space: nowrap;
  }
  .u-fs--h1 {
    font-size: 62px;
    font-size: 3.875rem;
  }
  .u-fs--h2 {
    font-size: 54px;
    font-size: 3.375rem;
  }
  .u-fs--h3 {
    font-size: 36px;
    font-size: 2.25rem;
  }
  .u-display-xl--none {
    display: none;
  }
  .u-w-xl-100 {
    width: 100%;
  }
  .u-w-xl-40 {
    width: 40%;
  }
  .u-w-xl-50 {
    width: 50%;
  }
  .u-w-xl-60 {
    width: 60%;
  }
  .u-pb-sm--10 {
    padding-bottom: 0;
  }
  .u-pb-sm--15 {
    padding-bottom: 0;
  }
  .u-pb-sm--17 {
    padding-bottom: 6rem;
  }
  .u-pb-sm--20 {
    padding-bottom: 0;
  }
  .js-top-left {
    left: -100%;
    top: -40%;
  }
}
@media screen and (min-width: 1400px) {
  html,
  body {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .c-btn-entry {
    width: 240px;
    height: 240px;
    bottom: 5rem;
    right: 5rem;
  }
  .c-btn-entry__text {
    font-size: 44px;
    font-size: 2.75rem;
  }
  .c-btn-readmore {
    width: 180px;
    height: 180px;
    top: 7rem;
    right: 6rem;
  }
  .c-btn-readmore__text {
    font-size: 32px;
    font-size: 2rem;
  }
  .c-btn-readmore__description {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .c-btn-entry__link .c-btn-entry__text {
    font-size: 32px;
    font-size: 2rem;
  }
}
.smaller {
  font-size: 15px;
}

/* =====================
// Fixed 2025-10-20
// ===================== */
.u-ff--serif {
  font-family: serif;
}

.p-text1-splide__item {
  color: #f4e180;
}

.u-clr--orange01 {
  color: #edcd2c;
}
.u-clr--orange02 {
  color: #d9bc27;
}
.u-clr--orange03 {
  color: #f4e180;
}

.u-border-clr--orange01 {
  border: #edcd2c solid 1px;
}
.u-border-clr--orange02 {
  border: #d9bc27 solid 1px;
}
.u-border-clr--orange03 {
  border: #f4e180 solid 1px;
}

.u-border-top--orange01 {
  border-top: #edcd2c solid 1px;
}
.u-border-top--orange02 {
  border-top: #d9bc27 solid 1px;
}
.u-border-top--orange03 {
  border-top: #f4e180 solid 1px;
}

.u-border-right--orange01 {
  border-right: #edcd2c solid 1px;
}
.u-border-right--orange02 {
  border-right: #d9bc27 solid 1px;
}
.u-border-right--orange03 {
  border-right: #f4e180 solid 1px;
}

.u-bg--orange01 {
  background-color: #edcd2c;
}

.u-bg--noise::after {
  background-image: url("../img/bg-noise.webp");
  background-repeat: repeat;
  pointer-events: none;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.03;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.p-speech_bubble {
  position: relative;
  display: inline-block;
  padding: 1rem 2rem;
  border-radius: 20px;
}
.p-speech_bubble::after {
  content: "";
  position: absolute;
  top: 10%;
  left: 0;
  border-style: solid;
  border-width: 8px 16px 8px 0;
  translate: -100% -50%;
  transform-origin: right;
}
.p-speech_bubble-beige {
  background-color: #eae8dd;
  border-color: transparent #eae8dd transparent transparent;
}
.p-speech_bubble-orange {
  background-color: #edcd2c;
  border-color: transparent #edcd2c transparent transparent;
}
.p-speech_bubble-blue {
  background-color: #29abe2;
  border-color: transparent #29abe2 transparent transparent;
}
.p-speech_bubble-green {
  background-color: #7ac943;
  border-color: transparent #7ac943 transparent transparent;
}
.p-speech_bubble-pink {
  background-color: #ff76a9;
  border-color: transparent #ff76a9 transparent transparent;
}
.p-speech_bubble-brown {
  background-color: #bb8951;
  border-color: transparent #bb8951 transparent transparent;
}

.p-link-entry-career {
  background-color: #f9891d;
  color: #fff;
  display: block;
  font-family: "vdl-logojrpop-futoline", sans-serif;
  font-size: 1.8rem;
  line-height: 1.3;
  padding: 1rem 2rem;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: all 0.3s ease;
  margin: auto;
  max-width: 800px;
  width: 100%;
  border-radius: 10px;
}
.p-link-entry-career::after {
  content: "";
  background-image: url("../img/icon_arrow_right_white.svg");
  background-size: 50px 28px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s ease;
  width: 100px;
  height: 100%;
  border-left: #fff solid 1px;
}
.p-link-entry-career span {
  display: block;
}
.p-link-entry-career:hover {
  background-color: #009fe8;
}
.p-link-entry-career:hover::after {
  transform: scale(1.2);
}

.p-edu-image-splide {
  padding-bottom: 3rem;
  padding-top: 3rem;
  background-color: #fff;
}
.p-edu-image-splide__item {
  height: 200px;
  width: auto;
  border: #fff solid 2px;
  border-radius: 20px;
  overflow: hidden;
}
.p-edu-image-splide__item img {
  height: 100%;
  opacity: 0.6;
}

.p-speech_bubble-beige,
.p-speech_bubble-orange,
.p-speech_bubble-blue,
.p-speech_bubble-green,
.p-speech_bubble-pink,
.p-speech_bubble-brown {
  position: relative;
  display: inline-block;
  padding: 1rem 2rem;
  border-radius: 20px;
}
.p-speech_bubble-beige::after,
.p-speech_bubble-orange::after,
.p-speech_bubble-blue::after,
.p-speech_bubble-green::after,
.p-speech_bubble-pink::after,
.p-speech_bubble-brown::after {
  content: "";
  position: absolute;
  top: 34px;
  left: 0;
  border-style: solid;
  border-width: 8px 16px 8px 0;
  translate: -100% -50%;
  transform-origin: right;
}
.p-speech_bubble-beige {
  background-color: #eae8dd;
}
.p-speech_bubble-beige::after {
  border-color: transparent #eae8dd transparent transparent;
}
.p-speech_bubble-orange {
  background-color: #f4e180;
}
.p-speech_bubble-orange::after {
  border-color: transparent #f4e180 transparent transparent;
}
.p-speech_bubble-blue {
  background-color: #bae0fd;
}
.p-speech_bubble-blue::after {
  border-color: transparent #bae0fd transparent transparent;
}
.p-speech_bubble-green {
  background-color: #d1fdbe;
}
.p-speech_bubble-green::after {
  border-color: transparent #d1fdbe transparent transparent;
}
.p-speech_bubble-pink {
  background-color: #ffd1de;
}
.p-speech_bubble-pink::after {
  border-color: transparent #ffd1de transparent transparent;
}
.p-speech_bubble-brown {
  background-color: #f6d9c2;
}
.p-speech_bubble-brown::after {
  border-color: transparent #f6d9c2 transparent transparent;
}

.p-hero-hybrid {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.p-hero-hybrid h1 {
  font-family: "vdl-logojrpop-futoline", sans-serif;
  white-space: nowrap;
  color: #f9891d;
  /*background-color: #fff;*/
  padding: 0.5rem;
  text-shadow: 7px 7px 0 #fff, -7px 7px 0 #fff, -7px -7px 0 #fff, 7px -7px 0 #fff;
}
.p-hero-hybrid h1.shadow {
  text-shadow: 3px 3px 0px #fff, -3px 3px 0 #fff, -3px -3px 0 #fff, 3px -3px 0 #fff;
}
.p-hero-hybrid h1.p-hero-reset__h1 {
  padding: 0;
  width: 100%;
  height: 100%;
}
.p-hero-hybrid {
  height: 70vh;
}
.c-hero-hybrid__img {
  width: 100%;
  height: 100%;
  border-bottom: #eae8dd solid 1px;
}
.c-hero-hybrid__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.u-py--greet {
  padding-bottom: 12rem !important;
  padding-top: 12rem !important;
}

.c-sub-title {
  font-weight: 700;
}
.c-sub-title br {
  display: none;
}

.u-lh-14 {
  line-height: 1.4;
}

.u-text-shadow {
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
}

.p-gd-ats {
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.p-gd-ats__link {
  display: block;
  text-align: center;
  text-decoration: none;
}
.p-gd-ats__link:hover .p-gd-ats__img {
  text-decoration: underline;
  opacity: 0.7;
}
.p-gd-ats__img {
  overflow: hidden;
  border-radius: 9999px;
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.3s ease;
}
.p-gd-ats__intro {
  margin-top: 1rem;
  font-size: 12px;
  line-height: 1.5;
}

.p-faq details {
  border-radius: 1rem;
  padding: 1rem;
  background-color: #f4f4e7;
}
.p-faq summary {
  background-color: #fff;
  padding: 0.25rem 1rem;
  color: #f9891d;
  font-weight: 500;
}
.p-faq details > div {
  background-color: #fff;
  padding: 1rem;
  border-top: #f7f7f7 solid 1px;
}

.c-btn-anchor__link {
  padding: 0.5rem 1rem;
  text-decoration: none;
  border-radius: 10px;
  background-color: #f9891d;
  color: #fff;
  font-weight: 600;
  position: relative;
  letter-spacing: normal;
  transition: all 0.3s ease;
}
.c-btn-anchor__link::after {
  content: "";
  background-image: url(../img/icon_arrow_right_white.svg);
  background-size: 24px 13.4px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s ease;
  width: 30px;
  height: 100%;
  rotate: 90deg;
}
.c-btn-anchor__link:hover {
  background-color: #009fe8;
}
.c-btn-anchor__link:hover::after {
  background-size: 28px 15.7px;
}

@media screen and (min-width: 768px) {
  .p-link-entry-career {
    font-size: 3rem;
    text-align: center;
  }
  .p-edu-image-splide__item {
    height: 240px;
  }
  .p-flex-end-block::after {
    content: "";
    display: block;
    width: 41.6667%;
  }

  .c-sub-title {
    font-size: 18px;
    /* white-space: nowrap; */
  }
  .c-sub-title br {
    display: initial;
  }

  .p-hero-hybrid {
    height: 65vh;
  }

  .p-gd-ats__intro {
    font-size: 14px;
  }

  .c-btn-anchor__link {
    font-size: 24px;
    text-align: center;
  }
}

@media screen and (min-width: 1200px) {
  .c-nav-xl__current .c-nav-xl__link {
    background-color: #f9891d;
    border-left: #fdad83 solid 1px;
    border-right: #fdad83 solid 1px;
    border-top: #fdad83 solid 1px;
    color: #333;
  }
  .c-nav-xl__link:hover {
    background-color: #f9891d;
    border-left: #fdad83 solid 1px;
    border-right: #fdad83 solid 1px;
    border-top: #fdad83 solid 1px;
    color: #fff;
  }

  .p-edu-image-splide {
    padding-bottom: 6rem;
    padding-top: 6rem;
  }
  .p-edu-image-splide__item {
    height: 360px;
  }

  .p-hero-hybrid {
    height: 100vh;
  }

  .p-gd-ats__intro {
    font-size: 16px;
  }

  .c-sub-title {
    font-size: 21px;
  }

  .p-hero-csr {
    padding-top: 0;
  }
  .c-btn-entry-csr {
    position: absolute;
    bottom: 6rem;
    right: 3rem;
  }
  .p-hero-csr__heading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* width: fit-content; */
    background-color: rgba(255, 255, 255, 0.9);
    padding: 1rem;
    border-radius: 10px;
  }
}
