@charset "utf-8";

#section01 .main__bg {
  position: relative;
  /*
  height: 100vh;
  width: 100%;
  position: relative;
  background: url(../img/main_bg-1.jpg) no-repeat center;
  background-size: cover;
  */
}
.Opening {
  position: relative;
  height: 100vh;    
  background-color: #FFF;
  overflow: hidden !important;
}
.main_catch {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%);
}
.main_catch h2 {
  z-index: 5;
  text-align: center;
  color: #fff;
  font-size: clamp(2.5rem, 4vw, 4.375rem);
  font-family: "Paperlogy";
  line-height: 1.143;
  letter-spacing: 8px;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
}

.main_catch h2 span {
  font-size: clamp(40px, 1vw, 70px);
}

.Opening ul li {
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center;
}

.Opening ul li img.Opening__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: -1;
  pointer-events: none !important;
}

.Opening ul li span img.Opening__img {
  max-width: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  margin-top: 0 !important;
}

.Opening ul li span img.Opening__img_sp {
  display: none;
}

.Opening img:hover {
  opacity: 1 !important;
}

#section01 .main__bg .scroll__down {
  position: absolute;
  left: 50%;
  bottom: 49px;
  transform: translateX(-50%);
}

#section01 .main__bg .scroll__down-txt {
  flex: 0 1 100%;
  font-size: clamp(13px, 2vw, 16px);
  color: #FFF;
  text-align: center;
  z-index: 6;
  line-height: 1.4;
  text-transform: uppercase;
  font-family: "Paperlogy";
  font-weight: 400;
}

#section01 .main__bg .scroll__down:hover .scroll__down {
  font-size: 2rem;
  color: yellow;
}

/*
#section01 .main__bg .title {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  text-align: center;
  font-size: clamp(40px, 4vw, 70px);
  color: #fff;
  font-family: "Paperlogy";
  font-weight: bold;
  line-height: 1.143;
  text-shadow: 0px 0px 19px rgba(0, 0, 0, 0.5);
}
*/

.section .main__bg {
  padding: 20px;
}
/* section02 */
#section02 {margin-top: 80px;}
#section02 .main__bg {
  width: 100%;
  max-width: 1300px;
  position: relative;
  margin: 0 auto;
  background-color: #FFF;
}
#section02 .main__bg .wrapper {position: relative;}
#section02 .main__bg .wr-frame.report {margin-top: 20px;}
#section02 .main__bg .con {display: flex;justify-content: space-between;}
#section02 .main__bg .con .right_con {
  display: flex;
  align-items: flex-end;
  gap: 20px;
}
#section02 .main__bg .con .left_con h1 {
  font-size: 3rem;
  font-family: "Freesentation";
  font-weight: bold;
  line-height: 1;
}
#section02 .main__bg .con .left_con .cat {
  display: flex;
  gap: clamp(40px, 2vw, 60px);
  padding-top: clamp(15px, 2vw, 30px);
}
#section02 .main__bg .con .left_con .cat li {
  font-size: clamp(1rem, 2vw, 1.25rem);
  color: #c6c6c6;
  font-weight: 500;
  font-family: 'Paperlogy';
  position: relative;
  cursor: pointer;
}

#section02 .main__bg .con .left_con .cat li:not(:last-child)::after {
  position: absolute;
  content: "";
  top: 50%;
  right: -30px;
  height: 70%;
  border: 1px solid #c6c6c6;
  transform: translateY(-50%);
}
#section02 .main__bg .con .left_con .cat li.active {color: #000;}
#section02 .main__bg .box_wrap {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
#section02 .main__bg .box_wrap::after {
  position: absolute;
  content: "";
  width: 100%;
  top: -20px;
  left: 0;
  border: 1px solid #000;
}
#section02 .main__bg .box_wrap .box {
  flex: 1 1 calc(100% / 4);
  display: flex !important;
  flex-direction: column;
  gap: 20px;
}
#section02 .main__bg .box_wrap .box .po_list {}
#section02 .main__bg .box_wrap .box .po_list li {margin-bottom: 10px;text-align: left;}
#section02 .main__bg .box_wrap .box .po_list li a {
  margin-left: 30px;
  padding: 0 20px 0 10px;
  height: 30px;
  line-height: 30px;
  border-left: 4px solid #1b858c;
}
#section02 .main__bg .box_wrap .box .po_list li a:hover {color: #fff;background-color: #1b858c;}
#section02 .main__bg .box_wrap .box .img {border: 1px solid #cccccc;border-radius: 10px;}
#section02 .main__bg .box_wrap .box .img img {width: 100%;border-radius: 10px;}

