@charset "UTF-8";
/*共通*/
section.mainContentsArea {
  position: relative;
}

.pannavi {
  z-index: 10;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.footer {
  margin-top: 0px;
}

#request-form {
  margin-bottom: 50px;
}

img {
  max-width: 100%;
  height: auto;
}

.font120 {
  font-size: 120%;
}

.flexCenter {
  align-items: center;
}

.flexReverse {
  flex-direction: row-reverse;
}

.textNavy {
  color: #29558A;
}

.textBottomL {
  margin-bottom: 50px;
}

.textCenterPC {
  text-align: center;
}

.textRight {
  text-align: right;
}

.flexCenter {
  display: flex;
  justify-content: center;
}

body {
  min-width: 1024px;
  font-size: 16px;
  line-height: 1.8;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif" !important;
}

.w800Box {
  width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .textBottomL {
    margin-bottom: 30px;
  }
  .textCenterPC {
    text-align: left;
  }
  .w800Box {
    width: 94%;
  }
  body {
    min-width: 100%;
    font-size: 14px;
  }
}
/*common*/
.shadow {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

.backColorArea {
  background-color: #EFF8FD;
  padding: 40px 0;
}

.checkTxtBox > * {
  padding-left: 1.4em;
  background: url("https://shikaku-rails.s3.amazonaws.com/content_images/ouyoujoho_check_4e86dc4e46.png") no-repeat left 0 top 0.4em/1em 1em;
}
.checkTxtBox p:not(:last-child) {
  margin-bottom: 0.6em;
}

h2.normalTitle {
  text-align: center;
  font-size: clamp(18px, 5vw, 26px);
  position: relative;
  margin-bottom: 2em;
}
h2.normalTitle::after {
  content: "";
  position: absolute;
  display: block;
  width: 2em;
  height: 0.3em;
  background-color: #0081CC;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 0.8em;
}
h2.normalTitle .upper {
  color: #0081CC;
  background-color: #D0F0FF;
  color: #0081CC;
  font-size: 80%;
  padding: 4px 8px;
}

.textBox > *:not(:last-child) {
  margin-bottom: 8px;
}

/*mainArea*/
.mainArea {
  position: relative;
  background-color: #EFF8FD;
  height: 400px;
  overflow: hidden;
}
.mainArea::after {
  z-index: 2;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 64%;
  background: linear-gradient(to right, #EFF8FD 82%, rgba(239, 248, 253, 0) 100%);
}
.mainArea .mainInner {
  width: 1000px;
  height: 100%;
  margin: 0 auto;
}
.mainArea .mainInner .mainTitleBox {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  z-index: 5;
  background-color: #0081CC;
  color: #ffffff;
  padding: 32px 64px;
  text-align: center;
}
.mainArea .mainInner .mainTitleBox .mainTitle {
  font-size: clamp(18px, 5vw, 28px);
  line-height: 1.4;
  margin-bottom: 0.4em;
}
.mainArea .mainInner .mainTitleBox .mainTitle .bg {
  font-size: clamp(28px, 8vw, 52px);
  letter-spacing: 0.1em;
}
.mainArea .mainInner .mainTitleBox .bottomTxt {
  display: inline-block;
  font-weight: bold;
  background-color: #ffffff;
  color: #363636;
  padding: 2px 24px;
  border-radius: 32px;
  font-size: clamp(16px, 4.6vw, 20px);
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
}
.mainArea .mainInner .mainTitleBox .circle {
  position: absolute;
  top: -24px;
  right: -24px;
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #FCE339;
  color: #363636;
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}
.mainArea .mainInner .mainTitleBox .circle span.inner {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100px;
  text-align: center;
}
.mainArea .fvBackImg {
  z-index: 1;
  position: absolute;
  right: -2%;
  bottom: -8%;
  height: 140%;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

@media screen and (max-width: 640px) {
  .mainArea {
    height: auto;
  }
  .mainArea::after {
    height: 54%;
    width: 100%;
    background: linear-gradient(to bottom, #EFF8FD 82%, rgba(239, 248, 253, 0) 100%);
  }
  .mainArea .mainInner {
    width: 100%;
    margin: 24px auto 50%;
  }
  .mainArea .mainInner .mainTitleBox {
    transform: none;
    top: 4%;
    z-index: 5;
    padding: 16px 16px;
    margin: 0 auto;
    position: relative;
    width: 80%;
  }
  .mainArea .mainInner .mainTitleBox .circle {
    top: auto;
    right: -8px;
    bottom: -56px;
    width: 80px;
    height: 80px;
    font-size: 16px;
  }
  .mainArea .mainInner .mainTitleBox .circle span.inner {
    width: 80px;
  }
  .mainArea .fvBackImg {
    height: 90%;
    transform: none;
    left: auto;
    margin-right: 0%;
    bottom: -12%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
/*FV下*/
.logoImg {
  display: block;
  width: 90%;
  max-width: 400px;
  margin: 24px auto 24px;
}

.cbtContentsBox {
  margin-top: 24px;
}
.cbtContentsBox h2.cbtTitle {
  padding-left: 16px;
  position: relative;
  line-height: 1.4;
  margin-bottom: 0.4em;
  font-size: clamp(18px, 4vw, 20px);
}
.cbtContentsBox h2.cbtTitle::before {
  content: "";
  display: block;
  width: 6px;
  height: 100%;
  background-color: #0081CC;
  position: absolute;
  left: 0;
  top: 0;
}

/*CBTシステムの特徴*/
.systemContentsBox {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.systemContentsBox .systemTextBox h3 {
  color: #0081CC;
  font-size: clamp(18px, 4vw, 20px);
}
.systemContentsBox .systemTextBox h3 span.num {
  display: inline-block;
  color: #ffffff;
  background-color: #0081CC;
  width: 24px;
  height: 24px;
  line-height: 1;
  text-align: center;
  margin-right: 0.4em;
}
.systemContentsBox .systemTextBox > *:not(:last-child) {
  margin-bottom: 8px;
}
.systemContentsBox > img {
  width: 400px;
}

.reversePC {
  flex-direction: row-reverse;
}

.columnPC {
  flex-direction: column;
}

.planList {
  font-size: 80%;
  display: flex;
  align-items: start;
  gap: 8px;
  margin-top: 8px;
}
.planList li {
  background-color: #D0F0FF;
  border-radius: 16px;
  padding: 2px 16px;
}

.backColorBox {
  background-color: #EFF8FD;
  padding: 32px;
  border-radius: 16px;
}
.backColorBox h3 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 0.6em;
  line-height: 1.4;
}
.backColorBox .flexBox {
  display: flex;
  align-items: center;
  gap: 24px;
}
.backColorBox .flexBox > .textBox {
  flex: 1;
}
.backColorBox .flexBox > img {
  width: 320px;
}

.contentsTopMg {
  margin-top: 40px;
}

.pisitionBox {
  position: relative;
  width: 320px;
}
.pisitionBox .medalImg {
  position: absolute;
  width: 100px;
  right: -8px;
  bottom: -24px;
}

@media screen and (max-width: 640px) {
  .systemContentsBox {
    margin-top: 32px;
    flex-direction: column;
    gap: 8px;
  }
  .systemContentsBox .systemTextBox h3 {
    color: #0081CC;
    font-size: clamp(18px, 4vw, 20px);
  }
  .systemContentsBox .systemTextBox h3 span.num {
    display: inline-block;
    color: #ffffff;
    background-color: #0081CC;
    width: 24px;
    height: 24px;
    line-height: 1;
    text-align: center;
    margin-right: 0.4em;
  }
  .systemContentsBox > img {
    width: 400px;
  }
  .reversePC, .columnPC {
    flex-direction: column;
  }
  .planList {
    flex-direction: column;
    gap: 8px;
    margin-top: 8px;
  }
  .planList li {
    background-color: #D0F0FF;
    border-radius: 16px;
    padding: 2px 16px;
  }
  .backColorBox {
    padding: 16px 4%;
  }
  .backColorBox .flexBox {
    flex-direction: column;
    gap: 8px;
  }
  .backColorBox .flexBox > img {
    width: 100%;
    max-width: 320px;
  }
  .contentsTopMg {
    margin-top: 24px;
  }
  .pisitionBox {
    position: relative;
    width: 90%;
    max-width: 320px;
  }
  .pisitionBox .medalImg {
    position: absolute;
    width: 100px;
    right: -4%;
    bottom: -8px;
  }
}
/*pointTitle*/
.pointTxt {
  display: inline-block;
  position: relative;
  border-bottom: 2px solid #7ECEF4;
  padding: 0 1em 4px;
  margin-bottom: 10px;
}
.pointTxt::before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -32px;
  width: 0;
  height: 0;
  border: 16px solid transparent;
  border-top: 16px solid #7ECEF4;
}
.pointTxt::after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -27px;
  width: 0;
  height: 0;
  border: 14px solid transparent;
  border-top: 14px solid #ffffff;
}

.pointTitle {
  position: relative;
  text-align: center;
  font-size: 18px;
}
.pointTitle .moreImg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -30px;
  width: 50px;
}

.moreLinkList {
  width: 1000px;
  margin: 24px auto 0;
  display: flex;
  justify-content: center;
}
.moreLinkList li {
  width: 33%;
}
.moreLinkList li a.normalBtn {
  background-color: #7ECEF4;
  line-height: 1.2;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.normalBtn {
  display: block;
  position: relative;
  background-color: #FCE339;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  text-align: center;
  color: #363636;
  width: 90%;
  max-width: 350px;
  padding: 16px 0;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
}
.normalBtn::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #363636;
  border-right: 2px solid #363636;
  transform: rotate(45deg) translateX(-50%) translateY(-50%);
  right: 8%;
  top: 50%;
  margin-top: 2px;
}

@media screen and (max-width: 640px) {
  .moreLinkList {
    width: 94%;
    margin: 8px auto 0;
    flex-direction: column;
  }
  .moreLinkList li {
    width: 100%;
    margin-top: 8px;
  }
}
/**//*# sourceMappingURL=260414_yobishiken_cbt_support.css.map */