@charset "UTF-8";
/* 2022211 chief_flow */
.chief_flowWrap {
  width: 962px;
  margin: 120px auto 80px;
}
@media screen and (max-width: 1120px) {
  .chief_flowWrap {
    margin-left: 6em;
  }
}
.chief_flowWrap .list {
  border-radius: 10px;
  position: relative;
}
.chief_flowWrap .list_flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.chief_flowWrap .list_flex.list0405 {
  justify-content: space-between;
}
.chief_flowWrap .list:last-child {
  margin-bottom: 0;
}
.chief_flowWrap .list01,
.chief_flowWrap .list02 {
  width: 44.9064%;
  margin: 0 auto;
  background: #e6e6e7;
}
.chief_flowWrap .list03 {
  background: #fdd000;
}
.chief_flowWrap .list01,
.chief_flowWrap .list02,
.chief_flowWrap .list03 {
  height: 70px;
  margin-bottom: 65px;
}
.chief_flowWrap .list01::after,
.chief_flowWrap .list02::after {
  display: block;
  content: "";
  width: 35px;
  height: 26px;
  background-image: url('../images/chief/flow_arrow01.png');
  background-size: auto 100%;
  position: absolute;
  bottom: -46px;
  left: 50%;
  transform: translateX(-50%);
}
.chief_flowWrap .list01 .flag {
  position: absolute;
  top: -63px;
  right: -66px;
  background-image: url('../images/chief/flow_flag.png');
  background-repeat: no-repeat;
	background-size: auto 100%;
	width: 119px;
  height: 77px;
}
.chief_flowWrap .list01.on .flag {
  will-change: background-position;
	animation-name: flag;
	animation-duration: 1s;
	animation-delay: -0.5s;
	animation-timing-function: steps(2);
  animation-iteration-count: infinite;
}
@keyframes flag {
	100% {
		background-position: -338px 0;
	}
}
.chief_flowWrap .list03::before,
.chief_flowWrap .list03::after {
  display: block;
  content: "";
  width: 50px;
  height: 33px;
  background-image: url('../images/chief/flow_arrow02.png');
  background-repeat: no-repeat;
  background-size: auto 100%;
  position: absolute;
}
.chief_flowWrap .list03::before {
  bottom: -50px;
  left: 145px;
}
.chief_flowWrap .list03::after {
  bottom: -50px;
  left: 663px;
}
.chief_flowWrap .list03 .this_img {
  position: absolute;
  top: -46px;
  left: 115px;
}
.chief_flowWrap .list03 .this_img::before {
  display: block;
  content: "";
  width: 36px;
  height: 36px;
  background-image: url('../images/chief/flow_kirakira01.png');
  background-repeat: no-repeat;
  background-size: auto 100%;
  position: absolute;
  top: -23px;
  left: -23px;
}
.chief_flowWrap .list03.on .this_img::before {
  animation: flash 0.8s linear 3;
  animation-delay: 0.5s;
}
@keyframes flash {
  from,
  49.9% {
    opacity: 0;
  }
  50%,
  to {
    opacity: 1;
  }
}
.chief_flowWrap .list03 .kirakira02 {
  position: absolute;
  top: -15px;
  right: 353px;
	width: 52px;
  height: 52px;
  background-image: url('../images/chief/flow_kirakira02.png');
	background-size: auto 100%;
}
.chief_flowWrap .list03.on .kirakira02 {
  will-change: background-position;
	animation-name: kirakira;
	animation-duration: 1s;
	animation-delay: -0.5s;
	animation-timing-function: steps(2);
	animation-iteration-count: infinite;
}
@keyframes kirakira {
	100% {
		background-position: -105px 0;
	}
}

