@charset "UTF-8";
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  color: #333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
}

body {
  margin: 0;
}

h2 {
  font-weight: 600;
  font-size: 26px;
  margin-top: 0;
}

p {
  margin: 0;
}

p + p {
  margin-top: 1em;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

dd {
  margin: 0;
}

img {
  width: 100%;
  max-width: 100%;
}

figure {
  margin: 0;
}

figcaption {
  font-size: 12px;
  text-align: left;
  margin-top: 8px;
}

.annotation {
  font-size: 14px;
  font-weight: normal;
}

.wrapper {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  display: grid;
  grid-template-columns: 260px 1fr;
}
.wrapper .right_box {
  padding: 0 16px;
}

#header {
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
#header .left_box {
  padding: 10px 20px;
}
#header .left_box > img {
  width: 146px;
  display: block;
}
#header #sp_menu_open {
  display: none;
}

#nav {
  height: 0;
  position: fixed;
  z-index: 2;
  top: 88px;
  left: 0;
  right: 0;
  margin: auto;
}
#nav .wrapper {
  height: 0;
}
#nav .left_box {
  padding: 10px 11.5%;
  background: rgba(255, 255, 255, 0.6);
}
#nav ul li a {
  color: #333;
  text-decoration: none;
  display: block;
  height: 45px;
  position: relative;
  display: grid;
  align-items: center;
  padding-left: 32px;
  transition: 0.3s;
  font-size: 16px;
}
#nav ul li a::before {
  content: "";
  display: block;
  width: 4px;
  height: 18px;
  background: #e4e4e4;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
}
#nav ul li a:hover {
  opacity: 0.7;
}
#nav ul li.current a::before {
  background: #e61f51;
}

#floating_btn_area {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 2;
  transition: 0.3s;
}
#floating_btn_area.is_deactive {
  display: none;
}

.cta_btn {
  cursor: pointer;
}

.floating_btn {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 300px;
}
.floating_btn #floating_banner_close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: -16px;
  right: -16px;
  transition: 0.3s;
}
.floating_btn #floating_banner_close:hover {
  opacity: 0.7;
}
.floating_btn > img {
  display: block;
  transition: 0.3s;
}
.floating_btn > img:hover {
  opacity: 0.7;
}

#mv > .wrapper::before,
#lead > .wrapper::before,
#assignment > .wrapper::before,
#problem_solving > .wrapper::before,
#achievement > .wrapper::before,
#features > .wrapper::before,
#sensor > .wrapper::before,
#case_study > .wrapper::before,
#fee > .wrapper::before,
#flow > .wrapper::before,
#news > .wrapper::before,
#faq > .wrapper::before,
#conclusion > .wrapper::before,
#footer > .wrapper::before {
  content: "";
  display: block;
}

#achievement h2,
#features h2,
#sensor h2,
#case_study h2,
#fee h2,
#flow h2,
#news h2,
#faq h2 {
  text-align: center;
}

#achievement h2,
#features h2,
#sensor h2,
#case_study h2 {
  position: relative;
}
#achievement h2::before,
#features h2::before,
#sensor h2::before,
#case_study h2::before {
  display: table;
  height: 1em;
  line-height: 1em;
  color: #e61f51;
  font-size: 61.5%;
  border-left: 2px solid #e61f51;
  border-right: 2px solid #e61f51;
  padding-left: 1em;
  padding-right: 1em;
  margin: 0 auto 16px;
}

#achievement h2::before {
  content: "ACHIEVEMENT";
}

#features h2::before {
  content: "FEATURES";
}

#sensor h2::before {
  content: "SENSOR";
}

#case_study h2::before {
  content: "CASE STUDY";
}

#achievement,
#case_study {
  background: url(../img/achievement_bg.png) repeat top left/16px;
}

