body{
  width: 100%;
  margin: 0 auto;
/*  overflow-x: hidden;*/
  position: relative;
}
.trans{
  animation-name: fadein;
  animation-duration: 1s; 
  animation-delay: .5s;
  animation-fill-mode: forwards;
  position: relative;
  opacity: 0; 
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*common*/
#main_contents{
  position: relative;
/*  margin: 85px auto 0;*/
}
.inner{
  width: calc(100% - 100px);
  max-width: 1335px;
  margin: 0 auto;
  position: relative;
}
.inner02{
  width: calc(100% - 100px);
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}
.flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
img{
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.img{
  position: relative;
}
/*component*/
.w_box{
  background-color: #fff;
  border-radius: 20px;
}
.ttl01{
  font-size: 25px;
  margin-bottom: 0;
  line-height: 2;
}
.ttl02{
  font-size: 26px;
}
.ttl03{
  font-size: 40px;
}
.ttl04{
  margin-top: 50px;
  font-size: 22px;
  margin-bottom: 15px;
}
.txt01{
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: justify;
}
.txt02{
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.05em;
/*  text-align: justify;*/
}
.head03{
  font-size: 60px;
  color: var(--color-primary);
  letter-spacing: 0.05em;
}
.head04{
  font-size: 36px;
  padding-left: 30px;
  position: relative;
  margin-bottom: 30px;
}
.head04::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 14px;
  height: 100%;
  background-color: var(--color-primary);
}
.head04 span{
  font-size: 0.7em;
  margin-left: 20px;
}
.head04 span::before{
  content: '[';
}
.head04 span::after{
  content: ']';
}
.btn01 a{
  width: 450px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 40px;
  border: 1px solid #000;
  font-size: 30px;
  box-shadow: 0px 10px 0px 0px rgba(0, 0, 0, 1);
  transition: all .3s;
  position: relative;
}
.btn01 a:hover{
  background-color: var(--color-primary);
  color: #fff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 1);
  border-color: var(--color-primary);
}
.btn01 a span{
  position: absolute;
  right: 45px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 17px;
  height: 32px;
  margin-left: 20px;
  transition: all .3s;
}
.btn01 a:hover span{
  right: 40px;
}
.btn01 a span::before,
.btn01 a span::after {
  content: "";
  position: absolute;
  top: calc(50% - 1.5px);
  right: 0;
  width: 23.2px;
  height: 3px;
  border-radius: 9999px;
  background-color: #000000;
  transform-origin: calc(100% - 1.5px) 50%;
  transition: all .3s;
}

.btn01 a span::before {
  transform: rotate(45deg);
}

.btn01 a span::after {
  transform: rotate(-45deg);
}
.btn01 a:hover span::before,
.btn01 a:hover span::after{
  background-color: #fff;
}
.section_other{
  padding-top: 260px;
}
.head01{
  text-align: center;
  color: #fff;
  font-size: 26px;
  letter-spacing: 0.05em;
  margin-bottom: 130px;
}
.head01 span{
  letter-spacing: 0.05em;
  font-size: 100px;
  color: #fff;
  display: block;
}
.head02{
  color: #fff;
  font-size: 85px;
  text-align: center;
  letter-spacing: 0.05em;
}
.txt_red{
  color: var(--color-primary);
}
.pc_none{
  display: none;
}
.sp_none{
  display: block;
}
/*top*/
#mv{
  padding-top: 100px;
  padding-bottom: 150px;
}
#mv .inner{
  max-width: 100%;
  width: calc(100% - 240px);
}
.mv_box{
  position: relative;
  margin-bottom: 10px;
}
.copy_box01{
  position: absolute;
  left: -2%;
  top: 10%;
}
.copy_box01 p{
  color: var(--color-primary);
  line-height: 2;
}
.copy_box01 p span{
  padding: 8px 5px 8px 10px;
  color: var(--color-primary);
  background-color: #fff;
  box-decoration-break: clone;  
  -webkit-box-decoration-break: clone;
  display: inline;
  letter-spacing: 0.1em;
}
.copy01{
  font-size: 28px;
}
.copy02{
  font-size: 38px;
}
.copy_box02{
  position: absolute;
  left: -2%;
  top: 45%;
  width: 105%;
/*  max-width: 1000px;*/
}
#top01{
  padding-bottom: 200px;
}
.top_box01{
  border-radius: 0 0 20px 20px;
  padding: 60px 70px 110px;
}
.top_box01 .box_l{
  width: 35%;
}
.top_box01 .box_r{
  width: 65%;
}
.top_ttl01{
  font-size: 40px;
  margin-bottom: 45px;
  line-height: 2;
}