/* #section02 .main__bg .box_wrap .box:not(:last-child)::after {
  position: absolute;
  content: "";
  height: 100%;
  top: 0;
  right: -20px;
  border: 1px solid #000;
} */
#section02 .main__bg .box_wrap .box .item_wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
  padding: 10px;
}
#section02 .main__bg .box_wrap .box .item_wrap .item {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  position: relative;
}
#section02 .main__bg .box_wrap .box .item_wrap .item:first-child::after {
  position: absolute;
  bottom: -20px;
  content: "";
  width: 100%;
  border: 1px solid #cccccc;
}
#section02 .main__bg .box_wrap .box .item_wrap .item .item_img {
  flex: 1 1 30%;
  border: 1px solid #cccccc;
  border-radius: 10px;
}
#section02 .main__bg .box_wrap .box .item_wrap .item .item_img img {border-radius: 10px;}
#section02 .main__bg .box_wrap .box .item_wrap .item .item_dtl {
  flex: 1 1 70%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: left;
}
#section02 .main__bg .box_wrap .box .item_wrap .item .item_tit {
  font-size: clamp(14px, 2vw, 16px);
  color: #a6a6a6;
  font-weight: 400;
}
#section02 .main__bg .box_wrap .box .item_wrap .item .item_txt {font-weight: 900;}
#section02 .main__bg .box_wrap .box .item_wrap_flim .flim_tit_1 {
  margin-top: 30px;
  font-size: 16px;
  color: #a6a6a6;
}
#section02 .main__bg .box_wrap .box .item_wrap_flim .flim_tit_2 {
  margin: 10px 0;
  font-size: 18px;
  color: #2c2c2c;
  font-weight: 800;
}
#section02 .main__bg .box_wrap .box .item_wrap_flim .item_link a,
#section02 .main__bg .box_wrap .box .item_wrap .item .item_link a {
  padding-top: clamp(18px, 4vw, 28px);
  font-size: clamp(12px, 2vw, 14px);
  color: #00ac97;
  font-weight: 600;
  cursor: pointer;
}

/* section03 */
#section03 {margin-top: 80px;}

#section03 .main__bg {
  width: 100%;
  max-width: 1300px;
  position: relative;
  margin: 0 auto;
}
#section03 .main__bg .con {display: flex;justify-content: space-between;}
#section03 .main__bg .wr-frame.report {margin-top: 20px;}
#section03 .main__bg .con .left_con {flex: 1 1 50%;}
#section03 .main__bg .con .left_con h1 {font-size: 3rem;font-weight: bold;line-height: 1;}
#section03 .main__bg .con .left_con h1 img {margin-left: 20px;}
#section03 .main__bg .con .right_con {
  display: flex;
  gap: 20px;
  flex: 1 1 50%;
  justify-content: flex-end;
}

#section03 .main__bg .con .right_con .txt {
  padding: clamp(10px, 1vw, 20px) clamp(10px, 2vw, 40px);
  text-align: center;
  min-width: clamp(180px, 10vw, 220px);
  font-size: clamp(1.125rem, 1vw, 1.5rem);
  color: #1b858c;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

#section03 .main__bg .con .right_con .txt.active {
  color: #fff;
  background-color: #1b858c;
  border: 1px solid #1b858c;
  border-radius: 50px;
}

/* section04 */
#section04 {margin-top: 80px;}
#section04 .main__bg {
  width: 100%;
  max-width: 1300px;
  position: relative;
  margin: 0 auto;
}
#section04 .main__bg .con {display: flex;justify-content: space-between;}
#section04 .main__bg .con .left_con {flex: 1 1 40%;}
#section04 .main__bg .con .left_con h1 {font-size: 3rem;font-weight: bold;line-height: 1;}
#section04 .main__bg .con .left_con h1 img {margin-left: 20px;}
#section04 .main__bg .con .right_con {
  display: flex;
  gap: 20px;
  flex: 1 1 60%;
  justify-content: flex-end;
  /* flex-wrap: wrap; */
}

#section04 .main__bg .con .right_con a .box {
  width: 100%;
  min-width: 280px;
  padding: clamp(40px, 3.2vw, 60px) clamp(20px, 2.2vw, 40px);
  display: flex;
  flex-direction: column;
  gap: clamp(40px, 4.2vw, 80px);
  align-items: center;
  justify-content: center;
  border: 3px solid #1b858c;
  cursor: pointer;
  flex: 1 1 calc(100% / 3);
}
#section04 .main__bg .con .right_con .quick_open .txt {color: #fff;background-color: #1b858c;}
#section04 .main__bg .con .right_con .quick_open:hover .txt {
  color: #ffff00;
  box-shadow: 5px 5px 5px gray;
}
#section04 .main__bg .con .right_con .quick_open .box .img {
  width: 138px;
  height: 125px;
  background-size: cover;
}

#section04 .main__bg .con .right_con .quick_open #cat .img {background-image: url('../img/section04_icon01_active.png');}
#section04 .main__bg .con .right_con .quick_open #que .img {background-image: url('../img/section04_icon02_active.png');}
#section04 .main__bg .con .right_con .quick_open #faq .img {background-image: url('../img/section04_icon03_active.png');}
/*
#section04 .main__bg .con .right_con .quick_open #cat .img {background-image: url('../img/section04_icon01.png');}
#section04 .main__bg .con .right_con .quick_open #que .img {background-image: url('../img/section04_icon02.png');}
#section04 .main__bg .con .right_con .quick_open #faq .img {background-image: url('../img/section04_icon03.png');}
*/
#section04 .main__bg .con .right_con img {
  height: clamp(80px, 10.8vh, 100px);
}

