body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #3c3c3c;
  font-feature-settings: 'palt';
}

.header_wrap {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 5.6rem;
}

.header_logo {
  width: 21.5rem;
}

.mv {
  position: relative;
  margin: 0 0 150px;
}

.mv_copy {
  position: absolute;
  top: 24px;
  left: 296px;
  margin: auto;
  width: 927px;
}

.mv_graph {
  position: absolute;
  top: 72px;
  right: 298px;
  margin: auto;
  width: 253px;
}

.mv_graph_caption {
  color: #535353;
  font-size: 10px;
  line-height: 22px;
  text-align: center;
  white-space: nowrap;
}

.mv_btn {
  background: linear-gradient(90deg, rgba(0, 111, 61, 1) 0%, rgba(0, 153, 55, 1) 100%);
  border-radius: 53px;
  box-shadow: 0 2px 10px rgb(0 0 0 / 0.6);
  color: #fff;
  display: block;
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 6px;
  line-height: 58px;
  max-width: 860px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  bottom: -58px;
  left: 0;
  opacity: 1;
  text-decoration: none;
  text-align: center;
  transition: 0.2s;
  width: 52.272727%;
}

.mv_btn span {
  display: block;
  padding: 24px 0 30px 170px;
  box-shadow: inset 0 7px 2px rgb(255 255 255 / .06);
  border-radius: 53px;
}

.mv_btn:hover {
  opacity: 0.9;
}

.mv_btn::before {
  background-image: url('../img/mv_btn_baloon.png');
  background-size: 100%;
  content: '';
  position: absolute;
  top: -142px;
  left: -40px;
  margin: auto;
  height: 236px;
  width: 318px;
}

.mv_btn::after {
  background-image: url('../img/cta_btn_arrow.png');
  background-size: 100%;
  content: '';
  position: absolute;
  top: 0;
  right: 18px;
  bottom: 0;
  margin: auto;
  height: 56px;
  width: 88px;
}

.popular {
  font-family: 'Noto Serif JP', serif;
  padding: 0 0 88px;
}

.popular_container {
  margin: 0 auto;
  max-width: 1320px;
  width: 90%;
}

.popular_title {
  color: #3c3c3c;
  font-size: 36px;
  font-weight: bold;
  line-height: 42px;
  margin: 0 0 114px;
  position: relative;
  text-align: center;
}

.popular_title::before {
  background-image: url('../img/popular_title_line.png');
  background-size: 100%;
  content: '';
  position: absolute;
  left: 0;
  bottom: -60px;
  right: 0;
  margin: auto;
  height: 48px;
  width: 766px;
}

.popular_contents {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.popular_item {
  display: flex;
  justify-content: flex-end;
  width: 50%;
}

.popular_text {
  color: #3c3c3c;
  font-size: 20px;
  line-height: 44px;
  text-align: justify;
  width: 90%;
}

.popular_text .line {
  background-color: #fff697;
}

.popular_img {
  width: 76.818181%;
}

.section_icon01,
.section_icon02 {
  position: relative;
}

.section_icon01::after,
.section_icon02::after {
  background-size: 100%;
  content: '';
  position: absolute;
  margin: auto;
}

.section_icon01::after {
  background-image: url('../img/section_icon01.png');
  top: -216px;
  left: 0;
  height: 129px;
  width: 225px;
}

.section_icon02::after {
  background-image: url('../img/section_icon02.png');
  top: -168px;
  left: 0;
  height: 146px;
  width: 179px;
}

.reason {
  background-color: #eeeeef;
  padding: 158px 0 120px;
}

.reason_container {
  margin: 0 auto;
  max-width: 1320px;
  width: 90%;
}

.reason_head {
  color: #88bfc1;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 36px;
  letter-spacing: 5px;
  line-height: 42px;
  text-align: center;
  margin: 0 auto 40px;
}

.reason_head span {
  position: relative;
}

.reason_head span::after {
  border-bottom: 4px solid #88bfc1;
  content: '';
  position: absolute;
  right: 0;
  bottom: -12px;
  left: 0;
  margin: auto;
  height: 4px;
  width: 54%;
}

.reason_title {
  color: #3c3c3c;
  font-size: 36px;
  font-weight: 400;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  letter-spacing: 4px;
  line-height: 42px;
  margin: 0 0 76px;
}

.reason_title_line {
  display: flex;
  align-items: flex-end;
  position: relative;
}

.reason_title_line::before {
  background-image: url('../img/reason_title_line.png');
  background-size: 100%;
  content: '';
  position: absolute;
  right: 0;
  bottom: -28px;
  left: 0;
  margin: auto;
  height: 20px;
  width: 224px;
}

.reason_title_number {
  color: #88bfc1;
  font-family: 'Oswald', sans-serif;
  font-size: 70px;
  font-weight: bold;
  padding: 2px 2px 0 10px;
  position: relative;
  line-height: 1em;
}

.reason_title_number::before {
  color: #3c3c3c;
  content: '5';
  position: absolute;
  top: 0;
  right: 4px;
}

.reason_contents {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 100px;
}

.reason_contents_left {
  display: flex;
  justify-content: center;
  width: 50%;
}

.reason_contents_text {
  color: #3c3c3c;
  font-family: 'Noto Serif JP', serif;
  font-size: 20px;
  line-height: 48px;
  text-align: justify;
  width: 80%;
}

.reason_contents_right {
  width: 50%;
}

.reason_contents_img {
  width: 89.393939%;
}

.bg_white {
  background-color: #fff;
  padding: 160px 70px;
  position: relative;
  margin: 0 0 100px;
}

.bg_white::before,
.bg_white::after {
  border-left: 66px solid transparent;
  border-right: 66px solid transparent;
  border-bottom: 66px solid #eeeeef;
  content: '';
  position: absolute;
  height: 0;
  width: 0;
}

.bg_white::before {
  top: -10px;
  left: -43px;
  transform: rotate(-45deg);
}

.bg_white::after {
  bottom: -10px;
  right: -43px;
  transform: rotate(135deg);
}

.reason_items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 100px;
}

.reason_items.row_reverse {
  flex-direction: row-reverse;
}

.reason_items_icon {
  position: relative;
}

.reason_items_icon::after {
  background-image: url('../img/reason_items_icon.jpg');
  background-size: 100%;
  content: '';
  position: absolute;
  right: 0;
  top: -140px;
  margin: auto;
  height: 109px;
  width: 96px;
}

.reason_item {
  width: 50%;
}

.reason_item_texts {
  margin: 0 auto;
  width: 94.915254%;
}

.reason_item_img {
  margin: 0 auto;
  width: 94.915254%;
}

.reason_item_head {
  margin: 0 auto 60px;
  width: 34.642857%;
}

.reason_item_title {
  color: #3c3c3c;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 4px;
  line-height: 52px;
  margin: 0 0 30px;
}

.reason_item_title .tt_small {
  font-size: 0.833333em;
  line-height: 0;
}

