@charset "utf-8";
/* CSS Document */

html {
  scroll-behavior: smooth;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

body {
  margin: 0;
  font-weight: normal;
}

.font-small {
  font-size: 70%;
}

.pc-hide {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc-hide {
    display: block;
  }
}

.sp-hide {
  display: block;
}

@media screen and (max-width: 768px) {
  .sp-hide {
    display: none;
  }
}

.banner {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translatex(-50%);
  background-color: #000;
  width: 30vw;
  display: block;
  color: #fff;
  font-size: 2.2vw;
  font-weight: bold;
  cursor: pointer;
  margin: 0 auto;
  padding: 1.3vw 0;
  text-decoration: none;
  text-align: center;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
  border-top: solid 1px #999;
  border-right: solid 1px #999;
  border-left: solid 1px #999;
  z-index: 1;
  font-family: "Noto Sans JP";
}

@media screen and (max-width: 768px) {
  .banner {
    width: 80%;
    font-size: 3vw;
    padding: 3vw 0;
  }
}

.btn a,
.btn button {
  display: block;
  background-color: #CC0000;
  width: 12vw;
  color: #fff;
  font-size: 1vw;
  font-weight: bold;
  border-radius: 5vw;
  cursor: pointer;
  margin: 0 auto;
  padding: 10px;
  text-decoration: none;
  border: none;
  font-family: "Noto Sans JP";
  text-align: center;
}

.btn a:hover,
.btn button:hover {
  background-color: #000;
}

@media screen and (max-width: 768px) {

  .btn a,
  .btn button {
    display: block;
    background-color: #CC0000;
    width: 30vw;
    color: #fff;
    font-size: 3vw;
    border-radius: 5vw;
    cursor: pointer;
    margin: 0 auto;
    padding: 2vw;
  }
}

.color-w {
  color: #fff;
}

.color-r {
  color: #cc0000;
  font-size: 1vw;
  font-weight: bold;
}

.content-title-e {
  font-size: 1vw;
  text-align: center;
  margin: 0 auto 0.5vw;
  padding-bottom: 0.5vw;
  border-bottom: solid 1px #000;
  width: 5vw;
}

.content-title-e-w {
  font-size: 1vw;
  text-align: center;
  margin: 0 auto 0.5vw;
  padding-bottom: 0.5vw;
  border-bottom: solid 1px #fff;
  width: 5vw;
}

.content-title-j {
  font-size: 2vw;
  text-align: center;
  margin: 0 auto 5vw;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .content-title-e {
    font-size: 4vw;
    text-align: center;
    margin: 0 auto 1vw;
    padding-bottom: 1vw;
    border-bottom: solid 1px #000;
    width: 15vw;
  }

  .content-title-e-w {
    font-size: 4vw;
    text-align: center;
    margin: 0 auto 1vw;
    padding-bottom: 1vw;
    border-bottom: solid 1px #fff;
    width: 15vw;
  }

  .content-title-j {
    font-size: 6vw;
    text-align: center;
    margin: 0 auto 10vw;
  }
}

#hero {
  height: 29vw;
  width: 100%;
  background-color: #fff;
}

#hero-image01 {
  position: relative;
  top: 3vw;
  left: 7%;
  float: left;
  width: 35vw;
}

#hero-image01 img {
  width: 100%;
  height: auto;
}

#hero-image02 {
  position: relative;
  top: 3vw;
  right: 4%;
  float: right;
  width: 50vw;
}

#hero-image02 img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  #hero {
    width: 100%;
    height: auto;
    padding-top: 10vw;
  }

  #hero-image01 {
    top: 0;
    left: 0;
    width: 100%;
    margin: 0 auto 3vw;
    float: none;
    text-align: center;
    z-index: 1;
  }

  #hero-image01 img {
    width: 80%;
    height: auto;
  }

  #hero-image02 {
    top: 0;
    left: 0;
    width: 100%;
    margin: 10vw auto;
    float: none;
    text-align: center;
    z-index: 1
  }

  #hero-image02 img {
    width: 80%;
    height: auto;
  }
}

#service {
  background-color: #CC0000;
  width: 100%;
  padding: 5vw 0;
}

#service .lead {
  text-align: center;
  width: 100%;
  color: #fff;
  font-weight: 500;
  font-size: 2.5vw;
  line-height: 160%;
  padding: 5vw 0;
  font-family: "Noto Sans JP";
}

#service .lead-txt {
  text-align: left;
  width: 60%;
  color: #fff;
  font-size: 1.5vw;
  line-height: 160%;
  margin: 0 auto 5vw;
  font-family: "Noto Sans JP";
}

#service .point-wrapper {
  width: 60vw;
  margin: 0 auto 5vw;
}

#service .point {
  background-color: #fff;
  margin: 2vw;
  width: 16vw;
  float: left;
}

#service .point img {
  width: 100%;
  height: auto;
}

#service .point .title {
  color: #CC0000;
  font-size: 1vw;
  text-align: center;
  padding: 1.2vw 0;
  font-weight: bold;
  width: 100%;
  font-family: "Noto Sans JP";
}

#service .point .txt {
  background-color: #CC0000;
  color: #fff;
  text-align: left;
  padding: 1vw 0;
  line-height: 160%;
  font-family: "Noto Sans JP";
}

