@charset "UTF-8";
/* CSS Document */
/*---------------------------------------------
	事業紹介
  ---------------------------------------------*/
.main_area {
  background: url("/assets/img/business/process/main_image.jpg") center no-repeat;
  background-size: cover;
  text-align: center;
  padding-top: 350px;
}
@media all and (max-width: 480px) {
  .main_area {
    padding-top: 100px;
  }
}
.main_area h2 {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  padding: 10px 20px;
  opacity: 0;
  filter: blur(10px);
  clip-path: inset(0 100% 0 0);
  animation: h2Anim 0.8s 1s ease-in-out;
  animation-fill-mode: forwards;
}
@media all and (max-width: 480px) {
  .main_area h2 {
    padding: 0 10px;
  }
}

/*---------------------------------------------
コンテンツ
---------------------------------------------*/
.first_copy {
  width: 800px;
  margin: 0 auto;
}
@media all and (max-width: 480px) {
  .first_copy {
    width: 90%;
  }
}

.voice {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
@media all and (max-width: 480px) {
  .voice {
    display: block;
    padding-top: 200px;
  }
}
.voice:after {
  content: "";
  width: 550px;
  height: 550px;
  background: url(/assets/img/business/process/center_illust.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 190px;
  left: 50px;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}
@media all and (max-width: 480px) {
  .voice:after {
    width: 100%;
    top: -80px;
    left: 0;
  }
}

.voice_wrap {
  position: relative;
  width: 470px;
  height: 220px;
}
@media all and (max-width: 480px) {
  .voice_wrap {
    width: 100%;
    height: auto;
    text-align: center;
  }
}
.voice_wrap:after {
  content: "";
  position: absolute;
  background: url(/assets/img/business/process/line.png) no-repeat;
  background-size: contain;
  width: 10px;
  height: 140px;
}
@media all and (max-width: 480px) {
  .voice_wrap:after {
    display: none;
  }
}
.voice_wrap:nth-of-type(1):after {
  transform: rotate(-40deg);
  left: 250px;
  bottom: -160px;
}
.voice_wrap:nth-of-type(2):after {
  transform: rotate(40deg);
  left: 250px;
  bottom: -160px;
}
.voice_wrap:nth-of-type(3):after {
  transform: rotate(40deg);
  left: 250px;
  top: -160px;
}
.voice_wrap:nth-of-type(4):after {
  transform: rotate(-40deg);
  left: 250px;
  top: -160px;
}
.voice_wrap .bg {
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  position: relative;
  padding: 50px 0 0 250px;
  position: relative;
}
@media all and (max-width: 480px) {
  .voice_wrap .bg {
    padding: 50px 15px 30px;
  }
}
.voice_wrap .bg .illust_area {
  position: absolute;
  opacity: 0;
  transform: scale(1.1);
  transition: 0.5s;
}
@media all and (max-width: 480px) {
  .voice_wrap .bg .illust_area {
    position: static;
    margin: -80px auto 0;
  }
}
.voice_wrap .bg .illust_area.illust1 {
  width: 200px;
  top: -20px;
  left: 10px;
}
.voice_wrap .bg .illust_area.illust2 {
  width: 240px;
  top: -20px;
  left: -20px;
}
.voice_wrap .bg .illust_area.illust3 {
  width: 250px;
  top: -20px;
  left: -20px;
}
.voice_wrap .bg .illust_area.illust4 {
  width: 250px;
  top: -20px;
  left: -10px;
}
.voice_wrap .bg .illust_area.isAnimate {
  opacity: 1;
  transform: scale(1);
}
.voice_wrap .bg .txt_area {
  width: 200px;
}
@media all and (max-width: 480px) {
  .voice_wrap .bg .txt_area {
    width: 90%;
    margin: 0 auto;
  }
}
.voice_wrap .bg .page_btn.light_box {
  margin: 0;
  width: 180px;
  background: #061643;
}
@media all and (max-width: 480px) {
  .voice_wrap .bg .page_btn.light_box {
    margin: 0 auto;
  }
}
.voice_wrap .bg .page_btn.light_box:before {
  background-color: #fff;
}
.voice_wrap .bg .page_btn.light_box:hover {
  backgrgound-color: #0075C2;
}
.voice_wrap .bg .page_btn.light_box a {
  color: #fff;
  transition: 0.3s;
}
.voice_wrap .bg .page_btn.light_box a:after {
  content: "";
  background-color: #0075C2;
  transniton: 0.3s;
}
.voice_wrap .bg .page_btn.light_box a:before {
  content: "";
  border-color: transparent transparent transparent #fff;
  transniton: 0.3s;
}
.voice_wrap .bg .page_btn.light_box a:hover {
  color: #fff;
}
.voice_wrap .bg .page_btn.light_box a:hover:after {
  background-color: #fff;
}
.voice_wrap .bg .page_btn.light_box a:hover:before {
  border-color: transparent transparent transparent #0075C2;
}
.voice_wrap .blue_shadow {
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(5, 23, 138);
  background: linear-gradient(45deg, rgb(5, 23, 138) 0%, rgb(86, 87, 252) 26%, rgb(5, 58, 124) 44%, rgb(59, 212, 242) 100%);
  position: absolute;
  backdrop-filter: blur(10px);
  opacity: 0.2;
  top: 20px;
  left: 20px;
  z-index: -1;
  transition: 0.5s;
}
@media all and (max-width: 480px) {
  .voice_wrap .blue_shadow {
    top: 10px;
    left: 10px;
  }
}

.under_link_area a {
  background: url("/assets/img/business/process/under_link.jpg") center no-repeat;
  background-size: cover;
}

.modal {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(6, 22, 59, 0.85);
  padding: 40px 20px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
@media all and (max-width: 480px) {
  .modal {
    padding: 0;
  }
}

.modal.is-active {
  opacity: 1;
  visibility: visible;
}

.modal-container {
  position: absolute;
  background-color: #fff;
  width: 800px;
  height: 600px;
  overflow-y: scroll;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media all and (max-width: 480px) {
  .modal-container {
    width: 90%;
    height: 80vh;
  }
}

/* モーダルを閉じるボタンの指定 */
.modal-close {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  color: #fff;
  cursor: pointer;
}
@media all and (max-width: 480px) {
  .modal-close {
    top: 10px;
    right: 10px;
  }
}

.top_area {
  width: 100%;
  height: 320px;
  display: flex;
  justify-content: space-between;
  background: url(/assets/img/business/process/top_bg.jpg) no-repeat;
  background-size: cover;
  align-items: center;
  padding: 0 40px;
  margin-bottom: -80px;
}
@media all and (max-width: 480px) {
  .top_area {
    height: 200px;
    padding: 0 15px;
    margin-bottom: -40px;
  }
}
.top_area .top_illust1 {
  width: 270px;
}
@media all and (max-width: 480px) {
  .top_area .top_illust1 {
    width: 40%;
  }
}
.top_area .top_illust2 {
  width: 330px;
}
@media all and (max-width: 480px) {
  .top_area .top_illust2 {
    width: 50%;
  }
}
.top_area .top_illust3 {
  width: 330px;
}
@media all and (max-width: 480px) {
  .top_area .top_illust3 {
    width: 55%;
  }
}
.top_area .top_illust4 {
  width: 330px;
}
@media all and (max-width: 480px) {
  .top_area .top_illust4 {
    width: 55%;
  }
}

.prof_area {
  width: 100%;
  text-align: center;
}
.prof_area .prof_img {
  width: 148px;
  height: 148px;
  margin-bottom: -15px;
}
@media all and (max-width: 480px) {
  .prof_area .prof_img {
    width: 100px;
    height: 100px;
  }
}
.prof_area figure {
  width: 180px;
  margin: 0 auto;
}
.prof_area figcaption {
  display: inline-block;
  padding: 2px 5px;
  color: #fff;
  background-color: #061643;
}

.body_area {
  padding: 0 30px;
}
.body_area .box {
  width: 100%;
  border-top: 1px solid #B4B9C3;
  padding: 30px 0;
}
@media all and (max-width: 480px) {
  .body_area .box h4 {
    text-align: left;
  }
}
.body_area .q_wrap {
  display: flex;
  justify-content: flex-start;
}
.body_area .q_wrap .circle {
  width: 66px;
  height: 66px;
  margin-right: 30px;
}
@media all and (max-width: 480px) {
  .body_area .q_wrap .circle {
    width: 15%;
    height: 15%;
    margin-right: 5%;
  }
}
.body_area .q_wrap p {
  background-color: #EDEDED;
  width: 550px;
  text-align: left;
  padding: 20px;
  position: relative;
}
@media all and (max-width: 480px) {
  .body_area .q_wrap p {
    width: 85%;
    padding: 15px;
  }
}
.body_area .q_wrap p:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #ededed;
  border-top: 0;
  transform: rotate(46deg);
  position: absolute;
  top: 30px;
  left: -13px;
}
@media all and (max-width: 480px) {
  .body_area .q_wrap p:before {
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 5px solid #ededed;
    top: 20px;
    left: -6px;
  }
}
.body_area .a_wrap {
  display: flex;
  justify-content: flex-end;
}
.body_area .a_wrap .circle {
  width: 66px;
  height: 66px;
  margin-left: 28px;
}
@media all and (max-width: 480px) {
  .body_area .a_wrap .circle {
    width: 15%;
    height: 15%;
    margin-left: 5%;
  }
}
.body_area .a_wrap p {
  background-color: #E7F0FA;
  width: 550px;
  text-align: left;
  padding: 20px;
  position: relative;
}
@media all and (max-width: 480px) {
  .body_area .a_wrap p {
    width: 85%;
    padding: 15px;
  }
}
.body_area .a_wrap p:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #E7F0FA;
  border-top: 0;
  transform: rotate(-45deg);
  position: absolute;
  top: 30px;
  right: -13px;
}
@media all and (max-width: 480px) {
  .body_area .a_wrap p:before {
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 5px solid #ededed;
    top: 20px;
    right: -6px;
  }
}

.close_btn {
  background-color: #061643;
  color: #fff;
  width: 144px;
  padding-left: 10px;
  height: 50px;
  cursor: pointer;
  margin: 0 auto;
  border-radius: 25px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.close_btn:hover {
  background-color: #0075C2;
}/*# sourceMappingURL=process.css.map */