@charset "UTF-8";

/* nav現在地 */
header .list_flabo a {
  color: #ED7A00;
}


/*==================================
共通設定
=====================================*/
.sec_tit {
  font-size: 34px;
  font-weight: 500;
  margin-right: 4%;
  padding-left: 16px;
  border-left: 4px solid #f76c1c;
  margin-bottom: 20px;
}

.sec_txt {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 30px;
  line-height: 1.4;
  letter-spacing: 0.09em;
}

.sec_txt span {
  color: #686868;
  font-size: 13px;
}

/*==================================
sec_plan
=====================================*/

.sec_plan {
  margin: 0 auto;
  background-color: #fbfbfb;
  /* background-image: radial-gradient(#d9d9d9 8%, transparent 8%); */
  background-size: 18px 18px;
  background-position: 50% 50%;
}

.sec_plan .inner {
  margin: 0 auto;
  padding: 60px 0 0;
  max-width: 1080px;
}

/* 個別プラン */

.plan_list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding-bottom: 100px;
}

.plan_item {
  background-color: #fff;
  border-radius: 30px;
  padding: 60px 0 10px;
  margin: 0 1%;
  width: 340px;
  border: 1px solid #e1e2e9;
  box-shadow: #e8e8ed 2px 2px 6px;
}

.plan_item:first-of-type {
  margin-left: 0;
}

.plan_item:last-of-type {
  margin-right: 0;
}

.plan_tit {
  position: relative;
  font-size: 23px;
  letter-spacing: 0.04em;
  font-weight: 600;
  text-align: center;
  margin-bottom: 16px;
}

.plan_web .plan_tit::before,
.plan_magazine .plan_tit::before,
.plan_jobfair .plan_tit::before {
  position: absolute;
  font-size: 17px;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--c_base4);
}

.plan_web .plan_tit::before {
  content: "WEB";
}

.plan_magazine .plan_tit::before {
  content: "MAGAZINE";
}

.plan_jobfair .plan_tit::before {
  content: "JOB FAIR";
}

.plan_img {
  display: block;
  padding: 0 30px;
  max-width: 500px;
  width: 100%;
}

.plan_list .price_txt {
  font-size: 49px;
  margin: 10px auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  color: var(--c_key1);
  font-weight: 500;
}

.plan_jobfair .price_txt {
  font-size: 40px;
  padding-bottom: 6px;
}

.price_txt .tax {
  font-size: 13px;
  display: block;
  letter-spacing: 0.2em;
}


.price_txt .small {
  font-size: 24px;
  font-weight: 500;
}

.plan_jobfair .price_txt .small {
  font-size: 20px;
}

.comment {
  display: block;
  width: 70%;
  font-size: 13px;
  color: #fff;
  font-weight: 500;
  margin: 10px auto 8px;
  background-color: var(--c_base4);
  padding: 8px;
  border-radius: 6px;
  text-align: center;
}

.plan_jobfair .comment {
  width: 90%;
  font-size: 11px;
}


.plan_detail {
  padding: 20px 6%;
}

.plan_detail p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.06em;
  margin-bottom: 14px;
  text-indent: -24px;
  padding-left: 24px;
}

.plan_detail .ico_check {
  width: 20px;
  vertical-align: middle;
  margin-right: 4px;
}

.plan_detail .basic_btn {
  min-width: unset;
  width: 100%;
}

.plan_detail .basic_btn a {
  font-size: 17px;
  padding: 12px 2%;
}

.plan_detail .basic_btn span {
  font-size: 12px;
}


/*==================================
sec_setplan
=====================================*/
.sec_setplan {
  width: 100%;
  position: relative;
  background-color: var(--c_base2);
}

.sec_setplan .tax_bg {
  width: 100%;
  height: 20px;
  display: block;
  position: absolute;
  top: -20px;
  left: 0;
  z-index: 0;
  background-color: var(--c_base2);
}

.sec_setplan .tax_bg::before {
  width: 100%;
  height: 10px;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: -10px;
  background-image: url(../../../common/img/back_nami_gry.png);
  background-repeat: repeat-x;
  background-size: 60px;
}

.sec_setplan .inner {
  width: 1080px;
  margin: 0 auto;
  max-width: 88%;
  padding: 40px 0 0;
}


.setplan {
  margin: 0 1%;
  width: 340px;
}

.setplan:first-of-type {
  margin-left: 0;
}

.setplan:last-of-type {
  margin-right: 0;
}


.sec_setplan .plan_item {
  width: 100%;
  margin: 0;
  height: auto
}



.sec_setplan .plan_tit {
  font-size: 24px;
}

.setplan_media .plan_tit {
  margin-bottom: 35px;
}

.setplan_tokyo .plan_tit::before,
.setplan_osaka .plan_tit::before,
.setplan_media .plan_tit::before {
  position: absolute;
  font-size: 14px;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--c_base4);
  width: 100%;
}


.setplan_tokyo .plan_tit::before {
  content: "TOKYO JOB FAIR ・ MDEIA";
}

.setplan_osaka .plan_tit::before {
  content: "OSAKA JOB FAIR ・ MDEIA";
}

.setplan_media .plan_tit::before {
  content: "MEDIA";
}

.sec_setplan .plan_detail {
  padding: 0 6%;
}

.sec_setplan .plan_detail p {
  text-indent: 0;
  padding-left: 0;
}


.waribiki {
  max-width: 200px;
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  background-color: var(--c_key1);
  color: #fff;
  padding: 10px;
  position: relative;
  font-size: 16px;
  border-radius: 6px;
  margin: 0 auto 20px;
  letter-spacing: 0.04em;
}

