@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  outline: none;
  font-family: 'Noto Sans JP', sans-serif;
}

#contents {
  position: relative;
  width: 100%;
}

#wrapper {
  position: relative;
  left: 50%;
  width: 1366px;
  margin-left: -683px;
  padding-top: 68px;
  overflow: hidden;
}

h1 {
  position: absolute;
  top: 8px;
  right: 20px;
  font-size: 15px;
  letter-spacing: 2px;
  font-weight: normal;
  color: #000;
  z-index: 100;
}

h2,h3 {
  font-weight: normal;
}

.back_image1 {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 0;
  background: url(../images/back_image1.png);
}
.back_image2 {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 0;
  background: url(../images/back_image2.png);
}



#cont01,#cont02,#cont03,#cont04,#cont05 {
  margin-top: -100px;
  padding-top: 100px;
}

.top_image {
  position: relative;
  width: 100%;
  height: 470px;
  margin: 0 0 2% 0;
  overflow: hidden;
}
.top_image_inner {
  width: inherit;
  height: inherit;
  text-align: center;
  color: #555;
  background-color: #fff;
  opacity: 0;
}
@keyframes play {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0);
  }
}
@keyframes maskOut {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(100%);
  }
}
.isPlay {
  animation-name: play;
  animation-duration: .2s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(.8,0,.5,1);
  position: relative;
  opacity: 1 !important;
}
.isPlay:before {
  animation-name: maskOut;
  animation-duration: .3s;
  animation-delay: .3s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(.8,0,.5,1);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient( 109.6deg,  rgba(191,214,48,1) 11.2%, rgba(254,241,1,1) 91.1% );
}

.icon_scroll {
  position: absolute;
  top: 450px;
  left: 0;
  right: 0;
  margin: auto;
  width: 153px;
  height: 146px;
  background: url(../images/icon_scroll.png);
  z-index: 50;
}
.icon_scroll span {
  position: absolute;
  top: 55px;
  left: 76px;
  width: 16px;
  height: 16px;
  margin-left: -12px;
  border-left: 1px solid #74BF42;
  border-bottom: 1px solid #74BF42;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 1.5s infinite;
  animation: sdb 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

.top_jewel {
  position: absolute;
  top: 150px;
  right: 70px;
  width: 306px;
  height: 274px;
}

.nav {
  position: fixed;
  left: 50%;
  width: 1366px;
  margin-left: -683px;
  background: #fff;
  z-index: 1000;
}
.logo {
  position: absolute;
  top: 10px;
  left: 10px;
}
.logo2 {
  position: absolute;
  top: 7px;
  right: 196px;
  width: 54px;
  height: auto;
}
.nav_main ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  width: 700px;
  margin: 20px auto 0;
  list-style: none;
}
.nav_main ul li a {
  text-decoration: none;
  font-size: 16px;
  color: #505050;
}

.osae {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 150px 0 170px;
  text-align: center;
}
.osae p {
  margin: 0 0 0 50px;
  font-size: 17px;
  letter-spacing: 1px;
  line-height: 43px;
  font-weight: normal;
  text-align: left;
  color: #505050;
}

.cont_title {
  text-align: center;
}
.cont_title p {
  font-size: 40px;
  letter-spacing: 5px;
  color: #505050;
}

.area {
  margin-bottom: 200px;
}
.area_search {
  width: 640px;
  margin: 0 auto;
}
.area_search ul {
  margin-top: 85px;
  list-style: none;
}
.area_search ul li {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  height: 100px;
  background: #74BF42;
}
.area_search ul li:not(:last-of-type) {
  margin-bottom: 20px;
}
.area_search ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.area_search ul li p {
  margin-left: 20px;
  font-size: 22px;
  letter-spacing: 1.5px;
  color: #fff;
}
.area_search ul li p:after {
  content: "\e315";
  position: relative;
  top: 8px;
  font-size: 30px;
  font-family: 'Material Icons';
}

.charm_headline {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 179px;
  height: 81px;
  margin: 0 auto;
  background: url(../images/charm_headline.png)
}
.charm_headline p {
  position: relative;
  left: 5px;
  font-size: 40px;
  color: #74BF42;
}