.reason_item_text {
  color: #3c3c3c;
  font-family: 'Noto Serif JP', serif;
  font-size: 20px;
  line-height: 38px;
  text-align: justify;
  width: 96%;
}

.reason_item_text_sp {
  display: none;
}

.section_leaf {
  margin: 0 auto 80px;
  width: 6.439393%;
}

.section_text {
  color: #3c3c3c;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 4px;
  line-height: 58px;
  text-align: center;
}

.cta {
  background-color: #88bfc1;
  padding: 160px 0;
}

.cta_arrow {
  position: relative;
}

.cta_arrow::after {
  background-image: url('../img/cta_arrow.png');
  background-size: 100%;
  content: '';
  position: absolute;
  right: 0;
  bottom: -27px;
  left: 0;
  margin: auto;
  height: 28px;
  width: 48px;
  z-index: 0;
}

.cta_container {
  margin: 0 auto;
  max-width: 1320px;
  width: 90%;
}

.cta_contents {
  background-color: #fff;
  padding: 40px 0 66px;
  box-shadow: 0 0 20px rgb(0 0 0 / 0.3);
}

.cta_top {
  background-color: #00664b;
  padding: 60px 44px;
  position: relative;
  margin: 0 0 70px;
  text-align: center;
}

.cta_top::before {
  background-color: #00664b;
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  bottom: 0;
  margin: auto;
  height: 100%;
  width: 10px;
}

.cta_top::after {
  background-color: #00664b;
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  bottom: 0;
  margin: auto;
  height: 100%;
  width: 10px;
}

.cta_head {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 4px;
  line-height: 1em;
  margin: 0 0 20px;
}

.cta_head span {
  position: relative;
}

.cta_head span::before {
  border-left: 1px solid #fff;
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -25px;
  margin: auto;
  width: 1px;
  height: 100%;
  transform: rotate(-45deg);
}

.cta_head span::after {
  border-right: 1px solid #fff;
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  margin: auto;
  width: 1px;
  height: 100%;
  transform: rotate(45deg);
}

.cta_title {
  color: #fff;
  font-size: 44px;
  font-weight: 500;
  letter-spacing: 6px;
  line-height: 1em;
}

.cta_items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 90px;
  width: 86.363636%;
}

.cta_image {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0 0 8px;
  width: 56.7%;
}

.cta_image picture {
  display: block;
  margin: 0 0 20px;
}

.cta_img01 {
  width: 60%;
}

.cta_img02 {
  width: 38%;
}

.cta_img {
  margin: 0 0 14px;
}

.cta_img_text {
  font-size: 28px;
  font-weight: 500;
  text-align: center;
}

.cta_item {
  padding: 0 0 98px;
  position: relative;
  width: 39.563%;
}

.cta_item::before {
  background-image: url('../img/cta_bg.jpg');
  background-size: 100%;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 376px;
  width: 451px;
  z-index: 0;
}

.cta_item_head {
  color: #3c3c3c;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 4px;
  line-height: 40px;
  margin: 0 0 28px;
  position: relative;
  text-align: center;
}

.cta_item_label {
  background-color: #94b428;
  color: #fff;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 4px;
  padding: 0 6px 2px 8px;
  position: relative;
  margin: 0 0 0 10px;
}

.cta_item_text {
  color: #3c3c3c;
  font-family: 'Noto Serif JP', serif;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 50px;
  margin: 0 auto 20px;
  position: relative;
  text-align: justify;
  width: 88%;
}

.cta_item_lists {
  position: relative;
  margin: 0 auto;
  width: 88%;
}

.cta_item_list {
  color: #3c3c3c;
  font-family: 'Noto Serif JP', serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 42px;
  padding: 0 0 0 1em;
  text-indent: -1em;
}

.cta_item_list::before {
  content: '⚫︎';
  color: #94b428;
  font-size: 18px;
  margin-right: 10px;
}

.cta_btn {
  background: linear-gradient(90deg, rgba(0, 111, 61, 1) 0%, rgba(0, 153, 55, 1) 100%);
  border-radius: 53px;
  box-shadow: 0 2px 10px rgb(0 0 0 / 0.6);
  color: #fff;
  display: block;
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 6px;
  line-height: 58px;
  margin: 0 auto;
  position: relative;
  opacity: 1;
  text-decoration: none;
  text-align: center;
  width: 52.272727%;
}

.cta_btn span {
  display: block;
  padding: 24px 0 30px;
  box-shadow: inset 0 7px 2px rgb(255 255 255 / .06);
  border-radius: 53px;
}

.cta_btn:hover {
  opacity: 0.6;
  transition: 0.2s;
}

.cta_btn::before {
  background-image: url('../img/cta_btn_baloon.png');
  background-size: 100%;
  content: '';
  position: absolute;
  top: -62px;
  left: -74px;
  margin: auto;
  height: 148px;
  width: 148px;
}

.cta_btn::after {
  background-image: url('../img/cta_btn_arrow.png');
  background-size: 100%;
  content: '';
  position: absolute;
  top: 0;
  right: 18px;
  bottom: 0;
  margin: auto;
  height: 56px;
  width: 88px;
}

.report {
  padding: 158px 0 120px;
}

.report_contents {
  margin: 0 auto 100px;
  max-width: 1492px;
  width: 90%;
}

.report_contents {
  padding: 0 4.4799%;
  position: relative;
}

.report_contents_inner {
  background-color: rgb(204 204 184 / .3);
  border-radius: 20px;
  margin: 0 auto;
  padding: 0 0 140px;
  width: 100%;
}

.report_contents_head {
  margin: 0 auto 50px;
  width: 18.257575%;
}

.report_contents_title {
  color: #3c3c3c;
  font-size: 36px;
  font-weight: 400;
  line-height: 42px;
  margin: 0 0 80px;
  position: relative;
  text-align: center;
}

.report_contents_title::after {
  background-image: url('../img/report_content_title_line.png');
  background-size: 100%;
  content: '';
  position: absolute;
  right: 0;
  bottom: -36px;
  left: 0;
  margin: auto;
  height: 26px;
  width: 366px;
}

.report_contents_title span {
  display: block;
  font-size: 0.83333333em;
  margin: 0 0 10px;
}

.report_contents_text {
  color: #3c3c3c;
  font-family: 'Noto Serif JP', serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  margin: 0 0 100px;
  text-align: center;
}

.report_slider {
  padding: 0 80px;
}

.report_sliders .swiper,
.report_sliders .swiper-wrapper {
  position: unset;
}

.report_sliders .swiper-button-next,
.report_sliders .swiper-button-prev {
  color: #515151;
  top: unset;
  bottom: 40%;
}

.report_sliders .swiper-button-next:after,
.report_sliders .swiper-button-prev:after {
  font-size: 62px;
}

.report_sliders .swiper-pagination {
  bottom: 20px !important;
}

