/*------------------------------------------------
リセットcss
------------------------------------------------*/
:root {
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body,
html {
  background: #fff 0 0;
  color: #000;
}
address,
blockquote,
caption,
cite,
code,
dd,
dt,
em,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
p,
pre,
select,
small,
strong,
td,
textarea,
th {
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
}
li,
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
}
caption,
th {
  text-align: left;
}
fieldset {
  border: 0;
}
a {
  color: inherit;
}
img {
  vertical-align: top;
  border: 0;
  max-width: 100%;
}
br {
  letter-spacing: 0;
}
button,
input:not([type='checkbox']):not([type='radio']),
textarea {
  -webkit-appearance: none;
  border-radius: 0;
  border: 0;
  outline: 0;
  background: transparent;
}
a:hover {
  text-decoration: none;
}
main{
  margin: 0;
  overflow: hidden;
}
.container{
  padding: 0;
  max-width: 700px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
/*------------------------------------------------
sectionName
------------------------------------------------*/
.section-in{
  padding: 0 15px;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}
.section-ttl-wrap{
  text-align: center;
}
.section-ttl{
  font-size: 25px;
  font-weight: bold;
  line-height: 1.2;
}
.section-ttl-en{
  color: var(--primary-color);
  margin-top: 5px;
  font-weight: bold;
  line-height: 1.2;
}
.section-ttl-sub{
  background-color: #FFF002;
  color: var(--primary-color);
  font-weight: bold;
  padding: 20px 10px;
  line-height: 1;
  border-radius: 10px;
  margin-top: 15px;
  font-size: 18px;
}
.section-txt{
  margin-top: 15px;
  text-align: left;
  line-height: 1.8;
  font-size: 14px;
}
.section-txt-img{
  max-width: 550px;
  margin: 10px auto 0;
}
.comment{
  font-size: 10px;
  line-height: 1.2;
  margin-top: 5px;
  color: #7e7e7e;
}

/*------------ blockName ------------*/
.list01{
}
.list01-item{
  border: 2px solid var(--primary-color);
  border-radius: 10px;
  position: relative;
  padding: 35px 15px 15px;
  position: relative;
  background-color: #fff;
}
.list01-item:not(:first-child){
  margin-top: 30px;
}
.list01-item--arrow:not(:first-child){
  margin-top: 45px;
}
.list01-item--arrow:not(:last-child):before{
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: auto;
  width:0;
  height:0;
  border-style:solid;
  border-width: 15px 15px 0 15px;
  border-color: var(--primary-color) transparent transparent transparent;
}
.list01-ico{
  width: 50px;
  position: absolute;
  left: 0;
  right: 0;
  top: -25px;
  margin: auto;
}
.list01-item-ttl{
  color: var(--primary-color);
  font-size: 19px;
  font-weight: bold;
  text-align: center;
}
.list01-item-txt{
  margin-top: 10px;
  font-size: 14px;
}


/*------------------------------------------------
sectionName
------------------------------------------------*/
.toppage-hero{
  background: url(../img/top/bg_01.jpg) no-repeat center / cover;
  padding: 40px 0;
}
.toppage-ttl{
  width: 90%;
  max-width: 550px;
  margin: 0 auto;
}
.toppage-img{
  max-width: 600px;
  margin: 15px auto 0;
}
.toppage-img01{
  position: relative;
  left: -5px;
}
.toppage-txt{
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
.toppage-txt span{
  display: inline-block;
}

/*------------------------------------------------
sectionName
------------------------------------------------*/
#about{
  padding: 50px 0 30px;
}
.about-list{
  margin-top: 40px;
}

/*------------------------------------------------
sectionName
------------------------------------------------*/
#case{
  padding: 20px 0 50px;
}
.case-list{
  margin-top: 30px;
}
.case-item{
  background-color: #F7FAFE;
  border-radius: 10px;
  padding: 30px 15px 20px;
  position: relative;
}
.case-item:not(:first-child){
  margin-top: 20px;
}
.case-item-category{
  position: absolute;
  top: -10px;
  left: 10px;
  color: #fff;
  font-weight: bold;
  padding: 10px 15px;
  line-height: 1;
  border-radius: 10px;
  font-size: 13px;
  display: inline-block;
}
.case-item-ttl{
  text-align: center;
  font-weight: bold;
  color: var(--primary-color);
  font-size: 19px;
}
.case-item-img{
  width: 100%;
  margin-top: 10px;
}
.case-item-money{
  background-color: var(--primary-color);
  color: #fff;
  padding: 10px 10px;
  border-radius: 20px;
  line-height: 1.4;
  margin-top: 15px;
  font-size: 14px;
  font-weight: bold;
}
.case-item-txt{
  margin-top: 15px;
  font-size: 14px;
}

