@charset "UTF-8";
body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, h6, pre, figure, form, fieldset, input, textarea, p, blockquote, th, td, a {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

a {
  text-decoration: none;
}
a:link, a:visited, a:active {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

ul {
  list-style: none;
}

fieldset, img {
  border: 0;
}

img {
  max-width: 100%;
  height: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

br {
  letter-spacing: 0;
}

body {
  text-align: justify;
  line-height: 1.8;
}

p, th, td {
  text-align: justify;
  line-height: 1.8;
}

body, h3, h4, p {
  font-family: "游ゴシック", "Noto Sans JP", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 400;
  color: #000014;
}

h1, h2 {
  font-weight: 600;
  color: #000014;
}

.bold {
  font-weight: bold;
}

.main-top {
  margin-bottom: 12.5rem;
}
@media (max-width: 960px) {
  .main-top {
    margin-bottom: 10rem;
  }
}
@media (max-width: 768px) {
  .main-top {
    margin-bottom: 7rem;
  }
}
@media (max-width: 480px) {
  .main-top {
    margin-bottom: 5rem;
  }
}

.main-page {
  margin-bottom: 16rem;
}
@media (max-width: 960px) {
  .main-page {
    margin-bottom: 10rem;
  }
}
@media (max-width: 768px) {
  .main-page {
    margin-bottom: 7rem;
  }
}
@media (max-width: 480px) {
  .main-page {
    margin-bottom: 5rem;
  }
}

a, a::before, a::after {
  transition: all 0.3s;
}

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

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

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

.sp, .sp-1440, .sp-960, .sp-550 {
  display: none !important;
}

@media (max-width: 1440px) {
  .sp-1440 {
    display: block !important;
  }
  .pc-1440 {
    display: none !important;
  }
}
@media (max-width: 960px) {
  .sp-960 {
    display: block !important;
  }
  .pc-960 {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}
@media (max-width: 550px) {
  .sp-550 {
    display: block !important;
  }
  .pc-550 {
    display: none !important;
  }
}
.delay1 {
  animation-delay: 0.1s !important;
}

.delay2 {
  animation-delay: 0.2s !important;
}

.delay3 {
  animation-delay: 0.3s !important;
}

.delay4 {
  animation-delay: 0.4s !important;
}

.delay5 {
  animation-delay: 0.5s !important;
}

.delay6 {
  animation-delay: 0.6s !important;
}

.delay7 {
  animation-delay: 0.7s !important;
}

.delay8 {
  animation-delay: 0.8s !important;
}

.delay9 {
  animation-delay: 0.9s !important;
}

.delay10 {
  animation-delay: 1s !important;
}

.delay11 {
  animation-delay: 1.1s !important;
}

.delay15 {
  animation-delay: 1.5s !important;
}

.delay20 {
  animation-delay: 2s !important;
}

.delay25 {
  animation-delay: 2.5s !important;
}

.delay30 {
  animation-delay: 3s !important;
}

a {
  transition-duration: 0.3s;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
header {
  width: 100%;
}

/* header **************************/
.top-header, .page-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  box-sizing: content-box;
  position: fixed;
  z-index: 9998;
}
@media screen and (max-width: 960px) {
  .top-header, .page-header {
    height: 50px;
  }
}

.top-header {
  background-color: rgba(0, 0, 20, 0.4);
}

.page-header {
  background-color: #FFFFFF;
  border-bottom: 3px solid #000014;
}

/* header__logo **************************/
.header__logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin-left: 40px;
  width: 30%;
}
.header__logo:hover {
  text-decoration: none;
  opacity: 0.6;
}
.header__logo h1, .header__logo p {
  font-size: 1.5625rem;
  font-weight: 600;
}
@media screen and (max-width: 1366px) {
  .header__logo {
    margin-left: 20px;
    width: 35%;
  }
}
@media screen and (max-width: 1280px) {
  .header__logo {
    width: 100px;
  }
}
@media screen and (max-width: 960px) {
  .header__logo {
    margin-left: 10px;
  }
  .header__logo img {
    height: 25px;
  }
}

.top-header .header__logo h1, .top-header .header__logo p {
  color: #FFFFFF;
}

.page-header .header__logo h1, .page-header .header__logo p {
  color: #000014;
}

@media (max-width: 1280px) {
  .top-header .header__logo h1, .top-header .header__logo p,
  .page-header .header__logo h1,
  .page-header .header__logo p {
    display: none;
  }
}
/* header__menu pc **************************/
.header__menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__menu nav, .header__menu ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__menu li {
  font-size: 1rem;
  font-weight: 600;
}
.header__menu li a:hover {
  text-decoration: none;
}
.header__menu__nav {
  gap: 20px;
  margin-right: 20px;
}
.header__menu__nav a:hover {
  opacity: 0.5;
}
.header__menu__bnr--tel a, .header__menu__bnr--contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 70px;
  width: 200px;
  color: #000014;
  font-weight: 600;
}
.header__menu__bnr--tel a::before, .header__menu__bnr--contact a::before {
  content: "";
  display: inline-block;
  width: 27px;
  height: 22.5px;
}
.header__menu__bnr--tel a {
  background: #E3E3EC;
}
.header__menu__bnr--tel a::before {
  background: url(../images/icon_tel.svg) left top no-repeat;
  background-size: 100%;
}
.header__menu__bnr--contact a {
  background: #DEF600;
}
.header__menu__bnr--contact a::before {
  background: url(../images/icon_mail_b.svg) left top no-repeat;
  background-size: 100%;
}
.header__menu__bnr--contact a:hover {
  background: #000014;
  color: #FFFFFF;
}
.header__menu__bnr--contact a:hover::before {
  background: url(../images/icon_mail_w.svg) left top no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 960px) {
  .header__menu__bnr {
    font-size: 0.875rem;
  }
  .header__menu__bnr--contact a {
    height: 50px;
    width: 150px;
    margin-right: 50px;
  }
  .header__menu__bnr--contact a::before {
    width: 15px;
    height: 12.5px;
  }
  .header__menu__bnr--contact a:hover {
    text-decoration: none;
    background: #DEF600;
    color: #000014;
  }
  .header__menu__bnr--contact a:hover::before {
    background: url(../images/icon_mail_b.svg) left top no-repeat;
    background-size: 100%;
  }
}

.top-header .header__menu__nav a {
  color: #FFFFFF;
}

.page-header .header__menu__nav a {
  color: #000014;
}

/* header__menu sp **************************/
.hamburger {
  display: block;
  position: fixed;
  z-index: 3;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
  text-align: center;
  background: #000014;
  /* スマホメニューを開いてる時のボタン */
}
.hamburger span {
  display: block;
  position: absolute;
  width: 25px;
  height: 1px;
  left: 12.5px;
  background: #FFFFFF;
  transition: 0.3s all;
}
.hamburger span:nth-child(1) {
  top: 15px;
}
.hamburger span:nth-child(2) {
  top: 25px;
}
.hamburger span:nth-child(3) {
  top: 35px;
}
.hamburger.active span:nth-child(1) {
  top: 25px;
  left: 12.5px;
  background: #FFFFFF;
  transform: rotate(-45deg);
}
.hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
  top: 25px;
  background: #FFFFFF;
  transform: rotate(45deg);
}

/* menu bg */
.globalMenuSp_bg {
  position: fixed;
  z-index: 2;
  top: 0;
  right: 0;
  color: #fff;
  background-color: rgba(0, 0, 20, 0.9);
  text-align: center;
  width: 100%;
  padding-bottom: 50px;
  transform: translateY(-100%);
  transition: all 0.6s;
  /* クリックでjQueryで追加・削除 */
}
.globalMenuSp_bg.active {
  opacity: 100;
  display: block;
  transform: translateX(0%);
}

/* menu nav */
.globalMenuSp a {
  text-decoration: none;
}
.globalMenuSp a:hover {
  text-decoration: none;
}
.globalMenuSp__logo {
  max-width: 160px;
  margin: 50px auto;
  display: block;
}
.globalMenuSp nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .globalMenuSp__logo {
    margin: 40px auto 30px;
  }
  .globalMenuSp nav {
    display: block;
    width: 80%;
  }
}
.globalMenuSp__nav {
  display: grid;
  justify-content: flex-start;
  align-items: center;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 10px;
}
.globalMenuSp__nav li {
  text-align: left;
}
.globalMenuSp__nav li a {
  color: #FFFFFF;
  font-weight: 600;
}
.globalMenuSp__nav li:nth-child(5) {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .globalMenuSp__nav {
    display: grid;
    justify-content: space-between;
    align-items: center;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px 10px;
    max-width: 300px;
    margin: 0 auto 20px;
  }
  .globalMenuSp__nav li {
    text-align: center;
  }
  .globalMenuSp__nav li:nth-child(5) {
    margin-left: 0;
  }
}
.globalMenuSp__bnr li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  padding: 10px 20px;
  color: #000014;
  font-weight: 600;
  text-align: left;
}
.globalMenuSp__bnr li a::before {
  content: "";
  display: inline-block;
  width: 27px;
  height: 22.5px;
}
.globalMenuSp__bnr li.globalMenuSp__bnr--contact a {
  background: #DEF600;
  margin-bottom: 10px;
}
.globalMenuSp__bnr li.globalMenuSp__bnr--contact a::before {
  background: url(../images/icon_mail.svg) left top no-repeat;
  background-size: 100%;
}
.globalMenuSp__bnr li.globalMenuSp__bnr--tel a {
  background: #E3E3EC;
}
.globalMenuSp__bnr li.globalMenuSp__bnr--tel a::before {
  background: url(../images/icon_tel.svg) left top no-repeat;
  background-size: 100%;
}

