:root {
  --color-white: #FFFFFF;
  --color-black: #3A3939;
  --color-main: #23B6BC;
  --color-main2: #B1C2C2;
  --color-bg: #F5F9FA;
  --color-bg2: #526F79;
  --color-bg3: #F5F9F9;
  --color-border: #D1D5D5;
  --color-form: #FBFBFB;
  --color-placeholder: #888888;
  --color-error: #DF0302;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  background-color: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  border: 0;
  border-top: 1px solid #000000;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  font-size: 0;
  line-height: 0;
  vertical-align: top;
}

* {
  box-sizing: border-box !important;
  font-size: 1.4rem;
}

html {
  font-size: 62.5%;
}
html.is-open {
  overflow: hidden;
}

body {
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt" 1;
  background-color: var(--color-white);
  color: var(--color-black);
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  overflow-x: hidden;
  width: 100%;
}
body * {
  letter-spacing: 0.03em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

a {
  color: var(--color-black);
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}

picture {
  display: block;
}

input[type=submit],
input[type=button],
input[type=text],
input[type=number],
input[type=email],
input[type=tel],
input[type=reset],
select,
button,
textarea {
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration,
input[type=text]::-webkit-search-decoration,
input[type=number]::-webkit-search-decoration,
input[type=email]::-webkit-search-decoration,
input[type=tel]::-webkit-search-decoration,
input[type=reset]::-webkit-search-decoration,
select::-webkit-search-decoration,
button::-webkit-search-decoration,
textarea::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
input[type=button]:focus,
input[type=text]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=reset]:focus,
select:focus,
button:focus,
textarea:focus {
  outline-offset: -2px;
}

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

.is-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .is-sp {
    display: block;
  }
}
.is-sp--inline {
  display: none;
}
@media screen and (max-width: 767px) {
  .is-sp--inline {
    display: inline-block;
  }
}