@media screen and (max-width: 768px) {
  #service {
    position: relative;
    background-color: #CC0000;
    width: 100%;
    padding: 20vw 0;
    top: -30vw;
    margin-bottom: -30vw;
  }

  #service .lead {
    text-align: center;
    width: 100%;
    color: #fff;
    font-weight: bold;
    font-size: 5vw;
    line-height: 160%;
    padding: 5vw 0;
    font-family: "Noto Sans JP";
  }

  #service .lead-txt {
    text-align: left;
    width: 90%;
    color: #fff;
    font-size: 3vw;
    line-height: 160%;
    margin: 0 auto 5vw;
    font-family: "Noto Sans JP";
  }

  #service .point-wrapper {
    width: 90%;
    margin: 0 auto 5vw;
  }

  #service .point {
    background-color: #fff;
    width: 100%;
    float: none;
    margin: 0;
  }

  #service .point img {
    width: 100%;
    height: auto;
  }

  #service .point .title {
    color: #CC0000;
    font-size: 5vw;
    text-align: center;
    padding: 3vw 0;
    font-weight: bold;
    width: 100%;
    font-family: "Noto Sans JP";
  }

  #service .point .txt {
    background-color: #CC0000;
    color: #fff;
    text-align: left;
    padding: 5vw 0 10vw;
    line-height: 160%;
    font-family: "Noto Sans JP";
  }
}

.voice {
  text-align: center;
  width: 60%;
  font-size: 1.5vw;
  margin: 0 auto;
  color: #fff;
  line-height: 300%;
  font-family: "Noto Sans JP";
}

@media screen and (max-width: 768px) {
  .voice {
    text-align: center;
    width: 90%;
    font-size: 5vw;
    margin: 0 auto;
    color: #fff;
    line-height: 160%;
  }

  .voice p {
    line-height: 120%;
    display: block;
    margin-bottom: 5vw;
    font-family: "Noto Sans JP";
  }
}

.case {
  width: 100%;
  font-size: 1.2vw;
  margin: 0 auto;
  padding: 5vw 0;
  background-color: #fff;
}

.company-wrapper {
  width: 80%;
  margin: 0 auto;
}

.company {
  width: 5vw;
  height: 5vw;
  margin: 1vw;
  float: left;
  align-items: center;
  display: flex;
  justify-content: center;
}

.company img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .case {
    width: 100%;
    margin: 0 auto;
    padding: 10vw 0;
  }

  .company-wrapper {
    width: 90%;
    margin: 0 auto;
  }

  .company {
    width: 15vw;
    height: 15vw;
    margin: 1.2vw;
    float: left;
    align-items: center;
    display: flex;
    justify-content: center;
  }

  .company img {
    width: 100%;
    height: auto;
  }
}

#merit {
  background-color: #F4F0DF;
  width: 100%;
  padding: 5vw 0;
}

#merit .merit-wrapper {
  width: 60vw;
  margin: 0 auto 5vw;
}

#merit .merit {
  margin: 2vw;
  width: 26vw;
  float: left;
}

#merit .merit img {
  width: 100%;
  height: auto;
}

#merit .merit .title {
  font-size: 1vw;
  text-align: center;
  padding: 0.5vw 0;
  font-weight: bold;
  width: 100%;
  font-family: "Noto Sans JP";
}

#merit .merit .txt {
  text-align: left;
  padding: 0.5vw 0;
  line-height: 160%;
  font-family: "Noto Sans JP";
}

@media screen and (max-width: 768px) {
  #merit {
    background-color: #F4F0DF;
    width: 100%;
    padding: 10vw 0;
  }

  #merit .merit-wrapper {
    width: 90%;
    margin: 0 auto 5vw;
  }

  #merit .merit {
    margin: 0;
    width: 100%;
    float: left;
  }

  #merit .merit img {
    width: 100%;
    height: auto;
  }

  #merit .merit .title {
    font-size: 5vw;
    text-align: center;
    padding: 2vw 0;
    font-weight: bold;
    width: 100%;
    font-family: "Noto Sans JP";
  }

  #merit .merit .txt {
    text-align: left;
    padding: 1vw 0 6vw;
    line-height: 160%;
    font-family: "Noto Sans JP";
  }
}

.plan table {
  margin: 0 auto;
  width: 80%;
  max-width: 980px;
  border-collapse: collapse;
  font-family: "Noto Sans JP";
}

@media screen and (max-width: 768px) {
  .plan table {
    margin: 0 auto;
    width: 90%;
    max-width: 980px;
    border-collapse: collapse;
    font-family: "Noto Sans JP";
  }
}

.plan table tbody tr {
  border: solid 1px #C5C5C5;
  border-left: 0;
  border-right: 0;
}

.plan table td {
  padding: 1vw 0;
  border: solid 1px #C5C5C5;
  font-weight: 400;
  font-size: 1vw;
  background-color: #fff;
  text-align: center;
}

.plan table th {
  font-weight: normal;
  padding: 1vw 0;
  text-align: center;
  border: solid 1px #C5C5C5;
  font-weight: bold;
  font-size: 1vw;
  background-color: #CC0000;
  color: #fff;
}

.plan span {
  font-size: 0.5vw;
}