/* main_visual **************************/
.main_visual {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: #000014;
  overflow: hidden;
  z-index: -2;
}
.main_visual__copy {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: block;
  margin: 0 auto;
  position: relative;
}
.main_visual__copy__box {
  position: absolute;
  left: 0;
  bottom: 100px;
}
.main_visual__copy__box .passing {
  text-align: left;
}
.main_visual__copy__box .passing .passing-bar:before {
  background: #DEF600;
}
.main_visual__copy__box .passing .passing-txt {
  font-size: 5rem;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 1.5;
  padding-right: 30px;
  padding-left: 100px;
  text-align: left;
}
.main_visual__copy__box .passingL.move .passing-bar:before {
  animation: passing-barL 1s ease 1s 1 normal forwards;
}
.main_visual__copy__box .passingL.move .passing-txt {
  animation: passing-txt 0s ease 1.5s 1 normal forwards;
}
@media screen and (max-width: 1024px) {
  .main_visual__copy__box {
    bottom: 80px;
  }
  .main_visual__copy__box .passing .passing-txt {
    font-size: 4.375rem;
    padding-left: 80px;
  }
}
@media screen and (max-width: 960px) {
  .main_visual {
    height: 90vh;
  }
  .main_visual__copy {
    height: 90vh;
  }
  .main_visual__copy__box {
    bottom: 5%;
  }
  .main_visual__copy__box .passing .passing-txt {
    font-size: 3.75rem;
    padding-left: 50px;
  }
}
@media screen and (max-width: 768px) {
  .main_visual {
    height: 80vh;
  }
  .main_visual__copy {
    height: 80vh;
  }
  .main_visual__copy__box .passing .passing-txt {
    font-size: 3.125rem;
    padding-left: 30px;
  }
}

/* main_visual__bg */
.main_visual__bg {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -1;
}
.main_visual__bg .slideshow {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  margin: 0 auto;
}
.main_visual__bg .slideshow__img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: slider-1 24s linear infinite;
}
.main_visual__bg .slideshow__img:nth-child(1) {
  background-image: url(../images/mv_01.jpg);
  animation-delay: -2s;
}
.main_visual__bg .slideshow__img:nth-child(2) {
  background-image: url(../images/mv_02.jpg);
  animation-delay: 6s;
}
.main_visual__bg .slideshow__img:nth-child(3) {
  background-image: url(../images/mv_03.jpg);
  animation-delay: 14s;
}
@keyframes slider-1 {
  0% {
    opacity: 0;
  }
  4.16% {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  41.66% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/* page_visual **************************/
.page_visual {
  position: relative;
  width: 100%;
  height: 70vh;
  max-height: 700px;
  overflow: hidden;
}
.page_visual h1 {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  padding: 30px 40px;
  line-height: 1rem;
  text-align: left;
  color: #FFF;
  background-color: rgba(0, 0, 20, 0.8);
}
.page_visual .passing .passing-bar:before {
  background: #000014;
}
.page_visual .passing .passing-txt {
  position: relative;
}
.page_visual .passing .passing-txt::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 20, 0.25);
}
.page_visual .passing .passing-txt img {
  display: block;
}
.page_visual .mv_company img {
  object-position: right;
}
.page_visual .mv_service img {
  margin-top: 73px;
}
.page_visual .mv_recruit img {
  margin-top: 73px;
}
@media screen and (max-width: 1440px) {
  .page_visual {
    max-height: 650px;
  }
}
@media screen and (max-width: 1280px) {
  .page_visual {
    max-height: 600px;
  }
}
@media screen and (max-width: 1024px) {
  .page_visual {
    height: 550px;
  }
}
@media screen and (max-width: 960px) {
  .page_visual {
    height: 450px;
  }
  .page_visual h1 {
    padding: 20px;
  }
  .page_visual .passing .passing-txt {
    height: 450px;
  }
  .page_visual .passing .passing-txt img {
    object-fit: cover;
    height: 130%;
  }
  .page_visual .mv_service img {
    margin-top: 53px;
  }
  .page_visual .mv_recruit img {
    margin-top: 53px;
  }
}
@media screen and (max-width: 768px) {
  .page_visual h1 {
    padding: 15px;
  }
  .page_visual .passing .passing-txt img {
    height: 120%;
  }
  .page_visual .passing .passing-txt .mv_recruit img {
    margin-top: 0px;
  }
}
@media screen and (max-width: 550px) {
  .page_visual .passing .passing-txt img {
    height: 100%;
  }
}
@media screen and (max-width: 480px) {
  .page_visual {
    height: 300px;
  }
  .page_visual h1 {
    padding: 10px;
  }
  .page_visual .passing .passing-txt {
    height: 300px;
  }
}

/* mailcomp_visual **************************/
.mailcomp_visual {
  position: relative;
  width: 100%;
  height: 25vh;
  overflow: hidden;
}
.mailcomp_visual h1 {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mailcomp_visual {
    height: 20vh;
  }
}

h1,
h2,
h3 {
  text-align: center;
}

h1 {
  font-size: 1.875rem;
}

h2 {
  font-size: 1.5625rem;
}

p {
  font-size: 1rem;
}