#section04 .main__bg .con .right_con .txt {
  padding: clamp(10px, 1vw, 20px) clamp(10px, 2vw, 40px);
  text-align: center;
  min-width: -webkit-fill-available;
  background-color: #999999;
  font-size: clamp(1.125rem, 1vw, 1.5rem);
  color: #fff;
  font-weight: 500;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slick-slide>div {
  position: relative;
}

.slick-slide:not(.slick-current)>div::after {
  position: absolute;
  content: "";
  height: 100%;
  top: 0;
  left: 0px;
  border: 1px solid #000;
}

.slick-slide>div {
  padding: 0 10px;
}

@media screen and (max-width: 1300px) {
  #section04 .main__bg .con .left_con {flex: 1 1 30%;}
  #section04 .main__bg .con .right_con {flex: 1 1 70%;}
}

@media screen and (max-width: 1024px) {
  #section02 .main__bg .con .left_con .cat {display: none;}
  #section02 .main__bg .con .left_con h1 {font-size: 2.5rem;line-height: normal;}

  #section03 .main__bg .con .left_con h1 {font-size: 2.5rem;line-height: normal;}
  #section03 .main__bg .con .right_con .txt {
      min-width: max-content; padding: 10px 36px;
      line-height: normal; height: fit-content;
      font-size: 1.25rem;
  }
  #section04 .main__bg .con {flex-direction: column;gap: 20px;}
  #section04 .main__bg .con .left_con h1 {font-size: 2.5rem;line-height: normal;}
  #section04 .main__bg .con .right_con .box {gap: 40px;}
}

@media screen and (max-width: 920px) {

  #section04 .main__bg .con .right_con {
    justify-content: center;
  }
 
  #section04 .main__bg .con .right_con a .box{
    min-width: 100%; gap: 40px;padding: 40px;
  }
}
@media screen and (max-width: 720px) {
  #section01 {}
  #section02 {margin-top: 40px;}
  #section03 {margin-top: 40px;}
  #section04 {margin-top: 40px;}

  #section01 .main__bg {}
  #section01 .main__bg .title {font-size: 2.625rem;}

  #section02 .main__bg {padding: 0 40px;}

  #section03 .main__bg {padding: 0 40px;}

  #section04 .main__bg {padding: 0 40px;}
  #section03 .main__bg .con .left_con {flex: 1 1 100%;}
  #section04 .main__bg .con .right_con {flex: 1 1 100%; flex-direction: column;}
  #section04 .main__bg .con .right_con .box {min-width: 180px; gap: 20px;padding: 20px;}
  #section04 .main__bg .con .right_con img {height: 70px;}
}

@media screen and (max-width: 500px) {
  #section01 {}
  #section01 .main__bg .title {font-size: 1.5rem;}

  #section02 .main__bg {padding: 0 20px;}
  #section02 .main__bg .con .right_con {gap: 10px;}
  #section02 .main__bg .con .right_con img {width: 30px;}
  #section02 .main__bg .con .left_con h1 {font-size: 1.875rem;}

  #section03 .main__bg {padding: 0 20px;}
  #section03 .main__bg .con {flex-direction: column;gap: 10px;}
  #section03 .main__bg .con .left_con {flex: 1 1 100%;}
  #section03 .main__bg .con .left_con h1 {font-size: 1.875rem;}
  #section03 .main__bg .con .right_con {flex: 1 1 100%;justify-self: center;}
  #section03 .main__bg .con .right_con .txt {flex: 1 1 50%;}

  #section04 .main__bg {padding: 0 20px;}
  #section04 .main__bg .con .left_con h1 {font-size: 1.875rem;}
  #section04 .main__bg .con .right_con .box {flex-direction: row-reverse;justify-content: space-between;padding: 20px 30px;}
  #section04 .main__bg .con .right_con .txt {
      background-color: #fff;
      border: 0;
      color: #999999;
      min-width: auto;
      padding: 0;
      font-size: 24px;
  }
  #section04 .main__bg .con .right_con .box.active .txt {background-color: #fff;}

}

@media screen and (max-width: 350px) {
  #logo {width: 140px;}
  .site_map {width: 140px;}

  #section01 {}
  #section02 .main__bg,
  #section03 .main__bg,
  #section04 .main__bg {background-color: #fff;}

  #section02 .main__bg .con .left_con h1,
  #section03 .main__bg .con .left_con h1 {font-size: 1.5rem;}

  #section03 .main__bg .con .right_con .txt {padding: 10px 30px;font-size: 1.125rem;}

  #section04 .main__bg .con .left_con h1 {font-size: 1.5rem;}
  #section04 .main__bg .con .right_con .txt {font-size: 1.25rem;}
  #section04 .main__bg .con .right_con img {height: 50px;}
}