@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap" rel="stylesheet');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400&display=swap" rel="stylesheet');
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%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

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

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
}

html {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 20px;
  color: #333333;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  min-width: 0;
  min-height: 0;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  position: relative;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  background-color: #FFFFFF;
  width: 100%;
  text-align: center;
}

.menu-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333333;
  opacity: 0.1;
  z-index: 800;
}

a {
  text-decoration: none;
  color: #333333;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

/* ----- common margin ----- */
.sec-mgt {
  margin-top: 100px;
}

br.sp-only {
  display: none;
}

.pc-only {
  display: block;
}

.pc-none {
  display: none;
}

.sp-none {
  display: block;
}

.img-sp-only {
  display: none;
}

.img-pc-only {
  display: block;
}

.gotop {
  opacity: 0;
  position: fixed;
  bottom: 1%;
  right: 1%;
  width: 64px;
  height: 64px;
  z-index: 10;
}

.gotop img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.gotop.active {
  opacity: 1;
}

.anchor__link {
  position: relative;
  display: block;
  top: -100px;
}

.header {
  position: fixed;
  width: 100%;
  height: 100px;
  z-index: 999;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.header__inner {
  width: 90%;
  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;
  margin: 0 auto;
  padding: 20px 0;
}

.header__inner-left {
  position: relative;
  width: 20%;
  max-width: 200px;
  z-index: 100;
}

.header__inner-left img {
  width: 100%;
}

.header__inner-right {
  width: 80%;
}

.header__inner-right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__inner-right ul li {
  margin-left: 15px;
}

.header__inner-right ul li:first-child {
  margin-left: 0;
}

.header__inner-right ul a::before {
  content: ">";
  display: inline-block;
  margin-left: 5px;
}

.header__inner-right ul a:hover {
  opacity: 0.8;
}

.header.scrolled {
  background-color: #FFFFFF;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.section__ttl {
  margin: 0 auto 35px;
}

.section__ttl p {
  display: inline-block;
  font-family: "EB Garamond", serif;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.05rem;
  border-bottom: 1px solid #f67f2a;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.section__ttl h2 {
  font-size: 2.375rem;
  font-weight: 100;
}

.footer {
  width: 100%;
  height: auto;
  background-color: #f6f8f9;
  padding: 5% 0 8%;
}

.footer__inner {
  width: 80%;
  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;
  margin: 0 auto;
}

.footer__logo {
  width: 180px;
  height: auto;
}

.footer__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.footer__contact {
  text-align: left;
}

.footer__contact-item {
  margin-bottom: 7%;
}

.footer__contact p {
  font-size: 1.125rem;
  margin-bottom: 3.5%;
}

.footer__contact .contact-sm {
  font-size: 0.812rem;
}

.footer__contact-links a {
  display: block;
  font-family: "EB Garamond", serif;
  font-size: 1.375rem;
  background-color: #FFFFFF;
  border: 1px solid #7b7b7b;
  padding: 15px 50px;
  margin-bottom: 7%;
}

.footer__contact-links a:hover {
  color: #FFFFFF;
  background-color: #7b7b7b;
}

.footer .copyright {
  font-family: "EB Garamond", serif;
  font-size: 0.812rem;
  text-align: right;
  margin-right: 5%;
}

.menu__hamburger {
  position: relative;
  display: none;
  width: 30px;
  height: 30px;
  margin-left: auto;
  z-index: 1000;
  cursor: pointer;
}

.menu__hamburger span {
  position: absolute;
  width: 30px;
  height: 3px;
  background-color: #333333;
  z-index: 200;
  -webkit-transition: .4s;
  transition: .4s;
  cursor: pointer;
}

.menu__hamburger span:nth-child(1) {
  top: 0;
}

.menu__hamburger span:nth-child(2) {
  top: 10px;
}

.menu__hamburger span:nth-child(3) {
  top: 20px;
}

.menu__hamburger.open span {
  z-index: 200;
}

.menu__hamburger.open span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu__hamburger.open span:nth-child(2) {
  opacity: 0;
}

.menu__hamburger.open span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.global__menu.open {
  left: 50%;
  opacity: 1;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.hero {
  position: relative;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  min-height: 800px;
}

.hero img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 73% 50%;
  object-position: 73% 50%;
}

.hero__inner {
  position: absolute;
  top: 50%;
  left: 5%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hero__ttl {
  text-align: left;
  margin-bottom: 5%;
}

.hero__ttl h1 {
  font-size: 4.375rem;
  margin-bottom: 5%;
  font-weight: 300;
}

.hero__ttl h1 span {
  font-size: 5.625rem;
  font-weight: 400;
  color: #cd0a4a;
}

.hero__ttl p {
  font-size: 1.875rem;
  line-height: 3.5rem;
  font-weight: 300;
}

.hero__features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero__features .feature__circle {
  position: relative;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.04);
  margin: 0 5px;
}

.hero__features .feature__circle::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: '';
  display: block;
  width: 195px;
  height: 195px;
  border: 2px solid #c1dfc4;
  border-radius: 50%;
}

.hero__features .feature__circle p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  font-size: 1.375rem;
  line-height: 2rem;
  font-weight: 300;
}

