@charset "UTF-8";
.mv_wrap {
    margin: 40px 0 0 0;
}
.mv_top {
    width: 100%;
    text-align: center;
    margin: 0 0 50px 0;
}
.mv_top .bln {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.6;
    margin: 0 0 15px 0;
}
.mv_top .bln .is-txt {
    font-size: 25px;
    line-height: 1;
}
.mv_top .add {
    margin: 15px 0 0 0;
}
.mv_top .ttl {
    font-size: 60px;
    font-weight: bold;
    line-height: 1.5;
}
.mv_btn {
    width: 630px;
    height: 305px;
}
.mv_btn a {
    position: relative;
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
    width: 100%;
    height: 100%;
    padding: 30px;
    box-sizing: border-box;
    overflow: hidden;
}
.mv_btn a img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 0;
    transition: opacity 0.2s ease-out,all 0.2s ease-out;
}
.mv_btn_txt {
    position: relative;
    width: 100%;
}
.mv_btn_txt:before {
    content: "";
    position: absolute;
    display: block;
    width: 11px;
    height: 7px;
    bottom: 16px;
    right: 14px;
    z-index: 11;
    background: url("../svg/link_arw_black_right.svg?date=20220613") no-repeat 0 0;
    background-size: 100% auto;
}
.mv_btn_txt:after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 20px;
    bottom: 0;
    right: 0;
    z-index: 10;
}
.mv_btn-txt {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    color: #fff;
    margin: 0 0 5px 0;
}
.mv_btn-ttl {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4;
    color: #fff;
}
.topCnt_wrap {
    margin: 110px 0 0 0;
}
.topCnt_in {
    position: relative;
    padding: 190px 0 0 0;
}
.topCnt_in:before {
    content: "";
    position: absolute;
    display: block;
    width: 479px;
    height: 177px;
    top: -15px;
    left: 0;
    z-index: 10;
    background: url("../img/safety_txt.png?date=20220613") no-repeat 0 0;
}
.topCnt_txt {
    padding: 80px 0 100px 0;
    background: #f7f7f7;
}
.is-robomaru .topCnt_txt {
    background: #e7e9fd;
}
.topCnt_txt .txt {
    width: 970px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 2.6;
    text-align: justify;
}
.is-robomaru .topCnt_txt .txt {
    width: 850px;
}
.topCnt_txt .txt span {
    display: block;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 0 15px 0;
}
.yolCnt_wrap {
    padding: 100px 0 0 0;
}
.yolCnt_top {
    width: 1100px;
    margin: 0 auto 30px auto;
}
.yolCnt_top .ttl {
    width: 640px;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.yolCnt_top .txt {
    width: calc(100% - 640px);
    font-size: 14px;
    line-height: 2.6;
    text-align: justify;
}
.yolCnt_ttlimg {
    text-align: center;
}
.yolCnt_img {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.secCnt_wrap {
    margin: 100px 0 0 0;
}
.secCnt_in {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}
.secCnt_in.is-robomaru {
    max-width: 100%;
}
.secCnt_in.is-robomaru .secCnt-ttl {
    color: #fff;
    background: #0f1ed2;
    width: 100%;
    margin: 0;
    padding: 10px 0;
}
.secCnt_in.is-robomaru .secCnt_txt {
    max-width: 960px;
    margin: 40px auto 0;
}
.secCnt_in.is-robomaru .secCnt_img {
    max-width: 960px;
    margin: 50px auto 0;
}
.secCnt_in.is-robomaru .pointBox_wrap {
    max-width: 960px;
    margin: 60px auto 0;
}
.secCnt-ttl {
    font-size: 34px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
}
.secCnt_txt {
    position: relative;
    padding: 14px 0;
    margin: 40px 0 0 0;
    border: 1px solid #5693c0;
}
.secCnt_txt:before,
.secCnt_txt:after {
    content: "";
    position: absolute;
    display: block;
    left: 50%;
    margin-left: -7px;
    z-index: 10;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 0 7px;
}
.secCnt_txt:before {
    bottom: -7px;
    border-color: #5693c0 transparent transparent transparent;
}
.secCnt_txt:after {
    bottom: -6px;
    border-color: #fff transparent transparent transparent;
}
.secCnt-txt {
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    color: #5693c0;
    text-align: center;
}
.secCnt_img {
    margin: 50px 0 0 0;
}
.pointBox_wrap {
    position: relative;
    min-height: 200px;
    margin: 60px 0 0 0;
    padding: 40px 40px 30px 210px;
    border: 1px solid #d1d1d1;
    box-sizing: border-box;
}
.pointBox_wrap:before {
    content: "";
    position: absolute;
    display: block;
    width: 108px;
    height: 147px;
    background: url("../img/point_img.png?date=20220613") no-repeat 0 0;
    background-size: 100% auto;
    top: 26px;
    left: 39px;
    z-index: 10;
}
.pointBox_wrap.is-robomaru:before {
    background: url(../img/lp_img11.png?date=20220613) no-repeat center / 100% auto;
    width: 110px;
    height: 104px;
    top: 50%;
    margin-top: -52px;
}
.pointBox_dtl dt {
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 20px 0;
}
.pointBox_dtl dd {
    font-size: 14px;
    line-height: 2.1;
}
.secCnt_wrap.is-ver2 {
    margin: 110px 0 0 0;
    background: #f7f7f7;
}
.secCnt_wrap.is-ver2 .secCnt_in {
    max-width: 1100px;
    padding: 110px 0 120px 0;
}
.anchor_wrap {
    margin: 70px 0 0 0;
}
.anchor_list {
    width: 970px;
    margin: 0 auto;
}
.anchor_list li {
    margin: 0 10px 0 0;
}
.anchor_list li:last-child {
    margin: 0;
}
.anchor_list li a {
    width: 186px;
    height: 120px;
    position: relative;
    display: table;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -0.05em;
    margin: 0 0 5px 0;
    padding: 50px 0 30px 0;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 3px 7px rgba(158, 158, 158, 0.5);
    box-sizing: border-box;
}
.anchor_list li a:before {
    content: "";
    position: absolute;
    display: block;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}
.anchor_list li.is-ank01 a:before {
    width: 21px;
    height: 28px;
    background: url("../svg/anchor_icn1.svg?date=20220613") no-repeat 0 0;
    background-size: 100% auto;
}
.anchor_list li.is-ank02 a:before {
    width: 31px;
    height: 28px;
    background: url("../svg/anchor_icn2.svg?data=20220613") no-repeat 0 0;
    background-size: 100% auto;
}
.anchor_list li.is-ank03 a:before {
    width: 25px;
    height: 28px;
    background: url("../svg/anchor_icn3.svg?data=20220613") no-repeat 0 0;
    background-size: 100% auto;
}
.anchor_list li.is-ank04 a:before {
    width: 26px;
    height: 28px;
    background: url("../svg/anchor_icn4.svg?data=20220613") no-repeat 0 0;
    background-size: 100% auto;
}
.anchor_list li.is-ank05 a:before {
    width: 24px;
    height: 28px;
    background: url("../svg/anchor_icn5.svg?data=20220613") no-repeat 0 0;
    background-size: 100% auto;
}
.anchor_list li a:after {
    content: "";
    position: absolute;
    display: block;
    width: 9px;
    height: 6px;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    background: url("../svg/arw_black_down.svg?data=20220613") no-repeat 0 0;
    background-size: 100% auto;
    z-index: 10;
}
.anchor_list li a span.is-tc {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.commentary_wrap {
    margin: 80px 0 0 0;
}
.commentary_in {
    margin: 0 0 60px 0;
}
.commentary_in:last-child {
    margin: 0;
}
.commentaryBox_wrap {
    display: block;
    box-shadow: 0px 3px 7px 0px rgba(158, 158, 158, 0.5);
    border-radius: 4px;
}
.commentary_ttl {
    position: relative;
    display: table;
    width: 100%;
    height: 120px;
    background: #fff;
    cursor: pointer;
    border-radius: 4px 4px 0 0;
}
.commentary_ttl.on {
    border-radius: 4px;
}
.commentary_ttl .btn {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    z-index: 10;
    width: 40px;
    height: 40px;
    border-radius: 20px;
}
.commentary_ttl .btn span {
    display: block;
    position: relative;
    height: 0;
    overflow: hidden;
    padding: 40px 0 0 0;
    background: #f7f7f7;
    border-radius: 20px;
}
.commentary_ttl .btn span:before {
    content: "";
    position: absolute;
    display: block;
    width: 9px;
    height: 5px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
    background: url("../svg/arw_black_down.svg?data=20220613") no-repeat 0 0;
    background-size: 100% auto;
}
.commentary_ttl.on .btn span:before {
    transform: translate(-50%,-50%) rotate(-180deg);
}
.commentary_ttl .ttl {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
}
.commentary_ttl .ttl span {
    position: relative;
    display: inline-block;
    padding: 0 40px;
}
.commentary_ttl .ttl span:before {
    content: "";
    position: absolute;
    display: block;
    width: 26px;
    height: 34px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 10;
    background: url("../svg/anchor_icn1.svg?data=20220613") no-repeat 0 0;
    background-size: 100% auto;
}
.commentary_in.is-ver2 .commentary_ttl .ttl span {
    padding: 0 56px;
}
.commentary_in.is-ver2 .commentary_ttl .ttl span:before {
    width: 37px;
    height: 33px;
    background: url("../svg/anchor_icn2.svg?data=20220613") no-repeat 0 0;
    background-size: 100% auto;
}
.commentary_in.is-ver3 .commentary_ttl .ttl span {
    padding: 0 48px;
}
.commentary_in.is-ver3 .commentary_ttl .ttl span:before {
    width: 29px;
    height: 33px;
    background: url("../svg/anchor_icn3.svg?data=20220613") no-repeat 0 0;
    background-size: 100% auto;
}
.commentary_in.is-ver4 .commentary_ttl .ttl span {
    padding: 0 50px;
}
.commentary_in.is-ver4 .commentary_ttl .ttl span:before {
    width: 31px;
    height: 33px;
    background: url("../svg/anchor_icn4.svg") no-repeat 0 0;
    background-size: 100% auto;
}
.commentary_in.is-ver5 .commentary_ttl .ttl span {
    padding: 0 48px;
}
.commentary_in.is-ver5 .commentary_ttl .ttl span:before {
    width: 29px;
    height: 33px;
    background: url("../svg/anchor_icn5.svg?data=20220613") no-repeat 0 0;
    background-size: 100% auto;
}
.commentaryBox_in {
    margin: 0 0 60px 0;
    padding: 25px 65px 60px 65px;
    border-radius: 0 0 4px 4px;
    background: #fff;
}
.commentary_in.is-ver2 .commentaryBox_in,
.commentary_in.is-ver3 .commentaryBox_in,
.commentary_in.is-ver4 .commentaryBox_in {
    padding: 40px 65px 60px 65px;
}
.commentary_in.is-ver5 .commentaryBox_in {
    padding: 60px 65px 60px 65px;
}
.comment_wrap {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.comment_in {
    width: 390px;
    min-height: 140px;
    background: url("../svg/lp_img_001.svg?data=20220613") no-repeat bottom right;
    background-size: 61px auto;
}
.commentary_in.is-ver2 .comment_in,
.commentary_in.is-ver3 .comment_in {
    width: 470px;
    min-height: 110px;
}
.comment-txt {
    position: relative;
    width: calc(100% - 80px);
    font-size: 14px;
    line-height: 2.1;
    text-align: justify;
    padding: 10px 15px;
    border: 1px solid #d1d1d1;
    box-sizing: border-box;
}
.comment-txt:before,
.comment-txt:after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 8px;
}
.comment-txt:before {
    bottom: 60px;
    right: -8px;
    z-index: 10;
    border-color: transparent transparent transparent #d1d1d1;
}
.comment-txt:after {
    bottom: 60px;
    right: -7px;
    z-index: 11;
    border-color: transparent transparent transparent #fff;
}
.commentary_img {
    margin: 0 0 60px 0;
}
.commentary_img.is-ver5 {
    margin: 0 0 40px 0;
}
.commentary_dtl {
    position: relative;
    margin: 0 0 40px 0;
    padding: 0 0 70px 0;
}
.commentary_dtl:before {
    content: "";
    position: absolute;
    display: block;
    width: 80px;
    height: 72px;
    bottom: 0;
    left: 50%;
    margin-left: -40px;
    z-index: 10;
    background: url("../img/arrow.png?data=20220613") no-repeat 0 0;
    background-size: 100% auto;
}
.commentary_dtl dl {
    padding: 20px 40px 22px 40px;
    background: #eaf5ff;
}
.commentary_dtl dl dt {
    font-size: 18px;
    font-weight: bold;
    line-height: 2.2;
}
.commentary_dtl dl dd {
    font-size: 16px;
    line-height: 1.875;
}
.merit_wrap {
    margin: 0 0 60px 0;
}
.merit_wrap.is-ver2 {
    margin: 60px 0 60px 0;
}
.meritTtl_wrap {
    margin: 0 0 40px 0;
}
.merit_ttl {
    text-align: center;
}
.merit_ttl.is-flx {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.merit-ttl {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
}
.merit-ttl span.is-fs {
    font-size: 16px;
}
.merit-ttl span.is-li {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    color: #fff;
    margin: 0 5px;
    padding: 0 10px;
    background: #e5c289;
}
.merit_ttl.is-clr2 .merit-ttl span.is-li {
    background: #8ed1c0;
}
.merit_list {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    margin: 0 10px;
}
.merit_list.is-ver2 {
    margin: 15px 0 0 0;
}
.merit_list li {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    color: #fff;
    margin: 0 10px 0 0;
    padding: 0 10px;
    background: #e5c289;
}
.merit_list li:last-child {
    margin: 0;
}
.merit_list.is-ver2 li {
    text-align: center;
}
.merit_list.is-clr2 li {
    background: #8ed1c0;
}
.pointBox_wrap.is-merit {
    margin: 0;
    padding: 14px 40px 14px 210px;
}
.pointBox_wrap.is-merit:before {
    top: 50%;
    transform: translateY(-50%);
    left: 39px;
}
.pointmerit_list li {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    position: relative;
    min-height: 70px;
    font-size: 14px;
    line-height: 2.1;
    padding: 10px 0 10px 150px;
    border-bottom: 2px dotted #d1d1d1;
    box-sizing: border-box;
}
.pointmerit_list li.is-wid1 {
    padding: 10px 0 10px 170px;
}
.pointmerit_list li.is-fs {
    font-size: 16px;
    line-height: 1.6;
}
.pointmerit_list li:last-child {
    border-bottom: none;
}
.pointmerit_list li span.is-ver2 {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 10;
    width: 120px;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    color: #fff;
    background: #e5c289;
    text-align: center;
}
.pointmerit_list li.is-wid1 span.is-ver2 {
    width: 150px;
}
.pointmerit_list li.is-wid1 span.is-ver2.is-clr2 {
    background: #8ed1c0;
}
.pointmerit_list li .txt {
    /*
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
    */
    margin: 0 0 4px 0;
    line-height: 1.4;
}
.pointmerit_list li span.is-clr1 {
    font-weight: bold;
    color: #fd3a1e;
}
.pointmerit_list li span.is-fs1 {
    /*display: block;*/
    font-size: 20px;
    line-height: 1;
}
.pointmerit_list li span.is-fs2 {
    /*display: inline-block;*/
    font-size: 30px;
    line-height: 1;
}
.pointmerit_list li span.is-fs3 {
    font-size: 13px;
}
.pointmerit-txt {
    font-size: 13px;
    line-height: 1;
    text-align: right;
    margin: 15px 0 15px 0;
}
.commentary_txt {
    position: relative;
    text-align: center;
    margin: 0 0 70px 0;
    padding: 14px 0;
    border: 1px solid #5693c0;
}
.commentary_txt:before,
.commentary_txt:after {
    content: "";
    position: absolute;
    display: block;
    left: 50%;
    margin-left: -7px;
    z-index: 10;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 0 7px;
}
.commentary_txt:before {
    bottom: -7px;
    border-color: #5693c0 transparent transparent transparent;
}
.commentary_txt:after {
    bottom: -6px;
    border-color: #fff transparent transparent transparent;
}
.commentary_txt .txt {
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    color: #5693c0;
}
.hospitalization_wrap {
    margin: 0 0 60px 0;
    padding: 30px;
    border: 1px solid #fd3a1e;
}
.info_wrap {
    margin: 0 0 35px 0;
}
.info_in {
    margin: 0 20px 0 0;
}
.info_in:last-child {
    margin: 0;
}
.info_in dt {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    width: 290px;
    height: 120px;
    background: #fd3a1e;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    color: #fff;
    text-align: center;
}
.info_in dt .txt {
    position: relative;
}
.info_in dt .txt span {
    position: absolute;
    bottom: -6px;
    right: -15px;
    z-index: 10;
    font-size: 14px;
    font-weight: normal;
}
.info_in dd {
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
    color: #fc3e3e;
    margin: 15px 0 0 0;
    text-align: center;
}
.info_in dd span.txt {
    position: relative;
}
.info_in dd span.is-fs1 {
    font-size: 36px;
    font-weight: bold;
}
.info_in dd span.is-fs2 {
    position: absolute;
    bottom: 0;
    right: -25px;
    z-index: 10;
    font-size: 14px;
    color: #000;
}
.info_list li {
    font-size: 14px;
    line-height: 2;
    margin: 0 0 12px 0;
}
.info_list li:last-child {
    margin: 0;
}
.commentary_list li {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.875;
    padding: 0 0 0 1em;
}
.commentary_list li span.is-ver2 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.commentary_list li span.is-clr {
    color: #fc3e3e;
}
.kaigoinfo_wrap {
    margin: 0 0 80px 0;
}
.kaigoinfo_in {
    width: 470px;
    margin: 0 30px 0 0;
}
.kaigoinfo_in:last-child {
    margin: 0;
}
.kaigoinfo-ttl {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.1em;
    color: #5693c0;
    padding: 14px 0;
    text-align: center;
    border: 1px solid #5693c0;
}
.kaigoinfo-ttl:before,
.kaigoinfo-ttl:after {
    content: "";
    position: absolute;
    display: block;
    left: 50%;
    margin-left: -7px;
    z-index: 10;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 0 7px;
}
.kaigoinfo-ttl:before {
    bottom: -7px;
    border-color: #5693c0 transparent transparent transparent;
}
.kaigoinfo-ttl:after {
    bottom: -6px;
    border-color: #fff transparent transparent transparent;
}
.kaigoinfoBox_wrap {
    padding: 30px 30px 0 30px;
}
.kaigoinfo-txt {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
}
.kaigoinfo-txt.is-ver2 {
    font-size: 16px;
    margin: 0 -15px;
}
.kaigoinfo-txt.is-ver2 span {
    font-size: 22px;
}
.kaigoinfo_img {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    min-height: 330px;
}
.kaigoinfo_list li {
    position: relative;
    font-size: 12px;
    line-height: 1.6;
    padding: 0 0 0 45px;
}
.kaigoinfo_list li span.is-ver2 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.lppop_bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0,0,0,0.5);
}
.lppop_wrap {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 800px;
    z-index: 999;
    background: #fff;
    box-shadow: 0px 3px 7px 0px rgb(158 158 158 / 50%);
    border-radius: 4px;
    margin: 0 0 0 -400px;
    transform: translate(0, -50%);
    padding: 50px;
    box-sizing: border-box;
}
.lppop-close {
    position: absolute;
    top: -20px;
    right: -20px;
    z-index: 9;
    border-radius: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #5693c0;
    transition: opacity 0.2s ease-out,all 0.2s ease-out;
}
.lppop-close span {
    width: 20px;
    height: 2px;
    position: relative;
}
.lppop-close span:before,
.lppop-close span:after {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 2px;
    background: #fff;
    left: 0;
    z-index: 10;
}
.lppop-close span:before {
    top: 0;
    transform: rotate(-135deg);
}
.lppop-close span:after {
    bottom: 0;
    transform: rotate(135deg);
}
.lppop_in {
    max-width: 570px;
    margin: 0 auto 30px auto;
}
.lppop_in:last-child {
    padding: 25px 20px;
    margin: 0 auto;
    box-sizing: border-box;
    /* background: #eaf5ff; */
    background: #FF9999;
    border-radius: 4px;
}
.lppop-btn {
    max-width: 570px;
    margin: 0 auto;
}
.lppop-btn a {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 26px;
    line-height: 1;
    width: 100%;
    height: 100px;
    color: #fff;
    background: #3D50A0;
    border-radius: 4px;
}
.lppop-btn.lppop-open a {
    /* background: #5693c0; */
    background: #fc3e3e;
}
.lppop-btn a span.fs {
    display: block;
    width: 100%;
    font-size: 14px;
    text-align: center;
    margin-top: 15px;
}
.lppop-ttl {
    font-size: 26px;
    line-height: 1;
    text-align: center;
    font-weight: 500;
    margin: 0 auto 25px auto;
}
.lppop_btn {
    width: 500px;
    margin: 0 auto 25px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.lppop_btn:last-child {
    margin: 0 auto;
}
.lppop-name {
    width: -webkit-calc(100% - 200px);
    width: calc(100% - 200px);
    font-size: 18px;
    font-weight: 500;
    text-align: right;
    line-height: 1.6;
}
.lppop-slct {
    width: -webkit-calc(100% - 180px);
    width: calc(100% - 180px);
}
.lppop-slct select {
    background: #fff url(../svg/arw_black_down.svg) no-repeat right 20px center;
    background-size: 10px auto;
    /* border: 1px solid #cbcbcb; */
    border: 1px solid #fff;
    border-radius: 4px;
    height: 50px;
    font-size: 14px;
    padding: 0 30px 0 15px;
    /* padding: 0 50px; */
    /* text-align: center; */
    width: 100%;
    box-sizing: border-box;
}
.lppop_btn .lppop-btn {
    width: 150px;
    margin: 0;
}
.lppop_btn .lppop-btn a {
    font-size: 16px;
    height: 50px;
}
.lppop-txt {
    font-size: 14px;
    line-height: 1;
    margin-top: 25px;
    text-align: center;
}
@media (min-width: 896px) {
    .mv_btm {
        display:-webkit-box;
      	display:-ms-flexbox;
      	display:flex;
    }
    .mv_btn a:hover img {
        transform: translate(-50%,-50%) scale(110%);
    }
    .topCnt_img {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 10;
    }
    .yolCnt_top {
        display:-webkit-box;
      	display:-ms-flexbox;
      	display:flex;
        -webkit-box-align: center;
    	-ms-flex-align: center;
    	align-items: center;
    }
    .anchor_wrap.is-ver2 {
        display:-webkit-box;
      	display:-ms-flexbox;
      	display:flex;
        -webkit-box-pack: center;
    	-ms-flex-pack: center;
    	justify-content: center;
    }
    .anchor_list {
        display:-webkit-box;
      	display:-ms-flexbox;
      	display:flex;
        -webkit-box-pack: center;
    	-ms-flex-pack: center;
    	justify-content: center;
    }
    .anchor_list li a:hover {
        margin: 5px 0 0 0;
        box-shadow: none;
    }
    .commentary_ttl:hover {
        opacity: 0.8;
    }
    .commentary_img.is-ver1 {
        margin-top: -140px;
    }
    .commentary_img.is-ver2 {
        margin-top: -30px;
    }
    .commentary_img.is-ver3 {
        margin-top: -40px;
    }
    .info_wrap {
        display:-webkit-box;
      	display:-ms-flexbox;
      	display:flex;
    }
    .merit_btn {
        display:-webkit-box;
      	display:-ms-flexbox;
      	display:flex;
        -ms-flex-wrap: wrap;
  	    flex-wrap: wrap;
        -webkit-box-pack: center;
    	-ms-flex-pack: center;
    	justify-content: center;
    }
    .kaigoinfo_wrap {
        display:-webkit-box;
      	display:-ms-flexbox;
      	display:flex;
    }
    .lppop-close:hover {
        background: #93b4cc;
    }
    .lppop-btn a:hover {
        opacity: 0.7;
    }
    .cv_wrap.is-fix {
        display: block;
        background: #fff;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99;
        /* padding: 50px 0 30px 0; */
        padding: 30px 0;
        border-radius: 0;
        border: none;
        height: auto;
        background: rgba(0,0,0,0.3);
        box-shadow: none;
    }
    .cv_wrap.is-fix .cv_in {
        width: 684px;
        margin: 0 auto;
    }
    .cv_wrap.is-fix .cv_in:hover {
        margin: 8px auto 0;
    }
    body {
        padding: 0 0 208px 0;
    }
}
@media only screen and (max-width: 896px) {
    .mv_wrap {
        margin: 20px 0 0 0;
    }
    .mv_in {
        display: block;
        height: 100%;
    }
    .mv_top {
        margin: 0 0 25px 0;
    }
    .mv_top .bln {
        font-size: 15px;
        line-height: 1.3;
    }
    .mv_top .bln .is-txt {
        font-size: 16px;
        line-height: 1;
    }
    .mv_top .ttl {
        font-size: 25px;
    }
    .mv_btn {
        width: calc(100% + 40px);
        height: 180px;
        margin: 0 -20px;
    }
    .mv_btn a {
        padding: 15px 20px;
    }
    .mv_btn:last-child {
        margin: 0 -20px;
    }
    .mv_btn_txt:before {
        bottom: 11px;
        right: 9px;
    }
    .mv_btn_txt:after {
        width: 30px;
        height: 30px;
    }
    .mv_btn-txt {
        font-size: 13px;
    }
    .mv_btn-ttl {
        font-size: 17px;
    }
    .topCnt_wrap {
        margin: 55px 0 0 0;
    }
    .topCnt_in {
        padding: 85px 0 0 0;
    }
    .topCnt_in:before {
        width: 212px;
        height: 79px;
        top: 0;
        background: url("../img/sp/safety_txt.png?data=20220613") no-repeat 0 0;
        background-size: 100% auto;
    }
    .topCnt_txt {
        padding: 45px 20px 24px 20px;
    }
    .topCnt_txt .txt,
    .is-robomaru .topCnt_txt .txt {
        width: 100%;
        font-size: 13px;
        line-height: 1.9;
    }
    .topCnt_txt .txt span {
        font-size: 18px;
        line-height: 1.6;
    }
    .topCnt_img {
        padding: 0 0 55px 0;
        background: #f7f7f7;
    }
    .is-robomaru .topCnt_img {
        background: #e7e9fd;
    }
    .topCnt_img img {
        width: calc(100% - 20px);
        margin: 0 0 0 20px;
    }
    .yolCnt_wrap {
        padding: 50px 0 0 0;
    }
    .yolCnt_top {
        width: 100%;
        margin: 0 auto 25px auto;
    }
    .yolCnt_top .ttl {
        width: 100%;
        font-size: 18px;
        margin: 0 0 15px 0;
    }
    .yolCnt_top .txt {
        width: 100%;
        font-size: 13px;
        line-height: 1.9;
    }
    .yolCnt_ttlimg img {
        width: 100%;
        max-width: 330px;
    }
    .yolCnt-img {
        width: 32%;
    }
    .yolCnt-img img {
        width: 100%;
    }
    .secCnt_wrap {
        margin: 50px 0 0 0;
    }
    .secCnt_in {
        padding: 0 20px 55px 20px;
        box-sizing: border-box;
    }
    .secCnt-ttl {
        font-size: 20px;
        line-height: 1.5;
    }
    .secCnt_txt {
        padding: 5px 0 6px 0;
        margin: 25px 0 0 0;
    }
    .secCnt-txt {
        font-size: 15px;
        line-height: 1.4;
    }
    .secCnt_img {
        margin: 35px 0 0 0;
    }
    .secCnt-img {
        margin: 0 -20px 0 0;
    }
    .secCnt-img img {
        padding: 0 20px 0 0;
    }
    .pointBox_wrap {
        min-height: inherit;
        margin: 30px 0 0 0;
        padding: 70px 20px 15px 20px;
    }
    .pointBox_wrap:before {
        width: 190px;
        height: 36px;
        background: url("../img/sp/point_img.png?data=20220613") no-repeat 0 0;
        background-size: 100% auto;
        top: 15px;
        left: 50%;
        margin-left: -95px;
    }
    .pointBox_wrap.is-robomaru:before {
        width: 68px;
        height: 65px;
        top: 4px;
        margin-top: auto;
        margin-left: -40px;
    }
    .pointBox_dtl dt {
        font-size: 15px;
        line-height: 1.4;
        margin: 0 0 10px 0;
    }
    .pointBox_dtl dd {
        font-size: 13px;
        line-height: 1.9;
    }
    .secCnt_wrap.is-ver2 {
        margin: 0;
    }
    .secCnt_wrap.is-ver2 .secCnt_in {
        padding: 50px 0 55px 0;
    }
    .anchor_wrap {
        margin: 25px 0 0 0;
    }
    .anchor_list {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .anchor_list li {
        margin: 0 0 20px 0;
    }
    .anchor_list li a {
        width: 100%;
        height: 60px;
        font-size: 14px;
        padding: 0 30px 0 60px;
        border-radius: 4px;
        box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.1);
    }
    .anchor_list li.is-wid a {
        width: 100%;
    }
    .anchor_list li.is-ank01 a,
    .anchor_list li.is-ank02 a,
    .anchor_list li.is-ank03 a,
    .anchor_list li.is-ank04 a,
    .anchor_list li.is-ank05 a {
        padding: 0 30px 0 60px;
    }
    .anchor_list li a:before {
        top: 50%;
        transform: translateY(-50%);
    }
    .anchor_list li.is-ank01 a:before {
        left: 14px;
        width: 25px;
        height: 34px;
    }
    .anchor_list li.is-ank02 a:before {
        left: 9px;
        width: 35px;
        height: 32px;
    }
    .anchor_list li.is-ank03 a:before {
        left: 11px;
        width: 30px;
        height: 35px;
    }
    .anchor_list li.is-ank04 a:before {
        left: 11px;
        width: 30px;
        height: 33px;
    }
    .anchor_list li.is-ank05 a:before {
        left: 10px;
        width: 29px;
        height: 34px;
    }
    .anchor_list li a:after {
        bottom: inherit;
        top: 50%;
        left: inherit;
        right: 10px;
        transform: translateY(-50%);
    }
    .anchor_list li a span.is-tc {
        text-align: left;
    }
    .commentary_wrap {
        margin: 30px 0 0 0;
    }
    .commentary_in {
        margin: 0 0 20px 0;
    }
    .commentaryBox_wrap {
        border-radius: 0;
    }
    .commentary_ttl {
        width: 100%;
        height: 80px;
        border-radius: 0px;
    }
    .commentary_ttl.on {
        border-radius: 0px;
    }
    .commentary_ttl .btn {
        right: 20px;
        width: 30px;
        height: 30px;
    }
    .commentary_ttl .btn span {
        padding: 30px 0 0 0;
    }
    .commentary_ttl .btn span:before {
        width: 9px;
        height: 6px;
    }
    .commentary_ttl .ttl {
        font-size: 17px;
        line-height: 1.5;
        padding: 0 20px;
        text-align: left;
    }
    .commentary_ttl .ttl span,
    .commentary_in.is-ver2 .commentary_ttl .ttl span,
    .commentary_in.is-ver3 .commentary_ttl .ttl span,
    .commentary_in.is-ver4 .commentary_ttl .ttl span,
    .commentary_in.is-ver5 .commentary_ttl .ttl span {
        display: block;
        padding: 0 40px 0 45px;
    }
    .commentary_ttl .ttl span:before {
        width: 25px;
        height: 33px;
        left: 0;
    }
    .commentary_in.is-ver2 .commentary_ttl .ttl span:before {
        width: 35px;
        height: 32px;
    }
    .commentary_in.is-ver3 .commentary_ttl .ttl span:before {
        width: 30px;
        height: 32px;
    }
    .commentary_in.is-ver4 .commentary_ttl .ttl span:before {
        width: 31px;
        height: 33px;
    }
    .commentary_in.is-ver5 .commentary_ttl .ttl span:before {
        width: 29px;
        height: 34px;
    }
    .commentaryBox_in {
        margin: 0;
        padding: 10px 20px 30px 20px;
        border-radius: 0px;
    }
    .commentary_in.is-ver2 .commentaryBox_in,
    .commentary_in.is-ver3 .commentaryBox_in,
    .commentary_in.is-ver4 .commentaryBox_in,
    .commentary_in.is-ver5 .commentaryBox_in {
        padding: 10px 20px 30px 20px;
    }
    .comment_in {
        width: 100%;
        min-height: inherit;
        margin: 0 0 30px 0;
        background: url("../svg/lp_img_001.svg?data=20220613") no-repeat top right;
        background-size: 65px auto;
    }
    .comment-txt {
        font-size: 13px;
        line-height: 1.9;
    }
    .comment-txt:before,
    .comment-txt:after {
        border-width: 8px 0 8px 8px;
    }
    .comment-txt:before {
        bottom: inherit;
        top: 27px;
        right: -8px;
    }
    .comment-txt:after {
        bottom: inherit;
        top: 27px;
        right: -7px;
    }
    .commentary_img {
        margin: 0 0 30px 0;
    }
    .commentary-img {
        margin: 0 -20px 0 0;
    }
    .commentary-img img {
        padding: 0 20px 0 0;
    }
    .commentary_dtl {
        margin: 0 0 18px 0;
        padding: 0 0 35px 0;
    }
    .commentary_dtl:before {
        width: 39px;
        height: 35px;
        margin-left: -20px;
    }
    .commentary_dtl dl {
        padding: 15px 20px;
    }
    .commentary_dtl dl dt {
        font-size: 15px;
        line-height: 1.6;
    }
    .commentary_dtl dl dd {
        font-size: 13px;
        margin: 10px 0 0 0;
    }
    .merit_wrap {
        margin: 0 0 30px 0;
    }
    .merit_wrap.is-ver2 {
        margin: 35px 0 30px 0;
    }
    .meritTtl_wrap {
        margin: 0 0 15px 0;
    }
    .merit_ttl {
        text-align: left;
    }
    .merit_ttl.is-flx {
        display: block;
    }
    .merit-ttl {
        font-size: 16px;
        line-height: 1.8;
    }
    .merit-ttl.is-ver2 {
        line-height: 1.6;
    }
    .merit-ttl span.is-fs {
        font-size: 13px;
    }
    .merit-ttl span.is-li {
        font-size: 15px;
        line-height: 25px;
        padding: 0 5px;
    }
    .merit_list {
        -webkit-box-pack: start;
    	-ms-flex-pack: start;
    	justify-content: flex-start;
        margin: 0 5px 0 0;
    }
    .merit_list.is-ver2 {
        margin: 5px 0 0 0;
    }
    .merit_list li {
        font-size: 15px;
        line-height: 25px;
        margin: 0 5px 5px 0;
        padding: 0 5px;
    }
    .pointBox_wrap.is-merit {
        padding: 70px 20px 15px 20px;
    }
    .pointBox_wrap.is-merit:before {
        top: 15px;
        transform: translateY(0);
        left: 50%;
    }
    .pointmerit_list li {
        min-height: inherit;
        font-size: 13px;
        line-height: 1.9;
        margin: 15px 0 0 0;
        padding: 38px 0 15px 0;
    }
    .pointmerit_list li:first-child {
        margin: 0;
    }
    .pointmerit_list li:last-child {
        padding: 38px 0 0 0;
    }
    .pointmerit_list li.is-wid1 {
        padding: 38px 0 15px 0;
    }
    .pointmerit_list li.is-wid1:last-child {
        padding: 38px 0 0 0;
    }
    .pointmerit_list li.is-fs {
        font-size: 13px;
    }
    .pointmerit_list li span.is-ver2 {
        top: 0;
        transform: translateY(0);
        width: auto;
        padding: 0 10px;
        font-size: 15px;
        line-height: 25px;
    }
    .pointmerit_list li.is-wid1 span.is-ver2 {
        width: auto;
    }
    .pointmerit_list li .txt {
        display: block;
        margin: 0;
    }
    .pointmerit_list li span.is-fs1 {
        display: inline-block;
        font-size: 13px;
    }
    .pointmerit_list li span.is-fs2 {
        font-size: 20px;
    }
    .pointmerit_list li span.is-fs3 {
        font-size: 12px;
    }
    .pointmerit-txt {
        line-height: 1.6;
        text-align: left;
        margin: 15px 0 0 0;
    }
    .commentary_txt {
        margin: 0 0 35px 0;
        padding: 9px 0;
    }
    .commentary_txt .txt {
        display: block;
        font-size: 15px;
    }
    .commentary_txt .txt:before {
        width: 88px;
        height: 90px;
        left: 0;
    }
    .commentary_txt .txt:after {
        width: 55px;
        height: 59px;
        right: 0;
    }
    .hospitalization_wrap {
        margin: 0 0 30px 0;
        padding: 20px;
    }
    .info_wrap {
        margin: 0 0 15px 0;
    }
    .info_in {
        display:-webkit-box;
      	display:-ms-flexbox;
      	display:flex;
        -webkit-box-align: center;
    	-ms-flex-align: center;
    	align-items: center;
        margin: 0 0 15px 0;
    }
    .info_in dt {
        width: 155px;
        height: 50px;
        font-size: 15px;
        line-height: 1.3;
    }
    .info_in dt .txt span {
        bottom: -3px;
        right: -10px;
        font-size: 10px;
    }
    .info_in dd {
        width: calc(100% - 155px);
        font-size: 15px;
        margin: 0;
        padding: 0 0 0 15px;
        text-align: left;
        box-sizing: border-box;
    }
    .info_in dd span.is-fs1 {
        font-size: 20px;
    }
    .info_in dd span.is-fs2 {
        right: -15px;
        bottom: 2px;
        font-size: 10px;
    }
    .info_list li {
        font-size: 13px;
        line-height: 1.8;
        margin: 0;
    }
    .commentary_list li {
        font-size: 13px;
        line-height: 1.7;
    }
    .kaigoinfo_wrap {
        margin: 0 0 30px 0;
    }
    .kaigoinfo_in {
        width: 100%;
        margin: 0 0 30px 0;
        border-radius: 5px;
    }
    .kaigoinfo-ttl {
        font-size: 15px;
        padding: 9px 0;
    }
    .kaigoinfoBox_wrap {
        padding: 25px 0 0 0;
    }
    .kaigoinfo-txt {
        font-size: 13px;
        margin: 0 0 10px 0;
        text-align: center;
    }
    .kaigoinfo-txt.is-ver2 {
        font-size: 11px;
        margin: 0 -15px;
        text-align: center;
    }
    .kaigoinfo-txt.is-ver2 span {
        font-size: 15px;
    }
    .kaigoinfo_img {
        min-height: auto;
        margin: 25px 0 15px 0;
    }
    .kaigoinfo_list li {
        padding: 0 0 0 40px;
    }
    .lppop_bg {
        z-index: 99999;
    }
    .lppop_wrap {
        position: fixed;
        top: 30px;
        left: 20px;
        width: calc(100% - 40px);
        margin: 0 0 0 0;
        transform: translate(0,0);
        padding: 20px;
        z-index: 999999;
    }
    .lppop-close {
        top: -15px;
        right: -15px;
        z-index: 9;
        width: 30px;
        height: 30px;
        cursor: pointer;
    }
    .lppop-close span {
        width: 16px;
    }
    .lppop-close span:before,
    .lppop-close span:after {
        width: 16px;
    }
    .lppop_in {
        margin: 0 0 20px 0;
    }
    .lppop_in:last-child {
        padding: 15px;
    }
    .lppop-btn {
        max-width: none;
        margin: 0;
    }
    .lppop-btn a {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-weight: 500;
        font-size: 16px;
        width: 100%;
        height: 70px;
        color: #fff;
        background: #3D50A0;
        border-radius: 4px;
    }
    .lppop-ttl {
        font-weight: 500;
        margin: 0 auto 10px auto;
        font-size: 15px;
        width: auto;
        line-height: 1.6;
    }
    .lppop_btn {
        width: 100%;
        margin: 0 0 10px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .lppop_btn:last-child {
        margin: 0 auto;
    }
    .lppop-btn a span.fs {
        font-size: 12px;
        margin-top: 10px;
    }
    .lppop-name {
        width: -webkit-calc(100% - 90px);
        width: calc(100% - 90px);
        font-size: 14px;
    }
    .lppop-slct {
        width: -webkit-calc(100% - 90px);
        width: calc(100% - 90px);
    }
    .lppop-slct select {
        background: #fff url(../svg/arw_black_down.svg) no-repeat right 20px center;
        background-size: 8px auto;
        height: 40px;
        padding: 0 28px 0 14px;
        /* padding: 0 28px; */
        font-size: 12px;
        font-weight: 500;
    }
    .lppop_btn .lppop-btn {
        width: 70px;
        margin: 0;
    }
    .lppop_btn .lppop-btn a {
        font-size: 14px;
        height: 40px;
    }
    .lppop-txt {
        font-size: 12px;
        margin-top: 10px;
    }
}
@media only screen and (max-width: 374px) {
    .mv_top .bln {
        font-size: 14px;
    }
    .mv_top .ttl {
        font-size: 20px;
    }
    .mv_btn a img {
        width: auto;
        height: 100%;
    }
    .mv_btn a {
        padding: 15px;
    }
    .mv_btn-ttl {
        font-size: 16px;
    }
    .commentary_ttl .ttl {
        font-size: 15px;
    }
    .commentary_txt .txt {
        font-size: 13px;
    }
    .merit_list li {
        font-size: 13px;
    }
    .hospitalization_wrap {
        padding: 15px;
    }
    .info_in dt {
        width: 120px;
        font-size: 12px;
    }
    .info_in dd {
        width: calc(100% - 120px);
        padding: 0 0 0 10px;
        font-size: 13px;
    }
    .info_in dd span.is-fs1 {
        font-size: 18px;
    }
}
