@charset "utf-8";
html {
    font-size: 62.5%;
}
body{
	position: relative;
	font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	color: #000;
}

.navbar{
	z-index: 1030;
}
.nav ul li {
    display: inline-block;
}
.apply_btn0{
	background: linear-gradient(300deg, #01c6ff 0%, #00a6dc 100%);
	color: #fff;
    text-decoration: none;
	align-items: center;
	justify-content: center;
	width: 200px;
    height: 60px;
    font-size: 2rem;
    font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 500;
    line-height: 1;
	display: flex;
    /*box-shadow: 14px -1px 40px 10px rgb(42 140 174 / 10%);*/
    position: relative;
	border-radius: 10px;
}
.apply_btn{
	background: linear-gradient(300deg, #01c6ff 0%, #00a6dc 100%);
	color: #fff;
    text-decoration: none;
	align-items: center;
	justify-content: center;
	width: 200px;
    height: 60px;
    font-size: 2rem;
    font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 500;
    line-height: 1;
	display: flex;
    /*box-shadow: 14px -1px 40px 10px rgb(42 140 174 / 10%);*/
    position: relative;
	border-radius: 10px;
}
.apply_btn2{
	background: linear-gradient(226deg, #66aac6 0%, #5584b4 100%);
	color: #fff;
    text-decoration: none;
	align-items: center;
	justify-content: center;
	width: 200px;
    height: 60px;
    font-size: 2rem;
    font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 500;
    line-height: 1;
	display: flex;
    /*box-shadow: 14px -1px 40px 10px rgb(42 140 174 / 10%);*/
    position: relative;
	border-radius: 10px;
}
.apply_btn2:hover{
	opacity: 0.9;
	text-decoration: none;
}
.apply_btn:hover{
	opacity: 0.9;
	text-decoration: none;
}
.nav ul li + li {
    margin-left: 15px;
}
.nav ul{
    padding: 30px 40px 0 0;
}
.navbar span {
    display: block;
    width: 13px;
    height: 13px;
    border-top: solid 3px #ffffff;
    border-right: solid 3px #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 33px;
    bottom: 23px;
}
.navbar .navbar-brand {
    margin: 30px 0px 0 120px;
}
.navbar{
	top: -100px;
    margin-top: 100px;
    transition: top 300ms;
}
/*スクロール*/
.navbarfix {
	position: fixed;
    top: 0;
    right: 0;
    left: 0;
	margin-top: 0;
	box-shadow: 0px 0px 21px -5px rgb(0 0 0 / 20%);
	background-color: #fff;
	opacity: 0;
    transition: all 0.65s;
}
.navbarfix.isActive {
  opacity: 1;
  transition: all 0.65s;
}

.navbarfix .navbar-brand {
	/*padding: 23px 20px 0;*/
	padding: 0px 20px 0;
}
.navbarfix #logo{
	height: 40px;
}
.navbarfix .nav ul {
    margin: 10px 40px 0 0;
}
.navbarfix .span {
	right: 21px;
    bottom: 19px;
}
.navbarfix .apply_btn {
	width: 185px;
    height: 50px;
}
.navbarfix .apply_btn2 {
	width: 185px;
    height: 50px;
}
.navbarfix span {
    right: 20px;
    bottom: 19px;
}

#Lp3Footer{
	z-index: 6;
	position: relative;
	background-color: #3d9fbf;
}

#Lp3Footer .box .catch {
    color: #ffffff;
    font-size: 20px;
	vertical-align: sub;
}
#Lp3Footer .box p {
    margin-bottom: 0px;
    color: #ffffff;
	padding-top: 25px;
	font-size: 1.6rem;
}
#Lp3Footer .runer1 a {
    text-decoration: underline;
    color: #ffffff;
}
#Lp3Footer #company .runer1{
	padding-top: 0px;
	font-size: 1.6rem;
}
#Lp3Footer #company .runer{
	font-size: 1.6rem;
}
#company li + li {
    padding-left: 70px;
}


#fbox1{
	text-align: center;
}
#company{
	padding: 0px 0px 50px;
	display: flex;
}
#Lp3Footer .contact{
	width: calc(100vw - 120px);
    max-width: 1160px;
    margin: 0 auto;
    padding: 53px 30px;
    transform: translateY(-86px);
    border-radius: 5px;
    background-image: -ms-linear-gradient(90deg, #01cadc 0%, #00a6dc 100%);
    background-color: #fff;
   	box-shadow: 0px 10px 36px 4px rgb(48 145 179 / 30%);
	position: relative;
}
#Lp3Footer .contact-btn{
	background: linear-gradient( 141deg, #00a6dc 0%, #01cadc 100%);
    color: #fff;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    padding: 0 calc(1em + 12px) 0 1em;
    width: 300px;
    height: 80px;
    border-radius: 40px;
    font-size: 2rem;
    font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 500;
    line-height: 1;
    display: flex;
	box-shadow: 14px -1px 40px 10px rgb(42 140 174 / 10%);
	position: relative;
}
#Lp3Footer .login-btn{
	background: linear-gradient(226deg, #66aac6 0%, #5584b4 100%);
    color: #fff;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    padding: 0 calc(1em + 12px) 0 1em;
    width: 300px;
    height: 80px;
    border-radius: 40px;
    font-size: 2rem;
    font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 500;
    line-height: 1;
    display: flex;
	box-shadow: 14px -1px 40px 10px rgb(42 140 174 / 10%);
	position: relative;
}
#Lp3Footer #top-page{
	display: block;
    width: 13px;
    height: 13px;
    border-top: solid 3px #ffffff;
    border-right: solid 3px #ffffff;
    -webkit-transform: rotate( 226deg);
    transform: rotate( 226deg);
    position: absolute;
	right: 92px;
	bottom: 8px;
}
#Lp3Footer .login-btn:hover{
  opacity: 0.6;
}
#Lp3Footer .contact-btn:hover{
  opacity: 0.6;
}
#Lp3Footer .contact p{
	letter-spacing: -0.01em;
    font-size: 1.6rem;
    line-height: calc(36 / 16);
    text-align: center;
    padding-bottom: 30px;
    color: #0068b6;
}
#Lp3Footer .contact ul{
	text-align: center;
}
#Lp3Footer .contact ul li {
    display: inline-block;
}
#Lp3Footer .contact ul li + li {
    margin-left: 30px;
}


#topicon{
	position: absolute;
	right: 65px;
	bottom: 54px;
    transition: opacity 0.8s ease;
    transform-origin: right bottom;
    transform: rotate(90deg);
    font-size: 1.7rem;
    font-weight: 400;
}
#topicon a{
    color: var(--white);
    text-decoration: none;
}
#topicon a:hover{
	opacity: 0.6;
}

#topicon span{
	display: block;
    width: 13px;
    height: 13px;
    border-top: solid 3px #ffffff;
    border-right: solid 3px #ffffff;
    -webkit-transform: rotate(227deg);
    transform: rotate(227deg);
    position: absolute;
    right: 96px;
    bottom: 10px;
}