/**
* @file _config.scss
**/
@font-face {
  src: url("../font/DINAlternate-Bold.ttf") format("truetype");
  font-family: 'din-alternate';
}

/**
* @file _reset.scss
**/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: bottom;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

*:focus {
  outline: none;
}

blockquote,
q {
  quotes: none;
}

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

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

button {
  border: 0;
  outline: none;
  cursor: pointer;
}

input[type='submit'],
input[type='button'] {
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  box-sizing: border-box;
  border: none;
  border-radius: 0;
}

input[type='submit']::-webkit-search-decoration,
input[type='button']::-webkit-search-decoration {
  display: none;
}

input[type='submit']:focus,
input[type='button']:focus {
  outline-offset: -2px;
}

input,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

/**
* @file _media.scss
**/
/**
* @file _header.scss
**/
.header {
  -webkit-transform: translateX(-50%);
  z-index: 10;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}

.header .is-pc {
  height: 100%;
}

.header__top {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  position: relative;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}

.ib{font-size: 14px !important;}

@media screen and (max-width: 768px) {
  .header__top {
    height: 40px;
    padding: 0 10px;
  }
}

.header .header-top__logo {
  position: relative;
  width: 370px;
  padding-top: 10px;
  padding-left: 10px;
}

@media screen and (max-width: 1024px) {
  .header .header-top__logo {
    width: 300px;
    padding-left: 5px;
  }
}

@media screen and (max-width: 768px) {
  .header .header-top__logo {
    width: 200px;
    padding-top: 10px;
    padding-left: 0;
  }
}

.header .header-top__logo-txt {
  position: absolute;
  top: 0;
  left: 0;
}

.header .header-top__menu {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .header .header-top__menu {
    -webkit-transform: translateX(-50%);
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    height: auto;
    transform: translateX(-50%);
  }
}

.header .header-top__tel {
  min-width: 320px;
  margin-right: 33px;
  margin-left: 18px;
  padding-top: 10px;
}

@media screen and (max-width: 1024px) {
  .header .header-top__tel {
    margin-right: 10px;
    margin-left: 5px;
  }
}

@media screen and (max-width: 768px) {
  .header .header-top__tel {
    -webkit-transform: translateX(-50%);
    position: absolute;
    bottom: 80px;
    left: 50%;
    width: 330px;
    transform: translateX(-50%);
    text-align: center;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .header .header-top__tel {
    width: 100%;
    max-width: 330px;
  }
}

.header .header-top .top-tel-box__ttl {
  font-weight: bold;
  font-size: 1.1rem;
}

.header .header-top .top-tel-box__content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-top: 5px;
}

.header .header-top .top-tel-box__tel {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 3px;
  align-items: center;
  padding-right: 10px;
  color: #ed6103;
}

.header .header-top .top-tel-box__tel img {
  width: 220px;
}

@media screen and (max-width: 1024px) {
  .header .header-top .top-tel-box__tel img {
    width: 180px;
  }
}

.header .header-top .top-tel-box__sales-time {
  padding-left: 10px;
  border-left: 1px solid #000;
  font-size: 1.1rem;
}

@media screen and (max-width: 1024px) {
  .header .header-top .top-tel-box__sales-time {
    padding-left: 5px;
  }
}

.header .header-top__contact {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 25px;
  background-color: #ed6103;
  color: #fff;
  font-weight: bold;
  font-size: 1.7rem;
}

@media screen and (max-width: 1024px) {
  .header .header-top__contact {
    padding: 0 15px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .header .header-top__contact {
    position: absolute;
    bottom: 0;
    width: 50%;
    height: 50px;
  }
}

.header .header-top__contact img {
  width: 30px;
  margin-right: 15px;
}

@media screen and (max-width: 1024px) {
  .header .header-top__contact img {
    width: 20px;
    margin-right: 5px;
  }
}

.header .header-top__data-request {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 25px;
  background-color: #878787;
  color: #fff;
  font-weight: bold;
  font-size: 1.7rem;
}

@media screen and (max-width: 1024px) {
  .header .header-top__data-request {
    padding: 0 15px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .header .header-top__data-request {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    height: 50px;
  }
}

.header #nav-toggle {
  position: relative;
  top: 2px;
  right: 0;
  width: 30px;
  height: 20px;
}

.header .menu-line {
  -webkit-transition: 0.8s ease;
  z-index: 10;
  position: absolute;
  left: 0;
  width: 30px;
  height: 3px;
  background-color: #000;
  transition: 0.8s ease;
}

.header .menu-line1 {
  top: 0;
}

.header .menu-line2 {
  top: 10px;
}

.header .menu-line3 {
  top: 20px;
}

.header #nav-toggle.is-nav-open .menu-line1 {
  -webkit-transform: rotate(135deg);
  position: absolute;
  top: 10px;
  transform: rotate(135deg);
}

.header #nav-toggle.is-nav-open .menu-line2 {
  opacity: 0;
}

.header #nav-toggle.is-nav-open .menu-line3 {
  -webkit-transform: rotate(-135deg);
  position: absolute;
  top: 10px;
  transform: rotate(-135deg);
}

.header #js-nav.is-nav-open.nav {
  right: 0;
}

.header.header--fixed {
  position: fixed;
  top: 0;
}

.header.header--fixed .nav .lists .item__link {
  color: #333;
}

.header .nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.16);
  -webkit-transition: 0.6s all ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  position: fixed;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 55px;
  padding: 0 20px;
  background-color: #f7f7f7;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.16);
  transition: 0.6s all ease;
}

@media screen and (max-width: 768px) {
  .header .nav {
    -webkit-box-align: start;
    -ms-flex-align: start;
    top: 0%;
    right: -100%;
    align-items: flex-start;
    height: calc(var(--vh, 1vh) * 100);
    background-color: #fff;
  }
}

.header .nav__content {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .header .nav__content {
    margin: 0;
  }
}

.header .nav__lists {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .header .nav__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    z-index: 5;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    padding-top: 70px;
  }
}

.header .nav__item {
  position: relative;
}

.header .nav__item:not(:first-of-type) {
  margin-left: 5%;
}

@media screen and (max-width: 1024px) {
  .header .nav__item:not(:first-of-type) {
    margin-left: 2%;
  }
}

@media screen and (max-width: 768px) {
  .header .nav__item:not(:first-of-type) {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .header .nav__item {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .header .nav__item:first-of-type .nav__link {
    border-top: 1px solid;
  }
}

.header .nav__link {
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .header .nav__link {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  .header .nav__link {
    display: block;
    padding: 10px;
    border-bottom: 1px solid;
  }
}

.header .nav__link::after {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  background-image: url(../images/common/icon-right-arrow.svg);
  content: "";
}

@media screen and (max-width: 1024px) {
  .header .nav__link::after {
    width: 10px;
    height: 10px;
  }
}

.top-tel-box-tab {
  display: none;
  margin-top: 50px;
  padding: 10px 0;
  background-color: #ed6103;
}

@media screen and (max-width: 768px) {
  .top-tel-box-tab {
    display: block;
  }
}

.top-tel-box-tab__ttl {
  color: #fff;
  font-weight: bold;
  font-size: 1.1rem;
  text-align: center;
}

.top-tel-box-tab__content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
}

.top-tel-box-tab__tel {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 3px;
  align-items: center;
  padding-right: 10px;
  color: #ed6103;
}

.top-tel-box-tab__tel img {
  width: 220px;
}

@media screen and (max-width: 1024px) {
  .top-tel-box-tab__tel img {
    width: 180px;
  }
}

.top-tel-box-tab__sales-time {
  padding-left: 10px;
  border-left: 1px solid #fff;
  color: #fff;
  font-size: 1.1rem;
}

@media screen and (max-width: 1024px) {
  .top-tel-box-tab__sales-time {
    padding-left: 5px;
  }
}

/**
* @file _footer.scss
**/
.footer {
  background-image: initial;
}

.footer__main-content {
  position: relative;
  padding: 40px 0;
  background-color: #eaeaea;
}

@media screen and (max-width: 768px) {
  .footer__main-content {
    padding: 20px 0;
  }
}

.footer__main-content-inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .footer__main-content-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    flex-direction: column;
    justify-content: initial;
  }
}

