@charset "utf-8";
/* CSS Document */
html {
  font-size: 16px;
}
body {
  font-family: 'Zen maru Gothic', sans-serif;
  font-weight: 500;
  font-size: 3.8vw;
  line-height: 1.55em;
  letter-spacing: 0.05em;
  text-align: center;
  font-feature-settings: "palt";
  margin: 0;
  padding: 0;
  color: #333;
}

main {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
}

section {
  padding: 0 4%;
}

img {
  width: 100%;
  height: auto;
  line-height: 0;
}

a {
  cursor: pointer!important;
  color: inherit!important;
  text-decoration: none;
}

.pc-only {
  display: none!important;
}
.sp-only {
  display: block!important;
}

/* フェードイン */
.fadeIn {
  opacity: 0;
  transition: 2s;
}
.fadeIn.is-show {
  opacity: 1;
}
/* 下からフェードイン */
.fadeIn_up {
  opacity: 0;
  transform: translate(0, 5%);
  transition: 0.5s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/* フワフワアニメーション01 */
.fuwafuwa01 {
  animation: fuwafuwa01 2.4s ease-out infinite;
  opacity: 1;
}
@keyframes fuwafuwa01 {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  20%, 50%, 70% {
    transform: scale(0.94);
  }
}
/* フワフワアニメーション02 */
.fuwafuwa02 {
  opacity: 0;
}
.fuwafuwa02.is-show {
  opacity: 1;
  animation: fuwafuwa02 2.5s ease-out forwards;
}
@keyframes fuwafuwa02 {
  15%, 45%, 75% {
    transform: scale(0.85);
  }
  0%, 30%, 60%, 90% {
    transform: scale(1);
  }
}
/* ポップアップアニメーション */
.popup01 {
  opacity: 0;
  transform: scale(0.7);
}
.popup01.is-show {
  animation: popup01 0.25s ease forwards;
}
@keyframes popup01 {
  0%   { opacity: 0; transform: scale(0.7); }
  100% { opacity: 1; transform: scale(1); }
}

/****** FV *****/
.col_fv {
  background: #FFFBF4;
  padding-bottom: 7%;
}
.col_fv .wrap_fv {
  margin: 0 -4.5%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.col_fv .img01-001 {
  width: 100%;
}
.wrap_fv-element {
  position: absolute;
  display: flex;
  bottom: 22.5%;
  padding: 0 1.7%;
  width: 100%;
  box-sizing: border-box;
}
.wrap_fv-element .fadeIn_up:nth-child(1) {    
  transition-delay: 0s;
}
.wrap_fv-element .fadeIn_up:nth-child(2) {
  transition-delay: 0.1s;
}
.wrap_fv-element .fadeIn_up:nth-child(3) {
  transition-delay: 0.3s;
}
.fv-element {
  padding: 0 0.3%;
  width: calc(100% / 3);
}
.wrap_fv-element .img02-003 {
  padding-top: 9%;
}
.col_fv .img01-005 {
  padding-right: 4%;
  margin: 0 -4.5%;
  margin-top: -13vw;
  margin-bottom: 2%;
  position: relative;
}
.cta-btn {
  margin: 0 -2.5%;
}
/****** こんな不安ありませんか *****/
.col_trouble {
  background: #FFFBF4;
  padding-bottom: 18vw;
}
.col_trouble .img01 {
  margin-bottom: 3.5%;
}
#trouble_img02-warp {
  margin-bottom: 3.5%;
}

#trouble_img02-warp .popup01:nth-child(1) { animation-delay: 0s; }
#trouble_img02-warp .popup01:nth-child(2) { animation-delay: .2s; }
#trouble_img02-warp .popup01:nth-child(3) { animation-delay: .4s; }
#trouble_img02-warp .popup01:nth-child(4) { animation-delay: .6s; }
#trouble_img02-warp .popup01:nth-child(5) { animation-delay: .8s; }

.col_trouble .img03 {
  margin: 0 -1rem;
}

/****** 国の給付金制度でサポートできます *****/
.col_reason-part01 {
  background: #FFEE6C;
  background-image: url(../images/bg-img001.png);
  background-repeat: repeat, no-repeat;
  background-size: 100%;
  background-clip: border-box;
  background-origin: border-box;
  background-position-x: center;
  background-position-y: center;
  position: relative;
  border-radius: 0 0 2em 2em;
  padding-bottom: 10%;
}
.col_reason-part01 .img01 {
  position: relative;
  top: -5.5vw;
  margin-bottom: -3.5vw;
}
#reason_img02-wrap {
  position: relative;
  margin-bottom: 2%;
}
#reason_img02-wrap .img02-002 {
  position: absolute;
  top: 24.5%;
  right: 3%;
  width: 47%;
}
.col_reason-part01 .img02 {
  margin-bottom: 6%;
}
.col_reason-part01 .img03 {
  margin-bottom: 6%;
  position: relative;
}
.wrap_reason_img03-element {
  position: absolute;
  display: flex;
  bottom: 35%;
  padding-left: 3%;
  width: 100%;
  box-sizing: border-box;
}
.wrap_reason_img03-element .img03-002,
.wrap_reason_img03-element .img03-003 {
  width: calc(((100% - 32%) / 2) + 2.5%);
}
.wrap_reason_img03-element .popup01:nth-child(1) { animation-delay: 0s; }
.wrap_reason_img03-element .popup01:nth-child(2) { animation-delay: .2s; }

