@charset "UTF-8";
@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito-VariableFont_wght.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: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #333;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

/* 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;
  }
}
.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 .editor-styles-wrapper h1 {
  font-size: 2.5rem;
}
.block-editor .block-area .editor-styles-wrapper h2 {
  font-size: 2rem;
}
.block-editor .block-area .editor-styles-wrapper h3 {
  font-size: 1.75rem;
}
.block-editor .block-area .editor-styles-wrapper h4 {
  font-size: 1.5rem;
}
.block-editor .block-area .editor-styles-wrapper h5 {
  font-size: 1.25rem;
}
.block-editor .block-area .editor-styles-wrapper h6 {
  font-size: 1rem;
}
.block-editor .block-area .editor-styles-wrapper p {
  margin-top: 0;
  margin-bottom: 16px;
}
.block-editor .block-area .editor-styles-wrapper p:last-child {
  margin-bottom: 0;
}
.block-editor .block-area .editor-styles-wrapper a {
  text-decoration: none;
  transition: color 0.2s ease;
}
.block-editor .block-area .editor-styles-wrapper a:hover {
  text-decoration: underline;
}
.block-editor .block-area .editor-styles-wrapper strong,
.block-editor .block-area .editor-styles-wrapper b {
  font-weight: 700;
}
.block-editor .block-area .editor-styles-wrapper em,
.block-editor .block-area .editor-styles-wrapper i {
  font-style: italic;
}
.block-editor .block-area .editor-styles-wrapper 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;
  flex-wrap: nowrap !important;
}
@media screen and (max-width: 767px) {
  .block-editor .block-area .p-interview__container .p-interview__upperBlock {
    flex-wrap: wrap !important;
  }
}
.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: 100%;
  width: 73vw;
  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__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 {
  padding-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumbs {
    font-size: 0.875rem;
  }
}

.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-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-dl {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-dl {
    font-size: 1rem;
    line-height: 1.6;
    padding: 0.3125rem;
  }
}

.c-dl__term,
.c-dl__desc {
  font-feature-settings: "palt" 1;
  font-variant-east-asian: proportional-width;
}
@media screen and (max-width: 767px) {
  .c-dl__term,
  .c-dl__desc {
    padding: 0.625rem 0.3125rem;
  }
}

.c-dl__term {
  padding: 0.625rem 1.25rem;
  letter-spacing: 0.1em;
  text-align: left;
  vertical-align: baseline;
  width: 12.5rem;
}
@media screen and (max-width: 767px) {
  .c-dl__term {
    width: 100%;
    line-height: 1;
  }
}

.c-dl__desc {
  padding: 0.625rem 0.9375rem;
  width: 50rem;
}
.c-dl__desc ul {
  padding-left: 1.875rem;
  gap: 1.875rem;
  align-items: baseline;
}
.c-dl__desc ul li {
  width: 8.125rem;
}
@media screen and (max-width: 767px) {
  .c-dl__desc ul {
    padding-left: 0.9375rem;
  }
}
.c-dl__desc p {
  width: 100%;
}
.c-dl__desc span {
  display: inline-block;
  max-width: 7.5rem;
  width: 100%;
  margin-right: 1.875rem;
}
@media screen and (max-width: 767px) {
  .c-dl__desc span {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .c-dl__desc {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }
  .c-dl__desc p:not(:first-child) {
    margin-top: 0.625rem;
  }
  .c-dl__desc {
    width: 100%;
  }
}

.c-dl__item {
  justify-content: center;
  gap: 0.3125rem;
}

.c-dl .c-dl__item:nth-child(odd) dt,
.c-dl .c-dl__item:nth-child(odd) dd {
  background: rgba(255, 255, 255, 0.2);
}

.c-dl .c-dl__item:nth-child(even) dt,
.c-dl .c-dl__item:nth-child(even) dd {
  background: rgba(255, 255, 255, 0.1);
}

@media screen and (max-width: 767px) {
  .c-dl .c-dl__item:nth-child(odd) dt,
  .c-dl .c-dl__item:nth-child(even) dt {
    background: rgba(255, 255, 255, 0.8);
    color: #008cff;
  }
}

@media screen and (max-width: 767px) {
  .c-dl .c-dl__item:nth-child(odd) dd,
  .c-dl .c-dl__item:nth-child(even) dd {
    background: none;
  }
}

.c-entry {
  bottom: 21.5625rem;
  cursor: pointer;
  position: fixed;
  right: 5.625rem;
  z-index: 110;
}
.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-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-header-top {
  opacity: 0;
}

.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-marker {
  background: linear-gradient(transparent 70%, #fcf65f 0%);
  display: inline;
}

.c-pagetop {
  bottom: 1.5rem;
  cursor: pointer;
  position: fixed;
  right: 5.625rem;
  z-index: 110;
}
@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;
  min-width: 2.125rem;
  padding: 0.5rem 0.75rem;
  font-size: 1.125rem;
  text-align: center;
  font-weight: 700;
}

.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;
}
@media screen and (max-width: 767px) {
  .c-table {
    max-width: 100%;
  }
}

.c-table__row:not(:first-child) {
  margin-top: 0.4375rem;
}
@media screen and (max-width: 767px) {
  .c-table__row {
    display: flex;
  }
}

.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;
}
@media screen and (max-width: 767px) {
  .c-table__head {
    width: 100%;
  }
}

.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;
  }
}
@media screen and (max-width: 767px) {
  .c-table__data {
    width: 100%;
    border-top: 1px solid #fff;
  }
}

.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: 1.2;
}
.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__allTextImageBlock {
  position: absolute;
  width: 100%;
}

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

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__creedBlock {
  background: #e9effa;
  margin-top: 4.375rem;
}

.p-company__creedImageBlock {
  position: absolute;
  max-width: 62rem;
  top: 7%;
}
@media screen and (max-width: 767px) {
  .p-company__creedImageBlock {
    top: 3%;
    max-width: 345px;
  }
}

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

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

.p-company__creedItems {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-company__creedItems {
    gap: 2.5rem;
  }
}
.p-company__creedItems::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-company__creedItems::before {
    left: 0.5625rem;
    top: 0;
    transform: translateY(0);
    height: 84%;
  }
}

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

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

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

p.p-company__creedItemHeading {
  font-size: 1.25rem;
  line-height: 1;
}

.p-company__aboutBlock {
  position: relative;
}

.p-company__aboutImageBlock {
  max-width: 38.6875rem;
  top: 4%;
  transform: translateX(-38%);
}
.p-company__aboutImageBlock.p-company__accessImageBlock {
  transform: translateX(33%);
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-company__aboutImageBlock {
    max-width: 315px;
    top: 3%;
  }
  .p-company__aboutImageBlock.p-company__accessImageBlock {
    top: 1.2%;
    transform: translateX(40px);
    z-index: 0;
  }
}

.p-company__aboutContent {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-company__aboutContent {
    padding: 1.25rem 0;
    margin-top: 0.625rem;
  }
}

.p-company__aboutList {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}
.p-company__aboutList dl,
.p-company__aboutList dt {
  font-size: 1.125rem;
}
.p-company__aboutList .p-company__aboutListText--list {
  display: flex;
  width: 100%;
}

.p-company__aboutListItems {
  width: 100%;
}

.p-company__aboutListTitle {
  max-width: 7.625rem;
  width: 100%;
  border-right: 2px solid #a5a4a4;
}
@media screen and (max-width: 767px) {
  .p-company__aboutListTitle {
    max-width: 100%;
    padding-bottom: 0.9375rem;
    border-right: none;
    border-bottom: 2px solid #a5a4a4;
  }
}

.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; */
max-width:6.5rem;
  width: 100%;
}