.footer__link-lists {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 23%;
  max-width: 270px;
  height: 230px;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .footer__link-lists {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    max-width: initial;
    height: auto;
    margin-right: 0;
  }
}

.footer__link-item {
  display: inline-block;
  width: 180px;
}

@media screen and (max-width: 768px) {
  .footer__link-item {
    width: 50%;
    margin-bottom: 10px;
  }
}

.footer__link-item-link {
  font-size: 1.4rem;
}

.footer__link-item-link:not(:first-of-type) {
  margin-top: 7px;
}

.footer__link-item-link::before {
  display: inline-block;
  position: relative;
  top: 3px;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  background-image: url(../images/common/icon-link-arrow.svg);
  content: '';
}

.footer__right-wrap {
  width: 62%;
  max-width: 700px;
}

@media screen and (max-width: 768px) {
  .footer__right-wrap {
    width: 100%;
    margin-top: 30px;
  }
}

.footer .right-wrap__ttl {
  color: #ed6103;
  font-size: 1.9rem;
}

@media screen and (max-width: 768px) {
  .footer .right-wrap__ttl {
    font-size: 1.4rem;
  }
}

.footer .right-wrap__info {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .footer .right-wrap__info {
    margin-top: 15px;
  }
}

.footer .right-wrap .footer__info-ttl {
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  .footer .right-wrap .footer__info-ttl {
    font-size: 1.2rem;
  }
}

.footer .right-wrap .footer__info-detail {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-top: 12px;
}

.footer .right-wrap .footer__info-detail__img {
  position: relative;
  top: 4px;
  width: 300px;
  padding-right: 10px;
}

@media screen and (max-width: 768px) {
  .footer .right-wrap .footer__info-detail__img {
    width: 200px;
  }
}

.footer .right-wrap .footer__info-detail__sales-time {
  padding-left: 10px;
  border-left: 1px solid #000;
  font-size: 1.3rem;
}

.footer .right-wrap__btn {
  width: 100%;
  max-width: 520px;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .footer .right-wrap__btn {
    margin-top: 20px;
  }
}

.footer__woman {
  position: absolute;
  right: calc((100% - 1130px) / 2);
  bottom: 0;
  width: 220px;
}

@media screen and (max-width: 768px) {
  .footer__woman {
    right: -10px;
    width: 100px;
  }
}

.footer .footer-company-info {
  padding: 20px 0 40px;
  background-color: #f9eae1;
}

@media screen and (max-width: 768px) {
  .footer .footer-company-info {
    padding: 10px 0 20px;
  }
}

.footer .footer-company-info__content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.footer .footer-company-info__img {
  width: 200px;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .footer .footer-company-info__img {
    width: 36%;
    margin-right: 2%;
  }
}

.footer .footer-company-info__twrap {
  width: 460px;
}

@media screen and (max-width: 768px) {
  .footer .footer-company-info__twrap {
    width: 62%;
  }
}

.footer .footer-company-info__ttl {
  font-size: 1.9rem;
}

@media screen and (max-width: 768px) {
  .footer .footer-company-info__ttl {
    font-size: 1.4rem;
  }
}

.footer .footer-company-info__txt {
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .footer .footer-company-info__txt {
    font-size: 1.2rem;
  }
}

.footer .copyright {
  padding: 10px;
  background-color: #ed6103;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .footer .copyright {
    font-size: 1.1rem;
  }
}

.section-contact__sub-ttl {
  margin-top: 90px;
  color: #ed6103;
  font-size: 2.2rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .section-contact__sub-ttl {
    position: relative;
    margin-top: 40px;
    font-size: 1.5rem;
  }
}

.section-contact__sub-ttl::before {
  -webkit-transform: rotate(-25deg);
  display: inline-block;
  position: relative;
  top: 7px;
  width: 2px;
  height: 30px;
  margin-right: 15px;
  transform: rotate(-25deg);
  border-left: 2px solid;
  content: '';
}

@media screen and (max-width: 768px) {
  .section-contact__sub-ttl::before {
    position: absolute;
    top: -5px;
    left: 20px;
    height: 50px;
  }
}

.section-contact__sub-ttl::after {
  -webkit-transform: rotate(25deg);
  display: inline-block;
  position: relative;
  top: 7px;
  width: 2px;
  height: 30px;
  margin-left: 15px;
  transform: rotate(25deg);
  border-left: 2px solid;
  content: '';
}

@media screen and (max-width: 768px) {
  .section-contact__sub-ttl::after {
    position: absolute;
    top: -5px;
    right: 20px;
    height: 50px;
  }
}

.section-contact__content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 27px;
}

@media screen and (max-width: 768px) {
  .section-contact__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 15px;
  }
}

.section-contact__content-left {
  width: 207px;
  margin-right: 2%;
}

@media screen and (max-width: 768px) {
  .section-contact__content-left {
    margin-right: 0;
  }
}

.section-contact__content-left__txt {
  margin-top: 5px;
  font-weight: bold;
  font-size: 1.4rem;
}

.section-contact__content-center {
  width: 280px;
  margin-right: 2.5%;
}

@media screen and (max-width: 768px) {
  .section-contact__content-center {
    margin-top: 20px;
    margin-right: 0;
  }
}

.section-contact__content-center__sales-time {
  display: block;
  margin-top: 3px;
  font-size: 1.2rem;
  text-align: center;
}

.section-contact__content-center__txt {
  margin-top: 10px;
  font-size: 1.4rem;
  text-align: center;
}

.section-contact__content-right {
  display: block;
  width: 510px;
  padding: 15px 20px;
  border-radius: 20px;
  background-color: #ed6103;
}

@media screen and (max-width: 768px) {
  .section-contact__content-right {
    width: 100%;
    max-width: 350px;
    margin-top: 20px;
  }
}

.section-contact__content-right__ttl {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 480px;
  padding-bottom: 10px;
  border-bottom: 2px dotted;
  color: #fff;
  font-size: 2.5rem;
}

@media screen and (max-width: 768px) {
  .section-contact__content-right__ttl {
    font-size: 1.6rem;
  }
}

.section-contact__content-right__ttl span {
  display: inline-block;
  margin-right: 10px;
  padding: 0 12px;
  border: 2px solid #fff;
  font-size: 1.8rem;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .section-contact__content-right__ttl span {
    font-size: 1.4rem;
  }
}

