@charset "UTF-8";

/*---------------------
common
---------------------*/
/* プレビューバー非表示 */
#fs_preview_header {
  display: none;
}

/* プレビューバー非表示 end */
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-weight: 400;
  color: #333;
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: url("https://tools.itembox.cloud/item/lp/rationaltest/img/img_bg.png") center center/cover;
}

body.open {
  overflow: hidden;
}

a {
  transition: 0.2s;
}

a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
}

.font-roboto {
  font-family: "Roboto", sans-serif;
}

.text_serif {
  font-family: "Times", "Times New Roman", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", serif;
}

.marker {
  background: linear-gradient(transparent 0%, transparent 60%, #fff956 60%, #fff956 100%);
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.cInner {
  max-width: 1500px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.6rem;
  }

  section {
    padding: 50px 0 70px;
  }

  .inner {
    max-width: 92%;
    margin: 0 auto;
  }

  .sp {
    display: block;
  }

  .pc {
    display: none;
  }
}

/*--- btn-humburger ---*/
@media screen and (max-width: 767px) {
  .btn-humburger {
    height: 20px;
    width: 30px;
    position: relative;
    z-index: 999;
  }

  .btn-humburger span {
    display: block;
    width: 100%;
    height: 2px;
    background: #a0a0a0;
    position: absolute;
    left: 0;
    transition: 0.2s;
  }

  .btn-humburger span:first-of-type {
    top: 0;
  }

  .btn-humburger span:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
  }

  .btn-humburger span:last-of-type {
    bottom: 0;
  }

  body.open .btn-humburger span:first-of-type {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }

  body.open .btn-humburger span:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }

  body.open .btn-humburger span:last-of-type {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
  }
}

/*--- grobal_nav ---*/
@media screen and (max-width: 767px) {
  .global_nav {
    width: min(100%, 280px);
    height: 100vh;
    background: #fff;
    padding: 18vh 15px 47px;
    z-index: 888;
    position: fixed;
    right: -100%;
    top: 0;
    transition: 0.2s;
  }

  body.open .global_nav {
    right: 0;
  }

  .global_nav .logo_area {
    padding-bottom: 17px;
    width: 180px;
  }

  .global_nav .list_01 {
    padding: 42px 0 52px;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
  }

  .global_nav .list_01 li {
    margin-bottom: 26px;
  }

  .global_nav .list_01 li:last-child {
    margin-bottom: 0;
  }

  .global_nav .list_01 a {
    display: block;
    color: #545454;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.5;
    padding: 11px 0;
  }

  .global_nav .btn-contact,
  .global_nav .btn-assessment {
    height: 46px;
    box-shadow: none;
  }

  .global_nav .btn-contact {
    margin-bottom: 30px;
  }
}

/*---------------------
header
---------------------*/
header {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  background: #fff;
}