.about {
  position: relative;
  width: 100%;
  height: 50vh;
  min-height: 460px;
}

.about img {
  width: 100vw;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.about__txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 70%;
  max-width: 760px;
  height: auto;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 3% 6%;
}

.about__txt h3 {
  font-size: 1.375rem;
  line-height: 42px;
  font-weight: 300;
}

.plan {
  width: 100%;
}

.plan__container {
  width: 85%;
  margin: 0 auto;
}

.plan__flex {
  width: 100%;
  max-width: 1160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 auto;
}

.plan__trial {
  margin: 5% auto 2%;
}

.plan__trial > h2 {
  font-size: 2rem;
  font-weight: 300;
}

.plan__trial > h2 span {
  font-size: 2.7rem;
  color: #f67f2a;
  font-weight: 400;
  letter-spacing: 0.15rem;
}

.plan__trial p {
  margin-top: 3%;
  letter-spacing: 0.2rem;
  font-weight: 300;
}

.plan__trial p span {
  font-size: 1.375rem;
  font-weight: 400;
}

.plan__trial p::before {
  display: inline-block;
  content: "";
  background-image: url("../img/subscribe/border-comment.svg");
  width: 25px;
  height: 25px;
  margin-right: 8px;
}

.plan__trial p::after {
  display: inline-block;
  content: "";
  background-image: url("../img/subscribe/border-comment.svg");
  width: 25px;
  height: 25px;
  -webkit-transform: rotate(69deg) translate(5px, -8px);
  transform: rotate(69deg) translate(5px, -8px);
}

.plan__trial .link__form {
  margin-top: 20px;
}

.plan__option {
  width: 90%;
  max-width: 1160px;
  margin: 0 auto;
}

.plan__option h2 {
  font-size: 1.625rem;
  font-weight: 550;
  text-align: left;
  border-bottom: 2px solid #f67f2a;
  padding-bottom: 15px;
  margin-bottom: 25px;
}

.plan__option-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.plan__option-wrapper .main-img {
  width: 400px;
  height: auto;
}

.plan__option-wrapper .main-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.plan__option-wrapper .option__desc {
  margin-left: 1.3%;
}

.plan__option-wrapper .option__desc-intro {
  font-size: 1.125rem;
  line-height: 23px;
  text-align: left;
  margin: 2% 0 5%;
}

.plan__option-wrapper .option__desc-price {
  text-align: left;
  margin-bottom: 4%;
}

.plan__option-wrapper .option__desc-price .plan__ttl {
  font-size: 1.25rem;
  margin-bottom: 1.5%;
}

.plan__option-wrapper .option__desc-price h3 {
  font-size: 1.875rem;
  margin-bottom: 2%;
}

.plan__option-wrapper .option__desc-price h3 span {
  font-size: 1.25rem;
}

.plan__option-wrapper .option__desc-price .price-note {
  font-weight: 300;
}

.plan__option-wrapper .option__desc-note {
  text-align: left;
}

.plan__option-wrapper .option__desc-note p {
  margin-bottom: 2%;
  font-weight: 300;
}