@media screen and (max-width: 768px) {
  .plan table {
    margin: 0 auto;
    width: 80%;
    max-width: 980px;
    border-collapse: collapse;
  }

  @media screen and (max-width: 768px) {
    .plan table {
      margin: 0 auto;
      width: 90%;
      max-width: 980px;
      border-collapse: collapse;
    }
  }

  .plan table tbody tr {
    border: solid 1px #C5C5C5;
    border-left: 0;
    border-right: 0;
  }

  .plan table td {
    padding: 1vw 0;
    border: solid 1px #C5C5C5;
    font-weight: 400;
    font-size: 3vw;
    background-color: #fff;
    text-align: center;
  }

  .plan table th {
    font-weight: normal;
    padding: 1vw 0;
    text-align: center;
    border: solid 1px #C5C5C5;
    font-weight: bold;
    font-size: 3vw;
    background-color: #CC0000;
    color: #fff;
  }

  .plan span {
    font-size: 0.5vw;
  }
}

#flow {
  background-color: #fff;
  width: 100%;
  padding: 5vw 0;
}

#flow .flow-wrapper {
  width: 80%;
  margin: 0 auto 5vw;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

#flow .flow {
  background-color: #fff;
  width: 25%;
  float: left;
  border: solid 1px #C5C5C5;
  padding: 2vw;
}

#flow .flow .title {
  font-size: 1.5vw;
  text-align: center;
  padding: 1.2vw 0;
  font-weight: bold;
  width: 100%;
  font-family: "Noto Sans JP";
}

#flow .flow .txt {
  text-align: center;
  padding: 1vw 0;
  line-height: 160%;
  font-size: 1vw;
  font-family: "Noto Sans JP";
}

@media screen and (max-width: 768px) {
  #flow {
    background-color: #fff;
    width: 100%;
    padding: 10vw 0;
  }

  #flow .flow-wrapper {
    width: 80%;
    margin: 0 auto 5vw;
  }

  #flow .flow {
    background-color: #fff;
    width: 100%;
    float: none;
    border: solid 1px #C5C5C5;
    padding: 2vw;
  }

  #flow .flow .title {
    font-size: 3vw;
    text-align: center;
    padding: 1.2vw 0;
    font-weight: bold;
    width: 100%;
    font-family: "Noto Sans JP";
  }

  #flow .flow .txt {
    text-align: center;
    padding: 1vw 0;
    line-height: 160%;
    font-size: 2vw;
    font-family: "Noto Sans JP";
  }
}

.arrow {
  width: 4%;
  height: 13vw;
  float: left;
  align-items: center;
  display: flex;
  justify-content: center;
  background-image: url("https://www.kankyo-business.jp/uploads/2023/03/03/j1C3kymWbKyIVHonn4UStjr90ZmGGE9mGC6FQtnN.jpg");
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 768px) {
  .arrow {
    width: 100%;
    background-image: url("https://www.kankyo-business.jp/uploads/2023/03/13/eqhqvqSJJt4UQ6De7XNHMHvuwRXD317QXxqrys2O.jpg");
    float: none;
  }
}

#price {
  background-color: #EAEAEA;
  width: 100%;
  padding: 5vw 0;
}

#price .price-wrapper {
  width: 60%;
  margin: 0 auto 5vw;
}

@media screen and (max-width: 768px) {
  #price .price-wrapper {
    width: 90%;
    margin: 0 auto 5vw;
  }
}

.tab-area {
  width: 100%;
  margin: 0 auto;
}

.tab-btn {
  display: none;
  /*タブの切り替えを制御するラジオボタンを非表示に*/
}

.tab-list-wrap {
  padding: 0;
  /*デフォルトの値をクリア*/
  margin: 0;
  /*デフォルトの値をクリア*/
  list-style-type: none;
  /*デフォルトの値をクリア*/
}

.tab-list {
  display: block;
  width: 50%;
  padding: 1.5vw 0;
  color: #fff;
  text-align: center;
  background: #D6D6D6;
  float: left;
  cursor: pointer;
  font-family: "Noto Sans JP";
}

#tab-btn1:checked~.tab-list-wrap #tab-list1,
#tab-btn2:checked~.tab-list-wrap #tab-list2 {
  background: #CC0000;
  /*対応するボタンにチェックが入ったときに背景を#ffffff（白）に*/
}

.tab-content {
  padding: 0;
  display: none;
  /*初期状態を非表示に*/
}

#tab-btn1:checked~.tab-content-wrap #tab-content1,
#tab-btn2:checked~.tab-content-wrap #tab-content2 {
  display: block;
  /*対応するボタンにチェックが入ったときに表示*/
}

#price table {
  margin: 0 auto;
  width: 100%;
  border-collapse: collapse;
  font-family: "Noto Sans JP";
}

@media screen and (max-width: 768px) {
  #price table {
    margin: 0 auto;
    width: 100%;
    border-collapse: collapse;
    font-family: "Noto Sans JP";
  }
}

#price table tbody tr {
  border: solid 1px #C5C5C5;
  border-left: 0;
  border-right: 0;
}

#price table td {
  padding: 1.5vw 0;
  border: solid 1px #C5C5C5;
  background-color: #fff;
  text-align: center;
}

#price table th {
  font-weight: normal;
  padding: 1vw 0;
  text-align: center;
  border: solid 1px #C5C5C5;
  font-weight: bold;
  background-color: #CC0000;
  color: #fff;
  font-size: 3vw;
}

#price .title {
  font-size: 1.5vw;
  text-align: center;
  padding: 0 0 1.2vw;
  font-weight: bold;
  width: 100%;
}

#price .txt {
  text-align: center;
  padding: 1vw 0;
  line-height: 160%;
  font-size: 1vw;
}

