@charset "UTF-8";
/* ------------------------------
- base
------------------------------ */
@media screen and (min-width: 1024px) {
  .visible-md, .visible-sm {
    display: none;
  }
  .visible-lg {
    display: inherit;
  }
}
@media screen and (min-width: 750px) and (max-width: 1023px) {
  .visible-lg, .visible-sm {
    display: none;
  }
  .visible-md {
    display: inherit;
  }
}
@media screen and (max-width: 749px) {
  .visible-lg, .visible-md {
    display: none;
  }
  .visible-sm {
    display: inherit;
  }
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5;
}

p {
  line-height: 1.8;
}

@media screen and (min-width: 750px) {
  html {
    font-size: 10px;
  }
}
@media screen and (max-width: 749px) {
  html {
    font-size: 2.66666vw;
  }
}
body {
  width: 100%;
  overflow-x: hidden;
  background: #fff;
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  color: #000;
}

main {
  display: block;
}

li {
  list-style-type: none;
}

a {
  display: inline-block;
  text-decoration: none;
  color: #000;
}

@media screen and (min-width: 750px) {
  a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  a::before, a::after {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
img {
  max-width: 100%;
  height: auto;
}

svg {
  width: 100%;
  height: auto;
}

sup {
  font-size: 0.5em;
  vertical-align: super;
}

input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

address {
  font-style: normal;
}

@media screen and (min-width: 750px) {
  .l-inner-lg {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 749px) {
  .l-inner-lg {
    padding: 0 1.5rem;
  }
}
@media screen and (min-width: 750px) {
  .l-inner-md {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 749px) {
  .l-inner-md {
    padding: 0 1.5rem;
  }
}
@media screen and (min-width: 750px) {
  .l-inner-ex {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 750px) {
  .l-inner-sm {
    width: 90%;
    max-width: 980px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 749px) {
  .l-inner-sm {
    padding: 0 1.5rem;
  }
}
/* ------------------------------
- common
------------------------------ */
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 11;
}

@media screen and (min-width: 750px) {
  .header {
    padding: 3rem;
  }
}
@media screen and (max-width: 749px) {
  .header {
    padding: 1.5rem;
  }
}
.header__logo {
  width: 14rem;
  position: relative;
  z-index: 12;
}

@media screen and (max-width: 1023px) {
  .nav {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    z-index: 11;
    background: rgb(242, 237, 234);
    background: linear-gradient(58deg, rgb(242, 237, 234) 0%, rgb(247, 225, 238) 36%, rgb(246, 229, 236) 67%, rgb(247, 241, 228) 100%);
  }
}
@media screen and (min-width: 750px) and (max-width: 1023px) {
  .nav {
    padding: 7rem 5rem 5rem;
    width: 40rem;
    -webkit-transform: translateX(40rem);
    transform: translateX(40rem);
  }
}
@media screen and (max-width: 749px) {
  .nav {
    width: 100%;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    padding: 5rem 3rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 1023px) {
  .is-active .nav {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.nav__list__item {
  font-weight: bold;
  font-family: "Lato", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

@media screen and (min-width: 1024px) {
  .nav__list__item {
    font-size: 1.6rem;
    margin-left: 3rem;
    display: inline-block;
  }
}
@media screen and (max-width: 1023px) {
  .nav__list__item {
    font-size: 2rem;
    display: block;
    text-align: center;
  }
}
@media screen and (min-width: 750px) and (max-width: 1023px) {
  .nav__list__item {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 749px) {
  .nav__list__item {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .nav__list__item.-sns {
    display: none;
  }
}
@media screen and (min-width: 750px) and (max-width: 1023px) {
  .nav__list__item.-sns {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 749px) {
  .nav__list__item.-sns {
    margin-top: 4rem;
  }
}
.nav__list__item__link {
  position: relative;
  padding: 0.5rem 0;
}

@media screen and (min-width: 750px) {
  .nav__list__item__link {
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  .nav__list__item__link {
    display: inline-block;
  }
}
.nav__list__item__link:after {
  content: "";
  display: block;
  height: 2px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  margin: 0 auto;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}

.nav__list__item__link:hover:after, .nav__list__item__link.-active:after {
  width: 100%;
}

.ham {
  position: relative;
  z-index: 12;
}

@media screen and (min-width: 1024px) {
  .ham {
    display: none;
  }
}
.ham span {
  display: block;
  width: 40px;
  height: 3px;
  background: #000;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.ham span:first-child, .ham span:last-child {
  width: 30px;
  margin: 0 auto;
}

.ham span:not(:last-child) {
  margin-bottom: 8px;
}

.is-active .ham span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(6px, 7px);
  transform: rotate(45deg) translate(6px, 7px);
}

.is-active .ham span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(8px, -9px);
  transform: rotate(-45deg) translate(8px, -9px);
}

.is-active .ham span:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}

@media screen and (max-width: 1023px) {
  .ham__follow__title {
    font-family: "Lato", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
    line-height: normal;
    font-size: 1.6rem;
    font-weight: bold;
  }
}
@media screen and (min-width: 750px) and (max-width: 1023px) {
  .ham__follow__title {
    margin-bottom: 3.5rem;
  }
}
@media screen and (max-width: 749px) {
  .ham__follow__title {
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .ham__follow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 2.8rem;
  }
}
.footer {
  position: relative;
  text-align: center;
}

@media screen and (min-width: 750px) {
  .footer {
    padding: 10rem 0 0;
  }
}
@media screen and (max-width: 749px) {
  .footer {
    padding: 10rem 0 0;
  }
}
.footer__follow__title {
  font-family: "Lato", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 3.5rem;
}

@media screen and (min-width: 750px) {
  .footer__follow__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 749px) {
  .footer__follow__title {
    font-size: 1.8rem;
  }
}
.footer__follow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 2.8rem;
}

@media screen and (min-width: 750px) {
  .footer__follow {
    margin-bottom: 9rem;
  }
}
@media screen and (max-width: 749px) {
  .footer__follow {
    margin-bottom: 5rem;
  }
}
.follow__link {
  margin: 0 1.5rem;
}

.footer__bottom {
  position: relative;
  background-color: #000;
}

@media screen and (min-width: 750px) {
  .footer__bottom {
    padding: 5rem 0;
  }
}
@media screen and (max-width: 749px) {
  .footer__bottom {
    padding: 2.5rem 0;
  }
}
@media screen and (min-width: 750px) {
  .footer__logo {
    position: absolute;
    top: 50%;
    left: 10%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 12rem;
  }
}
@media screen and (max-width: 749px) {
  .footer__logo {
    width: 12rem;
    margin: 0 auto 1rem;
  }
}
.footer__copyright {
  text-align: center;
  font-size: 1rem;
  color: #fff;
  font-weight: "Lato", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

.pagetop {
  display: none;
  position: absolute;
  top: -17px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.pagetop a {
  display: block;
  font-size: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.pagetop a::before {
  content: "";
  background: #000;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  line-height: 50px;
  margin-bottom: 0.5rem;
}

.pagetop a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 8px;
  left: 50%;
}

@media screen and (min-width: 750px) {
  .pagetop a::after {
    -webkit-transform: rotate(-45deg) translateX(-80%);
    transform: rotate(-45deg) translateX(-80%);
  }
}
@media screen and (max-width: 749px) {
  .pagetop a::after {
    -webkit-transform: rotate(-45deg) translateX(-74%);
    transform: rotate(-45deg) translateX(-74%);
  }
}
.pagetop a {
  font-family: "Lato", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 20px;
  font-weight: bold;
}

html, body {
  overflow-x: hidden;
}

@media screen and (max-width: 749px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width: 750px) {
  .sp {
    display: none;
  }
}
.mv {
  position: relative;
}

.mv::before {
  content: "";
  position: absolute;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

@media screen and (min-width: 750px) {
  .mv::before {
    height: 47%;
  }
}
@media screen and (max-width: 749px) {
  .mv::before {
    height: 58%;
  }
}
.mv__inner {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 750px) {
  .mv__inner {
    padding-top: 10rem;
    height: 72rem;
  }
}
@media screen and (min-width: 750px) and (max-width: 1023px) {
  .mv__inner {
    height: 65rem;
  }
}
@media screen and (max-width: 1023px) {
  .mv__inner {
    padding: 0 2.3rem;
  }
}
.mv__box {
  z-index: 2;
}

@media screen and (min-width: 750px) and (max-width: 1023px) {
  .mv__box {
    width: 48%;
  }
}
@media screen and (max-width: 749px) {
  .mv__box {
    padding-top: 8rem;
  }
}
@media screen and (min-width: 750px) {
  .mv__box + .mv__imgbox {
    margin-left: 8.7rem;
  }
}
@media screen and (min-width: 750px) and (max-width: 1023px) {
  .mv__box + .mv__imgbox {
    margin-left: 11vw;
  }
}
.mv__text {
  width: 26rem;
}

@media screen and (min-width: 750px) {
  .mv__leadImg {
    padding: 7rem 0 4rem;
  }
}
@media screen and (min-width: 750px) and (max-width: 1023px) {
  .mv__leadImg {
    padding: 7rem 0 5rem;
  }
}
@media screen and (max-width: 749px) {
  .mv__leadImg {
    width: 62.6666666667vw;
    margin: 0 auto -10vw;
    margin-top: 3vw;
  }
}
@media screen and (min-width: 750px) and (max-width: 1023px) {
  .mv__imgbox {
    width: 48%;
  }
}
@media screen and (max-width: 749px) {
  .mv__imgbox {
    display: none;
  }
}
@media screen and (min-width: 750px) {
  .mv__imgbox__sp {
    display: none;
  }
}
@media screen and (max-width: 749px) {
  .mv__mainImg {
    display: none;
  }
}
@media screen and (max-width: 749px) {
  .mv__mainImg__sp {
    margin: 0.5rem auto 1.5rem;
    width: 73vw;
  }
}
.mv__mainImg__text {
  font-size: 1.2rem;
  text-align: center;
  margin-right: 4rem;
  margin-top: -4rem;
}
@media screen and (max-width: 749px) {
  .mv__mainImg__text {
    margin-right: auto;
  }
}

.mv__textEn {
  position: absolute;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  font-size: 1.2rem;
  font-family: "Lato", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

@media screen and (min-width: 750px) {
  .mv__textEn {
    right: 0;
    top: 52.7%;
  }
}
@media screen and (min-width: 750px) and (max-width: 1023px) {
  .mv__textEn {
    right: -1%;
  }
}
@media screen and (max-width: 749px) {
  .mv__textEn {
    right: 0;
    top: 42%;
  }
}
.morph {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 750px) {
  .sec {
    padding: 1rem 0 16rem;
  }
}
@media screen and (min-width: 750px) and (max-width: 1023px) {
  .sec {
    padding: 1rem 0 10rem;
  }
}
@media screen and (max-width: 749px) {
  .sec {
    padding: 1rem 0 6rem;
  }
}
.sec__container {
  width: 1020px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 750px) and (max-width: 1199px) {
  .sec__container {
    padding-right: 30px;
    padding-left: 60px;
  }
}
@media screen and (max-width: 749px) {
  .sec__container {
    padding: 0 2.3rem;
  }
}
.feature__leadbox {
  text-align: center;
}

.feature__lead {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 749px) {
  .feature__lead {
    width: 71.5vw;
    margin-left: 5em;
  }
  .feature__lead.-center {
    width: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 750px) {
  .feature__lead {
    font-size: 2rem;
  }
}
@media screen and (min-width: 750px) and (max-width: 1023px) {
  .feature__lead {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 749px) {
  .feature__lead {
    font-size: 1.6rem;
  }
}
.feature__lead.-center {
  text-align: center;
}

@media screen and (min-width: 750px) {
  .feature__lead.-mgLeft {
    padding-left: 10rem;
    width: 40vw;
  }
}
@media screen and (max-width: 749px) {
  .feature__lead.-mgLeft {
    padding-left: 0;
  }
}
@media screen and (min-width: 750px) {
  .feature__lead.-pdLeft {
    padding-left: 2rem;
  }
}
@media screen and (min-width: 750px) {
  .feature__lead.-pdLeft {
    display: inline-block;
    text-align: left;
  }
}
@media screen and (max-width: 749px) {
  .feature__lead.-pdLeft {
    text-align: center;
  }
}
.feature__lead.-pdLeft__spCent {
  display: inline-block;
  text-align: left;
}

@media screen and (min-width: 750px) {
  .feature__lead.-mgtop {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 749px) {
  .feature__lead.-mgtop {
    padding-top: 1rem;
  }
}
.sec__title {
  font-size: 2.2rem;
  font-weight: bold;
  font-family: "Lato", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  text-align: left;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 750px) {
  .sec__title__morph {
    display: block;
  }
}
@media screen and (max-width: 749px) {
  .sec__title__morph {
    width: 5rem;
    display: inline-block;
  }
}
.sec__title__text {
  display: block;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 750px) {
  .sec__title__text {
    line-height: 1;
    margin-left: -3rem;
  }
}
@media screen and (max-width: 749px) {
  .sec__title__text {
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 2.5rem;
  }
}
.product__links {
  margin: 0 auto;
}

@media screen and (min-width: 750px) {
  .product__links {
    width: 80%;
  }
}
@media screen and (min-width: 750px) and (max-width: 1023px) {
  .product__links {
    width: 90%;
  }
}
.product__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 750px) {
  .product__link {
    margin: 1.5rem 0.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .product__link {
    width: calc(100% - 1rem);
  }
}
@media screen and (min-width: 750px) and (max-width: 1023px) {
  .product__link {
    width: calc(100% - 1rem);
  }
}
.product__link + .product__link {
  margin-top: 1.5rem;
}

.product__link .btn-a {
  width: 100%;
}

.product__link__inner {
  width: 100%;
}

.product__link__inner + .product__link__inner {
  margin-left: 1rem;
}

@media screen and (min-width: 750px) {
  .featurearea {
    margin: 10rem 0 0;
  }
  .featurearea--01 {
    margin-top: 133px;
  }
}
@media screen and (max-width: 749px) {
  .featurearea {
    margin: 8rem 0 0;
  }
}
@media screen and (min-width: 750px) and (max-width: 1023px) {
  .featurearea--04 {
    margin-top: 27rem;
  }
}
@media screen and (min-width: 750px) {
  .feature__number {
    position: absolute;
    z-index: 1;
    left: -5rem;
    top: -11rem;
    width: 13.1rem;
  }
  .feature__number.no01 {
    left: -4rem;
    top: -5rem;
  }
}
@media screen and (min-width: 750px) and (max-width: 1023px) {
  .feature__number {
    width: 11rem;
  }
}
@media screen and (max-width: 749px) {
  .feature__number {
    display: none;
  }
}
@media screen and (min-width: 750px) {
  .feature__number__sp {
    display: none;
  }
}
@media screen and (max-width: 749px) {
  .feature__number__sp {
    position: absolute;
    z-index: 1;
    left: -2.5rem;
    top: -6rem;
    width: 9.3rem;
  }
  .feature__number__sp--01, .feature__number__sp--03 {
    top: -3rem !important;
  }
}
.feature__box {
  border-radius: 0.6rem;
  position: relative;
  margin: 0 auto;
}

@media screen and (min-width: 750px) {
  .feature__box {
    padding: 6rem 10rem;
  }
}
@media screen and (max-width: 749px) {
  .feature__box {
    padding: 5rem 5.466667vw 7rem;
  }
  .feature__box.box01 {
    padding-bottom: 22rem;
  }
}
@media screen and (min-width: 750px) {
  .feature__box .feature__text {
    text-align: center;
  }
  .feature__box .feature__text.left {
    text-align: left;
  }
}
.feature__box .feature__textsm {
  position: absolute;
}

@media screen and (min-width: 750px) {
  .feature__box .feature__textsm {
    right: -7rem;
    bottom: -3rem;
  }
}
@media screen and (max-width: 749px) {
  .feature__box .feature__textsm {
    right: 0.5rem;
    bottom: -8rem;
  }
}
@media screen and (min-width: 750px) {
  .feature__textbox {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 750px) {
  .feature__img {
    margin: 0 0 40px;
    text-align: center;
  }
}
@media screen and (max-width: 749px) {
  .feature__img {
    display: none;
  }
}
@media screen and (min-width: 750px) {
  .feature__img__sp {
    display: none;
  }
}
@media screen and (max-width: 749px) {
  .feature__img__sp {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 82.4vw;
    margin: 2.5rem 0;
  }
  .feature__img__sp.img01 {
    margin: 0 0 4rem;
  }
}
.feature__text.center {
  text-align: center;
}

@media screen and (min-width: 750px) {
  .feature__text {
    font-size: 1.4rem;
  }
  .feature__text.mb {
    margin-bottom: 34px;
  }
}
@media screen and (max-width: 749px) {
  .feature__text {
    font-size: 1.2rem;
  }
  .feature__text.mb {
    margin-bottom: 10.6666666667vw;
  }
  .feature__text.text01 {
    text-align: center;
  }
}
.feature__textsm {
  font-size: 1rem;
}

.feature__textsm__number {
  white-space: nowrap;
  margin-right: 0.5rem;
}

.feature__boxmiddle {
  position: relative;
}

@media screen and (min-width: 750px) {
  .feature__boxmiddle {
    margin-top: 14rem;
  }
}
@media screen and (max-width: 749px) {
  .feature__boxmiddle {
    margin: 7.5rem 0 9rem;
  }
}
@media screen and (max-width: 749px) {
  .feature__boxmiddle .feature__number__sp {
    top: -4rem;
  }
}
@media screen and (max-width: 749px) {
  .feature__boxmiddle .feature__lead {
    padding-top: 1.5rem;
  }
}
@media screen and (min-width: 750px) {
  .feature__boxbottom__img {
    position: absolute;
  }
}
@media screen and (max-width: 749px) {
  .feature__boxbottom__img {
    display: none;
  }
}
@media screen and (min-width: 750px) {
  .feature__boxbottom__img__sp {
    display: none;
  }
}
@media screen and (max-width: 749px) {
  .feature__boxbottom__img__sp {
    position: relative;
    width: 106.4vw;
    left: -12%;
  }
  .feature__boxbottom__img__sp img {
    width: 100%;
  }
}
.feature__boxtop {
  position: relative;
}

.feature__textbox {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 750px) {
  .feature__textbox .feature__text {
    width: 50%;
    margin-bottom: 3.5rem;
    margin-left: 2rem;
  }
}
@media screen and (min-width: 750px) and (max-width: 1023px) {
  .feature__textbox .feature__text {
    width: 100%;
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 749px) {
  .feature__textbox .feature__text {
    margin-bottom: 1.5rem;
    margin-left: 1rem;
  }
}
.feature__textbox .feature__textsm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 750px) {
  .feature__textbox .feature__textsm {
    margin-left: 2rem;
  }
  .feature__textbox .feature__textsm.w336 {
    width: 336px;
  }
  .feature__textsm__wrap {
    width: 34vw;
  }
}
@media screen and (max-width: 749px) {
  .feature__textbox .feature__textsm {
    margin-left: 1rem;
  }
  .feature__textsm__wrap {
    margin-top: -23vw;
    position: relative;
  }
}
@media screen and (min-width: 750px) {
  .featureList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.featureItem {
  border-radius: 1rem;
  background-color: #FFF8F8;
  height: 63.8rem;
  width: 46%;
  padding: 5.4rem 3.5rem 0;
}
.featureItem:nth-child(odd) {
  height: 71.2rem;
}
.featureItem:nth-child(even) {
  height: 65.4rem;
}
.featureItem.item02 {
  margin-top: 11.8rem;
}
.featureItem.item03 {
  margin-top: 1.9rem;
}
.featureItem.item04 {
  margin-top: 13.7rem;
}

@media screen and (min-width: 750px) and (max-width: 1023px) {
  .featureItem {
    padding: 6rem 2.5rem 4rem;
  }
}
@media screen and (max-width: 749px) {
  .featureItem {
    width: 100%;
    padding: 6rem 3rem;
    height: auto !important;
  }
}
@media screen and (min-width: 750px) {
  .featureItem .feature__number {
    left: -9rem;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1024px) {
  .featureItem .feature__number {
    left: -11.5rem;
  }
}
@media screen and (min-width: 750px) and (max-width: 1023px) {
  .featureItem .feature__number {
    left: -6rem;
    top: -13rem;
  }
}
@media screen and (max-width: 749px) {
  .featureItem .feature__number__sp {
    top: -12rem;
    left: -5.5rem;
  }
}
@media screen and (max-width: 749px) {
  .featureItem + .featureItem {
    margin-top: 9.5rem;
  }
}
@media screen and (min-width: 750px) {
  .featureItem__img {
    text-align: center;
  }
  .featureItem__img.img01 {
    margin: 3rem 0;
  }
  .featureItem__img.img03, .featureItem__img.img04, .featureItem__img.img05 {
    margin-bottom: 2rem;
  }
  .featureItem__img.img04 {
    width: 28.7rem;
    margin: 0 auto 3.8rem;
  }
}
@media screen and (min-width: 750px) and (max-width: 1023px) {
  .featureItem__img {
    margin: 2rem 0;
  }
}
@media screen and (max-width: 749px) {
  .featureItem__img {
    margin: 3rem 0;
  }
  .featureItem__img.img02 {
    width: 72.5333333333vw;
  }
  .featureItem__img.img04 {
    width: 56vw;
    margin: 0 auto 8.8vw;
  }
}
@media screen and (min-width: 750px) and (max-width: 1023px) {
  .feature__boxbottom {
    zoom: 70%;
  }
}
@media screen and (min-width: 750px) {
  .feature__boxbottom {
    margin-top: 14rem;
  }
}
.modal-open {
  display: inline-block;
  font-weight: bold;
  /* background: #000; */
  cursor: pointer;
}

/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 13;
}

/*モーダル本体の擬似要素の指定*/
.modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active {
  opacity: 1;
  visibility: visible;
}

/*モーダル枠の指定*/
.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 800px;
}

@media screen and (min-width: 750px) {
  .modal-body {
    width: 90%;
  }
}
@media screen and (max-width: 749px) {
  .modal-body {
    width: 96%;
    margin-top: 5rem;
  }
}
/*モーダルを閉じるボタンの指定*/
.modal-close {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

@media screen and (min-width: 750px) {
  .modal-close {
    top: -40px;
    right: -40px;
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 749px) {
  .modal-close {
    top: -40px;
    right: 0;
    width: 30px;
    height: 30px;
  }
}
/*モーダル内のコンテンツの指定*/
.modal-content {
  background: #fff;
  text-align: left;
  display: none;
}

@media screen and (min-width: 750px) {
  .modal-content {
    padding: 20px;
  }
}
@media screen and (max-width: 749px) {
  .modal-content {
    padding: 16px;
  }
}
.modal-content.active {
  display: block;
}

.modal__box {
  border: 3px solid #dfdfdf;
}

@media screen and (min-width: 750px) {
  .modal__box {
    padding: 40px;
  }
}
@media screen and (max-width: 749px) {
  .modal__box {
    padding: 20px;
  }
}
.modal__title {
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (min-width: 750px) {
  .modal__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 749px) {
  .modal__title {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 750px) {
  .modal__text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 749px) {
  .modal__text {
    font-size: 1.2rem;
  }
}
.btn-a {
  font-family: "Lato", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 1.2rem;
  width: 22rem;
  height: 4rem;
  max-width: 100%;
  border-radius: 20px;
  font-weight: bold;
}

.btn-a.-black {
  background-color: #000;
  color: #fff;
}

.btn-a.-pink {
  background-color: #fae9ec;
}

.btn-a.-green {
  background-color: #ceeee3;
}

.btn-a.-white {
  background-color: #fff;
}

.btn-a.-arrow .inner:after {
  background-image: url("../img/common/icon-half-arrow-white.png");
  width: 20px;
  height: 5px;
}

.btn-a.-newwindow .inner:after {
  background-image: url("../img/common/icon-newwindow.svg");
  width: 15px;
  height: 15px;
}

.btn-a.-ancker .inner:after {
  background-image: url("../img/common/icon-modal.svg");
  width: 14px;
  height: 14px;
}

.btn-a:hover {
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.btn-a .inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 3rem;
  line-height: 1.2;
}

.btn-a .inner:after {
  content: "";
  display: block;
  background-size: contain;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 1rem;
  background-repeat: no-repeat;
}

.mv::before {
  background-color: #d7d6ea;
}

@media screen and (min-width: 750px) {
  .mv .feature__textsm {
    position: absolute;
    right: -3rem;
    bottom: -5rem;
  }
}
@media screen and (min-width: 750px) and (max-width: 1023px) {
  .mv .feature__textsm {
    right: 0;
  }
}
@media screen and (max-width: 749px) {
  .mv .feature__textsm {
    margin: 1.5rem 0 5rem;
    text-align: right;
  }
}
@media screen and (min-width: 1024px) {
  .mv__leadImg {
    width: 48.6rem;
  }
}
@media screen and (min-width: 750px) and (max-width: 1023px) {
  .mv__leadImg {
    width: 40rem;
  }
}
.mv__mainImg {
  margin-bottom: 10px;
}
@media screen and (min-width: 750px) and (max-width: 1023px) {
  .mv__mainImg {
    width: 33vw;
  }
}

.sec__topics {
  background: #d7d6ea;
}

.feature__lead {
  color: #4d617a;
  margin-bottom: 4.2rem;
}

@media screen and (max-width: 749px) {
  .feature__box .feature__lead {
    margin: 0 auto 4rem;
  }
}
@media screen and (min-width: 750px) {
  .feature__boxbottom__img {
    top: -230px;
    right: -77px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1024px) {
  .feature__boxbottom__img {
    top: -40%;
    right: -15rem;
  }
}
@media screen and (min-width: 750px) and (max-width: 1023px) {
  .feature__boxbottom__img {
    top: 15rem;
    width: 72vw;
    min-width: 64rem;
    right: -10rem;
  }
}
.featurearea__inner {
  position: relative;
  z-index: 2;
}
.featurearea__inner--03 {
  padding-bottom: 210px;
}
@media screen and (max-width: 749px) {
  .featurearea__inner--03 {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 749px) {
  .feature__textbox {
    margin-top: 3rem;
  }
}
.featureAdd__box {
  width: 505px;
  margin-left: 102px;
}
@media screen and (min-width: 750px) and (max-width: 1023px) {
  .featureAdd__box {
    max-width: 55%;
  }
}
@media screen and (max-width: 749px) {
  .featureAdd__box {
    width: auto;
    margin-left: auto;
    margin-bottom: 11.7333333333vw;
  }
}
.featureAdd__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 749px) {
  .featureAdd__flex {
    display: block;
  }
}
.featureAdd__txt {
  width: 390px;
}
@media screen and (max-width: 749px) {
  .featureAdd__txt {
    width: 100%;
  }
}
@media screen and (min-width: 750px) and (max-width: 1023px) {
  .featureAdd__txt {
    max-width: 48%;
  }
}
.featureAdd__img {
  width: 400px;
}
@media screen and (max-width: 749px) {
  .featureAdd__img {
    width: 100%;
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 750px) and (max-width: 1023px) {
  .featureAdd__img {
    max-width: 49%;
  }
}

.feature02List {
  margin-bottom: 3rem;
}
@media screen and (max-width: 749px) {
  .feature02List {
    margin-bottom: 5.3333333333vw;
  }
}
.feature02List__item:not(:last-child) {
  margin-bottom: 4rem;
}
@media screen and (max-width: 749px) {
  .feature02List__item:not(:last-child) {
    margin-bottom: 13.3333333333vw;
  }
}
.feature02List__ttl {
  font-size: 2rem;
  font-weight: 500;
  color: #4d617a;
  background: #e7e0b3;
  height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 3rem 3rem 0 0;
}
@media screen and (max-width: 749px) {
  .feature02List__ttl {
    font-size: 3.7333333333vw;
    height: 9.3333333333vw;
    border-radius: 5vw 5vw 0 0;
  }
}

.feature02ListCt {
  background: #d7d6ea;
  padding: 1.5rem 2rem;
  border-radius: 0 0 3rem 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 749px) {
  .feature02ListCt {
    padding: 5.3333333333vw;
    border-radius: 0 0 5vw 5vw;
    display: block;
  }
}
.feature02ListCt__img {
  margin-right: 2rem;
}
@media screen and (max-width: 749px) {
  .feature02ListCt__img {
    width: 26.6666666667vw;
    margin: 0 auto 3.3vw;
  }
  .feature02ListCt__img img {
    width: 100%;
  }
}
.feature02ListCt__txt {
  width: 24rem;
  font-size: 1.3rem;
  line-height: 2.1538461538;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 749px) {
  .feature02ListCt__txt {
    font-size: 3.2vw;
    line-height: 1.6666666667;
    width: 100%;
  }
}