.plan__option-wrapper .option__desc-note p:nth-child(1)::before, .plan__option-wrapper .option__desc-note p:nth-child(2)::before {
  content: '';
  display: inline-block;
  background: url("../img/subscribe/plan/icon-check.png");
  width: 20px;
  height: 16px;
  margin-right: 1%;
}

.benefit__header {
  position: relative;
  width: 100vw;
  height: 350px;
  margin-bottom: 7%;
}

.benefit__header img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 30% 100%;
  object-position: 30% 100%;
}

.benefit__header-ttl {
  position: absolute;
  top: 50%;
  left: 13%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #FFFFFF;
  text-align: left;
}

.benefit__header-ttl h2 {
  font-size: 2.375rem;
  font-weight: 550;
  margin-bottom: 8%;
}

.benefit__header-ttl h3 {
  font-size: 1.75rem;
  font-weight: 550;
}

.benefit__wrapper {
  width: 80%;
  max-width: 1160px;
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
}

.delivery {
  width: 100vw;
  height: auto;
  background-color: #c1dfc4;
  padding: 6%;
}

.delivery__inner {
  width: 80%;
  max-width: 960px;
  margin: 0 auto;
}

.delivery__inner h2 {
  font-size: 2.375rem;
  margin-bottom: 3%;
}

.delivery__inner dl {
  width: 80%;
  max-width: 560px;
  text-align: left;
  margin: 0 auto;
}

.delivery__inner dl:nth-of-type(1) {
  border-bottom: 1px solid #333333;
}

.delivery__inner dl dt {
  display: inline-block;
  width: 35%;
  font-size: 1.375rem;
  padding: 14px 8px;
}

.delivery__inner dl dt:nth-of-type(1) {
  border-right: 1px solid #333333;
}

.delivery__inner dl dt:nth-of-type(1) span {
  font-size: 16px;
}

.delivery__inner dl dd {
  display: inline-block;
  width: 60%;
  font-size: 1.375rem;
  padding: 1.5%;
}

.delivery__inner p {
  font-weight: 200;
  line-height: 23px;
  margin: 3% 0;
}

.delivery__inner h3 {
  font-size: 1.375rem;
  color: #d45656;
}

.situation__intro {
  margin: 3% auto 6%;
  font-weight: 300;
  line-height: 23px;
}

.situation__slide {
  overflow: hidden;
}

.situation__slide li {
  width: 430px;
  height: 255px;
}

.situation__slide li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.qa__wrapper {
  width: 70%;
  max-width: 960px;
  margin: 0 auto;
}

.qa__wrapper-ttl {
  font-size: 1.625rem;
  font-weight: 550;
  text-align: left;
  margin: 5% 0 1.5%;
}

.register__type {
  display: inline-block;
  font-size: 1.625rem;
  background-color: #FFFFFF;
}

.register__tel {
  position: relative;
  width: 60%;
  max-width: 580px;
  height: auto;
  border: 1px solid #c1dfc4;
  text-align: left;
  padding: 3% 0 1.5% 0;
  margin: 7% auto 0;
}

.register__wrapper {
  width: 60%;
  margin: 0 auto 4%;
}

.register__wrapper h4 {
  font-size: 1.625rem;
  margin-bottom: 3%;
}

.register__wrapper h4 span {
  font-size: 0.812rem;
}

.register__wrapper p {
  font-size: 1.125rem;
  margin-bottom: 5px;
}

.register .type__tel {
  position: absolute;
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  padding: 0 2%;
}

.thanks {
  position: relative;
  width: 100%;
  margin: 0;
  min-height: 650px;
}

.thanks__txt {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 80%;
}

.thanks__txt h2 {
  position: relative;
  font-size: 2rem;
  line-height: 35px;
}

.thanks__txt p {
  margin-top: 30px;
  line-height: 1.5rem;
}

.plan__wrapper {
  width: 45%;
  border: 1px solid #f67f2a;
  padding: 18px 0;
  margin: 0 2.5%;
}

.plan__wrapper-img {
  width: 95%;
  height: auto;
  margin: 0 auto;
}

.plan__wrapper-img .top__img {
  width: 100%;
  height: 50%;
  margin: 0 auto 15px;
}

