/*
Theme Name: r-climb
Author: 
Description: r-climbのテーマ
Version: v.1
License: 
License URI: 
Text Domain: 
*/

@charset "utf-8";
/* CSS Document */

body {
    padding: 0;
    margin: 0;
}

/*========= LoadingのためのCSS ===============*/

/* Loading背景画面設定 */
#splash {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: #000;
    text-align: center;
    color: #fff;
}

/* Loading画像中央配置 */
#splash_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定 */
#splash_logo img {
    width: 120px;
}

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

@keyframes fadeInAnime {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

a {
    color: #333;
}

a:hover {
    text-decoration: none;
}

/*========= スライダーのためのCSS ===============*/
.slider img {
    width: auto;
    height: 380px;
}

/* slickのJSで書かれるタグ内、スライド左右の余白調整 */
.slider .slick-slide {
    margin: 0 10px;
}

/*========= レイアウトのためのCSS ===============*/
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.wrap {
    position: relative;
    text-align: center;
    height: 100vh;
    overflow-x: hidden;
}

.mov-text {
    position: relative;
    animation-name: mov-text;
    animation-fill-mode: forwards;
    opacity: 1;
    animation-duration: 0.8s;
    animation-delay: 3s;
    background-color: white;
    width: 100%;
    height: 100vh;
}

@keyframes mov-text {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}



.mov .pre {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 100%;
}

.fadeRight {
    animation-name: fadeRightAnime;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
    opacity: 0;
    animation-delay: 3s;
}

@keyframes fadeRightAnime {
    from {
        opacity: 0;
        transform: translateX(100px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.bg {
    background-image: url("/cms/wp-content/themes/r-climb/img/bg_firstview3.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
}
/*ピンチは*/
.mov-text01 {
    display: inline-block;
    position: absolute;
    top: 40vh;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 2.5rem;
    color: #009943;
}
@media screen and (min-width: 768px) {
.mov-text01 {
    top: 20vh;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 4rem;
}
}
/*チャンス*/
.mov-text02 {
    display: inline-block;
    position: absolute;
    top: 50vh;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-weight: bold;
    font-size: 3rem;
    color: #009943;
}
@media screen and (min-width: 768px) {
.mov-text02 {
    top: 30vh;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 5rem;
}
}
@media screen and (min-width: 768px) {
.mov-text02 {
    top: 35vh;
    font-size: 8rem;
}
}


.mov .kyuubo {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    z-index: 2;
    top: 28vh;
}
@media screen and (min-width: 768px) {
.mov .kyuubo {
	right: auto;
	top: 0vh;
	max-width: 60%;
}
}
@media screen and (min-width: 1024px) {
.mov .kyuubo {
    top: -15vh;
}
}
@media screen and (min-width: 1280px) {
.mov .kyuubo {
    right: 0;
    left: 0;
    top: -15vh;
    bottom: 0;
    margin: auto;
    z-index: 2;
}
}

.mov .intro-txt {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    z-index: 2;
    font-weight: bold;
    font-size: 1.4rem;
    top: 8vh;
}
@media screen and (min-width: 768px) {
.mov .intro-txt {
    top: 70vh;
    font-size: 2rem;
}
}
@media screen and (min-width: 1024px) {
.mov .intro-txt {
    font-size: 3rem;
}
}
.fadeInbg {
    animation-name: fadeInbgAnime;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
    animation-delay: 3s;
}

@keyframes fadeInbgAnime {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fadeIn {
    animation-name: fadeInAnime;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeInAnime {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.kyuubo.fadeIn {
    animation-delay: 4s;
}

.intro-txt.fadeIn {
    animation-delay: 5s;
}
.lp-nav-wrap {
    position: fixed;
    /* height: 70px; */
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #009943;
    text-align: center;
    /* padding: 20px; */
    z-index: 99;
    padding: 5px;
    height: 40px;
}
@media screen and (min-width: 768px) {
.lp-nav-wrap {
    height: 70px;
    padding: 20px;
}
}

.lp-nav-wrap h1 {
    margin-top: 10px;
}

.bg-white {
    background-color: white;
}

nav ul {
    list-style: none;
    justify-content: center;
}

nav ul li a {
    display: block;
    text-decoration: none;
    color: #009943;
    padding: 10px;
    transition: all 0.3s;
}

nav ul li.current a,
nav ul li a:hover {
    color: #000;
}
h1 img {
    width: 250px;
}
@media screen and (min-width: 768px) {
h1 img {
    width: 330px;
}
}
.navfadeIn {
    animation-name: navfadeInAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
    animation-delay: 5s;
}

@keyframes navfadeInAnime {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

section {
/*    padding-top: 10rem;
    padding-bottom: 10rem;*/
}

.inner {
    width: 96%;
    max-width: 1280px;
    margin: 0 auto;
	padding: 3rem 0;
}
@media screen and (min-width: 768px) {
.inner {
	padding: 10rem 0;
}
}
section#area-1 {
	padding: 0;
	/*background-image: url("bg2.png");
	background-size: contain;
	background-repeat: no-repeat;*/
	width: 100%;
	position: relative;
	overflow: hidden;
    /*background-color: azure;*/
}
.bg2 {
	position: absolute;
    max-height: 100%;
    right: -200px;
    opacity: 0;
    /* height: 100vh; */
    max-width: 100%;
    bottom: 0;
}


section#area-2 {
	height: auto;
    padding-top: 0;
    padding-bottom: 0;
}
.box {
    padding: 2rem;
   /* background-color: white;*/
    border-radius: 25px;
    /*border: 2px solid #ddd;*/
    /*opacity: 0;*/
}

section h3 {
    text-align: center;
	color: #545454;
	font-size: clamp(2rem, 1.733rem + 1.33vw, 2.8rem);
}

section#area-1 h3 {
    color: #009844;
}
.recruit-box h4 {
    font-size: 2.3rem;
    text-align: center;
	color: #009844;
}
.recruit-box p {
    font-size: 1.2rem;
    font-weight: bold;
}
.youkou {
	font-size: 1.5rem;
}
section#area-1 .box p {
    font-size: 1rem;
    text-align: left;
    line-height: 2.3;
}
@media screen and (min-width: 768px) {
section#area-1 .box p {
    font-size: 1.5rem;
    line-height: 2.3;
}
}
@media screen and (min-width: 1024px) {
section#area-1 .box p {
    text-align: center;
}
}
@media screen and (max-width: 1023px) {
section#area-1 .box p br {
	display: none;
}
}
.recruit-box {
    display: block;
    border-radius: 10px;
    padding: 3rem .5rem;
    margin-bottom: 1.5rem;
    background-color: #fff;
}
@media screen and (min-width: 768px) {
.recruit-box {
    padding: 2rem;
}
}
@media screen and (min-width: 1024px) {
.recruit-box {
    padding: 2rem 5rem;
}
}


dl.recruit_contents {
	padding: .5rem;
	margin-top: 1rem;
	border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
dl.recruit_contents dt {
    white-space: nowrap;
    display: block;
    width: 100%;
    padding-top: 1rem;
}
dl.recruit_contents dd {
    display: block;
    width: 100%;
    margin: 0;
}
}
@media screen and (min-width: 768px) {
dl.recruit_contents {
	display: grid;
	grid-template-columns: 20% auto;
	padding: 2rem;
	margin-top: 2rem;
}
}
.recruit_contents dt {
	font-weight: bold;
}

#area-3 {
    background-color: aliceblue;
    border-radius: 30px 30px 0 0;
	margin-top: -30px;
	margin-bottom: -50px;
}
#area-4 {
    background-color: #ddf3d8;
    border-radius: 30px 30px 0 0;
	margin-top: -50px;
}
input[type=text],input[type=email],input[type=tel],textarea {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
}