@media screen and (max-width: 768px) {
  #price .title {
    font-size: 3vw;
    text-align: center;
    padding: 1.2vw 0;
    font-weight: bold;
    width: 100%;
  }

  #price .txt {
    text-align: center;
    padding: 1vw 0;
    line-height: 160%;
    font-size: 2vw;
  }

  #price table th,
  #price table td,
  .tab-list {
    font-size: 3vw;
  }
}

#qa {
  background-color: #fff;
  width: 100%;
  padding: 5vw 0;
}

#qa .qa-wrapper {
  width: 60%;
  margin: 0 auto 5vw;
}

#qa .question {
  color: #CC0000;
  width: 100%;
  margin-bottom: 1.5vw;
  font-weight: bold;
  font-size: 1.2vw;
  line-height: 160%;
  font-family: "Noto Sans JP";
}

#qa .answer {
  width: 100%;
  margin-bottom: 3vw;
  font-size: 1vw;
  line-height: 160%;
  font-family: "Noto Sans JP";
}

@media screen and (max-width: 768px) {
  #qa {
    background-color: #fff;
    width: 100%;
    padding: 10vw 0;
  }

  #qa .qa-wrapper {
    width: 90%;
    margin: 0 auto 5vw;
  }

  #qa .question {
    color: #CC0000;
    width: 100%;
    margin-bottom: 1.5vw;
    font-weight: bold;
    font-size: 3vw;
    font-family: "Noto Sans JP";
  }

  #qa .answer {
    width: 100%;
    margin-bottom: 6vw;
    font-size: 3vw;
    font-family: "Noto Sans JP";
  }
}



/* 20240624 CNM検定用のLPのため追加 k.nose */
/* 20240808 CNM検定追加開催のため変更 k.nose */

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

html {
  overflow: auto;
  font-size: 16px;
}

body {
  overflow: hidden;
  line-height: 1.5;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  color: #212121;
  font-weight: 400;
  background-color: #FFFFFF;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: all 0.2s;
}

a:hover,
a:focus {
  opacity: .7;
}

.sp-display {
  display: none !important;
}


.header {
  height: 64px;
  background-color: #FFFFFF;
  width: 100vw;
  position: fixed;
  z-index: 10;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
}

