@charset "UTF-8";
/*
Theme Name: CARECAME オリジナルテンプレート
Theme URI: 
Author: 株式会社ASTER
Author URI: ikuko aoki
Description: 株式会社ASTER CARECAME用オリジナルテンプレート2024
Version: 1.0
*/
/* module
-------------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  vertical-align: middle;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:focus {
  outline: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

hr {
  display: block;
  margin: 0;
  border: none;
  border-top: 1px solid;
}

address {
  font-style: normal;
}

/* layout
-------------------------------------------------------------- */
/* setting
-------------------------------------------------------------- */
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: clamp(14px, 1.1111111111vw, 16px);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  font-weight: 400;
}

body,
html {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  text-indent: 100%;
  border: none;
  display: block;
  image-rendering: -webkit-optimize-contrast;
}

a {
  color: #000000;
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
  cursor: pointer;
}

li {
  list-style: none;
}

/* layout
-------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .pc-hidden {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sp-hidden {
    display: none;
  }
}

/* Header
-------------------------------------------------------------- */
/* PC */
.header {
  position: fixed;
  top: 0;
  left: 0;
  height: 16vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 0 13.3333333333vw 0 2.6666666667vw;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .header {
    height: 5.7142857143vw;
    padding: 0 8% 0 5%;
  }
}
.header-logo {
  width: 40vw;
}
@media screen and (min-width: 768px) {
  .header-logo {
    width: 19.2857142857vw;
  }
}
.header-logo img {
  display: block;
  width: 100%;
  height: auto;
}
.header-language {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .header-language {
    margin-left: auto;
  }
}
.header-language a {
  display: block;
  margin: 0 2.1333333333vw;
  font-size: 4vw;
}
@media screen and (min-width: 768px) {
  .header-language a {
    margin: 0 0.7142857143vw;
    font-size: 1.1428571429vw;
  }
}
.header-language a.is-current {
  pointer-events: none;
  color: #e77010;
  font-weight: 700;
}
.header-language img {
  display: block;
  width: 4.2666666667vw;
  height: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .header-language img {
    width: 1.7142857143vw;
    height: 1.7142857143vw;
  }
}

/* Footer
-------------------------------------------------------------- */
.footer {
  padding: 13.3333333333vw 8.5333333333vw;
  background: #333333;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 4.5714285714vw 15.7142857143vw 3.4285714286vw;
  }
}
.footer-inner {
  position: relative;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 170%;
}
.footer-logo {
  width: 62.6666666667vw;
  margin-bottom: 11.2vw;
}
@media screen and (min-width: 768px) {
  .footer-logo {
    width: 23.4285714286vw;
    margin-bottom: 1.9285714286vw;
  }
}
.footer-logo img {
  display: block;
  width: 100%;
  height: auto;
}
.footer-companyName {
  margin-bottom: 2.1333333333vw;
  font-size: 4.8vw;
}
@media screen and (min-width: 768px) {
  .footer-companyName {
    margin-bottom: 0.5714285714vw;
    font-size: 1.2857142857vw;
  }
}
.footer-companyAddress {
  margin-bottom: 3.5714285714vw;
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 768px) {
  .footer-companyAddress {
    margin-bottom: 1.7142857143vw;
    font-size: 1vw;
  }
}
.footer-link {
  margin-bottom: 8vw;
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 768px) {
  .footer-link {
    margin-bottom: 2.1428571429vw;
    font-size: 1.1428571429vw;
  }
}
.footer-link a {
  color: #ffffff;
}
.footer-copy {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  letter-spacing: 0.125em;
  margin-bottom: 0;
}

/* compornents
-------------------------------------------------------------- */
/* MenuBtn
-------------------------------------------------------------- */
.MenuBtn {
  position: fixed;
  top: 2%;
  right: 3%;
  width: 8vw;
  height: 8vw;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 10000;
}
@media screen and (min-width: 768px) {
  .MenuBtn {
    width: 4.2857142857vw;
    height: 4.2857142857vw;
  }
}

.MenuIcon {
  position: relative;
  width: 8vw;
  height: 6.6666666667vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .MenuIcon {
    width: 2.1428571429vw;
    height: 1.7857142857vw;
  }
}

.MenuIcon span,
.MenuIcon::before,
.MenuIcon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.5333333333vw;
  background-color: #333333;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .MenuIcon span,
  .MenuIcon::before,
  .MenuIcon::after {
    height: 0.1428571429vw;
  }
}

.MenuIcon::before {
  top: 0;
}

.MenuIcon::after {
  bottom: 0;
}

.MenuIcon span {
  top: 50%;
  transform: translateY(-50%);
}

.MenuBtn.is-active .MenuIcon::before {
  transform: rotate(45deg);
  top: 50%;
  background-color: white;
}

