@charset "UTF-8";
* {
  box-sizing: border-box;
}

body {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.025em;
  background: #fff;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 19px;
  }
}

.fnt-roboto {
  font-family: "Roboto", sans-serif;
}

.pad_only,
.sp {
  display: none;
}

.wrap {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .btnTel {
    pointer-events: none;
  }
}
@media only screen and (max-width: 1180px) {
  .pad_only {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .sp {
    display: block;
  }
  .pad_only,
  .pc {
    display: none;
  }
  img {
    width: 100%;
    height: auto;
  }
}
.cl_red {
  color: #d42e1f;
}

.cl_blue {
  color: #3162b1;
}

.cl_orange {
  color: #fd8300;
}

.cl_yellow {
  color: #f7f800;
}

.cl_white {
  color: #fff;
}

.bg_blue {
  background: #1b62b7;
}

.bg_yellow {
  background: #ffffbe;
}

.bg_ghi {
  background: #fffed8;
}

.bg_white {
  background: #ffffff;
}

.fwb {
  font-weight: 600;
}

.tac {
  text-align: center;
}

.omron_header .hd-top {
  display: flex;
  max-width: 970px;
  width: 95%;
  margin: 0 auto;
  padding: 18px 15px;
  line-height: 23px;
}
.omron_header .hd-top .txt {
  font-size: 14px;
  letter-spacing: 0;
  margin-left: 22px;
  padding-top: 3px;
}
@media only screen and (max-width: 767px) {
  .omron_header .hd-top {
    display: block;
    width: 100%;
    padding: 18px 0 0;
    line-height: 30px;
  }
  .omron_header .hd-top .logo {
    width: 89px;
    margin: 0 0 14px 10px;
  }
  .omron_header .hd-top .txt {
    font-size: 11px;
    background: #f2f2f2;
    padding: 0 10px;
    margin-left: 0;
  }
}


ul.btn-click-cm{
  display: flex;
  justify-content: center;
}
ul.btn-click-cm li {
  width: 657px;
  position: relative;
}
ul.btn-click-cm li img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}
ul.btn-click-cm li span.icon {
  width: 59px;
  display: block;
  position: absolute;
  top: 9px;
  right: 17px;
  z-index: 1;
}
@media only screen and (max-width: 767px){
  ul.btn-click-cm{
    display: block;
  }
  ul.btn-click-cm li {
    width: 100%;
  }
  ul.btn-click-cm li span.icon {
    width: 8vw;
    right: 4vw;
    top: 2vw;
  }
}


#key {
  background-image: url("../img/key.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  position: relative;
  z-index: 1;
}
#key:before {
  content: "";
  height: 20px;
  background: #0054bb;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -19px;
  z-index: -1;
}
#key:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 38px 37.5px 0 37.5px;
  border-color: #0054bb transparent transparent transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -56px;
  z-index: -1;
}
#key .key-ttl {
  max-width: 1002px;
  width: 95%;
  margin: 0 auto;
}
#key .key-ttl img {
  width: 100%;
  height: auto;
}
#key .key-note {
  font-size: 15px;
  text-align: right;
  max-width: 1000px;
  width: 95%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -50px;
}
#key .key-note span {
  display: none;
}
@media only screen and (max-width: 980px) {
  #key .key-note {
    bottom: -80px;
  }
}
@media only screen and (max-width: 767px) {
  #key {
    background-image: url("../img/key_sp.jpg");
  }
  #key:before {
    height: 11px;
    bottom: -10px;
  }
  #key:after {
    border-width: 18px 18px 0 18px;
    bottom: -27px;
  }
  #key .key-ttl {
    width: 100%;
  }
  #key .key-note {
    max-width: none;
    width: auto;
    color: #fff;
    font-size: 3.2vw;
    line-height: 4vw;
    bottom: 2vw;
    right: 6%;
    text-align: left;
    transform: none;
    left: auto;
  }
  #key .key-note span {
    display: inline-block;
  }
}

