@charset "UTF-8";

html {
  background: #fff;
  overflow-x: hidden;
}
body {
  font-size: 16px;
  color: #444;
  line-height: 200%;
  overflow-x: hidden;
  font-family:'Roboto','Hiragino Sans','Meiryo','Hiragino Kaku Gothic ProN',sans-serif;
}
img { width: 100%;}
a {
  opacity: 1;
  transition: all .3s;
  color: #ccc;
}
a:hover {
  opacity: 0.8;
  transition: all .3s;
}
.pc_only{display: block;}
.sp_only{display: none;}
header img{display: block;width: 100%;}
.mv {
  width: 100%;
  position: relative;
}
#contents {
  width: 100%;
}
#contents .contents_inner {
  margin: 0 auto;
  background: #fff;
}
.section_inner {
  width: 940px;
  margin: 0 auto;
}
.btn {
  width: 100%;
}
.btn .btn_inner{
  width: 1000px;
  margin: 6vw auto;
  text-align: center;
}
.btn .btn_inner a{
  display: block;
  width: 750px;
  margin: 0 auto;
  text-align: center;
}
h2 {
  margin-bottom: 60px;
}
h2 img{
  display: block;
  width: 85%;
  margin: 0 auto;
}
.contents01 , .contents02 , .contents03 , .contents04 {
  width: 100%;
  background: none;
}
.contents01 {
  background: none;
}
.contents02 {
  background: #07c068;
}
.contents02 .support{
  padding: 0 30px 60px 30px;
}
.contents02 .support_title{

}
.contents02 .support_inner {
  margin-top: 50px;
}
.contents02 .support_inner .support_img{
  border-bottom: 1px dotted #6eb900;
  padding-bottom: 20px;
}
.contents02 .support_inner .support_box{
  padding-top: 30px;
  font-size: 120%;;
  display: none;/*はじめは非表示*/
  margin: 20px 0 0 0;
  padding: 3%;
  background: #fff;
  border-radius: 20px;
}
.contents02 .support_inner .support_box .red{
  color: #c00;
}
.contents02 .support_inner .support_box .small{
  font-size: 70%;
}
.contents03 .indefinitely{
}
.contents03 .indefinitely_text{
  text-shadow: 0 1px 0 #fff;
  text-align: center;
}
.contents05 {
  margin-top: 5vw;
}
/*アコーディオンタイトル*/
.title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size:120%;
    font-weight: bold;
    padding: 2%;
    transition: all .5s ease;
    text-align: center;
    background: #c1ebd7;
    border-radius: 40px;
    margin: 30px auto 0 auto;
    width: 40%;
    color: #07c068;
}
/*アイコンの＋と×*/
.title::before,
.title::after{
    position: absolute;
    content:'';
    width: 20px;
    height: 5px;
    background-color: #07c068;
}
.title::before{
    top:46%;
    left: 15px;
    transform: rotate(0deg);
    
}
.title::after{    
    top:46%;
    left: 15px;
    transform: rotate(90deg);
}
/*　closeというクラスがついたら形状変化　*/
.title.close::before{
  transform: rotate(45deg);
}

.title.close::after{
  transform: rotate(-45deg);
}

