@charset "UTF-8";

/*
Theme Name: レポートチェックスタッフ募集
*/
/*-----------------------------------------
default
-----------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

html {
}

body {
	-webkit-text-size-adjust: 100%;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

li {
	list-style-type: none;
}

table {
	width: 100%;
}

tbody {
	-webkit-text-size-adjust: 100%;
}
.pc{ display: block;}
.sp,.w-640{ display: none;}
/*-----------------------------------------
header
-----------------------------------------*/
header::before{
  display: none!important;
}
header .topheader{
  max-width: 128rem !important;
  padding: 2rem 4rem 0 !important;
  justify-content: space-between!important;
}
header .topheader .logo img{
  width: 23.1rem;
}
header .topheader .logo a p{
  padding-top: 0.8rem!important;
}
.headerNavListWrap{
  gap: 2.4rem;
}
.headerNavList a, .headerNavList p{
  color: #000!important;
  font-weight: 600!important;
  font-size: 1.2rem!important;
}
.headerNavList a:hover{
  color: #4EBFEF!important;
}
.headerNavWrap {
  max-width: 100%!important;
  padding: 0!important;
  margin: 0 0 0 auto!important;
}
.headerNav{
  display: flex;
  align-items: center;
  gap: 2.6rem;
}
.contact_btn{
  width: 24.5rem;
  margin: 0 auto;
}
.contact_btn a{
  background-image: linear-gradient(150deg, rgba(0, 23, 128, 1), rgba(64, 178, 235, 1));
  display: block;
  width: 100%;
  color: #fff!important;
  font-weight: 600;
  border-radius: 6.8rem;
  text-align: center;
  padding: 1.5rem 0;
  font-size: 1.6rem;
}
.sp_menu { display: none;}
.anchor { 
	display: block;
	margin-top: -5rem;
	padding-top: 5rem!important;
}