.chief_flowWrap .list_flex .list04 {
  width: 344px;
  height: 232px;
  background: #fdd000;
}
.chief_flowWrap .list_flex .list04::after {
  display: block;
  content: "";
  width: 43px;
  height: 31px;
  background-image: url('../images/chief/flow_arrow03.png');
  background-repeat: no-repeat;
  background-size: auto 100%;
  position: absolute;
  top: 50%;
  right: -57px;
  transform: translateY(-50%);
}
.chief_flowWrap .list_flex .list05 {
  width: 547px;
  height: 232px;
  background: #fdd000;
  padding: 35px 25px 20px;
}
.chief_flowWrap .list05_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.chief_flowWrap .list05_box .list {
  width: 116px;
  height: 112px;
  background: #fff;
}
.chief_flowWrap .list01>img,
.chief_flowWrap .list02>img {
  width: 65px;
}
.chief_flowWrap .list03>img {
  width: 105px;
}
.chief_flowWrap .list03 .this_img img {
  width: 175px;
}
.chief_flowWrap .list04>img,
.chief_flowWrap .list05>img {
  width: 75px;
}
.chief_flowWrap .list05>img {
  display: block;
  margin: 0 auto 30px;
}
.chief_flowWrap .list05_box .list>img {
  width: 86px;
}
@media screen and (max-width: 667px) {
  .chief_flowWrap {
    width: 93.3333vw;
    margin: 0 auto;
  }
  .chief_flowWrap .list01,
  .chief_flowWrap .list02 {
    width: 57.6vw;
  }
  .chief_flowWrap .list01,
  .chief_flowWrap .list02,
  .chief_flowWrap .list03 {
    height: 9.3333vw;
    margin-bottom: 8.6667vw;
  }
  .chief_flowWrap .list02 {
    margin-bottom: 9.3333vw;
  }
  .chief_flowWrap .list01::after,
  .chief_flowWrap .list02::after {
    width: 4.6667vw;
    height: 3.4667vw;
    bottom: -6.1333vw;
  }
  .chief_flowWrap .list01 .flag {
    top: -8.4vw;
    right: -8.6667vw;
    width: 15.8667vw;
    height: 10.2667vw;
  }
  .chief_flowWrap .list01.on .flag {
    will-change: background-position;
    animation-name: flag;
    animation-duration: 1s;
    animation-delay: -0.5s;
    animation-timing-function: steps(2);
    animation-iteration-count: infinite;
  }
  @keyframes flag {
    100% {
      background-position: -45.0667vw 0;
    }
  }
  .chief_flowWrap .list03::before,
  .chief_flowWrap .list03::after {
    width: 6.6667vw;
    height: 4.6667vw;
  }
  .chief_flowWrap .list03::before {
    bottom: -6.6667vw;
    left: 14.2667vw;
  }
  .chief_flowWrap .list03::after {
    bottom: -6.6667vw;
    left: 65.2vw;
  }
  .chief_flowWrap .list03 .this_img {
    top: -6.2667vw;
    left: 3.3333vw;
  }
  .chief_flowWrap .list03 .this_img::before {
    width: 5.3333vw;
    height: 5.3333vw;
    top: -3.0667vw;
    left: -3.0667vw;
  }
  .chief_flowWrap .list03 .kirakira02 {
    top: -2vw;
    right: 30.6667vw;
    width: 6.9333vw;
    height: 6.9333vw;
  }
  .chief_flowWrap .list03.on .kirakira02 {
    will-change: background-position;
    animation-name: kirakira;
    animation-duration: 1s;
    animation-delay: -0.5s;
    animation-timing-function: steps(2);
    animation-iteration-count: infinite;
  }
  @keyframes kirakira {
    100% {
      background-position: -14vw 0;
    }
  }
  .chief_flowWrap .list_flex .list04 {
    width: 35.3333vw;
    height: 47.8667vw;
  }
  .chief_flowWrap .list_flex .list04::after {
    width: 5.0667vw;
    height: 3.4667vw;
    right: -5.6vw;
  }
  .chief_flowWrap .list_flex .list05 {
    width: 52.5333vw;
    height: 47.8667vw;
    padding: 4.6667vw 3.3333vw 3.3333vw;
  }
  .chief_flowWrap .list05_box {
    flex-wrap: wrap;
  }
  .chief_flowWrap .list05_box .list {
    width: 22.1333vw;
    height: 14.9333vw;
  }
  .chief_flowWrap .list05_box .list:nth-child(n + 3) {
    margin-top: 1.3333vw;
  }
  .chief_flowWrap .list01>img,
  .chief_flowWrap .list02>img {
    width: 8.6667vw;
  }
  .chief_flowWrap .list03>img {
    width: 14vw;
  }
  .chief_flowWrap .list03 .this_img img {
    width: 23.3333vw;
  }
  .chief_flowWrap .list04>img,
  .chief_flowWrap .list05>img {
    width: 10vw;
  }
  .chief_flowWrap .list05>img {
    margin: 0 auto 4vw;
  }
  .chief_flowWrap .list05_box .list>img {
    width: 12.9333vw;
  }
}