#mv > .wrapper {
  height: 570px;
}
#mv .right_box {
  padding: 60px 5.4% 0;
  background: url(../img/img-main-care-marche.png) no-repeat center/cover;
}
#mv .circles {
  display: grid;
  grid-template-columns: 131px 131px;
  -moz-column-gap: 14px;
       column-gap: 14px;
}
#mv ul + p {
  font-size: 162.5%;
  margin: 16px 0 0;
}
#mv ul + p > span {
  display: inline-block;
  font-weight: 600;
  -webkit-text-decoration: underline #e61f51;
          text-decoration: underline #e61f51;
  text-underline-offset: 8px;
}
#mv h1 {
  margin: 0;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.2;
}
#mv h1 > span {
  font-size: 50%;
}
#mv .cta_btn {
  margin-top: 24px;
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  border-radius: 25px;
  width: 300px;
  height: 50px;
  line-height: 50px;
  background: #e61f51;
  transition: 0.3s;
  position: relative;
}
#mv .cta_btn::after {
  content: "";
  display: block;
  width: 8px;
  height: 15px;
  position: absolute;
  background: url(../img/right_arrow.svg) no-repeat center/contain;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
#mv .cta_btn:hover {
  opacity: 0.7;
}
#mv .annotation {
  font-size: 14px;
  max-width: 400px;
  margin-top: 40px;
}
#mv .mv_banner {
  display: block;
  width: 220px;
  position: absolute;
  bottom: 24px;
  right: 16px;
  transition: 0.3s;
}
#mv .mv_banner:hover {
  opacity: 0.8;
}
#mv .mv_banner > img {
  display: block;
}

#lead {
  background: #6c2204;
  color: #fff;
  text-align: center;
}
#lead .right_box {
  padding-top: 88px;
  padding-bottom: 88px;
}
#lead h3 {
  max-width: 684px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr 8em 1fr;
  align-items: center;
  overflow: hidden;
}
#lead h3::before, #lead h3::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #e61f51;
  margin-right: 1em;
}
#lead li + li {
  margin-top: 8px;
}
#lead .lead_annotation {
  font-size: 0.875rem;
  margin-top: 10px;
}

#assignment .wrapper {
  background: url(../img/img-bg-01.png) no-repeat bottom center/cover;
}
#assignment .wrapper::after {
  content: "";
  display: block;
  width: 260px;
  height: 48px;
  background: #fff;
  position: absolute;
  bottom: 0;
}
#assignment .right_box {
  padding-top: 93px;
  padding-bottom: 93px;
  position: relative;
}
#assignment .right_box::before {
  content: "";
  display: block;
  width: 50%;
  height: 48px;
  background: url(../img/tail_left.svg) no-repeat bottom right/auto 48px;
  position: absolute;
  bottom: 0;
  left: 0;
}
#assignment .right_box::after {
  content: "";
  display: block;
  width: 50%;
  height: 48px;
  background: url(../img/tail_right.svg) no-repeat bottom left/auto 48px;
  position: absolute;
  bottom: 0;
  right: 0;
}
#assignment .right_box .speech_bubble {
  max-width: 696px;
  margin: 0 auto;
  background: #fff;
  padding: 44px 72px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 0 3px;
}
#assignment .right_box .speech_bubble h2 {
  font-weight: 600;
  text-align: center;
}
#assignment .right_box .speech_bubble li {
  font-size: 1.125rem;
  padding: 15px 0;
  display: flex;
  font-weight: 600;
}
#assignment .right_box .speech_bubble li + li {
  border-top: 1px solid #333;
}
#assignment .right_box .speech_bubble li::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(../img/check.svg) no-repeat center/contain;
  margin-right: 0.6em;
}

#problem_solving {
  background: #fff;
}
#problem_solving .right_box {
  padding-top: 28px;
  padding-bottom: 86px;
}
#problem_solving h2 {
  text-align: center;
}
#problem_solving .point_boxes {
  display: grid;
  grid-template-columns: 48% 48%;
  -moz-column-gap: 4%;
       column-gap: 4%;
  row-gap: 36px;
  max-width: 900px;
  margin: 0 auto;
}
#problem_solving .point_boxes li {
  padding: 24px 12%;
  box-shadow: rgba(0, 0, 0, 0.3) 0 0 3px;
}
#problem_solving .point_boxes .point,
#problem_solving .point_boxes h3 {
  text-align: center;
  font-weight: 600;
}
#problem_solving .point_boxes h3 {
  color: #e61f51;
  font-size: 20px;
}
#problem_solving .point_boxes img {
  width: 100%;
}
#problem_solving .problem_solving_banner {
  display: block;
  margin: 88px auto 0;
  max-width: 700px;
  transition: 0.3s;
}
#problem_solving .problem_solving_banner:hover {
  opacity: 0.8;
}
#problem_solving .problem_solving_banner img {
  display: block;
}