.wrap_reason_img03-element .img03-003 {
  padding-top: 11%;
}
.wrap_reason_img03-element .img03-004 {
  width: 27%;
  position: absolute;
  right: 2.5%;
  bottom: 0;
}
/****** 2倍以上の給付額を受け取っています *****/
.col_reason-part02 {
  background: #FFFDEB;
  padding-bottom: 3%;
}
.col_reason-part02 .img04 {
  width: 41%;
  margin: 0 auto;
  margin-bottom: 2%;
  margin-top: -7%;
  position: relative;
}
/****** 給与別受給事例 *****/
.col_case {
  background: #23AC38;
  background-image: url(../images/bg-img002.png);
  background-repeat: no-repeat, no-repeat;
  background-size: 100%;
  background-clip: border-box;
  background-origin: border-box;
  background-position-x: center;
  background-position-y: -18%;
  padding-bottom: 18vw;
}
.col_case .triangle {
  width: 100%;
  height: 16vw;
  background: #FFFDEB;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  margin: 0 -4.5%;
  padding: 0 4.5%;
  margin-bottom: 4%;
  position: relative;
  top: -0.05rem;
}
#case_img02-btn--wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: -8%;
  margin-left: -0.9%;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.tab-btn {
  width: calc(100% / 3);
}
.tab-card {
  display: none;
  position: relative;
}
.tab-card[data-id="1"] {
  display: block;
}
.tab-card_element {
  position: absolute;
}
.img02-card01-002.tab-card_element {
  top: 11%;
  width: 63%;
  left: -4%;
}
.img02-card02-002.tab-card_element {
  top: 11%;
  width: 57%;
  left: -4%;
}
.img02-card03-002.tab-card_element {    
  top: 12%;
  width: 54%;
  left: -4%;
}
.col_case .img03 {
  margin-bottom: 5%;
  margin-right: -4.5%;
  margin-left: -0.6%;;
}
/****** プロに相談すれば *****/
.col_highlight {
  background: #FFFCE2;
  border-radius: 2em 2em 0 0;
  margin-top: -2em;
  padding-bottom: 15%;
    background-image: url(../images/bg-img001.png);
    background-repeat: repeat, no-repeat;
    background-size: 100%;
    background-clip: border-box;
    background-origin: border-box;
    background-position-x: center;
    background-position-y: center;
}
.col_highlight .img01 {
  position: relative;
  top: -7vw;
}
#highlight_img02-wrap {
  position: relative;
  margin: 0 -4%;
  margin-top: -9%;
}
#highlight_img02-wrap .img02 {
  width: 70%;
}
#highlight_img02-wrap .img03 {
  position: absolute;
  top: -5%;
  right: 0;
  width: 76%;
}
/****** オファー *****/
.col_offer {
  background: #00AC4E;
  padding-bottom: 3vw;
}
.offer_content-wrap {
  position: relative;
}
.offer_content-wrap .img01 {
  position: relative;
  top: -4.5vw;
  margin-right: -2.2%;
  margin-left: -0.1%;
}
.offer_content-wrap .cta-btn {
  position: absolute;
  bottom: 10.5vw;
  width: 100%;
  margin-left: 0.5%;
}
/****** 2種類の保険手当 *****/
.col_system-part01 {
  background: #FFFDEB;
  padding-top: 11%;
}
.col_system-part01 .img01 {
  margin-bottom: 5%;
}
.col_system-part01 .img02 {
  margin-right: -4.5%;
}
.col_system-part01 .img03 {
  margin-top: -19%;
  margin-bottom: 2.5%;
  position: relative;
  z-index: 1;
}
#system_img04-wrap {
  position: relative;
  margin-top: -21.5%;
  margin-bottom: 5%;
}
#system_img04-wrap .img04-002 {
  position: absolute;
  top: 33%;
  left: 3%;
  width: 45%;
}
.col_system-part01 .img05 {
  width: 96.5%;
  margin: 0 auto;
}
.col_system-part01 .img06 {
  width: 36.5%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
/****** 通常の2倍以上を受給 *****/
.col_system-part02 {
  background: #00AC4E;
  margin-top: -7.5%;
  padding-bottom: 14%;
}
.col_system-part02 .triangle {
  width: 100%;
  height: 14vw;
  background: #FFFDEB;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  margin: 0 -4.5%;
  padding: 0 4.5%;
  position: relative;
  top: -0.05rem;
}
.col_system-part02 .img07 {
  margin-top: 9%;
}
#system_img08-warp {
  position: relative;
}
#system_img08-warp .img08-001 {
  margin: 0 -1%;
  margin-top: 1.5%;
}
#system_img08-warp .img08-002 {
  position: absolute;
  top: 0.5%;
  right: -5.5%;
  width: 66%;
}
/****** トータルサポート *****/
.col_follow {
  background: #EDF9EF;
  padding-bottom: 16%;
}
.col_follow .img01 {
  position: relative;
  top: -7vw;
}
.col_follow .img02 {
  margin-top: -11%;
  position: relative;
}
.col_follow .img02-002 {
  position: absolute;
  top: 28%;
  width: 37%;
  left: 4%;
}
.col_follow .img03 {
  margin-top: -2%;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}
