@charset "UTF-8";
* {
  box-sizing: border-box;
}

html, body {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  font-weight: 400;
  font-family: "Noto Sans JP", serif;
  color: rgb(0, 0, 0);
  font-size: 16px;
  background-color: rgb(246, 246, 246);
}
@media screen and (max-width: 767px) {
  html, body {
    font-size: 14.4px;
  }
}
@media screen and (max-width: 374px) {
  html, body {
    font-size: 12.8px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  font-size: 1rem;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}

.select-wrap {
  position: relative;
}
.select-wrap::after {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  content: "";
  z-index: 2;
  width: 15px;
  height: 10px;
  background-color: rgb(246, 246, 246);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  pointer-events: none;
}

input[type=submit],
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  outline: none;
  border: 1px solid rgb(190, 190, 190);
  padding: 10px;
  border-radius: 5px;
}

section {
  padding: 200px 0;
}
@media screen and (max-width: 767px) {
  section {
    padding: 100px 0;
  }
}
section.section-bottom {
  padding-bottom: 0;
}

.contents-wrapper {
  width: calc(100% - 100px);
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .contents-wrapper {
    width: calc(100% - 40px);
  }
}
.contents-wrapper.mini {
  max-width: 1000px;
}
.contents-wrapper.big {
  max-width: 1920px;
  width: 100%;
}

.ipad-block {
  display: none;
}
@media (max-width: 1023px) {
  .ipad-block {
    display: block;
  }
}