#achievement .right_box {
  position: relative;
  padding-top: 100px;
  padding-bottom: 84px;
}
#achievement .right_box > p {
  max-width: 792px;
  margin: 0 auto;
}
#achievement .right_box img {
  max-width: 762px;
  display: block;
  margin: 64px auto 0;
}
#achievement .right_box .box_with_border {
  border: 2px solid #e61f51;
  background: #fff;
  text-align: center;
  font-size: 125%;
  padding: 20px 1.3%;
  max-width: 807px;
  margin: 32px auto 0;
}
#achievement .right_box .box_with_border > p > span {
  background: #ffe744;
  font-weight: 600;
}

#features .right_box {
  padding-top: 120px;
}
#features h2 {
  margin-bottom: 40px;
}
#features .two_column h3,
#features .three_column h3 {
  font-size: 18px;
  text-align: center;
  background: #ebebeb;
  height: 35px;
  line-height: 35px;
  border-radius: 17.5px;
}
#features .two_column figcaption,
#features .three_column figcaption {
  text-align: center;
}
#features .movie_two_column,
#features .two_column {
  margin: 0 auto 72px;
  display: grid;
  text-align: center;
}
#features .movie_two_column {
  max-width: 793px;
  grid-template-columns: 46% 51%;
  -moz-column-gap: 3%;
       column-gap: 3%;
}
#features .movie_two_column h3 {
  font-size: 20px;
  margin-top: 0;
  text-align: left;
}
#features .movie_two_column li {
  text-align: left;
}
#features .movie_two_column li + li {
  margin-top: 8px;
}
#features .movie_two_column li::before {
  content: "●";
  display: inline-block;
  color: #9d9d9d;
  margin-right: 0.4em;
  font-size: 10px;
}
#features .two_column {
  max-width: 900px;
  grid-template-columns: 47% 47%;
  -moz-column-gap: 6%;
       column-gap: 6%;
  font-size: 12px;
}
#features .two_column ul {
  display: grid;
  grid-template-columns: 44.4% 44.4%;
  -moz-column-gap: 11.2%;
       column-gap: 11.2%;
  max-width: 277px;
  margin: 0 auto;
}
#features .three_column {
  max-width: 900px;
  margin: 0 auto 56px;
  display: grid;
  grid-template-columns: 30% 30% 30%;
  -moz-column-gap: 5%;
       column-gap: 5%;
}
#features .system_configuration {
  background: #f7f7f7;
  max-width: 900px;
  margin: 0 auto;
  padding: 32px 5.3%;
}
#features .system_configuration h3 {
  text-align: center;
}
#features .system_configuration .annotation {
  margin-top: 8px;
  font-size: 13px;
}

#sensor {
  background: #fff;
  z-index: 1;
  position: relative;
}
#sensor .right_box {
  padding-top: 112px;
  padding-bottom: 120px;
}
#sensor .tab_menu {
  max-width: 848px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 19% 19% 19% 19% 19%;
  -moz-column-gap: 1.25%;
       column-gap: 1.25%;
}
#sensor .tab_menu li {
  height: 50px;
  line-height: 50px;
  border: 1px solid #e61f51;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 600;
  color: #e61f51;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
}
#sensor .tab_menu li.is_active {
  background: #e61f51;
  color: #fff;
  position: relative;
}
#sensor .tab_menu li.is_active::after {
  content: "";
  display: block;
  width: 12px;
  height: 10px;
  background: url(../img/tail.svg) no-repeat center/contain;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
}
#sensor .tab_menu li:hover {
  opacity: 0.6;
}
#sensor .tab_items {
  margin-top: 24px;
}
#sensor .tab_items li {
  max-width: 900px;
  margin: 0 auto;
  padding: 32px 4.3% 8px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 0 4px;
  display: none;
  background: #fff;
}
#sensor .tab_items li.is_active {
  display: block;
}
#sensor .tab_items li h3 {
  margin-top: 0;
}
#sensor .tab_items .two_column {
  display: grid;
  grid-template-columns: 56% 40%;
  -moz-column-gap: 4%;
       column-gap: 4%;
}
#sensor .tab_items .two_column dt {
  color: #e61f51;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}
