html {
  margin: 0;
  padding: 0;
  height: 100%;
  height: -webkit-fill-available;
  font-size: clamp(0.529vw, 0.6613vw, 1vw);
  word-break: break-word;
  overflow-wrap: break-word;
}

body {
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.5;
  color: #151f46;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-rendering: optimizeSpeed;
}

@media screen and (min-width: 1513px) {
  html {
    font-size: 16px;
  }
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.5641vw;
  }
}

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

dfn {
  font-style: normal;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  word-break: break-all;
  color: #121212;
  font-weight: bold;
}

summary {
  list-style: none;
}
summary::-webkit-details-marker {
  display: none;
}

fieldset {
  padding: 0;
  border: none;
}
legend {
  padding: 0;
}

/* common style */
.pc-only {
  display: inline-block;
}
.sp-only {
  display: none;
}
.cfx {
  display: flex;
}
main.subPage {
  padding: 8rem 0 12rem;
}
main h2 {
  color: #006dff;
  font-weight: 700;
  font-size: 6.4rem;
}
.common-head {
  padding: 4rem 8rem 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.detail-btn {
  position: relative;
  max-width: 36.8rem;
  margin-top: 8rem;
  border-radius: 1.6rem;
  overflow: hidden;
}
.detail-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
  width: 100%;
  padding: 2.4rem;
  color: #006dff;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
  text-aline: center;
  background: #fff;
}
.detail-btn a svg {
  width: 2.4rem;
  height: 2.4rem;
}

@media screen and (min-width: 1513px) {
  main.subPage {
    padding: 80px 0 120px;
  }
  main h2 {
    font-size: 64px;
  }
  .common-head {
    padding: 40px 80px 0;
  }
  .detail-btn {
    max-width: 368px;
    margin-top: 80px;
    border-radius: 16px;
  }
  .detail-btn a {
    gap: 16px;
    padding: 24px;
    font-size: 20px;
  }
  .detail-btn a svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  main.subPage {
    padding: 4rem 2.4rem 6.4rem;
    overflow: hidden;
  }
  main h2 {
    font-size: 2.4rem;
  }
  .common-head {
    padding: 12.4rem 2.4rem 0;
  }
  .detail-btn {
    max-width: 23rem;
    margin-top: 4rem !important;
    border-radius: 1rem;
  }
  .detail-btn a {
    gap: 1.2rem;
    padding: 1.6rem;
    font-size: 1.4rem;
  }
  .detail-btn a svg {
    width: 2rem;
    height: 2rem;
  }
}

/**  header style  **/
header#header {
  position: fixed;
  top: 4rem;
  left: 50%;
  width: calc(100% - 16rem);
  padding: 1.6rem 4rem;
  border-radius: 9.9rem;
  background-color: white;
  transform: translateX(-50%);
  z-index: 990;
}

header#header .sp-header {
  display: none;
}

header#header .cfx {
  justify-content: space-between;
  align-items: center;
}

header#header .head-logo {
  width: 22.1rem;
  transition: opacity 0.3s;
}
header#header .head-logo:hover {
  opacity: 0.7;
}

header#header .head-logo img {
  width: 100%;
}

header#header .nav-header ul {
  gap: 2.4rem;
}

header#header .nav-header ul {
  gap: 2.4rem;
}

header#header .nav-header a,
header#header .nav-header p {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
  transition: color 0.3s;
  cursor: pointer;
  color: #121212;
}
header#header .nav-header p {
  margin: 0;
}
header#header .nav-header a:hover {
  color: #006dff;
}
header#header .nav-header .hasChild {
  position: relative;
  transition: transform 0.3s opacity 0.3s;
}

header#header .nav-header .hasChild a,
header#header .nav-header .hasChild p {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

header#header .nav-header .childe-list {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  top: 4rem;
  left: 50%;
  min-width: max-content;
  width: 100%;
  padding: 3.9rem 2.4rem 1.6rem;
  border-radius: 0 0 0.4rem 0.4rem;
  background: #fff;
  transform: translateX(-50%) translateY(-1.6rem);
  transition: transform 0.5s, opacity 0.5s;
}

header#header .nav-header .hasChild:hover .childe-list,
header#header .nav-header .hasChild .childe-list:hover {
  visibility: visible;
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

header#header .nav-header .childe-list a {
  position: relative;
  padding-right: 3.6rem;
}

header#header .nav-header .childe-list a::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 1.6rem;
  height: 1.6rem;
  transform: translateY(-50%);
  background: url("../images/icon-arrow-nav_child.svg") no-repeat;
  background-size: contain;
}

header#header .cfx .hasChild a img,
header#header .cfx .hasChild p img {
  width: 1.6rem;
  transition: transform 0.3s;
}

header#header .cfx .hasChild:hover a img,
header#header .cfx .hasChild:hover p img {
  transform: rotate(180deg);
}

header#header .entry-btn {
  padding: 0.8rem 4.8rem;
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2;
  border-radius: 25px;
  background: #006dff;
  transition: background-color 0.3s;
}

header#header .entry-btn:hover {
  background-color: #121212;
}

@media screen and (min-width: 1513px) {
  header#header {
    top: 40px;
    width: calc(100% - 160px);
    padding: 16px 40px;
    border-radius: 99px;
  }
  header#header .head-logo {
    width: 221px;
  }
  header#header .nav-header ul {
    gap: 24px;
  }
  header#header .nav-header ul {
    gap: 24px;
  }
  header#header .nav-header a,
  header#header .nav-header p {
    font-size: 20px;
  }
  header#header .nav-header .hasChild a,
  header#header .nav-header .hasChild p {
    gap: 4px;
  }
  header#header .nav-header .childe-list {
    gap: 8px;
    top: 40px;
    left: 50%;
    padding: 39px 24px 16px;
    border-radius: 0 0 4px 4px;
    transform: translateX(-50%) translateY(-16px);
  }
  header#header .nav-header .childe-list a,
  header#header .nav-header .childe-list p {
    padding-right: 36px;
  }
  header#header .nav-header .childe-list a::before {
    width: 16px;
    height: 16px;
  }
  header#header .cfx .hasChild a img,
  header#header .cfx .hasChild p img {
    width: 16px;
  }
  header#header .entry-btn {
    padding: 8px 48px;
    font-size: 20px;
    border-radius: 30px;
  }
}

@media screen and (max-width: 768px) {
  header#header {
    width: 100%;
    top: 0;
    left: 0;
    padding: 2rem 1.6rem;
    border-radius: 0;
    transform: none;
  }
  header#header .pc-header {
    display: none;
  }
  header#header .sp-header {
    display: block;
  }
  header#header .sp-header .display-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header#header .sp-header .display-header .head-logo {
    display: block;
    width: 16rem;
  }

  /* バーガーアイコン */
  header#header .sp-header .burger {
    width: 2.2rem;
    height: 1.8rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    z-index: 1001; /* メニューより上に表示 */
  }

  header#header .sp-header .burger.active {
    position: fixed;
    top: 2rem;
    right: 1.6rem;
  }

  header#header .sp-header .burger span {
    display: block;
    height: 0.2rem;
    background: #333;
    border-radius: 0.2rem;
    transition: 0.4s;
    transform-origin: center;
  }

  /* アクティブ時（≡ → ×） */
  header#header .sp-header .burger.active span:nth-child(1) {
    transform: rotate(45deg) translate(0.5rem, 0.5rem);
  }
  header#header .sp-header .burger.active span:nth-child(2) {
    opacity: 0;
  }
  header#header .sp-header .burger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(0.6rem, -0.6rem);
  }

  /* オーバーレイ */
  header#header .sp-header .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 1000;
  }
  header#header .sp-header .overlay.active {
    opacity: 1;
    visibility: visible;
  }

  /* メニュー */
  header#header .sp-header .nav-header-sp {
    position: fixed;
    top: 0;
    right: -74.102%;
    width: 74.102%;
    height: 100dvh;
    padding: 6.4rem 4rem;
    text-align: left;
    border-radius: 2.4rem 0 0 2.4rem;
    background: #fff;
    transition: 0.5s;
    z-index: 1000;
    overflow-y: auto;
  }
  header#header .sp-header .nav-header-sp.active {
    right: 0;
  }
  header#header .sp-header .nav-header-sp .nav-inner {
    position: relative;
  }
  header#header .sp-header .nav-header-sp .nav-inner:before {
    position: absolute;
    content: "";
    bottom: -8.2rem;
    right: -4rem;
    width: 21.5rem;
    height: 9.4rem;
    background: url("../images/bg-menu_line.svg") no-repeat;
    background-repeat: no-repeat;
    background-size: contain;
  }
  header#header .sp-header .nav-header-sp ul {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    padding: 0;
  }
  header#header .sp-header .nav-header-sp p {
    margin: 0;
  }
  header#header .sp-header .nav-header-sp .headItem a,
  header#header .sp-header .nav-header-sp .headItem p {
    color: #151f46;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1;
  }
  header#header .sp-header .nav-header-sp .childe-list {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    margin-top: 0.8rem;
  }
  header#header .sp-header .nav-header-sp .childe-list a {
    position: relative;
    font-weight: 400;
    font-size: 1.4rem;
  }
  header#header .sp-header .nav-header-sp .hasIcon a {
    position: relative;
  }
  header#header .sp-header .nav-header-sp .childe-list a::before,
  header#header .sp-header .nav-header-sp .hasIcon a::before {
    position: absolute;
    content: "";
    top: 50%;
    right: -2.4rem;
    width: 1.6rem;
    height: 1.6rem;
    background-image: url("../images/icon-menu.svg");
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%);
  }
}

/** footer style **/
footer#footer {
  position: relative;
  padding: 8rem 8rem 4rem;
  background: #00193b;
}
footer#footer:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 14rem;
  width: 19.4rem;
  height: 31.9rem;
  background: url("../images/illust-footerIcon.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

footer#footer .nav-footer ul {
  justify-content: end;
  gap: 2.4rem;
}

footer#footer .nav-footer .footItem {
  max-width: 16.8rem;
  width: 100%;
}

footer#footer .nav-footer a,
footer#footer .nav-footer p {
  color: #fff;
  font-weight: bold;
}

footer#footer .nav-footer .childe-list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-top: 1.6rem;
}

footer#footer .nav-footer .childe-list a {
  font-weight: normal;
  font-size: 1.4rem;
}

footer#footer .sns-link {
  display: flex;
  justify-content: end;
  max-width: 144.8rem;
  width: 100%;
  gap: 2.4rem;
  margin-top: 3.2rem;
  padding-right: 12rem;
}

footer#footer .sns-link a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
  max-width: 39.6rem;
  width: 100%;
  padding: 1.6rem 4rem;
  border-radius: 0.8rem;
  background: #fff;
}

footer#footer .sns-link a .img-wrapper {
  max-width: 6.4rem;
  width: 100%;
}

footer#footer .sns-link a .text-content {
  display: block;
  text-align: center;
  font-size: 2.4rem;
}

footer#footer .sns-link a .text-content span.main-txt {
  display: block;
}
footer#footer .sns-link a .text-content span.color-txt {
  position: relative;
  color: #006dff;
  font-size: 1.4rem;
}
footer#footer .sns-link a .text-content span.color-txt::before,
footer#footer .sns-link a .text-content span.color-txt::after {
  position: absolute;
  content: "";
  top: 50%;
  left: -1.5rem;
  width: 1.3rem;
  height: 0.9rem;
  background: url("../images/icon-slash.svg") no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
footer#footer .sns-link a .text-content span.color-txt::after {
  left: auto;
  right: -1.5rem;
  transform: scale(-1, 1) translateY(-50%);
}

footer#footer .copyright {
  margin-top: 2.4rem;
  text-align: center;
}

footer#footer .copyright small {
  color: #fff;
}

@media screen and (min-width: 1513px) {
  footer#footer {
    padding: 80px 80px 40px;
  }
  footer#footer:before {
    bottom: 0;
    left: 140px;
    width: 194px;
    height: 319px;
  }
  footer#footer .nav-footer ul {
    gap: 24px;
  }
  footer#footer .nav-footer .footItem {
    max-width: 168px;
  }
  footer#footer .nav-footer .childe-list {
    gap: 8px;
    margin-top: 16px;
  }
  footer#footer .nav-footer .childe-list a {
    font-size: 14px;
  }
  footer#footer .sns-link {
    gap: 24px;
    margin-top: 32px;
    padding-right: 120px;
  }
  footer#footer .sns-link a {
    gap: 24px;
    max-width: 396px;
    padding: 16px 40px;
    border-radius: 8px;
  }
  footer#footer .sns-link a .img-wrapper {
    max-width: 64px;
  }
  footer#footer .sns-link a .text-content {
    font-size: 24px;
  }
  footer#footer .sns-link a .text-content span.color-txt {
    font-size: 14px;
  }
  footer#footer .sns-link a .text-content span.color-txt::before,
  footer#footer .sns-link a .text-content span.color-txt::after {
    left: -15px;
    width: 13px;
    height: 9px;
  }
  footer#footer .sns-link a .text-content span.color-txt::after {
    left: auto;
    right: -15px;
    transform: scale(-1, 1) translateY(-50%);
  }
  footer#footer .copyright {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  footer#footer {
    padding: 4rem 4rem 1.6rem;
  }
  footer#footer:before {
    bottom: 28.2rem;
    right: 4.3rem;
    left: auto;
    width: 10.2rem;
    height: 16.9rem;
  }
  footer#footer .nav-footer ul {
    flex-wrap: wrap;
    justify-content: start;
  }
  footer#footer .nav-footer .footItem {
    width: calc(50% - 1.2rem);
  }
  footer#footer .nav-footer a,
  footer#footer .nav-footer p {
    font-size: 1.4rem;
  }
  footer#footer .nav-footer .childe-list {
    gap: 0.4rem;
    margin-top: 0.8rem;
  }
  footer#footer .nav-footer .childe-list a {
    font-size: 1.2rem;
  }
  footer#footer .sns-link {
    flex-direction: column;
    margin-top: 8.7rem;
    padding: 0;
  }
  footer#footer .sns-link a {
    justify-content: center;
    padding: 1.6rem 0;
  }
  footer#footer .sns-link a .img-content {
    max-width: 4.8rem;
  }
  footer#footer .sns-link a .text-content {
    font-size: 2rem;
  }
  footer#footer .sns-link a .text-content span.color-txt {
    font-size: 1.2rem;
  }
  footer#footer .copyright {
    margin-top: 4rem;
    font-size: 1rem;
  }
}

/** top head **/
.top-head {
  position: relative;
  aspect-ratio: 756 / 491;
  max-height: 100dvh;
  width: 100%;
  background-image: url("../images/mv.jpg");
  background-size: cover;
  background-position: top;
  overflow: hidden;
}

.top-head:before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 39.682vw;
  height: 38.227vw;
  aspect-ratio: 80 / 77;
  background: url("../images/mv-animate_bird.gif") no-repeat;
  background-size: contain;
}

.top-head h1 {
  position: absolute;
  bottom: 2rem;
  left: 47.5%;
  aspect-ratio: 1367 / 544;
  max-width: 1365px;
  width: 90%;
  color: transparent;
  background: url("../images/kv-top_titleLogo.webp") no-repeat;
  background-size: contain;
  background-position: bottom;
  z-index: 1;
  transform: translateX(100%);
  transition: transform 0.3s;
}
.top-head.is-active h1 {
  transform: translateX(-50%);
}

@media screen and (min-width: 1500px) and (min-height: 700px) and (max-height: 800px) {
  .top-head h1 {
    max-width: 920px;
  }
}

@media screen and (min-width: 1250px) and (max-width: 1400px) and (min-height: 500px) and (max-height: 600px) {
  .top-head {
    max-height: none;
  }
}