/*slick*/
.slick-list{
  overflow: inherit;
}
.slick-slide{
  outline:none;
  width: 300px;
  margin: 0 5px;
}
.slick-dots{
  margin-top: 10px;
}
/* slickdots ◯ */
.slick-dots li {
  font-size: 13px;
  line-height: 1;
}

/**/
.case-item--review .case-item-category{
  background-color: #17a2b8;
}
.case-item--review .case-item-money{
  background-color: #17a2b8;
}
.case-item--review .case-item-ttl{
  color: #17a2b8;
}

.case-item--buy .case-item-category{
  background-color: #28a745;
}
.case-item--buy .case-item-money{
  background-color: #28a745;
}
.case-item--buy .case-item-ttl{
  color: #28a745;
}

.case-item--spy .case-item-category{
  background-color: #fe5477;
}
.case-item--spy .case-item-money{
  background-color: #fe5477;
}
.case-item--spy .case-item-ttl{
  color: #fe5477;
}

/*------------------------------------------------
sectionName
------------------------------------------------*/
#job{
  padding: 50px 0;
  background-color: #FFFCEF;
}
.job-list{
  margin-top: 40px;
}
.job-item{
  padding: 0;
}
.job-list-top{
  padding: 35px 15px 15px;
}
.job-list-bottom{
  background-color: #FFF002;
  padding: 20px 15px;
  border-radius: 0 0 8px 8px;
  position: relative;
}
.job-list-bottom-ttl{
  color: var(--primary-color);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
.job-list-bottom-ico{
  position: absolute;
  width: 60px;
  z-index: 1;
  right: 10px;
  top: 5px;
  margin: auto;
}
.job-list-bottom-list{
  margin-top: 15px;
}
.job-list-bottom-item{
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 1.2;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}
.job-list-bottom-item:not(:first-child){
  margin-top: 7px;
}
.job-list-bottom-item-l{
  width: 50px;
  background-color: var(--primary-color);
  border-radius: 10px 0 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.job-list-bottom-item-l img{
  width: 20px;
}
.job-list-bottom-item-txt{
  padding: 12px;
  width: calc(100% - 50px);
  border-radius: 0 10px 10px 0;
  background-color: #fff;
}

/*------------------------------------------------
sectionName
------------------------------------------------*/
#flow{
  padding: 50px 0;
}
.flow-list{
  margin-top: 40px;
}
.flow-item{
}


/*------------------------------------------------
sectionName
------------------------------------------------*/
#voice{
  padding: 50px 0;
  background-color: #FFFCEF;
}
.voice-txt{
  text-align: center;
}
.voice-list{
  margin-top: 30px;
}
.voice-item{
  padding: 15px;
}
.voice-item:not(:first-child){
  margin-top: 15px;
}
.voice-item-top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.voice-item-top-img{
  width: 110px;
}
.voice-item-top-txts{
  width: calc(100% - 110px);
  color: var(--primary-color);
  font-weight: bold;
  padding-left: 10px;
}
.voice-item-top-txt01{
  font-size: 13px;
}
.voice-item-top-txt02{
  font-size: 18px;
}
.voice-item-top-txt02 span{
  font-size: 13px;
}