.col_follow .img03-001 {
  width: 100%;
}
.wrap_follow_img03-element {
  position: absolute;
  bottom: 28%;
  display: flex;
  justify-content: center;
  left: 2%;
  width: 100%;
}
.follow_img03-element {
  width: 38%;
}
.img03-002.follow_img03-element {
  margin-right: -18%;
}
.img03-003.follow_img03-element {
  margin-top: -34%;
}
.img03-004.follow_img03-element {
  margin-left: -18%;
}
.wrap_follow_img03-element .popup01:nth-child(2) { animation-delay: 0s; }
.wrap_follow_img03-element .popup01:nth-child(1) { animation-delay: .2s; }
.wrap_follow_img03-element .popup01:nth-child(3) { animation-delay: .4s; }

.img03-005 {
  position: absolute;
  left: -4%;
  bottom: -9%;
  width: 27%;
}
/****** ご利用者様の声 *****/
.col_voice {
  background: #FFEE6C;
  background-image: url(../images/bg-img001.png);
  background-repeat: repeat, no-repeat;
  background-size: 100%;
  background-clip: border-box;
  background-origin: border-box;
  background-position-x: center;
  background-position-y: center;
  border-radius: 2em;
  margin-top: -2em;
  padding-top: 12%;
  padding-bottom: 10%;
  position: relative;
}
.col_voice .img01 {
  margin-bottom: -3%;
}
.voice_img02-warp {
  margin: 0 -4.5%;
}
.voice_img02-warp .slick-slide {
  margin-right: 2vw;
  width: 82vw;
  transition: opacity 0.3s ease; /* スライド切り替え時のアニメーション */
}