#sec1 {
  background: #edf8fe;
  padding: 108px 0 125px;
  position: relative;
}
#sec1:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 38px 37.5px 0 37.5px;
  border-color: #edf8fe transparent transparent transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -37px;
  z-index: -1;
}
#sec1 .box_white {
  border-radius: 10px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
  margin-bottom: 25px;
  position: relative;
  padding: 35px 20px 35px 184px;
}
#sec1 .box_white .img {
  width: 135px;
  position: absolute;
  left: 25px;
  top: 23px;
}
#sec1 .box_white .ttl {
  font-size: 24px;
  letter-spacing: 0;
  margin-bottom: 10px;
}
#sec1 .box_white .txt {
  line-height: 32px;
  letter-spacing: 0;
}
#sec1 .box_white .txt span {
  display: inline-block;
  font-size: 20px;
  position: relative;
  color: #0068b7;
}
#sec1 .box_white .txt span:after {
  content: "";
  height: 3px;
  background: #fcf200;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
}
#sec1 .box_blue {
  padding: 16px 0 88px;
}
#sec1 .box_blue img {
  width: 100%;
  height: auto;
}
#sec1 .box_border {
  max-width: 900px;
  width: 100%;
  border-radius: 20px;
  border: 4px solid #1b63b7;
  box-shadow: 5px 5px 0 #1b63b7;
  position: relative;
  font-size: 28px;
  line-height: 42px;
  padding: 33px 80px 33px 0;
  color: #1b63b7;
}
#sec1 .box_border q {
  position: relative;
  z-index: 1;
}
#sec1 .box_border span {
  font-size: 34px;
  position: relative;
  z-index: 0;
}
#sec1 .box_border span:before {
  content: "";
  width: 53px;
  height: 53px;
  border-radius: 50%;
  background: #fcf200;
  position: absolute;
  left: -11px;
  top: 1px;
  z-index: -1;
}
#sec1 .box_border span:after {
  content: "";
  width: 53px;
  height: 53px;
  border-radius: 50%;
  background: #fcf200;
  position: absolute;
  left: 25px;
  top: 1px;
  z-index: -1;
}
#sec1 .box_border .dc {
  width: 211px;
  position: absolute;
  top: -48px;
  right: -97px;
  z-index: 1;
}
#sec1 .box_border .dc img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 980px) {
  #sec1 .box_white {
    padding: 35px 15px 35px 178px;
  }
  #sec1 .box_border {
    max-width: 690px;
    font-size: 22px;
    line-height: 37px;
    padding: 28px 70px 28px 0;
  }
  #sec1 .box_border span {
    font-size: 29px;
  }
  #sec1 .box_border span:before {
    width: 48px;
    height: 48px;
    left: -10px;
  }
  #sec1 .box_border span:after {
    width: 48px;
    height: 48px;
    left: 20px;
  }
  #sec1 .box_border .dc {
    right: -85px;
    top: -40px;
    width: 185px;
  }
}
@media only screen and (max-width: 767px) {
  #sec1 {
    padding: 50px 0 90px;
  }
  #sec1:after {
    border-width: 18px 18px 0 18px;
    bottom: -17px;
  }
  #sec1 .box_white {
    border-radius: 5px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
    margin-bottom: 17px;
    padding: 14px 0px 15px 12px;
  }
  #sec1 .box_white .df {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
  }
  #sec1 .box_white .img {
    width: 18.134vw;
    position: relative;
    left: auto;
    top: auto;
  }
  #sec1 .box_white .ttl {
    font-size: 4.8vw;
    line-height: 7vw;
    margin: 0 0 0 15px;
  }
  #sec1 .box_white .txt {
    font-size: 16px;
    line-height: 25px;
    padding-right: 13px;
  }
  #sec1 .box_white .txt span {
    display: inline;
    font-size: 17px;
    border-bottom: 2px solid #fcf200;
  }
  #sec1 .box_white .txt span:after {
    display: none;
  }
  #sec1 .box_blue {
    padding: 10px 0 30px;
  }
  #sec1 .box_border {
    font-size: 4.8vw;
    line-height: 6.134vw;
    padding: 2vw 10% 2vw 0;
    border-width: 2px;
    border-radius: 10px;
    box-shadow: 3px 3px 0 #1b63b7;
  }
  #sec1 .box_border span {
    font-size: 5.6vw;
  }
  #sec1 .box_border span:before {
    width: 8vw;
    height: 8vw;
    left: -1.4vw;
    top: 0.6vw;
  }
  #sec1 .box_border span:after {
    width: 8vw;
    height: 8vw;
    top: 0.6vw;
    left: 4.6vw;
  }
  #sec1 .box_border .dc {
    width: 22.67vw;
    right: -2vw;
    top: 8vw;
  }
}