.p-company__aboutListItem {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-company__aboutListItem {
    flex-direction: column;
    gap: 0.625rem;
  }
}
.p-company__aboutListItem:not(:first-child) {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-company__aboutListItem:not(:first-child) {
    margin-top: 0.9375rem;
  }
}

@media screen and (max-width: 767px) {
  .p-company__aboutListBox {
    gap: 0.9375rem;
    flex-direction: column;
  }
}

.p-company__accessBlock {
  background-color: #e6f0f0;
}

.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: 2rem;
  }
}

.p-company__accessHeading {
  font-size: 1.5625rem;
  color: #0050d2;
  padding-bottom: 1.5625rem;
  border-bottom: 1px solid #a5a4a4;
}
@media screen and (max-width: 767px) {
  .p-company__accessHeading {
    font-size: 1.375rem;
    padding-bottom: 0.625rem;
  }
}
.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--sub {
  margin-right: 1rem;
  font-size: 1.125rem;
  border: 1px solid #0066cc;
  color: #0066cc;
  padding: 0.25rem 1.4375rem;
}
@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-company__accessItemMap {
  margin-top: 3.3125rem;
  overflow: hidden;
  height: 21.875rem;
}
.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: 6.4375rem;
}
@media screen and (max-width: 767px) {
  .p-company__accessContentBox {
    gap: 2.5rem;
    margin-top: 1.25rem;
  }
}

