@charset "UTF-8";
html {
  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 {
  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 -15px;
    padding: 15px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    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-direction: row;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@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/review-it/2022/images/icon_externallink.svg) no-repeat center top;
  background-size: cover;
}
footer .in_foot .foot_nav ul li:first-child {
  margin-right: 20px;
}
footer .in_foot .foot_nav ul li:first-child::after {
  content: none;
}
footer .in_foot .foot_nav ul li::before {
  margin-right: 20px;
  content: "|";
  color: #fff;
}
footer .in_foot .foot_nav ul li::after {
  margin-left: 20px;
  content: "|";
  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;
  }

  body {
    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;
  }

  body {
    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;

}
@media print, screen and (min-width: 769px) {
  .l-header .grand_title .logotop {
    width: 142px;
    height: 56px;
    margin-bottom: 50px;
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .l-header .grand_title .logotop {
    width: 88px;
    height: 34px;
    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: -55px;
  }
}
@media only screen and (max-width: 768px) {
  .main_visual_title {
    position: absolute;
    top: 8vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media print, screen and (min-width: 769px) {
  .main_visual_title h1 img {
    width: 472px;
    min-width: initial;
  }
}
@media only screen and (max-width: 768px) {
  .main_visual_title h1 img {
    width: 89.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: 637.5px;
    background: url(/svcsol/survey/review-it/2022/images/bg_mainvisual.png) no-repeat center top;
    background-color: #F2F6F8;
    background-size: 2400px;
  }
}
@media only screen and (max-width: 768px) {
  header {
    background: url(/svcsol/survey/review-it/2022/images/bg_mainvisual_sp.png) no-repeat center top;
    background-color: #F2F6F8;
    height: 151vw;
    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;
}
.c-hd_small {
  display: block;
}
@media print, screen and (min-width: 769px) {
  .c-hd {
    font-size: 36px;
    line-height: 1.38;
    margin-bottom: 62px;
  }
  .c-hd .c-hd_small {
    font-size: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .c-hd {
    position: relative;
    z-index: 1;
    font-size: 30px;
    line-height: 1.5;
    margin-bottom: 50px;
  }
  .c-hd .c-hd_small {
    font-size: 18px;
    padding-bottom: 6px;
  }
}
.c-hd::before {
  content: "";
  display: block;
  height: 5px;
  background: #21AC05;
  z-index: 1;
  width: 60px;
  position: absolute;
  bottom: -18px;
  left: 50%;
}
.c-hd::after {
  content: "";
  display: block;
  height: 5px;
  background: #E0D85C;
  width: 60px;
  position: absolute;
  bottom: -18px;
  right: 50%;
}

.c-hd2 {
  position: relative;
  z-index: 2;
  text-align: center;
  font-weight: 700;
  color: #fff;
}
@media print, screen and (min-width: 769px) {
  .c-hd2 {
    font-size: 31px;
    line-height: 1.38;
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .c-hd2 {
    position: relative;
    z-index: 1;
    font-size: 28px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
}

.c-txt {
  font-weight: 700;
}
@media print, screen and (min-width: 769px) {
  .c-txt {
    font-size: 16px;
    line-height: 1.75;
  }
}
@media only screen and (max-width: 768px) {
  .c-txt {
    font-size: 14px;
  }
}

.btn_area {
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .btn_area {
    padding-bottom: 65px;
  }
}
.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: 500px;
    padding: 17px 0 17px 102px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .btn_area .btn {
    width: 73.7%;
    min-width: 255px;
    padding: 9px 0;
    font-size: 18px;
    text-align: center;
  }
}
.btn_area .btn_txt {
  background: url(/svcsol/survey/review-it/2022/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/review-it/2022/images/window_open.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: 34px;
    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;
  }
}
@media only screen and (max-width: 768px) {
  .btn_area .btn_space {
    padding-left: 26px;
  }
}
.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: 15px;
  font-weight: 700;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@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: "";
  position: absolute;
  background: #333;
}
@media print, screen and (min-width: 769px) {
  .btn_lead2::before, .btn_lead2::after {
    width: 40px;
    height: 2px;
    top: 9px;
  }
}
@media only screen and (max-width: 768px) {
  .btn_lead2::before, .btn_lead2::after {
    width: 75px;
    height: 2px;
    top: 35px;
  }
}
@media print, screen and (min-width: 769px) {
  .btn_lead2::before {
    left: 255px;
    -webkit-transform: rotate(58deg);
            transform: rotate(58deg);
  }
}
@media only screen and (max-width: 768px) {
  .btn_lead2::before {
    left: -24px;
    -webkit-transform: rotate(68deg);
            transform: rotate(68deg);
  }
}
@media print, screen and (min-width: 769px) {
  .btn_lead2::after {
    right: 255px;
    -webkit-transform: rotate(-58deg);
            transform: rotate(-58deg);
  }
}
@media only screen and (max-width: 768px) {
  .btn_lead2::after {
    right: -24px;
    -webkit-transform: rotate(-68deg);
            transform: rotate(-68deg);
  }
}

@media print, screen and (min-width: 769px) {
  .btn_area2 {
    margin: 0 auto 138px;
  }
}
@media only screen and (max-width: 768px) {
  .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: none;
  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/review-it/2022/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/review-it/2022/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;
}

@media only screen and (max-width: 768px) {
  .btn_area3 {
    padding-bottom: 0;
  }
}

@media print, screen and (min-width: 769px) {
  .btn_wrap {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .btn_wrap2 {
    background-color: #F2F6F8;
  }
}

.report {
  position: relative;
  background-color: #F2F6F8;
}
@media print, screen and (min-width: 769px) {
  .report-inner {
    -webkit-transform: translateY(-76px);
            transform: translateY(-76px);
  }
}
@media only screen and (max-width: 768px) {
  .report-inner {
    -webkit-transform: translateY(34px);
            transform: translateY(34px);
  }
}
@media print, screen and (min-width: 769px) {
  .report-fukidashi {
    display: flex;
    justify-content: center;
    margin: 0 auto 15px;
    gap: 0 10px;
  }
}
@media only screen and (max-width: 768px) {
  .report-fukidashi {
    margin-bottom: 10px;
  }
}
.report-fukidashi_check {
  position: relative;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .report-fukidashi_check {
    width: 230px;
    padding: 12px 0 24px;
    background: url(/svcsol/survey/review-it/2022/images/fukidashi.svg) no-repeat center center;
    background-size: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .report-fukidashi_check {
    width: 250px;
    margin: 0 auto -5px;
    padding: 12px 0 24px;
    background: url(/svcsol/survey/review-it/2022/images/fukidashi_sp.svg) no-repeat center center;
    background-size: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .report-list {
    max-width: 610px;
    margin: 0 auto 62px;
  }
}
@media only screen and (max-width: 768px) {
  .report-list {
    max-width: 90%;
    margin: 0 auto 40px;
  }
}
.report-listitem {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
}
@media print, screen and (min-width: 769px) {
  .report-listitem {
    margin-bottom: 6px;
    gap: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .report-listitem {
    gap: 0 6px;
	flex-direction: column;
  }
}
.report-list_img img{
  border: 1px solid #ccc;
}
@media print, screen and (min-width: 769px) {
  .report-list_img {
    width: 389.33px;
  }
}
@media only screen and (max-width: 768px) {
  .report-list_img {
    /* width: 165px;
	height: 124px; */
	width: 100%;
	height: auto;
    margin: 0 auto 8px;
  }
}
@media print, screen and (min-width: 769px) {
  .report-list_img img {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .report-list_img img {
    width: 100%;
    /* height: 122px; */
  }
}
.report-list_img-page {
  display: block;
  font-size: 14px;
}
@media print, screen and (min-width: 769px) {
  .report-list_img-page {
    padding-right: 4px;
    text-align: right;
  }
}
@media only screen and (max-width: 768px) {
  .report-list_img-page {
    margin-bottom: 13px;
    text-align: center;
  }
}

.report-page {
  text-align: center;
  font-size:	14px;
  padding-top: 13.9px;
  text-align: right;
}

@media only screen and (max-width: 768px) {
	.report-page {
		padding-top: 0;
	  }
}
.bg_info-report {
  position: relative;
  background-color: #F2F6F8;
}
@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;
  }
}

.info-report {
  background-color: #F2F6F8;
}
@media only screen and (max-width: 768px) {
  .info-report {
    padding: 30px 0 56px;
  }
}
.info-report_box {
  background-color: #273039;
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 769px) {
  .info-report_box {
    border-radius: 30px;
    max-width: 950px;
    margin: 0 auto 66px;
    padding: 47px 50px 36px;
  }
}
@media only screen and (max-width: 768px) {
  .info-report_box {
    border-radius: 20px;
    position: relative;
    z-index: 1;
    max-width: 90%;
    margin: 0 auto;
    padding: 34px 21px 15px;
  }
}
.info-report_txt {
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #fff;
}
@media print, screen and (min-width: 769px) {
  .info-report_txt {
    text-align: center;
    line-height: 2;
  }
}
@media only screen and (max-width: 768px) {
  .info-report_txt {
    margin-bottom: 26px;
    text-align: center;
    line-height: 1.8;
  }
}
.info-report_txt .font-strong {
  font-weight: 700;
  color: #98C72D;
}
.info-report_contents {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .info-report_contents {
    margin: 44px auto 46px;
  }
}
@media only screen and (max-width: 768px) {
  .info-report_contents {
    flex-direction: column;
  }
}
@media print, screen and (min-width: 769px) {
  .info-report_img {
    margin: -6px 0 0 24px;
  }
}
@media only screen and (max-width: 768px) {
  .info-report_img {
    margin: 0 auto 32px;
    order: 1;
  }
}
@media print, screen and (min-width: 769px) {
  .info-report_img img {
    width: 321px;
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .info-report_img img {
    width: 280px;
    height: auto;
  }
}
.info-report_details {
  background-color: rgba(255, 255, 255, 0.12);
}
@media print, screen and (min-width: 769px) {
  .info-report_details {
    width: 468px;
    padding: 23px 58px 26px;
  }
}
@media only screen and (max-width: 768px) {
  .info-report_details {
    width: 100%;
    order: 2;
    padding: 27px 20px 45px;
    margin-bottom: 40px;
  }
}
.info-report_title {
  padding-bottom: 15px;
  color: #98C72D;
  font-weight: 700;
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .info-report_title {
    padding: 0 0 18px;
    text-align: center;
  }
}
.info-report_subtitle {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
}
@media print, screen and (min-width: 769px) {
  .info-report_subtitle {
    padding-bottom: 8px;
  }
}
@media only screen and (max-width: 768px) {
  .info-report_subtitle {
    padding: 0 0 8px;
  }
}
.info-report_listitem {
  position: relative;
  font-weight: normal;
  color: #fff;
  font-size: 16px;
}
@media print, screen and (min-width: 769px) {
  .info-report_listitem {
    margin-bottom: 8px;
    padding-left: 26px;
  }
}
@media only screen and (max-width: 768px) {
  .info-report_listitem {
    margin-bottom: 7px;
    padding-left: 26px;
    line-height: 1.4;
  }
}
.info-report_listitem::before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  background: #313A54;
  border: 6px solid #98C72D;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media print, screen and (min-width: 769px) {
  .info-report_listitem::before {
    top: 50%;
    left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .info-report_listitem::before {
    top: 12px;
    left: 0;
  }
}
.info-report_table {
  color: #fff;
}
@media print, screen and (min-width: 769px) {
  .info-report_table {
    max-width: 800px;
    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 rgba(255, 255, 255, 0.5);
}
@media print, screen and (min-width: 769px) {
  .info-report_table-tr {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
}
@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: 294px;
    padding: 12px 42px 14px 102px;
    border-right: 1px solid rgba(112, 112, 112, 0.5);
  }
}
@media only screen and (max-width: 768px) {
  .info-report_table-th {
    width: 100%;
    display: block;
    padding: 13px 0 2px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
}
.info-report_table-td {
  font-size: 16px;
}
@media print, screen and (min-width: 769px) {
  .info-report_table-td {
    padding: 11px 0 13px 65px;
  }
}
@media only screen and (max-width: 768px) {
  .info-report_table-td {
    width: 100%;
    display: block;
    padding: 0 0 11px;
  }
}
@media print, screen and (min-width: 769px) {
  .info-report_table-td-last {
    padding: 17px 0 16px 82px;
  }
}

.summary-report {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .summary-report {
    padding: 110px 0 31px;
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 768px) {
  .summary-report {
    padding-top: 136px;
  }
}
.summary-report::before {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #F2F6F8 #fff #fff #fff;
  z-index: -1;
}
@media print, screen and (min-width: 769px) {
  .summary-report::before {
    top: -211px;
    left: 50%;
    border-width: 430.55px 2400px 0 0;
    margin-left: -1200px;
  }
}
@media only screen and (max-width: 768px) {
  .summary-report::before {
    top: 0;
    left: 0;
    border-width: 80px 100vw 0 0;
  }
}
.summary-report_box {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 769px) {
  .summary-report_box {
    max-width: 950px;
    margin: 0 auto;
    padding: 14px 0 1px;
  }
}
@media only screen and (max-width: 768px) {
  .summary-report_box {
    margin: 0 auto 3px;
    padding: 27px 16px 1px;
  }
}
@media only screen and (max-width: 768px) {
  .summary-report_box-item {
    margin-bottom: 42px;
  }
}
.summary-report_hd {
  color: #fff;
  font-weight: 700;
  background: linear-gradient(to right, #21AC05, #E0D85C);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}
@media print, screen and (min-width: 769px) {
  .summary-report_hd {
    margin-bottom: 27px;
    padding: 10px 0;
    font-size: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .summary-report_hd {
    margin-bottom: 16px;
    padding: 14px 0;
    font-size: 20px;
    text-align: center;
  }
}
@media print, screen and (min-width: 769px) {
  .summary-report_txt {
    margin-bottom: 29px;
    line-height: 1.77;
    font-size: 16px;
    padding: 0 50px;
  }
}
@media only screen and (max-width: 768px) {
  .summary-report_txt {
    max-width: 90%;
    margin: 0 auto 11px;
    font-size: 16px;
    line-height: 1.8;
  }
}
.summary-report_img {
  display: block;
  max-width: 90%;
  margin: 0 auto;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .summary-report .graph1 {
    margin-bottom: 78px;
  }
}
@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: 730px;
  }
}
@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: 78px;
  }
}
@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: 565px;
    height: auto;
  }
}
@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: 78px;
  }
}
@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: 730px;
  }
}
@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: 78px;
  }
}
@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: 730px;
  }
}
@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: 78px;
  }
}
@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: 850px;
  }
}
@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: 78px;
  }
}
@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;
  }
}
.summary-report_caption {
  position: relative;
  text-align: left;
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .summary-report_caption {
    padding: 10px 14px;
  }
}
.summary-report_caption::before {
  content: "※";
}
@media print, screen and (min-width: 769px) {
  .summary-report_caption::before {
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .summary-report_caption::before {
    margin-left: -1em;
  }
}
.summary-report_link {
  position: relative;
}
.summary-report_link::after {
  display: inline-block;
  width: 14px;
  height: 13px;
  margin-left: 5px;
  content: "";
  background: url(/svcsol/survey/review-it/2022/images/com_icn05.png) no-repeat left top;
  background-size: 14px 13px;
}
@media only screen and (max-width: 768px) {
  .summary-report_link::after {
    width: 12px;
    height: 11px;
    background-size: 12px 11px;
  }
}

.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: 16px;
  }
}
@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: -16px 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 35px;
  }
}
@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/review-it/2022/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/review-it/2022/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/review-it/2022/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: 7.5vw;
    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/review-it/2022/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: #333333;
}
