@charset "UTF-8";
/*----------------------------------------
変数
----------------------------------------*/
.m-desc {
  font-size: 1.6rem;
  line-height: 1.5;
}

.m-box {
  position: relative;
  margin-top: 8rem;
  padding: 2.4rem 2.4rem 2.4rem 2.4rem;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  border-left: 1px solid #333;
  box-sizing: border-box;
}
.m-box:before, .m-box:after {
  content: "";
  display: block;
  position: absolute;
}
.m-box:before {
  background: linear-gradient(135deg, transparent 2rem, #333 0);
  width: calc(100% + 0.1rem);
  height: 3rem;
  top: -2.9rem;
  left: 0;
}
.m-box:after {
  background: linear-gradient(135deg, transparent 2rem, #F4AC9F 0);
  width: calc(100% - 0.1rem);
  height: 2.9rem;
  top: -2.8rem;
  left: 0.1rem;
}
@media screen and (max-width: 799px) {
  .m-box {
    margin-top: 7rem;
    padding: 1rem 1.5rem 2.4rem 1.5rem;
    display: block;
  }
}

@media screen and (max-width: 599px) {
  .title04 > h2.three_line_sp {
    padding-right: initial;
  }
  .title04 > h2.three_line_sp:after {
    border-top: 4.5rem solid transparent;
    border-bottom: 4.5rem solid transparent;
    border-left: 1rem solid #73afcd;
  }
}

/*===============================================
●共通(styles.css上書き)
===============================================*/
.whiteBox {
  margin-bottom: 12rem;
}
.whiteBox-last {
  margin-bottom: 0;
}
@media screen and (max-width: 849px) {
  .whiteBox {
    margin-bottom: 6rem;
  }
  .whiteBox-last {
    margin-bottom: 0;
  }
}

main.grid {
  padding: 12rem 2rem 25.6rem;
}
@media screen and (max-width: 599px) {
  main.grid {
    padding: 5rem 2rem 18.1rem;
  }
}

p {
  margin: 0;
}

.sentence {
  text-align: left;
}

/*===============================================
●ページ内共通
===============================================*/
/* lead
---------------------------------------- */
#lead {
  justify-content: flex-start;
  height: 48rem;
  padding-top: 5.6rem;
}
@media screen and (max-width: 799px) {
  #lead {
    height: auto;
  }
}
@media screen and (min-width: 850px) {
  #lead h1 {
    padding-bottom: 5.5rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 849px) {
  #lead h1 {
    line-height: 1.44;
  }
}
@media screen and (max-width: 849px) {
  #lead h1 {
    font-size: 2.4rem;
    line-height: 1.33;
  }
}
#lead .lead--text1 {
  font-size: 2.8rem;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 849px) {
  #lead .lead--text1 {
    display: block;
    font-size: 1.8rem;
  }
}
#lead .lead--text2 {
  font-size: 3.8rem;
}
@media screen and (max-width: 849px) {
  #lead .lead--text2 {
    font-size: 2.4rem;
  }
}
#lead .flexBox {
  max-width: 1000px;
  width: 100%;
  margin: 4.8rem auto 0;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row-reverse;
  position: relative;
  z-index: 20;
  gap: 3rem;
}
@media screen and (max-width: 599px) {
  #lead .flexBox {
    flex-direction: column;
    align-items: center;
    gap: 0;
    margin-top: 3rem;
  }
}
#lead .flexBox--text {
  letter-spacing: 0;
  text-align: left;
  width: auto;
  line-height: 1.4444444444;
}
#lead .flexBox--text sup {
  font-size: 60%;
  vertical-align: super;
}
#lead .flexBox--text-gray_bg {
  margin-top: 1.6rem;
  padding: 1rem 2rem;
  background-color: #e6ebee;
}
@media screen and (max-width: 599px) {
  #lead .flexBox--text {
    font-size: 1.6rem;
  }
}
#lead .flexBox--focus {
  flex-shrink: 0;
}
@media screen and (max-width: 599px) {
  #lead .flexBox--focus {
    margin-top: 2rem;
  }
}
#lead .flexBox--pic {
  position: relative;
}
@media screen and (max-width: 599px) {
  #lead .flexBox--pic {
    top: 0;
  }
}
#lead .flexBox .pink {
  color: #E4007F;
}
#lead .flexBox--img {
  position: relative;
  top: -8.4rem;
}
@media screen and (max-width: 599px) {
  #lead .flexBox--img {
    display: none;
  }
}
#lead .flexBox--img-sp {
  display: none;
}
@media screen and (max-width: 599px) {
  #lead .flexBox--img-sp {
    display: block;
    top: 0;
    right: 1.6rem;
  }
}

