@charset "UTF-8";
/* --------------------------------------------------------------
   共通
-------------------------------------------------------------- */
body {
  min-width: 11.6rem;
  font-size: 0.25rem;
  color: #333;
}

a {
  color: #333;
}

.wrapper {
  overflow: hidden;
  position: relative;
}

.container_min {
  max-width: 11.3rem;
  margin: 0 auto;
}

.container_max {
  max-width: 14rem;
  margin: 0 auto;
}

.fixed_btn {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.fixed_btn img {
  width: 4.57rem;
}

.fixed_btn a {
  display: block;
}

.fixed_btn a img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.fixed_btn a:hover {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .fixed_btn a:hover img {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
  }
}

.fixed_btn.hide {
  opacity: 0;
  visibility: hidden;
}

.header {
  width: 100%;
  padding: 0.5rem;
  position: fixed;
  z-index: 100;
}

.header .logo img {
  width: 2.2rem;
}

.header .nav {
  position: absolute;
  top: 0.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.header .global .lists {
  padding: 0.23rem 0.64rem;
  border-radius: 10rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  gap: 0 0.6rem;
}

.header .global .lists li img {
  width: auto;
  height: 0.245rem;
}

.mv {
  padding: 4.53rem 0 4.7rem;
  background-color: #cbe7ce;
  background-size: 12.94rem;
  background-repeat: no-repeat;
  background-position: top right;
  background-image: url(../img/mv/mv.png);
}

.mv .inner {
  width: 6.6rem;
  text-align: center;
}

.mv .cat {
  font-size: 0.4rem;
  letter-spacing: 0.05em;
  line-height: 1.425;
}

.mv .tit {
  margin-top: 0.4rem;
}

.mv .tit img {
  width: 100%;
}

.content_wrap {
  padding: 1px 1.4rem 0;
  background-position-y: -0.3rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/cmn/content_bg.webp);
  position: relative;
}

.content_wrap::before {
  content: "";
  width: 100%;
  height: 11.15rem;
  mix-blend-mode: multiply;
  position: absolute;
  left: 0;
  bottom: -0.1rem;
  background-image: url(../img/cmn/bg_deco.png);
}

.content {
  width: 100%;
  margin: -1.78rem auto 0;
  padding: 1.5rem 0 1.46rem;
  background-color: #f0f0f0;
  position: relative;
  border-radius: 2rem;
}

.content::before {
  content: "";
  width: 5.99rem;
  height: 2.5rem;
  position: absolute;
  top: -2.4rem;
  left: 1.8rem;
  background-image: url(../img/cmn/content_deco.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.about .box {
  padding: 0.6rem 3.7rem 0.6rem 2.33rem;
  border-radius: 10rem;
  background-color: #fff;
  position: relative;
}

.about .tit {
  text-align: center;
  margin-left: 1.2rem;
}

.about .tit img {
  width: 4.5rem;
}

.about .txt {
  margin-top: 0.28rem;
  font-size: 0.28rem;
  letter-spacing: 0.03em;
  line-height: 1.75;
}

.about .img {
  position: absolute;
  top: 1.5rem;
  right: 2.16rem;
}

.about .img img {
  width: 1.1rem;
}

.about .cat {
  margin-top: 0.6rem;
  text-align: center;
}

.about .cat img {
  width: 10.98rem;
}

.lineup {
  padding: 1rem 1rem 0;
}

.lineup .tit {
  margin-bottom: 0.57rem;
  text-align: center;
  font-size: 0.66rem;
  font-weight: 700;
}

.lineup .item {
  padding: 1.65rem 0 0;
  height: 9.835rem;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.lineup .item:not(:first-of-type) {
  margin-top: -1rem;
}

.lineup .item:nth-of-type(1) {
  background-image: url(../img/lineup/bg01.png);
}

.lineup .item:nth-of-type(2) {
  background-image: url(../img/lineup/bg02.png);
}

.lineup .item:nth-of-type(3) {
  background-image: url(../img/lineup/bg03.png);
}

.lineup .item:nth-of-type(4) {
  background-image: url(../img/lineup/bg04.png);
}

.lineup .stit {
  padding-bottom: 0.39rem;
  text-align: center;
  font-size: 0.46rem;
  font-weight: 700;
  position: relative;
}

.lineup .stit::after {
  content: "";
  width: 100%;
  height: 0.1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../img/lineup/stit_deco.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.lineup .img {
  margin-top: 0.56rem;
  text-align: center;
}

.lineup .img img {
  width: 7.65rem;
  margin-left: 1.08rem;
}

.feature {
  padding: 1.45rem 1rem 0;
}

.feature .tit {
  margin-bottom: 0.75rem;
  text-align: center;
  font-size: 0.66rem;
  font-weight: 700;
}

.feature .box {
  padding: 1.45rem 0 0;
  height: 22.6rem;
  position: relative;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(../img/feature/bg.png);
}

.feature .lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 0.5rem;
}

.feature .lists li {
  width: 3.38rem;
}

.feature .lists li .round {
  width: 3.25rem;
  height: 3.25rem;
  padding: 0.5rem 0 0;
  text-align: center;
  border-radius: 50%;
}

.feature .lists li .num {
  font-size: 0.29rem;
}

.feature .lists li .list_txt {
  margin-top: 0.3rem;
  font-size: 0.5rem;
  line-height: 1.2;
}

.feature .lists li .list_desc {
  text-align: left;
  margin-top: 0.3rem;
  line-height: 1.42;
  color: #333;
}

.feature .lists li .list_desc .notes {
  font-size: 0.2rem;
  font-weight: 500;
}

.feature .lists li:nth-of-type(1) .round {
  color: #e84177;
  background-color: #fbdfe1;
}

.feature .lists li:nth-of-type(2) .round {
  color: #0077bf;
  background-color: #b1e0f8;
}

.feature .lists li:nth-of-type(3) .round {
  color: #008239;
  background-color: #cbe7ce;
}

.feature .img01 {
  position: absolute;
  top: 6.2rem;
  right: 2.9rem;
}

.feature .img01 img {
  width: 5.13rem;
}

.feature .img02 {
  margin-top: 1.13rem;
  text-align: center;
}

.feature .img02 img {
  width: 10.165rem;
  margin-left: -0.6rem;
}

.feature .img03 {
  margin-top: 2.17rem;
  text-align: center;
}

.feature .img03 img {
  width: 9.615rem;
}

.feature .bubble {
  position: absolute;
}

.feature .bubble.bubble01 {
  width: 2.305rem;
  top: 7.82rem;
  left: 0;
}

.feature .bubble.bubble02 {
  width: 2.175rem;
  top: 5.85rem;
  right: 0.26rem;
}

.feature .bubble.bubble03 {
  width: 2.67rem;
  bottom: 6.74rem;
  right: -0.2rem;
}

.feature .bubble.bubble04 {
  width: 2.775rem;
  bottom: 3.45rem;
  left: 0.4rem;
}

.use {
  padding: 1.56rem 1rem 0;
}

.use .box {
  padding: 1.65rem 0 0;
  height: 16.3rem;
  position: relative;
  background-image: url(../img/use/bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.use .tit {
  text-align: center;
  font-size: 0.66rem;
  font-weight: 700;
}

.use .process01 .img {
  margin-top: 0.3rem;
  text-align: center;
}

.use .process01 .img img {
  width: 8.655rem;
  margin-left: -0.13rem;
}

.use .process02 {
  padding-top: 1.8rem;
}

.use .process02 .txt {
  font-size: 0.3rem;
  margin-top: 0.25rem;
  text-align: center;
}

.use .process02 .img {
  margin-top: 0.4rem;
  text-align: center;
}

.use .process02 .img img {
  width: 7.625rem;
}

.use .bubble {
  width: 2.635rem;
  position: absolute;
  bottom: 0.52rem;
  right: 0.46rem;
}

.devise {
  margin-top: 1.5rem;
  padding: 1.89rem 0 1.58rem;
  background-image: url(../img/devise/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.devise .container {
  width: 11.4rem;
  margin: 0 auto;
}

.devise .tit_wrap {
  text-align: center;
}

.devise .tit {
  font-size: 0.666rem;
  font-weight: 700;
  display: inline-block;
  position: relative;
}

.devise .tit .point {
  width: 1.8rem;
  position: absolute;
  top: -1.1rem;
  left: -0.7rem;
}

.devise .txt {
  margin: 0.28rem 0 1.11rem;
  text-align: center;
  font-size: 0.3rem;
  font-weight: 500;
}

.devise .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.devise .img {
  width: 6.3rem;
}

.devise .summary {
  width: calc(100% - 6.3rem);
}

.devise .bubble {
  margin-top: 0.23rem;
}

.devise .bubble img {
  width: 3.64rem;
}

.devise .item_txt {
  font-size: 0.3rem;
  letter-spacing: 0.03em;
  line-height: 1.22;
}

.devise .item_txt .notes {
  display: block;
  font-size: 0.2rem;
  letter-spacing: 0;
  white-space: nowrap;
}

.devise .item01 .img {
  text-align: center;
  padding-top: 0.15rem;
}

.devise .item01 .img img {
  width: 4.69rem;
}

.devise .item02 {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.devise .item02 .img {
  text-align: center;
  padding-top: 0.3rem;
}

.devise .item02 .img img {
  width: 4.74rem;
}

.caution {
  padding: 1.47rem 0 0;
  position: relative;
  z-index: 1;
}

.caution .tit {
  text-align: center;
  font-size: 0.55rem;
  font-weight: 700;
}

.caution .lists {
  margin-top: 0.65rem;
}

.caution .lists li {
  letter-spacing: 0.03em;
  line-height: 1.7;
}

.other {
  padding: 1.47rem 0 1.48rem;
  text-align: center;
  z-index: 1;
  position: relative;
}

.other::after {
  content: "";
  width: 3.41rem;
  height: 2.115rem;
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url(../img/other/deco.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.other .tit {
  padding-bottom: 0.43rem;
  display: inline-block;
  font-size: 0.3rem;
  letter-spacing: 0.03em;
  font-weight: 700;
  color: #fff;
  position: relative;
}

.other .tit::after {
  content: "";
  width: 0.96rem;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 0.48rem);
  background-color: #fff;
}

.other .btn {
  margin-top: 0.39rem;
  text-align: center;
}

.other .btn img {
  width: 9.36rem;
}

.other .lists {
  margin-top: 0.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 0.1rem;
}

.other .lists li {
  width: 2.26rem;
}

.other .item02 {
  margin-top: 1.45rem;
}

.contact {
  padding: 1.55rem 0 0;
  text-align: center;
  color: #fff;
  background-color: #00a63c;
  position: relative;
  z-index: 1;
}

.contact .tit {
  font-size: 0.55rem;
  font-weight: 700;
  color: #fff;
}

.contact .txt01,
.contact .txt02 {
  font-size: 0.32rem;
}

.contact .txt01 {
  display: inline-block;
  margin-top: 0.9rem;
  position: relative;
  color: #fff;
}

.contact .txt01::after {
  content: "";
  width: 0.2rem;
  height: 0.2rem;
  position: absolute;
  top: calc(50% - 0.1rem);
  right: -1em;
  background-image: url(../img/cmn/f_arrow.svg);
}

.contact .txt02 {
  margin-top: 0.18rem;
}

.contact .btn a {
  width: 5.6rem;
  margin: 0.17rem auto 0;
  line-height: 0.83rem;
  display: block;
  text-align: center;
  border-radius: 10rem;
  border: 1px solid #fff;
  color: #fff;
  pointer-events: none;
}

.contact .btn .btn_txt {
  font-size: 0.24rem;
  letter-spacing: 0.03em;
}

.contact .btn .num {
  font-size: 0.56rem;
}

.contact .notes {
  margin-top: 0.13rem;
  font-size: 0.2rem;
  letter-spacing: 0.03em;
}

.footer {
  padding: 1.65rem 0 0.45rem;
  background-color: #00a63c;
  position: relative;
}

.footer::before {
  content: "";
  width: 4.5rem;
  height: 1.885rem;
  position: absolute;
  bottom: 0;
  left: 1.8rem;
  background-image: url(../img/cmn/f_deco.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.footer small {
  font-size: 0.15rem;
  letter-spacing: 0.03em;
  display: block;
  text-align: right;
  color: #fff;
}
/*# sourceMappingURL=style.css.map */