input[type=submit] {
	text-align: center;
	padding: 15px 20px;
	width: 100%;
    max-width: 350px;
}
input.btn_04 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 2px solid #019945;
	background: #019945;
	color: #fff;
	border-radius: 100vh;
	transition: 0.5s;
	margin-top: 2rem;
    font-size: 1.2rem;
}
input.btn_04:hover {
	color: #019945;
	background: #fff;
}
table.form-table {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    border-collapse: collapse;
    background-color: #fff;
}

table.form-table td, table.form-table th {
    border: 1px solid #ddd;
    padding: 15px 30px;
    box-sizing: border-box;
}

table.form-table th {
    white-space: nowrap;
	width: 30%;
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 

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

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  transform: scale(0.8);
  }

  to {
    opacity: 1;
  transform: translateY(-50px);
  transform: scale(1);
  }
}

.fadeUpTrigger{
    opacity: 0;
}

footer {
	text-align: center;
}

@media screen and (max-width: 768px) {
    nav ul li a:hover {
        color: #009943;
    }
    nav ul li.current a {
        color: #000;
    }
}
@media screen and (min-width: 768px) {
/*左からテキストを表示する*/
.left-text-ani {
	opacity: 0;
}
.flowing {
	width: 0;
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
	animation: flowing-ani 3s forwards linear;
}

@keyframes flowing-ani {
 0%{
	 width: 0%;
   }
100%{
	 width: 100%;
   }
}
}
@media screen and (max-width: 1024px) {
h3.flowing {
	font-size: 2rem;
}
}
/*============
nav
=============*/
nav {
  display: block;
  position: fixed;
  top: 0;
  right: -300px;
  bottom: 0;
  width: 300px;
  background: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: .5s;
  z-index: 3;
}
.open nav {
  right: 0;
}
nav .navinner {
  padding: 25px;
}
nav .navinner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav .navinner ul li {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #333;
}
nav .navinner ul li a {
  display: block;
  color: #333;
  font-size: 14px;
  padding: 1em;
  text-decoration: none;
  transition-duration: 0.2s;
}
nav .navinner ul li a:hover {
  background: #e4e4e4;
}
@media screen and (max-width: 767px) {
  nav {
    right: -240px;
    width: 240px;
  }
}
/*============
@keyframes
=============*/
@keyframes equalizer01 {
  0% {
    width: 70%;
  }
  10% {
    width: 50%;
  }
  20% {
    width: 100%;
  }
  30% {
    width: 10%;
  }
  40% {
    width: 50%;
  }
  50% {
    width: 70%;
  }
  60% {
    width: 50%;
  }
  70% {
    width: 10%;
  }
  80% {
    width: 100%;
  }
  90% {
    width: 10%;
  }
  100% {
    width: 70%;
  }
}
@keyframes equalizer02 {
  0% {
    width: 30%;
  }
  10% {
    width: 20%;
  }
  20% {
    width: 40%;
  }
  30% {
    width: 10%;
  }
  40% {
    width: 20%;
  }
  50% {
    width: 30%;
  }
  60% {
    width: 20%;
  }
  70% {
    width: 10%;
  }
  80% {
    width: 40%;
  }
  90% {
    width: 10%;
  }
  100% {
    width: 30%;
  }
}
/*============
.toggle_btn
=============*/
.toggle_btn {
    display: block;
    position: fixed;
    top: 10px;
    right: 10px;
    width: 60px;
    height: 30px;
    transform: translate(0, 0);
    transition: all .5s;
    cursor: pointer;
    z-index: 3;

}