.swiper-button-prev,
.swiper-button-next {
  height: 41px;
  top: -80px;
  width: 41px;
  z-index: 10;
}
@media screen and (max-width: 1439px) {
  .swiper-button-prev,
.swiper-button-next {
    height: calc(41 / 1440 * 100vw);
    width: calc(41 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .swiper-button-prev,
.swiper-button-next {
    display: none;
    height: calc(41 / 375 * 100vw);
    width: calc(41 / 375 * 100vw);
  }
}
.swiper-button-prev:after,
.swiper-button-next:after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
}

.swiper-button-prev {
  left: auto;
  right: 104px;
}
@media screen and (max-width: 1439px) {
  .swiper-button-prev {
    right: calc(104 / 1440 * 100vw);
  }
}
.swiper-button-prev:after {
  background-image: url(../images/icon_prev.svg);
}
.swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
.swiper-button-prev.swiper-button-disabled:after {
  background-image: url(../images/icon_prev_disabled.svg);
}

.swiper-button-next {
  right: 56px;
}
@media screen and (max-width: 1439px) {
  .swiper-button-next {
    right: calc(56 / 1440 * 100vw);
  }
}
.swiper-button-next:after {
  background-image: url(../images/icon_next.svg);
}
.swiper-button-next.swiper-button-disabled {
  opacity: 1;
}
.swiper-button-next.swiper-button-disabled:after {
  background-image: url(../images/icon_next_disabled.svg);
}

.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  background: var(--color-white);
  height: 15px;
  margin: 0 5px;
  opacity: 1;
  width: 15px;
}
@media screen and (max-width: 1439px) {
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    height: calc(15 / 1440 * 100vw);
    margin: 0 calc(5 / 1440 * 100vw);
    width: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    height: calc(15 / 375 * 100vw);
    margin: 0 calc(5 / 375 * 100vw);
    width: calc(15 / 375 * 100vw);
  }
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: var(--color-main);
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(10px);
    @media screen and (max-width: 1439px) {
      transform: translateY(calc(10 / 1440 * 100vw));
    }
    @media screen and (max-width: 767px) {
      transform: translateY(calc(10 / 375 * 100vw));
    }
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(10px);
    @media screen and (max-width: 1439px) {
      transform: translateY(calc(10 / 1440 * 100vw));
    }
    @media screen and (max-width: 767px) {
      transform: translateY(calc(10 / 375 * 100vw));
    }
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@-webkit-keyframes popup {
  0% {
    opacity: 0;
    transform: translateY(40px) scale(0.8);
  }
  100% {
    transform: translateY(0) scale(1);
  }
  80%, 100% {
    opacity: 1;
  }
}
@keyframes popup {
  0% {
    opacity: 0;
    transform: translateY(40px) scale(0.8);
  }
  100% {
    transform: translateY(0) scale(1);
  }
  80%, 100% {
    opacity: 1;
  }
}
@-webkit-keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(7px);
  }
}
@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(7px);
  }
}
@-webkit-keyframes loop-vertical1-1 {
  0% {
    transform: translateY(100%);
  }
  to {
    transform: translateY(-100%);
  }
}
@keyframes loop-vertical1-1 {
  0% {
    transform: translateY(100%);
  }
  to {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes loop-vertical1-2 {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(-200%);
  }
}
@keyframes loop-vertical1-2 {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(-200%);
  }
}
@-webkit-keyframes loop-vertical2-1 {
  0% {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(100%);
  }
}
@keyframes loop-vertical2-1 {
  0% {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(100%);
  }
}
@-webkit-keyframes loop-vertical2-2 {
  0% {
    transform: translateY(-200%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes loop-vertical2-2 {
  0% {
    transform: translateY(-200%);
  }
  to {
    transform: translateY(0);
  }
}
.lity-close,
.lity-close:hover {
  display: none !important;
}

/* noto-sans-jp-300 - japanese_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/noto-sans-jp-v53-japanese_latin-300.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-regular - japanese_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/noto-sans-jp-v53-japanese_latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-500 - japanese_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/noto-sans-jp-v53-japanese_latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-700 - japanese_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/noto-sans-jp-v53-japanese_latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/inter-v18-latin-300.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/inter-v18-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/inter-v18-latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/inter-v18-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.l-container {
  margin: 0 auto;
  padding-left: 160px;
  padding-right: 160px;
  width: 1440px;
}
@media screen and (max-width: 1439px) {
  .l-container {
    padding-left: calc(160 / 1440 * 100vw);
    padding-right: calc(160 / 1440 * 100vw);
    width: calc(1440 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .l-container {
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
    width: 100%;
  }
}

.l-content {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 1050px;
}
@media screen and (max-width: 1439px) {
  .l-content {
    width: calc(1050 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .l-content {
    display: block;
    width: 100%;
  }
}
.l-content__sidebar {
  padding-top: 100px;
  width: 170px;
}
@media screen and (max-width: 1439px) {
  .l-content__sidebar {
    padding-top: calc(100 / 1440 * 100vw);
    width: calc(170 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .l-content__sidebar {
    padding-top: 0;
    width: 100%;
  }
}
.l-content__main {
  width: 847px;
}
@media screen and (max-width: 1439px) {
  .l-content__main {
    width: calc(847 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .l-content__main {
    width: 100%;
  }
}

.c-member__thumbnail {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 117px;
}
@media screen and (max-width: 1439px) {
  .c-member__thumbnail {
    height: calc(117 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-member__thumbnail {
    height: calc(80 / 375 * 100vw);
  }
}
.c-member__nameBox {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  margin-top: 5px;
}
@media screen and (max-width: 1439px) {
  .c-member__nameBox {
    margin-top: calc(5 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-member__nameBox {
    margin-top: calc(8 / 375 * 100vw);
  }
}
.c-member__nameBox__title {
  font-size: 12px;
  font-weight: bold;
  margin-right: 8px;
}
@media screen and (max-width: 1439px) {
  .c-member__nameBox__title {
    font-size: calc(12 / 1440 * 100vw);
    margin-right: calc(8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-member__nameBox__title {
    font-size: calc(10 / 375 * 100vw);
    line-height: calc(12 / 375 * 100vw);
    margin-right: calc(8 / 375 * 100vw);
  }
}
.c-member__nameBox__name {
  font-size: 16px;
  font-weight: normal;
}
@media screen and (max-width: 1439px) {
  .c-member__nameBox__name {
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-member__nameBox__name {
    font-size: calc(14 / 375 * 100vw);
  }
}
.c-member.member1 .c-member__thumbnail {
  background-image: url(../images/member_1.png);
  height: 250px;
}
@media screen and (max-width: 1439px) {
  .c-member.member1 .c-member__thumbnail {
    height: calc(250 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-member.member1 .c-member__thumbnail {
    background-image: url(../images/member_1_sp.png);
    height: calc(180 / 375 * 100vw);
  }
}
.c-member.member1 .c-member__nameBox {
  margin-top: 24px;
}
@media screen and (max-width: 1439px) {
  .c-member.member1 .c-member__nameBox {
    margin-top: calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-member.member1 .c-member__nameBox {
    margin-top: calc(8 / 375 * 100vw);
  }
}
.c-member.member1 .c-member__nameBox__title {
  font-size: 14px;
  margin-right: 24px;
}
@media screen and (max-width: 1439px) {
  .c-member.member1 .c-member__nameBox__title {
    font-size: calc(14 / 1440 * 100vw);
    margin-right: calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-member.member1 .c-member__nameBox__title {
    font-size: calc(12 / 375 * 100vw);
    margin-right: calc(16 / 375 * 100vw);
  }
}
.c-member.member1 .c-member__nameBox__name {
  font-size: 24px;
}
@media screen and (max-width: 1439px) {
  .c-member.member1 .c-member__nameBox__name {
    font-size: calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-member.member1 .c-member__nameBox__name {
    font-size: calc(16 / 375 * 100vw);
  }
}
.c-member.member2 .c-member__thumbnail {
  background-image: url(../images/member_2.png);
}
.c-member.member3 .c-member__thumbnail {
  background-image: url(../images/member_3.png);
}

.c-pagination {
  align-items: center;
  display: flex;
  justify-content: center;
}
.c-pagination span,
.c-pagination a {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
  align-items: center;
  border: 1px solid var(--color-border);
  border-radius: 50%;
  color: var(--color-main2);
  display: flex;
  font-family: "Inter";
  font-size: 16px;
  font-weight: bold;
  height: 50px;
  justify-content: center;
          user-select: none;
  width: 50px;
}
@media screen and (max-width: 1439px) {
  .c-pagination span,
.c-pagination a {
    font-size: calc(16 / 1440 * 100vw);
    height: calc(50 / 1440 * 100vw);
    width: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-pagination span,
.c-pagination a {
    font-size: calc(16 / 375 * 100vw);
    height: calc(50 / 375 * 100vw);
    width: calc(50 / 375 * 100vw);
  }
}
.c-pagination span.current, .c-pagination span:hover,
.c-pagination a.current,
.c-pagination a:hover {
  color: var(--color-black);
  opacity: 1;
}
.c-pagination span.prev, .c-pagination span.next,
.c-pagination a.prev,
.c-pagination a.next {
  display: none;
}
.c-pagination span.dots,
.c-pagination a.dots {
  border: 0;
  color: var(--color-black);
  margin-left: 0;
  margin-right: -16px;
  transform: translateY(-5px);
}
@media screen and (max-width: 1439px) {
  .c-pagination span.dots,
.c-pagination a.dots {
    margin-right: calc(-16 / 1440 * 100vw);
    transform: translateY(calc(-5 / 1440 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  .c-pagination span.dots,
.c-pagination a.dots {
    margin-right: calc(-8 / 375 * 100vw);
    transform: translateY(calc(-5 / 375 * 100vw));
  }
}
.c-pagination span + *,
.c-pagination a + * {
  margin-left: 16px;
}
@media screen and (max-width: 1439px) {
  .c-pagination span + *,
.c-pagination a + * {
    margin-left: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-pagination span + *,
.c-pagination a + * {
    margin-left: calc(8 / 375 * 100vw);
  }
}

.p-header {
  height: 85px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1439px) {
  .p-header {
    height: calc(85 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header {
    background-color: rgba(255, 255, 255, 0.6);
    height: calc(56 / 375 * 100vw);
  }
}
.p-header .l-container {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.p-header__inner {
  align-items: center;
  display: flex;
  height: 100%;
  padding: 0 40px;
}
@media screen and (max-width: 1439px) {
  .p-header__inner {
    padding: 0 calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    padding: 0 calc(13 / 375 * 100vw) 0 calc(17 / 375 * 100vw);
  }
}
.p-header__logo {
  width: 292px;
}
@media screen and (max-width: 1439px) {
  .p-header__logo {
    width: calc(292 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    width: calc(168 / 375 * 100vw);
  }
}
.p-header__logo a {
  display: block;
}
.p-header__logo__image {
  -webkit-mask-image: url(../images/logo_digimarllinks.svg);
  -webkit-mask-position: center left;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: #231815;
  content: "";
  display: block;
  height: 32px;
          mask-image: url(../images/logo_digimarllinks.svg);
          mask-position: center left;
          mask-repeat: no-repeat;
          mask-size: contain;
  overflow: hidden;
  text-indent: 150vw;
  white-space: nowrap;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .p-header__logo__image {
    height: calc(32 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header__logo__image {
    height: calc(18 / 375 * 100vw);
  }
}
.p-header__navBox {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 4px;
  display: flex;
  height: 52px;
  margin-left: auto;
  overflow: hidden;
  padding-left: 40px;
  padding-right: 144px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-header__navBox {
    border-radius: calc(4 / 1440 * 100vw);
    height: calc(52 / 1440 * 100vw);
    padding-left: calc(40 / 1440 * 100vw);
    padding-right: calc(144 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header__navBox {
    border-radius: calc(4 / 375 * 100vw);
    display: none;
    height: calc(52 / 375 * 100vw);
    padding-left: calc(40 / 375 * 100vw);
    padding-right: calc(144 / 375 * 100vw);
  }
}
.p-header__navBox__nav {
  height: 100%;
}
.p-header__navBox__nav > ul {
  align-items: center;
  display: flex;
  height: 100%;
}
.p-header__navBox__nav > ul > li {
  align-items: center;
  display: flex;
  font-size: 14px;
  font-weight: bold;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-header__navBox__nav > ul > li {
    font-size: calc(14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header__navBox__nav > ul > li {
    font-size: calc(14 / 375 * 100vw);
  }
}
.p-header__navBox__nav > ul > li::after {
  background-color: var(--color-main);
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  transform: scale(0);
  transform-origin: bottom left;
  transition: 0.3s;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .p-header__navBox__nav > ul > li::after {
    height: calc(2 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header__navBox__nav > ul > li::after {
    height: calc(2 / 375 * 100vw);
  }
}
.p-header__navBox__nav > ul > li + li {
  margin-left: 32px;
}
@media screen and (max-width: 1439px) {
  .p-header__navBox__nav > ul > li + li {
    margin-left: calc(32 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header__navBox__nav > ul > li + li {
    margin-left: calc(32 / 375 * 100vw);
  }
}
.p-header__navBox__nav > ul > li.is-hover::after {
  transform: scale(1);
}
.p-header__navBox__nav > ul > li.is-hover a {
  color: var(--color-main);
}
.p-header__navBox__nav a:hover {
  opacity: 1;
}
.p-header__navBox__contact {
  align-items: center;
  border: 1px solid var(--color-main);
  border-radius: 50%;
  bottom: 0;
  display: flex;
  height: 120px;
  justify-content: center;
  margin: auto 0;
  position: absolute;
  right: -10px;
  top: 0;
  width: 120px;
}
@media screen and (max-width: 1439px) {
  .p-header__navBox__contact {
    height: calc(120 / 1440 * 100vw);
    right: calc(-10 / 1440 * 100vw);
    width: calc(120 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header__navBox__contact {
    height: calc(120 / 375 * 100vw);
    right: calc(-10 / 375 * 100vw);
    width: calc(120 / 375 * 100vw);
  }
}
.p-header__navBox__contact::before {
  background-color: var(--color-main);
  border-radius: 50%;
  content: "";
  height: 120px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(0);
  transition: 0.1s;
  width: 120px;
}
@media screen and (max-width: 1439px) {
  .p-header__navBox__contact::before {
    height: calc(120 / 1440 * 100vw);
    width: calc(120 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header__navBox__contact::before {
    height: calc(120 / 375 * 100vw);
    width: calc(120 / 375 * 100vw);
  }
}
.p-header__navBox__contact a {
  color: var(--color-main);
  font-size: 12px;
  font-weight: bold;
  position: relative;
  transition: 0.1s;
  z-index: 1;
}
@media screen and (max-width: 1439px) {
  .p-header__navBox__contact a {
    font-size: calc(12 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header__navBox__contact a {
    font-size: calc(12 / 375 * 100vw);
  }
}
.p-header__navBox__contact.is-hover::before {
  transform: scale(1);
}
.p-header__navBox__contact.is-hover a {
  color: var(--color-white);
  opacity: 1;
}
.p-header__hamburger {
  display: none;
  margin-left: auto;
  width: calc(56 / 375 * 100vw);
}
.p-header__hamburger img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-header__hamburger {
    display: block;
  }
}
.p-header.is-clone {
  position: fixed !important;
  top: 0;
  transform: translateY(-200%);
  transition: 0.6s;
  width: 100%;
  z-index: 100;
}
.p-header.is-clone.is-show {
  transform: translateY(0);
}

#index .p-header {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-footer {
  background-image: url(../images/footer_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 310px;
}
@media screen and (max-width: 1439px) {
  .p-footer {
    height: calc(310 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer {
    background-image: url(../images/footer_bg_sp.png);
    height: auto;
    position: relative;
    z-index: 1;
  }
}
.p-footer__inner {
  padding-top: 120px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-footer__inner {
    padding-top: calc(120 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__inner {
    padding-bottom: calc(80 / 375 * 100vw);
    padding-top: calc(50 / 375 * 100vw);
  }
}
.p-footer__company {
  left: 0;
  position: absolute;
  top: 80px;
}
@media screen and (max-width: 1439px) {
  .p-footer__company {
    top: calc(80 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__company {
    margin-top: calc(75 / 375 * 100vw);
    position: static;
    top: calc(80 / 375 * 100vw);
  }
}
.p-footer__company__logo {
  width: 240px;
}
@media screen and (max-width: 1439px) {
  .p-footer__company__logo {
    width: calc(240 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__company__logo {
    width: 100%;
  }
}
.p-footer__company__logo a {
  display: block;
}
.p-footer__company__logo__image {
  -webkit-mask-image: url(../images/logo_digimarllinks.svg);
  -webkit-mask-position: center left;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: var(--color-white);
  content: "";
  display: block;
  height: 26px;
          mask-image: url(../images/logo_digimarllinks.svg);
          mask-position: center left;
          mask-repeat: no-repeat;
          mask-size: contain;
  overflow: hidden;
  text-indent: 150vw;
  white-space: nowrap;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .p-footer__company__logo__image {
    height: calc(26 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__company__logo__image {
    height: calc(21 / 375 * 100vw);
    width: calc(240 / 375 * 100vw);
  }
}
.p-footer__company__info {
  color: var(--color-white);
  font-weight: bold;
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  .p-footer__company__info {
    margin-top: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__company__info {
    margin-top: calc(24 / 375 * 100vw);
  }
}
.p-footer__company__info__name {
  font-size: 12px;
}
@media screen and (max-width: 1439px) {
  .p-footer__company__info__name {
    font-size: calc(12 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__company__info__name {
    font-size: calc(12 / 375 * 100vw);
  }
}
.p-footer__company__info__address {
  font-size: 12px;
  line-height: 17px;
  margin-top: 10px;
}
@media screen and (max-width: 1439px) {
  .p-footer__company__info__address {
    font-size: calc(12 / 1440 * 100vw);
    line-height: calc(17 / 1440 * 100vw);
    margin-top: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__company__info__address {
    font-size: calc(12 / 375 * 100vw);
    line-height: calc(17 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
  }
}
.p-footer__company__info__subInfo {
  align-items: center;
  display: flex;
  margin-top: 10px;
}
@media screen and (max-width: 1439px) {
  .p-footer__company__info__subInfo {
    margin-top: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__company__info__subInfo {
    margin-top: calc(10 / 375 * 100vw);
  }
}
.p-footer__company__info__subInfo a {
  color: var(--color-white);
}
.p-footer__company__info__subInfo__map {
  align-items: center;
  display: flex;
  font-size: 12px;
}
@media screen and (max-width: 1439px) {
  .p-footer__company__info__subInfo__map {
    font-size: calc(12 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__company__info__subInfo__map {
    font-size: calc(12 / 375 * 100vw);
  }
}
.p-footer__company__info__subInfo__map::before {
  -webkit-mask-image: url(../images/icon_map.svg);
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: var(--color-white);
  content: "";
  display: block;
  height: 13px;
  margin-right: 2px;
          mask-image: url(../images/icon_map.svg);
          mask-position: center center;
          mask-repeat: no-repeat;
          mask-size: contain;
  width: 13px;
}
@media screen and (max-width: 1439px) {
  .p-footer__company__info__subInfo__map::before {
    height: calc(13 / 1440 * 100vw);
    margin-right: calc(2 / 1440 * 100vw);
    width: calc(13 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__company__info__subInfo__map::before {
    height: calc(13 / 375 * 100vw);
    margin-right: calc(2 / 375 * 100vw);
    width: calc(13 / 375 * 100vw);
  }
}
.p-footer__company__info__subInfo__tel {
  align-items: center;
  display: flex;
  margin-left: 10px;
}
@media screen and (max-width: 1439px) {
  .p-footer__company__info__subInfo__tel {
    margin-left: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__company__info__subInfo__tel {
    margin-left: calc(10 / 375 * 100vw);
  }
}
.p-footer__company__info__subInfo__tel__number {
  align-items: center;
  display: flex;
  font-size: 14px;
}
@media screen and (max-width: 1439px) {
  .p-footer__company__info__subInfo__tel__number {
    font-size: calc(14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__company__info__subInfo__tel__number {
    font-size: calc(14 / 375 * 100vw);
  }
}
.p-footer__company__info__subInfo__tel__number::before {
  -webkit-mask-image: url(../images/icon_tel.svg);
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: var(--color-white);
  content: "";
  display: block;
  height: 13px;
  margin-right: 4px;
          mask-image: url(../images/icon_tel.svg);
          mask-position: center center;
          mask-repeat: no-repeat;
          mask-size: contain;
  width: 14px;
}
@media screen and (max-width: 1439px) {
  .p-footer__company__info__subInfo__tel__number::before {
    height: calc(13 / 1440 * 100vw);
    margin-right: calc(4 / 1440 * 100vw);
    width: calc(14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__company__info__subInfo__tel__number::before {
    height: calc(13 / 375 * 100vw);
    margin-right: calc(4 / 375 * 100vw);
    width: calc(14 / 375 * 100vw);
  }
}
.p-footer__company__info__subInfo__tel__number a {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-footer__company__info__subInfo__tel__number a {
    pointer-events: auto;
  }
}
.p-footer__company__info__subInfo__tel__text {
  font-size: 10px;
}
@media screen and (max-width: 1439px) {
  .p-footer__company__info__subInfo__tel__text {
    font-size: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__company__info__subInfo__tel__text {
    font-size: calc(10 / 375 * 100vw);
  }
}
.p-footer__company__bannerBox {
  margin-top: 20px;
}
@media screen and (max-width: 1439px) {
  .p-footer__company__bannerBox {
    margin-top: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__company__bannerBox {
    margin-top: calc(25 / 375 * 100vw);
  }
}
.p-footer__company__bannerBox a {
  display: block;
}
.p-footer__company__bannerBox__banner {
  align-items: center;
  border: 1px solid var(--color-white);
  display: flex;
  height: 30px;
  justify-content: center;
  width: 140px;
}
@media screen and (max-width: 1439px) {
  .p-footer__company__bannerBox__banner {
    height: calc(30 / 1440 * 100vw);
    width: calc(140 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__company__bannerBox__banner {
    height: calc(40 / 375 * 100vw);
    width: 100%;
  }
}
.p-footer__company__bannerBox__banner__image {
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-image: url(../images/logo_digimarl.svg);
  background-color: var(--color-white);
  content: "";
  display: block;
  height: 12px;
          mask-image: url(../images/logo_digimarl.svg);
          mask-position: center center;
          mask-repeat: no-repeat;
          mask-size: contain;
  overflow: hidden;
  text-indent: 150vw;
  white-space: nowrap;
  width: 76px;
}
.p-footer__content {
  margin-left: auto;
  width: 773px;
}
@media screen and (max-width: 1439px) {
  .p-footer__content {
    width: calc(773 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__content {
    width: 100%;
  }
}
.p-footer__content__nav > ul {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-footer__content__nav > ul {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.p-footer__content__nav > ul > li {
  margin-right: 32px;
}
@media screen and (max-width: 1439px) {
  .p-footer__content__nav > ul > li {
    margin-right: calc(32 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__content__nav > ul > li {
    border-bottom: 1px solid var(--color-white);
    margin-right: calc(0 / 375 * 100vw);
    width: calc(160 / 375 * 100vw);
  }
}
.p-footer__content__nav > ul > li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .p-footer__content__nav__navBox {
    padding-bottom: calc(17 / 375 * 100vw);
    padding-top: calc(28 / 375 * 100vw);
  }
}
.p-footer__content__nav__navBox__link {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 1439px) {
  .p-footer__content__nav__navBox__link {
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__content__nav__navBox__link {
    font-size: calc(16 / 375 * 100vw);
  }
}
.p-footer__content__nav__navBox__link a {
  color: var(--color-white);
}
.p-footer__content__nav__navBox__link a:hover {
  color: var(--color-main);
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .p-footer__content__nav__navBox__link a:hover {
    color: var(--color-white);
  }
}
.p-footer__content__nav__navBox__text {
  color: var(--color-white);
  font-family: "Inter";
  font-size: 12px;
  font-weight: 300;
  margin-top: 10px;
}
@media screen and (max-width: 1439px) {
  .p-footer__content__nav__navBox__text {
    font-size: calc(12 / 1440 * 100vw);
    margin-top: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__content__nav__navBox__text {
    font-size: calc(12 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
  }
}
.p-footer__content__subNav {
  border-top: 1px solid var(--color-white);
  font-size: 12px;
  font-weight: bold;
  margin-top: 30px;
  padding-top: 20px;
}
@media screen and (max-width: 1439px) {
  .p-footer__content__subNav {
    font-size: calc(12 / 1440 * 100vw);
    margin-top: calc(30 / 1440 * 100vw);
    padding-top: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__content__subNav {
    font-size: calc(12 / 375 * 100vw);
    line-height: calc(17 / 375 * 100vw);
    margin-top: calc(55 / 375 * 100vw);
    padding-top: calc(20 / 375 * 100vw);
  }
}
.p-footer__content__subNav a {
  color: var(--color-white);
}
.p-footer__content__subNav a:hover {
  color: var(--color-main);
}
@media screen and (max-width: 767px) {
  .p-footer__content__subNav a:hover {
    color: var(--color-white);
  }
}
.p-footer__content__copyright {
  bottom: 0;
  color: var(--color-white);
  font-size: 12px;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 1439px) {
  .p-footer__content__copyright {
    font-size: calc(12 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__content__copyright {
    font-size: calc(12 / 375 * 100vw);
    margin-top: calc(40 / 375 * 100vw);
    position: static;
  }
}

.p-mainVisual {
  background-image: url(../images/mainvisual_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 800px;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual {
    height: calc(800 / 1920 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual {
    background-image: url(../images/mainvisual_bg_sp.png);
    height: calc(740 / 375 * 100vw);
  }
}
.p-mainVisual .l-container {
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  width: 1920px;
}
@media screen and (max-width: 1919px) {
  .p-mainVisual .l-container {
    width: 100%;
  }
}
@media screen and (max-width: 1439px) {
  .p-mainVisual .l-container {
    padding-left: calc(40 / 1440 * 100vw);
    padding-right: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual .l-container {
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
  }
}
.p-mainVisual__inner {
  display: flex;
  height: 100%;
  justify-content: center;
  padding-top: 85px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__inner {
    padding-top: calc(85 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__inner {
    display: block;
    padding-top: calc(56 / 375 * 100vw);
  }
}
.p-mainVisual__swiper {
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-mainVisual__swiper {
    width: calc(335 / 375 * 100vw);
  }
}
.p-mainVisual__swiper .swiper-slide {
  opacity: 0 !important;
}
.p-mainVisual__swiper .swiper-slide-active {
  opacity: 1 !important;
}
.p-mainVisual__swiper__block {
  background-position: center;
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 699px;
  overflow: hidden;
  text-indent: 150vw;
  white-space: nowrap;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__swiper__block {
    height: calc(495 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__swiper__block {
    height: calc(544 / 375 * 100vw);
  }
}
.p-mainVisual__swiper__block.slide1 {
  background-image: url(../images/mainvisual_slide_1.png);
}
@media screen and (max-width: 767px) {
  .p-mainVisual__swiper__block.slide1 {
    background-image: url(../images/mainvisual_slide_1_sp.png);
  }
}
.p-mainVisual__swiper__block.slide2 {
  background-image: url(../images/mainvisual_slide_2.png);
}
@media screen and (max-width: 767px) {
  .p-mainVisual__swiper__block.slide2 {
    background-image: url(../images/mainvisual_slide_2_sp.png);
  }
}
.p-mainVisual__swiper__block.slide3 {
  background-image: url(../images/mainvisual_slide_3.png);
}
@media screen and (max-width: 767px) {
  .p-mainVisual__swiper__block.slide3 {
    background-image: url(../images/mainvisual_slide_3_sp.png);
  }
}
.p-mainVisual__news {
  align-items: center;
  background-color: var(--color-white);
  bottom: 0;
  display: flex;
  height: 100px;
  left: 0;
  position: absolute;
  width: 544px;
  z-index: 1;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__news {
    height: calc(100 / 1440 * 100vw);
    width: calc(544 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__news {
    display: block;
    height: calc(100 / 375 * 100vw);
    margin: calc(16 / 375 * 100vw) auto 0;
    position: static;
    position: relative;
    width: calc(335 / 375 * 100vw);
  }
}
.p-mainVisual__news__titleBox {
  align-items: center;
  border-right: 1px solid var(--color-border);
  display: flex;
  height: 100%;
  justify-content: center;
  width: 120px;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__news__titleBox {
    width: calc(120 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__news__titleBox {
    border-right: 0;
    height: auto;
    justify-content: flex-start;
    margin-bottom: calc(10 / 375 * 100vw);
    padding: 0 calc(20 / 375 * 100vw);
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__news__titleBox__inner {
    align-items: center;
    border-bottom: 1px solid var(--color-border);
    display: flex;
    height: calc(40 / 375 * 100vw);
    width: 100%;
  }
}
.p-mainVisual__news__titleBox__en {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 5px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__news__titleBox__en {
    font-size: calc(24 / 1440 * 100vw);
    margin-bottom: calc(5 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__news__titleBox__en {
    font-size: calc(16 / 375 * 100vw);
    margin-bottom: calc(0 / 375 * 100vw);
    margin-right: calc(8 / 375 * 100vw);
  }
}
.p-mainVisual__news__titleBox__ja {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__news__titleBox__ja {
    font-size: calc(12 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__news__titleBox__ja {
    font-size: calc(10 / 375 * 100vw);
  }
}
.p-mainVisual__news__swiper {
  margin: 0 12px;
  padding: 0 12px;
  width: 296px;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__news__swiper {
    margin: 0 calc(12 / 1440 * 100vw);
    padding: 0 calc(12 / 1440 * 100vw);
    width: calc(296 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__news__swiper {
    margin: 0 calc(10 / 375 * 100vw);
    padding: 0 calc(10 / 375 * 100vw);
    width: 100%;
  }
}
.p-mainVisual__news__swiper__block__infoBox {
  align-items: center;
  display: flex;
  margin-bottom: 5px;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__news__swiper__block__infoBox {
    margin-bottom: calc(5 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__news__swiper__block__infoBox {
    margin-bottom: calc(5 / 375 * 100vw);
  }
}
.p-mainVisual__news__swiper__block__infoBox__modDate {
  color: var(--color-main2);
  font-family: "Inter";
  font-size: 12px;
  font-weight: bold;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__news__swiper__block__infoBox__modDate {
    font-size: calc(12 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__news__swiper__block__infoBox__modDate {
    font-size: calc(12 / 375 * 100vw);
  }
}
.p-mainVisual__news__swiper__block__infoBox__category {
  background-color: rgba(35, 182, 188, 0.4);
  border-radius: 20px;
  color: var(--color-white);
  font-size: 11px;
  font-weight: 500;
  height: 14px;
  margin-left: 8px;
  padding: 0 8px;
  padding-top: 1px;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__news__swiper__block__infoBox__category {
    border-radius: calc(20 / 1440 * 100vw);
    font-size: calc(11 / 1440 * 100vw);
    height: calc(14 / 1440 * 100vw);
    margin-left: calc(8 / 1440 * 100vw);
    padding: 0 calc(8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__news__swiper__block__infoBox__category {
    border-radius: calc(20 / 375 * 100vw);
    font-size: calc(11 / 375 * 100vw);
    height: calc(14 / 375 * 100vw);
    margin-left: calc(8 / 375 * 100vw);
    padding: 0 calc(8 / 375 * 100vw);
  }
}
.p-mainVisual__news__swiper__block__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__news__swiper__block__title {
    font-size: calc(14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__news__swiper__block__title {
    font-size: calc(14 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__news__link {
    position: absolute;
    right: calc(20 / 375 * 100vw);
    top: calc(14 / 375 * 100vw);
  }
}
.p-mainVisual__news__link a {
  align-items: center;
  display: flex;
  font-size: 12px;
  font-weight: bold;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__news__link a {
    font-size: calc(12 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__news__link a {
    font-size: calc(12 / 375 * 100vw);
  }
}
.p-mainVisual__news__link a::after {
  background-color: var(--color-main);
  content: "";
  display: block;
  height: 4px;
  margin-left: 4px;
  width: 4px;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__news__link a::after {
    height: calc(4 / 1440 * 100vw);
    margin-left: calc(4 / 1440 * 100vw);
    width: calc(4 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__news__link a::after {
    height: calc(4 / 375 * 100vw);
    margin-left: calc(4 / 375 * 100vw);
    width: calc(4 / 375 * 100vw);
  }
}

.p-gotop {
  height: 65px;
}
@media screen and (max-width: 1439px) {
  .p-gotop {
    height: calc(65 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-gotop {
    height: calc(65 / 375 * 100vw);
  }
}
.p-gotop .l-container {
  height: 100%;
}
.p-gotop__inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}
.p-gotop__link {
  font-family: "Inter";
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 1439px) {
  .p-gotop__link {
    font-size: calc(14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-gotop__link {
    font-size: calc(14 / 375 * 100vw);
  }
}
.p-gotop__link a {
  align-items: center;
  display: flex;
  justify-content: center;
}
.p-gotop__link a::after {
  background-color: var(--color-main);
  content: "";
  display: block;
  height: 4px;
  margin-left: 8px;
  width: 4px;
}
@media screen and (max-width: 1439px) {
  .p-gotop__link a::after {
    height: calc(4 / 1440 * 100vw);
    margin-left: calc(8 / 1440 * 100vw);
    width: calc(4 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-gotop__link a::after {
    height: calc(4 / 375 * 100vw);
    margin-left: calc(8 / 375 * 100vw);
    width: calc(4 / 375 * 100vw);
  }
}

.p-cta {
  background-image: url(../images/cta_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 460px;
}
@media screen and (max-width: 1439px) {
  .p-cta {
    height: calc(460 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta {
    background-image: url(../images/cta_bg_sp.png);
    height: auto;
    position: relative;
    z-index: 1;
  }
}
.p-cta .l-container {
  height: 100%;
}
.p-cta__inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-cta__inner {
    display: block;
    padding-bottom: calc(80 / 375 * 100vw);
    padding-top: calc(80 / 375 * 100vw);
  }
}
.p-cta__content {
  margin: 0 auto;
  position: relative;
  width: 714px;
}
@media screen and (max-width: 1439px) {
  .p-cta__content {
    width: calc(714 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__content {
    width: 100%;
  }
}
.p-cta__content__textBox {
  color: var(--color-white);
  position: relative;
  z-index: 1;
}
.p-cta__content__textBox__titleBox__titleEn {
  font-size: 72px;
  font-weight: 500;
  margin-bottom: 25px;
}
@media screen and (max-width: 1439px) {
  .p-cta__content__textBox__titleBox__titleEn {
    font-size: calc(72 / 1440 * 100vw);
    margin-bottom: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__content__textBox__titleBox__titleEn {
    font-size: calc(56 / 375 * 100vw);
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
.p-cta__content__textBox__titleBox__titleJa {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 1439px) {
  .p-cta__content__textBox__titleBox__titleJa {
    font-size: calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__content__textBox__titleBox__titleJa {
    font-size: calc(24 / 375 * 100vw);
  }
}
.p-cta__content__textBox__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  margin-top: 30px;
}
@media screen and (max-width: 1439px) {
  .p-cta__content__textBox__text {
    font-size: calc(16 / 1440 * 100vw);
    line-height: calc(23 / 1440 * 100vw);
    margin-top: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__content__textBox__text {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
    margin-top: calc(30 / 375 * 100vw);
  }
}
.p-cta__content__button {
  left: 515px;
  position: absolute;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 1439px) {
  .p-cta__content__button {
    left: calc(515 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__content__button {
    left: calc(515 / 375 * 100vw);
    margin-top: calc(-15 / 375 * 100vw);
    position: static;
  }
}
.p-cta__content__button a {
  align-items: center;
  border-radius: 50%;
  color: var(--color-white);
  display: flex;
  font-size: 16px;
  font-weight: bold;
  height: 200px;
  justify-content: center;
  position: relative;
  width: 200px;
}
@media screen and (max-width: 1439px) {
  .p-cta__content__button a {
    font-size: calc(16 / 1440 * 100vw);
    height: calc(200 / 1440 * 100vw);
    width: calc(200 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__content__button a {
    font-size: calc(16 / 375 * 100vw);
    height: calc(200 / 375 * 100vw);
    width: calc(200 / 375 * 100vw);
  }
}
.p-cta__content__button a::before {
  border: 1px solid var(--color-border);
  border-radius: 50%;
  bottom: 0;
  content: "";
  height: 200px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transform-origin: center center;
  transition: 0.3s;
  width: 200px;
}
@media screen and (max-width: 1439px) {
  .p-cta__content__button a::before {
    height: calc(200 / 1440 * 100vw);
    width: calc(200 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__content__button a::before {
    height: calc(200 / 375 * 100vw);
    width: calc(200 / 375 * 100vw);
  }
}
.p-cta__content__button a span {
  position: relative;
}
.p-cta__content__button a span::after {
  -webkit-mask-image: url(../images/icon_arrow_button.svg);
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: var(--color-white);
  content: "";
  display: block;
  height: 4px;
  margin: 10px auto 0;
          mask-image: url(../images/icon_arrow_button.svg);
          mask-position: center center;
          mask-repeat: no-repeat;
          mask-size: contain;
  width: 16px;
}
@media screen and (max-width: 1439px) {
  .p-cta__content__button a span::after {
    height: calc(4 / 1440 * 100vw);
    margin: calc(10 / 1440 * 100vw) auto 0;
    width: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__content__button a span::after {
    height: calc(4 / 375 * 100vw);
    margin: calc(10 / 375 * 100vw) auto 0;
    width: calc(16 / 375 * 100vw);
  }
}
.p-cta__content__button a:hover {
  opacity: 1;
}
.p-cta__content__button a:hover::before {
  background-color: rgba(255, 255, 255, 0.2);
  transform: scale(1.2);
}
@media screen and (max-width: 767px) {
  .p-cta__content__button a:hover::before {
    background-color: transparent;
    transform: scale(1);
  }
}
.p-cta--entry {
  background-image: url(../images/ctaentry_bg.png);
}

.p-pageTitle {
  border-bottom: 1px solid var(--color-border);
  border-top: 1px solid var(--color-border);
  height: 168px;
}
@media screen and (max-width: 1439px) {
  .p-pageTitle {
    height: calc(168 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-pageTitle {
    height: calc(96 / 375 * 100vw);
  }
}
.p-pageTitle .l-container {
  height: 100%;
}
.p-pageTitle__inner {
  align-items: center;
  display: flex;
  height: 100%;
}
.p-pageTitle__titleBox {
  align-items: center;
  display: flex;
}
.p-pageTitle__titleBox__titleEn {
  color: var(--color-main2);
  font-family: "Inter";
  font-size: 72px;
  font-weight: 500;
  margin-right: 24px;
  text-transform: uppercase;
}
@media screen and (max-width: 1439px) {
  .p-pageTitle__titleBox__titleEn {
    font-size: calc(72 / 1440 * 100vw);
    margin-right: calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-pageTitle__titleBox__titleEn {
    font-size: calc(40 / 375 * 100vw);
    margin-right: calc(24 / 375 * 100vw);
  }
}
.p-pageTitle__titleBox__titleJa {
  font-size: 24px;
}
@media screen and (max-width: 1439px) {
  .p-pageTitle__titleBox__titleJa {
    font-size: calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-pageTitle__titleBox__titleJa {
    font-size: calc(14 / 375 * 100vw);
  }
}
.p-pageTitle.is-thin {
  height: 56px;
}
@media screen and (max-width: 1439px) {
  .p-pageTitle.is-thin {
    height: calc(56 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-pageTitle.is-thin {
    height: calc(35 / 375 * 100vw);
  }
}
.p-pageTitle.is-thin .p-pageTitle__titleBox__titleEn {
  font-size: 32px;
  margin-right: 16px;
}
@media screen and (max-width: 1439px) {
  .p-pageTitle.is-thin .p-pageTitle__titleBox__titleEn {
    font-size: calc(32 / 1440 * 100vw);
    margin-right: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-pageTitle.is-thin .p-pageTitle__titleBox__titleEn {
    font-size: calc(16 / 375 * 100vw);
    margin-right: calc(16 / 375 * 100vw);
  }
}
.p-pageTitle.is-thin .p-pageTitle__titleBox__titleJa {
  font-size: 12px;
}
@media screen and (max-width: 1439px) {
  .p-pageTitle.is-thin .p-pageTitle__titleBox__titleJa {
    font-size: calc(12 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-pageTitle.is-thin .p-pageTitle__titleBox__titleJa {
    font-size: calc(10 / 375 * 100vw);
  }
}

.p-breadCrumb {
  height: 40px;
}
@media screen and (max-width: 1439px) {
  .p-breadCrumb {
    height: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-breadCrumb {
    height: calc(40 / 375 * 100vw);
  }
}
.p-breadCrumb .l-container {
  height: 100%;
}
.p-breadCrumb__inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: flex-end;
}
.p-breadCrumb__nav > ul {
  align-items: center;
  display: flex;
}
.p-breadCrumb__nav > ul > li {
  align-items: center;
  color: rgba(58, 57, 57, 0.16);
  display: flex;
  font-size: 12px;
  font-weight: bold;
}
@media screen and (max-width: 1439px) {
  .p-breadCrumb__nav > ul > li {
    font-size: calc(12 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-breadCrumb__nav > ul > li {
    font-size: calc(10 / 375 * 100vw);
  }
}
.p-breadCrumb__nav > ul > li::before {
  background-color: rgba(58, 57, 57, 0.16);
  content: "";
  display: block;
  height: 2px;
  margin: 0 8px;
  width: 8px;
}
@media screen and (max-width: 1439px) {
  .p-breadCrumb__nav > ul > li::before {
    height: calc(2 / 1440 * 100vw);
    margin: 0 calc(8 / 1440 * 100vw);
    width: calc(8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-breadCrumb__nav > ul > li::before {
    height: calc(2 / 375 * 100vw);
    margin: 0 calc(8 / 375 * 100vw);
    width: calc(8 / 375 * 100vw);
  }
}
.p-breadCrumb__nav > ul > li:first-child::before {
  display: none;
}
.p-breadCrumb__nav a:hover {
  color: var(--color-main);
  opacity: 1;
}

.p-service__inner {
  padding: 80px 0;
}
@media screen and (max-width: 1439px) {
  .p-service__inner {
    padding: calc(80 / 1440 * 100vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .p-service__inner {
    padding: calc(40 / 375 * 100vw) 0 calc(80 / 375 * 100vw);
  }
}
.p-service__titleBox {
  margin-bottom: 70px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-service__titleBox {
    margin-bottom: calc(70 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-service__titleBox {
    margin-bottom: calc(40 / 375 * 100vw);
    text-align: left;
  }
}
.p-service__titleBox__title {
  font-size: 24px;
  font-weight: bold;
  line-height: 35px;
}
@media screen and (max-width: 1439px) {
  .p-service__titleBox__title {
    font-size: calc(24 / 1440 * 100vw);
    line-height: calc(35 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-service__titleBox__title {
    font-size: calc(18 / 375 * 100vw);
    line-height: calc(26 / 375 * 100vw);
  }
}
.p-service__serviceList {
  margin: 0 auto;
  width: 1064px;
}
@media screen and (max-width: 1439px) {
  .p-service__serviceList {
    width: calc(1064 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-service__serviceList {
    width: 100%;
  }
}
.p-service__serviceList > ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-service__serviceList > ul {
    display: block;
  }
}
.p-service__serviceList > ul > li {
  margin-left: 24px;
  margin-top: 47px;
}
@media screen and (max-width: 1439px) {
  .p-service__serviceList > ul > li {
    margin-left: calc(24 / 1440 * 100vw);
    margin-top: calc(47 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-service__serviceList > ul > li {
    margin-left: calc(0 / 375 * 100vw);
    margin-top: calc(32 / 375 * 100vw);
  }
}
.p-service__serviceList > ul > li:nth-child(-n+4) {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-service__serviceList > ul > li:nth-child(-n+4) {
    margin-top: calc(32 / 375 * 100vw);
  }
}
.p-service__serviceList > ul > li:nth-child(4n+1) {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .p-service__serviceList > ul > li:first-child {
    margin-top: 0;
  }
}
.p-service__serviceList__serviceBox {
  background-color: var(--color-bg3);
  height: 235px;
  padding-top: 32px;
  position: relative;
  width: 248px;
}
@media screen and (max-width: 1439px) {
  .p-service__serviceList__serviceBox {
    height: calc(235 / 1440 * 100vw);
    padding-top: calc(32 / 1440 * 100vw);
    width: calc(248 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-service__serviceList__serviceBox {
    height: auto;
    padding-bottom: calc(24 / 375 * 100vw);
    padding-top: calc(24 / 375 * 100vw);
    width: 100%;
  }
}
.p-service__serviceList__serviceBox__number {
  color: var(--color-main2);
  font-family: "Inter";
  font-size: 32px;
  font-weight: 500;
  left: 12px;
  position: absolute;
  top: -16px;
}
@media screen and (max-width: 1439px) {
  .p-service__serviceList__serviceBox__number {
    font-size: calc(32 / 1440 * 100vw);
    left: calc(12 / 1440 * 100vw);
    top: calc(-16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-service__serviceList__serviceBox__number {
    font-size: calc(32 / 375 * 100vw);
    left: calc(12 / 375 * 100vw);
    top: calc(-16 / 375 * 100vw);
  }
}
.p-service__serviceList__serviceBox__textBox__title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-service__serviceList__serviceBox__textBox__title {
    font-size: calc(18 / 1440 * 100vw);
    margin-bottom: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-service__serviceList__serviceBox__textBox__title {
    font-size: calc(16 / 375 * 100vw);
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
.p-service__serviceList__serviceBox__textBox__title::after {
  -webkit-mask-image: url(../images/icon_decoration_title.svg);
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: var(--color-main);
  bottom: -15px;
  content: "";
  display: block;
  height: 4px;
  left: 0;
  margin: 0 auto;
          mask-image: url(../images/icon_decoration_title.svg);
          mask-position: center center;
          mask-repeat: no-repeat;
          mask-size: contain;
  position: absolute;
  right: 0;
  width: 20px;
}
@media screen and (max-width: 1439px) {
  .p-service__serviceList__serviceBox__textBox__title::after {
    bottom: calc(-15 / 1440 * 100vw);
    height: calc(4 / 1440 * 100vw);
    width: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-service__serviceList__serviceBox__textBox__title::after {
    bottom: calc(-15 / 375 * 100vw);
    height: calc(4 / 375 * 100vw);
    width: calc(20 / 375 * 100vw);
  }
}
.p-service__serviceList__serviceBox__textBox__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  padding: 0 24px;
}
@media screen and (max-width: 1439px) {
  .p-service__serviceList__serviceBox__textBox__text {
    font-size: calc(14 / 1440 * 100vw);
    line-height: calc(25 / 1440 * 100vw);
    padding: 0 calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-service__serviceList__serviceBox__textBox__text {
    font-size: calc(12 / 375 * 100vw);
    line-height: calc(21 / 375 * 100vw);
    padding: 0 calc(24 / 375 * 100vw);
  }
}

.p-contact__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-contact__inner {
    display: block;
    padding-bottom: calc(80 / 375 * 100vw);
  }
}
.p-contact__content {
  padding: 40px 0;
  width: 448px;
}
@media screen and (max-width: 1439px) {
  .p-contact__content {
    padding: calc(40 / 1440 * 100vw) 0;
    width: calc(448 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-contact__content {
    padding: calc(25 / 375 * 100vw) 0 calc(40 / 375 * 100vw);
    width: 100%;
  }
}
.p-contact__content__textBox__text {
  font-size: 16px;
  font-weight: bold;
  line-height: 36px;
}
@media screen and (max-width: 1439px) {
  .p-contact__content__textBox__text {
    font-size: calc(16 / 1440 * 100vw);
    line-height: calc(36 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-contact__content__textBox__text {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
  }
}
.p-contact__content__exBox {
  background-color: var(--color-bg3);
  margin-top: 40px;
  padding: 30px;
}
@media screen and (max-width: 1439px) {
  .p-contact__content__exBox {
    margin-top: calc(40 / 1440 * 100vw);
    padding: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-contact__content__exBox {
    margin-top: calc(15 / 375 * 100vw);
    padding: calc(18 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
}
.p-contact__content__exBox__title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-contact__content__exBox__title {
    font-size: calc(16 / 1440 * 100vw);
    margin-bottom: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-contact__content__exBox__title {
    font-size: calc(14 / 375 * 100vw);
    margin-bottom: calc(15 / 375 * 100vw);
  }
}
.p-contact__content__exBox__textList > ul > li {
  display: flex;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
}
@media screen and (max-width: 1439px) {
  .p-contact__content__exBox__textList > ul > li {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-contact__content__exBox__textList > ul > li {
    font-size: calc(13 / 375 * 100vw);
    line-height: calc(22 / 375 * 100vw);
  }
}
.p-contact__content__exBox__textList > ul > li::before {
  background-color: var(--color-black);
  border-radius: 50%;
  content: "";
  height: 8px;
  margin-right: 10px;
  transform: translateY(12px);
  width: 8px;
}
@media screen and (max-width: 1439px) {
  .p-contact__content__exBox__textList > ul > li::before {
    height: calc(8 / 1440 * 100vw);
    margin-right: calc(10 / 1440 * 100vw);
    transform: translateY(calc(12 / 1440 * 100vw));
    width: calc(8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-contact__content__exBox__textList > ul > li::before {
    height: calc(8 / 375 * 100vw);
    margin-right: calc(10 / 375 * 100vw);
    transform: translateY(calc(12 / 375 * 100vw));
    width: calc(8 / 375 * 100vw);
  }
}
.p-contact__form {
  border-top: 1px solid var(--color-border);
  padding: 60px 100px 80px;
  width: 640px;
}
@media screen and (max-width: 1439px) {
  .p-contact__form {
    padding: calc(60 / 1440 * 100vw) calc(100 / 1440 * 100vw) calc(80 / 1440 * 100vw);
    width: calc(640 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-contact__form {
    padding: calc(64 / 375 * 100vw) calc(0 / 375 * 100vw) calc(0 / 375 * 100vw);
    width: 100%;
  }
}
.p-contact__form:has(input[type="submit"][value="送信する"]) .p-contact__form__agree {
  display: none;
}
.p-contact__form:has(input[type="submit"][value="送信する"]) .p-contact__form__block__radio {
  margin-bottom: 24px;
}
.p-contact__form__text {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 1439px) {
  .p-contact__form__text {
    font-size: calc(14 / 1440 * 100vw);
    margin-bottom: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-contact__form__text {
    font-size: calc(14 / 375 * 100vw);
    margin-bottom: calc(30 / 375 * 100vw);
  }
}
.p-contact__form__text span.kome {
  color: var(--color-main);
}
.p-contact__form__block__wrapper__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.p-contact__form__block__wrapper .p-contact__form__block {
  width: 210px;
}
@media screen and (max-width: 1439px) {
  .p-contact__form__block__wrapper .p-contact__form__block {
    width: calc(210 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-contact__form__block__wrapper .p-contact__form__block {
    width: calc(160 / 375 * 100vw);
  }
}
.p-contact__form__block__wrapper .p-contact__form__block + .p-contact__form__block {
  margin-top: 0;
}
.p-contact__form__block__wrapper + * {
  margin-top: 24px;
}
@media screen and (max-width: 1439px) {
  .p-contact__form__block__wrapper + * {
    margin-top: calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-contact__form__block__wrapper + * {
    margin-top: calc(32 / 375 * 100vw);
  }
}
.p-contact__form__block__titleBox {
  align-items: center;
  display: flex;
  margin-bottom: 12px;
}
@media screen and (max-width: 1439px) {
  .p-contact__form__block__titleBox {
    margin-bottom: calc(12 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-contact__form__block__titleBox {
    margin-bottom: calc(12 / 375 * 100vw);
  }
}
.p-contact__form__block__titleBox__title {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 1439px) {
  .p-contact__form__block__titleBox__title {
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-contact__form__block__titleBox__title {
    font-size: calc(16 / 375 * 100vw);
  }
}
.p-contact__form__block__titleBox__title.is-required::after {
  color: var(--color-main);
  content: "*";
}
.p-contact__form__block__titleBox__placeholder {
  color: var(--color-placeholder);
  font-size: 13px;
  font-weight: normal;
  margin-left: 8px;
}
@media screen and (max-width: 1439px) {
  .p-contact__form__block__titleBox__placeholder {
    font-size: calc(13 / 1440 * 100vw);
    margin-left: calc(8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-contact__form__block__titleBox__placeholder {
    font-size: calc(13 / 375 * 100vw);
    margin-left: calc(8 / 375 * 100vw);
  }
}
.p-contact__form__block__input input,
.p-contact__form__block__input select,
.p-contact__form__block__input textarea {
  border: 1px solid var(--color-border);
  border-radius: 5px;
  font-size: 13px;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .p-contact__form__block__input input,
.p-contact__form__block__input select,
.p-contact__form__block__input textarea {
    border-radius: calc(5 / 1440 * 100vw);
    font-size: calc(13 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-contact__form__block__input input,
.p-contact__form__block__input select,
.p-contact__form__block__input textarea {
    border-radius: calc(5 / 375 * 100vw);
    font-size: 16px;
  }
}
.p-contact__form__block__input input,
.p-contact__form__block__input select {
  height: 50px;
  padding: 0 18px;
}
@media screen and (max-width: 1439px) {
  .p-contact__form__block__input input,
.p-contact__form__block__input select {
    height: calc(50 / 1440 * 100vw);
    padding: 0 calc(18 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-contact__form__block__input input,
.p-contact__form__block__input select {
    height: calc(50 / 375 * 100vw);
    padding: 0 calc(8 / 375 * 100vw);
  }
}
.p-contact__form__block__input select {
  background-color: var(--color-white) !important;
  background-image: url(../images/icon_select.svg);
  background-position: right 21px center;
  background-repeat: no-repeat;
  background-size: 8px 6px;
  color: var(--color-black) !important;
}
@media screen and (max-width: 1439px) {
  .p-contact__form__block__input select {
    background-position: right calc(21 / 1440 * 100vw) center;
    background-size: calc(8 / 1440 * 100vw) calc(6 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-contact__form__block__input select {
    background-position: right calc(20 / 375 * 100vw) center;
    background-size: calc(8 / 375 * 100vw) calc(6 / 375 * 100vw);
  }
}
.p-contact__form__block__input select:invalid {
  color: var(--color-placeholder);
}
.p-contact__form__block__input textarea {
  height: 160px;
  padding: 18px;
}
@media screen and (max-width: 1439px) {
  .p-contact__form__block__input textarea {
    height: calc(160 / 1440 * 100vw);
    padding: calc(18 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-contact__form__block__input textarea {
    height: calc(160 / 375 * 100vw);
    padding: calc(8 / 375 * 100vw);
  }
}
.p-contact__form__block__input textarea::-moz-placeholder {
  color: var(--color-placeholder);
}
.p-contact__form__block__input textarea:-ms-input-placeholder {
  color: var(--color-placeholder);
}
.p-contact__form__block__input textarea::placeholder {
  color: var(--color-placeholder);
}
.p-contact__form__block__radio {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -10px;
  margin-right: -15px;
  margin-top: 16px;
}
@media screen and (max-width: 1439px) {
  .p-contact__form__block__radio {
    margin-bottom: calc(-10 / 1440 * 100vw);
    margin-right: calc(-15 / 1440 * 100vw);
    margin-top: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-contact__form__block__radio {
    margin-bottom: calc(-10 / 375 * 100vw);
    margin-right: calc(-15 / 375 * 100vw);
    margin-top: calc(20 / 375 * 100vw);
  }
}
.p-contact__form__block__radio .mwform-radio-field {
  margin-bottom: 10px;
  margin-left: 0 !important;
  margin-right: 15px;
}
@media screen and (max-width: 1439px) {
  .p-contact__form__block__radio .mwform-radio-field {
    margin-bottom: calc(10 / 1440 * 100vw);
    margin-right: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-contact__form__block__radio .mwform-radio-field {
    margin-bottom: calc(10 / 375 * 100vw);
    margin-right: calc(15 / 375 * 100vw);
  }
}
.p-contact__form__block__radio .mwform-radio-field label input {
  display: none;
}
.p-contact__form__block__radio .mwform-radio-field label input:checked + span::before {
  background-image: url(../images/icon_radio_checked.svg);
}
.p-contact__form__block__radio .mwform-radio-field label span {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 15px;
  font-weight: 500;
          user-select: none;
}
@media screen and (max-width: 1439px) {
  .p-contact__form__block__radio .mwform-radio-field label span {
    font-size: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-contact__form__block__radio .mwform-radio-field label span {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(20 / 375 * 100vw);
  }
}
.p-contact__form__block__radio .mwform-radio-field label span::before {
  background-image: url(../images/icon_radio.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 24px;
  margin-right: 4px;
  width: 24px;
}
@media screen and (max-width: 1439px) {
  .p-contact__form__block__radio .mwform-radio-field label span::before {
    height: calc(24 / 1440 * 100vw);
    margin-right: calc(4 / 1440 * 100vw);
    width: calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-contact__form__block__radio .mwform-radio-field label span::before {
    height: calc(24 / 375 * 100vw);
    margin-right: calc(4 / 375 * 100vw);
    width: calc(24 / 375 * 100vw);
  }
}
.p-contact__form__block + * {
  margin-top: 24px;
}
@media screen and (max-width: 1439px) {
  .p-contact__form__block + * {
    margin-top: calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-contact__form__block + * {
    margin-top: calc(32 / 375 * 100vw);
  }
}
.p-contact__form__agree {
  margin-top: 20px;
}
@media screen and (max-width: 1439px) {
  .p-contact__form__agree {
    margin-top: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-contact__form__agree {
    margin-top: calc(30 / 375 * 100vw);
  }
}
.p-contact__form__agree__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}
@media screen and (max-width: 1439px) {
  .p-contact__form__agree__text {
    font-size: calc(14 / 1440 * 100vw);
    line-height: calc(18 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-contact__form__agree__text {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(18 / 375 * 100vw);
  }
}
.p-contact__form__agree__text a {
  text-decoration: underline;
}
.p-contact__form__agree__checkbox {
  margin-top: 15px;
}
@media screen and (max-width: 1439px) {
  .p-contact__form__agree__checkbox {
    margin-top: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-contact__form__agree__checkbox {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.p-contact__form__agree__checkbox .mwform-checkbox-field label span {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
          user-select: none;
}
@media screen and (max-width: 1439px) {
  .p-contact__form__agree__checkbox .mwform-checkbox-field label span {
    font-size: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-contact__form__agree__checkbox .mwform-checkbox-field label span {
    font-size: calc(15 / 375 * 100vw);
  }
}
.p-contact__form__submit {
  margin-top: 50px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-contact__form__submit {
    margin-top: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-contact__form__submit {
    margin-top: calc(40 / 375 * 100vw);
  }
}
.p-contact__form__submit::before {
  background-image: url(../images/form_button2_hover.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 60px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.p-contact__form__submit:has(input[type="submit"][value="送信する"])::before {
  background-image: url(../images/form_button_hover.svg);
}
@media screen and (max-width: 1439px) {
  .p-contact__form__submit::before {
    height: calc(60 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-contact__form__submit::before {
    display: none;
    height: calc(60 / 375 * 100vw);
  }
}
.p-contact__form__submit input {
  background-image: url(../images/form_button2.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  cursor: pointer;
  display: block;
  height: 60px;
  overflow: hidden;
  padding: 0;
  text-indent: 150vw;
  transition: 0.3s;
  white-space: nowrap;
  width: 100%;
}
.p-contact__form__submit input[type="submit"][value="送信する"] {
  background-image: url(../images/form_button.svg);
}
@media screen and (max-width: 1439px) {
  .p-contact__form__submit input {
    height: calc(60 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-contact__form__submit input {
    background-image: url(../images/form_button2_sp.svg);
    height: calc(60 / 375 * 100vw);
  }
  .p-contact__form__submit input[type="submit"][value="送信する"] {
    background-image: url(../images/form_button_sp.svg);
  }
}
.p-contact__form__submit input:hover {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-contact__form__submit input:hover {
    opacity: 1;
  }
}
.p-contact__form .error {
  color: var(--color-error) !important;
  font-size: 13px !important;
  margin-top: 10px;
}
@media screen and (max-width: 1439px) {
  .p-contact__form .error {
    font-size: calc(13 / 1440 * 100vw) !important;
    margin-top: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-contact__form .error {
    font-size: calc(13 / 375 * 100vw) !important;
    margin-top: calc(10 / 375 * 100vw);
  }
}

.p-complete {
  min-height: calc(100dvh - 491px);
}
@media screen and (max-width: 1439px) {
  .p-complete {
    min-height: calc(100dvh - (491 / 1440 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  .p-complete {
    min-height: 0;
  }
}
.p-complete .l-container {
  min-height: calc(100dvh - 491px);
}
@media screen and (max-width: 1439px) {
  .p-complete .l-container {
    min-height: calc(100dvh - (491 / 1440 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  .p-complete .l-container {
    min-height: 0;
  }
}
.p-complete__inner {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: calc(100dvh - 491px);
}
@media screen and (max-width: 1439px) {
  .p-complete__inner {
    min-height: calc(100dvh - (491 / 1440 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  .p-complete__inner {
    display: block;
    min-height: 0;
    padding-bottom: calc(205 / 375 * 100vw);
    padding-top: calc(40 / 375 * 100vw);
  }
}
.p-complete__content {
  margin: 0 auto;
  position: relative;
  width: 714px;
}
@media screen and (max-width: 1439px) {
  .p-complete__content {
    width: calc(714 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-complete__content {
    width: 100%;
  }
}
.p-complete__content__textBox {
  width: 420px;
}
@media screen and (max-width: 1439px) {
  .p-complete__content__textBox {
    width: calc(420 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-complete__content__textBox {
    width: 100%;
  }
}
.p-complete__content__textBox__title {
  font-size: 32px;
  font-weight: bold;
  line-height: 46px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1439px) {
  .p-complete__content__textBox__title {
    font-size: calc(32 / 1440 * 100vw);
    line-height: calc(46 / 1440 * 100vw);
    margin-bottom: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-complete__content__textBox__title {
    font-size: calc(18 / 375 * 100vw);
    line-height: calc(26 / 375 * 100vw);
    margin-bottom: calc(40 / 375 * 100vw);
  }
}
.p-complete__content__textBox__text {
  font-size: 16px;
  line-height: 23px;
}
@media screen and (max-width: 1439px) {
  .p-complete__content__textBox__text {
    font-size: calc(16 / 1440 * 100vw);
    line-height: calc(23 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-complete__content__textBox__text {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
  }
}
.p-complete__content__button {
  left: 515px;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 1439px) {
  .p-complete__content__button {
    left: calc(515 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-complete__content__button {
    bottom: calc(-230 / 375 * 100vw);
    left: calc(0 / 375 * 100vw);
    margin: 0 auto;
    right: 0;
    top: auto;
  }
}
.p-complete__content__button a {
  align-items: center;
  border-radius: 50%;
  display: flex;
  font-size: 16px;
  font-weight: bold;
  height: 200px;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  width: 200px;
}
@media screen and (max-width: 1439px) {
  .p-complete__content__button a {
    font-size: calc(16 / 1440 * 100vw);
    height: calc(200 / 1440 * 100vw);
    width: calc(200 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-complete__content__button a {
    font-size: calc(16 / 375 * 100vw);
    height: calc(200 / 375 * 100vw);
    width: calc(200 / 375 * 100vw);
  }
}
.p-complete__content__button a::before {
  border: 1px solid var(--color-border);
  border-radius: 50%;
  bottom: 0;
  content: "";
  height: 200px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transform-origin: center center;
  transition: 0.3s;
  width: 200px;
}
@media screen and (max-width: 1439px) {
  .p-complete__content__button a::before {
    height: calc(200 / 1440 * 100vw);
    width: calc(200 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-complete__content__button a::before {
    height: calc(200 / 375 * 100vw);
    width: calc(200 / 375 * 100vw);
  }
}
.p-complete__content__button a span {
  position: relative;
}
.p-complete__content__button a span::after {
  -webkit-mask-image: url(../images/icon_arrow_button_back.svg);
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: var(--color-main);
  content: "";
  display: block;
  height: 4px;
  margin: 10px auto 0;
          mask-image: url(../images/icon_arrow_button_back.svg);
          mask-position: center center;
          mask-repeat: no-repeat;
          mask-size: contain;
  width: 16px;
}
@media screen and (max-width: 1439px) {
  .p-complete__content__button a span::after {
    height: calc(4 / 1440 * 100vw);
    margin: calc(10 / 1440 * 100vw) auto 0;
    width: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-complete__content__button a span::after {
    height: calc(4 / 375 * 100vw);
    margin: calc(10 / 375 * 100vw) auto 0;
    width: calc(16 / 375 * 100vw);
  }
}
.p-complete__content__button a:hover {
  color: var(--color-main);
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .p-complete__content__button a:hover {
    color: var(--color-black);
  }
}
.p-complete__content__button a:hover::before {
  border: 1px solid var(--color-main);
  transform: scale(1.2);
}
@media screen and (max-width: 767px) {
  .p-complete__content__button a:hover::before {
    border: 1px solid var(--color-border);
    transform: scale(1);
  }
}
.p-complete--entry {
  background-image: url(../images/ctaentry_bg.png);
}

.p-archiveNews .l-container {
  padding-left: 120px;
}
@media screen and (max-width: 1439px) {
  .p-archiveNews .l-container {
    padding-left: calc(120 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-archiveNews .l-container {
    padding-left: calc(20 / 375 * 100vw);
  }
}
.p-archiveNews__inner {
  display: flex;
  justify-content: space-between;
  padding-bottom: 80px;
}
@media screen and (max-width: 1439px) {
  .p-archiveNews__inner {
    padding-bottom: calc(80 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-archiveNews__inner {
    display: block;
    padding-bottom: calc(40 / 375 * 100vw);
  }
}
.p-archiveNews__sidebar {
  position: relative;
  width: 200px;
  z-index: 10;
}
@media screen and (max-width: 1439px) {
  .p-archiveNews__sidebar {
    width: calc(200 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-archiveNews__sidebar {
    width: 100%;
  }
}
.p-archiveNews__sidebar__nav {
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 60px;
  padding-top: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 85px;
}
@media screen and (max-width: 1439px) {
  .p-archiveNews__sidebar__nav {
    padding-bottom: calc(20 / 1440 * 100vw);
    padding-left: calc(40 / 1440 * 100vw);
    padding-right: calc(60 / 1440 * 100vw);
    padding-top: calc(20 / 1440 * 100vw);
    top: calc(85 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-archiveNews__sidebar__nav {
    padding-bottom: calc(24 / 375 * 100vw);
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
    padding-top: calc(24 / 375 * 100vw);
    position: static;
    top: calc(85 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-archiveNews__sidebar__nav > ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.p-archiveNews__sidebar__nav > ul > li {
  display: flex;
  font-family: "Inter";
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  margin-top: 24px;
}
@media screen and (max-width: 1439px) {
  .p-archiveNews__sidebar__nav > ul > li {
    font-size: calc(14 / 1440 * 100vw);
    line-height: calc(20 / 1440 * 100vw);
    margin-top: calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-archiveNews__sidebar__nav > ul > li {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(20 / 375 * 100vw);
    margin-top: calc(30 / 375 * 100vw);
    width: 33.3333333333%;
  }
}
.p-archiveNews__sidebar__nav > ul > li::before {
  background-color: var(--color-main);
  content: "";
  display: block;
  height: 4px;
  margin-right: 8px;
  transform: translateY(6px);
  width: 4px;
}
@media screen and (max-width: 1439px) {
  .p-archiveNews__sidebar__nav > ul > li::before {
    height: calc(4 / 1440 * 100vw);
    margin-right: calc(8 / 1440 * 100vw);
    transform: translateY(calc(6 / 1440 * 100vw));
    width: calc(4 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-archiveNews__sidebar__nav > ul > li::before {
    height: calc(4 / 375 * 100vw);
    margin-right: calc(8 / 375 * 100vw);
    transform: translateY(calc(6 / 375 * 100vw));
    width: calc(4 / 375 * 100vw);
  }
}
.p-archiveNews__sidebar__nav > ul > li:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-archiveNews__sidebar__nav > ul > li:first-child {
    margin-top: calc(30 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-archiveNews__sidebar__nav > ul > li:nth-child(-n+3) {
    margin-top: 0;
  }
}
.p-archiveNews__sidebar__nav > ul > li.is-current a {
  color: var(--color-black);
}
.p-archiveNews__sidebar__nav > ul > li.is-current a:hover {
  color: var(--color-main);
}
@media screen and (max-width: 767px) {
  .p-archiveNews__sidebar__nav > ul > li.is-current a:hover {
    color: var(--color-black);
  }
}
.p-archiveNews__sidebar__nav a {
  color: var(--color-main2);
}
@media screen and (max-width: 767px) {
  .p-archiveNews__sidebar__nav a {
    color: var(--color-black);
  }
}
.p-archiveNews__sidebar__nav a:hover {
  color: var(--color-main);
}
@media screen and (max-width: 767px) {
  .p-archiveNews__sidebar__nav a:hover {
    color: var(--color-black);
  }
}
.p-archiveNews__sidebar__snsBox {
  padding-bottom: 24px;
  padding-left: 40px;
  padding-top: 24px;
  position: -webkit-sticky;
  position: sticky;
  top: 85px;
}
@media screen and (max-width: 1439px) {
  .p-archiveNews__sidebar__snsBox {
    padding-bottom: calc(24 / 1440 * 100vw);
    padding-left: calc(40 / 1440 * 100vw);
    padding-top: calc(24 / 1440 * 100vw);
    top: calc(85 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-archiveNews__sidebar__snsBox {
    align-items: center;
    display: flex;
    justify-content: center;
    padding-bottom: calc(0 / 375 * 100vw);
    padding-left: calc(0 / 375 * 100vw);
    padding-top: calc(0 / 375 * 100vw);
    top: calc(0 / 375 * 100vw);
  }
}
.p-archiveNews__sidebar__snsBox__title {
  color: var(--color-main2);
  font-family: "Inter";
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 8px;
}
@media screen and (max-width: 1439px) {
  .p-archiveNews__sidebar__snsBox__title {
    font-size: calc(12 / 1440 * 100vw);
    margin-bottom: calc(8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-archiveNews__sidebar__snsBox__title {
    font-size: calc(12 / 375 * 100vw);
    margin-bottom: calc(0 / 375 * 100vw);
    margin-right: calc(32 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-archiveNews__sidebar__snsBox__buttonList {
    align-items: center;
    display: flex;
  }
}
.p-archiveNews__sidebar__snsBox__buttonList__button {
  border: 1px solid rgba(217, 217, 217, 0.6);
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
  width: 40px;
}
.p-archiveNews__sidebar__snsBox__buttonList__button img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .p-archiveNews__sidebar__snsBox__buttonList__button {
    width: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-archiveNews__sidebar__snsBox__buttonList__button {
    width: calc(40 / 375 * 100vw);
  }
}
.p-archiveNews__sidebar__snsBox__buttonList__button:hover {
  border: 1px solid var(--color-main);
}
.p-archiveNews__sidebar__snsBox__buttonList__button:hover img {
  opacity: 0.24;
}
.p-archiveNews__sidebar__snsBox__buttonList__button a {
  display: block;
}
.p-archiveNews__sidebar__snsBox__buttonList__button img {
  transition: 0.3s;
}
.p-archiveNews__sidebar__snsBox__buttonList__button + .p-archiveNews__sidebar__snsBox__buttonList__button {
  margin-top: 8px;
}
@media screen and (max-width: 1439px) {
  .p-archiveNews__sidebar__snsBox__buttonList__button + .p-archiveNews__sidebar__snsBox__buttonList__button {
    margin-top: calc(8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-archiveNews__sidebar__snsBox__buttonList__button + .p-archiveNews__sidebar__snsBox__buttonList__button {
    margin-left: calc(24 / 375 * 100vw);
    margin-top: calc(0 / 375 * 100vw);
  }
}
.p-archiveNews__main {
  width: 954px;
}
@media screen and (max-width: 1439px) {
  .p-archiveNews__main {
    width: calc(954 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-archiveNews__main {
    width: 100%;
  }
}
.p-archiveNews__main__content__postList > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-archiveNews__main__content__postList > ul {
    display: block;
  }
}
.p-archiveNews__main__content__postList > ul > li {
  border-bottom: 1px solid var(--color-border);
  width: 440px;
}
@media screen and (max-width: 1439px) {
  .p-archiveNews__main__content__postList > ul > li {
    width: calc(440 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-archiveNews__main__content__postList > ul > li {
    width: 100%;
  }
}
.p-archiveNews__main__content__postList > ul > li:first-child, .p-archiveNews__main__content__postList > ul > li:nth-child(2) {
  border-top: 1px solid var(--color-border);
}
.p-archiveNews__main__content__postList a {
  align-items: center;
  display: flex;
  height: 140px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-archiveNews__main__content__postList a {
    height: calc(140 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-archiveNews__main__content__postList a {
    height: auto;
    padding: calc(32 / 375 * 100vw) 0;
  }
}
.p-archiveNews__main__content__postList a::before {
  -webkit-mask-image: url(../images/icon_arrow_button.svg);
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: var(--color-main);
  bottom: 0;
  content: "";
  display: block;
  height: 4px;
  margin: auto 0;
          mask-image: url(../images/icon_arrow_button.svg);
          mask-position: center center;
          mask-repeat: no-repeat;
          mask-size: contain;
  position: absolute;
  right: 12px;
  top: 0;
  width: 16px;
}
@media screen and (max-width: 1439px) {
  .p-archiveNews__main__content__postList a::before {
    height: calc(4 / 1440 * 100vw);
    right: calc(12 / 1440 * 100vw);
    width: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-archiveNews__main__content__postList a::before {
    display: none;
    height: calc(4 / 375 * 100vw);
    right: calc(12 / 375 * 100vw);
    width: calc(16 / 375 * 100vw);
  }
}
.p-archiveNews__main__content__postList a::after {
  border: 1px solid var(--color-border);
  border-radius: 50%;
  bottom: 0;
  content: "";
  height: 40px;
  margin: auto 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.3s;
  width: 40px;
}
@media screen and (max-width: 1439px) {
  .p-archiveNews__main__content__postList a::after {
    height: calc(40 / 1440 * 100vw);
    width: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-archiveNews__main__content__postList a::after {
    display: none;
    height: calc(40 / 375 * 100vw);
    width: calc(40 / 375 * 100vw);
  }
}
.p-archiveNews__main__content__postList a:hover .p-archiveNews__main__content__postList__postBox {
  opacity: 0.24;
}
@media screen and (max-width: 767px) {
  .p-archiveNews__main__content__postList a:hover .p-archiveNews__main__content__postList__postBox {
    opacity: 1;
  }
}
.p-archiveNews__main__content__postList a:hover::after {
  border: 1px solid var(--color-main);
}
.p-archiveNews__main__content__postList__postBox {
  transition: 0.3s;
}
.p-archiveNews__main__content__postList__postBox__infoBox {
  align-items: center;
  display: flex;
  margin-bottom: 10px;
}
@media screen and (max-width: 1439px) {
  .p-archiveNews__main__content__postList__postBox__infoBox {
    margin-bottom: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-archiveNews__main__content__postList__postBox__infoBox {
    margin-bottom: calc(5 / 375 * 100vw);
  }
}
.p-archiveNews__main__content__postList__postBox__infoBox__modDate {
  color: var(--color-main2);
  font-family: "Inter";
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 1439px) {
  .p-archiveNews__main__content__postList__postBox__infoBox__modDate {
    font-size: calc(14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-archiveNews__main__content__postList__postBox__infoBox__modDate {
    font-size: calc(12 / 375 * 100vw);
  }
}
.p-archiveNews__main__content__postList__postBox__infoBox__category {
  align-items: center;
  background-color: rgba(35, 182, 188, 0.4);
  border-radius: 20px;
  color: var(--color-white);
  display: flex;
  font-family: "Inter";
  font-size: 14px;
  font-weight: 500;
  height: 16px;
  justify-content: center;
  margin-left: 16px;
  padding: 0 22px;
  padding-top: 1px;
}
@media screen and (max-width: 1439px) {
  .p-archiveNews__main__content__postList__postBox__infoBox__category {
    border-radius: calc(20 / 1440 * 100vw);
    font-size: calc(14 / 1440 * 100vw);
    height: calc(16 / 1440 * 100vw);
    margin-left: calc(16 / 1440 * 100vw);
    padding: 0 calc(22 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-archiveNews__main__content__postList__postBox__infoBox__category {
    border-radius: calc(20 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw);
    height: calc(16 / 375 * 100vw);
    margin-left: calc(16 / 375 * 100vw);
    padding: 0 calc(25 / 375 * 100vw);
  }
}
.p-archiveNews__main__content__postList__postBox__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  overflow: hidden;
}
@media screen and (max-width: 1439px) {
  .p-archiveNews__main__content__postList__postBox__title {
    font-size: calc(18 / 1440 * 100vw);
    line-height: calc(26 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-archiveNews__main__content__postList__postBox__title {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(23 / 375 * 100vw);
  }
}
.p-archiveNews__main__content__pagination {
  margin-top: 80px;
}
@media screen and (max-width: 1439px) {
  .p-archiveNews__main__content__pagination {
    margin-top: calc(80 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-archiveNews__main__content__pagination {
    margin-top: calc(40 / 375 * 100vw);
  }
}

.p-singleNews .l-container {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .p-singleNews .l-container {
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
  }
}
.p-singleNews__inner {
  display: flex;
  justify-content: space-between;
  padding: 0 120px;
}
@media screen and (max-width: 1439px) {
  .p-singleNews__inner {
    padding: 0 calc(120 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-singleNews__inner {
    display: block;
    padding: 0 calc(0 / 375 * 100vw);
    position: relative;
  }
}
.p-singleNews__sidebar {
  position: relative;
  width: 200px;
  z-index: 10;
}
@media screen and (max-width: 1439px) {
  .p-singleNews__sidebar {
    width: calc(200 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-singleNews__sidebar {
    width: 100%;
  }
}
.p-singleNews__sidebar__nav {
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 60px;
  padding-top: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 85px;
}
@media screen and (max-width: 1439px) {
  .p-singleNews__sidebar__nav {
    padding-bottom: calc(20 / 1440 * 100vw);
    padding-left: calc(40 / 1440 * 100vw);
    padding-right: calc(60 / 1440 * 100vw);
    padding-top: calc(20 / 1440 * 100vw);
    top: calc(85 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-singleNews__sidebar__nav {
    padding-bottom: calc(24 / 375 * 100vw);
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
    padding-top: calc(24 / 375 * 100vw);
    position: static;
    top: calc(85 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-singleNews__sidebar__nav > ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.p-singleNews__sidebar__nav > ul > li {
  display: flex;
  font-family: "Inter";
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  margin-top: 24px;
}
@media screen and (max-width: 1439px) {
  .p-singleNews__sidebar__nav > ul > li {
    font-size: calc(14 / 1440 * 100vw);
    line-height: calc(20 / 1440 * 100vw);
    margin-top: calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-singleNews__sidebar__nav > ul > li {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(20 / 375 * 100vw);
    margin-top: calc(30 / 375 * 100vw);
    width: 33.3333333333%;
  }
}
.p-singleNews__sidebar__nav > ul > li::before {
  background-color: var(--color-main);
  content: "";
  display: block;
  height: 4px;
  margin-right: 8px;
  transform: translateY(6px);
  width: 4px;
}
@media screen and (max-width: 1439px) {
  .p-singleNews__sidebar__nav > ul > li::before {
    height: calc(4 / 1440 * 100vw);
    margin-right: calc(8 / 1440 * 100vw);
    transform: translateY(calc(6 / 1440 * 100vw));
    width: calc(4 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-singleNews__sidebar__nav > ul > li::before {
    height: calc(4 / 375 * 100vw);
    margin-right: calc(8 / 375 * 100vw);
    transform: translateY(calc(6 / 375 * 100vw));
    width: calc(4 / 375 * 100vw);
  }
}
.p-singleNews__sidebar__nav > ul > li:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-singleNews__sidebar__nav > ul > li:first-child {
    margin-top: calc(30 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-singleNews__sidebar__nav > ul > li:nth-child(-n+3) {
    margin-top: 0;
  }
}
.p-singleNews__sidebar__nav > ul > li.is-current a {
  color: var(--color-black);
}
.p-singleNews__sidebar__nav > ul > li.is-current a:hover {
  color: var(--color-main);
}
@media screen and (max-width: 767px) {
  .p-singleNews__sidebar__nav > ul > li.is-current a:hover {
    color: var(--color-black);
  }
}
.p-singleNews__sidebar__nav a {
  color: var(--color-main2);
}
@media screen and (max-width: 767px) {
  .p-singleNews__sidebar__nav a {
    color: var(--color-black);
  }
}
.p-singleNews__sidebar__nav a:hover {
  color: var(--color-main);
}
@media screen and (max-width: 767px) {
  .p-singleNews__sidebar__nav a:hover {
    color: var(--color-black);
  }
}
.p-singleNews__sidebar__snsBox {
  padding-bottom: 24px;
  padding-left: 40px;
  padding-top: 24px;
  position: -webkit-sticky;
  position: sticky;
  top: 85px;
}
@media screen and (max-width: 1439px) {
  .p-singleNews__sidebar__snsBox {
    padding-bottom: calc(24 / 1440 * 100vw);
    padding-left: calc(40 / 1440 * 100vw);
    padding-top: calc(24 / 1440 * 100vw);
    top: calc(85 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-singleNews__sidebar__snsBox {
    align-items: center;
    display: flex;
    justify-content: center;
    padding-bottom: calc(0 / 375 * 100vw);
    padding-left: calc(0 / 375 * 100vw);
    padding-top: calc(0 / 375 * 100vw);
    top: calc(0 / 375 * 100vw);
  }
}
.p-singleNews__sidebar__snsBox__title {
  color: var(--color-main2);
  font-family: "Inter";
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 8px;
}
@media screen and (max-width: 1439px) {
  .p-singleNews__sidebar__snsBox__title {
    font-size: calc(12 / 1440 * 100vw);
    margin-bottom: calc(8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-singleNews__sidebar__snsBox__title {
    font-size: calc(12 / 375 * 100vw);
    margin-bottom: calc(0 / 375 * 100vw);
    margin-right: calc(32 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-singleNews__sidebar__snsBox__buttonList {
    align-items: center;
    display: flex;
  }
}
.p-singleNews__sidebar__snsBox__buttonList__button {
  border: 1px solid rgba(217, 217, 217, 0.6);
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
  width: 40px;
}
.p-singleNews__sidebar__snsBox__buttonList__button img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .p-singleNews__sidebar__snsBox__buttonList__button {
    width: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-singleNews__sidebar__snsBox__buttonList__button {
    width: calc(40 / 375 * 100vw);
  }
}
.p-singleNews__sidebar__snsBox__buttonList__button:hover {
  border: 1px solid var(--color-main);
}
.p-singleNews__sidebar__snsBox__buttonList__button:hover img {
  opacity: 0.24;
}
.p-singleNews__sidebar__snsBox__buttonList__button a {
  display: block;
}
.p-singleNews__sidebar__snsBox__buttonList__button img {
  transition: 0.3s;
}
.p-singleNews__sidebar__snsBox__buttonList__button + .p-singleNews__sidebar__snsBox__buttonList__button {
  margin-top: 8px;
}
@media screen and (max-width: 1439px) {
  .p-singleNews__sidebar__snsBox__buttonList__button + .p-singleNews__sidebar__snsBox__buttonList__button {
    margin-top: calc(8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-singleNews__sidebar__snsBox__buttonList__button + .p-singleNews__sidebar__snsBox__buttonList__button {
    margin-left: calc(24 / 375 * 100vw);
    margin-top: calc(0 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-singleNews__sidebar.share {
    bottom: calc(260 / 375 * 100vw);
    position: absolute;
  }
}
.p-singleNews__main {
  width: 954px;
}
@media screen and (max-width: 1439px) {
  .p-singleNews__main {
    width: calc(954 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-singleNews__main {
    padding-top: calc(20 / 375 * 100vw);
    width: 100%;
  }
}
.p-singleNews__main__single {
  width: 800px;
}
@media screen and (max-width: 1439px) {
  .p-singleNews__main__single {
    width: calc(800 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-singleNews__main__single {
    width: 100%;
  }
}
.p-singleNews__main__single__content__titleBox {
  border-bottom: 1px solid var(--color-border);
  margin-bottom: 30px;
  padding-bottom: 15px;
}
@media screen and (max-width: 1439px) {
  .p-singleNews__main__single__content__titleBox {
    margin-bottom: calc(30 / 1440 * 100vw);
    padding-bottom: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-singleNews__main__single__content__titleBox {
    margin-bottom: calc(30 / 375 * 100vw);
    padding-bottom: calc(15 / 375 * 100vw);
  }
}
.p-singleNews__main__single__content__titleBox__title {
  font-size: 32px;
  font-weight: bold;
  line-height: 46px;
}
@media screen and (max-width: 1439px) {
  .p-singleNews__main__single__content__titleBox__title {
    font-size: calc(32 / 1440 * 100vw);
    line-height: calc(46 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-singleNews__main__single__content__titleBox__title {
    font-size: calc(24 / 375 * 100vw);
    line-height: calc(35 / 375 * 100vw);
  }
}
.p-singleNews__main__single__content__titleBox__infoBox {
  align-items: center;
  display: flex;
  margin-top: 10px;
}
@media screen and (max-width: 1439px) {
  .p-singleNews__main__single__content__titleBox__infoBox {
    margin-top: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-singleNews__main__single__content__titleBox__infoBox {
    margin-top: calc(10 / 375 * 100vw);
  }
}
.p-singleNews__main__single__content__titleBox__infoBox__modDate {
  color: var(--color-main2);
  font-family: "Inter";
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 1439px) {
  .p-singleNews__main__single__content__titleBox__infoBox__modDate {
    font-size: calc(14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-singleNews__main__single__content__titleBox__infoBox__modDate {
    font-size: calc(12 / 375 * 100vw);
  }
}
.p-singleNews__main__single__content__titleBox__infoBox__category {
  align-items: center;
  background-color: rgba(35, 182, 188, 0.4);
  border-radius: 20px;
  color: var(--color-white);
  display: flex;
  font-family: "Inter";
  font-size: 14px;
  font-weight: 500;
  height: 16px;
  justify-content: center;
  margin-left: 16px;
  padding: 0 22px;
  padding-top: 1px;
}
@media screen and (max-width: 1439px) {
  .p-singleNews__main__single__content__titleBox__infoBox__category {
    border-radius: calc(20 / 1440 * 100vw);
    font-size: calc(14 / 1440 * 100vw);
    height: calc(16 / 1440 * 100vw);
    margin-left: calc(16 / 1440 * 100vw);
    padding: 0 calc(22 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-singleNews__main__single__content__titleBox__infoBox__category {
    border-radius: calc(20 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw);
    height: calc(16 / 375 * 100vw);
    margin-left: calc(16 / 375 * 100vw);
    padding: 0 calc(25 / 375 * 100vw);
  }
}
.p-singleNews__main__single__content__eyecatch {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 400px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1439px) {
  .p-singleNews__main__single__content__eyecatch {
    height: calc(400 / 1440 * 100vw);
    margin-bottom: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-singleNews__main__single__content__eyecatch {
    height: calc(168 / 375 * 100vw);
    margin-bottom: calc(30 / 375 * 100vw);
  }
}
.p-singleNews__main__single__content__entry p {
  font-size: 16px;
  line-height: 23px;
}
@media screen and (max-width: 1439px) {
  .p-singleNews__main__single__content__entry p {
    font-size: calc(16 / 1440 * 100vw);
    line-height: calc(23 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-singleNews__main__single__content__entry p {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
  }
}
.p-singleNews__main__single__content__entry p + * {
  margin-top: 23px;
}
@media screen and (max-width: 1439px) {
  .p-singleNews__main__single__content__entry p + * {
    margin-top: calc(23 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-singleNews__main__single__content__entry p + * {
    margin-top: calc(28 / 375 * 100vw);
  }
}
.p-singleNews__main__single__content__entry h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 35px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1439px) {
  .p-singleNews__main__single__content__entry h2 {
    font-size: calc(24 / 1440 * 100vw);
    line-height: calc(35 / 1440 * 100vw);
    margin-bottom: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-singleNews__main__single__content__entry h2 {
    font-size: calc(18 / 375 * 100vw);
    line-height: calc(26 / 375 * 100vw);
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
.p-singleNews__main__single__content__entry h3 {
  color: var(--color-main);
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1439px) {
  .p-singleNews__main__single__content__entry h3 {
    font-size: calc(18 / 1440 * 100vw);
    line-height: calc(26 / 1440 * 100vw);
    margin-bottom: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-singleNews__main__single__content__entry h3 {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(23 / 375 * 100vw);
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
.p-singleNews__main__single__content__entry a {
  font-size: 16px;
  line-height: 23px;
  text-decoration: underline;
}
@media screen and (max-width: 1439px) {
  .p-singleNews__main__single__content__entry a {
    font-size: calc(16 / 1440 * 100vw);
    line-height: calc(23 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-singleNews__main__single__content__entry a {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(20 / 375 * 100vw);
  }
}
.p-singleNews__main__single__pagination {
  border-top: 1px solid var(--color-border);
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  overflow: hidden;
  padding-bottom: 70px;
  padding-top: 130px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-singleNews__main__single__pagination {
    margin-top: calc(30 / 1440 * 100vw);
    padding-bottom: calc(70 / 1440 * 100vw);
    padding-top: calc(130 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-singleNews__main__single__pagination {
    margin-top: calc(40 / 375 * 100vw);
    padding-bottom: calc(166 / 375 * 100vw);
    padding-top: calc(160 / 375 * 100vw);
  }
}
.p-singleNews__main__single__pagination__prev, .p-singleNews__main__single__pagination__next {
  font-size: 14px;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1439px) {
  .p-singleNews__main__single__pagination__prev, .p-singleNews__main__single__pagination__next {
    font-size: calc(14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-singleNews__main__single__pagination__prev, .p-singleNews__main__single__pagination__next {
    font-size: calc(14 / 375 * 100vw);
  }
}
.p-singleNews__main__single__pagination__prev a, .p-singleNews__main__single__pagination__next a {
  align-items: center;
  display: flex;
}
.p-singleNews__main__single__pagination__prev a::before {
  background-color: var(--color-main);
  content: "";
  display: block;
  height: 4px;
  margin-right: 4px;
  width: 4px;
}
@media screen and (max-width: 1439px) {
  .p-singleNews__main__single__pagination__prev a::before {
    height: calc(4 / 1440 * 100vw);
    margin-right: calc(4 / 1440 * 100vw);
    width: calc(4 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-singleNews__main__single__pagination__prev a::before {
    height: calc(4 / 375 * 100vw);
    margin-right: calc(4 / 375 * 100vw);
    width: calc(4 / 375 * 100vw);
  }
}
.p-singleNews__main__single__pagination__next a::after {
  background-color: var(--color-main);
  content: "";
  display: block;
  height: 4px;
  margin-left: 4px;
  width: 4px;
}
@media screen and (max-width: 1439px) {
  .p-singleNews__main__single__pagination__next a::after {
    height: calc(4 / 1440 * 100vw);
    margin-left: calc(4 / 1440 * 100vw);
    width: calc(4 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-singleNews__main__single__pagination__next a::after {
    height: calc(4 / 375 * 100vw);
    margin-left: calc(4 / 375 * 100vw);
    width: calc(4 / 375 * 100vw);
  }
}
.p-singleNews__main__single__pagination__button {
  bottom: -40px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 1439px) {
  .p-singleNews__main__single__pagination__button {
    bottom: calc(-40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-singleNews__main__single__pagination__button {
    bottom: calc(-40 / 375 * 100vw);
  }
}
.p-singleNews__main__single__pagination__button a {
  align-items: center;
  border-radius: 50%;
  display: flex;
  font-size: 16px;
  font-weight: bold;
  height: 200px;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  width: 200px;
}
@media screen and (max-width: 1439px) {
  .p-singleNews__main__single__pagination__button a {
    font-size: calc(16 / 1440 * 100vw);
    height: calc(200 / 1440 * 100vw);
    width: calc(200 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-singleNews__main__single__pagination__button a {
    font-size: calc(16 / 375 * 100vw);
    height: calc(200 / 375 * 100vw);
    width: calc(200 / 375 * 100vw);
  }
}
.p-singleNews__main__single__pagination__button a::before {
  border: 1px solid var(--color-border);
  border-radius: 50%;
  bottom: 0;
  content: "";
  height: 200px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transform-origin: center center;
  transition: 0.3s;
  width: 200px;
}
@media screen and (max-width: 1439px) {
  .p-singleNews__main__single__pagination__button a::before {
    height: calc(200 / 1440 * 100vw);
    width: calc(200 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-singleNews__main__single__pagination__button a::before {
    height: calc(200 / 375 * 100vw);
    width: calc(200 / 375 * 100vw);
  }
}
.p-singleNews__main__single__pagination__button a span {
  position: relative;
}
.p-singleNews__main__single__pagination__button a span::after {
  -webkit-mask-image: url(../images/icon_arrow_button_back.svg);
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: var(--color-main);
  content: "";
  display: block;
  height: 4px;
  margin: 10px auto 0;
          mask-image: url(../images/icon_arrow_button_back.svg);
          mask-position: center center;
          mask-repeat: no-repeat;
          mask-size: contain;
  width: 16px;
}
@media screen and (max-width: 1439px) {
  .p-singleNews__main__single__pagination__button a span::after {
    height: calc(4 / 1440 * 100vw);
    margin: calc(10 / 1440 * 100vw) auto 0;
    width: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-singleNews__main__single__pagination__button a span::after {
    height: calc(4 / 375 * 100vw);
    margin: calc(10 / 375 * 100vw) auto 0;
    width: calc(16 / 375 * 100vw);
  }
}
.p-singleNews__main__single__pagination__button a:hover {
  color: var(--color-main);
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .p-singleNews__main__single__pagination__button a:hover {
    color: var(--color-black);
  }
}
.p-singleNews__main__single__pagination__button a:hover::before {
  border: 1px solid var(--color-main);
  transform: scale(1.2);
}
@media screen and (max-width: 767px) {
  .p-singleNews__main__single__pagination__button a:hover::before {
    border: 1px solid var(--color-border);
    transform: scale(1);
  }
}

.p-recruit .l-container {
  padding-left: 120px;
  padding-right: 20px;
}
@media screen and (max-width: 1439px) {
  .p-recruit .l-container {
    padding-left: calc(120 / 1440 * 100vw);
    padding-right: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit .l-container {
    padding-left: calc(0 / 375 * 100vw);
    padding-right: calc(0 / 375 * 100vw);
  }
}
.p-recruit__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-recruit__inner {
    display: block;
  }
}
.p-recruit__sidebar {
  position: relative;
  width: 200px;
  z-index: 10;
}
@media screen and (max-width: 1439px) {
  .p-recruit__sidebar {
    width: calc(200 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__sidebar {
    width: 100%;
  }
}
.p-recruit__sidebar__nav {
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 60px;
  padding-top: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 85px;
}
@media screen and (max-width: 1439px) {
  .p-recruit__sidebar__nav {
    padding-bottom: calc(20 / 1440 * 100vw);
    padding-left: calc(40 / 1440 * 100vw);
    padding-right: calc(60 / 1440 * 100vw);
    padding-top: calc(20 / 1440 * 100vw);
    top: calc(85 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__sidebar__nav {
    padding-bottom: calc(24 / 375 * 100vw);
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
    padding-top: calc(24 / 375 * 100vw);
    position: static;
    top: calc(85 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__sidebar__nav > ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.p-recruit__sidebar__nav > ul > li {
  display: flex;
  font-family: "Inter";
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  margin-top: 24px;
}
@media screen and (max-width: 1439px) {
  .p-recruit__sidebar__nav > ul > li {
    font-size: calc(14 / 1440 * 100vw);
    line-height: calc(20 / 1440 * 100vw);
    margin-top: calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__sidebar__nav > ul > li {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(20 / 375 * 100vw);
    margin-top: calc(30 / 375 * 100vw);
    width: 33.3333333333%;
  }
}
.p-recruit__sidebar__nav > ul > li::before {
  background-color: var(--color-main);
  content: "";
  display: block;
  height: 4px;
  margin-right: 8px;
  transform: translateY(6px);
  width: 4px;
}
@media screen and (max-width: 1439px) {
  .p-recruit__sidebar__nav > ul > li::before {
    height: calc(4 / 1440 * 100vw);
    margin-right: calc(8 / 1440 * 100vw);
    transform: translateY(calc(6 / 1440 * 100vw));
    width: calc(4 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__sidebar__nav > ul > li::before {
    height: calc(4 / 375 * 100vw);
    margin-right: calc(8 / 375 * 100vw);
    transform: translateY(calc(6 / 375 * 100vw));
    width: calc(4 / 375 * 100vw);
  }
}
.p-recruit__sidebar__nav > ul > li:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-recruit__sidebar__nav > ul > li:first-child {
    margin-top: calc(30 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__sidebar__nav > ul > li:nth-child(-n+3) {
    margin-top: 0;
  }
}
.p-recruit__sidebar__nav > ul > li.is-current a {
  color: var(--color-black);
}
.p-recruit__sidebar__nav > ul > li.is-current a:hover {
  color: var(--color-main);
}
@media screen and (max-width: 767px) {
  .p-recruit__sidebar__nav > ul > li.is-current a:hover {
    color: var(--color-black);
  }
}
.p-recruit__sidebar__nav a {
  color: var(--color-main2);
}
@media screen and (max-width: 767px) {
  .p-recruit__sidebar__nav a {
    color: var(--color-black);
  }
}
.p-recruit__sidebar__nav a:hover {
  color: var(--color-main);
}
@media screen and (max-width: 767px) {
  .p-recruit__sidebar__nav a:hover {
    color: var(--color-black);
  }
}
.p-recruit__sidebar__snsBox {
  padding-bottom: 24px;
  padding-left: 40px;
  padding-top: 24px;
  position: -webkit-sticky;
  position: sticky;
  top: 85px;
}
@media screen and (max-width: 1439px) {
  .p-recruit__sidebar__snsBox {
    padding-bottom: calc(24 / 1440 * 100vw);
    padding-left: calc(40 / 1440 * 100vw);
    padding-top: calc(24 / 1440 * 100vw);
    top: calc(85 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__sidebar__snsBox {
    align-items: center;
    display: flex;
    justify-content: center;
    padding-bottom: calc(0 / 375 * 100vw);
    padding-left: calc(0 / 375 * 100vw);
    padding-top: calc(0 / 375 * 100vw);
    top: calc(0 / 375 * 100vw);
  }
}
.p-recruit__sidebar__snsBox__title {
  color: var(--color-main2);
  font-family: "Inter";
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 8px;
}
@media screen and (max-width: 1439px) {
  .p-recruit__sidebar__snsBox__title {
    font-size: calc(12 / 1440 * 100vw);
    margin-bottom: calc(8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__sidebar__snsBox__title {
    font-size: calc(12 / 375 * 100vw);
    margin-bottom: calc(0 / 375 * 100vw);
    margin-right: calc(32 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__sidebar__snsBox__buttonList {
    align-items: center;
    display: flex;
  }
}
.p-recruit__sidebar__snsBox__buttonList__button {
  border: 1px solid rgba(217, 217, 217, 0.6);
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
  width: 40px;
}
.p-recruit__sidebar__snsBox__buttonList__button img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .p-recruit__sidebar__snsBox__buttonList__button {
    width: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__sidebar__snsBox__buttonList__button {
    width: calc(40 / 375 * 100vw);
  }
}
.p-recruit__sidebar__snsBox__buttonList__button:hover {
  border: 1px solid var(--color-main);
}
.p-recruit__sidebar__snsBox__buttonList__button:hover img {
  opacity: 0.24;
}
.p-recruit__sidebar__snsBox__buttonList__button a {
  display: block;
}
.p-recruit__sidebar__snsBox__buttonList__button img {
  transition: 0.3s;
}
.p-recruit__sidebar__snsBox__buttonList__button + .p-recruit__sidebar__snsBox__buttonList__button {
  margin-top: 8px;
}
@media screen and (max-width: 1439px) {
  .p-recruit__sidebar__snsBox__buttonList__button + .p-recruit__sidebar__snsBox__buttonList__button {
    margin-top: calc(8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__sidebar__snsBox__buttonList__button + .p-recruit__sidebar__snsBox__buttonList__button {
    margin-left: calc(24 / 375 * 100vw);
    margin-top: calc(0 / 375 * 100vw);
  }
}
.p-recruit__main {
  width: 1032px;
}
@media screen and (max-width: 1439px) {
  .p-recruit__main {
    width: calc(1032 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__main {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__main__content__section1 {
    background-image: url(../images/recruit_section1_bg_sp.png);
    background-position: center;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    padding-bottom: calc(463 / 375 * 100vw);
    position: relative;
    z-index: -1;
  }
}
.p-recruit__main__content__section1__titleBox {
  display: flex;
  height: 200px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-recruit__main__content__section1__titleBox {
    height: calc(200 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__main__content__section1__titleBox {
    height: calc(120 / 375 * 100vw);
    padding: 0 calc(20 / 375 * 100vw);
  }
}
.p-recruit__main__content__section1__titleBox::before {
  background-image: url(../images/title_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 200px;
  left: -82px;
  position: absolute;
  top: 0;
  width: 1114px;
  z-index: -1;
}
@media screen and (max-width: 1439px) {
  .p-recruit__main__content__section1__titleBox::before {
    height: calc(200 / 1440 * 100vw);
    left: calc(-82 / 1440 * 100vw);
    width: calc(1114 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__main__content__section1__titleBox::before {
    background-image: url(../images/title_bg_sp.png);
    height: calc(120 / 375 * 100vw);
    left: calc(0 / 375 * 100vw);
    width: 100%;
  }
}
.p-recruit__main__content__section1__titleBox__title {
  align-items: center;
  display: flex;
  font-size: 40px;
  transform: translateY(-20px);
}
@media screen and (max-width: 1439px) {
  .p-recruit__main__content__section1__titleBox__title {
    font-size: calc(40 / 1440 * 100vw);
    transform: translateY(calc(-20 / 1440 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__main__content__section1__titleBox__title {
    font-size: calc(32 / 375 * 100vw);
    transform: translateY(calc(-12 / 375 * 100vw));
  }
}
.p-recruit__main__content__section1__titleBox__title::before {
  background-color: var(--color-main);
  content: "";
  display: block;
  height: 4px;
  margin-right: 24px;
  width: 24px;
}
@media screen and (max-width: 1439px) {
  .p-recruit__main__content__section1__titleBox__title::before {
    height: calc(4 / 1440 * 100vw);
    margin-right: calc(24 / 1440 * 100vw);
    width: calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__main__content__section1__titleBox__title::before {
    height: calc(4 / 375 * 100vw);
    margin-right: calc(16 / 375 * 100vw);
    width: calc(24 / 375 * 100vw);
  }
}
.p-recruit__main__content__section1__titleBox + * {
  background-color: var(--color-white);
  margin-top: -40px;
}
@media screen and (max-width: 1439px) {
  .p-recruit__main__content__section1__titleBox + * {
    margin-top: calc(-40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__main__content__section1__titleBox + * {
    margin-left: auto;
    margin-top: calc(-40 / 375 * 100vw);
    width: calc(355 / 375 * 100vw);
  }
}
.p-recruit__main__content__section1__textBox {
  padding: 80px 160px 80px 80px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-recruit__main__content__section1__textBox {
    padding: calc(80 / 1440 * 100vw) calc(160 / 1440 * 100vw) calc(80 / 1440 * 100vw) calc(80 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__main__content__section1__textBox {
    padding: calc(40 / 375 * 100vw) calc(40 / 375 * 100vw) calc(40 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
}
.p-recruit__main__content__section1__textBox::before, .p-recruit__main__content__section1__textBox::after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
}
.p-recruit__main__content__section1__textBox::before {
  background-image: url(../images/recruit_section1_image_1.png);
  height: 400px;
  right: 0;
  top: -106px;
  width: 480px;
}
@media screen and (max-width: 1439px) {
  .p-recruit__main__content__section1__textBox::before {
    height: calc(400 / 1440 * 100vw);
    top: calc(-106 / 1440 * 100vw);
    width: calc(480 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__main__content__section1__textBox::before {
    height: calc(259 / 375 * 100vw);
    top: calc(435 / 375 * 100vw);
    width: calc(311 / 375 * 100vw);
  }
}
.p-recruit__main__content__section1__textBox::after {
  background-image: url(../images/recruit_section1_image_2.png);
  height: 154px;
  right: 240px;
  top: 334px;
  width: 308px;
}
@media screen and (max-width: 1439px) {
  .p-recruit__main__content__section1__textBox::after {
    height: calc(154 / 1440 * 100vw);
    right: calc(240 / 1440 * 100vw);
    top: calc(334 / 1440 * 100vw);
    width: calc(308 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__main__content__section1__textBox::after {
    height: calc(100 / 375 * 100vw);
    right: calc(155 / 375 * 100vw);
    top: calc(725 / 375 * 100vw);
    width: calc(200 / 375 * 100vw);
  }
}
.p-recruit__main__content__section1__textBox__title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
}
@media screen and (max-width: 1439px) {
  .p-recruit__main__content__section1__textBox__title {
    font-size: calc(24 / 1440 * 100vw);
    margin-bottom: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__main__content__section1__textBox__title {
    font-size: calc(18 / 375 * 100vw);
    margin-bottom: calc(40 / 375 * 100vw);
  }
}
.p-recruit__main__content__section1__textBox__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 33px;
}
@media screen and (max-width: 1439px) {
  .p-recruit__main__content__section1__textBox__text {
    font-size: calc(16 / 1440 * 100vw);
    line-height: calc(33 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__main__content__section1__textBox__text {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
  }
}
.p-recruit__main__content__entry {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-recruit__main__content__entry {
    background-image: url(../images/recruit_entry_bg_sp.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    padding: calc(60 / 375 * 100vw) calc(20 / 375 * 100vw) calc(80 / 375 * 100vw);
  }
}
.p-recruit__main__content__entry::before {
  background-image: url(../images/recruit_entry_bg.png);
  background-position: center left;
  background-repeat: repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 460px;
  left: 0;
  margin: 0 -100vw;
  padding: 0 100vw;
  position: absolute;
  top: 0;
  width: 100vw;
}
@media screen and (max-width: 1439px) {
  .p-recruit__main__content__entry::before {
    height: calc(460 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__main__content__entry::before {
    display: none;
  }
}
.p-recruit__main__content__entry__textBox {
  color: var(--color-white);
  padding-top: 120px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1439px) {
  .p-recruit__main__content__entry__textBox {
    padding-top: calc(120 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__main__content__entry__textBox {
    padding-top: calc(0 / 375 * 100vw);
  }
}
.p-recruit__main__content__entry__textBox__titleBox__titleEn {
  font-size: 72px;
  font-weight: 500;
  margin-bottom: 25px;
}
@media screen and (max-width: 1439px) {
  .p-recruit__main__content__entry__textBox__titleBox__titleEn {
    font-size: calc(72 / 1440 * 100vw);
    margin-bottom: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__main__content__entry__textBox__titleBox__titleEn {
    font-size: calc(56 / 375 * 100vw);
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
.p-recruit__main__content__entry__textBox__titleBox__titleJa {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 1439px) {
  .p-recruit__main__content__entry__textBox__titleBox__titleJa {
    font-size: calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__main__content__entry__textBox__titleBox__titleJa {
    font-size: calc(24 / 375 * 100vw);
  }
}
.p-recruit__main__content__entry__textBox__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  margin-top: 30px;
}
@media screen and (max-width: 1439px) {
  .p-recruit__main__content__entry__textBox__text {
    font-size: calc(16 / 1440 * 100vw);
    line-height: calc(23 / 1440 * 100vw);
    margin-top: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__main__content__entry__textBox__text {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
    margin-top: calc(30 / 375 * 100vw);
  }
}
.p-recruit__main__content__entry__button {
  left: 515px;
  position: absolute;
  top: 120px;
  z-index: 1;
}
@media screen and (max-width: 1439px) {
  .p-recruit__main__content__entry__button {
    left: calc(515 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__main__content__entry__button {
    left: calc(515 / 375 * 100vw);
    margin-top: calc(-15 / 375 * 100vw);
    position: static;
  }
}
.p-recruit__main__content__entry__button a {
  align-items: center;
  border-radius: 50%;
  color: var(--color-white);
  display: flex;
  font-size: 16px;
  font-weight: bold;
  height: 200px;
  justify-content: center;
  position: relative;
  width: 200px;
}
@media screen and (max-width: 1439px) {
  .p-recruit__main__content__entry__button a {
    font-size: calc(16 / 1440 * 100vw);
    height: calc(200 / 1440 * 100vw);
    width: calc(200 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__main__content__entry__button a {
    font-size: calc(16 / 375 * 100vw);
    height: calc(200 / 375 * 100vw);
    width: calc(200 / 375 * 100vw);
  }
}
.p-recruit__main__content__entry__button a::before {
  border: 1px solid var(--color-border);
  border-radius: 50%;
  bottom: 0;
  content: "";
  height: 200px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transform-origin: center center;
  transition: 0.3s;
  width: 200px;
}
@media screen and (max-width: 1439px) {
  .p-recruit__main__content__entry__button a::before {
    height: calc(200 / 1440 * 100vw);
    width: calc(200 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__main__content__entry__button a::before {
    height: calc(200 / 375 * 100vw);
    width: calc(200 / 375 * 100vw);
  }
}
.p-recruit__main__content__entry__button a span {
  position: relative;
}
.p-recruit__main__content__entry__button a span::after {
  -webkit-mask-image: url(../images/icon_arrow_button.svg);
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: var(--color-white);
  content: "";
  display: block;
  height: 4px;
  margin: 10px auto 0;
          mask-image: url(../images/icon_arrow_button.svg);
          mask-position: center center;
          mask-repeat: no-repeat;
          mask-size: contain;
  width: 16px;
}
@media screen and (max-width: 1439px) {
  .p-recruit__main__content__entry__button a span::after {
    height: calc(4 / 1440 * 100vw);
    margin: calc(10 / 1440 * 100vw) auto 0;
    width: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__main__content__entry__button a span::after {
    height: calc(4 / 375 * 100vw);
    margin: calc(10 / 375 * 100vw) auto 0;
    width: calc(16 / 375 * 100vw);
  }
}
.p-recruit__main__content__entry__button a:hover {
  opacity: 1;
}
.p-recruit__main__content__entry__button a:hover::before {
  background-color: rgba(255, 255, 255, 0.2);
  transform: scale(1.2);
}
@media screen and (max-width: 767px) {
  .p-recruit__main__content__entry__button a:hover::before {
    background-color: transparent;
    transform: scale(1);
  }
}
.p-recruit__main__content__section2 {
  background-color: var(--color-bg);
  margin: 0 -100vw;
  padding: 60px 100vw 80px;
}
@media screen and (max-width: 1439px) {
  .p-recruit__main__content__section2 {
    padding: calc(60 / 1440 * 100vw) 100vw calc(80 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__main__content__section2 {
    margin: 0;
    padding: calc(35 / 375 * 100vw) 0 calc(93 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
}
.p-recruit__main__content__section2__titleBox__title {
  align-items: center;
  display: flex;
  font-size: 40px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1439px) {
  .p-recruit__main__content__section2__titleBox__title {
    font-size: calc(40 / 1440 * 100vw);
    margin-bottom: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__main__content__section2__titleBox__title {
    font-size: calc(32 / 375 * 100vw);
    margin-bottom: calc(15 / 375 * 100vw);
  }
}
.p-recruit__main__content__section2__titleBox__title::before {
  background-color: var(--color-main);
  content: "";
  display: block;
  height: 4px;
  margin-right: 24px;
  width: 24px;
}
@media screen and (max-width: 1439px) {
  .p-recruit__main__content__section2__titleBox__title::before {
    height: calc(4 / 1440 * 100vw);
    margin-right: calc(24 / 1440 * 100vw);
    width: calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__main__content__section2__titleBox__title::before {
    height: calc(4 / 375 * 100vw);
    margin-right: calc(24 / 375 * 100vw);
    width: calc(24 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__main__content__section2__titleBox__title {
    margin-bottom: calc(15 / 375 * 100vw);
  }
}
.p-recruit__main__content__section2__buttonList {
  align-items: center;
  background-color: var(--color-white);
  display: flex;
  justify-content: space-between;
  padding: 80px 112px 80px 80px;
  width: 872px;
}
@media screen and (max-width: 1439px) {
  .p-recruit__main__content__section2__buttonList {
    padding: calc(80 / 1440 * 100vw) calc(112 / 1440 * 100vw) calc(80 / 1440 * 100vw) calc(80 / 1440 * 100vw);
    width: calc(872 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__main__content__section2__buttonList {
    display: block;
    padding: calc(40 / 375 * 100vw) calc(0 / 375 * 100vw);
    width: 100%;
  }
}
.p-recruit__main__content__section2__buttonList__button a {
  align-items: center;
  background-color: var(--color-bg);
  display: flex;
  font-size: 18px;
  font-weight: bold;
  height: 60px;
  justify-content: center;
  pointer-events: none;
  width: 332px;
}
@media screen and (max-width: 1439px) {
  .p-recruit__main__content__section2__buttonList__button a {
    font-size: calc(18 / 1440 * 100vw);
    height: calc(60 / 1440 * 100vw);
    width: calc(332 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__main__content__section2__buttonList__button a {
    font-size: calc(18 / 375 * 100vw);
    height: calc(60 / 375 * 100vw);
    margin: 0 auto;
    width: calc(315 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__main__content__section2__buttonList__button + .p-recruit__main__content__section2__buttonList__button {
    margin-top: calc(16 / 375 * 100vw);
  }
}
.p-recruit__main__content__separator {
  background-image: url(../images/recruit_separator_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 400px;
  position: relative;
  transform: translateX(-33vw);
  width: 107vw;
  z-index: -1;
}
@media screen and (max-width: 1439px) {
  .p-recruit__main__content__separator {
    height: calc(400 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__main__content__separator {
    background-image: url(../images/recruit_separator_bg_sp.png);
    height: calc(164 / 375 * 100vw);
    margin: 0;
    padding: 0;
    transform: translateX(0);
    width: 100%;
  }
}
.p-recruit__main__content__section3 {
  background-color: var(--color-bg);
  margin: 0 -100vw;
  padding: 40px 100vw 80px;
}
@media screen and (max-width: 1439px) {
  .p-recruit__main__content__section3 {
    padding: calc(40 / 1440 * 100vw) 100vw calc(80 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__main__content__section3 {
    margin: 0;
    padding: calc(35 / 375 * 100vw) 0 calc(220 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
}
.p-recruit__main__content__section3__titleBox__title {
  align-items: center;
  display: flex;
  font-size: 40px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1439px) {
  .p-recruit__main__content__section3__titleBox__title {
    font-size: calc(40 / 1440 * 100vw);
    margin-bottom: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__main__content__section3__titleBox__title {
    font-size: calc(32 / 375 * 100vw);
    margin-bottom: calc(15 / 375 * 100vw);
  }
}
.p-recruit__main__content__section3__titleBox__title::before {
  background-color: var(--color-main);
  content: "";
  display: block;
  height: 4px;
  margin-right: 24px;
  width: 24px;
}
@media screen and (max-width: 1439px) {
  .p-recruit__main__content__section3__titleBox__title::before {
    height: calc(4 / 1440 * 100vw);
    margin-right: calc(24 / 1440 * 100vw);
    width: calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__main__content__section3__titleBox__title::before {
    height: calc(4 / 375 * 100vw);
    margin-right: calc(24 / 375 * 100vw);
    width: calc(24 / 375 * 100vw);
  }
}
.p-recruit__main__content__section3__textBox {
  background-color: var(--color-white);
  margin-right: calc(-50vw + 50%);
  padding-bottom: 80px;
  padding-left: 80px;
  padding-top: 80px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-recruit__main__content__section3__textBox {
    padding-bottom: calc(80 / 1440 * 100vw);
    padding-left: calc(80 / 1440 * 100vw);
    padding-top: calc(80 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__main__content__section3__textBox {
    margin-right: 0;
    padding-bottom: calc(134 / 375 * 100vw);
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(40 / 375 * 100vw);
    padding-top: calc(40 / 375 * 100vw);
  }
}
.p-recruit__main__content__section3__textBox::after {
  background-image: url(../images/recruit_section3_image.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 400px;
  left: 552px;
  position: absolute;
  top: -90px;
  width: 480px;
}
@media screen and (max-width: 1439px) {
  .p-recruit__main__content__section3__textBox::after {
    height: calc(400 / 1440 * 100vw);
    left: calc(552 / 1440 * 100vw);
    top: calc(-90 / 1440 * 100vw);
    width: calc(480 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__main__content__section3__textBox::after {
    height: calc(220 / 375 * 100vw);
    left: auto;
    right: 0;
    top: calc(315 / 375 * 100vw);
    width: calc(264 / 375 * 100vw);
  }
}
.p-recruit__main__content__section3__textBox__title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
}
@media screen and (max-width: 1439px) {
  .p-recruit__main__content__section3__textBox__title {
    font-size: calc(24 / 1440 * 100vw);
    margin-bottom: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__main__content__section3__textBox__title {
    font-size: calc(18 / 375 * 100vw);
    margin-bottom: calc(40 / 375 * 100vw);
  }
}
.p-recruit__main__content__section3__textBox__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 33px;
}
@media screen and (max-width: 1439px) {
  .p-recruit__main__content__section3__textBox__text {
    font-size: calc(16 / 1440 * 100vw);
    line-height: calc(33 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__main__content__section3__textBox__text {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
  }
}
.p-recruit__main__content__section4 {
  padding-bottom: 80px;
  padding-top: 40px;
}
@media screen and (max-width: 1439px) {
  .p-recruit__main__content__section4 {
    padding-bottom: calc(80 / 1440 * 100vw);
    padding-top: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__main__content__section4 {
    padding-bottom: calc(94 / 375 * 100vw);
    padding-left: calc(20 / 375 * 100vw);
    padding-top: calc(35 / 375 * 100vw);
  }
}
.p-recruit__main__content__section4__titleBox__title {
  align-items: center;
  display: flex;
  font-size: 40px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1439px) {
  .p-recruit__main__content__section4__titleBox__title {
    font-size: calc(40 / 1440 * 100vw);
    margin-bottom: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__main__content__section4__titleBox__title {
    font-size: calc(32 / 375 * 100vw);
    margin-bottom: calc(15 / 375 * 100vw);
  }
}
.p-recruit__main__content__section4__titleBox__title::before {
  background-color: var(--color-main);
  content: "";
  display: block;
  height: 4px;
  margin-right: 24px;
  width: 24px;
}
@media screen and (max-width: 1439px) {
  .p-recruit__main__content__section4__titleBox__title::before {
    height: calc(4 / 1440 * 100vw);
    margin-right: calc(24 / 1440 * 100vw);
    width: calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__main__content__section4__titleBox__title::before {
    height: calc(4 / 375 * 100vw);
    margin-right: calc(24 / 375 * 100vw);
    width: calc(24 / 375 * 100vw);
  }
}
.p-recruit__main__content__section4__voiceList {
  background-color: var(--color-bg);
  background-image: url(../images/recruit_section4_bg.png);
  margin-right: calc(-50vw + 50%);
  padding: 80px;
}
@media screen and (max-width: 1439px) {
  .p-recruit__main__content__section4__voiceList {
    padding: calc(80 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__main__content__section4__voiceList {
    margin-right: 0;
    padding: calc(40 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
}
.p-recruit__main__content__section4__voiceList__voiceBox {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-recruit__main__content__section4__voiceList__voiceBox {
    display: block;
  }
}
.p-recruit__main__content__section4__voiceList__voiceBox__thumbnail {
  flex-shrink: 0;
  margin-right: 25px;
  width: 400px;
}
.p-recruit__main__content__section4__voiceList__voiceBox__thumbnail img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .p-recruit__main__content__section4__voiceList__voiceBox__thumbnail {
    margin-right: calc(25 / 1440 * 100vw);
    width: calc(400 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__main__content__section4__voiceList__voiceBox__thumbnail {
    margin-right: calc(0 / 375 * 100vw);
    width: 100%;
  }
}
.p-recruit__main__content__section4__voiceList__voiceBox__textBox {
  width: 368px;
}
@media screen and (max-width: 1439px) {
  .p-recruit__main__content__section4__voiceList__voiceBox__textBox {
    width: calc(368 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__main__content__section4__voiceList__voiceBox__textBox {
    margin-top: calc(15 / 375 * 100vw);
    width: 100%;
  }
}
.p-recruit__main__content__section4__voiceList__voiceBox__textBox__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
}
@media screen and (max-width: 1439px) {
  .p-recruit__main__content__section4__voiceList__voiceBox__textBox__title {
    font-size: calc(18 / 1440 * 100vw);
    line-height: calc(26 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__main__content__section4__voiceList__voiceBox__textBox__title {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(23 / 375 * 100vw);
  }
}
.p-recruit__main__content__section4__voiceList__voiceBox__textBox__title::after {
  background-image: url(../images/icon_decoration_title.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 4px;
  margin: 10px 0 15px;
  width: 20px;
}
@media screen and (max-width: 1439px) {
  .p-recruit__main__content__section4__voiceList__voiceBox__textBox__title::after {
    height: calc(4 / 1440 * 100vw);
    margin: calc(10 / 1440 * 100vw) 0 calc(15 / 1440 * 100vw);
    width: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__main__content__section4__voiceList__voiceBox__textBox__title::after {
    height: calc(4 / 375 * 100vw);
    margin: calc(10 / 375 * 100vw) 0 calc(10 / 375 * 100vw);
    width: calc(20 / 375 * 100vw);
  }
}
.p-recruit__main__content__section4__voiceList__voiceBox__textBox__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
}
@media screen and (max-width: 1439px) {
  .p-recruit__main__content__section4__voiceList__voiceBox__textBox__text {
    font-size: calc(14 / 1440 * 100vw);
    line-height: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__main__content__section4__voiceList__voiceBox__textBox__text {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
  }
}
.p-recruit__main__content__section4__voiceList__voiceBox + .p-recruit__main__content__section4__voiceList__voiceBox {
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  .p-recruit__main__content__section4__voiceList__voiceBox + .p-recruit__main__content__section4__voiceList__voiceBox {
    margin-top: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__main__content__section4__voiceList__voiceBox + .p-recruit__main__content__section4__voiceList__voiceBox {
    margin-top: calc(40 / 375 * 100vw);
  }
}
.p-recruit__main__content__section5__titleBox {
  display: flex;
  height: 200px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-recruit__main__content__section5__titleBox {
    height: calc(200 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__main__content__section5__titleBox {
    height: calc(120 / 375 * 100vw);
    padding: 0 calc(20 / 375 * 100vw);
  }
}
.p-recruit__main__content__section5__titleBox::before {
  background-image: url(../images/title_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 200px;
  left: -82px;
  position: absolute;
  top: 0;
  width: 1114px;
  z-index: -1;
}
@media screen and (max-width: 1439px) {
  .p-recruit__main__content__section5__titleBox::before {
    height: calc(200 / 1440 * 100vw);
    left: calc(-82 / 1440 * 100vw);
    width: calc(1114 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__main__content__section5__titleBox::before {
    background-image: url(../images/title_bg_sp.png);
    height: calc(120 / 375 * 100vw);
    left: calc(0 / 375 * 100vw);
    width: 100%;
  }
}
.p-recruit__main__content__section5__titleBox__title {
  align-items: center;
  display: flex;
  font-size: 40px;
  transform: translateY(-20px);
}
@media screen and (max-width: 1439px) {
  .p-recruit__main__content__section5__titleBox__title {
    font-size: calc(40 / 1440 * 100vw);
    transform: translateY(calc(-20 / 1440 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__main__content__section5__titleBox__title {
    font-size: calc(32 / 375 * 100vw);
    transform: translateY(calc(-12 / 375 * 100vw));
  }
}
.p-recruit__main__content__section5__titleBox__title::before {
  background-color: var(--color-main);
  content: "";
  display: block;
  height: 4px;
  margin-right: 24px;
  width: 24px;
}
@media screen and (max-width: 1439px) {
  .p-recruit__main__content__section5__titleBox__title::before {
    height: calc(4 / 1440 * 100vw);
    margin-right: calc(24 / 1440 * 100vw);
    width: calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__main__content__section5__titleBox__title::before {
    height: calc(4 / 375 * 100vw);
    margin-right: calc(16 / 375 * 100vw);
    width: calc(24 / 375 * 100vw);
  }
}
.p-recruit__main__content__section5__titleBox + * {
  background-color: var(--color-white);
  margin-top: -40px;
}
@media screen and (max-width: 1439px) {
  .p-recruit__main__content__section5__titleBox + * {
    margin-top: calc(-40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__main__content__section5__titleBox + * {
    margin-left: auto;
    margin-top: calc(-40 / 375 * 100vw);
    width: calc(355 / 375 * 100vw);
  }
}
.p-recruit__main__content__section5__content {
  padding: 80px 160px 80px 80px;
}
@media screen and (max-width: 1439px) {
  .p-recruit__main__content__section5__content {
    padding: calc(80 / 1440 * 100vw) calc(160 / 1440 * 100vw) calc(80 / 1440 * 100vw) calc(80 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__main__content__section5__content {
    padding: calc(40 / 375 * 100vw) calc(20 / 375 * 100vw) calc(110 / 375 * 100vw);
  }
}
.p-recruit__main__content__section5__content__thumbnail {
  background-image: url(../images/recruit_section5_image.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 240px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1439px) {
  .p-recruit__main__content__section5__content__thumbnail {
    height: calc(240 / 1440 * 100vw);
    margin-bottom: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__main__content__section5__content__thumbnail {
    background-image: url(../images/recruit_section5_image_sp.png);
    height: calc(146 / 375 * 100vw);
    margin-bottom: calc(15 / 375 * 100vw);
  }
}
.p-recruit__main__content__section5__content__text {
  font-size: 16px;
  line-height: 33px;
}
@media screen and (max-width: 1439px) {
  .p-recruit__main__content__section5__content__text {
    font-size: calc(16 / 1440 * 100vw);
    line-height: calc(33 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__main__content__section5__content__text {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
  }
}

.p-about .l-container {
  padding-left: 120px;
  padding-right: 0;
}
@media screen and (max-width: 1439px) {
  .p-about .l-container {
    padding-left: calc(120 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about .l-container {
    padding-left: calc(0 / 375 * 100vw);
  }
}
.p-about__inner {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
}
@media screen and (max-width: 1439px) {
  .p-about__inner {
    padding-bottom: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__inner {
    display: block;
    padding-bottom: calc(0 / 375 * 100vw);
  }
}
.p-about__sidebar {
  position: relative;
  width: 200px;
  z-index: 10;
}
@media screen and (max-width: 1439px) {
  .p-about__sidebar {
    width: calc(200 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__sidebar {
    width: 100%;
  }
}
.p-about__sidebar__nav {
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 60px;
  padding-top: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 85px;
}
@media screen and (max-width: 1439px) {
  .p-about__sidebar__nav {
    padding-bottom: calc(20 / 1440 * 100vw);
    padding-left: calc(40 / 1440 * 100vw);
    padding-right: calc(60 / 1440 * 100vw);
    padding-top: calc(20 / 1440 * 100vw);
    top: calc(85 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__sidebar__nav {
    padding-bottom: calc(24 / 375 * 100vw);
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
    padding-top: calc(24 / 375 * 100vw);
    position: static;
    top: calc(85 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__sidebar__nav > ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.p-about__sidebar__nav > ul > li {
  display: flex;
  font-family: "Inter";
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  margin-top: 24px;
}
@media screen and (max-width: 1439px) {
  .p-about__sidebar__nav > ul > li {
    font-size: calc(14 / 1440 * 100vw);
    line-height: calc(20 / 1440 * 100vw);
    margin-top: calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__sidebar__nav > ul > li {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(20 / 375 * 100vw);
    margin-top: calc(30 / 375 * 100vw);
    width: 33.3333333333%;
  }
}
.p-about__sidebar__nav > ul > li::before {
  background-color: var(--color-main);
  content: "";
  display: block;
  height: 4px;
  margin-right: 8px;
  transform: translateY(6px);
  width: 4px;
}
@media screen and (max-width: 1439px) {
  .p-about__sidebar__nav > ul > li::before {
    height: calc(4 / 1440 * 100vw);
    margin-right: calc(8 / 1440 * 100vw);
    transform: translateY(calc(6 / 1440 * 100vw));
    width: calc(4 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__sidebar__nav > ul > li::before {
    height: calc(4 / 375 * 100vw);
    margin-right: calc(8 / 375 * 100vw);
    transform: translateY(calc(6 / 375 * 100vw));
    width: calc(4 / 375 * 100vw);
  }
}
.p-about__sidebar__nav > ul > li:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-about__sidebar__nav > ul > li:first-child {
    margin-top: calc(30 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__sidebar__nav > ul > li:nth-child(-n+3) {
    margin-top: 0;
  }
}
.p-about__sidebar__nav > ul > li.is-current a {
  color: var(--color-black);
}
.p-about__sidebar__nav > ul > li.is-current a:hover {
  color: var(--color-main);
}
@media screen and (max-width: 767px) {
  .p-about__sidebar__nav > ul > li.is-current a:hover {
    color: var(--color-black);
  }
}
.p-about__sidebar__nav a {
  color: var(--color-main2);
}
@media screen and (max-width: 767px) {
  .p-about__sidebar__nav a {
    color: var(--color-black);
  }
}
.p-about__sidebar__nav a:hover {
  color: var(--color-main);
}
@media screen and (max-width: 767px) {
  .p-about__sidebar__nav a:hover {
    color: var(--color-black);
  }
}
.p-about__sidebar__snsBox {
  padding-bottom: 24px;
  padding-left: 40px;
  padding-top: 24px;
  position: -webkit-sticky;
  position: sticky;
  top: 85px;
}
@media screen and (max-width: 1439px) {
  .p-about__sidebar__snsBox {
    padding-bottom: calc(24 / 1440 * 100vw);
    padding-left: calc(40 / 1440 * 100vw);
    padding-top: calc(24 / 1440 * 100vw);
    top: calc(85 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__sidebar__snsBox {
    align-items: center;
    display: flex;
    justify-content: center;
    padding-bottom: calc(0 / 375 * 100vw);
    padding-left: calc(0 / 375 * 100vw);
    padding-top: calc(0 / 375 * 100vw);
    top: calc(0 / 375 * 100vw);
  }
}
.p-about__sidebar__snsBox__title {
  color: var(--color-main2);
  font-family: "Inter";
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 8px;
}
@media screen and (max-width: 1439px) {
  .p-about__sidebar__snsBox__title {
    font-size: calc(12 / 1440 * 100vw);
    margin-bottom: calc(8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__sidebar__snsBox__title {
    font-size: calc(12 / 375 * 100vw);
    margin-bottom: calc(0 / 375 * 100vw);
    margin-right: calc(32 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__sidebar__snsBox__buttonList {
    align-items: center;
    display: flex;
  }
}
.p-about__sidebar__snsBox__buttonList__button {
  border: 1px solid rgba(217, 217, 217, 0.6);
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
  width: 40px;
}
.p-about__sidebar__snsBox__buttonList__button img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .p-about__sidebar__snsBox__buttonList__button {
    width: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__sidebar__snsBox__buttonList__button {
    width: calc(40 / 375 * 100vw);
  }
}
.p-about__sidebar__snsBox__buttonList__button:hover {
  border: 1px solid var(--color-main);
}
.p-about__sidebar__snsBox__buttonList__button:hover img {
  opacity: 0.24;
}
.p-about__sidebar__snsBox__buttonList__button a {
  display: block;
}
.p-about__sidebar__snsBox__buttonList__button img {
  transition: 0.3s;
}
.p-about__sidebar__snsBox__buttonList__button + .p-about__sidebar__snsBox__buttonList__button {
  margin-top: 8px;
}
@media screen and (max-width: 1439px) {
  .p-about__sidebar__snsBox__buttonList__button + .p-about__sidebar__snsBox__buttonList__button {
    margin-top: calc(8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__sidebar__snsBox__buttonList__button + .p-about__sidebar__snsBox__buttonList__button {
    margin-left: calc(24 / 375 * 100vw);
    margin-top: calc(0 / 375 * 100vw);
  }
}
.p-about__main {
  width: 1032px;
}
@media screen and (max-width: 1439px) {
  .p-about__main {
    width: calc(1032 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__main {
    width: 100%;
  }
}
.p-about__main__content__section1__titleBox {
  display: flex;
  height: 200px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-about__main__content__section1__titleBox {
    height: calc(200 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__main__content__section1__titleBox {
    height: calc(120 / 375 * 100vw);
    padding: 0 calc(20 / 375 * 100vw);
  }
}
.p-about__main__content__section1__titleBox::before {
  background-image: url(../images/title_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 200px;
  left: -82px;
  position: absolute;
  top: 0;
  width: 1114px;
  z-index: -1;
}
@media screen and (max-width: 1439px) {
  .p-about__main__content__section1__titleBox::before {
    height: calc(200 / 1440 * 100vw);
    left: calc(-82 / 1440 * 100vw);
    width: calc(1114 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__main__content__section1__titleBox::before {
    background-image: url(../images/title_bg_sp.png);
    height: calc(120 / 375 * 100vw);
    left: calc(0 / 375 * 100vw);
    width: 100%;
  }
}
.p-about__main__content__section1__titleBox__title {
  align-items: center;
  display: flex;
  font-size: 40px;
  transform: translateY(-20px);
}
@media screen and (max-width: 1439px) {
  .p-about__main__content__section1__titleBox__title {
    font-size: calc(40 / 1440 * 100vw);
    transform: translateY(calc(-20 / 1440 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  .p-about__main__content__section1__titleBox__title {
    font-size: calc(32 / 375 * 100vw);
    transform: translateY(calc(-12 / 375 * 100vw));
  }
}
.p-about__main__content__section1__titleBox__title::before {
  background-color: var(--color-main);
  content: "";
  display: block;
  height: 4px;
  margin-right: 24px;
  width: 24px;
}
@media screen and (max-width: 1439px) {
  .p-about__main__content__section1__titleBox__title::before {
    height: calc(4 / 1440 * 100vw);
    margin-right: calc(24 / 1440 * 100vw);
    width: calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__main__content__section1__titleBox__title::before {
    height: calc(4 / 375 * 100vw);
    margin-right: calc(16 / 375 * 100vw);
    width: calc(24 / 375 * 100vw);
  }
}
.p-about__main__content__section1__titleBox + * {
  background-color: var(--color-white);
  margin-top: -40px;
}
@media screen and (max-width: 1439px) {
  .p-about__main__content__section1__titleBox + * {
    margin-top: calc(-40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__main__content__section1__titleBox + * {
    margin-left: auto;
    margin-top: calc(-40 / 375 * 100vw);
    width: calc(355 / 375 * 100vw);
  }
}
.p-about__main__content__section1__mvvBox {
  padding: 80px 160px 80px 70px;
}
@media screen and (max-width: 1439px) {
  .p-about__main__content__section1__mvvBox {
    padding: calc(80 / 1440 * 100vw) calc(160 / 1440 * 100vw) calc(80 / 1440 * 100vw) calc(70 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__main__content__section1__mvvBox {
    padding: calc(40 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
}
.p-about__main__content__section1__mvvBox__section__titleBox__title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 40px;
}
@media screen and (max-width: 1439px) {
  .p-about__main__content__section1__mvvBox__section__titleBox__title {
    font-size: calc(14 / 1440 * 100vw);
    margin-bottom: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__main__content__section1__mvvBox__section__titleBox__title {
    font-size: calc(12 / 375 * 100vw);
    margin-bottom: calc(40 / 375 * 100vw);
  }
}
.p-about__main__content__section1__mvvBox__section__titleBox__image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
}
.p-about__main__content__section1__mvvBox__section__titleBox__image.mission {
  background-image: url(../images/about_image_mission.png);
  height: 390px;
}
@media screen and (max-width: 1439px) {
  .p-about__main__content__section1__mvvBox__section__titleBox__image.mission {
    height: calc(390 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__main__content__section1__mvvBox__section__titleBox__image.mission {
    background-image: url(../images/about_image_mission_sp.png);
    height: calc(425 / 375 * 100vw);
  }
}
.p-about__main__content__section1__mvvBox__section__titleBox__image.vision {
  background-image: url(../images/about_image_vision.png);
  height: 250px;
}
@media screen and (max-width: 1439px) {
  .p-about__main__content__section1__mvvBox__section__titleBox__image.vision {
    height: calc(250 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__main__content__section1__mvvBox__section__titleBox__image.vision {
    background-image: url(../images/about_image_vision_sp.png);
    height: calc(240 / 375 * 100vw);
  }
}
.p-about__main__content__section1__mvvBox__section__titleBox__image.value {
  background-image: url(../images/about_image_value.png);
  height: 340px;
}
@media screen and (max-width: 1439px) {
  .p-about__main__content__section1__mvvBox__section__titleBox__image.value {
    height: calc(340 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__main__content__section1__mvvBox__section__titleBox__image.value {
    background-image: url(../images/about_image_value_sp.png);
    height: calc(415 / 375 * 100vw);
  }
}
.p-about__main__content__section1__mvvBox__section + .p-about__main__content__section1__mvvBox__section {
  margin-top: 80px;
}
@media screen and (max-width: 1439px) {
  .p-about__main__content__section1__mvvBox__section + .p-about__main__content__section1__mvvBox__section {
    margin-top: calc(80 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__main__content__section1__mvvBox__section + .p-about__main__content__section1__mvvBox__section {
    margin-top: calc(40 / 375 * 100vw);
  }
}
.p-about__main__content__section2 {
  background-image: url(../images/about_section2_bg.png);
  background-position: center;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-about__main__content__section2 {
    background-image: url(../images/about_section2_bg_sp.png);
    padding-bottom: 86px;
  }
}
.p-about__main__content__section2__titleBox {
  display: flex;
  height: 200px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-about__main__content__section2__titleBox {
    height: calc(200 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__main__content__section2__titleBox {
    height: calc(120 / 375 * 100vw);
    padding: 0 calc(20 / 375 * 100vw);
  }
}
.p-about__main__content__section2__titleBox::before {
  background-image: url(../images/title_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 200px;
  left: -82px;
  position: absolute;
  top: 0;
  width: 1114px;
  z-index: -1;
}
@media screen and (max-width: 1439px) {
  .p-about__main__content__section2__titleBox::before {
    height: calc(200 / 1440 * 100vw);
    left: calc(-82 / 1440 * 100vw);
    width: calc(1114 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__main__content__section2__titleBox::before {
    background-image: url(../images/title_bg_sp.png);
    height: calc(120 / 375 * 100vw);
    left: calc(0 / 375 * 100vw);
    width: 100%;
  }
}
.p-about__main__content__section2__titleBox__title {
  align-items: center;
  display: flex;
  font-size: 40px;
  transform: translateY(-20px);
}
@media screen and (max-width: 1439px) {
  .p-about__main__content__section2__titleBox__title {
    font-size: calc(40 / 1440 * 100vw);
    transform: translateY(calc(-20 / 1440 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  .p-about__main__content__section2__titleBox__title {
    font-size: calc(32 / 375 * 100vw);
    transform: translateY(calc(-12 / 375 * 100vw));
  }
}
.p-about__main__content__section2__titleBox__title::before {
  background-color: var(--color-main);
  content: "";
  display: block;
  height: 4px;
  margin-right: 24px;
  width: 24px;
}
@media screen and (max-width: 1439px) {
  .p-about__main__content__section2__titleBox__title::before {
    height: calc(4 / 1440 * 100vw);
    margin-right: calc(24 / 1440 * 100vw);
    width: calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__main__content__section2__titleBox__title::before {
    height: calc(4 / 375 * 100vw);
    margin-right: calc(16 / 375 * 100vw);
    width: calc(24 / 375 * 100vw);
  }
}
.p-about__main__content__section2__titleBox + * {
  background-color: var(--color-white);
  margin-top: -40px;
}
@media screen and (max-width: 1439px) {
  .p-about__main__content__section2__titleBox + * {
    margin-top: calc(-40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__main__content__section2__titleBox + * {
    margin-left: auto;
    margin-top: calc(-40 / 375 * 100vw);
    width: calc(355 / 375 * 100vw);
  }
}
.p-about__main__content__section2__message {
  padding: 80px 160px 80px 80px;
}
@media screen and (max-width: 1439px) {
  .p-about__main__content__section2__message {
    padding: calc(80 / 1440 * 100vw) calc(160 / 1440 * 100vw) calc(80 / 1440 * 100vw) calc(80 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__main__content__section2__message {
    padding: calc(40 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
}
.p-about__main__content__section2__message__title {
  background-image: url(../images/about_section2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 208px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1439px) {
  .p-about__main__content__section2__message__title {
    height: calc(208 / 1440 * 100vw);
    margin-bottom: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__main__content__section2__message__title {
    background-image: url(../images/about_section2_sp.png);
    height: calc(135 / 375 * 100vw);
    margin-bottom: calc(24 / 375 * 100vw);
  }
}
.p-about__main__content__section2__message__text {
  font-size: 16px;
  line-height: 33px;
}
@media screen and (max-width: 1439px) {
  .p-about__main__content__section2__message__text {
    font-size: calc(16 / 1440 * 100vw);
    line-height: calc(33 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__main__content__section2__message__text {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
  }
}
.p-about__main__content__section2__message__ceo {
  align-items: flex-end;
  display: flex;
  flex-direction: row-reverse;
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  .p-about__main__content__section2__message__ceo {
    margin-top: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__main__content__section2__message__ceo {
    display: block;
    margin-top: calc(40 / 375 * 100vw);
  }
}
.p-about__main__content__section2__message__ceo__thumbnail {
  margin-left: 24px;
  width: 370px;
}
.p-about__main__content__section2__message__ceo__thumbnail img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .p-about__main__content__section2__message__ceo__thumbnail {
    margin-left: calc(24 / 1440 * 100vw);
    width: calc(370 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__main__content__section2__message__ceo__thumbnail {
    margin-left: calc(0 / 375 * 100vw);
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-about__main__content__section2__message__ceo__textBox {
    margin-top: calc(10 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__main__content__section2__message__ceo__textBox__nameBox {
    align-items: center;
    display: flex;
  }
}
.p-about__main__content__section2__message__ceo__textBox__nameBox__title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 1439px) {
  .p-about__main__content__section2__message__ceo__textBox__nameBox__title {
    font-size: calc(14 / 1440 * 100vw);
    margin-bottom: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__main__content__section2__message__ceo__textBox__nameBox__title {
    font-size: calc(12 / 375 * 100vw);
    margin-bottom: calc(0 / 375 * 100vw);
  }
}
.p-about__main__content__section2__message__ceo__textBox__nameBox__hikkitai {
  margin-left: auto;
  width: 171px;
}
.p-about__main__content__section2__message__ceo__textBox__nameBox__hikkitai img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .p-about__main__content__section2__message__ceo__textBox__nameBox__hikkitai {
    width: calc(171 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__main__content__section2__message__ceo__textBox__nameBox__hikkitai {
    width: calc(131 / 375 * 100vw);
  }
}
.p-about__main__content__section2__message__ceo__textBox__memberList {
  margin-top: 20px;
}
@media screen and (max-width: 1439px) {
  .p-about__main__content__section2__message__ceo__textBox__memberList {
    margin-top: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__main__content__section2__message__ceo__textBox__memberList {
    margin-top: calc(25 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__main__content__section2__message__ceo__textBox__memberList > ul {
    align-items: center;
    display: flex;
    justify-content: flex-end;
  }
}
.p-about__main__content__section2__message__ceo__textBox__memberList > ul > li + li {
  margin-top: 15px;
}
@media screen and (max-width: 1439px) {
  .p-about__main__content__section2__message__ceo__textBox__memberList > ul > li + li {
    margin-top: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__main__content__section2__message__ceo__textBox__memberList > ul > li + li {
    margin-left: calc(15 / 375 * 100vw);
    margin-top: calc(0 / 375 * 100vw);
  }
}
.p-about__main__content__section2__message__ceo__textBox__memberList dl {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
.p-about__main__content__section2__message__ceo__textBox__memberList dl dt {
  font-size: 12px;
  font-weight: bold;
  margin-right: 10px;
}
@media screen and (max-width: 1439px) {
  .p-about__main__content__section2__message__ceo__textBox__memberList dl dt {
    font-size: calc(12 / 1440 * 100vw);
    margin-right: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__main__content__section2__message__ceo__textBox__memberList dl dt {
    font-size: calc(12 / 375 * 100vw);
    margin-right: calc(10 / 375 * 100vw);
  }
}
.p-about__main__content__section2__message__ceo__textBox__memberList dl dd {
  font-size: 16px;
}
@media screen and (max-width: 1439px) {
  .p-about__main__content__section2__message__ceo__textBox__memberList dl dd {
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__main__content__section2__message__ceo__textBox__memberList dl dd {
    font-size: calc(16 / 375 * 100vw);
  }
}
.p-about__main__content__section3 {
  margin-top: 6px;
}
@media screen and (max-width: 1439px) {
  .p-about__main__content__section3 {
    margin-top: calc(6 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__main__content__section3 {
    margin-top: calc(6 / 375 * 100vw);
  }
}
.p-about__main__content__section3__titleBox {
  display: flex;
  height: 200px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-about__main__content__section3__titleBox {
    height: calc(200 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__main__content__section3__titleBox {
    height: calc(120 / 375 * 100vw);
    padding: 0 calc(20 / 375 * 100vw);
  }
}
.p-about__main__content__section3__titleBox::before {
  background-image: url(../images/title_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 200px;
  left: -82px;
  position: absolute;
  top: 0;
  width: 1114px;
  z-index: -1;
}
@media screen and (max-width: 1439px) {
  .p-about__main__content__section3__titleBox::before {
    height: calc(200 / 1440 * 100vw);
    left: calc(-82 / 1440 * 100vw);
    width: calc(1114 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__main__content__section3__titleBox::before {
    background-image: url(../images/title_bg_sp.png);
    height: calc(120 / 375 * 100vw);
    left: calc(0 / 375 * 100vw);
    width: 100%;
  }
}
.p-about__main__content__section3__titleBox__title {
  align-items: center;
  display: flex;
  font-size: 40px;
  transform: translateY(-20px);
}
@media screen and (max-width: 1439px) {
  .p-about__main__content__section3__titleBox__title {
    font-size: calc(40 / 1440 * 100vw);
    transform: translateY(calc(-20 / 1440 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  .p-about__main__content__section3__titleBox__title {
    font-size: calc(32 / 375 * 100vw);
    transform: translateY(calc(-12 / 375 * 100vw));
  }
}
.p-about__main__content__section3__titleBox__title::before {
  background-color: var(--color-main);
  content: "";
  display: block;
  height: 4px;
  margin-right: 24px;
  width: 24px;
}
@media screen and (max-width: 1439px) {
  .p-about__main__content__section3__titleBox__title::before {
    height: calc(4 / 1440 * 100vw);
    margin-right: calc(24 / 1440 * 100vw);
    width: calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__main__content__section3__titleBox__title::before {
    height: calc(4 / 375 * 100vw);
    margin-right: calc(16 / 375 * 100vw);
    width: calc(24 / 375 * 100vw);
  }
}
.p-about__main__content__section3__titleBox + * {
  background-color: var(--color-white);
  margin-top: -40px;
}
@media screen and (max-width: 1439px) {
  .p-about__main__content__section3__titleBox + * {
    margin-top: calc(-40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__main__content__section3__titleBox + * {
    margin-left: auto;
    margin-top: calc(-40 / 375 * 100vw);
    width: calc(355 / 375 * 100vw);
  }
}
.p-about__main__content__section3__content {
  display: flex;
  justify-content: space-between;
  padding: 80px 192px 80px 80px;
}
@media screen and (max-width: 1439px) {
  .p-about__main__content__section3__content {
    padding: calc(80 / 1440 * 100vw) calc(192 / 1440 * 100vw) calc(80 / 1440 * 100vw) calc(80 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__main__content__section3__content {
    display: block;
    padding: calc(40 / 375 * 100vw) calc(20 / 375 * 100vw) calc(80 / 375 * 100vw);
  }
}
.p-about__main__content__section3__content__infoList {
  width: 360px;
}
@media screen and (max-width: 1439px) {
  .p-about__main__content__section3__content__infoList {
    width: calc(360 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__main__content__section3__content__infoList {
    width: 100%;
  }
}
.p-about__main__content__section3__content__infoList > ul > li {
  border-bottom: 1px solid var(--color-border);
}
.p-about__main__content__section3__content__infoList dl {
  align-items: center;
  display: flex;
  padding: 24px 0;
}
@media screen and (max-width: 1439px) {
  .p-about__main__content__section3__content__infoList dl {
    padding: calc(24 / 1440 * 100vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .p-about__main__content__section3__content__infoList dl {
    padding: calc(24 / 375 * 100vw) 0;
  }
}
.p-about__main__content__section3__content__infoList dl dt {
  flex-shrink: 0;
  font-size: 14px;
  font-weight: bold;
  width: 104px;
}
@media screen and (max-width: 1439px) {
  .p-about__main__content__section3__content__infoList dl dt {
    font-size: calc(14 / 1440 * 100vw);
    width: calc(104 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__main__content__section3__content__infoList dl dt {
    font-size: calc(14 / 375 * 100vw);
    width: calc(104 / 375 * 100vw);
  }
}
.p-about__main__content__section3__content__infoList dl dd {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
@media screen and (max-width: 1439px) {
  .p-about__main__content__section3__content__infoList dl dd {
    font-size: calc(14 / 1440 * 100vw);
    line-height: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__main__content__section3__content__infoList dl dd {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(20 / 375 * 100vw);
  }
}
.p-about__main__content__section3__content__infoList dl dd a {
  text-decoration: underline;
}
.p-about__main__content__section3__content__subInfo {
  width: 360px;
}
@media screen and (max-width: 1439px) {
  .p-about__main__content__section3__content__subInfo {
    width: calc(360 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__main__content__section3__content__subInfo {
    width: 100%;
  }
}
.p-about__main__content__section3__content__subInfo__map {
  height: 0;
  overflow: hidden;
  padding-bottom: 315px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-about__main__content__section3__content__subInfo__map {
    padding-bottom: calc(315 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__main__content__section3__content__subInfo__map {
    padding-bottom: calc(280 / 375 * 100vw);
  }
}
.p-about__main__content__section3__content__subInfo__map iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.p-about__main__content__section3__content__subInfo__infoList {
  width: 360px;
}
@media screen and (max-width: 1439px) {
  .p-about__main__content__section3__content__subInfo__infoList {
    width: calc(360 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__main__content__section3__content__subInfo__infoList {
    width: 100%;
  }
}
.p-about__main__content__section3__content__subInfo__infoList > ul > li {
  border-bottom: 1px solid var(--color-border);
}
.p-about__main__content__section3__content__subInfo__infoList dl {
  align-items: center;
  display: flex;
  padding: 24px 0;
}
@media screen and (max-width: 1439px) {
  .p-about__main__content__section3__content__subInfo__infoList dl {
    padding: calc(24 / 1440 * 100vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .p-about__main__content__section3__content__subInfo__infoList dl {
    padding: calc(24 / 375 * 100vw) 0;
  }
}
.p-about__main__content__section3__content__subInfo__infoList dl dt {
  flex-shrink: 0;
  font-size: 14px;
  font-weight: bold;
  width: 104px;
}
@media screen and (max-width: 1439px) {
  .p-about__main__content__section3__content__subInfo__infoList dl dt {
    font-size: calc(14 / 1440 * 100vw);
    width: calc(104 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__main__content__section3__content__subInfo__infoList dl dt {
    font-size: calc(14 / 375 * 100vw);
    width: calc(104 / 375 * 100vw);
  }
}
.p-about__main__content__section3__content__subInfo__infoList dl dd {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
@media screen and (max-width: 1439px) {
  .p-about__main__content__section3__content__subInfo__infoList dl dd {
    font-size: calc(14 / 1440 * 100vw);
    line-height: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__main__content__section3__content__subInfo__infoList dl dd {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(20 / 375 * 100vw);
  }
}
.p-about__main__content__section3__content__subInfo__infoList dl dd span.list {
  display: flex;
  padding-left: 0.5em;
}
.p-about__main__content__section3__content__subInfo__infoList dl dd span.list::before {
  background-color: var(--color-black);
  border-radius: 50%;
  content: "";
  flex-shrink: 0;
  height: 4px;
  margin-right: 0.5em;
  transform: translateY(8px);
  width: 4px;
}
@media screen and (max-width: 1439px) {
  .p-about__main__content__section3__content__subInfo__infoList dl dd span.list::before {
    height: calc(4 / 1440 * 100vw);
    transform: translateY(calc(8 / 1440 * 100vw));
    width: calc(4 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__main__content__section3__content__subInfo__infoList dl dd span.list::before {
    height: calc(4 / 375 * 100vw);
    transform: translateY(calc(8 / 375 * 100vw));
    width: calc(4 / 375 * 100vw);
  }
}

.p-pp .l-container {
  padding-left: 120px;
  padding-right: 0;
}
@media screen and (max-width: 1439px) {
  .p-pp .l-container {
    padding-left: calc(120 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-pp .l-container {
    padding-left: calc(0 / 375 * 100vw);
  }
}
.p-pp__inner {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
}
@media screen and (max-width: 1439px) {
  .p-pp__inner {
    padding-bottom: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-pp__inner {
    display: block;
    padding-bottom: calc(0 / 375 * 100vw);
  }
}
.p-pp__sidebar {
  position: relative;
  width: 200px;
  z-index: 10;
}
@media screen and (max-width: 1439px) {
  .p-pp__sidebar {
    width: calc(200 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-pp__sidebar {
    width: 100%;
  }
}
.p-pp__sidebar__nav {
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 60px;
  padding-top: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 85px;
}
@media screen and (max-width: 1439px) {
  .p-pp__sidebar__nav {
    padding-bottom: calc(20 / 1440 * 100vw);
    padding-left: calc(40 / 1440 * 100vw);
    padding-right: calc(60 / 1440 * 100vw);
    padding-top: calc(20 / 1440 * 100vw);
    top: calc(85 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-pp__sidebar__nav {
    padding-bottom: calc(24 / 375 * 100vw);
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
    padding-top: calc(24 / 375 * 100vw);
    position: static;
    top: calc(85 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-pp__sidebar__nav > ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.p-pp__sidebar__nav > ul > li {
  display: flex;
  font-family: "Inter";
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  margin-top: 24px;
}
@media screen and (max-width: 1439px) {
  .p-pp__sidebar__nav > ul > li {
    font-size: calc(14 / 1440 * 100vw);
    line-height: calc(20 / 1440 * 100vw);
    margin-top: calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-pp__sidebar__nav > ul > li {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(20 / 375 * 100vw);
    margin-top: calc(30 / 375 * 100vw);
    width: 33.3333333333%;
  }
}
.p-pp__sidebar__nav > ul > li::before {
  background-color: var(--color-main);
  content: "";
  display: block;
  height: 4px;
  margin-right: 8px;
  transform: translateY(6px);
  width: 4px;
}
@media screen and (max-width: 1439px) {
  .p-pp__sidebar__nav > ul > li::before {
    height: calc(4 / 1440 * 100vw);
    margin-right: calc(8 / 1440 * 100vw);
    transform: translateY(calc(6 / 1440 * 100vw));
    width: calc(4 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-pp__sidebar__nav > ul > li::before {
    height: calc(4 / 375 * 100vw);
    margin-right: calc(8 / 375 * 100vw);
    transform: translateY(calc(6 / 375 * 100vw));
    width: calc(4 / 375 * 100vw);
  }
}
.p-pp__sidebar__nav > ul > li:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-pp__sidebar__nav > ul > li:first-child {
    margin-top: calc(30 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-pp__sidebar__nav > ul > li:nth-child(-n+3) {
    margin-top: 0;
  }
}
.p-pp__sidebar__nav > ul > li.is-current a {
  color: var(--color-black);
}
.p-pp__sidebar__nav > ul > li.is-current a:hover {
  color: var(--color-main);
}
@media screen and (max-width: 767px) {
  .p-pp__sidebar__nav > ul > li.is-current a:hover {
    color: var(--color-black);
  }
}
.p-pp__sidebar__nav a {
  color: var(--color-main2);
}
@media screen and (max-width: 767px) {
  .p-pp__sidebar__nav a {
    color: var(--color-black);
  }
}
.p-pp__sidebar__nav a:hover {
  color: var(--color-main);
}
@media screen and (max-width: 767px) {
  .p-pp__sidebar__nav a:hover {
    color: var(--color-black);
  }
}
.p-pp__sidebar__snsBox {
  padding-bottom: 24px;
  padding-left: 40px;
  padding-top: 24px;
  position: -webkit-sticky;
  position: sticky;
  top: 85px;
}
@media screen and (max-width: 1439px) {
  .p-pp__sidebar__snsBox {
    padding-bottom: calc(24 / 1440 * 100vw);
    padding-left: calc(40 / 1440 * 100vw);
    padding-top: calc(24 / 1440 * 100vw);
    top: calc(85 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-pp__sidebar__snsBox {
    align-items: center;
    display: flex;
    justify-content: center;
    padding-bottom: calc(0 / 375 * 100vw);
    padding-left: calc(0 / 375 * 100vw);
    padding-top: calc(0 / 375 * 100vw);
    top: calc(0 / 375 * 100vw);
  }
}
.p-pp__sidebar__snsBox__title {
  color: var(--color-main2);
  font-family: "Inter";
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 8px;
}
@media screen and (max-width: 1439px) {
  .p-pp__sidebar__snsBox__title {
    font-size: calc(12 / 1440 * 100vw);
    margin-bottom: calc(8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-pp__sidebar__snsBox__title {
    font-size: calc(12 / 375 * 100vw);
    margin-bottom: calc(0 / 375 * 100vw);
    margin-right: calc(32 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-pp__sidebar__snsBox__buttonList {
    align-items: center;
    display: flex;
  }
}
.p-pp__sidebar__snsBox__buttonList__button {
  border: 1px solid rgba(217, 217, 217, 0.6);
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
  width: 40px;
}
.p-pp__sidebar__snsBox__buttonList__button img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .p-pp__sidebar__snsBox__buttonList__button {
    width: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-pp__sidebar__snsBox__buttonList__button {
    width: calc(40 / 375 * 100vw);
  }
}
.p-pp__sidebar__snsBox__buttonList__button:hover {
  border: 1px solid var(--color-main);
}
.p-pp__sidebar__snsBox__buttonList__button:hover img {
  opacity: 0.24;
}
.p-pp__sidebar__snsBox__buttonList__button a {
  display: block;
}
.p-pp__sidebar__snsBox__buttonList__button img {
  transition: 0.3s;
}
.p-pp__sidebar__snsBox__buttonList__button + .p-pp__sidebar__snsBox__buttonList__button {
  margin-top: 8px;
}
@media screen and (max-width: 1439px) {
  .p-pp__sidebar__snsBox__buttonList__button + .p-pp__sidebar__snsBox__buttonList__button {
    margin-top: calc(8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-pp__sidebar__snsBox__buttonList__button + .p-pp__sidebar__snsBox__buttonList__button {
    margin-left: calc(24 / 375 * 100vw);
    margin-top: calc(0 / 375 * 100vw);
  }
}
.p-pp__main {
  width: 1032px;
}
@media screen and (max-width: 1439px) {
  .p-pp__main {
    width: calc(1032 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-pp__main {
    width: 100%;
  }
}
.p-pp__main__content__section__titleBox {
  display: flex;
  height: 200px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-pp__main__content__section__titleBox {
    height: calc(200 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-pp__main__content__section__titleBox {
    height: calc(120 / 375 * 100vw);
    padding: 0 calc(20 / 375 * 100vw);
  }
}
.p-pp__main__content__section__titleBox::before {
  background-image: url(../images/title_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 200px;
  left: -82px;
  position: absolute;
  top: 0;
  width: 1114px;
  z-index: -1;
}
@media screen and (max-width: 1439px) {
  .p-pp__main__content__section__titleBox::before {
    height: calc(200 / 1440 * 100vw);
    left: calc(-82 / 1440 * 100vw);
    width: calc(1114 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-pp__main__content__section__titleBox::before {
    background-image: url(../images/title_bg_sp.png);
    height: calc(120 / 375 * 100vw);
    left: calc(0 / 375 * 100vw);
    width: 100%;
  }
}
.p-pp__main__content__section__titleBox__title {
  align-items: center;
  display: flex;
  font-size: 40px;
  transform: translateY(-20px);
}
@media screen and (max-width: 1439px) {
  .p-pp__main__content__section__titleBox__title {
    font-size: calc(40 / 1440 * 100vw);
    transform: translateY(calc(-20 / 1440 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  .p-pp__main__content__section__titleBox__title {
    font-size: calc(32 / 375 * 100vw);
    transform: translateY(calc(-12 / 375 * 100vw));
  }
}
.p-pp__main__content__section__titleBox__title::before {
  background-color: var(--color-main);
  content: "";
  display: block;
  height: 4px;
  margin-right: 24px;
  width: 24px;
}
@media screen and (max-width: 1439px) {
  .p-pp__main__content__section__titleBox__title::before {
    height: calc(4 / 1440 * 100vw);
    margin-right: calc(24 / 1440 * 100vw);
    width: calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-pp__main__content__section__titleBox__title::before {
    height: calc(4 / 375 * 100vw);
    margin-right: calc(16 / 375 * 100vw);
    width: calc(24 / 375 * 100vw);
  }
}
.p-pp__main__content__section__titleBox + * {
  background-color: var(--color-white);
  margin-top: -40px;
}
@media screen and (max-width: 1439px) {
  .p-pp__main__content__section__titleBox + * {
    margin-top: calc(-40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-pp__main__content__section__titleBox + * {
    margin-left: auto;
    margin-top: calc(-40 / 375 * 100vw);
    width: calc(355 / 375 * 100vw);
  }
}
.p-pp__main__content__section__textBox {
  padding: 80px 160px 80px 80px;
}
@media screen and (max-width: 1439px) {
  .p-pp__main__content__section__textBox {
    padding: calc(80 / 1440 * 100vw) calc(160 / 1440 * 100vw) calc(80 / 1440 * 100vw) calc(80 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-pp__main__content__section__textBox {
    margin-top: calc(-20 / 375 * 100vw);
    padding: calc(40 / 375 * 100vw) calc(20 / 375 * 100vw) calc(80 / 375 * 100vw);
  }
}
.p-pp__main__content__section__textBox p {
  font-size: 16px;
  line-height: 33px;
}
@media screen and (max-width: 1439px) {
  .p-pp__main__content__section__textBox p {
    font-size: calc(16 / 1440 * 100vw);
    line-height: calc(33 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-pp__main__content__section__textBox p {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
  }
}
.p-pp__main__content__section__textBox p + * {
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  .p-pp__main__content__section__textBox p + * {
    margin-top: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-pp__main__content__section__textBox p + * {
    margin-top: calc(40 / 375 * 100vw);
  }
}
.p-pp__main__content__section__textBox h3 {
  border-left: 3px solid var(--color-main);
  color: var(--color-main);
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
  margin-bottom: 10px;
  padding-left: 16px;
}
@media screen and (max-width: 1439px) {
  .p-pp__main__content__section__textBox h3 {
    border-left: calc(3 / 1440 * 100vw) solid var(--color-main);
    font-size: calc(20 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
    margin-bottom: calc(10 / 1440 * 100vw);
    padding-left: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-pp__main__content__section__textBox h3 {
    border-left: calc(3 / 375 * 100vw) solid var(--color-main);
    font-size: calc(18 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
    padding-left: calc(16 / 375 * 100vw);
  }
}
.p-pp__main__content__section__textBox a {
  word-wrap: break-word;
  text-decoration: underline;
}
.p-pp__main__content__section__textBox .enactment {
  align-items: center;
  background-color: var(--color-bg);
  display: flex;
  height: 137px;
  justify-content: center;
}
@media screen and (max-width: 1439px) {
  .p-pp__main__content__section__textBox .enactment {
    height: calc(137 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-pp__main__content__section__textBox .enactment {
    display: block;
    height: auto;
    padding: calc(16 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
}
.p-pp__main__content__section__textBox .enactment__infoBox__date {
  font-size: 12px;
  font-weight: bold;
  line-height: 28px;
}
@media screen and (max-width: 1439px) {
  .p-pp__main__content__section__textBox .enactment__infoBox__date {
    font-size: calc(12 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-pp__main__content__section__textBox .enactment__infoBox__date {
    font-size: calc(12 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
  }
}
.p-pp__main__content__section__textBox .enactment__infoBox__name {
  font-size: 14px;
  font-weight: bold;
  line-height: 21px;
  margin-top: 10px;
}
@media screen and (max-width: 1439px) {
  .p-pp__main__content__section__textBox .enactment__infoBox__name {
    font-size: calc(14 / 1440 * 100vw);
    line-height: calc(21 / 1440 * 100vw);
    margin-top: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-pp__main__content__section__textBox .enactment__infoBox__name {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(21 / 375 * 100vw);
    margin-top: calc(5 / 375 * 100vw);
  }
}
.p-pp__main__content__section__textBox .enactment__contact {
  margin-left: 32px;
}
@media screen and (max-width: 1439px) {
  .p-pp__main__content__section__textBox .enactment__contact {
    margin-left: calc(32 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-pp__main__content__section__textBox .enactment__contact {
    margin-left: calc(0 / 375 * 100vw);
    margin-top: calc(20 / 375 * 100vw);
  }
}
.p-pp__main__content__section__textBox .enactment__contact__title {
  color: var(--color-main);
  font-size: 12px;
  font-weight: bold;
  line-height: 21px;
}
@media screen and (max-width: 1439px) {
  .p-pp__main__content__section__textBox .enactment__contact__title {
    font-size: calc(12 / 1440 * 100vw);
    line-height: calc(21 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-pp__main__content__section__textBox .enactment__contact__title {
    font-size: calc(12 / 375 * 100vw);
    line-height: calc(21 / 375 * 100vw);
  }
}
.p-pp__main__content__section__textBox .enactment__contact__text {
  font-size: 12px;
  font-weight: bold;
  line-height: 21px;
  margin-top: 0;
}
@media screen and (max-width: 1439px) {
  .p-pp__main__content__section__textBox .enactment__contact__text {
    font-size: calc(12 / 1440 * 100vw);
    line-height: calc(21 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-pp__main__content__section__textBox .enactment__contact__text {
    font-size: calc(12 / 375 * 100vw);
    line-height: calc(21 / 375 * 100vw);
  }
}
.p-pp__main__content__section__textBox .contact__title {
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
  margin-bottom: 5px;
}
@media screen and (max-width: 1439px) {
  .p-pp__main__content__section__textBox .contact__title {
    font-size: calc(16 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
    margin-bottom: calc(5 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-pp__main__content__section__textBox .contact__title {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
    margin-bottom: calc(8 / 375 * 100vw);
  }
}
.p-pp__main__content__section__textBox .contact figure {
  margin-top: 0;
}
.p-pp__main__content__section__textBox .contact figure table {
  border: 1px solid var(--color-border);
  width: 100%;
}
.p-pp__main__content__section__textBox .contact figure table tr th {
  background-color: var(--color-bg);
  border: 1px solid var(--color-border);
  font-size: 12px;
  font-weight: bold;
  height: 28px;
  vertical-align: middle;
}
@media screen and (max-width: 1439px) {
  .p-pp__main__content__section__textBox .contact figure table tr th {
    font-size: calc(12 / 1440 * 100vw);
    height: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-pp__main__content__section__textBox .contact figure table tr th {
    font-size: calc(10 / 375 * 100vw);
    height: calc(28 / 375 * 100vw);
  }
}
.p-pp__main__content__section__textBox .contact figure table tr th:first-child {
  width: 156px;
}
@media screen and (max-width: 1439px) {
  .p-pp__main__content__section__textBox .contact figure table tr th:first-child {
    width: calc(156 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-pp__main__content__section__textBox .contact figure table tr th:first-child {
    width: calc(80 / 375 * 100vw);
  }
}
.p-pp__main__content__section__textBox .contact figure table tr td {
  border: 1px solid var(--color-border);
  font-size: 16px;
  font-weight: 500;
  height: 148px;
  line-height: 24px;
  padding: 0 68px;
  vertical-align: middle;
}
@media screen and (max-width: 1439px) {
  .p-pp__main__content__section__textBox .contact figure table tr td {
    font-size: calc(16 / 1440 * 100vw);
    height: calc(148 / 1440 * 100vw);
    line-height: calc(24 / 1440 * 100vw);
    padding: 0 calc(68 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-pp__main__content__section__textBox .contact figure table tr td {
    font-size: calc(13 / 375 * 100vw);
    height: auto;
    line-height: calc(21 / 375 * 100vw);
    padding: calc(20 / 375 * 100vw) calc(15 / 375 * 100vw);
  }
}
.p-pp__main__content__section__textBox .contact figure table tr td:first-child {
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-pp__main__content__section#section2 .p-pp__main__content__section__titleBox::before {
    height: calc(240 / 375 * 100vw);
  }
}
.p-pp__main__content__section#section2 .p-pp__main__content__section__titleBox__title {
  transform: translateY(0);
}
.p-pp__main__content__section#section2 .p-pp__main__content__section__textBox {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .p-indexRecruit .l-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.p-indexRecruit__inner {
  padding-bottom: 120px;
  padding-top: 125px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-indexRecruit__inner {
    padding-bottom: calc(120 / 1440 * 100vw);
    padding-top: calc(125 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexRecruit__inner {
    padding-bottom: calc(80 / 375 * 100vw);
    padding-top: calc(80 / 375 * 100vw);
  }
}
.p-indexRecruit__titleBox {
  margin-bottom: -12px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1439px) {
  .p-indexRecruit__titleBox {
    margin-bottom: calc(-12 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexRecruit__titleBox {
    margin-bottom: calc(-12 / 375 * 100vw);
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
  }
}
.p-indexRecruit__titleBox__en {
  font-family: "Inter";
  font-size: 72px;
  font-weight: 500;
  margin-bottom: 8px;
}
@media screen and (max-width: 1439px) {
  .p-indexRecruit__titleBox__en {
    font-size: calc(72 / 1440 * 100vw);
    margin-bottom: calc(8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexRecruit__titleBox__en {
    font-size: calc(56 / 375 * 100vw);
    margin-bottom: calc(8 / 375 * 100vw);
  }
}
.p-indexRecruit__titleBox__ja {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 1439px) {
  .p-indexRecruit__titleBox__ja {
    font-size: calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexRecruit__titleBox__ja {
    font-size: calc(24 / 375 * 100vw);
  }
}
.p-indexRecruit__image::before, .p-indexRecruit__image::after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
}
.p-indexRecruit__image::before {
  background-image: url(../images/indexrecruit_image_1.png);
  height: 400px;
  right: -104px;
  top: 97px;
  width: 320px;
}
@media screen and (max-width: 1439px) {
  .p-indexRecruit__image::before {
    height: calc(400 / 1440 * 100vw);
    right: calc(-104 / 1440 * 100vw);
    top: calc(97 / 1440 * 100vw);
    width: calc(320 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexRecruit__image::before {
    height: calc(225 / 375 * 100vw);
    right: calc(0 / 375 * 100vw);
    top: calc(80 / 375 * 100vw);
    width: calc(179 / 375 * 100vw);
  }
}
.p-indexRecruit__image::after {
  background-image: url(../images/indexrecruit_image_2.png);
  height: 177px;
  right: 64px;
  top: 520px;
  width: 176px;
}
@media screen and (max-width: 1439px) {
  .p-indexRecruit__image::after {
    height: calc(177 / 1440 * 100vw);
    right: calc(64 / 1440 * 100vw);
    top: calc(520 / 1440 * 100vw);
    width: calc(176 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexRecruit__image::after {
    height: calc(60 / 375 * 100vw);
    right: calc(48 / 375 * 100vw);
    top: calc(442 / 375 * 100vw);
    width: calc(60 / 375 * 100vw);
  }
}
.p-indexRecruit__image2::before, .p-indexRecruit__image2::after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
}
.p-indexRecruit__image2::before {
  background-image: url(../images/indexrecruit_image_3.png);
  height: 288px;
  left: -80px;
  top: 314px;
  width: 200px;
}
@media screen and (max-width: 1439px) {
  .p-indexRecruit__image2::before {
    height: calc(288 / 1440 * 100vw);
    left: calc(-80 / 1440 * 100vw);
    top: calc(314 / 1440 * 100vw);
    width: calc(200 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexRecruit__image2::before {
    height: calc(118 / 375 * 100vw);
    left: auto;
    right: 0;
    top: calc(526 / 375 * 100vw);
    width: calc(82 / 375 * 100vw);
  }
}
.p-indexRecruit__image2::after {
  background-image: url(../images/indexrecruit_image_4.png);
  height: 150px;
  left: 80px;
  top: 584px;
  width: 150px;
}
@media screen and (max-width: 1439px) {
  .p-indexRecruit__image2::after {
    height: calc(150 / 1440 * 100vw);
    left: calc(80 / 1440 * 100vw);
    top: calc(584 / 1440 * 100vw);
    width: calc(150 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexRecruit__image2::after {
    height: calc(100 / 375 * 100vw);
    left: auto;
    right: calc(8 / 375 * 100vw);
    top: calc(750 / 375 * 100vw);
    width: calc(100 / 375 * 100vw);
  }
}
.p-indexRecruit__content {
  background-image: url(../images/indexrecruit_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 452px;
  overflow: hidden;
  padding-top: 90px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-indexRecruit__content {
    height: calc(452 / 1440 * 100vw);
    padding-top: calc(90 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexRecruit__content {
    background-image: url(../images/indexrecruit_bg_sp.png);
    height: calc(640 / 375 * 100vw);
    padding-left: calc(40 / 375 * 100vw);
    padding-right: calc(40 / 375 * 100vw);
    padding-top: calc(80 / 375 * 100vw);
  }
}
.p-indexRecruit__content__title {
  color: var(--color-white);
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-indexRecruit__content__title {
    font-size: calc(32 / 1440 * 100vw);
    margin-bottom: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexRecruit__content__title {
    font-size: calc(32 / 375 * 100vw);
    line-height: calc(46 / 375 * 100vw);
    margin-bottom: calc(24 / 375 * 100vw);
    text-align: left;
  }
}
.p-indexRecruit__content__text {
  color: var(--color-white);
  font-size: 16px;
  line-height: 23px;
  position: relative;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 1439px) {
  .p-indexRecruit__content__text {
    font-size: calc(16 / 1440 * 100vw);
    line-height: calc(23 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexRecruit__content__text {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
    text-align: left;
  }
}
.p-indexRecruit__content__button {
  bottom: -30px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 1439px) {
  .p-indexRecruit__content__button {
    bottom: calc(-30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexRecruit__content__button {
    bottom: calc(-40 / 375 * 100vw);
    left: calc(40 / 375 * 100vw);
    right: auto;
  }
}
.p-indexRecruit__content__button a {
  align-items: center;
  border-radius: 50%;
  color: var(--color-white);
  display: flex;
  font-size: 16px;
  font-weight: bold;
  height: 200px;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  width: 200px;
}
@media screen and (max-width: 1439px) {
  .p-indexRecruit__content__button a {
    font-size: calc(16 / 1440 * 100vw);
    height: calc(200 / 1440 * 100vw);
    width: calc(200 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexRecruit__content__button a {
    font-size: calc(16 / 375 * 100vw);
    height: calc(200 / 375 * 100vw);
    width: calc(200 / 375 * 100vw);
  }
}
.p-indexRecruit__content__button a::before {
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  bottom: 0;
  content: "";
  height: 200px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transform-origin: center center;
  transition: 0.3s;
  width: 200px;
}
@media screen and (max-width: 1439px) {
  .p-indexRecruit__content__button a::before {
    height: calc(200 / 1440 * 100vw);
    width: calc(200 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexRecruit__content__button a::before {
    height: calc(200 / 375 * 100vw);
    width: calc(200 / 375 * 100vw);
  }
}
.p-indexRecruit__content__button a span {
  position: relative;
}
.p-indexRecruit__content__button a span::after {
  -webkit-mask-image: url(../images/icon_arrow_button.svg);
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: var(--color-white);
  content: "";
  display: block;
  height: 4px;
  margin: 10px auto 0;
          mask-image: url(../images/icon_arrow_button.svg);
          mask-position: center center;
          mask-repeat: no-repeat;
          mask-size: contain;
  width: 16px;
}
@media screen and (max-width: 1439px) {
  .p-indexRecruit__content__button a span::after {
    height: calc(4 / 1440 * 100vw);
    margin: calc(10 / 1440 * 100vw) auto 0;
    width: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexRecruit__content__button a span::after {
    height: calc(4 / 375 * 100vw);
    margin: calc(10 / 375 * 100vw) auto 0;
    width: calc(16 / 375 * 100vw);
  }
}
.p-indexRecruit__content__button a:hover {
  opacity: 1;
}
.p-indexRecruit__content__button a:hover::before {
  background-color: rgba(255, 255, 255, 0.2);
  transform: scale(1.2);
}
@media screen and (max-width: 767px) {
  .p-indexRecruit__content__button a:hover::before {
    transform: scale(1);
  }
}

.p-indexService {
  background-image: url(../images/indexservice_bg.png);
  height: 572px;
}
@media screen and (max-width: 1439px) {
  .p-indexService {
    height: calc(572 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexService {
    height: calc(610 / 375 * 100vw);
  }
}
.p-indexService .l-container {
  padding-right: 80px;
}
@media screen and (max-width: 1439px) {
  .p-indexService .l-container {
    padding-right: calc(80 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexService .l-container {
    padding-right: calc(0 / 375 * 100vw);
  }
}
.p-indexService__inner {
  padding-top: 120px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-indexService__inner {
    padding-top: calc(120 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexService__inner {
    padding-top: calc(120 / 375 * 100vw);
  }
}
.p-indexService__content__titleBox {
  margin-bottom: 50px;
}
.p-indexService__content__titleBox__en {
  font-family: "Inter";
  font-size: 72px;
  font-weight: 500;
  margin-bottom: 8px;
}
@media screen and (max-width: 1439px) {
  .p-indexService__content__titleBox__en {
    font-size: calc(72 / 1440 * 100vw);
    margin-bottom: calc(8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexService__content__titleBox__en {
    font-size: calc(56 / 375 * 100vw);
    margin-bottom: calc(8 / 375 * 100vw);
  }
}
.p-indexService__content__titleBox__ja {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 1439px) {
  .p-indexService__content__titleBox__ja {
    font-size: calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexService__content__titleBox__ja {
    font-size: calc(24 / 375 * 100vw);
  }
}
@media screen and (max-width: 1439px) {
  .p-indexService__content__titleBox {
    margin-bottom: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexService__content__titleBox {
    margin-bottom: calc(40 / 375 * 100vw);
    position: relative;
    z-index: 1;
  }
}
.p-indexService__content__text {
  font-size: 16px;
  line-height: 33px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1439px) {
  .p-indexService__content__text {
    font-size: calc(16 / 1440 * 100vw);
    line-height: calc(33 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexService__content__text {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
  }
}
.p-indexService__content__button {
  margin-top: -30px;
}
@media screen and (max-width: 1439px) {
  .p-indexService__content__button {
    margin-top: calc(-30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexService__content__button {
    margin-top: calc(-20 / 375 * 100vw);
  }
}
.p-indexService__content__button a {
  align-items: center;
  border-radius: 50%;
  display: flex;
  font-size: 16px;
  font-weight: bold;
  height: 200px;
  justify-content: center;
  position: relative;
  width: 200px;
}
@media screen and (max-width: 1439px) {
  .p-indexService__content__button a {
    font-size: calc(16 / 1440 * 100vw);
    height: calc(200 / 1440 * 100vw);
    width: calc(200 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexService__content__button a {
    font-size: calc(16 / 375 * 100vw);
    height: calc(200 / 375 * 100vw);
    width: calc(200 / 375 * 100vw);
  }
}
.p-indexService__content__button a::before {
  border: 1px solid var(--color-border);
  border-radius: 50%;
  bottom: 0;
  content: "";
  height: 200px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transform-origin: center center;
  transition: 0.3s;
  width: 200px;
}
@media screen and (max-width: 1439px) {
  .p-indexService__content__button a::before {
    height: calc(200 / 1440 * 100vw);
    width: calc(200 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexService__content__button a::before {
    height: calc(200 / 375 * 100vw);
    width: calc(200 / 375 * 100vw);
  }
}
.p-indexService__content__button a span {
  position: relative;
}
.p-indexService__content__button a span::after {
  -webkit-mask-image: url(../images/icon_arrow_button.svg);
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: var(--color-main);
  content: "";
  display: block;
  height: 4px;
  margin: 10px auto 0;
          mask-image: url(../images/icon_arrow_button.svg);
          mask-position: center center;
          mask-repeat: no-repeat;
          mask-size: contain;
  width: 16px;
}
@media screen and (max-width: 1439px) {
  .p-indexService__content__button a span::after {
    height: calc(4 / 1440 * 100vw);
    margin: calc(10 / 1440 * 100vw) auto 0;
    width: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexService__content__button a span::after {
    height: calc(4 / 375 * 100vw);
    margin: calc(10 / 375 * 100vw) auto 0;
    width: calc(16 / 375 * 100vw);
  }
}
.p-indexService__content__button a:hover {
  color: var(--color-main);
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .p-indexService__content__button a:hover {
    color: var(--color-black);
  }
}
.p-indexService__content__button a:hover::before {
  border: 1px solid var(--color-main);
  transform: scale(1.2);
}
@media screen and (max-width: 767px) {
  .p-indexService__content__button a:hover::before {
    border: 1px solid var(--color-border);
    transform: scale(1);
  }
}
.p-indexService__slide {
  display: flex;
  height: 572px;
  justify-content: space-between;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 680px;
}
@media screen and (max-width: 1439px) {
  .p-indexService__slide {
    height: calc(572 / 1440 * 100vw);
    width: calc(680 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexService__slide {
    height: calc(610 / 375 * 100vw);
    margin-left: auto;
    width: calc(140 / 375 * 100vw);
  }
}
.p-indexService__slide__slide1 > ul {
  padding: 10px 0;
}
@media screen and (max-width: 1439px) {
  .p-indexService__slide__slide1 > ul {
    padding: calc(10 / 1440 * 100vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .p-indexService__slide__slide1 > ul {
    padding: calc(10 / 375 * 100vw) 0;
  }
}
.p-indexService__slide__slide1 > ul:first-child {
  -webkit-animation: loop-vertical1-1 50s -25s linear infinite;
          animation: loop-vertical1-1 50s -25s linear infinite;
}
.p-indexService__slide__slide1 > ul:last-child {
  -webkit-animation: loop-vertical1-2 50s linear infinite;
          animation: loop-vertical1-2 50s linear infinite;
}
.p-indexService__slide__slide1__image {
  background-image: url(../images/indexservice_slide_1.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 1520px;
  width: 200px;
}
@media screen and (max-width: 1439px) {
  .p-indexService__slide__slide1__image {
    height: calc(1520 / 1440 * 100vw);
    width: calc(200 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexService__slide__slide1__image {
    height: calc(1216 / 375 * 100vw);
    width: calc(160 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexService__slide__slide2 {
    display: none;
  }
}
.p-indexService__slide__slide2 > ul {
  padding: 10px 0;
}
@media screen and (max-width: 1439px) {
  .p-indexService__slide__slide2 > ul {
    padding: calc(10 / 1440 * 100vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .p-indexService__slide__slide2 > ul {
    padding: calc(10 / 375 * 100vw) 0;
  }
}
.p-indexService__slide__slide2 > ul:first-child {
  -webkit-animation: loop-vertical2-1 50s -25s linear infinite;
          animation: loop-vertical2-1 50s -25s linear infinite;
}
.p-indexService__slide__slide2 > ul:last-child {
  -webkit-animation: loop-vertical2-2 50s linear infinite;
          animation: loop-vertical2-2 50s linear infinite;
}
.p-indexService__slide__slide2__image {
  background-image: url(../images/indexservice_slide_2.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 1520px;
  width: 200px;
}
@media screen and (max-width: 1439px) {
  .p-indexService__slide__slide2__image {
    height: calc(1520 / 1440 * 100vw);
    width: calc(200 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexService__slide__slide2__image {
    height: calc(1520 / 375 * 100vw);
    width: calc(200 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexService__slide__slide3 {
    display: none;
  }
}
.p-indexService__slide__slide3 > ul {
  padding: 10px 0;
}
@media screen and (max-width: 1439px) {
  .p-indexService__slide__slide3 > ul {
    padding: calc(10 / 1440 * 100vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .p-indexService__slide__slide3 > ul {
    padding: calc(10 / 375 * 100vw) 0;
  }
}
.p-indexService__slide__slide3 > ul:first-child {
  -webkit-animation: loop-vertical1-1 50s -25s linear infinite;
          animation: loop-vertical1-1 50s -25s linear infinite;
}
.p-indexService__slide__slide3 > ul:last-child {
  -webkit-animation: loop-vertical1-2 50s linear infinite;
          animation: loop-vertical1-2 50s linear infinite;
}
.p-indexService__slide__slide3__image {
  background-image: url(../images/indexservice_slide_3.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 1520px;
  width: 200px;
}
@media screen and (max-width: 1439px) {
  .p-indexService__slide__slide3__image {
    height: calc(1520 / 1440 * 100vw);
    width: calc(200 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexService__slide__slide3__image {
    height: calc(1520 / 375 * 100vw);
    width: calc(200 / 375 * 100vw);
  }
}

.p-indexAbout {
  background-image: url(../images/indexabout_bg.png);
  background-position: center;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 900px;
}
@media screen and (max-width: 1439px) {
  .p-indexAbout {
    height: calc(900 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexAbout {
    background-image: url(../images/indexabout_bg_sp.png);
    height: auto;
  }
}
.p-indexAbout__inner {
  padding-top: 110px;
}
@media screen and (max-width: 1439px) {
  .p-indexAbout__inner {
    padding-top: calc(110 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexAbout__inner {
    padding-bottom: calc(80 / 375 * 100vw);
    padding-top: calc(80 / 375 * 100vw);
  }
}
.p-indexAbout__image {
  background-image: url(../images/indexabout_image.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 400px;
  margin-bottom: 40px;
  margin-right: calc(-50vw + 50%);
}
@media screen and (max-width: 1439px) {
  .p-indexAbout__image {
    height: calc(400 / 1440 * 100vw);
    margin-bottom: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexAbout__image {
    background-image: url(../images/indexabout_image_sp.png);
    height: calc(198 / 375 * 100vw);
    margin-bottom: calc(24 / 375 * 100vw);
  }
}
.p-indexAbout__content {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-indexAbout__content {
    display: block;
  }
}
.p-indexAbout__content__titleBox__en {
  font-family: "Inter";
  font-size: 72px;
  font-weight: 500;
  margin-bottom: 8px;
}
@media screen and (max-width: 1439px) {
  .p-indexAbout__content__titleBox__en {
    font-size: calc(72 / 1440 * 100vw);
    margin-bottom: calc(8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexAbout__content__titleBox__en {
    font-size: calc(56 / 375 * 100vw);
    margin-bottom: calc(8 / 375 * 100vw);
  }
}
.p-indexAbout__content__titleBox__ja {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 1439px) {
  .p-indexAbout__content__titleBox__ja {
    font-size: calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexAbout__content__titleBox__ja {
    font-size: calc(24 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexAbout__content__titleBox {
    margin-bottom: calc(40 / 375 * 100vw);
  }
}
.p-indexAbout__content__textBox {
  width: 500px;
}
@media screen and (max-width: 1439px) {
  .p-indexAbout__content__textBox {
    width: calc(500 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexAbout__content__textBox {
    width: 100%;
  }
}
.p-indexAbout__content__textBox__text {
  font-size: 16px;
  line-height: 33px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1439px) {
  .p-indexAbout__content__textBox__text {
    font-size: calc(16 / 1440 * 100vw);
    line-height: calc(33 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexAbout__content__textBox__text {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
  }
}
.p-indexAbout__content__textBox__button {
  margin-top: -30px;
}
@media screen and (max-width: 1439px) {
  .p-indexAbout__content__textBox__button {
    margin-top: calc(-30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexAbout__content__textBox__button {
    margin-top: calc(-20 / 375 * 100vw);
  }
}
.p-indexAbout__content__textBox__button a {
  align-items: center;
  border-radius: 50%;
  display: flex;
  font-size: 16px;
  font-weight: bold;
  height: 200px;
  justify-content: center;
  position: relative;
  width: 200px;
}
@media screen and (max-width: 1439px) {
  .p-indexAbout__content__textBox__button a {
    font-size: calc(16 / 1440 * 100vw);
    height: calc(200 / 1440 * 100vw);
    width: calc(200 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexAbout__content__textBox__button a {
    font-size: calc(16 / 375 * 100vw);
    height: calc(200 / 375 * 100vw);
    width: calc(200 / 375 * 100vw);
  }
}
.p-indexAbout__content__textBox__button a::before {
  border: 1px solid var(--color-border);
  border-radius: 50%;
  bottom: 0;
  content: "";
  height: 200px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transform-origin: center center;
  transition: 0.3s;
  width: 200px;
}
@media screen and (max-width: 1439px) {
  .p-indexAbout__content__textBox__button a::before {
    height: calc(200 / 1440 * 100vw);
    width: calc(200 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexAbout__content__textBox__button a::before {
    height: calc(200 / 375 * 100vw);
    width: calc(200 / 375 * 100vw);
  }
}
.p-indexAbout__content__textBox__button a span {
  position: relative;
}
.p-indexAbout__content__textBox__button a span::after {
  -webkit-mask-image: url(../images/icon_arrow_button.svg);
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: var(--color-main);
  content: "";
  display: block;
  height: 4px;
  margin: 10px auto 0;
          mask-image: url(../images/icon_arrow_button.svg);
          mask-position: center center;
          mask-repeat: no-repeat;
          mask-size: contain;
  width: 16px;
}
@media screen and (max-width: 1439px) {
  .p-indexAbout__content__textBox__button a span::after {
    height: calc(4 / 1440 * 100vw);
    margin: calc(10 / 1440 * 100vw) auto 0;
    width: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexAbout__content__textBox__button a span::after {
    height: calc(4 / 375 * 100vw);
    margin: calc(10 / 375 * 100vw) auto 0;
    width: calc(16 / 375 * 100vw);
  }
}
.p-indexAbout__content__textBox__button a:hover {
  color: var(--color-main);
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .p-indexAbout__content__textBox__button a:hover {
    color: var(--color-black);
  }
}
.p-indexAbout__content__textBox__button a:hover::before {
  border: 1px solid var(--color-main);
  transform: scale(1.2);
}
@media screen and (max-width: 767px) {
  .p-indexAbout__content__textBox__button a:hover::before {
    border: 1px solid var(--color-border);
    transform: scale(1);
  }
}

.p-drawer {
  background-color: var(--color-white);
  display: none;
  height: 100dvh;
  left: 0;
  overflow: scroll;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 101;
}
.p-drawer__inner {
  padding-bottom: calc(120 / 375 * 100vw);
}
.p-drawer__header .l-container {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.p-drawer__header__inner {
  align-items: center;
  display: flex;
  height: 100%;
  padding: 0 calc(13 / 375 * 100vw) 0 calc(17 / 375 * 100vw);
}
.p-drawer__header__logo {
  width: 292px;
}
@media screen and (max-width: 1439px) {
  .p-drawer__header__logo {
    width: calc(292 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-drawer__header__logo {
    width: calc(168 / 375 * 100vw);
  }
}
.p-drawer__header__logo a {
  display: block;
}
.p-drawer__header__logo__image {
  -webkit-mask-image: url(../images/logo_digimarllinks.svg);
  -webkit-mask-position: center left;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: #231815;
  content: "";
  display: block;
  height: 32px;
          mask-image: url(../images/logo_digimarllinks.svg);
          mask-position: center left;
          mask-repeat: no-repeat;
          mask-size: contain;
  overflow: hidden;
  text-indent: 150vw;
  white-space: nowrap;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .p-drawer__header__logo__image {
    height: calc(32 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-drawer__header__logo__image {
    height: calc(18 / 375 * 100vw);
  }
}
.p-drawer__header__close {
  margin-left: auto;
  width: calc(56 / 375 * 100vw);
}
.p-drawer__header__close img {
  height: auto;
  width: 100%;
}
.p-drawer__main__inner {
  padding-top: calc(24 / 375 * 100vw);
}
.p-drawer__main__cta img {
  height: auto;
  width: 100%;
}
.p-drawer__main__cta a {
  display: block;
}
.p-drawer__main__nav {
  margin-top: calc(25 / 375 * 100vw);
}
.p-drawer__main__nav > ul > li {
  border-bottom: 1px solid var(--color-black);
}
@media screen and (max-width: 767px) {
  .p-drawer__main__nav__navBox {
    padding-bottom: calc(16 / 375 * 100vw);
    padding-top: calc(16 / 375 * 100vw);
  }
}
.p-drawer__main__nav__navBox__link {
  font-size: calc(16 / 375 * 100vw);
  font-weight: bold;
}
.p-drawer__main__nav__navBox__text {
  font-family: "Inter";
  font-size: calc(12 / 375 * 100vw);
  font-weight: 300;
  margin-top: calc(10 / 375 * 100vw);
}
.p-drawer__main__info {
  font-weight: bold;
  margin-top: calc(45 / 375 * 100vw);
}
.p-drawer__main__info__name {
  font-size: calc(12 / 375 * 100vw);
}
.p-drawer__main__info__address {
  font-size: calc(12 / 375 * 100vw);
  line-height: calc(17 / 375 * 100vw);
  margin-top: calc(10 / 375 * 100vw);
}
.p-drawer__main__info__subInfo {
  align-items: center;
  display: flex;
  margin-top: calc(10 / 375 * 100vw);
}
.p-drawer__main__info__subInfo__map {
  align-items: center;
  display: flex;
  font-size: calc(12 / 375 * 100vw);
}
.p-drawer__main__info__subInfo__map::before {
  -webkit-mask-image: url(../images/icon_map.svg);
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: var(--color-black);
  content: "";
  display: block;
  height: calc(13 / 375 * 100vw);
  margin-right: calc(2 / 375 * 100vw);
          mask-image: url(../images/icon_map.svg);
          mask-position: center center;
          mask-repeat: no-repeat;
          mask-size: contain;
  width: calc(13 / 375 * 100vw);
}
.p-drawer__main__info__subInfo__tel {
  align-items: center;
  display: flex;
  margin-left: calc(10 / 375 * 100vw);
}
.p-drawer__main__info__subInfo__tel__number {
  align-items: center;
  display: flex;
  font-size: calc(14 / 375 * 100vw);
}
.p-drawer__main__info__subInfo__tel__number::before {
  -webkit-mask-image: url(../images/icon_tel.svg);
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: var(--color-black);
  content: "";
  display: block;
  height: calc(13 / 375 * 100vw);
  margin-right: calc(4 / 375 * 100vw);
          mask-image: url(../images/icon_tel.svg);
          mask-position: center center;
          mask-repeat: no-repeat;
          mask-size: contain;
  width: calc(14 / 375 * 100vw);
}
.p-drawer__main__info__subInfo__tel__text {
  font-size: calc(10 / 375 * 100vw);
}
.p-drawer__main__info__bannerBox {
  margin-top: calc(25 / 375 * 100vw);
}
.p-drawer__main__info__bannerBox a {
  display: block;
}
.p-drawer__main__info__bannerBox__banner {
  align-items: center;
  border: 1px solid var(--color-black);
  display: flex;
  height: calc(40 / 375 * 100vw);
  justify-content: center;
  width: 100%;
}
.p-drawer__main__info__bannerBox__banner__image {
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-image: url(../images/logo_digimarl.svg);
  background-color: var(--color-black);
  content: "";
  display: block;
  height: calc(12 / 375 * 100vw);
          mask-image: url(../images/logo_digimarl.svg);
          mask-position: center center;
          mask-repeat: no-repeat;
          mask-size: contain;
  overflow: hidden;
  text-indent: 150vw;
  white-space: nowrap;
  width: calc(76 / 375 * 100vw);
}
.p-drawer__main__subNav {
  border-top: 1px solid var(--color-border);
  margin-top: calc(40 / 375 * 100vw);
  padding-top: calc(20 / 375 * 100vw);
}
.p-drawer__main__subNav a {
  font-size: calc(12 / 375 * 100vw);
  font-weight: bold;
  line-height: calc(17 / 375 * 100vw);
}