header .inner {
  max-width: 1000px;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .right_area {
  display: flex;
  align-items: center;
  gap: 20px;
}

header .right_area .box_tel .tel a {
  position: relative;
  font-size: 3rem;
  color: #333;
  font-weight: 700;
  line-height: 1;
  padding-left: 22px;
}

header .right_area .box_tel .tel a::before {
  content: "";
  top: calc(50% - 11px);
  left: 0;
  width: 18px;
  height: 22px;
  display: block;
  position: absolute;
  background-image: url(https://tools.itembox.cloud/item/lp/rationaltest/img/ico_tel.png);
  background-size: contain;
  background-repeat: no-repeat;
}

header .right_area .box_tel .time {
  font-size: 1.4rem;
  color: #555;
  line-height: 1;
  padding-top: 5px;
}

header .right_area a.btn_contact {
  display: inline-block;
  /* height: 46px; */
  padding: 14px 20px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #ba0000;
  border-radius: 5px;
  position: relative;
}

header .right_area a.btn_contact::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 20px;
  margin: -3px 8px 0 0;
  background: url(https://tools.itembox.cloud/item/lp/rationaltest/img/ico_mail_white.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

header .fixed_btn {
  position: fixed;
  right: 0;
  top: 52vh;
  z-index: 99;
}

header .fixed_btn a {
  display: flex;
  align-items: center;
  padding: 15px;
  background: #f8593c;
  border-radius: 4px 0 0 4px;
  color: #fff;
  font-size: 1.8rem;
  writing-mode: vertical-rl;
  line-height: 1;
}

header .fixed_btn a:hover {
  padding-right: 25px;
  opacity: 1;
}

header .fixed_btn a:before {
  content: "";
  display: block;
  width: 28px;
  height: 19px;
  background: url(https://tools.itembox.cloud/item/lp/rationaltest/img/ico_mail.png) no-repeat center/contain;
  margin-bottom: 15px;
}

header .fixed_btn a:after {
  content: none;
}

@media screen and (max-width: 767px) {
  header .inner {
    height: 50px;
    width: 92%;
    padding: 0;
  }

  header .inner>.logo_area {
    width: 173px;
  }

  header .tel_area a:before {
    content: "";
    display: block;
    background: url(https://tools.itembox.cloud/item/lp/rationaltest/img/ico_tel.png) no-repeat center/contain;
    width: 25px;
    height: 25px;
    margin-right: 15px;
  }

  header .fixed_btn {
    top: unset;
    bottom: 40px;
  }

  header .fixed_btn a {
    font-size: 1.2rem;
    padding: 11px;
  }

  header .fixed_btn a:before {
    width: 19px;
    height: 12px;
    margin-bottom: 9px;
  }

  header .right_area {
    display: none;
  }
}

/*---------------------
footer
---------------------*/
footer {
  text-align: center;
  padding: 0 0 10px;
}

footer .inner {
  padding: 200px 0 110px;
}

@media (max-width: 768px) {
  footer .inner {
    padding: 100px 0 55px;
  }
}

footer .logo_area {
  width: 346px;
  margin: 0 auto 30px;
}

footer .copyright {
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  footer .logo_area {
    width: 80%;
    margin: 0 auto;
    padding: 0 0 10px 0;
  }

  footer .copyright {
    font-size: 1rem;
  }
}

/*============================
#mv
============================*/
#mv {
  background: url(https://tools.itembox.cloud/item/lp/rationaltest/img/img_mv.png) center center/cover no-repeat;
  width: 100%;
  height: 640px;
  padding-top: 80px;
}

@media (max-width: 768px) {
  #mv {
    background: url(https://tools.itembox.cloud/item/lp/rationaltest/img/img_mv-sp.png) center center/cover no-repeat;
    height: 500px;
    padding-top: 50px;
  }
}

#mv .mv__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 55px 0 35px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
}

@media (max-width: 768px) {
  #mv .mv__inner {
    align-items: center;
    padding: 20px 0 20px;
    height: 500px;
  }
}

#mv .mv__inner .mv__txt {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  background: url(https://tools.itembox.cloud/item/lp/rationaltest/img/img_mv_ribbon.png) center center/contain no-repeat;
  width: 950px;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  line-height: 1.5;
}

@media (max-width: 768px) {
  #mv .mv__inner .mv__txt {
    background: url(https://tools.itembox.cloud/item/lp/rationaltest/img/img_mv_ribbon-sp.png) center center/contain no-repeat;
    width: 370px;
    height: 185px;
    font-size: 17px;
    padding-bottom: 10px;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
  }
}

/*============================
#content
============================*/
#content {
  padding: 40px 0 0;
}

@media (max-width: 768px) {
  #content {
    padding: 30px 0 0;
  }
}

#content .ttl__02 {
  background: #444444;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
  color: #fff;
  position: relative;
  margin-bottom: 80px;
}

@media (max-width: 768px) {
  #content .ttl__02 {
    font-size: 20px;
    padding: 20px 0;
    margin-bottom: 50px;
    line-height: 1.5;
  }
}

#content .ttl__02::before {
  content: "";
  position: absolute;
  bottom: -38px;
  left: 50%;
  transform: translateX(-50%);
  background: #444444;
  height: 38.9711431703px;
  width: 240px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

@media (max-width: 768px) {
  #content .ttl__02::before {
    height: 17.3205080757px;
    width: 70px;
    bottom: -16px;
  }
}

#content .cInner {
  max-width: 1200px;
  margin: 0 auto;
}

#content .cInner .content__box {
  padding: 50px 50px 80px;
  background: #fff;
}

@media (max-width: 768px) {
  #content .cInner .content__box {
    padding: 20px 15px 40px;
  }
}

#content .cInner .content__box:not(:last-child) {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  #content .cInner .content__box:not(:last-child) {
    margin-bottom: 20px;
  }
}

#content .cInner .content__box:nth-child(4) {
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  #content .cInner .content__box:nth-child(4) {
    margin-bottom: 60px;
  }
}

#content .cInner .content__box .ttl__03 {
  font-size: 24px;
  font-weight: bold;
  border-bottom: 4px solid #000;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  #content .cInner .content__box .ttl__03 {
    font-size: 18px;
    text-align: center;
    border-bottom: 3px solid #000;
    padding-bottom: 7px;
  }
}

@media (max-width: 768px) {
  #content .cInner .content__box .list {
    padding-left: 10px;
  }
}

#content .cInner .content__box .list .item {
  font-size: 22px;
  font-weight: bold;
  display: flex;
}

#content .cInner .content__box .list .item:not(:last-child) {
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  #content .cInner .content__box .list .item {
    font-size: 16px;
  }

  #content .cInner .content__box .list .item div:first-child {
    min-width: 50px;
  }
}

#content .cInner .content__box:nth-child(3) .test__wrapper:nth-child(2) .test__img {
  justify-content: center;
  padding: 0;
}

@media (max-width: 768px) {
  #content .cInner .content__box:nth-child(3) .test__wrapper:nth-child(2) .test__img img {
    height: 200px;
    width: auto;
  }
}

#content .cInner .content__box:nth-child(3) .test__wrapper:nth-child(3) .test__img {
  justify-content: center;
  padding: 10px 0;
}

