@charset "UTF-8";
.common_sec {
  width: 1280px;
}
.common_sec .sec_header {
  height: 138px;
}
.common_sec .sec_header:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 11px;
  width: 96%;
  height: 1px;
  border-top: 1px solid #969820;
}
.common_sec .sec_header:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 11px;
  width: 96%;
  height: 1px;
  border-top: 1px solid #969820;
}
.common_sec .header_kazari {
  position: absolute;
  top: -20px;
  right: 20px;
}
.common_sec .sec_title {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 34px;
  color: #fff;
}
.common_sec .header_text {
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .common_sec .sec_body {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .common_sec {
    width: 1280px;
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .common_sec .sec_header {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 5.5vw 0;
    margin-bottom: 8vw;
    border-radius: 0;
  }
  .common_sec .sec_header:before {
    top: initial;
    bottom: 2.93vw;
    height: 0.26vw;
    border-top: 0.26vw solid #969820;
  }
  .common_sec .sec_header:after {
    bottom: initial;
    top: 2.93vw;
    height: 0.26vw;
    border-top: 0.26vw solid #969820;
  }
  .common_sec .header_kazari {
    top: -5.33vw;
    right: 1.33vw;
  }
  .common_sec .sec_title {
    font-size: 5vw;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .common_sec .header_text {
    font-size: 4.4vw;
  }
  .common_sec .sec_body {
    padding: 0 5.5vw;
  }
}

/* =====key===== */
.key {
  width: 100%;
  height: 260px;
  background: url(/images/case/key01.webp) center center/cover no-repeat;
}
.key .inner {
  width: 1000px;
  padding: 68px 0 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
.key .text {
  margin-bottom: -5px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 16px;
  color: #fff;
}
.key .page_title {
  width: 370px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 34px;
  color: #fff;
  text-shadow: 2px 0 2px rgba(0, 0, 0, 0.75);
  letter-spacing: 0.06em;
}
.key .page_title .large {
  display: block;
  padding: 16px 0 0 1em;
  font-size: 34px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .key {
    z-index: -1;
    position: relative;
    width: 100%;
    padding: 0 20px;
    height: 260px;
    background: url(/images/case/key01.webp) center right 30%/cover no-repeat;
    box-sizing: border-box;
  }
  .key:before {
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/xguide/photo01_sp02.png) center left -170px/cover no-repeat;
  }
  .key .inner {
    z-index: 2;
    position: relative;
    width: 100%;
    padding: 50px 0 0;
    margin: 0 auto;
  }
  .key .text {
    margin-bottom: -1.33vw;
    font-size: 4vw;
  }
  .key .page_title {
    width: 100%;
    font-size: 4.8vw;
    color: #fff;
    text-shadow: 2px 0 2px rgba(0, 0, 0, 0.75);
  }
  .key .page_title .large {
    display: block;
    padding: 30px 0 0 1em;
    font-size: 22px;
    font-weight: 700;
  }
}

.lead_sec {
  margin-top: 80px;
  margin-bottom: 100px;
}
.lead_sec .gridbox {
  width: 1005px;
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  -moz-column-gap: 33px;
       column-gap: 33px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .lead_sec {
    margin-top: 8vw;
    margin-bottom: 13.8vw;
  }
  .lead_sec .gridbox {
    width: 83.773vw;
    row-gap: 4.2vw;
    -moz-column-gap: initial;
         column-gap: initial;
    grid-template-columns: repeat(1, 1fr);
  }
}

.monitor_box {
  width: 1162px;
  max-width: 100%;
  margin: 0 auto 180px;
}
.monitor_box .monitor_title {
  border-top: 1px solid #036386;
  border-bottom: 1px solid #036386;
  padding: 33px 0;
  margin-bottom: 24px;
  letter-spacing: 0.1em;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}
.monitor_box .monitor_title .blue_text {
  letter-spacing: 0.01em;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 24px;
  font-weight: 600;
  color: #036386;
}
.monitor_box .intro_move {
  width: 854px;
  max-width: 100%;
  margin: 0 auto 100px;
}
.monitor_box .intro_move .intro_text {
  margin-bottom: 20px;
  letter-spacing: 0.02em;
  line-height: 1.8;
  font-family: "noto sans jp", sans-serif;
  text-align: justify;
}
.monitor_box .intro_move .intro_text .blue_text {
  color: #036382;
}
.monitor_box .intro_move iframe {
  width: 854px;
  height: 483px;
  background-color: #ccc;
}
.monitor_box .voice {
  box-sizing: border-box;
  width: 1048px;
  max-width: 100%;
  margin: 0 auto 70px;
}
.monitor_box .voice .voice_title_box {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 33px 40px;
  border-bottom: 1.6px solid #036382;
  margin-bottom: 50px;
}
.monitor_box .voice .voice_title_box .voice_num {
  margin-right: 30px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 32px;
  text-wrap: nowrap;
  color: #036382;
}
.monitor_box .voice .voice_title_box .voice_title {
  letter-spacing: 0.16em;
  line-height: 1.7;
  font-size: 20px;
  font-weight: 600;
}
.monitor_box .voice .combo_box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.monitor_box .voice .textbox {
  box-sizing: border-box;
  width: 53%;
  max-width: 53%;
}
.monitor_box .voice .textbox .title {
  line-height: 1.8;
  text-align: justify;
  margin-bottom: 40px;
  font-family: "noto sans jp", sans-serif;
  font-size: 22px;
}
.monitor_box .voice .textbox .text {
  letter-spacing: 0.06em;
  line-height: 1.6;
  font-family: "noto sans jp", sans-serif;
  text-align: justify;
}
.monitor_box .voice .textbox .text .blue_text {
  color: #036382;
}
.monitor_box .voice .imagebox {
  width: 45%;
  max-width: 45%;
}
.monitor_box .voice .voice_text {
  width: 100%;
  padding-top: 40px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  font-family: "noto sans jp", sans-serif;
  text-align: justify;
}
.monitor_box .voice .voice_text .blue_text {
  color: #036382;
}
.monitor_box .case_box {
  width: 1129px;
  max-width: 100%;
  margin: 0 auto;
}
.monitor_box .case_box .wrapp {
  display: flex;
  border-bottom: 1px solid #8c801b;
}
.monitor_box .case_box .wrapp .dt_box {
  box-sizing: border-box;
  width: 22%;
  min-width: 247px;
  padding: 33px 45px;
  background-color: rgba(140, 128, 27, 0.16);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  letter-spacing: 0.1em;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 20px;
  font-weight: 600;
}
.monitor_box .case_box .wrapp .dd_text {
  box-sizing: border-box;
  width: 78%;
  padding: 33px 45px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  font-family: "noto sans jp", sans-serif;
  text-align: justify;
}
.monitor_box .case_box .wrapp:nth-of-type(1) {
  border-top: 1px solid #8c801b;
}
@media screen and (max-width: 768px) {
  .monitor_box {
    margin: 0 auto 27.6vw;
  }
  .monitor_box .monitor_title {
    border-top: 0.42vw solid #036386;
    border-bottom: 0.42vw solid #036386;
    padding: 4.2vw 0;
    margin-bottom: 6.4vw;
    letter-spacing: 0.1em;
    font-size: 5.3vw;
  }
  .monitor_box .monitor_title .blue_text {
    letter-spacing: 0.01em;
    font-size: 5.3vw;
  }
  .monitor_box .intro_move {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 13.8vw;
  }
  .monitor_box .intro_move .intro_text {
    margin-bottom: 0;
    letter-spacing: 0.02em;
  }
  .monitor_box .intro_move iframe {
    width: 88.8vw;
    height: 50.18vw;
    background-color: #ccc;
    margin-bottom: 4.2vw;
  }
  .monitor_box .voice {
    box-sizing: border-box;
    width: 1048px;
    max-width: 100%;
    margin: 0 auto 13.8vw;
  }
  .monitor_box .voice .voice_title_box {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 2vw 3vw;
    border-bottom: 0.4vw solid #036382;
    margin-bottom: 4.2vw;
  }
  .monitor_box .voice .voice_title_box .voice_num {
    margin-right: 3vw;
    font-size: 6vw;
  }
  .monitor_box .voice .voice_title_box .voice_title {
    letter-spacing: 0;
    line-height: 1.7;
    font-size: 4.8vw;
  }
  .monitor_box .voice .combo_box {
    display: flex;
    flex-direction: column;
  }
  .monitor_box .voice .textbox {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
  }
  .monitor_box .voice .textbox .title {
    margin-bottom: 4.2vw;
    font-size: 4.8vw;
  }
  .monitor_box .voice .textbox .text {
    letter-spacing: 0.06em;
  }
  .monitor_box .voice .imagebox {
    width: 100%;
    max-width: 100%;
    margin-bottom: 4.2vw;
  }
  .monitor_box .voice .voice_text {
    width: 100%;
    padding-top: 0;
    letter-spacing: 0.1em;
    line-height: 1.8;
  }
  .monitor_box .case_box {
    width: 100%;
  }
  .monitor_box .case_box .wrapp {
    display: flex;
    flex-direction: column;
    border-bottom: 0.26vw solid #8c801b;
  }
  .monitor_box .case_box .wrapp .dt_box {
    box-sizing: border-box;
    width: 10em;
    min-width: initial;
    padding: 1vw;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.2em;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 4.2vw;
    font-weight: 600;
    writing-mode: initial;
  }
  .monitor_box .case_box .wrapp .dd_text {
    box-sizing: border-box;
    width: initial;
    padding: 4vw 3vw 5.5vw;
    letter-spacing: 0.1em;
    line-height: 1.8;
    font-size: 4vw;
  }
  .monitor_box .case_box .wrapp:nth-of-type(1) {
    border-top: 0.26vw solid #8c801b;
  }
}

.sec01 {
  padding-top: 100px;
  margin-bottom: 100px;
}
.sec01 .monitor_box .voice01 .combo_box .textbox {
  padding-left: 10px;
  margin-right: 50px;
}
.sec01 .monitor_box .voice01 .combo_box .textbox .title {
  margin-bottom: 40px;
  line-height: 1.8;
  font-family: "noto sans jp", sans-serif;
  font-size: 22px;
}
.sec01 .monitor_box .voice02 .combo_box {
  flex-direction: row-reverse;
  align-items: center;
}
.sec01 .monitor_box .voice02 .combo_box .textbox {
  padding-right: 10px;
  margin-left: 50px;
}
@media screen and (max-width: 768px) {
  .sec01 {
    padding-top: 13.8vw;
    margin-bottom: 13.8vw;
  }
  .sec01 .monitor_box .voice01 .combo_box .textbox {
    padding-left: initial;
    margin-right: initial;
  }
  .sec01 .monitor_box .voice01 .combo_box .textbox .title {
    margin-bottom: 4.2vw;
    font-size: 4.8vw;
  }
  .sec01 .monitor_box .voice02 .combo_box .textbox {
    padding-right: initial;
    margin-left: initial;
  }
}/*# sourceMappingURL=monitor.css.map */