/*-----------------------------------------
mainimg
-----------------------------------------*/
#report-check-staff section.mainimg {
  position: relative;
}
#report-check-staff section.mainimg::before{
  content: "";
  display: block;
  background: #D8F4FF;
  height: 50%;
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
#report-check-staff section.mainimg .inner_flex{
    display: flex;
    width: 75%;
    margin: 0 auto;
    justify-content: space-between;
    position: absolute;
    left: 13.4%;
    top: 10.5%;
}
#report-check-staff section.mainimg .inner_flex .left_text h1{
  font-size: 3.2rem;
  color: #fff;
  font-weight: 700;
  line-height: 0.5;
}
#report-check-staff section.mainimg .inner_flex .left_text h1 span{
  display: block;
  background-image: linear-gradient(150deg, rgba(60, 204, 255, 1), rgba(159, 230, 255, 1));
  width: fit-content;
  padding: 3rem 2.4rem;
}
#report-check-staff section.mainimg .inner_flex .left_text ul.mainimg_list{
  display: flex;
  gap: 1.2rem;
  margin-top: 1.74rem;
}
#report-check-staff section.mainimg .inner_flex .left_text ul.mainimg_list li{
  background-image: radial-gradient(circle at 49% 0%, rgba(254, 215, 254, 1) 17%, rgba(255, 145, 204, 1) 90%);
  width: 11.3rem;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-weight: 700;
  padding: 2.51rem 0 2.5rem;
  position: relative;
}
#report-check-staff section.mainimg .inner_flex .left_text ul.mainimg_list li::before{
  content: "";
  display: block;
  width: 10.4rem;
  height: 10.4rem;
  border-radius: 50%;
  border: 1.4px solid #fff;
  position: absolute;
  left: 4px;
  top: 4px;
}
#report-check-staff section.mainimg .inner_flex .left_text ul.mainimg_list li p.point{
  font-size: 1rem;
  padding-bottom: 0.32rem;
  border-bottom: 1px solid #fff;
  width: 6.5rem;
  margin: 0 auto 0.45rem;
  position: relative;
}
#report-check-staff section.mainimg .inner_flex .left_text ul.mainimg_list li p.point::after{
  content: "";
  display: block;
  background: url('../../report-check-staff/img/squ.svg') no-repeat;
  width: 6px;
  height: 5px;
  position: absolute;
  left: 48%;
  bottom: -0.3rem;
}
#report-check-staff section.mainimg .inner_flex .left_text ul.mainimg_list li p.point_text{
  font-size: 1.2rem;
}
#report-check-staff section.mainimg .inner_flex .right_text{
  background: url(../../report-check-staff/img/main_bg.svg) no-repeat;
  width: 28.4rem;
  position: relative;
  top: 0;
}
#report-check-staff section.mainimg .inner_flex .right_text p{
  text-align: center;
  color: #001780;
  font-size: 2.3rem;
  font-weight: 700;
  transform: rotate(18deg);
  left: 0;
  top: 1rem;
  position: relative;
}
#report-check-staff section.mainimg .mainimg_bg img{
  margin: 0 auto 0;
  width: 78%;
}
.scroll{
  background-color: #fff;
  border-radius: 3rem;
  width: 11%;
  color: #001780;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  position: absolute;
  top: 78%;
  right: 14.8%;
  z-index: 1;
}
.scroll a{
	display: block;
	 padding: 2.4rem 0 3.2rem;
}
.scroll::after{
  content: "";
  display: block;
    width: 5px;
    height: 5px;
    border-bottom: 3px solid #001780;
    border-right: 3px solid #001780;
    transform: rotate(45deg);
    position: absolute;
    right: 46%;
    top: 4.8rem;
    transition: 0.1s linear all;
}
.pagetop{
  display: none;
  position: fixed; /* スクロールしても固定 */
  top: 78%;
  right: 10.8%;
  width: 12%;
  z-index: 1;
}
.pagetop a{
  display: block;
  background-color: #fff;
  border-radius: 3rem;
  color: #001780!important;
  font-weight: 700;
  text-align: center;
  font-size: 1.2rem;
  padding: 3.2rem 0 2.4rem;
  box-shadow: 0px 1px 16px 0px rgba(77, 207, 255, 0.15);
  position: relative;
}
.pagetop a::before{
  content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-bottom: 3px solid #001780;
    border-right: 3px solid #001780;
    transform: rotate(-135deg);
    position: absolute;
    right: 46%;
    top: 2rem;
    transition: 0.1s linear all;
}
/*-----------------------------------------
レポートチェックの仕事について
-----------------------------------------*/
#report-check-staff section .section_inner{
  width: 80%;
  margin: 0 auto;
}
#report-check-staff section.sec01{
  background-color: #D8F4FF;
  padding: 0;
  position: relative;
  z-index: 0;
}
#report-check-staff section.sec01 .section_inner h2,
#report-check-staff section.sec02 .section_inner h2{
  color: #001780;
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 4.4rem;
  font-weight: 700;
}
#report-check-staff section.sec01 .section_inner .list_img{
  width: 67.3%;
  margin: 0 auto;
}
#report-check-staff section.sec01 .section_inner .bg_white{
  background-color: #fff;
  border-radius: 2.6rem;
  box-shadow: 0px 3px 26px 0px rgba(77, 207, 255, 0.27);
  padding: 13.8rem 0 4.5rem;
  position: relative;
  top: -11rem;
  z-index: -1;
} 
#report-check-staff section.sec01 .section_inner .bg_white p.sec01_text{
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
#report-check-staff section.sec01 .section_inner .bg_white p.sec01_text span{
  background: linear-gradient(transparent 75%, #FFF395 25%);
  display: inline;
}
/*-----------------------------------------
働き方について
-----------------------------------------*/
#report-check-staff section.sec02{
  background-color: #D8F4FF;
  padding-bottom: 11rem;
}
#report-check-staff section.sec02 .section_inner p{
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 6.4rem;
  font-weight: 600;
  color: #000;
}
#report-check-staff section.sec02 .section_inner ul.sec02_list{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4.4rem;
  max-width: 102.4rem;
  margin: 0 auto;
}
#report-check-staff section.sec02 .section_inner ul.sec02_list li{
  width: 31.2rem;
  text-align: center;
  border-radius: 2.7rem;
  padding: 7rem 0;
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  color: #000;
  background-image: radial-gradient(rgba(255, 255, 255, 1) 10%, rgba(253, 255, 255, 1) 40%, rgba(234, 249, 255, 1) 90%);
  box-shadow: 0px 2px 2px 0px rgba(103, 197, 232, 0.35);
}
#report-check-staff section.sec02 .section_inner ul.sec02_list li:nth-child(2),
#report-check-staff section.sec02 .section_inner ul.sec02_list li:nth-child(3){
  padding: 5.6rem 0;
}
#report-check-staff section.sec02 .section_inner ul.sec02_list li::before{
  content: "01";
  font-size: 5.6rem;
  color: #4DCFFF;
  position: absolute;
  left: 1.6rem;
  top: -4rem;
  font-family: "din-2014", sans-serif;
  font-weight: 600;
}
#report-check-staff section.sec02 .section_inner ul.sec02_list li:nth-child(2):before{
  content: "02";
}
#report-check-staff section.sec02 .section_inner ul.sec02_list li:nth-child(3):before{
  content: "03";
}
#report-check-staff section.sec02 .section_inner ul.sec02_list li:nth-child(4):before{
  content: "04";
}
#report-check-staff section.sec02 .section_inner ul.sec02_list li:nth-child(5):before{
  content: "05";
}
/*-----------------------------------------
スタッフの声
-----------------------------------------*/
#report-check-staff section.sec03{
  background-color: #D8F4FF;
  color: #000;
  padding-bottom: 9rem;
}
#report-check-staff section.sec03 .section_inner {
  background-color: #fff;
  padding: 9rem 4rem 8rem;
  border-radius: 2.8rem;
  position: relative;
}
#report-check-staff section.sec03 .section_inner h3,
#report-check-staff section.sec05 .section_inner h3{
  font-size: 28px;
  font-weight: 700;
  padding-left: 4.8rem;
  position: relative;
  margin-bottom: 4.2rem;
}
#report-check-staff section.sec03 .section_inner h3::before,
#report-check-staff section.sec05 .section_inner h3::before{
  content: "";
  display: block;
  background-color: #4DCFFF;
  width:2.1rem;
  height: 2.1rem;
  border-radius: 50%;
  position: absolute;
  left: 0.8rem;
  top: 1.5rem;
}
#report-check-staff section.sec03 .section_inner h3.en_title{
  margin-bottom: 1.6rem;
  font-size: 2rem;
}
#report-check-staff section.sec03 .section_inner h3.en_title span{
  font-family: "din-2014", sans-serif;
  font-size: 3.2rem;
  margin-right: 0.4rem;
}
#report-check-staff section.sec03 .section_inner  .flex{
  display: flex;
  gap: 4.12rem;
}
#report-check-staff section.sec03 .section_inner  .flex .left_img p.voice_name{
  background-color: #60D3FF;
  border-radius: 0 2.5rem 0 1.9rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  padding: 1.5rem 2.6rem;
  position: relative;
  left: 0;
  width: fit-content;
  top: -9.4rem;
}
#report-check-staff section.sec03 .section_inner  .flex .text_right .voice_title{
  color: #48CEFF;
  font-size: 3.2rem;
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  margin-bottom: 1.4rem;
  padding-left: 1.8rem;
}
#report-check-staff section.sec03 .section_inner  .flex .text_right h4{
  font-size: 2.4rem;
  font-weight: 700;
  padding-bottom: 2.4rem;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 3rem;
  padding-left: 1.8rem;
}
#report-check-staff section.sec03 .section_inner  .flex .text_right p.voice_text{
  font-size: 1.7rem;
  padding-left: 1.8rem;
  line-height: 33px;
  width: 48rem;
}
.main-sliderWrap{
  position: relative;
  display: block;
}
.slider-item{
  margin-bottom: 1.8rem!important;
}
.arrow_wrap{
    position: absolute;
    width: 100%;
    max-width: 18%;
    top: 4%;
    right: 8%;
    display: inline-flex;
    height: auto;
    align-items: center;
    justify-content: center;
    color: #4DCFFF;
  }
  .slick-num {
    line-height: 1;
    position: relative;
    text-align: center;
    white-space: nowrap;
    font-size: 2.8rem;
    font-weight: 600;
    font-family: "din-2014", sans-serif;
  }
  .now-count{
    font-size: clamp(1.0rem,5vw,3.0rem);
  }

  .slick-prev, .slick-next {
     width: auto; 
     height: auto; 
  }
  .slick-prev::before{
    display: block;
    width: 10px;
    height: 10px;
    border-bottom: 3px solid #4DCFFF;
    border-right: 3px solid #4DCFFF;
    transform: rotate(-45deg);
    position: absolute;
    left: 3.4rem;
    top: 0.8rem;
    transition: 0.1s linear all;
    z-index: 2;
    transform: rotate(135deg);
  }
  .slick-prev.disabled::before,
  .slick-next.disabled::before{
    border-bottom: 3px solid #D6D6D6;
    border-right: 3px solid #D6D6D6;
  }
  .slick-prev::after{
      content: "";
      display: block;
      background:#fff;
      width: 7.8rem;
      height: 7.8rem;
      border-radius: 50%;
      position: absolute;
      left: 0;
      top: -2.5rem;
      z-index: 1;
      box-shadow: 0px 1px 7px 0px rgba(77, 207, 255, 0.47);
  }
  .slick-next::before{
    display: block;
    width: 10px;
    height: 10px;
    border-bottom: 3px solid #4DCFFF;
    border-right: 3px solid #4DCFFF;
    transform: rotate(-45deg);
    position: absolute;
    right: 3.4rem;
    top: 0.8rem;
    transition: 0.1s linear all;
    z-index: 2;
  }
    .slick-next::after{
      content: "";
      display: block;
      background:#fff;
      width: 7.8rem;
      height: 7.8rem;
      border-radius: 50%;
      position: absolute;
      right: 0;
      top: -2.5rem;
      z-index: 1;
      box-shadow: 0px 1px 7px 0px rgba(77, 207, 255, 0.47);
    }
    .slick-prev.disabled::after,
    .slick-next.disabled::after{
      box-shadow: 0px 1px 7px 0px rgba(208, 208, 208, 0.47);
    }
	.slick-prev.disabled,
    .slick-next.disabled{
      pointer-events: none;
    }