.p-company__accessContentTextBox--description {
  line-height: 36px;
  padding-bottom: 3.125rem;
  background-image: linear-gradient(to right, #a5a4a4, #a5a4a4 2px, transparent 3px);
  background-size: 4px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
@media screen and (max-width: 767px) {
  .p-company__accessContentTextBox--description {
    padding-bottom: 1.25rem;
    line-height: 30px;
  }
}

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

.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--access {
  align-items: center;
}
.p-company__accessContentAddressBox--access .p-company__accessContentAddressText {
  gap: 6.4375rem;
}
@media screen and (max-width: 767px) {
  .p-company__accessContentAddressBox--access {
    align-items: flex-start;
  }
}

.p-company__accessContentAddressTitle {
  font-size: 0.875rem;
  color: white;
  width: 5.3125rem;
  background-color: #000;
  text-align: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.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: 25.875rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-company__accessContentImageBlock {
    max-width: 100%;
  }
}

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

.p-contact__heading {
  margin-top: 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__container {
  width: 100%;
  max-width: 62.5rem;
  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: #0046a0;
  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: fit-content;
  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: 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 {
  border: 1px solid #999;
  line-height: 1.7;
  margin: 0 auto; /* 中央寄せしたくない場合は削除 */
  margin-top: 6.5625rem;
}
@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 {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 2;
  text-align: center;
  background: #e6e6e6;
}

.p-contact__privacyBody {
  background-color: #fff;
  padding: 2.5rem;
  font-size: 1rem;
  letter-spacing: 0em;
  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: 2.8125rem;
}

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

.p-contact__btn {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 1.5625rem;
  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%;
  border-radius: 0.3125rem;
}

.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;
  }
}

.p-contact__error,
.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: #0046a0;
  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-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 1rem 4.5rem;
  display: block;
  max-width: 64.5rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  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: 1rem;
  padding-left: 1rem;
  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);
}

.p-drawer__corporateLink {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.2352941176;
  color: #fff;
  align-items: center;
  justify-content: flex-end;
  gap: 0.625rem;
  position: relative;
  text-decoration: none;
  width: fit-content;
  margin-left: auto;
  margin-top: 6.25rem;
}
.p-drawer__corporateLink img {
  max-width: 1rem;
  width: 100%;
  aspect-ratio: 16/16;
  object-fit: contain;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-drawer__corporateLink {
    margin-left: 0;
    margin-right: auto;
  }
}

@media (any-hover: hover) {
  .p-drawer__corporateLink:hover {
    opacity: 0.8;
    transition: 0.5s;
  }
}
.p-drawer__corporateLink::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__corporateLink: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;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.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: 200px;
}
@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 {
  font-size: 1.5rem;
  font-weight: 700;
  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;
}

.p-footer__inner {
  padding-block: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-footer__inner {
    padding-block: 1.875rem;
  }
}

.p-footer__entryContainer {
  padding-bottom: 4.375rem;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .p-footer__entryContainer {
    padding-bottom: 2.1875rem;
  }
}

.p-footer__entryHeading {
  font-size: 3.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-footer__entryHeading {
    font-size: 2.5rem;
  }
}

.p-footer__entryText {
  margin-top: 4.375rem;
  line-height: 2;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-footer__entryText {
    margin-top: 1.5625rem;
  }
}

.p-footer__entryForm {
  gap: 2.5rem;
  margin-top: 3.875rem;
}
@media screen and (max-width: 767px) {
  .p-footer__entryForm {
    margin-top: 1.875rem;
    gap: 1.25rem;
  }
}

.p-footer__navContainer {
  padding-block: 3.75rem;
  justify-content: space-around;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .p-footer__navContainer {
    padding-block: 1.875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__navBlock:not(:first-child) {
    padding-top: 1.875rem;
  }
}

.p-footer__nav .p-footer__navItem:first-child {
  border-left: 5px solid #fff;
  padding-left: 0.625rem;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-footer__nav .p-footer__navItem:first-child {
    margin-top: 0rem;
    margin-bottom: 0.9375rem;
  }
}

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

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

@media (any-hover: hover) {
  .p-footer__navLink:hover {
    opacity: 0.8;
    transition: 0.5s;
  }
}
.p-footer__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-footer__navLink:hover::after {
  transform: scaleX(1);
}

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

.p-footer__infoBlock {
  align-items: flex-end;
  justify-content: space-between;
  gap: 4.0625rem;
}
@media screen and (max-width: 767px) {
  .p-footer__infoBlock {
    gap: 1.875rem;
  }
}

.p-footer__infoyLeft {
  max-width: 605px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-footer__infoyLeft {
    max-width: 100%;
  }
}

.p-footer__companyName {
  line-height: 1;
  letter-spacing: 0em;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-footer__companyName {
    font-size: 1.125rem;
  }
}

.p-footer__officeWrap {
  margin-top: 1.5625rem;
}

.p-footer__officeBlock {
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.p-footer__officeBlock:not(:first-child) {
  margin-top: 1.4375rem;
}

.p-footer__copyright {
  background: #008cff;
  height: 100px;
  width: 100%;
}

.p-footer__copyrightInner {
  height: inherit;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-block: 38px;
}
@media screen and (max-width: 767px) {
  .p-footer__copyrightInner {
    padding-block: 20px;
  }
}

.p-footer__corporateLink {
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
}
.p-footer__corporateLink img {
  max-width: 1rem;
  width: 100%;
}

@media (any-hover: hover) {
  .p-footer__entryLink:hover,
  .p-footer__channelLink:hover,
  .p-footer__corporateLink:hover {
    opacity: 0.8;
    transition: 0.5s;
  }
}
.p-header {
  width: 100%;
  height: 100px;
  padding: 0;
  right: 0;
  position: fixed;
  z-index: 1000; /* FVや他要素より十分大きく */
  transition: 0.5s all;
  background-color: #fff;
}

.p-header__inner {
  padding-block: 31px;
}

.p-header__container {
  justify-content: space-between;
  align-items: center;
}

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

.p-header__hamburger {
  position: relative;
  z-index: 9999;
  right: 20px;
  width: 48px;
  height: 35px;
  cursor: pointer;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .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-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: contain;
  aspect-ratio: 475/320;
}
@media screen and (max-width: 767px) {
  .p-interview__leftBlock {
    max-width: 100%;
  }
}

.p-interview__rightBlock {
  max-width: 22.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;
}
.p-interview__detailBtn.--tp4dot5 {
  top: 4.5rem;
}
.p-interview__detailBtn.--tp6dot5 {
  top: 6.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-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: 2;
  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%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.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;
  }
}

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__wrap {
  margin-top: 4.0625rem;
}
@media screen and (max-width: 767px) {
  .p-news__wrap {
    margin-top: 2.1875rem;
  }
}

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

.p-news__itemPostWrap {
  justify-content: space-between;
  align-items: center;
  gap: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-news__itemPostWrap {
    gap: 0.625rem;
  }
}

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

.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;
}

