@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
.sub_top_flex {
  display: flex;
  align-items: center;
}
.sub_top_flex .sub_title {
  width: 60%;
}
.sub_top_flex .sub_title h1 {
  line-height: 150%;
}
.sub_top_flex .sub_img {
  width: 38%;
}

/* 背景 */
.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 10;
}

/* 表示 */
.overlay.is-active {
  opacity: 1;
  visibility: visible;
}

/* 詳細カード */
.detail-card {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  background: #fff;
  padding: 50px 7%;
  width: 1000px;
  max-width: 90%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 11;
  border: solid 2px #222222;
}
.detail-card .detail_flex {
  display: flex;
  align-items: center;
  gap: 10px;
}
.detail-card .detail_flex img {
  width: 200px;
}
.detail-card h3 {
  font-size: 20px;
  line-height: 100%;
  display: inline-block;
  margin-left: 20px;
  font-weight: 400;
  margin-bottom: 20px;
}
.detail-card h4 {
  font-size: 23px;
  margin-bottom: 5px;
}
.detail-card h4 span {
  font-weight: 400;
}
.detail-card .text p {
  font-size: 18px;
  padding: 20px 5%;
  font-weight: 600;
  line-height: 170%;
}
.detail-card .img {
  margin-top: 20px;
  min-width: 200px;
}

/* 表示 */
.detail-card.is-active {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}

/* 閉じるボタン */
.detail-card .close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
  line-height: 100%;
  border: solid 1px #707070;
  width: 60px;
  height: 60px;
  font-size: 50px;
  font-weight: 400;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #707070;
  border-radius: 50%;
}

.detail-card::before {
  top: -2.2px;
  left: -2.2px;
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.sub_title span {
  font-family: "corporate-logo-ver2", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 800;
}

.content {
  max-width: 90%;
  width: 1400px;
  margin: 100px auto;
}
.content .title {
  margin-bottom: 50px;
}
.content .title h2 {
  font-size: 40px;
}
.content .title h3 {
  font-size: 27px;
  padding: 10px 50px;
  display: inline-block;
  position: relative;
}
.content .title h3::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 1px;
  background: #222222;
  left: 0px;
  top: 50%;
  transform: translate(0, -50%);
}
.content .title h3::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 1px;
  background: #222222;
  right: 0px;
  top: 50%;
  transform: translate(0, -50%);
}
.content .left {
  padding-top: 10px;
}
.content .content_flex {
  display: flex;
  margin: 0px 0;
}
.content .content_flex .left {
  width: 200px;
  padding-right: 10px;
}
.content .center {
  width: calc(8% + 20px);
  position: relative;
}
.content .center .circle {
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 50%;
  margin-top: 32px;
}
.content .center::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 100%;
  content: "";
  background: #89898d;
  z-index: -1;
  opacity: 0.7;
}
.content .center::after {
  position: absolute;
  top: 39px;
  left: 0;
  width: 100%;
  height: 7px;
  content: "";
  background: #89898d;
  z-index: -1;
}
.content .right {
  width: calc(100% - 220px);
}
.content .right .right_content {
  padding-left: 2%;
  padding-bottom: 50px;
}
.content .right .right_content h4 {
  font-size: 55px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #005798;
}
.content .right .right_content p {
  font-size: 24px;
  font-family: "kozuka-gothic-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.content .more_block {
  text-align: right;
}
.content .more {
  display: inline-flex;
  background: #ffee74;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1294117647);
  align-items: center;
  padding: 10px 25px 10px 40px;
  border-radius: 99999px;
  margin: 20px 0;
}
.content .more .text {
  font-size: 30px;
  padding-right: 20px;
}
.content .more img {
  width: 20px;
}
.content .triangle {
  position: absolute;
  left: -25px;
  bottom: -30px;
  width: 70px;
}

.message {
  text-align: center;
  position: relative;
  margin: 100px auto;
  width: 1500px;
  max-width: 100%;
  margin-bottom: 200px;
}
.message .content {
  padding: 0 5%;
}
.message .text {
  font-size: 50px;
  text-align: center;
  font-weight: 600;
  line-height: 170%;
  display: inline-block;
}
.message .circle {
  position: absolute;
  z-index: -1;
}
.message .circle1 {
  width: 120px;
  top: -100px;
  left: 2%;
}
.message .circle2 {
  width: 250px;
  top: -50px;
  right: 0%;
}

@media (max-width: 700px) {
  .sub_top_flex {
    align-items: flex-start;
  }
  .sub_top_flex .sub_title {
    width: 100%;
  }
  .content .title h2 {
    font-size: 18px;
  }
  .content .title h3 {
    font-size: 18px;
    padding: 10px 30px;
  }
  .content .title h3::before {
    width: 20px;
  }
  .content .title h3::after {
    width: 20px;
  }
  .content {
    margin: 50px auto;
  }
  .content .content_flex .left {
    width: 80px;
    padding-top: 28px;
    padding-right: 0px;
  }
  .content .center::before {
    width: 10px;
  }
  .content .center .circle {
    width: 10px;
    height: 10px;
    margin-top: 37px;
  }
  .content .right {
    width: calc(100% - 90px - 8%);
  }
  .content .right .right_content h4 {
    font-size: 16px;
  }
  .content .right .right_content p {
    font-size: 16px;
  }
  .content .more {
    padding: 5px 15px 5px 25px;
    text-align: left;
  }
  .content .more .text {
    font-size: 16px;
    padding-right: 10px;
  }
  .content .more img {
    width: 8px;
  }
  .content .more_block {
    text-align: left;
  }
  .content .triangle {
    width: 35px;
    left: -12px;
  }
  .message {
    margin-top: 80px;
  }
  .message .text {
    font-size: 14px;
  }
  .message .content {
    padding: 0 0%;
    margin-top: 0;
  }
  .message img {
    display: none;
  }
  .detail-card .detail_flex .img1 {
    width: 100px;
  }
  .detail-card .detail_flex .img1 img {
    width: 100px;
  }
  .detail-card h4 {
    font-size: 16px;
  }
  .detail-card .text p {
    font-size: 16px;
    border-bottom: solid 1px #000000;
  }
}/*# sourceMappingURL=training.css.map */