.header__inner {
  padding: 20px 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.header__inner img {
  width: 30%;
}
.header__inner a {
  display: contents;
}

.mv {
  width: 100%;
}
.mv img {
  width: 100%;
}

.bg-black_text-yellow {
  background-color: black;
  padding: 15px 0;
  margin-top: 20px;
}
.bg-black_text-yellow h2 {
  color: #fff000;
  text-align: center;
  font-size: 25px;
}

.example {
  padding: 30px 0;
  text-align: center;
  width: 100%;
  background-color: #fff000;
}
.example img {
  width: 70%;
  margin: 30px auto 0;
}
.example h1 {
  color: #e50012;
  font-size: 35px;
}
.example p {
  margin-top: 10px;
}

.price {
  text-align: center;
}
.price-example {
  width: 70%;
  margin: 30px auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.price-example img {
  width: 100%;
}
.price__text {
  margin-top: 20px;
  display: block;
}
.price__table img {
  width: 70%;
  margin: 20px auto 0;
}
.price__table p {
  margin-top: 5px;
  text-align: right;
  padding-right: 15%;
}
.price__more {
  background-image: url(../img/bg.png);
  margin-top: 120px;
  text-align: center;
  padding-bottom: 60px;
}
.price__more .super-pack {
  width: 70%;
  margin: 40px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.price__more .super-pack img {
  width: 100%;
}
.price__more .super-pack-text {
  width: 70%;
  text-align: start;
  margin: 20px auto;
  line-height: 1.3rem;
}
.price__more .width-adjuster {
  width: 20%;
}
.price__more a {
  transition: 0.3s;
}
.price__more a:hover {
  opacity: 0.5;
  transition: 0.3s;
}
.price__more .more {
  display: inline-block;
  width: 20%;
  margin-top: -85px;
}
.price__more .set-pc {
  width: 70%;
  display: block;
  margin: 0 auto;
}
.price__more .set-sp {
  display: none;
}
.price__more .notes {
  font-size: 12px;
  color: black;
  line-height: 15px;
  text-align: start;
  width: 700px;
  margin: 20px auto 0;
}
.price__more b {
  color: #e50012;
  font-size: 30px;
  margin: 20px 0;
  display: block;
}
.price__more--flex001 {
  width: 70%;
  margin: 0 auto;
  margin-top: 30px;
}
.price__more--flex001 img {
  display: inline-block;
  width: 32%;
}
.price__more--flex002 {
  width: 70%;
  margin: 0 auto;
  margin-top: 10px;
}
.price__more--flex002 img {
  display: inline-block;
  width: 32%;
}

.price__title {
  background-color: #e50012;
  text-align: center;
  padding: 30px 0;
}
.price__title img {
  width: 70%;
}

.bg_black {
  background-color: black;
  padding: 15px 0;
  color: #fff000;
  margin-top: 10px;
}

.bg_red {
  background-color: #e50012;
  padding: 15px 0;
  color: #fff000;
  margin-top: 20px;
  font-size: 30px;
}

.price-text {
  margin-top: 10px;
  font-size: 14px;
}

.safety {
  margin-top: 100px;
}
.safety h1 {
  color: #e50012;
  font-size: 35px;
  text-align: center;
}

.safety-wrapper {
  margin-top: 30px !important;
  display: flex;
  width: 70%;
  margin: 0 auto;
}
.safety-wrapper h1 {
  margin-top: 50px;
  text-align: center;
  color: #e50012;
  font-size: 35px;
}
.safety-wrapper .safety001 {
  padding: 20px 15px;
  border: 5px solid #f19600;
  border-radius: 20px;
  display: flex;
  margin-right: 10px;
  flex-basis: 50%;
}
.safety-wrapper .safety001 h2 {
  color: #f19600;
  font-size: 23px;
}
.safety-wrapper .safety001 p {
  margin-top: 10px;
  margin-right: 10px;
  font-size: 14px;
  line-height: 16px;
}
.safety-wrapper .safety001 img {
  width: 110px;
}
.safety-wrapper .safety002 {
  padding: 20px 15px;
  border: 5px solid #e50012;
  border-radius: 20px;
  display: flex;
  margin-left: 10px;
  flex-basis: 50%;
}
.safety-wrapper .safety002 h2 {
  color: #e50012;
  font-size: 23px;
  font-weight: bold;
}
.safety-wrapper .safety002 p {
  margin-top: 10px;
  margin-right: 10px;
  font-size: 14px;
  line-height: 16px;
}
.safety-wrapper .safety002 img {
  width: 110px;
}

.safety-wrapper002 {
  margin-top: 10px !important;
  display: flex;
  width: 70%;
  margin: 0 auto;
}
.safety-wrapper002 .safety003 {
  padding: 20px 15px;
  border: 5px solid #00a098;
  border-radius: 20px;
  display: flex;
  margin-right: 10px;
  flex-basis: 50%;
}
.safety-wrapper002 .safety003 h2 {
  color: #00a098;
  font-size: 23px;
  font-weight: bold;
}
.safety-wrapper002 .safety003 p {
  margin-top: 10px;
  margin-right: 10px;
  font-size: 14px;
  line-height: 16px;
}
.safety-wrapper002 .safety003 img {
  width: 110px;
}
.safety-wrapper002 .safety004 {
  padding: 20px 15px;
  border: 5px solid #036eb6;
  border-radius: 20px;
  display: flex;
  margin-left: 10px;
  flex-basis: 50%;
}
.safety-wrapper002 .safety004 h2 {
  color: #036eb6;
  font-size: 23px;
  font-weight: bold;
}
.safety-wrapper002 .safety004 p {
  margin-top: 10px;
  margin-right: 10px;
  font-size: 14px;
  line-height: 16px;
}
.safety-wrapper002 .safety004 img {
  width: 110px;
}

.safety-wrapper003 {
  margin-top: 10px !important;
  display: flex;
  width: 70%;
  margin: 0 auto;
}
.safety-wrapper003 .safety005 {
  padding: 20px 15px;
  border: 5px solid #8dc11f;
  border-radius: 20px;
  display: flex;
  margin-right: 10px;
  flex-basis: 50%;
}
.safety-wrapper003 .safety005 h2 {
  color: #8dc11f;
  font-size: 23px;
  font-weight: bold;
}
.safety-wrapper003 .safety005 p {
  margin-top: 10px;
  margin-right: 10px;
  font-size: 14px;
  line-height: 16px;
}
.safety-wrapper003 .safety005 img {
  width: 110px;
}
.safety-wrapper003 .safety006 {
  padding: 20px 15px;
  border: 5px solid #e41673;
  border-radius: 20px;
  display: flex;
  margin-left: 10px;
  flex-basis: 50%;
}
.safety-wrapper003 .safety006 h2 {
  color: #e41673;
  font-size: 23px;
  font-weight: bold;
}
.safety-wrapper003 .safety006 p {
  margin-top: 10px;
  margin-right: 10px;
  font-size: 14px;
  line-height: 16px;
}
.safety-wrapper003 .safety006 img {
  width: 110px;
}

.flow {
  display: none;
  color: #e50012;
  font-size: 25px;
  text-align: center;
  margin-top: 50px;
}
.flow img {
  width: 70%;
  margin: 20px auto 0;
}

.wait {
  display: none;
  color: #e50012;
  font-size: 25px;
  text-align: center;
  width: 70%;
  margin: 50px auto;
}
.wait__flex {
  margin-top: 20px;
  display: flex;
  justify-content: space-evenly;
}

.footer-top {
  background-color: #fff000;
  padding: 30px 0;
  text-align: center;
}

.footer-bottom {
  padding: 20px 0;
  text-align: center;
}
.footer-bottom p {
  margin-top: 10px;
}

.tel-fix {
  position: fixed;
  top: 200px;
  left: -2px;
  z-index: 100;
}
.tel-fix img {
  width: 80px;
}

.contact-fix {
  position: fixed;
  bottom: 50px;
  right: -150px;
  z-index: 100;
}
.contact-fix img {
  width: 50%;
  display: block;
}
.contact-fix img:first-child {
  margin-bottom: 10px;
}

.map {
  margin-top: 50px;
  justify-content: center;
  display: flex;
  margin-bottom: 50px;
}
.map h2 {
  color: #e50012;
  font-size: 20px;
  margin-bottom: 10px;
}
.map-left {
  margin-right: 10px;
}
.map-right {
  margin-left: 10px;
}

.fix-wrap {
  display: none;
}

.sp-mv {
  display: none;
}

.sp-only {
  display: none;
}

.pc-only {
  display: block;
}

.hover:hover {
  opacity: 0.6;
  transition: 0.3s;
  cursor: pointer;
}

#strength {
  margin-top: 100px;
}
#strength h2 {
  color: #e50012;
  text-align: center;
  font-size: 35px;
}
@media screen and (max-width: 480px) {
  #strength h2 {
    font-size: 30px;
  }
}
#strength .flex {
  display: flex;
  max-width: 1200px;
  width: calc(100% - 30px);
  margin: 80px auto 0;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