#sensor .tab_items .two_column dd {
  position: relative;
  padding-left: 1em;
}
#sensor .tab_items .two_column dd::before {
  content: "・";
  display: inline-block;
  position: absolute;
  left: 0;
}
#sensor .tab_items .two_column dd + dt {
  margin-top: 24px;
}

#case_study .right_box {
  padding-top: 44px;
  padding-bottom: 70px;
}
#case_study .two_column {
  display: grid;
  grid-template-columns: 47% 47%;
  -moz-column-gap: 6%;
       column-gap: 6%;
  max-width: 900px;
  margin: 0 auto;
}
#case_study .two_column h3 {
  margin-top: 0;
}
#case_study table {
  max-width: 900px;
  margin: 40px auto;
}
#case_study table th {
  font-size: 20px;
  padding-bottom: 8px;
}
#case_study table th:nth-child(1),
#case_study table th:nth-child(3) {
  width: 46%;
}
#case_study table th:nth-child(2) {
  width: 8%;
}
#case_study table th:nth-child(3) {
  color: #e61f51;
}
#case_study table td:nth-child(1) div,
#case_study table td:nth-child(3) div {
  box-shadow: rgba(0, 0, 0, 0.3) 1px 2px 4px;
  padding: 24px;
  margin-bottom: 16px;
}
#case_study table td:nth-child(1) div {
  background: #eaeaea;
}
#case_study table td:nth-child(2) {
  text-align: center;
}
#case_study table td:nth-child(2) img {
  width: 12px;
}
#case_study table td:nth-child(3) div {
  background: #fff;
}
#case_study .sp_background_and_effects {
  display: none;
}
#case_study .sp_background_and_effects dl {
  margin: 40px auto;
}
#case_study .sp_background_and_effects dl + dl {
  margin-top: 48px;
}
#case_study .sp_background_and_effects dt {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 8px;
}
#case_study .sp_background_and_effects dt:nth-of-type(2) {
  color: #e61f51;
}
#case_study .sp_background_and_effects dd {
  box-shadow: rgba(0, 0, 0, 0.3) 1px 2px 4px;
  padding: 24px;
  margin-bottom: 16px;
}
#case_study .sp_background_and_effects dd:nth-of-type(1) {
  background: #eaeaea;
}
#case_study .sp_background_and_effects dd:nth-of-type(2) {
  background: #fff;
}
#case_study .sp_background_and_effects dd + dt {
  margin-top: 48px;
  position: relative;
}
#case_study .sp_background_and_effects dd + dt::before {
  content: "";
  display: block;
  width: 23px;
  height: 12px;
  background: url(../img/down_arrow_r.svg) no-repeat center/contain;
  position: absolute;
  top: -24px;
  left: 0;
  right: 0;
  margin: auto;
}
#case_study .btn_two_column {
  display: grid;
  grid-template-columns: 48.5% 48.5%;
  -moz-column-gap: 3%;
       column-gap: 3%;
  max-width: 742px;
  margin: 0 auto;
}
#case_study .cta_btn {
  display: block;
  background: #e61f51;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  border-radius: 25px;
  height: 50px;
  line-height: 50px;
  transition: 0.3s;
  position: relative;
  margin: 0 auto;
}
#case_study .cta_btn::after {
  content: "";
  display: block;
  width: 8px;
  height: 15px;
  position: absolute;
  background: url(../img/right_arrow.svg) no-repeat center/contain;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
#case_study .cta_btn:hover {
  opacity: 0.7;
}
#case_study strong {
  background: #fad7e0;
}

#fee .right_box {
  margin-top: 116px;
  background: #f4f2e9;
  padding-top: 40px;
  padding-bottom: 84px;
}
#fee .right_box > p {
  text-align: center;
}
#fee dl {
  max-width: 788px;
  margin: 32px auto;
  display: grid;
  grid-template-columns: 30% 30% 30%;
  -moz-column-gap: 5%;
       column-gap: 5%;
}
#fee dl > div {
  border: 3px solid #d9d2b3;
  background: #fff;
  position: relative;
}
#fee dl > div + div::before {
  content: "+";
  display: inline-table;
  font-size: 26px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -32px;
  margin: auto;
}
#fee dl dt {
  height: 49px;
  text-align: center;
  display: grid;
  align-items: center;
  border-bottom: 3px solid #d9d2b3;
  background: #f4f2e9;
}
#fee dl dd {
  font-weight: 600;
  padding: 16px 7%;
}
#fee .fee_annotation {
  font-size: 14px;
  font-weight: normal;
  display: table;
  margin: 16px auto 0;
}
#fee .fee_annotation li {
  display: inline-block;
}
#fee .fee_annotation li:first-child {
  margin-right: 1em;
}
#fee strong {
  font-size: 112.5%;
  display: inline-block;
  margin-top: 16px;
}