.report_sliders .swiper-pagination-bullet {
  background: rgb(204 204 184 / 0.3);
  border: 2px solid #a0a18e;
  opacity: 1;
  margin: 0 8px !important;
  height: 14px;
  width: 14px;
}

.report_sliders .swiper-pagination-bullet-active {
  opacity: 1;
  background: #a0a18e;
}

.report_slider_top {
  background-color: #fff;
  padding: 18px 0 26px;
  position: relative;
  margin: 0 0 98px;
  text-align: center;
}

.report_slider_top::after {
  background-image: url('../img/report_slider_top_arrow.png');
  background-size: 100%;
  content: '';
  position: absolute;
  right: 0;
  bottom: -22px;
  left: 0;
  margin: auto;
  height: 22px;
  width: 36px;
}

.report_slider_case {
  color: #a0a18e;
  font-family: 'Oswald', sans-serif;
  font-size: 28px;
  line-height: 34px;
  margin: 0 0 10px;
}

.report_slider_title {
  color: #3c3c3c;
  font-size: 36px;
  font-weight: 500;
  line-height: 46px;
}

.report_slider_contents {
  display: flex;
  justify-content: space-between;
  margin: 0 0 72px;
}

.report_slider_mov {
  background-image: url('../img/report_slider_img_frame.png');
  background-size: 100%;
  padding: 40px 0;
  width: 60.241379%;
}

.report_slider_mov_inner {
  position: relative;
  width: 100%;
}

.report_slider_mov_inner:before {
  content: '';
  display: block;
  padding-top: 56.25%;
}

.report_slider_mov_inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 90%;
  height: 100%;
}

.report_slider_mov_inner .thumb {
  cursor: pointer;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: auto;
  width: 91%;
  z-index: 2;
}

.report_slider_mov_inner .thumb img {
  height: auto;
  width: 100%;
}

.report_slider_area {
  background-color: #fff;
  padding: 38px 32px;
  position: relative;
  width: 30.793103%;
}

.report_slider_name {
  color: #3c3c3c;
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
  margin: 0 0 40px;
  text-align: center;
}

.report_slider_profile {
  color: #3c3c3c;
  font-family: 'Noto Serif JP', serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  margin: 0 0 40px;
}

.report_slider_area_img {
  background-image: url('../img/report_slider_area_img.png');
  background-size: 100%;
  content: '';
  position: absolute;
  right: 0;
  bottom: 40px;
  left: 0;
  margin: auto;
  height: 60px;
  width: 78px;
}

.report_introduces > div:not(:last-of-type) {
  margin: 0 0 20px;
}

.report_introduce_label {
  background-color: #a0a18e;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 42px;
  margin: 0 0 10px;
  text-align: center;
  width: 170px;
}

.report_introduce_text {
  color: #3c3c3c;
  font-family: 'Noto Serif JP', serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  margin: 0 auto;
  text-align: justify;
  width: 94%;
}

.report_container {
  margin: 0 auto;
  max-width: 1320px;
  width: 90%;
}

.quality {
  padding: 158px 0 240px;
  position: relative;
}

.quality::after {
  background-image: url('../img/quality_arrow.png');
  background-size: 100%;
  content: '';
  position: absolute;
  right: 0;
  bottom: -30px;
  left: 0;
  margin: auto;
  height: 30px;
  width: 51px;
  z-index: 0;
}

.quality_container {
  margin: 0 auto;
  max-width: 1320px;
  width: 90%;
}

.quality_head {
  color: #4c7d50;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 36px;
  letter-spacing: 5px;
  line-height: 42px;
  text-align: center;
  margin: 0 auto 70px;
}

.quality_head span {
  position: relative;
}

.quality_head span::after {
  border-bottom: 4px solid #4c7d50;
  content: '';
  position: absolute;
  right: 0;
  bottom: -12px;
  left: 0;
  margin: auto;
  height: 4px;
  width: 54%;
}

.quality_title {
  color: #3c3c3c;
  font-size: 36px;
  font-weight: 400;
  line-height: 42px;
  margin: 0 0 80px;
  position: relative;
  text-align: center;
}

.quality_title::after {
  background-image: url('../img/quality_title_line.png');
  background-size: 100%;
  content: '';
  position: absolute;
  right: 0;
  bottom: -36px;
  left: 0;
  margin: auto;
  height: 27px;
  width: 326px;
}

.quality_title span {
  display: block;
  font-size: 0.83333333em;
  margin: 0 0 10px;
}

.quality_text {
  color: #3c3c3c;
  font-family: 'Noto Serif JP', serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  margin: 0 0 100px;
  text-align: center;
}

.quality_items {
  margin: 0 auto;
  max-width: 1920px;
  width: 100%;
}

.quality_items > div:not(:last-of-type) {
  margin: 0 0 230px;
}

