body {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  text-align: justify;
  text-justify: inter-ideograph;
  font-family: "Noto Sans JP", sans-serif;
  word-wrap: break-all;
  word-wrap: break-word;
  width: 100%;
  min-width: 1120px;
  color: #2d2218;
}

.col-wht {
  color: #fff !important;
}

.col-blk {
  color: #2d2218 !important;
}

.col-grn0 {
  color: #2d7402 !important;
}

.col-grn1 {
  color: #4dcc01 !important;
}

.col-grn2 {
  color: #c6feaf !important;
}

.col-grn3 {
  color: #ecffdf !important;
}

.col-orn {
  color: #ff8a00 !important;
}

.col-brn {
  color: #786a5d !important;
}

.col-gry {
  color: #79896f !important;
}

.col-gra-grn {
  background: linear-gradient(144deg, rgb(77, 204, 1) 9.5%, rgb(153, 247, 91) 100%);
  -webkit-background-clip: text;
  color: transparent;
}

.bg-wht {
  background-color: #fff !important;
}

.bg-blk {
  background-color: #2d2218 !important;
}

.bg-grn0 {
  background-color: #2d7402 !important;
}

.bg-grn1 {
  background-color: #4dcc01 !important;
}

.bg-grn2 {
  background-color: #c6feaf !important;
}

.bg-grn3 {
  background-color: #ecffdf !important;
}

.bg-orn {
  background-color: #ff8a00 !important;
}

.bg-brn {
  background-color: #786a5d !important;
}

.bg-gry {
  background-color: #79896f !important;
}

.bg-gra-grn {
  background: linear-gradient(144deg, rgb(77, 204, 1) 9.5%, rgb(153, 247, 91) 100%);
}

.bg-gra-orn {
  background: linear-gradient(144deg, #ff8a00 9.5%, #ffbc85 100%);
}

.bg-stripe-grn {
  background-image: linear-gradient(-45deg, #c6feaf 25%, #d0febd 25%, #d0febd 50%, #c6feaf 50%, #c6feaf 75%, #d0febd 75%, #d0febd);
  background-size: 30px 30px;
  background-attachment: fixed;
}

.bg-stripe-grn2 {
  background-image: linear-gradient(45deg, #ecffdf 25%, #f2ffe9 25%, #f2ffe9 50%, #ecffdf 50%, #ecffdf 75%, #f2ffe9 75%, #f2ffe9);
  background-size: 30px 30px;
  background-attachment: fixed;
}

#sidebar {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 88;
}
#sidebar .side:hover img {
  transform: scale(0.96);
}
#sidebar .side-totop:hover img {
  transform: translateY(-5px);
}

.btn-ptn1 a {
  display: block;
  width: 300px;
  max-width: 100%;
  aspect-ratio: 300/75;
  border-radius: 8px;
  background: linear-gradient(144deg, rgb(153, 247, 91) 9.5%, rgb(77, 204, 1) 100%);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.btn-ptn1 a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: linear-gradient(144deg, rgb(77, 204, 1) 9.5%, rgb(153, 247, 91) 100%);
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
  z-index: 0;
  z-index: -1;
}
.btn-ptn1 a:hover::before {
  opacity: 0;
}

.ic-tel,
.ic-tel-s {
  display: flex;
  align-items: flex-end;
}
.ic-tel::before,
.ic-tel-s::before {
  content: "";
  display: block;
  width: 24px;
  max-width: 100%;
  aspect-ratio: 24/30;
  background-image: url("/img/common/ic-tel-wht.png");
  background-size: cover;
  margin-right: 5px;
}

.ic-tel-s::before {
  width: 19px;
  max-width: 100%;
}

.line-lft, .line-rt {
  position: relative;
}
.line-lft::before, .line-rt::after {
  content: "";
  display: block;
  width: 2px;
  height: 170px;
  background: #4dcc01;
  position: absolute;
  top: -50px;
}
.line-lft::before {
  transform: rotate(25deg);
  left: -65px;
}
.line-rt::after {
  transform: rotate(-25deg);
  right: -65px;
}
.line-dash {
  display: flex;
  align-items: center;
}
.line-dash .in {
  white-space: nowrap;
}
.line-dash::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-top: dashed 1px #4dcc01;
  margin-left: 40px;
}

