@charset "UTF-8";
/* 三角形の作成関数
/*------------------------- */
:root {
  --header-height: 70px;
  --main-red: #e20414;
  --sub-gray: #e5e5e5;
}

@media screen and (min-width: 768px) {
  :root {
    --header-height: 120px;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 0.625rem;
}

body {
  font-family: "Noto sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
body::-webkit-scrollbar {
  display: none;
}

a {
  display: block;
  color: #000;
}

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0);
  border: none;
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: 0;
}

img {
  width: auto;
  height: auto;
}

object {
  pointer-events: none;
}

/*
  reset.css
/*------------------------- */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  border-bottom: none;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  display: table;
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
          appearance: button;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

a {
  color: initial;
  text-decoration: none;
  cursor: pointer;
}

li {
  list-style: none;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  padding: 0;
  margin: 0;
  border: 0;
}

input[type=button],
input[type=text],
input[type=submit],
input[type=image],
input[type=search],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

/* pxをvwに変換
/*------------------------- */
/* pxをvhに変換
/*------------------------- */
img {
  width: 100%;
  height: 100%;
}

.header {
  background-color: #f0f0f0;
}

.main {
  position: relative;
}
.main::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #f5f5f5;
}

.pFv__inner {
  position: relative;
  padding-top: 40px;
}
.pFv__content {
  display: grid;
  gap: 32px;
  padding: 0 20px;
}
.pFv__headline {
  display: grid;
}
.pFv__headline_en {
  font-family: "Bebas Neue", cursive;
  font-size: 18px;
  line-height: 1.5;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 1px;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
.pFv__headline_ja {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.pFv__text {
  padding-right: 90px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}
.pFv__map {
  position: relative;
  margin-top: -12px;
}
.pFv__map_linkList {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.pFv__map_link {
  position: absolute;
}
.pFv__map_link_icon {
  position: absolute;
  width: 5.38vw;
  height: 6.67vw;
}
.pFv__map_link_area {
  position: absolute;
}
.pFv__map_link[button-link="1"] {
  top: 2.56vw;
  right: 10.77vw;
  width: 41.03vw;
  height: 22.56vw;
}
.pFv__map_link[button-link="1"] .pFv__map_link_icon {
  top: 0;
  right: 4.36vw;
}
.pFv__map_link[button-link="1"] .pFv__map_link_area {
  right: 0;
  bottom: 0;
  width: 41.03vw;
  height: 13.59vw;
}
.pFv__map_link[button-link="2"] {
  top: 31.79vw;
  right: 25.38vw;
  width: 24.62vw;
  height: 35.38vw;
}
.pFv__map_link[button-link="2"] .pFv__map_link_icon {
  top: 0;
  right: 6.67vw;
}
.pFv__map_link[button-link="2"] .pFv__map_link_area {
  right: 0;
  bottom: 0;
  width: 23.85vw;
  height: 28.72vw;
}
.pFv__map_link[button-link="3"] {
  top: 23.85vw;
  right: 10vw;
  z-index: 1;
  width: 14.62vw;
  height: 48.46vw;
}
.pFv__map_link[button-link="3"] .pFv__map_link_icon {
  top: 0;
  right: 4.87vw;
}
.pFv__map_link[button-link="3"] .pFv__map_link_area {
  right: 0;
  bottom: 0;
  width: 14.62vw;
  height: 43.59vw;
}
.pFv__map_link[button-link="4"] {
  top: 65.64vw;
  right: 16.15vw;
  z-index: 2;
  width: 19.49vw;
  height: 13.85vw;
}
.pFv__map_link[button-link="4"] .pFv__map_link_icon {
  top: 0;
  right: 0;
}
.pFv__map_link[button-link="4"] .pFv__map_link_area {
  right: 0;
  bottom: 0;
  width: 19.49vw;
  height: 13.59vw;
}
.pFv__map_link[button-link="5"] {
  top: 60.51vw;
  left: 0.26vw;
  width: 33.59vw;
  height: 19.74vw;
}
.pFv__map_link[button-link="5"] .pFv__map_link_icon {
  top: 1.03vw;
  right: 13.08vw;
}
.pFv__map_link[button-link="5"] .pFv__map_link_area {
  right: 0;
  bottom: 0;
  width: 33.59vw;
  height: 19.74vw;
}
.pFv__map_link[button-link="6"] {
  top: 66.67vw;
  right: 36.15vw;
  width: 24.62vw;
  height: 21.54vw;
}
.pFv__map_link[button-link="6"] .pFv__map_link_icon {
  top: 2.31vw;
  right: 11.03vw;
}
.pFv__map_link[button-link="6"] .pFv__map_link_area {
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 24.62vw;
  height: 21.54vw;
}
.pFv__map_link[button-link="7"] {
  bottom: 54.1vw;
  left: 5.9vw;
  width: 13.08vw;
  height: 13.85vw;
}
.pFv__map_link[button-link="7"] .pFv__map_link_icon {
  top: 0;
  right: 4.62vw;
}
.pFv__map_link[button-link="7"] .pFv__map_link_area {
  right: 0;
  bottom: 0;
  width: 13.08vw;
  height: 13.85vw;
}
.pFv__map_link[button-link="8"] {
  top: 98.97vw;
  right: 26.92vw;
  width: 29.74vw;
  height: 27.69vw;
}
.pFv__map_link[button-link="8"] .pFv__map_link_icon {
  top: 0;
  right: 8.97vw;
}
.pFv__map_link[button-link="8"] .pFv__map_link_area {
  right: 0;
  bottom: 0;
  width: 29.74vw;
  height: 27.69vw;
}
.pFv__map_link[button-link="9"] {
  top: 119.49vw;
  left: 0;
  width: 24.87vw;
  height: 19.49vw;
}
.pFv__map_link[button-link="9"] .pFv__map_link_icon {
  top: 0.51vw;
  right: 6.41vw;
}
.pFv__map_link[button-link="9"] .pFv__map_link_area {
  right: 0;
  bottom: 0;
  width: 24.87vw;
  height: 19.49vw;
}

.pBg {
  position: absolute;
  top: 23.8rem;
  left: 0;
  z-index: -1;
  width: 100%;
}

.pGroupWebSeminar {
  position: relative;
  z-index: 1;
  padding: 0 20px;
  margin-top: -75px;
}
.pGroupWebSeminar__link {
  display: flex;
  flex-direction: column;
  padding: 3.2rem;
  color: #fff;
  background-color: #e10416;
}
.pGroupWebSeminar__link_en {
  font-family: "Bebas Neue", cursive;
  font-size: 40px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -0.01em;
}
.pGroupWebSeminar__link_ja {
  display: flex;
  gap: 2.6rem;
  align-items: flex-start;
}
.pGroupWebSeminar__link_ja_text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.pGroupWebSeminar__link_ja_icon {
  width: 7.7rem;
}

.pAbout {
  position: relative;
  padding-bottom: 80px;
}
.pAbout__list {
  display: flex;
  flex-direction: column;
  gap: 3.4rem;
  padding: 0 20px;
  margin-top: 6.4rem;
}
.pAbout__item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2.2rem;
  align-items: center;
  padding: 30px 0 34px;
  background-color: #f5f5f5;
}
.pAbout__item_title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
.pAbout__item_num {
  display: flex;
  gap: 3px;
  align-items: baseline;
}
.pAbout__item_num_red {
  font-family: "Bebas Neue", cursive;
  font-size: 94px;
  font-weight: 400;
  line-height: 1;
  color: #e20414;
}
.pAbout__item_num_text {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
}
.pAbout__item_image {
  width: 127px;
  height: 121px;
}
.pAbout__item_image img {
  width: 100%;
}
.pAbout__item_small {
  position: absolute;
  bottom: 15px;
  left: 50%;
  width: 100%;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  transform: translateX(-50%);
}
.pAbout__item_nendo {
  position: absolute;
  top: 3.6rem;
  right: 2.2rem;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
.pAbout__item:nth-child(1) .pAbout__item_image {
  width: 127px;
}
.pAbout__item:nth-child(2) .pAbout__item_image {
  width: 166px;
}
.pAbout__item:nth-child(3) .pAbout__item_image {
  width: 204px;
}
.pAbout__links {
  padding: 0 20px;
  margin-top: 8rem;
}
.pAbout__link {
  position: relative;
  width: 100%;
  padding: 13px 20px 13px 35px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  letter-spacing: -0.03em;
  background-color: #333;
}
.pAbout__link_Icon {
  position: absolute;
  top: 0;
  left: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 10px;
  height: 100%;
}
.pAbout__link_Icon::before {
  position: absolute;
  right: -1px;
  width: 10px;
  height: 1px;
  content: "";
  border-top: 1px solid #fff;
}
.pAbout__link_Icon::after {
  width: 9px;
  height: 9px;
  content: "";
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

.cAboutModal {
  pointer-events: none;
}
.cAboutModal__inner {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999;
  opacity: 0;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.cAboutModal__wrapper {
  width: 100%;
  height: 100%;
}
.cAboutModal__content {
  height: 100%;
  padding: 20px;
  overflow: scroll;
  background-color: #000;
}
.cAboutModal__button {
  position: absolute;
  top: 16px;
  right: 16px;
  display: grid;
  align-items: center;
  justify-content: center;
  width: 17px;
  height: 17px;
}
.cAboutModal__button_line {
  grid-area: 1/1;
  width: 24px;
  height: 2px;
  background-color: #000;
}
.cAboutModal__button_line:first-child {
  transform: rotate(45deg);
}
.cAboutModal__button_line:last-child {
  transform: rotate(-45deg);
}
.cAboutModal__business {
  position: relative;
  padding: 48px 24px 24px;
  background-color: #fff;
  border-radius: 4px;
}
.cAboutModal__business_title {
  display: grid;
  gap: 16px;
}
.cAboutModal__business_title_en {
  font-family: "Bebas Neue", cursive;
  font-size: 18px;
  line-height: 1.5;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 1px;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
.cAboutModal__business_title_ja {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.6;
}
.cAboutModal__business_text {
  margin-top: 32px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  white-space: pre-line;
}
.cAboutModal__business_image {
  width: 280px;
  margin: 32px auto 0;
}
.cAboutModal__business_nav {
  position: relative;
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: space-between;
  height: 19px;
  margin-top: 56px;
}
.cAboutModal__business_nav::after {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  content: "";
  background-color: #b9b9b9;
  transform: translateX(-50%);
}
.cAboutModal__business_nav_prev {
  display: grid;
  grid-template-columns: 13px 1fr;
  gap: 8px;
  align-items: center;
}
.cAboutModal__business_nav_next {
  display: grid;
  grid-template-columns: 1fr 13px;
  gap: 8px;
  align-items: center;
}
.cAboutModal__business_nav_icon {
  width: 13px;
  height: 13px;
}
.cAboutModal__business_nav_icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.cAboutModal__business_nav_text {
  font-size: 12px;
  font-weight: 500;
}
.cAboutModal__related {
  margin-top: 32px;
}
.cAboutModal__related_label {
  width: -moz-fit-content;
  width: fit-content;
  padding: 1px 15px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
  color: #fff;
  border: 1px solid #fff;
}
.cAboutModal__related_list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
}
.cAboutModal__related_link {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 16px;
  padding: 16px;
  background-color: #fff;
  border-radius: 4px;
}
.cAboutModal__related_link_image {
  width: 100px;
  height: 66px;
  margin-top: 8px;
}
.cAboutModal__related_link_info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.cAboutModal__related_link_info_name {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}
.cAboutModal__related_link_info_text {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
}

.is-about-menu-open .cAboutModal {
  pointer-events: auto;
}
.is-about-menu-open .cAboutModal__inner {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .header {
    background-color: #f5f5f5;
  }
  .pFv__inner {
    z-index: 1;
    padding-top: 0;
  }
  .pFv__content {
    position: absolute;
    top: 5.63vw;
    left: 5vw;
    z-index: 1;
    gap: 40px;
    width: 38.19vw;
    padding: 0;
  }
  .pFv__headline_en {
    font-size: 1.67vw;
  }
  .pFv__headline_ja {
    font-size: 3.33vw;
    line-height: 1.6;
    letter-spacing: 0;
  }
  .pFv__text {
    padding-right: 5.28vw;
    font-size: 1.11vw;
  }
  .pFv__map_link_icon {
    width: 2.78vw;
    height: 3.47vw;
  }
  .pFv__map_link[button-link="1"] {
    top: 0;
    right: 22.64vw;
    width: 19.17vw;
    height: 10.07vw;
  }
  .pFv__map_link[button-link="1"] .pFv__map_link_icon {
    top: 0;
    right: 2.57vw;
  }
  .pFv__map_link[button-link="1"] .pFv__map_link_area {
    right: 0;
    bottom: 0;
    width: 19.17vw;
    height: 5.42vw;
  }
  .pFv__map_link[button-link="2"] {
    top: 11.18vw;
    right: 23.47vw;
    width: 17.43vw;
    height: 25.35vw;
  }
  .pFv__map_link[button-link="2"] .pFv__map_link_icon {
    top: 0;
    right: 5.35vw;
  }
  .pFv__map_link[button-link="2"] .pFv__map_link_area {
    right: 0;
    bottom: 0;
    width: 17.43vw;
    height: 21.11vw;
  }
  .pFv__map_link[button-link="3"] {
    top: 5.49vw;
    right: 12.15vw;
    z-index: 1;
    width: 10.69vw;
    height: 31.25vw;
  }
  .pFv__map_link[button-link="3"] .pFv__map_link_icon {
    top: 0;
    right: 4.31vw;
  }
  .pFv__map_link[button-link="3"] .pFv__map_link_area {
    right: 0;
    bottom: 0;
    width: 10.69vw;
    height: 28.19vw;
  }
  .pFv__map_link[button-link="4"] {
    top: 35.49vw;
    right: 16.6vw;
    width: 14.17vw;
    height: 10.07vw;
  }
  .pFv__map_link[button-link="4"] .pFv__map_link_icon {
    top: 0.83vw;
    right: 1.25vw;
  }
  .pFv__map_link[button-link="4"] .pFv__map_link_area {
    right: 0;
    bottom: 0;
    width: 14.17vw;
    height: 10.07vw;
  }
  .pFv__map_link[button-link="5"] {
    top: 31.74vw;
    left: 22.5vw;
    width: 24.31vw;
    height: 14.38vw;
  }
  .pFv__map_link[button-link="5"] .pFv__map_link_icon {
    top: 0.76vw;
    right: 11.25vw;
  }
  .pFv__map_link[button-link="5"] .pFv__map_link_area {
    right: 0;
    bottom: 0;
    width: 21.18vw;
    height: 14.38vw;
  }
  .pFv__map_link[button-link="6"] {
    top: 36.25vw;
    right: 31.32vw;
    width: 17.85vw;
    height: 15.63vw;
  }
  .pFv__map_link[button-link="6"] .pFv__map_link_icon {
    top: 0.69vw;
    right: 8.68vw;
  }
  .pFv__map_link[button-link="6"] .pFv__map_link_area {
    width: 17.85vw;
    height: 15.63vw;
  }
  .pFv__map_link[button-link="7"] {
    bottom: 39.24vw;
    left: 26.18vw;
    width: 11.11vw;
    height: 9.93vw;
  }
  .pFv__map_link[button-link="7"] .pFv__map_link_icon {
    right: 4.31vw;
  }
  .pFv__map_link[button-link="7"] .pFv__map_link_area {
    width: 11.11vw;
    height: 7.92vw;
  }
  .pFv__map_link[button-link="8"] {
    top: 59.72vw;
    right: 24.51vw;
    width: 21.6vw;
    height: 20.21vw;
  }
  .pFv__map_link[button-link="8"] .pFv__map_link_icon {
    right: 7.29vw;
  }
  .pFv__map_link[button-link="8"] .pFv__map_link_area {
    width: 21.6vw;
    height: 18.82vw;
  }
  .pFv__map_link[button-link="9"] {
    top: 70.14vw;
    left: 17.71vw;
    width: 8.61vw;
    height: 10.49vw;
  }
  .pFv__map_link[button-link="9"] .pFv__map_link_icon {
    top: 0;
    right: 3.82vw;
  }
  .pFv__map_link[button-link="9"] .pFv__map_link_area {
    width: 8.61vw;
    height: 8.06vw;
  }
  .pBg {
    top: -1.5rem;
    z-index: 0;
    width: 100%;
  }
  .pBg::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 60rem;
    content: "";
    background-color: #f5f5f5;
  }
  .pGroupWebSeminar {
    width: 800px;
    padding: 0;
    margin: -10.21vw auto 0;
  }
  .pGroupWebSeminar__link {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 40px;
    align-items: center;
    padding: 48px 40px;
  }
  .pGroupWebSeminar__link_en {
    font-size: 49px;
  }
  .pGroupWebSeminar__link_ja_text {
    font-size: 18px;
  }
  .pAbout {
    padding-bottom: 120px;
    margin-top: 120px;
    overflow: hidden;
  }
  .pAbout__inner {
    max-width: 1304px;
    margin: 0 auto;
  }
  .pAbout__list {
    flex-direction: row;
    justify-content: space-between;
    padding: 49px 61px;
    margin-top: 0;
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 10px;
  }
  .pAbout__list_nendo {
    right: 2.5rem;
  }
  .pAbout__item {
    gap: 0;
    width: 36rem;
    padding: 3.2rem 0 3.5rem;
  }
  .pAbout__item_image {
    margin: 2.4rem 0 2.2rem;
  }
  .pAbout__item_small {
    bottom: 16px;
  }
  .pAbout__links {
    width: 70rem;
    padding: 0;
    margin: 0 auto;
    margin-top: 6.4rem;
  }
  .pAbout__link {
    display: flex;
    gap: 1.7rem;
    align-items: center;
    justify-content: center;
    padding: 30px 33px 30px 11px;
    font-size: 1.8rem;
    transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  .pAbout__link_Icon {
    left: 15px;
  }
  .pAbout__link:hover {
    opacity: 0.5;
  }
  .cAboutModal__content {
    position: relative;
    height: 100vh;
    padding: 73px 72px 28px;
  }
  .cAboutModal__content_inner {
    display: grid;
    grid-template-columns: 658px 564px;
    gap: 74px;
    width: 1296px;
    margin: 0 auto;
  }
  .cAboutModal__button {
    top: 24px;
    right: 24px;
  }
  .cAboutModal__business {
    position: sticky;
    top: 0;
    height: -moz-fit-content;
    height: fit-content;
    padding: 96px 74px 48px;
  }
  .cAboutModal__business_title {
    gap: 24px;
  }
  .cAboutModal__business_title_en {
    font-size: 24px;
  }
  .cAboutModal__business_title_ja {
    font-size: 32px;
  }
  .cAboutModal__business_text {
    margin-top: 40px;
    font-size: 16px;
    line-height: 2;
  }
  .cAboutModal__business_image {
    width: 280px;
    margin: 24px auto 0;
  }
  .cAboutModal__business_nav {
    height: 23px;
    margin-top: 40px;
  }
  .cAboutModal__business_nav_text {
    font-size: 16px;
  }
  .cAboutModal__related {
    margin-top: auto;
  }
  .cAboutModal__related_label {
    font-size: 16px;
  }
  .cAboutModal__related_link {
    grid-template-columns: 150px 1fr;
  }
  .cAboutModal__related_link_image {
    width: 150px;
    height: 100px;
    margin-top: 0;
  }
  .cAboutModal__related_link_info {
    gap: 8px;
  }
  .cAboutModal__related_link_info_name {
    font-size: 18px;
  }
  .cAboutModal__related_link_info_text {
    font-size: 16px;
  }
}