#report-check-staff section.sec03 .section_inner .contact_btn{
  margin-top: 2.8rem;
}
#report-check-staff .sec04 h3{
  margin-top: 8rem;
}
#report-check-staff .sec04 p.ateention_text{
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: #FF0000;
  background: #FFE8E8;
  border-radius: 7px;
  width: 100%;
  padding: 2rem 0;
  margin-bottom: 4.2rem;
}
#report-check-staff .sec04 table{
  margin: 1.2rem 0 7.2rem;
  width: 100%;
  display: block;
}
#report-check-staff .sec04 table tbody{
  width: 100%;
  display: block;
}
#report-check-staff .sec04 table tr{
  display: flex;
  width: 100%;
}
#report-check-staff .sec04 table tr th{
  border-bottom: 2px solid #4DCFFF;
  width: 23rem;
  font-weight: 700;
  font-size: 1.6rem;
  padding: 3.2rem 0;
}
#report-check-staff .sec04 table tr td{
  padding: 3.2rem 0 3.2rem 2.4rem;
  border-bottom: 2px solid #CCCCCC;
  width: calc(100% - 23rem);
}
#report-check-staff .sec04 table tr td span{
  font-size: 1rem;
}
.day_image .w-640{
  display: none!important;
}
/*-----------------------------------------
よくある質問
-----------------------------------------*/
#report-check-staff section.sec05 .section_inner{
  padding: 10rem 0 9rem;
  color: #000;
}
.qa_list {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.accordion-item {
  border: 1px solid #ddd;
  margin-bottom: 4rem;
  border-radius: 0.7rem;
}

.accordion-title {
  padding: 2.4rem 3.2rem;
  cursor: pointer;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.accordion-content {
  padding: 2rem 0 2.4rem 3.2rem;
  display: none;
  background: #EDF8FD;
  border-top: 1px solid #ddd;
  font-weight: 500;
}

.active .accordion-content {
  display: block;
}
.accordion-title::before,
.accordion-title::after {
  content: "";
  position: absolute;
  right: 2.4rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-color: #4DCFFF;
  width: 1rem;
  height: 2px;
  transition: all 0.3s;
}
.accordion-title::after {
  transform: rotate(90deg);
}
.active .accordion-title::after {
  transform: rotate(0deg);
}
.cta{
  background-image: linear-gradient(150deg,rgba(77, 207, 255, 1), rgba(0, 23, 128, 1));
  text-align: center;
  border-radius: 1rem;
  padding: 5rem 0 6rem;
  margin-top: 2.4rem;
}
.cta p{
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 2.4rem;
}
.cta .btn{
  width: 24.5rem;
  margin: 0 auto;
}
.cta .btn a{
  display: block;
  border-radius: 6.8rem;
  border: 1px solid #fff;
  padding: 1.4rem 0 1.4rem 4.2rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
  position: relative;
}
.cta .btn a::after{
  content: "";
  display: block;
  width: 10rem;
  height: 5rem;
  position: absolute;
  right: -7.2rem;
  top: 2.2rem;
  background: url(../../report-check-staff/img/arrow_white.svg) no-repeat;
}
.cta .btn a:hover{
  background-color: #308BD0;
  opacity: 1!important;
}
/*-----------------------------------------
footer
-----------------------------------------*/
.eachInformationTransition{
  display: none!important;
}

@media screen and (max-width: 1280px) {
	
}

@media screen and (max-width: 1180px) {
	  .scroll{
		right: 6.8%;
	  }
	header .contact_btn{
		width: 14.5rem;
	}
	header .contact_btn a{
		font-size: 1.2rem;
	}
	.headerNavListWrap,.headerNav{
		gap: 1rem;
	}
	.headerNavList a, .headerNavList p{
		font-size: 1rem!important;
	}
	#report-check-staff section.mainimg .mainimg_bg img{
    width: 100%;
  }
  #report-check-staff section.mainimg .inner_flex{
    width: 90%;
    left: 6.4%;
  }
  #report-check-staff section.sec03 .section_inner .flex{
    flex-wrap: wrap;
    gap: 0;
    margin-bottom: 2.5rem;
  }
  .arrow_wrap{
    top: 3%;
    max-width:24%;
  }
  #report-check-staff section.sec03 .section_inner .flex .text_right p.voice_text{
    width: 100%;
  }
}