/* ドットのスタイル */
#voice_img02-warp.slick-dotted.slick-slider {
    margin-bottom: 18%;
}
#voice_img02-warp .slick-dots {
  padding: 0;
  line-height: 0;
    bottom: -9%;
}
#voice_img02-warp .slick-dots li {
  display: inline-block;
  margin: 0 4vw;
  width: fit-content;
  height: fit-content;
}
#voice_img02-warp .slick-dots li button {
  padding: 0;
  margin: 0;
  font-size: 0;
  width: 2vw;
  height: 2vw;
  border-radius: 50%;
  background-color: #fff;
  border: none;
  outline: none;
}
#voice_img02-warp .slick-dots li.slick-active button {
  background-color: #00AC4E;
}
#voice_img02-warp .slick-dots li.slick-active button::before {
  content: none;
}
/* 矢印のスタイル */
#voice_img02-warp .slick-prev,
#voice_img02-warp .slick-next {
  position: absolute;
  top: 52%;
  transform: translate(0, 0);
  z-index: 10 !important;
  cursor: pointer;
  width: fit-content;
  height: fit-content;
}
#voice_img02-warp .slick-prev {
  left: 4.5vw;
}
#voice_img02-warp .slick-next {
  margin-right: 6.2vw;
  right: 4.5vw;
}
#voice_img02-warp .slick-prev:before,
#voice_img02-warp .slick-next:before {
  line-height: 0;
  opacity: 1;
}
#voice_img02-warp .slick-prev:before,
#voice_img02-warp .slick-next:before {
  content: "";
  position: absolute;
  width: 5.5vw;
  height: 5.5vw;
  border-left: 0.2em solid #333;
  border-bottom: 0.2em solid #333;
  transition: none;
}
#voice_img02-warp .slick-prev:before {
  transform: rotate(45deg);
}
#voice_img02-warp .slick-next:before {
  transform: rotate(-135deg);
}
#voice_img02-warp .slick-dots li button:before {
  content: none;
}
.col_voice .img03 {
  margin: 0 -4.5%;
  margin-bottom: 6%;
}
/****** 受給までの流れ *****/
.col_flow {
  background: #F4FFF6;
  margin-top: -2em;
  padding-top: 19%;
  padding-bottom: 25%;
}
.col_flow .img01 {
  margin-bottom: 4.5%;
}
/****** 料金プラン *****/
.col_price {
  background: #FFEE6C;
  border-radius: 2em;
  margin-top: -2em;
  padding-top: 10%;
  padding-bottom: 10%;
}
.col_price .img01 {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 2%;
}
.col_price .img02,
.col_price .img03 {
  margin-right: -5%;
  margin-bottom: 3%;
}
.col_price .img04 {
  margin-right: -4.5%;
  margin-left: -2%;
}
/****** faq *****/
.col_faq {
  padding-top: 12%;
  padding-bottom: 20vw;
}
.col_faq .img01 {
  margin-bottom: 5%;
}
.faq-item {
  background: #fff;
  margin-bottom: 5%;
  width: 100%; 
  border-radius: 1em;
  outline: 1px solid #00AC4E;
}
.faq-item .question {
  width: 100%;
  padding: 4.2% 6.15% 4.2% 5.25%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #00AC4E;
  border: none;
  outline: none;
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 0.7em;
  text-align: justify;
}
.faq-item.is-open .question {
  border-radius: 0.7em 0.7em 0 0;
}
.q-wrap {
  display: flex;
  align-items: center;
  gap: 4.5%;
  width: 100%;
}
.q-icon {
  color: #fff;
  font-size: 7vw;
  line-height: 1;
}
.q-txt {
  font-family: 'Zen maru Gothic', sans-serif;
  color: #fff;
  font-weight: 700;
  font-size: 4.65vw;
  padding-bottom: 0.1em;
}
.open-icon {
  width: 3.5vw;
  height: 3.5vw;
  margin-top: -3%;
  position: relative;
}
.open-icon::before {
  content: "";
  position: absolute;
  width: 3.5vw;
  height: 3.5vw;
  border-left: 0.15em solid #fff;
  border-bottom: 0.15em solid #fff;
  transform: rotate(-45deg);
  transition: none;
}
.faq-item.is-open .open-icon {
  margin-top: 2%;
}
.faq-item.is-open .open-icon::before {
  transform: rotate(135deg);
}
.answer {
  background: #fff;
  padding: 4.8% 5.15% 5.5% 6%;
  box-sizing: border-box;
  border-radius: 0 0 1em 1em;
}
.a-wrap {
  display: flex;
  align-items: center;
  gap: 5.5%;
}
.a-icon {
  color: #F27D22;
  font-weight: 700;
  font-size: 7vw;
  line-height: 1;
}
.a-txt {
  text-align: justify;
}