@media screen and (max-width: 960px) {
  h1 {
    font-size: 1.4375rem;
  }
  h2 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 1.25rem;
  }
  h2 {
    font-size: 1.125rem;
  }
  p {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 480px) {
  h1 {
    font-size: 1rem;
  }
  h2 {
    font-size: 1rem;
  }
}
.slide-arrow {
  position: absolute;
  display: block;
  height: 22px;
  width: 22px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.prev-arrow {
  left: 0;
  z-index: 10;
}

.next-arrow {
  right: 0;
}

.slick-dots {
  display: flex;
  justify-content: space-between;
  align-items: center;
  bottom: -60px !important;
}
.slick-dots li {
  width: 35px !important;
  height: 35px !important;
  border: 1px solid #000014;
}
.slick-dots li button {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 0;
  color: #000014;
  padding: 0;
  display: block;
}

@media screen and (max-width: 768px) {
  .slick-dotted.slick-slider {
    margin-bottom: 80px !important;
  }
}
/* bnr **************************/
/* bnr common */
.bnr_y-w, .bnr_y-b, .bnr_w-y, .bnr_b-y {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  font-weight: 600;
  box-sizing: border-box;
  padding-left: 30px;
}

.bnr_y-w::before, .bnr_y-b::before, .bnr_w-y::before, .bnr_b-y::before {
  right: 20px;
}

.bnr_y-w:hover, .bnr_y-b:hover, .bnr_w-y:hover, .bnr_b-y:hover {
  text-decoration: none;
}

.bnr_y-w:hover::before, .bnr_y-b:hover::before, .bnr_w-y:hover::before, .bnr_b-y:hover::before {
  right: 15px;
}

@media screen and (max-width: 375px) {
  .bnr_y-w, .bnr_y-b, .bnr_w-y, .bnr_b-y {
    padding-left: 15px;
  }
  .bnr_y-w::before, .bnr_y-b::before, .bnr_w-y::before, .bnr_b-y::before {
    right: 15px;
  }
  .bnr_y-w:hover::before, .bnr_y-b:hover::before, .bnr_w-y:hover::before, .bnr_b-y:hover::before {
    right: 15px;
  }
}
/* bnr_y-w  yellow > white */
.bnr_y-w {
  background: #DEF600;
  color: #000014;
}
.bnr_y-w::before {
  content: "";
  background: url(../images/arrow_b.svg) no-repeat;
  background-size: 100%;
  display: inline-block;
  position: absolute;
  width: 50px;
  height: 11px;
  top: calc(50% - 11px / 2);
  transform: rotate(0deg);
}
.bnr_y-w:hover {
  background: #FFFFFF;
}
@media screen and (max-width: 375px) {
  .bnr_y-w::before {
    content: "";
    background: url(../images/arrow_b.svg) no-repeat;
    background-size: 100%;
    display: inline-block;
    position: absolute;
    width: 30px;
    height: 7px;
    top: calc(50% - 7px / 2);
    transform: rotate(0deg);
  }
}

/* bnr_y-b  yellow > black */
.bnr_y-b {
  background: #DEF600;
  color: #000014;
}
.bnr_y-b::before {
  content: "";
  background: url(../images/arrow_b.svg) no-repeat;
  background-size: 100%;
  display: inline-block;
  position: absolute;
  width: 50px;
  height: 11px;
  top: calc(50% - 11px / 2);
  transform: rotate(0deg);
}
.bnr_y-b:hover {
  background: #000014;
  color: #FFFFFF;
}
.bnr_y-b:hover::before {
  content: "";
  background: url(../images/arrow_w.svg) no-repeat;
  background-size: 100%;
  display: inline-block;
  position: absolute;
  width: 50px;
  height: 11px;
  top: calc(50% - 11px / 2);
  transform: rotate(0deg);
}
@media screen and (max-width: 375px) {
  .bnr_y-b::before {
    content: "";
    background: url(../images/arrow_b.svg) no-repeat;
    background-size: 100%;
    display: inline-block;
    position: absolute;
    width: 30px;
    height: 7px;
    top: calc(50% - 7px / 2);
    transform: rotate(0deg);
  }
  .bnr_y-b:hover::before {
    content: "";
    background: url(../images/arrow_w.svg) no-repeat;
    background-size: 100%;
    display: inline-block;
    position: absolute;
    width: 30px;
    height: 7px;
    top: calc(50% - 7px / 2);
    transform: rotate(0deg);
  }
}

/* bnr_b-y  black > yellow */
.bnr_b-y {
  background: #000014;
  color: #FFFFFF;
}
.bnr_b-y::before {
  content: "";
  background: url(../images/arrow_w.svg) no-repeat;
  background-size: 100%;
  display: inline-block;
  position: absolute;
  width: 50px;
  height: 11px;
  top: calc(50% - 11px / 2);
  transform: rotate(0deg);
}
.bnr_b-y:hover {
  background: #DEF600;
  color: #000014;
}
.bnr_b-y:hover::before {
  content: "";
  background: url(../images/arrow_b.svg) no-repeat;
  background-size: 100%;
  display: inline-block;
  position: absolute;
  width: 50px;
  height: 11px;
  top: calc(50% - 11px / 2);
  transform: rotate(0deg);
}
@media screen and (max-width: 375px) {
  .bnr_b-y::before {
    content: "";
    background: url(../images/arrow_w.svg) no-repeat;
    background-size: 100%;
    display: inline-block;
    position: absolute;
    width: 30px;
    height: 7px;
    top: calc(50% - 7px / 2);
    transform: rotate(0deg);
  }
  .bnr_b-y:hover::before {
    content: "";
    background: url(../images/arrow_b.svg) no-repeat;
    background-size: 100%;
    display: inline-block;
    position: absolute;
    width: 30px;
    height: 7px;
    top: calc(50% - 7px / 2);
    transform: rotate(0deg);
  }
}

.button {
  max-width: 90%;
  width: 316px;
  margin: auto;
  color: #fff;
  text-align: left;
  display: block;
  padding: 1em;
  font-size: 1rem;
}
.button:hover {
  text-decoration: none;
}

input[type=submit] {
  cursor: pointer;
}

@media screen and (max-width: 960px) {
  .button {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .button {
    font-size: 0.8125rem;
  }
}
/* contact__mailform **************************/
.contact__mailform {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
}
.contact__mailform th {
  width: 23.5%;
  background: #FFFFFF;
  border-top: solid 1px #A0A0AF;
  border-bottom: solid 1px #A0A0AF;
  font-weight: bold;
  color: #000014;
  padding: 30px 20px;
}
.contact__mailform th.textarea {
  vertical-align: middle;
}
.contact__mailform td {
  width: 76.5%;
  border-top: solid 1px #A0A0AF;
  border-bottom: solid 1px #A0A0AF;
  padding: 20px;
}
.contact__mailform label {
  margin-right: 20px;
}
.contact__mailform input {
  width: 100%;
}
.contact__mailform input[type=text], .contact__mailform input[type=tel], .contact__mailform input[type=number], .contact__mailform input[type=date], .contact__mailform input[type=email] {
  padding: 0.8em;
  border: none;
  background: #E3E3EC;
  box-sizing: border-box;
  font-size: 1rem;
  appearance: none;
  font-family: "游ゴシック", "Noto Sans JP", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Verdana, Geneva, Tahoma, sans-serif;
}
.contact__mailform input[type=radio] {
  appearance: none; /* デフォルトのスタイルを削除 */
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #707070;
  vertical-align: 0px;
  outline: none;
}
.contact__mailform input[type=radio]:hover {
  cursor: pointer;
}
.contact__mailform input[type=radio]::before {
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 4px;
  background-color: #000014;
  transform: translate(1.5px, 1.5px) scale(0);
  transform-origin: center;
  transition: all 0.3s cubic-bezier(0.25, 0.25, 0.56, 2);
}
.contact__mailform input[type=radio]:checked::before {
  transform: translate(1.5px, 1.5px) scale(1.2);
}
.contact__mailform input[type=text] {
  width: 100%;
}
.contact__mailform input[type=text].name {
  width: 300px;
}
.contact__mailform input[type=tel], .contact__mailform input[type=email] {
  width: 100%;
}
.contact__mailform input[type=radio] {
  transform: scale(1.4);
  margin-right: 0.5em;
}
.contact__mailform textarea {
  display: block;
  appearance: none;
  padding: 0.5em;
  border: none;
  background: #E3E3EC;
  width: 100%;
  box-sizing: border-box;
  height: 200px;
  line-height: 1.5rem;
  font-size: 1rem;
}

/* 送信ボタン **************************/
input[type=submit] {
  appearance: none;
  border-radius: 0;
  background: #000014;
  width: 100%;
  display: block;
  border: 0;
  text-align: center;
  line-height: 60px;
  font-family: "游ゴシック", "Noto Sans JP", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Verdana, Geneva, Tahoma, sans-serif;
  color: #FFF;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.2rem;
  box-sizing: border-box;
  transition: all 0.3s;
}
input[type=submit]:hover {
  background: #DEF600;
  color: #000014;
}

.submitbtn {
  width: 100%;
  max-width: 300px;
  margin: 3rem auto 0;
  position: relative;
}
.submitbtn::after {
  content: "";
  background: url(../images/arrow_w.svg) no-repeat;
  background-size: 100%;
  display: inline-block;
  position: absolute;
  width: 51px;
  height: 11px;
  top: calc(50% - 11px / 2);
  transform: rotate(0deg);
  right: 20px;
  transition: all 0.3s;
}
.submitbtn:hover::after {
  right: 15px;
  background: url(../images/arrow_b.svg) no-repeat;
  background-size: 100%;
}

.hissu {
  color: #F6ABC7;
  font-weight: 600;
  font-size: 0.875rem;
  padding: 0.35em 0.5em;
  line-height: 1;
}

/* 入力画面 **************************/
.mw_wp_form_input .confirm-show {
  display: none;
}

/* 確認画面 **************************/
.mw_wp_form_confirm .input-show {
  display: none;
}
.mw_wp_form_confirm .hissu {
  display: none;
}

/* 完了画面 **************************/
.mw_wp_form_complete .input-show,
.mw_wp_form_complete .confirm-show {
  display: none;
}
.mw_wp_form_complete .compmes {
  padding: 2em 5%;
  font-weight: bold;
  width: 100%;
  max-width: 720px;
  margin: 30px auto;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .contact__mailform {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .contact__mailform {
    margin-bottom: 20px;
    width: 90%;
    margin: 0 auto;
  }
  .contact__mailform tr:last-child {
    border-bottom: 1px solid #A0A0AF;
  }
  .contact__mailform th, .contact__mailform td {
    display: block;
    width: 100%;
  }
  .contact__mailform th {
    padding: 15px 10px 0 10px;
    font-size: 1rem;
    border-bottom: none;
  }
  .contact__mailform td {
    padding: 10px 10px 20px;
    border-top: none;
    border-bottom: none;
    font-size: 1rem;
  }
  .contact__mailform input[type=text], .contact__mailform input[type=tel], .contact__mailform input[type=date], .contact__mailform input[type=email], .contact__mailform input[type=radio] {
    font-size: 1rem;
  }
  .contact__mailform input[type=text].name {
    width: 100%;
  }
  .contact__mailform textarea {
    font-size: 1rem;
  }
  input[type=submit] {
    font-size: 1rem;
    line-height: 3;
  }
  .hissu {
    font-size: 0.8125rem;
  }
  .submitbtn {
    width: 100%;
    margin-top: 2.5rem;
  }
}
/* mailcomp **************************/
.mailcomp {
  width: 90%;
  max-width: 650px;
  margin: 3rem auto 10rem;
}
.mailcomp h2 {
  margin-bottom: 3rem;
  color: #000014;
}
.mailcomp ul {
  background: #E3E3EC;
  margin: 2rem 0;
  padding: 30px 30px 30px 50px;
  border-radius: 10px;
}
.mailcomp ul li {
  font-weight: bold;
  list-style: disc;
}
@media screen and (max-width: 768px) {
  .mailcomp {
    margin: 2rem auto 6rem;
  }
  .mailcomp ul li {
    font-size: 0.8125rem;
  }
}

/* pagetop **************************/
#page_top {
  position: fixed;
  width: 65px;
  right: 5%;
  z-index: 9997;
}
#page_top img {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
#page_top p {
  text-align: center;
  font-size: 0.9375rem;
  line-height: 1.2;
}
#page_top:hover {
  cursor: pointer;
  text-decoration: none;
}