/* NOTE: 後ほど修正
@font-face {
  font-display: swap;
  font-family: "Caveat";
  font-style: normal;
  font-weight: 100 900;
  src: url("../../fonts/Caveat-VariableFont_wght.ttf") format("truetype");
}

html {
  font-size: 16px;
}
*/
body {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
body .p-pageTop,
body .p-pageTop * .p-pageTop,
body .p-pageTop * * .p-pageTop {
  line-height: 38px;
}

/*
 * このセクションの共通的なスタイル
*/
.p-pageTop__mainSection h2 {
  font-size: 3.125rem;
  font-weight: bold;
  line-height: 66px;
}
@media screen and (max-width: 767px) {
  .p-pageTop__mainSection h2 {
    font-size: 1.875rem;
    line-height: 1.7;
  }
}

.p-pageTop__genericSection {
  background-color: #e6f0f0;
  position: relative;
}
.p-pageTop__genericSection.p-pageTop__genericSection--second {
  background-color: #fff;
  position: relative;
}
.p-pageTop__genericSection.p-pageTop__genericSection--second h2 {
  font-size: 2.75rem;
}
@media screen and (max-width: 767px) {
  .p-pageTop__genericSection.p-pageTop__genericSection--second h2 {
    font-size: 1.875rem;
    line-height: 1.7;
  }
}
.p-pageTop__genericSection.p-pageTop__genericSection--second .p-pageTop__section--subTitle {
  margin-bottom: 0.6875rem;
}
.p-pageTop__genericSection.p-pageTop__genericSection--second .p-pageTop__message_text {
  margin-top: 1.4375rem;
}

section .p-pageTop__section--subTitle {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  section .p-pageTop__section--subTitle {
    font-size: 1.125rem;
  }
}

.p-pageTop__innerWrapper {
  padding: 6.25rem 0;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .p-pageTop__innerWrapper {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.p-pageTop__bg {
  position: absolute;
  height: 100%;
  width: 95%;
  z-index: 0;
}
@media screen and (max-width: 1440px) {
  .p-pageTop__bg {
    width: 98%;
  }
}
@media screen and (max-width: 1024px) {
  .p-pageTop__bg {
    width: 100%;
  }
}

/*
 * ここまで
*/
.p-pageTop__mainSection {
  background-color: #fff;
  position: relative;
}

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

/* 背景スライダー START */
.swiper-container {
  height: 100vh;
  position: fixed;
  width: 100%;
  z-index: -1;
}

.swiper-slide img {
  -o-object-fit: cover;
  aspect-ratio: 1680/945;
  height: 100vh;
  object-fit: cover;
  width: 100%;
}

/* 背景スライダー END */
/* スクロールテキスト START */
.scroll-section {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 20vh;
  justify-content: center;
  padding: 1.5vh 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .scroll-section {
    overflow: hidden;
  }
}

.center-text-section {
  height: 100svh;
}
.center-text-section .text-block {
  height: 100%;
}

.text-block {
  align-items: center;
  display: flex;
  font-size: 1.875rem;
  height: 80svh;
  justify-content: center;
  opacity: 0;
  position: relative;
  text-align: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .text-block {
    font-size: 1.5rem;
  }
}
.text-block span {
  display: inline;
  font-size: 2.625rem;
}
@media screen and (max-width: 767px) {
  .text-block span {
    font-size: 1.75rem;
  }
}
.text-block.first-text-block {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .text-block.font113 {
    font-size: 13.3333333333vw;
  }
}

.font35 {
  color: #fff;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.7;
}

.font73 {
  color: #fff;
  font-size: 4.5625rem;
  font-weight: 700;
  line-height: 1.1369863014;
}

.font113 {
  color: #fff;
  font-family: "Caveat";
  font-size: 7.0625rem;
  font-weight: 700;
  line-height: 1.203539823;
  rotate: -10deg;
}

/* スクロールテキスト END */
/* MV START */
.p-mv {
  background-color: #fff;
  opacity: 0;
  padding-top: 9.375rem;
  position: relative;
  text-align: center;
  transition: opacity 1s ease;
  z-index: 1;
  --before-opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-mv {
    padding-top: 1.25rem;
  }
}

.p-mv.show {
  opacity: 1;
}

.js-p-mv::after {
  background: url(../img/img_bg_gradation.webp) center top/cover no-repeat;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: -99%;
  width: 100%;
  z-index: -1;
  opacity: var(--before-opacity, 0);
}

.p-mv__catchphrase {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, rgb(0, 140, 255) 0%, rgb(0, 80, 210) 100%);
  background-clip: text;
  bottom: 2%;
  display: inline-block;
  font-family: "caveat";
  font-size: 5vw;
  font-weight: 700;
  line-height: 1.1923076923;
  position: absolute;
  right: 8.75rem;
  transform: translateX(-10%);
  rotate: -11deg;
}
@media screen and (max-width: 767px) {
  .p-mv__catchphrase {
    font-size: 7.4666666667vw;
    right: 0px;
    rotate: -8deg;
  }
}

/* MV END */
/* 各セクションの共通スタイル START */
.p-pageTop__about-container {
  gap: 1.25rem;
}
.p-pageTop__about-container img {
  -o-object-fit: cover;
  aspect-ratio: 4/3;
  height: auto;
  object-fit: cover;
  width: 31.25rem;
}

/* 各セクションの共通スタイル END */
/* Aboutセクションのスタイル START */
.p-pageTop__about {
  background-color: #fff;
  padding-block: 5.75rem 0;
}
.p-pageTop__about p {
  font-size: 16px;
  line-height: 38px;
}
@media screen and (max-width: 767px) {
  .p-pageTop__about p {
    line-height: 1.7;
  }
}

/* Aboutセクションのスタイル END */
/* Serviceセクションのスタイル START */
.p-pageTop__service {
  background-color: #fff;
}

.p-pageTop__services-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .p-pageTop__services-list {
    margin-right: 0;
  }
}
.p-pageTop__services-list .swiper-wrapper {
  transition-timing-function: linear;
}

.p-pageTop__service-item {
  background: #f0f0f0;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  flex: 1 1 calc(33.333% - 30px);
  padding: 20px;
  transition: transform 0.3s ease;
}
.p-pageTop__service-item:hover {
  transform: translateY(-5px);
}
.p-pageTop__service-item h3 {
  color: #007acc;
  font-size: 20px;
  margin-bottom: 10px;
}
.p-pageTop__service-item p {
  font-size: 14px;
}

.p-pageTop__company-name {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.5555555556;
  margin-top: 1rem;
  transition: color 0.4s ease;
}
.p-pageTop__company-name.invert {
  color: white;
}

.logo {
  margin-left: auto;
  margin-right: auto;
  max-width: 12.5rem;
  opacity: 0;
  transition: opacity 0.5s ease;
  width: 100%;
}

.logo-main {
  opacity: 1;
}

/* オープニングアニメーションのスタイル END */
.scroll-icon {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  position: fixed;
  justify-content: center;
  top: 80%;
  width: 100%;
}

.scroll-icon span {
  font-weight: 700;
}

.scroll-arrow {
  -webkit-animation: arrowUpDown 1.3s ease-in-out infinite;
  animation: arrowUpDown 1.3s ease-in-out infinite;
}

@-webkit-keyframes arrowUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes arrowUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
  100% {
    transform: translateY(0);
  }
}
/* マスク付きSwiper専用 */
.p-mv__masked-swiper-section {
  background-color: #fff;
  overflow: hidden;
  height: 40vw;
}
@media screen and (max-width: 767px) {
  .p-mv__masked-swiper-section {
    height: 60vw;
  }
}