.section-contact__content-right__txt {
  margin-top: 10px;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .section-contact__content-right__txt {
    font-size: 1.1rem;
  }
}

/**
* @file _l-common.scss
**/
html {
  font-size: 62.5%;
}

body {
  color: #333;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.2rem;
  }
}

main,
header,
footer {
  max-width: 2000px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  main,
  footer {
    overflow-x: hidden;
  }
}

h1,
h2,
h3,
h4 {
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
}

p {
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
}

a {
  color: #333;
  letter-spacing: 0.05em;
  text-decoration: none;
}

img {
  width: 100%;
}

.lazyload-img {
  -webkit-transition: 0.3s opacity;
  opacity: 0;
  transition: 0.3s opacity;
}

.lazyload-img.lazyloaded {
  opacity: 1;
}

.is-pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
}

.is-tab {
  display: none;
}

@media screen and (max-width: 768px) {
  .is-tab {
    display: block;
  }
}

.is-tab-pro {
  display: none;
}

@media screen and (max-width: 1024px) {
  .is-tab-pro {
    display: block;
  }
}

.content-width {
  max-width: 1080px;
  margin: auto;
}

.content-padding {
  padding: 0 35px;
}

@media screen and (max-width: 768px) {
  .content-padding {
    padding: 0 15px;
  }
}

@media (min-width: 768px) {
  a[href^='tel:'] {
    pointer-events: none;
  }
}

.btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 234px;
  height: 60px;
  border-radius: 5px;
  background-color: #ed6103;
  color: #fff;
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .btn {
    width: 100%;
    max-width: 230px;
    height: 45px;
    font-size: 1.6rem;
  }
}

.btn::after {
  display: inline-block;
  position: absolute;
  right: 10px;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  background-image: url(../images/common/icon-right-arrow-white.svg);
  content: "";
}

@media screen and (max-width: 1024px) {
  .btn::after {
    width: 10px;
    height: 10px;
  }
}

.under-marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(0%, #edf003));
  background: linear-gradient(transparent 80%, #edf003 0%);
  font-weight: bold;
}

/**
* @file _l-index.scss
**/
.page-index .fv {
  position: relative;
  padding: 35px 20px 30px;
  background: center/cover url(../images/index/fv/bg@2x.png);
}

@media screen and (max-width: 768px) {
  .page-index .fv {
    margin-top: 0;
    padding: 20px;
	/*　↓　20230105無効化　↓　*/
   /* background: center top/cover url(../images/index/fv/bg@2x.png);*/

   /*　↓　20230105追加　↓　*/
   background: center top/cover url(../images/index/fv/20230105img.png);
   background-repeat: no-repeat;
   height: 330px;
   width: 100%;
  }
}

.page-index .fv__content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .page-index .fv__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
	/*　↓　20230105追加　↓　*/
	display: none;
  }
}

.attention-txt{
background-color: #ed6103;
color: #fff;
font-weight: bold;
font-size: 1.9rem;
margin-top: 125px;
padding: 15px 0px 10px;
text-align: center;
}

.attention-txt2{
font-weight: bold;
font-size: 1.9rem;
padding: 15px 0px 10px;
text-align: center;
border-bottom: 1px solid #bbb;
}

@media screen and (max-width: 768px) {
.attention-txt2{
padding: 5px 0px 5px;
text-align: center;
border-bottom: 1px solid #bbb;
}
}

.attention-txt2 img{
width: 80px;
margin: 0px 8px;
}
@media screen and (max-width: 768px) {
.attention-txt2 img{
width: 60px;
}
}


.attention-txt .st-txt{
font-size: 3rem;
line-height: 1.2em;
padding: 0px 5px;
}

.house-maker-title{
padding: 5px 10px;
border-radius: 10px;
background-color: #f7f7f7;
color: #000000;
font-size: 14px;
}

@media screen and (max-width: 768px) {
.house-maker-title{
padding: 5px;
border-radius: 10px;
background-color: #f7f7f7;
color: #000000;
font-size: 12px;
}
}



@media screen and (max-width: 768px) {
    .attention-txt{
        background-color: #f9eae1;
        color: #ed6103;
        font-size: 1.3rem;
        margin-top: 0px;
        padding: 5px 0px 5px;
        text-align: center;
    }
    .attention-txt .st-txt{
        font-size: 2rem;
        color: #333;
        line-height: 1.2em;
        padding: 0px 0px 0px 5px;
    }
}

.page-index .fv .content-width {
  max-width: 1400px;
}


  .sub-ttl-div .first-month-free{
  padding-top: 30px;
  font-size: 2.5rem;
  font-weight: bold;
  color: #CF303C;
  }


@media screen and (max-width: 768px) {
  .page-index .fv .txt-wrap {
    margin-top: 0;
  }

  .sub-ttl-div .first-month-free{
  padding-top: 0px !important;
  font-size: 1.5rem;
  margin-bottom: -5px !important;
  }

}


 @media screen and (max-width: 1024px) {
  .sub-ttl-div .first-month-free{
  padding-top: 10px;
  margin-bottom: 20px;
  }

}




@media screen and (max-width: 768px) {
  .page-index .fv .txt-wrap__content {
    margin-bottom: 30px;
	min-height: 120px;
  }
  .page-index .fv .txt-wrap__content img {
    width: 30%;
	position: absolute;
	left: -25px;
  }
  .page-index .fv .txt-wrap__tinner{
  position: absolute;
  top: 10px;
  right: 250px;
  z-index: 1;
  }

}

@media screen and (max-width: 450px) {
  .page-index .fv .txt-wrap__tinner{
  position: absolute;
  top: 10px;
  right: 60px;
  z-index: 1;
  }


  .page-index .fv .txt-wrap__tinner2{
  position: absolute;
  top: 10px;
  right: 40px;
  z-index: 1;
  }


}