/* 2022211 chief_work */
.chief_workWrap.chief_workWrap_pc {
  width: 100%;
  width: 1056px;
  position: relative;
  margin: 100px auto 180px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.chief_workWrap.chief_workWrap_sp {
  display: none;
}
.chief_workWrap .img_box {
  /* width: 21.3068%; */
  width: 21.0227%;
}
.chief_workWrap .work_box {
  width: 71.0227%;
  margin-right: 4.5455%;
}
.chief_workWrap .work_box .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.chief_workWrap .work_box .inner_l,
.chief_workWrap .work_box .inner_r {
  width: 48%;
}
.chief_workWrap .work_box .chief_point {
  width: 100%;
  background: #fdd000;
  border-radius: 10px;
  display: block;
  transition: all 0.7s ease;
  cursor: pointer;
}
.chief_workWrap .work_box .chief_point:not(:first-child) {
  margin-top: 30px;
}
.chief_workWrap .work_box .chief_point a {
  display: block;
  width: 100%;
  min-height: 160px;
  position: relative;
}
.chief_workWrap .work_box .chief_point a::after {
  position: absolute;
  content: "";
  background: url('../images/chief/work_moreBtn.png') no-repeat;
  background-size: cover;
  width: 43px;
  height: 43px;
  top: 50%;
  right: -18px;
  transform: translateY(-50%);
}
.chief_workWrap .work_box .chief_point:hover {
  background: #e6e6e7;
}
.chief_workWrap .front {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50%,-50%,0);
  transform: translate3d(-50%,-50%,0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  margin: 0 !important;
  line-height: 1 !important;
}
.chief_workWrap .chief_point:hover .front {
  opacity: 0;
  transform: translate3d(-50%,-50%,0) scale3d(1,1,1);
}
.chief_workWrap .back {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(-50%,-50%,0) scale3d(0,0,1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  margin: 0 !important;
  line-height: 1 !important;
}
.chief_workWrap .chief_point:hover .back {
opacity: 1;
transform: translate3d(-50%,-50%,0) scale3d(1,1,1);
}
.chief_workWrap .work_box .inner_l .chief_point:nth-child(1) .front img {
  width: 240px;
}
.chief_workWrap .work_box .inner_l .chief_point:nth-child(1) .back img {
  width: 200px;
}
.chief_workWrap .work_box .inner_l .chief_point:nth-child(2) .front img {
  width: 198px;
}
.chief_workWrap .work_box .inner_l .chief_point:nth-child(2) .back img {
  width: 210px;
}
.chief_workWrap .work_box .inner_l .chief_point:nth-child(3) .front img {
  width: 109px;
}
.chief_workWrap .work_box .inner_l .chief_point:nth-child(3) .back img {
  width: 284px;
}
.chief_workWrap .work_box .inner_r .chief_point:nth-child(1) .front img {
  width: 261px;
}
.chief_workWrap .work_box .inner_r .chief_point:nth-child(1) .back img {
  width: 212px;
}
.chief_workWrap .work_box .inner_r .chief_point:nth-child(2) .front img {
  width: 285px;
}
.chief_workWrap .work_box .inner_r .chief_point:nth-child(2) .back img {
  width: 192px;
}
.chief_workWrap .work_box .inner_r .chief_point:nth-child(3) .front img {
  width: 83px;
}
.chief_workWrap .work_box .inner_r .chief_point:nth-child(3) .back img {
  width: 278px;
}
@media screen and (max-width: 667px) {
  .chief_workWrap.chief_workWrap_sp {
    display: block;
    width: 93.3333vw;
    margin: 0 auto;
    margin: 8vw auto 12vw;
    flex-direction: column;
  }
  .chief_workWrap.chief_workWrap_pc {
    display: none;
  }
  .chief_workWrap .img_box {
    /* width: 90.2667vw; */
    width: 74.4828vw;
    margin: 0 auto 3.4483vw;
  }
  .chief_workWrap .img_box img {
    width: 100%;
  }
  .chief_workWrap .work_box {
    width: 92vw;
    margin-right: 0;
  }
  .chief_workWrap .work_box .inner {
    flex-direction: column;
  }
  .chief_workWrap .work_box .inner_l,
  .chief_workWrap .work_box .inner_r {
    width: 90vw;
  }
  .chief_workWrap .work_box .chief_point:not(:first-child) {
    margin-top: 4vw;
  }
  .chief_workWrap .work_box .inner_r .chief_point:first-child {
    margin-top: 4vw;
  }
  .chief_workWrap .work_box .chief_point a {
    min-height: 21.3333vw;
  }
  .chief_workWrap .work_box .chief_point a::after {
    width: 5.3333vw;
    height: 5.3333vw;
    right: -2vw;
  }
  .chief_workWrap .back {
    display: none;
  }
  .chief_workWrap .work_box .inner_l .chief_point:nth-child(1) .front img {
    width: 46.4vw;
  }
  .chief_workWrap .work_box .inner_l .chief_point:nth-child(1) .back img {
    width: 200px;
  }
  .chief_workWrap .work_box .inner_l .chief_point:nth-child(2) .front img {
    width: 38.1333vw;
  }
  .chief_workWrap .work_box .inner_l .chief_point:nth-child(2) .back img {
    width: 210px;
  }
  .chief_workWrap .work_box .inner_l .chief_point:nth-child(3) .front img {
    width: 21.0667vw;
  }
  .chief_workWrap .work_box .inner_l .chief_point:nth-child(3) .back img {
    width: 284px;
  }
  .chief_workWrap .work_box .inner_r .chief_point:nth-child(1) .front img {
    width: 50.5333vw;
  }
  .chief_workWrap .work_box .inner_r .chief_point:nth-child(1) .back img {
    width: 212px;
  }
  .chief_workWrap .work_box .inner_r .chief_point:nth-child(2) .front img {
    width: 55.2vw;
  }
  .chief_workWrap .work_box .inner_r .chief_point:nth-child(2) .back img {
    width: 192px;
  }
  .chief_workWrap .work_box .inner_r .chief_point:nth-child(3) .front img {
    width: 16vw;
  }
  .chief_workWrap .work_box .inner_r .chief_point:nth-child(3) .back img {
    width: 278px;
  }
}



/* cssアニメーション */
.reveal,
.reveal01 {
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  opacity: 0;
}
.reveal {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
}
.reveal01 {
  animation-duration: .5s;
  animation-delay: 0.3s;
}
.reveal.on,
.reveal01.on {
  -webkit-animation-name: fadeUp;
  animation-name: fadeUp;
}

@-webkit-keyframes fadeUp {
  from {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
    transform: translate(0, 20px);
  }
  to {
    -webkit-transform: translate(0, 0);
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fadeUp {
  from {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
    transform: translate(0, 20px);
  }
  to {
    -webkit-transform: translate(0, 0);
    opacity: 1;
    transform: translate(0, 0);
  }
}


/* modal */
.new_chief .new_remodal {
  max-width: 808px;
  background: #fdd000;
  border-radius: 10px;
  padding: 43px 13px 13px;
}
.new_chief .new_remodal .tit {
  display: block;
  margin: 0 auto 43px;
  line-height: 1;
}
.new_chief .new_remodal01 .tit {
  width: 500px;
}
.new_chief .new_remodal02 .tit {
  width: 447px;
}
.new_chief .new_remodal03 .tit {
  width: 675px;
}
.new_chief .new_remodal04 .tit {
  width: 415px;
}
.new_chief .new_remodal05 .tit {
  width: 459px;
}
.new_chief .new_remodal06 .tit {
  width: 689px;
}
.new_chief .new_remodal .tit img {
  width: 100%;
}
.new_chief .new_remodal .con_box {
  background: #fff;
  border-radius: 10px;
  padding: 30px 43px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.new_chief .new_remodal .con_box .chief_text {
  width: 418px;
  font-size: 21px;
  line-height: 1.6;
  text-align: left;
  letter-spacing: -0.05em;
  text-align: justify !important;
  /* IE対策 */
  text-justify: inter-ideograph !important;
}
.new_chief .new_remodal .con_box .img {
  /* width: 243px; */
  width: 222px;
  text-align: center;
}

.new_chief .new_remodal01 .con_box .img img {
  width: 212px;
}
.new_chief .new_remodal02 .con_box .img img {
  width: 219px;
}
.new_chief .new_remodal03 .con_box .img img {
  width: 190px;
}
.new_chief .new_remodal04 .con_box .img img {
  width: 215px;
}
.new_chief .new_remodal05 .con_box .img img {
  width: 218px;
}
.new_chief .new_remodal06 .con_box .img img {
  width: 216px;
}

.new_chief .new_remodal .remodal-close {
  position: absolute;
  top: 35px;
  right: -17px;
  display: block;
  overflow: visible;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #000;
  border: 0;
  outline: 0;
  background: transparent;
}
.new_chief .new_remodal .remodal-close::before {
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  background: url('../images/chief/modal_close.png') no-repeat;
  background-size: cover;
}
@media screen and (max-width: 667px) {
  .new_chief .new_remodal {
    max-width: 92vw;
    width: 92vw;
    padding: 6vw 2vw 2vw;
  }
  .new_chief .new_remodal .tit {
    margin: 0 auto 4.6667vw;
  }
  .new_chief .new_remodal01 .tit {
    width: 43.2vw;
  }
  .new_chief .new_remodal02 .tit {
    width: 45.0667vw;
  }
  .new_chief .new_remodal03 .tit {
    width: 62.4vw;
  }
  .new_chief .new_remodal04 .tit {
    width: 45.6vw;
  }
  .new_chief .new_remodal05 .tit {
    width: 41.4667vw;
  }
  .new_chief .new_remodal06 .tit {
    width: 63.4667vw;
  }
  .new_chief .new_remodal .con_box {
    padding: 5.3333vw 6vw 4.6667vw;
    flex-direction: column;
  }
  .new_chief .new_remodal .con_box .chief_text {
    width: 100%;
    font-size: 3.7333vw;
    line-height: 1.7;
    letter-spacing: 0;
  }
  .new_chief .new_remodal .con_box .img {
    width: 100%;
    margin-top: 2.6667vw;
    line-height: 1;
  }

  .new_chief .new_remodal01 .con_box .img img {
    width: 36.4368vw;
  }
  .new_chief .new_remodal02 .con_box .img img {
    width: 33.3333vw;
  }
  .new_chief .new_remodal03 .con_box .img img {
    width: 29.5402vw;
  }
  .new_chief .new_remodal04 .con_box .img img {
    width: 37.0115vw;
  }
  .new_chief .new_remodal05 .con_box .img img {
    width: 34.0230vw;
  }
  .new_chief .new_remodal06 .con_box .img img {
    width: 33.7931vw;
  }

  
  
  
  
  
  
  .new_chief .new_remodal .remodal-close {
    top: 4vw;
    right: -2.2667vw;
    width: 6vw;
    height: 6vw;
  }
  .new_chief .new_remodal .remodal-close::before {
    width: 5.3333vw;
    height: 5.3333vw;
    position: absolute;
    right: 0;
  }
}