html {
  --color-main-1: #52a1a9;
  font-size: 62.5%;
}

html * {
  line-height: 1.5;
  box-sizing: border-box;
}

body {
  font-size: 1rem;
  box-sizing: border-box;
  word-wrap: break-word;
}

body * {
  box-sizing: border-box;
}

footer {
  margin-top: 90px;
  background: #000;
}

@media print, screen and (min-width: 769px) {
  footer {
    min-width: 950px;
  }
}
footer .in_foot {
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  footer .in_foot {
    max-width: 950px;
    margin: 0 auto;
    padding: 15px 0;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 768px) {
  footer .in_foot {
    padding: 20px 0;
  }
}
footer .in_foot .foot_nav ul {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 5px 0;
}

@media only screen and (max-width: 768px) {
  footer .in_foot .foot_nav ul {
    justify-content: center;
  }
}
footer .in_foot .foot_nav ul li a {
  text-decoration: none;
  color: #fff;
}

@media print, screen and (min-width: 769px) {
  footer .in_foot .foot_nav ul li a {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 768px) {
  footer .in_foot .foot_nav ul li a {
    font-size: 1rem;
  }
}
footer .in_foot .foot_nav ul li a:hover {
  text-decoration: underline;
}

footer .in_foot .foot_nav ul li a::after {
  display: inline-block;
  width: 12px;
  height: 10px;
  margin-left: 10px;
  content: "";
  background: url("/svcsol/survey/all-it/2023/images/icon_externallink.svg") no-repeat center top;
  background-size: cover;
}

footer .in_foot .foot_nav ul li {
  display: flex;
  align-items: center;
  gap: 20px;
}
footer .in_foot .foot_nav ul li:not(:first-child) {
  margin-left: -1px;
}
footer .in_foot .foot_nav ul li::before, footer .in_foot .foot_nav ul li::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1em;
  background-color: #fff;
}

footer .in_foot .copy {
  color: #fff;
}

@media only screen and (max-width: 768px) {
  footer .in_foot .copy {
    margin-top: 20px;
    text-align: center;
  }
}
@media print, screen and (min-width: 769px) {
  html {
    font-size: 62.5%;
  }

  html * {
    line-height: 1.5;
    box-sizing: border-box;
  }

  body {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1rem;
    word-wrap: break-word;
  }

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

  img[src$=".svg"] {
    width: 100%;
  }

  .wrapper {
    overflow: hidden;
  }
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 62.5%;
  }

  html * {
    box-sizing: border-box;
    line-height: 1.5;
  }

  body {
    font-size: 1rem;
    word-wrap: break-word;
  }

  img {
    width: 100%;
  }

  .wrapper {
    overflow: hidden;
  }

  .u-sp {
    display: block;
  }

  .u-pc {
    display: none;
  }
}
.l-header {
  position: relative;
}

.l-header .in_head {
  width: 100%;
  margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
  .l-header .in_head {
    min-width: 950px;
  }
}
.l-header .grand_title {
  margin: 0 auto;
  text-align: right;
}

@media print, screen and (min-width: 769px) {
  .l-header .grand_title {
    max-width: 950px;
  }
}
@media only screen and (max-width: 768px) {
  .l-header .grand_title {
    position: absolute;
    text-align: right;
    width: 100%;
    top: 0;
    right: 0;
  }
}
.l-header .grand_title .logotop {
  display: inline-block;
  background: #000;
}