.page-index .fv .txt-wrap__top-txt {
  z-index: 1;
  position: relative;
  color: #000;
  font-weight: bold;
  font-size: 1.9rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .page-index .fv .txt-wrap__top-txt {
    padding: 8px 12px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .page-index .fv .txt-wrap__top-txt {
padding: 2px 15px;
border-radius: 40px;
text-align: center;
background-color: #ed6103;
color: #fff;
font-size: 13px;
line-height: 1.2em;
  }
}

.page-index .fv .txt-wrap__sub-ttl {
  margin-top: -40px;
  font-size: 2.6rem;
}

@media screen and (max-width: 768px) {
  .page-index .fv .txt-wrap__sub-ttl {
    margin-top: -1px;
    font-size: 1.6rem;
  }
}

.page-index .fv .txt-wrap__sub-ttl span {
  color: #ed6103;
  font-size: 3.3rem;
}

@media screen and (max-width: 1024px) {
  .page-index .fv .txt-wrap__sub-ttl span {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 768px) {
  .page-index .fv .txt-wrap__sub-ttl span {
    font-size: 2rem;
  }
}

.page-index .fv .txt-wrap__sub-ttl strong {
  position: relative;
  top: 3px;
  padding: 0 5px;
  color: #ed6103;
  font-size: 8rem;
  line-height: 1;
  font-family: "din-alternate", sans-serif;
}

@media screen and (max-width: 1024px) {
  .page-index .fv .txt-wrap__sub-ttl strong {
    font-size: 5rem;
  }
}

@media screen and (max-width: 768px) {
  .page-index .fv .txt-wrap__sub-ttl strong {
    font-size: 3rem;
  }
}






.page-index .fv .txt-wrap__sub-ttl2 {
  margin-top: 20px;
  font-size: 2.6rem;
}

@media screen and (max-width: 768px) {
  .page-index .fv .txt-wrap__sub-ttl2 {
    margin-top: -1px;
    font-size: 1.6rem;
  }
}

.page-index .fv .txt-wrap__sub-ttl2 span {
  color: #ed6103;
  font-size: 3.3rem;
}

@media screen and (max-width: 1024px) {
  .page-index .fv .txt-wrap__sub-ttl2 span {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 768px) {
  .page-index .fv .txt-wrap__sub-ttl2 span {
    font-size: 2rem;
  }
}

.page-index .fv .txt-wrap__sub-ttl2 strong {
  position: relative;
  top: 3px;
  padding: 0 5px;
  color: #ed6103;
  font-size: 8rem;
  line-height: 1;
  font-family: "din-alternate", sans-serif;
}

@media screen and (max-width: 1024px) {
  .page-index .fv .txt-wrap__sub-ttl2 strong {
    font-size: 5rem;
  }
}

@media screen and (max-width: 768px) {
  .page-index .fv .txt-wrap__sub-ttl2 strong {
    font-size: 3rem;
  }
}








.page-index .fv .txt-wrap__ttl {
  margin-top: 25px;
  font-size: 4.3rem;
}

@media screen and (max-width: 1024px) {
  .page-index .fv .txt-wrap__ttl {
    margin-top: 20px;
    font-size: 3rem;
  }
}

@media screen and (max-width: 768px) {
  .page-index .fv .txt-wrap__ttl {
    font-size: 2rem;
  }
}

.page-index .fv .txt-wrap__ttl strong {
  margin: 0 10px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(0%, #edf003));
  background: linear-gradient(transparent 80%, #edf003 0%);
  color: #ed6103;
  font-size: 7.1rem;
  line-height: 1.25;
}

@media screen and (max-width: 1024px) {
  .page-index .fv .txt-wrap__ttl strong {
    margin: 0 5px;
    font-size: 4rem;
  }
}

@media screen and (max-width: 768px) {
  .page-index .fv .txt-wrap__ttl strong {
    font-size: 3.3rem;
  }
}

.page-index .fv .txt-wrap__ttl strong span {
  position: relative;
  margin: 0 -8px;
}

@media screen and (max-width: 1024px) {
  .page-index .fv .txt-wrap__ttl strong span {
    margin: 0 -4px;
  }
}

.page-index .fv .txt-wrap__ttl strong span::before {
  -webkit-transform: translate(-50%, 0);
  position: absolute;
  top: 0;
  left: 50%;
  width: 15px;
  height: 15px;
  transform: translate(-50%, 0);
  border-radius: 50%;
  background-color: #ed6103;
  content: "";
}

@media screen and (max-width: 1024px) {
  .page-index .fv .txt-wrap__ttl strong span::before {
    width: 10px;
    height: 10px;
  }
}

@media screen and (max-width: 768px) {
  .page-index .fv .txt-wrap__ttl strong span::before {
    width: 6px;
    height: 6px;
  }
}

.page-index .fv__main-img {
  width: 100%;
  max-width: 400px;
  margin-right: 3%;
}

@media screen and (max-width: 1024px) {
  .page-index .fv__main-img {
    width: 300px;
    margin-right: 2%;
  }
}

@media screen and (max-width: 768px) {
  .page-index .fv__main-img {
    width: 200px;
    margin-right: 0;
  }
}

.page-index .fv__target {
  z-index: 1;
  position: relative;
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .page-index .fv__target {
    margin-top: 30px;
  }
}

.page-index .fv__woman {
  position: absolute;
  /* right: 0; */
  right: calc((100% - 1520px) / 2);
  bottom: 0;
  width: 400px;
  height: 448px;
}

/*20230105追加*/
@media screen and (max-width: 768px) {
  .page-index .fv__woman {
  display: none;
  }
}


/*20230105無効化*/
/*@media screen and (max-width: 1024px) {
  .page-index .fv__woman {
    right: -70px;
    width: 300px;
	height: 400px;
  }
}


@media screen and (max-width: 768px) {
  .page-index .fv__woman {
    right: -25px;
    width: 170px;
      margin-bottom: 100px;
	  height: 220px;
  }
}

@media screen and (max-width: 375px) {
  .page-index .fv__woman {
    right: 0px;
    width: 180px;
      margin-bottom: 90px;
	  height: 183px;
  }
}

@media screen and (max-width: 320px) {
  .page-index .fv__woman {
    right: -25px;
    width: 150px;
     margin-bottom: 100px;
	 height: 183px;
  }
}*/


.page-index .fv__baby {
  position: absolute;
  right: calc((100% - 1280px) / 2);
  bottom: 0;
  width: 380px;
  height: 505px;
}

@media screen and (max-width: 1350px) {
  .page-index .fv__baby {
    right: 10px;
    width: 300px;
	height: 405px;
  }
}

@media screen and (max-width: 768px) {
.page-index .fv__baby {
right: 10px;
width: 125px;
margin-bottom: 100px;
height: 190px;
}
}

@media screen and (max-width: 375px) {
  .page-index .fv__baby {
    right: 0px;
    width: 140px;
      margin-bottom: 90px;
	  height: 212px;
  }
}

@media screen and (max-width: 320px) {
  .page-index .fv__baby {
    right: -25px;
    width: 150px;
     margin-bottom: 100px;
	 height: 183px;
  }
}



.page-index .top-news {
  padding: 10px 0;
  background-color: rgba(0, 0, 0, 0.1);
}

.video-area{
width: 650px;
margin: 30px auto;
}

@media screen and (max-width: 768px) {
.video-area{
width: 100%;
}
}

.video-area video{
width: 100%;
}


.page-index .top-news img{
width: 400px;
margin-top: 0px;
}

@media screen and (max-width: 768px) {
  .page-index .top-news {
    padding: 10px 0;
  }
}

.page-index .top-news__btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 490px;
  height: 50px;
  margin: auto;
  border-radius: 25px;
  background-color: #fff;
  color: #ed6103;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .page-index .top-news__btn {
    font-size: 1.2rem;
  }
}

.page-index .top-news__btn::after {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  background-image: url(../images/common/icon-right-arrow.svg);
  content: "";
}

@media screen and (max-width: 1024px) {
  .page-index .top-news__btn::after {
    width: 10px;
    height: 10px;
  }
}

.page-index .results {
  position: relative;
  padding: 36px 5px;
  background-color: #f9eae1;
}

@media screen and (max-width: 768px) {
  .page-index .results {
    padding: 20px 5px;
  }
}

.page-index .results__ttl {
  color: #ed6103;
  font-size: 2.4rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .page-index .results__ttl {
    font-size: 2rem;
  }
}

.page-index .results .swiper-container {
  position: relative;
  margin-top: 33px;
  padding: 0 30px;
}

@media screen and (max-width: 768px) {
  .page-index .results .swiper-container {
    margin-top: 15px;
  }
}

.page-index .results .swiper-container .swiper-slide div{
height: 200px;
overflow: hidden;
}
.page-index .results .swiper-container .swiper-slide .slide-img {
height: 200px;
object-fit: cover;
}

.page-index .results .swiper-container .swiper-slide p {
  font-size: 1.5rem;
  text-align: center;
}

.page-index .results .swiper-container .swiper-prev {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 8px;
  width: 10px;
  transform: translateY(calc(-50% - 12px));
  line-height: 1.0;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .page-index .results .swiper-container .swiper-prev {
  }
}

.page-index .results .swiper-container .swiper-next {
  -webkit-transform: rotate(180deg);
  z-index: 1;
  position: absolute;
  top: 50%;
  right: 8px;
  width: 10px;
  transform: rotateY(180deg) translateY(calc(-50% - 12px));
  line-height: 1.0;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .page-index .results .swiper-container .swiper-next {
    top: 42%;
  }
}

.page-index .about {
  padding: 120px 0 55px;
  background: right top/contain no-repeat url(../images/index/about-bg@2x.png);
}

@media screen and (max-width: 768px) {
  .page-index .about {
    padding: 100px 0 25px;
  }
}

.page-index .about__main-content {
  max-width: 530px;
  margin-right: auto;
}

.page-index .about .main-content__ttl {
  color: #ed6103;
  font-weight: 400;
  font-size: 4rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .page-index .about .main-content__ttl {
    font-size: 3rem;
  }
}

.page-index .about .main-content__txt {
  margin-top: 30px;
  line-height: calc(28 / 16);
  text-align: center;
}

@media screen and (max-width: 768px) {
  .page-index .about .main-content__txt {
    margin-top: 15px;
  }
}

.page-index .about .main-content__product-img {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .page-index .about .main-content__product-img {
    margin-top: 15px;
  }
}

.page-index .about .main-content__detail-btn {
  margin: 35px auto 0;
  padding: 20px;
  line-height: 1.2em;
}

@media screen and (max-width: 768px) {
  .page-index .about .main-content__detail-btn {
    margin: 20px auto 0;
  }
}

.page-index .about__bototm-content {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .page-index .about__bototm-content {
    margin-top: 25px;
  }
}

.page-index .about .bottom-content__ttl-box {
  position: relative;
}

.page-index .about .bottom-content__ttl-box-ribbon {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: auto;
}

.page-index .about .bottom-content__ttl-box-ttl {
  -webkit-transform: translateX(-50%);
  z-index: 1;
  position: absolute;
  top: 87px;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 3.3rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .page-index .about .bottom-content__ttl-box-ttl {
    top: 80px;
    font-size: 3rem;
  }
}

@media screen and (max-width: 650px) {
  .page-index .about .bottom-content__ttl-box-ttl {
    top: 65px;
  }
}

@media screen and (max-width: 590px) {
  .page-index .about .bottom-content__ttl-box-ttl {
    top: 60px;
    font-size: 2.5rem;
  }
}


@media screen and (max-width: 510px) {
  .page-index .about .bottom-content__ttl-box-ttl {
    top: 50px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 450px) {
  .page-index .about .bottom-content__ttl-box-ttl {
    top: 45px;
    font-size: 1.8rem;
  }
}


@media screen and (max-width: 428px) {
  .page-index .about .bottom-content__ttl-box-ttl {
    top: 42px;
  }
}

@media screen and (max-width: 390px) {
  .page-index .about .bottom-content__ttl-box-ttl {
    top: 37px;
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 375px) {
  .page-index .about .bottom-content__ttl-box-ttl {
    top: 36px;
    font-size: 1.6rem;
  }
}

.page-index .about .bottom-content__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  max-width: 760px;
  margin: -28px auto 0;
  padding: 60px 30px 30px;
  background-color: #ffefcf;
}

@media screen and (max-width: 768px) {
  .page-index .about .bottom-content__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin: -10px auto 0;
    padding: 30px 15px 15px;
  }
}

.page-index .about .bottom-content__inner-txt {
  width: 52%;
  margin-right: 3%;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: calc(39 / 27);
}

@media screen and (max-width: 768px) {
  .page-index .about .bottom-content__inner-txt {
    width: 100%;
    margin-top: 15px;
    margin-right: 0;
    font-size: 1.6rem;
  }
}

.page-index .about .bottom-content__inner-img {
  width: 45%;
}

@media screen and (max-width: 768px) {
  .page-index .about .bottom-content__inner-img {
    width: 100%;
  }
}

.page-index .contact1 {
  padding: 26px 0;
  background-color: #eaeaea;
}

@media screen and (max-width: 768px) {
  .page-index .contact1 {
    padding: 13px 0;
  }
}

.page-index .contact1__content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .page-index .contact1__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.page-index .contact1__content-left-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 550px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .page-index .contact1__content-left-box {
    width: 100%;
  }
}

.page-index .contact1__content-img {
  width: 100%;
  max-width: 195px;
  position: absolute;
  top: -59px;
}

@media screen and (max-width: 768px) {
  .page-index .contact1__content-img {
    max-width: 100px;
    position: unset;
  }
}

.page-index .contact1__content-txt {
  color: #ed6103;
  font-size: 1.5rem;
  position: absolute;
  left: 180px;
}

@media screen and (max-width: 768px) {
  .page-index .contact1__content-txt {
    margin-right: 0;
    font-size: 1.2rem;
    position: unset;
  }
}

.page-index .contact1__content__tel {
  min-width: 320px;
}

@media screen and (max-width: 768px) {
  .page-index .contact1__content__tel {
    min-width: 200px;
  }
}

.page-index .contact1__content .contact-tel-box__ttl {
  font-weight: bold;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .page-index .contact1__content .contact-tel-box__ttl {
    margin-top: 10px;
    font-size: 1.4rem;
  }
}

.page-index .contact1__content .contact-tel-box__content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-top: 5px;
}

.page-index .contact1__content .contact-tel-box__tel {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 3px;
  align-items: center;
  padding-right: 10px;
  color: #ed6103;
}

@media screen and (max-width: 768px) {
  .page-index .contact1__content .contact-tel-box__tel {
    padding-right: 5px;
  }
}

.page-index .contact1__content .contact-tel-box__tel img {
  width: 260px;
}

@media screen and (max-width: 1024px) {
  .page-index .contact1__content .contact-tel-box__tel img {
    width: 200px;
  }
}

@media screen and (max-width: 768px) {
  .page-index .contact1__content .contact-tel-box__tel img {
    width: 180px;
  }
}

.page-index .contact1__content .contact-tel-box__sales-time {
  padding-left: 10px;
  border-left: 1px solid #000;
  font-size: 1.4rem;
}

@media screen and (max-width: 1024px) {
  .page-index .contact1__content .contact-tel-box__sales-time {
    padding-left: 5px;
  }
}

@media screen and (max-width: 768px) {
  .page-index .contact1__content .contact-tel-box__sales-time {
    font-size: 1.2rem;
  }
}

.page-index .life {
  padding: 55px;
  background-color: #f6f4f2;
}

@media screen and (max-width: 768px) {
  .page-index .life {
    padding: 25px;
  }
}

.page-index .life__ttl {
  color: #ed6103;
  font-weight: 400;
  font-size: 4rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .page-index .life__ttl {
    font-size: 2.6rem;
  }
}

.page-index .life__sub-ttl {
  margin-top: 40px;
  line-height: calc(28 / 16);
  text-align: center;
}

@media screen and (max-width: 768px) {
  .page-index .life__sub-ttl {
    margin-top: 20px;
  }
}

.page-index .life .swiper-box {
  position: relative;
}

.page-index .life .swiper-box .swiper-life-container {
  z-index: 1;
  position: relative;
  margin-top: 45px;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  overflow: hidden;
  list-style: none;
}

@media screen and (max-width: 768px) {
  .page-index .life .swiper-box .swiper-life-container {
    margin-top: 20px;
  }
}

.page-index .life .swiper-prev {
  z-index: 1;
  position: absolute;
  top: 41%;
  left: -50px;
  width: 28px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .page-index .life .swiper-prev {
    top: 42%;
    left: 0;
    width: 20px;
  }
}

.page-index .life .swiper-next {
  -webkit-transform: rotate(180deg);
  z-index: 1;
  position: absolute;
  top: 42%;
  right: -50px;
  width: 28px;
  transform: rotate(180deg);
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .page-index .life .swiper-next {
    top: 42%;
    right: 0;
    width: 20px;
  }
}

.card__img {
height: 132px;
overflow: hidden;
}

.card__img img{
height: 132px;
object-fit: cover;
}

.page-index .life .card__content {
  padding: 10px 20px;
  background-color: #fff;
  min-height: 200px;
}

.page-index .life .card__content-cat {
  display: inline-block;
  padding: 2px 20px;
  background-color: #ed6103;
  color: #fff;
  font-size: 1.2rem;
}

.card__content-cat a{
color: #fff;
font-weight: bold;
}


.page-index .life .card__content-ttl {
  margin-top: 5px;
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  .page-index .life .card__content-ttl {
    font-size: 1.4rem;
  }
}

.page-index .life .card__content-txt p {
  margin-top: 5px;
  font-size: 1.2rem;
}

.page-index .life__btn {
  width: 300px;
  height: 50px;
  margin: 60px auto 0;
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .page-index .life__btn {
    height: 45px;
    margin: 30px auto 0;
    font-size: 1.6rem;
  }
}

.page-index .feature {
  padding: 50px 0;
  background: initial;
}

@media screen and (max-width: 768px) {
  .page-index .feature {
    padding: 25px 0;
  }
}

.page-index .feature .content-width {
  max-width: 1200px;
}

.page-index .feature__ttl {
  font-size: 3.4rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .page-index .feature__ttl {
    font-size: 2.4rem;
  }
}

.page-index .feature__ttl .emp {
  color: #ed6103;
}

.page-index .feature__ttl .emp strong {
  font-weight: bold;
  font-size: 10rem;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .page-index .feature__ttl .emp strong {
    font-size: 5rem;
  }
}

.page-index .feature__lists {
  margin-top: 65px;
}

@media screen and (max-width: 768px) {
  .page-index .feature__lists {
    margin-top: 30px;
  }
}

.page-index .feature .feature-item:first-of-type, .page-index .feature .feature-item:nth-of-type(3), .page-index .feature .feature-item:nth-of-type(5) {
  max-width: 1080px;
  margin: auto;
  padding: 0 25px;
}

@media screen and (max-width: 768px) {
  .page-index .feature .feature-item:first-of-type, .page-index .feature .feature-item:nth-of-type(3), .page-index .feature .feature-item:nth-of-type(5) {
    padding: 0 15px;
  }
}

.page-index .feature .feature-item:nth-of-type(2), .page-index .feature .feature-item:nth-of-type(4) {
  max-width: 1130px;
  margin-right: auto;
  padding-right: 25px;
}

@media screen and (max-width: 768px) {
  .page-index .feature .feature-item:nth-of-type(2), .page-index .feature .feature-item:nth-of-type(4) {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.page-index .feature .feature-item:not(:first-of-type) {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .page-index .feature .feature-item:not(:first-of-type) {
    margin-top: 40px;
  }
}

.page-index .feature .feature-item__ttl {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  color: #ed6103;
  font-size: 3.1rem;
}

@media screen and (max-width: 768px) {
  .page-index .feature .feature-item__ttl {
    font-size: 2rem;
  }
}

.page-index .feature .feature-item__ttl-num {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  margin-right: 13px;
  border-radius: 50%;
  background-color: #ed6103;
  color: #fff;
  font-size: 4.1rem;
  font-family: 'Noto Serif JP', serif;
}

@media screen and (max-width: 768px) {
  .page-index .feature .feature-item__ttl-num {
    width: 30px;
    height: 30px;
    margin-right: 8px;
    font-size: 2rem;
  }
}

.page-index .feature .feature-item__txt {
  margin-left: 82px;
}

@media screen and (max-width: 768px) {
  .page-index .feature .feature-item__txt {
    margin-left: 40px;
  }
}

.page-index .feature .feature1-main {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 33px;
  padding: 25px;
  border-radius: 25px;
  background-color: #f6f4f2;
}

@media screen and (max-width: 768px) {
  .page-index .feature .feature1-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
    padding: 20px;
  }
}

.page-index .feature .feature1-main__img1 {
  width: 21%;
  max-width: 211px;
  margin-right: 4%;
}

@media screen and (max-width: 768px) {
  .page-index .feature .feature1-main__img1 {
    width: 50%;
    margin-right: 0;
  }
}

.page-index .feature .feature1-main__txt-wrap {
  width: 63%;
}

@media screen and (max-width: 768px) {
  .page-index .feature .feature1-main__txt-wrap {
    width: 100%;
    margin-top: 20px;
  }
}

.page-index .feature .feature1-main__txt-wrap-ttl {
  color: #ed6103;
  font-size: 2.3rem;
}

@media screen and (max-width: 768px) {
  .page-index .feature .feature1-main__txt-wrap-ttl {
    font-size: 1.6rem;
  }
}

.page-index .feature .feature1-main__txt-wrap-txt {
  margin-top: 10px;
}

.page-index .feature .feature1-main__txt-wrap-img {
  width: 100%;
  max-width: 350px;
  margin: 30px auto 0;
}

@media screen and (max-width: 768px) {
  .page-index .feature .feature1-main__txt-wrap-img {
    margin: 15px auto 0;
  }
}

.page-index .feature .feature-flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .page-index .feature .feature-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.page-index .feature .feature-flex:nth-of-type(2n + 1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .page-index .feature .feature-flex:nth-of-type(2n + 1) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.page-index .feature .feature-flex:nth-of-type(2n + 1) .feature-flex__img {
  margin-left: 3.5%;
}

@media screen and (max-width: 768px) {
  .page-index .feature .feature-flex:nth-of-type(2n + 1) .feature-flex__img {
    margin-bottom: 20px;
    margin-left: 0;
  }
}

.page-index .feature .feature-flex:nth-of-type(2n) .feature-flex__img {
  margin-right: 3.5%;
}

@media screen and (max-width: 768px) {
  .page-index .feature .feature-flex:nth-of-type(2n) .feature-flex__img {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.page-index .feature .feature-flex:nth-of-type(2) .feature-flex__img {
  width: 338px;
}

@media screen and (max-width: 768px) {
  .page-index .feature .feature-flex:nth-of-type(2) .feature-flex__img {
    width: 100%;
    max-width: 330px;
  }
}

.page-index .feature .feature-flex:nth-of-type(2) .feature-flex__txt-wrap {
  width: 720px;
}

@media screen and (max-width: 768px) {
  .page-index .feature .feature-flex:nth-of-type(2) .feature-flex__txt-wrap {
    width: 100%;
  }
}

.page-index .feature .feature-flex:nth-of-type(3) .feature-flex__img {
  width: 370px;
}

@media screen and (max-width: 768px) {
  .page-index .feature .feature-flex:nth-of-type(3) .feature-flex__img {
    width: 100%;
    max-width: 330px;
    margin-bottom: 20px;
  }
}

.page-index .feature .feature-flex:nth-of-type(3) .feature-flex__txt-wrap {
  width: 570px;
}

@media screen and (max-width: 768px) {
  .page-index .feature .feature-flex:nth-of-type(3) .feature-flex__txt-wrap {
    width: 100%;
  }
}

.page-index .feature .feature-flex:nth-of-type(5) .feature-flex__img {
  width: 470px;
}

@media screen and (max-width: 768px) {
  .page-index .feature .feature-flex:nth-of-type(5) .feature-flex__img {
    width: 100%;
    max-width: 330px;
  }
}

.page-index .feature .feature-flex:nth-of-type(5) .feature-flex__txt-wrap {
  width: 510px;
}

@media screen and (max-width: 768px) {
  .page-index .feature .feature-flex:nth-of-type(5) .feature-flex__txt-wrap {
    width: 100%;
  }
}

.page-index .feature .feature-flex__gray-content {
  margin-top: 25px;
  padding: 35px 20px;
  border-radius: 25px;
  background-color: #f6f4f2;
}

@media screen and (max-width: 768px) {
  .page-index .feature .feature-flex__gray-content {
    margin-top: 15px;
    padding: 20px 10px;
  }
}

.page-index .feature .feature-flex .gray-content {
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.page-index .feature .feature-flex .gray-content__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 49%;
  max-width: 325px;
}

@media screen and (max-width: 768px) {
  .page-index .feature .feature-flex .gray-content__item {
    width: 100%;
  }
}

.page-index .feature .feature-flex .gray-content__item:first-of-type, .page-index .feature .feature-flex .gray-content__item:nth-of-type(2) {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .page-index .feature .feature-flex .gray-content__item:first-of-type, .page-index .feature .feature-flex .gray-content__item:nth-of-type(2) {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  .page-index .feature .feature-flex .gray-content__item:nth-of-type(3) {
    margin-bottom: 15px;
  }
}

.page-index .feature .feature-flex .gray-content__item:nth-of-type(2n) {
  margin-left: 2%;
}

@media screen and (max-width: 768px) {
  .page-index .feature .feature-flex .gray-content__item:nth-of-type(2n) {
    margin-left: 0;
  }
}

.page-index .feature .feature-flex .gray-content__item-img {
  width: 70px;
  margin-right: 14px;
}

.page-index .feature .feature-flex .gray-content__item-txt {
  font-weight: bold;
  font-size: 2rem;
}

.page-index .feature__btn {
  width: 300px;
  height: 60px;
  margin: 35px auto 0;
}

@media screen and (max-width: 768px) {
  .page-index .feature__btn {
    height: 45px;
    margin: 20px auto 0;
  }
}

.page-index .price {
  padding: 35px 0;
  background-color: #eaeaea;
}

@media screen and (max-width: 768px) {
  .page-index .price {
    padding: 20px 0;
  }
}

.page-index .price__ttl {
  color: #ed6103;
  font-weight: normal;
  font-size: 4rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .page-index .price__ttl {
    font-size: 2.8rem;
  }
}

.page-index .price__main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  max-width: 820px;
  margin: auto;
  margin-top: 50px;
  padding: 40px;
  border-radius: 5px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .page-index .price__main-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    flex-direction: column;
    align-items: center;
    margin-top: 25px;
    padding: 20px;
  }
}

.page-index .price .main-content__img {
  position: absolute;
  top: -55px;
  width: 300px;
}

@media screen and (max-width: 1024px) {
  .page-index .price .main-content__img {
    left: 0;
  }
}

@media screen and (max-width: 768px) {
  .page-index .price .main-content__img {
    position: relative;
    top: 0;
    width: 150px;
  }
}

.page-index .price .main-content__txt-wrap {
  width: 100%;
  max-width: 390px;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .page-index .price .main-content__txt-wrap {
    margin: 20px auto 0;
  }
}

.page-index .price .main-content .txt-wrap__comb {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .page-index .price .main-content .txt-wrap__comb {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.page-index .price .main-content .txt-wrap__comb-txt {
  padding: 2px 15px;
  background-color: #ed6103;
  color: #fff;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .page-index .price .main-content .txt-wrap__comb-txt {
    padding: 2px 5px;
    font-size: 1.2rem;
  }
}

.page-index .price .main-content .txt-wrap__comb-plus {
  margin: 0 5px;
  font-weight: bold;
  font-size: 2.2rem;
}

@media screen and (max-width: 768px) {
  .page-index .price .main-content .txt-wrap__comb-plus {
    font-size: 1.6rem;
  }
}

.page-index .price .main-content .txt-wrap__name {
  margin-top: 18px;
  font-weight: bold;
  font-size: 4.1rem;
  line-height: 1;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .page-index .price .main-content .txt-wrap__name {
    margin-top: 9px;
    font-size: 2.4rem;
    text-align: center;
  }
}

.page-index .price .main-content .txt-wrap__name span {
  font-weight: normal;
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  .page-index .price .main-content .txt-wrap__name span {
    font-size: 1.2rem;
  }
}

.page-index .price .main-content .txt-wrap__price {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .page-index .price .main-content .txt-wrap__price {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 15px;
  }
}

.page-index .price .main-content .txt-wrap__price-left {
  margin-right: 10px;
}

.page-index .price .main-content .txt-wrap__price-left__rental {
  padding: 3px 10px;
  border-radius: 20px;
  background-color: #ed6103;
  color: #fff;
  font-size: 1.3rem;
}

@media screen and (max-width: 768px) {
  .page-index .price .main-content .txt-wrap__price-left__rental {
    padding: 2px 5px;
    font-size: 1.1rem;
  }
}

.page-index .price .main-content .txt-wrap__price-left__month {
  margin-top: 3px;
  color: #ed6103;
  font-size: 2.9rem;
}

@media screen and (max-width: 768px) {
  .page-index .price .main-content .txt-wrap__price-left__month {
    font-size: 2rem;
  }
}

.page-index .price .main-content .txt-wrap__price-left__price {
  color: #ed6103;
  font-size: 7.8rem;
  line-height: 1;
  font-family: 'din-alternate';
}

@media screen and (max-width: 768px) {
  .page-index .price .main-content .txt-wrap__price-left__price {
    font-size: 4rem;
  }
}

.page-index .price .main-content .txt-wrap__price-left__price span {
  position: relative;
  top: -10px;
  margin-left: 10px;
  color: #000;
  font-weight: bold;
  font-size: 2.1rem;
}

@media screen and (max-width: 768px) {
  .page-index .price .main-content .txt-wrap__price-left__price span {
    font-size: 1.4rem;
  }
}

.page-index .price .main-content__txt {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .page-index .price .main-content__txt {
    text-align: center;
  }
}

.page-index .news {
  padding: 50px 0;
}

@media screen and (max-width: 768px) {
  .page-index .news {
    padding: 25px 0;
  }
}

.page-index .news__ttl {
  color: #ed6103;
  font-size: 4rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .page-index .news__ttl {
    font-size: 3rem;
  }
}

.page-index .news__lists {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-top: 70px;
}

@media screen and (max-width: 768px) {
  .page-index .news__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 35px;
  }
}

.page-index .news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-index .news__item:not(:first-of-type) {
  margin-left: 30px;
}

@media screen and (max-width: 768px) {
  .page-index .news__item:not(:first-of-type) {
    margin-top: 20px;
    margin-left: 0;
  }
}

.page-index .news__item-img {

  margin-right: 15px;
}

.page-index .news__item-img img{
width: 130px;
max-height: 150px;
object-fit: cover;
}


.page-index .news__item-twrap {
  width: 215px;
}

.page-index .news__item-date {
  font-size: 1.3rem;
}

.page-index .news__item-ttl {
  margin-top: 3px;
  font-weight: bold;
  font-size: 1.5rem;
}
.page-index .news__item-ttl a{
  color: #ed6103;
}

.page-index .news__item-txt p{
  margin-top: 3px;
  font-size: 1.3rem;
}


@media screen and (max-width: 768px) {
.page-index .news__item-txt p{
  margin-top: 3px;
  font-size: 1rem;
}
}

.page-index .news__btn {
  width: 300px;
  height: 60px;
  margin: 40px auto 0;
}

@media screen and (max-width: 768px) {
  .page-index .news__btn {
    height: 45px;
    margin: 20px auto 0;
  }
}


.page-index .faq-wrp {
  padding: 55px;
  background-color: #f6f4f2;
}

@media screen and (max-width: 768px) {
  .page-index .faq-wrp {
    padding: 25px;
  }
}

.page-index .faq-wrp .faq .ib{
padding: 100px 0px 0px;
max-width: 1080px;
}

@media screen and (max-width: 768px) {
.page-index .faq-wrp .faq .ib{
padding: 40px 0px 0px;
}
}

.page-index .faq-wrp__ttl {
  color: #ed6103;
  font-weight: 400;
  font-size: 4rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .page-index .faq-wrp__ttl {
    font-size: 2.6rem;
  }
}

.page-index .faq-wrp__sub-ttl {
  margin-top: 40px;
  line-height: calc(28 / 16);
  text-align: center;
}

@media screen and (max-width: 768px) {
  .page-index .faq-wrp__sub-ttl {
    margin-top: 20px;
  }
}

.page-index .faq-wrp__btn {
  width: 300px;
  height: 50px;
  margin: 60px auto 0;
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .page-index .faq-wrp__btn {
    height: 45px;
    margin: 30px auto 0;
    font-size: 1.6rem;
  }
}

.specific-top .ib {
  padding: 60px 0; }
.specific-top .s_d h2 {
  padding: 10px 30px;
  background: #5c859d;
  color: #fff;
  border-radius: 8px;
  font-size: 28px;
  text-align: center;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
  cursor: pointer; }
  .specific-top .s_d h2:after {
    content: "\e5c5";
    font-family: material icons;
    padding-left: 0px;
    position: relative;
    top: 4px; }
  .specific-top .s_d h2.open:after {
    content: "\e5c7"; }
  .specific-top .s_d h2 span {
    font-size: 12px;
    display: inline-block;
    margin-right: 10px;
    padding: 5px 14px;
    border: 1px solid #fff;
    position: relative;
    top: -5px; }
.specific-top .ib h3{
margin-bottom: 0px;
}
.specific-top .s_d .detail {
  padding: 30px 50px;
  background: #f4f4f4;
  border-radius: 8px;
  border: 1px solid #bbb;
  margin-top: -10px;
  overflow: hidden;
  display: block; }
  .specific-top .s_d .detail table {
    background: #fff; }
.specific-top img{width: 40px;}


@media screen and (max-width: 768px) {
  .specific-top .ib {
    padding: 15px; }
  .specific-top .s_d h2 {
    margin-top: 0;
    padding: 15px;
    font-size: 24px; }
    .specific-top .s_d h2:before {
      font-size: 30px; }
    .specific-top .s_d h2 span {
      display: block;
      margin-right: 0;
      max-width: 220px;
      margin: 5px auto 0px; }
  .specific-top .s_d .detail {
    padding: 15px;
    flex-wrap: wrap;
    overflow-x: scroll; }
    .specific-top .s_d .detail .data {
      width: 100%; }
    .specific-top .s_d .detail .aqua_result2,
    .specific-top .s_d .detail .aqua_other {
      width: 100%; }
      .specific-top .s_d .detail .aqua_result2 dl,
      .specific-top .s_d .detail .aqua_other dl {
        margin: 0; }
  .specific-top .s_d table {
    width: 100%; }
}

.maintenance_info{}

.maintenance_info .ib {
padding: 40px 0 0px; }

.maintenance_info .maintenance__ttl {
  color: #ed6103;
  font-weight: 400;
  font-size: 4rem;
  text-align: center;
}


.maintenance_info .maintenance_info_wrap{
width: 980px;
margin-top: 50px;
margin-left: auto;
margin-right: auto;
}

.maintenance_info .maintenance_info_wrap li{
border-top: 1px solid #eee;
}

.maintenance_info .maintenance_info_wrap li:hover{
background-color: #fcfaf5;
}

.maintenance_info .maintenance_info_wrap li:nth-last-of-type(1){
border-bottom: 1px solid #eee;
}

.maintenance_info .maintenance_info_wrap li a{
display: block;
padding: 20px 10px;
}

.maintenance_info .maintenance_info_wrap .date{
font-weight: bold;
padding-right: 20px;
font-size: 13px;
}

.maintenance_info .maintenance_info_wrap .cate1{
display: inline-block;
color: #fff;
padding: 3px 0.75em;
border-radius: 11px;
background-color: #dc6a2b;
font-size: 13px;
line-height: 1.3;
width: 8.0em;
text-align-last: justify;
text-justify: inter-ideograph;
}

.maintenance_info .maintenance_info_wrap .cate2{
display: inline-block;
color: #fff;
padding: 3px 0.75em;
border-radius: 11px;
background-color: #5c859d;
font-size: 13px;
line-height: 1.3;
width: 8.0em;
text-align-last: justify;
text-justify: inter-ideograph;
}

.maintenance_info .maintenance_info_wrap .info{
font-size: 16px;
padding-left: 20px;
}

@media screen and (max-width: 768px) {
.maintenance_info .maintenance_info_wrap .info{
font-size: 14px;
line-height: 2em;
}
}


@media (max-width: 980px) {
.maintenance_info .maintenance_info_wrap{width: 100% !important;}
.maintenance_info .maintenance__ttl {font-size: 2.5rem;}
}