@media screen and (min-width: 768px) {
.toggle_btn {
  top: 30px;
  right: 30px;
}
}
.open .toggle_btn {
  right: 330px;
}
.toggle_btn span {
  display: block;
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  background-color: #666;
  transition: all .5s;
}
.toggle_btn span:nth-child(1) {
  top: 5px;
  width: 60px;
  animation: equalizer01 7000ms infinite;
}
.toggle_btn span:nth-child(2) {
  top: 15px;
  width: 30px;
  animation: equalizer02 5000ms infinite;
  animation-delay: 0.33s;
}
.toggle_btn span:nth-child(3) {
  top: 25px;
  width: 20px;
  animation: equalizer02 5000ms infinite;
}
.open .toggle_btn span {
  background-color: #fff;
  width: 30px;
}
.open .toggle_btn span:nth-child(1) {
  transform: translate(0, 10px) rotate(-45deg);
  animation: unset;
}
.open .toggle_btn span:nth-child(2) {
  opacity: 0;
  animation: unset;
}
.open .toggle_btn span:nth-child(3) {
  transform: translate(0, -10px) rotate(45deg);
  animation: unset;
}
@media screen and (max-width: 767px) {
  .open .toggle_btn {
    right: 260px;
  }
}
/*============
#mask
=============*/
#mask {
  display: none;
}
.open #mask {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .8;
  z-index: 2;
  cursor: pointer;
  transition: all .5s;
}
@media screen and (max-width: 767px) {
.sp {
	display: block;
}
.pc {
	display: none;
}
}
@media screen and (min-width: 768px) {
.sp {
	display: none;
}
.pc {
	display: block;
}
}

.entry_box {
	padding: 1rem;
}
@media screen and (min-width: 1024px) {
.entry_box {
    width: 80%;
    margin: auto;
}
}

.tbl_form {
	width: 100%;
}
.tbl_form th {
	text-align: center;
}
@media screen and (max-width: 767px) {
.tbl_form th,
.tbl_form td {
	display: block;
	width: 100%;
}
.tbl_form th {
	text-align: left;
}
}

.page-info-wrap {
	padding-top: 3rem;
}
#m-404 {
	text-align: center;
}
.page h1 {
    text-align: center;
    font-weight: normal;
    font-size: 1.3rem;
	margin-bottom: 3rem;
}
.page h1 span {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.8rem;
	color: #009844;
}
.page .company_info {
	margin-bottom: 3rem;
}
@media screen and (min-width: 1024px) {
.page .company_info {
	text-align: center;
	margin-bottom: 5rem;
}
}
#back_to_top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 10px 20px;
    font-size: 14px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