@media print, screen and (min-width: 769px) {
  .l-header .grand_title .logotop {
    width: 106px;
    height: 70px;
    margin-bottom: 50px;
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .l-header .grand_title .logotop {
    width: 75px;
    height: 50px;
    display: inline-block;
    margin-bottom: 45px;
    background: #000;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header .grand_title .logotop a {
    display: block;
    margin-top: 10px;
    margin-right: 5px;
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .l-header .grand_title .logotop a {
    display: block;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.l-header .grand_title .logotop a img {
  width: 100%;
  height: auto;
}

@media print, screen and (min-width: 769px) {
  .main_visual {
    position: relative;
    max-width: 950px;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 769px) {
  .main_visual_title {
    position: absolute;
    left: 0;
    margin: 0 auto;
    top: -40px;
  }
}
@media only screen and (max-width: 768px) {
  .main_visual_title {
    position: absolute;
    top: 14.366vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media print, screen and (min-width: 769px) {
  .main_visual_title h1 img {
    width: 475px;
    min-width: initial;
  }
}
@media only screen and (max-width: 768px) {
  .main_visual_title h1 img {
    width: 88.333vw;
    max-width: initial;
    margin-bottom: 0;
  }
}
header {
  position: relative;
  z-index: 1;
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  header {
    min-width: 950px;
    height: 825px;
    background: url("/svcsol/survey/all-it/2023/images/bg_mainvisual.png") no-repeat center top;
    background-size: 2400px;
  }
}
@media only screen and (max-width: 768px) {
  header {
    background: url("/svcsol/survey/all-it/2023/images/bg_mainvisual_sp.png") no-repeat center top;
    height: 160vw;
    background-size: cover;
    position: relative;
    width: 100%;
  }
}
.contents {
  position: relative;
  z-index: 2;
}

.inner-contents {
  margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
  .inner-contents {
    max-width: 1000px;
  }
}
.c-hd {
  position: relative;
  z-index: 2;
  text-align: center;
  font-weight: 700;
  color: #475090;
}

.c-hd .c-hd_small {
  display: block;
}

@media print, screen and (min-width: 769px) {
  .c-hd {
    font-size: 38px;
    line-height: 1.38;
    margin-bottom: 30px;
  }

  .c-hd .c-hd_small {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .c-hd {
    position: relative;
    z-index: 1;
    font-size: 30px;
    line-height: 1.5;
    margin-bottom: 40px;
  }

  .c-hd .c-hd_small {
    font-size: 18px;
    padding-bottom: 6px;
  }
}
.c-hd::after {
  content: "";
  display: block;
  height: 6px;
  background: var(--color-main-1);
}

@media print, screen and (min-width: 769px) {
  .c-hd::after {
    width: 100px;
    margin: 21px auto 0;
  }
}
@media only screen and (max-width: 768px) {
  .c-hd::after {
    width: 82px;
    margin: 22px auto 0;
  }
}
.c-txt {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
}

@media print, screen and (min-width: 769px) {
  .btn_area {
    margin: 0 auto 60px;
  }
}
@media only screen and (max-width: 768px) {
  .btn_area {
    margin: 0 auto 31px;
  }
}
.btn_area .btn {
  font-weight: bold;
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  text-decoration: none;
  color: #fff;
  border: none;
  border-radius: 49px;
  background: #cf0040;
}

@media print, screen and (min-width: 769px) {
  .btn_area .btn {
    width: 515px;
    padding: 17px 0 17px 113px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .btn_area .btn {
    width: 90.7%;
    min-width: 255px;
    padding: 9px 0;
    font-size: 18px;
    text-align: center;
  }
}
.btn_area .btn_txt {
  background: url("/svcsol/survey/all-it/2023/images/icon-arrow_white.svg") no-repeat left center;
  position: relative;
}

.btn_area .btn_txt::after {
  display: inline-block;
  width: 17px;
  height: 14px;
  margin-left: 10px;
  content: "";
  background: url("/svcsol/survey/all-it/2023/images/icon_externallink_white.svg") no-repeat center top;
  background-size: 17px 14px;
}

@media print, screen and (min-width: 769px) {
  .btn_area .btn_txt {
    font-size: 20px;
    padding-left: 28px;
    background-size: 18px 16px;
  }
}
@media only screen and (max-width: 768px) {
  .btn_area .btn_txt {
    font-size: 18px;
    padding-left: 20px;
    background-size: 10px 10px;
  }
}
.btn_area .btn_space {
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .btn_area .btn_space::before {
    content: "";
    display: inline-block;
    padding-left: 12px;
  }
}
.btn_area:hover {
  opacity: 0.7;
}

.btn_lead {
  color: #cf0340;
  font-weight: 700;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .btn_lead {
    margin-bottom: 6px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .btn_lead {
    margin-bottom: 11px;
    font-size: 18px;
  }
}
.btn_lead2 {
  position: relative;
  margin-bottom: 8px;
  font-weight: 700;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
}

@media print, screen and (min-width: 769px) {
  .btn_lead2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .btn_lead2 {
    font-size: 16px;
  }
}
.btn_lead2::before, .btn_lead2::after {
  content: "";
  background: #333;
}

@media print, screen and (min-width: 769px) {
  .btn_lead2::before, .btn_lead2::after {
    width: 2px;
    height: 40px;
    top: 9px;
    transform-origin: bottom;
  }
}
@media only screen and (max-width: 768px) {
  .btn_lead2::before, .btn_lead2::after {
    width: 2px;
    height: 60px;
    top: 35px;
    transform-origin: bottom;
  }
}
@media print, screen and (min-width: 769px) {
  .btn_lead2::before {
    left: 225px;
    transform: rotate(-32deg);
  }
}
@media only screen and (max-width: 768px) {
  .btn_lead2::before {
    left: -7px;
    transform: rotate(-22deg);
  }
}
@media print, screen and (min-width: 769px) {
  .btn_lead2::after {
    right: 225px;
    transform: rotate(32deg);
  }
}
@media only screen and (max-width: 768px) {
  .btn_lead2::after {
    right: -7px;
    transform: rotate(22deg);
  }
}
.btn_lead3 {
  color: #cf0340;
  font-weight: 700;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .btn_lead3 {
    margin-bottom: 36px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .btn_lead3 {
    margin-bottom: 26px;
    font-size: 16px;
    line-height: 2;
  }
}
.btn_lead4 {
  position: relative;
  font-weight: 700;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media print, screen and (min-width: 769px) {
  .btn_lead4 {
    margin-bottom: 8px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .btn_lead4 {
    margin-bottom: 15px;
    font-size: 16px;
  }
}
.btn_lead4::before, .btn_lead4::after {
  content: "";
  position: absolute;
  background: #333;
}

@media print, screen and (min-width: 769px) {
  .btn_lead4::before, .btn_lead4::after {
    width: 40px;
    height: 2px;
    top: 9px;
  }
}
@media only screen and (max-width: 768px) {
  .btn_lead4::before, .btn_lead4::after {
    width: 75px;
    height: 2px;
    top: 35px;
  }
}
@media print, screen and (min-width: 769px) {
  .btn_lead4::before {
    left: 225px;
    transform: rotate(58deg);
  }
}
@media only screen and (max-width: 768px) {
  .btn_lead4::before {
    left: -7px;
    transform: rotate(68deg);
  }
}
@media print, screen and (min-width: 769px) {
  .btn_lead4::after {
    right: 225px;
    transform: rotate(-58deg);
  }
}
@media only screen and (max-width: 768px) {
  .btn_lead4::after {
    right: -7px;
    transform: rotate(-68deg);
  }
}
.btn_area2 {
  margin: 0 auto 60px;
}

.btn_area2 .btn {
  font-size: 20px;
  font-weight: bold;
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  color: #333;
  border-radius: 49px;
  border: 1px solid #707070;
}

@media print, screen and (min-width: 769px) {
  .btn_area2 .btn {
    width: 500px;
    padding: 16px 20px;
  }
}
@media only screen and (max-width: 768px) {
  .btn_area2 .btn {
    width: 275px;
    padding: 12px 20px;
  }
}
.btn_area2 .btn_txt {
  background: url("/svcsol/survey/all-it/2023/images/icon-arrow_red.svg") no-repeat left center;
  background-size: 18px 16px;
}

.btn_area2 .btn_txt::after {
  content: "";
  display: inline-block;
  background: url("/svcsol/survey/all-it/2023/images/icon_window.png") no-repeat left top;
  width: 18px;
  height: 16px;
  background-size: 18px 16px;
  margin-left: 10px;
}

@media print, screen and (min-width: 769px) {
  .btn_area2 .btn_txt {
    padding-left: 30px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .btn_area2 .btn_txt {
    padding-left: 27px;
    font-size: 18px;
  }
}
.btn_area2:hover {
  opacity: 0.7;
}

.report {
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .report {
    margin: -200px 0 28px;
  }
}
@media only screen and (max-width: 768px) {
  .report {
    margin: -5px 0 0;
  }
}
@media print, screen and (min-width: 769px) {
  .report-list {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-end;
    justify-content: space-between;
    max-width: 892px;
    margin: 0 auto 35px;
  }
}
@media print, screen and (min-width: 769px) {
  .report-listitem:first-child {
    width: 276px;
  }

  .report-listitem:not(:first-child) {
    width: 292px;
  }
}
.report-listitem_first {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.75;
}

@media only screen and (max-width: 768px) {
  .report-listitem_first {
    margin-bottom: 40px;
  }
}
.report-list_check {
  position: relative;
  width: 276px;
  border: 2px solid #bad4ff;
}

@media print, screen and (min-width: 769px) {
  .report-list_check {
    border-radius: 26px;
    margin-bottom: 5px;
    padding: 12px 0 12px 54px;
  }
}
@media only screen and (max-width: 768px) {
  .report-list_check {
    border-radius: 30px;
    margin: 0 auto 8px;
    padding: 15px 0 15px 57px;
  }
}
.report-list_check::before {
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  width: 12px;
  height: 4px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-54deg) skew(-10deg);
}

@media print, screen and (min-width: 769px) {
  .report-list_check::before {
    top: 19px;
  }
}
@media only screen and (max-width: 768px) {
  .report-list_check::before {
    top: 21px;
  }
}
.report-list_check::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 14px;
  width: 27px;
  height: 27px;
  background: #cfb329;
  border-radius: 50%;
  z-index: -1;
  transform: translateY(-50%);
}

@media print, screen and (min-width: 769px) {
  .report-list_img img {
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .report-list_img:first-of-type img {
    margin-bottom: 27px;
  }
}
@media only screen and (max-width: 768px) {
  .report-list_img img {
    width: 89%;
    margin: 0 auto 16px;
    display: block;
    height: auto;
  }
}
.report-list_img-last img {
  border: solid 1px #ccc;
}

@media only screen and (max-width: 768px) {
  .report-list_img-last img {
    margin: 0 auto;
  }
}
.report-list_img-page {
  display: block;
  text-align: right;
  color: #333;
  font-size: 16px;
}

@media print, screen and (min-width: 769px) {
  .report-list_img-page {
    margin: 2px -16px 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .report-list_img-page {
    margin-bottom: 13px;
  }
}
.bg_info-report {
  position: relative;
  background-color: #f2f5f7;
}

.bg_info-report::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #fff transparent transparent;
}

@media print, screen and (min-width: 769px) {
  .bg_info-report::before {
    top: -150px;
    left: 50%;
    border-width: 430.55px 2400px 0 0;
    margin-left: -1200px;
  }
}
@media only screen and (max-width: 768px) {
  .bg_info-report::before {
    top: -189px;
    left: 0;
    border-width: 80px 100vw 0 0;
  }
}
@media print, screen and (min-width: 769px) {
  .bg_info-report::after {
    content: "";
    top: -150px;
    left: 0;
    position: absolute;
    width: 100%;
    height: 230px;
    background-color: #f2f5f7;
    z-index: -1;
  }
}
@media only screen and (max-width: 768px) {
  .bg_info-report::after {
    content: "";
    top: -189px;
    left: 0;
    position: absolute;
    width: 100%;
    height: 279px;
    background-color: #f2f5f7;
    z-index: -1;
  }
}
@media print, screen and (min-width: 769px) {
  .info-report {
    padding-top: 31px;
  }
}
@media only screen and (max-width: 768px) {
  .info-report {
    padding-top: 0;
  }
}
.info-report_box {
  background-color: #fff;
  border-radius: 8px;
  position: relative;
  z-index: 2;
}

@media print, screen and (min-width: 769px) {
  .info-report_box {
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px 55px 1px;
    box-shadow: 0 0 30px rgba(137, 174, 234, 0.3);
  }
}
@media only screen and (max-width: 768px) {
  .info-report_box {
    position: relative;
    z-index: 1;
    max-width: 90%;
    margin: 0 auto;
    padding: 24px 17px 15px;
    box-shadow: 0 0 10px rgba(137, 174, 234, 0.6);
  }
}
.info-report_txt {
  position: relative;
  z-index: 1;
  font-size: 16px;
}

@media print, screen and (min-width: 769px) {
  .info-report_txt {
    text-align: center;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 768px) {
  .info-report_txt {
    margin-bottom: 26px;
    line-height: 2;
  }
}
.info-report_txt .font-strong {
  font-weight: 700;
  color: #cf0040;
}

.info-report_contents {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .info-report_contents {
    margin: 30px auto 63px;
  }
}
@media only screen and (max-width: 768px) {
  .info-report_contents {
    flex-direction: column;
  }
}
@media print, screen and (min-width: 769px) {
  .info-report_img {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .info-report_img {
    margin: 60px auto 17px;
    order: 2;
  }
}
@media print, screen and (min-width: 769px) {
  .info-report_img img {
    width: 445px;
    height: 347.97px;
  }
}
@media only screen and (max-width: 768px) {
  .info-report_img img {
    width: 230px;
    height: 190px;
  }
}
@media only screen and (max-width: 768px) {
  .info-report_details {
    width: 100%;
  }
}
.info-report_title {
  padding-bottom: 15px;
  color: #485190;
  font-weight: 700;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .info-report_title {
    font-size: 23px;
  }
}
@media only screen and (max-width: 768px) {
  .info-report_title {
    padding: 0 0 9px;
    font-size: 20px;
  }
}
.info-report_subtitle {
  color: #485190;
  font-weight: 700;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .info-report_subtitle {
    padding-bottom: 15px;
    font-size: 23px;
  }
}
@media only screen and (max-width: 768px) {
  .info-report_subtitle {
    margin-left: -9px;
    padding: 0 0 8px;
    font-size: 18px;
  }
}
.info-report_example {
  position: relative;
  border: 2px solid #bad4ff;
}

@media print, screen and (min-width: 769px) {
  .info-report_example {
    padding: 20px 16px 14px;
    border-radius: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .info-report_example {
    padding: 12px 20px 20px 31px;
    border-radius: 8px;
  }
}
.info-report_example::before {
  content: "";
  position: absolute;
}

@media print, screen and (min-width: 769px) {
  .info-report_example::before {
    width: 46px;
    height: 32px;
    top: 64px;
    left: -59px;
    background: url("/svcsol/survey/all-it/2023/images/icon-circle.svg") no-repeat left center;
  }
}
@media only screen and (max-width: 768px) {
  .info-report_example::before {
    width: 36px;
    height: 36px;
    background: url("/svcsol/survey/all-it/2023/images/icon-circle_sp.svg") no-repeat left center;
    bottom: -46px;
    left: 40%;
  }
}
.info-report_list {
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .info-report_list {
    margin-bottom: 15px;
    padding-left: 33px;
  }
}
@media only screen and (max-width: 768px) {
  .info-report_list {
    margin-bottom: 6px;
    line-height: 1.8;
  }
}
.info-report_list::before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
}

@media print, screen and (min-width: 769px) {
  .info-report_list::before {
    top: 50%;
    left: 6px;
    width: 7px;
    height: 7px;
    border: 6px solid #437fe3;
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 768px) {
  .info-report_list::before {
    top: 8px;
    left: -20px;
    width: 6px;
    height: 6px;
    border: 4px solid #437fe3;
  }
}
@media print, screen and (min-width: 769px) {
  .info-report_table {
    max-width: 890px;
    margin: 0 auto 39px;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .info-report_table {
    width: 100% !important;
    margin: 0 auto 30px;
  }
}
.info-report_table-tr:last-of-type {
  border-bottom: 1px solid #b5b5b5;
}

@media print, screen and (min-width: 769px) {
  .info-report_table-tr {
    border-top: 1px solid #b5b5b5;
  }
}
@media only screen and (max-width: 768px) {
  .info-report_table-tr {
    display: block;
  }
}
.info-report_table-th {
  font-size: 16px;
  font-weight: 700;
}

@media print, screen and (min-width: 769px) {
  .info-report_table-th {
    width: 280px;
    padding: 12px 42px 13px 113px;
    border-right: 1px solid #b5b5b5;
  }
}
@media only screen and (max-width: 768px) {
  .info-report_table-th {
    width: 100%;
    display: block;
    padding: 10px 0 7px;
    text-align: center;
    border-top: 1px solid #b5b5b5;
  }
}
@media print, screen and (min-width: 769px) {
  .info-report_table-th-last {
    padding: 13px 42px 13px 113px;
  }
}
.info-report_table-td {
  font-size: 16px;
}

@media print, screen and (min-width: 769px) {
  .info-report_table-td {
    padding: 11px 0 13px 82px;
  }
}
@media only screen and (max-width: 768px) {
  .info-report_table-td {
    width: 100%;
    display: block;
    padding: 6px 0 5px;
    text-align: center;
    border-top: 1px solid #b5b5b5;
    line-height: 1.8;
  }
}
@media print, screen and (min-width: 769px) {
  .info-report_table-td-last {
    padding: 17px 0 16px 82px;
  }
}
.summary-report {
  position: relative;
  background-color: #f2f5f7;
}

@media print, screen and (min-width: 769px) {
  .summary-report {
    padding: 94px 0 31px;
    margin-bottom: 73px;
  }
}
@media only screen and (max-width: 768px) {
  .summary-report {
    padding-top: 33px;
  }
}
@media only screen and (max-width: 768px) {
  .summary-report::before {
    content: "";
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100px;
    background-color: #fff;
    z-index: 0;
  }
}
.summary-report::after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #f2f5f7 #fff #fff;
}

@media print, screen and (min-width: 769px) {
  .summary-report::after {
    bottom: -276px;
    border-width: 520.62px 2400px 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .summary-report::after {
    bottom: 58px;
    border-width: 132.7px 100vw 0 0;
  }
}
.summary-report_box {
  background-color: #fff;
  border-radius: 8px;
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 769px) {
  .summary-report_box {
    max-width: 1000px;
    margin: 42px auto 0;
    padding: 51px 55px 1px;
    box-shadow: 0 0 30px rgba(137, 174, 234, 0.3);
  }
}
@media only screen and (max-width: 768px) {
  .summary-report_box {
    max-width: 90%;
    margin: 0 auto 3px;
    padding: 27px 16px 1px;
    box-shadow: 0 0 10px rgba(137, 174, 234, 0.6);
  }
}
@media only screen and (max-width: 768px) {
  .summary-report_box-item {
    margin-bottom: 42px;
  }
}
.summary-report_hd {
  color: #fff;
  font-weight: 700;
  background: var(--color-main-1);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}

@media print, screen and (min-width: 769px) {
  .summary-report_hd {
    max-width: 890px;
    margin-bottom: 27px;
    padding: 12px 0;
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .summary-report_hd {
    margin-bottom: 11px;
    padding: 11px 0;
    font-size: 18px;
    text-align: center;
  }
}
@media print, screen and (min-width: 769px) {
  .summary-report_txt {
    margin-bottom: 29px;
    line-height: 1.77;
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .summary-report_txt {
    margin-bottom: 11px;
    font-size: 16px;
    line-height: 2;
  }
}
.summary-report_img {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.summary-report_img figcaption {
  margin-top: 1em;
  font-size: 12px;
  text-align: right;
}

@media print, screen and (min-width: 769px) {
  .summary-report .graph1 {
    margin-bottom: 48px;
  }
}
@media only screen and (max-width: 768px) {
  .summary-report .graph1 {
    margin-bottom: 26px;
  }
}
@media print, screen and (min-width: 769px) {
  .summary-report .graph1 img {
    width: 890px;
  }
}
@media only screen and (max-width: 768px) {
  .summary-report .graph1 img {
    width: 100%;
    height: auto;
  }
}
@media print, screen and (min-width: 769px) {
  .summary-report .graph2 {
    margin-bottom: 46px;
  }
}
@media only screen and (max-width: 768px) {
  .summary-report .graph2 {
    margin-bottom: 26px;
  }
}
@media print, screen and (min-width: 769px) {
  .summary-report .graph2 img {
    width: 890px;
  }
}
@media only screen and (max-width: 768px) {
  .summary-report .graph2 img {
    width: 100%;
    height: auto;
  }
}
@media print, screen and (min-width: 769px) {
  .summary-report .graph3 {
    margin-bottom: 34px;
  }
}
@media only screen and (max-width: 768px) {
  .summary-report .graph3 {
    margin-bottom: 28px;
  }
}
@media print, screen and (min-width: 769px) {
  .summary-report .graph3 img {
    width: 890px;
  }
}
@media only screen and (max-width: 768px) {
  .summary-report .graph3 img {
    width: 100%;
    height: auto;
  }
}
@media print, screen and (min-width: 769px) {
  .summary-report .graph4 {
    margin-bottom: 48px;
  }
}
@media only screen and (max-width: 768px) {
  .summary-report .graph4 {
    margin-bottom: 26px;
  }
}
@media print, screen and (min-width: 769px) {
  .summary-report .graph4 img {
    width: 890px;
  }
}
@media only screen and (max-width: 768px) {
  .summary-report .graph4 img {
    width: 100%;
    height: auto;
  }
}
@media print, screen and (min-width: 769px) {
  .summary-report .graph5 {
    margin-bottom: 48px;
  }
}
@media only screen and (max-width: 768px) {
  .summary-report .graph5 {
    margin-bottom: 26px;
  }
}
@media print, screen and (min-width: 769px) {
  .summary-report .graph5 img {
    width: 890px;
  }
}
@media only screen and (max-width: 768px) {
  .summary-report .graph5 img {
    width: 100%;
    height: auto;
  }
}
@media print, screen and (min-width: 769px) {
  .summary-report .graph6 {
    margin-bottom: -5px;
  }
}
@media only screen and (max-width: 768px) {
  .summary-report .graph6 {
    margin-bottom: 7px;
  }
}
@media print, screen and (min-width: 769px) {
  .summary-report .graph6 img {
    width: 850px;
  }
}
@media only screen and (max-width: 768px) {
  .summary-report .graph6 img {
    width: 100%;
    height: auto;
  }
}
.contact-report {
  position: relative;
}

@media only screen and (max-width: 768px) {
  .contact-report {
    width: 90%;
    margin: 0 auto;
    padding-top: 36px;
  }
}
@media print, screen and (min-width: 769px) {
  .contact-report_txt {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .contact-report_txt {
    font-size: 16px;
  }
}
@media print, screen and (min-width: 769px) {
  .contact-report_txt-first {
    margin: 60px 0 30px;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .contact-report_txt-first {
    margin: -5px 0 24px;
    padding-right: 10px;
    line-height: 2;
  }
}
.contact-report_txt-last {
  text-align: left;
}

@media print, screen and (min-width: 769px) {
  .contact-report_txt-last {
    width: 951px;
    margin: 28px auto 31px;
  }
}
@media only screen and (max-width: 768px) {
  .contact-report_txt-last {
    width: 99%;
    line-height: 2;
    margin: 24px auto 26px;
  }
}
@media print, screen and (min-width: 769px) {
  .contact-report .banner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 951px;
    margin: 29px auto 0;
  }
}
@media only screen and (max-width: 768px) {
  .contact-report .banner {
    margin: 25px auto 0;
  }
}
.contact-report .banner__first {
  box-sizing: border-box;
}

@media print, screen and (min-width: 769px) {
  .contact-report .banner__first {
    width: 476px;
    margin-right: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .contact-report .banner__first {
    width: 100%;
    margin-right: 0;
  }
}
.contact-report .banner__link {
  display: block;
  font-weight: bold;
  color: #fff !important;
  text-decoration: none !important;
  width: 100%;
  box-sizing: border-box;
}

@media print, screen and (min-width: 769px) {
  .contact-report .banner__link {
    background: url("/svcsol/survey/all-it/2023/images/bg-banner.jpg") no-repeat left top;
    background-size: auto 100%;
    height: 174px;
    padding-top: 40px;
    padding-left: 35px;
  }

  .contact-report .banner__link:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 768px) {
  .contact-report .banner__link {
    background: url("/svcsol/survey/all-it/2023/images/bg-banner_sp.jpg") no-repeat left top;
    background-size: cover;
    height: auto;
    padding-top: 16px;
    padding-left: 29px;
  }
}
.contact-report .banner__txt {
  font-size: 16px;
}

@media print, screen and (min-width: 769px) {
  .contact-report .banner__txt {
    margin: 0 0 3px 27px;
  }
}
@media only screen and (max-width: 768px) {
  .contact-report .banner__txt {
    margin: 0 0 14px 27px;
  }
}
.contact-report .banner__lead {
  position: relative;
}

.contact-report .banner__lead::after {
  content: "";
  display: inline-block;
  background: url("/svcsol/survey/all-it/2023/images/icon_window_w.png") no-repeat left top;
  width: 18px;
  height: 16px;
  background-size: 18px 16px;
  margin-left: 10px;
}

@media print, screen and (min-width: 769px) {
  .contact-report .banner__lead {
    font-size: 24px;
    line-height: 1.25;
    padding-left: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .contact-report .banner__lead {
    font-size: clamp(24px, 7.5vw, 26px);
    line-height: 1.3;
    padding-left: 26px;
    padding-bottom: 23px;
  }
}
.contact-report .banner__lead::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("/svcsol/survey/all-it/2023/images/icon-arrow_white.svg") no-repeat left top;
  background-size: 20px 20px;
  position: absolute;
}

@media print, screen and (min-width: 769px) {
  .contact-report .banner__lead::before {
    top: 8px;
    left: -4px;
  }
}
@media only screen and (max-width: 768px) {
  .contact-report .banner__lead::before {
    top: 6px;
    left: -13px;
  }
}
@media print, screen and (min-width: 769px) {
  .contact-report .banner__last {
    width: 395px;
  }
}
@media only screen and (max-width: 768px) {
  .contact-report .banner__last {
    width: 100%;
    background: #edf4ff;
    padding: 12px 17px;
  }
}
@media print, screen and (min-width: 769px) {
  .contact-report .banner__department {
    font-size: 18px;
    line-height: 1.785;
  }
}
@media only screen and (max-width: 768px) {
  .contact-report .banner__department {
    font-size: 16px;
    line-height: 2;
  }
}
.contact-report .banner__department a {
  color: #333;
}
/*# sourceMappingURL=style.css.map */