@media screen and (min-width: 1513px) {
  .top-head:after {
    width: 1604px;
    height: 554px;
  }
  .top-head h1 {
    bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .top-head {
    margin-top: 5.6rem;
  }
  .top-head:before {
    width: 40%;
    height: 60%;
    bottom: 0;
  }
  .top-head:after {
    width: 39rem;
    height: 22.6rem;
    background: url("../images/kv-top_line_sp.png") no-repeat;
    background-size: cover;
  }
}

/** sub-head **/
.sub-head {
  position: relative;
  height: 63.6rem;
  background-image: url("../images/kv-sub.png");
}

.sub-head:before,
.sub-head:after {
  position: absolute;
  content: "";
  right: 0;
}

.sub-head.story-head:before,
.sub-head.discussion-head:before,
.sub-head.person-page:before,
.sub-head.story-head:after,
.sub-head.discussion-head:after,
.sub-head.person-page:after {
  content: none;
}

.sub-head:before {
  top: 50%;
  width: 64.3rem;
  height: 30rem;
  background: url("../images/bg-sub_bgLine.svg") no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}

.sub-head:after {
  top: 0;
  max-width: 50%;
  width: 43.65vw;
  height: 42.058vw;
  background: url("../images/mv-animate_bird.gif") no-repeat;
  background-size: contain;
}

.sub-head h1 {
  margin-top: 13rem;
  color: #fff;
  font-weight: 700;
  font-size: 6.4rem;
}

.sub-head p {
  max-width: 92rem;
  margin-top: 1.6rem;
  color: #fff;
  font-weight: 500;
  font-size: 2rem;
  line-height: 2;
}

.sub-head.person-page {
  background-image: url("../images/kv-person01.png");
  background-position: bottom left;
}
.sub-head.person-page.person02 {
  background-image: url("../images/kv-person02.png");
}
.sub-head.person-page.person03 {
  background-image: url("../images/kv-person03.png");
}
.sub-head.person-page.person04 {
  background-image: url("../images/kv-person04.jpg");
}
.sub-head.person-page.person05 {
  background-image: url("../images/kv-person05.jpg");
}

.sub-head.person-page h1 {
  width: 53%;
  margin-top: 11.3rem;
  margin-left: 55.2rem;
  font-size: 4.8rem;
}
.sub-head.person-page h1 span {
  display: inline-block;
  padding: 0.8rem 1.6rem;
  background: #151f46;
}
.sub-head.person-page h1 span + span {
  margin-top: 0.8rem;
}

.sub-head.person-page > p {
  display: inline-block;
  margin-left: 55.2rem;
  padding: 0.2rem 0.5rem;
  color: #151f46;
  background: #fff;
}

.sub-head.person-page.person02 h1,
.sub-head.person-page.person02 p,
.sub-head.person-page.person03 h1,
.sub-head.person-page.person03 p {
  margin-left: 5.6rem;
}

@media screen and (min-width: 1513px) {
  .sub-head {
    height: 636px;
  }
  .sub-head:before {
    width: 643px;
    height: 300px;
  }
  .sub-head:after {
    width: 660px;
    height: 636px;
  }
  .sub-head h1 {
    margin-top: 130px;
    font-size: 64px;
  }
  .sub-head p {
    max-width: 920px;
    margin-top: 16px;
    font-size: 20px;
  }
  .sub-head.person-page h1 {
    margin-top: 113px;
    margin-left: 635px;
    font-size: 48px;
  }
  .sub-head.person-page h1 span {
    padding: 8px 16px;
  }
  .sub-head.person-page h1 span + span {
    margin-top: 8px;
  }
  .sub-head.person-page > p {
    margin-left: 635px;
    padding: 2px 5px;
  }
  .sub-head.person-page.person02 h1,
  .sub-head.person-page.person02 p,
  .sub-head.person-page.person03 h1,
  .sub-head.person-page.person03 p {
    margin-left: 56px;
  }
}

@media screen and (max-width: 768px) {
  .sub-head {
    height: 51.8rem;
    background-image: url("../images/kv-sub_sp.png");
  }
  .sub-head:before {
    top: auto;
    bottom: 19rem;
    right: 2.4rem;
    width: 21.9rem;
    height: 5.6rem;
    background-size: cover;
    transform: none;
  }
  .sub-head:after {
    top: auto;
    bottom: -6rem;
    max-width: none;
    width: 100%;
    height: 37.5rem;
  }
  .sub-head h1 {
    margin: 0;
    font-size: 2.4rem;
  }
  .sub-head p {
    margin-top: 1.2rem;
    font-size: 1.4rem;
  }
  .sub-head p br {
    display: none;
  }
  .sub-head.person-page {
    aspect-ratio: 390 / 518;
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: auto;
    padding: 0;
    text-align: right;
    background-image: url("../images/kv-person01_sp.png");
    background-position: center bottom -1.9rem;
  }
  .sub-head.person-page.person02 {
    text-align: left;
    background-image: url("../images/kv-person02_sp.png");
  }
  .sub-head.person-page.person03 {
    text-align: left;
    background-image: url("../images/kv-person03_sp.png");
  }
  .sub-head.person-page.person04 {
    background-image: url("../images/kv-person04_sp.jpg");
  }
  .sub-head.person-page.person05 {
    text-align: left;
    background-image: url("../images/kv-person05_sp.jpg");
  }
  .sub-head.person-page h1 {
    width: auto;
    margin: 0 2.4rem 0 0;
    font-size: 2rem;
  }
  .sub-head.person-page > p {
    width: fit-content;
    margin: 1rem 2.4rem 5.2rem auto !important;
    font-size: 1.4rem;
  }

  .sub-head.person-page.person02 h1 {
    margin-left: 2.4rem;
  }
  .sub-head.person-page.person02 > p {
    margin: 1rem auto 5.2rem 2.4rem !important;
  }
  .sub-head.person-page.person03 h1 {
    margin-left: 2.4rem;
  }
  .sub-head.person-page.person03 > p {
    margin: 1rem auto 5.2rem 2.4rem !important;
  }
  .sub-head.person-page.person05 h1 {
    margin-left: 2.4rem;
  }
  .sub-head.person-page.person05 > p {
    margin: 1rem auto 5.2rem 2.4rem !important;
  }
}

/** story/discussion-head **/
.story-head {
  background: url("../images/kv-projectstory.jpg") no-repeat;
  background-size: cover;
}
.discussion-head {
  background: url("../images/kv-discussion.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.story-head h1,
.discussion-head h1 {
  position: absolute;
  bottom: 9rem;
  width: 60%;
  margin: 0;
  font-weight: 700;
  font-size: 4.8rem;
}
.discussion-head h1 {
  width: 50%;
}

.story-head h1 span,
.discussion-head h1 span {
  display: inline-block;
  padding: 0.8rem 1.6rem;
  background: #fac000;
}

.discussion-head h1 span {
  background-color: #fa4700;
}

.story-head h1 span + span,
.discussion-head h1 span + span {
  margin-top: 0.8rem;
}

.story-head h1 span:first-of-type,
.discussion-head h1 span:first-of-type {
  font-size: 2.8rem;
}

@media screen and (min-width: 1513px) {
  .story-head h1,
  .discussion-head h1 {
    width: 50%;
    bottom: 90px;
    font-size: 48px;
  }
  .discussion-head h1 {
    width: 40%;
  }
  .story-head h1 span,
  .discussion-head h1 span {
    padding: 8px 16px;
  }
  .story-head h1 span + span,
  .discussion-head h1 span + span {
    margin-top: 8px;
  }
  .story-head h1 span:first-of-type,
  .discussion-head h1 span:first-of-type {
    font-size: 28px;
  }
}

@media screen and (max-width: 768px) {
  .story-head,
  .discussion-head {
    aspect-ratio: 65 / 48;
    height: auto;
    padding: 0;
    background-position: center;
    overflow: hidden;
  }
  .story-head h1,
  .discussion-head h1 {
    bottom: 1.6rem;
    left: 1.6rem;
    width: 80%;
    font-size: 2rem;
  }
  .story-head h1 span,
  .discussion-head h1 span {
    padding: 0.6rem 0.8rem;
  }
  .story-head h1 span:first-of-type,
  .discussion-head h1 span:first-of-type {
    font-size: 1.4rem;
  }
}

/* TOP content */
main#top section {
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  overflow-x: hidden;
  overflow-y: auto;
}

main#top .section-01::before {
  position: absolute;
  content: "";
  top: 5.2rem;
  right: -10rem;
  width: 68.5rem;
  height: 33.8rem;
  background: url("../images/bg-top_section01_bgLine.svg") no-repeat;
  background-size: contain;
}

main#top section h2 {
  position: relative;
  color: #fff;
  font-weight: 700;
  font-size: 6.4rem;
}

main#top section h2::before {
  position: absolute;
  content: "About Our Work";
  top: -3.5rem;
  left: 0;
  width: 100%;
  height: auto;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  opacity: 0.5;
}

main#top .section-01 {
  padding: 20rem 0 17.7rem 16rem;
  color: #fff;
  background-image: url("../images/bg-top_section01.png");
  background-size: cover;
}
main#top .section-01 h2::before {
  top: -3.5rem;
}

main#top .section-01 p {
  max-width: 74rem;
  width: 100%;
  margin-top: 8rem;
  font-weight: 500;
  font-size: 2rem;
  line-height: 2;
  text-align: justify;
}

@media screen and (min-width: 1513px) {
  main#top .section-01::before {
    top: 52px;
    right: -100px;
    width: 685px;
    height: 338px;
  }
  main#top section h2 {
    font-size: 64px;
  }
  main#top section h2::before {
    top: -35px;
    font-size: 24px;
  }
  main#top .section-01 {
    padding: 200px 0 177px 160px;
  }
  main#top .section-01 h2::before {
    top: -35px;
  }
  main#top .section-01 p {
    max-width: 740px;
    margin-top: 80px;
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  main#top .section-01 {
    padding: 9.6rem 2.4rem 8rem;
    background-position: center;
  }
  main#top .section-01:before {
    top: 2rem;
    right: 0;
    width: 19.1rem;
    height: 5.7rem;
    background: url("../images/bg-top_section01_bgLine_sp.svg") no-repeat;
  }
  main#top section h2 {
    font-size: 2.4rem;
  }
  main#top section h2::before {
    font-size: 1.6rem;
  }
  main#top .section-01 p {
    margin-top: 4rem;
    font-size: 1.4rem;
  }
}

main#top .section-02 {
  position: relative;
  min-height: auto;
  height: auto;
  padding: 15.3rem 16rem 43.5rem 0;
  color: #fff;
  background-image: url("../images/bg-top_section02.png");
  background-size: cover;
  overflow: ;
}

main#top .section-02 h2 {
  padding: 0 5px;
  writing-mode: vertical-rl;
  letter-spacing: 1.3rem;
}

main#top .section-02 h2::before {
  content: "Features";
  top: -4rem;
  left: -2rem;
  width: 103%;
  line-height: 1;
  writing-mode: horizontal-tb;
  letter-spacing: 0;
}

main#top .section-02 .img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 87.4rem;
}

main#top .section-02 .img-wrapper img {
  width: 100%;
}

main#top .section-02 .inner-content {
  justify-content: end;
  align-items: end;
  gap: 2.4rem;
}

main#top .section-02 .text-wrapper {
  display: grid;
  order: 2;
}

main#top .section-02 .text-wrapper h2 {
  margin: 0 0 0 auto;
}

main#top .section-02 .left-content {
  position: relative;
  width: 100%;
  font-weight: 400;
  font-size: 2rem;
  text-align: right;
  margin-bottom: -24.1rem;
}

main#top .section-02 .left-content:before,
main#top .section-02 .left-content:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
}

main#top .section-02 .left-content:before {
  top: -2rem;
  left: -16rem;
  width: 82.1rem;
  height: 33.2rem;
  background: url("../images/bg-top_section02_bgLine.svg") no-repeat;
  background-size: contain;
}
main#top .section-02 .left-content:after {
  top: -14rem;
  left: -7rem;
  width: 94.1rem;
  height: 46.5rem;
  background: url("../images/illust-top_section02_bird.svg") no-repeat;
  background-size: contain;
}

main#top .section-02 .left-content p + p {
  margin-top: 2rem;
}

main#top .section-02 .left-content .detail-btn {
  position: relative;
  max-width: 48.6rem;
  margin: 8rem 0 0 auto;
  z-index: 99;
}

main#top .section-02 .bottom-content {
  display: none;
  position: relative;
  margin-top: 9rem;
  font-weight: 400;
  font-size: 2rem;
  text-align: right;
}

main#top .section-02 .bottom-content:before,
main#top .section-02 .bottom-content:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
}

main#top .section-02 .bottom-content:before {
  top: 4rem;
  width: 82.1rem;
  height: 33.2rem;
  background: url("../images/bg-top_section02_bgLine.svg") no-repeat;
  background-size: contain;
}
main#top .section-02 .bottom-content:after {
  top: -3rem;
  width: 94.1rem;
  height: 46.5rem;
  background: url("../images/illust-top_section02_bird.svg") no-repeat;
  background-size: contain;
}

main#top .section-02 .bottom-content p + p {
  margin-top: 2rem;
}

main#top .section-02 .bottom-content .detail-btn {
  position: relative;
  max-width: 48.6rem;
  margin: 8rem 0 0 auto;
  z-index: 99;
}

@media screen and (min-width: 1513px) {
  main#top .section-02 {
    padding: 153px 16rem 435px 0;
  }
  main#top .section-02 h2 {
    letter-spacing: 13px;
  }
  main#top .section-02 h2::before {
    top: -50px;
    left: -20px;
  }
  main#top .section-02 .img-wrapper {
    max-width: 874px;
  }
  main#top .section-02 .inner-content {
    gap: 24px;
  }
  main#top .section-02 .left-content {
    font-size: 20px;
    margin-bottom: -241px;
  }
  main#top .section-02 .left-content:before {
    top: -20px;
    width: 821px;
    height: 332px;
  }
  main#top .section-02 .left-content:after {
    top: -140px;
    width: 941px;
    height: 465px;
  }
  main#top .section-02 .left-content p + p {
    margin-top: 20px;
  }

  main#top .section-02 .left-content .detail-btn {
    max-width: 486px;
    margin: 80px 0 0 auto;
  }
}

@media screen and (max-width: 768px) {
  main#top .section-02 {
    padding: 9.6rem 0 20rem;
  }
  main#top .section-02 .inner-content {
    padding-right: 2.4rem;
  }
  main#top .section-02 .text-wrapper {
    display: block;
    width: 100%;
  }
  main#top .section-02 .text-wrapper h2 {
    padding: 0;
    line-height: 1.2;
    letter-spacing: 0.5rem;
  }
  main#top .section-02 h2::before {
    top: -2.8rem;
    left: -4.3rem;
    max-width: none;
    width: 7.5rem;
  }
  main#top .section-02 .img-wrapper {
    top: 9.6rem;
    max-width: 31.4rem;
    border-radius: 0 1.6rem 0 0;
    overflow: hidden;
  }
  main#top .section-02 .left-content {
    display: none;
  }
  main#top .section-02 .bottom-content {
    display: block;
    margin-top: 5rem;
    padding-right: 2.4rem;
    font-size: 1.4rem;
  }
  main#top .section-02 .bottom-content:before {
    width: 106.6%;
    height: 15.8rem;
    top: auto;
    bottom: -16.6rem;
    left: -3.5rem;
  }
  main#top .section-02 .bottom-content:after {
    width: 100%;
    height: 18.5rem;
    top: auto;
    bottom: -16.5rem;
  }
  main#top .section-02 .bottom-content .detail-btn {
    max-width: 30rem;
  }
}

main#top .section-03 {
  height: auto;
  padding: 20rem 0 16rem;
}

main#top .section-03 h2 {
  margin-left: 16rem;
  color: #006dff;
}

main#top .section-03 h2::before {
  content: "Voice";
}

