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

/*
* {

outline: 2px red solid;

}
*/

body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #2a2a2a;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 0;
  padding: 0;
  box-sizing: border-box;

}
p, li, h4, h5 {
  line-height: 1.5rem;
  letter-spacing: 0.05em
}
a {
  letter-spacing: 0.05em;
}

/*トップへ戻るボタン*/
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #333a56;
  opacity: 0.8;
  z-index: 10;
}
#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
/*モバイル用　ページ下部に追従する「会員登録無料」ボタン*/
.fixed-registration-btn-wrapper{
    display: none;
}

/* FV */
.top {
  background-image: url("img/bg-img.jpg")
}
header {
  background: rgba(255, 255, 255, 0.8) no-repeat center/cover;
  height: 60px;
}
.header-wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  margin: 0 auto;
  align-items: center;
}
.logo {
  padding-left: 2%;
  display: flex;
  flex-direction: row;
}
.logo-img {
  height: 30px;
  display: inline-block;
}
.logo-txt {
  font-size: 13px;
  margin-left: 15px;
  padding-top: 7px;
  font-weight: 400;
}
.follow-button {
  background-color: #00B96B;
  color: #ffffff;
  border: none;
  font-size: 18px;
  text-decoration: none;
  line-height: 60px;
  padding: 0px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
}
.follow-button:hover {
  opacity: 0.6;
}
.follow-button img {
  width: 29px;
  height: 28px;
  margin-right: 8px;
}
header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
header.fixed .logo img {
  height: 25px;
}
header.fixed .follow-button {
  line-height: 60px;
}
header.fixed .follow-button img {
  width: 24px;
  height: 24px;
}
/*アルバイト・パート向けLP-メインビジュアル*/
.mainvisual {
  height: 780px;
  padding-top: 50px;
  max-width: 90%;
  margin: 0 auto;
}
.mainvisual-wrapper {
  position: relative;
  width: 100%;
}
@keyframes fadeIn {
  from {
       opacity: 0;
            }
  to {
       opacity: 1;}
}
.mv-img{
  max-width: 100%;
  margin-right: 0;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  animation-name: fadeIn;
  animation-duration: 0.8s;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
}
.mv-img img{
    width: 100%;
    height: 680px;
    object-fit: cover;
}
.mainvisual .mv-text{
    position:absolute;
    left:10%;
    top:80px;
    z-index: 10;
    max-width:80%;
}
.mv-sb{
    font-size: 1.35rem;
    font-weight: 500;
    position: relative;
    background-color: #333A56;
    color: white;
    padding: 10px 30px 13px;
    border-radius: 50px;
    max-width: 450px;
    line-height: 1.3;
    margin: 0 0 25px 0;
        }
.mv-sb::before {
    content: '';
    position: absolute;
    bottom: -13px;
    left: 30px;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 20px solid #333A56;
        }
.mv-copy-cont01{
    padding: 0 8px;
    margin-left: -5px;
    display: inline-block;
    font-size: 1.9rem;
    line-height: 1.3;
    margin-bottom: 8px;
    background-image: linear-gradient(to right,#FFD93D, #FFD93D
  );
  background-repeat: no-repeat;
  background-position: 0 85%;
  background-size: 100% 0.4em;
  padding-bottom: 0.1em;
  border-radius: 0.2em;
}
.mv-copy-cont02{
  font-size: 2.7rem;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 80px;
  background: rgba( 255, 255, 255, 0.3);
  padding-right: 15px;
  padding-bottom: 8px;
  border-radius: 0 10px 10px 0;
}
.registration-btn-wrapper{
  position: absolute;
  left:10%;
  top:580px;
  z-index: 10;
  width: 23vw;
}
.registration-btn {
  width: 90%;
  padding: 0 50px;
  display: inline-block;
  align-items: center;
  text-align: center;
  justify-content: center;
  text-decoration: none;
  color: #ffffff;
  background-color: #00B96B;
  border-radius: 5px;
  font-size: 19px;
  font-weight: 400;
  line-height: 50px;
  transition: 0.3s;
  background-image: linear-gradient(0deg, rgba(46, 125, 50, 1), rgba(0, 185, 107, 1) 100%);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}