#sec2 {
  padding: 75px 0 135px;
  position: relative;
}
#sec2:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 38px 37.5px 0 37.5px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -37px;
}
#sec2 h2 {
  letter-spacing: 0;
  font-size: 32px;
  line-height: 60px;
  margin-bottom: 80px;
}
#sec2 h2 small {
  display: table;
  margin: 0 auto;
  font-size: 32px;
  position: relative;
  z-index: 0;
}
#sec2 h2 small:after {
  content: "";
  height: 7px;
  background: #fcf200;
  position: absolute;
  bottom: 8px;
  left: -5px;
  right: -5px;
  z-index: -1;
}
#sec2 h2 span {
  display: block;
  font-size: 38px;
}
#sec2 .box_grey {
  background: #f5f5f5;
  border-radius: 20px;
  max-width: 887px;
  width: 95%;
  margin: 0 auto;
  position: relative;
  padding: 66px 20px 55px;
}
#sec2 .box_grey:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 58px 25px 0 25px;
  border-color: #f5f5f5 transparent transparent transparent;
  position: absolute;
  bottom: -57px;
  left: 51%;
}
#sec2 .box_grey .ttl {
  position: absolute;
  left: -54px;
  top: -31px;
  z-index: 1;
}
#sec2 .box_grey ul {
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
}
#sec2 .box_grey ul li {
  margin-bottom: 15px;
  border-radius: 40px;
  border: 1px solid #286cb8;
  font-size: 24px;
  padding: 20px 5px 20px 80px;
  position: relative;
}
#sec2 .box_grey ul li:before {
  content: "";
  width: 38px;
  background-image: url("../img/s2-check.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
}
#sec2 .box_grey ul li span {
  color: #1b62b6;
}
#sec2 .img1 {
  position: relative;
  z-index: 1;
  margin: -26px 0 50px;
}
#sec2 .row h3 {
  font-size: 32px;
  letter-spacing: 0;
  line-height: 60px;
}
#sec2 .row h3 span {
  font-size: 38px;
}
#sec2 .row h3 small {
  font-size: 28px;
}
#sec2 .row .box {
  display: table;
  margin: 45px auto 15px;
  font-size: 26px;
  border: 3px solid #0068b7;
  background: #fffed8;
  border-radius: 15px;
  position: relative;
  padding: 13px 20px;
}
#sec2 .row .box .sttl {
  font-size: 20px;
  line-height: 30px;
  padding: 0 10px;
  position: absolute;
  left: 15px;
  top: -31px;
  z-index: 1;
  border-radius: 10px 10px 0 0;
}
#sec2 .row ul.note {
  display: table;
  margin: 0 auto;
}
#sec2 .row ul.note li {
  position: relative;
  padding-left: 19px;
  margin: 0px !important;
}
#sec2 .row ul.note li:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 1px;
}
#sec2 .row h4 {
  font-size: 22px;
  margin: 35px 0 20px;
}
#sec2 .row ul.img {
  display: flex;
  justify-content: center;
}
#sec2 .row ul.img li + li {
  margin-left: 70px;
}
@media only screen and (max-width: 1000px) {
  #sec2 .box_grey {
    width: 100%;
  }
  #sec2 .box_grey .ttl {
    left: -1%;
  }
  #sec2 .row .box {
    font-size: 25px;
  }
  #sec2 .row ul li + li {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #sec2 {
    padding: 40px 0 55px;
  }
  #sec2:after {
    border-width: 18px 18px 0 18px;
    bottom: -17px;
  }
  #sec2 h2 {
    font-size: 4.8vw;
    line-height: 8vw;
    margin-bottom: 35px;
  }
  #sec2 h2 small {
    font-size: 4.8vw;
    margin-bottom: 2vw;
  }
  #sec2 h2 small:after {
    height: 4px;
    bottom: 0;
    left: 0px;
    right: 0px;
  }
  #sec2 h2 span {
    font-size: 6.134vw;
  }
  #sec2 .box_grey {
    width: 95%;
    border-radius: 10px;
    padding: 10vw 3% 5vw;
  }
  #sec2 .box_grey:after {
    border-width: 30px 12.5px 0 12.5px;
    bottom: -26px;
    left: 48%;
  }
  #sec2 .box_grey .ttl {
    width: 90%;
    left: 0;
    top: -4vw;
  }
  #sec2 .box_grey ul li {
    font-size: 4.534vw;
    line-height: 6.134vw;
    padding: 3vw 0 3vw 11vw;
    border-radius: 15px;
    margin-bottom: 2vw;
  }
  #sec2 .box_grey ul li:before {
    background-position: 0 28%;
    width: 8vw;
    left: 3%;
  }
  #sec2 .img1 {
    margin: -3vw 0 45px;
  }
  #sec2 .row {
    padding: 0 2.5%;
  }
  #sec2 .row h3 {
    font-size: 5.07vw;
    line-height: 7.2vw;
  }
  #sec2 .row h3 small {
    font-size: 5.07vw;
  }
  #sec2 .row h3 span {
    font-size: 6.134vw;
  }
  #sec2 .row ul.note li {
    padding-left: 15px;
  }
  #sec2 .row ul.note li:before {
    top: 0;
  }
  #sec2 .row .box {
    display: block;
    text-align: center;
    border-radius: 5px;
    border-width: 2px;
    font-size: 4.534vw;
    line-height: 6.4vw;
    padding: 3vw 2%;
  }
  #sec2 .row .box .sttl {
    font-size: 4vw;
    line-height: 6.134vw;
    border-radius: 5px 5px 0 0;
    top: -6.2vw;
    left: 4%;
  }
  #sec2 .row h4 {
    font-size: 4vw;
    line-height: 6vw;
    letter-spacing: -0.02em;
    margin: 10vw -4% 5vw;
  }
  #sec2 .row ul.img li + li {
    margin-left: 5%;
  }
}