main#top .section-03 .carousel-wrapper {
  margin-top: 8rem;
  padding: 0 16rem;
}

main#top .section-03 .carousel-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 8rem 3.2rem;
}

main#top .section-03 .carousel-inner .carousel-item {
  position: relative;
  display: flex;
  align-items: end;
  aspect-ratio: 376 / 505;
  max-width: 36.6rem;
  border-radius: 2.4rem;
  background-image: url("../images/img-top_slide01.png");
  background-repeat: no-repeat;
  background-size: contain;
  scroll-snap-align: center;
  transition: visibility 0.3s, opacity 0.3s;
}
main#top .section-03 .carousel-inner .carousel-item:nth-of-type(2) {
  background-image: url("../images/img-top_slide02.png");
}
main#top .section-03 .carousel-inner .carousel-item:nth-of-type(3) {
  background-image: url("../images/img-top_slide03.png");
}
main#top .section-03 .carousel-inner .carousel-item:nth-of-type(4) {
  background-image: url("../images/img-top_slide04.jpg");
  background-size: cover;
}
main#top .section-03 .carousel-inner .carousel-item:nth-of-type(5) {
  background-image: url("../images/img-top_slide05.jpg");
  background-size: cover;
}

main#top .section-03 .carousel-inner .carousel-item > span {
  display: block;
  width: 100%;
  padding: 2.9rem 2.7rem;
  color: #151f46;
  font-weight: 700;
  font-size: 2.4rem;
  border-radius: 0 0 2.4rem 2.4rem;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(2rem);
}

main#top .section-03 .carousel-inner .carousel-item .mask-animate {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  border-radius: 2.4rem;
  background-color: rgba(18, 18, 18, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s, opacity 0.3s;
}

main#top .section-03 .carousel-inner .carousel-item:hover .mask-animate {
  visibility: visible;
  opacity: 1;
}

main#top .section-03 .carousel-inner .carousel-item .mask-animate .head-item {
  padding: 4rem;
  font-size: 3.2rem;
}

main#top
  .section-03
  .carousel-inner
  .carousel-item
  .mask-animate
  .head-item
  span {
  display: block;
  font-size: 2.4rem;
}

main#top .section-03 .carousel-inner .carousel-item .mask-animate .center-item {
  position: absolute;
  display: flex;
  gap: 1.6rem;
  top: 50%;
  left: 50%;
  font-size: 2rem;
  transform: translate(-50%, -50%);
}

main#top .section-03 .detail-btn {
  margin-left: 16rem;
}

main#top .section-03 .detail-btn a,
main#top .section-04 .detail-btn a {
  color: #fff;
  background: #006dff;
}

@media screen and (min-width: 1513px) {
  main#top .section-03 {
    padding: 200px 0;
  }

  main#top .section-03 h2 {
    margin-left: 160px;
  }

  main#top .section-03 h2::before {
    content: "Voice";
  }

  main#top .section-03 .carousel-wrapper {
    max-width: 1192px;
    margin: 80px auto 0;
    padding: 0;
  }

  main#top .section-03 .carousel-inner {
    gap: 80px 32px;
  }

  main#top .section-03 .carousel-inner .carousel-item {
    max-width: 376px;
    border-radius: 24px;
  }
  main#top .section-03 .carousel-inner .carousel-item > span {
    padding: 29px 27px;
    font-size: 24px;
    border-radius: 0 0 24px 24px;
    backdrop-filter: blur(20px);
  }

  main#top .section-03 .carousel-inner .carousel-item .mask-animate {
    border-radius: 24px;
  }
  main#top .section-03 .carousel-inner .carousel-item .mask-animate .head-item {
    padding: 40px;
    font-size: 32px;
  }
  main#top
    .section-03
    .carousel-inner
    .carousel-item
    .mask-animate
    .head-item
    span {
    font-size: 24px;
  }
  main#top
    .section-03
    .carousel-inner
    .carousel-item
    .mask-animate
    .center-item {
    gap: 16px;
    font-size: 20px;
  }
  main#top .section-03 .detail-btn {
    margin-left: 160px;
  }
  .custom-scrollbar-track {
    height: 8px;
    max-width: 618px;
    margin: 40px 0 0 160px;
  }
  .custom-scrollbar-track:after {
    border-radius: 99px;
  }
  .custom-scrollbar-thumb {
    border-radius: 99px;
  }
}

@media screen and (max-width: 768px) {
  main#top .section-03 {
    padding: 9.6rem 0 8rem;
  }
  main#top .section-03 h2 {
    margin: 0;
    padding: 0 2.4rem;
  }
  main#top .section-03 h2::before {
    left: 2.4rem;
  }
  main#top .section-03 .carousel-wrapper {
    margin-top: 4rem;
    padding: 0;
  }
  main#top .section-03 .carousel-inner {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 30rem;
    gap: 1.6rem;
    max-inline-size: 100%;
    inline-size: 100vw;
    padding: 0 2.4rem;
    align-items: center;
    container-type: inline-size scroll-state;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    overflow-x: auto;
  }
  main#top .section-03 .carousel-inner .carousel-item {
    position: relative;
    display: flex;
    align-items: end;
    aspect-ratio: 3 / 4;
    max-width: 51.2rem;
    border-radius: 2.4rem;
    background-image: url("../images/img-top_slide01.png");
    background-repeat: no-repeat;
    background-size: contain;
    scroll-snap-align: center;
    transition: visibility 0.3s, opacity 0.3s;
  }
  main#top .section-03 .carousel-inner .carousel-item > span {
    padding: 1.6rem 2.5rem 1rem;
    font-size: 1.6rem;
  }
  main#top .section-03 .carousel-inner .carousel-item:hover .mask-animate {
    display: none;
    visibility: none;
  }
  .custom-scrollbar-track {
    position: relative;
    height: 0.8rem;
    max-width: calc(100% - 4.8rem);
    margin: 4rem auto 0;
  }
  .custom-scrollbar-track:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 9.9rem;
    background: #f1f5f9;
    z-index: 0;
  }
  .custom-scrollbar-thumb {
    position: relative;
    width: calc(100% / 5);
    height: 100%;
    background-color: #006dff;
    z-index: 10;
    cursor: pointer;
    touch-action: none;
    border-radius: 9.9rem;
  }
  main#top .section-03 .detail-btn {
    max-wide: 21.6rem;
    margin: 0 0 0 2.4rem;
  }
}

main#top .section-04 {
  justify-content: space-between;
  align-items: end;
  aspect-ratio: 54 / 47;
  height: auto;
  padding: 0 16rem 15.5rem;
  border-radius: 8rem 8rem 0 0;
  background-image: url("../images/bg-top_section04.png");
}

main#top .section-04 h2::before {
  content: "Recruit";
}

main#top .section-04 .left-content {
  position: relative;
}

main#top .section-04 .left-content:before {
  position: absolute;
  content: "";
  top: -43.5rem;
  left: -16rem;
  width: 69.4rem;
  height: 35.5rem;
  background: url("../images/bg-top_section04_bgLine.svg") no-repeat;
  background-size: contain;
}

main#top .section-04 .detail-btn {
  width: 36.8rem;
  margin-top: 3.8rem;
}

main#top .section-04 .right-content {
  position: relative;
  border: 1px solid #006dff;
  border-radius: 1.6rem;
}

main#top .section-04 .right-content:before {
  position: absolute;
  content: "";
  bottom: 22.3rem;
  left: -23rem;
  width: 79.6rem;
  height: 51.5rem;
  background: url("../images/illust-top_section04_bird.svg") no-repeat;
  background-size: contain;
}

main#top .section-04 .right-content a {
  display: flex;
  justify-content: space-between;
  gap: 9.5rem;
  width: 100%;
  padding: 4rem 4rem 4rem 8rem;
  color: #006dff;
  font-weight: 700;
  font-size: 2rem;
  border-bottom: 1px solid #006dff;
  border-radius: 1.6rem 1.6rem 0 0;
  background: #fff;
}
main#top .section-04 .right-content a + a {
  border-bottom: none;
  border-top: 1px solid #006dff;
  border-radius: 0 0 1.6rem 1.6rem;
}

@media screen and (min-width: 1513px) {
  main#top .section-04 {
    padding: 0 160px 155px;
    border-radius: 80px 80px 0 0;
  }
  main#top .section-04 .left-content:before {
    top: -435px;
    left: -160px;
    width: 694px;
    height: 355px;
  }
  main#top .section-04 .detail-btn {
    width: 368px;
    margin-top: 38px;
  }
  main#top .section-04 .right-content {
    border-radius: 16px;
  }
  main#top .section-04 .right-content:before {
    bottom: 223px;
    left: -230px;
    width: 796px;
    height: 515px;
  }

  main#top .section-04 .right-content a {
    gap: 95px;
    padding: 40px 40px 40px 80px;
    font-size: 20px;
    border-radius: 16px 16px 0 0;
  }
  main#top .section-04 .right-content a + a {
    border-radius: 0 0 16px 16px;
  }
}

@media screen and (max-width: 768px) {
  main#top .section-04 {
    flex-direction: column;
    align-items: start;
    aspect-ratio: auto;
    padding: 9.6rem 2.4rem 8rem;
    border-radius: 4rem 4rem 0 0;
    background-size: cover;
  }
  main#top .section-04 .detail-btn {
    max-width: 21.6rem;
  }
  main#top .section-04 .right-content {
    width: 100%;
    margin-top: 22.1rem;
  }
  main#top .section-04 .right-content a {
    width: 100%;
    padding: 3rem 2.4rem;
    font-size: 1.4rem;
  }
  main#top .section-04 .right-content:before {
    bottom: 16.6rem;
    left: auto;
    right: -2.4rem;
    width: 100%;
    height: 22rem;
  }
}

main#top .section-05 {
  min-height: auto;
  padding: 8rem 8rem 12rem;
  background-image: url("../images/bg-top_section05.png");
  background-size: cover;
  background-position: center;
}

main#top .section-05 .inner-wrapper {
  justify-content: center;
}

main#top .section-05 .movie-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 4rem;
}

main#top .section-05 .movie-wrap .movie-item {
  aspect-ratio: 424 / 240;
  max-width: 424px;
  width: 100%;
}

main#top .section-05 .movie-wrap .movie-item iframe {
  width: 100%;
  height: 100%;
  min-height: 24rem;
  object-fit: cover;
}

@media screen and (min-width: 1513px) {
  main#top .section-05 {
    padding: 80px 80px 120px;
  }
  main#top .section-05 .movie-wrap {
    gap: 40px;
  }
  main#top .section-05 .movie-wrap .movie-item iframe {
    min-height: 240px;
  }
}

@media screen and (max-width: 768px) {
  main#top .section-05 {
    padding: 6.4rem 2.4rem 8rem;
  }
  main#top .section-05 .inner-wrapper {
    justify-content: center;
  }
  main#top .section-05 .movie-wrap {
    flex-direction: column;
    align-items: center;
  }
  main#top .section-05 .movie-wrap .movie-item iframe {
    min-height: 19.4rem;
  }
}

main#top .section-add {
  padding: 12rem 16rem;
  background: url("../images/bg-top_sectionAdd.jpg") no-repeat;
  background-size: cover;
}

main#top .section-add .cfx {
  justify-content: space-between;
}

main#top .section-add h2 {
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25),
    0px 0px 12px rgba(0, 109, 255, 0.75);
}
main#top .section-add h2::before {
  content: "Discover Our Work";
}

main#top .section-add .right-content {
  position: relative;
  border: 1px solid #006dff;
  border-radius: 1.6rem;
}

main#top .section-add .right-content a {
  display: flex;
  justify-content: space-between;
  max-width: 408px;
  width: 40.8rem;
  padding: 4rem;
  color: #006dff;
  font-weight: 700;
  font-size: 2rem;
  border-bottom: 1px solid #006dff;
  background: #fff;
}
main#top .section-add .right-content a:first-of-type {
  border-radius: 1.6rem 1.6rem 0 0;
}
main#top .section-add .right-content a:last-of-type {
  border-radius: 0 0 1.6rem 1.6rem;
}

@media screen and (min-width: 1513px) {
  main#top .section-add {
    padding: 120px 160px;
  }
  main#top .section-add .right-content {
    border-radius: 16px;
  }
  main#top .section-add .right-content a {
    width: 408px;
    padding: 40px;
    font-size: 20px;
  }
  main#top .section-add .right-content a:first-of-type {
    border-radius: 16px 16px 0 0;
  }
  main#top .section-add .right-content a:last-of-type {
    border-radius: 0 0 16px 16px;
  }
}

@media screen and (max-width: 768px) {
  main#top .section-add {
    padding: 9.6rem 2.4rem 8rem;
    background-position: 15%;
  }
  main#top .section-add .cfx {
    flex-direction: column;
    gap: 4rem;
  }
  main#top .section-add .right-content a {
    max-width: 100%;
    width: 100%;
    padding: 3rem 2.4rem;
    font-size: 1.4rem;
  }
}

/* company content */
main#company section {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 75.3rem;
  padding: 0 16rem;
  background-image: url("../images/bg-company_message.png");
  background-repeat: no-repeat;
  background-size: cover;
  transition: background-color 0.3s;
}

main#company .section-02 {
  background-image: url("../images/bg-company_story.webp");
}

main#company .section-03 {
  background-image: url("../images/bg-company_talksession.webp");
}

main#company section::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(4, 53, 118, 0.1);
  transition: background-color 0.3s;
  z-index: 0;
}
main#company .section-02::before {
  background-color: rgba(250, 192, 0, 0.1);
}
main#company .section-03::before {
  background-color: rgba(250, 71, 0, 0.1);
}

main#company section:hover::before {
  background-color: transparent;
}

main#company section h2 {
  position: relative;
  width: fit-content;
  padding: 0.8rem 1.6rem;
  color: #fff;
  font-weight: 700;
  font-size: 4.8rem;
  line-height: 1;
  background: #006dff;
}

main#company .section-02 h2 {
  background: #fac000;
}

main#company .section-03 h2 {
  background: #fa4700;
}

main#company section p {
  position: relative;
  width: fit-content;
  margin-top: 0.8rem;
  padding: 0.8rem 1.6rem;
  color: #fff;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1;
  background: #006dff;
}

main#company .section-02 p {
  background: #fac000;
}

main#company .section-03 p {
  background: #fa4700;
}

main#company .section-02 .detail-btn a {
  color: #fac000;
}

main#company .section-03 .detail-btn a {
  color: #fa4700;
}

@media screen and (min-width: 1513px) {
  main#company section {
    height: 753px;
    padding: 0 160px;
  }
  main#company section h2 {
    padding: 8px 16px;
    font-size: 48px;
  }
  main#company section p {
    margin-top: 8px;
    padding: 8px 16px;
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  main#company section {
    justify-content: end;
    height: 100vh;
    padding: 8rem 2.4rem;
    background-image: url("../images/img-president_sp.png");
    background-position: right;
  }
  main#company section h2 {
    font-size: 2rem;
  }
  main#company section p {
    padding: 0;
    font-size: 1.4rem;
    background: transparent;
  }
  main#company section p span {
    display: inline-block;
    padding: 0.8rem 1.6rem;
    background: #006dff;
  }
  main#company section p span + span {
    margin-top: 0.6rem;
  }
  main#company .section-02 {
    background-image: url("../images/bg-company_story_sp.png");
  }
  main#company .section-02 p,
  main#company .section-03 p {
    background: transparent;
  }
  main#company .section-02 p span {
    background: #fac000;
  }

  main#company .section-03 {
    background-image: url("../images/bg-company_talksession_sp.jpg");
    background-position: center;
  }
  main#company .section-03 p span {
    background: #fa4700;
  }
}

/** message content **/
main#message section {
  max-width: 95rem;
  width: 100%;
  margin: 0 auto;
}

