/*
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%; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1;
    visibility: visible; } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(15px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@keyframes slideIn {
  0% {
    transform: translateX(180px);
    opacity: 0; }
  100% {
    transform: translateX(0);
    visibility: visible; }
  40%,100% {
    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.5; }

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.5rem;
  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%;
  align-items: center;
  display: flex;
  height: 50px;
  gap: 7px;
  padding: 0 10px 0 20px; }

.hd_logo {
  height: 50px; }
  .hd_logo a {
    align-items: center;
    display: flex;
    height: 100%; }
    .hd_logo a:hover {
      opacity: 0.8; }

.hd_company_name {
  font-family: "SF Pro Display";
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3; }

.top_fv {
  opacity: 0;
  text-align: center; }
  .top_fv.is-animated {
    animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) forwards; }

.lp_block {
  padding-bottom: 30px;
  padding-top: 30px; }

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

.cmn_ttl {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 27px; }
  .cmn_ttl span {
    color: #04ADA9;
    display: block;
    font-family: "SF Pro";
    font-size: 3.7rem; }
  .cmn_ttl.fadeIn {
    animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards; }

.cmn_txt {
  line-height: 2.2;
  padding-bottom: 28px; }

.cmn_feature {
  text-align: center; }
  .cmn_feature.fadeIn {
    animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) forwards; }

.mess_ttl {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.45;
  padding-bottom: 22px; }

.lp_business {
  background: #04ADA9;
  color: #fff; }
  .lp_business .cmn_ttl span {
    color: #fff; }

.business_ttl {
  font-size: 2rem;
  font-weight: 700;
  padding: 5px 0; }

.lp_flow .lp_inner {
  padding-left: 10px;
  padding-right: 10px; }

.flow_wrap .flow_box:nth-child(odd) {
  background: #E1F2F2; }

.flow_box {
  height: 74px;
  position: relative; }

.flow_img {
  position: absolute;
  right: -5px;
  top: -24px; 
}
.class1 {
  width: 300px;
}

.flow_box_inner {
  align-items: center;
  display: flex;
  height: 100%; }

.flow_time {
  color: #04ADA9;
  font-family: "SF Pro Display";
  font-size: 1.7rem;
  font-weight: 700;
  padding-left: 20px;
  width: 140px; 
}
  .flow_time img {
    display: inline-block;
    margin-right: 10px; }

.flow_ttl {
  color: #04ADA9;
  font-size: 2.4rem;
  font-weight: 700;
  flex: 1 1 0%; }

.lp_benefits {
  background: #efefef;
  padding-bottom: 10px; }

.benefit_box {
  padding-bottom: 33px; }

.benefit_thumb {
  margin-bottom: 24px;
  text-align: center; }
  .benefit_thumb.fadeIn {
    animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) forwards; }

.benefit_ttl {
  color: #004097;
  font-size: 2rem;
  font-weight: 700;
  padding-bottom: 13px;
  text-align: center; }

.benefit_txt {
  line-height: 1.6; }

.lp_faq {
  background: #f1f5f9; }
  .lp_faq .lp_inner {
    padding-left: 10px;
    padding-right: 10px; }

.faq_wrap {
  background: #fff;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 35px; }

.faq_box {
  padding-bottom: 30px; }

.faq_q {
  color: #004097;
  font-size: 1.7rem;
  font-weight: 700;
  padding-bottom: 25px; }

.faq_a {
  line-height: 1.6; }

.faq_a_strong {
  padding-bottom: 15px; }

.lp_recruit {
  background-color: #4B4948;
  color: #fff; }
  .lp_recruit .cmn_ttl {
    color: #fff; }
    .lp_recruit .cmn_ttl span {
      color: #fff; }

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

.recruit_tbl th, 
.recruit_tbl td {
    border-top: 1px solid #fff;
    font-size: 1.5rem;
	font-weight: 400;
    padding-bottom: 16px;
    padding-top: 16px; 
}
.recruit_tbl th {
  color: #fff;
  font-weight: 500;
  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;
}
.hoge{
margin-top:1em;
font-weight: 500;	
}
