@charset "UTF-8";
@font-face {
  font-family: "Anton";
  src: url("../fonts/Anton-Regular.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Caveat";
  src: url("../fonts/Caveat-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
html {
  font-size: 16px;
}
@media screen and (max-width: 1300px) {
  html {
    font-size: 1.2307692308vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.02em;
  background-color: #000;
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: all;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  width: 100%;
  display: block;
  height: auto;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

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

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.wp-block-column.has-background {
  padding: 4rem;
}

.contents .block-area .wp-block-group.has-background {
  padding: 4rem;
  margin: 4rem 0;
}

/*============================================================================================================
  margin
  ============================================================================================================*/
.mauto {
  margin: auto !important;
}

.mlrauto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.m0 {
  margin: 0 !important;
}

.m10 {
  margin: 1rem !important;
}

.m20 {
  margin: 2rem !important;
}

.m30 {
  margin: 3rem !important;
}

.m40 {
  margin: 4rem !important;
}

.m50 {
  margin: 5rem !important;
}

.m60 {
  margin: 6rem !important;
}

.m70 {
  margin: 7rem !important;
}

.m80 {
  margin: 8rem !important;
}

.m90 {
  margin: 9rem !important;
}

.m100 {
  margin: 10rem !important;
}

.mtauto {
  margin-top: auto !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt10 {
  margin-top: 1rem !important;
}

.mt20 {
  margin-top: 2rem !important;
}

.mt30 {
  margin-top: 3rem !important;
}

.mt40 {
  margin-top: 4rem !important;
}

.mt50 {
  margin-top: 5rem !important;
}

.mt60 {
  margin-top: 6rem !important;
}

.mt70 {
  margin-top: 7rem !important;
}

.mt80 {
  margin-top: 8rem !important;
}

.mt90 {
  margin-top: 9rem !important;
}

.mt100 {
  margin-top: 10rem !important;
}

.mrauto {
  margin-right: auto !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr10 {
  margin-right: 1rem !important;
}

.mr20 {
  margin-right: 2rem !important;
}

.mr30 {
  margin-right: 3rem !important;
}

.mr40 {
  margin-right: 4rem !important;
}

.mr50 {
  margin-right: 5rem !important;
}

.mr60 {
  margin-right: 6rem !important;
}

.mr70 {
  margin-right: 7rem !important;
}

.mr80 {
  margin-right: 8rem !important;
}

.mr90 {
  margin-right: 9rem !important;
}

.mr100 {
  margin-right: 10rem !important;
}

.mbauto {
  margin-bottom: auto !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 1rem !important;
}

.mb20 {
  margin-bottom: 2rem !important;
}

.mb30 {
  margin-bottom: 3rem !important;
}

.mb40 {
  margin-bottom: 4rem !important;
}

.mb50 {
  margin-bottom: 5rem !important;
}

.mb60 {
  margin-bottom: 6rem !important;
}

.mb70 {
  margin-bottom: 7rem !important;
}

.mb80 {
  margin-bottom: 8rem !important;
}

.mb90 {
  margin-bottom: 9rem !important;
}

.mb100 {
  margin-bottom: 10rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-10 {
  margin-bottom: -1rem !important;
}

.mb-20 {
  margin-bottom: -2rem !important;
}

.mb-30 {
  margin-bottom: -3rem !important;
}

.mb-40 {
  margin-bottom: -4rem !important;
}

.mb-50 {
  margin-bottom: -5rem !important;
}

.mb-60 {
  margin-bottom: -6rem !important;
}

.mb-70 {
  margin-bottom: -7rem !important;
}

.mb-80 {
  margin-bottom: -8rem !important;
}

.mb-90 {
  margin-bottom: -9rem !important;
}

.mb-100 {
  margin-bottom: -10rem !important;
}

.mlauto {
  margin-left: auto !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml10 {
  margin-left: 1rem !important;
}

.ml20 {
  margin-left: 2rem !important;
}

.ml30 {
  margin-left: 3rem !important;
}

.ml40 {
  margin-left: 4rem !important;
}

.ml50 {
  margin-left: 5rem !important;
}

.ml60 {
  margin-left: 6rem !important;
}

.ml70 {
  margin-left: 7rem !important;
}

.ml80 {
  margin-left: 8rem !important;
}

.ml90 {
  margin-left: 9rem !important;
}

.ml100 {
  margin-left: 10rem !important;
}

.mt-10 {
  margin-top: -1rem !important;
}

.mt-20 {
  margin-top: -2rem !important;
}

.mt-30 {
  margin-top: -3rem !important;
}

.mt-40 {
  margin-top: -4rem !important;
}

.mt-50 {
  margin-top: -5rem !important;
}

.mt-60 {
  margin-top: -6rem !important;
}

.mt-70 {
  margin-top: -7rem !important;
}

.mt-80 {
  margin-top: -8rem !important;
}

.mt-90 {
  margin-top: -9rem !important;
}

.mt-100 {
  margin-top: -10rem !important;
}

.mt-110 {
  margin-top: -11rem !important;
}

.mt-120 {
  margin-top: -12rem !important;
}

.mt-130 {
  margin-top: -13rem !important;
}

.mt-140 {
  margin-top: -14rem !important;
}

.mt-150 {
  margin-top: -15rem !important;
}

.mt-160 {
  margin-top: -16rem !important;
}

.mt-170 {
  margin-top: -17rem !important;
}

.mt-180 {
  margin-top: -18rem !important;
}

.mt-190 {
  margin-top: -19rem !important;
}

.mt-200 {
  margin-top: -20rem !important;
}

.ml-10 {
  margin-left: -1rem !important;
}

.ml-20 {
  margin-left: -2rem !important;
}

.ml-30 {
  margin-left: -3rem !important;
}

.ml-40 {
  margin-left: -4rem !important;
}

.ml-50 {
  margin-left: -5rem !important;
}

.ml-60 {
  margin-left: -6rem !important;
}

.ml-70 {
  margin-left: -7rem !important;
}

.ml-80 {
  margin-left: -8rem !important;
}

.ml-90 {
  margin-left: -9rem !important;
}

.ml-100 {
  margin-left: -10rem !important;
}

.ml-110 {
  margin-left: -11rem !important;
}

.ml-120 {
  margin-left: -12rem !important;
}

.ml-130 {
  margin-left: -13rem !important;
}

.ml-140 {
  margin-left: -14rem !important;
}

.ml-150 {
  margin-left: -15rem !important;
}

.ml-160 {
  margin-left: -16rem !important;
}

.ml-170 {
  margin-left: -17rem !important;
}

.ml-180 {
  margin-left: -18rem !important;
}

.ml-190 {
  margin-left: -19rem !important;
}

.ml-200 {
  margin-left: -20rem !important;
}

@media screen and (max-width: 767px) {
  .mauto_sp {
    margin: auto !important;
  }
  .mlrauto_sp {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .m0 {
    margin: 0 !important;
  }
  .m10 {
    margin: 0.5rem !important;
  }
  .m20 {
    margin: 1rem !important;
  }
  .m30 {
    margin: 1.5rem !important;
  }
  .m40 {
    margin: 2rem !important;
  }
  .m50 {
    margin: 2.5rem !important;
  }
  .m60 {
    margin: 3rem !important;
  }
  .m70 {
    margin: 3.5rem !important;
  }
  .m80 {
    margin: 4rem !important;
  }
  .m90 {
    margin: 4.5rem !important;
  }
  .m100 {
    margin: 5rem !important;
  }
  .mt10 {
    margin-top: 0.5rem !important;
  }
  .mt0 {
    margin-top: 0 !important;
  }
  .mt20 {
    margin-top: 1rem !important;
  }
  .mt30 {
    margin-top: 1.5rem !important;
  }
  .mt40 {
    margin-top: 2rem !important;
  }
  .mt50 {
    margin-top: 2.5rem !important;
  }
  .mt60 {
    margin-top: 3rem !important;
  }
  .mt70 {
    margin-top: 3.5rem !important;
  }
  .mt80 {
    margin-top: 4rem !important;
  }
  .mt90 {
    margin-top: 4.5rem !important;
  }
  .mt100 {
    margin-top: 5rem !important;
  }
  .mt-20 {
    margin-top: -1rem !important;
  }
  .mt-30 {
    margin-top: -1.5rem !important;
  }
  .mt-40 {
    margin-top: -2rem !important;
  }
  .mt-50 {
    margin-top: -2.5rem !important;
  }
  .mt-60 {
    margin-top: -3rem !important;
  }
  .mt-70 {
    margin-top: -3.5rem !important;
  }
  .mt-80 {
    margin-top: -4rem !important;
  }
  .mt-90 {
    margin-top: -4.5rem !important;
  }
  .mt-100 {
    margin-top: -5rem !important;
  }
  .mr10 {
    margin-right: 0.5rem !important;
  }
  .mr0 {
    margin-right: 0 !important;
  }
  .mr20 {
    margin-right: 1rem !important;
  }
  .mr30 {
    margin-right: 1.5rem !important;
  }
  .mr40 {
    margin-right: 2rem !important;
  }
  .mr50 {
    margin-right: 2.5rem !important;
  }
  .mr60 {
    margin-right: 3rem !important;
  }
  .mr70 {
    margin-right: 3.5rem !important;
  }
  .mr80 {
    margin-right: 4rem !important;
  }
  .mr90 {
    margin-right: 4.5rem !important;
  }
  .mr100 {
    margin-right: 5rem !important;
  }
  .mb10 {
    margin-bottom: 0.5rem !important;
  }
  .mb0 {
    margin-bottom: 0 !important;
  }
  .mb20 {
    margin-bottom: 1rem !important;
  }
  .mb30 {
    margin-bottom: 1.5rem !important;
  }
  .mb40 {
    margin-bottom: 2rem !important;
  }
  .mb50 {
    margin-bottom: 2.5rem !important;
  }
  .mb60 {
    margin-bottom: 3rem !important;
  }
  .mb70 {
    margin-bottom: 3.5rem !important;
  }
  .mb80 {
    margin-bottom: 4rem !important;
  }
  .mb90 {
    margin-bottom: 4.5rem !important;
  }
  .mb100 {
    margin-bottom: 5rem !important;
  }
  .mb-10 {
    margin-bottom: -0.5rem !important;
  }
  .mb-0 {
    margin-bottom: 0 !important;
  }
  .mb-20 {
    margin-bottom: -1rem !important;
  }
  .mb-30 {
    margin-bottom: -1.5rem !important;
  }
  .mb-40 {
    margin-bottom: -2rem !important;
  }
  .mb-50 {
    margin-bottom: -2.5rem !important;
  }
  .mb-60 {
    margin-bottom: -3rem !important;
  }
  .mb-70 {
    margin-bottom: -3.5rem !important;
  }
  .mb-80 {
    margin-bottom: -4rem !important;
  }
  .mb-90 {
    margin-bottom: -4.5rem !important;
  }
  .mb-100 {
    margin-bottom: -5rem !important;
  }
  .ml10 {
    margin-left: 0.5rem !important;
  }
  .ml0 {
    margin-left: 0 !important;
  }
  .ml20 {
    margin-left: 1rem !important;
  }
  .ml30 {
    margin-left: 1.5rem !important;
  }
  .ml40 {
    margin-left: 2rem !important;
  }
  .ml50 {
    margin-left: 2.5rem !important;
  }
  .ml60 {
    margin-left: 3rem !important;
  }
  .ml70 {
    margin-left: 3.5rem !important;
  }
  .ml80 {
    margin-left: 4rem !important;
  }
  .ml90 {
    margin-left: 4.5rem !important;
  }
  .ml100 {
    margin-left: 5rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m0_pc {
    margin: 0 !important;
  }
  .m10_pc {
    margin: 1rem !important;
  }
  .m20_pc {
    margin: 2rem !important;
  }
  .m30_pc {
    margin: 3rem !important;
  }
  .m40_pc {
    margin: 4rem !important;
  }
  .m50_pc {
    margin: 5rem !important;
  }
  .m60_pc {
    margin: 6rem !important;
  }
  .m70_pc {
    margin: 7rem !important;
  }
  .m80_pc {
    margin: 8rem !important;
  }
  .m90_pc {
    margin: 9rem !important;
  }
  .m100_pc {
    margin: 10rem !important;
  }
  .mt0_pc {
    margin-top: 0 !important;
  }
  .mt10_pc {
    margin-top: 1rem !important;
  }
  .mt20_pc {
    margin-top: 2rem !important;
  }
  .mt30_pc {
    margin-top: 3rem !important;
  }
  .mt40_pc {
    margin-top: 4rem !important;
  }
  .mt50_pc {
    margin-top: 5rem !important;
  }
  .mt60_pc {
    margin-top: 6rem !important;
  }
  .mt70_pc {
    margin-top: 7rem !important;
  }
  .mt80_pc {
    margin-top: 8rem !important;
  }
  .mt90_pc {
    margin-top: 9rem !important;
  }
  .mt100_pc {
    margin-top: 10rem !important;
  }
  .mr0_pc {
    margin-right: 0 !important;
  }
  .mr10_pc {
    margin-right: 1rem !important;
  }
  .mr20_pc {
    margin-right: 2rem !important;
  }
  .mr30_pc {
    margin-right: 3rem !important;
  }
  .mr40_pc {
    margin-right: 4rem !important;
  }
  .mr50_pc {
    margin-right: 5rem !important;
  }
  .mr60_pc {
    margin-right: 6rem !important;
  }
  .mr70_pc {
    margin-right: 7rem !important;
  }
  .mr80_pc {
    margin-right: 8rem !important;
  }
  .mr90_pc {
    margin-right: 9rem !important;
  }
  .mr100_pc {
    margin-right: 10rem !important;
  }
  .mb0_pc {
    margin-bottom: 0 !important;
  }
  .mb10_pc {
    margin-bottom: 1rem !important;
  }
  .mb20_pc {
    margin-bottom: 2rem !important;
  }
  .mb30_pc {
    margin-bottom: 3rem !important;
  }
  .mb40_pc {
    margin-bottom: 4rem !important;
  }
  .mb50_pc {
    margin-bottom: 5rem !important;
  }
  .mb60_pc {
    margin-bottom: 6rem !important;
  }
  .mb70_pc {
    margin-bottom: 7rem !important;
  }
  .mb80_pc {
    margin-bottom: 8rem !important;
  }
  .mb90_pc {
    margin-bottom: 9rem !important;
  }
  .mb100_pc {
    margin-bottom: 10rem !important;
  }
  .mb-10_pc {
    margin-bottom: -1rem !important;
  }
  .mb-20_pc {
    margin-bottom: -2rem !important;
  }
  .mb-30_pc {
    margin-bottom: -3rem !important;
  }
  .mb-40_pc {
    margin-bottom: -4rem !important;
  }
  .mb-50_pc {
    margin-bottom: -5rem !important;
  }
  .mb-60_pc {
    margin-bottom: -6rem !important;
  }
  .mb-70_pc {
    margin-bottom: -7rem !important;
  }
  .mb-80_pc {
    margin-bottom: -8rem !important;
  }
  .mb-90_pc {
    margin-bottom: -9rem !important;
  }
  .mb-100_pc {
    margin-bottom: -10rem !important;
  }
  .ml0_pc {
    margin-left: 0 !important;
  }
  .ml10_pc {
    margin-left: 1rem !important;
  }
  .ml20_pc {
    margin-left: 2rem !important;
  }
  .ml30_pc {
    margin-left: 3rem !important;
  }
  .ml40_pc {
    margin-left: 4rem !important;
  }
  .ml50_pc {
    margin-left: 5rem !important;
  }
  .ml60_pc {
    margin-left: 6rem !important;
  }
  .ml70_pc {
    margin-left: 7rem !important;
  }
  .ml80_pc {
    margin-left: 8rem !important;
  }
  .ml90_pc {
    margin-left: 9rem !important;
  }
  .ml100_pc {
    margin-left: 10rem !important;
  }
  .mt-10_pc {
    margin-top: -1rem !important;
  }
  .mt-20_pc {
    margin-top: -2rem !important;
  }
  .mt-30_pc {
    margin-top: -3rem !important;
  }
  .mt-40_pc {
    margin-top: -4rem !important;
  }
  .mt-50_pc {
    margin-top: -5rem !important;
  }
  .mt-60_pc {
    margin-top: -6rem !important;
  }
  .mt-70_pc {
    margin-top: -7rem !important;
  }
  .mt-80_pc {
    margin-top: -8rem !important;
  }
  .mt-90_pc {
    margin-top: -9rem !important;
  }
  .mt-100_pc {
    margin-top: -10rem !important;
  }
}
@media screen and (max-width: 767px) {
  .m0_sp {
    margin: 0 !important;
  }
  .m10_sp {
    margin: 1rem !important;
  }
  .m20_sp {
    margin: 2rem !important;
  }
  .m30_sp {
    margin: 3rem !important;
  }
  .m40_sp {
    margin: 4rem !important;
  }
  .m50_sp {
    margin: 5rem !important;
  }
  .m60_sp {
    margin: 6rem !important;
  }
  .m70_sp {
    margin: 7rem !important;
  }
  .m80_sp {
    margin: 8rem !important;
  }
  .m90_sp {
    margin: 9rem !important;
  }
  .m100_sp {
    margin: 10rem !important;
  }
  .mt0_sp {
    margin-top: 0 !important;
  }
  .mt10_sp {
    margin-top: 1rem !important;
  }
  .mt20_sp {
    margin-top: 2rem !important;
  }
  .mt30_sp {
    margin-top: 3rem !important;
  }
  .mt40_sp {
    margin-top: 4rem !important;
  }
  .mt50_sp {
    margin-top: 5rem !important;
  }
  .mt60_sp {
    margin-top: 6rem !important;
  }
  .mt70_sp {
    margin-top: 7rem !important;
  }
  .mt80_sp {
    margin-top: 8rem !important;
  }
  .mt90_sp {
    margin-top: 9rem !important;
  }
  .mt100_sp {
    margin-top: 10rem !important;
  }
  .mr0_sp {
    margin-right: 0 !important;
  }
  .mr10_sp {
    margin-right: 1rem !important;
  }
  .mr20_sp {
    margin-right: 2rem !important;
  }
  .mr30_sp {
    margin-right: 3rem !important;
  }
  .mr40_sp {
    margin-right: 4rem !important;
  }
  .mr50_sp {
    margin-right: 5rem !important;
  }
  .mr60_sp {
    margin-right: 6rem !important;
  }
  .mr70_sp {
    margin-right: 7rem !important;
  }
  .mr80_sp {
    margin-right: 8rem !important;
  }
  .mr90_sp {
    margin-right: 9rem !important;
  }
  .mr100_sp {
    margin-right: 10rem !important;
  }
  .mb0_sp {
    margin-bottom: 0 !important;
  }
  .mb10_sp {
    margin-bottom: 1rem !important;
  }
  .mb20_sp {
    margin-bottom: 2rem !important;
  }
  .mb30_sp {
    margin-bottom: 3rem !important;
  }
  .mb40_sp {
    margin-bottom: 4rem !important;
  }
  .mb50_sp {
    margin-bottom: 5rem !important;
  }
  .mb60_sp {
    margin-bottom: 6rem !important;
  }
  .mb70_sp {
    margin-bottom: 7rem !important;
  }
  .mb80_sp {
    margin-bottom: 8rem !important;
  }
  .mb90_sp {
    margin-bottom: 9rem !important;
  }
  .mb100_sp {
    margin-bottom: 10rem !important;
  }
  .mb-10_sp {
    margin-bottom: -1rem !important;
  }
  .mb-20_sp {
    margin-bottom: -2rem !important;
  }
  .mb-30_sp {
    margin-bottom: -3rem !important;
  }
  .mb-40_sp {
    margin-bottom: -4rem !important;
  }
  .mb-50_sp {
    margin-bottom: -5rem !important;
  }
  .mb-60_sp {
    margin-bottom: -6rem !important;
  }
  .mb-70_sp {
    margin-bottom: -7rem !important;
  }
  .mb-80_sp {
    margin-bottom: -8rem !important;
  }
  .mb-90_sp {
    margin-bottom: -9rem !important;
  }
  .mb-100_sp {
    margin-bottom: -10rem !important;
  }
  .ml0_sp {
    margin-left: 0 !important;
  }
  .ml10_sp {
    margin-left: 1rem !important;
  }
  .ml20_sp {
    margin-left: 2rem !important;
  }
  .ml30_sp {
    margin-left: 3rem !important;
  }
  .ml40_sp {
    margin-left: 4rem !important;
  }
  .ml50_sp {
    margin-left: 5rem !important;
  }
  .ml60_sp {
    margin-left: 6rem !important;
  }
  .ml70_sp {
    margin-left: 7rem !important;
  }
  .ml80_sp {
    margin-left: 8rem !important;
  }
  .ml90_sp {
    margin-left: 9rem !important;
  }
  .ml100_sp {
    margin-left: 10rem !important;
  }
  .mt-10_sp {
    margin-top: -1rem !important;
  }
  .mt-20_sp {
    margin-top: -2rem !important;
  }
  .mt-30_sp {
    margin-top: -3rem !important;
  }
  .mt-40_sp {
    margin-top: -4rem !important;
  }
  .mt-50_sp {
    margin-top: -5rem !important;
  }
  .mt-60_sp {
    margin-top: -6rem !important;
  }
  .mt-70_sp {
    margin-top: -7rem !important;
  }
  .mt-80_sp {
    margin-top: -8rem !important;
  }
  .mt-90_sp {
    margin-top: -9rem !important;
  }
  .mt-100_sp {
    margin-top: -10rem !important;
  }
}
/*============================================================================================================
  padding
  ============================================================================================================*/
.p0 {
  padding: 0 !important;
}

.p0 {
  padding: 0 !important;
}

.p10 {
  padding: 1rem !important;
}

.p20 {
  padding: 2rem !important;
}

.p30 {
  padding: 3rem !important;
}

.p40 {
  padding: 4rem !important;
}

.p50 {
  padding: 5rem !important;
}

.p60 {
  padding: 6rem !important;
}

.p70 {
  padding: 7rem !important;
}

.p80 {
  padding: 8rem !important;
}

.p90 {
  padding: 9rem !important;
}

.p100 {
  padding: 10rem !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt10 {
  padding-top: 1rem !important;
}

.pt20 {
  padding-top: 2rem !important;
}

.pt30 {
  padding-top: 3rem !important;
}

.pt40 {
  padding-top: 4rem !important;
}

.pt50 {
  padding-top: 5rem !important;
}

.pt60 {
  padding-top: 6rem !important;
}

.pt70 {
  padding-top: 7rem !important;
}

.pt80 {
  padding-top: 8rem !important;
}

.pt90 {
  padding-top: 9rem !important;
}

.pt100 {
  padding-top: 10rem !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pr10 {
  padding-right: 1rem !important;
}

.pr20 {
  padding-right: 2rem !important;
}

.pr30 {
  padding-right: 3rem !important;
}

.pr40 {
  padding-right: 4rem !important;
}

.pr50 {
  padding-right: 5rem !important;
}

.pr60 {
  padding-right: 6rem !important;
}

.pr70 {
  padding-right: 7rem !important;
}

.pr80 {
  padding-right: 8rem !important;
}

.pr90 {
  padding-right: 9rem !important;
}

.pr100 {
  padding-right: 10rem !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb10 {
  padding-bottom: 1rem !important;
}

.pb20 {
  padding-bottom: 2rem !important;
}

.pb30 {
  padding-bottom: 3rem !important;
}

.pb40 {
  padding-bottom: 4rem !important;
}

.pb50 {
  padding-bottom: 5rem !important;
}

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

.pb70 {
  padding-bottom: 7rem !important;
}

.pb80 {
  padding-bottom: 8rem !important;
}

.pb90 {
  padding-bottom: 9rem !important;
}

.pb100 {
  padding-bottom: 10rem !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pl10 {
  padding-left: 1rem !important;
}

.pl20 {
  padding-left: 2rem !important;
}

.pl30 {
  padding-left: 3rem !important;
}

.pl40 {
  padding-left: 4rem !important;
}

.pl50 {
  padding-left: 5rem !important;
}

.pl60 {
  padding-left: 6rem !important;
}

.pl70 {
  padding-left: 7rem !important;
}

.pl80 {
  padding-left: 8rem !important;
}

.pl90 {
  padding-left: 9rem !important;
}

.pl100 {
  padding-left: 10rem !important;
}

.plr0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.plr10 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.plr20 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.plr30 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.plr40 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.plr50 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.plr60 {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}

.plr70 {
  padding-left: 7rem !important;
  padding-right: 7rem !important;
}

.plr80 {
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}

.plr90 {
  padding-left: 9rem !important;
  padding-right: 9rem !important;
}

.plr100 {
  padding-left: 10rem !important;
  padding-right: 10rem !important;
}

@media screen and (max-width: 767px) {
  .p10 {
    padding: 0.5rem !important;
  }
  .p0 {
    padding: 0 !important;
  }
  .p20 {
    padding: 1rem !important;
  }
  .p30 {
    padding: 1.5rem !important;
  }
  .p40 {
    padding: 2rem !important;
  }
  .p50 {
    padding: 2.5rem !important;
  }
  .p60 {
    padding: 3rem !important;
  }
  .p70 {
    padding: 3.5rem !important;
  }
  .p80 {
    padding: 4rem !important;
  }
  .p90 {
    padding: 4.5rem !important;
  }
  .p100 {
    padding: 5rem !important;
  }
  .pt10 {
    padding-top: 0.5rem !important;
  }
  .pt0 {
    padding-top: 0 !important;
  }
  .pt20 {
    padding-top: 1rem !important;
  }
  .pt30 {
    padding-top: 1.5rem !important;
  }
  .pt40 {
    padding-top: 2rem !important;
  }
  .pt50 {
    padding-top: 2.5rem !important;
  }
  .pt60 {
    padding-top: 3rem !important;
  }
  .pt70 {
    padding-top: 3.5rem !important;
  }
  .pt80 {
    padding-top: 4rem !important;
  }
  .pt90 {
    padding-top: 4.5rem !important;
  }
  .pt100 {
    padding-top: 5rem !important;
  }
  .pr10 {
    padding-right: 0.5rem !important;
  }
  .pr0 {
    padding-right: 0 !important;
  }
  .pr20 {
    padding-right: 1rem !important;
  }
  .pr30 {
    padding-right: 1.5rem !important;
  }
  .pr40 {
    padding-right: 2rem !important;
  }
  .pr50 {
    padding-right: 2.5rem !important;
  }
  .pr60 {
    padding-right: 3rem !important;
  }
  .pr70 {
    padding-right: 3.5rem !important;
  }
  .pr80 {
    padding-right: 4rem !important;
  }
  .pr90 {
    padding-right: 4.5rem !important;
  }
  .pr100 {
    padding-right: 5rem !important;
  }
  .pb10 {
    padding-bottom: 0.5rem !important;
  }
  .pb0 {
    padding-bottom: 0 !important;
  }
  .pb20 {
    padding-bottom: 1rem !important;
  }
  .pb30 {
    padding-bottom: 1.5rem !important;
  }
  .pb40 {
    padding-bottom: 2rem !important;
  }
  .pb50 {
    padding-bottom: 2.5rem !important;
  }
  .pb60 {
    padding-bottom: 3rem !important;
  }
  .pb70 {
    padding-bottom: 3.5rem !important;
  }
  .pb80 {
    padding-bottom: 4rem !important;
  }
  .pb90 {
    padding-bottom: 4.5rem !important;
  }
  .pb100 {
    padding-bottom: 5rem !important;
  }
  .pl10 {
    padding-left: 0.5rem !important;
  }
  .pl0 {
    padding-left: 0 !important;
  }
  .pl20 {
    padding-left: 1rem !important;
  }
  .pl30 {
    padding-left: 1.5rem !important;
  }
  .pl40 {
    padding-left: 2rem !important;
  }
  .pl50 {
    padding-left: 2.5rem !important;
  }
  .pl60 {
    padding-left: 3rem !important;
  }
  .pl70 {
    padding-left: 3.5rem !important;
  }
  .pl80 {
    padding-left: 4rem !important;
  }
  .pl90 {
    padding-left: 4.5rem !important;
  }
  .pl100 {
    padding-left: 5rem !important;
  }
  .plr0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .plr10 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .plr20 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .plr30 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .plr40 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .plr50 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .plr60 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .plr70 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .plr80 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .plr90 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .plr100 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
}
@media screen and (min-width: 768px) {
  .p0_pc {
    padding: 0 !important;
  }
  .p10_pc {
    padding: 1rem !important;
  }
  .p20_pc {
    padding: 2rem !important;
  }
  .p30_pc {
    padding: 3rem !important;
  }
  .p40_pc {
    padding: 4rem !important;
  }
  .p50_pc {
    padding: 5rem !important;
  }
  .p60_pc {
    padding: 6rem !important;
  }
  .p70_pc {
    padding: 7rem !important;
  }
  .p80_pc {
    padding: 8rem !important;
  }
  .p90_pc {
    padding: 9rem !important;
  }
  .p100_pc {
    padding: 10rem !important;
  }
  .pt0_pc {
    padding-top: 0 !important;
  }
  .pt10_pc {
    padding-top: 1rem !important;
  }
  .pt20_pc {
    padding-top: 2rem !important;
  }
  .pt30_pc {
    padding-top: 3rem !important;
  }
  .pt40_pc {
    padding-top: 4rem !important;
  }
  .pt50_pc {
    padding-top: 5rem !important;
  }
  .pt60_pc {
    padding-top: 6rem !important;
  }
  .pt70_pc {
    padding-top: 7rem !important;
  }
  .pt80_pc {
    padding-top: 8rem !important;
  }
  .pt90_pc {
    padding-top: 9rem !important;
  }
  .pt100_pc {
    padding-top: 10rem !important;
  }
  .pr0_pc {
    padding-right: 0 !important;
  }
  .pr10_pc {
    padding-right: 1rem !important;
  }
  .pr20_pc {
    padding-right: 2rem !important;
  }
  .pr30_pc {
    padding-right: 3rem !important;
  }
  .pr40_pc {
    padding-right: 4rem !important;
  }
  .pr50_pc {
    padding-right: 5rem !important;
  }
  .pr60_pc {
    padding-right: 6rem !important;
  }
  .pr70_pc {
    padding-right: 7rem !important;
  }
  .pr80_pc {
    padding-right: 8rem !important;
  }
  .pr90_pc {
    padding-right: 9rem !important;
  }
  .pr100_pc {
    padding-right: 10rem !important;
  }
  .pb0_pc {
    padding-bottom: 0 !important;
  }
  .pb10_pc {
    padding-bottom: 1rem !important;
  }
  .pb20_pc {
    padding-bottom: 2rem !important;
  }
  .pb30_pc {
    padding-bottom: 3rem !important;
  }
  .pb40_pc {
    padding-bottom: 4rem !important;
  }
  .pb50_pc {
    padding-bottom: 5rem !important;
  }
  .pb60_pc {
    padding-bottom: 6rem !important;
  }
  .pb70_pc {
    padding-bottom: 7rem !important;
  }
  .pb80_pc {
    padding-bottom: 8rem !important;
  }
  .pb90_pc {
    padding-bottom: 9rem !important;
  }
  .pb100_pc {
    padding-bottom: 10rem !important;
  }
  .pl0_pc {
    padding-left: 0 !important;
  }
  .pl10_pc {
    padding-left: 1rem !important;
  }
  .pl20_pc {
    padding-left: 2rem !important;
  }
  .pl30_pc {
    padding-left: 3rem !important;
  }
  .pl40_pc {
    padding-left: 4rem !important;
  }
  .pl50_pc {
    padding-left: 5rem !important;
  }
  .pl60_pc {
    padding-left: 6rem !important;
  }
  .pl70_pc {
    padding-left: 7rem !important;
  }
  .pl80_pc {
    padding-left: 8rem !important;
  }
  .pl90_pc {
    padding-left: 9rem !important;
  }
  .pl100_pc {
    padding-left: 10rem !important;
  }
  .plr0_pc {
    padding-left: 0 !important;
    padright: 0 !important;
  }
  .plr10_pc {
    padding-left: 1rem !important;
    paddinright: 1rem !important;
  }
  .plr20_pc {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .plr30_pc {
    padding-left: 3rem !important;
    paddinright: 3rem !important;
  }
  .plr40_pc {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .plr50_pc {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .plr60_pc {
    padding-left: 6rem !important;
    paddinright: 6rem !important;
  }
  .plr70_pc {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
  .plr80_pc {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  .plr90_pc {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
  .plr100_pc {
    padding-left: 10rem !important;
    padding-lright: 10rem !important;
  }
}
@media screen and (max-width: 767px) {
  .p0_sp {
    padding: 0 !important;
  }
  .p10_sp {
    padding: 1rem !important;
  }
  .p20_sp {
    padding: 2rem !important;
  }
  .p30_sp {
    padding: 3rem !important;
  }
  .p40_sp {
    padding: 4rem !important;
  }
  .p50_sp {
    padding: 5rem !important;
  }
  .p60_sp {
    padding: 6rem !important;
  }
  .p70_sp {
    padding: 7rem !important;
  }
  .p80_sp {
    padding: 8rem !important;
  }
  .p90_sp {
    padding: 9rem !important;
  }
  .p100_sp {
    padding: 10rem !important;
  }
  .pt0_sp {
    padding-top: 0 !important;
  }
  .pt10_sp {
    padding-top: 1rem !important;
  }
  .pt20_sp {
    padding-top: 2rem !important;
  }
  .pt30_sp {
    padding-top: 3rem !important;
  }
  .pt40_sp {
    padding-top: 4rem !important;
  }
  .pt50_sp {
    padding-top: 5rem !important;
  }
  .pt60_sp {
    padding-top: 6rem !important;
  }
  .pt70_sp {
    padding-top: 7rem !important;
  }
  .pt80_sp {
    padding-top: 8rem !important;
  }
  .pt90_sp {
    padding-top: 9rem !important;
  }
  .pt100_sp {
    padding-top: 10rem !important;
  }
  .pr0_sp {
    padding-right: 0 !important;
  }
  .pr10_sp {
    padding-right: 1rem !important;
  }
  .pr20_sp {
    padding-right: 2rem !important;
  }
  .pr30_sp {
    padding-right: 3rem !important;
  }
  .pr40_sp {
    padding-right: 4rem !important;
  }
  .pr50_sp {
    padding-right: 5rem !important;
  }
  .pr60_sp {
    padding-right: 6rem !important;
  }
  .pr70_sp {
    padding-right: 7rem !important;
  }
  .pr80_sp {
    padding-right: 8rem !important;
  }
  .pr90_sp {
    padding-right: 9rem !important;
  }
  .pr100_sp {
    padding-right: 10rem !important;
  }
  .pb0_sp {
    padding-bottom: 0 !important;
  }
  .pb10_sp {
    padding-bottom: 1rem !important;
  }
  .pb20_sp {
    padding-bottom: 2rem !important;
  }
  .pb30_sp {
    padding-bottom: 3rem !important;
  }
  .pb40_sp {
    padding-bottom: 4rem !important;
  }
  .pb50_sp {
    padding-bottom: 5rem !important;
  }
  .pb60_sp {
    padding-bottom: 6rem !important;
  }
  .pb70_sp {
    padding-bottom: 7rem !important;
  }
  .pb80_sp {
    padding-bottom: 8rem !important;
  }
  .pb90_sp {
    padding-bottom: 9rem !important;
  }
  .pb100_sp {
    padding-bottom: 10rem !important;
  }
  .pl0_sp {
    padding-left: 0 !important;
  }
  .pl10_sp {
    padding-left: 1rem !important;
  }
  .pl20_sp {
    padding-left: 2rem !important;
  }
  .pl30_sp {
    padding-left: 3rem !important;
  }
  .pl40_sp {
    padding-left: 4rem !important;
  }
  .pl50_sp {
    padding-left: 5rem !important;
  }
  .pl60_sp {
    padding-left: 6rem !important;
  }
  .pl70_sp {
    padding-left: 7rem !important;
  }
  .pl80_sp {
    padding-left: 8rem !important;
  }
  .pl90_sp {
    padding-left: 9rem !important;
  }
  .pl100_sp {
    padding-left: 10rem !important;
  }
  .plr0_sp {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .plr10_sp {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .plr20_sp {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .plr30_sp {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .plr40_sp {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .plr50_sp {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .plr60_sp {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .plr70_sp {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
  .plr80_sp {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  .plr90_sp {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
  .plr100_sp {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
}
/*.font-size*/
@media screen and (min-width: 768px) {
  .fs10_pc {
    font-size: 1rem !important;
  }
  .fs11_pc {
    font-size: 1.1rem !important;
  }
  .fs12_pc {
    font-size: 1.2rem !important;
  }
  .fs13_pc {
    font-size: 1.3rem !important;
  }
  .fs14_pc {
    font-size: 1.4rem !important;
  }
  .fs15_pc {
    font-size: 1.5rem !important;
  }
  .fs16_pc {
    font-size: 1.6rem !important;
  }
  .fs17_pc {
    font-size: 1.7rem !important;
  }
  .fs18_pc {
    font-size: 1.8rem !important;
  }
  .fs19_pc {
    font-size: 1.9rem !important;
  }
  .fs20_pc {
    font-size: 2rem !important;
  }
  .fs21_pc {
    font-size: 2.1rem !important;
  }
  .fs22_pc {
    font-size: 2.2rem !important;
  }
  .fs23_pc {
    font-size: 2.3rem !important;
  }
  .fs24_pc {
    font-size: 2.4rem !important;
  }
  .fs25_pc {
    font-size: 2.5rem !important;
  }
  .fs26_pc {
    font-size: 2.6rem !important;
  }
  .fs27_pc {
    font-size: 2.7rem !important;
  }
  .fs28_pc {
    font-size: 2.8rem !important;
  }
  .fs29_pc {
    font-size: 2.9rem !important;
  }
  .fs30_pc {
    font-size: 3rem !important;
  }
  .fs31_pc {
    font-size: 3.1rem !important;
  }
  .fs32_pc {
    font-size: 3.2rem !important;
  }
  .fs33_pc {
    font-size: 3.3rem !important;
  }
  .fs34_pc {
    font-size: 3.4rem !important;
  }
  .fs35_pc {
    font-size: 3.5rem !important;
  }
  .fs36_pc {
    font-size: 3.6rem !important;
  }
  .fs37_pc {
    font-size: 3.7rem !important;
  }
  .fs38_pc {
    font-size: 3.8rem !important;
  }
  .fs39_pc {
    font-size: 3.9rem !important;
  }
  .fs40_pc {
    font-size: 4rem !important;
  }
  .fs50_pc {
    font-size: 5rem !important;
  }
  .fs60_pc {
    font-size: 6rem !important;
  }
  .fs70_pc {
    font-size: 7rem !important;
  }
  .fs80_pc {
    font-size: 8rem !important;
  }
}
@media screen and (max-width: 767px) {
  .fs10_sp {
    font-size: 1rem !important;
  }
  .fs11_sp {
    font-size: 1.1rem !important;
  }
  .fs12_sp {
    font-size: 1.2rem !important;
  }
  .fs13_sp {
    font-size: 1.3rem !important;
  }
  .fs14_sp {
    font-size: 1.4rem !important;
  }
  .fs15_sp {
    font-size: 1.5rem !important;
  }
  .fs16_sp {
    font-size: 1.6rem !important;
  }
  .fs17_sp {
    font-size: 1.7rem !important;
  }
  .fs18_sp {
    font-size: 1.8rem !important;
  }
  .fs19_sp {
    font-size: 1.9rem !important;
  }
  .fs20_sp {
    font-size: 2rem !important;
  }
  .fs21_sp {
    font-size: 2.1rem !important;
  }
  .fs22_sp {
    font-size: 2.2rem !important;
  }
  .fs23_sp {
    font-size: 2.3rem !important;
  }
  .fs24_sp {
    font-size: 2.4rem !important;
  }
  .fs25_sp {
    font-size: 2.5rem !important;
  }
  .fs26_sp {
    font-size: 2.6rem !important;
  }
  .fs27_sp {
    font-size: 2.7rem !important;
  }
  .fs28_sp {
    font-size: 2.8rem !important;
  }
  .fs29_sp {
    font-size: 2.9rem !important;
  }
  .fs30_sp {
    font-size: 3rem !important;
  }
  .fs31_sp {
    font-size: 3.1rem !important;
  }
  .fs32_sp {
    font-size: 3.2rem !important;
  }
  .fs33_sp {
    font-size: 3.3rem !important;
  }
  .fs34_sp {
    font-size: 3.4rem !important;
  }
  .fs35_sp {
    font-size: 3.5rem !important;
  }
  .fs36_sp {
    font-size: 3.6rem !important;
  }
  .fs37_sp {
    font-size: 3.7rem !important;
  }
  .fs38_sp {
    font-size: 3.8rem !important;
  }
  .fs39_sp {
    font-size: 3.9rem !important;
  }
  .fs40_sp {
    font-size: 4rem !important;
  }
  .fs50_sp {
    font-size: 5rem !important;
  }
  .fs60_sp {
    font-size: 6rem !important;
  }
  .fs70_sp {
    font-size: 7rem !important;
  }
  .fs80_sp {
    font-size: 8rem !important;
  }
}
.flex-align-baseline {
  align-items: baseline !important;
}

.block-editor .block-area h1 {
  font-size: 2.5rem;
}
.block-editor .block-area h2 {
  font-size: 2rem;
}
.block-editor .block-area h3 {
  font-size: 1.75rem;
}
.block-editor .block-area h4 {
  font-size: 1.5rem;
}
.block-editor .block-area h5 {
  font-size: 1.25rem;
}
.block-editor .block-area h6 {
  font-size: 1rem;
}
.block-editor .block-area p {
  margin-top: 0;
  margin-bottom: 16px;
}
.block-editor .block-area p:last-child {
  margin-bottom: 0;
}
.block-editor .block-area a {
  text-decoration: none;
  transition: color 0.2s ease;
}
.block-editor .block-area strong,
.block-editor .block-area b {
  font-weight: 700;
}
.block-editor .block-area em,
.block-editor .block-area i {
  font-style: italic;
}
.block-editor .block-area code {
  font-size: 0.9em;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 2px 6px;
  border-radius: 3px;
}
.block-editor .block-area .wp-block-paragraph {
  margin-top: 24px;
  margin-bottom: 24px;
}
.block-editor .block-area .wp-block-paragraph.has-drop-cap::first-letter {
  font-size: 5em;
  line-height: 0.68;
  font-weight: 700;
  margin: 0.05em 0.1em 0 0;
  text-transform: uppercase;
  font-style: normal;
  float: left;
}
.block-editor .block-area .wp-block-image {
  margin-top: 24px;
  margin-bottom: 24px;
}
.block-editor .block-area .wp-block-image img {
  max-width: 100%;
  height: auto;
  display: block;
}
.block-editor .block-area .wp-block-image figcaption {
  margin-top: 8px;
  font-size: 14px;
  text-align: center;
}
.block-editor .block-area .wp-block-image.aligncenter {
  text-align: center;
}
.block-editor .block-area .wp-block-image.alignleft {
  float: left;
  margin-right: 24px;
}
.block-editor .block-area .wp-block-image.alignright {
  float: right;
  margin-left: 24px;
}
.block-editor .block-area .wp-block-list {
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 24px;
}
.block-editor .block-area .wp-block-list li {
  margin-bottom: 8px;
}
.block-editor .block-area .wp-block-list ul {
  list-style-type: disc;
}
.block-editor .block-area .wp-block-list ol {
  list-style-type: decimal;
}
.block-editor .block-area .wp-block-quote {
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 24px;
  margin-left: 0;
  font-style: italic;
}
.block-editor .block-area .wp-block-quote cite {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  font-style: normal;
}
.block-editor .block-area .wp-block-quote.is-style-large {
  border-left: none;
  padding-left: 0;
  text-align: center;
  font-size: 18px;
}
.block-editor .block-area .wp-block-pullquote {
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 24px 0;
  text-align: center;
}
.block-editor .block-area .wp-block-pullquote blockquote {
  margin: 0;
  font-size: 18px;
  font-style: italic;
}
.block-editor .block-area .wp-block-pullquote cite {
  display: block;
  margin-top: 16px;
  font-size: 14px;
  text-transform: uppercase;
  font-style: normal;
}
.block-editor .block-area .wp-block-code {
  margin-top: 24px;
  margin-bottom: 24px;
  background-color: #f5f5f5;
  border-radius: 4px;
  padding: 16px;
  overflow-x: auto;
}
.block-editor .block-area .wp-block-code code {
  background-color: transparent;
  padding: 0;
  font-size: 14px;
  line-height: 1.4;
}
.block-editor .block-area .wp-block-buttons .wp-block-button .wp-block-button__link {
  display: inline-block;
  padding: 8px 24px;
  color: #ffffff;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.2s ease;
}
.block-editor .block-area .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link {
  background-color: transparent;
}
.block-editor .block-area .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:hover {
  color: #ffffff;
}
.block-editor .block-area .wp-block-columns {
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.block-editor .block-area .wp-block-columns .wp-block-column {
  flex: 1;
  min-width: 0;
}
@media (max-width: 599px) {
  .block-editor .block-area .wp-block-columns {
    flex-direction: column;
  }
}
.block-editor .block-area .wp-block-group.has-background {
  padding: 32px;
}
.block-editor .block-area .wp-block-cover {
  margin-top: 24px;
  margin-bottom: 24px;
  position: relative;
  min-height: 430px;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
}
.block-editor .block-area .wp-block-cover .wp-block-cover__inner-container {
  width: 100%;
  z-index: 1;
  color: #ffffff;
}
.block-editor .block-area .wp-block-cover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.block-editor .block-area .wp-block-table {
  margin-top: 24px;
  margin-bottom: 24px;
  overflow-x: auto;
}
.block-editor .block-area .wp-block-table table {
  width: 100%;
  border-collapse: collapse;
}
.block-editor .block-area .wp-block-table th,
.block-editor .block-area .wp-block-table td {
  padding: 8px;
  text-align: left;
}
.block-editor .block-area .wp-block-table th {
  font-weight: 700;
  background-color: #f5f5f5;
}
.block-editor .block-area .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.block-editor .block-area .wp-block-media-text {
  margin-top: 24px;
  margin-bottom: 24px;
  display: grid;
  grid-template-columns: 50% 1fr;
  gap: 24px;
  align-items: center;
}
.block-editor .block-area .wp-block-media-text.has-media-on-the-right {
  grid-template-columns: 1fr 50%;
}
.block-editor .block-area .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
  order: 2;
}
.block-editor .block-area .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  order: 1;
}
@media (max-width: 599px) {
  .block-editor .block-area .wp-block-media-text {
    grid-template-columns: 1fr;
  }
  .block-editor .block-area .wp-block-media-text .wp-block-media-text__media,
  .block-editor .block-area .wp-block-media-text .wp-block-media-text__content {
    order: 0 !important;
  }
}
.block-editor .block-area .alignwide {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.block-editor .block-area .alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.block-editor .block-area .aligncenter {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.block-editor .block-area .alignleft {
  float: left;
  margin-right: 24px;
}
.block-editor .block-area .alignright {
  float: right;
  margin-left: 24px;
}
.block-editor .block-area .has-text-align-left {
  text-align: left;
}
.block-editor .block-area .has-text-align-center {
  text-align: center;
}
.block-editor .block-area .has-text-align-right {
  text-align: right;
}
.block-editor .block-area .block-editor-block-list__layout .block-editor-block-list__block {
  margin-top: 16px;
  margin-bottom: 16px;
}
.block-editor .block-area .wp-block-button__link,
.block-editor .block-area a {
  transition: all 0.3s ease-in-out;
}
.block-editor .block-area .p-voice {
  background: #e6f0f0;
  padding: 0rem 0rem 6.25rem;
}
.block-editor .block-area .p-voice__inner {
  max-width: 68.75rem;
}
.block-editor .block-area .p-interview__container h4 {
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, rgb(0, 140, 255) 0%, rgb(0, 80, 210) 100%);
  background-clip: text;
  color: transparent;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 3.75rem;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.4;
  padding-left: 1.25rem;
  position: relative;
}
.block-editor .block-area .p-interview__container h4::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  width: 4px;
  height: 24px;
  background: linear-gradient(180deg, rgb(0, 140, 255) 0%, rgb(0, 80, 210) 100%);
}
@media screen and (max-width: 767px) {
  .block-editor .block-area .p-interview__container h4::before {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .block-editor .block-area .p-interview__container h4 {
    font-size: 1.25rem;
    padding-left: 1.375rem;
    margin-top: 1.875rem;
  }
}
.block-editor .block-area .p-interview__container .p-interview__panel p {
  font-size: 1.125rem;
  letter-spacing: 0em;
  line-height: 2;
  margin-top: 2.25rem;
}
@media screen and (max-width: 767px) {
  .block-editor .block-area .p-interview__container .p-interview__panel p {
    font-size: 1rem;
    margin-top: 1.5rem;
  }
}
.block-editor .block-area .p-interview__container .wp-block-image {
  margin: 0;
}
.block-editor .block-area .p-interview__container .wp-block-image img {
  max-width: 100%;
  height: auto;
  display: block;
}
.block-editor .block-area .p-interview__container .wp-block-image figcaption {
  margin-top: 8px;
  font-size: 14px;
  text-align: center;
}
.block-editor .block-area .p-interview__container .wp-block-image.aligncenter {
  text-align: center;
}
.block-editor .block-area .p-interview__container .wp-block-image.alignleft {
  float: left;
  margin-right: 24px;
}
.block-editor .block-area .p-interview__container .wp-block-image.alignright {
  float: right;
  margin-left: 24px;
}
.block-editor .block-area .p-interview__container .wp-block-columns {
  margin-top: 0rem;
  margin-bottom: 0rem;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.block-editor .block-area .p-interview__container .wp-block-columns .wp-block-column {
  flex: 1;
  min-width: 0;
}
@media (max-width: 599px) {
  .block-editor .block-area .p-interview__container .wp-block-columns {
    flex-direction: column;
  }
}
.block-editor .block-area .p-interview__container .wp-block-buttons .wp-block-button.c-accordionBtn__toggleLabel {
  width: 100%;
}
.block-editor .block-area .p-interview__container .wp-block-buttons .wp-block-button.c-accordionBtn__toggleLabel .wp-block-button__link {
  display: inline-block;
  padding: 0;
  background-color: transparent;
  text-align: left;
  color: #fff;
}
.block-editor .block-area .p-interview__container .wp-block-buttons .wp-block-button.p-interview__link {
  color: #fff;
  padding: 0 0.625rem;
  line-height: 1.2;
  transition: 0.3s all;
  max-width: 17.1875rem;
  width: 100%;
  border-radius: 5px;
}
.block-editor .block-area .p-interview__container .wp-block-buttons .wp-block-button.p-interview__link span {
  display: block;
  font-size: 0.75rem;
}
.block-editor .block-area .p-interview__container .wp-block-buttons .wp-block-button.p-interview__link a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
  font-weight: 500;
  padding: 1.125rem 0;
  letter-spacing: 0.05em;
}
.block-editor .block-area .p-interview__container .wp-block-buttons .wp-block-button.p-interview__link {
  position: relative;
}
.block-editor .block-area .p-interview__container .wp-block-buttons .wp-block-button.p-interview__link::before {
  position: absolute;
  content: "";
  background: url(../img/icon01.png) center center/contain no-repeat;
  top: 50%;
  right: -20%;
  transform: translate(-50%, -50%);
  width: 0.4375rem;
  height: 0.5625rem;
}
@media screen and (max-width: 440px) {
  .block-editor .block-area .p-interview__container .wp-block-buttons .wp-block-button.p-interview__link::before {
    right: -2rem;
  }
}
@media screen and (max-width: 390px) {
  .block-editor .block-area .p-interview__container .wp-block-buttons .wp-block-button.p-interview__link::before {
    right: 0;
  }
}
.block-editor .block-area .p-interview__container .wp-block-buttons .wp-block-button.p-interview__link .wp-block-button__link {
  background-color: transparent;
}
.block-editor .block-area .p-interview__container .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link {
  background-color: transparent;
}
.block-editor .block-area .p-interview__container .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:hover {
  color: #ffffff;
}
.block-editor .block-area .p-interview__container .wp-block-buttons.is-active .wp-block-button.c-accordionBtn__toggleLabel {
  width: 100%;
}
.block-editor .block-area .p-interview__container .wp-block-buttons.is-active .wp-block-button.c-accordionBtn__toggleLabel .wp-block-button__link {
  color: #0050d2;
}
.block-editor .block-area .p-interview__container .p-interview__upperBlock {
  gap: 2.5rem;
}
.block-editor .block-area .p-schedule__container .wp-block-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 0rem;
}
.block-editor .block-area .p-schedule__container .wp-block-columns.p-schedule__item {
  gap: 1.875rem;
  height: auto;
}
.block-editor .block-area .p-schedule__container .wp-block-columns.p-schedule__item:not(:first-child) {
  margin-top: 4.0625rem;
}
@media screen and (max-width: 767px) {
  .block-editor .block-area .p-schedule__container .wp-block-columns.p-schedule__item:not(:first-child) {
    margin-top: 2.625rem;
  }
}
@media screen and (max-width: 767px) {
  .block-editor .block-area .p-schedule__container .wp-block-columns.p-schedule__item {
    height: auto;
  }
}
.block-editor .block-area .p-schedule__container .wp-block-columns .wp-block-column {
  flex: 1;
  min-width: 0;
}
@media screen and (max-width: 599px) {
  .block-editor .block-area .p-schedule__container .wp-block-columns {
    flex-direction: row;
  }
}
@media screen and (max-width: 767px) {
  .block-editor .block-area .p-schedule__container .wp-block-buttons {
    margin-right: auto;
    margin-left: auto;
  }
}
.block-editor .block-area .p-schedule__container .wp-block-buttons .wp-block-button.c-accordionBtn__toggleLabel {
  width: 100%;
}
.block-editor .block-area .p-schedule__container .wp-block-buttons .wp-block-button.c-accordionBtn__toggleLabel .wp-block-button__link {
  display: inline-block;
  padding: 0;
  background-color: transparent;
  text-align: left;
  color: #fff;
}
.block-editor .block-area .p-schedule__container .wp-block-buttons .wp-block-button.p-schedule__link {
  color: #fff;
  padding: 0 0.625rem;
  line-height: 1.2;
  transition: 0.3s all;
  max-width: 17.1875rem;
  width: 100%;
  border-radius: 5px;
}
.block-editor .block-area .p-schedule__container .wp-block-buttons .wp-block-button.p-schedule__link span {
  display: block;
  font-size: 0.75rem;
}
.block-editor .block-area .p-schedule__container .wp-block-buttons .wp-block-button.p-schedule__link a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
  font-weight: 500;
  padding: 1.125rem 0;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .block-editor .block-area .p-schedule__container .wp-block-buttons .wp-block-button.p-schedule__link a {
    padding: 1.125rem 0;
  }
}
@media screen and (max-width: 440px) {
  .block-editor .block-area .p-schedule__container .wp-block-buttons .wp-block-button.p-schedule__link a {
    padding: 1.125rem 0.5625rem;
  }
}
.block-editor .block-area .p-schedule__container .wp-block-buttons .wp-block-button.p-schedule__link {
  position: relative;
}
.block-editor .block-area .p-schedule__container .wp-block-buttons .wp-block-button.p-schedule__link::before {
  position: absolute;
  content: "";
  background: url(../img/icon01.png) center center/contain no-repeat;
  top: 50%;
  right: -20%;
  transform: translate(-50%, -50%);
  width: 0.4375rem;
  height: 0.5625rem;
}
@media screen and (max-width: 440px) {
  .block-editor .block-area .p-schedule__container .wp-block-buttons .wp-block-button.p-schedule__link::before {
    right: -2rem;
  }
}
@media screen and (max-width: 390px) {
  .block-editor .block-area .p-schedule__container .wp-block-buttons .wp-block-button.p-schedule__link::before {
    right: 0;
  }
}
.block-editor .block-area .p-schedule__container .wp-block-buttons .wp-block-button.p-schedule__link .wp-block-button__link {
  background-color: transparent;
}
.block-editor .block-area .p-schedule__container .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link {
  background-color: transparent;
}
.block-editor .block-area .p-schedule__container .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:hover {
  color: #ffffff;
}
.block-editor .block-area .p-schedule__container .wp-block-buttons.is-active .wp-block-button.c-accordionBtn__toggleLabel {
  width: 100%;
}
.block-editor .block-area .p-schedule__container .wp-block-buttons.is-active .wp-block-button.c-accordionBtn__toggleLabel .wp-block-button__link {
  color: #0050d2;
}
.block-editor .block-area .p-schedule__container .wp-block-image {
  margin: 0;
}
.block-editor .block-area .p-schedule__container .wp-block-image img {
  width: 14.0625rem;
  max-width: 100%;
  height: auto;
  display: block;
}
.block-editor .block-area .p-schedule__container .wp-block-image figcaption {
  margin-top: 8px;
  font-size: 14px;
  text-align: center;
}
.block-editor .block-area .p-schedule__container .wp-block-image.aligncenter {
  text-align: center;
}
.block-editor .block-area .p-schedule__container .wp-block-image.alignleft {
  float: left;
  margin-right: 24px;
}
.block-editor .block-area .p-schedule__container .wp-block-image.alignright {
  float: right;
  margin-left: 24px;
}

.l-inner {
  max-width: 1000px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1440px) {
  .l-inner {
    width: 90vw;
  }
}
@media screen and (max-width: 1024px) {
  .l-inner {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .l-inner {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.l-sec {
  padding: 3.75rem 0 5rem;
}
@media screen and (max-width: 767px) {
  .l-sec {
    padding: 5rem 0 6.25rem;
  }
}
.l-sec01 {
  padding: 3.5rem 0 6.875rem;
}
@media screen and (max-width: 767px) {
  .l-sec01 {
    padding: 4.5rem 0 5.75rem;
  }
}

.c-accordionBtn {
  max-width: 14.0625rem;
  width: 100%;
  height: 2.5rem;
  border: 0.125rem solid #0050d2;
  border-radius: 1.25rem;
  background-color: #0050d2;
  transition: background-color 0.25s ease, border-color 0.25s ease;
  /* ─── 開いた時：白地×$theme色に変更＋縦棒を右回転で消す ─── */
}
.c-accordionBtn.is-active,
.c-accordionBtn [aria-expanded=true] {
  background-color: #fff;
  border-color: #0050d2;
}
.c-accordionBtn.is-active .c-accordionBtn__toggleLabel,
.c-accordionBtn [aria-expanded=true] .c-accordionBtn__toggleLabel {
  color: #0050d2;
}
.c-accordionBtn.is-active .c-accordionBtn__toggleLabel::before,
.c-accordionBtn [aria-expanded=true] .c-accordionBtn__toggleLabel::before {
  transform: translate(-50%, -50%) rotate(90deg) scale(0.1);
  opacity: 0;
}
.c-accordionBtn.is-active .c-accordionBtn__toggleLabel,
.c-accordionBtn [aria-expanded=true] .c-accordionBtn__toggleLabel {
  /* お好みの余韻（横棒をほんの少しだけ強調） */
}
.c-accordionBtn.is-active .c-accordionBtn__toggleLabel::after,
.c-accordionBtn [aria-expanded=true] .c-accordionBtn__toggleLabel::after {
  transition: transform 0.28s cubic-bezier(0.2, 0.7, 0.2, 1);
  transform: translate(-50%, -50%) scale(1.02);
}

.c-accordionBtn__toggleLabel {
  display: block;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-align: left;
  color: #fff;
  padding: 0 1.25rem;
  position: relative;
  /* 横棒＆縦棒の共通スタイル */
}
.c-accordionBtn__toggleLabel::after, .c-accordionBtn__toggleLabel::before {
  /* 縦棒：アニメで消す */
  content: "";
  position: absolute;
  left: 90%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: currentColor;
  border-radius: 0.625rem;
  will-change: transform, opacity;
  transition: transform 0.28s cubic-bezier(0.2, 0.7, 0.2, 1), opacity 0.28s ease;
}
.c-accordionBtn__toggleLabel {
  /* 横棒（常に表示） */
}
.c-accordionBtn__toggleLabel::after {
  width: 0.8125rem;
  height: 0.125rem;
}
.c-accordionBtn__toggleLabel {
  /* 縦棒（＋の縦線） */
}
.c-accordionBtn__toggleLabel::before {
  width: 0.125rem;
  height: 0.8125rem;
  /* 初期は縦・不透明 */
  transform: translate(-50%, -50%) rotate(0deg) scale(1);
  opacity: 1;
  transform-origin: center center;
}

.c-block-area {
  padding-top: 4.0625rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .c-block-area {
    padding-top: 1.875rem;
    padding-bottom: 3.125rem;
  }
}
.c-block-area .c-linkBox {
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .c-block-area .c-linkBox {
    margin-top: 2.8125rem;
  }
}

.c-block-area__inner {
  max-width: 65rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .c-block-area__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-block-area__inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.c-breadcrumbs__items {
  flex-wrap: wrap;
}

.c-btn {
  color: #fff;
  padding: 0 0.625rem;
  line-height: 1.2;
  transition: 0.3s all;
  max-width: 275px;
  width: 100%;
  border-radius: 5px;
}
.c-btn span {
  display: block;
  font-size: 0.75rem;
}
.c-btn a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
  font-weight: 500;
  padding: 18px 30px;
  letter-spacing: 0.05em;
}

.c-btn__icon {
  width: 7px;
  height: 9px;
}

@media (any-hover: hover) {
  .c-btn:hover {
    color: #fff;
    transition: 0.3s all;
  }
}
@media screen and (max-width: 1024px) {
  .c-btn {
    max-width: 100%;
    width: 100%;
  }
  .c-btn span {
    display: block;
    font-size: 0.75rem;
  }
}
.c-btnArrow__infoMoreLink {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  max-width: 130px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  border: 1px solid #fff;
  padding: 0.3125rem 0;
}
.c-btnArrow__infoMoreLink span {
  line-height: 1;
}

.c-btnArrow__infoMoreLinkIcon {
  position: relative;
  display: inline-block;
  width: 4.4px;
  height: 4.7px;
  margin-top: 1px;
}

.c-btnArrow__infoMoreLinkIcon::before,
.c-btnArrow__infoMoreLinkIcon::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 6px;
  height: 2px;
  border-radius: 9999px;
  background-color: #fff;
  transform-origin: calc(100% - 0.5px) 50%;
}

.c-btnArrow__infoMoreLinkIcon::before {
  transform: rotate(45deg);
}

.c-btnArrow__infoMoreLinkIcon::after {
  transform: rotate(-45deg);
}

.c-cat {
  min-width: 6.25rem;
  font-size: 0.75rem;
  background-color: #0050d2;
  padding: 0.25rem 0.625rem;
  color: #fff;
  text-align: center;
  display: inline-block;
}

.c-column2 {
  display: grid;
  gap: 1.875rem;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .c-column2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.875rem;
  }
}

.c-column2--gap60 {
  gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .c-column2--gap60 {
    gap: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .c-column2--gapSp20 {
    gap: 1.25rem;
  }
}

.c-column3 {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .c-column3 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.c-column4 {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  .c-column4 {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .c-column4--sp2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.c-divisionsHeadingBlock {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -18px;
}
@media screen and (max-width: 767px) {
  .c-divisionsHeadingBlock {
    margin-top: -16px;
  }
}

.c-divisionsHeadingBlock__h1 {
  font-size: 2.8125rem;
  font-weight: bold;
  order: 3;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-divisionsHeadingBlock__h1 {
    font-size: 1.5rem;
    margin-top: 0.625rem;
    white-space: nowrap;
  }
}

.c-divisionsHeadingBlock__description {
  font-size: 1.6875rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  order: 4;
}
@media screen and (max-width: 767px) {
  .c-divisionsHeadingBlock__description {
    font-size: 1rem;
    white-space: nowrap;
  }
}

.c-divisionsBorder--vertical {
  display: block;
  border-left: 1px solid #ffffff;
  height: 85px;
  width: 1px;
  margin: 15px auto;
}
@media screen and (max-width: 767px) {
  .c-divisionsBorder--vertical {
    height: 40px;
  }
}

.c-divisionsHeadingBlock__subHeading {
  color: #0a82ff;
  font-size: 2.1875rem;
  font-weight: bold;
  order: 1;
  text-align: center;
  line-height: 50px;
}
@media screen and (max-width: 767px) {
  .c-divisionsHeadingBlock__subHeading {
    font-size: 1.125rem;
    line-height: 27px;
  }
}

.c-divisionsBackground {
  height: 180px;
}
.c-divisionsBackground img {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .c-divisionsBackground {
    height: 100px;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  .c-divisionsBackground img {
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.c-divisionsMenu {
  max-width: 290px;
  cursor: pointer;
}

.c-divisionsMenu__head {
  background-color: #3b9bff;
  justify-content: space-between;
}

.c-divisionsMenu__headText {
  margin: 0 auto;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1.125rem;
  text-align: center;
  padding: 1.09375rem 0;
  line-height: 1;
  max-width: 15rem;
  width: 100%;
  letter-spacing: 0.1em;
}

.c-divisionsMenu__headButton {
  background-color: #646464;
  max-width: 3.0625rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.c-divisionsMenu__headButton .c-divisionsMenu__headButtonLine {
  width: 1.8125rem;
  height: 4px;
  background-color: #fff;
}
.c-divisionsMenu__headButton.is-active .c-divisionsMenu__headButtonLine {
  transition: 0.3s;
}
.c-divisionsMenu__headButton.is-active .c-divisionsMenu__headButtonLine:nth-child(1) {
  display: none;
}
.c-divisionsMenu__headButton.is-active .c-divisionsMenu__headButtonLine:nth-child(2) {
  transform: translateY(7px) rotate(-45deg);
}
.c-divisionsMenu__headButton.is-active .c-divisionsMenu__headButtonLine:nth-child(3) {
  transform: translateY(-5px) rotate(45deg);
}

.c-divisionsMenuList {
  background-color: rgba(10, 130, 255, 0.85);
}

.c-divisionsMenuListItem:not(:first-child) {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.c-divisionsMenuListItemLink {
  padding: 1.1875rem 0 1.1875rem 1.0625rem;
  display: block;
}

.c-divisionsMenuListItemLinkText {
  letter-spacing: 0.03em;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1;
}
.c-divisionsMenuListItemLinkText.is-active {
  color: #f0f028;
}

.c-entry {
  bottom: 21.5625rem;
  cursor: pointer;
  position: fixed;
  right: 5.625rem;
  z-index: 50;
}
.c-entry img {
  max-width: 2.8125rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-entry {
    display: none;
  }
}

.c-heading__h1 {
  font-size: 3.125rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-heading__h1 {
    font-size: 1.75rem;
  }
}

.c-heading__h2 {
  font-size: 2.1875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-heading__h2 {
    font-size: 1.5rem;
  }
}

.c-pageHeading__h1 {
  font-size: 2.5rem;
  letter-spacing: 0.126em;
  font-weight: 900;
  line-height: 1;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-pageHeading__h1 {
    font-size: 1.25rem;
  }
}

.c-pageHeading__description {
  font-size: 1.25rem;
  line-height: 1;
  margin-top: 0.9375rem;
  letter-spacing: 0.25em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-pageHeading__description {
    margin-top: 0.4375rem;
    font-size: 0.875rem;
  }
}

.c-normalHeadingBlock {
  display: flex;
  flex-direction: column-reverse;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .c-normalHeadingBlock {
    gap: 0.9375rem;
  }
}

.c-normalHeadingBlock__h2 {
  font-size: 2.375rem;
  letter-spacing: 0.138em;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-normalHeadingBlock__h2 {
    font-size: 1.5625rem;
  }
}

.c-normalHeadingBlock__description {
  font-size: 1.125rem;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  letter-spacing: 0.15em;
  font-weight: 900;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-normalHeadingBlock__description {
    font-size: 0.875rem;
  }
}

.c-headline1__main {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0em;
  padding-left: 1.25rem;
  position: relative;
}
.c-headline1__main::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  width: 4px;
  height: 24px;
  background: linear-gradient(180deg, rgb(0, 140, 255) 0%, rgb(0, 80, 210) 100%);
}
@media screen and (max-width: 767px) {
  .c-headline1__main::before {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-headline1__main {
    font-size: 1.25rem;
    padding-left: 1.375rem;
  }
}

.c-headline1__sub {
  margin-top: 0.875rem;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .c-headline1__sub {
    margin-top: 1.625rem;
    padding-left: 1.375rem;
  }
}

.c-hoverRun {
  text-decoration: none;
  color: #000;
  background-image: linear-gradient(90deg, #000, #000);
  background-repeat: no-repeat;
  display: inline;
  background-position: left bottom;
  background-size: 0 1px;
  transition: background-size 0.5s;
}

@media screen and (min-width: 768px) {
  .c-hoverRun:hover {
    background-size: 100% 1px;
  }
}
.c-hoverUnderline {
  position: relative;
  display: inline-block;
}

.c-hoverUnderline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #000;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

@media screen and (min-width: 768px) {
  .c-hoverUnderline:hover::after {
    opacity: 1;
  }
}
.c-hoverUnderline {
  position: relative;
  display: inline-block;
}

.c-hoverUnderline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #000;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

@media screen and (min-width: 768px) {
  .c-hoverUnderline:hover::after {
    opacity: 1;
  }
}
.c-iconCircle {
  display: block;
  width: 2.1875rem;
  height: 2.1875rem;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .c-iconCircle {
    width: 20px;
    height: 20px;
  }
}

.c-imgHover {
  position: relative;
}

.c-imgHover img {
  width: 2.25rem;
  transition: 0.5s opacity;
}

.c-imgHover img:nth-of-type(2) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.5s opacity;
}

@media screen and (min-width: 769px) {
  .c-imgHover:hover img:nth-of-type(1) {
    opacity: 0;
    transition: 0.5s opacity;
  }
  .c-imgHover:hover img:nth-of-type(2) {
    opacity: 1;
    transition: 0.5s opacity;
  }
}
.c-imgZoom {
  position: relative;
  overflow: hidden;
}
.c-imgZoom img {
  object-fit: cover;
  transition: transform 0.8s;
}

@media screen and (min-width: 769px) {
  .c-imgZoom:hover img {
    transform: scale(1.2);
    transition: transform 0.8s;
  }
}
/* Serviceセクションのスタイル END */
/* テキストアニメーションのスタイル START */
.js-reveal-mask,
.js-reveal-mask::after {
  -webkit-animation-delay: var(--animation-delay, 0s);
  animation-delay: var(--animation-delay, 0s);
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.js-reveal-mask {
  --animation-delay: 0s;
  --animation-duration: 800ms;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  opacity: 0;
  overflow: hidden;
  /* 擬似要素の範囲がはみ出さないように */
  position: relative;
}

.js-reveal-mask::after {
  background-color: #008cff;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  z-index: 2;
}

.js-reveal-mask.is-active {
  -webkit-animation-name: clip-text;
  animation-name: clip-text;
  opacity: 1;
}

.js-reveal-mask.is-active::after {
  -webkit-animation-name: text-revealer;
  animation-name: text-revealer;
}

/* アニメーションキー */
@-webkit-keyframes clip-text {
  from {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  to {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
@keyframes clip-text {
  from {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  to {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
@-webkit-keyframes text-revealer {
  0%, 50% {
    transform-origin: 0 50%;
  }
  60%, 100% {
    transform-origin: 100% 50%;
  }
  60% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
@keyframes text-revealer {
  0%, 50% {
    transform-origin: 0 50%;
  }
  60%, 100% {
    transform-origin: 100% 50%;
  }
  60% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
/* テキストアニメーションのスタイル END */
/* オープニングアニメーションのスタイル START */
#js-intro-wrapper {
  inset: 0;
  position: fixed;
  z-index: 19;
}

.js-intro-bg {
  background-color: #008cff;
  inset: 0;
  position: absolute;
  z-index: 0;
}

.js-header-gsap {
  opacity: 0;
}

#js-intro {
  align-items: center;
  background-color: #008cff;
  /* 初期は白 */
  display: flex;
  inset: 0;
  justify-content: center;
  position: absolute;
  transition: background-color 0.5s ease;
  z-index: 1;
}

.js-intro-logo-wrapper {
  text-align: center;
}

.js-textBlock {
  opacity: 0;
  left: 20%;
}
.js-textBlock__reverse {
  right: 0;
  left: auto;
}

.js-headerTop-hidden {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .js-headerTop-hidden {
    opacity: 1;
  }
}

.js-colorChange {
  background-color: #333333;
}

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

.js-headerTop-background.p-header {
  background-color: transparent;
}

.js-text-moveParent {
  overflow: hidden;
}

.js-text-move {
  display: block;
  transform: translateY(100%);
}

.js-image-crip {
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
}

.js-text-moveRotate {
  display: block;
}
.js-text-moveRotate span {
  display: inline-block;
  transform: translateY(100%);
}

.js-text-moveYReverse {
  display: inline-block !important;
  transform: translateY(-100%);
}

.is-instant-apply .js-topTrigger {
  transition: none !important;
  -webkit-animation: none !important;
  animation: none !important;
}

body.is-opening-ended {
  overflow: visible;
}

body.is-opening-ended .js-TopVideo {
  opacity: 0;
}

body.is-opening-ended .js-topDesc {
  opacity: 1;
}

body.is-opening-ended .js-background {
  --before-opacity: 1;
}

body.is-opening-ended .js-headerTop-background {
  background-color: #000;
  transition: 0s;
}

body.is-opening-ended .js-headerTop-hidden {
  opacity: 1;
}

.c-link {
  position: relative;
  line-height: 1;
}

.c-link::after {
  position: absolute;
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  right: -0.9375rem;
  top: 0.3em;
  background: url(../img/common/link.svg) center center/contain no-repeat;
}

.c-linkBox {
  gap: 1.25rem;
}

.c-linkBox__item {
  max-width: 20rem;
  width: calc(33.3333333333% - 10px);
  text-align: center;
}
.c-linkBox__item a {
  display: block;
}
@media screen and (max-width: 767px) {
  .c-linkBox__item {
    max-width: 100%;
    width: 100%;
  }
}

.c-linkBox__itemLink {
  padding-block: 3.125rem;
}
@media screen and (max-width: 767px) {
  .c-linkBox__itemLink {
    padding-block: 1.5625rem;
  }
}

.c-linkBox__itemText {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  margin-bottom: 0.9375rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-linkBox__itemText {
    margin-bottom: 0.5rem;
  }
}

.c-linkBox__itemSubText {
  color: #f0f028;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  margin-bottom: 0.9375rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-linkBox__itemSubText {
    margin-bottom: 0.5rem;
  }
}

.c-marker {
  background: linear-gradient(transparent 70%, #fcf65f 0%);
  display: inline;
}

.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100svh;
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0.5);
}

.c-modal__block {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 75rem;
  width: 100%;
}

.c-modal__content {
  max-width: 75rem;
}

.c-pageSection {
  background-size: 100% 100%;
  height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .c-pageSection {
    height: 4.375rem;
  }
}

.c-pagetop {
  bottom: 1.5rem;
  cursor: pointer;
  position: fixed;
  right: 5.625rem;
  z-index: 50;
}
@media screen and (max-width: 767px) {
  .c-pagetop {
    right: 1.25rem;
  }
}
.c-pagetop img {
  max-width: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .c-pagetop img {
    max-width: 2.1875rem;
  }
}

.c-pagination {
  margin-top: 7.8125rem;
}
@media screen and (max-width: 767px) {
  .c-pagination {
    margin-top: 4.0625rem;
  }
}

.c-pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
}

.c-pagination .page-numbers li a,
.c-pagination .page-numbers li span {
  display: inline-block;
  padding: 0.5rem 0rem;
  font-size: 1.125rem;
  text-align: center;
  font-weight: 700;
}
.c-pagination .page-numbers li a.page-numbers__separator,
.c-pagination .page-numbers li span.page-numbers__separator {
  padding: 0.5rem 0rem;
}

.c-pagination .page-numbers li.next-pagination,
.c-pagination .page-numbers li .prev-pagination {
  padding-left: 0.625rem;
}

.c-pagination .page-numbers .current {
  color: #0050d2;
}

.c-table {
  border-collapse: separate;
  border-spacing: 0.1875rem 0;
  max-width: 68.75rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.c-table__data,
.c-table__head {
  padding: 0.625rem 1.25rem;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2.5;
}
@media screen and (max-width: 767px) {
  .c-table__data,
  .c-table__head {
    font-size: 1rem;
    padding: 0.625rem;
  }
}

.c-table__head {
  letter-spacing: 0.1em;
  text-align: left;
  vertical-align: baseline;
  width: 12.5rem;
  font-feature-settings: "palt" 1;
  font-variant-east-asian: proportional-width;
}

.c-table__data {
  width: 50rem;
}
.c-table__data span {
  display: inline-block;
  max-width: 6.875rem;
  width: 100%;
  margin-right: 1.875rem;
}
@media screen and (max-width: 767px) {
  .c-table__data span {
    display: block;
  }
}

.c-table tr:nth-child(odd) th,
.c-table tr:nth-child(odd) td {
  background: rgba(255, 255, 255, 0.2);
}

.c-table tr:nth-child(even) th,
.c-table tr:nth-child(even) td {
  background: rgba(255, 255, 255, 0.1);
}

.c-tag {
  font-size: 0.875rem;
  color: #000;
  border: 1px solid #d9d9d9;
  padding: 0.375rem 0.5rem;
  display: inline-block;
}

.c-underBar {
  position: relative;
  display: inline-block;
}
.c-underBar::before {
  background-color: #333;
  bottom: 0;
  content: "";
  height: 1px;
  left: 50%;
  opacity: 1;
  position: absolute;
  transform: translateX(-50%);
  transition: 0.5s;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .c-underBar:hover:before {
    opacity: 0;
    transition: 0.5s all;
  }
}
.p-carrier {
  background: #e6f0f0;
  padding-block: 1.25rem 6.25rem;
}
.p-carrier h2 {
  line-height: 55px;
}
.p-carrier h2 span {
  display: inline-block;
  line-height: 1.5;
}

.p-carrier__contentBlock {
  padding: 6.25rem 0;
}
@media screen and (max-width: 767px) {
  .p-carrier__contentBlock {
    padding: 0;
    margin-top: 3.875rem;
  }
}
.p-carrier__contentBlock:nth-child(3) {
  padding-top: 0rem;
}
.p-carrier__contentBlock:nth-child(3) .p-carrier__contentBlockInner {
  padding-top: 6.25rem;
  border-top: 0.0625rem solid #000;
}
@media screen and (max-width: 767px) {
  .p-carrier__contentBlock:nth-child(3) .p-carrier__contentBlockInner {
    padding-top: 3.875rem;
  }
}

.p-carrier__contentBlockInner {
  max-width: 68.75rem;
}

.p-carrier__title {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1;
  color: #ffff64;
  padding: 0.9375rem 1.25rem;
  background: #0050d2;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .p-carrier__title {
    font-size: 1.75rem;
    line-height: 1.2;
  }
}

.p-carrier__headingBlock {
  margin-top: 3.125rem;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-carrier__headingBlock {
    margin-top: 1.5625rem;
  }
}

.p-carrier__panel {
  display: block;
  overflow: hidden;
  max-height: 0; /* 初期：閉 */
  transition: max-height 0.36s ease;
  will-change: max-height;
  /* JSで .is-open を付与する想定（高さはJSで設定） */
}
.p-carrier__lead {
  margin-top: 3.125rem;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 2.1111111111;
}
@media screen and (max-width: 767px) {
  .p-carrier__lead {
    margin-top: 1.5625rem;
    font-size: 1rem;
  }
}

.p-carrier__media {
  margin-top: 4.6875rem;
}
@media screen and (max-width: 767px) {
  .p-carrier__media {
    margin-top: 1.875rem;
  }
}

.p-carrier__profile {
  margin-top: 5.625rem;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8888888889;
}
@media screen and (max-width: 767px) {
  .p-carrier__profile {
    margin-top: 2.8125rem;
  }
}

.p-carrier__name {
  font-size: 1.25rem;
  line-height: 1.7;
}
.p-carrier__name span {
  font-size: 2.5rem;
}

.p-carrier__timeLineWrap {
  padding-top: 4.375rem;
  margin-top: 4.375rem;
  position: relative;
  z-index: 10;
}
.p-carrier__timeLineWrap.js-circle {
  --after-translate-y: -50%;
}
@media screen and (max-width: 767px) {
  .p-carrier__timeLineWrap {
    padding-top: 0rem;
    margin-top: 2.1875rem;
  }
}
.p-carrier__timeLineWrap::before {
  position: absolute;
  z-index: -1;
  content: "";
  background: url(../img/career_path04.png) center center/contain no-repeat;
  width: 10px;
  height: 100%;
  top: 50%;
  left: 4.375rem;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-carrier__timeLineWrap::before {
    background: url(../img/career_path12.png) center center/contain no-repeat;
    left: 2.25rem;
  }
}
.p-carrier__timeLineWrap::after {
  position: absolute;
  z-index: -1;
  content: "";
  background: url(../img/career_path03.png) center center/contain no-repeat;
  width: 20px;
  height: 20px;
  top: 1.875rem;
  left: 4.375rem;
  transform: translate(-50%, var(--after-translate-y));
}
@media screen and (max-width: 767px) {
  .p-carrier__timeLineWrap::after {
    background: none;
  }
}

.p-carrier__content {
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-carrier__content {
    gap: 0.9375rem;
  }
}
.p-carrier__content:first-child {
  padding-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-carrier__content:first-child {
    padding-top: 0rem;
  }
}
.p-carrier__content:last-child {
  padding-bottom: 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-carrier__content:last-child {
    padding-bottom: 0rem;
  }
}
.p-carrier__content:not(:first-child) {
  margin-top: 7.5rem;
}

.p-carrier__yearBlock {
  max-width: 8.75rem;
  width: 100%;
  transform-origin: center center;
}
@media screen and (max-width: 767px) {
  .p-carrier__yearBlock {
    max-width: 4.375rem;
  }
}

.p-carrier__detailBlock {
  max-width: 54.375rem;
}

h3.p-carrier__heading {
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  h3.p-carrier__heading {
    font-size: 1.25rem;
  }
}

.p-carrier__text {
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 2;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-carrier__text {
    margin-top: 1.25rem;
    font-size: 1rem;
  }
}

.p-carrier__summary {
  margin-top: 4.375rem;
  background-color: #fff;
  border-radius: 1.875rem;
  padding: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-carrier__summary {
    padding: 1.5625rem;
  }
}

.p-carrier__summaryTitle {
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.2;
  color: #0050d2;
}
@media screen and (max-width: 767px) {
  .p-carrier__summaryTitle {
    font-size: 1.25rem;
  }
}

.p-carrier__summaryText {
  margin-top: 2.1875rem;
  letter-spacing: 0.03em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-carrier__summaryText {
    margin-top: 0.9375rem;
  }
}

.p-carrier__detailBtn.first-open {
  max-height: 100%;
}

.first-open-block .p-carrier__panel {
  max-height: 100%;
  overflow: visible;
}

.p-company {
  overflow: hidden;
}
.p-company h2 {
  border-left: none;
  margin: 0;
  padding: 0;
}
.p-company .c-pageSection {
  margin-bottom: 0;
}
.p-company .c-normalHeadingBlock__description {
  line-height: 1;
  margin-top: 0;
}

.p-company__allTextImageBlock {
  position: absolute;
  width: 100%;
}

.p-company__mvBackground {
  background-image: url(../img/company-bg.jpg);
}

h1.p-company__heading {
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  h1.p-company__heading {
    margin-top: 2.1875rem;
  }
}

h2.p-company__heading {
  text-align: left;
  position: relative;
  z-index: 10;
}

.p-company__description {
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2.15;
  margin-top: 4.8125rem;
  margin-top: 7.1875rem;
}
@media screen and (max-width: 767px) {
  .p-company__description {
    margin-top: 2.5rem;
  }
}

.p-company__sectionInner {
  padding: 12.6875rem 1.5625rem 6.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-company__sectionInner {
    padding-top: 6.25rem;
    padding-bottom: 3.125rem;
  }
}

.p-company__messageBlock {
  background-image: url(../img/company-aboutBg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2.5rem 0 7.1875rem;
}
.p-company__messageBlock .c-normalHeadingBlock__h2 {
  line-height: 62px;
}
@media screen and (max-width: 767px) {
  .p-company__messageBlock .c-normalHeadingBlock__h2 {
    line-height: 1.7;
  }
}
@media screen and (max-width: 767px) {
  .p-company__messageBlock {
    padding: 1.25rem 0 3.125rem;
  }
}

.p-company__message--container {
  margin-top: 5rem;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-company__message--container {
    margin-top: 1.25rem;
  }
}

.p-company__messageLeftBlock {
  max-width: 36.875rem;
}
.p-company__messageLeftBlock p {
  letter-spacing: 0.02em;
  line-height: 35px;
  margin-top: 2.8125rem;
}
@media screen and (max-width: 1024px) {
  .p-company__messageLeftBlock p {
    margin-top: 1.25rem;
  }
}
@media screen and (max-width: 1024px) {
  .p-company__messageLeftBlock {
    max-width: 100%;
  }
}

.p-company__messageRightBlock p {
  text-align: center;
  margin-top: 1.125rem;
}
@media screen and (max-width: 1024px) {
  .p-company__messageRightBlock p {
    font-size: 0.875rem;
    text-align: left;
  }
}
@media screen and (max-width: 1024px) {
  .p-company__messageRightBlock {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
  }
}

.p-company__message--lastText-name {
  font-size: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .p-company__message--lastText-name {
    font-size: 1.25rem;
  }
}

.p-company__messageImgWrapper {
  max-width: 21.875rem;
}
@media screen and (max-width: 767px) {
  .p-company__messageImgWrapper {
    width: 32.5333333333vw;
  }
}
.p-company__messageImgWrapper.p-company__accessImageBlock {
  transform: translateX(33%);
  z-index: 0;
}

.p-company__philosophyBlock {
  background-image: url(../img/company-aboutBg02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-company__philosophyBlock .p-company__sectionInner {
    padding-bottom: 0;
  }
}

.p-company__philosophyContent {
  margin-top: 2.8125rem;
  gap: 3.75rem;
}
.p-company__philosophyContent:nth-child(3) {
  margin-top: 6.875rem;
}
@media screen and (max-width: 767px) {
  .p-company__philosophyContent:nth-child(3) {
    margin-top: 1.5rem;
  }
}
.p-company__philosophyContent h3 {
  font-size: 1.25rem;
  padding-block: 0.625rem;
  padding-left: 0.9375rem;
  line-height: 1;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-company__philosophyContent h3 {
    margin-bottom: 1.25rem;
  }
}

.p-company__boxBlock {
  max-width: 29.375rem;
  width: calc(50% - 30px);
}
@media screen and (max-width: 767px) {
  .p-company__boxBlock {
    max-width: 100%;
    width: 100%;
  }
}
.p-company__boxBlock dt {
  font-size: 1.25rem;
  font-weight: bold;
  color: #2eb2e8;
}
.p-company__boxBlock dt:not(:first-child) {
  margin-top: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-company__boxBlock dt {
    font-size: 1.25rem;
  }
}
.p-company__boxBlock dd {
  margin-top: 0.3125rem;
  line-height: 25px;
}
@media screen and (max-width: 767px) {
  .p-company__boxBlock dd {
    margin-top: 0.625rem;
  }
}

.p-company__bigText {
  font-size: 2.625rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .p-company__bigText {
    font-size: 2rem;
  }
}

.p-company__philosophyContentText {
  line-height: 25px;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-company__philosophyContentText {
    margin-top: 0.625rem;
  }
}

.p-company__philosophyContentLeftBlock {
  display: flex;
  flex-direction: column;
}
.p-company__philosophyContentLeftBlock--imgBlock {
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .p-company__philosophyContentLeftBlock--imgBlock {
    margin-top: 1.25rem;
  }
}

.p-company__philosophyFeelBlock {
  margin-top: 6.25rem;
  padding: 3.125rem;
  background: linear-gradient(120deg, rgb(10, 130, 255) 48%, rgb(0, 190, 255) 100%);
}
@media screen and (max-width: 767px) {
  .p-company__philosophyFeelBlock {
    width: 100vw;
    margin: 2.5rem calc(50% - 50vw) 0;
    padding: 1.25rem;
  }
}
.p-company__philosophyFeelBlock .p-company__philosophyFeelBlock--heading {
  font-size: 1.875rem;
  font-weight: bold;
  padding-bottom: 1.75rem;
  border-bottom: 1px solid #fff;
  text-align: center;
}
.p-company__philosophyFeelBlock p {
  padding-top: 1.75rem;
  line-height: 35px;
  letter-spacing: 0.02em;
}
.p-company__philosophyFeelBlock .p-company__bigText {
  font-size: 1.5rem;
}

.p-company__philosophyFeelBlockList {
  gap: 1.875rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-company__philosophyFeelBlockList {
    margin-top: 1.25rem;
    gap: 0.9375rem;
    flex-direction: column;
  }
}

.p-company__philosophyFeelBlockItem {
  background-color: #fff;
  padding: 0.9375rem 1.25rem;
  align-items: center;
  max-width: 435px;
  width: calc(50% - 15px);
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-company__philosophyFeelBlockItem {
    width: 100%;
    max-width: 100%;
  }
}
.p-company__philosophyFeelBlockItem .p-company__philosophyFeelBlockItem--number {
  background-color: #0a82ff;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  padding: 0.9375rem 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-company__philosophyFeelBlockItem .p-company__philosophyFeelBlockItem--number {
    padding: 1.375rem 0.5rem;
  }
}
.p-company__philosophyFeelBlockItem .p-company__philosophyFeelBlockItem--text {
  font-size: 1rem;
  line-height: 30px;
  color: #0a82ff;
  padding: 0;
}

.p-company__about .p-company__sectionInner {
  padding-top: 5.625rem;
}

.p-company__aboutList {
  display: flex;
  flex-direction: column;
  margin-top: 3.75rem;
}
.p-company__aboutList dt {
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-company__aboutList dt {
    font-size: 0.875rem;
  }
}
.p-company__aboutList .p-company__aboutListText--list {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-company__aboutList {
    margin-top: 1.875rem;
  }
}

.p-company__aboutListItems {
  width: 100%;
}

.p-company__aboutListTitle {
  max-width: 7.625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-company__aboutListTitle {
    max-width: 5.9375rem;
    border-right: none;
  }
}

.p-company__aboutListText {
  padding-left: 2.75rem;
}
@media screen and (max-width: 767px) {
  .p-company__aboutListText {
    padding: 0;
  }
}

.p-company__aboutListItemText {
  max-width: 19.5625rem;
  width: 100%;
  font-weight: bold;
  margin-bottom: 0.625rem;
  font-feature-settings: "palt";
}

.p-company__aboutListItemText--sub {
  margin-bottom: 1.25rem;
}

.p-company__aboutListItem.p-company__aboutListItem--nameBlock {
  display: flex;
  gap: 0.625rem;
}
.p-company__aboutListItem.p-company__aboutListItem--nameBlock p:first-child {
  width: 5.3125rem;
}
.p-company__aboutListItem.p-company__aboutListItem--nameBlock .p-company__aboutListItem--nameBlockContent {
  display: flex;
}
.p-company__aboutListItem.p-company__aboutListItem--nameBlock .p-company__aboutListItem--nameBlockContent p:nth-child(1) {
  width: 4.6875rem;
}
@media screen and (max-width: 767px) {
  .p-company__aboutListItem.p-company__aboutListItem--nameBlock .p-company__aboutListItem--nameBlockContent {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .p-company__aboutListItem.p-company__aboutListItem--nameBlock {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .p-company__aboutListItem {
    gap: 0.625rem;
  }
}
.p-company__aboutListItem:not(:first-child) {
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-company__aboutListItem:not(:first-child) {
    margin-top: 1.25rem;
  }
}

.p-company__aboutListBox {
  border-bottom: 2px solid #4c4c4c;
  padding-block: 1rem;
}
.p-company__aboutListBox:first-child {
  border-top: 2px solid #4c4c4c;
}

.p-company__accessBlock .p-company__sectionInner {
  padding-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-company__accessBlock .p-company__sectionInner {
    padding-top: 3.125rem;
  }
  .p-company__accessBlock .p-company__sectionInner .u-sp {
    display: inline;
  }
}
.p-company__accessBlock {
  scroll-margin-top: 50px;
}

.p-company__accessContent {
  margin-top: 3.125rem;
}
.p-company__accessContent:not(:first-child) {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-company__accessContent {
    padding: 1.25rem 0;
    margin-top: 1.5625rem;
  }
  .p-company__accessContent:nth-of-type(2) {
    margin-top: 0rem;
  }
}

.p-company__accessHeading {
  font-size: 1.5625rem;
  color: #0050d2;
  padding-bottom: 1.25rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-company__accessHeading {
    font-size: 1.375rem;
    padding-bottom: 1.25rem;
  }
}
.p-company__accessHeading.p-company__accessItemHeading {
  display: flex;
  align-items: center;
  gap: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-company__accessHeading.p-company__accessItemHeading {
    gap: 0.625rem;
    align-items: flex-start;
  }
}
.p-company__accessHeading .p-company__accessItemHeading--sub {
  background-color: #e50d23;
  border-radius: 5px;
  padding: 0rem 0.75rem;
  height: 1.4375rem;
  display: block;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.8;
}
.p-company__accessHeading .p-company__accessHeading--sbuText {
  font-size: 1rem;
}
.p-company__accessHeading.p-company__accessHeading--teks {
  text-wrap: nowrap;
}
.p-company__accessHeading .p-company__accessHeading--sub {
  display: block;
  font-size: 1.125rem;
  margin-bottom: 0.8125rem;
}
.p-company__accessHeading .p-company__accessHeading--sub span {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-company__accessHeading .p-company__accessHeading--sub {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 1rem;
  }
}

.p-company__accessItem:not(:first-child) {
  margin-top: 4.375rem;
}

.p-smallText {
  font-size: 0.875rem;
  padding-bottom: 3.125rem;
}

.p-company__accessItemMap {
  overflow: hidden;
  height: 21.875rem;
  margin-top: 2.8125rem;
}
.p-company__accessItemMap iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-company__accessItemMap {
    margin-top: 1.75rem;
  }
}

.p-company__accessContentBox {
  margin-top: 3.125rem;
  gap: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-company__accessContentBox {
    gap: 2.5rem;
    margin-top: 1.25rem;
    flex-direction: column-reverse;
  }
}

.p-company__accessContentTextBox {
  max-width: 34.375rem;
  width: 100%;
}

.p-company__accessContentTextBox--description {
  line-height: 30px;
  padding-top: 0.9375rem;
  border-top: 1px solid #a5a4a4;
}
@media screen and (max-width: 767px) {
  .p-company__accessContentTextBox--description {
    line-height: 30px;
  }
}

.p-company__accessContentTextBox--description--station {
  padding-bottom: 3.125rem;
  line-height: 30px;
  text-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  .p-company__accessContentTextBox--description--station {
    padding-bottom: 1.25rem;
  }
}
.p-company__accessContentTextBox--description--station span {
  text-wrap: wrap;
  max-width: 30.375rem;
}
.p-company__accessContentTextBox--description--station:has(+ .p-smallText) {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-company__accessContentTextBox--description--station:has(+ .p-smallText) {
    padding-bottom: 0rem;
  }
}

.p-company__accessContentAddressList {
  padding-top: 1.25rem;
  border-top: 1px solid #a5a4a4;
}
@media screen and (max-width: 767px) {
  .p-company__accessContentAddressList {
    padding-top: 1.25rem;
  }
}

.p-company__accessContentAddressBox {
  gap: 1.0625rem;
  align-items: center;
}
.p-company__accessContentAddressBox:not(:first-child) {
  margin-top: 1rem;
}
.p-company__accessContentAddressBox.p-company__accessContentAddressText--twoLinesBox {
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-company__accessContentAddressBox {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.625rem;
  }
}
.p-company__accessContentAddressBox:has(.p-company__access--notColor) {
  gap: 0rem;
}
@media screen and (max-width: 767px) {
  .p-company__accessContentAddressBox:has(.p-company__access--notColor) {
    gap: 0.625rem;
  }
}

.p-company__accessContentAddressList--secondBox {
  margin-top: 1.25rem;
}

.p-company__accessContentAddressBox--access {
  align-items: center;
}
.p-company__accessContentAddressBox--access .p-company__accessContentAddressText {
  gap: 6.4375rem;
}

.p-company__accessContentAddressTitle {
  font-size: 0.875rem;
  color: #000;
  width: 5.3125rem;
  background-color: #fff;
  text-align: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.p-company__accessContentAddressTitle.p-company__access--notColor {
  background-color: transparent;
  text-align: left;
  color: #fff;
  width: 3.125rem;
}

.p-company__accessContentAddressText {
  font-weight: 300;
  line-height: 36px;
  text-box: trim-both cap alphabetic;
  max-width: 480px;
  width: 100%;
}
.p-company__accessContentAddressText.p-company__accessContentAddressText--twoLines {
  padding-top: 3px;
}
.p-company__accessContentAddressText a {
  color: #0050d2;
  font-weight: bold;
}

.p-company__accessContentAddressList--teks .p-company__accessContentAddressBox:not(:first-child) {
  margin-top: 1.25rem;
}
.p-company__accessContentAddressList--teks .p-company__accessContentAddressText {
  line-height: 30px;
}

.p-company__accessContentImageBlock {
  max-width: 25rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-company__accessContentImageBlock {
    max-width: 100%;
  }
}
.p-company__accessContentImageBlock img {
  height: 100%;
  object-fit: contain;
}

.p-company__aboutListBox--modal {
  cursor: pointer;
}

.p-contact__mvBackground {
  background-image: url(../img/contact01.jpg);
}

.p-contact__heading {
  margin: 3.75rem 0 2.5rem;
}

.p-contact__description {
  margin-top: 5rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-contact__description {
    margin-top: 2.5rem;
  }
}

.p-contact__flowBlock {
  margin: 4.75rem 0 4rem;
}
.p-contact__flowBlock li {
  max-width: 1.125rem;
}
.p-contact__flowBlock li:nth-child(odd) {
  max-width: 4.75rem;
}
.p-contact__flowBlock li:nth-child(even) {
  margin: 0 0.625rem;
}

.p-contact__container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0 0 6.25rem;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-contact__container {
    margin-top: 3.75rem;
  }
}

.p-contact__contentBlock:not(:first-child) {
  margin-top: 4.0625rem;
}

.p-contact__contentHeadline {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 2;
  color: #fff;
  background: #0046a0;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.p-contact__contentHeadline.--any {
  background: #4074b8;
}

.p-contact__form {
  margin: 3.75rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-contact__form {
    margin: 1.875rem auto 0;
  }
}

.p-contact__form--item {
  align-items: center;
  display: flex;
  gap: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-contact__form--item {
    align-items: flex-start;
    gap: 0.625rem;
  }
}

.p-contact__form--item:not(:first-child) {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-contact__form--item:not(:first-child) {
    margin-top: 2.1875rem;
  }
}

.p-contact__form--item--w400 input {
  max-width: 400px;
}

.p-contact__form--label {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  max-width: 12.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-contact__form--label {
    max-width: 100%;
    font-size: 1rem;
  }
}

.p-contact__form--box {
  position: relative;
  width: 100%;
}

.p-contact__form--box span {
  background-color: #0a82ff;
  border-radius: 0.3125rem 0.3125rem 0 0;
  color: #fff;
  left: 0;
  padding: 0.125rem 0.625rem;
  position: absolute;
  top: -1.7rem;
}
@media screen and (max-width: 767px) {
  .p-contact__form--box span {
    display: none;
  }
}

.p-contact__form--box .p-contact__form--label--optional,
.p-contact__form--label--sp.p-contact__form--label--sp--optional {
  background-color: #646464;
}

.p-contact__form--box input {
  background-color: #fff;
  padding: 0.625rem 0.75rem;
  width: 100%;
  border: 1px solid #b4b4b4;
}

.p-contact__form--box.p-contact__form--age {
  background-color: #fff;
  max-width: 12.5rem;
  padding-right: 0.625rem;
  gap: 0.625rem;
}
.p-contact__form--box.p-contact__form--age .--gap10 {
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-contact__form--box.p-contact__form--age {
    max-width: 100%;
  }
}

.p-contact__form--box.p-contact__form--age input {
  width: 90%;
}

.p-contact__form--box.p-contact__form--birth-y,
.p-contact__form--box.p-contact__form--graduate-y,
.p-contact__form--box.p-contact__form--employment-y {
  background-color: #fff;
  max-width: 11.25rem;
  padding-right: 0.625rem;
}
.p-contact__form--box.p-contact__form--birth-y .--gap10,
.p-contact__form--box.p-contact__form--graduate-y .--gap10,
.p-contact__form--box.p-contact__form--employment-y .--gap10 {
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-contact__form--box.p-contact__form--birth-y,
  .p-contact__form--box.p-contact__form--graduate-y,
  .p-contact__form--box.p-contact__form--employment-y {
    max-width: 100%;
  }
}

.p-contact__form--box.p-contact__form--birth-y input,
.p-contact__form--box.p-contact__form--graduate-y input,
.p-contact__form--box.p-contact__form--employment-y input {
  width: 90%;
}
@media screen and (max-width: 767px) {
  .p-contact__form--box.p-contact__form--birth-y input,
  .p-contact__form--box.p-contact__form--graduate-y input,
  .p-contact__form--box.p-contact__form--employment-y input {
    width: 90%;
  }
}

.p-contact__form--box.p-contact__form--birth-m,
.p-contact__form--box.p-contact__form--birth-d,
.p-contact__form--box.p-contact__form--graduate-m,
.p-contact__form--box.p-contact__form--employment-m {
  background-color: #fff;
  max-width: 7.5rem;
  padding-right: 0.625rem;
}
.p-contact__form--box.p-contact__form--birth-m .--gap10,
.p-contact__form--box.p-contact__form--birth-d .--gap10,
.p-contact__form--box.p-contact__form--graduate-m .--gap10,
.p-contact__form--box.p-contact__form--employment-m .--gap10 {
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-contact__form--box.p-contact__form--birth-m,
  .p-contact__form--box.p-contact__form--birth-d,
  .p-contact__form--box.p-contact__form--graduate-m,
  .p-contact__form--box.p-contact__form--employment-m {
    max-width: 100%;
  }
}

.p-contact__form--box.p-contact__form--employment-m1 {
  background-color: #fff;
  max-width: 8.125rem;
}
.p-contact__form--box.p-contact__form--employment-m1 .--gap10 {
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-contact__form--box.p-contact__form--employment-m1 {
    max-width: 100%;
  }
}

.p-contact__form--box.p-contact__form--birth-m input,
.p-contact__form--box.p-contact__form--birth-d input,
.p-contact__form--box.p-contact__form--graduate-m input,
.p-contact__form--box.p-contact__form--employment-m1 input,
.p-contact__form--box.p-contact__form--employment-m input {
  width: 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-contact__form--box.p-contact__form--birth-m input,
  .p-contact__form--box.p-contact__form--birth-d input,
  .p-contact__form--box.p-contact__form--graduate-m input,
  .p-contact__form--box.p-contact__form--employment-m1 input,
  .p-contact__form--box.p-contact__form--employment-m input {
    width: 90%;
  }
}

.p-contact__form--box.p-contact__form--item--radio span {
  top: -2.2rem;
}

.p-contact__form--textarea {
  align-items: flex-start;
}

.p-contact__form--textarea label {
  padding-top: 0.625rem;
}

.p-contact__form--textarea--box {
  position: relative;
  width: 100%;
}

.p-contact__form--textarea--box span {
  background-color: #a5644b;
  border-radius: 0.3125rem 0.3125rem 0 0;
  color: #fff;
  left: 0;
  padding: 0.125rem 0.625rem;
  position: absolute;
  top: -11%;
}

.p-contact__form--textarea--box textarea {
  background-color: #fff;
  min-height: 15.3125rem;
  padding: 0.625rem;
  width: 100%;
  border: 1px solid #b4b4b4;
}

.p-contact__form--item--radio {
  display: flex;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact__form--item--radio {
    flex-wrap: wrap;
    gap: 1.25rem 2.5rem;
  }
}

.p-contact__form--item--radio label {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 0.25rem;
  line-height: 1;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

.p-contact__form--item--radio input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #b4b4b4;
  border-radius: 100vh;
  cursor: pointer;
  display: block;
  height: 0.9375rem;
  padding: 0;
  position: relative;
  width: 0.9375rem;
}

.p-contact__form--item--radio input:checked::after {
  background-color: #0046a0;
  border-radius: 100vh;
  content: "";
  height: 0.5625rem;
  inset: 0;
  margin: auto;
  padding: 0;
  position: absolute;
  width: 0.5625rem;
}

.p-contact__form--item--check {
  display: flex;
  gap: 1.25rem;
  position: relative;
}

.p-contact__form--item--check label {
  align-items: center;
  display: flex;
}

.p-contact__form--item--check span {
  top: -135%;
}

.p-contact__form--item--check input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #000;
  display: block;
  height: 1rem;
  padding: 0;
  position: relative;
  vertical-align: -0.3125rem;
  width: 1rem;
}

.p-contact__form--item--check input[type=checkbox]:checked:before {
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  content: "";
  height: 0.625rem;
  left: 0.25rem;
  position: absolute;
  top: 0.0625rem;
  transform: rotate(37deg);
  width: 0.375rem;
}

.p-contact__privacy {
  line-height: 1.7;
  margin: 0 auto; /* 中央寄せしたくない場合は削除 */
  margin-top: 6.5625rem;
  scroll-margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-contact__privacy {
    margin-top: 5rem;
  }
}

.contact__privacyInner {
  max-width: 57.5rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.p-contact__privacyTitle--eng {
  display: block;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  letter-spacing: 0.15em;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-contact__privacyTitle--eng {
    margin-bottom: 1.5625rem;
  }
}

.p-contact__privacyTitle {
  font-size: 1.5625rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1;
  text-align: center;
  border: 1px solid #fff;
  padding-block: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-contact__privacyTitle {
    font-size: 1.125rem;
    line-height: 28px;
  }
}

.p-contact__privacyBody {
  padding-block: 2.5rem;
  letter-spacing: 0.03em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-contact__privacyBody {
    padding: 0.625rem;
  }
}

.p-contact__privacySection {
  margin: 0 0 0.625rem;
  font-weight: bold;
  padding-left: 1.6em;
  text-indent: -1.6em;
  font-feature-settings: "palt" 1;
  font-variant-east-asian: proportional-width;
}
.p-contact__privacySection:not(:first-child) {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid #333333;
}
.p-contact__privacySection:last-child {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #333333;
}

.p-contact__privacyText {
  margin: 0 0 1rem;
  padding-left: 2em;
}

.p-contact__btn {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 1rem;
  font-weight: 500;
  justify-content: center;
  line-height: 1;
  letter-spacing: 0.08em;
  margin: 3.75rem auto 0;
  max-width: 17.5rem;
  padding: 0.9375rem 0;
  text-align: center;
  width: 100%;
}
.p-contact__btn.p-pageTop__infoMoreLink {
  border: none;
}

.p-contact__btn:disabled {
  opacity: 0.5;
}

.p-contact__form--label--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-contact__form--label--sp {
    background-color: #0046a0;
    border-radius: 0.3125rem;
    color: #fff;
    display: inline-block;
    font-size: 0.875rem;
    margin-left: 1.25rem;
    padding: 0.125rem 0.625rem;
  }
}

.error-message {
  color: red;
  font-size: 1rem;
  margin-top: 4px;
}

.wpcf7 form.sent .wpcf7-response-output {
  padding: 15px 10px;
  border-color: #2c94de;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .wpcf7 form.sent .wpcf7-response-output {
    font-size: 16px;
  }
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  padding: 15px 10px;
  border-color: red;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.unaccepted .wpcf7-response-output,
  .wpcf7 form.payment-required .wpcf7-response-output {
    font-size: 16px;
  }
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-not-valid-tip {
  display: block;
  color: red;
  font-size: 16px;
  font-weight: normal;
}

.wpcf7-form.hide_error_message .wpcf7-not-valid-tip {
  display: none;
}

.p-formValidation .wpcf7-not-valid-tip {
  display: none;
}

.p-formValidation__error {
  display: none;
  margin-top: 10px;
  color: red;
  font-size: 16px;
  font-weight: normal;
}

.wpcf7-form:not(.hide_error_message) .p-formValidation:has(.wpcf7-not-valid-tip) .p-formValidation__error {
  display: block;
}

.p-contact__form--label--confirm {
  background-color: #0a82ff;
  border-radius: 0.3125rem;
  color: #fff;
  display: inline-block;
  font-size: 0.875rem;
  margin-left: 1.25rem;
  padding: 0.125rem 0.625rem;
}

.p-contact__form--label--confirm--optional {
  background-color: #646464;
}

.p-contact__confirm .p-contact__form--label {
  max-width: 20rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-contact__confirm .p-contact__form--label {
    justify-content: flex-start;
  }
}
.p-contact__confirm .p-contact__form--box.p-contact__form--age,
.p-contact__confirm .p-contact__form--box.p-contact__form--birth-y,
.p-contact__confirm .p-contact__form--box.p-contact__form--graduate-y,
.p-contact__confirm .p-contact__form--box.p-contact__form--employment-y,
.p-contact__confirm .p-contact__form--box.p-contact__form--birth-m,
.p-contact__confirm .p-contact__form--box.p-contact__form--birth-d,
.p-contact__confirm .p-contact__form--box.p-contact__form--graduate-m,
.p-contact__confirm .p-contact__form--box.p-contact__form--employment-m,
.p-contact__confirm .p-contact__form--box.p-contact__form--employment-m1 {
  width: fit-content;
}

.p-contact__sendBtnWrap {
  gap: 1.25rem;
}
.p-contact__sendBtnWrap .p-contact__btn {
  margin: 0;
}
.p-contact__sendBtnWrap .p-contact__previous {
  background-color: #646464;
}

.p-contact__error,
.error-message {
  color: red;
  font-size: 1rem;
  margin-top: 4px;
}

.p-divisions h2 {
  border-left: none;
  margin: 0;
  padding: 0;
}
.p-divisions {
  padding-bottom: 6.25rem;
}

.p-divisions__inner {
  max-width: 68.75rem;
}

.p-divisions__mvBackground {
  background-image: url("../img/divisions01.jpg");
}

h2.p-divisions__heading {
  font-size: 3.125rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.5;
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  h2.p-divisions__heading {
    font-size: 1.5625rem;
    margin-top: 2.1875rem;
  }
}

h3.p-divisions__heading {
  font-size: 2.1875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-top: 7.0625rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  h3.p-divisions__heading {
    font-size: 1.5rem;
    margin-top: 3.875rem;
  }
}

.p-divisions__description {
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2.15;
  margin-top: 4.8125rem;
}
@media screen and (max-width: 767px) {
  .p-divisions__description {
    margin-top: 2.5rem;
  }
}

.p-divisions__container {
  max-width: 62.5rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 4.8125rem;
}
@media screen and (max-width: 767px) {
  .p-divisions__container {
    margin-top: 1.25rem;
  }
}

.p-divisions__contentBlock {
  border: 2px solid #000;
  border-radius: 30px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-divisions__contentBlock {
    padding: 1.375rem;
    margin-top: 1.875rem;
  }
}

.p-divisions__contentList {
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.875rem;
}

.p-divisions__contentListItem {
  background-image: url("../img/divisions02.png");
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 30.3125rem;
  width: calc(50% - 15px);
}
.p-divisions__contentListItem:nth-child(2) {
  background-image: url("../img/divisions03.png");
}
.p-divisions__contentListItem:nth-child(3) {
  background-image: url("../img/divisions04.png");
}
.p-divisions__contentListItem:nth-child(4) {
  background-image: url("../img/divisions05.png");
}
.p-divisions__contentListItem:nth-child(5) {
  background-image: url("../img/divisions06.png");
}
.p-divisions__contentListItem:nth-child(6) {
  background-image: url("../img/divisions07.png");
}
.p-divisions__contentListItem a {
  padding: 5.25rem 0;
  display: block;
  letter-spacing: 0.1em;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .p-divisions__contentListItem {
    width: 100%;
    max-width: 100%;
  }
}

.p-divisions__blockText {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 1.5625rem;
  text-align: center;
}

.p-divisionsPage__divisionsMenu {
  position: absolute;
  width: 100%;
  right: 0;
  top: 0;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .p-divisionsPage__divisionsMenu {
    max-width: 100%;
    margin-top: 1.25rem;
    width: 100%;
    position: relative;
  }
}

.p-divisionsPage .c-linkBox {
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-divisionsPage .c-linkBox {
    margin-bottom: 3.125rem;
  }
}

.p-plant h2 {
  border-left: none;
  margin: 0;
  padding: 0;
}
.p-plant {
  position: relative;
  padding-bottom: 6.25rem;
}

.p-divisionsPage__inner {
  max-width: 68.75rem;
}

.p-divisions__mvBackground {
  background-image: url("../img/divisions01.jpg");
}

.p-divisions__inner {
  position: relative;
  max-width: 67.5rem;
}

.p-divisionsPage__description {
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2.5;
  margin-top: 2.5rem;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-divisionsPage__description {
    line-height: 27px;
    margin-top: 0.9375rem;
    padding: 0 0.625rem;
  }
}

.p-divisionsPage__container {
  max-width: 62.5rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 4.8125rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-divisionsPage__container {
    margin-top: 1.875rem;
  }
}

.p-divisionsPage__imgBoxes {
  gap: 10px;
  margin: 55px 0 100px;
}
@media screen and (max-width: 767px) {
  .p-divisionsPage__imgBoxes {
    margin-top: 1.5625rem;
    margin-bottom: 3.125rem;
  }
}

.p-divisionsPage__imgBox {
  max-width: 30.625rem;
  width: calc(50% - 5px);
}
@media screen and (max-width: 767px) {
  .p-divisionsPage__imgBox {
    width: 100%;
    max-width: 100%;
  }
}

.p-drawer {
  position: fixed;
  z-index: 5000;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100svh;
  background-color: #0050d2;
  overflow: hidden;
  inset: 0;
}

.p-drawer__inner {
  padding: 4.5rem 3rem 4.5rem;
  display: block;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 767px) {
  .p-drawer__inner {
    padding: 4.5rem 2rem 4.5rem;
  }
}

.p-drawer__nav {
  color: #fff;
  margin-top: 100px;
  gap: 1.25rem;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-drawer__nav {
    margin-top: 20px;
  }
}
.p-drawer__nav .p-drawer__navItem:first-child {
  border-left: 5px solid #fff;
  padding-left: 0.625rem;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-drawer__nav .p-drawer__navItem:first-child {
    margin-top: 0rem;
    margin-bottom: 0.9375rem;
  }
}

.p-drawer__navItem {
  margin-top: 15px;
  padding-left: 16px;
  letter-spacing: 0.02em;
}

.p-drawer__navLink {
  position: relative;
  text-decoration: none;
}

@media (any-hover: hover) {
  .p-drawer__navLink:hover {
    opacity: 0.8;
    transition: 0.5s;
  }
}
.p-drawer__navLink::after {
  background-color: #fff;
  border-radius: 10rem;
  bottom: -0.5rem;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
  width: 100%;
}

.p-drawer__navLink:hover::after {
  transform: scaleX(1);
}

h1.p-environment__heading {
  margin-top: 4.375rem;
}
h1.p-environment__heading span {
  display: inline-block;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  h1.p-environment__heading {
    margin-top: 2.1875rem;
  }
}

h2.p-environment__heading {
  text-align: center;
  line-height: 1.2;
}
h2.p-environment__heading.--marginAuto {
  margin-right: auto;
  margin-left: auto;
}

.p-environment__description {
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2.15;
  margin-top: 4.8125rem;
  margin-top: 7.1875rem;
}
@media screen and (max-width: 767px) {
  .p-environment__description {
    margin-top: 2.5rem;
  }
}

.p-environment__workDataBlock {
  background: #e6f0f0;
  margin-top: 4.375rem;
}

.p-environment__workDataInner {
  padding: 4.375rem 0rem 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-environment__workDataInner {
    padding-top: 2.1875rem;
    padding-bottom: 3.125rem;
  }
}

.p-environment__workDataWrap {
  padding-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-environment__workDataWrap {
    padding-top: 2.1875rem;
  }
}

.p-environment__workDataItems {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .p-environment__workDataItems {
    gap: 0.625rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-environment__resortsBlock {
  padding-block: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-environment__resortsBlock {
    padding-block: 3.125rem;
  }
}

.p-environment__resortsContent {
  background: #e6f0f0;
  border-radius: 1.875rem;
  padding: 3.125rem;
  margin-top: 3.125rem;
}
.p-environment__resortsContent:nth-of-type(2) {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-environment__resortsContent {
    padding: 1.25rem;
    margin-top: 1.5625rem;
  }
  .p-environment__resortsContent:nth-of-type(2) {
    margin-top: 2rem;
  }
}

.p-environment__resortsImages {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .p-environment__resortsImages {
    gap: 1.25rem;
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-environment__resortsDownBlock {
  max-width: 50rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.p-environment__resortsName {
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.1333333333;
  text-align: center;
  padding-top: 3.125rem;
  padding-bottom: 1.875rem;
  border-bottom: 0.0625rem solid #000;
}
@media screen and (max-width: 767px) {
  .p-environment__resortsName {
    font-size: 1.5rem;
    padding-top: 1.875rem;
    padding-bottom: 0.9375rem;
    line-height: 1.5;
  }
}

.p-environment__resortsDescWrap {
  padding-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-environment__resortsDescWrap {
    padding-top: 0.9375rem;
  }
}

.p-environment__resortsHeading {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.4166666667;
  text-align: center;
  color: #0050d2;
}
@media screen and (max-width: 767px) {
  .p-environment__resortsHeading {
    font-size: 1.125rem;
  }
}

.p-environment__resortsText {
  letter-spacing: 0.04em;
  line-height: 1.875;
  padding-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-environment__resortsText {
    padding-top: 1.25rem;
  }
}

.p-environment__eventsBlock {
  padding-block: 6.25rem;
  padding-bottom: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-environment__eventsBlock {
    padding: 3.125rem 0 0;
  }
}

.p-environment__eventsInner h2.p-environment__heading {
  text-align: left;
}

.p-environment__eventsContent {
  background-color: #0050d2;
  padding: 3.125rem;
  width: 100vw;
  margin: 7.5rem calc(50% - 50vw) 0;
}
.p-environment__eventsContent:nth-of-type(2) {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-environment__eventsContent {
    padding: 1.5625rem 1.25rem;
    margin-top: 1.5625rem;
  }
  .p-environment__eventsContent:nth-of-type(2) {
    margin-top: 2rem;
  }
}

.p-environment__eventsImages {
  width: 100%;
}

.p-environment__eventsSwiperText,
.p-environment__eventsSwiperHeading {
  line-height: 1;
}

.p-environment__eventsSwiperHeading {
  max-width: 15.625rem;
  background-color: #fff;
  color: #0050d2;
  padding: 0.4375rem 0.9375rem;
  border-radius: 5px;
  font-weight: bold;
  font-size: 1.125rem;
  margin: 0.9375rem 0 0.625rem;
}

.p-environment__eventsSwiperText {
  font-size: 0.875rem;
  color: #fff;
}

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

.p-environment__eventsSwiperItem {
  max-width: 20rem;
  transition: max-width 0.3s ease;
  transform-origin: left bottom;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-environment__eventsSwiperItem {
    max-width: 100%;
  }
}

.p-environment__eventsSwiper {
  align-items: flex-end;
}

.p-environment__eventsBlock .p-environment__eventsImages {
  position: relative;
  height: 213px;
}
@media screen and (max-width: 767px) {
  .p-environment__eventsBlock .p-environment__eventsImages {
    height: 100%;
  }
}
.p-environment__eventsBlock .swiper-slide img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  aspect-ratio: inherit;
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
  transform-origin: left bottom;
}
@media screen and (max-width: 767px) {
  .p-environment__eventsBlock .swiper-slide img {
    position: relative;
    transform: none;
    left: 0;
  }
}
.p-environment__eventsBlock .swiper-slide-active {
  max-width: 31.875rem;
}
@media screen and (max-width: 767px) {
  .p-environment__eventsBlock .swiper-slide-active {
    max-width: 100%;
  }
}

.p-environment__channelBlock {
  background: #e6f0f0;
}

.p-environment__channelInner {
  padding: 6.5625rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-environment__channelInner {
    padding: 3.75rem 1.25rem;
  }
}

.p-environment__channelHeading {
  font-size: 1.75rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
  color: #fff;
  background-color: #e60014;
  border-radius: 100vh;
  max-width: 36.25rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0.625rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-environment__channelHeading {
    font-size: 1.125rem;
    letter-spacing: 0;
  }
}

.p-environment__channelSubHeading {
  text-align: center;
  margin-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-environment__channelSubHeading {
    line-height: 1.2;
    margin-top: 1.25rem;
  }
}

.p-environment__channelContent {
  margin-top: 5rem;
  gap: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-environment__channelContent {
    margin-top: 2.5rem;
  }
}

.p-environment__channelLeftBlock,
.p-environment__channelRightBlock {
  max-width: 32.8125rem;
  width: 100%;
}
.p-environment__channelLeftBlock iframe,
.p-environment__channelRightBlock iframe {
  max-width: 32.8125rem;
  width: 100%;
  height: 21.875rem;
}
@media screen and (max-width: 767px) {
  .p-environment__channelLeftBlock iframe,
  .p-environment__channelRightBlock iframe {
    height: 13.4375rem;
  }
}

.p-environment__channelTitle {
  margin-top: 0.625rem;
}

.p-environment__channelLinkWrap {
  margin-top: 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-environment__channelLinkWrap {
    margin-top: 2.8125rem;
  }
}

.p-environment__channelLink {
  gap: 5rem;
}
.p-environment__channelLink img {
  max-width: 31.25rem;
}
@media screen and (max-width: 767px) {
  .p-environment__channelLink {
    gap: 1.25rem;
  }
}

.p-error {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.p-error__title {
  font-size: 4rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-error__title {
    font-size: 2.625rem;
  }
}

.p-error__text {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-error__text {
    font-size: 1rem;
    margin-top: 0.625rem;
  }
}

.p-error__btnWrap {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-error__btnWrap {
    font-size: 1rem;
  }
}
.p-error__btnWrap a {
  color: #0050d2;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .p-error__btnWrap a:hover {
    opacity: 0.8;
    transition: 0.5s;
  }
}

.p-faq {
  padding-bottom: 5.625rem;
}

.p-faq__inner {
  max-width: 68.75rem;
}

.p-faq__heading {
  margin-top: 4.0625rem;
}

h2.p-faq__heading {
  margin-top: 5rem;
  padding: 0.46875rem 0.625rem;
  color: #0050d2;
  text-align: center;
  max-width: 515px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #0050d2;
  border-radius: 5px;
}
@media screen and (max-width: 1024px) {
  h2.p-faq__heading {
    max-width: 350px;
  }
}
@media screen and (max-width: 767px) {
  h2.p-faq__heading {
    margin-top: 3.125rem;
  }
}

.p-faq__wrap {
  margin-top: 4.375rem;
}

.p-faq__items {
  display: grid;
  gap: 3.125rem;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .p-faq__items {
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-faq__item {
  grid-row: span 2;
  display: grid;
  grid-template-rows: subgrid;
  gap: 1.25rem;
}

.p-faq__questionBlock {
  align-items: center;
  background: #0050d2;
  color: #fff;
  height: 2.5rem;
  padding: 0.625rem 0;
}
.p-faq__questionBlock img {
  max-width: 2.625rem;
  width: 100%;
}
.p-faq__questionBlock p {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 2;
  padding-left: 0.5rem;
}
@media screen and (max-width: 1024px) {
  .p-faq__questionBlock p {
    font-size: 1rem;
    line-height: 1.2;
  }
}

.p-fac__checkpoint {
  color: #008cff;
}

.p-faq__answerBlock {
  align-items: flex-start;
  gap: 0.625rem;
}
.p-faq__answerBlock img {
  max-width: 2.5rem;
  width: 100%;
}
.p-faq__answerBlock p {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 2;
}

.p-footer {
  color: #fff;
  position: relative;
  z-index: 1;
  background: #262626;
}
.p-pageTop .p-footer {
  margin-top: -8.125rem;
}

.p-footer__inner {
  max-width: 1080px;
  padding-block: 3.75rem;
  gap: 3.75rem;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-footer__inner {
    padding-block: 1.875rem;
    gap: 1.25rem;
  }
}

.p-footer__leftBlock {
  max-width: 25.625rem;
  width: 100%;
}

.p-footer__logoWrap img {
  max-width: 20.625rem;
  width: 100%;
  aspect-ratio: 330/45;
  -o-object-fit: contain;
  object-fit: contain;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-footer__logoWrap img {
    max-width: 15.125rem;
    aspect-ratio: 242/35;
    -o-object-fit: cover;
    object-fit: cover;
    height: auto;
  }
}

.p-footer__companyWrap {
  margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-footer__companyWrap {
    margin-top: 1.25rem;
  }
}

.p-footer__companyName {
  font-size: 1.0625rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 2.2941176471;
}

.p-footer__companyZip,
.p-footer__companyAddress,
.p-footer__companyTelWrap {
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.6;
}

.p-footer__companyTelWrap {
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-footer__companyTelWrap {
    gap: 0rem;
  }
}

.p-footer__rightBlock {
  width: 55%;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-footer__rightBlock {
    width: 100%;
  }
}

.p-footer__upperBlock {
  gap: 1.8125rem;
}
@media screen and (max-width: 767px) {
  .p-footer__upperBlock {
    display: none;
    gap: 1.25rem;
  }
}

.p-footer__nav .p-footer__navItem:first-child {
  font-size: 1.0625rem;
  letter-spacing: 0.02em;
  line-height: 2.3333333333;
}
.p-footer__navItem {
  font-size: 0.9375rem;
  letter-spacing: 0.02em;
  line-height: 2.3333333333;
}

.p-footer__navBlock .p-footer__nav:not(:first-child) {
  margin-top: 1.5625rem;
}

@media screen and (max-width: 767px) {
  .p-footer__downBlock {
    margin-top: 1.5625rem;
  }
}

.p-footer__privacyLink--sp {
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 0.3125rem;
  margin-top: 1.875rem;
}

@media (any-hover: hover) {
  .p-footer__privacyLink--sp:hover {
    opacity: 0.8;
    transition: 0.5s;
  }
}
.p-footer__copyright {
  padding: 1.5625rem 0;
  border-top: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .p-footer__copyright {
    padding: 0.9375rem 0;
  }
}

.p-footer__copyrightInner {
  justify-content: center;
}

.p-footer__copyrightText {
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-footer__copyrightText {
    text-align: center;
  }
}

.p-header {
  max-width: 1280px;
  width: 100%;
  height: 105px;
  padding: 0;
  left: 50%;
  transform: translateX(-50%);
  position: fixed;
  top: 0;
  z-index: 1000; /* FVや他要素より十分大きく */
  transition: 0.5s all;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .p-header {
    height: 3.75rem;
    width: 100%;
    left: 0;
    transform: none;
  }
}

.p-header__inner {
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    padding-block: 4px;
  }
}

.p-header__container {
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .p-header__container {
    justify-content: space-between;
    padding: 0 0.625rem;
  }
}

.p-header__leftBlock {
  padding: 0 1.3125rem 0 0.5rem;
  max-width: 335px;
  width: 100%;
}
.p-header__leftBlock img {
  max-width: 345px;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-header__leftBlock img {
    max-width: 265px;
  }
}
@media screen and (max-width: 1024px) {
  .p-header__leftBlock {
    max-width: 100%;
    padding: 0;
  }
}

.p-header__hamburger {
  position: relative;
  z-index: 9999;
  right: 20px;
  width: 48px;
  height: 35px;
  cursor: pointer;
  border-radius: 5px;
}
@media screen and (max-width: 1024px) {
  .p-header__hamburger {
    right: 0;
    width: 35px;
  }
}
.p-header__hamburger span {
  position: absolute;
  left: 0;
  display: inline-block;
  max-width: 28px;
  width: 100%;
  height: 3px;
  transition: top 0.3s, transform 0.3s, opacity 0.3s, background-color 0.3s;
  background-color: #fff;
  border-radius: 1.5px;
  margin-right: auto;
  margin-left: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-header__hamburger span:nth-child(1) {
  top: 10px;
}
.p-header__hamburger span:nth-child(2) {
  top: 20px;
}
.p-header__hamburger span:nth-child(3) {
  top: 30px;
}
.p-header__hamburger.is-active .js-hamburger__line {
  background: #fff;
}
.p-header__hamburger.is-active span {
  left: 15%;
}
.p-header__hamburger.is-active span:nth-child(1) {
  top: 10px;
  top: 18px;
  transform: rotate(-45deg);
}
.p-header__hamburger.is-active span:nth-child(2) {
  opacity: 0;
}
.p-header__hamburger.is-active span:nth-child(3) {
  top: 10px;
  top: 18px;
  transform: rotate(45deg);
}

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

.p-header__menuItems {
  height: 100%;
  margin-left: auto;
}

.p-header__menuItem {
  width: 20%;
  max-width: 11.8125rem;
  height: 100%;
  position: relative;
}
.p-header__menuItem:first-child {
  border-left: 1px solid #282828;
  border-right: 1px solid #282828;
}
.p-header__menuItem:not(:last-child) {
  border-right: 1px solid #282828;
  height: 100%;
}
.p-header__menuItem a {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.p-header__menuItem .p-header__dropdownMenu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 16.875rem;
  background-color: rgba(10, 130, 255, 0.8);
  list-style: none;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease;
  text-align: left;
}
.p-header__menuItem .p-header__dropdownMenu li {
  transition: 0.4s;
}
.p-header__menuItem .p-header__dropdownMenu li a {
  padding: 0.875rem 1.875rem;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 1.5;
}
.p-header__menuItem .p-header__dropdownMenu li:hover {
  background-color: #00beff;
}
.p-header__menuItem:hover .p-header__dropdownMenu {
  opacity: 1;
  visibility: visible;
}

.p-header__menu {
  width: 100%;
  height: 100%;
  text-align: center;
}

.p-header__menuLinkEng {
  font-size: 0.75rem;
  font-weight: bold;
  color: #0a82ff;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  margin-top: 0.4375rem;
}

.p-header__menuLink {
  font-size: 0.875rem;
}

.p-header--page {
  max-width: 100%;
  width: 100%;
}
.p-header--page .p-header__container {
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-header--page .p-header__container {
    justify-content: space-between;
    padding: 0 0.625rem;
  }
}
.p-header--page .p-header__menuBlock {
  max-width: 945px;
}
.p-header--page .p-header__menuItem {
  border-right: 1px solid #282828;
}

.p-companyHistory h2 {
  border-left: none;
  margin: 0;
  padding: 0;
}
.p-companyHistory .c-normalHeadingBlock__description {
  line-height: 1.4;
}
.p-companyHistory {
  padding-bottom: 6.25rem;
}
.p-companyHistory .c-linkBox {
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-companyHistory .c-linkBox {
    margin-top: 2.8125rem;
  }
}

.p-companyHistory__inner {
  max-width: 68.75rem;
}

.p-companyHistory__mvBackground {
  background-image: url("../img/companyHistory01.jpg");
}

h2.p-companyHistory__heading {
  font-size: 3.125rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.5;
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  h2.p-companyHistory__heading {
    font-size: 1.5625rem;
    margin-top: 2.1875rem;
  }
}

h3.p-companyHistory__heading {
  font-size: 2.1875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-top: 7.0625rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  h3.p-companyHistory__heading {
    font-size: 1.5rem;
    margin-top: 3.875rem;
  }
}

.p-companyHistory__description {
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2.15;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-companyHistory__description {
    margin-top: 1.25rem;
  }
}

.p-companyHistory__container {
  max-width: 62.5rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 4.8125rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-companyHistory__container {
    margin-top: 1.25rem;
  }
}

.p-companyHistory__contentBlock {
  margin-top: 3.75rem;
  display: flex;
  gap: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-companyHistory__contentBlock {
    margin-top: 1.875rem;
  }
}

.p-companyHistory__contentBlockItem {
  align-items: center;
}
.p-companyHistory__contentBlockItem.p-companyHistory__contentBlockItemRelic {
  align-items: flex-start;
}
.p-companyHistory__contentBlockItem.p-companyHistory__contentBlockItemRelic .p-companyHistory__circle span {
  margin: 0.5rem auto 0;
}
@media screen and (max-width: 1024px) {
  .p-companyHistory__contentBlockItem.p-companyHistory__contentBlockItemRelic .p-companyHistory__circle span {
    margin-top: 0.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-companyHistory__contentBlockItem.p-companyHistory__contentBlockItemRelic .p-companyHistory__circle span {
    margin-top: 0.3125rem;
    position: relative;
  }
}
.p-companyHistory__contentBlockItem.p-companyHistory__contentBlockItemRelic .p-companyHistory__contentText {
  margin-top: -2px;
}
@media screen and (max-width: 767px) {
  .p-companyHistory__contentBlockItem {
    align-items: flex-start;
    flex-wrap: wrap;
  }
}

.p-companyHistory__contentList {
  width: 43.75rem;
  position: relative;
}
.p-companyHistory__contentList::before {
  content: "";
  position: absolute;
  top: 0.8%;
  left: 23.92%;
  transform: translateX(-70%);
  height: 98.9%;
  width: 1px;
  border-left: 1px solid #0a82ff;
}
@media screen and (max-width: 1024px) {
  .p-companyHistory__contentList::before {
    transform: translateX(-50%);
    left: 7.8375rem;
    top: 0.3%;
  }
}
@media screen and (max-width: 767px) {
  .p-companyHistory__contentList::before {
    left: 6.75rem;
    top: 0.5%;
    height: 95%;
    transform: translateX(-50%);
    min-height: 4916px;
    z-index: -1;
  }
}
@media screen and (max-width: 1024px) {
  .p-companyHistory__contentList {
    width: 100%;
  }
}

.p-companyHistory__contentBlockList {
  width: 100%;
}

.p-companyHistory__contentListItem {
  width: 100%;
  display: flex;
}
.p-companyHistory__contentListItem .p-companyHistory__contentBlockItem {
  margin-top: 0.9375rem;
}
@media screen and (max-width: 1024px) {
  .p-companyHistory__contentListItem .p-companyHistory__contentBlockItem {
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
.p-companyHistory__contentListItem .p-companyHistory__imageBlockItem {
  display: none;
}
@media screen and (max-width: 1024px) {
  .p-companyHistory__contentListItem .p-companyHistory__imageBlockItem {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-companyHistory__contentListItem {
    gap: 10px;
  }
}

.p-companyHistory__year {
  width: 3.875rem;
  margin-top: 0.9375rem;
  font-weight: 700;
}
.p-companyHistory__year.p-companyHistory__year--first {
  margin-top: 1.125rem;
}
@media screen and (max-width: 1024px) {
  .p-companyHistory__year.p-companyHistory__year--first {
    margin-top: 0.9375rem;
  }
}
@media screen and (max-width: 1024px) {
  .p-companyHistory__year {
    font-size: 0.875rem;
    width: 100%;
    max-width: 3.125rem;
    min-width: 2.8125rem;
  }
}

.p-companyHistory__month {
  font-weight: bold;
  max-width: 4.375rem;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  text-wrap: nowrap;
}
@media screen and (max-width: 1024px) {
  .p-companyHistory__month {
    max-width: 2.1875rem;
    font-size: 0.875rem;
  }
}

.p-companyHistory__contentText {
  max-width: 30.625rem;
  line-height: 28px;
}
@media screen and (max-width: 1024px) {
  .p-companyHistory__contentText {
    font-size: 0.875rem;
    max-width: 50.6666666667vw;
    min-width: 11.875rem;
    line-height: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-companyHistory__contentText {
    line-height: 20px;
  }
}

.p-companyHistory__circle {
  width: 5rem;
  height: 100%;
}
.p-companyHistory__circle span {
  display: block;
  background-color: #0a82ff;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .p-companyHistory__circle span {
    margin-top: 0.1875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-companyHistory__circle {
    max-width: 1.5625rem;
  }
}

@media screen and (max-width: 1024px) {
  .p-companyHistory__circle.p-item-circle {
    position: relative;
  }
  .p-companyHistory__circle.p-item-circle::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 64rem;
    background-color: #000;
  }
}
@media screen and (max-width: 1024px) and (max-width: 767px) {
  .p-companyHistory__circle.p-item-circle::before {
    height: clamp(18.75rem, 4.161rem + 62.24vw, 34rem);
  }
}
.p-companyHistory__imageBlock {
  max-width: 15.625rem;
  width: 100%;
  margin-top: 1.75rem;
  position: relative;
}
.p-companyHistory__imageBlock figcaption {
  font-size: 0.875rem;
}
@media screen and (max-width: 1024px) {
  .p-companyHistory__imageBlock {
    display: none;
  }
}

.p-companyHistory__imageBlockItem {
  position: absolute;
}
.p-companyHistory__imageBlockItem:nth-child(1) {
  top: 4.9%;
}
.p-companyHistory__imageBlockItem:nth-child(2) {
  top: 10%;
}
.p-companyHistory__imageBlockItem:nth-child(3) {
  top: 16%;
}
.p-companyHistory__imageBlockItem:nth-child(4) {
  top: 28.3%;
}
.p-companyHistory__imageBlockItem:nth-child(5) {
  top: 48.2%;
}
.p-companyHistory__imageBlockItem:nth-child(6) {
  top: 62.2%;
}
.p-companyHistory__imageBlockItem:nth-child(7) {
  bottom: 0;
}
@media screen and (max-width: 1024px) {
  .p-companyHistory__imageBlockItem {
    display: block;
    top: 0 !important;
    bottom: 0;
    position: relative;
    width: 50.6666666667vw;
    margin-top: 1rem;
    margin-left: 7.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-companyHistory__imageBlockItem {
    top: 0 !important;
    bottom: 0;
    position: relative;
    width: 50.6666666667vw;
    margin-top: 1rem;
    margin-left: 3.75rem;
  }
  .p-companyHistory__imageBlockItem:nth-child(4) {
    top: 0;
  }
  .p-companyHistory__imageBlockItem figcaption {
    font-size: 0.75rem;
  }
}

.p-hoge {
  font-size: 6.25rem;
  color: blue;
}

.p-hoge2 {
  font-size: 1.875rem;
  color: pink;
}

.p-interview {
  background: #e6f0f0;
  padding: 1.25rem 0rem 6.25rem;
}

.p-interview__inner {
  max-width: 68.75rem;
}

.p-interview__heading {
  margin-top: 4.0625rem;
}
@media screen and (max-width: 767px) {
  .p-interview__heading {
    margin-top: 1.875rem;
  }
}

.p-interview__description {
  margin-top: 4.375rem;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-interview__description {
    margin-top: 2.1875rem;
  }
}

.p-interview__container {
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-interview__container {
    margin-top: 3.125rem;
  }
}

.p-interview__contentBlock {
  background-color: #fff;
  border-radius: 1.875rem;
  padding: 4.6875rem 1.5625rem;
}
.p-interview__contentBlock:not(:first-child) {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-interview__contentBlock {
    padding: 1.875rem 0.9375rem;
  }
}

.p-interview__upperBlock {
  gap: 2.5rem;
  justify-content: center;
  align-items: center;
  max-width: 53.125rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  height: 20rem;
}
@media screen and (max-width: 767px) {
  .p-interview__upperBlock {
    gap: 1.25rem;
    height: auto;
  }
}

.p-interview__leftBlock {
  max-width: 29.6875rem;
  width: 100%;
}
.p-interview__leftBlock img {
  height: auto;
  object-fit: unset;
  aspect-ratio: 475/320;
}
@media screen and (max-width: 767px) {
  .p-interview__leftBlock {
    max-width: 100%;
  }
}

.p-interview__rightBlock {
  max-width: 20.9375rem;
  width: 100%;
  margin-top: -2.5rem;
}
@media screen and (max-width: 767px) {
  .p-interview__rightBlock {
    margin-top: 0rem;
  }
}

.p-interview__num {
  font-size: 2.8125rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #0050d2;
}
@media screen and (max-width: 767px) {
  .p-interview__num {
    font-size: 2rem;
    line-height: 1.5;
  }
}

.p-interview__officeName {
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.3636363636;
  color: #0050d2;
}

.p-interview__name {
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-interview__name {
    font-size: 1.75rem;
  }
}
.p-interview__name span {
  font-size: 1rem;
  font-weight: 500;
}

.p-interview__detailBtn {
  margin-left: auto;
  display: block;
  position: relative;
  top: 4.4rem;
}
.p-interview__detailBtn.--tp3dot5 {
  top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-interview__detailBtn {
    position: sticky;
    margin-top: 0.625rem;
    margin-left: 0;
  }
}

.p-interview__panel {
  display: block;
  overflow: hidden;
  max-height: 0; /* 初期：閉 */
  transition: max-height 0.36s ease;
  will-change: max-height;
  max-width: 53.125rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  /* JSで .is-open を付与する想定（高さはJSで設定） */
}
.p-interview__read {
  font-size: 2.1875rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.5;
  margin-top: 3.75rem;
  padding-top: 3.125rem;
  border-top: 1px solid #0050d2;
}
@media screen and (max-width: 767px) {
  .p-interview__read {
    font-size: 1.75rem;
    margin-top: 2.5rem;
    padding-top: 1.875rem;
  }
}

.p-interview__headline {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-interview__headline {
    margin-top: 1.875rem;
  }
}

.p-interview__text {
  margin-top: 2.25rem;
  font-size: 1.125rem;
  letter-spacing: 0em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-interview__text {
    font-size: 1rem;
    margin-top: 1.5rem;
  }
}

.p-interview__scheduleDetailBtn {
  max-width: 22.5rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 6.25rem;
}
.p-interview__scheduleDetailBtn .p-interview__link {
  padding: 18px 10px;
}
@media screen and (max-width: 767px) {
  .p-interview__scheduleDetailBtn {
    margin-top: 3.125rem;
  }
}

.p-companyManagement h2 {
  border-left: none;
  margin: 0;
  padding: 0;
}
.p-companyManagement .c-normalHeadingBlock__description {
  line-height: 1.4;
}
.p-companyManagement {
  padding-bottom: 6.25rem;
}
.p-companyManagement .c-linkBoxBlock {
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-companyManagement .c-linkBoxBlock {
    margin-top: 2.8125rem;
  }
}

.p-companyManagement__inner {
  max-width: 68.75rem;
}

.p-companyManagement__mvBackground {
  background-image: url("../img/management-bg.jpg");
}

h2.p-companyManagement__heading {
  font-size: 3.125rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.5;
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  h2.p-companyManagement__heading {
    font-size: 1.5625rem;
    margin-top: 2.1875rem;
  }
}

h3.p-companyManagement__heading {
  font-size: 2.1875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-top: 7.0625rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  h3.p-companyManagement__heading {
    font-size: 1.5rem;
    margin-top: 3.875rem;
  }
}

.p-companyManagement__description {
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2.15;
  max-width: 29.0625rem;
  margin-top: 3.4375rem;
  text-box-trim: trim-both;
}
.p-companyManagement__description:first-child {
  padding-right: 1.875rem;
  margin-right: 1.875rem;
  border-right: 1px solid #cccccc;
  box-sizing: content-box;
}
@media screen and (max-width: 1024px) {
  .p-companyManagement__description {
    font-size: 1rem;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-companyManagement__description {
    margin-top: 1.5625rem;
  }
  .p-companyManagement__description:first-child {
    padding-right: 0;
    margin-right: 0;
    padding-bottom: 1.25rem;
    border-right: none;
    border-bottom: 1px solid #cccccc;
  }
}

.p-companyManagement__container {
  max-width: 62.5rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 4.8125rem;
}
@media screen and (max-width: 767px) {
  .p-companyManagement__container {
    margin-top: 1.25rem;
  }
}

.p-companyManagement__contentBlock {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-companyManagement__contentBlock {
    margin-top: 1.875rem;
  }
}

.p-companyManagement__contentList {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}

.p-companyManagement__contentListItem {
  width: 100%;
  max-width: 20rem;
}
.p-companyManagement__contentListItem:nth-child(n+4) {
  max-width: 30.625rem;
}
.p-companyManagement__contentListItem:nth-child(4) {
  grid-column: 2/span 1;
}
.p-companyManagement__contentListItem:nth-child(5) {
  grid-column: 3/span 1;
}
@media screen and (max-width: 1024px) {
  .p-companyManagement__contentListItem {
    width: 100%;
    max-width: 100%;
  }
  .p-companyManagement__contentListItem:nth-child(n+4) {
    width: 100%;
    max-width: 100%;
  }
}

.p-companyManagement__blockText {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 1.5625rem;
  text-align: center;
}

.p-media {
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-media {
    flex-direction: column-reverse;
  }
}

.foo {
  font-size: 6.25rem;
}

.p-media__head {
  font-size: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-media__head {
    font-size: 6.25rem;
  }
}

.p-media__txt {
  font-size: 1.25rem;
}
@media screen and (max-width: 1024px) {
  .p-media__txt {
    color: pink;
  }
}
@media screen and (max-width: 767px) {
  .p-media__txt {
    font-size: 2.5rem;
    color: red;
  }
}

.p-media__img {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .p-media__img {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

.p-media__body {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-media__body {
    width: 100%;
    margin-top: 1.875rem;
  }
}

.p-memory {
  overflow: hidden;
  background-color: #e6f0f0;
  padding-top: 1.25rem;
}
.p-memory h2 {
  border-left: none;
  margin: 0;
  padding: 0;
}
.p-memory p {
  letter-spacing: 0.05em;
}

.p-memory__inner {
  max-width: 68.75rem;
}

h1.p-memory__heading {
  margin-top: 4.375rem;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  h1.p-memory__heading {
    margin-top: 2.1875rem;
  }
}

h3.p-memory__heading {
  text-align: left;
  position: relative;
  z-index: 10;
  margin-bottom: 2.5rem;
  font-weight: bold;
  font-size: 2.1875rem;
}
@media screen and (max-width: 767px) {
  h3.p-memory__heading {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
}

.p-memory__description {
  font-size: 1.25rem;
  line-height: 43px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-memory__description {
    margin-top: 1.875rem;
    font-size: 1rem;
  }
}

.p-memory__cardBlock {
  margin-top: 8.125rem;
  padding-bottom: 3.125rem;
}
.p-memory__cardBlock:not(:first-child) {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-memory__cardBlock:not(:first-child) {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-memory__cardBlock {
    margin-top: 5rem;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.p-memory__cardImageBlock {
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
  position: relative;
}

h2.p-memory__cardImageBlockHeading {
  font-size: 1.375rem;
  line-height: 1;
  padding: 1.25rem 0;
  text-align: center;
  background-color: #0050d2;
  color: #fff;
  border-radius: 5px;
  max-width: 37.5rem;
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  h2.p-memory__cardImageBlockHeading {
    padding: 0.625rem 0;
    font-size: 1rem;
    width: 70%;
  }
}

.p-memory__sectionInner {
  margin-top: -4.125rem;
  position: relative;
  max-width: 68.75rem;
  background-color: #fff;
  border-radius: 35px;
  padding: 4.125rem 6.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-memory__sectionInner {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    margin-top: -25px;
    width: 95%;
  }
}

.p-memory__cardDescription {
  line-height: 35px;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-memory__cardDescription {
    font-size: 1rem;
    line-height: 1.6;
  }
}

.p-memory__cardItems {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-memory__cardItems {
    gap: 2.5rem;
  }
}
.p-memory__cardItems::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1rem;
  z-index: 0;
  height: 88%;
  width: 2px;
  border-left: 2px solid #a5a4a4;
}
@media screen and (max-width: 767px) {
  .p-memory__cardItems::before {
    left: 0.5625rem;
    top: 0;
    transform: translateY(0);
    height: 84%;
  }
}

.p-memory__cardItem {
  display: flex;
  align-items: center;
  gap: 4.6875rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-memory__cardItem {
    gap: 1.25rem;
    align-items: flex-start;
  }
}
.p-memory__cardItem p {
  font-size: 1.125rem;
  line-height: 28px;
}
.p-memory__cardItem h3 {
  font-size: 2.5rem;
  line-height: 1;
  margin: 1.4375rem 0 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-memory__cardItem h3 {
    margin: 0.9375rem 0 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .p-memory__cardItemText {
    width: 80%;
  }
}

.p-memory__cardItemImageBlock {
  max-width: 35.4375rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-memory__cardItemImageBlock {
    margin-top: 0;
  }
}

.p-memory__cardItemImageBlock--bottom {
  max-width: 35.4375rem;
  transform: translateY(20%);
}

.p-memory__cardItemImageBlock--663 {
  max-width: 41.4375rem;
  margin-top: 4.0625rem;
}

.p-memory__cardItemImageBlock--384 {
  max-width: 24rem;
  margin-top: 5.0625rem;
}

.p-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 100;
  display: none;
}

.p-modal__block {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 27.5rem;
  background-color: #feaebb;
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-modal__block {
    width: 80%;
  }
}

.p-modal__wrap {
  position: relative;
  padding: 3.75rem 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-modal__wrap {
    padding: 2.5rem 0 1.875rem;
  }
}

.p-news {
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-news {
    padding-bottom: 3.125rem;
  }
}

.p-news__mvBackground {
  background-image: url(../img/news-bg.jpg);
}

h2.p-news__heading {
  margin-top: 4.375rem;
  line-height: 1.5;
}

h3.p-news__heading {
  margin-top: 6.25rem;
  padding: 0.46875rem 0.625rem;
  color: #0050d2;
  text-align: center;
  max-width: 515px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #0050d2;
  border-radius: 5px;
}
@media screen and (max-width: 1024px) {
  h3.p-news__heading {
    max-width: 350px;
  }
}
@media screen and (max-width: 767px) {
  h3.p-news__heading {
    margin-top: 3.125rem;
  }
}

.p-news__inner {
  max-width: 68.75rem;
}

.p-news__container {
  gap: 2.8125rem;
  margin-top: 4.0625rem;
}
@media screen and (max-width: 767px) {
  .p-news__container {
    gap: 1.25rem;
    margin-top: 1.25rem;
  }
}

.p-news__wrap {
  max-width: 55rem;
  width: 100%;
}

.p-news__sidebar {
  max-width: 10.9375rem;
  width: 100%;
  background-color: #333333;
  min-height: 37.5rem;
}
@media screen and (max-width: 767px) {
  .p-news__sidebar {
    max-width: 100%;
    min-height: 0;
  }
}

.p-news__sidebarHeading {
  font-size: 1rem;
  line-height: 1;
  padding: 1.0625rem 0.6875rem;
  font-weight: normal;
  border-bottom: 1px solid #4c4c4c;
}

.p-news__sidebarList {
  max-width: 6.875rem;
  padding: 1.5625rem 0rem 1.5625rem 1.25rem;
  box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .p-news__sidebarList {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 0.625rem;
    padding: 0.9375rem 0.625rem;
  }
}

.p-news__sidebarItem {
  font-size: 1rem;
}
.p-news__sidebarItem:not(:first-child) {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-news__sidebarItem:not(:first-child) {
    margin-top: 0;
  }
}
.p-news__sidebarItem a {
  display: block;
  padding: 3px 0;
  width: 100%;
  text-align: center;
  border-radius: 50px;
  background-color: #969696;
}
@media screen and (max-width: 767px) {
  .p-news__sidebarItem a {
    padding: 0.1875rem 0.5rem;
    font-size: 0.875rem;
  }
}
.p-news__sidebarItem.p-news__sidebarItem--active a {
  background-color: #0a82ff;
}

.p-news__item {
  border-top: 1px solid #cacaca;
  padding: 0.9375rem 1.25rem;
}
.p-news__item:last-child {
  border-bottom: 1px solid #cacaca;
}
.p-news__item:nth-child(odd) {
  background-color: #333333;
}
@media screen and (max-width: 767px) {
  .p-news__item {
    padding: 0.625rem;
  }
}

.p-news__itemPostWrap {
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-news__itemPostWrap {
    gap: 0.625rem;
    flex-wrap: wrap;
    align-items: center;
  }
}

.p-news__itemPostDate {
  max-width: 9.375rem;
  width: 100%;
  text-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  .p-news__itemPostDate {
    font-size: 1rem;
    width: 100%;
  }
}

.p-news__tag {
  max-width: 6.875rem;
  width: 100%;
  background-color: #0a82ff;
  border-radius: 50px;
  padding: 3px 0;
  text-align: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 0.875rem;
}

.p-news__itemRightBlock {
  align-items: center;
  justify-content: space-between;
  gap: 5.625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-news__itemRightBlock {
    gap: 2.8125rem;
  }
}
.p-news__itemRightBlock img {
  max-width: 1.125rem;
  width: 100%;
  height: 1.125rem;
}

.p-news__itemPostTitle {
  font-size: 1rem;
  font-weight: normal;
}

/*
 * このセクションの共通的なスタイル
*/
.p-pageTop__mainSection section {
  overflow: hidden;
}
.p-pageTop__mainSection section:not(.p-pageTop__mv) {
  padding: 5.75rem 0;
}
@media screen and (max-width: 767px) {
  .p-pageTop__mainSection section:not(.p-pageTop__mv) {
    padding: 2.5rem 0;
  }
}

.p-pageTop__mainSection h2 {
  font-size: 4.0625rem;
  color: #0050d2;
  letter-spacing: 0.15em;
  text-align: center;
  font-family: "Anton", sans-serif !important;
}
@media screen and (max-width: 767px) {
  .p-pageTop__mainSection h2 {
    font-size: 1.875rem;
    line-height: 1.7;
  }
}

.p-pageTop__description {
  font-size: 1rem;
  letter-spacing: 0.08em;
  margin-top: 2.8125rem;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-pageTop__description {
    font-size: 0.875rem;
    font-weight: bold;
  }
}

@media screen and (max-width: 767px) {
  .p-pageTop__description:not(.p-pageTop__mv .p-pageTop__description) {
    margin-top: 5px;
  }
}

/*
 * ここまで
*/
.p-pageTop__mainSection {
  position: relative;
}

.main-section {
  padding-bottom: 50svh;
}
@media screen and (max-width: 767px) {
  .main-section {
    padding: 0 1.25rem;
  }
}

/* スクロールテキスト END */
.p-pageTop__descBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 100%;
  text-align: center;
  max-width: 1080px;
}
@media screen and (max-width: 767px) {
  .p-pageTop__descBox {
    width: 95%;
  }
}
.p-pageTop__descBox .p-pageTop__descBoxText {
  font-size: 4.375rem;
  line-height: 83px;
  padding-bottom: 4.0625rem;
  border-top: none;
  font-family: "Anton", sans-serif !important;
}
@media screen and (max-width: 767px) {
  .p-pageTop__descBox .p-pageTop__descBoxText {
    font-size: 1.5625rem;
    line-height: 30px;
    letter-spacing: 0.07em;
    padding-bottom: 0.9375rem;
  }
}
.p-pageTop__descBox p {
  border-top: 1px solid #fff;
  font-size: 1.625rem;
  padding-top: 75px;
  letter-spacing: 0.126em;
}
@media screen and (max-width: 767px) {
  .p-pageTop__descBox p {
    font-size: 0.875rem;
    font-weight: bold;
    padding-top: 45px;
  }
}
.p-pageTop__descBox .p-pageTop__description {
  margin-top: 0;
  padding-top: 4.625rem;
}

/* MV START */
.p-pageTop__mv {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-pageTop__mv .p-pageTop__description {
    padding-top: 0.9375rem;
  }
}

.p-pageTop__inner {
  height: 100svh;
  width: 100vw;
  position: relative;
  --before-opacity: 0;
}
.p-pageTop__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/top-mv.png");
  background-size: cover;
  background-position: center;
  opacity: var(--before-opacity, 0);
  z-index: -1;
}

.p-pageTop__videoBox {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 0;
  overflow: hidden;
}
.p-pageTop__videoBox video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.p-pageTop__about {
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-pageTop__about {
    background-size: 100%;
  }
}

/* MV END */
/* 各セクションの共通スタイル START */
/* 各セクションの共通スタイル END */
/* Aboutセクションのスタイル START */
.p-pageTop__about {
  height: 100%;
  background-image: url("../img/top01.png");
}
.p-pageTop__about p {
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-pageTop__about p {
    line-height: 1.7;
    font-size: 0.875rem;
  }
}

.p-pageTop__aboutList {
  margin-top: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .p-pageTop__aboutList {
    gap: 30px;
    margin-top: 1.25rem;
  }
}

.p-pageTop__aboutListItem {
  max-width: 312px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-pageTop__aboutListItem {
    max-width: 100%;
  }
}

.p-pageTop__aboutListItemLink {
  position: relative;
  z-index: 0;
}

.p-pageTop__aboutListItemLinkContent {
  text-align: center;
  padding: 1.5625rem 0;
  width: 100%;
  background-color: #0a82ff;
  display: block;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-pageTop__aboutListItemLinkContent {
    padding: 0.9375rem 0;
  }
}

.p-pageTop__aboutListItemLinkText {
  font-size: 1.5rem;
  letter-spacing: 0.126em;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-pageTop__aboutListItemLinkText {
    font-size: 1.125rem;
  }
}

.p-pageTop__aboutListItemLinkText--en {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-pageTop__aboutListItemLinkText--en {
    font-size: 0.625rem;
  }
}

.p-pageTop__aboutListItem--drawer {
  position: absolute;
  top: 6.6875rem;
  overflow: hidden;
  max-height: 0;
  background-color: rgba(10, 130, 255, 0.8);
  transition: max-height 0.35s ease;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-pageTop__aboutListItem--drawer {
    top: 71px;
  }
}

.p-pageTop__aboutListItem--drawerItem {
  width: 100%;
}
.p-pageTop__aboutListItem--drawerItem a {
  padding-bottom: 1.5625rem;
  line-height: 1;
  text-align: center;
  display: block;
  font-weight: 500;
  font-size: 1rem;
}
.p-pageTop__aboutListItem--drawerItem a:hover {
  color: #f0f028;
}
@media screen and (max-width: 767px) {
  .p-pageTop__aboutListItem--drawerItem a {
    padding-bottom: 0.9375rem;
    font-size: 0.875rem;
  }
}
.p-pageTop__aboutListItem--drawerItem:first-child {
  padding-top: 2px;
}

@media (min-width: 768px) {
  .p-pageTop__aboutListItem:hover .p-pageTop__aboutListItemLink + .p-pageTop__aboutListItem--drawer {
    max-height: 500px;
  }
}
.p-pageTop__info {
  background-image: url("../img/top05.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.p-pageTop__infoList {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-pageTop__infoList {
    margin-top: 1.875rem;
  }
}

.p-pageTop__infoListItem {
  line-height: 1;
}
.p-pageTop__infoListItem:not(:first-child) {
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-pageTop__infoListItem:not(:first-child) {
    margin-top: 1.25rem;
  }
}

.p-pageTop__infoListItemLink {
  flex-wrap: wrap;
  font-size: 1rem;
  font-weight: 500;
  gap: 83px;
  letter-spacing: 0.02em;
}
.p-pageTop__infoListItemLink h3 {
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-pageTop__infoListItemLink h3 {
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-pageTop__infoListItemLink {
    gap: 10px;
  }
}

.p-pageTop__infoListItem--info {
  max-width: 290px;
  width: 100%;
  gap: 24px;
}

.p-pageTop__infoListItem--infoTag {
  font-size: 1.125rem;
  font-weight: 500;
  background-color: #0a82ff;
  border-radius: 15px;
  max-width: 135px;
  display: block;
  width: 100%;
  padding: 4px 0 4px 11px;
}
.p-pageTop__infoListItem--infoTag.none-tag {
  background-color: transparent;
}

.p-pageTop__infoMoreLink {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  max-width: 260px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  border: 1px solid #fff;
  margin-top: 4.5rem;
  padding: 0.9375rem 0;
}
@media screen and (max-width: 767px) {
  .p-pageTop__infoMoreLink {
    max-width: 100%;
    margin-top: 2.1875rem;
  }
}

.p-pageTop__infoMoreLinkIcon {
  position: relative;
  display: inline-block;
  width: 4.4px;
  height: 4.7px;
}

.p-pageTop__infoMoreLinkIcon::before,
.p-pageTop__infoMoreLinkIcon::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 8px;
  height: 2px;
  border-radius: 9999px;
  background-color: #fff;
  transform-origin: calc(100% - 0.5px) 50%;
}

.p-pageTop__infoMoreLinkIcon::before {
  transform: rotate(45deg);
}

.p-pageTop__infoMoreLinkIcon::after {
  transform: rotate(-45deg);
}

.p-pageTop__contact .p-pageTop__contactBlock p.p-pageTop__description {
  margin-top: 0rem;
  font-weight: 500;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-pageTop__contact .p-pageTop__contactBlock p.p-pageTop__description {
    margin-top: 0;
  }
}

.p-pageTop__contactBlock {
  background-color: #0a82ff;
  max-width: 860px;
  margin: 0 auto;
  color: #fff;
  padding: 1.875rem 1.25rem 1.5625rem;
}
.p-pageTop__contactBlock h2 {
  color: #fff;
  font-size: 2.25rem;
  letter-spacing: 0.15em;
  text-align: center;
}
.p-pageTop__contactBlock p {
  color: #fff;
}
.p-pageTop__contactBlock p.p-pageTop__description {
  margin-top: 0rem;
  font-weight: 500;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-pageTop__contactBlock p.p-pageTop__description {
    margin-top: 0;
  }
}
.p-pageTop__contactBlock ul {
  margin-top: 1.875rem;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-pageTop__contactBlock ul {
    margin-top: 1.875rem;
    gap: 1.25rem;
  }
}

.p-pageTop__contactListItem {
  text-align: center;
  max-width: 390px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-pageTop__contactListItem {
    max-width: 100%;
  }
}

.p-pageTop__contactListItemHeading {
  font-size: 1.375rem;
  font-weight: 500;
  border: 1px solid #fff;
  padding: 0.3125rem 0;
}

.p-pageTop__contactListItemContentText {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 3.5625rem;
}
@media screen and (max-width: 767px) {
  .p-pageTop__contactListItemContentText {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-pageTop__contactListItemContentSubText {
    font-size: 0.75rem;
  }
}

.p-pageTop__contactLink {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #fff;
  margin-top: 1.875rem;
  padding: 1.25rem 0;
  gap: 12px;
}

.p-pageTop__contactLinkIcon {
  width: 50px;
  height: 32px;
}

p.p-pageTop__contactLinkText {
  color: #0a82ff;
  font-size: 1.6875rem;
  line-height: 1;
}

.p-pageTop__contactBlockBg {
  background-image: url("../img/top06.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 312px;
  transform: translateY(-60%);
  z-index: -1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-pageTop__contactBlockBg {
    transform: translateY(0%);
    width: 100vw;
    margin-top: -105px;
    height: 11.25rem;
    margin: 0 calc(50% - 50vw);
  }
}

.p-recruit-detail {
  padding-bottom: 6.25rem;
}

.p-recruit-detail__heading {
  margin-top: 3.4375rem;
}

.p-recruit-detail__container {
  margin-top: 5.3125rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-detail__container {
    margin-top: 3.75rem;
  }
}

.p-recruit-detail__btnBlock {
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-detail__btnBlock {
    gap: 1.25rem;
  }
}

.p-recruit-detail__btnLink {
  width: 100%;
  align-items: baseline;
  gap: 2.5rem;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1;
  color: #fff;
  padding: 3.59375rem 1.25rem;
  border-radius: 1.25rem;
}
.p-recruit-detail__btnLink img {
  max-width: 1.25rem;
  width: 100%;
  height: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-detail__btnLink {
    font-size: 1.5rem;
    padding: 2.8125rem 1.25rem;
    gap: 0.625rem;
  }
}

.p-recruit-detail__contentBlock {
  margin-top: 9.0625rem;
  padding: 4.375rem;
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-detail__contentBlock {
    margin-top: 5rem;
    padding: 2.5rem 1.25rem;
  }
}

.p-recruit-detail__titleBlock {
  max-width: 33.125rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.p-recruit-detail__titleBlock:not(:first-child) {
  margin-top: 5rem;
}
.p-recruit-detail__titleBlock img {
  max-width: 5.6875rem;
  width: 100%;
  height: 3.75rem;
  margin-right: auto;
  margin-left: auto;
}

.p-recruit-detail__title {
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1;
  color: #fff;
  text-align: center;
  margin-top: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-detail__title {
    font-size: 1.5rem;
  }
}

.p-recruit-detail__subTitle {
  font-size: 0.9375rem;
  font-family: "Anton", sans-serif !important;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1;
  color: #fff;
  text-align: center;
  margin-top: 1.5625rem;
}

.p-recruit-detail__tableBlock {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-detail__tableBlock {
    margin-top: 1.875rem;
  }
}

.p-recruit-detail__flowBlock {
  margin-top: 2.8125rem;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-detail__flowBlock {
    gap: 1.25rem;
  }
}

.p-recruit-detail__flowLeftBlock {
  max-width: 23.75rem;
  width: 100%;
}

.p-recruit-detail__flowStepItems {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 10;
  /* JS から上書きする用のデフォルト値 */
  --line-top: 0px;
  --line-height: 0px;
}
@media screen and (max-width: 767px) {
  .p-recruit-detail__flowStepItems {
    align-items: center;
  }
}
.p-recruit-detail__flowStepItems::before {
  content: "";
  position: absolute;
  left: 1.55rem;
  transform: translateX(-50%);
  width: 2px;
  background-color: #fff;
  top: var(--line-top);
  height: var(--line-height);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-recruit-detail__flowStepItems::before {
    left: 3.5rem;
  }
}
@media screen and (max-width: 460px) {
  .p-recruit-detail__flowStepItems::before {
    left: clamp(1.625rem, -6.647rem + 35.29vw - 5px, 3.5rem);
  }
}
@media screen and (max-width: 425px) {
  .p-recruit-detail__flowStepItems::before {
    left: clamp(1.625rem, -6.647rem + 35.29vw - 7px, 3.5rem);
  }
}

.p-recruit-detail__flowStepItem {
  gap: 1.25rem;
  margin-top: 1.875rem;
  align-items: center;
}
.p-recruit-detail__flowStepItem:not(:first-child) {
  margin-top: 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-detail__flowStepItem:not(:first-child) {
    margin-top: 3.625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-detail__flowStepItem {
    max-width: 20rem;
    width: 100%;
  }
}

.p-recruit-detail__flowStepNum {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.15;
  color: #0050d2;
  width: 3.125rem;
  height: 3.125rem;
  background: #fff;
  border-radius: 100vh;
}

@media screen and (max-width: 767px) {
  .p-recruit-detail__flowStepItem:first-child {
    margin-top: -7.5rem;
  }
  .p-recruit-detail__flowStepItem:first-child .p-recruit-detail__flowStepContent {
    padding-top: 7.5rem;
  }
  .p-recruit-detail__flowStepItem:nth-of-type(4),
  .p-recruit-detail__flowStepItem:nth-of-type(5) {
    margin-top: 0rem;
  }
  .p-recruit-detail__flowStepItem:nth-of-type(4) .p-recruit-detail__flowStepContent,
  .p-recruit-detail__flowStepItem:nth-of-type(5) .p-recruit-detail__flowStepContent {
    padding-top: 3rem;
  }
  .p-recruit-detail__flowStepItem:nth-of-type(4) .p-recruit-detail__flowStepNum,
  .p-recruit-detail__flowStepItem:nth-of-type(5) .p-recruit-detail__flowStepNum {
    position: relative;
    top: -3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-detail__flowStepContent img {
    max-width: 11.25rem;
    width: 100%;
    margin-top: 1.25rem;
  }
}

.p-recruit-detail__flowStepTitle {
  font-size: 1.4375rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.1739130435;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-recruit-detail__flowStepTitle {
    font-size: 1.125rem;
  }
}

.p-recruit-detail__flowStepText {
  margin-top: 0.9375rem;
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: 0em;
  line-height: 1.2777777778;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-recruit-detail__flowStepText {
    font-size: 0.875rem;
  }
}

.p-recruit-detail__flowRightBlock {
  max-width: 18.75rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-detail__flowRightBlock {
    display: none;
  }
}

.p-recruit-detail__entryBlock {
  margin-top: 5rem;
}

.p-recruit-detail__entryTitleWrap {
  gap: 1.875rem;
}
.p-recruit-detail__entryTitleWrap img {
  max-width: 4.6875rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-recruit-detail__entryTitleWrap img {
    max-width: 3.4375rem;
  }
  .p-recruit-detail__entryTitleWrap img:nth-child(1) {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-detail__entryTitleWrap {
    gap: 0.9375rem;
  }
}

.p-recruit-detail__entryTitle {
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-recruit-detail__entryTitle {
    font-size: 1.125rem;
    text-align: center;
    line-height: 1.4;
  }
}

.p-recruit-detail__entryBanner {
  margin-top: 2.5rem;
  max-width: 28.125rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-recruit-detail__entryBanner {
    margin-top: 1.25rem;
  }
}

@media (any-hover: hover) {
  .p-recruit-detail__entryLink:hover,
  .p-recruit-detail__btnLink:hover {
    opacity: 0.8;
    transition: 0.5s;
  }
}
.p-schedule {
  background: #e6f0f0;
  padding: 1.25rem 0rem 6.25rem;
}

.p-schedule__inner {
  max-width: 68.75rem;
}

.p-schedule__heading {
  margin-top: 4.0625rem;
}
.p-schedule__heading span {
  display: inline-block;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-schedule__heading {
    margin-top: 1.875rem;
  }
}

.p-schedule__description {
  margin-top: 4.375rem;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-schedule__description {
    margin-top: 2.1875rem;
  }
}

.p-schedule__container {
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-schedule__container {
    margin-top: 3.125rem;
  }
}

.p-schedule__contentBlock {
  background-color: #fff;
  border-radius: 1.875rem;
  padding: 4.6875rem 1.5625rem;
}
.p-schedule__contentBlock:not(:first-child) {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-schedule__contentBlock {
    padding: 1.875rem 0.9375rem;
  }
}

.p-schedule__upperBlock {
  max-width: 53.125rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-schedule__upperBlock {
    flex-direction: column;
  }
}

.p-schedule__leftBlock {
  max-width: 27.8125rem;
  width: 100%;
}

.p-schedule__num {
  font-size: 2.8125rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #0050d2;
}

.p-schedule__officeName {
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.3636363636;
  color: #0050d2;
}

.p-schedule__name {
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-schedule__name {
    font-size: 1.75rem;
  }
}

.p-schedule__rightBlock {
  max-width: 14.0625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-schedule__rightBlock {
    max-width: 100%;
    text-align: center;
  }
}
.p-schedule__rightBlock img {
  width: 11.3125rem;
  height: 11.3125rem;
  aspect-ratio: 1/1;
  object-fit: cover;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-schedule__rightBlock img {
    margin-right: auto;
  }
}

.p-schedule__detailBtn {
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-schedule__detailBtn {
    margin-top: 1.75rem;
  }
}

.p-schedule__panel {
  display: block;
  overflow: hidden;
  max-height: 0; /* 初期：閉 */
  transition: max-height 0.36s ease;
  will-change: max-height;
  max-width: 53.125rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  /* JSで .is-open を付与する想定（高さはJSで設定） */
}
.p-schedule__timeLineBlock {
  margin-top: 3.75rem;
  padding-top: 3.125rem;
  border-top: 1px solid #0050d2;
}
@media screen and (max-width: 767px) {
  .p-schedule__timeLineBlock {
    margin-top: 1.875rem;
    padding-top: 1.875rem;
  }
}

.p-schedule__items {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 10;
  /* JS から上書きする用のデフォルト値 */
  --line-top: 0px;
  --line-height: 0px;
}
.p-schedule__items::before {
  content: "";
  position: absolute;
  left: 4.0625rem;
  transform: translateX(-50%);
  width: 2px;
  background-color: #0050d2;
  top: var(--line-top);
  height: var(--line-height);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-schedule__items::before {
    left: 2.2rem;
  }
}

.p-schedule__item {
  gap: 1.875rem;
}
.p-schedule__item:not(:first-child) {
  margin-top: 4.0625rem;
}
@media screen and (max-width: 767px) {
  .p-schedule__item:not(:first-child) {
    margin-top: 2.625rem;
  }
}

.p-schedule__time {
  max-width: 8.125rem;
  width: 100%;
  height: 1.875rem;
  text-align: center;
  background: #0050d2;
  border-radius: 100vh;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-schedule__time {
    max-width: 4.375rem;
    width: 100%;
  }
}

.p-schedule__contentDetailBlock {
  max-width: 45rem;
  width: 100%;
  gap: 1.25rem;
  justify-content: space-between;
}
.p-schedule__contentDetailBlock img {
  width: 14.0625rem;
}
@media screen and (max-width: 767px) {
  .p-schedule__contentDetailBlock {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    width: 100%;
  }
}

.p-schedule__title {
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.1818181818;
  color: #0050d2;
}

.p-schedule__text {
  margin-top: 2.1875rem;
  font-size: 1.125rem;
  letter-spacing: 0.03em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-schedule__text {
    margin-top: 1.25rem;
  }
}

.p-schedule__scheduleDetailBtn {
  max-width: 22.5rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-schedule__scheduleDetailBtn .p-schedule__link {
    padding: 18px 15px;
  }
}

@media screen and (max-width: 767px) {
  .p-single {
    padding-bottom: 3.125rem;
  }
}

.p-single__info {
  gap: 1.25rem;
}

.p-single__cat {
  background: #008cff;
  border-radius: 15px;
  max-width: 180px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
  padding: 0.3125rem;
}

.p-single__date {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
  padding: 0.3125rem;
}

.p-single__title {
  font-size: 2.625rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2;
  color: #008cff;
  padding-block: 2.25rem 3.4375rem;
  border-bottom: 1px solid #cacaca;
}
@media screen and (max-width: 767px) {
  .p-single__title {
    font-size: 1.75rem;
    padding-block: 1.5rem 2.5rem;
  }
}

.p-single__thumbnail {
  padding-block: 5rem;
}
@media screen and (max-width: 767px) {
  .p-single__thumbnail {
    padding-block: 2.5rem;
  }
}

.p-single__contentBlock {
  padding-top: 2rem;
}
.p-single__contentBlock p {
  letter-spacing: 0em;
  line-height: 3;
}
@media screen and (max-width: 767px) {
  .p-single__contentBlock p {
    line-height: 2.5;
  }
}

.p-single__btnBlock {
  margin-top: 10rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .p-single__btnBlock {
    max-width: 280px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-single__btnBlock {
    margin-top: 5rem;
  }
}
.p-single__btnBlock a {
  border: 1px solid #fff;
  justify-content: center;
  padding-top: 14px;
  padding-bottom: 14px;
}

.p-slider {
  height: 100%;
  width: 100%;
}
.p-slider .swiper-slide {
  overflow: hidden;
}
.p-slider .slide-img {
  height: 100%;
}
.p-slider .slide-img img {
  width: 100%;
}
.p-slider img {
  height: 100%;
  object-fit: cover;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.p-slider .swiper-slide-active .slide-img,
.p-slider .swiper-slide-duplicate-active .slide-img,
.p-slider .swiper-slide-prev .slide-img {
  animation: zoomUp 10s linear 0s 1 normal both;
}
.p-slider .slide-img img {
  display: block;
}

.u-base1 {
  font-size: 1.125rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.u-base2 {
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.u-bg-noraml {
  background-color: #0050d2;
}

.u-bg-gradation {
  background: linear-gradient(90deg, rgb(0, 140, 255) 0%, rgb(0, 80, 210) 100%);
}

.u-bg-gradation--reverse {
  background: linear-gradient(90deg, rgb(0, 80, 210) 0%, rgb(0, 140, 255) 100%);
}

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

.u-bg-deepBlue {
  background-color: #0a82ff;
}

.u-bg-deepBlue02 {
  background-color: #0046a0;
}

.u-bg-lightBlue {
  background-color: #008cff;
}

.u-bg-gradation--diagonal {
  background: linear-gradient(140deg, rgb(0, 140, 255) 0%, rgb(0, 80, 210) 100%);
}

.u-bg-gradation--diagonalReverse {
  background: linear-gradient(140deg, rgb(0, 80, 210) 0%, rgb(0, 140, 255) 100%);
}

.u-flex {
  display: flex;
}

.u-flex__align-center {
  align-items: center;
  display: flex;
}

.u-flex__justify-center {
  display: flex;
  justify-content: center;
}

.u-flex__justify-space-between {
  display: flex;
  justify-content: space-between;
}

.u-flex__align_justify-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.u-flex__align-flexEnd {
  display: flex;
  align-items: flex-end;
}

.u-flex__wrap {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
  .u-flex__column--tab {
    flex-direction: column;
  }
  .u-flex__column--tab__reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  .u-flex__column--sp {
    flex-direction: column;
  }
  .u-flex__column--sp__reverse {
    flex-direction: column-reverse;
  }
}
.u-font14 {
  font-size: 0.875rem;
}

.u-font16 {
  font-size: 1rem;
}

.u-font18 {
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .u-font18 {
    font-size: 1rem;
  }
}

.u-font20 {
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .u-font20 {
    font-size: 1rem;
  }
}

.u-font22 {
  font-size: 1.375rem;
}
@media screen and (max-width: 767px) {
  .u-font22 {
    font-size: 1.125rem;
  }
}

.u-font24 {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .u-font24 {
    font-size: 1.125rem;
  }
}

.u-font28 {
  font-size: 1.75rem;
}

.u-font32 {
  font-size: 2rem;
}

.u-font40 {
  font-size: 2.5rem;
}

.u-font-semiBold {
  font-weight: 400;
}

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

.u-font-extraBold {
  font-weight: 800;
}

.u-font-blue {
  color: #0050d2;
}

.u-font-deepBlue {
  color: #0a82ff;
}

.u-font-gradation {
  display: inline-block !important;
  background: linear-gradient(140deg, rgb(10, 130, 255) 0%, rgb(0, 190, 255) 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.u-font-deepBlue {
  color: #0a82ff;
}

/*
* font-family 
*/
.u-font-roboto {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
}

.u-font-nunito {
  font-family: "Anton", sans-serif !important;
}

.u-font-noto {
  font-family: "Noto Sans JP";
}

.u-font-palt {
  font-feature-settings: "palt" 1;
}

.u-font-pw {
  font-variant-east-asian: proportional-width;
}

.u-font-palt-pw {
  font-feature-settings: "palt" 1;
  font-variant-east-asian: proportional-width;
}

.u-hover {
  transition: opacity 0.5s;
}

.u-hover:hover {
  opacity: 0.6;
  transition: opacity 0.5s;
}

.u-lh10 {
  line-height: 1;
}

.u-lh13 {
  line-height: 1.3;
}

.u-lh15 {
  line-height: 1.5;
}

.u-lh16 {
  line-height: 1.6;
}

.u-lh20 {
  line-height: 2;
}

.u-ls05 {
  letter-spacing: 0.05em;
}

.u-ls10 {
  letter-spacing: 0.1em;
}

.u-ls15 {
  letter-spacing: 0.15em;
}

.u-ls20 {
  letter-spacing: 0.2em;
}

.u-mt10 {
  margin-top: 10px !important;
  margin-top: 0.625rem !important;
}

.u-mt20 {
  margin-top: 20px !important;
  margin-top: 1.25rem !important;
}

.u-mt30 {
  margin-top: 30px !important;
  margin-top: 1.875rem !important;
}

.u-mt40 {
  margin-top: 40px !important;
  margin-top: 2.5rem !important;
}

.u-mt50 {
  margin-top: 50px !important;
  margin-top: 3.125rem !important;
}

.u-mt60 {
  margin-top: 60px !important;
  margin-top: 3.75rem !important;
}

.u-mt70 {
  margin-top: 70px !important;
  margin-top: 4.375rem !important;
}

.u-mt80 {
  margin-top: 80px !important;
  margin-top: 5rem !important;
}

.u-mt90 {
  margin-top: 90px !important;
  margin-top: 5.625rem !important;
}

.u-mt100 {
  margin-top: 100px !important;
  margin-top: 6.25rem !important;
}

.u-mt110 {
  margin-top: 110px !important;
  margin-top: 6.875rem !important;
}

.u-mt120 {
  margin-top: 120px !important;
  margin-top: 7.5rem !important;
}

.u-mt130 {
  margin-top: 130px !important;
  margin-top: 8.125rem !important;
}

.u-mt140 {
  margin-top: 140px !important;
  margin-top: 8.75rem !important;
}

.u-mt150 {
  margin-top: 150px !important;
  margin-top: 9.375rem !important;
}

.u-mt160 {
  margin-top: 160px !important;
  margin-top: 10rem !important;
}

.u-mt170 {
  margin-top: 170px !important;
  margin-top: 10.625rem !important;
}

.u-mt180 {
  margin-top: 180px !important;
  margin-top: 11.25rem !important;
}

.u-mt190 {
  margin-top: 190px !important;
  margin-top: 11.875rem !important;
}

.u-mt200 {
  margin-top: 200px !important;
  margin-top: 12.5rem !important;
}

@media screen and (max-width: 767px) {
  .u-mt100 {
    margin-top: 1.875rem;
  }
}

@media screen and (max-width: 767px) {
  .u-mtSp10 {
    margin-top: 10px !important;
    margin-top: 0.625rem !important;
  }
  .u-mtSp20 {
    margin-top: 20px !important;
    margin-top: 1.25rem !important;
  }
  .u-mtSp30 {
    margin-top: 30px !important;
    margin-top: 1.875rem !important;
  }
  .u-mtSp40 {
    margin-top: 40px !important;
    margin-top: 2.5rem !important;
  }
  .u-mtSp50 {
    margin-top: 50px !important;
    margin-top: 3.125rem !important;
  }
  .u-mtSp60 {
    margin-top: 60px !important;
    margin-top: 3.75rem !important;
  }
  .u-mtSp70 {
    margin-top: 70px !important;
    margin-top: 4.375rem !important;
  }
  .u-mtSp80 {
    margin-top: 80px !important;
    margin-top: 5rem !important;
  }
  .u-mtSp90 {
    margin-top: 90px !important;
    margin-top: 5.625rem !important;
  }
  .u-mtSp100 {
    margin-top: 100px !important;
    margin-top: 6.25rem !important;
  }
  .u-mtSp110 {
    margin-top: 110px !important;
    margin-top: 6.875rem !important;
  }
  .u-mtSp120 {
    margin-top: 120px !important;
    margin-top: 7.5rem !important;
  }
  .u-mtSp130 {
    margin-top: 130px !important;
    margin-top: 8.125rem !important;
  }
  .u-mtSp140 {
    margin-top: 140px !important;
    margin-top: 8.75rem !important;
  }
  .u-mtSp150 {
    margin-top: 150px !important;
    margin-top: 9.375rem !important;
  }
  .u-mtSp160 {
    margin-top: 160px !important;
    margin-top: 10rem !important;
  }
  .u-mtSp170 {
    margin-top: 170px !important;
    margin-top: 10.625rem !important;
  }
  .u-mtSp180 {
    margin-top: 180px !important;
    margin-top: 11.25rem !important;
  }
  .u-mtSp190 {
    margin-top: 190px !important;
    margin-top: 11.875rem !important;
  }
  .u-mtSp200 {
    margin-top: 200px !important;
    margin-top: 12.5rem !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-pc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

.u-shadow {
  box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.16);
}

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

.u-text-left {
  text-align: left !important;
}

.u-text-center {
  text-align: center !important;
}

.u-text-right {
  text-align: right !important;
}

.u-text-justify {
  text-align: justify !important;
}

@media screen and (max-width: 767px) {
  .u-textMd-left {
    text-align: left !important;
  }
  .u-textMd-center {
    text-align: center !important;
  }
  .u-textMd-right {
    text-align: right !important;
  }
  .u-textMd-justify {
    text-align: justify !important;
  }
}
.u-w300 {
  font-weight: 300;
}

.u-w400 {
  font-weight: 400;
}

.u-w500 {
  font-weight: 500;
}

.u-w600 {
  font-weight: 600;
}

.u-w700 {
  font-weight: 700;
}

.u-w900 {
  font-weight: 900;
}
/*# sourceMappingURL=sourcemaps/style.css.map */