@charset "UTF-8";
* {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: #333;
  box-sizing: border-box;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 62.5%; /* 1rem = 10px */
  }
}
@media screen and (min-width: 769px) and (max-width: 960px) {
  html {
    font-size: 56.25%; /* 1rem = 9px */
  }
}
@media screen and (min-width: 961px) {
  html {
    font-size: 62.5%; /* 1rem = 10px */
  }
}
h3 {
  margin-bottom: 60px;
  text-align: center;
  font-size: 4.8rem;
}
@media screen and (max-width: 768px) {
  h3 {
    margin-bottom: 50px;
    font-size: 2.4rem;
  }
}

h4 {
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 2rem;
  }
}

h3::before {
  content: "";
  display: inline-block;
  width: 71px;
  height: 48px;
  margin-right: 15px;
  background-image: url("../img/logo-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  h3::before {
    width: 32px;
    height: 22px;
    margin-right: 10px;
  }
}

p, li {
  font-size: 1.6rem;
}

img {
  height: auto;
  vertical-align: bottom;
}

.inner {
  max-width: 1400px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 20px;
}

.nowrap {
  display: inline-block;
  white-space: nowrap;
}

#container {
  padding-bottom: 120px;
  background-color: #F6F5F0;
}
@media screen and (max-width: 768px) {
  #container {
    padding-bottom: 100px;
  }
}
#container header {
  position: fixed;
  width: 100%;
  margin: 0 auto;
  z-index: 101;
  background-color: #D4E9C5;
}
#container header .header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1800px;
  height: 120px;
  max-width: calc(100% - 20px);
  margin: 0 auto;
  padding: 10px;
}
@media screen and (max-width: 1200px) {
  #container header .header__inner {
    height: 60px;
  }
}
#container header .header__inner h1 img {
  width: 100px;
}
@media screen and (max-width: 1200px) {
  #container header .header__inner h1 img {
    width: 50px;
  }
}
@media screen and (max-width: 1200px) {
  #container header .header__inner h1 {
    position: absolute;
    left: 65px;
  }
}
#container header .header__inner .header__nav ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#container header .header__inner .header__nav ul li a {
  padding: 20px;
  display: block;
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  #container header .header__inner .header__nav ul li a {
    padding: 20px 10px;
  }
}
#container header .header__inner .header__nav ul li:last-child {
  margin-left: 20px;
  background-color: #D8579D;
  border-radius: 30px;
}
#container header .header__inner .header__nav ul li:last-child a {
  padding: 10px 15px;
  color: #fff;
  font-size: 2.4rem;
}
#container header .header__inner .header__nav ul li:last-child:hover {
  opacity: 0.7;
}
#container header .header__inner .header__nav {
  display: none;
}
@media screen and (min-width: 1201px) {
  #container header .header__inner .header__nav {
    display: block;
  }
}
#container header .header__inner .header__sp-nav {
  display: block;
}
@media screen and (min-width: 1201px) {
  #container header .header__inner .header__sp-nav {
    display: none;
  }
}
#container header .header__inner .header__sp-nav .header__top #header__hamburger {
  position: absolute;
  top: 18px;
  left: 20px;
  width: 30px;
  height: 25px;
  cursor: pointer;
  z-index: 100;
}
#container header .header__inner .header__sp-nav .header__top #header__hamburger .header__hamburger-line {
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #7D6B48;
  border-radius: 2px;
  transition: 0.3s;
}
#container header .header__inner .header__sp-nav .header__top #header__hamburger .header__hamburger-line#line1 {
  top: 0;
}
#container header .header__inner .header__sp-nav .header__top #header__hamburger .header__hamburger-line#line2 {
  top: 11px;
}
#container header .header__inner .header__sp-nav .header__top #header__hamburger .header__hamburger-line#line3 {
  bottom: 0;
}
#container header .header__inner .header__sp-nav .header__top #header__hamburger .header__hamburger-label {
  display: none;
  position: absolute;
  top: -13px;
  right: -1px;
  font-size: 1rem;
  color: #7D6B48;
  border-radius: 4px;
}
#container header .header__inner .header__sp-nav .header__top .header__contact-link {
  position: absolute;
  top: 18px;
  right: 20px;
  padding: 5px 20px;
  background-color: #D8579D;
  border-radius: 30px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #container header .header__inner .header__sp-nav .header__top .header__contact-link {
    top: 13px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  #container header .header__inner .header__sp-nav .header__top .header__contact-link {
    top: 13px;
    font-size: 16px;
  }
}
#container header .header__inner .header__sp-nav #header__nav--sp {
  position: absolute;
  top: -100vh;
  left: 0;
  width: 100%;
  height: calc(100vh - 60px);
  background-color: #F6F5F0;
  transition: 0.5s ease;
  margin-top: 60px;
  padding-top: 30px;
}
#container header .header__inner .header__sp-nav #header__nav--sp.in {
  top: 0;
}
#container header .header__inner .header__sp-nav #header__nav--sp .header__list .header__item {
  width: 60%;
  margin: 0 auto;
  text-align: center;
  border-top: 1px solid #7D6B48;
}
#container header .header__inner .header__sp-nav #header__nav--sp .header__list .header__item a {
  width: 100%;
  padding: 10px 20px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #container header .header__inner .header__sp-nav #header__nav--sp .header__list .header__item a {
    font-size: 1.4rem;
  }
}
#container header .header__inner .header__sp-nav #header__nav--sp .header__list .header__item:last-child {
  border-bottom: 1px solid #7D6B48;
}
#container header .header__inner .header__sp-nav #header__nav--sp .header__nav-logo {
  margin-top: 30px;
  text-align: center;
}
#container header .header__inner .header__sp-nav #header__nav--sp .header__nav-logo img {
  width: 80px;
}
#container header .header__inner .line_1 {
  transform: translateY(11px) rotate(45deg);
}
#container header .header__inner .line_2 {
  opacity: 0;
}
#container header .header__inner .line_3 {
  transform: translateY(-11px) rotate(-45deg);
}
#container #main {
  padding-top: 120px;
}
@media screen and (max-width: 1200px) {
  #container #main {
    padding-top: 60px;
  }
}
#container #main h2 {
  margin: 80px 0 120px 0;
  font-size: 3.2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #container #main h2.vision-future {
    display: none;
  }
}
#container #main h2.vision-future::before {
  content: "〜";
}
#container #main h2.vision-future::after {
  content: "〜";
}
#container #main #mv {
  position: relative;
  width: 100%;
  height: calc(100vh - 120px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  #container #main #mv {
    margin-bottom: 100px;
    background-image: url(../img/mv-bg-sp.jpg);
  }
}
@media screen and (min-width: 769px) {
  #container #main #mv {
    background-image: url(../img/mv-bg.jpg);
  }
}
@media screen and (max-width: 1200px) {
  #container #main #mv {
    height: calc(100vh - 60px);
  }
}
#container #main #mv .mv__brand {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
#container #main #mv .mv__brand img {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #container #main #mv .mv__brand img {
    width: 137px;
    height: 140px;
    margin-bottom: 20px;
  }
}
#container #main #mv .mv__brand .mv__tagline {
  padding: 15px;
  background-image: url(../img/mv-tagline-bg.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  font-size: 2.4rem;
  color: #7d6b48;
}
@media screen and (max-width: 768px) {
  #container #main #mv .mv__brand .mv__tagline {
    font-size: 1.2rem;
  }
}
#container #main #mv .mv__brand .mv__catchcopy {
  margin-bottom: 20px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #E2250C;
}
@media screen and (min-width: 769px) {
  #container #main #mv .mv__brand .mv__catchcopy {
    display: none;
  }
}
#container #main #mv .mv__brand .mv__catchcopy span {
  color: #E2250C;
  font-weight: bold;
}
#container #main #vision-aim {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  #container #main #vision-aim {
    margin-bottom: 100px;
  }
}
#container #main #vision-aim .vision-aim__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #container #main #vision-aim .vision-aim__content {
    display: block;
  }
}
#container #main #vision-aim .vision-aim__content .vision-aim__image,
#container #main #vision-aim .vision-aim__content .vision-aim__text {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #container #main #vision-aim .vision-aim__content .vision-aim__image,
  #container #main #vision-aim .vision-aim__content .vision-aim__text {
    width: 100%;
  }
}
@media screen and (min-width: 769px) and (max-width: 960px) {
  #container #main #vision-aim .vision-aim__content .vision-aim__image,
  #container #main #vision-aim .vision-aim__content .vision-aim__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #container #main #vision-aim .vision-aim__content .vision-aim__image {
    margin-bottom: 50px;
  }
}
#container #main #features {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  #container #main #features {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1250px) {
  #container #main #features .inner {
    max-width: 600px;
  }
}
#container #main #features .inner .features__list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 1250px) {
  #container #main #features .inner .features__list {
    display: block;
  }
}
#container #main #features .inner .features__list .features__item {
  width: 32.5%;
  background-color: #fff;
  border: 1px solid #333;
}
@media screen and (max-width: 1250px) {
  #container #main #features .inner .features__list .features__item {
    width: 100%;
  }
}
#container #main #features .inner .features__list .features__item .features__item-title {
  padding: 5px;
  background-color: #D4E9C5;
  border-bottom: 1px solid #333;
  text-align: center;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #container #main #features .inner .features__list .features__item .features__item-title {
    font-size: 1.4rem;
  }
}
#container #main #features .inner .features__list .features__item .features__item-group .features__item-set {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#container #main #features .inner .features__list .features__item .features__item-group .features__item-set:first-child {
  margin-bottom: 20px;
}
@media screen and (min-width: 351px) and (max-width: 400px) {
  #container #main #features .inner .features__list .features__item .features__item-group {
    width: 89%;
  }
}
@media screen and (min-width: 401px) and (max-width: 500px) {
  #container #main #features .inner .features__list .features__item .features__item-group {
    width: 75%;
  }
}
@media screen and (min-width: 501px) and (max-width: 600px) {
  #container #main #features .inner .features__list .features__item .features__item-group {
    width: 57%;
  }
}
@media screen and (min-width: 601px) and (max-width: 700px) {
  #container #main #features .inner .features__list .features__item .features__item-group {
    width: 46%;
  }
}
@media screen and (min-width: 701px) and (max-width: 768px) {
  #container #main #features .inner .features__list .features__item .features__item-group {
    width: 50%;
  }
}
@media screen and (min-width: 769px) and (max-width: 960px) {
  #container #main #features .inner .features__list .features__item .features__item-group {
    width: 55%;
  }
}
@media screen and (min-width: 961px) and (max-width: 1250px) {
  #container #main #features .inner .features__list .features__item .features__item-group {
    width: 66%;
  }
}
#container #main #features .inner .features__list .features__item .features__item-group:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
#container #main #features .inner .features__list .features__item .features__item-text {
  padding: 20px;
}
@media screen and (max-width: 768px) {
  #container #main #features .inner .features__list .features__item .features__item-text {
    font-size: 1.2rem;
  }
}
#container #main #features .inner .features__list .features__item .features__item-list li {
  list-style-type: disc;
  list-style-position: inside;
}
@media screen and (max-width: 768px) {
  #container #main #features .inner .features__list .features__item .features__item-list li {
    font-size: 1rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  #container #main #features .inner .features__list .features__item .features__item-list li {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  #container #main #features .inner .features__list .features__item .features__item-note .features__item-label {
    font-size: 1rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  #container #main #features .inner .features__list .features__item .features__item-note .features__item-label {
    font-size: 13px;
  }
}
#container #main #features .inner .features__list .features__item .features__item-content {
  padding: 20px;
}
@media screen and (max-width: 1250px) {
  #container #main #features .inner .features__list .features__item:not(:last-child) {
    margin-bottom: 30px;
  }
}
#container #main #target {
  margin-bottom: 120px;
  padding: 120px 0;
  background-image: url(../img/target-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  #container #main #target {
    padding: 100px 0;
    margin-bottom: 100px;
  }
}
#container #main #target .inner {
  max-width: 1150px;
}
#container #main #target .inner .target__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5rem 1.5rem;
  list-style: none;
  padding: 0;
  margin: 2rem 0 0;
}
#container #main #target .inner .target__list .target__item {
  width: calc(25% - 1.125rem); /* PC：4列 */
  text-align: center;
}
#container #main #target .inner .target__list .target__item .target__image {
  max-width: 50%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #container #main #target .inner .target__list .target__item .target__image {
    min-width: initial;
  }
}
#container #main #target .inner .target__list .target__item .target__label {
  margin-top: 0.5rem;
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) and (max-width: 960px) {
  #container #main #target .inner .target__list .target__item .target__label {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #container #main #target .inner .target__list .target__item {
    width: calc(50% - 0.75rem); /* SP：2列 */
  }
}
#container #main #service {
  margin-bottom: 120px;
  padding: 120px 0;
  background-image: url(../img/service-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  #container #main #service {
    padding: 100px 0;
    margin-bottom: 100px;
  }
}
#container #main #service .inner {
  max-width: 1150px;
}
#container #main #service .inner .service__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #container #main #service .inner .service__content {
    display: block;
  }
}
#container #main #service .inner .service__content .service__text .service__list .service__item {
  list-style-type: decimal;
  list-style-position: inside;
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) and (max-width: 960px) {
  #container #main #service .inner .service__content .service__text .service__list .service__item {
    font-size: 14px;
  }
}
#container #main #service .inner .service__content .service__text .service__list .service__item:not(:last-child) {
  margin-bottom: 15px;
}
#container #main #service .inner .service__content .service__image {
  text-align: right;
}
#container #main #service .inner .service__content .service__image img {
  width: 85%;
}
@media screen and (max-width: 768px) {
  #container #main #service .inner .service__content .service__image img {
    width: 45%;
  }
}
#container #main #usage {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  #container #main #usage {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  #container #main #usage .inner {
    max-width: 600px;
  }
}
#container #main #usage .inner .usage-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 70px;
}
#container #main #usage .inner .usage-section .usage-section__flow {
  width: 35%;
}
@media screen and (max-width: 768px) {
  #container #main #usage .inner .usage-section .usage-section__flow {
    margin-bottom: 100px;
  }
}
#container #main #usage .inner .usage-section .usage-section__flow .usage-flow__title {
  margin-bottom: 20px;
  text-align: center;
}
#container #main #usage .inner .usage-section .usage-section__flow .usage-flow__steps .usage-flow__step {
  position: relative;
}
#container #main #usage .inner .usage-section .usage-section__flow .usage-flow__steps .usage-flow__step .usage-flow__part {
  display: flex;
  align-items: center;
  padding-bottom: 50px;
}
#container #main #usage .inner .usage-section .usage-section__flow .usage-flow__steps .usage-flow__step .usage-flow__part img {
  z-index: 100;
}
#container #main #usage .inner .usage-section .usage-section__flow .usage-flow__steps .usage-flow__step .usage-flow__part .usage-flow__label {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  #container #main #usage .inner .usage-section .usage-section__flow .usage-flow__steps .usage-flow__step .usage-flow__part .usage-flow__label {
    font-size: 1.4rem;
  }
}
#container #main #usage .inner .usage-section .usage-section__flow .usage-flow__steps .usage-flow__step .usage-flow__group .usage-flow__list {
  position: absolute;
  top: calc(50% + 24px);
  left: 25px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  padding-left: 105px;
}
@media screen and (max-width: 400px) {
  #container #main #usage .inner .usage-section .usage-section__flow .usage-flow__steps .usage-flow__step .usage-flow__group .usage-flow__list {
    left: -15px;
  }
}
#container #main #usage .inner .usage-section .usage-section__flow .usage-flow__steps .usage-flow__step .usage-flow__group .usage-flow__list li {
  list-style-type: disc;
  list-style-position: inside;
}
@media screen and (max-width: 768px) {
  #container #main #usage .inner .usage-section .usage-section__flow .usage-flow__steps .usage-flow__step .usage-flow__group .usage-flow__list li {
    font-size: 1.2rem;
  }
}
#container #main #usage .inner .usage-section .usage-section__flow .usage-flow__steps .usage-flow__step .usage-flow__group .usage-flow__annotation {
  position: absolute;
  top: calc(50% + 24px);
  left: 290px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: flex;
  justify-content: right;
  align-items: center;
}
@media screen and (min-width: 769px) {
  #container #main #usage .inner .usage-section .usage-section__flow .usage-flow__steps .usage-flow__step .usage-flow__group .usage-flow__annotation {
    right: 0;
  }
}
@media screen and (max-width: 400px) {
  #container #main #usage .inner .usage-section .usage-section__flow .usage-flow__steps .usage-flow__step .usage-flow__group .usage-flow__annotation {
    left: 240px;
  }
}
@media screen and (max-width: 768px) {
  #container #main #usage .inner .usage-section .usage-section__flow .usage-flow__steps .usage-flow__step .usage-flow__group .usage-flow__annotation .usage-flow__note .usage-flow__label {
    font-size: 1.2rem;
  }
}
#container #main #usage .inner .usage-section .usage-section__flow .usage-flow__steps .usage-flow__step .line-extra::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 4px;
  top: calc(50% + 24px);
  left: 25px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background: #7D6B48;
}
@media screen and (max-width: 400px) {
  #container #main #usage .inner .usage-section .usage-section__flow .usage-flow__steps .usage-flow__step .line-extra::before {
    width: 40px;
  }
}
#container #main #usage .inner .usage-section .usage-section__flow .usage-flow__steps .usage-flow__step .line-extra::after {
  content: "";
  position: absolute;
  top: calc(50% + 24px);
  left: 105px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 17px solid #7D6B48;
}
@media screen and (max-width: 400px) {
  #container #main #usage .inner .usage-section .usage-section__flow .usage-flow__steps .usage-flow__step .line-extra::after {
    left: 65px;
  }
}
#container #main #usage .inner .usage-section .usage-section__flow .usage-flow__steps .usage-flow__step:last-child .usage-flow__part {
  padding-bottom: 0;
}
#container #main #usage .inner .usage-section .usage-section__flow .usage-flow__steps .usage-flow__step:first-child .usage-flow__part {
  padding-bottom: 100px;
}
#container #main #usage .inner .usage-section .usage-section__flow .usage-flow__steps .usage-flow__step:not(:first-child) {
  margin-top: 17px;
}
#container #main #usage .inner .usage-section .usage-section__flow .usage-flow__steps .usage-flow__step:not(:last-child)::before {
  content: "";
  background: #7D6B48;
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 23px;
}
#container #main #usage .inner .usage-section .usage-section__flow .usage-flow__steps .usage-flow__step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 15px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 17px solid #7D6B48;
  border-top-color: #7D6B48;
}
@media screen and (min-width: 1051px) and (max-width: 1200px) {
  #container #main #usage .inner .usage-section .usage-section__flow {
    width: 40%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1050px) {
  #container #main #usage .inner .usage-section .usage-section__flow {
    width: 49%;
  }
}
@media screen and (max-width: 768px) {
  #container #main #usage .inner .usage-section .usage-section__flow {
    width: 100%;
  }
}
#container #main #usage .inner .usage-section .usage-section__info {
  width: 55%;
}
@media screen and (max-width: 768px) {
  #container #main #usage .inner .usage-section .usage-section__info {
    width: 100%;
  }
}
#container #main #usage .inner .usage-section .usage-section__info .usage-time {
  margin-bottom: 100px;
  text-align: center;
}
#container #main #usage .inner .usage-section .usage-section__info .usage-time .usage-time__title {
  margin-bottom: 20px;
}
#container #main #usage .inner .usage-section .usage-section__info .usage-time .usage-time__text {
  display: inline-block;
  font-size: 1.6rem;
}
#container #main #usage .inner .usage-section .usage-section__info .usage-time .usage-time__text .usage-time__note {
  display: block;
  text-align: right;
}
#container #main #usage .inner .usage-section .usage-section__info .usage-price {
  font-size: 1.4rem;
  text-align: center;
}
#container #main #usage .inner .usage-section .usage-section__info .usage-price .usage-price__title {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #container #main #usage .inner .usage-section .usage-section__info .usage-price .usage-price__table--pc {
    display: none;
  }
}
#container #main #usage .inner .usage-section .usage-section__info .usage-price .usage-price__table--sp {
  table-layout: fixed;
}
@media screen and (min-width: 769px) {
  #container #main #usage .inner .usage-section .usage-section__info .usage-price .usage-price__table--sp {
    display: none;
  }
}
#container #main #usage .inner .usage-section .usage-section__info .usage-price table {
  width: 100%;
  margin-bottom: 15px;
  border-collapse: collapse;
  background-color: #fff;
}
#container #main #usage .inner .usage-section .usage-section__info .usage-price table th, #container #main #usage .inner .usage-section .usage-section__info .usage-price table td {
  padding: 5px;
  border: 2px solid #333;
}
#container #main #usage .inner .usage-section .usage-section__info .usage-price .usage-price__note {
  font-size: 14px;
}
@media screen and (min-width: 1051px) and (max-width: 1200px) {
  #container #main #usage .inner .usage-section .usage-section__info {
    width: 55%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1050px) {
  #container #main #usage .inner .usage-section .usage-section__info {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  #container #main #usage .inner .usage-section {
    display: block;
  }
}
#container #main #usage .inner .contact-btn {
  text-align: center;
}
#container #main #usage .inner .contact-btn .contact-call__link {
  display: inline-block;
  padding: 15px 25px;
  background: #D8579D;
  color: #fff;
  border-radius: 50px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  #container #main #usage .inner .contact-btn .contact-call__link {
    padding: 10px 15px;
    font-size: 14px;
  }
}
#container #main #usage .inner .contact-btn .contact-call__link::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../img/tel-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.5em;
  vertical-align: middle;
}
#container #main #usage .inner .contact-btn .contact-call__link:hover {
  opacity: 0.7;
}
#container #main #about {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  #container #main #about {
    margin-bottom: 100px;
  }
}
#container #main #about .inner .about__content {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #container #main #about .inner .about__content {
    display: block;
  }
}
#container #main #about .inner .about__content .about__info,
#container #main #about .inner .about__content .about__map {
  width: 48%;
}
@media screen and (max-width: 768px) {
  #container #main #about .inner .about__content .about__info,
  #container #main #about .inner .about__content .about__map {
    width: 100%;
  }
}
#container #main #about .inner .about__content .about__info .about__list .about__item {
  margin-bottom: 30px;
}
@media screen and (max-width: 380px) {
  #container #main #about .inner .about__content .about__info .about__list .about__item {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 381px) and (max-width: 768px) {
  #container #main #about .inner .about__content .about__info .about__list .about__item {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  #container #main #about .inner .about__content .about__info .about__list .about__item {
    font-size: 1.4rem;
  }
}
#container #main #about .inner .about__content .about__info .about__list .about__item .about__label {
  display: inline-block;
  margin-right: 10px;
  padding: 5px 30px;
  background-color: #00B959;
  color: #fff;
  border-radius: 50px;
}
@media screen and (max-width: 380px) {
  #container #main #about .inner .about__content .about__info .about__list .about__item .about__label {
    display: block;
    margin-right: 0;
    margin-bottom: 5px;
    text-align: center;
  }
}
@media screen and (min-width: 381px) and (max-width: 768px) {
  #container #main #about .inner .about__content .about__info .about__list .about__item .about__label {
    margin-right: 5px;
  }
}
@media screen and (max-width: 768px) {
  #container #main #about .inner .about__content .about__info .about__list .about__item .about__label {
    padding: 5px 20px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 960px) {
  #container #main #about .inner .about__content .about__info .about__list .about__item:first-child .about__label {
    padding: 5px;
  }
}
#container #main #about .inner .about__content .about__info .about__list .about__item:nth-last-child(2) {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 380px) {
  #container #main #about .inner .about__content .about__info .about__list .about__item:nth-last-child(2) {
    display: block;
  }
}
#container #main #about .inner .about__content .about__info .about__list .about__item:last-child .about__label {
  margin: 0 0 8px;
}
#container #main #about .inner .about__content .about__info .about__list .about__item:last-child .about__area .about__area-main {
  margin-bottom: 5px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  #container #main #about .inner .about__content .about__info .about__list .about__item:last-child .about__area .about__area-main {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  #container #main #about .inner .about__content .about__info .about__list .about__item:last-child .about__area .about__area-note {
    font-size: 1.4rem;
  }
}
#container #main #about .inner .about__content .about__map iframe {
  width: 100%;
}
#container #main #news .inner .news__content {
  text-align: center;
}
#container #main #news .inner .news__content .news__link {
  display: inline-block;
  font-size: 1.6rem;
  border-bottom: 1px solid #D9D9D9;
}
@media screen and (max-width: 768px) {
  #container #main #news .inner .news__content .news__link {
    font-size: 1.4rem;
  }
}
#container #main #news .inner .news__content .news__link:hover {
  opacity: 0.7;
}

footer {
  padding: 30px 0;
  background-color: #D4E9C5;
}
footer .footer__nav {
  margin-bottom: 50px;
}
footer .footer__nav .footer__group {
  display: flex;
  justify-content: center;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 400px) {
  footer .footer__nav .footer__group li a {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 401) and (max-width: 768px) {
  footer .footer__nav .footer__group li a {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) {
  footer .footer__nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
  }
  footer .footer__nav .footer__group {
    margin: 0;
    gap: 20px;
  }
  footer .footer__nav .footer__group li {
    margin: 0;
  }
}
footer #copyright {
  text-align: center;
}

#pagetop {
  position: fixed;
  right: 20px;
  bottom: 50px;
  z-index: 5500;
  display: block;
  width: 42px;
  height: 42px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #ffffff;
  border-radius: 4px;
  opacity: 0;
  transition: 0.5s;
}
#pagetop span {
  position: absolute;
  top: 16px;
  left: 11px;
  display: block;
  width: 18px;
  height: 18px;
  content: "";
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  transform: rotate(315deg);
}

#pagetop.visible {
  opacity: 1;
  pointer-events: auto;
}/*# sourceMappingURL=style.css.map */