main#message section .img-wrapper {
  max-width: 70.5rem;
  width: 100%;
  margin: 0 auto;
}

main#message section .text-wrapper {
  margin-top: 8rem;
  text-align: justify;
  font-weight: bold;
  font-size: 2.4rem;
  font-family: "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium",
    "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}

main#message section .text-wrapper p + p {
  margin-top: 8rem;
}

main#message section .text-wrapper p:last-of-type {
  text-align: right;
}

main#message section .text-wrapper strong {
  display: block;
  margin-bottom: 4rem;
  font-weight: 800;
  font-size: 4rem;
}

@media screen and (min-width: 1513px) {
  main#message section {
    max-width: 950px;
  }
  main#message section .img-wrapper {
    max-width: 705px;
  }
  main#message section .text-wrapper {
    margin-top: 80px;
    font-size: 24px;
  }
  main#message section .text-wrapper p + p {
    margin-top: 80px;
  }
  main#message section .text-wrapper strong {
    font-size: 40px;
  }
}

@media screen and (max-width: 768px) {
  main#message section .text-wrapper {
    margin-top: 4rem;
    font-size: 1.4rem;
  }
  main#message section .text-wrapper p + p {
    margin-top: 3rem;
  }
  main#message section .text-wrapper strong {
    font-size: 1.8rem;
  }
}

/** story content **/
main#story .summary-article,
main#discussion .summary-article {
  margin-bottom: 8rem;
  padding: 0 16rem;
  font-weight: 400;
  font-size: 2rem;
}

main#story .summary-article .profile {
  gap: 2.4rem;
  align-items: center;
  margin-top: 2.4rem;
  font-weight: 700;
  color: rgba(21, 31, 70, 0.5);
}

main#story .summary-article .profile img {
  width: 8rem;
}

main#story article {
  padding: 0 0 0 1.6rem;
}
main#story article:nth-of-type(odd) {
  padding: 0 1.6rem 0 0;
}

main#story article:not(:first-of-type) {
  margin-top: 16rem;
}

main#story article.cfx {
  gap: 11.2rem;
}

main#story article .img-wrapper {
  max-width: 594px;
  width: 100%;
}

main#story article .text-wrapper {
  gap: 4rem !important;
}

main#story article .text-wrapper h2 {
  color: #fac000;
}

main#story .article-thumb,
main#discussion .article-thumb {
  margin-top: 16rem;
  padding: 0 1.6rem;
}
main#discussion .article-thumb {
  margin-top: 12rem;
}

main#story .article-thumb img,
main#discussion .article-thumb img {
  width: 100%;
}

main#discussion .summary-article .profile {
  gap: 1.2rem;
  justify-content: center;
  margin-top: 3rem;
}

main#discussion .summary-article .profile .cfx {
  flex-direction: column;
  gap: 0.8rem;
  font-weight: 500;
  font-size: 1.6rem;
  text-align: center;
  color: rgba(21, 31, 70, 0.5);
}

main#discussion .summary-article .profile img {
  max-width: 160px;
  width: 100%;
}

main#discussion article {
  flex-direction: column;
}

main#discussion article + article {
  margin-top: 12rem;
}

main#discussion article h2 {
  margin-bottom: 8rem;
  color: #fa4700;
  font-weight: 700;
  font-size: 4rem;
  text-align: center;
}

main#discussion article .cfx {
  gap: 11.2rem;
  padding: 0 1.6rem 0 0;
}

main#discussion article .cfx .img-wrapper {
  max-width: 710px;
  width: 100%;
}

main#discussion article .cfx .text-wrapper {
  position: relative;
  width: fit-content;
  padding-left: 10rem;
  font-weight: 400;
  font-size: 2rem;
  text-align: justify;
}

main#discussion article .cfx .text-wrapper h3 {
  margin-bottom: 4rem;
  font-weight: 700;
  font-size: 3.2rem;
}

main#discussion article .cfx .text-wrapper p {
  position: relative;
  line-height: 1.8;
}
main#discussion article .cfx .text-wrapper p:before {
  position: absolute;
  content: "";
  top: 0;
  left: -10rem;
  width: 7.2rem;
  height: 9.3rem;
  color: rgba(0, 109, 255, 0.5);
  font-weight: 900;
  font-size: 2rem;
  background: url("../images/img-discussion_profile02-min.png") no-repeat;
  background-size: contain;
}
main#discussion article .cfx .text-wrapper p + p {
  margin-top: 2.4rem;
}
main#discussion article .cfx .text-wrapper p .maker {
  display: inline;
  background: rgba(0, 109, 255, 0.1);
  line-height: 1.7;
}

main#discussion article .cfx:nth-of-type(even) {
  margin-top: 8rem;
  padding: 0 0 0 1.6rem;
}

main#discussion article .cfx:nth-of-type(odd) .img-wrapper {
  order: 2;
}
main#discussion article .cfx:nth-of-type(odd) .text-wrapper p {
  margin: 0 0 0 9.6rem;
}
main#discussion article .cfx:nth-of-type(odd) .text-wrapper p + p {
  margin: 2.4rem 0 0 9.6rem;
}
main#discussion article .cfx:nth-of-type(even) .text-wrapper {
  margin: 0 9.6rem 0 0;
}

main#discussion
  article:last-of-type
  .cfx:last-of-type
  .text-wrapper
  p:nth-of-type(6) {
  margin-top: 8rem;
}

main#person.child-person article .text-wrapper p,
main#story article .text-wrapper p {
  line-height: 1.8;
  font-size: 18px;
}

@media screen and (min-width: 1513px) {
  main#story .summary-article,
  main#discussion .summary-article {
    margin-bottom: 80px;
    padding: 0 160px;
    font-size: 20px;
  }
  main#story .summary-article .profile {
    gap: 24px;
    margin-top: 24px;
  }
  main#story .summary-article .profile img {
    width: 80px;
  }
  main#story article {
    padding: 0 0 0 16px;
  }
  main#story article:nth-of-type(odd) {
    padding: 0 16px 0 0;
  }
  main#story article:not(:first-of-type) {
    margin-top: 160px;
  }
  main#story article.cfx {
    gap: 112px;
  }
  main#story article .text-wrapper {
    gap: 40px !important;
  }
  main#story .article-thumb,
  main#discussion .article-thumb {
    margin-top: 160px;
    padding: 0 16px;
  }
  main#discussion .article-thumb {
    margin-top: 120px;
  }
  main#discussion .summary-article .profile {
    gap: 12px;
    margin-top: 30px;
  }
  main#discussion .summary-article .profile .cfx {
    gap: 8px;
    font-size: 16px;
  }
  main#discussion article + article {
    margin-top: 120px;
  }
  main#discussion article h2 {
    margin-bottom: 80px;
    font-size: 40px;
  }
  main#discussion article .cfx {
    gap: 112px;
    padding: 0 16px 0 0;
  }
  main#discussion article .cfx .text-wrapper {
    padding-left: 100px;
    font-size: 20px;
  }
  main#discussion article .cfx .text-wrapper h3 {
    margin-bottom: 40px;
    font-size: 32px;
  }
  main#discussion article .cfx .text-wrapper p:before {
    left: -100px;
    width: 70px;
    height: 70px;
    font-size: 20px;
  }
  main#discussion article .cfx .text-wrapper p + p {
    margin-top: 24px;
  }
  main#discussion article .cfx:nth-of-type(even) {
    margin-top: 80px;
    padding: 0 0 0 16px;
  }
  main#discussion article .cfx:nth-of-type(odd) .text-wrapper p {
    margin: 0 0 0 96px;
  }
  main#discussion article .cfx:nth-of-type(odd) .text-wrapper p + p {
    margin: 24px 0 0 96px;
  }
  main#discussion article .cfx:nth-of-type(even) .text-wrapper {
    margin: 0 96px 0 0;
  }
  main#discussion
    article:last-of-type
    .cfx:last-of-type
    .text-wrapper
    p:nth-of-type(6) {
    margin-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  main#story .summary-article,
  main#discussion .summary-article {
    margin-bottom: 4rem;
    padding: 0;
    font-size: 1.4rem;
  }
  main#story .summary-article .profile {
    margin-top: 1.6rem;
    gap: 1.2rem;
  }
  main#story .summary-article .profile img {
    width: 6.4rem;
  }
  main#story article:not(:first-of-type) {
    margin-top: 6.4rem;
  }
  main#story article.cfx,
  main#discussion article .cfx {
    flex-direction: column;
    gap: 4rem;
    padding: 0;
  }
  main#person.child-person article.cfx:nth-of-type(even) .text-wrapper,
  main#story article.cfx:nth-of-type(odd) .text-wrapper {
    gap: 1.6rem !important;
    margin: 0 !important;
  }
  main#person.child-person article .text-wrapper,
  main#story article .text-wrapper {
    gap: 1.6rem !important;
    margin: 0 !important;
  }
  main#story article .text-wrapper h2 {
    font-size: 1.6rem !important;
  }
  main#person.child-person article .text-wrapper p,
  main#story article .text-wrapper p {
    font-size: 1.4rem;
  }
  main#person.child-person article.cfx:nth-of-type(even) .img-wrapper,
  main#story article.cfx:nth-of-type(odd) .img-wrapper {
    transform: translateX(7.2rem);
  }
  main#story article .img-wrapper {
    transform: translateX(-7.2rem);
  }
  main#story .article-thumb,
  main#discussion .article-thumb {
    margin-top: 6.4rem;
    padding: 0;
    transform: scale(1.14);
  }
  main#discussion article + article {
    margin-top: 4rem;
  }
  main#discussion .summary-article .profile {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 1.6rem;
  }
  main#discussion .summary-article .profile .cfx {
    align-items: center;
    font-size: 1.2rem;
  }
  main#discussion .summary-article .profile img {
    max-width: 7.2rem;
  }
  main#discussion article h2 {
    margin-bottom: 2.4rem;
    font-size: 1.6rem;
    text-align: left;
  }
  main#discussion article .cfx:nth-of-type(even) {
    margin-top: 4rem;
    padding: 0;
  }
  main#discussion article .cfx .text-wrapper {
    padding: 0;
  }
  main#discussion article .cfx:nth-of-type(even) .text-wrapper {
    margin: 0;
  }
  main#discussion article .cfx:nth-of-type(odd) .text-wrapper p {
    margin: 0;
  }
  main#discussion article .cfx:nth-of-type(odd) .text-wrapper p + p {
    margin: 2.4rem 0 0;
  }
  main#discussion article .cfx .text-wrapper h3 {
    margin-bottom: 1.6rem;
    font-size: 1.6rem;
  }
  main#discussion article .cfx .text-wrapper p {
    padding-left: 7rem;
    font-size: 1.4rem;
  }
  main#discussion article .cfx .text-wrapper p + p {
    margin-top: 1.6rem;
  }
  main#discussion article .cfx .text-wrapper p:before {
    left: 0;
    width: 5rem;
    height: 5rem;
    font-size: 1.4rem;
  }
  main#discussion article .cfx .img-wrapper {
    transform: translateX(-4rem);
  }
  main#discussion article .cfx:nth-of-type(odd) .img-wrapper {
    transform: translateX(4rem);
  }
  main#discussion
    article:last-of-type
    .cfx:last-of-type
    .text-wrapper
    p:nth-of-type(6) {
    margin-top: 2rem;
  }
}

/* whatis content */
main#whatis {
  position: relative;
}

main#whatis:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 61.706%;
  width: 42.1rem;
  height: 34.7rem;
  background: url("../images/img-whats_comment02.png") no-repeat;
  background-size: contain;
  z-index: 99;
}

main#whatis section {
  padding: 0 8rem;
}

main#whatis .schedule-table {
  position: relative;
  margin-left: 10.8rem;
  padding: 5.6rem 0;
  border-top: 1px solid rgba(21, 31, 70, 0.25);
  border-bottom: 1px solid rgba(21, 31, 70, 0.25);
}

main#whatis .schedule-table > div {
  position: relative;
}

main#whatis .schedule-table > div::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0.5rem;
  height: 100%;
  border-radius: 0.8rem 0 0 0.8rem;
}
main#whatis .schedule-table .gray-label:before {
  background: #8a8a8a;
}
main#whatis .schedule-table .blue-label:before {
  background: #2580d3;
}

main#whatis .schedule-table .blue-label.img-point01:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 63.263%;
  width: 42.1rem;
  height: 45.7rem;
  background: url("../images/img-whats_comment01.png") no-repeat;
  background-size: contain;
}

main#whatis .schedule-table .blue-label.img-point02:after {
  position: absolute;
  content: "";
  top: 3rem;
  left: 69.774%;
  width: 40.9rem;
  height: 27.4rem;
  background: url("../images/img-whats_thumb01.png") no-repeat;
  background-size: contain;
  z-index: 99;
}

main#whatis .schedule-table .blue-label.img-point03:after {
  position: absolute;
  content: "";
  top: 5.3rem;
  left: 55.707%;
  width: 40.9rem;
  height: 27.4rem;
  background: url("../images/img-whats_thumb02.png") no-repeat;
  background-size: contain;
  z-index: 99;
}

main#whatis .schedule-table span {
  position: relative;
  display: block;
  height: 5.6rem;
  padding-left: 2.4rem;
}

main#whatis .schedule-table .gray-label span {
  background: rgba(138, 138, 138, 0.05);
}
main#whatis .schedule-table .blue-label span {
  background: rgba(37, 128, 211, 0.03);
}

main#whatis .schedule-table span.txt-ttl {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 2rem;
}

main#whatis .schedule-table span.txt-detail {
  color: rgba(21, 31, 70, 0.5);
  font-weight: 500;
  font-size: 1.6rem;
}

main#whatis .schedule-table .border-solid {
  border-top: 1px solid rgba(21, 31, 70, 0.25);
}
main#whatis .schedule-table .border-dashed {
  border-top: 1px dashed rgba(21, 31, 70, 0.25);
}

main#whatis .schedule-table:before,
main#whatis .schedule-table:after,
main#whatis .schedule-table .time:before {
  position: absolute;
  content: "8:00";
  top: -1.7rem;
  left: -8.4rem;
  color: rgba(21, 31, 70, 0.5);
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  letter-spacing: 0.24rem;
}
main#whatis .schedule-table:after {
  top: auto;
  bottom: -1.7rem;
  left: -9.7rem;
}
main#whatis .schedule-table:before {
  content: "7:00";
  left: -8.4rem;
}
main#whatis .schedule-table:after {
  content: "19:00";
}
main#whatis .schedule-table .time.time-09:before {
  content: "9:00";
  left: -8.4rem;
}
main#whatis .schedule-table .time.time-10:before {
  content: "10:00";
  left: -9.7rem;
}
main#whatis .schedule-table .time.time-11:before {
  content: "11:00";
  left: -9.7rem;
}
main#whatis .schedule-table .time.time-12:before {
  content: "12:00";
  left: -9.7rem;
}
main#whatis .schedule-table .time.time-13:before {
  content: "13:05";
  left: -9.7rem;
}
main#whatis .schedule-table .time.time-14:before {
  content: "14:00";
  left: -9.7rem;
}
main#whatis .schedule-table .time.time-15:before {
  content: "15:00";
  left: -9.7rem;
}
main#whatis .schedule-table .time.time-16:before {
  content: "16:00";
  left: -9.7rem;
}
main#whatis .schedule-table .time.time-17:before {
  content: "17:00";
  left: -9.7rem;
}
main#whatis .schedule-table .time.time-18:before {
  content: "18:00";
  left: -9.7rem;
}