#flow .right_box {
  padding-top: 104px;
}
#flow .steps {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 31.56% 31.56% 31.56%;
  -moz-column-gap: 2.66%;
       column-gap: 2.66%;
  row-gap: 30px;
}
#flow .steps li {
  border: 3px solid #d9d2b3;
  padding: 23px 6.7%;
  position: relative;
}
#flow .steps li:not(:nth-child(3)):not(:nth-child(6))::after {
  content: "";
  display: block;
  width: 13px;
  height: 33px;
  background: url(../img/step_arrow.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -15px;
  margin: auto;
}
#flow .steps li:last-child {
  padding-bottom: 0;
}
#flow .steps li h3 {
  margin: 0;
  display: grid;
  grid-template-columns: 27.6% 72.4%;
  font-size: 16px;
}
#flow .steps li h3::before {
  content: "";
  display: block;
  width: 48px;
  margin: 0 auto;
  background: no-repeat top center/contain;
}
#flow .steps li h3 span {
  display: block;
}
#flow .steps li h3 .step {
  color: #e61f51;
}
#flow .steps li:nth-child(1) h3::before {
  background-image: url(../img/img-icon-1.png);
}
#flow .steps li:nth-child(2) h3::before {
  background-image: url(../img/img-icon-2.png);
}
#flow .steps li:nth-child(3) h3::before {
  background-image: url(../img/img-icon-3.png);
}
#flow .steps li:nth-child(4) h3::before {
  background-image: url(../img/img-icon-4.png);
}
#flow .steps li:nth-child(5) h3::before {
  background-image: url(../img/img-icon-5.png);
}
#flow .steps li:nth-child(6) {
  border: none;
}
#flow .steps li:nth-child(6) h3 {
  display: block;
  text-align: center;
}

#news {
  background: #fff;
  z-index: 1;
  position: relative;
}
#news .right_box {
  padding-top: 62px;
  padding-bottom: 106px;
}
#news ul {
  max-width: 790px;
  margin: 0 auto;
}
#news ul > li {
  border-bottom: 1px solid #707070;
}
#news ul > li:first-child {
  border-top: 1px solid #707070;
}
#news ul > li > a {
  display: block;
  display: grid;
  grid-template-columns: 11em 1fr 29px;
  padding: 20px 0;
  color: #333;
  text-decoration: none;
  transition: 0.3s;
  position: relative;
}
#news ul > li > a[target=_blank]::after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background: url(../img/window.svg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  margin: auto;
}
#news ul > li > a:hover {
  opacity: 0.7;
}
#news ul > li > a .news_date {
  font-weight: 600;
}

#faq {
  background: #f4f2e9;
}
#faq .right_box {
  padding-top: 72px;
  padding-bottom: 72px;
}
#faq h2 {
  text-align: center;
}
#faq .accordion_items {
  max-width: 792px;
  margin: 48px auto 0;
}
#faq .accordion_item {
  border-bottom: 1px solid #d9d2b3;
}
#faq .accordion_item:first-child {
  border-top: 1px solid #d9d2b3;
}
#faq .question,
#faq .answer {
  padding: 30px 0;
  display: grid;
  align-items: center;
}
#faq .question::before,
#faq .answer::before {
  display: block;
  margin: 0 auto;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 16px;
  text-align: center;
  font-size: 18px;
}
#faq .question {
  cursor: pointer;
  position: relative;
  transition: 0.3s;
  grid-template-columns: 40px 1fr 24px;
}
#faq .question::before {
  content: "Q";
  background: #fff;
  color: #e61f51;
  font-size: 18px;
}
#faq .question::after {
  content: "";
  display: block;
  background: url(../img/ac_arrow.svg) no-repeat center/cover;
  width: 14px;
  height: 8px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transition: 0.3s;
}
#faq .question.is_active::after {
  transform: rotate(180deg);
}
#faq .question:hover {
  opacity: 0.5;
}
#faq .answer {
  font-weight: 600;
  align-items: start;
  grid-template-columns: 9% 91%;
}
#faq .answer::before {
  content: "A";
  background: #e61f51;
  color: #fff;
  font-size: 18px;
  margin-right: 1em;
}
#faq .answer .answer_inner ul {
  margin-top: 32px;
}
#faq .answer .answer_inner li + li {
  margin-top: 16px;
}
#faq .answer .answer_inner li:nth-child(1) img {
  width: 233px;
}
#faq .answer .answer_inner li:nth-child(2) img {
  width: 106px;
}
#faq .answer .answer_inner li:nth-child(3) img {
  width: 187px;
}