@media screen and (max-width: 480px) {
  #strength .flex {
    display: block;
    margin: 60px auto 0;
  }
}
#strength .flex .right {
  width: 30%;
}
@media screen and (max-width: 480px) {
  #strength .flex .right {
    width: 100%;
    margin-top: 30px;
  }
}
#strength .flex .right img {
  width: 100%;
}
#strength .flex .left {
  width: 70%;
}
@media screen and (max-width: 480px) {
  #strength .flex .left {
    width: 100%;
  }
}
#strength .flex h3 {
  color: #e50012;
  font-size: 25px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 480px) {
  #strength .flex h3 {
    font-size: 20px;
  }
}
#strength .flex h3 span {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: normal;
  letter-spacing: 0.05em;
}
#strength .flex p {
  margin-top: 30px;
  line-height: 1.5em;
}
@media screen and (max-width: 480px) {
  #strength .flex p {
    margin-top: 20px;
  }
}
#strength .flex.reverse {
  flex-direction: row-reverse;
}

#staff {
  margin-top: 100px;
}
#staff h2 {
  color: #e50012;
  text-align: center;
  font-size: 35px;
}
@media screen and (max-width: 480px) {
  #staff h2 {
    font-size: 30px;
  }
}
#staff .flex {
  max-width: 1200px;
  width: calc(100% - 30px);
  display: flex;
  margin: 60px auto 0;
  -moz-column-gap: 4%;
       column-gap: 4%;
}
@media screen and (max-width: 480px) {
  #staff .flex {
    display: block;
  }
}
#staff .flex .inner {
  box-shadow: 5px 5px 10px 0px #777777;
  border-radius: 10px;
  padding: 30px;
  box-sizing: border-box;
  width: 32%;
}
@media screen and (max-width: 480px) {
  #staff .flex .inner {
    width: 100%;
    margin-bottom: 40px;
  }
}
#staff .flex .inner span {
  display: inline-block;
  background-color: #e50012;
  color: white;
  padding: 5px 10px;
  margin-bottom: 15px;
}
#staff .flex .inner p {
  margin-top: 20px;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}