.p-mv__flex-contents {
  display: flex;
  gap: 20px;
  height: 100%;
  justify-content: flex-end;
  padding-left: 7.2vw;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-mv__flex-contents {
    padding-left: 3vw;
    gap: 10px;
  }
}

.p-mv__swiper-masked {
  -webkit-clip-path: url(#svgClip);
  aspect-ratio: 114/72.89;
  clip-path: url(#svgClip);
  overflow: hidden;
  position: relative;
  width: 100%;
}
.p-mv__swiper-masked .swiper-wrapper {
  height: 100%;
}
.p-mv__swiper-masked .swiper-slide img {
  -o-object-fit: cover;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.p-mv__swiper-masked .swiper-wrapper,
.p-mv__swiper-masked .swiper-slide {
  height: 100%;
}

.p-mv__second-slider {
  width: 15%;
}
@media screen and (min-width: 1900px) {
  .p-mv__second-slider {
    width: 30%;
  }
}

.p-mv__second-wrapper {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  height: 77%;
  overflow: hidden;
}

.p-mv__second-slide {
  height: 100%;
}

.second-slide img {
  -o-object-fit: cover;
  -o-object-position: 30% 50%;
  height: 100%;
  object-fit: cover;
  object-position: 30% 50%;
}

.p-pageTop__news {
  padding-top: 4.8125rem;
}

.p-pageTop__news_container {
  border-radius: 3.125rem;
  gap: 2.3125rem;
  padding: 0.6875rem 1.875rem;
  max-height: 60px;
}
@media screen and (max-width: 767px) {
  .p-pageTop__news_container {
    gap: 0.625rem;
    padding: 0.625rem 1.25rem 1.875rem;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 15px;
    max-height: 100%;
  }
}
.p-pageTop__news_container h2 {
  font-size: 1.75rem;
  color: white;
  border-left: 0;
  border-right: 1px solid #fff;
  margin: 0;
  padding: 0 2.3125rem 0 0;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-pageTop__news_container h2 {
    font-size: 1.5rem;
    padding-right: 0rem;
    padding-bottom: 0rem;
    border-bottom: 1px solid #fff;
    border-right: none;
    width: 100%;
    line-height: 1.7;
  }
}

.p-pageTop__news_contents {
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-pageTop__news_contents {
    align-items: flex-start;
    gap: 30px;
  }
}

.p-pageTop__news_list {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.p-pageTop__news_item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  opacity: 0;
  transition: 0.8s;
  pointer-events: none;
}
.p-pageTop__news_item:first-child {
  position: relative;
  top: 0;
  left: 0;
  transform: translate(0);
}
.p-pageTop__news_item.is-active {
  opacity: 1;
  pointer-events: auto;
}
.p-pageTop__news_item a {
  display: flex;
  align-items: center;
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-pageTop__news_item a {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-pageTop__news_item a p {
    line-height: 1.4;
  }
}
.p-pageTop__news_item a p:first-child {
  padding-top: 0.3125rem;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-pageTop__news_item a p:first-child {
    line-height: 1;
  }
}
.p-pageTop__news_item p {
  color: #fff;
}

.p-pageTop__news_arrows {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .p-pageTop__news_arrows {
    flex-direction: row;
    gap: 30px;
  }
}

.p-pageTop__news_arrow {
  position: relative;
  display: inline-block;
  width: 13.9px;
  height: 8.9px;
  transition: 0.8s;
}
@media screen and (max-width: 767px) {
  .p-pageTop__news_arrow {
    transform: rotate(-90deg);
  }
}
.p-pageTop__news_arrow:hover {
  opacity: 0.8;
}

.p-pageTop__news_arrow::before,
.p-pageTop__news_arrow::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
  width: 2px;
  height: 11px;
  border-radius: 9999px;
  background-color: #ffffff;
  transform-origin: 50% 1px;
}

.p-pageTop__news_arrow--bottom::before,
.p-pageTop__news_arrow--bottom::after {
  bottom: 0;
  transform-origin: 50% calc(100% - 1px);
}

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

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

.p-pageTop__about p {
  font-size: 1.125rem;
}

.p-pageTop__about--container {
  justify-content: space-between;
  gap: 70px;
}
@media screen and (max-width: 767px) {
  .p-pageTop__about--container {
    gap: 2.5rem;
  }
}

.p-pageTop__about--title {
  margin-bottom: 5.625rem;
}
@media screen and (max-width: 1024px) {
  .p-pageTop__about--title {
    margin-bottom: 1.875rem;
  }
}

.p-pageTop__about--lastText {
  display: block;
  margin-top: 1.25rem;
  text-align: right;
}

.p-pageTop__about--lastText-name {
  font-size: 1.5rem;
}

.p-pageTop__about--textWrapper {
  width: 55%;
}
@media screen and (max-width: 1024px) {
  .p-pageTop__about--textWrapper {
    width: 100%;
  }
}

.p-pageTop__about__imgWrapper {
  margin-right: calc(50% - 50vw);
  width: 55%;
}
@media screen and (max-width: 1024px) {
  .p-pageTop__about__imgWrapper {
    width: 100%;
    margin: 1.25rem 0;
  }
}

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

.p-pageTop__service {
  margin-top: 5.8125rem;
  overflow: hidden;
}

.p-pageTop__service__container {
  position: relative;
  z-index: 10;
}

.p-pageTop__bg--service {
  right: 0;
  background-color: #e6f0f0;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.p-pageTop__service_text {
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 2.1875rem 0 3.875rem;
}
@media screen and (max-width: 767px) {
  .p-pageTop__service_text {
    font-size: 1.125rem;
    margin: 1.5rem 0;
    line-height: 1.7;
  }
}

.p-pageTop__services-list {
  margin-right: calc(50% - 50vw);
  overflow: hidden;
}
.p-pageTop__services-list .swiper-slide {
  width: 100%;
}
.p-pageTop__services-list .swiper-slide img {
  -o-object-fit: fill;
  object-fit: fill;
  height: 100%;
}

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

.p-pageTop__message {
  overflow: hidden;
}

.p-pageTop__message__container {
  position: relative;
  z-index: 10;
}

.p-pageTop__message_hideArea {
  position: absolute;
  height: 950px;
  width: 5%;
  z-index: 111;
  right: 0;
  background-color: #e6f0f0;
}
@media screen and (max-width: 1440px) {
  .p-pageTop__message_hideArea {
    width: 2%;
  }
}

.p-pageTop__bg--message {
  left: 0;
  background-color: #fff;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.p-pageTop__section--subTitle {
  line-height: 1;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-pageTop__section--subTitle {
    margin-bottom: 0.625rem;
  }
}

.p-pageTop__message_textWrapper {
  line-height: 1;
  margin-top: 1.875rem;
}
.p-pageTop__message_textWrapper .p-pageTop__message_title {
  font-weight: 300;
  letter-spacing: 0.05em;
  font-size: 1.25rem;
  line-height: 30px;
}

.p-pageTop__message_numBox {
  margin-bottom: 1.25rem;
  justify-content: space-between;
}

.p-pageTop__message_num {
  font-size: 1.5625rem;
  letter-spacing: 0.1em;
}

.p-pageTop__message_position {
  font-weight: 300;
}

.p-pageTop__message_text {
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 2.1875rem 0 3.875rem;
}
@media screen and (max-width: 1024px) {
  .p-pageTop__message_text {
    margin: 1.25rem 0 1.875rem;
  }
}

.p-pageTop__messages-list .swiper-slide {
  width: 100%;
}
.p-pageTop__messages-list .swiper-slide img {
  -o-object-fit: fill;
  object-fit: fill;
  aspect-ratio: auto;
  height: 100%;
}

.p-pageTop__message__arrows {
  position: relative;
  height: 30px;
  margin-top: 5.125rem;
  max-width: 140px;
}
@media screen and (max-width: 767px) {
  .p-pageTop__message__arrows {
    margin-top: 2.625rem;
  }
}

.p-pageTop__message--btn {
  margin-top: 4.0625rem;
}

.p-pageTop__genericSection--border {
  border: 5.9375rem 2.5rem;
  border-bottom: 1px solid #323232;
}

.p-pageTop__frame__textWrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 46.9%;
}
@media screen and (max-width: 1024px) {
  .p-pageTop__frame__textWrapper {
    width: 100%;
  }
}

.p-pageTop__wapper {
  gap: 8.375rem;
}
@media screen and (max-width: 1024px) {
  .p-pageTop__wapper {
    gap: 1.875rem;
  }
}

.p-pageTop__generic__imgWrapper {
  width: 46%;
}
@media screen and (max-width: 1024px) {
  .p-pageTop__generic__imgWrapper {
    max-width: 100%;
    width: 100%;
  }
}

.p-pageTop__career .p-pageTop__wapper {
  gap: 1.875rem;
}

.p-pageTop__career__textWrapper {
  width: 46.9%;
}

.p-pageTop__career--btn {
  margin-left: auto;
}

.p-pageTop__bg--generic {
  right: 0;
  background-color: #e6f0f0;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.p-pageTop__memory .p-pageTop__genericSection--border {
  border-bottom: none;
}
.p-pageTop__memory h2 {
  font-feature-settings: "palt";
}

.p-pageTop__works {
  overflow: hidden;
  height: 762px;
}
.p-pageTop__works .p-pageTop__section--subTitle {
  margin-bottom: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-pageTop__works {
    height: 100%;
  }
}

.p-pageTop__works__container {
  justify-content: space-between;
}

.p-pageTop__works__inner {
  padding: 8.125rem 0;
}
@media screen and (max-width: 767px) {
  .p-pageTop__works__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.p-pageTop__works__textWrapper {
  width: 49%;
}
@media screen and (max-width: 767px) {
  .p-pageTop__works__textWrapper {
    width: 100%;
  }
}

.p-pageTop__works_text {
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 1.375rem 0 3.875rem;
}
@media screen and (max-width: 767px) {
  .p-pageTop__works_text {
    margin: 0.625rem 0 1.875rem;
  }
}

.p-pageTop__works_description {
  line-height: 36px;
}

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

.p-pageTop__works-list {
  height: 47vw;
  width: 37%;
}
.p-pageTop__works-list .swiper-wrapper {
  transition-timing-function: linear !important;
}
.p-pageTop__works-list .swiper-slide {
  width: 100%;
  height: 18vw;
}
.p-pageTop__works-list .swiper-slide img {
  height: 100%;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .p-pageTop__works-list .swiper-slide img {
    overflow: hidden;
    -o-object-fit: fill;
    object-fit: fill;
  }
}
@media screen and (max-width: 767px) {
  .p-pageTop__works-list .swiper-slide {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-pageTop__works-list {
    width: 100%;
    height: 100%;
    margin-top: 2.5rem;
  }
}

.p-pageTop__contactArea {
  background-color: #f0f0f0;
  position: relative;
}
.p-pageTop__contactArea .p-pageTop__section--subTitle {
  margin-bottom: 0.625rem;
}

.p-pageTop__contactArea__textWrapper {
  text-align: center;
}
.p-pageTop__contactArea__textWrapper p,
.p-pageTop__contactArea__textWrapper h2 {
  margin-left: auto;
  margin-right: auto;
}

.p-pageTop__contactArea_wrapper {
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-pageTop__contactArea_wrapper {
    gap: 1.5625rem;
  }
}
.p-pageTop__contactArea_wrapper a {
  transition: 0.8s;
}
.p-pageTop__contactArea_wrapper a:hover {
  opacity: 0.8;
}

.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: center;
  flex-direction: column;
  gap: 1.25rem;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1;
  color: #fff;
  padding: 1.75rem 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;
    gap: 0.75rem;
    padding: 0.9375rem;
  }
}
.p-recruit-detail__btnLink.--faq {
  color: #008cff;
  border: 3px solid #008cff;
}

.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;
    padding: 2.5rem 0.625rem;
  }
}

