@charset "UTF-8";
a:hover {
  color: #ff8000;
}

html body {
  margin-bottom: 100px;
}
html body > a.floating {
  border-radius: 0.5rem 0.5rem 0 0;
  border-bottom: none;
  padding: 0.5rem 1rem;
  bottom: 0;
  right: 1rem;
  max-width: 100%;
  width: calc(100% - 2rem);
}
html body > a.floating .text {
  width: 80%;
  font-size: 1.5rem;
}
html body > a.floating .text br {
  display: none;
}
html body > a.floating .thumb {
  width: 20%;
}
html body header nav.gnav .menu-gnav-container {
  position: fixed;
  top: 0;
  left: 100vw;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10cqw;
  width: 100%;
  background-color: #fff;
  opacity: 0;
  transition: all 0.3s;
}
html body header nav.gnav .toggle-btn {
  position: relative;
  z-index: 999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.6cqw;
  width: 10cqw;
  height: 10cqw;
  padding: 1.2cqw;
  background-color: #ff8000;
  border: 1px solid #000;
  border-radius: 1.5cqw;
}
html body header nav.gnav .toggle-btn span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000;
  transition: all 0.3s;
}
html body header nav.gnav.open .menu-gnav-container {
  left: 0;
  opacity: 1;
}
html body header nav.gnav.open .toggle-btn span:nth-child(1) {
  margin-top: 0.3cqw;
  transform: rotate(45deg);
}
html body header nav.gnav.open .toggle-btn span:nth-child(2) {
  display: none;
}
html body header nav.gnav.open .toggle-btn span:nth-child(3) {
  margin-top: -2cqw;
  transform: rotate(-45deg);
}
html body header nav.gnav .menu-logo {
  display: block;
}
html body header nav.gnav ul.menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10cqw;
  width: 60%;
}
html body header nav.gnav ul.menu li {
  width: 100%;
  margin-left: 0;
}
html body header nav.gnav ul.menu li a {
  display: block;
  width: 100%;
  padding: 2.5cqw;
  font-size: 5cqw;
  text-align: center;
}
html body header nav.gnav ul.menu li.contact {
  margin-left: 0;
}
html body header nav.gnav ul.menu li.contact a {
  padding: 4.5cqw 2.5cqw;
}
html body header nav.gnav ul.menu li.top {
  display: block;
}
html body main section.mainvi .inner {
  height: auto;
}
html body main section.mainvi .inner .mainvi-main {
  position: relative;
  display: block;
  padding: 16vw 0;
}
html body main section.mainvi .inner .mainvi-main img.mainvi-image {
  max-width: 70cqw;
  aspect-ratio: 1/1.5;
}
html body main section.mainvi .inner .mainvi-main img.dot {
  position: absolute;
  width: 18cqw;
}
html body main section.mainvi .inner .mainvi-main img.dot.left {
  top: 0;
  left: 0;
}
html body main section.mainvi .inner .mainvi-main img.dot.right {
  right: 0;
  bottom: 35cqw;
}
html body main section.mainvi .inner .text h1 {
  bottom: 2cqw;
  padding: 0;
}
html body main section.mainvi .inner .text h1 span {
  font-size: 9cqw;
  white-space: nowrap;
}
html body main section.mainvi .inner .text .sub-text {
  top: 0cqw;
  right: 0vw;
  font-size: 3.8cqw;
}
html body main section.mainvi.back h2 {
  font-size: 11.5cqw;
}
html body main section.mainvi.back h2 span {
  font-size: 12cqw;
}
html body main section.mainvi.back .mainvi-main {
  padding: 1cqw 0;
}
html body main section.mainvi {
  /* FVの下中央に固定表示（FV内の親に position:relative がある前提） */
}
html body main section.mainvi .scroll-indicator {
  right: 0px;
  transform: translateY(-50%);
}
html body main section.mainvi {
  /* 縦ライン（矢印も含めて表現） */
}
html body main section.mainvi {
  /* 矢印の先端（三角） */
}
html body main section.mainvi {
  /* 下のオレンジリング（画像の丸） */
}
html body main .content-wrap .inner {
  padding-top: 5cqw;
  padding-bottom: 10cqw;
}
html body main .content-wrap.top-loop {
  padding: 6cqw 0;
}
html body main .content-wrap.top-loop ul.top-loop-wrap li img {
  width: 55cqw;
}
html body main .content-wrap .top-col2 {
  gap: 5cqw;
}
html body main .content-wrap .top-col2 > div {
  width: 100%;
}
html body main .content-wrap .top-col3 {
  flex-wrap: wrap;
  align-items: flex-end;
}
html body main .content-wrap .top-col3 .img-wrap-l {
  flex-direction: row-reverse;
  align-items: flex-end;
  width: 100%;
  padding-bottom: 35cqw;
}
html body main .content-wrap .top-col3 .img-wrap-l img:nth-child(1) {
  width: 50%;
  margin-bottom: -25cqw;
}
html body main .content-wrap .top-col3 .img-wrap-l img:nth-child(2) {
  width: 90%;
  margin-right: -40%;
  margin-top: 4cqw;
}
html body main .content-wrap .top-col3 .details {
  width: 100%;
  padding: 0;
}
html body main .content-wrap .top-col3 .details h2 {
  font-size: 11.5cqw;
}
html body main .content-wrap .top-col3 .details h3 {
  margin: 5cqw 0;
  font-size: 12cqw;
}
html body main .content-wrap .top-col3 .details p {
  padding: 2cqw 0 4cqw;
  font-size: 3.8cqw;
}
html body main .content-wrap .top-col3 .img-wrap-s {
  width: 55cqw;
  margin: 10cqw 0 0;
}
html body main .content-wrap .top-col3.reverse {
  flex-direction: column-reverse;
}
html body main .content-wrap .top-col3.reverse .img-wrap-l {
  flex-direction: row;
  padding-bottom: 20cqw;
}
html body main .content-wrap .top-col3.reverse .img-wrap-l img:nth-child(2) {
  margin-left: -40%;
  margin-top: 10cqw;
}
html body main .content-wrap .top-col3.reverse .img-wrap-s {
  margin: 3cqw 0 10cqw;
}
html body main .content-wrap.top-team .top-team-wrap .title-wrap {
  flex-direction: column;
}
html body main .content-wrap.top-team .top-team-wrap .title-wrap .title {
  width: 100%;
}
html body main .content-wrap.top-team .top-team-wrap .title-wrap .title h2 {
  font-size: 11.5cqw;
}
html body main .content-wrap.top-team .top-team-wrap .title-wrap .title h3 {
  margin: 5cqw 0;
  font-size: 12cqw;
}
html body main .content-wrap.top-team .top-team-wrap .title-wrap .text {
  width: 100%;
}
html body main .content-wrap.top-team .top-team-wrap .title-wrap .text p {
  padding: 2cqw 0 4cqw;
  text-align: left;
  font-size: 3.8cqw;
}
html body main .content-wrap.top-team .top-team-wrap .details {
  padding-top: 6cqw;
}
html body main .content-wrap.top-team .top-team-wrap .details a {
  width: 60cqw;
  margin-right: 6cqw;
}
html body main .content-wrap.top-team .top-team-wrap .details a .title {
  font-size: 4.5cqw;
}
html body main .content-wrap.top-team .top-team-wrap .details a .text {
  bottom: 3cqw;
  padding: 1cqw 3cqw;
}
html body main .content-wrap.top-team .top-team-wrap .details a .text p:nth-child(1) {
  font-size: 4.5cqw;
}
html body main .content-wrap.top-team .top-team-wrap .details a .text p:nth-child(2) {
  font-size: 3cqw;
}
html body main .content-wrap.top-joinourteam .top-col2 {
  flex-direction: column;
  padding: 6cqw 0;
  border-radius: 1cqw;
  border: 1px solid #000;
}
html body main .content-wrap.top-joinourteam .top-col2 .vertical-slide-wrap {
  flex-direction: column;
  gap: 5cqw;
  width: 100%;
}
html body main .content-wrap.top-joinourteam .top-col2 .vertical-slide-wrap .vertical-slide {
  width: 100%;
  height: 100%;
}
html body main .content-wrap.top-joinourteam .top-col2 .vertical-slide-wrap .vertical-slide .slick-list li {
  height: 100%;
  padding: 0 2.5cqw;
}
html body main .content-wrap.top-joinourteam .top-col2 .vertical-slide-wrap .vertical-slide .slick-list li img {
  width: 100%;
  height: 100%;
  border-radius: 3cqw;
}
html body main .content-wrap.top-joinourteam .top-col2 .details {
  width: 100%;
  padding: 5cqw 3cqw 0cqw;
}
html body main .content-wrap.top-joinourteam .top-col2 .details h3 {
  font-size: 11.5cqw;
  white-space: nowrap;
}
html body main .content-wrap.top-joinourteam .top-col2 .details p {
  font-size: 3.8cqw;
}
html body main .content-wrap.back-ourwork, html body main .content-wrap.back-ourteam {
  font-family: "Poppins", sans-serif;
}
html body main .content-wrap.back-ourwork .top-col2, html body main .content-wrap.back-ourteam .top-col2 {
  flex-direction: column;
}
html body main .content-wrap.back-ourwork .top-col2 .text, html body main .content-wrap.back-ourteam .top-col2 .text {
  width: 100%;
}
html body main .content-wrap.back-ourwork .top-col2 .text .num, html body main .content-wrap.back-ourteam .top-col2 .text .num {
  font-size: 7.6cqw;
}
html body main .content-wrap.back-ourwork .top-col2 .text .detail, html body main .content-wrap.back-ourteam .top-col2 .text .detail {
  font-size: 3.8cqw;
}
html body main .content-wrap.back-ourwork .top-col2 .img-wrap, html body main .content-wrap.back-ourteam .top-col2 .img-wrap {
  width: 100%;
}
html body main .content-wrap.back-ourwork .top-col2 .img-wrap img, html body main .content-wrap.back-ourteam .top-col2 .img-wrap img {
  border-radius: 0.5cqw;
  border: 1px solid #000;
}
html body main .content-wrap.back-ourwork .text .num {
  font-size: 7.6cqw;
}
html body main .content-wrap.back-ourwork .text .detail {
  font-size: 3.8cqw;
}
html body main .content-wrap.back-ourwork .back-loop-wrap .slick-track li {
  width: 45cqw;
  padding: 4cqw 2cqw;
}
html body main .content-wrap.back-ourwork .back-loop-wrap .slick-track li img {
  width: 25cqw;
}
html body main .content-wrap.back-ourwork .back-loop-wrap .slick-track li p {
  font-size: 3cqw;
}
html body main .content-wrap.back-ourwork .back-loop-wrap .slick-track li p.ttl {
  margin: 1.5cqw 0;
  font-size: 3.8cqw;
}
html body main .content-wrap.back-ourwork .back-loop-wrap .slick-arrow {
  top: 50%;
  z-index: 100;
}
html body main .content-wrap.back-ourwork .back-loop-wrap .slick-arrow.slider-prev {
  left: calc(50% - 22.5cqw - 2cqw);
  right: auto;
  transform: translate(-70%, -50%);
}
html body main .content-wrap.back-ourwork .back-loop-wrap .slick-arrow.slider-next {
  left: auto;
  right: calc(50% - 22.5cqw - 2cqw);
  transform: translate(70%, -50%);
}
html body main .content-wrap.back-ourwork .merit {
  flex-direction: column;
  gap: 5cqw;
  margin: 10cqw 0;
}
html body main .content-wrap.back-ourwork .merit > div {
  width: 100%;
}
html body main .content-wrap.back-ourwork .merit > div .head {
  padding: 2cqw;
  font-size: 3.8cqw;
}
html body main .content-wrap.back-ourwork .merit > div .detail {
  padding: 4cqw;
}
html body main .content-wrap.back-ourwork .merit > div .detail ul li {
  font-size: 3.8cqw;
}
html body main .content-wrap.back-ourwork .table-wrap {
  padding: 0;
}
html body main .content-wrap.back-ourwork .table-wrap .table th, html body main .content-wrap.back-ourwork .table-wrap .table td {
  font-size: 3.8cqw;
}
html body main .content-wrap.back-ourwork .table-wrap ul li {
  font-size: 3.8cqw;
}
html body main .content-wrap.back-ourwork .qa {
  padding: 0 10vw;
}
html body main .content-wrap.back-ourwork .qa > div .initial span {
  font-size: 4cqw;
}
html body main .content-wrap.back-ourwork .qa > div .detail .question {
  font-size: 4cqw;
}
html body main .content-wrap.back-ourwork .qa > div .detail .answer {
  font-size: 3.8cqw;
}
html body main .content-wrap.back-ourteam .interview {
  flex-direction: column;
  margin: 1cqw 0 10cqw;
}
html body main .content-wrap.back-ourteam .interview > div {
  width: 100%;
}
html body main .content-wrap.back-ourteam .interview > div .question {
  font-size: 4cqw;
}
html body main .content-wrap.back-ourteam .interview > div .answer {
  font-size: 3.8cqw;
}
html body main .content-wrap.back-ourteam .message {
  padding-bottom: 25cqw;
}
html body main .content-wrap.back-ourteam .message .bg-main-txt {
  margin-bottom: 0;
}
html body main .content-wrap.back-ourteam .message p {
  bottom: -10cqw;
}
html body main .content-wrap.back-workplace .top-col2 .text .num {
  font-size: 7.6cqw;
}
html body main .content-wrap.back-workplace .top-col2 .text .detail {
  font-size: 3.8cqw;
}
html body main .content-wrap.back-workplace .schedule {
  padding: 8cqw 0;
}
html body main .content-wrap.back-workplace .schedule .top-col2 {
  flex-direction: column;
  padding: 0 8cqw 3cqw 15cqw;
}
html body main .content-wrap.back-workplace .schedule .top-col2:after {
  width: 5cqw;
  height: 5cqw;
  left: 4.05cqw;
  top: 1cqw;
}
html body main .content-wrap.back-workplace .schedule .top-col2:first-child:after {
  top: 11cqw;
}
html body main .content-wrap.back-workplace .schedule .top-col2 .detail {
  padding-right: 0;
}
html body main .content-wrap.back-workplace .schedule .top-col2 .detail .time li {
  font-size: 3.8cqw;
}
html body main .content-wrap.back-workplace .schedule .top-col2 .detail .ttl {
  font-size: 3.8cqw;
}
html body main .content-wrap.back-workplace .schedule .top-col2 .detail .text {
  font-size: 3.8cqw;
}
html body main .content-wrap.back-workplace .numbers > div {
  width: calc((100% - 1cqw) / 2);
}
html body main .content-wrap.back-workplace .numbers > div p.name {
  font-size: 4cqw;
}
html body main .content-wrap.back-workplace .numbers > div p.number span:nth-child(1) {
  font-size: 4cqw;
}
html body main .content-wrap.back-workplace .numbers > div p.number span:nth-child(2).small {
  font-size: 10cqw;
}
html body main .content-wrap.back-workplace .numbers > div p.number span:nth-child(2).large {
  font-size: 12cqw;
}
html body main .content-wrap.back-workplace .numbers > div p.number span:nth-child(3) {
  font-size: 5cqw;
}
html body main .content-wrap.back-workplace .requirements {
  padding: 0;
}
html body main .content-wrap.back-workplace .requirements .table tr th, html body main .content-wrap.back-workplace .requirements .table tr td {
  font-size: 3.8cqw;
}
html body main .content-wrap.back-contact .contact-wrap {
  padding: 0;
}
html body main .content-wrap.back-contact .contact-wrap .explanation {
  font-size: 3.8cqw;
}
html body main .content-wrap.back-contact .contact-wrap form {
  margin-top: 10cqw;
}
html body main .content-wrap.back-contact .contact-wrap form .form-group {
  flex-direction: column;
  justify-content: center;
}
html body main .content-wrap.back-contact .contact-wrap form .form-group + .form-group {
  margin-top: 5cqw;
}
html body main .content-wrap.back-contact .contact-wrap form .form-group .form-label {
  width: 100%;
  margin-bottom: 2cqw;
  font-size: 3.8cqw;
}
html body main .content-wrap.back-contact .contact-wrap form .form-group .form-label .required,
html body main .content-wrap.back-contact .contact-wrap form .form-group .form-label .free {
  font-size: 3cqw;
}
html body main .content-wrap.back-contact .contact-wrap form .form-group .radio-group {
  width: 100%;
  flex-direction: column;
  gap: 3cqw;
}
html body main .content-wrap.back-contact .contact-wrap form .form-group .radio-group .radio-item {
  width: 100%;
}
html body main .content-wrap.back-contact .contact-wrap form .form-group .radio-group .radio-item input {
  margin-right: 1cqw;
}
html body main .content-wrap.back-contact .contact-wrap form .form-group .radio-group .radio-item span {
  font-size: 3.8cqw;
}
html body main .content-wrap.back-contact .contact-wrap form .form-group .input-group {
  width: 100%;
}
html body main .content-wrap.back-contact .contact-wrap form .form-group .input-group input, html body main .content-wrap.back-contact .contact-wrap form .form-group .input-group textarea {
  padding: 3cqw 2cqw;
}
html body main .content-wrap.back-contact .contact-wrap form .form-group.policy-group .policy-wrap .checkbox-item input {
  margin-right: 1cqw;
}
html body main .content-wrap.back-contact .contact-wrap form .form-group.policy-group .policy-wrap .checkbox-item span {
  font-size: 3.8cqw;
}
html body main .content-wrap.back-contact .contact-wrap form .form-group.policy-group .policy-wrap .policy-note {
  font-size: 3cqw;
}
html body main .content-wrap.back-contact .contact-wrap form .form-group.policy-group .policy-wrap .policy-box {
  height: 55cqw;
  padding: 3.5cqw;
}
html body main .content-wrap.back-contact .contact-wrap form .form-group.policy-group .policy-wrap .policy-box p {
  font-size: 3.8cqw;
}
html body main .content-wrap.back-contact .contact-wrap form .form-group.policy-group .policy-wrap .policy-box p:first-child {
  font-size: 4.5cqw;
}
html body main .content-wrap.back-contact .contact-wrap form .form-submit .btn-submit {
  width: 100%;
}
html body main .content-wrap .bg-dot {
  width: 11cqw;
}
html body main .content-wrap .bg-dot.right {
  right: 1cqw;
}
html body main .content-wrap .bg-dot.left {
  left: 1cqw;
}
html body main .content-wrap .bg-main-txt {
  width: 100%;
  margin: 3cqw 0 5cqw;
  gap: 1.5cqw;
}
html body main .content-wrap .bg-main-txt span {
  padding: 1cqw 0.4cqw 1cqw;
  font-size: 7cqw;
  white-space: wrap;
}
html body main .content-wrap .bg-main-txt.small span {
  font-size: 5.5cqw;
}
html body main .content-wrap .btn-wrap a,
html body main .content-wrap .btn-wrap button,
html body main .content-wrap .form-submit a,
html body main .content-wrap .form-submit button {
  padding: 4cqw 5cqw;
  font-size: 4cqw;
  border-radius: 1.5cqw;
}
html body main .content-wrap .btn-wrap a:after,
html body main .content-wrap .btn-wrap button:after,
html body main .content-wrap .form-submit a:after,
html body main .content-wrap .form-submit button:after {
  right: 6cqw;
  width: 2.3rem;
  height: 2.3rem;
}
html body main > footer .footer-wrap {
  flex-direction: column;
  padding: 4cqw;
}
html body main > footer .footer-wrap .logo {
  width: 100%;
}
html body main > footer .footer-wrap .logo img {
  width: 100%;
}
html body main > footer .footer-wrap .menu {
  width: 100%;
}
html body main > footer .footer-wrap .menu ul {
  margin: 7cqw 0;
}
html body main > footer .footer-wrap .menu ul li {
  width: calc((100% - 4cqw) / 3);
}
html body main > footer .footer-wrap .menu ul li a {
  font-size: 3.3cqw;
}
html body main > footer .company-name {
  display: flex;
  flex-direction: column;
}
html body main > footer .company-name span {
  font-size: 23cqw;
  text-align: center;
}
html body .inner-l {
  padding: 0 3vw;
}
html body .inner-m {
  padding: 0 3vw;
}
html body .inner-s {
  padding: 0 3vw;
}/*# sourceMappingURL=sp.css.map */