#conclusion {
  background: #6c2204;
  color: #fff;
  font-size: 125%;
}
#conclusion .right_box {
  padding-top: 60px;
  padding-bottom: 8px;
}
#conclusion .two_column {
  display: grid;
  max-width: 804px;
  margin: 0 auto 40px;
  grid-template-columns: 56.7% 43.3%;
}
#conclusion .two_column p {
  font-weight: 600;
}
#conclusion .two_column p > span {
  font-size: 126%;
}
#conclusion .heading {
  font-weight: normal;
  padding-bottom: 16px;
  border-bottom: 1px solid #fff;
}
#conclusion .cta_btn {
  display: block;
  background: #fff;
  color: #6c2204;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  border-radius: 25px;
  max-width: 300px;
  height: 50px;
  line-height: 50px;
  transition: 0.3s;
  position: relative;
  margin: 0 auto;
}
#conclusion .cta_btn::after {
  content: "";
  display: block;
  width: 8px;
  height: 15px;
  position: absolute;
  background: url(../img/right_arrow_b.svg) no-repeat center/contain;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
#conclusion .cta_btn:hover {
  opacity: 0.7;
}
#conclusion .annotation {
  margin-top: 48px;
  text-align: right;
}

#footer {
  background: #333;
  color: #fff;
  font-size: 14px;
}
#footer .right_box {
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  justify-content: space-between;
}
#footer p {
  margin: 0;
}
#footer a {
  color: #fff;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}