@media screen and (max-width: 896px) {
.pc{ display: none;}
.sp{ display: block;}
.sp_menu { display: block;}
.headerNavListWrap, .headerNav{
  display: none;
}
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}
header {
  position: relative;
}
.menu-btn {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 4.5rem;
  height: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  z-index: 1;
}
.menu-btn span {
  display: block;
  width: 100%;
  height: 3px;
  background: #707070;
  transition: 0.3s;
}
.menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #f8f8f8;
  display: none;
  padding: 8rem 3.2rem 10rem;
}
.menu ul {
  list-style: none;
  padding: 0;
}
.menu ul li {
  padding: 1rem;
}
.menu ul li a {
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid #abaaac;
  padding-bottom: 1rem;
  display: block;
}
.menu-btn.active span:nth-child(1) {
  transform: rotate(45deg) translate(10px, 10px);
}
.menu-btn.active span:nth-child(2) {
  opacity: 0;
}
.menu-btn.active span:nth-child(3) {
  transform: rotate(-45deg) translate(10px, -9px);
}
.menu.active {
  display: block;
}
.menu .contact_btn{
  margin-top: 6.4rem;
  width: 21.5rem;
}
.menu .contact_btn a{
  font-size: 1.6rem;
}
.sp_menu p{
  color: #19358B;
  font-weight: 700;
  font-size: 1.2rem;
  position: relative;
  right: -1.6rem;
  top: 5.6rem;
  z-index: 1;
}
.sp_menu_right{
  height: 8rem;
  border-left: 1px solid #C4C4C4;
}
/* オーバーレイの初期設定（非表示） */
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 5;
}
/* メニューとオーバーレイを表示 */
#menu.active ~ #overlay {
    opacity: 1;
    visibility: visible;
}
.scroll{
  width: 28%;
  top: 88%;
}
	.scroll a{
		padding: 5.4rem 0 6.2rem;
	}
