/*
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 {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 10px 0; 
  position: sticky;
  top: 0;
  z-index: 1;//
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 550px; 
  margin: 0 auto;
  padding: 0 20px; 
}

.logo img {
  max-height: 50px;
}

.sns-buttons {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.sns-buttons li {
  margin-left: 10px;
}

.sns-buttons img {
  width: 40px; 
  height: 40px;
  transition: transform 0.2s ease; 
}

.sns-buttons img:hover {
  transform: scale(1.1);
}

/* スマホサイズ */
@media (max-width: 767px) {
  .header-container {
	display: flex;
/*    flex-direction: column;*/
    align-items: flex-start;
  }

  .header-right {
    margin-top: 10px;
  }

  .sns-buttons {
    justify-content: center; /* アイコンを中央揃え */
  }
}

.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: 20px;
  padding-bottom: 20px;

}

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

.cmn_ttl {
  font-size: 5vh;
  color: #1D67CD;
  position: relative;
  margin-bottom: 1.5em;
  text-align: center;
  line-height: 125%;
  font-weight: bold;
/*  display: inline-block;*/ 
}

.cmn_ttl:before {
  content: '';
  position: absolute;
  bottom: -20px;
/*  display: inline-block;*/
  width: 50px;
  height: 6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #1D67CD;;
  border-radius: 2px;
}
.cmn_ttl span {
color: #03A7FF;
display: block;
font-family: "Century Gothic", sans-serif;;
font-size: 2.8vh;
}


.cmn_subttl {
  font-size: 4vh;
  color: #ffffff;
  margin-bottom: 24px;
  margin-top: 10px;
  text-align: center;
  font-weight: bold;
}

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

.cmn_txt {
  display: block;
  padding-bottom: 20px;
  text-align:justify;
}
.cmn_txt span {
  font-size: 2.55vh;
  font-weight: bold;
  color: #FFFF00;
  text-align: center;
  font-feature-settings: "palt";
}

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

.message_txt {
  display: block;
}

.lp_job {
  background: #0949a1;
  color: #fff;
}

.lp_job .cmn_feature {
  margin-bottom: 1em;
}

.lp_benefit {
  padding-bottom: 0;
}

.lp_benefit .benefit_box:last-child {
  padding-bottom: 0;
}

.benefit_box {
  padding: 0 10px 30px;
}

.benefit_thumb {
  margin-bottom: 17px;
}

.benefit_ttl {
  font-size: 2.1rem;
  font-weight: 700;
  padding: 0 10px 15px;
  text-align: center;
}

.benefit_txt {
  padding: 0 10px;
}

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

.recruit_tbl th,
.recruit_tbl td {
  border-top: 1px solid black;
  padding: 10px;
}

.recruit_tbl th {
  color: #000000;
  vertical-align: middle;
  text-align: center;
  width: 90px;
  background: #EAF3FF;
  border: solid 1px black;
}

/*
.txtcenter {
  letter-spacing: 7px;
}
*/

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

.ft_copy {
  background: #4d4d4d;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  color: #ffffff;
  padding: 3px;
  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%;
}
.cmn_feature{
    animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards; }
@keyframes slideIn {
  0% {
    transform: translateX(180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%,100% {
    opacity: 1;
  }
}
.cmn_feature2{
    animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards; }
@keyframes slideIn {
  0% {
    transform: translateX(180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%,100% {
    opacity: 1;
  }
}


@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;
}

nav{
  position: fixed;
  background: #ffffff9c;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}
nav img{
  width: auto;
  object-fit:contain;
}
nav ul{
  display: flex;
  justify-content: space-evenly;
}
nav ul #logo{
  margin: 0px 1.2rem;
}
nav ul li img{
  max-height: 77px;
  width: 96%;
  margin: 0 auto;
  display: block;
}
nav#header {
  width:100%;
  height:50px;
  display:grid;
  align-items: center;
}
nav#header img{
  height:46px;
}
nav#footer_nav{
  bottom: -2px;
  height: 80px;
  width: 100%;
  padding: 8px 10px 10px;
}
.contact_txt {
  margin-bottom: 20px;
  text-align: center;
  font-size: 20px;
}
.contact_button img {
  max-width: 100%;
  text-align: center;
  padding: 8px;
  margin: auto;
  display: block;
}
.contact_ttl img {
  width: 100%;
}
.contact{
   background: #ffffff9c;
    background: #0949a1;
    color: #fff;
}
.lp_contact {
	background: #0949a1;
    color: #fff;
}
.container{
	overflow: hidden;
}
.slidein{
	margin: 50px auto;
	transition: 1s cubic-bezier(0.75, 0, 0.25, 1);
}
.slide_left{
	transform: translateX(calc(-50vw - 50%));
}
.slide_right{
	transform: translateX(calc(50vw + 50%));
}
.show{
	transform: translateX(0);
}
.lp_support {
	padding-bottom: 15px;
}