/* ボタン
---------------------------------------- */
.btnBox .btn a {
  line-height: 1.44;
  height: 6.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.summary--title {
  line-height: 1.5;
  margin-bottom: 2.4rem;
  padding-bottom: 2.4rem;
  border-bottom: #17577e 2px solid;
}
.summary--title .summary--title-yellow {
  padding: 0;
  background-image: linear-gradient(transparent 60%, #FFEF24 0%);
}
.summary--title .summary--title-yellow:before, .summary--title .summary--title-yellow:after {
  content: none;
}
.summary--title .summary--title-sub {
  display: block;
  padding: 0;
  font-size: 2rem;
}
.summary--title .summary--title-sub:before, .summary--title .summary--title-sub:after {
  content: none;
}
@media screen and (max-width: 599px) {
  .summary--title .summary--title-sub {
    font-size: 1.6rem;
  }
}
.summary--desc-pink {
  color: #e4007f;
}
.summary--desc sup {
  font-size: 60%;
  vertical-align: super;
}
.summary--note {
  margin-top: 1rem;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  .summary--note {
    margin-top: 0.8rem;
  }
}
.summary--img {
  display: block;
  margin-top: 3.2rem;
}
.summary--img-sp {
  display: none;
}
@media screen and (max-width: 599px) {
  .summary--img {
    display: none;
  }
  .summary--img-sp {
    display: block;
    margin: 2.4rem auto 0;
    width: 100%;
  }
}

.summary_reason {
  position: relative;
  margin-top: 6.2rem;
  padding: 2.4rem 2.4rem 3.2rem;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  border-left: 1px solid #333;
}
.summary_reason:before {
  content: "";
  position: absolute;
  top: -2.9rem;
  left: 0;
  display: block;
  width: calc(100% + 0.1rem);
  height: 3rem;
  background-image: linear-gradient(135deg, transparent 2rem, #333 0);
}
.summary_reason:after {
  content: "";
  position: absolute;
  top: -2.8rem;
  left: 0.1rem;
  display: block;
  width: calc(100% - 0.1rem);
  height: 2.9rem;
  background-image: linear-gradient(135deg, transparent 2rem, #F4AC9F 0);
}
@media screen and (max-width: 599px) {
  .summary_reason {
    padding: 2rem 1.4rem;
  }
}
.summary_reason--title {
  padding-bottom: 2.4rem;
  text-align: left;
}
@media screen and (max-width: 599px) {
  .summary_reason--title {
    padding-bottom: 2rem;
  }
}
.summary_reason--list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2.4rem;
}
@media screen and (max-width: 599px) {
  .summary_reason--list {
    flex-direction: column;
    gap: 2rem;
  }
}
.summary_reason--item {
  flex: 1;
}
.summary_reason--item_title {
  padding: 0.8rem 3.2rem;
  background-color: #73afcd;
  border-radius: 2.4rem;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .summary_reason--item_title {
    padding: 0.4rem 3rem;
  }
}
.summary_reason--desc {
  margin-top: 1.2rem;
}
@media screen and (max-width: 599px) {
  .summary_reason--desc {
    margin-top: 1rem;
  }
}

.test .test--title {
  padding: 1rem 0 1rem 3rem;
}
.test .test--title:after {
  border-top-width: 3rem;
  border-bottom-width: 3rem;
}
@media screen and (max-width: 599px) {
  .test .test--title {
    padding-left: 2.4rem;
  }
  .test .test--title:after {
    border-top-width: 2.4rem;
    border-bottom-width: 2.4rem;
    border-left-width: 1.2rem;
  }
}
.test--desc {
  margin-top: 2.4rem;
}
.test--finally_text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
  margin-top: 4.8rem;
  color: #17577e;
  font-size: 2.7rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.test--finally_text:before, .test--finally_text:after {
  content: "";
  flex-grow: 1;
  display: block;
  height: 2px;
  background-color: #17577e;
}
@media screen and (max-width: 599px) {
  .test--finally_text {
    display: block;
    font-size: 2rem;
  }
  .test--finally_text:before, .test--finally_text:after {
    content: none;
  }
}
.test--detail {
  margin-top: 3.2rem;
}
.test--detail .test--detail-link {
  color: #4c7fd8;
  font-weight: bold;
  text-decoration: underline;
}
@media screen and (max-width: 599px) {
  .test--detail {
    margin-top: 2.4rem;
  }
}

.test_detail {
  margin-top: 4.8rem;
}
.test--desc + .test_detail {
  margin-top: 3.2rem;
}
@media screen and (max-width: 599px) {
  .test_detail {
    margin-top: 4rem;
  }
  .test--desc + .test_detail {
    margin-top: 3.2rem;
  }
}
.test_detail--title_wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.6rem;
}
@media screen and (max-width: 599px) {
  .test_detail--title_wrapper {
    gap: 1.2rem;
  }
}
.test_detail--title_sub {
  padding: 0.8rem 1.2rem;
  background-color: #56951f;
  border-radius: 0.8rem;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}
.test_detail-final .test_detail--title_sub {
  background-color: #015fa3;
}
@media screen and (max-width: 599px) {
  .test_detail--title_sub {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5.8rem;
    height: 5.8rem;
    padding: 0;
    border-radius: 50%;
    font-size: 1.4rem;
    line-height: 1.3;
    text-align: center;
  }
}
.test_detail--title {
  padding-bottom: 0;
  line-height: 1.5;
  text-align: left;
}
.test_detail--title .test_detail--title-yellow {
  padding: 0;
  background-image: linear-gradient(transparent 60%, #FFEF24 0%);
}
.test_detail--title .test_detail--title-yellow:before, .test_detail--title .test_detail--title-yellow:after {
  content: none;
}
.test_detail--wrapper {
  margin-top: 2.4rem;
  padding: 2.5rem;
  border: #BCD57D 7px solid;
  border-radius: 2rem;
}
.test_detail-final .test_detail--wrapper {
  border-color: #73afcd;
}
@media screen and (max-width: 599px) {
  .test_detail--wrapper {
    margin-top: 1.6rem;
    padding: 2.3rem 1.3rem;
    border-width: 6px;
  }
}
.test_detail--desc {
  margin-top: 2.4rem;
}

.test_detail_contents + .test_detail_contents {
  margin-top: 3.2rem;
}
@media screen and (max-width: 599px) {
  .test_detail_contents + .test_detail_contents {
    margin-top: 2.4rem;
  }
}
.test_detail_contents--test {
  padding: 1.6rem 2.4rem;
  background: linear-gradient(135deg, transparent 1rem, #E6EBEE 0);
}
@media screen and (max-width: 599px) {
  .test_detail_contents--test {
    padding: 1.2rem;
  }
}
.test_detail_contents--title {
  color: #17577e;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .test_detail_contents--title {
    font-size: 18px;
  }
}
.test_detail_contents--test_wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 1.2rem;
  margin-top: 0.8rem;
}
@media screen and (max-width: 599px) {
  .test_detail_contents--test_wrapper {
    flex-direction: column;
    align-items: center;
    margin-top: 1.2rem;
    gap: 0.4rem;
  }
}
.test_detail_contents--test_sub {
  flex-shrink: 0;
  padding: 0.4rem 1.2rem;
  background-color: #9fa0a0;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  .test_detail_contents--test_sub {
    font-size: 1.5rem;
  }
}
.test_detail_contents--test_text_wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 0.4rem;
}
.test_detail_contents--test_text_wrapper-column {
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 599px) {
  .test_detail_contents--test_text_wrapper {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
  }
}
.test_detail_contents--test_text {
  font-size: 1.6rem;
  line-height: 1.5;
}
.test_detail_contents--test_condition {
  font-size: 1.4em;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  .test_detail_contents--test_condition {
    margin-top: 0.4rem;
  }
}
.test_detail_contents--wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 3.2rem;
  margin-top: 2.4rem;
}
.test_detail_contents--wrapper + .test_detail_contents--wrapper {
  margin-top: 3.2rem;
  padding-top: 3.2rem;
  border-top: #68A2B9 3px dotted;
}
@media screen and (max-width: 599px) {
  .test_detail_contents--wrapper {
    flex-direction: column;
    margin-top: 2rem;
  }
  .test_detail_contents--wrapper + .test_detail_contents--wrapper {
    margin-top: 3rem;
    padding-top: 3rem;
  }
}
.test_detail_contents--l_wrapper, .test_detail_contents--r_wrapper {
  flex: 1;
}
@media screen and (max-width: 599px) {
  .test_detail_contents--l_wrapper, .test_detail_contents--r_wrapper {
    width: 100%;
  }
}
.test_detail_contents--graph_title {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.4rem;
  margin-bottom: 1.6rem;
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.5;
}
.test_detail_contents--graph_title:before {
  content: "";
  display: block;
  width: 16px;
  height: 20px;
  margin-top: 0.2rem;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid #BCD57D;
  border-right: 0;
}
.test_detail-final .test_detail_contents--graph_title:before {
  border-left: 16px solid #73afcd;
}
.test_detail_contents--img {
  display: block;
}
.test_detail_contents--img-sp {
  display: none;
}
@media screen and (max-width: 599px) {
  .test_detail_contents--img {
    display: none;
  }
  .test_detail_contents--img-sp {
    display: block;
    margin: 0 auto;
  }
}
.test_detail_contents--caption {
  margin-top: 1.6rem;
  color: #17577e;
}
.test_detail_contents--caption-center {
  text-align: center;
}
.test_detail_contents--caption-pink {
  color: #e4007f;
}
.test_detail_contents--result_text + .test_detail_contents--caption {
  margin-top: 2.4rem;
}
@media screen and (max-width: 599px) {
  .test_detail_contents--caption-center {
    text-align: left;
  }
  .test_detail_contents--result_text + .test_detail_contents--caption {
    margin-top: 1.6rem;
  }
}
.test_detail_contents--result_text {
  margin-top: 1.2rem;
  color: #17577E;
  font-size: 2.7rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.test_detail_contents--result_text-underline {
  background-image: linear-gradient(transparent 60%, #FFEF24 0%);
}
@media screen and (max-width: 599px) {
  .test_detail_contents--result_text {
    margin-top: 0.8rem;
    font-size: 2rem;
  }
  .test_detail_contents--result_text-underline {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}

.test_conclusion {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4.3rem;
  margin-top: 3rem;
  padding: 3.2rem 0;
  background-color: #e4eaee;
  border-radius: 8rem;
}
@media screen and (max-width: 599px) {
  .test_conclusion {
    flex-direction: column;
    justify-content: flex-start;
    gap: 2.4rem;
    width: 29.5rem;
    height: 29.5rem;
    margin: 3.2rem auto 0;
    padding: 1.6rem 0 0;
    border-radius: 50%;
  }
}
.test_conclusion--lead {
  position: relative;
  padding: 1rem 2.4rem;
  background-color: #17577e;
  border-radius: 8px;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
.test_conclusion--lead:after {
  content: "";
  position: absolute;
  right: -1.3rem;
  bottom: calc(50% - 3.6rem);
  display: block;
  width: 24px;
  height: 72px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2272%22%3E%3Cpath%20fill%3D%22%2317577e%22%20d%3D%22M23.26%2034.891a2%202%200%200%201%200%202.219L3.664%2066.5A2%202%200%200%201%200%2065.394V6.606A2%202%200%200%201%203.664%205.5Z%22%20data-name%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2%2048%22%2F%3E%3C%2Fsvg%3E");
}
@media screen and (max-width: 599px) {
  .test_conclusion--lead {
    padding: 0.4rem 1.4rem;
    border-radius: 2px 2px 0 0;
  }
  .test_conclusion--lead:after {
    right: calc(50% - 6.3rem);
    bottom: -1.6rem;
    width: 126px;
    height: 16px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22126%22%20height%3D%2216%22%3E%3Cpath%20fill%3D%22%2317577e%22%20d%3D%22M63.492%2015.875a2%202%200%200%201-.985%200l-47-11.937A2%202%200%200%201%2016%200h94a2%202%200%200%201%20.492%203.938Z%22%20data-name%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2%2077%22%2F%3E%3C%2Fsvg%3E");
  }
}
.test_conclusion--desc {
  color: #17577e;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 599px) {
  .test_conclusion--desc {
    font-size: 1.8rem;
    text-align: center;
  }
}
.test_conclusion--note {
  margin-top: 0.8rem;
  font-size: 1.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 599px) {
  .test_conclusion--note {
    text-align: center;
  }
}

.supply {
  max-width: 1000px;
  margin: 2.4rem auto 12rem;
}
@media screen and (max-width: 599px) {
  .supply {
    margin-top: 1.6rem;
    margin-bottom: 6rem;
  }
}
.supply--text {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.4rem;
  line-height: 1.5;
}/*# sourceMappingURL=23.css.map */