html {
  font-size: 0.9vw;
  background: none;
}
@media only screen and (max-width: 1920px) {
  html {
    font-size: 1.1vw;
  }
}
@media only screen and (max-width: 1440px) {
  html {
    font-size: 1.40625vw;
  }
}
@media only screen and (max-width: 1024px) {
  html {
    font-size: 2.55375vw;
  }
}
@media only screen and (max-width: 599px) {
  html {
    font-size: 3.823188405vw;
  }
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  background-color: #f3f3f3;
}
header .header-wap .nav-block .header-nav li a {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.6;
  color: #fff;
}
footer .footer-wrap .footer-cap h2 {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.6;
  color: #000;
}
@media only screen and (max-width: 1024px) {
  footer .footer-wrap .footer-cap h2 {
    font-size: 1.2rem;
  }
}
footer .footer-wrap .footer-cap p,
footer .footer-wrap .footer-cap a,
footer .footer-wrap small {
  font-size: 0.88rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.6;
  color: #000;
}
@media only screen and (max-width: 599px) {
  footer .footer-wrap .footer-cap p,
  footer .footer-wrap .footer-cap a,
  footer .footer-wrap small {
    font-size: 0.8rem;
  }
}
h1 {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
  color: #fff;
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 599px) {
  h1 {
    font-size: 2.2rem;
  }
}
h2 {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.45;
  color: #6495ed;
  margin: 0;
}
@media only screen and (max-width: 599px) {
  h2 {
    font-size: 1.8rem;
  }
}
h3,
h4 {
  font-size: 1.333rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.588;
  color: #6495ed;
  margin: 0;
}
p,
ul,
ol,
li {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.7;
  color: #000;
  margin: 0;
}
a {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.6;
  color: #6495ed;
  display: inline-block;
  opacity: 1;
  text-decoration: none;
}
a:hover {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.6;
  color: #6495ed;
  text-decoration: none;
  opacity: 0.8;
}
@media only screen and (max-width: 1024px) {
  a:hover {
    opacity: 1;
  }
}
.weight-bold {
  font-weight: 700;
}
.midashi-block {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
  color: #fff;
  margin: 0;
  position: relative;
  z-index: 1;
  margin-left: 2rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 1024px) {
  .midashi-block {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 599px) {
  .midashi-block {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 599px) {
  .midashi-block {
    margin-bottom: 1.5rem;
  }
}
.midashi-block span {
  position: absolute;
  top: -4rem;
  left: -2rem;
  font-family: 'Noto Sans', sans-serif;
  -webkit-text-stroke: 2px rgba(255,255,255,0.3);
  color: transparent;
  font-size: 6rem;
  font-style: italic;
  z-index: -1;
}
@media only screen and (max-width: 599px) {
  .midashi-block span {
    font-size: 4.5rem;
    top: -3rem;
  }
}
.btn-normal {
  margin-top: 2rem;
}
.btn-normal a {
  background-color: #fff;
  padding: 0.5rem 3rem;
  box-sizing: border-box;
  border-radius: 300px;
}
.btn-text a {
  font-size: 1.333rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.588;
  color: #6495ed;
  margin: 0;
  position: relative;
  display: inline-block;
}
.btn-text a:after {
  content: "";
  background-image: url("../images/icon/icon-toggle-blue.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.5rem;
  vertical-align: -0.2rem;
}
.spacer-m {
  height: 2rem;
}
.contents-width {
  width: 70%;
  margin: 0 auto;
}
@media only screen and (max-width: 1440px) {
  .contents-width {
    width: 80%;
  }
}
@media only screen and (max-width: 1024px) {
  .contents-width {
    width: 85%;
  }
}
@media only screen and (max-width: 599px) {
  .contents-width {
    width: 90%;
  }
}
.contents-width-wide {
  width: 85%;
  margin: 0 auto;
}
@media only screen and (max-width: 1440px) {
  .contents-width-wide {
    width: 90%;
  }
}
@media only screen and (max-width: 1024px) {
  .contents-width-wide {
    width: 92.5%;
  }
}
@media only screen and (max-width: 599px) {
  .contents-width-wide {
    width: 95%;
    margin-top: 1.5rem;
  }
}
.page-padding {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media only screen and (max-width: 599px) {
  .page-padding {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}
.section-p {
  padding-top: 10rem;
}
@media only screen and (max-width: 1024px) {
  .section-p {
    padding-top: 5rem;
  }
}
@media only screen and (max-width: 1024px) {
  .pc-br {
    display: none;
  }
}
.tab-br {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .tab-br {
    display: block;
  }
}
.sp-br {
  display: none;
}
@media only screen and (max-width: 599px) {
  .sp-br {
    display: block;
  }
}
ul,
ol {
  margin: 0;
  padding-left: 20px;
}
.list-none {
  list-style: none;
  padding: 0;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  transition: 0.5s;
}
header .header-wap {
  width: 100%;
  padding: 1rem 5%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
header .header-wap .header-logo img {
  width: 12rem;
  -o-object-fit: contain;
  object-fit: contain;
}
@media only screen and (max-width: 599px) {
  header .header-wap .header-logo img {
    width: 11rem;
  }
}
header .header-wap .nav-block {
  display: flex;
  gap: 2rem;
  align-items: center;
}
@media only screen and (max-width: 599px) {
  header .header-wap .nav-block {
    gap: 1rem;
  }
}
header .header-wap .nav-block .header-nav {
  display: flex;
  gap: 1rem;
}
@media only screen and (max-width: 1024px) {
  header .header-wap .nav-block .header-nav {
    display: none;
  }
}
header .header-wap .nav-block .header-nav li a {
  padding: 5px 0.5rem;
}
header .header-wap .nav-block .heaer-tel-btn a {
  background-color: #fff;
  padding: 5px 2rem 10px;
  border-radius: 300px;
  box-sizing: border-box;
  display: block;
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  header .header-wap .nav-block .heaer-tel-btn a {
    padding: 11px 13px;
  }
}
header .header-wap .nav-block .heaer-tel-btn a:before {
  content: "";
  background-image: url("../images/icon/icon-tel.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  width: 1.3rem;
  height: 1.3rem;
  margin-right: 0.5rem;
  vertical-align: -0.3rem;
}
@media only screen and (max-width: 1024px) {
  header .header-wap .nav-block .heaer-tel-btn a:before {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0;
  }
}
header .header-wap .nav-block .heaer-tel-btn a img {
  width: 9rem;
  display: inline-block;
  -o-object-fit: contain;
  object-fit: contain;
}
@media only screen and (max-width: 1024px) {
  header .header-wap .nav-block .heaer-tel-btn a img {
    display: none;
  }
}
header .header-wap .nav-block .hamburger-btn {
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  display: none;
  background-color: #fff;
  border-radius: 300px;
  padding: 10px;
}
@media only screen and (max-width: 1024px) {
  header .header-wap .nav-block .hamburger-btn {
    display: block;
    width: 2rem;
    height: 2rem;
  }
}
header .header-wap .nav-block .hamburger-btn img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
header .header-wap .nav-block .hamburger-btn .close {
  display: none;
}
header .header-wap .nav-active .header-nav {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  text-align: center;
  padding-top: 6rem;
  padding-bottom: 3rem;
  z-index: -1;
}
header .header-wap .nav-active .header-nav:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #1f3187;
  z-index: -1;
}
header .header-wap .nav-active .hamburger-btn .open {
  display: none;
}
header .header-wap .nav-active .hamburger-btn .close {
  display: block;
}
header.header-gb {
  background-color: #1f3187;
}
.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.main-visual {
  position: relative;
  padding: 0 5%;
  overflow: hidden;
}
.main-visual .fv-message {
  position: relative;
  height: 100svh;
}
.main-visual .fv-message h2 {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
  color: #fff;
  margin: 0;
  line-height: 1.6;
  position: absolute;
  left: 0;
  bottom: 50%;
  transform: translateY(50%);
}
@media only screen and (max-width: 1024px) {
  .main-visual .fv-message h2 {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 599px) {
  .main-visual .fv-message h2 {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 1024px) {
  .main-visual .fv-message h2 {
    bottom: 2rem;
    line-height: 1.4;
    transform: translateY(0);
  }
}
@media only screen and (max-width: 599px) {
  .main-visual .fv-message h2 {
    font-size: 2.5rem;
  }
}
.main-visual .fv-message h2 span {
  color: #1f3187;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}
.main-visual .s-mark {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: -5;
}
@media only screen and (max-width: 1024px) {
  .main-visual .s-mark {
    min-height: 250vh;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.main-visual .bg-movie {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -100;
  width: 90%;
  margin-left: auto;
  text-align: right;
  height: 100vh;
}
.main-visual .bg-movie iframe {
  box-sizing: border-box;
  height: 75vw;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 133.33333333vh;
  background-color: #1f3187;
}
.main-visual .bg-movie .catchcopy {
  position: absolute;
  z-index: 9;
  right: 5%;
  top: 65%;
  transform: translateY(-50%);
  gap: 3rem;
  width: 100%;
  height: 40vh;
  text-align: right;
}
@media only screen and (max-width: 599px) {
  .main-visual .bg-movie .catchcopy {
    top: 35%;
    height: 25vh;
  }
}
.main-visual .bg-movie .catchcopy img {
  position: absolute;
  display: block;
  right: 5%;
  width: auto;
  height: 6rem;
  opacity: 0;
  -o-object-fit: contain;
  object-fit: contain;
  transform: translate(-200%, -50%);
  text-align: right;
}
@media only screen and (max-width: 599px) {
  .main-visual .bg-movie .catchcopy img {
    height: 4rem;
  }
}
.main-visual .bg-movie .catchcopy img:nth-child(1) {
  top: 0;
}
.main-visual .bg-movie .catchcopy img:nth-child(2) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  top: 52.5%;
  height: 7rem;
}
@media only screen and (max-width: 599px) {
  .main-visual .bg-movie .catchcopy img:nth-child(2) {
    height: 5rem;
  }
}
.main-visual .bg-movie .catchcopy img:nth-child(3) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  top: 100%;
}
@-webkit-keyframes slideIn {
  0% {
    transform: translate(-200%, -50%);
    opacity: 0;
  }
  100% {
    transform: translate(0, -50%);
    opacity: 1;
  }
}
@keyframes slideIn {
  0% {
    transform: translate(-200%, -50%);
    opacity: 0;
  }
  100% {
    transform: translate(0, -50%);
    opacity: 1;
  }
}
@-webkit-keyframes slideOut {
  0% {
    transform: translate(0, -50%);
    opacity: 1;
  }
  100% {
    transform: translate(200%, -50%);
    opacity: 0;
  }
}
@keyframes slideOut {
  0% {
    transform: translate(0, -50%);
    opacity: 1;
  }
  100% {
    transform: translate(200%, -50%);
    opacity: 0;
  }
}
.main-visual .bg-movie .catchcopy img.active-in {
  -webkit-animation: slideIn 1s forwards;
  animation: slideIn 1s forwards;
}
.main-visual .bg-movie .catchcopy img.active-out {
  -webkit-animation: slideOut 1s forwards;
  animation: slideOut 1s forwards;
}
.main-visual .company-wrap {
  position: relative;
  margin-top: 7rem;
}
@media only screen and (max-width: 599px) {
  .main-visual .company-wrap {
    margin-top: 4rem;
  }
}
.main-visual .company-wrap .track-illust {
  margin-bottom: 4rem;
  position: absolute;
  top: 50%;
  left: 25rem;
}
@media only screen and (max-width: 1440px) {
  .main-visual .company-wrap .track-illust {
    top: 20%;
  }
}
@media only screen and (max-width: 1024px) {
  .main-visual .company-wrap .track-illust {
    right: 0;
    top: -7rem;
    left: auto;
    width: 15rem;
  }
}
@media only screen and (max-width: 599px) {
  .main-visual .company-wrap .track-illust {
    top: 0;
  }
}
.main-visual .company-wrap .track-illust img {
  width: 18rem;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
@media only screen and (max-width: 599px) {
  .main-visual .company-wrap .track-illust img {
    opacity: 0.2;
  }
}
.main-visual .company-wrap h2,
.main-visual .company-wrap h3 {
  font-size: 1.333rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.588;
  color: #fff;
  margin: 0;
  line-height: 1.7;
}
.main-visual .company-wrap h3 {
  margin-top: 1rem;
}
.main-visual .company-wrap .btn-normal {
  margin-top: 4rem;
}
@media only screen and (max-width: 599px) {
  .main-visual .company-wrap .btn-normal {
    margin-top: 3rem;
  }
}
.main-visual .company-wrap .icon-sem {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 2.5rem;
  -o-object-fit: contain;
  object-fit: contain;
}
@media only screen and (max-width: 1024px) {
  .main-visual .company-wrap .icon-sem {
    position: relative;
    margin-top: 3rem;
    display: block;
    height: auto;
    width: 300px;
    margin-left: auto;
  }
}
.column-img-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  position: relative;
  padding-bottom: 1rem;
}
.column-img-list .wrap {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 0;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .column-img-list .wrap {
    grid-template-columns: 1fr;
  }
}
.column-img-list .wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.column-img-list .wrap .column-cap {
  padding: 3rem;
}
@media only screen and (max-width: 1024px) {
  .column-img-list .wrap .column-cap {
    padding: 2rem 1.8rem;
  }
}
.column-img-list .wrap .column-cap h3 {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.45;
  color: #6495ed;
  margin: 0;
}
@media only screen and (max-width: 599px) {
  .column-img-list .wrap .column-cap h3 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 1440px) {
  .column-img-list .wrap .column-cap p,
  .column-img-list .wrap .column-cap li {
    font-size: 0.88rem;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 1.6;
    color: #000;
    margin: 0;
  }
}
@media only screen and (max-width: 1440px) and (max-width: 599px) {
  .column-img-list .wrap .column-cap p,
  .column-img-list .wrap .column-cap li {
    font-size: 1rem;
  }
}
.column-img-list .wrap .column-cap ul {
  margin: 0.5rem 0 0.8rem;
}
.column-img-list .wrap .column-cap li {
  font-weight: 700;
}
.truck-cap {
  padding-bottom: 3rem;
}
.truck-cap h3 {
  font-size: 1.333rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.588;
  color: #fff;
  margin: 0;
}
.truck-cap h3 span {
  color: #c60a0a;
}
#company {
  position: relative;
}
@media only screen and (max-width: 1024px) {
  #company:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100%;
    margin-left: calc(50% - 50vw);
    background-color: #6495ed;
    z-index: -6;
  }
}
#truck {
  position: relative;
}
#truck:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background-color: #6495ed;
  z-index: -6;
}
@media only screen and (max-width: 1440px) {
  #truck:before {
    top: 0;
  }
}
@media only screen and (max-width: 1024px) {
  #truck .column-img-list .column-cap {
    padding-top: 0;
  }
}
.cover-img-block {
  position: relative;
  padding: 6rem 5% 4rem;
  box-sizing: border-box;
  background: url("../images/suimu_recruit.jpg") no-repeat center/cover;
}
@media only screen and (max-width: 599px) {
  .cover-img-block {
    background-size: 280%;
    background-position: 25% 90%;
    padding: 5rem 5% 3rem;
  }
}
.cover-img-block:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.2);
  z-index: 0;
}
.cover-img-block .wrap {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 599px) {
  .cover-img-block .wrap {
    gap: 4rem;
  }
}
.cover-img-block .wrap .wrap-cap {
  background-color: rgba(255,255,255,0.8);
  padding: 3rem;
  border-radius: 10px;
  margin-top: auto;
  width: 50%;
  margin-left: auto;
  box-sizing: border-box;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .cover-img-block .wrap .wrap-cap {
    width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .cover-img-block .wrap .wrap-cap {
    padding: 2rem 1.8rem;
  }
}
.cover-img-block .wrap .wrap-cap .btn-text {
  text-align: right;
}
@media only screen and (max-width: 599px) {
  .cover-img-block .wrap .wrap-cap .btn-text {
    margin-top: 0.5rem;
  }
}
.contact-banner-container {
  background-color: #1f3187;
  padding: 4rem 5%;
  box-sizing: border-box;
}
.contact-banner-container .wrap {
  background-color: #fff;
  border-radius: 10px;
  padding: 3rem 5% 2rem;
  box-sizing: border-box;
  position: relative;
  max-width: 65rem;
  margin: 0 auto;
}
.contact-banner-container .wrap .midashi-block {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.45;
  color: #1f3187;
  margin: 0;
  text-align: center;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 599px) {
  .contact-banner-container .wrap .midashi-block {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 1024px) {
  .contact-banner-container .wrap .midashi-block {
    font-size: 1.333rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.588;
    color: #1f3187;
    margin: 0;
  }
}
@media only screen and (max-width: 599px) {
  .contact-banner-container .wrap .midashi-block {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.45;
    color: #1f3187;
    margin: 0;
  }
}
.contact-banner-container .wrap .midashi-block span {
  -webkit-text-stroke: 2px rgba(204,204,204,0.3);
  font-size: 5rem;
}
@media only screen and (max-width: 1024px) {
  .contact-banner-container .wrap .midashi-block span {
    left: 0;
    font-size: 4.5rem;
  }
}
@media only screen and (max-width: 599px) and (max-width: 599px) {
  .contact-banner-container .wrap .midashi-block {
    font-size: 1.8rem;
  }
}
.contact-banner-container .wrap .contact-tel {
  text-align: center;
}
.contact-banner-container .wrap .contact-tel a {
  font-size: 1.333rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.588;
  color: #fff;
  margin: 0;
  background-color: #1f3187;
  padding: 10px 2rem;
  border-radius: 300px;
}
@media only screen and (max-width: 1024px) {
  .contact-banner-container .wrap .contact-tel a {
    margin: 1rem 0 0.5rem;
  }
}
.contact-banner-container .wrap .contact-tel p {
  margin: 0;
  margin-top: 0.5rem;
}
.contact-banner-container .wrap img.tel {
  position: absolute;
  bottom: 50%;
  right: 4rem;
  width: 8rem;
  height: 8rem;
  -o-object-fit: contain;
  object-fit: contain;
  transform: translateY(50%);
  filter: grayscale(1);
  opacity: 0.1;
}
@media only screen and (max-width: 1024px) {
  .contact-banner-container .wrap img.tel {
    width: 4rem;
    height: 4rem;
    bottom: 4rem;
    right: 2rem;
  }
}
.pages section+section {
  margin-top: 4rem;
}
@media only screen and (max-width: 599px) {
  .pages section+section {
    margin-top: 3rem;
  }
}
.pages h2 {
  margin-bottom: 1rem;
}
.page-thumb {
  width: 100%;
  height: 30rem;
  display: flex;
  align-items: center;
  padding: 0 10%;
  box-sizing: border-box;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 1024px) {
  .page-thumb {
    padding: 0 5%;
    height: 22rem;
  }
}
@media only screen and (max-width: 599px) {
  .page-thumb {
    height: 18rem;
  }
}
.page-thumb h2 {
  margin-top: 3rem;
}
.column-img {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 3rem;
}
@media only screen and (max-width: 1024px) {
  .column-img {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.column-img .wrap-img img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: contain;
  object-fit: contain;
}
.column-img .wrap-text li {
  font-weight: 700;
}
.column-img .wrap-text .license-img {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  margin-top: 1rem;
}
.column-img .wrap-text .license-img img {
  width: 6rem;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.recruit-movie {
  margin: 0;
  margin-left: auto;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 599px) {
  .recruit-movie {
    margin-bottom: 3rem;
  }
}
.recruit-movie .wrap-text h2 {
  margin-bottom: 0.5rem !important;
}
.column-movie {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  align-items: center;
  gap: 1.5rem;
}
@media only screen and (max-width: 1024px) {
  .column-movie {
    grid-template-columns: 1fr;
  }
}
.column-movie .wrap-text {
  margin-right: 5%;
}
.column-movie .wrap-text h3 {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
  color: #000;
  margin: 0;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1024px) {
  .column-movie .wrap-text h3 {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 599px) {
  .column-movie .wrap-text h3 {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 1440px) {
  .column-movie .wrap-text h3 {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.45;
    color: #000;
    margin: 0;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 1440px) and (max-width: 599px) {
  .column-movie .wrap-text h3 {
    font-size: 1.8rem;
  }
}
.column-movie .wrap-movie {
  height: 0;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.column-movie .wrap-movie iframe {
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  position: absolute;
  left: -2px;
  top: -2px;
  -o-object-fit: cover;
  object-fit: cover;
}
.column-text-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
}
@media only screen and (max-width: 1024px) {
  .column-text-list {
    gap: 1rem;
  }
}
.column-text-list li {
  display: grid;
  grid-template-columns: 9rem 1fr;
}
@media only screen and (max-width: 1024px) {
  .column-text-list li {
    grid-template-columns: 1fr;
  }
}
.column-text-list li h3,
.column-text-list li p,
.column-text-list li a {
  font-size: 0.88rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.6;
  color: #000;
  margin: 0;
}
@media only screen and (max-width: 599px) {
  .column-text-list li h3,
  .column-text-list li p,
  .column-text-list li a {
    font-size: 1rem;
  }
}
.column-text-list li h3 {
  font-weight: 700;
}
.page-company .contact-banner-container,
.page-recruit .contact-banner-container {
  background-color: #f3f3f3;
  padding: 0;
}
.page-recruit .column-text-list {
  gap: 1.5rem;
}
@media only screen and (max-width: 1024px) {
  .page-recruit .column-text-list {
    gap: 1rem;
  }
}
.point-list ol {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
.point-list ol li {
  background-color: #6495ed;
  border-radius: 300px;
  list-style: none;
  display: flex;
  gap: 1rem;
  padding-left: 1rem;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .point-list ol li {
    display: block;
    position: relative;
    border-radius: 1rem;
    padding: 1rem;
  }
}
.point-list ol li span {
  font-size: 6rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.3;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 0.5rem;
}
@media only screen and (max-width: 1024px) {
  .point-list ol li span {
    position: absolute;
    top: 0.25rem;
    left: 1rem;
    padding: 0;
    font-size: 4rem;
  }
}
.point-list ol li h3 {
  font-size: 1.333rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.588;
  color: #fff;
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  .point-list ol li h3 {
    padding-left: 4.5rem;
  }
}
.point-list ol li p {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.7;
  color: #fff;
  margin: 0;
  font-weight: 700;
  margin-top: 5px;
}
@media only screen and (max-width: 1024px) {
  .point-list ol li p {
    margin-top: 0.5rem;
  }
}
.gallery-block ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
}
@media only screen and (max-width: 1024px) {
  .gallery-block ul {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 599px) {
  .gallery-block ul {
    grid-template-columns: 1fr;
  }
}
.gallery-block ul li img {
  width: 100%;
  border-radius: 10px;
}
.gallery-block ul li p {
  margin-top: 5px;
}
footer {
  background-color: #fff;
}
footer .footer-wrap {
  display: flex;
  padding: 2rem 5%;
  box-sizing: border-box;
  justify-content: space-between;
  align-items: flex-end;
}
@media only screen and (max-width: 1024px) {
  footer .footer-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.2rem;
    padding: 2rem 5% 1.5rem;
  }
}
footer .footer-wrap .footer-cap {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  footer .footer-wrap .footer-cap {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}
footer .footer-wrap .footer-cap h2 {
  font-weight: 700;
  margin: 0;
}
footer .footer-wrap .footer-cap p,
footer .footer-wrap .footer-cap a {
  margin: 0;
}
footer .footer-wrap .footer-cap a {
  text-decoration: underline;
}
@media only screen and (max-width: 1024px) {
  footer .footer-wrap small {
    margin-left: auto;
    font-size: 0.7rem;
  }
}

/*# sourceMappingURL=app.css.map */