.charm_box {
  position: relative;
  padding: 120px 0;
}
.charm_headline {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto 30px;
}
.box_inner {
  width: 1366px;
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}
.charm_img {
  position: relative;
  margin-top: -50px;
  z-index: 10;
}
.charm_box_right.box_text {
  margin-right: 150px;
}
.charm_box_left.box_text {
  margin-left: 150px;
}
.box_text {
  position: relative;
  text-align: center;
  z-index: 10;
}
.box_text>p {
  display: inline-block;
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 33px;
  font-weight: lighter;
  color: #505050;
  text-align: left;
}
.box_text>p span {
  display: block;
  margin-left: 20px;
  font-size: 13px;
  line-height: 20px;
  font-weight: normal;
  color: #74BF42;
}
.box_text_back_r {
  position: absolute;
  top: 100px;
  left: -1200px;
  width: 750px;
  height: 460px;
  background: #FBF3E4;
  z-index: 0;
  transition-duration: 1s;
  transition-timing-function: ease;
}
.back_anime_r {
  left: 600px;
}
.box_text_back_l {
  position: absolute;
  top: 100px;
  right: -1200px;
  width: 750px;
  height: 460px;
  background: #FBF3E4;
  z-index: 0;
  transition-duration: 1s;
  transition-timing-function: ease;
}
.back_anime_l {
  right: 600px;
}
.charm_left {
  position: relative;
  left: -100px;
}
.box_inner_headline p {
  font-size: 25px;
  font-weight: normal;
  color: #544A42;
  text-align: center;
}
.box_inner_headline hr {
  width: 110px;
  margin: 10px auto 20px;
  border: 0;
  border-bottom: 2px solid #74BF42;
}
.job_title_bn {
  position: relative;
  margin: 50px auto;
  text-align: center;
}
.job_title_bn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tab_area {
  width: 1200px;
  margin: 0 auto 700px;
}
/* TAB---------------- */
ul#tab_btn {
float:left;
width:290px;
margin: 0;
padding: 0;
}
ul#tab_btn li{
  position: relative;
display: inline-block;
width:100%;
height: 284px;
line-height: 30px;
margin:0 0 16px;
padding: 0 0 0 ;
background-color:#74BF42;
text-align: left;
cursor: pointer;
}
ul#tab_btn li:before {
  position: absolute;
  right: 30px;
  bottom: 10px;
  content: "click";
  font-size: 18px;
  letter-spacing: 2px;
  color: #fff;
}
ul#tab_btn li:after {
  position: absolute;
  right: 7px;
  bottom: 10px;
  content: "\e315";
  font-size: 28px;
  color: #fff;
  font-family: 'Material Icons';
}
.tab_btn_headline,.tab_btn_name {
  margin-left: 20px;
  color: #fff;
}
.tab_btn_headline {
  margin-top: 10px;
  font-size: 15px;
}
.tab_btn_name {
  font-size: 20px;
  letter-spacing: 1.5px;
}
ul#tab_btn li.current{
background-color:#89D556;
}

ul#tab_main {
float: left;
width:889px;
margin: 0 0 0 20px;
padding: 0;
list-style: none;
}