@media screen and (min-width: 1513px) {
  main#whatis:before {
    width: 421px;
    height: 347px;
  }
  main#whatis section {
    padding: 0 80px;
  }
  main#whatis .schedule-table {
    margin-left: 108px;
    padding: 56px 0;
  }
  main#whatis .schedule-table > div::before {
    width: 5px;
    border-radius: 8px 0 0 8px;
  }
  main#whatis .schedule-table .blue-label.img-point01:after {
    width: 421px;
    height: 457px;
  }
  main#whatis .schedule-table .blue-label.img-point02:after {
    top: 30px;
    width: 409px;
    height: 274px;
  }
  main#whatis .schedule-table .blue-label.img-point03:after {
    top: 53px;
    width: 409px;
    height: 274px;
  }

  main#whatis .schedule-table span {
    height: 56px;
    padding-left: 24px;
  }
  main#whatis .schedule-table span.txt-ttl {
    font-size: 20px;
  }

  main#whatis .schedule-table span.txt-detail {
    font-size: 16px;
  }
  main#whatis .schedule-table:before,
  main#whatis .schedule-table:after,
  main#whatis .schedule-table .time:before {
    top: -17px;
    left: -84px;
    font-size: 24px;
    letter-spacing: 2.4px;
  }
  main#whatis .schedule-table:after {
    bottom: -17px;
    left: -97px;
  }
  main#whatis .schedule-table:before {
    left: -84px;
  }
  main#whatis .schedule-table .time.time-09:before {
    left: -84px;
  }
  main#whatis .schedule-table .time.time-10:before {
    left: -97px;
  }
  main#whatis .schedule-table .time.time-11:before {
    left: -97px;
  }
  main#whatis .schedule-table .time.time-12:before {
    left: -97px;
  }
  main#whatis .schedule-table .time.time-13:before {
    left: -97px;
  }
  main#whatis .schedule-table .time.time-14:before {
    left: -97px;
  }
  main#whatis .schedule-table .time.time-15:before {
    left: -97px;
  }
  main#whatis .schedule-table .time.time-16:before {
    left: -97px;
  }
  main#whatis .schedule-table .time.time-17:before {
    left: -97px;
  }
  main#whatis .schedule-table .time.time-18:before {
    left: -97px;
  }
}

@media screen and (max-width: 768px) {
  main#whatis {
    padding: 4.8rem 2.4rem 11.3rem;
  }
  main#whatis:before {
    left: auto;
    right: -1.5rem;
    bottom: -1.8rem;
    width: 23.6rem;
    height: 16.3rem;
    background: url("../images/img-whats_comment02_sp.png") no-repeat;
    background-size: contain;
  }
  main#whatis section {
    padding: 0;
  }
  main#whatis .schedule-table {
    margin-left: 5rem;
  }
  main#whatis .schedule-table:before,
  main#whatis .schedule-table:after,
  main#whatis .schedule-table .time:before {
    top: -1rem;
    left: -5rem;
    font-size: 1.2rem;
  }
  main#whatis .schedule-table span {
    padding: 0 1.6rem;
  }
  main#whatis .schedule-table span.txt-ttl {
    font-size: 1.4rem;
  }
  main#whatis .schedule-table span.txt-detail {
    font-size: 1.4rem;
  }
  main#whatis .schedule-table .blue-label.img-point01:after {
    bottom: 21rem;
    left: auto;
    right: -2.5rem;
    width: 23.6rem;
    height: 16.3rem;
    background: url("../images/img-whats_comment01_sp.png") no-repeat;
    background-size: cover;
  }
  main#whatis .schedule-table .blue-label.img-point02:after {
    top: 12rem;
    left: auto;
    right: -1.5rem;
    width: 16.3rem;
    height: 10.9rem;
  }
  main#whatis .schedule-table .blue-label.img-point03:after {
    top: auto;
    bottom: -35rem;
    left: 2.2rem;
    width: 16.3rem;
    height: 10.9rem;
  }
  main#whatis .schedule-table .time.time-09:before {
    left: -5rem;
  }
  main#whatis .schedule-table .time.time-10:before,
  main#whatis .schedule-table .time.time-11:before,
  main#whatis .schedule-table .time.time-12:before,
  main#whatis .schedule-table .time.time-13:before,
  main#whatis .schedule-table .time.time-14:before,
  main#whatis .schedule-table .time.time-15:before,
  main#whatis .schedule-table .time.time-16:before,
  main#whatis .schedule-table .time.time-17:before,
  main#whatis .schedule-table .time.time-18:before,
  main#whatis .schedule-table .time.time-19:before {
    left: -5rem;
  }
  main#whatis .schedule-table:after {
    top: auto;
    bottom: -1rem;
  }
}

/* rewarding content */
main#rewarding section {
  position: relative;
  padding: 0 8rem;
  justify-content: center;
}

main#rewarding section h2 {
  font-weight: 700;
  font-size: 6.4rem;
  color: #006dff;
}

main#rewarding section p {
  max-width: 64rem;
  margin-top: 1.6rem;
  font-weight: 400;
  font-size: 2rem;
}

main#rewarding .section-01 {
  padding-bottom: 17.5rem;
}
main#rewarding .section-01.cfx {
  gap: 8.5rem;
}
main#rewarding .section-01 h2 {
  margin-top: 3rem;
}
main#rewarding .section-01 img {
  width: 38.4rem;
}

main#rewarding .section-02 {
  padding-bottom: 16rem;
}
main#rewarding .section-02.cfx {
  gap: 7rem;
}
main#rewarding .section-02 div {
  order: 2;
}
main#rewarding .section-02 img {
  order: 1;
  width: 55.4rem;
}

main#rewarding .section-03 h2 {
  margin-top: 8.5rem;
}
main#rewarding .section-03 img {
  width: 61.26rem;
}

main#rewarding .section-01:before,
main#rewarding .section-02:before {
  position: absolute;
  content: "";
  left: 0;
  width: 198.1rem;
  height: 27.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  transform: translateX(180rem);
  transition: transform 0.5s;
}

main#rewarding .section-01.isPlay:before,
main#rewarding .section-02.isPlay:before {
  transform: translateX(0);
}

main#rewarding .section-01:before {
  bottom: 5.7rem;
  background-image: url("../images/border-rewarding01.svg");
}
main#rewarding .section-02:before {
  bottom: 0;
  background-image: url("../images/border-rewarding02.svg");
}

@media screen and (min-width: 1513px) {
  main#rewarding section {
    padding: 0 80px;
  }
  main#rewarding section h2 {
    font-size: 64px;
  }
  main#rewarding section p {
    max-width: 640px;
    margin-top: 16px;
    font-size: 20px;
  }
  main#rewarding .section-01 {
    padding-bottom: 175px;
  }
  main#rewarding .section-01.cfx {
    gap: 85px;
  }
  main#rewarding .section-01 h2 {
    margin-top: 30px;
  }
  main#rewarding .section-01 img {
    width: 384px;
  }
  main#rewarding .section-02 {
    padding-bottom: 160px;
  }
  main#rewarding .section-02.cfx {
    gap: 70px;
  }
  main#rewarding .section-02 img {
    width: 554px;
  }
  main#rewarding .section-03 h2 {
    margin-top: 85px;
  }
  main#rewarding .section-03 img {
    width: 612.6px;
  }
  main#rewarding .section-01:before,
  main#rewarding .section-02:before {
    width: 1981px;
    height: 275px;
    transform: translateX(1800px);
  }
  main#rewarding .section-01:before {
    bottom: 57px;
  }
}

@media screen and (max-width: 768px) {
  main#rewarding.subPage {
    padding: 4rem 0 6.4rem;
  }
  main#rewarding section h2 {
    margin-top: 0 !important;
    font-size: 2.4rem;
  }
  main#rewarding section .space-wrap {
    float: right;
    height: 10rem;
  }
  main#rewarding section .sp-only {
    width: 15.8rem;
    margin: 1.4rem 0 0 1.6rem;
    float: right;
    clear: both;
  }
  main#rewarding section p {
    font-size: 1.4rem;
  }
  main#rewarding .section-01.cfx,
  main#rewarding .section-02.cfx,
  main#rewarding .section-03.cfx {
    flex-direction: column;
    padding: 0;
  }
  main#rewarding .section-01.cfx {
    padding: 0 2.4rem;
  }
  main#rewarding .section-01:before,
  main#rewarding .section-02:before {
    bottom: -2.3rem;
    left: auto;
    right: -5.2rem;
    width: 100%;
    height: 7.9rem;
    background-image: url("../images/border-rewarding01.svg");
  }
  main#rewarding .section-02.cfx,
  main#rewarding .section-03.cfx {
    margin-top: 6.2rem;
  }
  main#rewarding .section-02 h2,
  main#rewarding .section-02 p,
  main#rewarding .section-03 h2,
  main#rewarding .section-03 p {
    padding: 0 2.4rem;
  }
  main#rewarding .section-02 .space-wrap,
  main#rewarding .section-02 .sp-only {
    float: left;
  }
  main#rewarding .section-02 .space-wrap {
    height: 13rem;
  }
  main#rewarding .section-02 .sp-only {
    width: 20.3rem;
    margin: 1.4rem 1.6rem 0 0;
  }
  main#rewarding .section-03 .space-wrap {
    height: 13rem;
  }
  main#rewarding .section-03 .sp-only {
    width: 20.4rem;
  }
}

/* careerpath content */
main#careerpath {
  padding: 8rem 0 0;
}

main#careerpath .section-01 {
  max-width: 1312px;
  margin: 0 auto;
  padding: 0 10rem 8rem;
}

main#careerpath .section-01 picture,
main#careerpath .section-01 picture img {
  width: 100%;
}

main#careerpath .section-01 .bottom-content {
  justify-content: space-between;
  margin-top: 4rem;
}

main#careerpath .section-01 .bottom-content .bottom-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5rem;
  width: 23rem;
}

main#careerpath .section-01 .bottom-content .bottom-item p {
  max-width: 16rem;
  width: 100%;
  padding: 0.7rem;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 0.312rem;
  border-radius: 3rem;
  background: #ce0947;
}
main#careerpath .section-01 .bottom-content .bottom-item:nth-of-type(2) p {
  background: #ea6b09;
}
main#careerpath .section-01 .bottom-content .bottom-item:nth-of-type(3) p {
  background: #fab000;
}
main#careerpath .section-01 .bottom-content .bottom-item:nth-of-type(4) p {
  background: #2fafd2;
}
main#careerpath .section-01 .bottom-content .bottom-item:nth-of-type(5) p {
  background: #79af21;
}

main#careerpath .section-01 .bottom-content .bottom-item p span {
  font-size: 1.6rem;
  letter-spacing: 0;
}

main#careerpath .section-01 .bottom-content .bottom-item img {
  width: 6.5rem;
}
main#careerpath .section-01 .bottom-content .bottom-item:last-of-type img {
  width: 4.3rem;
}

main#careerpath .section-02 {
  flex-direction: column;
  gap: 20rem;
  padding: 15rem 19.6rem 12rem;
  background: #e6ecf0;
}

main#careerpath .section-02 article {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  padding: 21.2rem 8rem 8rem;
  border: 2px solid #ce0947;
  border-radius: 2.4rem;
  background: #fff;
}
main#careerpath .section-02 article:before {
  position: absolute;
  content: "";
  top: -8rem;
  left: 50%;
  width: 24rem;
  height: 25.2rem;
  background-image: url("../images/illust-careerpath_young_article.svg");
  background-size: contain;
  transform: translateX(-50%);
}
main#careerpath .section-02 article:nth-of-type(2):before {
  background-image: url("../images/illust-careerpath_beginner_article.svg");
}
main#careerpath .section-02 article:nth-of-type(3):before {
  background-image: url("../images/illust-careerpath_amateur_article.svg");
}
main#careerpath .section-02 article:nth-of-type(4):before {
  background-image: url("../images/illust-careerpath_pro_article.svg");
}
main#careerpath .section-02 article:nth-of-type(5):before {
  background-image: url("../images/illust-careerpath_seniorarchitect_article.svg");
}

main#careerpath .section-02 article:not(:last-of-type):after {
  position: absolute;
  content: "";
  bottom: -12.3rem;
  left: 50%;
  width: 0.4rem;
  height: 12.1rem;
  border-radius: 3rem;
  background-image: linear-gradient(
    180deg,
    rgba(206, 9, 71, 0.5),
    rgba(234, 107, 9, 0.5)
  );
  transform: translateX(-50%);
}
main#careerpath .section-02 article:nth-of-type(2):after {
  background-image: linear-gradient(
    180deg,
    rgba(234, 107, 9, 0.5),
    rgba(250, 176, 0, 0.5)
  );
}
main#careerpath .section-02 article:nth-of-type(3):after {
  background-image: linear-gradient(
    180deg,
    rgba(250, 176, 0, 0.5),
    rgba(47, 175, 210, 0.5)
  );
}
main#careerpath .section-02 article:nth-of-type(4):after {
  background-image: linear-gradient(
    180deg,
    rgba(47, 175, 210, 0.5),
    rgba(121, 175, 33, 0.5)
  );
}

main#careerpath .section-02 article div {
  width: 50%;
  padding: 0 0 0 4rem;
  font-weight: 500;
  font-size: 2rem;
}
main#careerpath .section-02 article .left-content {
  width: calc(50% - 0.1rem);
  padding: 0 3.9rem 0 0;
  border-right: 1px solid rgba(206, 9, 71, 0.5);
}

main#careerpath .section-02 article div p {
  width: fit-content;
  margin-bottom: 1.7rem;
  padding: 0.8rem 4rem;
  text-align: center;
  color: #ce0947;
  font-weight: 700;
  line-height: 1;
  border: 1px solid #ce0947;
  border-radius: 3rem;
}

main#careerpath .section-02 article div ul li {
  position: relative;
  padding-left: 3rem;
  font-size: 1.8rem;
}
main#careerpath .section-02 article div ul li:before {
  position: absolute;
  content: "・";
  top: 0;
  left: 0.6rem;
  font-size: 2rem;
}

main#careerpath .section-02 article:nth-of-type(2),
main#careerpath .section-02 article:nth-of-type(2) div p {
  border-color: #ea6b09;
}
main#careerpath .section-02 article:nth-of-type(3),
main#careerpath .section-02 article:nth-of-type(3) div p {
  border-color: #fab000;
}
main#careerpath .section-02 article:nth-of-type(4),
main#careerpath .section-02 article:nth-of-type(4) div p {
  border-color: #2fafd2;
}
main#careerpath .section-02 article:nth-of-type(5),
main#careerpath .section-02 article:nth-of-type(5) div p {
  border-color: #79af21;
}
main#careerpath .section-02 article:nth-of-type(2) div p {
  color: #ea6b09;
}
main#careerpath .section-02 article:nth-of-type(3) div p {
  color: #fab000;
}
main#careerpath .section-02 article:nth-of-type(4) div p {
  color: #2fafd2;
}
main#careerpath .section-02 article:nth-of-type(5) div p {
  color: #79af21;
}
main#careerpath .section-02 article:nth-of-type(2) .left-content {
  border-right: 1px solid rgba(245, 181, 132, 1);
}
main#careerpath .section-02 article:nth-of-type(3) .left-content {
  border-right: 1px solid rgba(253, 215, 128, 1);
}
main#careerpath .section-02 article:nth-of-type(4) .left-content {
  border-right: 1px solid rgba(151, 215, 233, 1);
}
main#careerpath .section-02 article:nth-of-type(5) .left-content {
  border-right: 1px solid rgba(188, 215, 144, 1);
}

