/**
* @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;}

.contact table {
  width: 100%; }
  .contact table tr th {
    padding: 15px;
    width: 20%;
    text-align: left;
    padding-left: 0;
    border-bottom: 2px solid #0b78b9; }
  .contact table tr td {
    padding: 15px;
    width: 80%;
    border-bottom: 2px solid  #eee;
    padding-right: 0; }
.contact input[type="text"], .contact input[type="tel"], .contact select, .contact input[type="email"] {
  display: block;
  width: 100%;
  padding: 12px;
  border: 1px solid  #ccc;
  border-radius: 4px;
  font-size: 16px; }
.contact textarea {
  min-height: 200px;
  display: block;
  width: 100%;
  border-radius: 4px;
  border: 1px solid  #ccc; }
.contact input[type="submit"] {
  display: block;
  margin: 40px auto;
  padding: 15px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  border: none;
  background: #0b78b9;
  width: 400px;
  border-radius: 4px;
  max-width: 100%;
  cursor: pointer; }
.contact input[type="button"] {
  display: block;
  margin: 40px auto;
  padding: 15px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  border: none;
  background: #888;
  width: 400px;
  border-radius: 4px;
  max-width: 100%;
  cursor: pointer;
  margin-bottom: 0 !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;
}

.order-staff{
margin-bottom: 20px;
width: 500px;
}


@media screen and (max-width: 768px) {

.order-staff{
width: 100%;
}

  .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 10px;
    margin-bottom: 20px;
}

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

@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;
}

.page-extraaqua .is-pc {
  display: block;
}

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

.page-extraaqua .kv {
  padding-top: 180px;
  background: #f6f4f2;
}

@media screen and (max-width: 768px) {
  .page-extraaqua .kv {
    padding-top: 30px;
  }
}

.page-extraaqua .kv__head {
  text-align: center;
}

.page-extraaqua .kv__ttl {
  color: #ed6103;
  font-size: 4rem;
  line-height: calc(70 / 40);
}

@media screen and (max-width: 768px) {
  .page-extraaqua .kv__ttl {
    font-size: 3rem;
    line-height: 1.2em;
    padding-bottom: 20px;
  }
}

.page-extraaqua .kv__sub-ttl {
  display: inline-block;
  padding: 10px 60px;
  border-radius: 999px;
  background: #ed6103;
  color: #fff;
  font-size: 2rem;
  line-height: calc(34 / 20);
}

@media screen and (max-width: 768px) {
  .page-extraaqua .kv__sub-ttl {
    padding: 10px 30px;
    font-size: 1.6rem;
  }
}

.page-extraaqua .kv__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
}

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

.page-extraaqua .kv__txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 20px;
  font-size: 1.6rem;
  line-height: calc(29 / 16);
}

@media screen and (max-width: 768px) {
  .page-extraaqua .kv__txt {
    margin-bottom: 10px;
    padding-top: 0;
    font-size: 1.4rem;
  }
}

.page-extraaqua .kv__img {
  -webkit-box-flex: 3.2;
  -ms-flex: 3.2;
  flex: 3.2;
}

.page-extraaqua .about {
  padding-top: 90px;
}

@media screen and (max-width: 1024px) {
  .page-extraaqua .about {
    margin-bottom: 60px;
    padding-top: 0;
    background: none;
  }
}

.page-extraaqua .about__container {
  position: relative;
}

.page-extraaqua .about__cards {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .page-extraaqua .about__cards {
    display: block;
    position: static;
  }
}

.page-extraaqua .about__card {
  display: block;
  width: 252px;
  height: 330px;
  margin-bottom: 90px;
  padding: 30px;
  border-radius: 15px;
  background: rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 1024px) {
  .page-extraaqua .about__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    margin-bottom: 20px;
    padding: 15px;
  }
}

.page-extraaqua .about__card:nth-child(4), .page-extraaqua .about__card:last-child {
  margin-right: 0;
}

.page-extraaqua .about .card__img {
  width: 140px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .page-extraaqua .about .card__img {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: auto;
    margin-right: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .page-extraaqua .about .card__box {
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
  }
}

.page-extraaqua .about .card__ttl {
  margin-top: 15px;
  font-size: 2rem;
  line-height: calc(36 / 20);
  text-align: center;
}

@media screen and (max-width: 768px) {
  .page-extraaqua .about .card__ttl {
    margin-top: 0;
    font-size: 1.8rem;
  }
}

.page-extraaqua .about .card__txt {
  font-size: 1.6rem;
  line-height: calc(23 / 16);
}

@media screen and (max-width: 768px) {
  .page-extraaqua .about .card__txt {
    font-size: 1.4rem;
  }
}

.page-extraaqua .features {
  padding-bottom: 100px;
}

@media screen and (max-width: 1024px) {
  .page-extraaqua .features {
    padding-bottom: 50px;
  }
}

.page-extraaqua .features__head {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: baseline;
  justify-content: center;
}

@media screen and (max-width: 1024px) {
  .page-extraaqua .features__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
  }
}

.page-extraaqua .features__ttl {
  margin-right: 10px;
  font-size: 3.3rem;
}

@media screen and (max-width: 1024px) {
  .page-extraaqua .features__ttl {
    margin: 0 auto -20px;
    font-size: 2.8rem;
  }
}

.page-extraaqua .features .head-ttl__box {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: baseline;
  font-weight: normal;
}

@media screen and (max-width: 1024px) {
  .page-extraaqua .features .head-ttl__box {
    margin: 0 auto;
  }
}

.page-extraaqua .features .head-ttl__box::before {
  display: block;
  z-index: -1;
  position: absolute;
  bottom: 25px;
  width: 100%;
  height: 20px;
  background: #fce906;
  content: "";
}

@media screen and (max-width: 1024px) {
  .page-extraaqua .features .head-ttl__box::before {
    bottom: 10px;
  }
}

.page-extraaqua .features .head-ttl__five {
  display: block;
  margin-right: 10px;
  color: #ed6103;
  font-size: 10.5rem;
}

@media screen and (max-width: 1024px) {
  .page-extraaqua .features .head-ttl__five {
    font-size: 7rem;
  }
}

.page-extraaqua .features .head-ttl__orange {
  display: block;
  color: #ed6103;
  font-size: 4.9rem;
}

@media screen and (max-width: 1024px) {
  .page-extraaqua .features .head-ttl__orange {
    font-size: 3rem;
  }
}

.page-extraaqua .features__card:not(:last-child) {
  margin-bottom: 40px;
}

.page-extraaqua .features__card:not(:first-child) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .page-extraaqua .features__card:not(:first-child) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.page-extraaqua .features__card:not(:first-child), .page-extraaqua .features__card:not(:nth-child(2)) {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .page-extraaqua .features__card:not(:first-child), .page-extraaqua .features__card:not(:nth-child(2)) {
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
  }
}

.page-extraaqua .features__card:nth-child(2) {
  width: 1120px;
}

@media screen and (max-width: 1400px) {
  .page-extraaqua .features__card:nth-child(2) {
    width: 100%;
  }
}

.page-extraaqua .features__card:nth-child(4) {
  width: 1220px;
}

@media screen and (max-width: 1400px) {
  .page-extraaqua .features__card:nth-child(4) {
    width: 100%;
  }
}

.page-extraaqua .features__card:nth-child(5) {
  width: 1135px;
}

@media screen and (max-width: 1400px) {
  .page-extraaqua .features__card:nth-child(5) {
    width: 100%;
  }
}

.page-extraaqua .features .card__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-extraaqua .features .card__content {
  margin-top: 30px;
  padding: 40px;
  border-radius: 15px;
  background: #f6f4f2;
}

@media screen and (max-width: 1024px) {
  .page-extraaqua .features .card__content {
    margin-top: 15px;
    padding: 20px 8px;
  }
}

.page-extraaqua .features .card__content--flex {
  margin-top: 30px;
  margin-left: 20px;
}

@media screen and (max-width: 1024px) {
  .page-extraaqua .features .card__content--flex {
    width: 60%;
    margin: 0 auto;
    margin-top: 30px;
  }
}

@media screen and (max-width: 599px) {
  .page-extraaqua .features .card__content--flex {
    width: 100%;
  }
}

.page-extraaqua .features .card__container {
  max-width: 726px;
}

@media screen and (max-width: 1024px) {
  .page-extraaqua .features .card__container {
    width: 100%;
    max-width: none;
  }
}

.page-extraaqua .features .card__img {
  width: 450px;
  margin-bottom: auto;
}

@media screen and (max-width: 1024px) {
  .page-extraaqua .features .card__img {
    width: 60%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 599px) {
  .page-extraaqua .features .card__img {
    width: 100%;
  }
}

.page-extraaqua .features .head__number {
  display: block;
  position: relative;
  width: 62.5px;
  height: 62.5px;
  margin-right: 15px;
  color: #fff;
  font-size: 4rem;
  line-height: 62.5px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .page-extraaqua .features .head__number {
    height: 40px;
    font-size: 2rem;
    line-height: 40px;
  }
}

.page-extraaqua .features .head__number::before {
  -webkit-transform: translateX(-50%) translateY(-50%);
  display: block;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 62.5px;
  height: 62.5px;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  background: #ed6103;
  content: "";
}

@media screen and (max-width: 1024px) {
  .page-extraaqua .features .head__number::before {
    width: 40px;
    height: 40px;
  }
}

.page-extraaqua .features .head__content {
  padding-top: 8px;
}

@media screen and (max-width: 1024px) {
  .page-extraaqua .features .head__content {
    padding-top: 0;
  }
}

.page-extraaqua .features .head__ttl {
  margin-bottom: 10px;
  color: #ed6103;
  font-size: 3.2rem;
}

@media screen and (max-width: 1024px) {
  .page-extraaqua .features .head__ttl {
    font-size: 2.2rem;
  }
}

.page-extraaqua .features .head__txt {
  font-size: 1.6rem;
}

@media screen and (max-width: 1024px) {
  .page-extraaqua .features .head__txt {
    font-size: 1.4rem;
  }
}

.page-extraaqua .features .c-content__ttl {
  margin-right: 200px;
  margin-bottom: 10px;
  color: #ed6103;
  font-size: 2.3rem;
  text-align: right;
}

@media screen and (max-width: 1024px) {
  .page-extraaqua .features .c-content__ttl {
    margin-right: 0;
    font-size: 2rem;
    text-align: center;
  }
}

.page-extraaqua .features .c-content__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .page-extraaqua .features .c-content__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.page-extraaqua .features .c-content__img {
  width: 258px;
  margin-right: 10px;
}

@media screen and (max-width: 1024px) {
  .page-extraaqua .features .c-content__img {
    width: 200px;
    margin: 0 auto 20px;
  }
}

.page-extraaqua .features .c-content__txt-area {
  -webkit-box-flex: 1.5;
  -ms-flex: 1.5;
  flex: 1.5;
  margin-right: 10px;
}

@media screen and (max-width: 1024px) {
  .page-extraaqua .features .c-content__txt-area {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .page-extraaqua .features .c-content__txt-area .txt-area__img {
    width: 60%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 599px) {
  .page-extraaqua .features .c-content__txt-area .txt-area__img {
    width: 100%;
  }
}

.page-extraaqua .features .c-content__lists {
  -webkit-box-flex: 1.5;
  -ms-flex: 1.5;
  flex: 1.5;
}

.page-extraaqua .features .c-content__lists--flex {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: -20px;
}

.page-extraaqua .features .c-content__list--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc((100% / 2) - 10px);
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .page-extraaqua .features .c-content__list--flex {
    width: 100%;
  }
}

.page-extraaqua .features .c-content__txt {
  margin-bottom: 20px;
  font-size: 1.4rem;
  line-height: calc(24 / 14);
  letter-spacing: 0.1em;
}

.page-extraaqua .features .c-content__list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.page-extraaqua .features .c-content__list:not(:last-child) {
  margin-bottom: 15px;
}

.page-extraaqua .features .list__img {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 8px;
}

@media screen and (max-width: 1024px) {
  .page-extraaqua .features .list__img {
    -webkit-box-flex: 0.6;
    -ms-flex: 0.6;
    flex: 0.6;
  }
}

@media screen and (max-width: 599px) {
  .page-extraaqua .features .list__img {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.page-extraaqua .features .list__content {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
}

.page-extraaqua .features .list__ttl {
  color: #0057a9;
}

.page-extraaqua .features .list__txt {
  font-size: 1.2rem;
}

.page-extraaqua .set-flow {
  padding-top: 50px;
  padding-bottom: 90px;
  background: #f6f4f2;
}

@media screen and (max-width: 768px) {
  .page-extraaqua .set-flow {
    padding-top: 25px;
    padding-bottom: 45px;
  }
}

.page-extraaqua .set-flow__ttl {
  margin-bottom: 50px;
  color: #ed6103;
  font-size: 4rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .page-extraaqua .set-flow__ttl {
    margin-bottom: 25px;
    font-size: 3rem;
  }
}

.page-extraaqua .set-flow__card {
  background: #fff;
}

.page-extraaqua .set-flow__card:first-child {
  padding-bottom: 20px;
}

.page-extraaqua .set-flow .card__ttl {
  padding: 20px;
  background: #5b4b3c;
  color: #fff;
  font-weight: normal;
  font-size: 2.5rem;
}

@media screen and (max-width: 768px) {
  .page-extraaqua .set-flow .card__ttl {
    padding: 15px 10px;
    font-size: 2rem;
  }
}

.page-extraaqua .set-flow .card__content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 30px 20px;
  background: #fff;
}

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

.page-extraaqua .set-flow .card__img {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 35px;
}

@media screen and (max-width: 768px) {
  .page-extraaqua .set-flow .card__img {
    margin: 0 auto 10px;
  }
}

.page-extraaqua .set-flow .card__txt-box {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  display: inline-block;
  flex: 2;
}

.page-extraaqua .set-flow .card__txt:not(:last-child) {
  margin-bottom: 20px;
}

.page-extraaqua .set-flow .card__contact {
  padding-right: 10px;
  padding-left: 10px;
}

@media screen and (max-width: 599px) {
  .page-extraaqua .set-flow .card__contact {
    padding-right: 0;
    padding-left: 0;
  }
  .page-extraaqua .set-flow .card__contact .section-contact__content {
    padding-right: 10px;
    padding-left: 10px;
  }
  .page-extraaqua .set-flow .card__contact .section-contact__content-right {
    padding: 15px 10px;
  }
}

.page-extraaqua .set-flow__triangle {
  width: 60px;
  margin: 30px auto;
}