.MenuBtn.is-active .MenuIcon::after {
  transform: rotate(-45deg);
  bottom: 40%;
  background-color: white;
}

.MenuBtn.is-active .MenuIcon span {
  opacity: 0;
}

/* メニュー本体 */
.GMenu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  width: 100%;
  height: 50vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #333333;
  text-transform: uppercase;
  transform-origin: top left;
  transform: rotateZ(-90deg);
  transition: all 0.3s ease;
  /* メニューが開いたとき */
}
.GMenu.is-active {
  transform: rotateZ(0deg);
}
.GMenu .MenuItem {
  width: 100%;
  height: auto;
  padding: 1em;
  text-align: center;
  color: #ffffff;
  box-sizing: border-box;
}

/* FV
-------------------------------------------------------------- */
.FV {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding-bottom: 5.3333333333vw;
}
@media screen and (max-width: 767px) {
  .FV {
    background-image: url(./images/CARECAMEimg_sp.jpg);
    background-position: top center;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 768px) {
  .FV {
    background-image: url(./images/CARECAMEimg.jpg);
    background-position: top center;
    background-size: cover;
    padding-top: 5.7142857143vw;
  }
}
@media screen and (max-width: 767px) {
  .FV-inner {
    padding: 0 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .FV-inner {
    width: 85.7142857143vw;
    margin: 0 auto;
    padding-left: 3.5714285714vw;
  }
}
.FV-text {
  margin-top: 5%;
}
@media screen and (max-width: 767px) {
  .FV-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    order: 1;
    margin-top: 18.6666666667vw;
  }
}
.FV-text-catch {
  line-height: 1.4;
  letter-spacing: 0.06em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .FV-text-catch {
    order: 3;
    margin-bottom: 10.6666666667vw;
    font-size: 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .FV-text-catch {
    letter-spacing: 0.08em;
    font-size: 3.4285714286vw;
    margin-bottom: 1.4285714286vw;
  }
}
.FV-text-block {
  display: inline-flex;
  align-items: center;
  letter-spacing: 0.04em;
  border: 0.5333333333vw solid #333333;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .FV-text-block {
    order: 2;
    height: 6.9333333333vw;
    padding: 0 2.1333333333vw;
    margin-top: 53.3333333333vw;
    margin-bottom: 1.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .FV-text-block {
    height: 3.5714285714vw;
    padding: 0 1.2142857143vw;
    border: 0.1428571429vw solid #333333;
    font-size: 1.5714285714vw;
  }
}
.FV-twoPartBlock {
  margin: 0 auto 4.2666666667vw;
}
@media screen and (max-width: 767px) {
  .FV-twoPartBlock {
    order: 1;
  }
}
@media screen and (min-width: 768px) {
  .FV-twoPartBlock {
    margin-bottom: 1.4285714286vw;
  }
}
.FV-twoPartBlock p {
  line-height: 1.4;
  letter-spacing: 0.08em;
  font-size: 3.7333333333vw;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .FV-twoPartBlock p {
    margin-top: 2.1428571429vw;
    letter-spacing: 0.09em;
    font-size: 1.3571428571vw;
  }
}
.FV-iconBlock {
  display: flex;
  align-items: flex-end;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .FV-iconBlock {
    width: 100%;
    justify-content: space-between;
    margin-bottom: 5.3333333333vw;
  }
}
.FV-iconBlock img {
  width: 39.2vw;
}
@media screen and (max-width: 767px) {
  .FV-iconBlock img + img {
    margin-left: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .FV-iconBlock img {
    width: 14.2142857143vw;
    margin-right: 1.8571428571vw;
  }
}
@media screen and (min-width: 768px) {
  .FV-priceWrapper {
    margin: 12.8571428571vw 0 0;
  }
}
@media screen and (min-width: 768px) {
  .FV .FVtw {
    margin: 5.7142857143vw 0 0;
  }
}
@media screen and (min-width: 768px) {
  .FV .FVen {
    margin: 4.2857142857vw 0 0;
  }
}
.FV-priceBox {
  display: flex;
  align-items: center;
  margin-bottom: 4vw;
}
@media screen and (max-width: 767px) {
  .FV-priceBox {
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .FV-priceBox {
    margin-bottom: 1.7857142857vw;
  }
}
.FV-price {
  display: flex;
  align-items: flex-end;
  margin-bottom: 5.3333333333vw;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .FV-price {
    margin-bottom: 1.4285714286vw;
  }
}
.FV-price .price {
  margin-bottom: -2.1333333333vw;
  font-family: "Roboto";
  font-size: 13.6vw;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .FV-price .price {
    margin-bottom: -0.7142857143vw;
    font-size: 4.2857142857vw;
  }
}
.FV-price .tax {
  font-size: 2.6666666667vw;
  margin-bottom: 0.8vw;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .FV-price .tax {
    margin-bottom: 0.2142857143vw;
    font-size: 0.8571428571vw;
  }
}
.FV-price .text {
  font-size: 4.2666666667vw;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .FV-price .text {
    font-size: 1.4285714286vw;
  }
}
.FV-cta {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72vw;
  height: 14.4vw;
  border-radius: 14.4vw;
  background: #e77010;
  color: #ffffff;
  font-size: 4.8vw;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .FV-cta {
    width: 21.4285714286vw;
    height: 4.2857142857vw;
    margin-left: 1.0714285714vw;
    border-radius: 2.1428571429vw;
    font-size: 1.4285714286vw;
    cursor: pointer;
  }
}
.FV-cta .Arrow_r {
  margin-left: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .FV-cta .Arrow_r {
    margin-left: 1.0714285714vw;
  }
}
.FV-cta .Arrow_r:before {
  display: block;
  content: "";
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  border: 0;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  transform: rotate(45deg);
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .FV-cta .Arrow_r:before {
    width: 0.7142857143vw;
    height: 0.7142857143vw;
  }
}

.Notes {
  font-size: clamp(9px, 0.625vw, 13.5px);
  line-height: 140%;
}

/* Content-title
-------------------------------------------------------------- */
.Content-title {
  margin-bottom: 13.3333333333vw;
  font-size: 5.8666666667vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .Content-title {
    margin-bottom: 3.2142857143vw;
  }
}
.Content-title-jp {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5.3333333333vw;
  font-size: 5.8666666667vw;
  letter-spacing: 0.06em;
  line-height: 1.4;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .Content-title-jp {
    flex-wrap: wrap;
  }
  .Content-title-jp .br {
    width: 1000%;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .Content-title-jp {
    margin-bottom: 2.1428571429vw;
    font-size: 2.2857142857vw;
  }
}
.Content-title-ch {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5.3333333333vw;
  font-size: 5.8666666667vw;
  letter-spacing: 0.06em;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .Content-title-ch {
    flex-wrap: wrap;
  }
  .Content-title-ch .br {
    width: 1000%;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .Content-title-ch {
    margin-bottom: 2.1428571429vw;
    font-size: 2.2857142857vw;
  }
}
.Content-title-en {
  letter-spacing: 0.08em;
  color: #e77010;
  font-family: "Roboto", sans-serif;
  font-size: 3.2vw;
  font-weight: 600;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .Content-title-en {
    font-size: 1vw;
  }
}
.Content-title-logo {
  display: block;
  margin-right: 2.6666666667vw;
  width: 51.7333333333vw;
  flex-shrink: 1;
}
@media screen and (min-width: 768px) {
  .Content-title-logo {
    width: 20vw;
    margin-right: 0.8571428571vw;
  }
}

/* Concept
-------------------------------------------------------------- */
.Concept {
  position: relative;
  padding: 10vh 0 8vh;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .Concept {
    padding-top: 14.2857142857vw;
    padding-bottom: 10.7142857143vw;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .Concept-inner {
    margin: 0 8.5714285714vw;
  }
}
@media screen and (min-width: 768px) {
  .Concept:before {
    display: block;
    content: "";
    width: 15%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #f4f4f4;
  }
}
.Concept-block video {
  width: 100%;
  margin-bottom: 2vh;
}
@media screen and (min-width: 768px) {
  .Concept-block {
    display: flex;
    flex-wrap: wrap;
    flex-wrap: nowrap;
    justify-content: center;
    position: relative;
  }
  .Concept-block .LeftSide {
    width: 50% !important;
  }
  .Concept-block .LeftSide video {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .Concept-block .RightSide {
    width: 50%;
    padding-top: 2vh;
  }
}
.Concept-block .RightSide p {
  line-height: 2.3;
  letter-spacing: 0.14em;
  font-size: 3.7333333333vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .Concept-block .RightSide p {
    letter-spacing: 0.125em;
    line-height: 2.4;
    font-size: 1.1428571429vw;
  }
}

/* 主な機能の設定
-------------------------------------------------------------- */
.Features {
  padding: 26.6666666667vw 0 21.3333333333vw;
  background: #f4f4f4;
  position: relative;
}
@media screen and (min-width: 768px) {
  .Features {
    padding: 10.7142857143vw 0 9.2857142857vw;
  }
}
@media screen and (min-width: 768px) {
  .Features:before {
    display: block;
    content: "";
    width: 15%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #ffffff;
  }
}
.Features-inner {
  position: relative;
  margin: 0 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .Features-inner {
    margin: 0 15.7142857143vw;
  }
}
.Features-block ul {
  display: flex;
}
@media screen and (max-width: 767px) {
  .Features-block ul {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .Features-block ul {
    justify-content: center;
    margin: 0 auto;
  }
}
.Features-items {
  margin-bottom: 8vw;
}
@media screen and (min-width: 768px) {
  .Features-items {
    width: 17.1428571429vw;
    margin: 0 1.0714285714vw;
  }
}
@media screen and (max-width: 767px) {
  .Features-items:nth-child(2) {
    align-self: center;
  }
}
@media screen and (min-width: 768px) {
  .Features-items:nth-child(2) {
    margin-top: 3.5714285714vw;
  }
}
@media screen and (max-width: 767px) {
  .Features-items:nth-child(3) {
    align-self: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .Features-items:nth-child(3) {
    margin-top: 7.1428571429vw;
  }
}
.Features-items-thumb {
  width: 58.6666666667vw;
  height: 93.3333333333vw;
  margin-left: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .Features-items-thumb {
    width: 15.7142857143vw;
    height: 25vw;
    margin-left: 1.4285714286vw;
  }
}
.Features-items-thumb img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.Features-items-text {
  margin-top: -2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .Features-items-text {
    margin-top: -0.7142857143vw;
  }
}
.Features-items-en {
  margin-bottom: 4vw;
}
@media screen and (min-width: 768px) {
  .Features-items-en {
    margin-bottom: 1.0714285714vw;
  }
}
.Features-items-en span {
  position: relative;
  display: inline-block;
  background: #e77010;
  z-index: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.07em;
  padding: 1.0666666667vw 4.2666666667vw 1.0666666667vw 2.6666666667vw;
  font-size: 7.4666666667vw;
}
@media screen and (min-width: 768px) {
  .Features-items-en span {
    padding: 0.2857142857vw 1.1428571429vw 0.2857142857vw 0.7142857143vw;
    font-size: 1.4285714286vw;
  }
}
.Features-items-en span:nth-of-type(2) {
  margin-top: 1.0666666667vw;
}
@media screen and (min-width: 768px) {
  .Features-items-en span:nth-of-type(2) {
    margin-top: 0.2857142857vw;
  }
}
.Features-items-en span:nth-of-type(3) {
  margin-top: 1.0666666667vw;
}
@media screen and (min-width: 768px) {
  .Features-items-en span:nth-of-type(3) {
    margin-top: 0.2857142857vw;
  }
}
.Features-items-title {
  margin-bottom: 5.3333333333vw;
  line-height: 1.4;
  color: #e77010;
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .Features-items-title {
    margin-bottom: 1.4285714286vw;
    font-size: 1.1428571429vw;
    font-weight: 400;
  }
}
.Features-items-spec {
  line-height: 1.4;
  letter-spacing: 0.08;
  font-size: 3.2vw;
}
@media screen and (min-width: 768px) {
  .Features-items-spec {
    font-size: 0.8571428571vw;
  }
}

/* サービス概要の設定
-------------------------------------------------------------- */
.Overview {
  padding: 26.6666666667vw 0 21.3333333333vw;
}
@media screen and (min-width: 768px) {
  .Overview {
    padding: 10.7142857143vw 0 9.2857142857vw;
  }
}
.Overview-inner {
  position: relative;
  margin: 0 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .Overview-inner {
    display: flex;
    justify-content: flex-end;
    margin: 0 15.7142857143vw;
  }
}
@media screen and (min-width: 768px) {
  .Overview-leftBlock {
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media screen and (min-width: 768px) {
  .Overview-rightBlock {
    width: 69%;
  }
}
.Overview-rightBlock img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .Overview .Content-title {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .Overview .Content-title-jp {
    justify-content: flex-start;
  }
}
.Overview-list {
  margin-bottom: 5.3333333333vw;
}
.Overview-list li {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  align-items: center;
  font-weight: 500;
  line-height: 2.4;
}
.Overview-list li img {
  display: block;
  width: 5.8666666667vw;
  height: 5.8666666667vw;
  margin-right: 2.1333333333vw;
}
@media screen and (min-width: 768px) {
  .Overview-list li img {
    width: 1.7142857143vw;
    height: 1.7142857143vw;
    margin-right: 0.7142857143vw;
  }
}
.Overview-list li p {
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .Overview-list li p {
    font-size: 1.2857142857vw;
  }
}

/* CARECAMEが選ばれる理由の設定
-------------------------------------------------------------- */
.WhychooseUS {
  position: relative;
  padding: 26.6666666667vw 0 21.3333333333vw;
  background: #f4f4f4;
}
@media screen and (min-width: 768px) {
  .WhychooseUS {
    padding: 10.7142857143vw 0 9.2857142857vw;
  }
}
@media screen and (min-width: 768px) {
  .WhychooseUS:before {
    display: block;
    content: "";
    width: 15%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #ffffff;
  }
}
.WhychooseUS-inner {
  position: relative;
  margin: 0 8vw;
}
@media screen and (min-width: 768px) {
  .WhychooseUS-inner {
    margin: 0 8.5714285714vw;
  }
}
.WhychooseUS-list {
  width: 100%;
  margin-bottom: 4.2vh;
}
.WhychooseUS-item {
  position: relative;
}
.WhychooseUS-item + .WhychooseUS-item {
  margin-top: 8vw;
}
@media screen and (min-width: 768px) {
  .WhychooseUS-item + .WhychooseUS-item {
    margin-top: 7.1428571429vw;
  }
}
@media screen and (min-width: 768px) {
  .WhychooseUS-itemBox {
    width: 50%;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 768px) {
  .WhychooseUS-item-header {
    width: 50%;
    flex-shrink: 0;
    padding-left: 7.1428571429vw;
    border-bottom: 1px solid #e77010;
  }
}
.WhychooseUS-item-no {
  color: #e77010;
  letter-spacing: 0.01em;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  margin-bottom: 1.3333333333vw;
  font-size: 17.0666666667vw;
}
@media screen and (min-width: 768px) {
  .WhychooseUS-item-no {
    margin-bottom: 0.3571428571vw;
    font-size: 5.2857142857vw;
  }
}
.WhychooseUS-item-title {
  margin-bottom: 1.7vh;
  color: #e77010;
  letter-spacing: 0.01em;
  line-height: 1;
  margin-bottom: 1.3333333333vw;
  font-size: 5.3333333333vw;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .WhychooseUS-item-title {
    margin-bottom: 0.9285714286vw;
    font-size: 2vw;
  }
}
.WhychooseUS-item-subtitle {
  color: #333333;
  letter-spacing: 0.02em;
  line-height: 1.3;
  margin-bottom: 2.6666666667vw;
  font-size: 4.2666666667vw;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .WhychooseUS-item-subtitle {
    margin-bottom: 1.0714285714vw;
    font-size: 1.2857142857vw;
  }
}
.WhychooseUS-item-text {
  line-height: 1.7;
  letter-spacing: 0.1em;
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 768px) {
  .WhychooseUS-item-text {
    width: 50%;
    flex-shrink: 0;
    padding: 0.7142857143vw 2.8571428571vw 0 7.1428571429vw;
    line-height: 2;
    font-size: 1.1428571429vw;
  }
}
@media screen and (max-width: 767px) {
  .WhychooseUS-item:nth-of-type(even) .WhychooseUS-itemBox {
    order: 2;
  }
}
@media screen and (min-width: 768px) {
  .WhychooseUS-item:nth-of-type(even) .WhychooseUS-item-thumb {
    left: 0;
    right: initial;
  }
}
@media screen and (max-width: 767px) {
  .WhychooseUS-item:nth-of-type(even) .WhychooseUS-item-header {
    text-align: right;
  }
}
@media screen and (min-width: 768px) {
  .WhychooseUS-item:nth-of-type(even) .WhychooseUS-item-header {
    margin-left: 50%;
    padding-left: 2.8571428571vw;
  }
}
@media screen and (min-width: 768px) {
  .WhychooseUS-item:nth-of-type(even) .WhychooseUS-item-text {
    margin-left: 50%;
    padding: 0.7142857143vw 7.1428571429vw 0 2.8571428571vw;
  }
}
@media screen and (max-width: 767px) {
  .WhychooseUS-item-thumb {
    margin-bottom: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .WhychooseUS-item-thumb {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
  }
}
.WhychooseUS-item-thumb img {
  display: block;
  width: 100%;
  height: auto;
}

/* これら全ての問題を変える力がありますここから
-------------------------------------------------------------- */
.AddressableIssues {
  padding: 26.6666666667vw 0 21.3333333333vw;
}
@media screen and (min-width: 768px) {
  .AddressableIssues {
    padding: 10.7142857143vw 0 9.2857142857vw;
  }
}
.AddressableIssues-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  margin: 0 6.4vw;
}
@media screen and (min-width: 768px) {
  .AddressableIssues-list {
    max-width: 71.4285714286vw;
    margin: 0 auto;
  }
}
.AddressableIssues-item {
  flex-shrink: 1;
  width: 50%;
  margin-bottom: 8vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .AddressableIssues-item {
    width: 17.8571428571vw;
    margin-bottom: 3.5714285714vw;
  }
}
.AddressableIssues .IconCircle {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 1;
  width: 32vw;
  height: 32vw;
  border-radius: 50%;
  background: #f4f4f4;
  margin: 0 auto 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .AddressableIssues .IconCircle {
    width: 8.5714285714vw;
    height: 8.5714285714vw;
    margin-bottom: 1.1428571429vw;
  }
}
.AddressableIssues p {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .AddressableIssues p {
    font-size: 3.7333333333vw;
  }
}

/* お問い合わせをいただいていますの設定
-------------------------------------------------------------- */
.ApplicableFields {
  position: relative;
  padding: 26.6666666667vw 0 21.3333333333vw;
  background: #f4f4f4;
}
@media screen and (min-width: 768px) {
  .ApplicableFields {
    padding: 10.7142857143vw 0 9.2857142857vw;
  }
}
@media screen and (min-width: 768px) {
  .ApplicableFields:before {
    display: block;
    content: "";
    width: 15%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #ffffff;
  }
}
.ApplicableFields-inner {
  position: relative;
  margin: 0 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .ApplicableFields-inner {
    margin: 0 8.5714285714vw;
  }
}
.ApplicableFields-list {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .ApplicableFields-list li {
    width: 30%;
    margin-bottom: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .ApplicableFields-list li {
    width: 12.1428571429vw;
  }
}
@media screen and (min-width: 768px) {
  .ApplicableFields-list .photo {
    width: 12.1428571429vw;
    height: 22.8571428571vw;
  }
}
.ApplicableFields-list .photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .ApplicableFields-list li:nth-child(even) {
    margin-top: 5vw;
  }
}
.ApplicableFields p {
  margin-top: 2.6666666667vw;
  font-size: 3.2vw;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .ApplicableFields p {
    margin-top: 1.4285714286vw;
    font-size: 1vw;
  }
}

/* サービス開始までの流れ
-------------------------------------------------------------- */
.Flow {
  padding: 26.6666666667vw 0 21.3333333333vw;
}
@media screen and (min-width: 768px) {
  .Flow {
    padding: 10.7142857143vw 0 9.2857142857vw;
  }
}
.Flow-inner {
  position: relative;
  margin: 0 8vw;
}
@media screen and (min-width: 768px) {
  .Flow-inner {
    margin: 0 15.7142857143vw;
  }
}
@media screen and (min-width: 768px) {
  .Flow-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.Flow-item {
  position: relative;
}
@media screen and (max-width: 767px) {
  .Flow-item {
    margin-bottom: 8vw;
    padding-left: 30.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .Flow-item {
    width: 30%;
  }
}
.Flow-item-number {
  margin-bottom: 2.6666666667vw;
  font-family: "Roboto", sans-serif;
  color: #e77010;
  font-size: 17.0666666667vw;
  font-weight: 600;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 768px) {
  .Flow-item-number {
    margin-bottom: 0.7142857143vw;
    font-size: 5.2857142857vw;
  }
}
.Flow-item-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  background: #e77010;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .Flow-item-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 26.6666666667vw;
    height: 26.6666666667vw;
    padding: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .Flow-item-icon {
    width: 8.5714285714vw;
    height: 8.5714285714vw;
    padding: 1.4285714286vw;
    margin-bottom: 1.4285714286vw;
  }
}
.Flow-item-icon img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.Flow-item-title {
  margin-bottom: 1.0714285714vw;
  padding-bottom: 1.4285714286vw;
  color: #e77010;
  font-size: 4.2666666667vw;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .Flow-item-title {
    border-bottom: 1px solid #e77010;
    font-size: 1.4285714286vw;
    text-align: center;
  }
}
.Flow-item-text {
  letter-spacing: 0.125em;
  line-height: 1.7;
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 768px) {
  .Flow-item-text {
    font-size: 1.1428571429vw;
    line-height: 2;
    text-align: center;
  }
}

/* 料金のご案内の設定
-------------------------------------------------------------- */
.PriceList {
  padding: 26.6666666667vw 0 21.3333333333vw;
  background: #f4f4f4;
}
@media screen and (min-width: 768px) {
  .PriceList {
    padding: 10.7142857143vw 0 9.2857142857vw;
  }
}
.PriceList-inner {
  position: relative;
  margin: 0 8vw;
}
@media screen and (min-width: 768px) {
  .PriceList-inner {
    margin: 0 15.7142857143vw;
  }
}
.PriceList-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .PriceList-list {
    flex-direction: column;
    padding-top: 10.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .PriceList-list {
    padding-top: 2.8571428571vw;
  }
}
.PriceList-item {
  background: #ffffff;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .PriceList-item {
    padding-bottom: 12vw;
  }
}
@media screen and (min-width: 768px) {
  .PriceList-item {
    width: 21.4285714286vw;
    padding-bottom: 3.2142857143vw;
  }
}
@media screen and (max-width: 767px) {
  .PriceList-item + .PriceList-item {
    margin-top: 18.6666666667vw;
  }
}
.PriceList-item .icon-plus {
  position: relative;
  display: block;
  line-height: 1;
  margin: 0 auto;
  width: 4.2666666667vw;
  height: 4.2666666667vw;
  margin: 4vw auto;
}
@media screen and (min-width: 768px) {
  .PriceList-item .icon-plus {
    width: 1.1428571429vw;
    height: 1.1428571429vw;
    margin: 1.0714285714vw auto;
  }
}
.PriceList-item .icon-plus:before, .PriceList-item .icon-plus:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #e77010;
  width: 4.2666666667vw;
  height: 1.0666666667vw;
}
@media screen and (min-width: 768px) {
  .PriceList-item .icon-plus:before, .PriceList-item .icon-plus:after {
    width: 1.1428571429vw;
    height: 0.2857142857vw;
  }
}
.PriceList-item .icon-plus:after {
  transform: rotate(90deg);
}
@media screen and (min-width: 768px) {
  .PriceList-list-1column .PriceList-item {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .PriceList-list-1column .icon-plus {
    margin: 0.3571428571vw 2.1428571429vw;
  }
}
.PriceList-item-set {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .PriceList-item-set {
    padding: 2.8571428571vw 7.1428571429vw;
  }
}
@media screen and (max-width: 767px) {
  .PriceList-item-set {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .PriceList-item-box {
    width: 30%;
  }
}
.PriceList-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58.6666666667vw;
  height: 21.3333333333vw;
  margin: -10.6666666667vw auto 9.3333333333vw;
  background: #e77010;
  color: #ffffff;
  font-weight: 500;
  font-size: 4.8vw;
}
@media screen and (min-width: 768px) {
  .PriceList-title {
    width: 15.7142857143vw;
    height: 5.7142857143vw;
    font-size: 1.2857142857vw;
    margin: -2.8571428571vw auto 2.5vw;
  }
}
.PriceList-device {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26.6666666667vw;
  height: 7.4666666667vw;
  border-radius: 3.7333333333vw;
  border: 1px solid #e77010;
  font-weight: 500;
  line-height: 1;
  color: #e77010;
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 768px) {
  .PriceList-device {
    width: 7.1428571429vw;
    height: 2vw;
    border-radius: 1vw;
    font-size: 1vw;
  }
}
.PriceList-price {
  margin-top: 2.6666666667vw;
  line-height: 1.2;
  font-weight: 500;
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .PriceList-price {
    margin-top: 1.0714285714vw;
    font-size: 1.1428571429vw;
  }
}
.PriceList-price .OrangeText {
  color: #e77010;
  font-weight: 600;
  line-height: 1.5;
  margin-left: -0.25em;
  margin-right: 0.25em;
}
.PriceList-price .PriceFigures {
  margin-bottom: 1.3vh;
  font-size: clamp(28px, 1.9444444444vw, 42px);
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  margin-right: 0.1em;
  font-size: 7.4666666667vw;
}
@media screen and (min-width: 768px) {
  .PriceList-price .PriceFigures {
    font-size: 2vw;
  }
}
.PriceList-price .Tax {
  margin-left: -0.5em;
  font-size: 3.2vw;
}
@media screen and (min-width: 768px) {
  .PriceList-price .Tax {
    font-size: 1vw;
  }
}
@media screen and (min-width: 768px) {
  .PriceList .Note {
    margin-top: 0.3571428571vw;
    font-size: 0.8571428571vw;
  }
}

/* お問い合わせフォーム
-------------------------------------------------------------- */
.Contact {
  padding: 26.6666666667vw 0 21.3333333333vw;
}
@media screen and (min-width: 768px) {
  .Contact {
    padding: 10.7142857143vw 0 9.2857142857vw;
  }
}
.Contact-desc {
  margin-bottom: 8vw;
  font-size: 4.2666666667vw;
  letter-spacing: 0.125em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .Contact-desc {
    margin-bottom: 3.2857142857vw;
    font-size: 1.1428571429vw;
  }
}
.Contact-qr img {
  width: 53.3333333333vw;
  height: auto;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .Contact-qr img {
    width: 14.2857142857vw;
  }
}

@media screen and (max-width: 767px) {
  .FormContainer {
    margin: 0 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .FormContainer {
    width: 42.8571428571vw;
    margin: 0 auto;
  }
}
.FormContainer dl {
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .FormContainer dl {
    margin-bottom: 1.4285714286vw;
  }
}
.FormContainer dt {
  margin-bottom: 2.1333333333vw;
  font-size: 4.2666666667vw;
  font-weight: 500;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .FormContainer dt {
    margin-bottom: 0.5714285714vw;
    font-size: 1.1428571429vw;
  }
}
.FormContainer .Required {
  color: #e77010;
  font-size: 3.2vw;
}
@media screen and (min-width: 768px) {
  .FormContainer .Required {
    margin-left: 0.4285714286vw;
    font-size: 0.8571428571vw;
  }
}
.FormContainer input[type=text],
.FormContainer input[type=emal],
.FormContainer input[type=phone],
.FormContainer textarea {
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .FormContainer input[type=text],
  .FormContainer input[type=emal],
  .FormContainer input[type=phone],
  .FormContainer textarea {
    font-size: 1.1428571429vw;
  }
}
.FormContainer input[type=text] {
  width: 100%;
  height: 13.3333333333vw;
  padding: 2.6666666667vw;
  border-radius: 1.3333333333vw;
  background: #f4f4f4;
  padding: 0.7142857143vw;
  border: none;
}
@media screen and (min-width: 768px) {
  .FormContainer input[type=text] {
    height: 3.5714285714vw;
    padding: 0.7142857143vw;
    border-radius: 0.3571428571vw;
  }
}
.FormContainer .RadioArea {
  margin-top: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .FormContainer .RadioArea {
    margin-top: 1.4285714286vw;
  }
}
.FormContainer .wpcf7-form-control {
  display: block;
}
@media screen and (min-width: 768px) {
  .FormContainer .wpcf7-form-control {
    display: flex;
    flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
  }
}
.FormContainer .wpcf7-list-item-label {
  margin-right: 1.0714285714vw;
  margin: 0;
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .FormContainer .wpcf7-list-item-label {
    font-size: 1.1428571429vw;
  }
}
.FormContainer .wpcf7-list-item {
  display: block;
}
@media screen and (max-width: 767px) {
  .FormContainer .wpcf7-list-item {
    margin-bottom: 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .FormContainer .wpcf7-list-item {
    margin-right: 1.4285714286vw;
  }
}
.FormContainer .wpcf7-list-item label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  .FormContainer .wpcf7-list-item label {
    margin-bottom: 1.4285714286vw;
  }
}
.FormContainer .wpcf7-list-item label input[type=radio] {
  margin: 0 5px 0 0;
  inline-size: 1.6rem;
  block-size: 1.6rem;
  accent-color: #e77010;
}
.FormContainer textarea {
  width: 100%;
  min-height: 66.6666666667vw;
  padding: 4.2666666667vw;
  border-radius: 1.3333333333vw;
  background: #f4f4f4;
  border: none;
  resize: vertical;
}
@media screen and (min-width: 768px) {
  .FormContainer textarea {
    min-height: 12.8571428571vw;
    padding: 1.1428571429vw;
    border-radius: 0.3571428571vw;
  }
}
.FormContainer ::-moz-placeholder {
  color: #a2a2a2;
}
.FormContainer ::placeholder {
  color: #a2a2a2;
}
.FormContainer .back {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 16vw;
  margin: 16vw auto;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 8vw;
  letter-spacing: 0.25em;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .FormContainer .back {
    width: 21.4285714286vw;
    height: 4.2857142857vw;
    margin: 1.4285714286vw auto;
    border-radius: 2.1428571429vw;
  }
}
.FormContainer .back input[type=button] {
  display: block;
  width: 100%;
  height: 16vw;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  border: none;
  color: #666;
  font-size: 5.3333333333vw;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .FormContainer .back input[type=button] {
    width: 21.4285714286vw;
    height: 4.2857142857vw;
    font-size: 1.4285714286vw;
  }
}
.FormContainer .submit {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 16vw;
  margin: 16vw auto 0;
  background: #e77010;
  border-radius: 8vw;
  border: none;
  color: #ffffff;
  letter-spacing: 0.25em;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .FormContainer .submit {
    width: 21.4285714286vw;
    height: 4.2857142857vw;
    margin: 5.7142857143vw auto 0;
    border-radius: 2.1428571429vw;
  }
}
.FormContainer .submit input[type=submit] {
  width: 100%;
  height: 16vw;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  border: none;
  color: #fff;
  font-size: 5.3333333333vw;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .FormContainer .submit input[type=submit] {
    width: 21.4285714286vw;
    height: 4.2857142857vw;
    font-size: 1.4285714286vw;
  }
}
.FormContainer .submit .wpcf7-spinner {
  display: none;
}
.FormContainer .Arrow_r {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8vw;
}
@media screen and (min-width: 768px) {
  .FormContainer .Arrow_r {
    right: 2.1428571429vw;
  }
}
.FormContainer .Arrow_r:before {
  display: block;
  content: "";
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  border: 0;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  transform: rotate(45deg);
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .FormContainer .Arrow_r:before {
    width: 0.7142857143vw;
    height: 0.7142857143vw;
  }
}

/* 基本的な設定
-------------------------------------------------------------- */
.Uppercase {
  text-transform: uppercase;
}