.top_box01 .btn01{
  position: absolute;
  right: 70px;
  bottom: -20px;
}
.top_box02{
  text-align: center;
  border: 3px solid #fff;
  border-radius: 30px;
  padding: 0 65px 0;
  position: relative;
}
.t_head02{
  font-size: 66px;
  margin-top: -33px;
  padding: 0 70px;
  margin-bottom: 30px;
  color: #fff;
  display: inline-block;
  line-height: 1;
  background-color: var(--color-primary);
}
.top_box02 .w_box{
  padding: 55px 0 50px;
  margin-bottom: -50px;
}
.t_head03{
  font-size: 54px;
  letter-spacing: 0.05em;
  line-height: 1;
  padding-bottom: 20px;
  margin-bottom: 100px;
  border-bottom: 2px solid var(--color-primary);
}
.job_list01{
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  justify-content: center;
}
.job_list01 li{
  width: calc((100% - 100px) / 3);
  margin-right: 50px;
  margin-bottom: 55px;
}
.job_list01 li:nth-child(3n),
.job_list01 li:last-child{
  margin-right: 0;
}
.job_list01 li .icon{
  width: 100%;
  max-width: 200px;
  margin: 0 auto 50px;
}
.job_txt01{
  text-align: center;
}
.job_txt01::before{
  content: '[';
    margin-right: 10px;
}
.job_txt01::after{
  content: ']';
  margin-left: 10px;
}
#top02{
  padding-bottom: 220px;
}
.top_box02 .btn01{
  position: absolute;
  bottom: -90px;
  left: 50%;
  transform: translateX(-50%);
}
.comment_list01{
  width: 100%;
  margin-bottom: -60px;
}
.comment_list01 li{
  width: calc((100% - 75px) / 2);
  position: relative;
}
.comment_list01 li .w_box{
  background-size: 70%;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 55px 30px 50px;
}
.comment_list01 li:first-child .w_box{
  background-image: url(/recruit/challenged/asset/img/top/top_icon06.png);
}
.comment_list01 li:last-child .w_box{
  background-image: url(/recruit/challenged/asset/img/top/top_icon07.png);
}
.comment_box01{
  margin-bottom: 125px;
}
.comment_box01 dt{
  color: var(--color-primary);
  margin-bottom: 20px;
  line-height: 1;
  text-align: center;
}
.comment_box01 dd{
  line-height: 1.8;
  margin-bottom: 0;
}
.comment_box01 dd:first-of-type{
  margin-bottom: 35px;
}
/*message*/
#message01{
  padding-bottom: 95px;
}
.message_box .w_box{
  border-radius: 30px 30px 0 0;
  padding: 135px 50px 120px;
  text-align: center;
}
.message_box{
  position: relative;
}
.message_line{
  position: absolute;
  width: 2px;
  height: 200px;
  background-color: #fff;
  left: 50%;
  top: -100px;
  transform: translateX(-50%);
}
.message_line::after,
.message_line::before{
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  left: -10px;
}
.message_line::after{
  bottom: 0;
  background-color: var(--color-primary);
}
.message_line::before{
  top: 0;
  background-color: #fff;
}
.message_line span{
  position: absolute;
  display: inline-block;
  width: 2px;
  height: 100px;
  background-color: var(--color-primary);
  left: 0;
  bottom: 0;
}
.message_ttl01{
  font-size: 35px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-bottom: 85px;
}
.message_box .txt01{
  line-height: 3;
  margin-bottom: 50px;
  letter-spacing: 0.1em;
  text-align: center;
}
.message_box .txt01:last-of-type{
  margin-bottom: 0;
}
.bg_box{
  border-radius: 0 0 30px 30px;
  background-image: url(/recruit/challenged/asset/img/message/message_bg.jpg);
  padding: 175px 0 125px;
  background-size: cover;
  background-position: center center;
  text-align: center;
}
.message_txt01{
  width: 75%;
  margin: 0 auto 70px;
}
.bg_box .btn01 a{
  margin: 0 auto;
}
.intro_txt01{
  text-align: center;
  margin-bottom: 110px;
  color: #fff;
  letter-spacing: 0.02em;
}
.intro_txt01 a{
  color: #fff;
  border-bottom: 1px solid #fff;
  transition: all .3s;
}
.intro_txt01 a:hover{
  opacity: 0.8;
}
.job_list02 li{
  width: calc((100% - 65px) / 2);
  position: relative;
  min-height: 540px;
  margin-bottom: 115px;
}
.job_list02 li .icon{
  width: 100px;
  position: absolute;
  left: 0;
  top: -50px;
  z-index: 1;
}
.job_list02 li .img{
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.job_list02 li .txt_box{
  padding: 40px 30px;
  position: relative;
}
.company_ttl01{
  background-color: var(--color-primary);
  color: #fff;
  text-align: center;
  border-radius: 20px;
  position: absolute;
  left: 50%;
  top: -20px;
  transform: translateX(-50%);
  width: calc(100% - 60px);
}
/*interview*/
#interview01{
  padding: 210px 0 0;
}
#interview01 .inner02{
  position: relative;
  background-color: var(--color-primary);
  padding-bottom: 300px;
}
#interview01 .inner02::after{
  content: '';
  background-image: url(/recruit/challenged/asset/img/interview/interview_img01.png);
  background-size: contain;
  width: 335px;
  height: 335px;
  right: 0;
  top: 45px;
  position: absolute;
  background-position: right center;
  background-repeat: no-repeat;
  mix-blend-mode: color-burn;
}
.staff01 #interview01 .inner02::after{
  background-image: url(/recruit/challenged/asset/img/interview/interview_img03.png);
}
.interview_copy01{
  color: #fff;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 45px;
}
.interview_copy01.ttl03{
  font-size: 50px;
}
.staff_info{
  color: #fff;
  margin-bottom: 60px;
}
.staff_info>span{
  font-size: 36px;
  margin-left: 30px;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px 15px;
}
.staff_info span span{
  font-size: 0.7em;
}
.interview_subttl{
  color: #9c2d2f;
  mix-blend-mode: color-burn;
  font-size: 30px;
  letter-spacing: 0.05em;

}
.scroll01{
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 53%;
  bottom: 0;
  transform: translateX(-50%);
}
.scroll_txt01{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #fff;
  letter-spacing: 0.05em;
  display: flex;
  margin-left: 10px;
  font-size: 18px;
  animation: blinking 1s ease-in-out infinite alternate;
}
.scroll_line01{
  width: 2px;
  height: 220px;
  background-color: #fff;
  display: inline-block;
  position: relative;
}
.scroll_line01::after{
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  top: 0;
  left: -9px;
}
@keyframes blinking {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#interview02{
  padding-bottom: 240px;
}
.interview_box01{
  padding: 30px 50px;
  margin-bottom: 40px;
}
.interview_box01:last-of-type{
  margin-bottom: 0;
}
.staff_ttl01{
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 25px;
}
.staff_ttl01::after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% + 50px);
  height: 1px;
  background-color: var(--color-primary);
}
#interview03{
  padding-bottom: 120px;
}
.schedule_list01{
  background-color: #a63439;
  border-radius: 30px;
  padding: 110px 90px 75px;
  max-width: 800px;
  margin: 0 auto;
}
.schedule_list01 dt,
.schedule_list01 dd,
.schedule_list01 dd p{
  color: #fff;
}
.schedule_list01 dt,
.schedule_list01 dd{
  padding-bottom: 45px;
}
.schedule_list01 dt{
  width: 200px;
  text-align: right;
  border-right: 2px solid #fff;
  padding-right: 50px;
  position: relative;
}
.schedule_list01 dt:last-of-type{
  border-right: none;
}
.schedule_list01 dt,
.schedule_list01 .ttl{
  font-size: 28px;
  line-height: 1.4;
}
.schedule_list01 .ttl{
  margin-bottom: 20px;
}
.schedule_list01 dt::after{
  content: '';
  width: 70px;
  height: 15px;
  background-color: #fff;
  position: absolute;
  right: -35px;
  top: 11px;
  border-radius: 5px;
}
.schedule_list01 dt:first-of-type::before{
  content: '';
  position: absolute;
  right: -2px;
  top: -45px;
  width: 2px;
  height: 45px;
  background-color: #fff;
}
.schedule_list01 dd{
  width: calc(100% - 200px);
  padding-left: 50px;
}
.schedule_list01 dd:last-of-type{
  padding-bottom: 0;
}
.schedule_list01 dd .txt01{
  margin-top: -5px;
}
#interview03 .head02{
  margin-bottom: -40px;
}
#interview04{
  padding-bottom: 90px;
}
#interview04 .head02{
  margin-bottom: 30px;
  white-space: nowrap;
}
.interview_box02{
  max-width: 800px;
  margin: 0 auto;
  border: 2px solid #fff;
  border-radius: 20px;
  padding: 40px 60px 65px;
}
.interview_box02{
  align-items: center;
}
.interview_box02 .box_l{
  width: 40%;
  padding-right: 75px;
}
.interview_box02 .box_r{
  width: 60%;
}
.interview_box02 .ttl01{
  margin-bottom: 0;
}
.comment_box01.box02{
  margin-bottom: 0;
}
.comment_box01.box02 dt{
  width: 180px;
  height: 27px;
  background-color: #fff;
  border-radius: 14px;
  display: flex;
  align-items: center;
  padding-left: 10px;
  margin-bottom: 15px;
  justify-content: center;
}
.comment_box01.box02 dd{
  color: #fff;
}
.interview_box02 .btn01{
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}
/*requirement*/
#requirement{
  background-color: #fff;
}
#require_mv{
  padding: 170px 0 60px;
  border-radius: 0 0 80px 80px;
  background-color: var(--color-primary);
}
#require_mv .ttl03{
  color: #fff;
  margin-bottom: 55px;
}
#require_mv .intro_txt01{
  text-align: justify;
  margin-bottom: 0;
}
#requirement01{
  padding: 70px 0 90px;
}
.txt02.bold{
  margin-top: 45px;
  font-feature-settings: "palt";
}
#requirement01 .require_list01{
  margin-bottom: 45px;
}
.require_list01 li{
  position: relative;
  padding-left: 25px;
  line-height: 2;
}
.require_list01 li::before{
  position: absolute;
  left: 0;
  top: 16px;
  content: '';
  width: 14px;
  height: 3px;
  background-color: var(--color-primary);
}
.caution{
/*  color: #ff0000;*/
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 35px;
}
.caution a{
  color: #003cff;
  border-bottom: 1px solid #003cff;
}
#requirement02{
  padding-bottom: 65px;
}
.tbl01 dt,
.tbl01 dd{
  margin-bottom: 15px;
  line-height: 1.5;
}
.tbl01 dt:last-of-type,
.tbl01 dd:last-of-type{
  margin-bottom: 0;
}
.tbl01 dt{
  width: 300px;
  padding: 15px;
  background-color: rgba(194, 51, 67, .2);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.tbl01 dd{
  width: calc(100% - 300px);
  padding: 15px 0 15px 20px;
}
#requirement04{
  padding: 65px 0;
}
#requirement .footer{
  background-color: var(--color-primary);
  padding-top: 65px;
  border-radius: 80px 80px 0 0;
}