#sec3 {
  background-image: url("../img/pat.jpg");
  padding: 108px 0 65px;
}
#sec3 h2 {
  display: table;
  margin: 0 auto 90px;
  position: relative;
  font-size: 36px;
}
#sec3 h2:after {
  content: "";
  height: 4px;
  background: #fcf200;
  position: absolute;
  left: -10px;
  right: -10px;
  bottom: -15px;
}
#sec3 .df {
  display: flex;
  justify-content: space-between;
}
#sec3 .df .box {
  background: #fff;
  width: 320px;
  border: 2px solid #1b62b7;
  position: relative;
  padding: 28px 20px 25px;
}
#sec3 .df .box .sttl {
  font-size: 20px;
  line-height: 38px;
  width: 100px;
  border-radius: 7px 7px 0 0;
  position: absolute;
  top: -40px;
  left: 12px;
  text-align: center;
}
#sec3 .df .box .sttl span {
  font-size: 26px;
}
#sec3 .df .box .ttl {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 32px;
  text-align: center;
  color: #1b62b7;
}
#sec3 .df .box .ttl small {
  display: block;
  font-size: 20px;
}
#sec3 .df .box .ttl q {
  font-size: 12px;
  position: relative;
  top: -6px;
}
#sec3 .df .box .ttl.two {
  margin: 17px 0 28px;
}
#sec3 .df .box .img {
  margin: 15px 0 30px;
}
#sec3 .df .box ul {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}
#sec3 .df .box ul li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 12px;
}
#sec3 .df .box ul li:before {
  content: "";
  width: 15px;
  height: 15px;
  background: #1b62b7;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 6px;
}
#sec3 .df .box ul li q {
  font-size: 10px;
  position: relative;
  top: -5px;
}
#sec3 .df .box .note {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
}
#sec3 .row .ttl {
  font-size: 24px;
  margin: 70px 0 20px;
}
#sec3 .row .flow img {
  width: 100%;
  height: auto;
}
#sec3 .row ul {
  width: 490px;
  margin: -40px 0 0 auto;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0;
}
#sec3 .row ul li {
  position: relative;
  padding-left: 28px;
}
#sec3 .row ul li:before {
  position: absolute;
  left: 0;
  top: 0;
}
#sec3 .row ul li:nth-child(1):before {
  content: "※1";
}
#sec3 .row ul li:nth-child(2):before {
  content: "※2";
}
#sec3 .row ul li:nth-child(3):before {
  content: "※3";
}
#sec3 .row ul li:nth-child(4):before {
  content: "※4";
}
@media only screen and (max-width: 1024px) {
  #sec3 .df {
    flex-wrap: wrap;
    justify-content: center;
  }
  #sec3 .df .box {
    margin: 0 10px;
  }
  #sec3 .df .box:last-child {
    margin-top: 70px;
  }
  #sec3 .row ul {
    width: 51%;
    margin-top: -3%;
  }
}
@media only screen and (max-width: 767px) {
  #sec3 {
    padding: 45px 0 40px;
    background-size: 30vw;
  }
  #sec3 h2 {
    font-size: 5.07vw;
    line-height: 8vw;
    margin-bottom: 48px;
  }
  #sec3 h2:after {
    height: 2px;
    left: -5px;
    right: -5px;
    bottom: -1vw;
  }
  #sec3 .df {
    display: block;
  }
  #sec3 .df .box {
    width: 95%;
    margin: 0 auto 11vw;
    border-width: 1px;
  }
  #sec3 .df .box .sttl {
    width: 21vw;
    font-size: 4.6vw;
    line-height: 7vw;
    top: -7.3vw;
    left: 1%;
  }
  #sec3 .df .box .sttl span {
    font-size: 5.734vw;
  }
  #sec3 .df .box .ttl {
    font-size: 5.07vw;
    line-height: 6.4vw;
  }
  #sec3 .df .box .ttl small {
    font-size: 4.534vw;
  }
  #sec3 .df .box .ttl q {
    font-size: 2.5vw;
    top: -1.5vw;
  }
  #sec3 .df .box .ttl.two {
    margin: 0;
  }
  #sec3 .df .box .img {
    width: 84%;
    margin: 1vw auto 2vw;
  }
  #sec3 .df .box ul li q {
    font-size: 11px;
    top: -3px;
  }
  #sec3 .df .box:last-child {
    margin-top: 11vw;
  }
  #sec3 .row .ttl {
    font-size: 4.534vw;
    margin: 13vw 0 5vw;
  }
  #sec3 .row ul {
    width: 100%;
    margin: 4vw 0 0;
    font-size: 12px;
    line-height: 14px;
  }
  #sec3 .row ul li {
    padding-left: 23px;
  }
}