.waribiki::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid var(--c_key1);
}

.accordion {
  max-width: 600px;
  margin: 8px auto 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
}

.accordion input {
  display: none;
}

.accordion label {
  display: block;
  padding: 15px;
  background: var(--c_base2);
  cursor: pointer;
  font-weight: bold;
  transition: background 0.5s ease;
  position: relative;
}

.accordion label::after {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url(../img/plus.png);
  font-size: 18px;
  background-size: contain;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  right: 10px;
}

.accordion input:checked+label::after {
  background-image: url(../img/minus.png);
}


.accordion label:hover {
  background: var(--c_base1);
  color: #fff;
}

.accordion .content {
  max-height: 0;
  padding: 0 15px;
  background: #f9f9f9;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.accordion input:checked+label+.content {
  max-height: 250px;
  padding: 15px;
}

.option_name {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  width: 150px;
}

.option_list .small {
  font-size: 10px;
}

.option_comment {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 0 !important;
  color: var(--c_base4);
  font-size: 13px !important;
}

/* .option_comment::before {
  content: "";
  width: 20px;
  height: 2px;
  transform: rotate(60deg);
  box-sizing: border-box;
  background-color: var(--c_base4);
}

.option_comment::after {
  content: "";
  width: 20px;
  height: 2px;
  transform: rotate(-60deg);
  box-sizing: border-box;
  background-color: var(--c_base4);
} */


/*==================================
btn_area
=====================================*/

.btn_area {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 80px 6% 0;
}

.btn_area .basic_btn,
.btn_area .sub_btn {
  margin: 0 2% 30px;
}


@media screen and (max-width: 1279px) {

  /*==================================
共通設定
=====================================*/
  .sec_tit {
    font-size: 28px;
    margin-bottom: 18px;
  }

  .sec_txt {
    margin-bottom: 36px;
  }

  /*==================================
sec_plan
=====================================*/

  .sec_plan {
    max-width: none;
  }

  .sec_plan .inner {
    max-width: 88%;
  }


}

@media screen and (max-width: 1080px) {

  /*==================================
sec_plan
=====================================*/
  .plan_tit {
    font-size: 18px;
  }

  .plan_web .plan_tit::before,
  .plan_magazine .plan_tit::before,
  .plan_jobfair .plan_tit::before {
    font-size: 14px;
  }

  .plan_web .plan_tit::before,
  .plan_magazine .plan_tit::before,
  .plan_jobfair .plan_tit::before {
    top: -20px;
  }

  .plan_item {
    padding-top: 50px;
    border-radius: 20px;
  }

  .plan_img {
    padding: 0 6%;
  }

  .plan_list .price_txt {
    font-size: 40px;
  }

  .plan_jobfair .price_txt {
    font-size: 35px;
  }

  .price_txt .small {
    font-size: 21px;
    margin-left: 3px;

  }

  .plan_jobfair .price_txt .small {
    font-size: 18px;
  }

  .sec_plan .price_txt .tax {
    font-size: 11px;
    letter-spacing: 0.2em;
  }

  .plan_detail p {
    font-size: 13px;
    text-indent: -19px;
    padding-left: 19px;
  }

  .plan_detail .ico_check {
    width: 16px;
    margin-right: 2px;
  }

  .plan_detail .basic_btn a {
    font-size: 14px;
    padding: 10px 2%;
  }


  .plan_detail .basic_btn span {
    font-size: 11px;
  }

  .plan_detail .basic_btn::after,
  .sub_btn::after {
    width: 16px;
  }


  /*==================================
sec_setplan
=====================================*/
  .sec_setplan .plan_tit {
    font-size: 18px;
  }

  .option_name {
    display: block;
  }

  .option_list li {
    margin-bottom: 12px;
  }

  .option_list li:last-of-type {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1024px) {
  .scroll_button {
    display: none;
  }
}

@media screen and (max-width: 768px) {

  /*==================================
共通設定
=====================================*/
  .sec_tit {
    font-size: 23px;
  }

  .sec_txt {
    font-size: 13px;
  }

  /*==================================
sec_plan
=====================================*/

  .sec_plan .inner {
    padding: 40px 0 0;
  }

  .plan_list {
    flex-wrap: wrap;
    justify-content: center;
  }

  .plan_item {
    width: 100%;
    max-width: 500px;
    margin-bottom: 30px;
  }



  .btn_area {
    padding: 60px 6%;
  }

  /*==================================
sec_setplan
=====================================*/
  .setplan {
    width: 100%;
    max-width: 500px;
    margin-bottom: 40px;
  }

  .sec_setplan .plan_item {
    padding-bottom: 20px;
  }

  .setplan:last-of-type {
    margin-bottom: 0;
  }


  .sec_txt span {
    font-size: 11px;
  }

}

@media screen and (max-width: 480px) {
  .tit_flex {
    width: 88%;

  }

  /*==================================
共通設定
=====================================*/
  .sec_tit {
    font-size: 20px;
    padding-left: 3%;
  }

  /*==================================
sec_plan
=====================================*/

  .sec_plan .inner {
    max-width: 88%;
  }

  .sec_plan .sec_tit {
    margin-bottom: 22px;
  }

  .plan_tit {
    margin-bottom: 12px;
  }

  .plan_tit .sp_none {
    display: block;
  }

  .plan_txt {
    font-size: 13px;
    margin-bottom: 6px;
  }

  .price_txt {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 360px) {

  /*==================================
sec_plan
=====================================*/


}