#staff .flex .inner figure {
  width: 100%;
}
#staff .flex .inner figure img {
  width: 100%;
}
@media screen and (max-width: 480px) {
  #staff .flex .inner:last-child {
    margin-bottom: 0;
  }
}

#voice {
  margin-top: 100px;
}
#voice h2 {
  color: #e50012;
  text-align: center;
  font-size: 35px;
}
@media screen and (max-width: 480px) {
  #voice h2 {
    font-size: 30px;
  }
}
#voice .wrap {
  margin-top: 80px;
}
@media screen and (max-width: 480px) {
  #voice .wrap {
    margin-top: 60px;
  }
}
#voice .inner {
  position: relative;
  max-width: 1200px;
  width: calc(100% - 30px);
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  margin: 0 auto 40px;
  align-items: center;
  border: 2px solid #e50012;
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  #voice .inner {
    display: block;
  }
}
#voice .inner .left {
  width: 10%;
  text-align: center;
}
@media screen and (max-width: 480px) {
  #voice .inner .left {
    width: 100%;
  }
}
#voice .inner .left span {
  background-color: #e50012;
  padding: 5px 10px;
  color: white;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  #voice .inner .left img {
    margin: 10px 0;
  }
}
#voice .inner .right {
  width: 85%;
}
@media screen and (max-width: 480px) {
  #voice .inner .right {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #voice .inner .right .sp-mb {
    margin-bottom: 20px;
  }
}
#voice .inner .right p {
  line-height: 1.5em;
  letter-spacing: 0.05em;
}
#voice .inner .name {
  position: absolute;
  right: 10px;
  bottom: 5px;
}
#voice .inner:last-child {
  margin-bottom: 0;
}

#flow {
  text-align: center;
  max-width: 1200px;
  width: calc(100% - 30px);
  margin: 100px auto 0;
}
#flow h2 {
  color: #e50012;
  text-align: center;
  font-size: 35px;
}
@media screen and (max-width: 480px) {
  #flow h2 {
    font-size: 30px;
  }
}
#flow img {
  width: 100%;
  margin-top: 60px;
}