@media screen and (min-width: 1513px) {
  main#careerpath {
    padding: 80px 0 0;
  }
  main#careerpath .section-01 {
    padding: 0 100px 80px;
  }
  main#careerpath .section-01 .bottom-content {
    margin-top: 40px;
  }
  main#careerpath .section-01 .bottom-content .bottom-item {
    gap: 50px;
    width: 230px;
  }
  main#careerpath
    .section-01
    .bottom-content
    .bottom-item:not(:last-of-type):before {
    width: 186px;
    height: 6px;
    bottom: 18px;
    left: 154px;
  }
  main#careerpath
    .section-01
    .bottom-content
    .bottom-item:nth-of-type(4):before {
    left: 164px;
  }
  main#careerpath .section-01 .bottom-content .bottom-item p {
    max-width: 160px;
    padding: 7px;
    font-size: 24px;
    letter-spacing: 3.12px;
    border-radius: 30px;
  }
  main#careerpath .section-01 .bottom-content .bottom-item p span {
    font-size: 16px;
  }
  main#careerpath .section-01 .bottom-content .bottom-item img {
    width: 65px;
  }
  main#careerpath .section-01 .bottom-content .bottom-item:last-of-type img {
    width: 43px;
  }
  main#careerpath .section-02 {
    gap: 200px;
    padding: 150px 196px 120px;
  }
  main#careerpath .section-02 article {
    padding: 212px 80px 80px;
    border-radius: 24px;
  }
  main#careerpath .section-02 article:before {
    top: -80px;
    width: 240px;
    height: 252px;
  }
  main#careerpath .section-02 article:not(:last-of-type):after {
    bottom: -123px;
    width: 4px;
    height: 121px;
    border-radius: 30px;
  }
  main#careerpath .section-02 article div {
    padding: 0 0 0 40px;
    font-size: 20px;
  }
  main#careerpath .section-02 article .left-content {
    width: calc(50% - 1px);
    padding: 0 39px 0 0;
  }
  main#careerpath .section-02 article div p {
    margin-bottom: 17px;
    padding: 8px 40px;
    border-radius: 30px;
  }

  main#careerpath .section-02 article div ul li {
    padding-left: 30px;
    font-size: 18px;
  }
  main#careerpath .section-02 article div ul li:before {
    left: 6px;
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  main#careerpath {
    padding: 0;
  }
  main#careerpath .section-01 {
    display: none;
  }

  main#careerpath .section-02 {
    gap: 17.6rem;
    padding: 17.6rem 2.4rem 6.4rem;
  }
  main#careerpath .section-02 article {
    flex-direction: column;
    padding: 10.6rem 2.4rem 4rem;
  }
  main#careerpath .section-02 article:before {
    top: -13.6rem;
    width: 15.2rem;
    height: 22.3rem;
    background-image: url("../images/illust-careerpath_young_article_sp.svg");
  }
  main#careerpath .section-02 article:nth-of-type(2):before {
    background-image: url("../images/illust-careerpath_beginner_article_sp.svg");
  }
  main#careerpath .section-02 article:nth-of-type(3):before {
    background-image: url("../images/illust-careerpath_amateur_article_sp.svg");
  }
  main#careerpath .section-02 article:nth-of-type(4):before {
    background-image: url("../images/illust-careerpath_pro_article_sp.svg");
  }
  main#careerpath .section-02 article:nth-of-type(5):before {
    background-image: url("../images/illust-careerpath_seniorarchitect_article_sp.svg");
  }
  main#careerpath .section-02 article:not(:last-of-type):after {
    bottom: -4.3rem;
    height: 4rem;
    background-image: linear-gradient(
      180deg,
      rgba(206, 9, 71, 1),
      rgba(234, 107, 9, 1)
    );
  }
  main#careerpath .section-02 article:nth-of-type(2):after {
    background-image: linear-gradient(
      180deg,
      rgba(234, 107, 9, 1),
      rgba(250, 176, 0, 1)
    );
  }
  main#careerpath .section-02 article:nth-of-type(3):after {
    background-image: linear-gradient(
      180deg,
      rgba(250, 176, 0, 1),
      rgba(47, 175, 210, 1)
    );
  }
  main#careerpath .section-02 article:nth-of-type(4):after {
    background-image: linear-gradient(
      180deg,
      rgba(47, 175, 210, 1),
      rgba(121, 175, 33, 1)
    );
  }
  main#careerpath .section-02 article div {
    width: 100%;
    font-size: 1.4rem;
  }
  main#careerpath .section-02 article .left-content {
    width: 100%;
    padding: 0 0 2.3rem;
    border-right: none !important;
    border-bottom: solid rgba(206, 9, 71, 0.5);
  }
  main#careerpath .section-02 article:nth-of-type(2) .left-content {
    border-bottom: 1px solid rgba(245, 181, 132, 1);
  }
  main#careerpath .section-02 article:nth-of-type(3) .left-content {
    border-bottom: 1px solid rgba(253, 215, 128, 1);
  }
  main#careerpath .section-02 article:nth-of-type(4) .left-content {
    border-bottom: 1px solid rgba(151, 215, 233, 1);
  }
  main#careerpath .section-02 article:nth-of-type(5) .left-content {
    border-bottom: 1px solid rgba(188, 215, 144, 1);
  }
  main#careerpath .section-02 article .right-content {
    padding: 2.5rem 0 0;
  }
  main#careerpath .section-02 article div ul li {
    padding-left: 2rem;
  }
  main#careerpath .section-02 article div ul li:before {
    left: 0.4rem;
    font-size: 1.4rem;
  }
}

/* person content */
main#person .section-01 {
  flex-wrap: wrap;
  gap: 4.8rem 1.6rem;
  padding: 0 5.9rem;
}

main#person .card-item {
  position: relative;
  width: calc(100% / 3 - 1.1rem);
}

main#person .card-item .img-wrapper {
  position: relative;
  aspect-ratio: 227 / 158;
  overflow: hidden;
}
main#person .card-item .img-wrapper p {
  position: absolute;
  display: flex;
  justify-content: end;
  align-items: center;
  bottom: 1.3rem;
  right: 1.6rem;
  width: 20.6rem;
  height: 4.9rem;
  padding-right: 3rem;
  color: #fff;
  font-weight: 500;
  background-image: url("../images/bg-feather-red.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0.3rem;
}
main#person .card-item:nth-of-type(4) .img-wrapper p {
  padding-right: 3.8rem;
  background-image: url("../images/bg-feather-yellow.svg");
}
main#person .card-item:last-of-type .img-wrapper p {
  padding-right: 2rem;
  background-image: url("../images/bg-feather-green.svg");
}

main#person .card-item .summary-wrapper {
  padding: 1.2rem 1.6rem 2.4rem;
  border: 1px solid #d1d1d1;
  border-top: none;
  border-radius: 0 0 2.4rem 2.4rem;
}
main#person .card-item .summary-wrapper h2 {
  color: #151f46;
  font-size: 2.4rem;
}
main#person .card-item .summary-wrapper p {
  margin-top: 0.8rem;
  font-weight: 400;
  font-size: 2rem;
}

main#person.child-person .article-person {
  padding-bottom: 8rem;
  border-bottom: 1px solid rgba(10, 32, 143, 0.5);
}

main#person.child-person .summary-article {
  padding: 0 15rem;
}

main#person.child-person .summary-article h2 {
  color: #151f46;
  font-size: 4rem;
}

main#person.child-person .summary-article p {
  margin-top: 1.6rem;
  font-size: 2rem;
  text-align: justify;
}

main#person.child-person article {
  position: relative;
  margin-top: 8rem;
}
main#person.child-person article.cfx {
  gap: 4rem;
}
main#person.child-person article.cfx:nth-of-type(even),
main#story article.cfx:nth-of-type(even) {
  justify-content: end;
}
main#person.child-person article.cfx:nth-of-type(even) .img-wrapper,
main#story article.cfx:nth-of-type(odd) .img-wrapper {
  order: 2;
}
main#person.child-person article.cfx:nth-of-type(even) .text-wrapper,
main#story article.cfx:nth-of-type(odd) .text-wrapper {
  margin-right: auto;
  margin-left: 16rem;
}

main#person.child-person article .img-wrapper {
  aspect-ratio: 727 / 520;
  max-width: 727px;
  width: 100%;
  overflow: hidden;
}
main#person.child-person article .img-wrapper img {
  width: 100%;
}

main#person.child-person article .text-wrapper,
main#story article .text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  width: fit-content;
  margin-right: 16rem;
}
main#person.child-person article .text-wrapper h3,
main#story article .text-wrapper h2 {
  font-weight: 700;
  font-size: 32px;
}
main#person.child-person article .text-wrapper p {
  font-weight: 400;
  font-size: 2rem;
  text-align: justify;
}

main#person.child-person .others-person {
  max-width: 118.4rem;
  margin: 0 auto;
  padding-top: 8rem;
}

main#person.child-person .others-person h2 {
  color: #151f46;
  font-size: 4rem;
}

main#person.child-person .others-person .person-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
  margin-top: 4rem;
}
main#person.child-person .others-person .person-list .card-item {
  width: calc(100% / 2 - 0.8rem);
}

main#person.child-person
  .others-person
  .person-list
  .color-yellow
  .img-wrapper
  p {
  padding-right: 3rem;
  background-image: url("../images/bg-feather-yellow.svg");
}

main#person.child-person .others-person .person-list .card-item h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 2.4rem;
}

@media screen and (min-width: 1513px) {
  main#person .section-01 {
    gap: 48px 16px;
    padding: 0 59px;
  }
  main#person .card-item {
    width: calc(100% / 3 - 11px);
  }
  main#person .card-item .img-wrapper p {
    bottom: 13px;
    right: 16px;
    width: 206px;
    height: 49px;
    padding-right: 30px;
  }
  main#person .card-item:nth-of-type(4) .img-wrapper p {
    padding-right: 38px;
  }
  main#person .card-item:last-of-type .img-wrapper p {
    padding-right: 20px;
  }
  main#person .card-item .summary-wrapper {
    padding: 12px 16px 24px;
    border-radius: 0 0 24px 24px;
  }
  main#person .card-item .summary-wrapper h2 {
    font-size: 24px;
  }
  main#person .card-item .summary-wrapper p {
    margin-top: 8px;
    font-size: 20px;
  }
  main#person.child-person .article-person {
    padding-bottom: 80px;
  }
  main#person.child-person .summary-article {
    padding: 0 160px;
  }
  main#person.child-person .summary-article h2 {
    font-size: 40px;
  }
  main#person.child-person .summary-article p {
    margin-top: 16px;
    font-size: 20px;
  }
  main#person.child-person article {
    margin-top: 80px;
  }
  main#person.child-person article.cfx {
    gap: 40px;
  }
  main#person.child-person article.cfx:nth-of-type(even) .text-wrapper,
  main#story article.cfx:nth-of-type(odd) .text-wrapper {
    margin-left: 160px;
  }
  main#person.child-person article .text-wrapper,
  main#story article .text-wrapper {
    gap: 16px;
    margin-right: 160px;
  }
  main#person.child-person article .text-wrapper h3,
  main#story article .text-wrapper h2 {
    font-size: 35px;
  }
  main#person.child-person article .text-wrapper p {
    font-size: 20px;
  }
  main#person.child-person .others-person {
    max-width: 1184px;
    padding-top: 80px;
  }
  main#person.child-person .others-person h2 {
    font-size: 40px;
  }
  main#person.child-person .others-person .person-list {
    gap: 16px;
    margin-top: 40px;
  }
  main#person.child-person .others-person .person-list .card-item {
    width: calc(100% / 2 - 8px);
  }
  main#person.child-person
    .others-person
    .person-list
    .color-yellow
    .img-wrapper
    p {
    padding-right: 30px;
  }
  main#person.child-person .others-person .person-list .card-item h3 {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  main#person .section-01 {
    gap: 0.8rem;
    padding: 0;
  }
  main#person .card-item {
    width: calc(100% / 2 - 0.4rem);
    border: 1px solid #d1d1d1;
    border-radius: 1.6rem;
    overflow: hidden;
  }
  main#person .card-item .summary-wrapper h2 {
    font-size: 1.4rem;
  }
  main#person .card-item .summary-wrapper {
    padding: 0.8rem;
    border: none;
  }
  main#person .card-item .summary-wrapper p {
    font-size: 1.2rem;
  }
  main#person .card-item .img-wrapper p {
    top: auto;
    bottom: 0.2rem;
    right: 0.6rem;
    width: 11.8rem;
    height: 2.9rem;
    padding-right: 1.3rem;
    font-size: 1rem;
  }
  main#person .card-item:nth-of-type(4) .img-wrapper p {
    padding-right: 2rem;
  }
  main#person .card-item:last-of-type .img-wrapper p {
    padding-right: 1rem;
  }

  main#person.child-person .article-person {
    position: relative;
    padding-bottom: 4rem;
    border: none;
  }
  main#person.child-person .article-person:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    width: 115%;
    height: 1px;
    background: rgba(10, 32, 143, 0.5);
    transform: translateX(-50%);
  }
  main#person.child-person .summary-article {
    padding: 0;
  }
  main#person.child-person .summary-article h2 {
    font-size: 2rem;
  }
  main#person.child-person .summary-article p {
    font-size: 1.4rem;
  }
  main#person.child-person article {
    margin-top: 4rem;
  }
  main#person.child-person article.cfx {
    flex-direction: column;
  }
  main#person.child-person article .img-wrapper {
    aspect-ratio: 426 / 281;
    width: 42.6rem;
    border-radius: 1.6rem;
    transform: translateX(-8.4rem);
    overflow: hidden;
  }
  main#person.child-person article .img-wrapper img {
    height: 100%;
    object-fit: cover;
  }
  main#person.child-person article .text-wrapper h3 {
    font-size: 2rem;
  }
  main#person.child-person article .text-wrapper p {
    font-size: 1.4rem;
  }
  main#person.child-person article.cfx:nth-of-type(even) .img-wrapper {
    order: 1;
  }
  main#person.child-person article.cfx:nth-of-type(even) .text-wrapper {
    order: 2;
  }
  main#person.child-person article.cfx:nth-of-type(even) .img-wrapper {
    transform: translateX(0);
  }
  main#person.child-person .others-person {
    padding-top: 4rem;
  }
  main#person.child-person .others-person h2 {
    font-size: 2rem;
  }
  main#person.child-person .others-person .person-list {
    margin-top: 1.6rem;
  }
  main#person.child-person .others-person .person-list .card-item h3 {
    font-size: 1.4rem;
    white-space: normal;
  }
  main#person.child-person
    .others-person
    .person-list
    .color-yellow
    .img-wrapper
    p {
    padding-right: 2rem;
  }
}

/* byNumber content */
main#number {
  background: #e6ecf0;
}

main#number section {
  justify-content: center;
  gap: 1.6rem;
  max-width: 1512px;
  margin: 0 auto;
  padding: 0 22rem;
}

main#number section .left-content,
main#number section .right-content {
  flex-direction: column;
  gap: 1.6rem;
  width: calc(50% - 8px);
}

main#number section .left-content > div,
main#number section .right-content > div {
  position: relative;
  height: 100%;
  border-radius: 2.4rem;
  background-color: #fff;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
}
main#number section .box-list > div p {
  position: absolute;
  color: #006dff;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.72px;
}
main#number section .box-list > div p strong {
  font-weight: 700;
  font-size: 9.6rem;
  font-family: "Montserrat", sans-serif;
}
main#number section .box-list > div p .text-40 {
  font-weight: 700;
  font-size: 4rem;
}
main#number section .box-list > div p .block-area {
  display: block;
}
main#number section .box-list > div p .cfx {
  align-items: center;
}
main#number section .box-list > div p .cfx-column {
  flex-direction: column;
  align-items: center;
}
main#number section .box-list > div p .custom-wide {
  display: inline-block;
  max-width: 28rem;
}
main#number section .box-list > div p .text-wrap {
  display: block;
  margin: 0 0 0 auto;
  font-size: 14px;
}

