/*
Theme Name: LP
Author: 
*/
@font-face {
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 700;
  src: url("https://raw.githubusercontent.com/blaisck/sfwin/master/SFPro/TrueType/SFProDisplay-Bold.ttf");
}

.js_ofi img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.fadeUp {
  animation-name: fadeUp;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }

}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }

}

*,
*::after,
*::before {
  box-sizing: border-box;
}

body,
button,
input,
select,
textarea {
  font-family: "Noto Sans JP", sans-serif; ;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary,
div,
span,
p,
ul,
ol,
li,
dl,
dt,
dd,
table,
tr,
th,
td,
a,
img,
label,
form,
input,
textarea {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

img {
  border: 0;
  height: auto;
  line-height: 1;
  vertical-align: bottom;
  max-width: 100%;
}

a {
  background: transparent;
  cursor: pointer;
  outline: 0 none;
}

html {
  display: flex;
  flex-direction: column;
  font-size: 62.5%;
}

body {
  color: #000;
  display: flex;
  flex-direction: column;
  font-size: 1.5rem;
  min-height: 100vh;
  line-height: 1.53;
}

main {
  flex: 0 0 auto;
}

.mg_tp5 {
  margin-top: 5px;
}

.mg_bt5 {
  margin-bottom: 5px;
}

.mg_tp10 {
  margin-top: 10px;
}

.mg_bt10 {
  margin-bottom: 10px;
}

.mg_tp15 {
  margin-top: 15px;
}

.mg_bt15 {
  margin-bottom: 15px;
}

.mg_tp20 {
  margin-top: 20px;
}

.mg_bt20 {
  margin-bottom: 20px;
}

.mg_tp25 {
  margin-top: 25px;
}

.mg_bt25 {
  margin-bottom: 25px;
}

.mg_tp30 {
  margin-top: 30px;
}

.mg_bt30 {
  margin-bottom: 30px;
}

.mg_tp35 {
  margin-top: 35px;
}

.mg_bt35 {
  margin-bottom: 35px;
}

.mg_tp40 {
  margin-top: 40px;
}

.mg_bt40 {
  margin-bottom: 40px;
}

.mg_tp45 {
  margin-top: 45px;
}

.mg_bt45 {
  margin-bottom: 45px;
}

.mg_tp50 {
  margin-top: 50px;
}

.mg_bt50 {
  margin-bottom: 50px;
}

:root {
  --app-height: 100%;
}

html {
  height: 100%;
}

html,
body {
  min-width: 320px;
}

body {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  overflow-x: hidden; }

::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 25px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

::-webkit-input-placeholder {

  /* Edge */
  color: #ddd;
  font-size: 1.5rem;
}

::placeholder {
  color: #ddd;
  font-size: 1.5rem;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type='number'] {
  -moz-appearance: textfield;
}

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

a {
  color: #000;
  text-decoration: none;
  transition: all ease-in-out 0.3s;
}

img {
  vertical-align: middle;
}

main {
  margin: 0 auto;
  max-width: 550px;
  overflow: hidden;
}

header {
  margin: 0 auto;
  max-width: 550px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.top_fv {
  background: url(../img/bg-gradient.png) bottom center/cover no-repeat;
  opacity: 0;
  position: relative;
}

.top_fv.is-animated {
  animation: fadeIn 0.4s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

.top_fv_feature img {
  width: 100%;
}

.top_fv_maru {
  display: flex;
  justify-content: space-between;
  padding: 30px 20px 100px;
}

.top_fv_maru li {
  animation-name: fadeUp;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.top_fv_maru li:nth-child(1) {
  animation-delay: 0.4s;
}

.top_fv_maru li:nth-child(2) {
  animation-delay: 0.6s;
}

.top_fv_maru li:nth-child(3) {
  animation-delay: 0.8s;
}

.lp_block {
  padding-top: 40px;
}

.lp_inner {
  margin: 0 auto;
  max-width: 550px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  width: 100%;
}

.cmn_ttl {
  margin-bottom: 26px;
  text-align: center;
}

.cmn_feature {
  margin-bottom: 26px;
  text-align: center;
}

.cmn_txt {
  display: block;
  line-height: 28px;
  text-align: justify;
  padding-bottom: 30px
}

.message_ttl {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.4;
  margin-bottom: 20px;
  text-align: center;
}

.message_txt {
  display: block;
}

.lp_job {
  background: #1D67CD;
  color: #fff;
}

.lp_job .cmn_feature {
  margin-bottom: 0;
}

.lp_interview {
  padding-bottom: 0;
}

.lp_interview .interview_box:last-child {
  padding-bottom: 20px;
}

.interview_box {
 padding-bottom: 20px;
 background-color: #00276B;
}

.interview_thumb {
  margin-bottom: 17px;
}

.interview_ttl {
  font-size: 2.5rem;
  font-weight: 700;
  padding: 0 20px 25px;
  color: #fff;
}

.interview_txt {
  font-size: 16px;
  padding: 10px 20px 20px 20px;
  line-height: 25px;
  color: #fff;
  text-align:justify;
}
.interview_name {
  font-size: 2.1rem;
  padding: 0 20px 10px;
  color: #fff;
}

.hr1 {
  border-top: 1.5px solid #000;
  border-color:#378EF0;
  margin: 0 20px;
}


.recruit_tbl {
  table-layout: fixed;
  margin: 40px 0 0 0;
  width: 100%;
  text-align:justify;
}

.recruit_tbl th,
.recruit_tbl td {
  border-top: 1px solid #e4ede1;
  padding-bottom: 16px;
  padding-top: 16px;
}

.recruit_tbl th {
  color: #378EF0;
  vertical-align: middle;
  text-align: left;
  width: 80px;
}

.txtcenter {
  letter-spacing: 7px;
}

.footer {
  background: #fff;
  margin: 0 auto;
  max-width: 550px;
  width: 100%;
}

.ft_copy {
  background: #d6d6d6;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  padding: 5px 0;
  text-align: center;
}

.cmn_ctv {
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  display: flex;
  justify-content: center;
  gap: 5px;
  left: 0;
  margin: 0 auto;
  max-width: 550px;
  padding: 15px 8px;
  right: 0;
  position: relative;
  width: 100%;
}

.cmn_ctv.fixscroll {
  position: fixed;
}

.cmn_ctv li a {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 100%;
}

@media only screen and (max-width:767px) {
  .ft_copy {
    padding-bottom: 80px;
  }

  .cmn_ctv {
    position: fixed !important;
  }

  .cmn_ctv.fixscroll {
    position: fixed;
  }

}

@media screen and (min-width:568px) and (max-width:767px) {
  .ft_copy {
    padding-bottom: 100px;
  }

}
.box2 li {
   list-style: none;
   text-indent: -1em;
   padding-left: 1em;
}