.js-modal-button {
  cursor: pointer;
  transition: 0.3s;
}
.js-modal-button:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1280px) {
  html {
    font-size: 13px;
  }
  h2 {
    font-size: 23px;
  }
  figcaption {
    font-size: 10px;
  }
  #mv h1 {
    font-size: 34px;
  }
  #mv .annotation {
    margin-top: 64px;
    max-width: 304px;
  }
  #problem_solving .point_boxes h3 {
    font-size: 16px;
  }
  #features .movie_two_column h3 {
    font-size: 17px;
  }
  #features .two_column h3,
  #features .three_column h3 {
    font-size: 15px;
  }
  #flow .steps li h3 {
    font-size: 14px;
  }
}
@media screen and (max-width: 1023px) {
  h2 {
    font-size: 20px;
  }
  .wrapper {
    grid-template-columns: 160px 1fr;
  }
  #nav ul li a {
    font-size: 13px;
  }
  #mv > .wrapper {
    height: 470px;
  }
  #mv .right_box {
    background-position: bottom left;
  }
  #mv .annotation {
    max-width: 100%;
    font-size: 12px;
    margin-top: 16px;
  }
  #assignment .right_box .speech_bubble {
    padding-left: 3.2%;
    padding-right: 3.2%;
  }
  #assignment .right_box .speech_bubble li {
    font-size: 1.3rem;
  }
  #features .three_column h3 {
    font-size: 12px;
  }
  #sensor .tab_menu li {
    font-size: 12px;
  }
  #flow .steps li h3::before {
    width: 40px;
  }
  #conclusion {
    font-size: 111%;
  }
}
@media screen and (max-width: 880px) {
  #mv .right_box {
    background-position: bottom right -126px;
  }
  #mv .annotation {
    font-size: 10.4px;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
  h2 {
    font-size: 1.4rem;
  }
  figcaption {
    margin-top: 0;
  }
  .sp_none {
    display: none;
  }
  .wrapper {
    display: block;
  }
  #mv > .wrapper::before,
  #lead > .wrapper::before,
  #assignment > .wrapper::before,
  #problem_solving > .wrapper::before,
  #achievement > .wrapper::before,
  #features > .wrapper::before,
  #sensor > .wrapper::before,
  #case_study > .wrapper::before,
  #fee > .wrapper::before,
  #flow > .wrapper::before,
  #news > .wrapper::before,
  #faq > .wrapper::before,
  #conclusion > .wrapper::before,
  #footer > .wrapper::before {
    content: none;
  }
  #assignment,
  #achievement,
  #features,
  #sensor,
  #case_study,
  #fee,
  #flow,
  #faq {
    padding-top: 60px;
    margin-top: -60px;
  }
  #achievement h2,
  #features h2,
  #sensor h2,
  #case_study h2 {
    position: relative;
  }
  #achievement h2::before,
  #features h2::before,
  #sensor h2::before,
  #case_study h2::before {
    font-size: 1rem;
  }
  #header {
    position: fixed;
    top: 0;
    z-index: 2;
    box-shadow: rgba(0, 0, 0, 0.3) 0 0 3px;
  }
  #header .left_box {
    padding: 0 8px;
  }
  #header .left_box > img {
    width: 105px;
    padding: 8px 0;
  }
  #header #sp_menu_open {
    display: block;
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 16px;
    margin: auto;
    cursor: pointer;
    background: url(../img/sp_menu.svg) no-repeat center/contain;
  }
  #nav {
    box-shadow: rgba(0, 0, 0, 0.3) 3px 0 3px;
    position: fixed;
    top: 60px;
    background: #fff;
    height: initial;
  }
  #nav.is_active {
    display: block;
  }
  #nav > .wrapper {
    height: initial;
  }
  #nav .left_box {
    padding: 16px;
  }
  #nav ul {
    display: grid;
    grid-template-columns: 50% 50%;
  }
  #nav ul li a {
    font-size: 16px;
  }
  #floating_btn_area {
    display: none;
  }
  #mv {
    padding-top: 60px;
  }
  #mv > .wrapper {
    height: initial;
  }
  #mv .right_box {
    padding: 16px 8px 8px;
    background: url(../img/sp-img-main-care-marche.png) no-repeat center right/cover;
  }
  #mv .circles {
    grid-template-columns: 112px 112px;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  #mv ul + p {
    margin-top: 176px;
  }
  #mv ul + p > span {
    font-size: 1.1rem;
  }
  #mv h1 {
    font-size: 1.5rem;
  }
  #mv h1 > span {
    font-size: 60%;
  }
  #mv .cta_btn {
    margin: 24px auto 0;
    width: 100%;
  }
  #mv .annotation {
    font-size: 12px;
  }
  #mv .mv_banner {
    width: 184px;
    bottom: 136px;
    right: 0;
  }
  #lead .right_box {
    padding: 32px 16px;
  }
  #lead p {
    font-size: 0.93rem;
  }
  #lead li + li {
    margin-top: 16px;
  }
  #assignment .wrapper::after {
    content: none;
  }
  #assignment .right_box {
    padding: 32px 16px 80px;
  }
  #assignment .right_box .speech_bubble {
    padding: 32px 15px 16px;
  }
  #assignment .right_box .speech_bubble li {
    font-size: 1rem;
  }
  #problem_solving {
    z-index: 1;
    position: relative;
    background: #fff;
  }
  #problem_solving .right_box {
    padding: 32px 16px;
  }
  #problem_solving .point_boxes {
    display: block;
  }
  #problem_solving .point_boxes li {
    padding: 16px;
  }
  #problem_solving .point_boxes li + li {
    margin-top: 16px;
  }
  #problem_solving .point_boxes .point {
    margin: 0;
  }
  #problem_solving .point_boxes h3 {
    font-size: 19px;
    margin-top: 8px;
  }
  #problem_solving .point_boxes p {
    margin-bottom: 0;
  }
  #problem_solving .problem_solving_banner {
    margin-top: 32px;
  }
  #achievement .right_box {
    padding: 32px 16px;
  }
  #achievement .right_box img {
    margin-top: 16px;
  }
  #achievement .right_box .box_with_border {
    font-size: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  #features .right_box {
    padding: 64px 16px 32px;
  }
  #features .movie_two_column,
  #features .two_column,
  #features .three_column {
    display: block;
    margin-bottom: 40px;
  }
  #features .two_column h3,
  #features .three_column h3 {
    font-size: 1rem;
  }
  #features .two_column div + div,
  #features .three_column div + div {
    margin-top: 48px;
  }
  #features .movie_two_column figure {
    margin-bottom: 16px;
  }
  #features p {
    margin-bottom: 16px;
  }
  #sensor .right_box {
    padding: 32px 16px 64px;
  }
  #sensor .tab_menu {
    display: none;
  }
  #sensor .tab_items li {
    display: block;
    padding-top: 16px;
    position: relative;
    margin-top: 88px;
  }
  #sensor .tab_items li::before {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #e61f51;
    border-radius: 20px;
    margin-bottom: 16px;
    position: absolute;
    top: -56px;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
  }
  #sensor .tab_items li:nth-child(1)::before {
    content: "転倒・転落防止";
  }
  #sensor .tab_items li:nth-child(2)::before {
    content: "生産性向上";
  }
  #sensor .tab_items li:nth-child(3)::before {
    content: "記録業務の効率化";
  }
  #sensor .tab_items li:nth-child(4)::before {
    content: "良い睡眠";
  }
  #sensor .tab_items li:nth-child(5)::before {
    content: "穏やかな看取り";
  }
  #sensor .tab_items li::after {
    content: "";
    display: block;
    width: 12px;
    height: 10px;
    background: url(../img/tail.svg) no-repeat center/contain;
    position: absolute;
    top: -16px;
    left: 0;
    right: 0;
    margin: auto;
  }
  #sensor .tab_items .two_column {
    display: block;
  }
  #case_study .right_box {
    padding: 32px 16px;
  }
  #case_study .two_column {
    display: block;
  }
  #case_study figcaption {
    margin-bottom: 32px;
  }
  #case_study .btn_two_column {
    display: block;
  }
  #case_study .btn_two_column li + li {
    margin-top: 16px;
  }
  #case_study table {
    display: none;
  }
  #case_study .sp_background_and_effects {
    display: block;
  }
  #fee .right_box {
    padding: 32px 16px;
    margin-top: 40px;
  }
  #fee dl {
    display: block;
    margin-bottom: 16px;
  }
  #fee dl > div + div {
    margin-top: 32px;
  }
  #fee dl > div + div:before {
    display: block;
    top: -40px;
    bottom: initial;
    left: 0;
    right: 0;
    text-align: center;
  }
  #fee .fee_annotation li:first-child {
    margin-right: 0;
  }
  #flow .right_box {
    padding: 64px 16px 32px;
  }
  #flow .steps {
    display: block;
  }
  #flow .steps li:not(:last-child)::after {
    content: "";
    display: block;
    width: 32px !important;
    height: 16px !important;
    background: url(../img/sp_step_arrow.svg) no-repeat center/contain !important;
    position: absolute;
    margin: auto;
    top: initial !important;
    bottom: -16px !important;
    left: 0;
    right: 0 !important;
  }
  #flow .steps li + li {
    margin-top: 32px;
  }
  #flow .steps li:last-child {
    padding-top: 0;
  }
  #flow .steps li h3 {
    font-size: 1rem;
  }
  #news .right_box {
    padding: 32px 16px 64px;
  }
  #news ul > li > a {
    grid-template-columns: 1fr 29px;
    padding: 16px 0;
  }
  #news ul > li > a .news_date {
    grid-column: 1/3;
  }
  #news ul > li > a .news_text {
    grid-column: 1/2;
  }
  #faq .right_box {
    padding: 32px 16px;
  }
  #conclusion .right_box {
    padding: 32px 14px 8px;
  }
  #conclusion .two_column {
    display: block;
    margin-bottom: 16px;
  }
  #conclusion .two_column p {
    font-size: 1rem;
  }
  #conclusion .heading {
    font-size: 1.1rem;
    text-align: center;
  }
  #conclusion img {
    width: 64%;
    display: block;
    margin: 0 auto;
  }
  #conclusion .cta_btn {
    max-width: 100%;
  }
  #conclusion .annotation {
    font-size: 10px;
  }
  #footer .right_box {
    display: block;
    padding: 16px;
  }
  #footer p {
    text-align: center;
  }
  #footer p + p {
    margin-top: 8px;
    font-size: 0.75rem;
  }
}
@media (max-width: 360px) {
  #mv .mv_banner {
    width: 152px;
    bottom: 200px;
  }
}/*# sourceMappingURL=style.css.map */