ul#tab_main li{
display: none;
vertical-align: top;
height:584px;
background-color:#FBF3E4;
padding: 0;
z-index: 2;
}
ul#tab_main li.current{
display: block;
} 
.tab_main_box {
  position: relative;
  top: 50%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.tab_main_left {
  width: 310px;
  margin-right: 30px;
  text-align: center;
}
.tab_main_right {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 476px;
}
.tab_main_tenpo {
  font-size: 17px;
  letter-spacing: 1.5px;
  color: #74BF42;
}
.tab_main_line {
border: 0;
width: 200px;
margin: 10px auto;
border-bottom: 2px solid #74BF42;
}
.tab_main_name {
  font-size: 22px;
  color: #74BF42;
}
.tab_main_img {
  margin-top: 20px;
}
.tab_main_headline {
  margin-bottom: 20px;
  font-size: 25px;
  letter-spacing: 0.5px;
  line-height: 35px;
  color: #505050;
  text-align: left;
}
.tab_main_text {
  width: 475px;
  font-size: 15px;
  letter-spacing: 2.5px;
  line-height: 33px;
  font-weight: lighter;
  color: #505050;
}

.nagare {
  margin-bottom: 150px
}
.nagare_box {
  margin-top: 100px;
  text-align: center;
}
.nagare_box p {
  margin: 50px 0;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 35px;
  font-weight: lighter;
  color: #505050;
}
.nagare_box ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.nagare_box p.benefit {
  padding: 30px 0;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 50px;
  color: #74BF42;
  border: 2px solid #74BF42;
}
.qa {
  margin-bottom: 100px;
}
.qa ul {
  width: 988px;
  margin: 0 auto;
  list-style: none;
}

.qa ul li {
  position: relative;
  width: 988px;
  height: 146px;
  margin-top: 20px;
  background: url(../images/qa_base.png)
}
.qa ul li:nth-child(1) {
  margin-top: 60px;
}
.qa_q {
  position: absolute;
  top: 50%;
  left: 118px;
  font-size: 24px;
  line-height: 40px;
  color: #505050;
  transform: translateY(-50%);
}
.qa_a {
  position: absolute;
  top: 50%;
  left: 500px;
  font-size: 17px;
  line-height: 30px;
  color: #505050;
  transform: translateY(-50%);
}
.qa_job {
  width: 833px;
  margin: 65px auto 100px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.rireki {
  position: relative;
  width: 213px;
  padding: 20px 0;
  font-size: 20px;
  color: #505050;
  text-align: center;
  border: 2px solid #74BF42;
}
.job_btn {
  position: relative;
  width: 600px;
  padding: 20px 0;
  font-size: 20px;
  color: #fff;
  text-align: center;
  background: #74BF42;
}
.rireki a,.job_btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.rireki p:after {
  position: relative;
  top: 6px;
  content: "\e315";
  font-size: 28px;
  color: #505050;
  font-family: 'Material Icons';
}
.job_btn p:after{
  position: relative;
  top: 6px;
  content: "\e315";
  font-size: 28px;
  color: #fff;
  font-family: 'Material Icons';
}

.sasae_text1 {
  margin-top: 50px;
  font-size: 17px;
  font-weight: lighter;
  letter-spacing: 1.5px;
  line-height: 35px;
  color: #505050;
  text-align: center;
}

.sasae_text2 {
  margin-top: 50px;
  font-size: 17px;
  font-weight: lighter;
  letter-spacing: 1.5px;
  color: #E70012;
  text-align: center;
}

.sasaeru ul {
  display: -webkit-box;
  display: flex;
  width: 1200px;
  flex-wrap: wrap;
  list-style: none;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin: 20px auto 0;
}
.sasaeru ul li {
  margin-bottom: 20px;
}
.front {
  width: 285px;
  height: 285px;
}
.front img {
  width: 100%;
  height: auto;
}

.back {
  position: relative;
  width: 285px;
  height: 285px;
  border: 2px solid #74BF42;
  box-sizing: border-box;
  text-align: center;
}
.panel_job {
  margin-top: 50px;
  font-size: 20px;
  letter-spacing: 1px;
  color: #74BF42;
}
.panel_line {
  border: 0;
  width: 50%;
  margin: 20px auto;
  border-bottom: 1px solid #74BF42;
}
.panel_text {
  margin-top: 10px;
  font-size: 14px;
  letter-spacing: 1px;
  color: #74BF42;
}
.panel_btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  width: 70%;
  margin: auto;
  padding: 8px 0 10px;
  font-size: 16px;
  color: #fff;
  background: #74BF42;
  z-index: 10;
}
.panel_link {
  display: none;
  position:  absolute;
  left: 0;
  right: 0;
  bottom: 22px;
  width: 196px;
  height: 42px;
  margin: auto;
  z-index: 100;
}
.panel_link.active {
  display: block;

}

/* フリップ関連 */

.flip-container {
  position: relative;
	perspective: 1000px;
}
.flip-container.hover .flipper {
	transform: rotateY(180deg);
}

.flip-container, .front, .back {
	width: 285px;
	height: 285px;
}
.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;
	position: relative;
}
.front, .back {
	position: absolute;
	top: 0;
	left: 0;
  -webkit-backface-visibility : hidden;
  backface-visibility : hidden;
}
.front {
	transform: rotateY(0deg);
}
.back {
	transform: rotateY(180deg);
  background: #fff;
}

/* IE・Edgeのみの処理 */
_:-ms-lang(x)::backdrop, .flip-container.hover .front {
  display: none;
}
_:-ms-lang(x)::backdrop, .flipper {
  transition: 0s;
	transform-style: flat;
}

_:-ms-lang(x),.flip-container.hover .front {
  display: none;
}


.footer {
  position: relative;
  width: 100%;
  height: 372px;
  margin: 90px 0 120px;
  background: url(../images/footer_back.png);
  background-repeat: repeat-x;
}
.footer_box {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  width: 950px;
  margin: 0 auto;
}
.footer_box p {
  font-size: 18px;
  font-weight: lighter;
  left: 1.5px;
  line-height: 50px;
  color: #505050;
}
.copyright {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  margin: auto;
  font-size: 13px;
  letter-spacing: 1.5px;
  text-align: center;
  color: #505050;
}

.float_box {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  height: 120px;
  margin: auto;
  background: #C3913E;
  z-index: 10000;
}
.float_job_btn {
  position: relative;
}
.float_job_btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.return_btn {
  position: absolute;
  top: 15%;
  right: 40px;
  cursor: pointer;
}