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

html {
  font-size: 1.3714285714px;
  scroll-behavior: smooth;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 0.1302083333vw;
  }
}

body {
  font-family: Noto Sans JP;
}

.container {
  margin: auto;
}

.forpc {
  display: block;
}
@media screen and (max-width: 768px) {
  .forpc {
    display: none;
  }
}

.forsp {
  display: none;
}
@media screen and (max-width: 768px) {
  .forsp {
    display: block;
  }
}

p {
  margin-bottom: 0;
}

img {
  width: 100%;
}

a {
  text-decoration: none;
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  padding: 0 20px;
  background: transparent;
  transition: 0.3s;
}
@media screen and (max-width: 1600px) {
  header {
    padding: 0 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  header {
    padding: 0 20rem;
  }
}
header .container {
  height: 110px;
  max-width: 1800px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1600px) {
  header .container {
    height: 6.875vw;
    max-width: 112.5vw;
  }
}
@media screen and (max-width: 768px) {
  header .container {
    height: 110rem;
    max-width: 90%;
  }
}
header .container .logo img {
  max-width: 100px;
}
@media screen and (max-width: 1600px) {
  header .container .logo img {
    max-width: 6.25vw;
  }
}
@media screen and (max-width: 768px) {
  header .container .logo img {
    max-width: 100rem;
  }
}
header .container .pages .pc-header {
  display: flex;
  align-items: center;
  list-style: none;
}
@media screen and (max-width: 768px) {
  header .container .pages .pc-header {
    display: none;
  }
}
header .container .pages .pc-header li {
  position: relative;
  font-size: 20px;
  margin-left: 60px;
}
@media screen and (max-width: 1600px) {
  header .container .pages .pc-header li {
    font-size: 1.25vw;
    margin-left: 3.75vw;
  }
}
@media screen and (max-width: 768px) {
  header .container .pages .pc-header li {
    font-size: 24rem;
    margin-left: 60rem;
  }
}
header .container .pages .pc-header li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #000;
  transition: 0.5s;
}
header .container .pages .pc-header li:hover:after {
  width: 100%;
}
header .container .pages .pc-header li.insta::after {
  content: none;
}
header .container .pages .pc-header li a {
  color: #000;
}
header .container .pages .pc-header li img {
  max-width: 70px;
}
@media screen and (max-width: 1600px) {
  header .container .pages .pc-header li img {
    max-width: 4.375vw;
  }
}
@media screen and (max-width: 768px) {
  header .container .pages .pc-header li img {
    max-width: 70rem;
  }
}
header .container .pages .ham-btn {
  display: none;
}
@media screen and (max-width: 768px) {
  header .container .pages .ham-btn {
    display: block;
    background: transparent;
    border: none;
    font-size: 40rem;
  }
}
header .container .pages .sp-header {
  display: none;
}
@media screen and (max-width: 768px) {
  header .container .pages .sp-header {
    display: block;
    width: 350rem;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    background: #fac48f;
    transform: translateX(355rem);
    transition: 0.5s;
  }
}
header .container .pages .sp-header ul {
  list-style: none;
  padding-top: 80rem;
  padding-left: 60rem;
}
header .container .pages .sp-header ul li {
  font-size: 28rem;
  margin-bottom: 40rem;
}
header .container .pages .sp-header ul li button {
  position: absolute;
  font-size: 50rem;
  background: transparent;
  border: none;
  top: 20rem;
  right: 40rem;
}
header .container .pages .sp-header ul li a {
  color: #000;
}
header .container .pages .sp-header ul li img {
  max-width: 80rem;
}
header.header_bg {
  background: #fff;
}