.slider_card {
  margin: 0 15px;
  border: 5px solid #07c068;
  border-radius:10px;
  background:#fff;
  width: 60%;
}
.slider_card .job_area{
  text-align: center;
  background:#07c068;
  font-weight: bold;
  font-size: 130%;
  color: #fff;
  padding: .5rem 0;
  letter-spacing:.1rem;
}
.slider_card .slider_img{
  background: #f6f6f6;
  padding: 2rem 0;
}
.slider_card .slider_img img{
  width: 45%;
  margin: 0 auto;
}
.slick-prev {
  left: 0px;
}
.slick-next {
  right: 0px;
}
.slick-next:before {
	background: url("/assets_lp/cnt/pochi/images/next.webp") no-repeat center center;
	background-size: contain;
}
.slick-prev:before {
	background: url("/assets_lp/cnt/pochi/images/prev.webp") no-repeat center center;
	background-size: contain;
}
.slick-prev,.slick-next{
  width: 50px;
  height: 50px;

}
.slick-prev:before, .slick-next:before {
  font-size: 50px;
}
.slick-arrow {
  z-index: 2;
}
.slick-arrow:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}
.slider_text {
  text-align: center;
  font-weight: bold;
  line-height: 140%;
  margin: 0 auto .5rem auto;
  font-size: 150%;
  padding: 2rem 2rem 1rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  color: #07c068;
}
.salarymoney {
  font-size: 180%;
  font-weight: bold;
  color:#ff1451;
  margin: 1rem 0 0 0;
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.salarymoney img{
  width:50px;
  margin-right: 10px;
}
.salarymoney .ms{
  display:inline-block;
  font-size: 90% !important;
}
.slider_point{
  margin: .5rem 0 0 0 ;
  padding: 0rem 2rem;
  height: 80px;
}
.slider_point span {
  background: #f6f6f6;
  padding: .2rem;
  margin-right:5px;
  line-height: 220%;
  border-radius: 5px;
}
.btn_api {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_api .btn_detail{
  width: 45%;
  margin:0 .2rem;
}
.btn_api .btn_quick{
  width: 45%;
  margin:2rem .4rem;
}
.btn_api a{
  display:block;
  width: 100%;
  padding: 1rem;
  text-align: center;
  color: #333;
  text-decoration: none;
  border-radius: 30px;
  font-weight: bold;
  margin: 0 .5rem;
  font-size: 120%;
  line-height: 100%;
  letter-spacing: .1rem;
}
.btn_api .btn_detail a{
  background: #eee;
  box-shadow: 0 4px 0 #ccc;
}
.btn_api .btn_quick a{
  background: #ff0;
  box-shadow: 0 4px 0 #fc0;
}
.contents03 p {
  text-align: center;
  margin: 20px 0;
  font-weight: bold;
  font-size: 160%;
  line-height: 160%;
}
.contents03 .red {
  color:#ef0807;
}
.contents03 .employment {
  margin: 60px 0;
}
.contents03 .employment img{
  width: 80%;
  margin: 0 auto;
}
.annotation01 {
  font-size: 60%;
  font-weight: normal;
  line-height: 140%;
  display: inline-block;
}
.annotation02 {
  font-size: 80%;
  text-align:right;
  font-weight: normal;
}
.contents04 {
  padding: 80px 0;
  background: url("/assets_lp/utg/pochi/images/itemback.gif") no-repeat;
}
.contents04 .work_title {
  width: 60%;
  text-align: center;
  margin: 0 auto 3vw auto;
}
.contents04 .work p {
  text-align: center;
  margin-top: 30px;
}
#contents iframe {
  padding-bottom: 20px;
  border-bottom: 40px solid #eee;
  height:1500px;
}
.fadeUpTrigger{
    opacity: 0;
}
.fadeLeftTrigger{
    opacity: 0;
}
.fadeRightTrigger{
    opacity: 0;
}
.fadeUp{
	animation-name:fadeUpAnime;
	animation-duration:0.8s;
	animation-fill-mode:forwards;
	opacity:0;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}

.fadeLeft{
	animation-name:fadeLeftAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
	animation-timing-function: ease;
	opacity:0;
}
@keyframes fadeLeftAnime{
  from {
    opacity: 0;
  transform: translateX(100%);
  }
  to {
    opacity: 1;
  transform: translateX(0);
  }
}

.fadeRight{
	animation-name:fadeRightAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
	animation-timing-function: ease;
	opacity:0;
}
@keyframes fadeRightAnime{
  from {
    opacity: 0;
  transform: translateX(-100%);
  }
  to {
    opacity: 1;
  transform: translateX(0);
  }
}

footer {
  background: #333;
}
footer .footer_inner{
  font-size: 80%;
  color: #ccc;
  width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5vw 0;
}
footer .footer_inner img{
  width: 146px;
}
footer .copy{
  width: 1000px;
  margin: 0 auto;
  border-top: 1px dotted #666;
  font-size: 80%;
  text-align: center;
  color: #888;
  padding: 1vw 0;
}
/* # =================================================================
   # FIXbtn
   # ================================================================= */

.fixedbtn {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  bottom: 0;
  display: none;
  transition: all .3s;
}
.on {
  display: block;
  transition: all .3s;
}
.off {
  display: none;
  transition: all .3s;
}
.fixedbtn_inner {
  width: 1000px;
  margin: 0 auto;
}
.fixedbtn_inner ul {
  width: 65%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fixedbtn_inner li {
  list-style-type: none;
  padding: 10px 20px;
}
.fixedbtn_inner li img{
  display: block;
  text-align: center;
}

@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.anime-updown {
  animation: 2s fuwafuwa infinite;
}


/* # =================================================================
   # SP
   # ================================================================= */

@media (max-width: 750px) {
  #contents iframe {
    height:1600px;
  }
  .pc_only{display: none;}
  .sp_only{display: block;}
  .btn{
    margin: 10vw auto;
  }
  .btn .btn_inner{
    width: 100%;
    margin: 6vw auto 2vw auto;
    text-align: center;
  }
  .btn .btn_inner a{
    display: block;
    width: 90%;
    text-align: center;
    margin: 0 auto;
  }
  .mv .check{
    width: 95%;
    margin: 3vw auto;
  }
  .mv .check img{
    width: 95%;
  }
  .contents02 .support{
    padding: 0 3vw 6vw 3vw;
  }
  .title {
    font-size:120%;
    margin-top: 4vw;
    width: 70%;
  }
  /*アイコンの＋と×*/
  .title::before,
  .title::after{
      position: absolute;
      content:'';
      width: 18px;
      height: 4px;
      background-color: #07c068;
      
  }
  .title::before{
      top:46%;
      left: 15px;
      transform: rotate(0deg);
      
  }
  .title::after{    
      top:46%;
      left: 15px;
      transform: rotate(90deg);
  }
   .contents02 .support_title{
  
  }
  .contents02 .support_inner {
    margin-top: 6vw;
    padding: 0 ;
  }
  .contents02 .support_inner .support_img{
    padding-bottom: 3vw;
  }
  .contents03 .indefinitely{
    background: #dbdbdb;
    padding-top: 20px;
  }
  .contents03 .indefinitely img{
    width: 100%;
  }
  .contents03 .indefinitely_text{
    width: 100%;
    font-size: 70%;
    line-height: 130%;
  }
  .contents04 {
    padding: 8vw 0 6vw 0;
  }
  .support_box {
    padding: 5vw 5vw 5vw 5vw;
  }
  .support_box p{
    font-size: 80%;
  }
  .section_inner {
    width: 100%;
  }
  .slick-prev,.slick-next{
    width: 32px;
    height: 32px;
    z-index: 1000;
  }
  .slick-prev:before, .slick-next:before {
    font-size: 30px;
  }
  .slick-prev {
    left: 10px;
  }
  .slick-next {
    right: 10px;
  }]
  .slider_card .job_area{
    font-size: 110%;
    color: #fff;
    padding: .2rem 0;
  }
  .slider_card img{
    width: 100%;
  }
  .slider_card .slider_img{
   padding: 1rem;
   margin:0;
  }
  .slider_card .slider_img img{
    width: 80%;
  }
  .slider_text {
    font-size: 110%;
    padding: 0rem 1rem ;
    margin:.2rem 0 0 0;
    height:90px;
    line-height: 120%;
  }
  .salarymoney {
    font-size: 110%;
    font-weight: bold;
    color:#ff1451;
    margin: 1rem 0 0 0;
    padding: .5rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .salarymoney img{
    width:20px;
    margin-right: 10px;
  }
  .salarymoney .ms{
    display:inline-block;
    font-size: 90% !important;
  }
  .slider_point{
    margin: .5rem 0 0 0 ;
    padding: 0rem 1rem;
    height: auto;
    line-height: 150%;
  }
  .slider_point span {
    font-size:80%;
  }
  .btn_api {
    width: 85%;
    display: block;
    margin:1rem auto 2rem auto;
    text-align: center;
  }
  .btn_api .btn_detail{
    width: 100%;
    margin:0;
  }
  .btn_api .btn_quick{
    width: 100%;
    margin:1rem 0 0 0;
  }
  .btn_api a{
    display:block;
    margin:0;
  }
  .btn_api .btn_detail a{
    background: #eee;
    box-shadow: 0 4px 0 #ccc;
  }
  .btn_api .btn_quick a{
    background: #ff0;
    box-shadow: 0 4px 0 #fc0;
  }
  .fixedbtn_inner {
    width: 100%;
  }
  .fixedbtn_inner ul {
    width: 100%;
  }
  .fixedbtn_inner li {
  padding: 10px;
  }
  .fixedbtn_inner ul li img{
    width: 100%;
    display: block;
  }
  footer .footer_inner{
    width: 90%;
  }
  footer .footer_inner p{
    font-size: 80%;
  }
  footer .footer_inner img{
    width: 50px;
  }
  footer .copy{
    width: 100%;
    font-size: 80%;
    padding: 3vw 0;
  }
}