#sec4 {
  padding: 80px 0 45px;
}
#sec4 ul {
  margin-bottom: 40px;
}
#sec4 .txt1 {
  font-size: 26px;
  line-height: 42px;
  letter-spacing: 0;
  color: #333;
}
#sec4 .txt2 {
  margin-top: 30px;
}
#sec4 .box {
  border: 2px solid #0068b7;
  margin: 15px 0 90px;
  display: flex;
  align-items: center;
  padding: 15px 0px 15px 30px;
  color: #333;
}
#sec4 .box .tel {
  font-size: 46px;
  font-weight: 900;
  letter-spacing: 0;
  white-space: nowrap;
  padding-top: 5px;
}
#sec4 .box .tel img {
  margin: -5px 8px 0 0;
}
#sec4 .box .txt {
  margin-left: 25px;
  font-size: 26px;
  font-weight: 600;
}
#sec4 .box .txt small {
  display: block;
  color: #fd8300;
  font-size: 22px;
  margin: 8px 0 0 -10px;
}
#sec4 .row .ttl {
  font-size: 26px;
  letter-spacing: 0;
  position: relative;
  display: table;
}
#sec4 .row .ttl:after {
  content: "";
  height: 2px;
  background: #fcf200;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
}
#sec4 .row .txt {
  color: #333;
  line-height: 32px;
  letter-spacing: 0;
  margin: 20px -10px 20px 0;
}
#sec4 .row .img img {
  width: 100%;
  height: auto;
}
#sec4 .row2 {
  margin-top: 97px;
}
#sec4 .row2 .txt {
  line-height: 32px;
  font-weight: 500;
  color: #333;
  margin: 15px 0 25px;
}
@media only screen and (max-width: 1024px) {
  #sec4 .box {
    display: block;
    text-align: center;
  }
  #sec4 .box .tel {
    margin-bottom: 15px;
  }
  #sec4 .txt1 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  #sec4 {
    padding: 43px 2.5%;
  }
  #sec4 ul {
    margin-bottom: 35px;
  }
  #sec4 .txt1 {
    font-size: 4.267vw;
    line-height: 6.4vw;
    letter-spacing: -0.02em;
    margin: 0 -3%;
  }
  #sec4 .txt2 {
    margin-top: 25px;
  }
  #sec4 .box {
    width: 95%;
    margin: 3vw auto 16vw;
    border-width: 1px;
    padding: 5vw 0;
  }
  #sec4 .box .tel {
    font-size: 9.067vw;
    line-height: 9vw;
    padding-top: 0;
    margin-bottom: 2vw;
  }
  #sec4 .box .tel img {
    width: 12vw;
    margin: -1vw 3vw 0 0;
  }
  #sec4 .box .txt {
    text-align: left;
    font-size: 4.14vw;
    margin-left: 4%;
  }
  #sec4 .box .txt small {
    font-size: 3.47vw;
    letter-spacing: -0.01em;
    margin: 1vw 0 0 -2vw;
  }
  #sec4 .row .ttl {
    font-size: 5.07vw;
    letter-spacing: -0.04em;
    margin-right: -3%;
  }
  #sec4 .row .ttl:after {
    bottom: -3vw;
  }
  #sec4 .row .txt {
    font-size: 16px;
    line-height: 24px;
    margin: 27px 0 22px;
  }
  #sec4 .row2 {
    margin-top: 55px;
  }
  #sec4 .row2 .ttl {
    width: 90%;
    margin: 0 auto;
  }
  #sec4 .row2 .txt {
    font-size: 3.9vw;
    line-height: 5.6vw;
    letter-spacing: 0;
    margin: 4vw -4% 8vw;
  }
}
#sec5 {
  width: 100%;
  position: fixed;
  bottom: -137px;
  z-index: 5;
  background-color: rgba(255, 255, 255, 0.6588235294);
  padding: 25px 0 15px;
  transition: bottom 0.3s ease-out;
}

@media only screen and (max-width: 767px) {
  #sec5 {
    padding: 3vw 0;
    bottom: -34vw;
  }
  #sec5 ul li {
    width: 100%;
  }
}

#sec5.is-active {
  bottom: 0px;
}

footer.omron_footer {
  background: #1b63b7;
  color: #fff;
  text-align: center;
  font-size: 16px;
  display: flex;
  justify-content: center;
  padding: 26px 0;
}
footer.omron_footer .link {
  margin-left: 15px;
}
@media only screen and (max-width: 767px) {
  footer.omron_footer {
    flex-wrap: wrap;
    font-size: 9px;
    line-height: 18px;
    padding: 16px 0 15px;
  }
  footer.omron_footer address {
    order: 2;
    width: 100%;
  }
  footer.omron_footer .link {
    order: 1;
    margin-left: 0;
    width: 100%;
  }
}

.heartBeat {
  animation-iteration-count: infinite;
  -webkit-amation-iteration-count: infinite;
}/*# sourceMappingURL=prs2023.css.map */