.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: "Nunito", 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;
}
@media screen and (max-width: 767px) {
  .p-recruit-detail__entryBlock {
    margin-top: 2.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: 0.125rem;
  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__textBlock {
  width: 64%;
}
@media screen and (max-width: 767px) {
  .p-schedule__textBlock {
    width: 100%;
  }
}

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

.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;
    font-size: 1rem;
  }
}

.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;
  }
}

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

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

h2.p-service__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-service__heading {
    font-size: 1.5625rem;
    margin-top: 2.1875rem;
  }
}

h3.p-service__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-service__heading {
    font-size: 1.5rem;
    margin-top: 3.875rem;
  }
}

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

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

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

.p-service__content {
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .p-service__contentLeft {
    display: flex;
    align-items: center;
    gap: 1.25rem;
  }
}

.p-service__contentNum {
  font-size: 3.375rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-service__contentNum {
    font-size: 1.6875rem;
  }
}

.p-service__contentName {
  line-height: 1.3448275862;
  letter-spacing: 0;
  margin-top: 2.0625rem;
}
@media screen and (max-width: 1024px) {
  .p-service__contentName {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-service__contentName {
    font-size: 1.125rem;
  }
}

.p-service__contentRight {
  max-width: 312px;
  width: 100%;
}
.p-service__contentRight img {
  aspect-ratio: 312/215;
  object-fit: cover;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .p-service__contentRight {
    max-width: 100%;
    margin-top: 1.25rem;
  }
}

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

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

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

.p-single__date {
  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__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 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-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-deepBlue {
  background-color: #0050d2;
}

.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-flex {
  display: flex;
}

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

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

.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__column {
  flex-direction: column;
}

@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-gradation {
  background: linear-gradient(90deg, rgb(0, 140, 255) 0%, rgb(0, 80, 210) 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: #0050d2;
}

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

.u-font-nunito {
  font-family: "Nunito", 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: 767px) {
  .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;
}

/* 20250108追記 */
@media screen and (max-width: 767px) {
	.text-block.font73 {
		font-size: 50px;
	}
	.p-pageTop__news {
		padding-top: 30px;
	}
	.p-pageTop__about {
    	padding-top: 45px;
	}
	.js-reveal-mask.is-active {
		overflow: visible;
	}
	.p-pageTop__about--title .js-reveal-mask.is-active {
		display: inline-block;
	}
	.p-pageTop__works__inner {
		padding-top: 70px;
		padding-bottom: 70px;
	}
}
.p-recruit-detail__btnLink {
	text-wrap: nowrap;
}
.p-pageTop__services-list .swiper-slide img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    border-radius: 17px;
}
.p-pageTop__mainSection {
	overflow: hidden;
}
.p-recruit-detail__contentBlock {
	scroll-margin-top: 50px;
}

/*# sourceMappingURL=sourcemaps/style.css.map */