.scroll::after{
  top: 7.8rem;
}
.pagetop{
  width: 28%;
  right: 8.8%;
  top: 88%;
}
.pagetop a{
  padding: 5.4rem 0 6.2rem;
}
header .topheader{
  padding: 1rem 4rem 0 !important;
}
#report-check-staff section.mainimg .inner_flex{
  width: 96%;
  left: 4.4%;
  top: -1.5%;
}
#report-check-staff section.mainimg .inner_flex .left_text{
  display: flex;
    flex-direction: column-reverse;
    width: 100%;
    gap: 2rem;
    z-index: 1;
}
#report-check-staff section.mainimg .inner_flex .left_text h1{
  font-size: 1.7rem;
  width: 110%;
}
#report-check-staff section.mainimg .inner_flex .left_text h1 span{
  padding: 1.8rem 1rem;
}
#report-check-staff section.mainimg .inner_flex .left_text ul.mainimg_list{
  gap: 1.2rem;
  margin-top: 0;
  flex-direction: column;
}
#report-check-staff section.mainimg .inner_flex .right_text{
  background-size: 100%;
  width: 32rem;
  top: 1rem;
}
#report-check-staff section.mainimg .inner_flex .right_text p{
  font-size: 1.5rem;
  left: 0.5rem;
  top: 1rem;
}
.mainimg_bg_sp{
  margin-top: -1rem;
}
.mainimg_bg_sp img{
  margin: 3rem auto 0!important;
}
.mainimg_bg_sp img{
  width: 93%;
  margin: 0 auto;
}
#report-check-staff section .section_inner{
  width: 93%;
	padding: 5rem 0 0;
	margin-bottom: -5rem;
}
}
@media screen and (max-width: 768px) {
  .headerNav.openNav{
    flex-direction: column;
  }
  .headerNavListWrap{
    height: auto!important;
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .w-640{ display: block;}
  .w-640none{display: none;}
  .scroll{
    width: 31%;
    top: 88%;
    border-radius: 1rem;
    right: 4.8%;
}
	.scroll a{
		padding: 1.4rem 0 3.2rem;
	}
	.scroll::after{
	  top: 3.8rem;
	  border-bottom: 2px solid #001780;
		border-right: 2px solid #001780;
	}
	.pagetop{
	  width: 31%;
	  right: 4.8%;
	  top: 70%;
	}
	.pagetop a{
	  padding: 3.2rem 0 1.4rem;
	  border-radius: 1rem;
	}
.pagetop a::before{
  top: 1.8rem;
  border-bottom: 2px solid #001780;
  border-right: 2px solid #001780;
}
.sp_menu p{
  right: -3.4rem;
  top: 5rem;
}
.sp_menu_right{
  padding-right: 6rem;
	height: 7rem;
}
.menu ul li a{
  font-size: 1.6rem;
}
.menu{
  padding: 10rem 3.2rem 10rem;
}
header .topheader .logo{
  padding-right: 2.4rem;
}
  #report-check-staff section.mainimg .inner_flex .left_text{
    position: relative;
    left: -1.5rem;
  }
  #report-check-staff section.sec01 .section_inner .bg_white{
    padding: 4rem 2.9rem 4rem 13.7rem;
    top: -46rem;
  }
  #report-check-staff section.sec01 .section_inner .bg_white p.sec01_text{
    text-align: left;
    font-size: 1.4rem;
  }
  #report-check-staff section.sec01 .section_inner .list_img{
    width: 33.6%;
    margin: 0;
  }
  #report-check-staff section.sec01 .section_inner .list_img img{
    position: relative;
      top: 0;
      z-index: 1;
  }
  #report-check-staff section.sec01 .section_inner h2, #report-check-staff section.sec02 .section_inner h2{
    font-size: 2.4rem;
	  margin-bottom: 2.2rem;
  }
  #report-check-staff section.sec02 .section_inner h2{
    margin-top: -32rem;
  }
  #report-check-staff section.sec02 .section_inner ul.sec02_list{
    max-width: 100%;
  }
  #report-check-staff section.sec03 .section_inner{
    padding: 3.2rem 2.4rem;
  }
  #report-check-staff section.sec03 .section_inner h3, #report-check-staff section.sec05 .section_inner h3{
    font-size: 1.8rem;
    padding-left: 2.8rem;
    margin-bottom: 2.4rem;
  }
  #report-check-staff section.sec03 .section_inner h3::before, #report-check-staff section.sec05 .section_inner h3::before{
    width: 1.1rem;
    height: 1.1rem;
    top: 1rem;
  }
  .slick-prev::after,.slick-next::after{
    width: 4rem;
    height: 4rem;
    top: -0.5rem;
  }
  .slick-prev::before,.slick-next::before{
    width: 5px;
    height: 5px;
  }
  .slick-prev::before{
    left: 1.7rem;
    top: 1.1rem;
  }
  .slick-next::before{
    right: 1.7rem;
    top: 1.1rem;
  }
  .arrow_wrap{
    top: 0.8%;
    right: 13%;
  }
  #report-check-staff section.sec03 .section_inner .flex .left_img p.voice_name{
    font-size: 1.1rem;
    top: -5.36rem;
    border-radius: 0 2.5rem 0 1.5rem;
    padding: 0.95rem 1.8rem;
  }
  #report-check-staff section.sec03 .section_inner .flex{
    gap: 2.4rem;
  }
  #report-check-staff section.sec03 .section_inner .flex .text_right .voice_title{
    font-size: 1.8rem;
    margin-bottom: 1rem;
    padding-left: 0;
  }
  #report-check-staff section.sec03 .section_inner .flex .text_right h4{
    font-size: 1.8rem;
    padding-left: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 1.8rem;
  }
  #report-check-staff section.sec03 .section_inner .flex .left_img{
    width: 95%;
    margin: 0 auto -2.4rem;
  }
  #report-check-staff section.sec03 .section_inner .flex .text_right p.voice_text{
    font-size: 1.4rem;
    padding-left: 1rem;
    line-height: 26px;
  }
  .day_image .w-640none{
    display: none!important;
  }
  .day_image .w-640{
    display: block!important;
  }
  #report-check-staff section.sec03 .section_inner h3.en_title span{
    font-size: 1.8rem;
    margin-right: 0.9rem;
  }
  #report-check-staff section.sec03 .section_inner h3.en_title{
    font-size: 1.1rem;
  }
  #report-check-staff .sec04 p.ateention_text{
    text-align: left;
    padding: 1.8rem 3.2rem;
  }
  #report-check-staff .sec04 table tr th{
    width: 8rem;
    font-size: 1.2rem;
    padding: 2.4rem 0;
  }
  #report-check-staff .sec04 table tr td{
    width: calc(100% - 8rem);
    padding: 2.4rem 0 2.4rem 1.5rem;
    font-size: 1.2rem;
  }
  .accordion-title{
    font-size: 1.6rem;
    padding: 2.4rem 4.9rem 2.4rem 2.4rem;
  }
 .accordion-content{
    font-size: 1.6rem;
    padding: 2.4rem;
  }
  .accordion-item{
    margin-bottom: 3rem;
  }
  .cta p{
    font-size: 1.8rem;
  }
  header .topheader {
    max-width: 100% !important;
    padding: 1rem 0 0 !important;
    justify-content: space-between !important;
}
.fix.contact_btn{
  position: fixed;
  bottom: 3.2rem;
  left: 0;
	right: 0;
  z-index: 1;
  display: none; /* 最初は非表示 */
  transition: opacity 0.3s ease-in-out;
}
.fix.contact_btn.show {
  display: block;
  opacity: 1;
}

	#report-check-staff section.mainimg .mainimg_bg img{
    width: 100%;
  }
  #report-check-staff section.mainimg .inner_flex{
    width: 90%;
    left: 6.4%;
  }
  #report-check-staff section.sec03 .section_inner .flex{
    flex-wrap: wrap;
    gap: 0;
    margin-bottom: 2.5rem;
  }
  .arrow_wrap{
    top: 1%;
    max-width:24%;
  }
  #report-check-staff section.sec03 .section_inner .flex .text_right p.voice_text{
    width: 100%;
  }
  .cta{
		margin-bottom: 7.8rem;
  }
  .cta .btn a{
		text-align: center;
		padding-left: 0;
	}
	#report-check-staff section.sec03{
		padding-bottom: 15rem;
	}
  #report-check-staff section.mainimg .inner_flex .left_text ul.mainimg_list li::before{
		left: 3px;
	}
	.sec02.anchor{
	display: inline-block;
	margin-top: -35rem;
	padding-top: 35rem!important;
}
}
  