.content-year {
  aspect-ratio: 264 / 269;
  max-height: 53.8rem;
  background-image: url("../images/illust-number_year.svg");

  p {
    top: 3.4rem;
    left: 7.1rem;
  }
}
.content-employee {
  aspect-ratio: 264 / 149;
  max-height: 29.8rem;
  background-image: url("../images/illust-number_employee.svg");
  background-position: left bottom !important;

  p {
    top: 4.2rem;
    left: 31.9rem;
  }
}
.content-malefemale {
  aspect-ratio: 8 / 7;
  max-height: 46.2rem;
  background-image: url("../images/illust-number_malefemale.svg");
  background-size: 85% !important;

  p {
    top: 2.8rem;
    left: 5rem;
  }
}
.content-bunri {
  aspect-ratio: 88 / 61;
  max-height: 36.6rem;
  background-image: url("../images/illust-number_bunri.svg");
  background-position: right bottom !important;
  background-size: 50% !important;

  p {
    top: 1.8rem;
    left: 2.7rem;
  }
}
.content-sales {
  aspect-ratio: 264 / 239;
  max-height: 47.8rem;
  background-image: url("../images/illust-number_sales.svg");
  background-size: 90% !important;

  p {
    top: 3.6rem;
    left: 5rem;
  }
}
.content-length {
  aspect-ratio: 528 / 293;
  max-height: 29.3rem;
  background-image: url("../images/illust-number_length.svg");
  background-position: right 35px bottom !important;
  background-size: 55% !important;

  P {
    top: 2.1rem;
    left: 2.8rem;
  }
}
.content-vacances {
  aspect-ratio: 528 / 229;
  max-height: 22.9rem;
  background-image: url("../images/illust-number_vacances.svg");
  background-position: left bottom !important;

  p {
    top: 4rem;
    left: 27.4rem;
  }
}
.content-old {
  aspect-ratio: 176 / 127;
  max-height: 38.1rem;
  background-image: url("../images/illust-number_old.svg");
  background-position: right bottom !important;
  background-size: 75% !important;

  p {
    top: 3.4rem;
    left: 4.6rem;
  }
}
.content-parental {
  aspect-ratio: 176 / 151;
  max-height: 45.3rem;
  background-image: url("../images/illust-number_parental.svg");
  background-position: right bottom !important;

  p {
    top: 2.6rem;
    left: 4rem;
  }
}
.content-mycar {
  aspect-ratio: 264 / 215;
  max-height: 43rem;
  background-image: url("../images/illust-number_mycar.svg");

  p {
    top: 2.7rem;
    left: 4rem;
  }

  .cfx {
    margin-top: 1rem;
  }
}
.content-exchange {
  aspect-ratio: 132 / 85;
  max-height: 34rem;
  background-image: url("../images/illsut-number_exchange.svg");
  background-position: left bottom !important;

  p {
    top: 3.4rem;
    left: 22.4rem;
  }
}

@media screen and (min-width: 1513px) {
  main#number section {
    gap: 16px;
    padding: 0 220px;
  }
  main#number section .left-content,
  main#number section .right-content {
    gap: 16px;
  }
  main#number section .left-content > div,
  main#number section .right-content > div {
    border-radius: 24px;
  }
  main#number section .box-list > div p {
    font-size: 24px;
  }
  main#number section .box-list > div p strong {
    font-size: 96px;
  }
  main#number section .box-list > div p .text-40 {
    font-size: 40px;
  }
  main#number section .box-list > div p .custom-wide {
    max-width: 280px;
  }
  .content-year {
    max-height: 538px;
    p {
      top: 34px;
      left: 71px;
    }
  }
  .content-employee {
    max-height: 298px;
    p {
      top: 42px;
      left: 319px;
    }
  }
  .content-malefemale {
    max-height: 462px;
    p {
      top: 28px;
      left: 50px;
    }
  }
  .content-bunri {
    max-height: 366px;
    p {
      top: 18px;
      left: 27px;
    }
  }
  .content-sales {
    max-height: 478px;
    p {
      top: 36px;
      left: 50px;
    }
  }
  .content-length {
    max-height: 293px;
    P {
      top: 21px;
      left: 28px;
    }
  }
  .content-vacances {
    max-height: 229px;
    p {
      top: 40px;
      left: 274px;
    }
  }
  .content-old {
    max-height: 381px;
    p {
      top: 34px;
      left: 46px;
    }
  }
  .content-parental {
    max-height: 453px;
    p {
      top: 26px;
      left: 40px;
    }
  }
  .content-mycar {
    max-height: 430px;
    p {
      top: 27px;
      left: 40px;
    }
    .cfx {
      margin-top: 10px;
    }
  }
  .content-exchange {
    max-height: 340px;

    p {
      top: 34px;
      left: 224px;
    }
  }
}

@media screen and (max-width: 768px) {
  main#number section {
    padding: 0;
  }
  main#number section,
  main#number section .left-content,
  main#number section .right-content {
    gap: 0.6rem;
  }
  main#number section .left-content > div,
  main#number section .right-content > div {
    border-radius: 0.8rem;
  }
  main#number section .box-list > div p {
    font-size: 0.9rem;
    letter-spacing: 0;
  }
  main#number section .box-list > div p strong {
    font-size: 3.2rem;
  }
  main#number section .box-list > div p .text-40 {
    font-size: 1.4rem;
  }
  main#number section .box-list > div p .custom-wide {
    max-width: 10rem;
  }
  main#number section .box-list > div p .text-wrap {
    font-size: 8px;
  }
  .content-year {
    aspect-ratio: 44 / 45;
    max-height: 18rem;

    p {
      top: 1.1rem;
      left: 1rem;
    }
  }
  .content-employee {
    aspect-ratio: 44 / 25;
    max-height: 10rem;

    p {
      top: 1.5rem;
      left: 10.4rem;
    }
  }
  .content-malefemale {
    aspect-ratio: 176 / 155;
    max-height: 15.5rem;

    p {
      top: 0.9rem;
      left: 0.6rem;
    }
  }
  .content-bunri {
    aspect-ratio: 176 / 123;
    max-height: 12.3rem;

    p {
      top: 0.9rem;
      left: 0.9rem;
    }
  }
  .content-sales {
    aspect-ratio: 11 / 10;
    max-height: 16rem;

    p {
      top: 1.2rem;
      left: 0.8rem;
    }
  }
  .content-length {
    aspect-ratio: 88 / 49;
    max-height: 98rem;
    background-position: right 1rem bottom !important;

    p {
      top: 0.7rem;
      left: 0.6rem;
    }
  }
  .content-vacances {
    aspect-ratio: 176 / 75;
    max-height: 75rem;

    p {
      top: 1.4rem;
      left: 8.6rem;
    }
  }
  .content-old {
    aspect-ratio: 11 / 8;
    max-height: 12.8rem;

    p {
      top: 1.1rem;
      left: 1.1rem;
    }
  }
  .content-parental {
    aspect-ratio: 22 / 19;
    max-height: 15.2rem;

    p {
      top: 1.1rem;
      left: 1.1rem;
    }
  }
  .content-mycar {
    aspect-ratio: 11 / 9;
    max-height: 14.4rem;

    p {
      top: 0.8rem;
      left: 0.8rem;
    }
    .cfx {
      margin-top: 0.5rem;
    }
  }
  .content-exchange {
    aspect-ratio: 88 / 57;
    max-height: 11.4rem;
    background-position: left -0.6rem bottom !important;
    background-size: 45% !important;

    p {
      top: 1.1rem;
      left: 6.6rem;
    }
  }
}

/* recruit content */
/** tab style **/
main#recruit .tab-container .tab-list {
  display: flex;
  border-bottom: 1px solid #151f46;
}
main#recruit .tab-container .tab-item {
  max-width: 25.6rem;
  width: 100%;
  padding: 1.6rem 0;
  color: #fff;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.2;
  text-align: center;
  background: rgba(21, 31, 70, 0.5);
  cursor: pointer;
  transition: all 0.3s;
}
main#recruit .tab-container .tab-item:hover {
  color: #151f46;
  border-right: 1px solid #151f46;
  background: #fff;
}
main#recruit .tab-container .tab-item.active {
  background: #151f46;
  cursor: default;
}
main#recruit .tab-container .tab-item.active:hover {
  color: #fff;
  border-right: none;
  background: #151f46;
}

main#recruit .tab-container .tab-content {
  padding: 8rem 4rem 12rem;
}
main#recruit .tab-container .tab-panel {
  display: none;
}
main#recruit .tab-container .tab-panel.active {
  display: block;
}

@media screen and (max-width: 768px) {
  main#recruit .tab-container .tab-item {
    max-width: 14.4rem;
    padding: 1.6rem 4rem;
    font-size: 1.6rem;
  }
  main#recruit .tab-container .tab-content {
    padding: 2.4rem 2.4rem 6.4rem;
  }
}

/** checkBox style **/
main#recruit .checkBox-list {
  display: flex;
  gap: 1.6rem;
  margin-top: 4rem;
}
main#recruit .checkBox-item {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  max-width: 26rem;
  width: 100%;
  padding: 1.4rem 2.4rem;
  color: #fff;
  border-radius: 0.4rem;
  background: #151f46;
  cursor: pointer;
  transition: background-color 0.3s;
}
main#recruit .checkBox-item:hover {
  background: #006dff;
}
main#recruit .checkBox-item label {
  order: 2;
}
main#recruit .checkBox-item input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 2rem;
  height: 2rem;
  border-radius: 0.4rem;
  background: #fff;
}
main#recruit .checkBox-item input:checked {
  background: url(../images/icon-checkBox.svg) no-repeat #fff center;
}
main#recruit .checkBox-item label,
main#recruit .checkBox-item label input {
  cursor: pointer;
}

main#recruit .checkBox-result .result-item {
  display: none;
}
main#recruit .checkBox-result .result-item.active {
  display: block;
  margin-top: 6.4rem;
}
main#recruit .checkBox-result > .result-item.active:nth-of-type(even) {
  margin-top: 8rem;
}
main#recruit .checkBox-result .result-item h3 {
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.2;
}
main#recruit .checkBox-result .result-item .recruitment-closed {
  margin-top: 4rem;
  color: #828282;
  font-weight: 500;
  line-height: 1.2;
}

main#recruit .checkBox-result .summary-table {
  margin-top: 4rem;
  border: 1px solid #cae1ff;
}
main#recruit .summary-table .summary-item {
  display: flex;
  border-bottom: 1px solid #cae1ff;
}
main#recruit .summary-item p {
  padding: 1.6rem 2.4rem;
  font-weight: 500;
}
main#recruit .summary-item p:first-of-type {
  max-width: 24rem;
  width: 100%;
  color: #fff;
  border-right: 1px solid #cae1ff;
  background: #006dff;
}

main#recruit .result-item .entry-btn,
main#form .entry-form .entry-btn {
  max-width: 44.8rem;
  margin-top: 8rem;
  border-radius: 1.6rem;
  overflow: hidden;
}
main#form .entry-form .entry-btn {
  margin: 8rem auto 0;
}

main#recruit .result-item .entry-btn a,
main#form .entry-form .entry-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
  width: 100%;
  padding: 2.4rem;
  color: #fff;
  background: #151f46;
}
main#recruit .result-item .entry-btn a img,
main#form .entry-form .entry-btn a img {
  width: 2.4rem;
}

@media screen and (min-width: 1513px) {
  main#recruit .tab-container .tab-item {
    max-width: 256px;
    padding: 16px 0;
    font-size: 24px;
  }
  main#recruit .tab-container .tab-content {
    padding: 80px 40px 120px;
  }
  /** checkBox style **/
  main#recruit .checkBox-list {
    gap: 16px;
    margin-top: 40px;
  }
  main#recruit .checkBox-item {
    gap: 8px;
    max-width: 260px;
    padding: 14px 24px;
    border-radius: 4px;
  }
  main#recruit .checkBox-item input {
    width: 20px;
    height: 20px;
    border-radius: 4px;
  }
  main#recruit .checkBox-result .result-item.active {
    margin-top: 64px;
  }
  main#recruit .checkBox-result > .result-item.active:nth-of-type(even) {
    margin-top: 80px;
  }
  main#recruit .checkBox-result .result-item h3 {
    font-size: 40px;
  }
  main#recruit .checkBox-result .result-item .recruitment-closed {
    margin-top: 40px;
  }
  main#recruit .checkBox-result .summary-table {
    margin-top: 40px;
  }
  main#recruit .summary-item p {
    padding: 16px 24px;
  }
  main#recruit .summary-item p:first-of-type {
    max-width: 240px;
  }

  main#recruit .result-item .entry-btn,
  main#form .entry-form .entry-btn {
    max-width: 448px;
    margin-top: 80px;
    border-radius: 16px;
  }
  main#form .entry-form .entry-btn {
    margin: 80px auto 0;
  }

  main#recruit .result-item .entry-btn a,
  main#form .entry-form .entry-btn a {
    gap: 16px;
    padding: 24px;
  }
  main#recruit .result-item .entry-btn a img,
  main#form .entry-form .entry-btn a img {
    width: 24px;
  }
}

@media screen and (max-width: 768px) {
  main#recruit .checkBox-list {
    flex-direction: column;
    gap: 0.8rem;
    margin-top: 1.6rem;
  }
  main#recruit .checkBox-item {
    padding: 1.2rem 1.6rem 1.4rem;
    font-size: 1.4rem;
  }
  main#recruit .checkBox-result .result-item.active {
    margin-top: 4rem;
  }
  main#recruit .checkBox-result .result-item h3 {
    font-size: 2rem;
  }
  main#recruit .checkBox-result .result-item .recruitment-closed {
    margin-top: 1.6rem;
    font-size: 1.4rem;
  }
  main#recruit .checkBox-result > .result-item.active:nth-of-type(even) {
    margin-top: 4rem;
  }
  main#recruit .checkBox-result .summary-table {
    margin-top: 1.6rem;
  }
  main#recruit .summary-table .summary-item {
    flex-direction: column;
  }
  main#recruit .summary-item p {
    padding: 1.2rem 1.6rem;
    font-size: 1.4rem;
  }
  main#recruit .summary-item p:first-of-type {
    max-width: none;
    border: none;
  }
  main#recruit .summary-item p:last-of-type {
    padding: 1.6rem 2.4rem;
  }
  main#recruit .result-item .entry-btn,
  ,
  main#form .entry-form .entry-btn {
    max-width: 29.4rem;
    margin-top: 4rem;
    border-radius: 1rem;
  }
  main#form .entry-form .entry-btn {
    margin: 4rem auto 0;
  }
  main#recruit .result-item .entry-btn a,
  main#form .entry-form .entry-btn a {
    padding: 1.6rem 0;
    font-size: 1.4rem;
  }
  main#recruit .result-item .entry-btn a img,
  main#form .entry-form .entry-btn a img {
    width: 2rem;
  }
}

/** accordion style **/
main#recruit .faq-list {
  margin-top: 4rem;
}
main#recruit .faq-list summary {
  position: relative;
  padding: 4.8rem 4rem;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
  cursor: pointer;
}

main#recruit .faq-list summary::before,
main#recruit .faq-list summary::after {
  position: absolute;
  content: "";
}

main#recruit .faq-list summary::before {
  top: 1rem;
  left: 0;
  width: 7.8rem;
  height: 10.2rem;
  background: url("../images/bg-question.svg") no-repeat;
  background-size: contain;
}

main#recruit .faq-list summary::after {
  top: 50%;
  right: 4rem;
  width: 4rem;
  height: 4rem;
  transform: translateY(-50%);
  background: url("../images/icon-arrow.svg") no-repeat;
  background-size: contain;
  transition: transform 0.5s;
}

main#recruit .js-details {
  border-bottom: 1px solid rgba(21, 31, 70, 0.3);
}

main#recruit .js-details.is-opened summary::after {
  transform: translateY(-50%) rotate(180deg);
}

main#recruit .content-inner {
  padding: 0 4rem 4rem;
  color: #151f46;
  font-weight: 500;
}

@media screen and (min-width: 1513px) {
  main#recruit .faq-list {
    margin-top: 40px;
  }
  main#recruit .faq-list summary {
    position: relative;
    padding: 48px 40px;
    font-size: 20px;
  }
  main#recruit .faq-list summary::before {
    top: 10px;
    width: 78px;
    height: 102px;
  }
  main#recruit .faq-list summary::after {
    right: 40px;
    width: 40px;
    height: 40px;
  }
  main#recruit .content-inner {
    padding: 0 40px 40px;
  }
}