.registration-btn:hover {
  transform: translateY(5px);
  box-shadow: 0 0 0 #333;
}
.ok {
  position: absolute;
  left:10%;
  top:400px;
  z-index: 10;
  max-width:80%;
}
.ok img{
  width: 120px;
  margin-right: 15px;
}
.br-min554{
  display: none;       
}
/*--END--アルバイト・パート向けLP-メインビジュアル*/
section-wrapper {
  max-width: 1100px;
}
.bg-arrow {
  position: relative;
}
.bg-arrow > div {
  position: relative;
  z-index: 2;
  min-height: 500px;
}
.bg-arrow:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  border-style: solid;
}
.bg-arrow:after {
  bottom: 0;
  margin-bottom: -4.9vw;
  border-color: #fcfcfc transparent transparent;
  border-width: 5vw 49.5vw 0;
}
#problem-section {
  background-color: #fcfcfc;
  padding-top: 100px;
}
.problem-title {
  position: relative;
}
.problem-title::before {
  content: "";
  display: inline-block;
  background-image: url("img/problem-point.png");
  background-size: contain;
  vertical-align: middle;
  width: 22px;
  height: 23px;
  margin-top: -53px;
  margin-bottom: 11px;
  margin-right: -126px;
  margin-left: 124px;
  flex-shrink: 0; /* 縮小しないようにする */
}
.common-section {
  text-align: center;
  padding-top: 60px;
}
.problem-wrapper {
  width: 1100px;
}
.section-title {
  font-size: 24px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-right: 15px;
  margin-left: 15px;
}
.section-title span {
  color: #52658f;
}
.section-subtitle {
  font-size: 13px;
  font-weight: 400;
  color: #333a56;
  text-decoration: underline;
  text-decoration-color: #50aae1;
  text-decoration-thickness: 2px;
  display: inline-block;
  margin-top: 25px;
}
.problem-list {
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px 100px;
  text-align: left;
  max-width: 1100px;
  width: 100vw;
  margin: 90px auto 0 auto;
}
.problem-list li {
  display: flex;
  align-items: center;
  border-bottom: 2px dotted gray;
  padding-bottom: 15px;
}
.problem-list li::before {
  content: "";
  display: inline-block;
  background-image: url("img/checkbox.png");
  background-size: contain;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  margin-right: 15px;
  margin-left: 30px;
  flex-shrink: 0; /* 縮小しないようにする */
}
.problem-description {
  margin-top: 55px;
  padding-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.problem-description img {
  width: 47px;
  height: 82px;
  margin-right: 35px;
  display: inline-block;
}
.problem-description p {
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-align: left;
  font-weight: 500;
  padding: 0 5px;
}
.line {
  display: inline-block;
  border-bottom: 1px solid gray;
  width: 4ch;
  height: 1px;
  vertical-align: middle;
  margin-left: 11px;
}
.service {
  background-image: url("img/bg-img.jpg");
  padding-top: 90px;
}
.service-section {
  text-align: center;
}
.service-section h3 {
  margin-bottom: 50px;
}
.service-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  grid-gap: 0;
  text-align: center;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
.GridItem1 {
  grid-column: 1 / 3;
  grid-row: 1 / 2;
  border-bottom: 2px dotted gray;
}
.GridItem2 {
  grid-column: 1 / 2;
  grid-row: 2 / 4;
  border-right: 2px dotted gray;
}
.GridItem3 {
  grid-column: 2 / 3;
  grid-row: 2 / 4;
}
.service-item {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px;
  background-color: #ffffff;
}
.service-logo {
  position: relative;
  width: 80px;
  height: 80px;
}
.service-logo img {
  width: 100%;
  height: 100%;
}
.service-title {
  font-size: 19px;
  margin-top: 15px;
  margin-bottom: 24px;
}
/*アルバイト・パート向けLP-行高調整*/
.service-title02 {
  font-size: 19px;
  margin-top: calc(15px + 0.8rem);
  margin-bottom:24px;
}
/*--END--アルバイト・パート向けLP-行高調整*/
/*アルバイト・パート向けLP-アイコンサイズ調整*/
.service-image01 {
  width: 130px;
  height: auto;
}
.service-image02 {
  width: 100px;
  height: auto;
}
.service-image03 {
  width: 110px;
  height: auto;
    margin-bottom: 0.4rem;
}
/*--END--アルバイト・パート向けLP-アイコンサイズ調整*/
.service-list {
  list-style-type: none;
  grid-gap: 30px 100px;
  text-align: left;
  margin: 25px auto 0 auto;
}
.service-list li {
  padding-bottom: 15px;
  text-align: left;
  list-style: none;
  position: relative;
}
.service-list li::before {
  content: "";
  position: absolute;
  top: 0.8em;
  left: -20px;
  transform: translateY(-50%) rotate(45deg);
  width: 0.5em;
  height: 0.5em;
  background-color: #52658f;
}
.service-list-txt {
  font-size: 13px;
  text-align: left;
}
.wave-img img {
  width: 100%;
  margin-bottom: -3px;
}
.blue {
  color: #50aae1;
  font-weight: 700;
}
/*アルバイト・パート向けLP-テキストカラー追加*/
.yellow {
  color: #FFD93D;
}
/*--END--アルバイト・パート向けLP-テキストカラー追加*/
h4 {
  font-size: 22px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  line-height: 1.5;
}
#data-section {
  text-align: center;
  padding-top: 125px;
  margin-bottom: 170px;
}
.data-container {
  max-width: 1100px;
  width: 100%;
  margin: 50px auto 0 auto;
}
.data-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.data-item {
  flex-basis: calc(50% - 0px);
  height: auto;
}
.data-item-left {
  background-size: cover;
  border: 2px solid #333a56;
}
.data1-bg {
  background-image: url('img/data1-img.jpg');
}
.data-item-right {
  background-size: cover;
  border: 2px solid #333a56;
  border-left: none
}
.data2-bg {
  background-image: url('img/data2-img.jpg');
}
.data2-left-bg {
  background-image: url('img/pictures.jpg');
  height: 528px;
  width: 100%;
}
.data3-bg {
  background-image: url('img/data3-img.jpg');
}
.section-title span {
  color: #52658f;
}
.section-subtitle {
  font-size: 13px;
  font-weight: 400;
  color: #333a56;
  text-decoration: underline;
  text-decoration-color: #50aae1;
  text-decoration-thickness: 2px;
  display: inline-block;
  margin-top: 25px;
}
.data-item {
  display: flex;
  align-items: center;
  background-color: #ffffff;
}
.data-description {
  color: #ffffff;
  padding: 60px;
}
.data-description ul {
  display: flex;
  justify-content: space-between;
  padding: 0 24px 24px 24px;
  border-bottom: 1px solid #ffffff;
  vertical-align: middle;
  align-items: center;
}
.data-description ul li {
  line-height: 1;
}
.data-description ul li:first-child {
  font-size: 22px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  text-align: left;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
.data-description ul li:last-child {
  font-size: 80px;
  font-family: 'EB Garamond', serif;
}
span.data-percent {
  font-size: 34px;
  margin-left: 10px;
}
.data-description p {
  text-align: left;
  line-height: 2;
  margin-top: 24px;
}
h5 {
  font-size: 19px;
  font-weight: 500;
  color: #333a56;
  margin-top: 45px;
  margin-bottom: 40px;
}
.data-figures {
  width: 100%;
  text-align: center;
  padding: 0 60px;
  color: #333a56;
  font-weight: 500;
}
dl.rate {
  width: 100%;
}
dl.rate div {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 6px 0;
  padding: 5px 0;
}
dl.rate div::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 100%;
  border-bottom: dotted 2px #636980;
}
dl.rate dt {
  margin: 0;
  padding: 0 18px 0 0;
  background-color: #ffffff;
  z-index: 2;
  text-align: left;
}
dl.rate dd {
  margin: 0;
  padding: 0 0 0 15px;
  background-color: #ffffff;
  z-index: 2;
  text-align: right;
  color: #50aae1;
}
.best3 {
  font-size: 21px;
}
.best3 dt {
  font-size: 17px;
}
.best3 dt::before {
  content: "";
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  width: 40px;
  height: 30px;
  margin-right: 15px;
  background-repeat: no-repeat;
  flex-shrink: 0; /* 縮小しないようにする */
}
.best3 dt.design::before {
  background-image: url("img/icon-design.png");
}
.best3 dt.assistant::before {
  background-image: url("img/icon-assistant.png");
}
.best3 dt.structure::before {
  background-image: url("img/icon-structure.png");
}
.best3 dt.icon_staff_rate01::before {
  background-image: url("img/icon_staff_rate01.png");
}
.best3 dt.icon_staff_rate02::before {
  background-image: url("img/icon_staff_rate02.png");
}
.best3 dt.icon_staff_rate03::before {
  background-image: url("img/icon_staff_rate03.png");
}
.data-figures p {
  text-align: right;
  font-size: 13px;
  margin-bottom: 45px;
}
.rate-percent {
  font-size: 15px;
  color: #333a56;
  margin-left: 5px;
}
.cta-section {
  position: relative;
  width: 100%;
  height: 440px;
  background-image: url('img/cta-bg.png');
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
  background-size: cover;
  margin-top: 110px;
}
.cta-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}
.cta-content p {
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  color: #52658f;
}
.cta-content .cta-button {
  display: inline-block;
  width: 285px;
  height: 49px;
  background-color: #00B96B;
  color: #ffffff;
  font-size: 18px;
  line-height: 49px;
  border-radius: 5px;
  text-decoration: none;
  transition: .3s;
}
.cta-button {
  margin-top: 25px;
  background-image: linear-gradient(0deg, rgba(46, 125, 50, 1), rgba(70, 185, 107, 1) 100%);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
  transition: .3s;
}
.cta-button:hover {
  transform: translateY(5px);
  box-shadow: 0 0 0 #333;
}
#movie-section {
  text-align: center;
  margin-top: 150px;
  background-image: url('img/movie-bg.png');
  background-repeat: no-repeat;
  background-position: center bottom 50px;
}
.movie-container {
  max-width: 900px;
  width: 100%;
  margin: 80px auto 0 auto;
  background-position: center bottom 50px;
}
.rate-section {
  text-align: center;
  margin-top: 100px;
}
.rate-section h3 {
  margin-bottom: 25px;
}
.rate-container {
  max-width: 1100px;
  margin: 40px auto 0 auto;
  display: flex;
  justify-content: space-between;
}
.users-license {
  width: 43%;
}
.users-age {
  width: 43%;
  position: relative;
}
.users-top3 {
  display: flex;
  justify-content: space-between;
  padding: 25px 20px 17px 20px;
}
.license-top3-list {
  width: 134px;
  border-right: 2px dotted gray;
  padding: 20px;
}
.license-top3-list:last-child {
  border-right: none;
}
.grade-image1, .grade-image2 {
  width: 42px;
}
.coordinator-image {
  width: 47px;
}
.rate-other {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.users-other-list {
  display: flex;
  justify-content: space-between;
  width: 210px;
  border-bottom: 2px dotted gray;
  padding: 18px 5px 10px 5px;
}
.rate-other li {
  display: flex;
  justify-content: space-between;
}
.users-rate {
  font-size: 50px;
  font-family: 'EB Garamond', serif;
  color: #50aae1;
  margin: 20px 0 35px 0;
  font-weight: 700;
}
.users-rate span {
  font-size: 20px;
  color: #2a2a2a;
  margin-left: 5px;
}
.other-name {
  font-size: 13px;
}
.other-license-rate {
  color: #50aae1;
  font-size: 25px;
  font-family: 'EB Garamond', serif;
  font-weight: 700;
}
.other-license-rate span {
  font-size: 12px;
  color: #2a2a2a;
  margin-left: 5px;
}
.age-top3-list {
  width: 134px;
  border-right: 2px dotted gray;
  padding-top: 20px;
  padding-right: 57px;
  padding-left: 62px;
  padding-bottom: 62px;
}
.age-top3-list:last-child {
  border-right: none;
}
.age-img {
  width: 55px;
  height: auto;
}
.users-date {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 12px;
}
span.people {
  font-size: 13px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
}
.age-rate {
  margin-bottom: 0;
}
#offer {
  margin-bottom: 100px;
}
.offer {
  width: 100%;
  position: relative;
}
.offer-top1 {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  text-align: center;
}
.offer-top1-list {
  width: 134px;
  padding: 0;
  margin: 0 auto;
}
.offer-rate {
  font-size: 100px;
  font-family: 'EB Garamond', serif;
  color: #50aae1;
  margin: 15px 0 15px 0;
  font-weight: 700;
}
.offer-rate span {
  font-size: 20px;
  color: #2a2a2a;
  margin-left: 5px;
}
.offer-other-list {
  display: flex;
  justify-content: space-between;
  max-width: 391px;
  min-width: 281px;
  border-bottom: 2px dotted gray;
  padding: 18px 5px 10px 5px;
}
.offer-text {
  margin-top: 20px;
  margin-bottom: 30px;
}
.rate-other::after {
  display: block;
  content: "";
  width: 294px;
}
.offer-date {
  font-size: 12px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.offer-description {
  margin-top: 100px;
}
.sns {
  background-image: url("img/bg-img.jpg");
}
.sns-section {
  text-align: center;
  margin-top: -1px;
}
.sns-container {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  margin: 60px auto 0 auto;
  padding: 0 100px;
}
.twitter-account {
  width: 40%;
  text-align: center;
  margin-right: 10px;
}
.twitter-account:last-child {
  margin-right: 0;
}
.twitter-account {
  text-align: left;
}
.twitter-account p {
  margin-top: 10px;
  margin-bottom: 20px;
}
.account-details {
  margin-top: 10px;
}
.account-details h3, .account-details p {
  margin: 0;
}
.twitter-icon {
  display: inline-block;
  width: 63px;
  height: 63px;
  margin-right: 15px;
}
.account {
  display: flex;
  align-items: center;
}
#example {
  padding-top: 100px;
}
.example-container {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
.example-list {
  width: 100%;
  max-width: 1100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
.examples-img {
  display: inline-block;
  width: 346px;
}
#review {
  padding-bottom: 200px;
  margin-top: 200px;
}
.review-container {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.review-box {
  position: relative;
  padding: 2rem 1.5rem 1.5rem;
  border-bottom: 2px solid #52658f;
  max-width: 878px;
  position: relative;
  margin-top: 55px;
}
.review-box:nth-child(1), .review-box:nth-child(4) {
  background-color: rgba(186, 212, 239, 0.50);
}
.review-box:nth-child(2), .review-box:nth-child(5) {
  background-color: rgba(193, 200, 224, 0.50);
}
.review-box:nth-child(3), .review-box:nth-child(6) {
  background-color: rgba(211, 237, 251, 0.50);
}
.review-box-left:before, .review-box-left:after {
  position: absolute;
  left: 11%;
  content: "";
  height: 0;
  width: 0;
}
.review-box-right {
  margin-left: auto;
  margin-right: 0;
}
.review-box-right:before, .review-box-right:after {
  position: absolute;
  left: 89%;
  content: "";
  height: 0;
  width: 0;
}
.review-box:before {
  top: 100%;
  border: 9px solid;
  border-color: transparent;
  border-top-color: #333;
  margin-left: -9px;
}
.review-box:after {
  top: 99%;
  border: 8px solid;
  border-color: transparent;
  border-top-color: white;
  margin-left: -8px;
}
.review-box p {
  color: #333;
  text-align: left;
}
.customer {
  width: 194px;
  border-radius: 100px;
  position: absolute;
  top: -17px;
  left: 22px;
}
.customer p {
  color: #ffffff;
  line-height: 36px;
  text-align: center;
}
.blue-bg {
  background-color: #88abda;
}
.purple-bg {
  background-color: #a5adc8;
}
.skyblue-bg {
  background-color: #75bee5;
}
.steps-bg {
  background-image: url("img/bg-img.jpg");
  padding-bottom: 215px;
  text-align: center;
}
.steps-container {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.steps-img {
  margin-top: 70px;
  position: relative;
}
.steps {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #ffffff;
  width: 38%;
  height: 58px;
  text-align: left;
  padding: 25px;
  border-radius: 5px;
}
.steps p {
  letter-spacing: 0.04em;
}
.step1 {
  position: absolute;
  top: 0;
  left: 0;
}
.step2 {
  position: absolute;
  top: 17%;
  right: 0;
}
.step2 span {
  font-size: 14px;
}
.step3 {
  position: absolute;
  top: 35%;
  left: 0;
}
.step4 {
  position: absolute;
  top: 52%;
  right: 0;
}
.step5 {
  position: absolute;
  top: 69%;
  left: 0;
}
.step6 {
  position: absolute;
  top: 87%;
  right: 0;
}
h6 {
  color: #52658f;
  margin-bottom: 7px;
}
.icons-sp {
  display: none;
}
.cta2-section {
  position: relative;
  width: 100%;
  height: 459px;
  background-image: url('img/cta-bg2.png');
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
  background-size: cover;
  margin-top: -100px;
}
.cta2-content {
  position: absolute;
  top: 164px;
  left: 51%;
  width: 40%;
  min-width: 685px;
  text-align: center;
}
.cta2-content img {
  width: 71%;
  min-width: 390px;
}
.cta2-content .cta2-button {
  display: inline-block;
  width: 229px;
  height: 49px;
  background-color: #00B96B;
  color: #ffffff;
  font-size: 18px;
  line-height: 49px;
  border-radius: 5px;
  text-decoration: none;
}
.cta2-button {
  margin-top: 34px;
  background-image: linear-gradient(0deg, rgba(46, 125, 50, 1), rgba(0, 185, 107, 1) 100%);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
  transition: .3s;
}
.cta2-button:hover {
  transform: translateY(5px);
  box-shadow: 0 0 0 #333;
}
footer {
  color: #FFFFFF;
  background-color: #2a2a2a;
  height: auto;
  text-align: center;
}
.footer-inner{
    padding-bottom: 20px;
}
.copyright {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding-top: 22px;
  padding-bottom: 22px;
}
.copyright a{
  display: inline-block;
  margin: 0 auto;
  color: #fff;
  text-decoration: none;
}
.area-copyright a {
  margin-right: 10px;
}
.dli-caret-down {
  display: none;
}
/*アルバイト・パート向けLP-Footerリンク追加*/
ul.footer-link {
  font-size: 13px;
  display: flex;
  justify-content: center; 
  margin:8px auto 22px;
}
ul.footer-link li{
  margin-right: 18px;
}
ul.footer-link li:last-child{
  margin-right: 0;
}
/*--END--アルバイト・パート向けLP-Footerリンク追加*/
.footer-logo-txt {
  font-size: 13px;
}
.footer-logo-img {
  width: 227px;
  padding-top: 4px;
  padding-bottom: 10px;
}
small {
  font-size: 11px;
}
.br-sp {
  display: none;
}
@media (max-width: 1400px) {
  .bg-arrow:after {
    border-width: 5vw 48.5vw 0;
	}
  .cta-section {
    height: 375px;
    background-image: url('img/cta-bg.png');
  }
  .cta2-section {
    height: 350px;
  }
  .cta2-content {
    position: absolute;
    min-width: 485px;
    top: 125px;
    left: 54%;
  }
}
@media (max-width: 1097px) {
  header {
    width: 100%;
    height: 60px;
  }
  .header-wrapper {
    height: 60px;
  }
  header.fixed .logo img {
    height: auto;
    padding-top: 6px;
  }
  .logo {
    margin-left: 15px;
      /*display: block;*/
      justify-content: flex-start;
  }
  .logo img {
    max-width: 80%;
    width: 100%;
    height: auto;
    display: inline-block;
  }
  .logo-txt {
    font-size: 10px;
    margin-left: -23px;
    padding-top: 15px;
  }
  header.fixed .follow-button img {
    width: 22px;
    height: 22px;
  }
  .follow-button {
    font-size: 13px;
    line-height: 60px;
    padding: 0 17px;
  }
  .follow-button img {
    margin-right: 5px;
  }
  .follow-button:hover {
    opacity: 1.0;
  }
  /*アルバイト・パート向けLP-モバイル用ページ追従ボタン*/
  #page_top{
    bottom: 100px;
  }
  .follow-button{
    display: none;
  }
  .registration-btn{
    display: none;
  }
  .fixed-registration-btn-wrapper{
    display: block; 
    position: fixed; 
    bottom: 0;
    left: 0; 
    width: 100%; 
    z-index: 999; 
    box-shadow: 0 -2px 5px rgba(0,0,0,0.1); 
  }
  .fixed-registration-btn{
    background-color: rgba(255, 255, 255, 0.7); 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    min-height: 50px; 
    padding: 15px 10px; 
  }
  .fixed-btn{
    display: inline-block;
    align-items: center;
    text-align: center;
    justify-content: center;
    text-decoration: none;
    color: #ffffff;
    width: 85%;
    background-color: #00B96B;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    line-height: 2.7rem;
    letter-spacing: 0.2rem;
    transition: 0.3s;
    background-image: linear-gradient(0deg, rgba(46, 125, 50, 1), rgba(0, 185, 107, 1) 100%);
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
  }
  .cta-section{
    display:none;
  }
  /*--END--アルバイト・パート向けLP-モバイル用ページ追従ボタン*/
  /*アルバイト・パート向けLP-メインビジュアル*/
  .mainvisual {
    top:0;
    padding-bottom: 40px;
    max-width: 100%;
  }
  .mv-img{
    right:0;
    top:-40px;
  }
  .mv-img img{
    height: 800px;
  }
  .mainvisual .mv-text{
    left:5%;
    top:50px;
  }
  .mv-copy-cont01{
    font-size: 1.8rem;
  }
  .mv-copy-cont02{
    font-size: 2.5rem;
    line-height: 1.3;
    font-weight: 500;
    background: none;
    padding-right: 0;
    padding-bottom: 0;
  }
  .br-min1097{
    display: block;       
  }
  .ok {
    left:5%;
    top:300px;
  }
  .ok img{
    width: 110px;
    margin-right: 10px;
  }
  .br-min554{
    display: none;       
  }
  /*--END--アルバイト・パート向けLP-メインビジュアル*/ 
  .section-title {
    font-size: 1.2rem;
    line-height: 1.6;
    letter-spacing: 0.07em;
  }
  .section-subtitle {
    font-size: 0.8rem;
    margin-top: 15px;
  }
  .common-section {
    text-align: center;
    padding-top: 75px;
  }
  #problem-section {
    padding-top: 80px;
  }
  .problem-title::before {
    margin-right: -101px;
    margin-left: 74px;
  }
  .problem-list {
    list-style-type: none;
    display: grid;
    grid-gap: 20px 100px;
    grid-template-columns: repeat(1, 1fr);
    width: 90vw;
    margin-top: 47px;
  }
  .problem-list li::before {
    width: 16px;
    height: 16px;
    margin-right: 20px;
    margin-left: 5px;
  }
  .problem-description {
    margin: 30px 20px 0px 20px;
    padding-bottom: 56px;
  }
  .problem-description p {
    margin-top: 10px;
  }
  .problem-description img {
    margin-right: 0px;
  }
  .bg-arrow:after {
    margin-bottom: -4.8vw;
    border-width: 5vw 48.0vw 0;
	}
  .service {
    padding-top: 30px;
  }
  .service-container {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    display: flex;
    flex-direction: column;
  }
  .GridItem2 {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
    border-right: none;
  }
  .GridItem3 {
    grid-column: 1 / 2;
    grid-row: 4 / 5;
  }
  .service-section {
    padding-bottom: 0px;
  }
  .service-item {
    padding: 30px;
    border-bottom: 2px dotted gray;
  }
  .service-item:last-child {
    border-bottom: none;
  }
  .service-list li {
    margin-left: 20px;
  }
  .service-list li::before {
    top: 0.8em;
  }
  h5 {
    font-size: 18px;
    margin-top: 35px;
    margin-bottom: 25px;
  }
  h4 {
    font-size: 18px;
    margin-top: 28px;
  }
  .data-container {
    width: 93%;
  }
  .data-row {
    flex-wrap: wrap;
  }
  .data-item {
    flex-basis: calc(100%);
    background-color: #ffffff;
  }
  .data-item {
    width: 100%;
  }
  .best3 dt {
    font-size: 16px;
  }
  .data2-left-bg {
    background-image: url('img/pictures2.jpg');
    height: 200px;
    width: 100%;
    border-top: none;
    background-position: center;
  }
  .data-item-right {
    border-left: 2px solid #333a56;
    border-top: none;
  }
  .data-row:nth-child(2) .data-item-left {
    order: 2;
  }
  .data-row:nth-child(2) .data-item-right {
    order: 1;
    border-top: 2px solid #333a56;
  }
  .data-description {
    padding: 40px;
  }
  .data-description ul {
    display: flex;
    flex-direction: column;
    padding: 0 0 14px 0;
  }
  .data-description ul li {
    display: block;
    text-align: center;
  }
  .data-description ul li:first-child {
    font-size: 18px;
    margin: auto;
  }
  .data-figures {
    padding: 0 40px;
  }
  .below {
    font-size: 15px;
  }
  .cta-content p {
    font-size: 18px;
  }
  .cta-section {
    position: relative;
    width: 100%;
    height: 278px;
    background-image: none;
    margin-top: 0px;
  }
  .cta-content .cta-button {
    width: 229px;
    height: auto;
    font-size: 16px;
    line-height: 47px;
  }
  .cta-button {
    margin-top: 20px;
  }
  div.cta-sp-img {
    width: 100%;
    height: 200px;
    background-image: url("img/cta-bg-sp1.jpg");
    background-size: cover;
    background-position: center;
    margin-bottom: 33px;
  }
  #movie-section {
    margin-top: 120px;
    background-image: none;
  }
  .movie-container {
    margin: 40px auto 0 auto;
  }
  .service-container {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 10px 70px 10px;
  }
  #data-section {
    margin-top: 60px;
    margin-bottom: 100px;
    padding-top: 0;
  }
  .data-description p {
    margin-top: 14px;
    font-size: 0.9rem;
  }
  dl.rate div {
    margin: 5px 0;
  }
  .data-figures p {
    margin-bottom: 35px;
  }
  .rate-section {
    margin-top: 60px;
  }
  .rate-container {
    flex-direction: column;
    margin-top: 10px;
  }
  .users-top3 {
    flex-direction: column;
    padding-top: 0;
  }
  .users-flex {
    display: flex;
    padding-left: 11%;
    align-items: center;
  }
  .users-flex li {
    text-align: left;
  }
  .users-flex img {
    margin-right: 15px;
  }
  .users-rate {
    margin: 0 15px 0 0;
    font-size: 40px;
  }
  span.people {
    margin-left: 0;
    font-size: 13px;
  }
  .users-license, .users-age {
    width: 100%;
  }
  .users-license {
    margin-bottom: 60px;
  }
  .users-date {
    bottom: -45px;
    right: 5%;
  }
  .license-top3-list, .age-top3-list {
    width: 100%;
    padding: 0;
    border-right: none;
    margin-top: 25px;
  }
  li.license-top3-list {
    margin-top: 10px;
  }
  .age-top3-list {
    border-right: none;
  }
  .rate-other {
    width: 80vw;
    margin: 10px auto 0 auto;
  }
  .users-other-list {
    width: 80vw;
    max-width: 700px;
  }
  .other {
    width: 100%;
    margin-bottom: 75px;
  }
  .offer-rate {
    font-size: 85px;
    margin: 0 0 20px 0;
    font-weight: 700;
  }
  .offer-rate span {
    font-size: 25px;
  }
  .offer-top1 {
    flex-direction: column;
    padding-top: 0;
  }
  .offer-top1-list {
    width: 100%;
    padding: 0;
    border-right: none;
  }
  .offer-other-list {
    width: 80vw;
    max-width: 700px;
  }
  .offer-text {
    width: 80%;
    margin: 0 auto 30px auto;
    text-align: left;
  }
  .offer-date {
    right: 7%;
    bottom: -36px;
  }
  .offer-description {
    width: 80%;
    margin: 80px auto 0 auto;
    text-align: left;
  }
  .sns-section {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .sns-container {
    width: 80%;
    display: flex;
    flex-flow: column;
    padding: 0;
  }
  .twitter-account {
    width: 100%;
    margin-right: 0;
  }
  .account-name {
    margin-top: 0;
  }
  .news-account {
    margin-top: 50px;
  }
  #example {
    padding-top: 75px;
  }
  .example-container {
    display: flex;
    flex-flow: column;
    padding: 0;
  }
  .example-list {
    flex-direction: column;
    margin-bottom: 100px;
  }
  /*アルバイト・パート向けLP-スペース調整*/
  #review {
    margin-top: 0;
  }
  /*--END--アルバイト・パート向けLP-スペース調整*/
  .review-container {
    width: 90%;
  }
  #steps {
    padding-top: 50px;
  }
  .steps-flow-img {
    display: none;
  }
  .steps-img {
    margin-top: 40px;
    position: relative;
  }
  .steps-bg {
    padding-bottom: 180px;
  }
  .steps {
    width: 80%;
    height: auto;
    margin: 0 auto 8px auto;
    padding: 20px;
    border-radius: 5px;
  }
  .steps-description {
    display: flex;
    align-items: center;
  }
  .steps-text {
    display: flex;
    flex-direction: column;
  }
  .steps p {
    letter-spacing: 0.04em;
    line-height: 1.2;
    margin-top: 10px;
    font-size: 15px;
  }
  .step1 {
    position: static;
  }
  .step2 {
    position: static;
  }
  .step2 span {
    font-size: 14px;
  }
  .step3 {
    position: static;
  }
  .step4 {
    position: static;
  }
  .step5 {
    position: static;
  }
  .step6 {
    position: static;
  }
  .icons-sp {
    display: inline-block;
    width: 55px;
    height: 55px;
    margin-right: 13px;
  }
  h6 {
    margin-bottom: 0;
  }
  .cta-content p {
    font-size: 20px;
  }
  .cta2-section {
    position: static;
    width: 100%;
    height: 460px;
    background-image: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    display: flex;
  }
  .cta2-content {
    position: static;
    margin: 0 auto;
    width: 100%;
    min-width: 200px;
    padding: 0;
  }
  .cta2-button {
    margin-top: 20px;
  }
  .cta2-content img {
    display: inline-block;
    min-width: 200px;
    width: 88%;
    max-width: 500px;
  }
  div.cta2-sp-img {
    width: 100%;
    height: 200px;
    background-image: url("img/cta-bg-sp2.jpg");
    background-size: cover;
    background-position: top;
    margin-bottom: 57px;
  }
  .dli-caret-down {
    display: inline-block;
    vertical-align: middle;
    color: #6f7fa4;
    line-height: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 0.8em 0.8em;
    border-top-color: currentColor;
    border-bottom: 0;
    padding-bottom: 8px;
  }
  .area-copyright a {
    margin-right: 0;
  }
  /*アルバイト・パート向けLP-スペース調整*/
  .footer-inner{
    padding-bottom: 100px;
  }
  /*--END--アルバイト・パート向けLP-スペース調整*/
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
}
@media (max-width: 554px) {
  /*アルバイト・パート向けLP-メインビジュアル*/
  .mainvisual {
    padding-top: 50px;
    /**/height:550px;
    padding-bottom: 50px;
    max-width: 100%;
  }
  .mv-img{
    /**/height:550px;
    top:20px;
    width: 100%;
  display: flex;
  align-items: flex-end; /* 底辺揃え */
  }
  .mv-img img{
    width: 100%;
    height: 100%;
  }

  .mainvisual .mv-text{
    left:5%;
    /**/top:35px;
    max-width: 100vh;
  }
  .mv-sb{
    font-size: 1rem;
    font-weight: 600;
    position: relative;
    background-color: #333A56;
    color: white;
    padding: 10px 13px;
    border-radius: 50px;
    line-height: 1.3;
    margin: 0 0 20px 0;
    max-width: 550px;
    text-align: center;
  }
  .mv-copy-cont01{
    padding: 0;
    margin-left: 0;
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 13px;
  }
  .mv-copy-cont02{
    font-size: 2rem;
    line-height: 1.2;
  }
  .ok{
    left:10%;
    /**/top:440px;
    margin: 0;
    display: flex;
    justify-content: center;
    width: auto;
    text-align: center;
    margin-right: 0;
  }
  .ok img{
    width: 30%;
    margin-right: 8px;
    object-fit: cover;
  }
  .ok img:last-child{
    margin-right: 0;        
  }
  .br-min554{
    display: block;       
  }
    /*--END--アルバイト・パート向けLP-メインビジュアル*/
  .data2-left-bg {
    background-image: url('img/pictures.jpg');
    height: 380px;
  }
  .cta2-section {
    height: 443px;
  }
  div.cta-sp-img {
    background-image: url("img/cta-bg-sp1-2.jpg");
  }
 #problem-section {
    padding-top: 60px;
  }
  /*アルバイト・パート向けLP-Footerリンク追加*/
  ul.footer-link {
    font-size: 12px;
    flex-wrap: wrap;
    margin-right: 5%;
    margin-left: 5%;
    margin-bottom: 15px;
  }
  ul.footer-link li{
    margin-left: 18px;
    margin-right: 0;
  }
  ul.footer-link li:first-child{
    margin-left: 0;
  }
/*--END--アルバイト・パート向けLP-Footerリンク追加*/
}