@media (max-width: 1023px) {
  .ipad-none {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
.main-contents {
  text-align: left;
  word-wrap: break-word;
  line-height: 200%;
}
.main-contents p:not(:last-child) {
  margin-bottom: 15px;
}
.main-contents img:not(.emoji) {
  width: 50% !important;
  height: auto !important;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .main-contents img:not(.emoji) {
    width: 100% !important;
  }
}

.left-float {
  float: left;
}

.right-float {
  float: right;
}

.clear {
  clear: both;
}

img, iframe {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

a {
  text-decoration: none;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

a:hover {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.color-black {
  color: rgb(0, 0, 0);
}

.color-white {
  color: rgb(255, 255, 255);
}

table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  border-spacing: 0;
}

.block-item {
  display: block;
}

.inlineblock-item {
  display: inline-block;
}

.inline-item {
  display: inline;
}

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

.right-flex {
  flex-direction: row-reverse;
}

.white-space {
  white-space: nowrap;
}

figure {
  margin: 0;
  padding: 0;
}

.top-title {
  margin-bottom: 40px;
  font-family: "Zen Kaku Gothic Antique", serif;
  font-weight: 500;
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-title {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
}

.top-en-title {
  margin-bottom: 80px;
  font-family: "Montserrat", serif;
  font-weight: 600;
  font-size: 6.3rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media screen and (max-width: 1023px) {
  .top-en-title {
    font-size: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .top-en-title {
    margin-bottom: 50px;
    font-size: 2.8rem;
  }
}
.top-en-title.right {
  text-align: right;
}
.top-en-title.center {
  text-align: center;
}

.page-top-title {
  margin-bottom: 35px;
}
.page-top-title .en {
  margin-bottom: 15px;
  display: block;
  font-weight: 600;
  font-family: "Montserrat", serif;
  font-size: 5.8rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  .page-top-title .en {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 767px) {
  .page-top-title .en {
    font-size: 2.6rem;
    margin-bottom: 0px;
  }
}
.page-top-title .ja {
  font-size: 2rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", serif;
}
@media screen and (max-width: 767px) {
  .page-top-title .ja {
    font-size: 1.5rem;
  }
}

.dot-title {
  font-size: 1.1rem;
  margin-bottom: 10px;
}
.dot-title::before {
  content: "";
  display: inline-block;
  width: 10px;
  margin-right: 10px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: rgb(2, 254, 66);
}

.bg-gray-title {
  margin-bottom: 30px;
  background-color: rgb(246, 246, 246);
  padding: 5px;
  max-width: 165px;
  text-align: center;
  font-family: "Zen Kaku Gothic Antique", serif;
  font-size: 1.3rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .bg-gray-title {
    font-size: 1.1rem;
    margin-bottom: 25px;
  }
}

.top-link {
  position: relative;
  padding: 12px 12px 12px 30px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 285px;
  font-weight: 500;
  border: 1px solid;
  border-radius: 50px;
}
.top-link:hover::after {
  transform: translateX(5px);
  transition: 0.5s;
  transition-delay: 0.3s;
}
.top-link.black {
  border-color: rgb(0, 0, 0);
  color: rgb(0, 0, 0);
}
.top-link.black:hover {
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}
.top-link.bg-green {
  background-color: rgb(2, 254, 66);
}
.top-link.bg-green:hover {
  background-color: rgb(0, 0, 0);
  color: rgb(2, 254, 66);
}
.top-link.bg-green::after {
  background-image: url("../../images/recruit/link-arrow-green.svg");
}
.top-link.center {
  margin: 60px auto 0;
}
.top-link.right {
  margin-left: auto;
}
.top-link::after {
  content: "";
  display: inline-block;
  width: 37px;
  aspect-ratio: 1/1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("../../images/recruit/link-arrow.svg");
  transition-delay: 0;
  transition: 0.2s;
}

.drawer--right .header-link {
  width: 120px;
  height: 100px;
  padding: 0;
  font-family: "Montserrat", serif;
  font-weight: 600;
  font-size: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .drawer--right .header-link {
    width: 80px;
    height: 60px;
    font-size: 1rem;
  }
}
.drawer--right .header-link.black {
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}
.drawer--right .header-link.black:hover {
  color: rgb(0, 0, 0);
}
.drawer--right .header-link:hover {
  background-color: rgb(2, 254, 66);
}
.drawer--right .drawer-hamburger {
  box-sizing: border-box;
  position: relative;
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}
.drawer--right .drawer-hamburger::before, .drawer--right .drawer-hamburger::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  content: "close";
  transition: 0.5s;
  opacity: 0;
}
.drawer--right .drawer-hamburger::before {
  content: "menu";
  opacity: 1;
}
.drawer--right nav.drawer-nav {
  width: 100%;
  right: 0;
  transform: translateX(100%);
  transition: 0.5s;
  background-color: rgb(246, 246, 246);
  overflow: scroll;
}
.drawer--right nav.drawer-nav .menu-inner {
  margin: auto;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: row;
}
@media screen and (min-width: 1500px) {
  .drawer--right nav.drawer-nav .menu-inner {
    justify-content: center;
    max-width: 1352px;
  }
}
.drawer--right nav.drawer-nav .image-box {
  width: 50%;
  height: 100%;
  max-width: 675px;
  background-image: url("../../images/recruit/menu-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
}
@media screen and (max-width: 1023px) {
  .drawer--right nav.drawer-nav .image-box {
    width: 100%;
    height: auto;
    max-width: 100%;
    padding: 50px 30px;
  }
}
.drawer--right nav.drawer-nav .image-box .recruit-text {
  width: 100%;
  font-size: 2.8rem;
  text-align: center;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .drawer--right nav.drawer-nav .image-box .recruit-text {
    font-size: 1.7rem;
  }
}
.drawer--right .menu-logo {
  width: 60%;
  max-width: 269px;
}
@media screen and (max-width: 767px) {
  .drawer--right .menu-logo {
    width: auto;
    height: 60px;
    margin-top: 15px;
  }
}
.drawer--right .drawer-menu {
  width: 50%;
  background-color: rgb(2, 254, 66);
  max-width: 677px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: row;
  padding: 30px 50px;
  justify-content: center;
  flex-direction: column;
  text-align: left;
}
@media screen and (max-width: 1023px) {
  .drawer--right .drawer-menu {
    width: 100%;
    max-width: 100%;
  }
}
.drawer--right .drawer-menu-item {
  font-family: "Montserrat", serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .drawer--right .drawer-menu-item {
    font-size: 1.5rem;
  }
}
.drawer--right.drawer-open button.drawer-hamburger {
  right: 0;
  background-color: transparent;
}
@media screen and (max-width: 1023px) {
  .drawer--right.drawer-open button.drawer-hamburger {
    background-color: rgb(255, 255, 255);
  }
}
.drawer--right.drawer-open button.drawer-hamburger:hover {
  color: rgb(0, 0, 0);
}
.drawer--right.drawer-open button.drawer-hamburger:hover::after {
  transform: translate(-50%, -50%) scale(1.1);
}
.drawer--right.drawer-open button.drawer-hamburger::after {
  background-color: transparent;
  opacity: 1;
}
.drawer--right.drawer-open button.drawer-hamburger::before {
  opacity: 0;
}
.drawer--right.drawer-open nav.drawer-nav {
  transform: translateX(0);
}

.footer-menu {
  margin-top: -30px;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: row;
  width: 50%;
  max-width: 355px;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .footer-menu {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .footer-menu {
    width: 80%;
    margin: 30px auto 0;
  }
}
.footer-menu .inner-box a {
  display: block;
  color: rgb(255, 255, 255);
}
.footer-menu .inner-box a:not(:last-child) {
  margin-bottom: 15px;
}

.breadcrumb-list {
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: row;
  gap: 15px;
  border-radius: 5px;
  background-color: rgb(236, 236, 236);
}
@media screen and (max-width: 767px) {
  .breadcrumb-list {
    font-size: 10px;
    gap: 5px;
  }
}
.breadcrumb-list li:first-child::before {
  content: "";
  display: inline-block;
  width: 10px;
  aspect-ratio: 1/1;
  margin-right: 5px;
  transform: translateY(-2px);
  background-color: rgb(2, 254, 66);
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .breadcrumb-list li:first-child::before {
    transform: translateX(0);
    width: 6px;
  }
}
.breadcrumb-list li:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  transform: translateY(-2px);
  vertical-align: middle;
  margin-left: 15px;
  background-color: rgb(0, 0, 0);
}
@media screen and (max-width: 767px) {
  .breadcrumb-list li:not(:last-child)::after {
    width: 10px;
    margin-left: 5px;
  }
}
.breadcrumb-list a {
  color: rgb(0, 0, 0);
}

.interview-menu-list {
  counter-reset: number 0;
}
.interview-menu-list li {
  counter-increment: number 1;
}
.interview-menu-list a {
  color: rgb(0, 0, 0);
}
.interview-menu-list a.is-active {
  color: rgb(3, 216, 57);
}
.interview-menu-list a.is-active::before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: rgb(3, 216, 57);
  vertical-align: middle;
}
.interview-menu-list a span::before {
  margin-right: 10px;
  font-family: "Montserrat", serif;
  content: counter(number, decimal-leading-zero);
}

header {
  width: 100%;
}

.header-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
}

.header-logo-wrapper {
  margin: 15px 0 0 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .header-logo-wrapper {
    margin: 10px 0 0 10px;
  }
  .header-logo-wrapper .logo {
    display: block;
    width: 70px;
  }
}

.header-navigation {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: row;
}

.recruit-text {
  font-weight: 600;
  font-family: "Montserrat", serif;
  text-transform: uppercase;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .recruit-text {
    font-size: 0.9rem;
  }
}

.footer-link-section {
  padding-bottom: 150px;
}

.footer-link-title {
  margin-bottom: 45px;
  font-family: "Montserrat", serif;
  font-size: 3.7rem;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
}

.footer-link-text {
  margin-bottom: 45px;
  text-align: center;
  line-height: 28.5px;
}

.footer-link-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: row;
  justify-content: center;
  gap: 20px 50px;
}
.footer-link-wrapper .top-link {
  max-width: 365px;
  width: calc((100% - 50px) / 2);
}
@media screen and (max-width: 767px) {
  .footer-link-wrapper .top-link {
    width: 100%;
  }
}

footer {
  padding: 125px 0px 45px;
  background-color: rgb(0, 0, 0);
}
@media screen and (max-width: 767px) {
  footer {
    padding: 80px 0 20px;
  }
}

.footer-logo {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  color: rgb(255, 255, 255);
}
.footer-logo img {
  width: 170px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .footer-logo img {
    width: 120px;
  }
}
.footer-logo .recruit-text {
  font-size: 1.9rem;
}
@media screen and (max-width: 767px) {
  .footer-logo .recruit-text {
    font-size: 1.3rem;
  }
}

.footer-after-wrapper {
  margin-top: 100px;
  padding-top: 25px;
  border-top: 1px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  font-family: "Montserrat", serif;
  text-transform: uppercase;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  gap: 25px 10px;
}
@media screen and (max-width: 1023px) {
  .footer-after-wrapper {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .footer-after-wrapper {
    margin-top: 30px;
  }
}
.footer-after-wrapper a {
  color: rgb(255, 255, 255);
}
.footer-after-wrapper a:not(:last-child) {
  margin-right: 40px;
}

.footer-menu.recruit .inner-box a {
  text-transform: uppercase;
  font-family: "Montserrat", serif;
}

.fv-section {
  height: 100vh;
  max-height: 980px;
  min-height: 700px;
  padding: 0;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .fv-section {
    height: 590px;
    min-height: auto;
  }
}
@media screen and (max-width: 1023px) {
  .fv-section {
    height: 650px;
  }
}
@media screen and (max-width: 767px) {
  .fv-section {
    height: 470px;
  }
}
.fv-section::before, .fv-section::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background-color: rgb(2, 254, 66);
}
.fv-section::before {
  clip-path: polygon(0 46%, 40% 23%, 37% 34%, 0 61%);
}
.fv-section::after {
  clip-path: polygon(0 70%, 100% 0, 100% 90%, 0 100%);
}
.fv-section .contents-wrapper {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: row;
  justify-content: flex-end;
}
.fv-section .image-box {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .fv-section .image-box {
    width: 90%;
    margin-top: -40px;
  }
}
.fv-section .image-box img {
  margin: 0;
}
.fv-section .image-box .one {
  align-self: flex-start;
  position: relative;
  z-index: 2;
  width: 35%;
}
@media screen and (max-width: 1023px) {
  .fv-section .image-box .one {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .fv-section .image-box .one {
    width: 35%;
  }
}
.fv-section .image-box .two {
  align-self: flex-end;
  margin-left: -5%;
  width: 70%;
}
@media screen and (max-width: 1023px) {
  .fv-section .image-box .two {
    margin-left: -20%;
  }
}
@media screen and (max-width: 767px) {
  .fv-section .image-box .two {
    margin-left: -5%;
  }
}

.fv-title {
  padding-top: 100px;
  padding-left: 50px;
  position: relative;
  align-self: center;
  z-index: 3;
  width: 70%;
  max-width: 1000px;
  margin-right: -30%;
}
@media screen and (min-width: 1600px) {
  .fv-title {
    max-width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .fv-title {
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    margin-right: -60%;
  }
}
@media screen and (max-width: 767px) {
  .fv-title {
    margin-right: 0;
    padding-top: 70px;
  }
}
.fv-title .one {
  width: 40%;
  max-width: 455px;
  margin-left: 0;
}
.fv-title .two {
  width: 60%;
  max-width: 632px;
}
.fv-title .en-text {
  display: block;
  width: 100%;
  color: rgb(255, 255, 255);
  font-weight: 500;
  font-size: 6.2rem;
  text-align: right;
  font-family: "Montserrat", serif;
}
@media screen and (max-width: 1350px) {
  .fv-title .en-text {
    font-size: 5rem;
  }
}
@media screen and (max-width: 1100px) {
  .fv-title .en-text {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 767px) {
  .fv-title .en-text {
    font-size: 2.3rem;
    text-align: left;
  }
}

.top-first-section {
  padding-top: 85px;
}

.top-company-text {
  text-align: center;
  font-family: "Zen Kaku Gothic Antique", serif;
  line-height: 50px;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  .top-company-text {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .top-company-text {
    font-size: 1rem;
    line-height: 35px;
  }
}
.top-company-text p:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  .top-company-text p:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .top-company-text p:not(:last-child) {
    margin-bottom: 15px;
  }
}

.top-vision-section {
  background: linear-gradient(to bottom, rgb(246, 246, 246) 60%, rgb(2, 254, 66) 60%, rgb(2, 254, 66) 100%);
}
@media screen and (max-width: 1023px) {
  .top-vision-section {
    padding-bottom: 85px;
  }
}
@media screen and (max-width: 767px) {
  .top-vision-section {
    background: linear-gradient(to bottom, rgb(246, 246, 246) 50%, rgb(2, 254, 66) 50%, rgb(2, 254, 66) 100%);
  }
}

.top-vision-wrapper {
  width: 80%;
  margin: auto;
  max-width: 762px;
}
@media screen and (max-width: 767px) {
  .top-vision-wrapper {
    width: 100%;
  }
}
.top-vision-wrapper video {
  display: block;
  width: 100%;
}

.top-business-section {
  position: relative;
  padding: 85px 0;
}
@media screen and (max-width: 767px) {
  .top-business-section {
    padding: 0 0 50px;
  }
}
.top-business-section .main-image {
  position: absolute;
  top: -150px;
  z-index: 2;
  width: 50%;
  max-width: 770px;
}
@media screen and (min-width: 1920px) {
  .top-business-section .main-image {
    left: 10%;
  }
}
@media screen and (max-width: 1200px) {
  .top-business-section .main-image {
    top: -10%;
  }
}
@media screen and (max-width: 1023px) {
  .top-business-section .main-image {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .top-business-section .main-image {
    position: relative;
    top: auto;
    left: auto;
    width: 90%;
    transform: translate(0);
    margin-bottom: 50px;
    margin-top: -45px;
  }
}
.top-business-section .bg-image {
  position: absolute;
  height: 100%;
  width: 70%;
  -o-object-position: left;
     object-position: left;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1023px) {
  .top-business-section .bg-image {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .top-business-section .bg-image {
    height: 45%;
    width: 100%;
    top: auto;
    bottom: 0;
  }
}
.top-business-section .contents-wrapper {
  position: relative;
  z-index: 3;
}

.top-business-text {
  width: 40%;
  margin-left: auto;
}
@media screen and (max-width: 1023px) {
  .top-business-text {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .top-business-text {
    width: 100%;
  }
}
.top-business-text p:not(:last-child) {
  margin-bottom: 15px;
}

.top-business-link-wrapper {
  margin-top: 100px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px 45px;
}
@media screen and (max-width: 767px) {
  .top-business-link-wrapper {
    margin-top: 25px;
  }
}

.top-cross-talk-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: row;
  gap: 100px;
  flex-direction: row-reverse;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .top-cross-talk-wrapper {
    gap: 30px;
  }
}
.top-cross-talk-wrapper .text-box,
.top-cross-talk-wrapper .image-box {
  width: calc((100% - 100px) / 2);
}
@media screen and (max-width: 1023px) {
  .top-cross-talk-wrapper .text-box,
  .top-cross-talk-wrapper .image-box {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .top-cross-talk-wrapper .text-box,
  .top-cross-talk-wrapper .image-box {
    width: 100%;
  }
}
.top-cross-talk-wrapper .top-link {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .top-cross-talk-wrapper .top-link {
    margin-inline: auto;
  }
}

.top-message-section {
  overflow: hidden;
}

.top-message-text {
  margin-bottom: 200px;
  font-family: "Zen Kaku Gothic Antique", serif;
  font-size: 3.5rem;
}
@media screen and (max-width: 1023px) {
  .top-message-text {
    font-size: 3rem;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .top-message-text {
    font-size: 1.9rem;
    margin-bottom: 50px;
  }
}
.top-message-text .bg-green {
  position: relative;
  display: inline-block;
  padding: 0 9px;
}
.top-message-text .bg-green::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: rgb(255, 255, 255);
  background-color: rgb(2, 254, 66);
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
.top-message-text.animate .bg-green::before {
  animation: title_text 1s forwards linear;
}
.top-message-text.animate .bg-green.one::before {
  content: "限界はない、";
}
.top-message-text.animate .bg-green.two::before {
  content: "成長と成功";
  animation-delay: 1.5s;
}

@keyframes title_text {
  0% {
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  }
  25% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  75% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
}
.top-message-slider ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: row;
  gap: 100px;
}

.top-message-swiper.swiper {
  overflow: visible;
}
.top-message-swiper.swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.top-message-swiper.swiper .swiper-slide:nth-child(odd) {
  margin-top: 100px;
}
@media screen and (max-width: 1023px) {
  .top-message-swiper.swiper .swiper-slide:nth-child(odd) {
    margin-top: 50px;
  }
}
.top-message-swiper.swiper img {
  aspect-ratio: 370/288;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-interview-wrapper {
  gap: 150px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: row;
}
@media screen and (max-width: 1100px) {
  .top-interview-wrapper {
    gap: 50px 80px;
  }
}
.top-interview-wrapper .interview-box {
  width: calc((100% - 300px) / 3);
}
@media screen and (max-width: 1100px) {
  .top-interview-wrapper .interview-box {
    width: calc((100% - 160px) / 3);
  }
}
@media screen and (max-width: 1023px) {
  .top-interview-wrapper .interview-box {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: row;
    align-items: flex-end;
    gap: 5%;
  }
}
@media screen and (max-width: 1023px) {
  .top-interview-wrapper .interview-box .image-box {
    display: contents;
  }
}
@media screen and (max-width: 1023px) {
  .top-interview-wrapper .interview-box .image-box img {
    width: 50%;
    aspect-ratio: 8/10;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .top-interview-wrapper .interview-box .image-box img {
    aspect-ratio: auto;
  }
}
@media screen and (max-width: 1023px) {
  .top-interview-wrapper .interview-box .image-inner-text {
    top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .top-interview-wrapper .interview-box .image-inner-text {
    top: -10px;
  }
}
@media screen and (max-width: 1023px) {
  .top-interview-wrapper .interview-box .name-box {
    width: 45%;
  }
}
.top-interview-wrapper .interview-box:nth-child(odd) {
  margin-top: 100px;
}
@media screen and (max-width: 1100px) {
  .top-interview-wrapper .interview-box:nth-child(odd) {
    margin-top: 150px;
  }
}
@media screen and (max-width: 1023px) {
  .top-interview-wrapper .interview-box:nth-child(odd) {
    margin-top: 0;
  }
}
@media screen and (max-width: 1023px) {
  .top-interview-wrapper .interview-box:nth-child(odd) .image-inner-text {
    right: auto;
    left: 40%;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .top-interview-wrapper .interview-box:nth-child(odd) .image-inner-text {
    right: 0;
    left: auto;
  }
}
@media screen and (max-width: 1023px) {
  .top-interview-wrapper .interview-box:nth-child(2) {
    flex-direction: row-reverse;
  }
}
.top-interview-wrapper .interview-box:nth-child(2) .image-inner-text {
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1023px) {
  .top-interview-wrapper .interview-box:nth-child(2) .image-inner-text {
    left: auto;
    right: 40%;
    transform: translate(0);
  }
}
@media screen and (max-width: 767px) {
  .top-interview-wrapper .interview-box:nth-child(2) .image-inner-text {
    left: 0;
    text-align: left;
  }
}
.top-interview-wrapper .interview-box:nth-child(3) .image-inner-text {
  right: 0;
}

.interview-box {
  color: rgb(0, 0, 0);
}
.interview-box .image-box {
  position: relative;
  margin-bottom: 35px;
}
.interview-box .image-inner-text {
  position: absolute;
  bottom: -10px;
  text-align: right;
}
.interview-box .bg-green {
  display: inline-block;
  padding: 5px 10px;
  font-size: 1.5rem;
  font-family: "Zen Kaku Gothic Antique", serif;
  font-weight: 500;
  background-color: rgb(2, 254, 66);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .interview-box .bg-green {
    font-size: 1.1rem;
  }
}
.interview-box .name-box .en {
  margin-bottom: 5px;
  display: block;
  font-size: 0.9rem;
  text-transform: capitalize;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .interview-box .name-box .en {
    font-size: 10px;
  }
}
.interview-box .name-box .ja {
  font-weight: 500;
  font-size: 1.1rem;
}

.top-works-section {
  overflow: hidden;
  padding-top: 60px;
  background: linear-gradient(to bottom, rgb(2, 254, 66) 80%, rgb(246, 246, 246) 80%);
}
@media screen and (max-width: 1023px) {
  .top-works-section {
    background: linear-gradient(to bottom, rgb(2, 254, 66) 90%, rgb(246, 246, 246) 90%);
  }
}
@media screen and (max-width: 767px) {
  .top-works-section {
    background: linear-gradient(to bottom, rgb(2, 254, 66) 75%, rgb(246, 246, 246) 75%);
  }
}
.top-works-section .top-en-title {
  transform: translateX(-30px);
}
@media screen and (max-width: 767px) {
  .top-works-section .top-en-title {
    transform: translateX(-15px);
  }
}

.top-works-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: row;
  gap: 130px;
}
@media screen and (max-width: 1023px) {
  .top-works-wrapper {
    gap: 30px;
  }
}
.top-works-wrapper .text-box {
  width: calc(50% - 130px);
}
@media screen and (max-width: 1023px) {
  .top-works-wrapper .text-box {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .top-works-wrapper .text-box {
    width: 100%;
  }
}
.top-works-wrapper .top-link {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .top-works-wrapper .top-link {
    margin-top: 30px;
  }
}
.top-works-wrapper .image-box {
  width: 50%;
}
@media screen and (max-width: 1023px) {
  .top-works-wrapper .image-box {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 767px) {
  .top-works-wrapper .image-box {
    width: 100%;
  }
}

.page-top-section {
  overflow: hidden;
  padding-bottom: 125px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .page-top-section {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .page-top-section {
    padding-bottom: 30px;
  }
}
.page-top-section::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(2, 254, 66);
  clip-path: polygon(0 80%, 100% 0, 100% 75%, 0 100%);
}
.page-top-section .contents-wrapper {
  position: relative;
  z-index: 2;
}

.page-top-swiper.swiper {
  overflow: visible;
}
.page-top-swiper.swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.page-top-swiper.swiper img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-business-first-section {
  padding-top: 0;
}
.page-business-first-section .contents-wrapper {
  position: relative;
}
.page-business-first-section .bg-image {
  top: -30px;
  right: 0;
  position: absolute;
  width: 70%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1023px) {
  .page-business-first-section .bg-image {
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .page-business-first-section .bg-image {
    aspect-ratio: auto;
    top: 20px;
  }
}

.page-business-first-text {
  padding: 150px 0;
  text-align: center;
  font-family: "Zen Kaku Gothic Antique", serif;
  font-weight: 500;
  font-size: 3.8rem;
}
@media screen and (max-width: 1200px) {
  .page-business-first-text {
    padding: 100px 0;
  }
}
@media screen and (max-width: 1023px) {
  .page-business-first-text {
    padding: 80px 0;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .page-business-first-text {
    font-size: 1.8rem;
  }
}

.page-business-title-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: row;
  gap: 10px 30px;
}
@media screen and (max-width: 767px) {
  .page-business-title-wrapper {
    margin-bottom: 50px;
  }
}
.page-business-title-wrapper img {
  margin: 0;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .page-business-title-wrapper img {
    width: 80%;
  }
}
.page-business-title-wrapper.right {
  flex-direction: row-reverse;
}
.page-business-title-wrapper.right .page-business-title {
  text-align: left;
  max-width: 720px;
  padding: 0 0 0 50px;
}
@media screen and (max-width: 767px) {
  .page-business-title-wrapper.right .page-business-title {
    padding-left: 0;
  }
}

.page-business-title {
  align-self: flex-end;
  text-align: right;
  width: calc(50% - 30px);
  padding-right: 50px;
}
@media screen and (max-width: 767px) {
  .page-business-title {
    width: 80%;
    padding-right: 0;
  }
}
.page-business-title .number {
  font-family: "Montserrat", serif;
}
.page-business-title .en {
  display: block;
  font-weight: 500;
  font-size: 3.1rem;
  font-family: "Montserrat", serif;
  color: rgb(3, 216, 57);
}
@media screen and (max-width: 1200px) {
  .page-business-title .en {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .page-business-title .en {
    font-size: 1.8rem;
  }
}
.page-business-title .ja {
  font-family: "Zen Kaku Gothic Antique", serif;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .page-business-title .ja {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1023px) {
  .page-business-title .ja {
    font-size: 1rem;
  }
}
.page-business-title.change .en {
  font-size: 2rem;
  font-family: "Zen Kaku Gothic Antique", serif;
}
.page-business-title.change .ja {
  font-size: 1.5rem;
  font-family: "Montserrat", serif;
}
@media screen and (max-width: 767px) {
  .page-business-title.change .ja {
    font-size: 1.2rem;
  }
}

.page-business-inner-title {
  margin-bottom: 75px;
  font-size: 2rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", serif;
}
@media screen and (max-width: 767px) {
  .page-business-inner-title {
    font-size: 1.3rem;
    margin-bottom: 30px;
  }
}
.page-business-inner-title .bg-green {
  display: inline-block;
  padding: 3px 5px;
  background-color: rgb(2, 254, 66);
}
@media screen and (max-width: 767px) {
  .page-business-inner-title .bg-green {
    padding: 3px;
  }
}

.page-business-first-inner p {
  width: 85%;
}
@media screen and (max-width: 1023px) {
  .page-business-first-inner p {
    width: 100%;
  }
}
.page-business-first-inner p:not(:last-child) {
  margin-bottom: 20px;
}
.page-business-first-inner .image-box {
  margin-bottom: 20px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .page-business-first-inner .image-box {
    gap: 0;
  }
}
.page-business-first-inner .image-box .one {
  width: 55%;
}
@media screen and (max-width: 767px) {
  .page-business-first-inner .image-box .one {
    display: contents;
  }
}
.page-business-first-inner .image-box .one p {
  width: 100%;
}
.page-business-first-inner .image-box .one img {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .page-business-first-inner .image-box .one img {
    width: 50%;
  }
}
.page-business-first-inner .image-box img {
  margin: 0;
}
.page-business-first-inner .image-box img.two {
  width: 45%;
  margin-right: -30px;
}
@media screen and (max-width: 767px) {
  .page-business-first-inner .image-box img.two {
    margin-right: -10px;
    width: 50%;
  }
}

.business-mobile-text {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .business-mobile-text {
    margin-bottom: 50px;
  }
}

.business-mobile-wrapper {
  max-width: 730px;
  margin: auto;
  display: grid;
  gap: 50px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1023px) {
  .business-mobile-wrapper {
    gap: 25px;
  }
}
@media screen and (max-width: 767px) {
  .business-mobile-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

.business-mobile-box {
  background-color: rgb(255, 255, 255);
  padding: 30px 15px;
  border-radius: 20px;
}
.business-mobile-box img {
  margin-bottom: 20px;
  width: 40px;
}
.business-mobile-box .inner-title {
  margin-bottom: 20px;
  text-align: center;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .business-mobile-box p {
    font-size: 0.8rem;
  }
}

.business-eye-dr {
  display: grid;
  gap: 50px 75px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
@media screen and (max-width: 1150px) {
  .business-eye-dr {
    gap: 50px 30px;
  }
}
@media screen and (max-width: 1023px) {
  .business-eye-dr {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
}
@media screen and (max-width: 767px) {
  .business-eye-dr {
    width: 80%;
  }
  .business-eye-dr.pc {
    display: none;
  }
}
.business-eye-dr.sp-business-swiper.swiper {
  display: none;
}
@media screen and (max-width: 767px) {
  .business-eye-dr.sp-business-swiper.swiper {
    display: block;
  }
}
.business-eye-dr .business-mobile-box {
  padding: 50px 35px;
}
@media screen and (max-width: 1060px) {
  .business-eye-dr .business-mobile-box {
    padding: 50px 25px;
  }
}
@media screen and (max-width: 767px) {
  .business-eye-dr .business-mobile-box {
    height: auto;
  }
  .business-eye-dr .business-mobile-box > div {
    height: 100%;
  }
}
.business-eye-dr .inner-title {
  color: rgb(3, 216, 57);
}

.interview-hab-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: row;
  align-items: flex-end;
  gap: 65px;
}
.interview-hab-wrapper:not(:last-child) {
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .interview-hab-wrapper:not(:last-child) {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1023px) {
  .interview-hab-wrapper {
    gap: 20px 40px;
  }
}
.interview-hab-wrapper:nth-child(even) {
  flex-direction: row-reverse;
}
.interview-hab-wrapper:nth-child(even) .image-inner-text {
  top: 50px;
  right: 90%;
}
@media screen and (max-width: 767px) {
  .interview-hab-wrapper:nth-child(even) .image-inner-text {
    top: 0;
    right: 50%;
    bottom: auto;
  }
}
@media screen and (max-width: 767px) {
  .interview-hab-wrapper:nth-child(even) .interview-box {
    flex-direction: row-reverse;
  }
}
.interview-hab-wrapper:first-child .image-inner-text {
  top: 50px;
  left: 60%;
}
@media screen and (max-width: 767px) {
  .interview-hab-wrapper:first-child .image-inner-text {
    top: 0;
    left: 50%;
    bottom: auto;
  }
}
.interview-hab-wrapper:nth-child(3) {
  align-items: flex-start;
}
.interview-hab-wrapper:nth-child(3) .image-inner-text {
  left: 60%;
  bottom: 20px;
}
@media screen and (max-width: 1023px) {
  .interview-hab-wrapper:nth-child(3) .image-inner-text {
    bottom: -15px;
  }
}
@media screen and (max-width: 767px) {
  .interview-hab-wrapper:nth-child(3) .image-inner-text {
    top: 0;
    bottom: auto;
    left: 50%;
  }
}
.interview-hab-wrapper .interview-box {
  width: 280px;
}
@media screen and (max-width: 767px) {
  .interview-hab-wrapper .interview-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: row;
    gap: 20px;
    align-items: flex-end;
  }
  .interview-hab-wrapper .interview-box .image-box {
    width: 50%;
    margin: 0;
  }
  .interview-hab-wrapper .interview-box .name-box {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .interview-hab-wrapper .image-inner-text {
    transform: translateY(-40%);
  }
}
.interview-hab-wrapper .top-link {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .interview-hab-wrapper .top-link {
    margin: 20px auto 0;
  }
}
.interview-hab-wrapper .text-box {
  width: calc(100% - 280px - 65px);
}
@media screen and (max-width: 1023px) {
  .interview-hab-wrapper .text-box {
    width: calc(100% - 280px - 40px);
  }
}
@media screen and (max-width: 767px) {
  .interview-hab-wrapper .text-box {
    width: 100%;
  }
}

.interview-page-prof-section {
  overflow: hidden;
}
.interview-page-prof-section .contents-wrapper.big {
  padding-bottom: 260px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .interview-page-prof-section .contents-wrapper.big {
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 767px) {
  .interview-page-prof-section .contents-wrapper.big {
    padding-bottom: 90px;
  }
}
.interview-page-prof-section .contents-wrapper.big img {
  position: absolute;
  width: 40%;
  max-width: 580px;
  right: -5%;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .interview-page-prof-section .contents-wrapper.big img {
    width: 50%;
  }
}

.interview-page-prof-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  flex-direction: row-reverse;
  gap: 20px;
}
@media screen and (max-width: 1023px) {
  .interview-page-prof-wrapper {
    position: relative;
  }
}
.interview-page-prof-wrapper .image-box {
  width: 45%;
}
@media screen and (max-width: 1023px) {
  .interview-page-prof-wrapper .image-box {
    margin-left: auto;
  }
}
.interview-page-prof-wrapper .text-box {
  width: calc(55% - 20px);
}
@media screen and (max-width: 1023px) {
  .interview-page-prof-wrapper .text-box {
    display: contents;
  }
}
.interview-page-prof-wrapper .bg-message {
  position: relative;
  z-index: 2;
  margin: 50px -50px 80px 0;
}
@media screen and (max-width: 1100px) {
  .interview-page-prof-wrapper .bg-message {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .interview-page-prof-wrapper .bg-message {
    position: absolute;
    top: 0;
    left: 0;
    width: 65%;
  }
}
.interview-page-prof-wrapper .bg-message span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 20px;
  font-size: 3rem;
  font-family: "Zen Kaku Gothic Antique", serif;
  font-weight: 500;
  background-color: rgb(2, 254, 66);
}
@media screen and (max-width: 1100px) {
  .interview-page-prof-wrapper .bg-message span {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .interview-page-prof-wrapper .bg-message span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .interview-page-prof-wrapper .bg-message span {
    font-size: 1.2rem;
    padding: 0 5px;
  }
}
.interview-page-prof-wrapper .bg-message span:nth-child(2) {
  margin: auto;
}
.interview-page-prof-wrapper .bg-message span:last-child {
  margin-right: 0;
  margin-left: auto;
}
.interview-page-prof-wrapper .name {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .interview-page-prof-wrapper .name {
    margin-bottom: 20px;
  }
}
.interview-page-prof-wrapper .name .ja {
  font-size: 1.7rem;
  font-weight: 500;
}
.interview-page-prof-wrapper .name .en {
  display: inline-block;
  text-transform: capitalize;
  font-family: "Montserrat", serif;
  font-weight: 500;
  text-indent: -25px;
  padding-left: 25px;
}
.interview-page-prof-wrapper .name .en::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 1px;
  background-color: rgb(0, 0, 0);
  margin: 0 10px;
  vertical-align: middle;
}
.interview-page-prof-wrapper .inner-box:not(:last-child) {
  margin-bottom: 30px;
}
.interview-page-prof-wrapper .inner-box p > span {
  display: inline-block;
}

.interview-page-main-section {
  padding-top: 0;
}

.interview-page-main-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: row;
  align-items: flex-start;
  gap: 50px;
}
.interview-page-main-wrapper .side-menu-box {
  position: sticky;
  top: 120px;
  left: 0;
  width: 240px;
}
@media screen and (max-width: 1023px) {
  .interview-page-main-wrapper .side-menu-box {
    display: none;
  }
}
.interview-page-main-wrapper .main-interview-box {
  width: calc(100% - 240px - 50px);
  counter-reset: number 0;
}
@media screen and (max-width: 1023px) {
  .interview-page-main-wrapper .main-interview-box {
    width: 100%;
  }
}
.interview-page-main-wrapper .inner-section {
  padding: 80px 0 0;
  counter-increment: number 1;
}
.interview-page-main-wrapper .inner-section.green-line::before {
  margin-right: -50px;
  margin-left: auto;
  content: "";
  display: block;
  width: 40%;
  height: 50px;
  background-color: rgb(2, 254, 66);
}
@media screen and (max-width: 767px) {
  .interview-page-main-wrapper .inner-section.green-line::before {
    margin-right: -20px;
  }
}
.interview-page-main-wrapper .inner-section:first-child {
  padding-top: 0;
}
.interview-page-main-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
}
.interview-page-main-wrapper .image-box {
  margin-top: 30px;
}
.interview-page-main-wrapper .image-box.two {
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .interview-page-main-wrapper .image-box.two {
    gap: 5px;
  }
}
.interview-page-main-wrapper .image-box.two .small {
  width: 35%;
}
.interview-page-main-wrapper .image-box.two .big {
  width: calc(65% - 20px);
}
@media screen and (max-width: 767px) {
  .interview-page-main-wrapper .image-box.two .big {
    width: calc(65% - 5px);
  }
}
.interview-page-main-wrapper .text-image-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  flex-direction: row-reverse;
  gap: 30px;
}
.interview-page-main-wrapper .text-image-box .image-box {
  margin-top: 0;
  width: calc(50% - 30px);
}
@media screen and (max-width: 767px) {
  .interview-page-main-wrapper .text-image-box .image-box {
    width: 100%;
  }
}
.interview-page-main-wrapper .text-image-box .text-box {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .interview-page-main-wrapper .text-image-box .text-box {
    width: 100%;
  }
}

.number-title {
  margin-bottom: 15px;
  font-size: 1.1rem;
  color: rgb(3, 216, 57);
}
.number-title::before {
  margin-right: 10px;
  font-family: "Montserrat", serif;
  content: counter(number, decimal-leading-zero);
}

.main-interview-title {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .main-interview-title {
    font-size: 1.3rem;
  }
}

.schedule-box {
  margin-top: 40px;
  background-color: rgb(255, 255, 255);
  padding: 30px 50px 50px;
  border-radius: 20px;
}
@media screen and (max-width: 1100px) {
  .schedule-box {
    padding: 30px;
  }
}
.schedule-box .schedule-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: row;
}
.schedule-box .schedule-inner.image span {
  padding-top: 10px;
}
@media screen and (max-width: 1100px) {
  .schedule-box .schedule-inner.image span {
    padding-top: 4px;
  }
}
.schedule-box .schedule-inner.image .contents-box {
  padding-top: 10px;
}
@media screen and (max-width: 1100px) {
  .schedule-box .schedule-inner.image .contents-box {
    padding-top: 4px;
  }
}
.schedule-box .schedule-inner .time-box {
  position: relative;
  z-index: 2;
  width: 35%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: row;
  min-width: 250px;
}
@media screen and (max-width: 1100px) {
  .schedule-box .schedule-inner .time-box {
    min-width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .schedule-box .schedule-inner .time-box {
    min-width: auto;
    width: 65px;
  }
}
.schedule-box .schedule-inner .time-box img {
  align-self: flex-start;
  margin-right: 0;
  width: auto;
  height: 42px;
}
@media screen and (max-width: 1100px) {
  .schedule-box .schedule-inner .time-box img {
    height: 31px;
  }
}
@media screen and (max-width: 767px) {
  .schedule-box .schedule-inner .time-box img {
    display: none;
  }
}
.schedule-box .schedule-inner .time-box span {
  display: block;
  font-weight: 500;
  margin-left: auto;
}
.schedule-box .schedule-inner .time-box span::after {
  content: "";
  display: inline-block;
  width: 15px;
  margin-left: 10px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: rgb(217, 217, 217);
}
.schedule-box .schedule-inner .contents-box {
  width: 65%;
  max-width: calc(100% - 250px);
  padding-left: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: row;
}
@media screen and (max-width: 1100px) {
  .schedule-box .schedule-inner .contents-box {
    max-width: calc(100% - 200px);
  }
}
@media screen and (max-width: 767px) {
  .schedule-box .schedule-inner .contents-box {
    max-width: 100%;
    width: calc(100% - 65px);
  }
}
.schedule-box .schedule-inner .contents-box .title {
  width: 80px;
  font-weight: 500;
}
@media screen and (max-width: 1100px) {
  .schedule-box .schedule-inner .contents-box .title {
    width: 60px;
  }
}
@media screen and (max-width: 767px) {
  .schedule-box .schedule-inner .contents-box .title {
    width: 100%;
    margin-bottom: 5px;
  }
}
.schedule-box .schedule-inner .contents-box .title.long {
  width: 100%;
}
.schedule-box .schedule-inner .contents-box .contents {
  width: calc(100% - 80px);
}
@media screen and (max-width: 1100px) {
  .schedule-box .schedule-inner .contents-box .contents {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 767px) {
  .schedule-box .schedule-inner .contents-box .contents {
    width: 100%;
    font-size: 0.8rem;
  }
}
.schedule-box .schedule-inner .contents-box .contents p:not(:last-child) {
  margin-bottom: 30px;
}
.schedule-box .schedule-inner:not(:last-child) .contents-box {
  position: relative;
  padding-bottom: 50px;
}
.schedule-box .schedule-inner:not(:last-child) .contents-box::before {
  position: absolute;
  top: 15px;
  left: -8px;
  content: "";
  height: 99%;
  width: 1px;
  background-image: linear-gradient(to bottom, rgb(0, 0, 0) 5px, transparent 5px);
  background-size: 1px 10px;
  background-repeat: repeat-y;
  display: block;
}

.schedule-title {
  margin-bottom: 40px;
  border-left: 5px solid rgb(3, 216, 57);
  padding: 3px 10px;
  color: rgb(3, 216, 57);
  font-weight: 500;
  font-size: 1.1rem;
}

.work-style-text {
  margin-bottom: 80px;
  text-align: center;
}
.work-style-text span {
  display: inline-block;
}

.work-style-wrapper {
  gap: 77px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1150px) {
  .work-style-wrapper {
    gap: 35px;
  }
}
@media screen and (max-width: 1023px) {
  .work-style-wrapper {
    grid-template-columns: 80%;
    justify-content: center;
  }
}

.work-style-page-box {
  border-radius: 20px;
  padding: 30px;
  background-color: rgb(255, 255, 255);
}
@media screen and (max-width: 1150px) {
  .work-style-page-box {
    padding: 30px 20px;
  }
}
.work-style-page-box img {
  margin-bottom: 15px;
  width: 57px;
}
.work-style-page-box .title {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 1.3rem;
  font-family: "Zen Kaku Gothic Antique", serif;
  text-align: center;
}
@media screen and (max-width: 1150px) {
  .work-style-page-box .title {
    font-size: 1.2rem;
  }
}

.info-page-section {
  counter-increment: number 1;
}
.info-page-section .contents-wrapper.big {
  position: relative;
}
.info-page-section .number-title {
  margin-bottom: 50px;
  position: relative;
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .info-page-section .number-title {
    padding-left: 30px;
    margin-bottom: 30px;
  }
}
.info-page-section .number-title::after {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: rgb(3, 216, 57);
}
@media screen and (max-width: 767px) {
  .info-page-section .number-title::after {
    width: 20px;
  }
}
@media screen and (max-width: 1150px) {
  .info-page-section .page-business-inner-title {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .info-page-section .page-business-inner-title {
    font-size: 1.2rem;
  }
}

.bg-en-box {
  position: absolute;
  left: 0;
  bottom: 40%;
  transform: rotate(-15deg);
  font-family: "Montserrat", serif;
  color: rgb(255, 255, 255);
  font-weight: 500;
  font-size: 6.2rem;
}
@media screen and (max-width: 1023px) {
  .bg-en-box {
    font-size: 5rem;
    bottom: 30%;
  }
}
@media screen and (max-width: 767px) {
  .bg-en-box {
    font-size: 2.5rem;
  }
}

.info-page-first-wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  flex-direction: row;
  gap: 30px;
}
.info-page-first-wrapper .image-box {
  width: 40%;
}
@media screen and (max-width: 1023px) {
  .info-page-first-wrapper .image-box {
    width: 80%;
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .info-page-first-wrapper .image-box {
    width: calc(100% - 20px);
  }
}
.info-page-first-wrapper .text-box {
  width: calc(60% - 30px);
  max-width: 655px;
  padding-left: 50px;
}
@media screen and (max-width: 1023px) {
  .info-page-first-wrapper .text-box {
    width: 100%;
    order: 2;
    padding: 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .info-page-first-wrapper .text-box {
    padding: 0 20px;
  }
}

.image-side-wrapper {
  position: relative;
  z-index: 2;
  margin-top: -50px;
  width: 65%;
  gap: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: row;
}
@media screen and (max-width: 1150px) {
  .image-side-wrapper {
    width: 85%;
  }
}
@media screen and (max-width: 1023px) {
  .image-side-wrapper {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .image-side-wrapper {
    width: 100%;
    gap: 10px;
  }
}
.image-side-wrapper img {
  width: calc((100% - 60px) / 3);
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .image-side-wrapper img {
    width: calc((100% - 20px) / 3);
  }
}

.info-introduction-wrapper {
  counter-reset: title-number 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: row;
  gap: 100px;
}
@media screen and (max-width: 1200px) {
  .info-introduction-wrapper {
    gap: 50px;
  }
}
.info-introduction-wrapper .swiper-image-box {
  align-self: flex-start;
  position: sticky;
  top: 100px;
  left: 0;
  width: 35%;
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .info-introduction-wrapper .swiper-image-box {
    display: none;
  }
}
.info-introduction-wrapper .main-wrapper {
  width: calc(65% - 100px);
  max-width: 800px;
  padding-right: 50px;
}
@media screen and (max-width: 1200px) {
  .info-introduction-wrapper .main-wrapper {
    width: calc(65% - 50px);
  }
}
@media screen and (max-width: 1023px) {
  .info-introduction-wrapper .main-wrapper {
    width: calc(100% - 100px);
    padding-right: 0;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .info-introduction-wrapper .main-wrapper {
    width: calc(100% - 40px);
  }
}
.info-introduction-wrapper .mian-inner-box {
  counter-increment: title-number 1;
}
.info-introduction-wrapper .mian-inner-box:not(:last-child) {
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .info-introduction-wrapper .mian-inner-box:not(:last-child) {
    margin-bottom: 60px;
  }
}
.info-introduction-wrapper .mian-inner-box img {
  width: 80%;
  margin-bottom: 30px;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}

.info-introduction-title {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .info-introduction-title {
    margin-bottom: 30px;
  }
}
.info-introduction-title .en {
  font-weight: 500;
  font-size: 3.1rem;
  text-transform: uppercase;
  font-family: "Montserrat", serif;
  color: rgb(3, 216, 57);
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .info-introduction-title .en {
    font-size: 2.1rem;
  }
}
.info-introduction-title .en::before {
  content: counter(title-number, decimal-leading-zero) ".";
}
.info-introduction-title .ja {
  font-size: 1.4rem;
  font-family: "Zen Kaku Gothic Antique", serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .info-introduction-title .ja {
    font-size: 1.1rem;
  }
}

.info-detaile-box {
  margin-top: 30px;
  background-color: rgb(255, 255, 255);
  padding: 30px;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .info-detaile-box p {
    font-size: 0.8rem;
  }
}
.info-detaile-box p:not(:last-child) {
  margin-bottom: 5px;
}

.job-description-section {
  position: relative;
}
.job-description-section::before {
  content: "";
  margin-bottom: 100px;
  display: block;
  width: 70%;
  height: 70px;
  background-color: rgb(2, 254, 66);
}
@media screen and (max-width: 767px) {
  .job-description-section::before {
    height: 40px;
    width: 80%;
  }
}

.page-business-inner-title.job-description .en {
  margin-bottom: 5px;
  display: block;
  font-family: "Montserrat", serif;
  font-size: 3.1rem;
  text-transform: uppercase;
}

.job-description-tab-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: row;
  /*ラジオボタンを全て消す*/
  /*選択されているタブのコンテンツのみを表示*/
  /*選択されているタブのスタイルを変える*/
}
.job-description-tab-wrapper:not(:last-child) {
  margin-bottom: 100px;
}
.job-description-tab-wrapper input[name=tab_item],
.job-description-tab-wrapper input[name=tab_item2] {
  display: none;
}
.job-description-tab-wrapper .tab_item {
  width: 33.3333333333%;
  padding: 15px 5px;
  max-width: 216px;
  text-align: center;
  display: block;
  font-family: "Zen Kaku Gothic Antique", serif;
  font-weight: 500;
  border: 1px solid rgb(230, 230, 230);
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 767px) {
  .job-description-tab-wrapper .tab_item {
    font-size: 0.9rem;
    padding: 10px 5px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
.job-description-tab-wrapper .tab_content {
  display: none;
  width: 100%;
  padding: 50px 70px;
  border: 1px solid rgb(230, 230, 230);
  border-radius: 0 24px 24px 24px;
  background-color: rgb(255, 255, 255);
}
@media screen and (max-width: 1023px) {
  .job-description-tab-wrapper .tab_content {
    padding: 50px 40px;
  }
}
@media screen and (max-width: 767px) {
  .job-description-tab-wrapper .tab_content {
    padding: 40px 20px;
    border-radius: 0 0 20px 20px;
  }
}
.job-description-tab-wrapper #job-description01:checked ~ #job-description01-contents,
.job-description-tab-wrapper #job-description02:checked ~ #job-description02-contents,
.job-description-tab-wrapper #job-description03:checked ~ #job-description03-contents,
.job-description-tab-wrapper #job-description04:checked ~ #job-description04-contents,
.job-description-tab-wrapper #job-description05:checked ~ #job-description05-contents,
.job-description-tab-wrapper #job-description06:checked ~ #job-description06-contents {
  display: block;
}
.job-description-tab-wrapper input:checked + .tab_item {
  background-color: rgb(2, 254, 66);
}
.job-description-tab-wrapper .inner-box:not(:last-child) {
  margin-bottom: 40px;
}
.job-description-tab-wrapper .job-description-detaile {
  padding-left: 20px;
}
@media screen and (max-width: 1023px) {
  .job-description-tab-wrapper .job-description-detaile {
    padding-left: 0;
  }
}
.job-description-tab-wrapper .job-description-detaile:not(:last-child) {
  margin-bottom: 20px;
}
.job-description-tab-wrapper .job-description-detaile ul {
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .job-description-tab-wrapper .job-description-detaile ul {
    padding-left: 0;
    font-size: 0.9rem;
  }
}

.entry-text {
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 50px;
}

.entry-wrapper .inner-box:not(:last-child) {
  margin-bottom: 35px;
}
.entry-wrapper .title {
  margin-bottom: 10px;
  font-weight: 500;
}
.entry-wrapper .title.must span:after {
  content: "*必須";
  color: rgb(222, 0, 0);
  font-size: 0.8rem;
}
.entry-wrapper .small-text {
  font-size: 0.8rem;
  margin-left: 10px;
}
.entry-wrapper .input-box a {
  color: rgb(0, 0, 0);
  border-bottom: 1px solid rgb(0, 0, 0);
}
.entry-wrapper .input-box.select-wrap {
  width: 100%;
  max-width: 340px;
}
.entry-wrapper .input-box.select-wrap::after {
  background-color: rgb(217, 217, 217);
}
.entry-wrapper .input-box.select-wrap select {
  display: block;
  width: 100%;
  border: none;
  border-radius: 5px;
  background-color: rgb(240, 240, 240);
}
.entry-wrapper .text-common {
  display: block;
  width: 100%;
  background-color: rgb(240, 240, 240);
  border-radius: 5px;
  padding: 15px;
  border: none;
}
.entry-wrapper .text-common:placeholder {
  color: rgb(162, 162, 162);
}
.entry-wrapper .button-submit {
  margin: 0 auto;
  opacity: 0.3;
  transition: 0.5s;
  position: relative;
  padding: 12px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 285px;
  font-weight: 500;
  border: 1px solid;
  border-radius: 50px;
}
.entry-wrapper .button-submit:hover::after {
  transform: translateX(5px);
  transition: 0.5s;
  transition-delay: 0.3s;
}
.entry-wrapper .button-submit:hover::after {
  transform: translate(0);
}
.entry-wrapper .button-submit.active {
  opacity: 1;
}
.entry-wrapper .button-submit.active:hover {
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}
.entry-wrapper .button-submit.active:hover::after {
  transform: translateX(5px);
}

.cross-talk-first-section {
  padding-top: 50px;
}
.cross-talk-first-section .contents-wrapper {
  position: relative;
}
@media screen and (max-width: 1023px) {
  .cross-talk-first-section .page-business-inner-title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .cross-talk-first-section .page-business-inner-title {
    font-size: 1.2rem;
  }
}
.cross-talk-first-section .bg-image {
  position: absolute;
  top: -110px;
  right: 0;
  max-width: 1150px;
  width: 80%;
}
@media screen and (max-width: 1023px) {
  .cross-talk-first-section .bg-image {
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .cross-talk-first-section .bg-image {
    top: -5px;
  }
}
.cross-talk-first-section .image-box {
  position: relative;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .cross-talk-first-section .image-box {
    margin-top: 20px;
  }
}
.cross-talk-first-section .image-box p {
  right: -30px;
  bottom: 0;
  position: absolute;
  font-size: 10px;
}
@media screen and (max-width: 1023px) {
  .cross-talk-first-section .image-box p {
    right: auto;
    left: 62%;
  }
}
@media screen and (max-width: 767px) {
  .cross-talk-first-section .image-box p {
    position: static;
  }
}
.cross-talk-first-section .menuber-image {
  width: 60%;
}
@media screen and (max-width: 1023px) {
  .cross-talk-first-section .menuber-image {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .cross-talk-first-section .menuber-image {
    width: 100%;
  }
}

.green-line-title {
  margin-bottom: 10px;
  color: rgb(3, 216, 57);
}
.green-line-title::before {
  content: "";
  display: inline-block;
  width: 30px;
  margin-right: 5px;
  height: 1px;
  background-color: rgb(3, 216, 57);
  vertical-align: middle;
}

.cross-talk-page-section {
  counter-reset: number 0;
}
.cross-talk-page-section .side-image {
  margin-top: 50px;
  width: 70%;
}
@media screen and (max-width: 767px) {
  .cross-talk-page-section .side-image {
    width: 95%;
  }
}
.cross-talk-page-section .side-image.left {
  margin-left: 0;
}
.cross-talk-page-section .side-image.right {
  margin-right: 0;
}

.cross-talk-box {
  counter-increment: number 1;
}
.cross-talk-box:not(:last-child) {
  margin-bottom: 50px;
}
.cross-talk-box .name-box {
  display: inline-block;
  margin-bottom: 15px;
  display: inline-block;
  padding: 1px 20px;
  background-color: rgb(255, 255, 255);
}
.cross-talk-box p span:not(:last-child) {
  display: inline-block;
  margin-bottom: 10px;
}
.cross-talk-box p span.highlight {
  display: inline;
  background: linear-gradient(to bottom, transparent 70%, rgb(175, 250, 194) 70%, rgb(175, 250, 194) 90%, transparent 90%);
}
.cross-talk-box p:not(:last-child) {
  margin-bottom: 20px;
}
.cross-talk-box .inner-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: row;
  gap: 20px;
  align-items: center;
}
.cross-talk-box .inner-flex .text-box {
  width: calc(65% - 20px);
}
@media screen and (max-width: 767px) {
  .cross-talk-box .inner-flex .text-box {
    width: 100%;
  }
}
.cross-talk-box .inner-flex .image-box {
  width: 35%;
}
@media screen and (max-width: 767px) {
  .cross-talk-box .inner-flex .image-box {
    width: 100%;
  }
}

.cross-talk-number-title {
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .cross-talk-number-title {
    font-size: 1.3rem;
  }
}
.cross-talk-number-title::before {
  font-weight: 600;
  transform: translateY(3px);
  font-family: "Montserrat", serif;
  color: rgb(3, 216, 57);
  content: counter(number, decimal-leading-zero) ".";
  display: inline-block;
}
.cross-talk-number-title span {
  display: inline-block;
  width: calc(100% - 42px);
}

.cross-talk-member-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: row;
  gap: 30px;
  align-items: center;
}
.cross-talk-member-box:not(:last-child) {
  margin-bottom: 50px;
}
.cross-talk-member-box img {
  width: 250px;
}
.cross-talk-member-box .text-box {
  padding: 30px 0;
  border-left: 5px solid rgb(2, 254, 66);
  padding-left: 30px;
  width: calc(100% - 250px - 30px);
}
@media screen and (max-width: 767px) {
  .cross-talk-member-box .text-box {
    width: 100%;
    border-left: none;
    padding-left: 0;
  }
}
.cross-talk-member-box .name {
  font-weight: 500;
  font-size: 1.4rem;
}
.cross-talk-member-box p:not(:last-child) {
  margin-bottom: 10px;
}/*# sourceMappingURL=main.css.map */