.faq01 .a-wrap {
  margin-bottom: 3%;
}
.faq01 .cta-btn {
  margin: 0 -5.5%;
  margin-bottom: -7%;
}
/****** お任せください! *****/
.col_message {
  background: #FFFCE9;
  border-radius: 2em 2em 0 0;
  padding-bottom: 20%;
}
.col_message .img01 {
  position: relative;
  top: -6vw;
}
.col_message .img02 {
  margin-left: 2%;
}
.col_message .img03 {
  margin: 0 -4%;
  margin-top: -19%;
}
/****** 運営者情報 *****/
.col_company {
  padding-top: 12%;
}
.company-info .index {
  font-size: 6.4vw;
  font-weight: 600;
  line-height: 1.3em;
  color: #00AC4E;
  margin-bottom: 7%;
}
.company-info dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
  text-align: justify;
  padding: 0 3%;
  font-size: 3.6vw;
  line-height: 1.5em;
}
.company-info dt,
.company-info dd {
  border-bottom: 1px dashed #898989;
  margin-bottom: 5%;
  padding-bottom: 0.5%;
}
.company-info dt {
  width: 23%;
  color: #00AC4E;
  font-weight: 600;
  padding-left: 1%;
}
.company-info dd {
  width: calc(100% - 24%);
  margin-inline-start: 0;
}
.col_company .logo {
  width: 43%;
  margin: 0 auto;
  margin-bottom: 6.5%;
}
.col_company .footer-info {
  display: flex;
  font-size: 3.1vw;
  justify-content: center;
  margin-bottom: 0.5%;
}
.col_company .copyright {
  font-size: 2.5vw;
  background: #00AC4E;
  color: #fff;  
  margin: 0 -4.5%;
  padding: 0.3em;
}

@media(min-width:700px) {
  /****** FV *****/
  .col_fv .img01-005 {
    margin-top: -5.5rem;
  }
  /****** こんな不安ありませんか *****/
  .col_trouble {
    padding-bottom: 7rem;
  }
  /****** 国の給付金制度でサポートできます *****/
  .col_reason-part01 .img01 {
    top: -2rem;
    margin-bottom: -1.5rem;
  }
  /****** 給与別受給事例 *****/
  .col_case {
    padding-bottom: 11rem;
  }
  .col_case .triangle {
    height: 7rem;
  }
  /****** プロに相談すれば *****/
  .col_highlight .img01 {
    top: -3rem;
  }
  /****** オファー *****/
  .offer_content-wrap .img01 {
    top: -2rem;
  }
  .offer_content-wrap .cta-btn {
    bottom: 3.9rem;
  }
  /****** 通常の2倍以上を受給 *****/
  .col_system-part02 .triangle {
  height: 5.5rem;
  }
  /****** トータルサポート *****/
  .col_follow .img01 {
    top: -3rem;
  }
  /****** ご利用者様の声 *****/
  .voice_img02-warp .slick-slide {
    width: 33.5rem;
    margin-right: 2rem;
  }
  #voice_img02-warp .slick-dots {
    bottom:  -4rem;
  }
  #voice_img02-warp .slick-dots li {
    margin: 0 2rem;
  }
  #voice_img02-warp .slick-dots li button {
    width: 1rem;
    height: 1rem;
  }
  #voice_img02-warp .slick-prev:before,
  #voice_img02-warp .slick-next:before {
    width: 3rem;
    height: 3rem;
    border-left: 0.3em solid #333;
    border-bottom: 0.3em solid #333;
  }
  #voice_img02-warp .slick-prev {
    left: 2rem;
  }
  #voice_img02-warp .slick-next {
    margin-right: 3.5rem;
    right: 2rem;
  }
  /****** faq *****/    
  .col_faq {
    padding-bottom: 6rem;
  }
  /****** お任せください! *****/
  .col_message .img01 {
    top: -2.3rem;
    margin-right: -2.5%;
  }
}
@media(min-width:760px) { /* ipad mini */
}
@media(min-width:1200px) {
  body {
    font-size: 1.65rem;
  }
  .pc-only {
    display: block!important;
  }
  .sp-only {
    display: none!important;
  }
  /****** faq *****/
  .faq-item .question {
    border-radius: 1.7em;
  }
  .faq-item.is-open .question {
    border-radius: 1.7em 1.7em 0 0;
  }
  .q-txt {
    font-size: 2.2rem;
  }
  .q-icon,
  .a-icon {
    font-size: 3rem;
  }
  .open-icon {
    width: 1.8rem;
    height: 1.8rem;
    margin-top: -3%;
  }
  .open-icon::before {
    width: 1.8rem;
    height: 1.8rem;
  }
  /****** 運営者情報 *****/
  .company-info .index {
    font-size: 2.8rem;
  }
  .company-info dl {
    font-size: 1.55rem;
  }
  .col_company .footer-info {
    font-size: 1.1rem;
  }
  .col_company .copyright {
    font-size: 0.9rem;
  }
}  

@media(min-width:1920px) {
}   




.fixed-cta-shell {
	position: fixed;
    bottom: -25px;
	left: 0;
	width: 100%;
	background: #fff;
	box-shadow: 0 -3px 8px rgba(0, 0, 0, 0.2);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	z-index: 9999;
}