.arw-wht, .arw-grn, .arw-blk {
  position: relative;
}
.arw-wht:hover::after, .arw-grn:hover::after, .arw-blk:hover::after {
  transform: translateX(-4px);
}
.arw-wht::after, .arw-grn::after, .arw-blk::after {
  content: "";
  display: block;
  width: 8px;
  max-width: 100%;
  aspect-ratio: 8/13;
  background-image: url("/img/common/arw-wht.png");
  background-size: cover;
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
  margin: auto 0;
  transition: 0.3s;
}
.arw-grn::after {
  width: 14px;
  max-width: 100%;
  aspect-ratio: 14/22;
  background-image: url("/img/common/arw-grn.png");
  background-size: cover;
}
.arw-blk::after {
  width: 9px;
  max-width: 100%;
  aspect-ratio: 9/14;
  background-image: url("/img/common/arw-blk.png");
  background-size: cover;
}

.poly-01, .poly-02, .poly-03, .poly-04 {
  position: relative;
  z-index: 1;
}
.poly-01::before, .poly-03::before {
  content: "";
  display: block;
  width: 231px;
  max-width: 100%;
  max-width: 12.03125%;
  aspect-ratio: 231/261;
  background-image: url("/img/common/polygon-01.png");
  background-size: cover;
  position: absolute;
  top: 0;
  left: 1.56%;
  z-index: -1;
}
.poly-03::before {
  width: 700px;
  max-width: 100%;
  max-width: 36.4583333333%;
  aspect-ratio: 700/478;
  background-image: url("/img/common/polygon-03.png");
  background-size: cover;
  left: inherit;
  right: 0;
}
.poly-02::after, .poly-04::after {
  content: "";
  display: block;
  width: 510px;
  max-width: 100%;
  max-width: 26.5625%;
  aspect-ratio: 510/548;
  background-image: url("/img/common/polygon-02.png");
  background-size: cover;
  position: absolute;
  bottom: 50px;
  right: 0;
  z-index: -1;
}
.poly-04::after {
  width: 356px;
  max-width: 100%;
  max-width: 18.5416666667%;
  aspect-ratio: 356/386;
  background-image: url("/img/common/polygon-04.png");
  background-size: cover;
  bottom: 100px;
  right: inherit;
  left: 0;
}
.poly-frame {
  position: relative;
  z-index: 1;
}
.poly-frame::before, .poly-frame::after {
  content: "";
  display: block;
  width: 823px;
  max-width: 100%;
  max-width: 42.8645833333%;
  aspect-ratio: 823/392;
  background-image: url("/img/common/polygon-05.png");
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.poly-frame::after {
  top: inherit;
  left: inherit;
  bottom: 0;
  right: 0;
  transform: scale(-1, -1);
}

.obj-shine {
  position: relative;
  z-index: 1;
}
.obj-shine::after {
  content: "";
  display: block;
  width: 68px;
  max-width: 100%;
  aspect-ratio: 68/65;
  background-image: url("/img/common/obj-shine.png");
  background-size: cover;
  position: absolute;
  top: -30px;
  right: -55px;
  z-index: -1;
}

.ic-mail,
.ic-line {
  position: relative;
}
.ic-mail::before,
.ic-line::before {
  content: "";
  display: inline-block;
  width: 25px;
  max-width: 100%;
  aspect-ratio: 25/18;
  background-image: url("/img/common/ic-mail.png");
  background-size: cover;
  vertical-align: middle;
  margin-right: 10px;
}

.ic-line::before {
  width: 30px;
  max-width: 100%;
  aspect-ratio: 30/29;
  background-image: url("/img/common/ic-line.png");
  background-size: cover;
}

.tri-btm-grn::after {
  content: "";
  display: block;
  width: 661px;
  max-width: 100%;
  max-width: 34.4270833333%;
  aspect-ratio: 661/321;
  background: #ecffdf;
  -webkit-clip-path: polygon(0 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 100%, 0 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.tri-top-wht::before {
  content: "";
  display: block;
  width: 1259px;
  max-width: 100%;
  max-width: 65.5729166667%;
  aspect-ratio: 1259/610;
  background: #fff;
  -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
          clip-path: polygon(100% 0, 0 0, 100% 100%);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.hov-opa a:hover {
  opacity: 0.7;
}
.hov-img a:hover img {
  opacity: 0.8;
}
.hov-scale a img {
  backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}
.hov-scale a:hover img {
  transform: scale(0.98);
}

.table {
  width: 100%;
}
.table-ptn1 th {
  width: 20%;
  color: #4dcc01;
  font-weight: 500;
  padding: 15px 2% 15px 0;
}
.table-ptn1 td {
  padding: 15px 0 15px 2%;
}
.table-ptn2 th, .table-ptn2 td {
  padding: 25px 4%;
  vertical-align: middle;
}
.table-ptn2 th {
  width: 32.41%;
  background: #4dcc01;
  color: #fff;
  font-weight: 500;
}
.table-ptn2 td {
  white-space: pre-wrap;
}
.table-ptn2 tr:not(:last-child) th {
  border-bottom: solid 1px #fff;
}
.table-ptn2 tr:not(:last-child) td {
  border-bottom: solid 1px #4dcc01;
}

.hdbar {
  width: 1640px;
  max-width: 100%;
  max-width: 85.4166666667%;
  min-width: 1120px;
  padding: 0 20px;
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  z-index: 2;
}

#hd-nav .nav-item {
  display: flex;
  align-items: center;
}
#hd-nav .nav-item:not(:first-child)::before {
  content: "/";
  display: block;
  line-height: 1;
  margin: 0 35px;
}
#hd-nav .nav-link:hover {
  color: #4dcc01;
}

.mv img {
  display: block;
  width: 100%;
}
.mv-top .wrp-cc {
  aspect-ratio: 1920/730;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.mv-top .cc-01 {
  width: 652px;
  max-width: 100%;
  max-width: 33.9583333333%;
}
.mv-top .cc-02 {
  margin-top: -1.5vw;
  position: relative;
  z-index: -1;
}
.mv-top .cc-02 .eng {
  margin-left: 50%;
}
.mv-top .cc-02 .eng-01 {
  width: 602px;
  max-width: 100%;
  max-width: 31.3541666667%;
  transform: translateX(-78.5%);
}
.mv-top .cc-02 .eng-02 {
  width: 671px;
  max-width: 100%;
  max-width: 34.9479166667%;
  transform: translateX(-30%);
  margin-top: 1vw;
}
.mv-lower {
  width: 100%;
  height: 708px;
  display: flex;
  align-items: center;
  padding-top: 5%;
}
.mv-lower h2 {
  width: 670px;
  max-width: 100%;
  height: 100px;
  margin-left: 8.33%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 50px;
  font-size: 5rem;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.78);
  border-radius: 15px;
  position: relative;
  z-index: 1;
}
.mv-lower h2::after {
  content: "";
  display: block;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  border: solid 2px #fff;
  border-radius: 15px;
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: -1;
}
.mv-lower .eng {
  font-size: 100px;
  font-size: 10rem;
  font-weight: 600;
  position: absolute;
  left: 2.5%;
  top: 56%;
  z-index: -1;
}
.mv.bg-concept {
  background: url("/img/concept/sv.png") center center no-repeat;
  background-size: cover;
}
.mv.bg-menu {
  background: url("/img/menu/sv.png") center center no-repeat;
  background-size: cover;
}
.mv.bg-review {
  background: url("/img/review/sv.png") center center no-repeat;
  background-size: cover;
}
.mv.bg-salon {
  background: url("/img/salon/sv.png") center center no-repeat;
  background-size: cover;
}
.mv.bg-blog {
  background: url("/img/blog/sv.png") center center no-repeat;
  background-size: cover;
}
.mv.bg-contact {
  background: url("/img/contact/sv.png") center center no-repeat;
  background-size: cover;
}
.mv.bg-complete {
  background: url("/img/complete/sv.png") center center no-repeat;
  background-size: cover;
}
.mv.bg-privacy {
  background: url("/img/privacy/sv.png") center center no-repeat;
  background-size: cover;
}
.mv.bg-sitemap {
  background: url("/img/sitemap/sv.png") center center no-repeat;
  background-size: cover;
}
.mv.bg-e404 {
  background: url("/img/e404/sv.png") center center no-repeat;
  background-size: cover;
}

.cts-1080 {
  width: 1080px;
  margin: 0 auto;
}

.list-clm3, .list-clm4 {
  display: flex;
  flex-wrap: wrap;
}
.list-clm3 .list-item {
  width: calc(33.3333333333% - 13.3333333333px);
}
.list-clm3 .list-item:not(:nth-child(3n-2)) {
  margin-left: 20px;
}
.list-clm4 .list-item {
  width: calc(25% - 15px);
}
.list-clm4 .list-item:not(:nth-child(4n-3)) {
  margin-left: 20px;
}
.list-thumb .thumb-item {
  width: calc(16.6666666667% - 0.8333333333px);
  aspect-ratio: 1/1;
}
.list-thumb .thumb-item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.list-thumb .thumb-item:not(:nth-child(6n-5)) {
  margin-left: 1px;
}
.list-thumb .thumb-item:nth-child(n+7) {
  margin-top: 1px;
}
.list-check .check-item {
  display: flex;
  align-items: center;
}
.list-check .check-item::before {
  content: "";
  display: block;
  width: 40px;
  max-width: 100%;
  min-width: 40px;
  aspect-ratio: 40/39;
  background-image: url("/img/common/ic-check.png");
  background-size: cover;
  margin-right: 10px;
}
.list-voice .voice-item:not(:first-child) {
  margin-top: 60px;
}
.list-voice .voice-link {
  padding: 30px 40px;
}
.list-voice .voice-link:hover {
  background: #ecffdf !important;
}
.list-voice .txt {
  border-top: dashed 1px #4dcc01;
  padding-top: 10px;
  margin-top: 10px;
}
.list-blog .blog-item {
  border-bottom: solid 1px rgba(121, 137, 111, 0.3);
  padding-bottom: 10px;
}
.list-blog .blog-item:not(:first-child) {
  margin-top: 45px;
}
.list-blog time {
  margin-right: 20px;
}
.list-reason .reason-item {
  width: 200px;
  max-width: 100%;
  text-align: center;
}
.list-reason .reason-item:not(:nth-child(4n-3)) {
  margin-left: 93.3333333333px;
}
.list-reason .reason-item:nth-child(n+5) {
  margin-top: 60px;
}
.list-reason .txt {
  font-weight: 600;
  margin-top: 15px;
}
.list-menu:not(:first-child) {
  margin-top: 100px;
}
.list-menu .menu-item {
  display: flex;
  background: #fff;
  border: solid 1px #4dcc01;
}
.list-menu .menu-item:not(:first-child) {
  margin-top: 80px;
}
.list-menu .menu-ttl, .list-menu .menu-price {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 25px 4%;
}
.list-menu .menu-ttl {
  font-weight: 500;
  background: #4dcc01;
  color: #fff;
}

.layout-half {
  display: flex;
  justify-content: center;
}
.layout-half .half-item {
  min-width: 500px;
}
.layout-half .half-item:nth-child(even) {
  margin-left: 80px;
}

.overframe {
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}
.overframe .frame {
  width: 100%;
  margin: 0 auto;
}
.overframe .ctn {
  width: 100%;
  max-width: 1080px;
}

.com-tag-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.com-tag-main .tag-item {
  margin: 5px;
}
.com-tag-main .tag-link {
  display: block;
  background: #ff8a00;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 4px;
}
.com-tag-main .tag-link:hover {
  opacity: 0.8;
}
.com-tag-sub {
  display: flex;
  flex-wrap: wrap;
}
.com-tag-sub .tag-item {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 500;
  border: solid 1px #ff8a00;
  color: #ff8a00;
  padding: 5px 10px 7px 10px;
  margin: 0 5px 5px 0;
  border-radius: 2px;
}
.com-gmap {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 1920/380;
}
.com-gmap iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.com-contact {
  padding: 200px 0 140px 0;
}
.com-contact .main-ttl {
  margin-bottom: 60px;
}
.com-contact .sub-ttl {
  margin-top: 10px;
}
.com-contact .txt-frame {
  top: 180px;
}
.com-contact .wrp {
  padding: 70px 55px;
}
.com-contact .wrp-btn {
  margin-top: 50px;
}
.com-contact .btn {
  width: 260px;
  max-width: 100%;
  aspect-ratio: 260/60;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 500;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.com-contact .btn:not(:first-child) {
  margin-left: 50px;
}
.com-bnr .bnr {
  width: 320px;
  max-width: 100%;
  aspect-ratio: 320/235;
  border: dashed 2px #4dcc01;
  padding: 10px 20px;
}
.com-bnr .bnr-concept {
  background: url("/img/common/bnr-concept.png") center center no-repeat;
  background-size: cover;
}
.com-bnr .bnr-menu {
  background: url("/img/common/bnr-menu.png") center center no-repeat;
  background-size: cover;
}
.com-bnr .bnr-review {
  background: url("/img/common/bnr-review.png") center center no-repeat;
  background-size: cover;
}
.com-bnr .bnr-salon {
  background: url("/img/common/bnr-salon.png") center center no-repeat;
  background-size: cover;
}
.com-bnr .arw-grn::after {
  top: inherit;
  bottom: 4%;
  right: 4%;
}

.ttl-sub {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  border-left: solid #4dcc01 6px;
  border-bottom: solid 1px #c6feaf;
  background: #ecffdf;
  padding: 10px 0 15px 20px;
  margin-bottom: 30px;
}
.ttl-dashed {
  border-bottom: dashed 1px #4dcc01;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.txt-ptn1 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
}

.marker-orn {
  background: linear-gradient(transparent 70%, #ffcf91 70%);
}

.txt-frame {
  width: 1080px;
  max-width: 100%;
  color: #fff;
  text-shadow: 0 0 1px rgba(77, 204, 1, 0.2), 0 0 1px rgba(77, 204, 1, 0.2), 0 0 1px rgba(77, 204, 1, 0.2), 0 0 1px rgba(77, 204, 1, 0.2), 0 0 1px rgba(77, 204, 1, 0.2), 0 0 1px rgba(77, 204, 1, 0.2), 0 0 1px rgba(77, 204, 1, 0.2), 0 0 1px rgba(77, 204, 1, 0.2), 0 0 1px rgba(77, 204, 1, 0.2), 0 0 1px rgba(77, 204, 1, 0.2), 0 0 1px rgba(77, 204, 1, 0.2), 0 0 1px rgba(77, 204, 1, 0.2), 0 0 1px rgba(77, 204, 1, 0.2), 0 0 1px rgba(77, 204, 1, 0.2), 0 0 1px rgba(77, 204, 1, 0.2), 0 0 1px rgba(77, 204, 1, 0.2);
  mix-blend-mode: multiply;
  position: absolute;
  top: 150px;
  left: calc(50% + 20px);
  transform: translateX(-50%);
  z-index: -1;
}

.sdw-grn {
  box-shadow: 0px 0px 17.1px 0.9px rgba(198, 254, 175, 0.45);
}

.top-concept {
  padding: 150px 0 100px 0;
}
.top-concept h2 {
  margin-bottom: 30px;
}
.top-concept h3 {
  line-height: 1.3;
  margin-bottom: 50px;
}
.top-concept .img {
  margin-right: -170px;
  margin-top: 120px;
}
.top-concept .btn {
  margin-top: 60px;
}

.top-trouble {
  padding: 180px 0 145px 0;
  background: url("/img/top/trouble-img-01.png") left bottom no-repeat;
  background-size: 64.95%;
}
.top-trouble::after {
  content: "";
  display: block;
  width: 472px;
  max-width: 100%;
  max-width: 24.5833333333%;
  aspect-ratio: 472/557;
  background-image: url("/img/top/trouble-img-02.png");
  background-size: cover;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.top-trouble h3 {
  margin-top: 120px;
}
.top-trouble .list-check {
  padding: 35px 30px;
}
.top-trouble .list-check .check-item {
  width: 50%;
}
.top-trouble .list-check .check-item:nth-child(n+3) {
  margin-top: 20px;
}
.top-trouble .wrp-h3, .top-trouble .list-check, .top-trouble .txt {
  margin-left: 580px;
}
.top-trouble .list-check, .top-trouble .txt {
  margin-top: 50px;
}

.top-menu {
  padding: 170px 0;
}
.top-menu .bnr {
  aspect-ratio: 950/330;
  background: url("/img/top/menu-img.png") center center no-repeat;
  background-size: cover;
  padding: 30px 50px;
}
.top-menu h2 .ruby {
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  margin: auto 0;
  display: flex;
  align-items: center;
  z-index: 1;
}
.top-menu .btn {
  padding-right: 35px;
  position: absolute;
  right: 30px;
  bottom: 35px;
  z-index: 1;
}

.top-review {
  padding: 130px 0;
}

.top-review h2 {
  margin-bottom: 70px;
}
.top-review .btn {
  margin-top: 90px;
}

.top-access {
  padding: 70px 0 110px 0;
}
.top-access::before {
  content: "";
  display: block;
  width: 100%;
  height: 125px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.top-access h2 {
  margin-bottom: 80px;
}
.top-access .btn {
  margin-top: 60px;
}

.top-blog {
  padding: 160px 0 130px 0;
}

#ctn-lower article {
  padding: 150px 0;
}
#ctn-lower .ttl-main {
  display: flex;
  flex-direction: column;
  margin-bottom: 10%;
}
#ctn-lower .ttl-main .eng, #ctn-lower .ttl-main .ruby {
  display: block;
  font-weight: 600;
  line-height: 1.2;
}
#ctn-lower .ttl-main .eng {
  font-size: 100px;
  font-size: 10rem;
}
#ctn-lower .ttl-main .ruby {
  font-size: 50px;
  font-size: 5rem;
}
#ctn-lower .txt-plain {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.7;
}
#ctn-lower .com-contact .eng {
  top: 130px;
}
#ctn-lower .com-bnr .ttl-main .eng {
  font-size: 57px;
  font-size: 5.7rem;
}
#ctn-lower .com-bnr .ttl-main .ruby {
  font-size: 27px;
  font-size: 2.7rem;
}

.concept-efficacy .list-check:last-child {
  margin-left: 240px;
}
.concept-efficacy::before, .concept-efficacy::after {
  content: "";
  display: block;
  width: 604px;
  max-width: 100%;
  max-width: 31.4583333333%;
  aspect-ratio: 604/631;
  background-image: url("/img/concept/efficacy-img-01.png");
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 10%;
  z-index: -2;
}
.concept-efficacy::after {
  width: 1445px;
  max-width: 100%;
  max-width: 75.2604166667%;
  aspect-ratio: 1445/1019;
  min-height: 1019px;
  background-image: url("/img/concept/efficacy-img-02.png");
  background-size: cover;
  left: inherit;
  right: 0;
  bottom: 0;
}

footer#footer .cts-1080 {
  padding: 50px 0 70px 0;
}

#ftnav .nav-item {
  line-height: 1;
}
#ftnav .nav-item:nth-child(odd) {
  width: 40%;
}
#ftnav .nav-item:nth-child(even) {
  width: 60%;
}
#ftnav .nav-item:nth-child(n+3) {
  margin-top: 24px;
}

.copy {
  padding: 10px;
}