.plan__wrapper-img .top__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.plan__wrapper-img .thumbnails {
  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;
  margin: 0 auto 15px;
}

.plan__wrapper-img .thumbnails li {
  width: calc(100% / 4);
  height: auto;
  margin-left: 13px;
}

.plan__wrapper-img .thumbnails li:first-child {
  margin-left: 0;
}

.plan__wrapper-img .thumbnails li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.plan__wrapper-img p {
  font-weight: 300;
  text-align: left;
}

.plan__wrapper-img.plan__pc-only {
  display: block;
}

.plan__wrapper-img.plan__sp-only {
  display: none;
}

.plan__wrapper-desc {
  width: 95%;
  text-align: left;
  margin: 5% auto 0;
}

.plan__wrapper-desc .plan__ttl {
  font-size: 1.25rem;
  color: #f67f2a;
  font-weight: 550;
}

.plan__wrapper-desc h3 {
  font-size: 2.375rem;
  font-weight: 550;
  margin: 15px auto;
}

.plan__wrapper-desc h3 span {
  font-size: 1.375rem;
}

.plan__wrapper-desc .plan__note {
  font-weight: 300;
}

.plan__wrapper-desc .plan__note span {
  display: inline-block;
  color: #FFFFFF;
  background-color: #f67f2a;
  padding: 4px 14px;
}

.plan__wrapper-desc .plan__delivery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 5% auto 0;
}

.plan__wrapper-desc .plan__delivery h4 {
  display: inline-block;
  font-size: 1.375rem;
  color: #f67f2a;
  border: 1px solid #f67f2a;
  border-radius: 5px;
  padding: 10px;
}

.plan__wrapper-desc .plan__delivery p {
  font-size: 1.375rem;
  color: #f67f2a;
  margin: 0 15px;
}

.btn__register {
  display: inline-block;
  width: 312px;
  height: 55px;
  font-size: 1.25rem;
  color: #FFFFFF;
  background-color: #5acc73;
  border-radius: 5px;
  padding: 18px 60px;
}

.btn__register:hover {
  font-weight: 550;
  color: #5acc73;
  background-color: #FFFFFF;
  border: 2px solid #5acc73;
}

.benefit__wrapper-item {
  width: 45%;
  height: 450px;
  margin-bottom: 5%;
}

.benefit__wrapper-item:nth-child(1) figure {
  margin-top: 8%;
}

.benefit__wrapper-item:nth-child(3) figure,
.benefit__wrapper-item:nth-child(4) figure,
.benefit__wrapper-item:nth-child(6) figure {
  margin-top: 5%;
}