.quality_item_top_head {
  background: linear-gradient(72deg, #4c7d50 0%, #4c7d50 97%, transparent 97%, transparent 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 40px;
  font-weight: 400;
  line-height: 42px;
  padding: 26px 0 30px;
  width: 56%;
}

.quality_item_top_head_inner {
  width: 72%;
}

.quality_item_top_head_jp {
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 42px;
  padding: 0 20px 0 0;
}

.quality_item_top_img {
  margin: 0 0 40px;
}

.quality_item_top_text {
  color: #3c3c3c;
  font-family: 'Noto Serif JP', serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 38px;
  margin: 0 auto 150px;
  width: 68.75%;
}

.quality_item_sliders {
  padding: 0 4.4799%;
  position: relative;
  margin: 0 auto 100px;
  max-width: 1492px;
  width: 90%;
}

.quality_item_slider_top {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 20px;
  height: 52px;
  text-align: center;
}

.quality_item_slider_top03 {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-items: center;
  margin: 0 0 50px;
  text-align: center;
}

.quality_item_slider_label {
  background-color: #4c7d50;
  color: #fff;
  display: block;
  font-family: 'Noto Serif JP', serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  padding: 0 0 4px;
  margin: 0 20px 0 0;
  width: 118px;
}

.quality_item_slider_label02 {
  background-color: #4c7d50;
  color: #fff;
  display: block;
  font-family: 'Noto Serif JP', serif;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 4px;
  line-height: 36px;
  padding: 6px 20px 10px;
  margin: 0 auto;
  width: 440px;
}

.quality_item_slider_label03 {
  background-color: #4c7d50;
  color: #fff;
  display: block;
  font-family: 'Noto Serif JP', serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 4px;
  padding: 6px 20px 10px;
  margin: 0 auto;
}

.quality_item_slider_label03_02 {
  background-color: #4c7d50;
  color: #fff;
  display: block;
  font-family: 'Noto Serif JP', serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  padding: 6px 20px 10px;
  margin: 0 auto;
}

.quality_item_slider_label03 ruby {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.quality_item_slider_head {
  color: #4c7d50;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 42px;
}

.quality_item_slider_head.mb {
  margin: 0 0 20px;
}

.quality_item_slider_title {
  color: #3c3c3c;
  font-family: 'Noto Serif JP', serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 42px;
  margin: 0 0 40px;
  text-align: center;
}

.quality_item_slider_img {
  margin: 0 0 26px;
}

.quality_item_slider_text {
  color: #3c3c3c;
  font-family: 'Noto Serif JP', serif;
  font-size: 20px;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  line-height: 38px;
  letter-spacing: 1px;
  margin: 0 auto;
  width: 98%;
}

.quality_item_slider_text.txt_center_pc {
  text-align: center;
}

.quality_item_slider_text span {
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
}

.quality_item_sliders .swiper,
.quality_item_sliders .swiper-wrapper {
  position: unset;
}

.quality_item_sliders .swiper-button-next,
.quality_item_sliders .swiper-button-prev {
  color: #515151;
  top: unset;
  bottom: 43%;
}

.quality_item_sliders .swiper-button-next:after,
.quality_item_sliders .swiper-button-prev:after {
  font-size: 62px;
}

.quality_item_sliders .swiper-slide {
  display: flex;
  flex-direction: column;
  height: auto;
}

.quality_item_sliders .swiper-pagination {
  bottom: -40px;
}

.quality_item_sliders .swiper-pagination-bullet {
  background: #fff;
  border: 2px solid #a0a18e;
  opacity: 1;
  margin: 0 8px !important;
  height: 14px;
  width: 14px;
}

.quality_item_sliders .swiper-pagination-bullet-active {
  opacity: 1;
  background: #a0a18e;
}

.footerWrap_copy {
  padding: 1.5rem 0;
  text-align: center;
}

.footerWrap_copy small {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
}

.is_pc {
  display: block;
}

.is_sp {
  display: none;
}

@media screen and (max-width: 1920px) {
  .mv {
    margin: 0 0 7.813vw;
  }

  .mv_copy {
    top: 1.25vw;
    left: 15.417vw;
    width: 48.281vw;
  }

  .mv_graph {
    top: 3.75vw;
    right: 15.521vw;
    width: 13.177vw;
  }

  .mv_btn {
    border-radius: 2.76vw;
    box-shadow: 0 .104vw .521vw rgb(0 0 0 / 0.6);
    font-size: 1.979vw;
    letter-spacing: 0.313vw;
    line-height: 3.021vw;
    max-width: 44.792vw;
    bottom: -3.021vw;
  }

  .mv_btn span {
    padding: 1.25vw 0 1.563vw 8.854vw;
    box-shadow: inset 0 .365vw .104vw rgb(255 255 255 / .06);
    border-radius: 2.76vw;
  }

  .mv_btn::before {
    top: -7.396vw;
    left: -2.083vw;
    height: 12.292vw;
    width: 16.563vw;
  }

  .mv_btn::after {
    right: 0.938vw;
    height: 2.917vw;
    width: 4.583vw;
  }

  .popular {
    padding: 0 0 4.583vw;
  }

  .popular_container {
    max-width: 68.75vw;
  }

  .popular_title {
    font-size: 1.875vw;
    line-height: 2.188vw;
    margin: 0 0 5.938vw;
  }

  .popular_title::before {
    bottom: -3.125vw;
    height: 2.5vw;
    width: 39.896vw;
  }

  .popular_text {
    font-size: 1.042vw;
    line-height: 2.292vw;
  }

  .section_icon01::after {
    top: -11.25vw;
    height: 6.719vw;
    width: 11.719vw;
  }

  .section_icon02::after {
    top: -8.75vw;
    height: 7.604vw;
    width: 9.323vw;
  }

  .reason {
    padding: 8.229vw 0 6.25vw;
  }

  .reason_container {
    max-width: 68.75vw;
  }

  .reason_head {
    font-size: 1.875vw;
    letter-spacing: 0.26vw;
    line-height: 2.188vw;
    margin: 0 auto 2.083vw;
  }

  .reason_head span::after {
    border-bottom: .208vw solid #88bfc1;
    bottom: -0.625vw;
    height: 0.208vw;
  }

  .reason_title {
    font-size: 1.875vw;
    letter-spacing: 0.208vw;
    line-height: 2.188vw;
    margin: 0 0 3.958vw;
  }

  .reason_title_line::before {
    bottom: -1.458vw;
    height: 1.042vw;
    width: 11.667vw;
  }

  .reason_title_number {
    font-size: 3.646vw;
    padding: 0.104vw 0.104vw 0 0.521vw;
  }

  .reason_title_number::before {
    right: 0.208vw;
  }

  .reason_contents {
    margin: 0 0 5.208vw;
  }

  .reason_contents_text {
    font-size: 1.042vw;
    line-height: 2.5vw;
  }

  .bg_white {
    padding: 8.333vw 3.646vw;
    margin: 0 0 5.208vw;
  }

  .bg_white::before,
  .bg_white::after {
    border-left: 3.438vw solid transparent;
    border-right: 3.438vw solid transparent;
    border-bottom: 3.438vw solid #eeeeef;
  }

  .bg_white::before {
    top: -0.521vw;
    left: -2.24vw;
  }

  .bg_white::after {
    bottom: -0.521vw;
    right: -2.24vw;
  }

  .reason_items {
    margin: 0 0 5.208vw;
  }

  .reason_items_icon::after {
    top: -7.292vw;
    height: 5.677vw;
    width: 5vw;
  }

  .reason_item_head {
    margin: 0 auto 3.125vw;
  }

  .reason_item_title {
    font-size: 1.875vw;
    letter-spacing: 0.208vw;
    line-height: 2.708vw;
    margin: 0 0 1.563vw;
  }

  .reason_item_text {
    font-size: 1.042vw;
    line-height: 1.979vw;
  }

  .section_leaf {
    margin: 0 auto 4.167vw;
  }

  .section_text {
    font-size: 1.875vw;
    letter-spacing: 0.208vw;
    line-height: 3.021vw;
  }

  .cta {
    padding: 8.333vw 0;
  }

  .cta_arrow::after {
    bottom: -1.406vw;
    height: 1.458vw;
    width: 2.5vw;
  }

  .cta_container {
    max-width: 68.75vw;
  }

  .cta_contents {
    box-shadow: 0 0 1.042vw rgb(0 0 0 / 0.3);
    padding: 2.083vw 0 3.438vw;
  }

  .cta_top {
    padding: 3.125vw 2.292vw;
    margin: 0 0 3.646vw;
  }

  .cta_top::before {
    left: -0.521vw;
    width: 0.521vw;
  }
  
  .cta_top::after {
    right: -0.521vw;
    width: 0.521vw;
  }

  .cta_head {
    font-size: 1.563vw;
    letter-spacing: 0.208vw;
    margin: 0 0 1.042vw;
  }

  .cta_head span::before {
    left: -1.302vw;
    width: 0.052vw;
  }

  .cta_head span::after {
    right: -1.042vw;
    width: 0.052vw;
  }

  .cta_title {
    font-size: 2.292vw;
    letter-spacing: 0.313vw;
  }

  .cta_items {
    margin: 0 auto 4.688vw;
  }

  .cta_image {
    margin: 0 0 .417vw;
  }

  .cta_image picture {
    margin: 0 0 1.042vw;
  }

  .cta_img {
    margin: 0 0 .729vw;
  }

  .cta_img_text {
    font-size: 1.458vw;
  }

  .cta_item {
    padding: 0 0 5.104vw;
  }

  .cta_item::before {
    height: 19.583vw;
    width: 23.49vw;
  }

  .cta_item_head {
    font-size: 1.875vw;
    letter-spacing: 0.208vw;
    line-height: 2.083vw;
    margin: 0 0 1.458vw;
  }

  .cta_item_label {
    font-size: 1.354vw;
    letter-spacing: 0.208vw;
    padding: 0 0.313vw 0.104vw 0.417vw;
    margin: 0 0 0 0.521vw;
  }

  .cta_item_text {
    font-size: 1.458vw;
    line-height: 2.604vw;
    margin: 0 auto 1.042vw;
  }

  .cta_item_list {
    font-size: 1.458vw;
    line-height: 2.188vw;
  }

  .cta_item_list::before {
    font-size: 0.938vw;
    margin-right: 0.521vw;
  }

  .cta_btn {
    box-shadow: 0 .104vw .521vw rgb(0 0 0 / 0.6);
    border-radius: 2.76vw;
    font-size: 1.979vw;
    letter-spacing: 0.313vw;
    line-height: 3.021vw;
  }

  .cta_btn span {
    padding: 1.25vw 0 1.563vw;
    box-shadow: inset 0 .365vw .104vw rgb(255 255 255 / .06);
    border-radius: 2.76vw;
  }

  .cta_btn::before {
    top: -3.229vw;
    left: -3.854vw;
    height: 7.708vw;
    width: 7.708vw;
  }

  .cta_btn::after {
    right: 0.938vw;
    height: 2.917vw;
    width: 4.583vw;
  }

  .report {
    padding: 8.229vw 0 6.25vw;
  }

  .report_contents {
    margin: 0 auto 5.208vw;
    max-width: 77.708vw;
  }

  .report_contents_inner {
    border-radius: 1.042vw;
    padding: 0 0 7.292vw;
  }

  .report_contents_head {
    margin: 0 auto 2.604vw;
  }

  .report_contents_title {
    font-size: 1.875vw;
    line-height: 2.188vw;
    margin: 0 0 4.167vw;
  }

  .report_contents_title::after {
    bottom: -1.875vw;
    height: 1.354vw;
    width: 19.063vw;
  }

  .report_contents_title span {
    margin: 0 0 0.521vw;
  }

  .report_contents_text {
    font-size: 0.938vw;
    line-height: 1.51vw;
    margin: 0 0 5.208vw;
  }

  .report_slider {
    padding: 0 4.167vw;
  }

  .report_sliders .swiper-button-next:after,
  .report_sliders .swiper-button-prev:after {
    font-size: 3.229vw;
  }

  .report_sliders .swiper-pagination {
    bottom: 1.042vw !important;
  }

  .report_sliders .swiper-pagination-bullet {
    border: 2px solid #a0a18e;
    margin: 0 0.417vw !important;
    height: 0.729vw;
    width: 0.729vw;
  }

  .report_slider_top {
    padding: 0.938vw 0 1.354vw;
    margin: 0 0 5.104vw;
  }

  .report_slider_top::after {
    bottom: -1.146vw;
    height: 1.146vw;
    width: 1.875vw;
  }

  .report_slider_case {
    font-size: 1.458vw;
    line-height: 1.771vw;
    margin: 0 0 0.521vw;
  }

  .report_slider_title {
    font-size: 1.875vw;
    line-height: 2.396vw;
  }

  .report_slider_contents {
    margin: 0 0 3.75vw;
  }

  .report_slider_mov {
    padding: 2.083vw 0;
  }

  .report_slider_area {
    padding: 1.979vw 1.667vw;
  }

  .report_slider_name {
    font-size: 2.083vw;
    line-height: 2.083vw;
    margin: 0 0 2.083vw;
  }

  .report_slider_profile {
    font-size: 1.042vw;
    line-height: 2.083vw;
    margin: 0 0 2.083vw;
  }

  .report_slider_area_img {
    bottom: 2.083vw;
    height: 3.125vw;
    width: 4.063vw;
  }

  .report_introduces > div:not(:last-of-type) {
    margin: 0 0 1.042vw;
  }

  .report_introduce_label {
    font-size: 1.042vw;
    line-height: 2.188vw;
    margin: 0 0 0.521vw;
    width: 8.854vw;
  }

  .report_introduce_text {
    font-size: 1.042vw;
    line-height: 2.083vw;
  }

  .report_container {
    max-width: 68.75vw;
  }

  .quality {
    padding: 8.229vw 0 12.5vw;
  }

  .quality::after {
    bottom: -1.562vw;
    height: 1.563vw;
    width: 2.656vw;
  }

  .quality_container {
    max-width: 68.75vw;
  }

  .quality_head {
    font-size: 1.875vw;
    letter-spacing: 0.26vw;
    line-height: 2.188vw;
    margin: 0 auto 3.646vw;
  }

  .quality_head span::after {
    border-bottom: .208vw solid #4c7d50;
    bottom: -0.625vw;
    height: 0.208vw;
  }

  .quality_title {
    font-size: 1.875vw;
    line-height: 2.188vw;
    margin: 0 0 4.167vw;
  }

  .quality_title::after {
    bottom: -1.875vw;
    height: 1.406vw;
    width: 16.979vw;
  }

  .quality_title span {
    margin: 0 0 0.521vw;
  }

  .quality_text {
    font-size: 1.042vw;
    line-height: 2.083vw;
    margin: 0 0 5.208vw;
  }

  .quality_items {
    max-width: 100vw;
  }

  .quality_items > div:not(:last-of-type) {
    margin: 0 0 11.979vw;
  }

  .quality_item_top_head {
    font-size: 2.083vw;
    line-height: 2.188vw;
    padding: 1.354vw 0 1.563vw;
  }

  .quality_item_top_head_jp {
    font-size: 1.563vw;
    line-height: 2.188vw;
    padding: 0 1.042vw 0 0;
  }

  .quality_item_top_img {
    margin: 0 0 2.083vw;
  }

  .quality_item_top_text {
    font-size: 1.042vw;
    line-height: 1.979vw;
    margin: 0 auto 7.813vw;
  }

  .quality_item_sliders {
    margin: 0 auto 5.208vw;
    max-width: 77.708vw;
  }

  .quality_item_slider_top {
    margin: 0 0 1.042vw;
    height: 2.708vw;
  }

  .quality_item_slider_top03 {
    margin: 0 0 2.604vw;
  }

  .quality_item_slider_label {
    font-size: 1.563vw;
    line-height: 1.875vw;
    padding: 0 0 0.208vw;
    margin: 0 1.042vw 0 0;
    width: 6.146vw;
  }

  .quality_item_slider_label02 {
    font-size: 1.563vw;
    letter-spacing: 0.208vw;
    line-height: 1.875vw;
    padding: 0.313vw 1.042vw 0.521vw;
    width: 20.833vw;
  }

  .quality_item_slider_label03 {
    font-size: 1.563vw;
    letter-spacing: 0.208vw;
    line-height: 1.875vw;
    padding: 0.313vw 1.042vw 0.521vw;
    min-width: 22.917vw;
  }

  .quality_item_slider_label03_02 {
    font-size: 1.563vw;
    letter-spacing: 0.208vw;
    line-height: 1.875vw;
    padding: 0.313vw 1.042vw 0.521vw;
  }

  .quality_item_slider_head {
    font-size: 1.875vw;
    line-height: 2.188vw;
  }

  .quality_item_slider_head.mb {
    margin: 0 0 1.042vw;
  }

  .quality_item_slider_title {
    font-size: 1.875vw;
    line-height: 2.188vw;
    margin: 0 0 2.083vw;
  }

  .quality_item_slider_img {
    margin: 0 0 1.354vw;
  }

  .quality_item_slider_text {
    font-size: 1.042vw;
    line-height: 1.979vw;
    letter-spacing: 0.052vw;
  }

  .quality_item_slider_text span {
    font-size: 1.25vw;
    line-height: 1.979vw;
  }

  .quality_item_sliders .swiper-button-next:after,
  .quality_item_sliders .swiper-button-prev:after {
    font-size: 3.229vw;
  }

  .quality_item_sliders .swiper-pagination {
    bottom: -2.083vw;
  }
  
  .quality_item_sliders .swiper-pagination-bullet {
    margin: 0 .417vw !important;
    height: 0.729vw;
    width: 0.729vw;
  }
}

@media screen and (max-width: 750px) {
  .is_pc {
    display: none;
  }

  .is_sp {
    display: block;
  }

  .header_wrap {
    height: 10rem;
  }

  .header_logo {
    width: 37rem;
  }

  .mv {
    margin: 0 0 26.625vw;
  }
  
  .mv_copy {
    top: 4.688vw;
    right: unset;
    left: 4.688vw;
    width: 82.969vw;
  }

  .mv_graph {
    top: 3.156vw;
    right: 3.281vw;
    width: 32.031vw;
  }

  .mv_graph_caption {
    font-size: 2.5vw;
    line-height: 3.125vw;
    text-align: right;
  }

  .mv_btn {
    border-radius: 8.438vw;
    box-shadow: 0 .8vw 1.563vw rgb(0 0 0 / 0.6);
    font-size: 5vw;
    letter-spacing: 0.625vw;
    line-height: 7.5vw;
    bottom: -12.021vw;
    max-width: 100%;
    width: 90.625%;
  }

  .mv_btn span {
    box-shadow: inset 0 .933vw .267vw rgb(255 255 255 / .06);
    padding: 4.375vw 0 5vw;
  }

  .mv_btn::before {
    background-image: url('../img/mv_btn_baloon_sp.png');
    top: -32.125vw;
    left: -1.562vw;
    height: 34.688vw;
    width: 44.531vw;
  }

  .mv_btn::after {
    background-image: url('../img/cta_btn_arrow_sp.png');
    right: 4.688vw;
    height: 3.75vw;
    width: 8.438vw;
  }

  .popular {
    padding: 0 0 25.313vw;
  }

  .popular_container {
    max-width: 81.25%;
  }

  .popular_title {
    font-size: 5.625vw;
    line-height: 8.75vw;
    margin: 0 0 17.969vw;
  }

  .popular_title::before {
    background-image: url('../img/popular_title_line_sp.png');
    bottom: -4.687vw;
    height: 4.531vw;
    width: 67.656vw;
  }

  .popular_contents {
    flex-direction: column;
  }

  .popular_item {
    width: 100%;
  }

  .popular_text {
    font-size: 3.75vw;
    line-height: 6.563vw;
    margin: 0 0 12.188vw;
    width: 100%;
  }

  .popular_img {
    width: 100%;
  }

  .section_icon01::after {
    top: -27.687vw;
    height: 20vw;
    width: 35.156vw;
    left: unset;
    right: -1vw;
  }

  .reason {
    padding: 18.75vw 0 12.812vw;
  }

  .reason_container {
    max-width: 100%;
    width: 90.625%;
  }

  .reason_head {
    font-size: 5.625vw;
    letter-spacing: 0.625vw;
    line-height: 1em;
    margin: 0 auto 9.375vw;
  }

  .reason_head span::after {
    border-bottom: .625vw solid #88bfc1;
    bottom: -1.562vw;
    height: 0.625vw;
    width: 9.375vw;
  }

  .reason_title {
    flex-direction: column;
    align-items: center;
    font-size: 5.625vw;
    letter-spacing: 0.625vw;
    line-height: 1.6em;
    margin: 0 0 10.938vw;
  }

  .reason_title_number {
    font-size: 10.938vw;
    padding: 0.313vw 0 0 0.625vw;
  }

  .reason_title_line {
    align-items: baseline;
  }

  .reason_title_line::before {
    background-image: url('../img/reason_title_line_sp.png');
    bottom: -3.125vw;
    height: 3.125vw;
    width: 35.313vw;
    right: -2.187vw;
    left: unset;
  }

  .reason_contents {
    flex-direction: column-reverse;
    margin: 0 auto 12.5vw;
    width: 93.1034482%;
  }

  .reason_contents_left {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .reason_contents_text {
    font-size: 3.75vw;
    line-height: 6.563vw;
    width: 100%;
  }

  .reason_contents_right {
    margin: 0 0 6.25vw;
    width: 100%;
  }

  .reason_contents_img {
    width: 100%;
  }

  .bg_white {
    padding: 18.75vw 4.688vw;
    margin: 0 0 18.75vw;
  }

  .reason_items {
    flex-direction: column;
    margin: 0;
  }

  .reason_items_icon::after {
    top: -7.292vw;
    height: 17.5vw;
    width: 14.219vw;
    right: unset;
    left: 0;
  }

  .reason_items.row_reverse {
    flex-direction: column;
  }

  .reason_item {
    width: 100%;
  }

  .reason_item_texts {
    margin: 0 auto;
    width: 100%;
  }

  .reason_item_head {
    margin: 0 auto 5.625vw;
    width: 30%;
  }

  .reason_item_title {
    font-size: 5.625vw;
    letter-spacing: 0.625vw;
    line-height: 8.125vw;
    margin: 0 0 5.625vw;
    text-align: center;
  }

  .reason_item_text {
    display: none;
  }

  .reason_item_text_sp {
    color: #3c3c3c;
    display: block;
    font-family: 'Noto Serif JP', serif;
    font-size: 3.75vw;
    line-height: 5.938vw;
    text-align: justify;
    width: 100%;
  }

  .reason_item_img {
    margin: 0 auto 4.375vw;
    width: 92.307692307%;
  }

  .section_leaf {
    margin: 0 auto 10.938vw;
    width: 11.563vw;
  }

  .section_text {
    font-size: 5.625vw;
    letter-spacing: 0.625vw;
    line-height: 8.75vw;
  }

  .bg_white > div:not(:last-of-type) {
    margin: 0 0 15.625vw;
  }

  .bg_white::before,
  .bg_white::after {
    border-left: 3.906vw solid transparent;
    border-right: 3.906vw solid transparent;
    border-bottom: 3.906vw solid #eeeeef;
  }

  .bg_white::before {
    top: -0.625vw;
    left: -2.656vw;
  }

  .bg_white::after {
    bottom: -0.625vw;
    right: -2.656vw;
  }

  .cta {
    padding: 18.75vw 0 28.125vw;
  }

  .cta_container {
    max-width: 100%;
    width: 90.625%;
  }

  .cta_contents {
    box-shadow: 0 0 3.125vw rgb(0 0 0 / 0.3);
    padding: 6.25vw 0 9.375vw;
    margin: 0 0 5.313vw;
  }

  .cta_top {
    padding: 4.688vw 4.063vw 6.563vw;
    margin: 0 0 9.375vw;
    text-align: center;
  }

  .cta_top::before {
    left: -1.562vw;
    width: 1.563vw;
  }
  
  .cta_top::after {
    right: -1.562vw;
    width: 1.563vw;
  }

  .cta_head {
    font-size: 4.688vw;
    letter-spacing: 0.625vw;
    margin: 0 0 3.75vw;
    line-height: 6.563vw;
  }

  .cta_head span::before {
    left: -12.5vw;
    top: unset;
    height: 85%;
    transform: rotate(-25deg);
    width: 0.156vw;
  }

  .cta_head span::after {
    right: -3.438vw;
    top: unset;
    height: 85%;
    transform: rotate(25deg);
    width: 0.156vw;
  }

  .cta_title {
    font-size: 5.625vw;
    letter-spacing: 0.625vw;
    line-height: 6.563vw;
  }

  .cta_items {
    margin: 0 auto;
    flex-direction: column;
    width: 87.9310344827%;
  }

  .cta_image {
    margin: 0 0 5.625vw;
    width: 100%;
  }

  .cta_img_text {
    font-size: 3.75vw;
    line-height: 6.563vw;
  }

  .cta_item {
    padding: 0 0 5vw;
    width: 100%;
  }

  .cta_item::before {
    background-image: url('../img/cta_bg_sp.jpg');
    width: 79.688vw;
    height: 39.844vw;
  }

  .cta_item_head {
    font-size: 5.625vw;
    letter-spacing: 0.625vw;
    line-height: 6.25vw;
    margin: 0 0 3.125vw;
  }

  .cta_item_label {
    font-size: 4.375vw;
    letter-spacing: 0.625vw;
    padding: 0.313vw 1.563vw 0.625vw;
    margin: 0 0 0 1.563vw;
  }

  .cta_item_text {
    font-size: 4.063vw;
    letter-spacing: 0.313vw;
    line-height: 6.719vw;
    margin: 0 auto 1.425vw;
    width: 84%;
  }

  .cta_item_lists {
    width: 84%;
  }

  .cta_item_list {
    font-size: 4.063vw;
    line-height: 6.875vw;
  }

  .cta_item_list::before {
    font-size: 2.813vw;
    margin-right: 1.563vw;
  }

  .cta_btn {
    box-shadow: 0 .8vw 2.563vw rgb(0 0 0 / 0.6);
    border-radius: 8.438vw;
    font-size: 5vw;
    letter-spacing: 0.625vw;
    line-height: 7.5vw;
    width: 94.8275862%;
  }

  .cta_btn span {
    padding: 4.063vw 0 4.375vw;
    box-shadow: inset 0 .933vw .267vw rgb(255 255 255 / .06);
    border-radius: 8.438vw;
  }

  .cta_btn::before {
    top: -9vw;
    left: -5vw;
    height: 15vw;
    width: 15vw;
  }

  .cta_btn::after {
    background-image: url('../img/cta_btn_arrow_sp.png');
    right: 3.125vw;
    height: 3.281vw;
    width: 7.187vw;
  }

  .cta_arrow::after {
    bottom: -4.375vw;
    height: 4.531vw;
    width: 7.969vw;
  }

  .report {
    padding: 18.75vw 0 15.625vw;
  }

  .report_contents {
    margin: 0 auto 17.813vw;
    max-width: 100%;
    width: 100%;
    padding: 0 5%;
  }

  .report_contents_inner {
    border-radius: 3.125vw;
    padding: 0;
  }

  .report_contents_head {
    margin: 0 auto 8.438vw;
    width: 41.667%;
  }

  .report_contents_title {
    font-size: 5.625vw;
    line-height: 6.563vw;
    margin: 0 0 14.063vw;
  }

  .report_contents_title::after {
    background-image: url('../img/report_content_title_line_sp.png');
    bottom: -5vw;
    height: 3.75vw;
    width: 57.188vw;
  }

  .report_contents_text {
    font-size: 3.75vw;
    line-height: 6.563vw;
    margin: 0 auto 11.563vw;
    text-align: justify;
    width: 86%;
  }

  .report_slider {
    padding: 0 3.125vw 18.75vw;
  }

  .report_slider_top {
    padding: 3.125vw 0 4.375vw;
    margin: 0 0 6.875vw;
  }

  .report_slider_case {
    font-size: 4.375vw;
    line-height: 5.625vw;
    font-weight: 400;
    margin: 0 0 1.563vw;
  }

  .report_slider_title {
    font-size: 5.625vw;
    line-height: 7.187vw;
  }

  .report_slider_title span {
    border-top: 2px solid rgb(191 191 171 / .5);
    display: inline-block;
    padding: 1vw 2vw 0;
  }

  .report_slider_top::after {
    bottom: -3.125vw;
    height: 3.125vw;
    width: 4.375vw;
  }

  .report_slider_contents {
    flex-direction: column;
    margin: 0 0 14.063vw;
  }

  .report_slider_mov {
    background-image: unset;
    padding: 0;
    margin: 0 0 3.125vw;
    width: 100%;
  }

  .report_slider_mov_inner iframe {
    height: 100%;
    width: 100%;
  }

  .report_slider_mov_inner .thumb {
    width: 100%;
  }

  .report_slider_area {
    background-color: unset;
    padding: 0;
    width: 100%;
  }

  .report_slider_name {
    font-size: 4.688vw;
    line-height: 7.187vw;
    margin: 0 0 1vw;
  }

  .report_slider_area_img {
    display: none;
  }

  .report_slider_profile {
    font-size: 3.75vw;
    line-height: 5.938vw;
    margin: 0;
    text-align: justify;
  }

  .report_introduces > div:not(:last-of-type) {
    margin: 0 0 7.813vw;
  }

  .report_introduce_label {
    font-size: 3.75vw;
    line-height: 6.563vw;
    margin: 0 0 1.875vw;
    width: 31.25vw;
  }

  .report_introduce_text {
    font-size: 3.75vw;
    line-height: 6.563vw;
    width: 100%;
  }

  .report_sliders .swiper-button-next:after,
  .report_sliders .swiper-button-prev:after {
    font-size: 6.625vw;
  }

  .report_sliders .swiper-button-next,
  .report_sliders .swiper-button-prev {
    bottom: 38.6%;
    width: auto;
  }

  .report_sliders .swiper-button-prev {
    left: 0.313vw;
  }

  .report_sliders .swiper-button-next {
    right: 0.625vw;
  }

  .report_sliders .swiper-pagination {
    bottom: 3.125vw !important;
  }
  
  .report_sliders .swiper-pagination-bullet {
    border: .313vw solid #a0a18e;
    margin: 0 1.25vw !important;
    height: 2.188vw;
    width: 2.188vw;
  }

  .section_icon02::after {
    top: -24.437vw;
    left: 5.25vw;
    height: 16.875vw;
    width: 20.469vw;
  }

  .quality {
    padding: 20vw 0 21.75vw;
  }

  .quality::after {
    bottom: -4.375vw;
    height: 4.531vw;
    width: 7.969vw;
  }

  .quality_head {
    font-size: 5.625vw;
    letter-spacing: 0.625vw;
    line-height: 1em;
    margin: 0 auto 9.375vw;
  }

  .quality_head span::after {
    border-bottom: .625vw solid #4c7d50;
    bottom: -1.562vw;
    height: 0.625vw;
    width: 9.375vw;
  }

  .quality_title {
    font-size: 5.625vw;
    line-height: 6.563vw;
    margin: 0 0 14.063vw;
  }

  .quality_title::after {
    background-image: url('../img/quality_title_line_sp.png');
    bottom: -6vw;
    height: 4.219vw;
    width: 50.938vw;
  }

  .quality_text {
    font-size: 3.75vw;
    line-height: 6.563vw;
    margin: 0 0 15.313vw;
    text-align: justify;
  }

  .quality_container {
    max-width: 100%;
    width: 90.625%;
  }

  .report_container {
    max-width: 100%;
    width: 90.625%;
  }

  .quality_item_top_head {
    background: linear-gradient(72deg, #4c7d50 0%, #4c7d50 89%, transparent 89%, transparent 100%);
    font-size: 6.563vw;
    line-height: 6.563vw;
    padding: 3.438vw 0 4.375vw 4.688vw;
    width: 65.625%;
  }

  .quality_item_top_head_inner {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .quality_item_top_head_jp {
    font-size: 3.75vw;
    line-height: 6.563vw;
    padding: 0;
    margin: 0 0 0.625vw;
  }

  .quality_item_top_img {
    margin: 0 0 4.688vw;
  }

  .quality_item_top_text {
    font-size: 3.75vw;
    line-height: 6.563vw;
    margin: 0 auto 10.938vw;
    width: 90.625%;
  }

  .quality_items > div:not(:last-of-type) {
    margin: 0 0 18.625vw;
  }

  .quality_item_sliders {
    margin: 0 auto;
    max-width: 100%;
    padding: 0 8.4799%;
    width: 100%;
  }

  .quality_item_slider_label {
    font-size: 4.688vw;
    line-height: 4.688vw;
    padding: 0.313vw 0 0.938vw;
    margin: 0 1.042vw 0 0;
    width: 18.438vw;
    /* display: block; */
  }

  .quality_item_slider_head {
    font-size: 5.625vw;
    line-height: 6.563vw;
  }

  .quality_item_slider_head.mb {
    margin: 0 0 2.188vw;
  }

  .quality_item_slider_top {
    margin: 0 0 4.688vw;
    height: 5.938vw;
  }

  .quality_item_slider_title {
    font-size: 5.313vw;
    line-height: 6.563vw;
    margin: 0 0 4.375vw;
  }

  .quality_item_slider_text {
    font-size: 3.65vw;
    line-height: 6.563vw;
    letter-spacing: 0;
    text-align: justify;
    width: 100%;
  }

  .quality_item_slider_text.txt_center_pc {
    text-align: justify;
  }

  .quality_item_slider_img {
    flex-grow: 1;
    margin: 0 0 3.354vw;
  }

  .quality_item_slider02 .quality_item_slider_img {
    flex-grow: 0;
  }

  .quality_item_sliders .swiper-button-next:after,
  .quality_item_sliders .swiper-button-prev:after {
    font-size: 6.625vw;
  }

  .quality_item_sliders .swiper-button-next,
  .quality_item_sliders .swiper-button-prev {
    bottom: 46%;
    width: auto;
  }

  .quality_item_sliders .swiper-button-prev {
    left: .4vw;
  }

  .quality_item_sliders .swiper-button-next {
    right: .4vw;
  }

  .quality_item_sliders .swiper-pagination {
    bottom: -4.5vw;
  }
  
  .quality_item_sliders .swiper-pagination-bullet {
    border: .313vw solid #a0a18e;
    margin: 0 1.25vw !important;
    height: 2.188vw;
    width: 2.188vw;
  }

  .quality_item_slider_label02 {
    font-size: 4.688vw;
    letter-spacing: 0.625vw;
    line-height: 4.688vw;
    padding: 0.625vw 2.188vw 1.25vw;
    min-width: 35.938vw;
    width: auto;
  }

  .quality_item_slider_label03 {
    font-size: 4.688vw;
    flex-grow: 0;
    letter-spacing: 0.625vw;
    line-height: 4.688vw;
    min-width: 48.438vw;
    padding: 0.625vw 2.188vw 1.25vw;
    width: auto;
  }

  .quality_item_slider_label03_02 {
    font-size: 4.688vw;
    flex-grow: 0;
    letter-spacing: 0.625vw;
    line-height: 4.688vw;
    min-width: auto;
    padding: 0.625vw 2.188vw 1.25vw;
    width: auto;
  }

  .quality_item_slider_text span {
    font-size: 4.063vw;
    line-height: 6.563vw;
  }

  .footerWrap_copy {
    padding: 2.5rem 0;
  }

  .footerWrap_copy small {
    font-size: 2rem;
  }
}

@media screen and (max-width: 414px) {
  /* .report_sliders .swiper-button-prev {
    left: -1vw;
  }

  .report_sliders .swiper-button-next {
    right: -1vw;
  }

  .quality_item_sliders .swiper-button-prev {
    left: -1.6vw;
  }

  .quality_item_sliders .swiper-button-next {
    right: -1.6vw;
  } */
}