/*------------------------------------------------
sectionName
------------------------------------------------*/
#fee-system{
  padding: 50px 0;
  background-color: #FFFCEF;
}
.fee-system-txt{
  text-align: center;
}
.feesystem-list{
  margin-top: 50px;
  position: relative;
}
.feesystem-list::before{
  content: '';
  display: block;
  width: 75px;
  height: 95.5px;
  background: url(../img/top/feesystem_img01.png) no-repeat center / cover;
  position: absolute;
  top: -40px;
  right: 0;
  z-index: 1;
}
.feesystem-item{
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
}
.feesystem-item-l{
  width: 70px;
  background: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.feesystem-item-l-ico{
  width: 40px;
}
.feesystem-item-r{
  width: calc(100% - 70px);
  padding: 35px 15px 15px;
}
.feesystem-item-ttl{
  text-align: left;
}
.feesystem-item-txt{
  text-align: left;
}


/*------------------------------------------------
sectionName
------------------------------------------------*/
#qa{
  padding: 50px 0;
}
.qa-list{
  margin-top: 20px;
}
.qa-item{
  border: 2px solid var(--primary-color);
  border-radius: 10px;
  position: relative;
  padding: 15px 15px;
  position: relative;
  background-color: #fff;
}
.qa-item:not(:first-child){
  margin-top: 15px;
}
.qa-item-ttl{
  color: var(--primary-color);
  font-weight: bold;
  line-height: 1.3;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  padding-right: 40px;
}
.qa-item-ttl::before{
  content: 'Q';
  display: block;
  margin-right: 10px;
  width: 20px;
  font-size: 20px;
  flex-shrink: 0;
}
.qa-item-ttl span{
  width: 30px;
  height: 30px;
  background-color: var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
}
.qa-item-ttl span::before,
.qa-item-ttl span::after{
  content: '';
  display: block;
  height: 2px;
  width: 15px;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.qa-item-ttl span::after{
  transform: rotate(90deg);
  transition: transform 0.2s;
}
.qa-item-txt{
  font-size: 14px;
  margin-top: 15px;
  display: none;
}
.active.qa-item-ttl span::after{
  transform: rotate(0deg);
}

/*============================
#cta
============================*/
#cta{
}
.cta-head{
  background-color: #FFF002;
  padding: 30px 15px;
  position: relative;
}
.cta-head::after{
  content: '';
  display: block;
  bottom: -15px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width:0;
  height:0;
  border-style:solid;
  border-width: 15px 15px 0 15px;
  border-color: #FFF002 transparent transparent transparent;
}
.cta-head-ttl{
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
}
.cta-in{
  padding: 110px 15px 50px;
}
.cta-item{
  background-color: #F7FAFE;
  border-radius: 10px;
  border: 3px solid #06C553;
  padding: 20px 15px;
  position: relative;
}
.cta-item::before{
  content: '';
  display: block;
  width: 105px;
  height: 97px;
  background: url(../img/top/cta_img01.png) no-repeat center / cover;
  position: absolute;
  left: 0;
  right: 0;
  top: -83px;
  margin: auto;
  z-index: 1;
}
.cta-item-ttl{
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #06C553;
  line-height: 1.3;
}
.cta-alert{
  margin-top: 15px;
  background-color: #FFF002;
  position: relative;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-weight: bold;
  padding: 30px 15px 15px;
  margin: 20px auto 0;
  width: 90%;
}
.cta-alert-sub{
  background-color: var(--primary-color);
  color: #fff;
  position: absolute;
  border-radius: 50px;
  line-height: 1.1;
  display: inline-block;
  left: 0;
  right: 0;
  top: -10px;
  width: 150px;
  padding: 10px;
  text-align: center;
  margin: auto;
}
.cta-alert-txt{
  font-size: 18px;
  text-align: center;
  line-height: 1.3;
}
.cta-alert-txt span{
  font-size: 30px;
}
.cta-btn{
  background-color: #06C553;
  color: #fff;
  border-radius: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  text-decoration: none;
  font-size: 18px;
  margin-top: 15px;
  box-shadow: 2px 4px 0px 0px #b9bbbe;
}
.cta-btn img{
  width: 25px;
  margin-right: 5px;
}
.cta-item-txt{
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 20px;
}