.benefit__ttl {
  height: 88px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.benefit__ttl .ttl__order {
  width: 60px;
  height: auto;
}

.benefit__ttl h3 {
  font-size: 1.875rem;
  font-weight: 550;
  line-height: 2.5rem;
  text-align: left;
  margin-left: 2.5%;
}

.benefit figure {
  width: 100%;
  height: auto;
  margin: 1.5% 0;
}

.benefit figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.benefit .benefit__desc {
  font-weight: 100;
  line-height: 26px;
  text-align: left;
}

.qa__item {
  width: 100%;
  border: 2px solid #c1dfc4;
  border-radius: 5px;
  margin-bottom: 1%;
}

.qa__item a.qa__ttl {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  line-height: 23px;
  font-size: 1.25rem;
  text-align: left;
  padding: 2% 6%;
}

.qa__item a.qa__ttl::before {
  position: absolute;
  top: 50%;
  left: 2%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  content: "";
  background: url("../img/subscribe/q.svg") no-repeat;
  width: 18px;
  height: 18px;
  margin-right: 1%;
}

.qa__item a.qa__ttl:hover, .qa__item a.qa__ttl:focus {
  cursor: pointer;
}

.qa__item a.qa__ttl .icon-open {
  display: inline-block;
  position: absolute;
  top: 20%;
  right: 20px;
  width: 17px;
  height: 10px;
}

.qa__item a.qa__ttl .icon-open img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.qa__item a[aria-expanded='true'] {
  background-color: #c1dfc4;
}

.qa__item a[aria-expanded='true'] .icon-open {
  top: 22px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.qa__item a[aria-expanded='true'] + .qa__content {
  opacity: 1;
  max-height: 20em;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.qa__item .qa__content {
  opacity: 0;
  max-height: 0;
  text-align: left;
  overflow: hidden;
  -webkit-transition: opacity .3s linear, max-height .2s linear;
  transition: opacity .3s linear, max-height .2s linear;
}

.qa__item .qa__content p {
  font-weight: 200;
  line-height: 28px;
  padding: 1.6% 0 1.6% 5%;
}

.qa__item .qa__content p .qa__link {
  text-decoration: underline;
}

.required .label::after {
  display: inline-block;
  content: "必須";
  width: 45px;
  height: 20px;
  border-radius: 3px;
  font-size: 0.812rem;
  line-height: 20px;
  text-align: center;
  color: #333333;
  background-color: #ffbd55;
  margin-left: 1%;
}

.optional label::after {
  display: inline-block;
  content: "任意";
  width: 45px;
  height: 20px;
  border-radius: 3px;
  font-size: 0.812rem;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
  background-color: #7b7b7b;
  margin-left: 1%;
}

.input__text label {
  display: block;
  font-size: 1.125rem;
}

.input__text label span {
  font-size: 0.812rem;
}

.input__text input {
  width: 100%;
  height: 50px;
  border: 1px solid #333333;
  border-radius: 5px;
  padding: 0 15px;
  margin: 1.8% 0 1%;
}

.input__text .input__sample {
  font-size: 0.812rem;
  margin-left: 10px;
}

.input__radio p {
  font-size: 1.125rem;
  margin-bottom: 1.8%;
}

.input__radio p.label {
  display: inline;
  vertical-align: top;
}

.input__radio .date__note {
  display: inline-block;
  font-size: 0.812rem;
  color: #d45656;
  line-height: 20px;
  margin-top: 10px;
  font-weight: 550;
}

.input__radio .radio__item {
  margin-top: 2%;
}

.input__radio .radio__item label .mwform-radio-field-text {
  font-size: 16px;
  vertical-align: 0.2rem;
}

.input__radio .radio__item .free__note {
  vertical-align: 0.3rem;
  font-size: 14px;
}

.input__radio .radio__item .pay__note {
  font-size: 0.812rem;
  display: inline-block;
}

.input__radio .radio__item input {
  width: 20px;
  height: 20px;
}

.input__checkbox p {
  font-size: 1.125rem;
}

.input__checkbox .rental__note {
  font-size: 0.812rem;
  margin: 10px 0;
}

.input__checkbox input {
  width: 20px;
  height: 20px;
}

.input__checkbox label {
  vertical-align: 0.2rem;
}

.contact__select label {
  display: block;
  font-size: 1.125rem;
}

.contact__select label span {
  font-size: 0.812rem;
}

.contact__select select {
  width: 40%;
  max-width: 250px;
  height: 40px;
  font-size: 16px;
  padding: 5px 0;
  margin-top: 1.8%;
}

.contact__message label {
  display: block;
  font-size: 1.125rem;
}

.contact__message textarea {
  width: 100%;
  height: 300px;
  border: 1px solid #333333;
  border-radius: 5px;
  padding: 10px;
  margin-top: 1.8%;
}

.contact__message textarea::-webkit-input-placeholder {
  font-size: 1.125rem;
  color: #7b7b7b;
  opacity: 0.5;
}

.contact__message textarea::-moz-placeholder {
  font-size: 1.125rem;
  color: #7b7b7b;
  opacity: 0.5;
}

.contact__message textarea:-ms-input-placeholder {
  font-size: 1.125rem;
  color: #7b7b7b;
  opacity: 0.5;
}

.contact__message textarea::-ms-input-placeholder {
  font-size: 1.125rem;
  color: #7b7b7b;
  opacity: 0.5;
}

.contact__message textarea::placeholder {
  font-size: 1.125rem;
  color: #7b7b7b;
  opacity: 0.5;
}

.contact {
  width: 60%;
  max-width: 615px;
  text-align: left;
  margin: 0 auto 15%;
}

.contact h3 {
  display: block;
  text-align: center;
  margin: 13% 0 4%;
}

.contact p.register__note {
  text-align: center;
  line-height: 23px;
}

.contact h4 {
  font-size: 1.375rem;
  font-weight: 550;
  border-left: 3px solid #c1dfc4;
  padding-left: 10px;
  margin-top: 11%;
}

.contact__item {
  width: 100%;
  margin: 5% auto 0;
}

.contact__item.mgt-none {
  margin: 2% auto 0;
}

.contact .label-address {
  font-size: 1.125rem;
  margin-top: 5%;
}

.contact .label-address span {
  font-size: 16px;
  margin-left: 1.5%;
}

.contact .btn__submit {
  display: block;
  border: none;
  font-size: 1.25rem;
  line-height: 20px;
  margin: 8% auto 0;
  cursor: pointer;
}

.contact .btn__submit:hover {
  border: 2px solid #5acc73;
}

.mw_wp_form .error {
  font-size: 0.9rem;
  color: #B70000;
  display: block;
  font-weight: 550;
  margin-top: 8px;
}

.error__msg {
  text-align: center;
  color: #d45656;
  font-size: 1.125rem;
}

@media screen and (max-width: 896px) {
  html {
    font-size: 15px;
  }
  .pc-only {
    display: none;
  }
  .pc-none {
    display: block;
  }
  .sp-none {
    display: none;
  }
  .img-sp-only {
    display: block;
  }
  .img-pc-only {
    display: none;
  }
  .anchor__link {
    top: -84px;
  }
  .header {
    height: 84px;
  }
  .header__inner-left {
    width: 30%;
  }
  .menu__hamburger {
    display: block;
  }
  .global__menu {
    position: fixed;
    top: 0;
    left: 100%;
    width: 70vw;
    height: 100vh;
    background-color: #f6f8f9;
    padding-top: 20%;
    opacity: 0;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
  }
  .global__menu ul {
    display: block;
    text-align: left;
  }
  .global__menu ul li {
    width: 100%;
    margin-bottom: 10%;
    margin-left: 8%;
  }
  .global__menu ul li:first-child {
    margin-left: 8%;
  }
  .global__menu ul li a {
    font-size: 20px;
  }
  .global__menu ul li a:before {
    content: ">";
    display: inline-block;
  }
  .hero {
    height: 100%;
    min-height: 100%;
  }
  .hero__inner {
    width: 100%;
    top: 15%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .hero__ttl {
    text-align: center;
  }
  .hero__ttl p {
    line-height: 40px;
  }
  .hero__features {
    display: none;
    margin-top: 60%;
  }
  .hero__features .feature__circle {
    width: 170px;
    height: 170px;
    margin: 0 3px;
  }
  .hero__features .feature__circle::before {
    width: 160px;
    height: 160px;
  }
  .hero__features .feature__circle p {
    font-size: 14px;
  }
  .about {
    height: 300px;
    min-height: 300px;
  }
  .about__txt {
    width: 90%;
  }
  .plan__flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .plan__trial {
    margin: 10% auto;
  }
  .plan__trial > h2 {
    font-size: 1.5rem;
    line-height: 35px;
  }
  .plan__option-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .plan__option-wrapper .main-img {
    width: 95%;
    margin: 0 auto;
  }
  .plan__option-wrapper .option__desc {
    margin-left: 2%;
  }
  .benefit__header {
    height: 300px;
  }
  .benefit__header img {
    -o-object-position: 60% 100%;
    object-position: 60% 100%;
  }
  .benefit__header-ttl {
    width: 60%;
    left: 5%;
  }
  .benefit__header-ttl h2 {
    line-height: 40px;
  }
  .delivery__inner dl {
    width: 90%;
  }
  .qa__wrapper {
    width: 80%;
  }
  .qa__wrapper {
    width: 90%;
  }
  .register__tel {
    width: 95%;
    padding-top: 6%;
  }
  .register__wrapper {
    width: 70%;
  }
  .thanks {
    min-height: 600px;
  }
  .thanks__txt {
    top: 40%;
  }
  .plan__wrapper {
    width: 80%;
    margin-bottom: 3%;
    border: none;
  }
  .plan__wrapper-img.plan__pc-only {
    display: none;
  }
  .plan__wrapper-img.plan__sp-only {
    display: block;
  }
  .benefit__wrapper-item {
    width: 100%;
    height: auto;
  }
  .contact__select select {
    width: 70%;
  }
  .contact {
    width: 80%;
  }
  .contact {
    width: 90%;
  }
  .contact .label-address span {
    font-size: 13px;
  }
}

@media screen and (max-width: 480px) {
  html {
    font-size: 13px;
  }
  br.sp-only {
    display: block;
  }
  .sp-none {
    display: block;
  }
  .anchor__link {
    top: -64px;
  }
  .header {
    height: 64px;
  }
  .header__inner-left {
    width: 70%;
  }
  .footer__logo {
    margin: 0 auto;
  }
  .footer__contact {
    margin: 10% auto 0;
  }
  .footer__contact p {
    margin-bottom: 3%;
  }
  .footer__contact-links {
    margin: 10% auto 0;
  }
  .menu__hamburger {
    margin: 0 5% 0 auto;
  }
  .global__menu {
    padding-top: 30%;
  }
  .global__menu ul li {
    margin-bottom: 15%;
  }
  .global__menu.open {
    left: 30%;
  }
  .hero__ttl h1 {
    font-size: 32px;
  }
  .hero__ttl h1 span {
    font-size: 40px;
  }
  .hero__ttl p {
    font-size: 20px;
    line-height: 30px;
  }
  .hero__features .feature__circle {
    width: 120px;
    height: 120px;
    margin: 0;
  }
  .hero__features .feature__circle::before {
    width: 110px;
    height: 110px;
  }
  .about {
    height: 300px;
    min-height: 300px;
  }
  .about__txt {
    width: 95%;
    padding: 5% 6%;
  }
  .about__txt h3 {
    font-size: 16px;
    line-height: 26px;
  }
  .plan__container {
    width: 100%;
  }
  .plan__trial > h2 span {
    font-size: 2.5rem;
  }
  .plan__option {
    width: 95%;
    margin: 0 auto;
  }
  .plan__option h2 {
    text-align: center;
    border: none;
  }
  .plan__option-wrapper .main-img {
    width: 95%;
    margin: 0 auto;
  }
  .benefit__header {
    height: 200px;
  }
  .benefit__header img {
    -o-object-position: 55% 50%;
    object-position: 55% 50%;
  }
  .benefit__header-ttl h2 {
    font-size: 24px;
  }
  .benefit__header-ttl h3 {
    font-size: 16px;
  }
  .delivery__inner {
    width: 100%;
  }
  .delivery__inner h2 {
    font-size: 24px;
    font-weight: 550;
    line-height: 30px;
  }
  .delivery__inner dl {
    width: 100%;
  }
  .delivery__inner dl:nth-of-type(1) dd {
    vertical-align: 0.5rem;
  }
  .delivery__inner dl dt {
    width: 30%;
    line-height: 26px;
  }
  .delivery__inner dl dd {
    width: 65%;
    line-height: 26px;
  }
  .delivery__inner h3 {
    line-height: 26px;
  }
  .qa__wrapper-ttl {
    margin-top: 8%;
  }
  .register__tel {
    width: 90%;
    padding: 5% 3% 2% 3%;
  }
  .register__wrapper {
    width: 100%;
  }
  .register .type__tel {
    width: 210px;
  }
  .thanks {
    min-height: 500px;
  }
  .plan__wrapper {
    width: 95%;
    margin-bottom: 3%;
  }
  .plan__wrapper-desc .plan__delivery h4 {
    font-size: 15px;
  }
  .btn__register {
    width: 280px;
  }
  .benefit__ttl {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .benefit__ttl .ttl__order {
    width: 40px;
  }
  .benefit__ttl h3 {
    width: 100%;
    font-size: 23px;
  }
  .qa__item a.qa__ttl {
    padding: 2% 15% 2% 10%;
  }
  .qa__item .qa__content p {
    padding: 3% 5% 5% 5%;
  }
  .contact__select select {
    width: 100%;
    max-width: 100%;
  }
}