.fv {
  background: url("../img/new-top.jpg");
  background-repeat: no-repeat;
  background-position: 0% 30%;
  background-size: cover;
}
.fv .container {
  display: flex;
  align-items: center;
  height: 700px;
  max-width: 1160px;
}
@media screen and (max-width: 1600px) {
  .fv .container {
    height: 43.75vw;
    max-width: 72.5vw;
  }
}
@media screen and (max-width: 768px) {
  .fv .container {
    height: 700rem;
    max-width: 90%;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .fv .container .fv-main {
    text-align: center;
    padding-top: 100rem;
  }
}
.fv .container .fv-main p {
  font-size: 30px;
  color: #000349;
  -webkit-text-stroke: 1px #dddddd; /* ベンダープレフィックス */
  font-weight: bold;
}
@media screen and (max-width: 1600px) {
  .fv .container .fv-main p {
    font-size: 1.875vw;
  }
}
@media screen and (max-width: 768px) {
  .fv .container .fv-main p {
    font-size: 30rem;
  }
}
.fv .container .fv-main h1 {
  font-size: 60px;
  color: #000349;
  -webkit-text-stroke: 1px #dddddd; /* ベンダープレフィックス */
  font-weight: bold;
  margin-bottom: 40px;
}
@media screen and (max-width: 1600px) {
  .fv .container .fv-main h1 {
    font-size: 3.75vw;
    margin-bottom: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .fv .container .fv-main h1 {
    font-size: 60rem;
    margin-bottom: 40rem;
  }
}
.fv .container .fv-main h1 span {
  font-size: 45px;
  padding-right: 15px;
}
@media screen and (max-width: 1700px) {
  .fv .container .fv-main h1 span {
    font-size: 2.6470588235vw;
    padding-right: 0.8823529412vw;
  }
}
@media screen and (max-width: 768px) {
  .fv .container .fv-main h1 span {
    font-size: 45rem;
    padding-right: 15rem;
  }
}
.fv .container .fv-main a {
  background: #F27900;
  font-size: 16px;
  padding: 16px 190px 16px 30px;
  border-radius: 100px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .fv .container .fv-main a {
    font-size: 1vw;
    padding: 1vw 11.875vw 1vw 1.875vw;
  }
}
@media screen and (max-width: 768px) {
  .fv .container .fv-main a {
    font-size: 24rem;
    padding: 16rem 190rem 16rem 30rem;
  }
}
.fv .container .fv-main a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 30px;
  height: 10px;
  transform: translateY(-50%);
  background: url(../img/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: 0.5s;
}
@media screen and (max-width: 1600px) {
  .fv .container .fv-main a:after {
    right: 1.875vw;
    width: 0.9375vw;
    height: 0.4375vw;
  }
}
@media screen and (max-width: 768px) {
  .fv .container .fv-main a:after {
    right: 30rem;
    width: 25rem;
    height: 14rem;
  }
}
.fv .container .fv-main a:hover::after {
  right: 15px;
}
@media screen and (max-width: 1600px) {
  .fv .container .fv-main a:hover::after {
    right: 0.9375vw;
  }
}
@media screen and (max-width: 768px) {
  .fv .container .fv-main a:hover::after {
    right: 15rem;
  }
}

.insta_banner {
  padding-top: 120px;
}
@media screen and (max-width: 1600px) {
  .insta_banner {
    padding-top: 7.5vw;
  }
}
@media screen and (max-width: 768px) {
  .insta_banner {
    padding-top: 120rem;
  }
}
.insta_banner .container {
  max-width: 1000px;
}
@media screen and (max-width: 1600px) {
  .insta_banner .container {
    max-width: 62.5vw;
  }
}
@media screen and (max-width: 768px) {
  .insta_banner .container {
    max-width: 90%;
  }
}
.insta_banner .container a {
  transition: 0.3s;
}
.insta_banner .container a img {
  width: 100%;
}
.insta_banner .container a:hover {
  opacity: 0.6;
}

.p-content {
  background: #F2F3FF;
  padding: 80px 0;
  text-align: center;
}
@media screen and (max-width: 1600px) {
  .p-content {
    padding: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-content {
    padding: 80rem 0;
  }
}
.p-content .container {
  max-width: 1160px;
}
@media screen and (max-width: 1600px) {
  .p-content .container {
    max-width: 72.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-content .container {
    max-width: 90%;
  }
}
.p-content .container p {
  font-size: 20px;
  line-height: 2;
  color: #000;
}
@media screen and (max-width: 1600px) {
  .p-content .container p {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .p-content .container p {
    font-size: 24rem;
  }
}

.new-mem {
  padding-top: 120px;
}
@media screen and (max-width: 1600px) {
  .new-mem {
    padding-top: 7.5vw;
  }
}
@media screen and (max-width: 768px) {
  .new-mem {
    padding-top: 120rem;
  }
}
.new-mem .container {
  max-width: 1160px;
}
@media screen and (max-width: 1600px) {
  .new-mem .container {
    max-width: 72.5vw;
  }
}
@media screen and (max-width: 768px) {
  .new-mem .container {
    max-width: 90%;
  }
}
.new-mem .container .new-title {
  padding-bottom: 50px;
}
@media screen and (max-width: 1600px) {
  .new-mem .container .new-title {
    padding-bottom: 3.125vw;
  }
}
@media screen and (max-width: 768px) {
  .new-mem .container .new-title {
    padding-bottom: 50rem;
  }
}
.new-mem .container .new-title h2 {
  font-size: 40px;
  font-weight: bold;
  color: #000349;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 1600px) {
  .new-mem .container .new-title h2 {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .new-mem .container .new-title h2 {
    font-size: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .new-mem .container .new-title h2.other-h {
    line-height: 1.7;
  }
}
@media screen and (max-width: 768px) {
  .new-mem .container .new-title h2.other-h span {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .new-mem .container .new-title.little-sm h2 {
    font-size: 38rem;
  }
}
.new-mem .container .remote {
  padding: 60px 0;
  text-align: center;
}
@media screen and (max-width: 1600px) {
  .new-mem .container .remote {
    padding: 3.75vw 0;
  }
}
@media screen and (max-width: 768px) {
  .new-mem .container .remote {
    padding: 60rem;
  }
}
.new-mem .container .remote .container {
  max-width: 1160px;
}
@media screen and (max-width: 1600px) {
  .new-mem .container .remote .container {
    max-width: 72.5vw;
  }
}
@media screen and (max-width: 768px) {
  .new-mem .container .remote .container {
    max-width: 90%;
  }
}
.new-mem .container .remote .container .remote-content {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.new-mem .container .remote .container .remote-content .remote-ele {
  position: relative;
  width: 500px;
  height: 350px;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-width: 1600px) {
  .new-mem .container .remote .container .remote-content .remote-ele {
    width: 66.25vw;
    height: 34.375vw;
  }
}
@media screen and (max-width: 768px) {
  .new-mem .container .remote .container .remote-content .remote-ele {
    width: 600rem;
    height: 500rem;
    margin-bottom: 50rem;
  }
}
.new-mem .container .remote .container .remote-content .remote-ele img {
  width: unset;
  height: 100%;
  transition: 0.5s;
}
.new-mem .container .remote .container .remote-content .remote-ele:hover img {
  transform: scale(1.05);
  opacity: 0.7;
}
.new-mem .container .remote .container .remote-content .remote-ele .remote-txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1600px) {
  .new-mem .container .remote .container .remote-content .remote-ele .remote-txt {
    height: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .new-mem .container .remote .container .remote-content .remote-ele .remote-txt {
    height: 100rem;
  }
}
.new-mem .container .remote .container .remote-content .remote-ele .remote-txt p {
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
  color: #000349;
}
@media screen and (max-width: 1600px) {
  .new-mem .container .remote .container .remote-content .remote-ele .remote-txt p {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .new-mem .container .remote .container .remote-content .remote-ele .remote-txt p {
    font-size: 25rem;
  }
}
.new-mem .container .new-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .new-mem .container .new-content {
    flex-direction: column;
  }
}
.new-mem .container .new-content .new-img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .new-mem .container .new-content .new-img {
    width: 100%;
    margin-bottom: 30rem;
    text-align: center;
  }
}
.new-mem .container .new-content .new-img img {
  max-width: 580px;
}
@media screen and (max-width: 1600px) {
  .new-mem .container .new-content .new-img img {
    max-width: 36.25vw;
  }
}
@media screen and (max-width: 768px) {
  .new-mem .container .new-content .new-img img {
    max-width: 580rem;
  }
}
.new-mem .container .new-content .new-txt {
  text-align: center;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .new-mem .container .new-content .new-txt {
    width: 100%;
  }
}
.new-mem .container .new-content .new-txt p {
  padding-left: 40px;
  font-size: 20px;
  line-height: 2;
  text-align: left;
  margin-bottom: 40px;
}
@media screen and (max-width: 1600px) {
  .new-mem .container .new-content .new-txt p {
    padding-left: 2.5vw;
    font-size: 1.25vw;
    margin-bottom: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .new-mem .container .new-content .new-txt p {
    padding-left: 0;
    font-size: 24rem;
    margin-bottom: 40rem;
    text-align: center;
  }
}
.new-mem .container .new-content .new-txt p span {
  background-image: linear-gradient(transparent 50%, #FFFF00 0%);
}
.new-mem .container .new-content .new-txt p span.no-more {
  background-image: none;
  padding-top: 20px;
  display: block;
  font-size: 22px;
  font-weight: 500;
  color: #ff0000;
}
@media screen and (max-width: 1600px) {
  .new-mem .container .new-content .new-txt p span.no-more {
    font-size: 1.375vw;
    padding-top: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .new-mem .container .new-content .new-txt p span.no-more {
    font-size: 26rem;
    padding-top: 20rem;
  }
}
.new-mem .container .new-content .new-txt h2 {
  font-size: 28px;
  font-weight: bold;
  color: #000349;
  line-height: 1;
  text-align: left;
  padding-bottom: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 1600px) {
  .new-mem .container .new-content .new-txt h2 {
    padding-bottom: 2.5vw;
    padding-left: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .new-mem .container .new-content .new-txt h2 {
    font-size: 40rem;
    padding-bottom: 40rem;
    padding-left: 0;
  }
}
.new-mem .container .new-content .new-txt.right-txt p {
  padding-left: 0;
  padding-right: 40px;
}
@media screen and (max-width: 1600px) {
  .new-mem .container .new-content .new-txt.right-txt p {
    padding-right: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .new-mem .container .new-content .new-txt.right-txt p {
    padding-right: 0;
  }
}
.new-mem .container .new-content .new-txt a {
  background: #F27900;
  font-size: 16px;
  padding: 16px 190px 16px 30px;
  border-radius: 100px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .new-mem .container .new-content .new-txt a {
    font-size: 1vw;
    padding: 1vw 11.875vw 1vw 1.875vw;
  }
}
@media screen and (max-width: 768px) {
  .new-mem .container .new-content .new-txt a {
    font-size: 24rem;
    padding: 16rem 190rem 16rem 30rem;
    margin-bottom: 50px;
  }
}
.new-mem .container .new-content .new-txt a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 30px;
  height: 10px;
  transform: translateY(-50%);
  background: url(../img/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: 0.5s;
}
@media screen and (max-width: 1600px) {
  .new-mem .container .new-content .new-txt a:after {
    right: 1.875vw;
    width: 0.9375vw;
    height: 0.4375vw;
  }
}
@media screen and (max-width: 768px) {
  .new-mem .container .new-content .new-txt a:after {
    right: 30rem;
    width: 25rem;
    height: 14rem;
  }
}
.new-mem .container .new-content .new-txt a:hover::after {
  right: 15px;
}
@media screen and (max-width: 1600px) {
  .new-mem .container .new-content .new-txt a:hover::after {
    right: 0.9375vw;
  }
}
@media screen and (max-width: 768px) {
  .new-mem .container .new-content .new-txt a:hover::after {
    right: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .new-mem .container .new-content.no-block {
    padding-top: 80rem;
  }
}
.new-mem .container .new-content.no-block .new-img {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .new-mem .container .new-content.no-block .new-img {
    width: 55%;
  }
}
.new-mem .container .new-content.no-block .new-txt {
  width: 40%;
  padding-left: 80px;
}
@media screen and (max-width: 1600px) {
  .new-mem .container .new-content.no-block .new-txt {
    padding-left: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .new-mem .container .new-content.no-block .new-txt {
    padding-left: 0;
    width: 45%;
  }
}
.new-mem .container .new-content.no-block .new-txt p {
  text-align: left;
}
.new-mem .container .new-content2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .new-mem .container .new-content2 {
    flex-direction: column-reverse;
  }
}
.new-mem .container .new-margin {
  margin-bottom: 50px;
}
.new-mem .container .new-footer {
  padding-bottom: 60px;
  padding-top: 60px;
}
@media screen and (max-width: 1600px) {
  .new-mem .container .new-footer {
    padding-bottom: 3.75vw;
    padding-top: 3.75vw;
  }
}
@media screen and (max-width: 768px) {
  .new-mem .container .new-footer {
    padding-bottom: 60rem;
    padding-top: 60rem;
  }
}
.new-mem .container .new-footer p {
  font-size: 20px;
  line-height: 2;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 1600px) {
  .new-mem .container .new-footer p {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .new-mem .container .new-footer p {
    font-size: 24rem;
  }
}
.new-mem .container .new-footer p span {
  background-image: linear-gradient(transparent 50%, #FFFF00 0);
}
.new-mem .container .new-footer .new-footer-img {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .new-mem .container .new-footer .new-footer-img {
    flex-direction: column;
  }
}
.new-mem .container .new-footer .new-footer-img .new-img-ele {
  width: 370px;
  height: 341px;
}
@media screen and (max-width: 1600px) {
  .new-mem .container .new-footer .new-footer-img .new-img-ele {
    width: 23.125vw;
    height: 21.3125vw;
  }
}
@media screen and (max-width: 768px) {
  .new-mem .container .new-footer .new-footer-img .new-img-ele {
    width: 500rem;
    height: auto;
  }
}
.new-mem .container .new-footer .new-footer-img .new-img-ele img {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .new-mem .container .new-footer .new-footer-img .new-img-ele.middle-img {
    margin: 50rem 0;
  }
}
.new-mem .container .new-footer.business-footer p {
  text-align: left;
}
.new-mem .container .new-footer.again-footer {
  padding-top: 0;
  padding-bottom: 80px;
}
@media screen and (max-width: 1600px) {
  .new-mem .container .new-footer.again-footer {
    padding-bottom: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .new-mem .container .new-footer.again-footer {
    padding-bottom: 80rem;
  }
}
.new-mem.other-bg {
  margin-top: 120px;
  padding-bottom: 60px;
}
@media screen and (max-width: 1600px) {
  .new-mem.other-bg {
    margin-top: 7.5vw;
    padding-bottom: 3.75vw;
  }
}
@media screen and (max-width: 768px) {
  .new-mem.other-bg {
    margin-top: 120rem;
    padding-bottom: 60rem;
  }
}
.new-mem.recruitment-content {
  padding-bottom: 120px;
}
@media screen and (max-width: 1600px) {
  .new-mem.recruitment-content {
    padding-bottom: 7.5vw;
  }
}
@media screen and (max-width: 768px) {
  .new-mem.recruitment-content {
    padding-bottom: 120rem;
  }
}
.new-mem.index-new {
  padding-top: 0;
  padding-bottom: 120px;
}
@media screen and (max-width: 1600px) {
  .new-mem.index-new {
    padding-bottom: 7.5vw;
  }
}
@media screen and (max-width: 768px) {
  .new-mem.index-new {
    padding-bottom: 120rem;
  }
}
.new-mem.recruitment-first {
  margin-bottom: 120px;
}
@media screen and (max-width: 1600px) {
  .new-mem.recruitment-first {
    margin-bottom: 7.5vw;
  }
}
@media screen and (max-width: 768px) {
  .new-mem.recruitment-first {
    margin-bottom: 120rem;
  }
}
.new-mem.new-mem-content {
  padding-bottom: 120px;
}
@media screen and (max-width: 1600px) {
  .new-mem.new-mem-content {
    padding-bottom: 7.5vw;
  }
}
@media screen and (max-width: 768px) {
  .new-mem.new-mem-content {
    padding-bottom: 120rem;
  }
}

.remote {
  padding: 120px 0;
  text-align: center;
}
@media screen and (max-width: 1600px) {
  .remote {
    padding: 7.5vw 0;
  }
}
@media screen and (max-width: 768px) {
  .remote {
    padding: 120rem;
  }
}
.remote .container {
  max-width: 1160px;
}
@media screen and (max-width: 1600px) {
  .remote .container {
    max-width: 72.5vw;
  }
}
@media screen and (max-width: 768px) {
  .remote .container {
    max-width: 90%;
  }
}
.remote .container .title {
  margin-bottom: 50px;
}
@media screen and (max-width: 1600px) {
  .remote .container .title {
    margin-bottom: 3.125vw;
  }
}
@media screen and (max-width: 768px) {
  .remote .container .title {
    margin-bottom: 50rem;
  }
}
.remote .container .title h2 {
  font-size: 40px;
  color: #000349;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 1600px) {
  .remote .container .title h2 {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .remote .container .title h2 {
    font-size: 40rem;
  }
}
.remote .container .remote-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 1600px) {
  .remote .container .remote-content {
    margin-bottom: 3.75vw;
  }
}
@media screen and (max-width: 768px) {
  .remote .container .remote-content {
    flex-direction: column;
  }
}
.remote .container .remote-content .remote-ele {
  position: relative;
  width: 360px;
  height: 350px;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-width: 1600px) {
  .remote .container .remote-content .remote-ele {
    width: 22.5vw;
    height: 21.875vw;
  }
}
@media screen and (max-width: 768px) {
  .remote .container .remote-content .remote-ele {
    width: 500rem;
    height: 500rem;
    margin-bottom: 50rem;
  }
}
.remote .container .remote-content .remote-ele img {
  width: unset;
  height: 100%;
  transition: 0.5s;
}
.remote .container .remote-content .remote-ele:hover img {
  transform: scale(1.05);
  opacity: 0.7;
}
.remote .container .remote-content .remote-ele .remote-txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1600px) {
  .remote .container .remote-content .remote-ele .remote-txt {
    height: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .remote .container .remote-content .remote-ele .remote-txt {
    height: 100rem;
  }
}
.remote .container .remote-content .remote-ele .remote-txt p {
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
  color: #000349;
}
@media screen and (max-width: 1600px) {
  .remote .container .remote-content .remote-ele .remote-txt p {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .remote .container .remote-content .remote-ele .remote-txt p {
    font-size: 25rem;
  }
}
.remote .container .remote-more-btn {
  background: #F27900;
  font-size: 16px;
  padding: 16px 190px 16px 30px;
  border-radius: 100px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .remote .container .remote-more-btn {
    font-size: 1vw;
    padding: 1vw 11.875vw 1vw 1.875vw;
  }
}
@media screen and (max-width: 768px) {
  .remote .container .remote-more-btn {
    font-size: 24rem;
    padding: 16rem 190rem 16rem 30rem;
  }
}
.remote .container .remote-more-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 30px;
  height: 10px;
  transform: translateY(-50%);
  background: url("../img/arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: 0.5s;
}
@media screen and (max-width: 1600px) {
  .remote .container .remote-more-btn:after {
    right: 1.875vw;
    width: 0.9375vw;
    height: 0.4375vw;
  }
}
@media screen and (max-width: 768px) {
  .remote .container .remote-more-btn:after {
    right: 30rem;
    width: 25rem;
    height: 14rem;
  }
}
.remote .container .remote-more-btn:hover::after {
  right: 15px;
}
@media screen and (max-width: 1600px) {
  .remote .container .remote-more-btn:hover::after {
    right: 0.9375vw;
  }
}
@media screen and (max-width: 768px) {
  .remote .container .remote-more-btn:hover::after {
    right: 15rem;
  }
}

.contact {
  background: url(../img/contact-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
}
@media screen and (max-width: 1600px) {
  .contact {
    padding: 6.25vw 0;
  }
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 100rem 0;
  }
}
.contact .container {
  max-width: 1160px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1600px) {
  .contact .container {
    max-width: 72.5vw;
  }
}
@media screen and (max-width: 768px) {
  .contact .container {
    max-width: 90%;
    flex-direction: column;
  }
}
.contact .container .contact-logo {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .contact .container .contact-logo {
    width: 100%;
    margin-bottom: 30rem;
  }
}
.contact .container .contact-logo img {
  max-width: 380px;
}
@media screen and (max-width: 1600px) {
  .contact .container .contact-logo img {
    max-width: 23.75vw;
  }
}
@media screen and (max-width: 768px) {
  .contact .container .contact-logo img {
    max-width: 380rem;
  }
}
.contact .container .contact-txt {
  text-align: center;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .contact .container .contact-txt {
    width: 100%;
  }
}
.contact .container .contact-txt h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  color: #000349;
  margin-bottom: 50px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media screen and (max-width: 1600px) {
  .contact .container .contact-txt h2 {
    font-size: 1.875vw;
    margin-bottom: 3.125vw;
  }
}
@media screen and (max-width: 768px) {
  .contact .container .contact-txt h2 {
    font-size: 30rem;
    margin-bottom: 50rem;
  }
}
.contact .container .contact-txt h2 span {
  padding-left: 10px;
  font-size: 40px;
}
@media screen and (max-width: 1600px) {
  .contact .container .contact-txt h2 span {
    font-size: 2.5vw;
    padding-left: 0.625vw;
  }
}
@media screen and (max-width: 768px) {
  .contact .container .contact-txt h2 span {
    font-size: 40rem;
    padding-left: 10rem;
  }
}
.contact .container .contact-txt h2 img {
  width: 280px;
  padding-left: 30px;
}
@media screen and (max-width: 1600px) {
  .contact .container .contact-txt h2 img {
    width: 17.5vw;
    padding-left: 1.875vw;
  }
}
@media screen and (max-width: 768px) {
  .contact .container .contact-txt h2 img {
    width: 280rem;
    padding-left: 30rem;
  }
}
.contact .container .contact-txt p {
  font-size: 20px;
  line-height: 2;
  color: #000;
  margin-bottom: 60px;
  text-align: left;
}
@media screen and (max-width: 1600px) {
  .contact .container .contact-txt p {
    font-size: 1.25vw;
    margin-bottom: 3.75vw;
  }
}
@media screen and (max-width: 768px) {
  .contact .container .contact-txt p {
    font-size: 24rem;
    margin-bottom: 60rem;
    text-align: center;
  }
}
.contact .container .contact-txt a {
  background: #000349;
  font-size: 16px;
  padding: 16px 190px 16px 30px;
  border-radius: 100px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .contact .container .contact-txt a {
    font-size: 1vw;
    padding: 1vw 11.875vw 1vw 1.875vw;
  }
}
@media screen and (max-width: 768px) {
  .contact .container .contact-txt a {
    font-size: 24rem;
    padding: 16rem 190rem 16rem 30rem;
  }
}
.contact .container .contact-txt a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 30px;
  height: 10px;
  transform: translateY(-50%);
  background: url(../img/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: 0.5s;
}
@media screen and (max-width: 1600px) {
  .contact .container .contact-txt a:after {
    right: 1.875vw;
    width: 0.9375vw;
    height: 0.4375vw;
  }
}
@media screen and (max-width: 768px) {
  .contact .container .contact-txt a:after {
    right: 30rem;
    width: 25rem;
    height: 14rem;
  }
}
.contact .container .contact-txt a:hover::after {
  right: 15px;
}
@media screen and (max-width: 1600px) {
  .contact .container .contact-txt a:hover::after {
    right: 0.9375vw;
  }
}
@media screen and (max-width: 768px) {
  .contact .container .contact-txt a:hover::after {
    right: 15rem;
  }
}

.company {
  padding: 150px 0;
}
@media screen and (max-width: 1600px) {
  .company {
    padding: 9.375vw 0;
  }
}
@media screen and (max-width: 768px) {
  .company {
    padding: 150rem 0;
  }
}
.company .container {
  max-width: 1160px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1600px) {
  .company .container {
    max-width: 72.5vw;
  }
}
@media screen and (max-width: 768px) {
  .company .container {
    max-width: 90%;
    flex-direction: column;
  }
}
.company .container .company-txt {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .company .container .company-txt {
    text-align: center;
    width: 100%;
    margin-bottom: 60rem;
  }
}
.company .container .company-txt h2 {
  font-size: 40px;
  color: #000349;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 50px;
}
@media screen and (max-width: 1600px) {
  .company .container .company-txt h2 {
    font-size: 2.5vw;
    margin-bottom: 3.125vw;
  }
}
@media screen and (max-width: 768px) {
  .company .container .company-txt h2 {
    font-size: 40rem;
    margin-bottom: 50rem;
  }
}
.company .container .company-txt .company-infor {
  display: flex;
  align-items: center;
  justify-content: left;
  margin-bottom: 30px;
}
@media screen and (max-width: 1600px) {
  .company .container .company-txt .company-infor {
    margin-bottom: 1.875vw;
  }
}
@media screen and (max-width: 768px) {
  .company .container .company-txt .company-infor {
    width: 90%;
    justify-content: center;
    margin: auto;
    margin-bottom: 50rem;
  }
}
.company .container .company-txt .company-infor .infor-title {
  list-style: none;
  width: 30%;
  text-align: left;
}
.company .container .company-txt .company-infor .infor-title li {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #000349;
  line-height: 1;
}
@media screen and (max-width: 1600px) {
  .company .container .company-txt .company-infor .infor-title li {
    margin-bottom: 1.25vw;
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .company .container .company-txt .company-infor .infor-title li {
    font-size: 24rem;
    margin-bottom: 20rem;
  }
}
.company .container .company-txt .company-infor .infor-txt {
  list-style: none;
  text-align: left;
}
.company .container .company-txt .company-infor .infor-txt li {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #000349;
  line-height: 1;
}
@media screen and (max-width: 1600px) {
  .company .container .company-txt .company-infor .infor-txt li {
    margin-bottom: 1.25vw;
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .company .container .company-txt .company-infor .infor-txt li {
    font-size: 24rem;
    margin-bottom: 20rem;
  }
}
.company .container .company-txt a {
  background: #F27900;
  font-size: 16px;
  padding: 16px 190px 16px 30px;
  border-radius: 100px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .company .container .company-txt a {
    font-size: 1vw;
    padding: 1vw 11.875vw 1vw 1.875vw;
  }
}
@media screen and (max-width: 768px) {
  .company .container .company-txt a {
    font-size: 24rem;
    padding: 16rem 190rem 16rem 30rem;
  }
}
.company .container .company-txt a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 30px;
  height: 10px;
  transform: translateY(-50%);
  background: url(../img/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: 0.5s;
}
@media screen and (max-width: 1600px) {
  .company .container .company-txt a:after {
    right: 1.875vw;
    width: 0.9375vw;
    height: 0.4375vw;
  }
}
@media screen and (max-width: 768px) {
  .company .container .company-txt a:after {
    right: 30rem;
    width: 25rem;
    height: 14rem;
  }
}
.company .container .company-txt a:hover::after {
  right: 15px;
}
@media screen and (max-width: 1600px) {
  .company .container .company-txt a:hover::after {
    right: 0.9375vw;
  }
}
@media screen and (max-width: 768px) {
  .company .container .company-txt a:hover::after {
    right: 15rem;
  }
}
.company .container .google-map {
  width: 580px;
  height: 450px;
}
@media screen and (max-width: 1600px) {
  .company .container .google-map {
    width: 36.25vw;
    height: 28.125vw;
  }
}
@media screen and (max-width: 768px) {
  .company .container .google-map {
    width: 580rem;
    height: 450rem;
  }
}
.company .container .google-map iframe {
  width: 100%;
  height: 100%;
}

footer {
  background: #F7F6F5;
  height: 90px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1600px) {
  footer {
    height: 5.625vw;
  }
}
@media screen and (max-width: 768px) {
  footer {
    height: 90rem;
  }
}
footer p {
  font-size: 16px;
  color: #595F64;
  line-height: 1;
}
@media screen and (max-width: 1600px) {
  footer p {
    font-size: 1vw;
  }
}
@media screen and (max-width: 768px) {
  footer p {
    font-size: 22rem;
  }
}

.page-fv {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 500px;
  padding-top: 55px;
}
.page-fv.business-fv {
  background: url("../img/2024.5 (1).jpg");
  background-repeat: no-repeat;
  background-position: center;
}
.page-fv.recruitment-fv {
  background: url("../img/1716254580986.jpg");
  background-repeat: no-repeat;
  background-position: 0% 53%;
  background-size: 100% auto;
}
.page-fv.contact-fv {
  background: url("../img/1716254565577.jpg");
  background-repeat: no-repeat;
  background-position: 0% 20%;
  background-size: 109% auto;
}
@media screen and (max-width: 1600px) {
  .page-fv {
    height: 31.25vw;
    padding-top: 3.4375vw;
  }
}
@media screen and (max-width: 768px) {
  .page-fv {
    height: 500rem;
    padding-top: 55rem;
  }
}
.page-fv h1 {
  font-size: 60px;
  font-weight: bold;
  color: #000349;
  -webkit-text-stroke: 1px #dddddd; /* ベンダープレフィックス */
  line-height: 1;
}
@media screen and (max-width: 1600px) {
  .page-fv h1 {
    font-size: 3.75vw;
  }
}
@media screen and (max-width: 768px) {
  .page-fv h1 {
    font-size: 60rem;
    padding-top: 60rem;
  }
}

.url {
  background: #FEBC3C;
}
.url .container {
  width: 1160px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: left;
}
@media screen and (max-width: 1600px) {
  .url .container {
    width: 72.5vw;
    height: 3.125vw;
  }
}
@media screen and (max-width: 768px) {
  .url .container {
    width: 90%;
    height: 50rem;
  }
}
.url .container ul {
  display: flex;
  align-items: center;
  list-style: none;
}
.url .container ul li {
  padding-right: 25px;
  font-size: 16px;
  color: #000;
}
@media screen and (max-width: 1600px) {
  .url .container ul li {
    padding-right: 1.5625vw;
    font-size: 1vw;
  }
}
@media screen and (max-width: 768px) {
  .url .container ul li {
    padding-right: 25rem;
    font-size: 22rem;
  }
}
.url .container ul li a {
  color: #000;
  text-decoration: none;
}

.contact-form {
  padding: 80px 0 120px;
}
@media screen and (max-width: 1600px) {
  .contact-form {
    padding: 5vw 0 7.5vw;
  }
}
@media screen and (max-width: 768px) {
  .contact-form {
    padding: 80rem 0 120rem;
  }
}
.contact-form .container {
  max-width: 960px;
}
@media screen and (max-width: 1600px) {
  .contact-form .container {
    max-width: 60vw;
  }
}
@media screen and (max-width: 768px) {
  .contact-form .container {
    max-width: 90%;
  }
}
.contact-form .container form {
  text-align: center;
}
.contact-form .container form .input-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (max-width: 1600px) {
  .contact-form .container form .input-form {
    margin-bottom: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .contact-form .container form .input-form {
    margin-bottom: 20rem;
  }
}
.contact-form .container form .input-form .input-title {
  text-align: left;
}
.contact-form .container form .input-form .input-title p {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 1600px) {
  .contact-form .container form .input-form .input-title p {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .contact-form .container form .input-form .input-title p {
    font-size: 24rem;
  }
}
.contact-form .container form .input-form .input-title p span {
  font-size: 15px;
  color: #FF0000;
}
@media screen and (max-width: 1600px) {
  .contact-form .container form .input-form .input-title p span {
    font-size: 0.9375vw;
  }
}
@media screen and (max-width: 768px) {
  .contact-form .container form .input-form .input-title p span {
    font-size: 15rem;
  }
}
.contact-form .container form .input-form .input-val {
  text-align: left;
}
.contact-form .container form .input-form .input-val input {
  width: 720px;
  height: 50px;
  border: 1px solid #707070;
  padding: 5px 5px 5px 10px;
  font-size: 20px;
}
@media screen and (max-width: 1600px) {
  .contact-form .container form .input-form .input-val input {
    width: 45vw;
    height: 3.125vw;
    padding: 0.3125vw 0.3125vw 0.3125vw 0.625vw;
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .contact-form .container form .input-form .input-val input {
    width: 480rem;
    height: 50rem;
    padding: 5rem 5rem 5rem 10rem;
    font-size: 24rem;
  }
}
.contact-form .container form .input-form .input-val p {
  font-size: 16px;
}
@media screen and (max-width: 1600px) {
  .contact-form .container form .input-form .input-val p {
    font-size: 1vw;
  }
}
@media screen and (max-width: 768px) {
  .contact-form .container form .input-form .input-val p {
    font-size: 18rem;
  }
}
.contact-form .container form .input-form .input-val textarea {
  width: 720px;
  height: 200px;
  border: 1px solid #707070;
  padding: 5px 5px 5px 10px;
  font-size: 20px;
}
@media screen and (max-width: 1600px) {
  .contact-form .container form .input-form .input-val textarea {
    width: 45vw;
    height: 12.5vw;
    padding: 0.3125vw 0.3125vw 0.3125vw 0.625vw;
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .contact-form .container form .input-form .input-val textarea {
    width: 480rem;
    height: 200rem;
    padding: 5rem 5rem 5rem 10rem;
    font-size: 24rem;
  }
}
.contact-form .container form .input-form.other-form {
  align-items: flex-start;
}
.contact-form .container form .input-form.other-form .input-title {
  padding-top: 12px;
}
@media screen and (max-width: 1600px) {
  .contact-form .container form .input-form.other-form .input-title {
    padding-top: 0.75vw;
  }
}
@media screen and (max-width: 768px) {
  .contact-form .container form .input-form.other-form .input-title {
    padding-top: 12rem;
  }
}
.contact-form .container form .input-form.radio-form {
  justify-content: left;
}
.contact-form .container form .input-form.radio-form .input-title {
  width: 240px;
}
@media screen and (max-width: 1600px) {
  .contact-form .container form .input-form.radio-form .input-title {
    width: 15vw;
  }
}
@media screen and (max-width: 768px) {
  .contact-form .container form .input-form.radio-form .input-title {
    width: 210rem;
  }
}
.contact-form .container form .input-form.radio-form .input-val .radio-ele {
  display: flex;
  align-items: center;
  justify-content: left;
  cursor: pointer;
}
.contact-form .container form .input-form.radio-form .input-val .radio-ele input {
  width: 22px;
  height: 22px;
  margin-right: 10px;
}
@media screen and (max-width: 1600px) {
  .contact-form .container form .input-form.radio-form .input-val .radio-ele input {
    width: 1.375vw;
    height: 1.375vw;
    margin-right: 0.625vw;
  }
}
@media screen and (max-width: 768px) {
  .contact-form .container form .input-form.radio-form .input-val .radio-ele input {
    width: 22rem;
    height: 22rem;
    margin-right: 10rem;
  }
}
.contact-form .container form .input-form.radio-form .input-val .radio-ele p {
  font-size: 20px;
}
@media screen and (max-width: 1600px) {
  .contact-form .container form .input-form.radio-form .input-val .radio-ele p {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .contact-form .container form .input-form.radio-form .input-val .radio-ele p {
    font-size: 20rem;
  }
}
.contact-form .container form button {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  width: 300px;
  height: 56px;
  background: #F27900;
  border-radius: 100px;
  border: none;
  margin: auto;
  margin-top: 70px;
}
@media screen and (max-width: 1600px) {
  .contact-form .container form button {
    font-size: 1vw;
    width: 18.75vw;
    height: 3.5vw;
    margin-top: 4.375vw;
  }
}
@media screen and (max-width: 768px) {
  .contact-form .container form button {
    font-size: 20rem;
    width: 300rem;
    height: 56rem;
    margin-top: 70rem;
  }
}/*# sourceMappingURL=style.css.map */