@charset "utf-8";

body.home .home-title>* {
  display: block;
  text-align: left;
  width: fit-content;
}
body.home .home-title em {
  height: 58px;
  margin-bottom: 2.5em;
}
body.home .home-title em img {
  width: auto;
  height: 100%;
}
body.home .home-title span {
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #f63e3e;
  margin-bottom: 2.5em;
}
body.home .home-title.text_wht span {
  color: #fff;
}
@media screen and (max-width:767px) {
  body.home .home-title em {
    height: 36px;
    margin-bottom: 1em;
  }
  body.home .home-title span {
    font-size: 1.25rem;
    margin-bottom: 1.5em;
  }
}
body.home .mv-wrap {
  position: relative;
  z-index: 5;
  background: #f6f6f6;
  margin-bottom: 87px;
}
body.home .mv-wrap .mv-textbox {
  position: absolute;
  z-index: 7;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  text-align: left;
  max-width: 1480px;
  margin: auto;
  padding-top: 5em;
}
body.home .mv-wrap .mv-title {
  margin-bottom: 1.5em;
  filter: drop-shadow(0 0 1px #f6f6f6)drop-shadow(0 0 1px #f6f6f6);
}
body.home .mv-wrap .mv-title>* {
  display: block;
}
body.home .mv-wrap .mv-title span {
  font-size: 2.875rem;
  font-weight: 500;
}
body.home .mv-wrap .mv-title em {
  font-size: 6.25rem;
  font-weight: 900;
  line-height: 1.2;
}
body.home .mv-wrap .mv-title strong {
  font-weight: 900;
  color: #f63e3e;
}
body.home .mv-wrap .mv-title i {
  letter-spacing: -.4em;
}
body.home .mv-wrap .mv-lead {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 2em;
}
body.home .mv-wrap .mv-recruit a {
  display: inline-block;
  filter: drop-shadow(0 0 18px rgba(0, 23, 46, 0.2));
  transition: filter .4s, transform .4s;
}
body.home .mv-wrap .mv-recruit a:hover {
  filter: drop-shadow(0 0 0 rgba(0, 23, 46, 0.2));
  transform: translateY(5px);
}
body.home .mv-wrap .mv-bgbox {
  max-height: 850px;
  min-height: 670px;
  height: 44vw;
  transform: rotate(16.25deg);
}
body.home .mv-wrap .mv-bgbox .mv-bgbox_item {
  position: absolute;
  right: 0;
  width: 30.25%;
  animation: top-bottom 100s linear infinite;
  transform: translateY(0);
}
body.home .mv-wrap .mv-bgbox .mv-bgbox_item:last-of-type {
  animation-name: top-bottom02;
  transform: translateY(100%);
}
body.home .mv-wrap .mv-bgbox .mv-bgbox_inner:nth-child(even) .mv-bgbox_item {
  animation-name: bottom-top;
  transform: translateY(100%);
  right: 30.25%;
}
body.home .mv-wrap .mv-bgbox .mv-bgbox_inner:nth-child(even) .mv-bgbox_item:last-of-type {
  animation-name: bottom-top02;
  transform: translateY(0);
}
@keyframes top-bottom {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100%);
  }
}
@keyframes top-bottom02 {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes bottom-top {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes bottom-top02 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
body.home .mv-wrap .mv-bgbox .mv-bgbox_item .mv-bgbox_image {
  margin-top: -29.5%;
}
body.home .mv-wrap .mv-bgbox img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width:1921px) {
  body.home .mv-wrap .mv-bgbox img {
    margin-left: auto;
  }
}
@media screen and (max-width:1480px) {
  body.home .mv-wrap .mv-textbox {
    padding-left: 2%;
    padding-right: 2%;
  }
}
@media screen and (max-width:767px) {
  body.home .mv-wrap {
    margin-bottom: 70px;
  }
  body.home .mv-wrap .mv-textbox {
    justify-content: flex-start;
    max-width: 100%;
    padding-top: 2em;
    padding-left: 15px;
    padding-right: 15px;
    bottom: auto;
  }
  body.home .mv-wrap .mv-textbox::after{
    position:absolute;
    z-index:-1;
    display:inline-block;
    content:"";
    width:100%;
    height: 100%;
    height: 55%;
    background: rgb(246,246,246);
    /* background: linear-gradient(0deg, rgba(246,246,246,0) 0%, rgba(246,246,246,1) 30%); */
    top:0;
    right:0;
    left:0;
    margin:auto;
  }
  body.home .mv-wrap .mv-textbox .mv-inner{
    width:100%;
  }
  body.home .mv-wrap .mv-title {
    margin-bottom: 1em;
  }
  body.home .mv-wrap .mv-title span {
    font-size: min(7vw, 2rem);
    font-weight: 500;
  }
  body.home .mv-wrap .mv-title em {
    font-size: min(11vw, 3rem);
  }
  body.home .mv-wrap .mv-lead {
    font-size: 0.875rem;
    line-height: 1.6;
    margin-bottom: 0.5em;
  }
  body.home .mv-wrap .mv-recruit {
    text-align: right;
    margin-bottom: 5em;
  }
  body.home .mv-wrap .mv-recruit a,
  body.home .mv-wrap .mv-recruit a:hover {
    width: 33%;
    filter: drop-shadow(0 0 5px rgba(0, 23, 46, 0.2));
    transform: none;
  }
  body.home .mv-wrap .mv-bgbox {
    max-height: 100%;
    min-height: 0;
    height: calc(100vh - 150px);
    height: 460px;
  }
  body.home .mv-wrap .mv-bgbox .mv-bgbox_item {
    right: -12%;
    width: 50%;
    bottom: -50%;
  }
  body.home .mv-wrap .mv-bgbox .mv-bgbox_inner:nth-child(even) .mv-bgbox_item {
    right: 37.75%;
  } 
  body.home .mv-wrap .mv-bgbox .mv-bgbox_item .mv-bgbox_image {
    margin-top: -29.5%;
  }
}
body.home .sroll-wrap {
  position: relative;
  z-index: 1;
}
body.home .sroll-wrap .scroll_box {
  width: 323px;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  background: #f63e3e;
  border-radius: 50%;
}
body.home .sroll-wrap .scroll_bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #f63e3e;
  border-radius: 50%;
  aspect-ratio: 1/1;
  z-index: -1;
}
@media screen and (max-width:767px) {
  body.home .sroll-wrap .scroll_box {
    width: 50%;
  }
  body.home .sroll-wrap .scroll_logo {
    width: 74%;
  }
}
body.home .strength-wrap {
  position: relative;
  z-index: 2;
  padding-top: 250px;
  padding-bottom: 130px;
  margin-bottom: 180px;
}
body.home .strength-wrap::after {
  position: absolute;
  z-index: -1;
  display: inline-block;
  content: "";
  width: 200vw;
  height: 196px;
  background: url(../img/top/bg_strength.png);
  background-repeat: repeat-x;
  background-position: center bottom;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  animation: moving-town 200s linear infinite;
}
@keyframes moving-town {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}
body.home .strength-wrap .strength-title {
  text-align: center;
  margin-bottom: 5em;
}
body.home .strength-wrap .strength-lead {
  max-width: 900px;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  line-height: 2.5;
  margin: auto;
  margin-bottom: 2.5em;
}
body.home .strength-wrap .strength-text01{
  letter-spacing: 0.14285em;
}
body.home .strength-wrap .strength-text02{
  letter-spacing: 0.21885em;
}
@media screen and (max-width:767px) {
  body.home .strength-wrap {
    padding-top: 80px;
    padding-bottom: 29px;
    margin-bottom: 80px;
  }
  body.home .strength-wrap::after {
    position: absolute;
    z-index: -1;
    display: inline-block;
    content: "";
    width: 200vw;
    height: 80px;
    background-size: contain;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  body.home .strength-wrap .strength-title {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2em;
  }
  body.home .strength-wrap .strength-lead {
    max-width: 100%;
    font-size: 1.25rem;
    line-height: 1.8;
  }
  body.home .strength-wrap .strength-lead em span{
    display: inline-block;
  }
}
body.home .services-wrap {
  position: relative;
  z-index: 4;
  background: #fff;
  background-image: url(../img/top/bg_services02.svg);
  background-size: 1920px;
  background-position: top 53% center;
  background-repeat: no-repeat;
}
body.home .services-wrap::before {
  position: absolute;
  z-index: -1;
  display: inline-block;
  content: "";
  width: 100%;
  height: 415px;
  background: url(../img/top/bg_services01.svg);
  background-position: top center;
  background-size: cover;
  left: 0;
  right: 0;
  top: -245px;
}
body.home .services-wrap .home-title {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
body.home .services-wrap .home-title>* {
  display: inline-block;
  text-align: center;
}
body.home .services-wrap .services-box {
  position: relative;
  z-index: 2;
}
body.home .services-wrap .services-box+.services-box {
  margin-top: 12.5em;
  padding-top: 4em;
  padding-bottom: 17em;
}
body.home .services-wrap .services-box .services-imageBox {
  position: absolute;
  z-index: 1;
  width: 50.9%;
  max-width: 978px;
  top: 0;
}
body.home .services-wrap .services-box .services-imageBox .imageBox-inner {
  position: relative;
  z-index: 10;
}
body.home .services-wrap .services-box.box-defense .services-imageBox {
  top: -90px;
  right: 0;
  width: 54.3%;
  max-width: 1043px;
}
body.home .services-wrap .services-box.box-defense .fr_imgage {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
}
body.home .services-wrap .defense-imageBox>* {
  position: absolute;
}
body.home .services-wrap .defense-imageBox .drone01 {
  width: 8.5%;
  top: 5.5%;
  left: 52%;
  z-index: 10;
  animation: drone01x 1.8s ease-in-out infinite alternate-reverse;
}
body.home .services-wrap .defense-imageBox .drone01 img {
  animation: drone01y 3s ease-in-out infinite alternate-reverse;
}
@keyframes drone01x {
  0% {
    transform: translateX(-30%);
  }
  100% {
    transform: translateX(30%);
  }
}
@keyframes drone01y {
  0% {
    transform: translatey(-30%);
  }
  100% {
    transform: translatey(30%);
  }
}
body.home .services-wrap .defense-imageBox .drone02 {
  width: 11%;
  top: 0;
  left: 63.25%;
  z-index: 15;
  animation: drone02y 1s ease-in-out infinite alternate-reverse;
}
@keyframes drone02y {
  0% {
    transform: translatey(-30%);
  }
  100% {
    transform: translatey(30%);
  }
}
body.home .services-wrap .defense-imageBox .drone02 {
  animation: drone02x 1.8s ease-in-out infinite alternate-reverse;
}
body.home .services-wrap .defense-imageBox .drone02 img {
  animation: drone02y 3s ease-in-out infinite alternate-reverse;
}
@keyframes drone02x {
  0% {
    transform: translateX(30%);
  }
  100% {
    transform: translateX(-30%);
  }
}
@keyframes drone02y {
  0% {
    transform: translatey(30%);
  }
  100% {
    transform: translatey(-30%);
  }
}
body.home .services-wrap .defense-imageBox .dinosaur {
  width: 21.6%;
  top: 27.75%;
  left: 50%;
  z-index: 25;
  animation: dinosaur 3s ease-in-out infinite alternate-reverse;
  transform-origin: bottom center;
}
@keyframes dinosaur {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(8deg);
  }
  100% {
    transform: rotate(0);
  }
}
body.home .services-wrap .defense-imageBox .kanaetaro01 {
  width: 13.9%;
  top: 31.5%;
  left: 29.5%;
  z-index: 30;
  transform: translateX(-100%) scale(0);
}
body.home .services-wrap .defense-imageBox .kanaetaro01.once {
  animation: kanaetaro01 1s ease-in-out forwards;
}
@keyframes kanaetaro01 {
  0% {
    transform: translateX(-100%) scale(0);
  }
  100% {
    transform: translateX(0) scale(1);
  }
}
body.home .services-wrap .defense-imageBox .kanaetaro01.once img {
  display: block;
  animation: kanaetaro-hover 2s ease-in-out infinite alternate-reverse;
}
@keyframes kanaetaro-hover {
  0% {
    transform: translatey(0);
  }
  50% {
    transform: translatey(6%);
  }
  100% {
    transform: translatey(0);
  }
}
body.home .services-wrap .defense-imageBox .kanaetaro02 {
  width: 9.725%;
  top: 80.5%;
  left: 54.5%;
  z-index: 40;
}
body.home .services-wrap .map {
  position: relative;
  z-index: 50;
}
body.home .services-wrap .create-peopleBox>*,
body.home .services-wrap .create-flagBox>*,
body.home .services-wrap .glass {
  position: absolute;
}
body.home .services-wrap .create-peopleBox .people01 {
  width: 4.8%;
  top: 28%;
  left: 8%;
  z-index: 1;
}
body.home .services-wrap .create-peopleBox .people02 {
  width: 7.8%;
  top: 24%;
  left: 17%;
  z-index: 3;
}
body.home .services-wrap .create-peopleBox .people03 {
  width: 8.5%;
  top: 18%;
  left: 35%;
  z-index: 5;
}
body.home .services-wrap .create-peopleBox .people04 {
  width: 4.4%;
  top: 11.25%;
  left: 52.5%;
  z-index: 10;
}
body.home .services-wrap .create-peopleBox .people05 {
  width: 12.2%;
  top: 72%;
  left: 29.5%;
  z-index: 55;
}
body.home .services-wrap .create-peopleBox .people06 {
  width: 8.5%;
  top: 67%;
  left: 54.5%;
  z-index: 60;
}
body.home .services-wrap .create-flagBox .flag01 {
  width: 4.6%;
  top: 35%;
  left: 24.35%;
  z-index: 65;
}
body.home .services-wrap .create-flagBox .flag02 {
  width: 4.6%;
  top: 35%;
  left: 59.35%;
  z-index: 63;
}
body.home .services-wrap .create-flagBox .flag03 {
  width: 4.6%;
  top: 51%;
  left: 23.5%;
  z-index: 68;
}
body.home .services-wrap .create-flagBox .flag04 {
  width: 4.6%;
  top: 54%;
  left: 49.85%;
  z-index: 70;
}
body.home .services-wrap .create-flagBox .flag05 {
  width: 17%;
  top: 31.5%;
  left: 41.85%;
  z-index: 65;
}
body.home .services-wrap .glass {
  width: 17.5%;
  top: 48%;
  left: 63.5%;
  z-index: 80;
}
body.home .services-wrap .services-box .services-textBox {
  position: relative;
  z-index: 10;
  max-width: 616px;
  width: 100%;
}
body.home .services-wrap .services-box.box-create .services-textBox {
  padding-top: 7.5em;
  margin-left: auto;
}
body.home .services-wrap .services-box .services-textBox .services-box_title {
  font-size: 2.875rem;
  font-weight: bold;
  margin-bottom: 1.25em;
}
body.home .services-wrap .services-box .services-textBox .services-box_subTitle {
  font-size: 1.75rem;
  font-weight: 500;
  color: #f63e3e;
  margin-bottom: 1em;
}
body.home .services-wrap .services-box .services-textBox .services-box_text {
  font-size: 1.125rem;
  line-height: 2;
  margin-bottom: 1.5em;
}
body.home .services-wrap .services-box .services-btnBox {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
body.home .services-wrap .services-box .services-btnBox .services-btn {
  position: relative;
  z-index: 1;
  max-width: 287px;
  width: 48%;
  min-height: 3em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #fff;
  border: 3px solid #f63e3e;
  border-radius: 4em;
  font-size: 1.375rem;
  font-weight: bold;
  color: #f63e3e;
  padding: 0.5em;
  margin-bottom: 1em;
  overflow: hidden;
  transition: color .4s;
}
body.home .services-wrap .services-box .services-btnBox .services-btn:hover {
  text-decoration: none;
  color: #fff;
}
body.home .services-wrap .services-box .services-btnBox .services-btn::before {
  position: absolute;
  z-index: -1;
  display: inline-block;
  content: "";
  width: 110%;
  height: 110%;
  background: #f63e3e;
  transform: scale(0, 1);
  transform-origin: right;
  transition: transform .4s;
  border-radius: 4em;
}
body.home .services-wrap .services-box .services-btnBox .services-btn:hover::before {
  transform: scale(1, 1);
  transform-origin: left;
}
body.home .services-wrap .services-box.box-create .servicese-bgImage {
  position: absolute;
  bottom: 10%;
  right: 8%;
  width: 12.2%;
  max-width: 236px;
}
@media screen and (max-width:1600px) {
  body.home .services-wrap .services-box+.services-box {
    margin-top: 0;
  }
}
@media screen and (max-width:1480px) {
  body.home .services-wrap .services-box.box-defense .services-textBox {
    padding-bottom: 10em;
  }
  body.home .services-wrap .services-box.box-defense .services-imageBox {
    top: 20%;
  }
}
@media screen and (max-width:1300px) {
  body.home .services-wrap .services-box.box-defense .services-imageBox {
    min-width: 700px;
  }
  body.home .services-wrap .services-box .services-imageBox {
    min-width: 652px;
  }
}
@media screen and (max-width:1215px) {
  body.home .services-wrap .services-box+.services-box {
    padding-bottom: 0;
  }
  body.home .services-wrap .services-box .services-textBox,
  body.home .services-wrap .services-box.box-defense .services-textBox{
    padding-bottom: 28em;
  }
  body.home .services-wrap .services-box.box-defense .services-imageBox {
    top: 42%;
  }
  body.home .services-wrap .services-box.box-create .services-textBox {
    padding-top: 0;
    padding-bottom: 29em;
  }
  body.home .services-wrap .services-box .services-imageBox {
    top: 42%;
  }
  body.home .services-wrap .services-box.box-create .servicese-bgImage {
    bottom: auto;
    top: 58%;
  }
}
@media screen and (max-width:767px) {
  body.home .services-wrap::before {
    height: 110px;
    background-repeat: repeat-x;
    top: -109px;
  }
  body.home .services-wrap .services-box+.services-box {
    margin-top: 0;
    padding-top: 2em;
    padding-bottom: 2em;
  }
  body.home .services-wrap .services-box .services-imageBox,
  body.home .services-wrap .services-box.box-defense .services-imageBox {
    position: relative;
    z-index: -10;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    top: 0;
  }
  body.home .services-wrap .services-box.box-create .services-imageBox {
    margin-top: -3em;
  }
  body.home .services-wrap .services-box .services-textBox,
    body.home .services-wrap .services-box.box-defense .services-textBox{
    max-width: 100%;
    padding: 0;
  }
  body.home .services-wrap .services-box.box-create .services-textBox {
    padding-top: 0;
    padding-bottom: 0;
  }
  body.home .services-wrap .services-box .services-textBox .services-box_title {
    font-size: 1.875em;
    margin-bottom: 0.25em;
  }
  body.home .services-wrap .services-box .services-textBox .services-box_subTitle {
    font-size: 1.5rem;
    margin-bottom: 0.75em;
  }
  body.home .services-wrap .services-box .services-textBox .services-box_text {
    font-size: 1rem;
    line-height: 1.8;
  }
  body.home .services-wrap .services-box .services-btnBox .services-btn,
  body.home .services-wrap .services-box .services-btnBox .services-btn:hover {
    max-width: 100%;
    min-height: 2em;
    border-width: 2px;
    font-size: 1.125rem;
    color: #f63e3e;
  }
  body.home .services-wrap .services-box .services-btnBox .services-btn::before {
    display: none;
  }
  body.home .services-wrap .services-box.box-create .servicese-bgImage {
    top: auto;
    bottom: 0;
    right: 15px;
    width: 95px;
    max-width: 100%;
  }
}
body.home .pageLink-wrap {
  position: relative;
  z-index: 1;
  padding: 10em 0;
}
body.home .pageLink-wrap::before {
  position: absolute;
  z-index: -1;
  display: inline-block;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 760px;
  background: #f63e3e;
}
body.home .pageLink-wrap .recruit-btn {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 384px;
  overflow: hidden;
  border-radius: 14px;
  background: url(../img/top/img_recruit.jpg);
  background-size: cover;
  background-position: center;
  box-shadow: 0 0 18px rgba(0, 23, 46, 0.1);
  padding: 3em;
  padding-right: 8em;
  margin-bottom: 2em;
  transition: transform .8s, box-shadow .8s;
}
body.home .pageLink-wrap .recruit-btn:hover,
body.home .pageLink-wrap .pageLink-box .company-btn:hover {
  transform: translateY(5px);
  box-shadow: 0 0 0 rgba(0, 23, 46, 0.1);
  text-decoration: none;
}
body.home .pageLink-wrap .recruit-btn::before {
  position: absolute;
  z-index: -2;
  display: inline-block;
  content: "";
  width: 82px;
  height: 82px;
  background: #f63e3e;
  border-radius: 50%;
  box-shadow: 0 0 18px rgba(0, 23, 46, 0.1);
  top: 0;
  right: 2em;
  bottom: 0;
  margin: auto;
}
body.home .pageLink-wrap .recruit-btn::after {
  position: absolute;
  z-index: -1;
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  top: 0;
  right: 4.25em;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg) skew(8deg, 8deg);
}
body.home .pageLink-wrap .recruit-btn .recruit-title {
  margin-bottom: 2.5em;
}
body.home .pageLink-wrap .recruit-btn .recruit-lead>* {
  display: block;
  font-weight: bold;
  font-style: italic;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
body.home .pageLink-wrap .recruit-btn .recruit-lead span {
  font-size: 4rem;
}
body.home .pageLink-wrap .recruit-btn .recruit-lead em {
  font-size: 5.25rem;
}
body.home .pageLink-wrap .pageLink-box {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
body.home .pageLink-wrap .pageLink-box .company-btn {
  position: relative;
  z-index: 1;
  width: 48%;
  min-height: 384px;
  background: url(../img/top/img_company.jpg);
  background-size: cover;
  background-position: center;
  border-radius: 14px;
  transition: transform .8s, box-shadow .8s;
}
body.home .pageLink-wrap .pageLink-box .company-btn.csr-btn {
  background-image: url(../img/top/img_csr.jpg);
}
body.home .pageLink-wrap .pageLink-box .company-btn .company-title {
  position: absolute;
  z-index: 1;
  display: inline-block;
  min-width: 70%;
  background: #fff;
  border-radius: 0 14px 14px 0;
  padding: 2em 1em;
  left: -1em;
  bottom: -5em;
}
body.home .pageLink-wrap .pageLink-box .company-btn .company-title span {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-right: 5.5em;
  margin-bottom: 1em;
}
body.home .pageLink-wrap .pageLink-box .company-btn .company-title span::before {
  position: absolute;
  z-index: -2;
  display: inline-block;
  content: "";
  width: 46px;
  height: 46px;
  background: #f63e3e;
  border-radius: 50%;
  box-shadow: 0 0 18px rgba(0, 23, 46, 0.1);
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
body.home .pageLink-wrap .pageLink-box .company-btn .company-title span::after {
  position: absolute;
  z-index: -1;
  display: inline-block;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  top: 0;
  right: 1.25em;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg) skew(8deg, 8deg);
}
body.home .pageLink-wrap .pageLink-box .company-btn .company-title em {
  display: block;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #f63e3e;
}
@media screen and (max-width:767px) {
  body.home .pageLink-wrap {
    padding: 4em 0 3em;
  }
  body.home .pageLink-wrap::before {
    height: 300px;
  }
  body.home .pageLink-wrap .recruit-btn {
    min-height: 168px;
    border-radius: 7px;
    background-position: right -80px center;
    box-shadow: 0 0 10px rgba(0, 23, 46, 0.1);
    padding: 0.75em;
    padding-right: 5em;
    margin-bottom: 1em;
  }
  body.home .pageLink-wrap .recruit-btn:hover,
  body.home .pageLink-wrap .pageLink-box .company-btn:hover {
    transform: none;
    box-shadow: 0 0 10px rgba(0, 23, 46, 0.1);
  }
  body.home .pageLink-wrap .recruit-btn::before {
    width: 56px;
    height: 56px;
    right: 0.5em;
  }
  body.home .pageLink-wrap .recruit-btn::after {
    width: 6px;
    height: 6px;
    right: 2.35em;
  }
  body.home .pageLink-wrap .recruit-btn .recruit-title {
    margin-bottom: 0.75em;
    height: 22px;
  }
  body.home .pageLink-wrap .recruit-btn .recruit-title img {
    width: auto;
  }
  body.home .pageLink-wrap .recruit-btn .recruit-lead>* {
    text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 15px #fff;
  }
  body.home .pageLink-wrap .recruit-btn .recruit-lead span {
    font-size: min(8vw, 2rem);
  }
  body.home .pageLink-wrap .recruit-btn .recruit-lead em {
    font-size: min(11.5vw, 3.25rem);
  }
  body.home .pageLink-wrap .pageLink-box {
    flex-direction: column;
  }
  body.home .pageLink-wrap .pageLink-box .company-btn {
    width: 100%;
    min-height: 114px;
    border-radius: 7px;
    margin-bottom: 2em;
  }
  body.home .pageLink-wrap .pageLink-box .company-btn .company-title {
    min-width: 57%;
    border-radius: 0 7px 7px 0;
    padding: 1em 0.5em;
    left: 0;
    bottom: -2em;
  }
  body.home .pageLink-wrap .pageLink-box .company-btn .company-title span {
    padding-right: 3em;
    margin-bottom: 0.25em;
    height: 24px;
  }
  body.home .pageLink-wrap .pageLink-box .company-btn .company-title span img {
    width: auto;
  }
  body.home .pageLink-wrap .pageLink-box .company-btn .company-title span::before {
    width: 26px;
    height: 26px;
  }
  body.home .pageLink-wrap .pageLink-box .company-btn .company-title span::after {
    width: 4px;
    height: 4px;
    right: 0.75em;
  }
  body.home .pageLink-wrap .pageLink-box .company-btn .company-title em {
    font-size: 1rem;
  }
}
body.home .news-wrap {
  position: relative;
  z-index: 1;
  padding-bottom: 8em;
}
body.home .news-wrap .home-title,
body.home .news-wrap .text_link {
  float: left;
}
body.home .news-wrap .news-list {
  float: right;
  max-width: 850px;
  width: calc(100% - 200px);
  margin-left: 1em;
}
body.home .news-wrap .text_link {
  margin-top: 2em;
}
body.home .news-wrap .news-bgImage {
  position: absolute;
  z-index: -1;
  top: -15%;
  left: 7%;
  width: 6.14%;
  max-width: 118px;
}
@media screen and (max-width:1680px) {
  body.home .news-wrap .news-bgImage {
    left: calc(50% - 400px);
  }
}
@media screen and (max-width:767px) {
  body.home .news-wrap {
    padding-bottom: 4em;
  }
  body.home .news-wrap .home-title,
  body.home .news-wrap .text_link {
    float: none;
  }
  body.home .news-wrap .news-list {
    float: none;
    max-width: 100%;
    width: 100%;
    margin-left: 0;
  }
  body.home .news-wrap .text_link {
    text-align: right;
    margin-top: 1em;
  }
  body.home .news-wrap .news-bgImage {
    top: -14px;
    left: 125px;
    width: 48px;
    max-width: 100%;
  }
}
.contact-wrap .contact-link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 400px;
  background: url(../img/top/bg_contact.jpg) no-repeat 50% / auto 101%;
  text-decoration: none;
  transition: background-size .4s;
}
.contact-wrap .contact-link:hover {
  text-decoration: none;
  background-size: auto 105%;
}
.contact-wrap .contact-link .home-title span {
  margin-bottom: 0;
}
@media screen and (max-width:767px) {
  .contact-wrap .contact-link {
    min-height: 200px;
  }
  .contact-wrap .contact-link:hover {
    background-size: auto 101%;
  }
}
main.page-strength{
  margin-top:60px;
}
main.page-strength .strength-lead_inner{
  background:#e3f0fc;
  border-radius:15px;
  padding-top:2em;
  padding-bottom:2em;
  margin-bottom: 4em;
}
main.page-strength .strength-lead_inner > *{
  max-width:1100px;
  margin:auto;
}
main.page-strength .strength-lead_title span{
  position:relative;
  z-index:10;
  display: inline-block;
  font-size:1.75rem;
  font-weight:500;
  padding-right:2.125em;
  margin-bottom:0.5em;
}
main.page-strength .strength-lead_title span::after{
  position:absolute;
  z-index:-5;
  content:"";
  display:inline-block;
  width:2em;
  height:1px;
  background:#282828;
  top:50%;
  right:0;
  transform:translateY(-50%);
}
main.page-strength .strength-lead_text{
  font-size:1.125rem;
  line-height:1.8;
  margin-bottom: 0;
}
main.page-strength .strength-defense_box{
  position:relative;
  z-index:5;
  margin-bottom: 5em;
}
main.page-strength .strength-defense_image{
  position:absolute;
  z-index:-10;
}
main.page-strength .strength-defense_image.image01{
  top: 280px;
  left: calc(50%  - 490px);
  transform: translateX(-50%);
}
main.page-strength .strength-defense_image.image02{
  top: 60px;
  right: calc(50% - 1270px);
  transform: translateX(-50%);
}
main.page-strength .strength-defense_lead{
  font-size:1.75rem;
  font-weight:500;
}
main.page-strength .strength-defense_text{
  font-size:1.125rem;
  letter-spacing:0.04em;
  line-height:1.8;
}
main.page-strength #strength-defense_popupBox{
  position:relative;
  z-index:100;
  min-height: 1110px;
  display:flex;
  justify-content:center;
  align-items:center;
  flex-direction:column;
}
main.page-strength #strength-defense_popupBox .strength-defense_popupImage{
  display: none;
  position:relative;
  z-index: 110;
  transition:opacity .4s;
}
main.page-strength #strength-defense_popupBox.hover .strength-defense_popupImage{
  opacity:0;
}
main.page-strength #strength-defense_popupBox .on_popupImage > *{
  position:absolute;
  z-index:10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  transition: opacity .4s;
}
main.page-strength #strength-defense_popupBox .on_popupImage .bg{
  z-index:5 !important;
}
main.page-strength #strength-defense_popupBox .modal-defense_box{
  position:absolute;
  z-index:10;
  top: 0;
  left: 0;
  opacity: 1;
  transition: opacity .4s;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1em 1.5em;
  background: #fff;
  border-radius: 10px;
  filter: drop-shadow(0 0 4px rgba(0,0,0,0.2));
  padding: 1.25em;
  box-sizing: border-box;
}
main.page-strength #strength-defense_popupBox #modal_defense01.modal-defense_box{
  top: 65%;
  left: auto;
  right: 0;
}
main.page-strength #strength-defense_popupBox #modal_defense02.modal-defense_box{
  flex-direction:column;
  top: 50%;
  left: 0;
}
main.page-strength #strength-defense_popupBox #modal_defense03.modal-defense_box{
  top: 0;
  left: 5%;
}
main.page-strength #strength-defense_popupBox #modal_defense01.modal-defense_box::before{
  position:absolute;
  z-index:5;
  content:"";
  display:inline-block;
  width:0;
  height:0;
  border-style:solid;
  border-width: 0 35px 30px 0;
  border-color: transparent transparent #FFFFFF transparent;
  top: -30px;
  left: 70px;
}
main.page-strength #strength-defense_popupBox #modal_defense02.modal-defense_box::before{
  position:absolute;
  z-index:5;
  content:"";
  display:inline-block;
  width:0;
  height:0;
  border-style:solid;
  border-width: 24px 30px 0 0;
  border-color: #FFFFFF transparent transparent transparent;
  top: 46%;
  right: -30px;
}
main.page-strength #strength-defense_popupBox #modal_defense03.modal-defense_box::before{
  position:absolute;
  z-index:5;
  content:"";
  display:inline-block;
  width:0;
  height:0;
  border-style:solid;
  border-width: 35px 12px 0 12px;
  border-color: #FFFFFF transparent transparent transparent;
  bottom:-35px;
  left:65%;
}
main.page-strength #strength-defense_popupBox .modal-defense_box .modal-defense_image span{
  display:block;
  font-size:1rem;
  font-weight:500;
  margin-top:0.25em;
}
main.page-strength #strength-defense_popupBox .modal-defense_box .modal-defense_text{
  padding:0;
  margin:0;
}
main.page-strength #strength-defense_popupBox .modal-defense_box .modal-defense_text li{
  position:relative;
  z-index:10;
  padding-left:0.8em;
  list-style:none;
  margin: 0 0 0.5em;
  white-space: nowrap;
}
main.page-strength #strength-defense_popupBox .modal-defense_box .modal-defense_text li::before{
  position:absolute;
  z-index:10;
  content:"";
  display:inline-block;
  width:4px;
  height:4px;
  background:#f63e3e;
  border-radius:50%;
  top: 0.7em;
  left:0
}
main.page-strength #strength-defense_popupBox.modal_defense01.hover .on_popupImage .modal_defense01,
main.page-strength #strength-defense_popupBox.modal_defense02.hover .on_popupImage .modal_defense02,
main.page-strength #strength-defense_popupBox.modal_defense03.hover .on_popupImage .modal_defense03,
main.page-strength #strength-defense_popupBox.modal_defense01.hover #modal_defense01.modal-defense_box,
main.page-strength #strength-defense_popupBox.modal_defense02.hover #modal_defense02.modal-defense_box,
main.page-strength #strength-defense_popupBox.modal_defense03.hover #modal_defense03.modal-defense_box,
main.page-strength #strength-defense_popupBox .on_popupImage .bg{
  opacity:1;
  z-index: 100;
}
main.page-strength #strength-defense_popupBox #modal-overlay02{
  position: absolute;
  z-index: 1000;
  width: 100vw;
  height:100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  opacity: 0.5;
}
main.page-strength .strength-create_box{
  position:relative;
  z-index:10;
  margin-bottom: 5em;
}
main.page-strength .strength-create_image{
  position:absolute;
  z-index:-10;
}
main.page-strength .strength-create_image.image01{
  top: 170px;
  left: calc(50%  - 710px);
  transform: translateX(-50%);
}
main.page-strength .strength-create_image.image02{
  top: -60px;
  right: calc(50% - 830px);
  transform: translateX(-50%);
}
main.page-strength .text_link{
  text-align:right;
}
main.page-strength .strength-create_list{
  position:relative;
  z-index:10;
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  margin-top:5em;
}
main.page-strength .strength-create_list::before{
  position:absolute;
  z-index:15;
  display:inline-block;
  content:"";
  width: 11%;
  height: 3px;
  background-image: linear-gradient(to right, #9c9c9c, #9c9c9c 70%, transparent 70%, transparent 100%);
  background-size: 20%;
  background-repeat: repeat-x;
  top: 46%;
  left: 0;
  right: 0;
  margin: auto;
}
main.page-strength .strength-create_item{
  width:48.25%;
}
@media screen and (max-width:1500px) {

  main.page-strength .strength-create_image.image02{
    top: -60px;
    right: -10px;
    transform: none;
  }
}
@media screen and (max-width:1130px) {
  main.page-strength #strength-defense_popupBox #modal_defense01.modal-defense_box{
    flex-direction:column;
    top: 35%;
    left: auto;
    right: 0;
  }
  main.page-strength #strength-defense_popupBox #modal_defense01.modal-defense_box::before{
    border-width: 24px  0 0 30px;
    border-color: #FFFFFF transparent transparent transparent;
    top: 30%;
    left: -30px;
  }
  main.page-strength #strength-defense_popupBox #modal_defense02.modal-defense_box{
    flex-direction:row;
    top: 75%;
    left: 0;
  }
  main.page-strength #strength-defense_popupBox #modal_defense02.modal-defense_box::before{
    border-width: 0 30px 24px 0;
    border-color: transparent transparent #FFFFFF transparent;
    top: -24px;
    left: 30vw;
  }
  main.page-strength #strength-defense_popupBox #modal_defense03.modal-defense_box::before{
    left:20vw;
  }
  main.page-strength #strength-defense_popupBox .on_popupImage > *{
    margin-right:28%;
  }
}
@media screen and (max-width:767px) {
  main.page-strength{
    margin-top:30px;
  }
  main.page-strength .strength-lead_box{
    padding:0 15px;
  }
  main.page-strength .strength-lead_inner{
    border-radius:10px;
    padding-top:1.5em;
    padding-bottom:1.5em;
    margin-bottom: 3em;
  }
  main.page-strength .strength-lead_inner > *{
    max-width:100%;
  }
  main.page-strength .strength-lead_title {
    text-align:center;
  }
  main.page-strength .strength-lead_title span{
    text-align:left;
    font-size:1.25rem;
    font-weight:500;
    padding-right:0;
  }
  main.page-strength .strength-lead_title span::after{
    display:none;
  }
  main.page-strength .strength-lead_text{
    font-size:1rem;
    line-height:1.6;
  }
  main.page-strength .strength-defense_box{
    margin-bottom: 3em;
  }
  main.page-strength .strength-defense_image.image01{
    width: 50%;
    top: auto;
    bottom: 32%;
    left: -20%;
    transform: none;
  }
  main.page-strength .strength-defense_image.image02{
    width: 60%;
    top: auto;
    bottom: 4%;
    right: -10%;
    transform: none;
  }
  main.page-strength .strength-defense_lead{
    font-size:1.25rem;
  }
  main.page-strength .strength-defense_text{
    font-size:1rem;
    line-height:1.6;
  }
  main.page-strength #strength-defense_popupBox{
    max-height: 720px;
    height: 164vw;
    min-height: 0;
    margin-top: 5em;
    justify-content:flex-start;
  }
  main.page-strength #strength-defense_popupBox .strength-defense_popupImage{
    display: block;
    z-index: 200;
  }
  main.page-strength #strength-defense_popupBox .strength-defense_popupImage p{
    text-align:center;
    margin-top: 0.875em;
  }
  main.page-strength #strength-defense_popupBox .on_popupImage > *{
    bottom: auto;
    margin: auto;
  }
  main.page-strength #strength-defense_popupBox .modal-defense_box{
    align-items:center;
  }
  main.page-strength #strength-defense_popupBox #modal_defense01.modal-defense_box,
  main.page-strength #strength-defense_popupBox #modal_defense02.modal-defense_box,
  main.page-strength #strength-defense_popupBox #modal_defense03.modal-defense_box{
    top: auto;
    bottom:0;
    left:0;
    right:0;
    flex-direction:column;
    opacity: 0;
  }
  main.page-strength #strength-defense_popupBox #modal_defense01.modal-defense_box::before,
  main.page-strength #strength-defense_popupBox #modal_defense02.modal-defense_box::before,
  main.page-strength #strength-defense_popupBox #modal_defense03.modal-defense_box::before{
    display:none;
  }
  main.page-strength #strength-defense_popupBox .modal-defense_box .modal-defense_image span{
    text-align:center;
  }
  main.page-strength #strength-defense_popupBox .modal-defense_box .modal-defense_text{
    width:100%;
  }
  main.page-strength .strength-create_box{
    margin-bottom: 2em;
  }
  main.page-strength .strength-create_image.image02{
    width: 20%;
    top: -36px;
    right: 4px;
  }
  main.page-strength .strength-create_list{
    flex-direction:column;
    gap: 3em;
    margin-top:2em;
  }
  main.page-strength .strength-create_list::before{
    width: 6.5em;
    top: 54%;
    background-size: 17.5%;
    transform:rotate(90deg);
  }
  main.page-strength .strength-create_item{
    width:100%;
  }
}