@media (max-width: 768px) {
  #content .cInner .content__box:nth-child(3) .test__wrapper:nth-child(3) .test__img img {
    height: 200px;
    width: auto;
  }
}

#content .cInner .test__wrapper {
  display: flex;
  background: #eeeeee;
}

@media (max-width: 768px) {
  #content .cInner .test__wrapper {
    flex-direction: column;
  }
}

#content .cInner .test__wrapper .test__txt {
  width: 52%;
  padding: 30px;
}

@media (max-width: 768px) {
  #content .cInner .test__wrapper .test__txt {
    width: 100%;
    padding: 20px 0px 20px 10px;
  }
}

#content .cInner .test__wrapper .test__txt .ttl__04 {
  font-size: 20px;
  font-weight: bold;
  border-left: 6px solid #000;
  padding-left: 10px;
  max-height: 25px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  #content .cInner .test__wrapper .test__txt .ttl__04 {
    font-size: 16px;
    max-height: 25px;
    border-left: 5px solid #000;
    padding-left: 8px;
    margin-bottom: 15px;
  }
}

#content .cInner .test__wrapper .test__txt .ttl__04:has(.ttl__04_sm) {
  max-height: 85px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  line-height: 1.25;
}

#content .cInner .test__wrapper .test__txt .ttl__04 .ttl__04_sm {
  display: block;
  font-size: 16px;
}

@media (max-width: 768px) {
  #content .cInner .test__wrapper .test__txt .ttl__04 .ttl__04_sm {
    font-size: 12px;
  }
}

#content .cInner .test__wrapper .test__txt .txt {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.75;
}

@media (max-width: 768px) {
  #content .cInner .test__wrapper .test__txt .txt {
    font-size: 16px;
  }
}

#content .cInner .test__wrapper .test__txt .txt .txt__red {
  color: #e3000b;
}

#content .cInner .test__wrapper .test__img {
  width: 48%;
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 768px) {
  #content .cInner .test__wrapper .test__img {
    width: 100%;
    justify-content: center;
    padding-bottom: 20px;
  }
}

@media (max-width: 768px) {
  #content .cInner .test__wrapper .test__img img {
    width: auto;
    height: 145px;
  }
}

#content .cInner .test__wrapper:not(:last-child) {
  margin-bottom: 30px;
}

#content .cInner .test__wrapper:nth-child(odd) .test__txt {
  order: 1;
}

@media (max-width: 768px) {
  #content .cInner .test__wrapper:nth-child(odd) .test__txt {
    order: 0;
  }
}

#content .cInner .test__wrapper:nth-child(odd) .test__img {
  order: 0;
  justify-content: flex-start;
}

@media (max-width: 768px) {
  #content .cInner .test__wrapper:nth-child(odd) .test__img {
    order: 1;
    justify-content: center;
  }
}

#content .cInner .test__wrapper:nth-child(2) .test__img {
  justify-content: center;
  padding: 30px 0;
}

@media (max-width: 768px) {
  #content .cInner .test__wrapper:nth-child(2) .test__img {
    padding: 0px 0 20px;
  }
}

#content .cInner .test__wrapper:nth-child(5) .test__img {
  justify-content: center;
  padding: 10px 30px 20px;
}

#content .cInner .map__wrapper {
  height: 700px;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  #content .cInner .map__wrapper {
    height: 175px;
    margin-bottom: 15px;
  }
}

#content .cInner .map__wrapper iframe {
  width: 100%;
  height: 100%;
}

#content .cInner .address {
  padding-left: 30px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  #content .cInner .address {
    font-size: 16px;
    padding-left: 10px;
    margin-bottom: 30px;
  }
}

#content .cInner .access:not(:last-child) {
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  #content .cInner .access:not(:last-child) {
    margin-bottom: 30px;
  }
}

#content .cInner .access .access__ttl {
  font-size: 20px;
  font-weight: bold;
  background: #eeeeee;
  padding-left: 30px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  #content .cInner .access .access__ttl {
    font-size: 16px;
    padding-left: 10px;
  }
}

#content .cInner .access .access__txt {
  font-size: 18px;
  font-weight: bold;
  padding-left: 30px;
}

@media (max-width: 768px) {
  #content .cInner .access .access__txt {
    font-size: 16px;
    padding-left: 10px;
  }
}

#content .cInner .access .access__txt .txt__red {
  color: #e3000b;
}

#content .cInner .btn__wrapper {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#content .cInner .btn__wrapper .btn {
  background: #e3a600;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  width: 745px;
  margin: 0 auto 40px;
  padding: 20px 0;
  border-radius: 20px;
}

@media (max-width: 768px) {
  #content .cInner .btn__wrapper .btn {
    width: 345px;
    font-size: 16px;
    margin: 0 auto 20px;
    padding: 15px 0;
    border-radius: 15px;
  }
}

#content .cInner .btn__wrapper .btn__txt {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 768px) {
  #content .cInner .btn__wrapper .btn__txt {
    font-size: 14px;
  }
}

/*# sourceMappingURL=style.css.map */