@media screen and (max-width: 768px) {
  main#recruit .faq-list {
    margin-top: 1.6rem;
  }
  main#recruit .faq-list summary {
    padding: 2.4rem 2rem 2.4rem 1.6rem;
    font-size: 1.6rem;
  }
  main#recruit .faq-list summary::before {
    top: 1.2rem;
    width: 4.9rem;
    height: 5.4rem;
  }
  main#recruit .faq-list summary::after {
    right: 0;
    width: 2rem;
    height: 2rem;
  }
  main#recruit .content-inner {
    padding: 0 1.6rem 2.4rem;
    font-size: 1.4rem;
  }
}

/* entry-form style */
main#form .entry-form {
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
}

main#form .entry-form .form-group:not(:nth-child(1)) {
  margin-top: 2rem;
}

main#form .entry-form legend,
main#form .entry-form label {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  line-height: 2;
}

main#form .entry-form legend span,
main#form .entry-form label span {
  height: fit-content;
  padding: 0.2rem 0.6rem 0.4rem;
  border-radius: 0.4rem;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
}

main#form .entry-form .required {
  background: #ce0947;
}
main#form .entry-form .any {
  background: #151f46;
}

main#form .entry-form .radio-group {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin-top: 1.6rem;
  padding-left: 1.2rem;
}

main#form .entry-form .radio-group .radio-item {
  width: fit-content;
  line-height: 1.2;
}

main#form .entry-form .radio-group span {
  padding: 0;
  color: #151f46;
}

main#form .entry-form .form-group input[type="text"],
main#form .entry-form .form-group input[type="email"],
main#form .entry-form .form-group textarea {
  margin-top: 1.6rem;
  padding: 1.2rem 2.4rem;
  width: 100%;
  border: 1px solid rgba(21, 31, 70, 0.15);
  border-radius: 0.8rem;
  font-size: 2rem;
}

main#form .entry-form .form-group textarea {
  min-height: 20rem;
}

main#form .entry-form .form-group input[type="file"] {
  margin-top: 1.6rem;
}

main#form .entry-form .form-group .graduation-group {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin-top: 1.6rem;
}

main#form .entry-form .form-group .graduation-group br {
  display: none;
}

main#form .entry-form .form-group select {
  padding: 1.2rem 2.4rem;
  border: 1px solid rgba(21, 31, 70, 0.15);
  border-radius: 0.8rem;
}

main#form .entry-form .form-group .address-number {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.6rem;
  margin-top: 1.6rem;
}

main#form .entry-form .form-group .address-number input[type="text"] {
  max-width: 10.4rem;
  width: 100%;
  margin: 0;
}
main#form
  .entry-form
  .form-group
  .address-number
  input[type="text"]:last-of-type {
  min-width: 100%;
}

main#form .entry-form .form-group .school-group {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  margin-top: 1.6rem;
}

main#form .entry-form .form-group .school-group > div {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}

main#form .entry-form .form-group .school-group > div span {
  min-width: 17.5rem;
  color: #151f46;
  font-weight: 700;
}

main#form .entry-form .form-group .school-group > div input[type="text"] {
  margin: 0;
  max-width: calc(100% - 15.5rem);
}

main#form .entry-form .form-group .checkbox-group {
  display: flex;
  align-items: baseline;
  gap: 2.4rem;
}

main#form .entry-form .form-group .checkbox-group:first-of-type {
  margin-top: 1.6rem;
}

main#form .entry-form .form-group .checkbox-group + .checkbox-group {
  margin-top: 1.2rem;
}

main#form .entry-form .form-group .checkbox-group label {
  line-height: 1.2;
}

main#form .entry-form .form-group .checkbox-group > div {
  width: 100%;
}

main#form .entry-form .form-group .checkbox-group > input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  top: 0.3rem;
  left: 1.2rem;
  width: 2rem;
  height: 2rem;
  border: 2px solid rgba(21, 31, 70, 0.15);
  border-radius: 0.2rem;
}

main#form .entry-form .form-group .checkbox-group input:checked {
  background: url("../images/icon-check-entryForm.svg") no-repeat;
  background-size: contain;
  background-position: 0 0.3rem;
}

main#form .entry-form .form-submit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
  margin: 8rem;
  text-align: center;
}

main#form .entry-form .form-submit button {
  max-width: 40.8rem;
  width: 100%;
  padding: 2.4rem;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
  border: none;
  border-radius: 1.6rem;
  background: #006dff;
  cursor: pointer;
}

main#form .entry-form .form-submit .fixes {
  background: rgba(76, 79, 90, 0.9);
}

/** entry-form confirmation **/
main#form .entry-form .confirmation .form-group .radio-group,
main#form .entry-form .confirmation .form-group .address-number,
main#form .entry-form .confirmation .form-group .graduation-group,
main#form .entry-form .confirmation .form-group .checkbox-group {
  margin: 0;
  padding: 0;
}

main#form .entry-form .confirmation .form-group .school-group p {
  margin: 0;
}

main#form .entry-form .confirmation .form-group p {
  margin-top: 1.6rem;
  font-weight: 500;
}

/** entry-form error **/
main#form .entry-form > .error-message {
  margin-bottom: 4rem;
  color: #ce0947;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
}

main#form .entry-form .form-error .has-error span.error {
  position: relative;
  display: inline-block;
  margin-top: 1.6rem;
  padding-left: 3.2rem;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.2;
  color: #ce0947;
}

main#form .entry-form .form-error .has-error span.error:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 2rem;
  height: 2rem;
  background: url("../images/icon-error.svg") no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}

main#form .entry-form .form-error .has-error .address-number {
  gap: 0;
  column-gap: 1.6rem;
}
main#form
  .entry-form
  .form-error
  .has-error
  .address-number
  input[type="text"]:last-of-type {
  margin-top: 1.6rem;
}

main#form .entry-form .form-error .has-error input,
main#form .entry-form .form-error .has-error textarea {
  border: 1px solid #ce0947 !important;
  background: rgba(206, 9, 71, 0.05);
}

main#form .entry-form .form-error .has-error .radio-group {
  padding: 0.8rem 0 0.8rem 1.2rem;
  background: rgba(206, 9, 71, 0.05);
}

main#form .entry-form .form-error .has-error .radio-group span.error {
  margin-top: 0;
}

main#form .entry-form .form-group .found-wrap span.error {
  position: relative;
  display: inline-block;
  margin-top: 1.6rem;
  padding-left: 3.2rem;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.2;
  color: #ce0947;
}

main#form .entry-form .form-group .found-wrap span.error:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 2rem;
  height: 2rem;
  background: url(../images/icon-error.svg) no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}

@media screen and (min-width: 1513px) {
  main#form .entry-form {
    max-width: 800px;
    font-size: 20px;
  }
  main#form .entry-form .form-group:not(:nth-child(1)) {
    margin-top: 20px;
  }
  main#form .entry-form legend,
  main#form .entry-form label {
    gap: 12px;
  }

  main#form .entry-form legend span,
  main#form .entry-form label span {
    padding: 2px 6px 4px;
    border-radius: 4px;
  }
  main#form .entry-form .radio-group {
    gap: 12px;
    margin-top: 16px;
    padding-left: 12px;
  }
  main#form .entry-form .form-group input[type="text"],
  main#form .entry-form .form-group input[type="email"],
  main#form .entry-form .form-group textarea {
    margin-top: 16px;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 20px;
  }
  main#form .entry-form .form-group textarea {
    min-height: 200px;
  }
  main#form .entry-form .form-group input[type="file"] {
    margin-top: 16px;
  }
  main#form .entry-form .form-group .graduation-group {
    gap: 16px;
    margin-top: 16px;
  }
  main#form .entry-form .form-group select {
    padding: 12px 24px;
    border-radius: 8px;
  }
  main#form .entry-form .form-group .address-number {
    gap: 16px;
    margin-top: 16px;
  }
  main#form .entry-form .form-group .address-number input[type="text"] {
    max-width: 104px;
  }
  main#form .entry-form .form-group .school-group {
    gap: 16px;
    margin-top: 16px;
  }
  main#form .entry-form .form-group .school-group > div {
    gap: 24px;
  }
  main#form .entry-form .form-group .school-group > div span {
    min-width: 175px;
  }
  main#form .entry-form .form-group .school-group > div input[type="text"] {
    max-width: calc(100% - 155px);
  }
  main#form .entry-form .form-group .checkbox-group {
    gap: 24px;
  }
  main#form .entry-form .form-group .checkbox-group:first-of-type {
    margin-top: 16px;
  }
  main#form .entry-form .form-group .checkbox-group + .checkbox-group {
    margin-top: 12px;
  }
  main#form .entry-form .form-group .checkbox-group > input {
    top: 3px;
    left: 12px;
    width: 20px;
    height: 20px;
    border-radius: 2px;
  }
  main#form .entry-form .form-group .checkbox-group input:checked {
    background-position: 0 3px;
  }
  main#form .entry-form .form-submit {
    gap: 16px;
    margin: 80px;
  }
  main#form .entry-form .form-submit button {
    max-width: 408px;
    padding: 24px;
    font-size: 20px;
    border-radius: 16px;
  }
  main#form .entry-form .confirmation .form-group p {
    margin-top: 16px;
  }
  /** entry-form error **/
  main#form .entry-form > .error-message {
    margin-bottom: 40px;
    font-size: 20px;
  }
  main#form .entry-form .form-error .has-error span.error {
    margin-top: 16px;
    padding-left: 32px;
    font-size: 20px;
  }
  main#form .entry-form .form-error .has-error span.error:before {
    width: 20px;
    height: 20px;
  }
  main#form .entry-form .form-error .has-error .address-number {
    column-gap: 16px;
  }
  main#form
    .entry-form
    .form-error
    .has-error
    .address-number
    input[type="text"]:last-of-type {
    margin-top: 16px;
  }
  main#form .entry-form .form-error .has-error .radio-group {
    padding: 8px 0 8px 12px;
  }
  main#form .entry-form .form-group .found-wrap span.error {
    margin-top: 16px;
    padding-left: 32px;
    font-size: 20px;
  }
  main#form .entry-form .form-group .found-wrap span.error:before {
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 768px) {
  main#form .entry-form {
    font-size: 1.6rem;
  }
  main#form .entry-form legend,
  main#form .entry-form label {
    gap: 0.8rem;
  }
  main#form .entry-form .radio-group {
    margin-top: 1.2rem;
    gap: 0.8rem;
  }
  main#form .entry-form .form-group:not(:nth-child(1)) {
    margin-top: 2.4rem;
  }
  main#form .entry-form .form-group .graduation-group,
  main#form .entry-form .form-group .address-number {
    gap: 1.2rem;
  }
  main#form .entry-form .form-group select {
    padding: 0.8rem 1.2rem;
  }

  main#form .entry-form .form-group .school-group > div {
    flex-direction: column;
    align-items: start;
    gap: 0.8rem;
  }
  main#form .entry-form .form-group .school-group > div span {
    min-width: auto;
  }
  main#form .entry-form .form-group .school-group > div input[type="text"] {
    max-width: 100%;
  }
  main#form .entry-form .form-submit {
    max-width: 27.2rem;
    margin: 4rem auto 0;
  }
  main#form .entry-form .form-submit button {
    padding: 2rem;
    font-size: 1.6rem;
    border-radius: 1rem;
  }

  main#form .entry-form > .error-message {
    margin-bottom: 2.4rem;
    font-size: 1.6rem;
  }
  main#form .entry-form form.error .error-message {
    font-size: 1.6rem;
  }
}

/* entry-form complete */
.complete-message {
  display: flex;
  justify-content: center;
}
.complete-message p {
  position: relative;
  width: fit-content;
  padding: 2.2rem 4rem 2.2rem 8rem;
  font-weight: 500;
  font-size: 2rem;
  line-height: 120%;
  background: rgba(21, 31, 70, 0.05);
}

.complete-message p::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 4rem;
  width: 3.6rem;
  height: 3.6rem;
  background: url("../images/icon-form_complete.svg") no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}

/* プラグイン相殺 */
.mw_wp_form .horizontal-item + .horizontal-item {
  margin: 0 !important;
}
.entry-form br {
  display: none !important;
}

.birth-wrap {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin-top: 1.6rem;
}

.graduation > p {
  display: none;
}
.graduation-wrap {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

main#form .entry-form .form-group .found-wrap {
  margin-top: 1.6rem;
}

main#form .entry-form .form-group .found-wrap span + span {
  display: block;
  margin-top: 1.2rem !important;
}

main#form .entry-form .form-group .found-wrap input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  top: 0.3rem;
  left: 1.2rem;
  width: 2rem;
  height: 2rem;
  border: 2px solid rgba(21, 31, 70, 0.15);
  border-radius: 0.2rem;
}
main#form .entry-form .form-group .found-wrap input:checked {
  background: url(../images/icon-check-entryForm.svg) no-repeat;
  background-size: contain;
  background-position: 0 0.3rem;
}

main#form
  .entry-form
  .form-group
  .mwform-checkbox-field
  .mwform-checkbox-field-text {
  color: #151f46;
}

main#form .entry-form .form-group .found-wrap .text-in-checkbox {
  margin-top: 1.2rem;
}

main#form
  .entry-form
  .form-group
  .found-wrap
  .text-in-checkbox
  input[type="text"] {
  width: 100%;
  height: auto;
  margin-left: 3rem;
  padding: 1.2rem 2.4rem;
  font-size: 2rem;
  border: 1px solid rgba(21, 31, 70, 0.15);
  border-radius: 0.8rem;
}

main#form .entry-form .form-group .address-number span.error:not(:last-of-type),
main#form
  .entry-form
  .form-group
  .graduation-group
  span.error:not(:last-of-type) {
  display: none;
}

@media screen and (min-width: 1513px) {
  .complete-message p {
    padding: 22px 40px 22px 80px;
    font-size: 20px;
  }
  .complete-message p::before {
    left: 40px;
    width: 36px;
    height: 36px;
  }
  .birth-wrap {
    gap: 16px;
    margin-top: 16px;
  }
  .graduation-wrap {
    gap: 16px;
  }
  main#form .entry-form .form-group .found-wrap {
    margin-top: 16px;
  }
  main#form .entry-form .form-group .found-wrap span + span {
    margin-top: 12px !important;
  }
  main#form .entry-form .form-group .found-wrap input {
    top: 3px;
    left: 12px;
    width: 20px;
    height: 20px;
    border-radius: 2px;
  }
  main#form .entry-form .form-group .found-wrap input:checked {
    background-position: 0 3px;
  }
  main#form .entry-form .form-group .found-wrap .text-in-checkbox {
    margin-top: 12px;
  }
  main#form
    .entry-form
    .form-group
    .found-wrap
    .text-in-checkbox
    input[type="text"] {
    margin-left: 30px;
    padding: 12px 24px;
    font-size: 20px;
    border-radius: 8px;
  }
}

.btn-bagetop {
  position: fixed;
  z-index: 2;
  right: 15px;
  bottom: 15px;
  text-indent: -9999px;
  width: 52px;
  height: 52px;
  background: #000;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid #555;
  display: none;
}

.btn-bagetop::after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(-45deg);
  transform-origin: center center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.3em 0 0 -0.5em;
}

.btn-bagetop:hover {
  background: #999;
  bottom: 25px;
  border-color: #999;
  transition: 0.5s;
}

@media print, screen and (min-width: 600px) {
  .btn-bagetop {
    width: 65px;
    height: 65px;
  }
}

@media print, screen and (min-width: 1000px) {
  .btn-bagetop {
    right: 20px;
    bottom: 20px;
  }
}