@media screen and (max-width: 1600px) {
.top_ttl01{
  font-size: 30px;
}
.head03{
  font-size: 55px;
}
}
@media screen and (max-width: 1200px) {
#mv .inner{
  width: calc(100% - 150px);
}
.top_box01 .box_l,
.top_box01 .box_r{
  width: 100%;
}
.top_box01 .box_l{
  margin-bottom: 30px;
}
.t_head02{
  font-size: 60px;
}
.t_head03{
  font-size: 50px;
}
.txt01{
  font-size: 17px;
}
.job_list01 li{
  width: calc((100% - 50px) / 3);
  margin-right: 25px;
  margin-bottom: 25px;
}
.ttl01{
  font-size: 25px;
}
.btn01 a{
  width: 400px;
}
.comment_box01{
  margin-bottom: 50px;
}
.top_ttl01{
  font-size: 25px;
}

}
@media screen and (max-width: 1024px) {
.t_head02{
  font-size: 50px;
}
.t_head03{
  font-size: 45px;
}
.interview_copy01.ttl03{
  font-size: 40px;
}
}
@media screen and (max-width: 899px) {
.comment_list01 li{
  width: 100%;
}
.comment_list01 li:first-child{
  margin-bottom: 150px;
}
}
@media screen and (max-width: 768px) {
.pc_none{
  display: block;
}
.sp_none{
  display: none;
}
/*top*/
#mv{
  padding-top: 60px;
  padding-bottom: 120px;
}
#mv .inner{
  width: 90%;
}
.copy_box01{
  top: 20%;
}
.copy01{
  font-size: 16px;
}
.copy_box01 p span{
  padding: 5px 3px 5px 5px;
}
.copy02{
  font-size: 20px;
}
.copy_box02{
  top: 64%;
}
.top_box01{
  padding: 40px 30px 80px;
}
.head03{
  font-size: 40px;
}
.ttl01,
.top_ttl01{
  font-size: 20px;
  margin-bottom: 20px;
}
.txt01{
  font-size: 16px;
}
.top_box01 .btn01{
  right: auto;
  left: 50%;
  transform: translateX(-50%);
}
.btn01 a{
  width: 300px;
  font-size: 20px;
  height: 60px;
}
.btn01 a span{
  width: 8px;
  height: 15px;
  right: 30px;
}
.btn01 a span::before,
.btn01 a span::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 10.8px;
  height: 2px;
  border-radius: 9999px;
  background-color: #000000;
  transform-origin: calc(100% - 1px) 50%;
}
.btn01 a:hover span{
  right: 25px;
}
.t_head02{
  font-size: 25px;
  padding: 0 15px;
}
.inner{
  width: 90%;
}
.inner02{
  width: 90%;
}
.top_box02{
  padding: 0 20px;
  border-radius: 20px;
  border-width: 2px;
}
.top_box02 .w_box{
  padding: 30px 0;
}
.t_head03{
  font-size: 20px;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.job_list01 li,
.job_list01 li:nth-child(3n){
  width: calc(95% / 2);
  margin-right: 5%;
}
.job_list01 li:nth-child(2n){
  margin-right: 0;
}
.job_list01 li .icon{
  margin-bottom: 10px;
  width: 80%;
}
.job_txt01.txt01{
  font-size: 14px;
}
.job_txt01::before{
  margin-right: 0px;
}
.job_txt01::after{
  margin-left: 0px;
}
.comment_list01 li .w_box{
  padding: 30px 20px;
}
.comment_box01 dt{
  margin-bottom: 15px;
}
.ttl01{
  font-size: ;
}
.ttl02{
  font-size: 18px;
}
/*company*/
.section_other{
  padding-top: 100px;
}
.head01{
    font-size: 20px;
    margin-bottom: 60px;
}
.head01 span{
    font-size: 60px;
}
.job_list02 li{
  width: 100%;
  margin-bottom: 80px;
  min-height: auto;
}
.job_list02 li .icon{
  width: 60px;
  top: -30px;
}
.company_ttl01{
  padding: 5px;
}
.job_list02 li .txt_box{
  padding: 30px 25px;
}
.txt02{
  font-size: 16px;
}
.w_box{
  border-radius: 15px;
}
.job_list02 li .img{
  border-radius: 15px 15px 0 0;
}
.intro_txt01{
  text-align: justify;
}
.message_box .w_box{
  border-radius: 20px 20px 0 0;
  padding: 60px 25px;
}
.message_ttl01{
  font-size: 22px;
  margin-bottom: 40px;
}
.message_box .txt01{
  line-height: 2;
  margin-bottom: 30px;
  text-align: justify;
}
.bg_box{
  padding: 80px 0;
  border-radius: 0 0 20px 20px;
}
.message_txt01{
  margin-bottom: 40px;
}
.message_line{
  height: 100px;
  top: -50px;
}
.message_line span{
  height: 50px;
}
.message_line::after, .message_line::before{
  width: 10px;
  height: 10px;
  left: -4px;
}
/*requirement*/
#require_mv{
  padding: 100px 0 40px;
  border-radius: 0 0 40px 40px;
}
.ttl03,
.interview_copy01.ttl03{
  font-size: 28px;
}
#require_mv .ttl03{
  margin-bottom: 30px;
}
.head02{
  font-size: 50px;
}
.head04{
  font-size: 28px;
  padding-left: 20px;
  margin-bottom: 20px;
}
.head04::before{
  width: 8px;
}
.txt02.bold{
  margin-top: 30px;
}
#requirement01 .require_list01{
  margin-bottom: 30px;
}
.tbl01 dt,
.tbl01 dd{
  width: 100%;
}
.tbl01 dt{
  border-radius: 5px;
  margin-bottom: 0;
}
.tbl01 dd{
  padding-left: 0;
}
#requirement .footer{
  border-radius: 50px 50px 0 0;
}
/*interview*/
#interview01{
  padding-top: 100px;
}
.staff_info>span{
  font-size: 30px;
  padding: 5px 10px;
}
.interview_subttl{
  font-size: 20px;
}
#interview01 .inner02{
  padding-bottom: 200px;
}
.scroll_line01{
  height: 150px;
}
.scroll_line01::after{
  width: 15px;
  height: 15px;
  left: -7px;
}
.scroll_txt01{
  font-size: 16px;
}
.interview_box01{
  padding: 30px 25px;
}
#interview02,
#interview03{
  padding-bottom: 80px;
}
#interview03 .head02{
  margin-bottom: -27px;
}
.schedule_list01{
  border-radius: 20px;
  padding: 80px 5% 30px;
}
.schedule_list01 dt,
.schedule_list01 dd{
  width: 100%;
  border-left: 2px solid #fff;
  margin-left: 5px;
}
.schedule_list01 dt{
  border-right: none;
  text-align: left;
  padding-left: 25px;
  padding-bottom: 20px;
}
.schedule_list01 dt:first-of-type::before{
  right: auto;
  left: -2px;
  height: 20px;
  top: -20px;
}
.schedule_list01 dt::after{
  right: auto;
  left: -11px;
  width: 20px;
  height: 5px;
  top: 15px;
  border-radius: 3px;

}
.schedule_list01 dd{
  padding-left: 25px;
}
.interview_box02{
  padding: 30px 5% 50px;
}
.interview_box02 .box_l,
.interview_box02 .box_r{
  width: 100%;
}
.interview_box02 .box_l{
  padding-right: 0;
  order: 2;
}
.interview_box02 .img{
  max-width: 200px;
  width: 90%;
  margin: 0 auto;
}
.interview_box02 .box_r{
  order: 1;
  margin-bottom: 30px;
}
#interview01 .inner02::after{
  opacity: 0.7;
  right: auto;
  left: 50%;
  width: 300px;
  height: 300px;
  transform: translateX(-50%);
}
}
@media screen and (max-width: 599px) {

}