body {
  max-width: 480px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

img {
  width: 100%;
}

main {
  width: 100%;
  height: auto;
}

.header {
  width: 100%;
  height: 100%;
  position: relative;
}
.header::before {
  content: "";
  width: 100%;
  height: 325px;
  background: #ebeff1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.font-twitter {
  font-size: 1.375rem;
  font-weight: bold;
}

.photo-report {
  width: 53px;
  height: 49px;
}
.photo-twitter {
  width: 29px;
  height: 23px;
}
.photo-freeDial {
  width: 195px;
  height: auto;
  margin: 0 auto;
  display: block;
}

.tel {
  max-width: 480px;
  width: 100%;
  height: auto;
  background: #af4213;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
}

.information {
  width: 100%;
  height: auto;
  background-image: url(./img/frame.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.information > h3 {
  color: #623a00;
  font-size: 1.375rem;
  font-weight: bold;
}
.information > ul > li {
  color: #623a00;
  font-size: 14px;
  font-weight: bold;
  border-top: 1px solid #000;
  padding: 5px 0;
}
.information > ul > li > span {
  color: #000;
  display: block;
}

.price {
  width: 100%;
  height: auto;
  background: #ebe3de;
}
.price > div > h3 {
  color: #946134;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.price > div > p {
  font-size: 14px;
  font-weight: bold;
  width: 330px;
  margin: 0 auto;
}
.price table {
  width: 330px;
  height: auto;
  margin: 0 auto;
  text-align: center;
}
.price table tr:nth-child(odd) {
  background: #c79f62;
}
.price table tr:nth-child(even) {
  background: #946134;
}
.price table tr:nth-child(7), .price table tr:nth-child(8) {
  height: 7px;
  background: transparent;
}
.price table tr:nth-child(7) td, .price table tr:nth-child(8) td {
  border: none;
}
.price table tr:nth-child(7) td:nth-child(2), .price table tr:nth-child(7) td:nth-child(5), .price table tr:nth-child(8) td:nth-child(2), .price table tr:nth-child(8) td:nth-child(5) {
  background: transparent;
}
.price table tr td {
  border: 1px solid #717071;
  padding: 5px 0;
}
.price table tr td:nth-child(1), .price table tr td:nth-child(4) {
  color: #fff;
  font-weight: bold;
}
.price table tr td:nth-child(2), .price table tr td:nth-child(5) {
  font-weight: bold;
  background: #fff;
}
.price table tr td:nth-child(3) {
  width: 7px;
  border: none;
  background: #ebe3de;
}

.warning > div > h3 {
  font-weight: bold;
  margin-left: 10px;
}
.warning > div > p {
  font-size: 12px;
  font-weight: bold;
}
.warning > div > ol {
  font-size: 14px;
  font-weight: bold;
  margin-left: 20px;
}
.warning > div > ol > li {
  list-style-type: decimal;
  padding: 1rem 0;
  margin-left: 24px;
  position: relative;
}
.warning > div > ol > li:not(:last-child)::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #231815;
  position: absolute;
  bottom: 0;
  left: -24px;
}

.bd-line {
  background: linear-gradient(transparent 80%, #f7b52c 20%);
}

.points {
  width: 330px;
  height: auto;
  margin: 0 auto;
  padding: 10px 5px;
  border: 1px solid #231815;
  position: relative;
}
.points::after {
  content: "";
  width: 50px;
  height: 150px;
  background-image: url(./img/bow.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -5px;
  right: 10px;
}
.points > h3 {
  color: #946134;
  font-weight: bold;
}
.points > h3 > span {
  color: #000;
  font-size: 13px;
  font-weight: normal;
  background: transparent;
}
.points ul {
  font-size: 14px;
  margin-left: 10px;
}
.points ul li {
  position: relative;
  padding-left: 16px;
}
.points ul li::before {
  content: "";
  width: 14px;
  height: 14px;
  background: #231815;
  position: absolute;
  top: 3px;
  left: 0;
  border-radius: 50%;
}

.recruit {
  width: 100%;
  height: auto;
  margin-top: 40px;
  padding-bottom: 35px;
}
.recruit-bg {
  width: 100%;
  height: 200px;
  background-image: url(./img/recruit-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.recruit-conts {
  color: #fff;
  width: 300px;
  height: auto;
  margin: 0 auto;
  background: #00469b;
  position: relative;
  top: -90px;
  margin-bottom: -90px;
  padding-bottom: 20px;
}
.recruit-conts > h3 {
  font-weight: bold;
  text-align: center;
  padding-top: 20px;
}
.recruit-conts > p {
  font-size: 14px;
  padding: 10px 22px;
}
.recruit-conts > dl {
  width: 85%;
  height: auto;
  margin: 0 auto;
}
.recruit-conts > dl > dt {
  color: #00469b;
  font-size: 14px;
  background: #fff;
  text-align: center;
  border-radius: 9px;
}
.recruit-conts > dl > dd {
  font-size: 14px;
  margin-top: 5px;
}

.footer {
  width: 100%;
  height: auto;
  margin-bottom: 100px;
}
.footer > p {
  font-size: 11px;
  margin: 10px auto;
  text-align: center;
}
.footer-inn {
  width: 330px;
  height: auto;
  margin: 0 auto;
  border-top: 1px solid #231815;
  position: relative;
}
.footer-btn {
  width: 25px;
  height: 25px;
  background: #666;
  position: absolute;
  top: 10px;
  right: 10px;
}
.footer-btn::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(315deg);
  transform: translate(-50%, -50%) rotate(315deg);
}
.footer-icon {
  width: 37%;
  padding-top: 10px;
  border-right: 1px solid #231815;
}
.footer-icon a + a {
  margin-left: 11px;
}
.footer-icon img {
  width: 30px;
  height: 28px;
}
.footer-icon p {
  font-size: 12px;
  margin-top: 5px;
}
.footer-sdgs {
  flex: 1;
  text-align: center;
}
.footer-sdgs img {
  width: 90px;
}
.footer-sdgs p {
  font-size: 11px;
}

.fadeIn_right {
  opacity: 0;
  transform: translate(25%, 0);
  transition: 1s;
}

.fadeIn_right.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/*# sourceMappingURL=style.css.map */