@media all and (max-width: 480px) {
  .wait__flex {
    display: block;
  }
  .safety-wrapper {
    display: block;
    width: 100%;
  }
  .safety-wrapper .safety001 {
    margin-right: 0;
  }
  .safety-wrapper .safety002 {
    margin-left: 0;
  }
  .safety-wrapper002 {
    display: block;
    width: 100%;
  }
  .safety-wrapper002 .safety003 {
    margin-right: 0;
  }
  .safety-wrapper002 .safety004 {
    margin-left: 0;
  }
  .safety-wrapper003 {
    display: block;
    width: 100%;
  }
  .safety-wrapper003 .safety005 {
    margin-right: 0;
  }
  .safety-wrapper003 .safety006 {
    margin-left: 0;
  }
  .footer-top img {
    width: 100%;
  }
  .footer-bottom img {
    width: 100%;
  }
  .header__inner {
    justify-content: space-around;
  }
  .header__inner img {
    width: 45%;
  }
  .bg-black_text-yellow {
    font-size: 20px;
    line-height: 30px;
    padding: 10px 20px;
  }
  .example {
    padding: 20px 20px;
    box-sizing: border-box;
  }
  .example h1 {
    font-size: 30px;
    line-height: 35px;
  }
  .example img {
    width: 100%;
    margin-top: 25px;
  }
  .price-example {
    width: 90%;
    grid-template-columns: repeat(1, 1fr);
    margin: 30px auto;
    gap: 30px;
  }
  .price__title img {
    width: 90%;
  }
  .bg_black {
    padding: 15px 20px;
    box-sizing: border-box;
    line-height: 21px;
  }
  .price__table img {
    width: 90%;
  }
  .price__table p {
    padding-right: 2%;
  }
  .bg_red {
    padding: 12px 20px;
    box-sizing: border-box;
    font-size: 25px;
  }
  .price__more {
    margin-top: 100px;
    padding: 0 20px 60px;
    box-sizing: border-box;
  }
  .price__more .super-pack {
    width: 90%;
    margin: 30px auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  .price__more .super-pack img {
    width: 100%;
  }
  .price__more .super-pack-text {
    width: 90%;
    margin: 20px auto 40px;
  }
  .price__more .width-adjuster {
    width: 70%;
  }
  .price__more .more {
    width: 50%;
  }
  .price__more .set-pc {
    display: none;
  }
  .price__more .set-sp {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  .price__more b {
    line-height: 35px;
    font-size: 25px;
  }
  .price__more .notes {
    width: 100%;
  }
  .price__more--flex001 {
    width: 90%;
  }
  .price__more--flex001 img {
    width: 100%;
    margin-top: 5px;
  }
  .price__more--flex002 {
    width: 90%;
    margin-top: 0;
  }
  .price__more--flex002 img {
    width: 100%;
    margin-top: 5px;
  }
  .price-text {
    padding: 0 20px;
    box-sizing: border-box;
  }
  .safety {
    padding: 0 20px;
    box-sizing: border-box;
  }
  .safety h1 {
    font-size: 30px;
    line-height: 35px;
  }
  .safety-wrapper .safety001 h2 {
    font-size: 20px;
  }
  .safety-wrapper .safety002 {
    margin-top: 15px;
  }
  .safety-wrapper .safety002 h2 {
    font-size: 20px;
  }
  .safety-wrapper002 {
    margin-top: 15px !important;
  }
  .safety-wrapper002 .safety003 h2 {
    font-size: 20px;
  }
  .safety-wrapper002 .safety004 {
    margin-top: 15px;
  }
  .safety-wrapper002 .safety004 h2 {
    font-size: 20px;
  }
  .safety-wrapper003 {
    margin-top: 15px !important;
  }
  .safety-wrapper003 .safety005 h2 {
    font-size: 20px;
  }
  .safety-wrapper003 .safety006 {
    margin-top: 15px;
  }
  .safety-wrapper003 .safety006 h2 {
    font-size: 20px;
  }
  .flow img {
    width: 90%;
  }
  .wait__flex {
    margin-top: 10px;
  }
  .wait__flex img {
    margin-top: 15px;
  }
  footer {
    margin-top: 0px !important;
    padding-bottom: 110px !important;
  }
  .footer-top img {
    width: 90%;
  }
  .footer-bottom img {
    width: 70%;
  }
  .footer-bottom a:nth-child(2) {
    margin-top: 10px;
    margin-bottom: 20px;
    display: block;
  }
  .map {
    display: block;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .map-left {
    margin-right: 0px;
  }
  .map-right {
    margin-left: 0px;
  }
  .map iframe {
    width: 100%;
  }
  .tel-fix {
    display: none;
  }
  .contact-fix {
    display: none;
  }
  .map-right {
    margin-top: 30px;
  }
  .mv {
    display: none;
  }
  .sp-mv {
    display: block;
  }
  .sp-mv img {
    width: 100%;
  }
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
  .fix-wrap {
    display: block;
    width: 100%;
  }
  .fix-wrap .footer-fix {
    position: fixed;
    bottom: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    z-index: 1000;
  }
  .fix-wrap .footer-fix img {
    width: 100%;
    vertical-align: bottom;
  }
}/*# sourceMappingURL=style.css.map */