.header__inner {
  max-width: 1232px;
  height: 100%;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__logo {
  font-size: 12px;
  display: flex;
  align-items: center;
}

.header__logo img {
  height: 40px;
  margin-right: 8px;
}

.header__navi {
  display: flex;
  align-items: center;
}

.header__btn {
  display: flex;
  align-items: center;
  height: 40px;
  font-weight: 700;
  padding: 0 16px;
  border-radius: 4px;
}

.header__btn:not(:last-child) {
  margin-right: 16px;
}

.header__btn--corporation {
  color: #FFFFFF;
  background-color: #419133;
}

.header__btn--contact {
  background-color: #f7e019;
}


.fv {
  padding-top: 60px;
}

.fv__main {
  height: 450px;
  max-width: 2000px;
  margin: 0 auto;
  background-image: url('../images/7rNUKFpHA7gTRBhDcUbh74f5OE8pIEHnB16Re10F.jpg');
  background-position: center;
  background-size: cover;
}

.fv__ttl {
  height: 100%;
  max-width: 1232px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.fv__ttl>.ttl-lead {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 40px;
}

.fv__ttl>.ttl-deco {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.fv__ttl>.ttl {
  font-size: 104px;
  font-weight: 700;
}

.fv__ttl>.ttl>span {
  font-family: "Roboto", sans-serif;
  color: #419133;
}

.fv__ttl>.txt {
  font-size: 16px;
  font-weight: bold;
}

.fv__list {
  max-width: 1232px;
  margin: 24px auto 64px;
  padding: 0 16px;
  display: flex;
  flex-wrap: wrap;
}

.fv__list li {
  width: 19%;
  border: 1px solid #419133;
  border-radius: 4px;
}

.fv__list li:not(:last-child) {
  margin-right: 1.25%;
}

.fv__list a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  font-size: 14px;
  font-weight: 700;
  color: #419133;
}

.fv__list a:hover {
  background-color: #419133;
  color: #FFFFFF;
  opacity: 1;
}


.apply {
  max-width: 1232px;
  margin: 0 auto 56px;
  padding: 0 16px;
}

.apply__box {
  padding: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to right, #5aa34d, #2f7ba3);
}

.apply-detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #FFFFFF;
  width: 100%;
  padding: 24px 16px;
  position: relative;
}

.apply-detail__deco {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  border-radius: 50vh;
  right: -32px;
  top: -64px;
  rotate: 15deg;
  color: #FFFFFF;
  background-color: #EE1C22;
}

.apply-detail__deco>.sm {
  display: block;
  font-size: 16px;
}

.apply-detail__deco>.md {
  display: block;
  font-size: 24px;
}

.apply-detail__ttl {
  font-weight: 700;
  margin-bottom: 16px;
  text-align: center;
}

.apply-detail__ttl span:not(:last-child) {
  margin-right: 24px;
}

.apply-detail__ttl>.md {
  font-size: 32px;
}

.apply-detail__ttl>.lg {
  font-size: 48px;
}

.apply-detail__list {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}

.apply-item {
  padding: 16px 16px;
}

.apply-item:not(:last-child) {
  margin-right: 16px;
}

.apply-item--deadline {
  background-color: #f8e2d2;
  width: 40%;
}

.apply-item--exam {
  background-color: #FEF0C9;
  width: calc(60% - 16px);
}

.apply-item__ttl {
  font-weight: 700;
}

.apply-item__txt {
  font-weight: 700;
}

.apply-item__txt>.year {
  font-size: 12px;
  display: block;
}

.apply-item__txt>.day {
  font-size: 24px;
}

.apply-item__txt>.time {
  font-size: 12px;
}

.apply-detail__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 700;
  border-radius: 4px;
  text-align: center;
  background: linear-gradient(to right, #5aa34d, #2f7ba3);
}


.apply-detail__btn--corporate {
  margin-top: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  height: 80px;
  padding: 0 28px;
  color: #2f7ba3;
  font-size: 16px;
  font-weight: 700;
  border-radius: 4px;
  text-align: center;
  background: #EBF6FD;
  border: 1px solid #2f7ba3;
  text-decoration: none;
  white-space: nowrap;
}

.apply-detail__btn--corporate_label {
  font-size: 16px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 20px;
  background: #2f7ba3;
  ;
  color: #ffffff;
  line-height: 1;
}

.corporate-num {
  font-size: 26px;
  font-weight: 800;
  padding: 0 3px;
  line-height: 1;
}

.corporate-highlight {
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
}

@media screen and (max-width: 575px) {
  .apply-detail__btn--corporate {
    height: 60px;
    font-size: 14px;
  }

  .apply-detail__btn--corporate_label {
    font-size: 14px;
  }

  .corporate-num {
    font-size: 22px;
  }

  .corporate-highlight {
    font-size: 18px;
  }
}



.worry {
  background-color: #F8F8F8;
  position: relative;
}

.worry__inner {
  max-width: 1232px;
  margin: 0 auto 56px;
  padding: 56px 16px;
}

.worry::after {
  position: absolute;
  bottom: -32px;
  left: calc(50% - 32px);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  content: "";
  width: 64px;
  height: 64px;
  background-color: #F8F8F8;
  transform: rotate(45deg);
}

.worry__ttl {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 56px;
}

.worry__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.worry-item {
  width: 40%;
  overflow: hidden;
}

.worry-item:nth-child(odd) {
  margin-right: 32px;
}

.worry-item:nth-child(-n+2) {
  margin-bottom: 40px;
}

.worry-item__txt {
  padding: 12px 12px;
  border-radius: 4px;
  background-color: #FFFFFF;
  font-weight: 700;
  margin-bottom: 16px;
  position: relative;
  z-index: 2;
}

.worry-item__txt::after {
  position: absolute;
  bottom: 15px;
  display: block;
  content: '';
  width: 50px;
  height: 50px;
  border-style: solid;
  border-right: 50px solid transparent;
  border-left: 30px solid transparent;
  border-bottom: 60px solid #FFFFFF;
  border-top: 0;
  transform: rotate(320deg);
  z-index: -1;
}

.worry-item__txt span {
  display: block;
}

.worry-item__txt .emphasis {
  display: inline-block;
  font-size: 24px;
}

.worry-item__txt .sp.emphasis {
  display: inline;
}

.worry-item__txt .pc.emphasis {
  background: linear-gradient(transparent 80%, #f7e019 20%);
}

.worry-item__img {
  height: 100px;
}

.worry-item__img img {
  height: 100%;
}


.solution {
  position: relative;
  margin: 88px auto 56px;
}

.solution__lead {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}

.solution__text {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
}

.solution__text>.deco {
  color: #419133;
}


.about {
  background: linear-gradient(180deg, rgba(132, 184, 23, 0.2) 0%, rgba(121, 168, 21, 0.2) .01%, rgba(0, 152, 106, 0.2) 100%);
  padding: 40px 16px;
}

.about__inner {
  max-width: 1232px;
  margin: 0 auto;
  background-color: #FFFFFF;
  padding: 24px 16px;
}

.about__ttl {
  font-size: 24px;
  font-weight: 700;
  text-decoration: underline;
  text-align: center;
  margin-bottom: 32px;
}

.about__img {
  width: 600px;
  margin: 0 auto 32px;
}

.about__img img {
  width: 100%;
}

.about__detail {
  margin: 0 auto;
  width: 600px;
}

.about__detail p {
  font-weight: 700;
}

.about__detail p:not(:last-child) {
  margin-bottom: 16px;
}

.about__detail>.normal {
  font-size: 14px;
}

.about__detail>.attention {
  font-size: 12px;
}


.supervisor {
  max-width: 1232px;
  margin: 80px auto;
  padding: 0 16px;
}

.supervisor__box {
  padding: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to right, #5aa34d, #2f7ba3);
}

.supervisor__box:not(:last-child) {
  margin-bottom: 80px;
}

.supervisor-detail {
  background-color: #FFFFFF;
  width: 100%;
  padding: 24px 16px;
}

.supervisor-detail__ttl {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  text-decoration: underline;
  margin-bottom: 32px;
}

.supervisor-detail__content {
  display: flex;
  justify-content: center;
}

.supervisor-detail__content .img {
  height: 350px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 56px;
}

.supervisor-detail__content .img img {
  width: 400px;
  object-fit: cover;
}

.supervisor-detail__content .txt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.supervisor-detail__content .txt__lead {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 24px;
}

.supervisor-detail__content .txt__ttl {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
}

.supervisor-detail__content .txt__ttl span {
  font-size: 16px;
}

.supervisor-detail__content .txt__affiliation {
  font-size: 20px;
  font-weight: bold;
}

.supervisor-detail__content .txt__bottom {
  position: relative;
}

.supervisor-detail__content .txt__btn {
  cursor: pointer;
  position: relative;
  background-color: #F8F8F8;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
}

.supervisor-detail__content .txt__btn::after {
  position: absolute;
  content: '＋';
  display: block;
  border-radius: 50vw;
  background-color: #545454;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  width: 24px;
  height: 24px;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.supervisor-explanation {
  display: none;
  position: fixed;
  padding: 0 16px;
  background-color: rgba(0, 0, 0, 0.25);
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 10;
  margin-top: 16px;
  justify-content: center;
  align-items: center;
}

.supervisor-detail__content .txt__bottom.active .supervisor-explanation {
  display: flex;
}

.supervisor-explanation__inner {
  background-color: #FFFFFF;
  max-width: 700px;
}

.supervisor-explanation__inner div {
  height: 56px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: end;
}

.batsu {
  display: block;
  position: relative;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.batsu::before,
.batsu::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 24px;
  background: #333;
}

.batsu::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.batsu::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.supervisor-explanation__inner p {
  padding: 0 56px 56px;
  font-weight: 700;
  max-height: 600px;
  overflow-y: scroll;
}


.outline {
  max-width: 1232px;
  margin: 0 auto;
  padding: 80px 16px 0;
}

.outline__ttl {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 32px;
}

.outline td,
.outline th {
  border: none;
}

.outline__table {
  width: 100%;
  border-collapse: collapse;
}

.outline__table tr {
  border-bottom: 1px solid #DEDEDE;
}

.outline__table tr:first-child {
  border-top: 1px solid #DEDEDE;
}

.outline__table tr td:first-child {
  font-size: 16px;
  width: 20%;
  padding: 32px 16px 32px 0px;
}

.outline__table tr td:nth-child(2) {
  width: 80%;
  padding: 32px 0px 32px 16px;
  font-size: 20px;
  font-weight: 700;
}

.outline__table .table-link {
  font-weight: 400;
  color: #419133;
  text-decoration: underline;
}

.outline__table .table-txt-md {
  font-size: 14px;
  display: block;
  font-weight: 400;
}

.outline__table .table-txt-md:not(:last-child) {
  margin-bottom: 16px;
}

.outline__table .table-txt-sm {
  font-size: 14px;
  display: block;
  font-weight: 400;
}


.cta {
  padding: 80px 0;
}

.cta__content {
  max-width: 1032px;
  margin: 0 auto;
  padding: 0 16px;
}

.cta__content .top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}

.cta__content .top__btn {
  position: relative;
  height: 250px;
  width: 49%;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  padding: 32px 8px 32px 32px;
  font-weight: 700;
  font-size: 40px;
  border-radius: 4px;
  background-position: center;
  background-size: cover;
}

.cta__content .top__btn span {
  position: relative;
  z-index: 1;
  text-shadow: #202020 1px 0 10px;
}

.cta__content .top__btn::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  top: 0;
  left: 0;
  background: linear-gradient(to right, #5aa34d, #2f7ba3);
  border-radius: 4px;
  opacity: .2;
}

.top__btn--course {
  background-image: url('../images/Ax98aW07Ah9B9fmcJO8mIurob9efk42NWS25HPu4.jpg');
}

.top__btn--exam {
  background-image: url('../images/lfNJUR4eqC9zH9RyMu27aBXkAWoLG1ETxYJriMU0.jpg');
}

.cta__content .bottom__btn {
  height: 250px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  background: linear-gradient(to right, #5aa34d, #2f7ba3);
  padding: 0 16px;
  font-weight: 700;
  font-size: 40px;
  border-radius: 4px;
  background-position: center;
  background-size: cover;
}

.cta__attention {
  max-width: 1232px;
  margin: 0 auto;
  padding: 80px 16px 0;
}

.cta-detail {
  height: 300px;
  background-image: url('../images/YnVcUJ8zOLi9xXtC8x2OmPmxuAbEm6XaL40YZ50I.jpg');
  background-color: rgba(255, 255, 255, 0.6);
  background-blend-mode: lighten;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}

.cta-detail__txt {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
}

.cta-detail__btn {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  background: linear-gradient(to right, #5aa34d, #2f7ba3);
  font-weight: 700;
  font-size: 20px;
  border-radius: 4px;
  padding: 0 16px;
}

.cnm_certification .cta-detail__btn {
display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  height: 80px;
  padding: 0 28px;
  color: #2f7ba3;
  font-size: 22px;
  font-weight: 700;
  border-radius: 4px;
  text-align: center;
  background:#EBF6FD;
  border: 3px solid #2f7ba3;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  text-decoration: none;
  white-space: nowrap;
}

.cta-detail__btn_label{
    font-size: 14px;
      font-weight: 700;
      padding: 4px 12px;
      border-radius: 20px;
      background: #14759c;
      color: #ffffff;
      line-height: 1;
}


.faq {
  background-color: #F8F8F8;
}

.faq__inner {
  max-width: 1232px;
  margin: 0 auto;
  padding: 56px 16px 80px;
}

.faq__ttl {
  font-size: 32px;
  font-family: "Roboto", sans-serif;
  text-align: center;
  font-weight: 700;
  margin-bottom: 32px;
}

.faq-item {
  border-bottom: 1px solid #D7D7D7;
  padding-bottom: 32px;
  cursor: pointer;
  padding-top: 32px;
}

.faq-item:first-child {
  border-top: 1px solid #D7D7D7;
}

.faq-item__question {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-item__question>.ttl {
  width: calc(100% - 40px);
  margin-right: 15px;
  font-size: 20px;
  display: flex;
  align-items: center;
}

.faq-item__question>.ttl::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  margin-right: 15px;
  background-image: url("../images/WefYQJkMQSsb1YlwQNFKRvN1slZbj54dzzXhg9mr.png");
  background-size: cover;
}

.faq-item__question>.ttl>h3 {
  max-width: calc(100% - 40px);
  font-weight: 700;
}

.faq-item__question>.btn {
  border-radius: 50%;
  width: 25px;
  height: 25px;
  color: #FFFFFF;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
}

.faq-item.active .btn {
  transform: rotate(180deg);
  color: #000;
  background-color: #F0F0F0;
}

.faq-item__answer {
  margin-top: 32px;
  font-size: 16px;
  display: none;
  align-items: center;
}

.faq-item__answer.open {
  display: flex;
}

.faq-item__answer::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  margin-right: 15px;
  background-image: url("../images/tH8uoBBLiPqDjMHElrWNjNyqREcicgVnTFLcBdQu.png");
  background-size: cover;
}

.faq-item__answer p {
  max-width: calc(100% - 40px);
}


.contact {
  max-width: 1232px;
  margin: 0 auto;
  padding: 80px 16px;
}

.contact__ttl {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 32px;
}


.footer {
  background-color: #202020;
  padding: 16px;
}

.copyright {
  color: #FFFFFF;
  font-size: 12px;
  text-align: center;
}


@media screen and (max-width:991px) {
  .header__logo span {
    display: none;
  }

  .fv__main {
    height: 400px;
    background-image: url('https://www.kankyo-business.jp/uploads/2024/06/24/rLG9j5kqmRQJH2RCjhlM6KPMLEOeh5a1QuM7mTk1.jpg');
  }

  .apply-detail__ttl>.md {
    display: block;
  }
}


@media screen and (max-width:767px) {
  .pc-display {
    display: none !important;
  }

  .sp-display {
    display: block !important;
  }

  .header {
    height: 56px;
  }

  .header__logo img {
    height: 30px;
  }

  .header__btn {
    height: 32px;
    font-size: 12px;
    padding: 0 8px;
  }

  .header__btn:not(:last-child) {
    margin-right: 8px;
  }

  .fv {
    padding-top: 56px;
  }

  .fv__main {
    height: 320px;
    background-image: url('https://www.kankyo-business.jp/uploads/2024/06/24/OGnuOp8iIrTl2NVqbsQKItJRHfMtTVCPs1EmPGvL.jpg');
  }

  .fv__ttl>.ttl-lead {
    font-size: 14px;
  }

  .fv__ttl>.ttl-deco {
    font-size: 12px;
  }

  .fv__ttl>.ttl {
    font-size: 56px;
  }

  .fv__ttl>.txt {
    font-size: 10px;
  }

  .fv__list {
    justify-content: center;
    margin: 24px auto 32px;
  }

  .fv__list li {
    width: 32%;
  }

  .fv__list li:nth-child(-n+3) {
    margin-bottom: 8px;
  }

  .fv__list li:nth-child(3n) {
    margin-right: 0;
  }

  .fv__list a {
    height: 32px;
    font-size: 10px;
  }

  .apply__box {
    padding: 8px;
  }

  .apply-detail__deco {
    width: 100px;
    height: 100px;
    right: -20px;
    top: -64px;
  }

  .apply-detail__deco>.sm {
    font-size: 12px;
  }

  .apply-detail__deco>.md {
    font-size: 18px;
  }

  .apply-detail__ttl span:not(:last-child) {
    margin-right: 8px;
  }

  .apply-detail__ttl>.md {
    font-size: 20px;
  }

  .apply-detail__ttl>.lg {
    font-size: 24px;
  }

  .apply-item__ttl {
    font-size: 14px;
  }

  .apply-item__txt>.day {
    font-size: 16px;
  }

  .apply-item__txt>.time {
    font-size: 10px;
  }

  .worry__ttl {
    font-size: 20px;
    margin-bottom: 32px;
  }

  .worry-item {
    width: 48%;
  }

  .worry-item:nth-child(odd) {
    margin-right: 4%;
  }

  .worry-item__txt .emphasis {
    font-size: 16px;
  }

  .worry-item__txt .pc.emphasis {
    background: none;
  }

  .worry-item__txt .sp.emphasis {
    background: linear-gradient(transparent 80%, #f7e019 20%);
  }

  .solution__lead {
    font-size: 18px;
  }

  .solution__text {
    font-size: 20px;
  }

  .about__ttl {
    font-size: 18px;
    margin-bottom: 24px;
  }

  .about__img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 24px;
  }

  .about__detail {
    width: 100%;
  }

  .about__detail>.attention {
    font-size: 10px;
  }

  .supervisor__box {
    padding: 8px;
  }

  .supervisor-detail__ttl {
    font-size: 18px;
  }

  .supervisor-detail__content {
    display: block;
  }

  .supervisor-detail__content .img {
    margin-right: 0;
    margin-bottom: 32px;
    height: 300px;
  }

  .supervisor-detail__content .txt__top {
    margin-bottom: 40px;
  }

  .supervisor-explanation p {
    font-size: 12px;
    width: auto;
  }

  .supervisor-detail__content .txt__affiliation {
    font-size: 16px;
  }

  .outline__ttl {
    font-size: 24px;
    margin-bottom: 24px;
  }

  .outline__table tr td:first-child {
    display: block;
    padding: 18px 0 6px 0;
    font-size: 14px;
    width: 100%;
  }

  .outline table tr td:nth-child(2) {
    display: block;
    padding: 6px 0 18px 0;
    font-size: 14px;
    width: 100%;
  }

  .outline__table .table-txt-md {
    font-size: 12px;
  }

  .outline__table .table-txt-sm {
    font-size: 12px;
  }

  .cta__content .top {
    margin-bottom: 16px;
  }

  .cta__content .top__btn {
    height: 200px;
    padding: 0;
    justify-content: center;
    font-size: 24px;
  }

  .cta__content .bottom__btn {
    height: 200px;
    font-size: 28px;
  }

  .cta-detail__inner {
    padding: 0 16px;
  }

  .cta-detail__txt {
    font-size: 20px;
  }

  .faq__ttl {
    font-size: 24px;
    margin-bottom: 24px;
  }

  .faq-item__question>.ttl {
    font-size: 14px;
  }

  .faq-item__answer {
    font-size: 14px;
  }

  .contact__ttl {
    font-size: 24px;
    margin-bottom: 24px;
  }
}


@media screen and (max-width:575px) {
  .apply-detail__deco {
    width: 80px;
    height: 80px;
    top: -48px;
  }

  .apply-detail__deco>.sm {
    font-size: 10px;
  }

  .apply-detail__deco>.md {
    font-size: 16px;
  }

  .apply-detail__list {
    flex-wrap: wrap;
  }

  .apply-item {
    padding: 8px;
  }

  .apply-item.apply-item--deadline {
    width: 100%;
  }

  .apply-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 16px;
  }

  .apply-item.apply-item--exam {
    width: 100%;
  }

  .apply-detail__btn {
    height: 60px;
    font-size: 20px;
  }
}


/* CNM検定用ekyc本人確認用ページCSS 20260310能勢 */

.ekyc-form-section {
  background: #f8fbfc;
  padding: 5vw 0 7vw;
}

.ekyc-form-inner {
  width: min(92%, 820px);
  margin: 0 auto;
  background: #fff;
  border: 1px solid #d9e5e8;
  border-radius: 16px;
  padding: 40px 32px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  font-family: "Noto Sans JP", sans-serif;
}

.ekyc-form-heading {
  margin-bottom: 28px;
  text-align: center;
}

.ekyc-form-heading__en {
  font-size: 14px;
  letter-spacing: 0.12em;
  color: #007383;
  margin-bottom: 8px;
  font-weight: 700;
}

.ekyc-form-heading__ja {
  font-size: 32px;
  line-height: 1.4;
  font-weight: 700;
  color: #222;
  margin-bottom: 12px;
}

.ekyc-form-heading__lead {
  font-size: 15px;
  line-height: 1.9;
  color: #555;
}

.ekyc-form__group + .ekyc-form__group {
  margin-top: 24px;
}

.ekyc-form__label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #222;
}

.ekyc-form__required {
  display: inline-block;
  background: #cc0000;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  padding: 6px 8px;
  border-radius: 999px;
}

.ekyc-form__input,
.ekyc-form__textarea {
  width: 100%;
  border: 1px solid #c8d7dc;
  border-radius: 10px;
  background: #fff;
  color: #222;
  font-size: 16px;
  line-height: 1.6;
  padding: 14px 16px;
  cursor: text;
}

.ekyc-form__input:focus,
.ekyc-form__textarea:focus {
  outline: none;
  border-color: #007383;
  box-shadow: 0 0 0 3px rgba(0, 115, 131, 0.12);
}

.ekyc-form__textarea {
  resize: vertical;
  min-height: 120px;
}

.ekyc-form__note {
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.7;
  color: #666;
}

.ekyc-form__info {
  margin-top: 24px;
  padding: 16px 18px;
  background: #f3f8f9;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.8;
  color: #444;
}

.ekyc-form__orderid {
  margin-top: 6px;
  font-weight: 700;
  color: #007383;
}

.ekyc-form__agreement {
  margin-top: 24px;
}

.ekyc-form__check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.8;
  color: #333;
}