/* footer-request **************************/
.footer-request {
  width: calc(100% - 100px);
  background: url(../images/request_bg.jpg) center center no-repeat;
  background-size: 100%;
  margin: 0 auto 3rem;
  padding: 7em 0;
  box-sizing: border-box;
  opacity: 0;
}
.footer-request h2 {
  display: block;
  color: #FFFFFF;
  font-size: 2.8125rem;
  font-weight: 600;
  margin-bottom: 3rem;
}
.footer-request a {
  width: 550px;
  height: 90px;
  margin: 0 auto;
  font-size: 1.4375rem;
}
@media screen and (max-width: 1024px) {
  .footer-request {
    background-size: cover;
  }
}
@media screen and (max-width: 960px) {
  .footer-request {
    padding: 5em 0;
  }
  .footer-request h2 {
    font-size: 2.1875rem;
  }
  .footer-request a {
    width: 450px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-request {
    width: calc(100% - 50px);
    padding: 3em 0;
  }
  .footer-request h2 {
    font-size: 1.5625rem;
  }
  .footer-request a {
    width: 350px;
    height: 70px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .footer-request h2 {
    font-size: 1.25rem;
  }
  .footer-request a {
    width: 300px;
    height: 60px;
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 375px) {
  .footer-request {
    width: calc(100% - 25px);
  }
  .footer-request h2 {
    font-size: 1.125rem;
  }
  .footer-request a {
    width: 250px;
    height: 50px;
    font-size: 0.875rem;
  }
}

/* footer-recruit-request **************************/
.footer-recruit-request {
  width: calc(100% - 100px);
  background: #E3E3EC;
  margin: 0 auto 3rem;
  padding: 4.5em 0 6rem;
  box-sizing: border-box;
}
.footer-recruit-request h2 {
  display: block;
  font-size: 1.875rem;
  margin-bottom: 2rem;
}
.footer-recruit-request__tel {
  margin-bottom: 2rem;
}
.footer-recruit-request__tel p {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: 0.1em;
}
.footer-recruit-request__tel p a {
  color: #000014;
}
.footer-recruit-request__tel p a:hover {
  text-decoration: none;
}
.footer-recruit-request__tel p span {
  font-size: 1rem;
  letter-spacing: 0em;
}
.footer-recruit-request a.bnr_b-y {
  width: 500px;
  height: 90px;
  margin: 0 auto;
  font-size: 1.4375rem;
}
@media screen and (max-width: 960px) {
  .footer-recruit-request {
    margin: 0 auto 3rem;
    padding: 4em 0 5.5rem;
  }
  .footer-recruit-request h2 {
    font-size: 1.5625rem;
  }
  .footer-recruit-request__tel p {
    font-size: 1.875rem;
  }
  .footer-recruit-request__tel p span {
    font-size: 0.875rem;
  }
  .footer-recruit-request a.bnr_b-y {
    width: 450px;
    height: 80px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-recruit-request h2 {
    font-size: 1.25rem;
  }
  .footer-recruit-request__tel p {
    font-size: 1.5625rem;
  }
  .footer-recruit-request__tel p span {
    font-size: 0.75rem;
  }
  .footer-recruit-request a.bnr_b-y {
    max-width: 400px;
    width: 80%;
    height: 70px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 550px) {
  .footer-recruit-request {
    width: calc(100% - 40px);
    padding: 2em 2em 3rem;
  }
  .footer-recruit-request h2 {
    font-size: 1rem;
  }
  .footer-recruit-request__tel p {
    font-size: 1.125rem;
  }
  .footer-recruit-request a.bnr_b-y {
    height: 60px;
    font-size: 0.9375rem;
    padding-left: 20px;
  }
}
@media screen and (max-width: 480px) {
  .footer-recruit-request h2, .footer-recruit-request__tel {
    margin-bottom: 1rem;
  }
  .footer-recruit-request a.bnr_b-y {
    width: 100%;
    padding-left: 15px;
  }
}

/* footer-recruit **************************/
.footer-recruit {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 6rem;
  width: 100%;
  border-top: 3px solid #000014;
}
.footer-recruit__img, .footer-recruit__txt {
  height: 100%;
}
.footer-recruit__img {
  width: 47.3%;
}
.footer-recruit__img .img-slide {
  height: 530px;
}
.footer-recruit__img .img-slide img {
  top: 0;
  object-fit: cover;
  height: 100%;
}
.footer-recruit__img .img-slide::before {
  background: #000014;
}
.footer-recruit__txt {
  max-width: 710px;
  width: 37%;
}
.footer-recruit__txt h2 {
  letter-spacing: 0.05em;
}
.footer-recruit__txt .txt_marker {
  text-align: left;
}
.footer-recruit__txt .txt_marker::before {
  height: 45px;
  background: linear-gradient(transparent 60%, #DEF600 40%);
}
.footer-recruit__txt .txt_marker.move::before {
  animation-delay: 0.5s;
}
.footer-recruit__txt h2 {
  text-align: left;
}
.footer-recruit__txt p {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 2.3rem;
  margin: 3rem 0;
}
.footer-recruit__txt a {
  width: 350px;
  height: 80px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 1024px) {
  .footer-recruit {
    gap: 5rem;
  }
  .footer-recruit__img .img-slide {
    height: 500px;
  }
  .footer-recruit__txt p {
    line-height: 2rem;
    margin: 1.5rem 0;
  }
}
@media screen and (max-width: 960px) {
  .footer-recruit {
    gap: 4.5rem;
  }
  .footer-recruit__img .img-slide {
    height: 430px;
  }
  .footer-recruit__txt .txt_marker::before {
    height: 35px;
  }
  .footer-recruit__txt p {
    font-size: 1rem;
  }
  .footer-recruit__txt a {
    width: 300px;
    height: 70px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-recruit {
    display: block;
  }
  .footer-recruit__img {
    width: 100%;
    max-width: 100%;
  }
  .footer-recruit__img .img-slide {
    height: 200px;
  }
  .footer-recruit__txt {
    width: 90%;
    max-width: 90%;
    margin: 1.5rem auto;
  }
  .footer-recruit__txt .txt_marker::before {
    height: 33px;
  }
  .footer-recruit__txt p {
    font-size: 0.9375rem;
    line-height: 1.8rem;
  }
  .footer-recruit__txt a {
    height: 60px;
  }
}
@media screen and (max-width: 480px) {
  .footer-recruit__txt .txt_marker::before {
    height: 30px;
  }
  .footer-recruit__txt p {
    font-size: 0.875rem;
    line-height: 1.3rem;
    font-weight: normal;
  }
  .footer-recruit__txt a {
    width: 250px;
    height: 50px;
    padding-left: 20px;
  }
}

/* footer **************************/
.footer {
  background: #000014;
  padding: 3rem 0;
}
.footer__logo {
  max-width: 150px;
  width: 100%;
  margin: 0 auto;
}
.footer hr {
  width: 90%;
  max-width: 1440px;
  margin: 2.5rem auto;
  border: none;
  background: #A0A0AF;
  height: 3px;
}
@media screen and (max-width: 768px) {
  .footer hr {
    margin: 1.5rem auto;
  }
}

.footer__nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
}
.footer__nav__sitemap--wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
}
.footer__nav__ic {
  max-width: 130px;
}
.footer__nav__ic img {
  width: 100%;
}
.footer__nav__sitemap {
  margin-left: 6rem;
}
.footer__nav__sitemap ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.footer__nav__sitemap ul li {
  line-height: 1.3rem;
}
.footer__nav__sitemap ul a {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 1.125rem;
}
.footer__nav__sitemap ul a:hover {
  text-decoration: none;
  opacity: 0.6;
}
.footer__nav__sitemap__company {
  margin-top: 2rem;
}
.footer__nav__sitemap__company h3, .footer__nav__sitemap__company p {
  color: #FFFFFF;
}
.footer__nav__sitemap__company h3 {
  font-size: 1.25rem;
  font-weight: 600;
  text-align: left;
}
.footer__nav__sitemap__company p {
  line-height: 1.4rem;
}
.footer__nav__contact {
  margin-right: 10%;
}
.footer__nav__contact a {
  width: 350px;
  height: 80px;
}
@media screen and (max-width: 1280px) {
  .footer__nav__sitemap {
    margin-left: 0rem;
  }
  .footer__nav__sitemap ul a {
    font-size: 1rem;
  }
  .footer__nav__sitemap__company h3 {
    font-size: 1.125rem;
  }
  .footer__nav__sitemap__company p {
    font-size: 0.875rem;
  }
  .footer__nav__contact {
    margin-right: 0;
  }
  .footer__nav__contact a {
    width: 300px;
    height: 60px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 960px) {
  .footer__nav {
    display: block;
  }
  .footer__nav__sitemap--wrap {
    justify-content: center;
  }
  .footer__nav__sitemap ul {
    flex-wrap: wrap;
    gap: 10px 20px;
  }
  .footer__nav__sitemap ul a {
    font-size: 0.875rem;
  }
  .footer__nav__sitemap__company h3 {
    font-size: 1rem;
  }
  .footer__nav__sitemap__company p {
    font-size: 0.8125rem;
  }
  .footer__nav__contact a {
    max-width: 300px;
    width: 90%;
    margin: 2rem auto 0;
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 550px) {
  .footer__nav__ic {
    max-width: 120px;
  }
}
@media screen and (max-width: 480px) {
  .footer__nav__sitemap--wrap {
    display: block;
  }
  .footer__nav__ic {
    margin: 0 auto 20px;
  }
  .footer__nav__sitemap ul {
    justify-content: center;
  }
  .footer__nav__sitemap__company {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }
  .footer__nav__contact a {
    height: 50px;
  }
}

.copyright {
  max-width: 1440px;
  width: 90%;
  margin: 4rem auto 0;
  text-align: center;
  color: #FFFFFF;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 0.5s;
  animation-timing-function: ease-out;
  opacity: 0;
}
.animated.infinite {
  animation-iteration-count: infinite;
}

/* fadeIn **************************/
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

/* fadeInLeft **************************/
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-5%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}

/* fadeInRight **************************/
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(5%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}

/* fadeInUp **************************/
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes rote {
  0%, 100% {
    transform: rotate(3deg);
  }
  50% {
    transform: rotate(-3deg);
  }
}
/* fluffy **************************/
@keyframes fluffy1 {
  0% {
    transform: translateY(0);
  }
  5% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-10px);
  }
  25% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes fluffy2 {
  0% {
    transform: translateY(0);
  }
  5% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-5px);
  }
  25% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
/* zoomIn **************************/
@keyframes zoomIn {
  from {
    transform: scale(0.8);
  }
  to {
    transform: scale(1);
  }
}
@keyframes zoomInFade {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.zoomInFade {
  animation-name: zoomInFade;
}

/* blurIn **************************/
@keyframes blurIn {
  from {
    opacity: 0;
    filter: blur(20px);
  }
  to {
    opacity: 1;
    filter: blur(0);
  }
}
.blurIn {
  animation-name: blurIn;
}

/* noFilter **************************/
@keyframes noFilter {
  100% {
    opacity: 1;
    filter: none;
  }
}
.noFilter {
  animation-name: noFilter;
}

@keyframes noTransform {
  100% {
    opacity: 1;
    transform: none;
  }
}
.noTransform {
  animation-name: noTransform;
}

/* lineanime **************************/
.lineanime {
  fill: none;
  stroke: #ffffff;
  stroke-width: 19;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 1800px;
  stroke-dashoffset: 1800px;
  animation: line 2.5s 0.1s forwards;
}
.lineanime.st2 {
  animation-delay: 0.3s;
}
.lineanime.st3 {
  animation-delay: 0.6s;
}
.lineanime.st4 {
  animation-delay: 0.9s;
}
.lineanime.st5 {
  animation-delay: 1.2s;
}
.lineanime.st6 {
  animation-delay: 1.5s;
}
.lineanime.st7 {
  animation-delay: 1.8s;
}

@keyframes line {
  0% {
    stroke-dashoffset: 1800px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
/* passing **************************/
.passing {
  display: block;
}

.passing .passing-bar {
  position: relative;
  display: inline-block;
  transform: translate3d(0, 0, 0);
}

.passing .passing-bar:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}

.passing .passing-txt {
  opacity: 0;
  transform: translate3d(0, 0, 0);
}

.passing.move .passing-txt {
  animation: passing-txt 0s ease 0.5s 1 normal forwards;
}

@keyframes passing-txt {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*passingLeft*/
.passingL.passing-bar:before {
  left: 0;
}

.passingL.move .passing-bar:before {
  animation: passing-barL 1s ease 0s 1 normal forwards;
}

@keyframes passing-barL {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
/*passingRight*/
.passingR.passing-bar:before {
  right: 0;
}

.passingR.move .passing-bar:before {
  animation: passing-barR 1s ease 0s 1 normal forwards;
}

@keyframes passing-barR {
  0% {
    right: 0;
    width: 0;
  }
  50% {
    right: 0;
    width: 100%;
  }
  51% {
    right: 0;
    width: 100%;
  }
  100% {
    right: 100%;
    width: 0;
  }
}
/* txt_popout **************************/
.txt_popout {
  overflow: hidden;
}

.txt_popout.move p {
  transform: translateY(2em);
  animation: txtPopout 1s forwards;
}

.txt_popout p:nth-child(1) {
  animation-delay: 0.05s;
}

.txt_popout p:nth-child(2) {
  animation-delay: 0.1s;
}

.txt_popout p:nth-child(3) {
  animation-delay: 0.15s;
}

.txt_popout p:nth-child(4) {
  animation-delay: 0.2s;
}

.txt_popout p:nth-child(5) {
  animation-delay: 0.25s;
}

.txt_popout p:nth-child(6) {
  animation-delay: 0.3s;
}

.txt_popout p:nth-child(7) {
  animation-delay: 0.35s;
}

.txt_popout p:nth-child(8) {
  animation-delay: 0.4s;
}

.txt_popout p:nth-child(9) {
  animation-delay: 0.45s;
}

.txt_popout p:nth-child(10) {
  animation-delay: 0.5s;
}

.txt_popout p:nth-child(11) {
  animation-delay: 0.55s;
}

.txt_popout p:nth-child(12) {
  animation-delay: 0.6s;
}

@keyframes txtPopout {
  0% {
    transform: translateY(2em);
  }
  100% {
    transform: translateY(0);
  }
}
/* txt_popdown **************************/
.txt_popdown {
  overflow: hidden;
}

.txt_popdown.move p {
  transform: translateY(-2em);
  animation: txtPopdown 1s forwards;
}

.txt_popdown p:nth-child(1) {
  animation-delay: 0.05s;
}

.txt_popdown p:nth-child(2) {
  animation-delay: 0.1s;
}

.txt_popdown p:nth-child(3) {
  animation-delay: 0.15s;
}

.txt_popdown p:nth-child(4) {
  animation-delay: 0.2s;
}

.txt_popdown p:nth-child(5) {
  animation-delay: 0.25s;
}

.txt_popdown p:nth-child(6) {
  animation-delay: 0.3s;
}

.txt_popdown p:nth-child(7) {
  animation-delay: 0.35s;
}

.txt_popdown p:nth-child(8) {
  animation-delay: 0.4s;
}

.txt_popdown p:nth-child(9) {
  animation-delay: 0.45s;
}

.txt_popdown p:nth-child(10) {
  animation-delay: 0.5s;
}

.txt_popdown p:nth-child(11) {
  animation-delay: 0.55s;
}

.txt_popdown p:nth-child(12) {
  animation-delay: 0.6s;
}

@keyframes txtPopdown {
  0% {
    transform: translateY(-2em);
  }
  100% {
    transform: translateY(0);
  }
}
/* txt_marker **************************/
.txt_marker {
  display: inline;
  position: relative;
}

.txt_marker::before {
  content: "";
  width: 0;
  display: block;
  position: absolute;
  top: -7px;
  left: 0;
  z-index: -2;
}

.txt_marker.move::before {
  animation: markerAnime 1s forwards ease;
}

@keyframes markerAnime {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/* img-slide **************************/
.img-slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  line-height: 0;
}

.img-slide:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 100%;
  z-index: 1;
  transform-origin: right center;
  transform: scaleX(1);
  transition: width 1s cubic-bezier(0.19, 1, 0.22, 1) 0s, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
}

.img-slide img {
  position: relative;
  width: 100%;
  height: auto;
  opacity: 0;
  top: -50%;
  left: -100%;
  transition: 0.7s;
}

.img-slide--move img {
  opacity: 1;
  left: 0;
}

.img-slide--move.img-slide:before {
  transform: scaleX(0);
  width: 100%;
}

/* liner **************************/
/*linerLeft*/
.linerLeft:before {
  content: "";
  position: absolute;
  left: 0;
}

.linerLeft:before {
  animation: linerLeft 1s ease-in-out forwards;
}

@keyframes linerLeft {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
/*linerRight*/
.linerRight:before {
  content: "";
  position: absolute;
  left: 100%;
  transform: translateX(-100%);
  animation: linerRight 1s ease-in-out forwards;
}

@keyframes linerRight {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
/*linerTop*/
.linerTop:before {
  content: "";
  position: absolute;
  top: 0;
  animation: linerTop 1s ease-in-out forwards;
}

@keyframes linerTop {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
/*linerBottom*/
.linerBottom:before {
  content: "";
  position: absolute;
  top: 100%;
  transform: translateY(-100%);
  animation: linerBottom 1s ease-in-out forwards;
}

@keyframes linerBottom {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
/*linerAll*/
.linerAll:before {
  content: "";
  position: absolute;
  animation: linerAll 1s ease-in-out forwards;
}

/* top-overview **************************/
.top-overview {
  background: #000014;
  position: relative;
}
.top-overview h2 {
  color: #FFFFFF;
  font-size: 2.8125rem;
  width: 90%;
  padding-top: 5rem;
  margin: 0 auto 5rem;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .top-overview h2 {
    font-size: 2.1875rem;
  }
}
@media screen and (max-width: 768px) {
  .top-overview--liner {
    height: 100px;
  }
  .top-overview .linerTop:before {
    top: -50px;
  }
  .top-overview h2 {
    font-size: 1.5625rem;
  }
}
@media screen and (max-width: 480px) {
  .top-overview h2 {
    font-size: 1.25rem;
  }
}

.top-overview__img-slideL,
.top-overview__img-slideR {
  position: relative;
  width: 100%;
}
.top-overview__img-slideL .img-slide__txt,
.top-overview__img-slideR .img-slide__txt {
  position: absolute;
  max-width: 710px;
  border-top: 3px solid #FFFFFF;
  padding-top: 30px;
  width: 50%;
  bottom: 50px;
  left: 100px;
  z-index: 3;
  opacity: 0;
}
.top-overview__img-slideL .img-slide__txt h3,
.top-overview__img-slideR .img-slide__txt h3 {
  font-size: 1.4375rem;
  color: #FFFFFF;
  font-weight: 600;
  text-align: left;
  margin-bottom: 20px;
}
.top-overview__img-slideL .img-slide__txt p,
.top-overview__img-slideR .img-slide__txt p {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 2.2rem;
  color: #FFFFFF;
}
.top-overview__img-slideL .img-slide__txt__service,
.top-overview__img-slideR .img-slide__txt__service {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  text-align: center;
  margin-top: 30px;
}
.top-overview__img-slideL .img-slide__txt__service a,
.top-overview__img-slideR .img-slide__txt__service a {
  color: #FFFFFF;
  font-weight: 600;
}
.top-overview__img-slideL .img-slide__txt__service a:hover,
.top-overview__img-slideR .img-slide__txt__service a:hover {
  text-decoration: none;
  opacity: 0.6;
}
.top-overview__img-slideL .img-slide,
.top-overview__img-slideR .img-slide {
  width: calc(100% - 50px);
  height: 600px;
}
.top-overview__img-slideL .img-slide::before,
.top-overview__img-slideR .img-slide::before {
  background-color: #A0A0AF;
  height: 600px;
}
.top-overview__img-slideL .img-slide img,
.top-overview__img-slideR .img-slide img {
  top: -50%;
}
.top-overview__img-slideL .img-slide__bnr,
.top-overview__img-slideR .img-slide__bnr {
  position: absolute;
  right: 100px;
  bottom: 50px;
  z-index: 3;
  opacity: 0;
}
.top-overview__img-slideL .img-slide__bnr a,
.top-overview__img-slideR .img-slide__bnr a {
  width: 350px;
  height: 80px;
}
@media screen and (max-width: 1280px) {
  .top-overview__img-slideL .img-slide__txt,
  .top-overview__img-slideR .img-slide__txt {
    max-width: 450px;
    padding-top: 25px;
  }
  .top-overview__img-slideL .img-slide__txt h3,
  .top-overview__img-slideR .img-slide__txt h3 {
    margin-bottom: 15px;
  }
  .top-overview__img-slideL .img-slide__txt__service,
  .top-overview__img-slideR .img-slide__txt__service {
    margin-top: 25px;
  }
  .top-overview__img-slideL .img-slide__txt__service a img,
  .top-overview__img-slideR .img-slide__txt__service a img {
    width: 50px;
    height: 50px;
  }
  .top-overview__img-slideL .img-slide img,
  .top-overview__img-slideR .img-slide img {
    top: 0%;
  }
  .top-overview__img-slideL .img-slide__bnr a,
  .top-overview__img-slideR .img-slide__bnr a {
    width: 300px;
    height: 70px;
  }
}
@media screen and (max-width: 960px) {
  .top-overview__img-slideL .img-slide__txt,
  .top-overview__img-slideR .img-slide__txt {
    max-width: 100%;
    width: calc(100% - 200px);
    bottom: 150px;
  }
  .top-overview__img-slideL .img-slide__txt h3,
  .top-overview__img-slideR .img-slide__txt h3 {
    font-size: 1.25rem;
  }
  .top-overview__img-slideL .img-slide__txt p,
  .top-overview__img-slideR .img-slide__txt p {
    font-size: 1rem;
    line-height: 2rem;
  }
  .top-overview__img-slideL .img-slide, .top-overview__img-slideL .img-slide:before,
  .top-overview__img-slideR .img-slide,
  .top-overview__img-slideR .img-slide:before {
    height: 700px;
  }
  .top-overview__img-slideL .img-slide img,
  .top-overview__img-slideR .img-slide img {
    top: -50%;
    object-fit: cover;
    height: 150%;
  }
  .top-overview__img-slideL .img-slide__bnr,
  .top-overview__img-slideR .img-slide__bnr {
    right: 100px;
  }
}
@media screen and (max-width: 768px) {
  .top-overview__img-slideL .img-slide__txt h3,
  .top-overview__img-slideR .img-slide__txt h3 {
    font-size: 1.125rem;
  }
  .top-overview__img-slideL .img-slide__txt p,
  .top-overview__img-slideR .img-slide__txt p {
    font-size: 0.9375rem;
    line-height: 1.8rem;
  }
  .top-overview__img-slideL .img-slide__txt__service,
  .top-overview__img-slideR .img-slide__txt__service {
    gap: 20px;
  }
  .top-overview__img-slideL .img-slide__txt__service a,
  .top-overview__img-slideR .img-slide__txt__service a {
    font-size: 0.875rem;
  }
  .top-overview__img-slideL .img-slide__txt__service a img,
  .top-overview__img-slideR .img-slide__txt__service a img {
    width: 40px;
    height: 40px;
  }
  .top-overview__img-slideL .img-slide, .top-overview__img-slideL .img-slide:before,
  .top-overview__img-slideR .img-slide,
  .top-overview__img-slideR .img-slide:before {
    height: 600px;
  }
  .top-overview__img-slideL .img-slide__bnr a,
  .top-overview__img-slideR .img-slide__bnr a {
    width: 300px;
    height: 60px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 550px) {
  .top-overview__img-slideL .img-slide__txt,
  .top-overview__img-slideR .img-slide__txt {
    width: calc(100% - 100px);
    left: 50px;
    bottom: 100px;
  }
  .top-overview__img-slideL .img-slide__txt__service,
  .top-overview__img-slideR .img-slide__txt__service {
    justify-content: center;
  }
  .top-overview__img-slideL .img-slide__txt__service li,
  .top-overview__img-slideR .img-slide__txt__service li {
    width: 40%;
  }
  .top-overview__img-slideL .img-slide,
  .top-overview__img-slideR .img-slide {
    width: calc(100% - 25px);
  }
  .top-overview__img-slideL .img-slide__bnr,
  .top-overview__img-slideR .img-slide__bnr {
    right: 50px;
    bottom: 25px;
  }
}
@media screen and (max-width: 375px) {
  .top-overview__img-slideL .img-slide__txt,
  .top-overview__img-slideR .img-slide__txt {
    width: calc(100% - 60px);
    left: 30px;
    bottom: 100px;
  }
  .top-overview__img-slideL .img-slide,
  .top-overview__img-slideR .img-slide {
    width: calc(100% - 15px);
  }
  .top-overview__img-slideL .img-slide__bnr,
  .top-overview__img-slideR .img-slide__bnr {
    right: 30px;
  }
  .top-overview__img-slideL .img-slide__bnr a,
  .top-overview__img-slideR .img-slide__bnr a {
    width: 250px;
    height: 50px;
  }
}

.top-overview__img-slideR {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.top-overview__img-slideR:before {
  content: "";
  position: absolute;
  background: #FFFFFF;
  width: 100%;
  height: 50%;
  bottom: 0;
}

.top-overview__img-slideL {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}

/* top-h2txt **************************/
.top-h2txt {
  width: 90%;
  margin: 9rem auto 0;
  text-align: center;
  font-weight: 600;
  font-size: 2.8125rem;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .top-h2txt {
    font-size: 2.1875rem;
  }
}
@media screen and (max-width: 768px) {
  .top-h2txt {
    margin-top: 7rem;
    font-size: 1.5625rem;
  }
}
@media screen and (max-width: 480px) {
  .top-h2txt {
    margin-top: 4rem;
    font-size: 1.25rem;
  }
}

/* common **************************/
.service {
  margin-top: 1rem;
}

.service__boxL, .service__boxR {
  margin-top: 9rem;
}
.service__boxL__img, .service__boxR__img {
  max-width: 1010px;
  width: 62%;
}
.service__boxL__img .img-slide, .service__boxR__img .img-slide {
  max-height: 600px;
}
.service__boxL__img .img-slide img, .service__boxR__img .img-slide img {
  top: 0;
}
.service__boxL__img .img-slide::before, .service__boxR__img .img-slide::before {
  background: #000014;
}
.service__boxL__txt, .service__boxR__txt {
  max-width: 460px;
  width: 35%;
  padding: 4rem 6rem;
  box-sizing: content-box;
  position: relative;
}
.service__boxL__txt--title, .service__boxR__txt--title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.service__boxL__txt--title h2, .service__boxR__txt--title h2 {
  width: auto;
  text-align: left;
  margin-left: 20px;
  letter-spacing: 0.05em;
}
.service__boxL__txt--title img, .service__boxR__txt--title img {
  width: 50px;
  height: 50px;
}
.service__boxL__txt .txt_marker::before, .service__boxR__txt .txt_marker::before {
  height: 40px;
  top: 0 !important;
  background: linear-gradient(transparent 60%, #DEF600 40%);
}
.service__boxL__txt .txt_marker.move::before, .service__boxR__txt .txt_marker.move::before {
  animation-delay: 0.5s;
}
.service__boxL__txt p, .service__boxR__txt p {
  margin-top: 40px;
}
.service__boxL .linerAll:before, .service__boxR .linerAll:before {
  border-right: solid 2px #000014;
  top: 0;
}

.service__boxL {
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
}
.service__boxL__txt {
  margin-left: 4rem;
}
.service__boxL .linerAll:before {
  left: 0;
}

.service__boxR {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
.service__boxR__txt {
  margin-right: 4rem;
}
.service__boxR .linerAll:before {
  right: 0;
}

@keyframes linerAll {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
@media screen and (max-width: 1280px) {
  .service__boxL__img .img-slide, .service__boxR__img .img-slide {
    height: 390px;
  }
  .service__boxL__img .img-slide img, .service__boxR__img .img-slide img {
    object-fit: cover;
    height: 100%;
  }
  .service__boxL__txt, .service__boxR__txt {
    padding: 3rem 5rem;
  }
}
@media screen and (max-width: 960px) {
  .service__boxL, .service__boxR {
    margin-top: 7rem;
  }
  .service__boxL__img .img-slide, .service__boxR__img .img-slide {
    height: 450px;
  }
  .service__boxL__txt, .service__boxR__txt {
    padding: 3rem 4rem;
  }
  .service__boxL__txt--title h2, .service__boxR__txt--title h2 {
    margin-left: 10px;
  }
  .service__boxL__txt--title .txt_marker::before, .service__boxR__txt--title .txt_marker::before {
    height: 32px;
  }
  .service__boxL__txt--title img, .service__boxR__txt--title img {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .service__boxL, .service__boxR {
    margin-top: 4rem;
  }
  .service__boxL__img, .service__boxR__img {
    max-width: 100%;
    width: calc(100% - 40px);
  }
  .service__boxL__img .img-slide, .service__boxR__img .img-slide {
    height: auto;
    max-height: 350px;
  }
  .service__boxL__txt, .service__boxR__txt {
    max-width: 100%;
    width: calc(100% - 40px);
    box-sizing: border-box;
  }
  .service__boxL__txt--title .txt_marker::before, .service__boxR__txt--title .txt_marker::before {
    height: 30px;
  }
  .service__boxL__txt--title img, .service__boxR__txt--title img {
    width: 30px;
    height: 30px;
  }
  .service__boxL__txt p, .service__boxR__txt p {
    margin-top: 20px;
  }
  .service__boxL .linerAll:before, .service__boxR .linerAll:before {
    border-left: none;
    border-right: none;
    border-top: solid 2px #000014;
    left: 0;
    top: 0;
  }
  @keyframes linerAll {
    0% {
      width: 0%;
    }
    100% {
      width: 100%;
    }
  }
  .service__boxR {
    flex-direction: column-reverse;
  }
  .service__boxR__txt {
    margin: 0;
    padding: 2rem 0 2rem 2rem;
  }
  .service__boxL {
    flex-direction: column;
    align-items: flex-end;
  }
  .service__boxL__txt {
    margin: 0;
    padding: 2rem 2rem 2rem 0;
  }
}
/* company common **************************/
.company h2 {
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .company h2 {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 550px) {
  .company h2 {
    margin-bottom: 3rem;
  }
}

/* company__detail **************************/
.company__detail {
  margin: 7rem auto 0;
}
.company__detail__table {
  max-width: 960px;
  width: 90%;
  margin: 0 auto;
}
.company__detail__table th, .company__detail__table td {
  padding-top: 25px;
  padding-bottom: 25px;
  line-height: 1.6rem;
  box-sizing: border-box;
  font-size: 1rem;
}
.company__detail__table tr:first-child th, .company__detail__table tr:first-child td {
  padding-top: 0;
}
.company__detail__table th {
  text-align: center;
  border-bottom: 2px solid #000014;
  font-weight: 600;
  width: 30%;
}
.company__detail__table td {
  text-align: left;
  border-bottom: 1px solid #E3E3EC;
  padding-left: 50px;
  width: 70%;
}
.company__detail__img {
  max-width: 800px;
  width: 90%;
  margin: 6rem auto 0;
}

@media screen and (max-width: 768px) {
  .company__detail {
    margin-top: 5rem;
  }
  .company__detail__table th, .company__detail__table td {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 550px) {
  .company__detail {
    margin-top: 4rem;
  }
  .company__detail__table th, .company__detail__table td {
    display: block;
    width: 100%;
    padding-bottom: 25px;
  }
  .company__detail__table tr:first-child td {
    padding-top: 25px;
  }
  .company__detail__table th {
    padding-top: 35px;
  }
  .company__detail__table td {
    padding-top: 25px;
    padding-left: 0px;
  }
  .company__detail__img {
    margin: 4rem auto 0;
  }
}
/* recruit__overview **************************/
.recruit__overview {
  background: url(../images/recruit_overview_bg.jpg) top center no-repeat;
  background-size: 100%;
  margin: 0 auto;
  padding: 0;
}
.recruit__overview .wrap {
  max-width: 1440px;
  width: 90%;
  margin: 0 auto;
  padding: 10rem 0rem;
}
.recruit__overview__title p {
  color: #FFFFFF;
  font-size: 2.8125rem;
  font-weight: 600;
  margin-bottom: 30px;
  opacity: 0;
}
.recruit__overview__title p:last-child {
  margin-bottom: 0;
}
.recruit__overview__txt {
  max-width: 710px;
  width: 60%;
  margin-top: 6.25rem;
  opacity: 0;
}
.recruit__overview__txt p {
  color: #FFFFFF;
  font-size: 1.125rem;
  font-weight: bold;
}
@media screen and (max-width: 1440px) {
  .recruit__overview {
    background-size: cover;
  }
}
@media screen and (max-width: 960px) {
  .recruit__overview .wrap {
    padding: 7rem 0rem;
  }
  .recruit__overview__title p {
    font-size: 2.1875rem;
  }
  .recruit__overview__txt {
    margin-top: 4rem;
  }
  .recruit__overview__txt p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit__overview .wrap {
    padding: 5rem 0rem;
  }
  .recruit__overview__title p {
    font-size: 1.5625rem;
    margin-bottom: 20px;
  }
  .recruit__overview__txt {
    margin-top: 3rem;
  }
  .recruit__overview__txt p {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 480px) {
  .recruit__overview .wrap {
    padding: 4rem 0rem;
  }
  .recruit__overview__title p {
    font-size: 1.3125rem;
  }
  .recruit__overview__txt {
    width: 100%;
  }
}

/* recruit__benefits **************************/
.recruit__benefits {
  background: url(../images/recruit_benefits_bg.jpg) center center no-repeat;
  background-size: 100%;
  margin-bottom: 5rem;
}
.recruit__benefits .wrap {
  max-width: 1440px;
  width: 90%;
  margin: 0 auto;
  padding: 3rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.recruit__benefits h2 {
  color: #FFFFFF;
  text-align: center;
  margin-right: 10rem;
  letter-spacing: 0.1rem;
  opacity: 0;
}
.recruit__benefits__detail {
  display: grid;
  justify-content: space-between;
  align-items: flex-start;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 70px;
  max-width: 815px;
  color: #FFFFFF;
  padding: 3.75rem 0 3.75rem 6rem;
  border-left: 2px solid #FFFFFF;
  box-sizing: content-box;
}
.recruit__benefits__detail dl {
  width: 100%;
  max-width: 370px;
  opacity: 0;
}
.recruit__benefits__detail dl dt {
  font-weight: 600;
  font-size: 1.25rem;
}
.recruit__benefits__detail dl dd {
  padding-left: 20px;
  line-height: 2rem;
}
@media screen and (max-width: 1440px) {
  .recruit__benefits h2 {
    margin-right: 6rem;
  }
}
@media screen and (max-width: 1280px) {
  .recruit__benefits h2 {
    margin-right: 4rem;
  }
  .recruit__benefits__detail {
    padding-left: 4rem;
    width: 60%;
  }
}
@media screen and (max-width: 960px) {
  .recruit__benefits {
    background-size: cover;
    margin-bottom: 4rem;
  }
  .recruit__benefits__detail dl dt {
    font-size: 1.125rem;
  }
  .recruit__benefits__detail dl dd {
    font-size: 0.875rem;
    line-height: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit__benefits .wrap {
    display: block;
  }
  .recruit__benefits h2 {
    margin: 0 auto 2rem;
  }
  .recruit__benefits__detail {
    gap: 30px 50px;
    border-left: none;
    border-top: 2px solid #FFFFFF;
    width: 100%;
    box-sizing: border-box;
    padding: 2rem 0 0;
  }
  .recruit__benefits__detail dl dt {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 550px) {
  .recruit__benefits__detail {
    grid-template-columns: repeat(1, 1fr);
  }
  .recruit__benefits__detail dl {
    max-width: 100%;
  }
}

/* recruit__list **************************/
.recruit__list h2 {
  margin-bottom: 3rem;
}
.recruit__list__detail {
  max-width: 1080px;
  width: 90%;
  margin: 0 auto;
}
.recruit__list__detail table {
  width: 100%;
  border-top: 1px solid #000014;
}
.recruit__list__detail tr {
  border-bottom: 1px solid #000014;
}
.recruit__list__detail th {
  width: 280px;
  padding: 30px 0;
  background: #E3E3EC;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.1rem;
}
.recruit__list__detail td {
  padding: 30px 30px 30px 50px;
}
.recruit__list__detail ul {
  list-style: disc;
  margin-left: 25px;
}
.recruit__list__detail ul.att {
  list-style: none;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .recruit__list th, .recruit__list td {
    font-size: 0.875rem;
  }
  .recruit__list th {
    width: 200px;
    padding: 25px 10px;
  }
  .recruit__list td {
    padding: 25px;
  }
}
@media screen and (max-width: 550px) {
  .recruit__list th, .recruit__list td {
    display: block;
    width: 100%;
  }
  .recruit__list th {
    text-align: left;
    padding: 10px 25px 10px;
  }
  .recruit__list td {
    padding: 10px 25px 25px;
  }
}

/* contact common **************************/
.contact h2 {
  margin-bottom: 3rem;
}
.contact hr {
  border: none;
  width: 100%;
  height: 3px;
  background: #000014;
  margin: 5rem 0;
}
@media screen and (max-width: 960px) {
  .contact h2 {
    margin-bottom: 2.5rem;
  }
  .contact hr {
    margin: 4rem 0;
  }
}
@media screen and (max-width: 768px) {
  .contact h2 {
    margin-bottom: 2rem;
  }
  .contact hr {
    margin: 3rem 0;
  }
}

/* contact__overview **************************/
.contact__overview {
  margin: 7rem auto 0;
  width: 90%;
}
.contact__overview p {
  font-size: 1.25rem;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  .contact__overview {
    margin: 5rem auto 0;
  }
  .contact__overview p {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 768px) {
  .contact__overview {
    margin: 3rem auto 0;
  }
  .contact__overview p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .contact__overview p {
    font-size: 0.9375rem;
  }
}

/* contact__tel **************************/
.contact__tel--detail {
  background: #E3E3EC;
  max-width: 700px;
  width: 90%;
  margin: 0 auto;
  padding: 60px 20px 50px;
  box-sizing: border-box;
}
.contact__tel--detail p {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: 0.1em;
}
.contact__tel--detail p a {
  color: #000014;
}
.contact__tel--detail p a:hover {
  text-decoration: none;
}
.contact__tel--detail p span {
  font-size: 1rem;
  letter-spacing: 0em;
}
@media screen and (max-width: 960px) {
  .contact__tel--detail {
    max-width: 600px;
  }
  .contact__tel--detail p {
    font-size: 1.875rem;
  }
  .contact__tel--detail p span {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .contact__tel--detail {
    max-width: 500px;
  }
  .contact__tel--detail p {
    font-size: 1.5625rem;
  }
  .contact__tel--detail p span {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 480px) {
  .contact__tel--detail {
    padding: 30px 10px 20px;
  }
  .contact__tel--detail p {
    font-size: 1.125rem;
  }
}

/* contact__mail **************************/
.contact__mail--att {
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}
.contact__mail--att span {
  color: #F6ABC7;
}
@media screen and (max-width: 768px) {
  .contact__mail--att {
    font-size: 0.8125rem;
    margin-bottom: 10px;
  }
}/*# sourceMappingURL=common_style.css.map */