.ekyc-form__check input[type="checkbox"] {
  appearance: checkbox;
  -webkit-appearance: checkbox;
  margin-top: 3px;
  cursor: pointer;
}

.ekyc-form__actions {
  margin-top: 28px;
  text-align: center;
}

.ekyc-form__button {
  display: inline-block;
  min-width: 320px;
  max-width: 100%;
  background: #cc0000;
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 16px 28px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  transition: opacity .2s ease, transform .2s ease;
}

.ekyc-form__button:hover:not(:disabled) {
  opacity: 0.92;
  transform: translateY(-1px);
}

.ekyc-form__button:disabled {
  opacity: 0.45;
}

.ekyc-form__footnote {
  margin-top: 16px;
  font-size: 12px;
  line-height: 1.8;
  color: #666;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .ekyc-form-section {
    padding: 12vw 0 14vw;
  }

  .ekyc-form-inner {
    width: 92%;
    padding: 28px 20px;
    border-radius: 12px;
  }

  .ekyc-form-heading__ja {
    font-size: 24px;
  }

  .ekyc-form-heading__lead {
    font-size: 14px;
  }

  .ekyc-form__label {
    font-size: 15px;
  }

  .ekyc-form__input,
  .ekyc-form__textarea {
    font-size: 16px;
    padding: 13px 14px;
  }

  .ekyc-form__button {
    width: 100%;
    min-width: 0;
    font-size: 16px;
    padding: 15px 20px;
  }
}